summaryrefslogtreecommitdiff
path: root/libswresample/swresample_internal.h
Commit message (Expand)AuthorAgeFilesLines
* swresample/swresample: add a used channel layout option using the new APIJames Almer2023-02-191-2/+3
* swresample: convert to new channel layout APIJames Almer2022-03-151-3/+7
* swresample: Use double and float for matrixes for best quality and speedMichael Niedermayer2016-09-271-1/+2
* swresample: Skip over dither steps if dithering scale is 0Michael Niedermayer2016-08-181-0/+1
* swresample: add exact_rational optionMuhammad Faiz2016-06-131-1/+2
* all: Make header guard names consistentTimothy Gu2016-01-311-2/+2
* swresample: allow double precision beta value for the Kaiser windowGanesh Ajjanagadde2015-11-081-2/+2
* swresample/swresample_internal: add av_warn_unused_resultGanesh Ajjanagadde2015-10-151-0/+4
* lswr: Allow 64 channels internally.Carl Eugen Hoyos2015-07-171-1/+1
* swr: Remember previously set int_sample_format from userMichael Niedermayer2015-06-221-0/+1
* swresample: soxr implementation for swr_get_out_samples()Rob Sykes2015-06-211-0/+1
* swresample: Add swr_get_out_samples()Michael Niedermayer2015-06-041-0/+2
* swresample/dither: check memory allocationGanesh Ajjanagadde2015-06-031-1/+1
* swresample: Allow reinitialization without ever setting channel layoutsMichael Niedermayer2015-04-121-0/+2
* swresample: Allow reinitialization without ever setting channel countsMichael Niedermayer2015-04-121-0/+4
* swresample: Add prefix to soxr_resamplerMichael Niedermayer2015-02-271-0/+2
* swresample/x86/rematrix_init: Check av_malloc* return codes, forward errorsMichael Niedermayer2015-02-091-1/+1
* swresample: Use int instead of enum for fields which are accessed through AVO...Michael Niedermayer2015-02-021-4/+4
* swresample_internal.h: Move struct declaration before first use.Reimar Döffinger2015-01-271-21/+21
* swr: aarch64 audio_convert and neon clobber testMichael Niedermayer2014-08-271-0/+4
* bump libpostproc and libswresampleMichael Niedermayer2014-08-101-0/+2
* fix spelling errorsAndreas Cadhalpun2014-07-121-1/+1
* swr: remove obsolete resample prototypesJames Almer2014-07-021-4/+0
* swr: handle initial negative sample index outside DSP function.Ronald S. Bultje2014-06-141-0/+2
* swresample: Make rematrix maxvalue user settableMichael Niedermayer2013-07-221-0/+1
* swr: add native_simd_oneMichael Niedermayer2013-06-041-0/+1
* swr: support a seperate output sample bits.Michael Niedermayer2013-02-241-0/+1
* swr: support first_ptsMichael Niedermayer2013-01-211-0/+2
* swr: move silence buffer to context to avoid per use malloc/freeMichael Niedermayer2013-01-131-0/+1
* swr: move buffer used to discard sample to contextMichael Niedermayer2013-01-131-0/+1
* swr: Use a temporary buffer for dither/Noise shaping when the input is read onlyMichael Niedermayer2013-01-101-0/+1
* swr: mark noise data for noise shaping as constMichael Niedermayer2013-01-101-4/+4
* swr: add seperate in/out pointers to the noise shaping codeMichael Niedermayer2013-01-101-4/+4
* swr: rename dither_pos to noise_posMichael Niedermayer2013-01-101-1/+1
* swr: add noise_scale field to seperate it from the noise shaping scalesMichael Niedermayer2013-01-101-0/+1
* swr: fix the noise sample type for noise shapingMichael Niedermayer2013-01-091-1/+1
* swr: split swri_dither_init() outMichael Niedermayer2013-01-091-0/+1
* swr: move dither related fields to their own contextMichael Niedermayer2013-01-091-10/+15
* swr: update copyright years of a few files iam working onMichael Niedermayer2013-01-091-1/+1
* swr: Implement Noise shaping ditherMichael Niedermayer2013-01-091-0/+14
* docs: add soxr documentationRob Sykes2012-12-271-11/+11
* swr: support -async X as a simple way to do what ffmpeg -async X didMichael Niedermayer2012-12-251-0/+1
* swr: Add SOX resampler supportRob Sykes2012-12-111-1/+3
* swr: move flush into ResamplerMichael Niedermayer2012-12-111-0/+2
* swr: make realloc_audio() available outside swresample.cMichael Niedermayer2012-12-111-0/+1
* swr: Add API to make resample engine selectable.Rob Sykes2012-12-111-4/+19
* Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.hPaul B Mahol2012-11-131-1/+1
* swr: use 64bit index/len for x86_64 mixMichael Niedermayer2012-10-281-3/+10
* ARM: libswresample: NEON optimised flat float to s16 conversionMans Rullgard2012-09-241-0/+4
* Add Dolby/DPLII downmix support to libswresampleMichael Niedermayer2012-09-071-0/+4