summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
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-10swr: scale data down in noise shaping to avoid clipingMichael Niedermayer1-0/+1
2013-01-09swr: reorder the operations in the noise shaping codeMichael Niedermayer2-2/+4
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: 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-27soxr_resample: soxr API parameter renameRob Sykes1-1/+1
2012-12-27soxr_resample: Correct email addressRob Sykes1-1/+1
2012-12-25swr: support -async X as a simple way to do what ffmpeg -async X didMichael Niedermayer2-0/+11
2012-12-16swr/doxy: fix missing quote in code example.Clément Bœsch1-2/+2
2012-12-14audioconvert/arm: require alignment of 16Michael Niedermayer1-0/+2
2012-12-14audioconvert: support simd code with specific alignment requirements.Michael Niedermayer2-1/+19
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-11doxy: fix swr group nameMichael Niedermayer2-1/+2
2012-12-06resample: remove disabled debug codeMichael Niedermayer2-14/+0
2012-12-05swr: remove unused ONE define.Clément Bœsch1-4/+0
2012-12-03lswr/swresample: use AV_OPT_TYPE_SAMPLE_FMT for sample format optionsStefano Sabatini4-18/+12
2012-11-20swr: include stdint.h instead of inttypes.h.Clément Bœsch2-2/+2
2012-11-20swr: fix a few typo in the public header.Clément Bœsch1-5/+5
2012-11-20swr-doxy: elaborate on swr_get_delay() and the timebaseMichael Niedermayer1-0/+4
2012-11-20swr: general doxy text about swr and example code.Michael Niedermayer1-2/+72
2012-11-19swr: set default channel count options to 0.Clément Bœsch2-5/+5
2012-11-15swr/resample: fix SSSE3 included unconditionally.Clément Bœsch1-0/+2
2012-11-15swr/rematrix: move templating parameters to template itself.Clément Bœsch2-33/+38
2012-11-15swr/resample: move templating parameters to template itself.Clément Bœsch2-112/+82
2012-11-15swr: move if() block into the only branch where it can be true.Michael Niedermayer1-4/+5
2012-11-15swr: reorder/redesign operations to avoid integer overflow.Michael Niedermayer1-6/+17
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-11-03lswr/swresample.h: use consistent inclusion guard header nameStefano Sabatini1-3/+3
2012-10-31Merge commit '6860b4081d046558c44b1b42f22022ea341a2a73'Michael Niedermayer44-51/+31
2012-10-28swr: use 64bit index/len for x86_64 mixMichael Niedermayer2-8/+15
2012-10-19swresample: include ff_log2_tab for shared buildsHendrik Leppkes2-0/+2
2012-10-16swr-test: fix division by 0Michael Niedermayer1-1/+1
2012-10-16swr-test: check pointers before useMichael Niedermayer1-4/+8
2012-10-14swr/rematrix: fix C99 left shift overflowMichael Niedermayer1-1/+1
[prev] [next]