summaryrefslogtreecommitdiff
path: root/libswresample/swresample.c
Commit message (Expand)AuthorAge
...
* swresample: Make rematrix maxvalue user settableMichael Niedermayer2013-07-22
* cosmetics: Fix "dont" "wont" "doesnt" typosTimothy Gu2013-06-29
* swr: dont treat 32 and 24 as equal in simple copy checkMichael Niedermayer2013-06-05
* swresample: set flags & description and add documentation for output_sample_bitsPaul B Mahol2013-06-04
* swr: Fix dithering of s16 with SIMDMichael Niedermayer2013-06-04
* swr: make the default of nopts for first_pts actually workMichael Niedermayer2013-02-25
* swr: support a seperate output sample bits.Michael Niedermayer2013-02-24
* swr: add duplicate cutoff for compatibilityMichael Niedermayer2013-02-24
* swr: check channel layouts before using them.Michael Niedermayer2013-02-13
* swr: Dont use floats for S32->S32 when possibleMichael Niedermayer2013-02-04
* swr: reorder init code to make rematrix status available earlierMichael Niedermayer2013-02-04
* swr: limit phase_shift to a less insane value.Michael Niedermayer2013-01-27
* swr: support first_ptsMichael Niedermayer2013-01-21
* 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: 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: add seperate in/out pointers to the noise shaping codeMichael Niedermayer2013-01-10
* swr: rename dither_pos to noise_posMichael 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
* swr: support -async X as a simple way to do what ffmpeg -async X didMichael Niedermayer2012-12-25
* 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
* lswr/swresample: use AV_OPT_TYPE_SAMPLE_FMT for sample format optionsStefano Sabatini2012-12-03
* swr: set default channel count options to 0.Clément Bœsch2012-11-19
* Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.hPaul B Mahol2012-11-13
* lswr/swresample: adopt globally consistent rules for options help messageStefano Sabatini2012-11-03
* swr: make sure the last data element is NULL so we can use it to detect the n...Michael Niedermayer2012-09-24
* swr: add av_cold to init/free functionsMichael Niedermayer2012-09-09
* Add Dolby/DPLII downmix support to libswresampleMichael Niedermayer2012-09-07
* Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-05
* Merge commit 'd58dd4b5b5d31cfd4092e38a5f2c894eee2ab078'Michael Niedermayer2012-09-05
* Merge commit '124134e42455763b28cc346fed1d07017a76e84e'Michael Niedermayer2012-09-05
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-24