summaryrefslogtreecommitdiff
path: root/libswresample
Commit message (Expand)AuthorAgeFilesLines
...
* swr: move buffer used to discard sample to contextMichael Niedermayer2013-01-132-6/+6
* swr: work with 4 noise shaping coeffs at a timeMichael Niedermayer2013-01-121-1/+10
* swr/noise_shaping_data: pad coeffs to multiple of 4 when they are 1 belowMichael Niedermayer2013-01-121-0/+1
* swr: use a local variable for ns_coeffsMichael Niedermayer2013-01-121-1/+2
* swr: use local variable for ns_errorsMichael Niedermayer2013-01-121-2/+3
* swr: minor simplification for the noise shaping pos updateMichael Niedermayer2013-01-121-1/+1
* swr: check that allocation of in/out_convert succeededMichael Niedermayer2013-01-101-0/+2
* swr: Use a temporary buffer for dither/Noise shaping when the input is read onlyMichael Niedermayer2013-01-103-14/+20
* swr: mark noise data for noise shaping as constMichael Niedermayer2013-01-102-5/+5
* swr: add seperate in/out pointers to the noise shaping codeMichael Niedermayer2013-01-103-12/+13
* 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