summaryrefslogtreecommitdiff
path: root/libswresample/swresample.c
Commit message (Expand)AuthorAge
* swresample/swresample: Treat mono as planarMichael Niedermayer2014-08-04
* swresample: split option table to a separate fileTimothy Gu2014-07-06
* swr: handle initial negative sample index outside DSP function.Ronald S. Bultje2014-06-14
* swresample: swr_close()Michael Niedermayer2014-05-15
* swr: check that the context for swr_convert() has been initializedMichael Niedermayer2014-02-24
* swresample: add swr_is_initialized()Michael Niedermayer2014-02-24
* swresample: factorize clear_context() outMichael Niedermayer2014-02-22
* lavu,lavc,lswr: do not hardcode AV_SAMPLE_FMT_NB value when setting sample fo...Stefano Sabatini2013-12-26
* swresample: use the internal buffer for resampling the last few samplesMichael Niedermayer2013-12-04
* lswr/swresample: convert ocl and icl options to AV_OPT_TYPE_CHANNEL_LAYOUTStefano Sabatini2013-10-17
* swresample: replace 2 av_free() by av_freep()Michael Niedermayer2013-09-16
* 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