summaryrefslogtreecommitdiffstats
path: root/libswresample/swresample.c
Commit message (Expand)AuthorAgeFilesLines
* swr: check that the context for swr_convert() has been initializedMichael Niedermayer2014-02-241-0/+5
* swresample: add swr_is_initialized()Michael Niedermayer2014-02-241-0/+4
* swresample: factorize clear_context() outMichael Niedermayer2014-02-221-26/+20
* lavu,lavc,lswr: do not hardcode AV_SAMPLE_FMT_NB value when setting sample fo...Stefano Sabatini2013-12-261-6/+6
* swresample: use the internal buffer for resampling the last few samplesMichael Niedermayer2013-12-041-2/+7
* lswr/swresample: convert ocl and icl options to AV_OPT_TYPE_CHANNEL_LAYOUTStefano Sabatini2013-10-171-4/+4
* swresample: replace 2 av_free() by av_freep()Michael Niedermayer2013-09-161-1/+1
* swresample: Make rematrix maxvalue user settableMichael Niedermayer2013-07-221-0/+1
* cosmetics: Fix "dont" "wont" "doesnt" typosTimothy Gu2013-06-291-2/+2
* swr: dont treat 32 and 24 as equal in simple copy checkMichael Niedermayer2013-06-051-1/+2
* swresample: set flags & description and add documentation for output_sample_bitsPaul B Mahol2013-06-041-1/+1
* swr: Fix dithering of s16 with SIMDMichael Niedermayer2013-06-041-1/+1
* swr: make the default of nopts for first_pts actually workMichael Niedermayer2013-02-251-1/+6
* swr: support a seperate output sample bits.Michael Niedermayer2013-02-241-0/+1
* swr: add duplicate cutoff for compatibilityMichael Niedermayer2013-02-241-0/+4
* swr: check channel layouts before using them.Michael Niedermayer2013-02-131-0/+10
* swr: Dont use floats for S32->S32 when possibleMichael Niedermayer2013-02-041-0/+5
* swr: reorder init code to make rematrix status available earlierMichael Niedermayer2013-02-041-27/+27
* swr: limit phase_shift to a less insane value.Michael Niedermayer2013-01-271-1/+1
* swr: support first_ptsMichael Niedermayer2013-01-211-1/+10
* swr: fix handling of timestamps that cause multiple drops or silence injectionsMichael Niedermayer2013-01-131-1/+1
* swr: limit buffer size for silence injectionMichael Niedermayer2013-01-131-0/+7
* swr: limit buffer size for discarding.Michael Niedermayer2013-01-131-5/+8
* swr: move silence buffer to context to avoid per use malloc/freeMichael Niedermayer2013-01-131-9/+8
* swr: move buffer used to discard sample to contextMichael Niedermayer2013-01-131-6/+5
* 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-101-14/+17
* swr: add seperate in/out pointers to the noise shaping codeMichael Niedermayer2013-01-101-4/+4
* swr: rename dither_pos to noise_posMichael Niedermayer2013-01-101-6/+6
* swr: fix the noise sample type for noise shapingMichael Niedermayer2013-01-091-1/+1
* swr: split swri_dither_init() outMichael Niedermayer2013-01-091-1/+3
* swr: remove unused variableMichael Niedermayer2013-01-091-1/+1
* swr: move dither related fields to their own contextMichael Niedermayer2013-01-091-24/+24
* swr: update copyright years of a few files iam working onMichael Niedermayer2013-01-091-1/+1
* swr: Implement Noise shaping ditherMichael Niedermayer2013-01-091-13/+29
* 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-041-1/+1
* lswr: improve rematrixing error message.Nicolas George2012-12-311-1/+5
* docs: add soxr documentationRob Sykes2012-12-271-6/+8
* swr: support -async X as a simple way to do what ffmpeg -async X didMichael Niedermayer2012-12-251-0/+10
* swr: Add SOX resampler supportRob Sykes2012-12-111-2/+9
* swr: add a lowpass default so that each Resampler can have its own default.Rob Sykes2012-12-111-1/+1
* swr: move flush into ResamplerMichael Niedermayer2012-12-111-18/+6
* swr: make realloc_audio() available outside swresample.cMichael Niedermayer2012-12-111-11/+11
* swr: Add API to make resample engine selectable.Rob Sykes2012-12-111-5/+43
* lswr/swresample: use AV_OPT_TYPE_SAMPLE_FMT for sample format optionsStefano Sabatini2012-12-031-6/+6
* swr: set default channel count options to 0.Clément Bœsch2012-11-191-4/+4
* Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.hPaul B Mahol2012-11-131-1/+1
* lswr/swresample: adopt globally consistent rules for options help messageStefano Sabatini2012-11-031-55/+62
OpenPOWER on IntegriCloud