summaryrefslogtreecommitdiffstats
path: root/libswresample/swresample_internal.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* swr: update copyright yearsMichael Niedermayer2012-09-071-1/+1
* swr: resampling: add filter type and Kaiser window beta to AVOptionsJustin Ruggles2012-07-231-1/+3
* swr: fix warning: passing argument 1 of s->mix_any_f from incompatible pointe...Michael Niedermayer2012-07-021-1/+1
* swr: SIMD rematrixing and SSE/AVX mix_1_1 floatMichael Niedermayer2012-06-121-0/+1
* swr: add native matrix for SIMDMichael Niedermayer2012-06-121-0/+1
* swr: add function pointers for SIMD rematrixingMichael Niedermayer2012-06-121-0/+3
* swr: add all in one rematrixing function ptrMichael Niedermayer2012-06-081-0/+4
* swr: add swr_next_pts()Michael Niedermayer2012-05-191-0/+6
* swr: add swr_drop_output()Michael Niedermayer2012-05-191-0/+1
* swr: add lfe_mix_levelJustin Ruggles2012-05-021-0/+1
* swr: add and use function pointers for rematrixMichael Niedermayer2012-05-011-1/+5
* swr: add native matrix for rematrixingMichael Niedermayer2012-05-011-0/+3
* swr: add sample format to AudioDataMichael Niedermayer2012-04-291-0/+1
* swr: add set_audiodata_fmt() and use it to simplify codeMichael Niedermayer2012-04-291-1/+0
* swr: add int16_to_int32_mmx/sseMichael Niedermayer2012-04-281-0/+4
* swr: change sample format representation so as to maintain the planer/packed ...Michael Niedermayer2012-04-281-1/+1
* swr: pass resample parameters from the user to the resampler.Michael Niedermayer2012-04-261-0/+4
* swr: add a dither_scale parameter to tune the amplitude of the dither.Michael Niedermayer2012-04-111-0/+1
* swr: pass context to swri_get_dither()Michael Niedermayer2012-04-111-1/+1
OpenPOWER on IntegriCloud