summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-17lswr/swresample: convert ocl and icl options to AV_OPT_TYPE_CHANNEL_LAYOUTStefano Sabatini3-7/+7
2013-09-16swresample: replace 2 av_free() by av_freep()Michael Niedermayer2-2/+2
2013-07-22swresample: Make rematrix maxvalue user settableMichael Niedermayer4-3/+14
2013-06-29cosmetics: Fix "dont" "wont" "doesnt" typosTimothy Gu11-13/+13
2013-06-05swr: dont treat 32 and 24 as equal in simple copy checkMichael Niedermayer1-1/+2
2013-06-04swresample: set flags & description and add documentation for output_sample_bitsPaul B Mahol2-1/+5
2013-06-04swr: Fix dithering of s16 with SIMDMichael Niedermayer1-1/+1
2013-02-25swr: make the default of nopts for first_pts actually workMichael Niedermayer1-1/+6
2013-02-24swr: support a seperate output sample bits.Michael Niedermayer3-0/+5
2013-02-24swr: add duplicate cutoff for compatibilityMichael Niedermayer1-0/+4
2013-02-13swr: check channel layouts before using them.Michael Niedermayer1-0/+10
2013-02-04swr: Dont use floats for S32->S32 when possibleMichael Niedermayer1-0/+5
2013-02-04swr: reorder init code to make rematrix status available earlierMichael Niedermayer1-27/+27
2013-01-27swr: limit phase_shift to a less insane value.Michael Niedermayer1-1/+1
2013-01-20swr: support first_ptsMichael Niedermayer2-1/+12
2013-01-13swr: fix handling of timestamps that cause multiple drops or silence injectionsMichael Niedermayer1-1/+1
2013-01-13swr: limit buffer size for silence injectionMichael Niedermayer1-0/+7
2013-01-13swr: limit buffer size for discarding.Michael Niedermayer1-5/+8
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: check that allocation of in/out_convert succeededMichael Niedermayer1-0/+2
2013-01-10swr: Use a temporary buffer for dither/Noise shaping when the input is read onlyMichael Niedermayer3-14/+20
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: 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: remove unused variableMichael Niedermayer1-1/+1
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
2013-01-09swr: use SIMD for ditheringMichael Niedermayer1-3/+14
2013-01-08swr: fix assertion failure if dither is used without the preout buffer differ...Michael Niedermayer1-0/+5
2013-01-04lswr: Improve default resampler's default parametersAlexander Strasser7-21/+21
2012-12-31lswr: improve rematrixing error message.Nicolas George1-1/+5
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: add a lowpass default so that each Resampler can have its own default.Rob Sykes2-2/+3
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-12-03lswr/swresample: use AV_OPT_TYPE_SAMPLE_FMT for sample format optionsStefano Sabatini4-18/+12
2012-11-19swr: set default channel count options to 0.Clément Bœsch2-5/+5
2012-11-13Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.hPaul B Mahol30-32/+31
2012-11-03lswr/swresample: adopt globally consistent rules for options help messageStefano Sabatini1-55/+62
2012-09-24swr: make sure the last data element is NULL so we can use it to detect the n...Michael Niedermayer2-0/+3
2012-09-09swr: add av_cold to init/free functionsMichael Niedermayer3-8/+8
2012-09-06Add Dolby/DPLII downmix support to libswresampleMichael Niedermayer3-6/+50
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer109-527/+523
[next]