summaryrefslogtreecommitdiffstats
path: root/libswresample
Commit message (Expand)AuthorAgeFilesLines
...
* swr: rename dither_pos to noise_posMichael Niedermayer2013-01-103-8/+8
* swr: scale data down in noise shaping to avoid clipingMichael Niedermayer2013-01-101-0/+1
* swr: reorder the operations in the noise shaping codeMichael Niedermayer2013-01-102-2/+4
* swr: add noise_scale field to seperate it from the noise shaping scalesMichael Niedermayer2013-01-102-1/+3
* swr: fix the noise sample type for noise shapingMichael Niedermayer2013-01-093-11/+12
* swr: split swri_dither_init() outMichael Niedermayer2013-01-093-32/+51
* swr: remove unused variableMichael Niedermayer2013-01-091-1/+1
* swr: move dither related fields to their own contextMichael Niedermayer2013-01-094-56/+61
* swr: update copyright years of a few files iam working onMichael Niedermayer2013-01-094-4/+4
* swr: Implement Noise shaping ditherMichael Niedermayer2013-01-096-19/+369
* swr: use SIMD for ditheringMichael Niedermayer2013-01-091-3/+14
* swr: fix assertion failure if dither is used without the preout buffer differ...Michael Niedermayer2013-01-081-0/+5
* lswr: Improve default resampler's default parametersAlexander Strasser2013-01-042-2/+2
* lswr: improve rematrixing error message.Nicolas George2012-12-311-1/+5
* docs: add soxr documentationRob Sykes2012-12-272-17/+19
* soxr_resample: soxr API parameter renameRob Sykes2012-12-271-1/+1
* soxr_resample: Correct email addressRob Sykes2012-12-271-1/+1
* swr: support -async X as a simple way to do what ffmpeg -async X didMichael Niedermayer2012-12-252-0/+11
* swr/doxy: fix missing quote in code example.Clément Bœsch2012-12-161-2/+2
* audioconvert/arm: require alignment of 16Michael Niedermayer2012-12-141-0/+2
* audioconvert: support simd code with specific alignment requirements.Michael Niedermayer2012-12-142-1/+19
* swr: Add SOX resampler supportRob Sykes2012-12-116-4/+106
* swr: add a lowpass default so that each Resampler can have its own default.Rob Sykes2012-12-112-2/+3
* swr: move flush into ResamplerMichael Niedermayer2012-12-113-18/+25
* swr: make realloc_audio() available outside swresample.cMichael Niedermayer2012-12-112-11/+12
* swr: Add API to make resample engine selectable.Rob Sykes2012-12-114-39/+87
* doxy: fix swr group nameMichael Niedermayer2012-12-111-0/+1
* resample: remove disabled debug codeMichael Niedermayer2012-12-061-7/+0
* swr: remove unused ONE define.Clément Bœsch2012-12-051-4/+0
* lswr/swresample: use AV_OPT_TYPE_SAMPLE_FMT for sample format optionsStefano Sabatini2012-12-033-9/+9
* swr: include stdint.h instead of inttypes.h.Clément Bœsch2012-11-202-2/+2
* swr: fix a few typo in the public header.Clément Bœsch2012-11-201-5/+5
* swr-doxy: elaborate on swr_get_delay() and the timebaseMichael Niedermayer2012-11-201-0/+4
* swr: general doxy text about swr and example code.Michael Niedermayer2012-11-201-2/+72
* swr: set default channel count options to 0.Clément Bœsch2012-11-192-5/+5
* swr/resample: fix SSSE3 included unconditionally.Clément Bœsch2012-11-151-0/+2
* swr/rematrix: move templating parameters to template itself.Clément Bœsch2012-11-152-33/+38
* swr/resample: move templating parameters to template itself.Clément Bœsch2012-11-152-112/+82
* swr: move if() block into the only branch where it can be true.Michael Niedermayer2012-11-151-4/+5
* swr: reorder/redesign operations to avoid integer overflow.Michael Niedermayer2012-11-151-6/+17
* Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.hPaul B Mahol2012-11-135-5/+4
* lswr/swresample: adopt globally consistent rules for options help messageStefano Sabatini2012-11-031-55/+62
* lswr/swresample.h: use consistent inclusion guard header nameStefano Sabatini2012-11-031-3/+3
* Merge commit '6860b4081d046558c44b1b42f22022ea341a2a73'Michael Niedermayer2012-10-312-2/+0
* swr: use 64bit index/len for x86_64 mixMichael Niedermayer2012-10-282-8/+15
* swresample: include ff_log2_tab for shared buildsHendrik Leppkes2012-10-202-0/+2
* swr-test: fix division by 0Michael Niedermayer2012-10-161-1/+1
* swr-test: check pointers before useMichael Niedermayer2012-10-161-4/+8
* swr/rematrix: fix C99 left shift overflowMichael Niedermayer2012-10-141-1/+1
* swri_resample_init: unsupported sample formats are an internal error.Michael Niedermayer2012-10-111-1/+1
OpenPOWER on IntegriCloud