summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-07-22swresample: Make rematrix maxvalue user settableMichael Niedermayer4-3/+14
2013-06-04swr: add native_simd_oneMichael Niedermayer3-0/+7
2013-02-24swr: support a seperate output sample bits.Michael Niedermayer3-0/+5
2013-01-20swr: support first_ptsMichael Niedermayer2-1/+12
2013-01-13swr: move silence buffer to context to avoid per use malloc/freeMichael Niedermayer2-9/+9
2013-01-13swr: move buffer used to discard sample to contextMichael Niedermayer2-6/+6
2013-01-10swr: Use a temporary buffer for dither/Noise shaping when the input is read onlyMichael Niedermayer3-14/+20
2013-01-10swr: mark noise data for noise shaping as constMichael Niedermayer2-5/+5
2013-01-10swr: add seperate in/out pointers to the noise shaping codeMichael Niedermayer3-12/+13
2013-01-10swr: rename dither_pos to noise_posMichael Niedermayer3-8/+8
2013-01-09swr: add noise_scale field to seperate it from the noise shaping scalesMichael Niedermayer2-1/+3
2013-01-09swr: fix the noise sample type for noise shapingMichael Niedermayer3-11/+12
2013-01-09swr: split swri_dither_init() outMichael Niedermayer3-32/+51
2013-01-09swr: move dither related fields to their own contextMichael Niedermayer4-56/+61
2013-01-09swr: update copyright years of a few files iam working onMichael Niedermayer4-4/+4
2013-01-09swr: Implement Noise shaping ditherMichael Niedermayer6-19/+369
2012-12-27docs: add soxr documentationRob Sykes3-32/+59
2012-12-25swr: support -async X as a simple way to do what ffmpeg -async X didMichael Niedermayer2-0/+11
2012-12-11swr: Add SOX resampler supportRob Sykes7-4/+110
2012-12-11swr: move flush into ResamplerMichael Niedermayer3-18/+25
2012-12-11swr: make realloc_audio() available outside swresample.cMichael Niedermayer2-11/+12
2012-12-11swr: Add API to make resample engine selectable.Rob Sykes4-39/+87
2012-11-13Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.hPaul B Mahol30-32/+31
2012-10-28swr: use 64bit index/len for x86_64 mixMichael Niedermayer2-8/+15
2012-09-24ARM: libswresample: NEON optimised flat float to s16 conversionMans Rullgard5-0/+121
2012-09-06Add Dolby/DPLII downmix support to libswresampleMichael Niedermayer3-6/+50
2012-09-06swr: update copyright yearsMichael Niedermayer4-4/+4
2012-07-23swr: resampling: add filter type and Kaiser window beta to AVOptionsJustin Ruggles4-15/+36
2012-07-02swr: fix warning: passing argument 1 of s->mix_any_f from incompatible pointe...Michael Niedermayer1-1/+1
2012-06-12swr: SIMD rematrixing and SSE/AVX mix_1_1 floatMichael Niedermayer5-2/+120
2012-06-12swr: add native matrix for SIMDMichael Niedermayer2-0/+2
2012-06-12swr: add function pointers for SIMD rematrixingMichael Niedermayer1-0/+3
2012-06-08swr: add all in one rematrixing function ptrMichael Niedermayer2-0/+11
2012-05-19swr: add swr_next_pts()Michael Niedermayer3-2/+64
2012-05-19swr: add swr_drop_output()Michael Niedermayer3-1/+38
2012-05-01swr: add lfe_mix_levelJustin Ruggles3-0/+13
2012-05-01swr: add and use function pointers for rematrixMichael Niedermayer4-30/+29
2012-05-01swr: add native matrix for rematrixingMichael Niedermayer3-0/+28
2012-04-29swr: add sample format to AudioDataMichael Niedermayer2-0/+2
2012-04-29swr: add set_audiodata_fmt() and use it to simplify codeMichael Niedermayer2-11/+11
2012-04-28swr: add int16_to_int32_mmx/sseMichael Niedermayer6-2/+127
2012-04-28swr: change sample format representation so as to maintain the planer/packed ...Michael Niedermayer6-33/+34
2012-04-25swr: pass resample parameters from the user to the resampler.Michael Niedermayer2-1/+9
2012-04-11swr: add a dither_scale parameter to tune the amplitude of the dither.Michael Niedermayer3-1/+5
2012-04-11swr: pass context to swri_get_dither()Michael Niedermayer3-5/+5
2012-04-11swr: generate more dither noise to improve quality.Michael Niedermayer2-4/+9
2012-04-10swr: fix copy & pasted comment to match the code.Michael Niedermayer1-1/+1
2012-04-10swr: add dither support.Michael Niedermayer6-11/+98
2012-04-10resample: support double precission resamplingMichael Niedermayer2-0/+30
[next]