summaryrefslogtreecommitdiff
path: root/libswresample
Commit message (Expand)AuthorAge
* swr/ build_filter: use av_calloc() fix buffer overflowMichael Niedermayer2013-01-27
* swr: limit phase_shift to a less insane value.Michael Niedermayer2013-01-27
* swr: support first_ptsMichael Niedermayer2013-01-21
* swr: fix "may be used uninitialized in this function" warningsMichael Niedermayer2013-01-20
* swr/dither: fix division by 0Michael Niedermayer2013-01-14
* swr: fix handling of timestamps that cause multiple drops or silence injectionsMichael Niedermayer2013-01-13
* swr: limit buffer size for silence injectionMichael Niedermayer2013-01-13
* swr: limit buffer size for discarding.Michael Niedermayer2013-01-13
* swr: move silence buffer to context to avoid per use malloc/freeMichael Niedermayer2013-01-13
* swr: move buffer used to discard sample to contextMichael Niedermayer2013-01-13
* swr: work with 4 noise shaping coeffs at a timeMichael Niedermayer2013-01-12
* swr/noise_shaping_data: pad coeffs to multiple of 4 when they are 1 belowMichael Niedermayer2013-01-12
* swr: use a local variable for ns_coeffsMichael Niedermayer2013-01-12
* swr: use local variable for ns_errorsMichael Niedermayer2013-01-12
* swr: minor simplification for the noise shaping pos updateMichael Niedermayer2013-01-12
* swr: check that allocation of in/out_convert succeededMichael Niedermayer2013-01-10
* swr: Use a temporary buffer for dither/Noise shaping when the input is read onlyMichael Niedermayer2013-01-10
* swr: mark noise data for noise shaping as constMichael Niedermayer2013-01-10
* swr: add seperate in/out pointers to the noise shaping codeMichael Niedermayer2013-01-10
* swr: rename dither_pos to noise_posMichael Niedermayer2013-01-10
* swr: scale data down in noise shaping to avoid clipingMichael Niedermayer2013-01-10
* swr: reorder the operations in the noise shaping codeMichael Niedermayer2013-01-10
* swr: add noise_scale field to seperate it from the noise shaping scalesMichael Niedermayer2013-01-10
* swr: fix the noise sample type for noise shapingMichael Niedermayer2013-01-09
* swr: split swri_dither_init() outMichael Niedermayer2013-01-09
* swr: remove unused variableMichael Niedermayer2013-01-09
* swr: move dither related fields to their own contextMichael Niedermayer2013-01-09
* swr: update copyright years of a few files iam working onMichael Niedermayer2013-01-09
* swr: Implement Noise shaping ditherMichael Niedermayer2013-01-09
* swr: use SIMD for ditheringMichael Niedermayer2013-01-09
* swr: fix assertion failure if dither is used without the preout buffer differ...Michael Niedermayer2013-01-08
* lswr: Improve default resampler's default parametersAlexander Strasser2013-01-04
* lswr: improve rematrixing error message.Nicolas George2012-12-31
* docs: add soxr documentationRob Sykes2012-12-27
* soxr_resample: soxr API parameter renameRob Sykes2012-12-27
* soxr_resample: Correct email addressRob Sykes2012-12-27
* swr: support -async X as a simple way to do what ffmpeg -async X didMichael Niedermayer2012-12-25
* swr/doxy: fix missing quote in code example.Clément Bœsch2012-12-16
* audioconvert/arm: require alignment of 16Michael Niedermayer2012-12-14
* audioconvert: support simd code with specific alignment requirements.Michael Niedermayer2012-12-14
* swr: Add SOX resampler supportRob Sykes2012-12-11
* swr: add a lowpass default so that each Resampler can have its own default.Rob Sykes2012-12-11
* swr: move flush into ResamplerMichael Niedermayer2012-12-11
* swr: make realloc_audio() available outside swresample.cMichael Niedermayer2012-12-11
* swr: Add API to make resample engine selectable.Rob Sykes2012-12-11
* doxy: fix swr group nameMichael Niedermayer2012-12-11
* resample: remove disabled debug codeMichael Niedermayer2012-12-06
* swr: remove unused ONE define.Clément Bœsch2012-12-05
* lswr/swresample: use AV_OPT_TYPE_SAMPLE_FMT for sample format optionsStefano Sabatini2012-12-03
* swr: include stdint.h instead of inttypes.h.Clément Bœsch2012-11-20