summaryrefslogtreecommitdiff
path: root/libswresample/swresample.c
Commit message (Expand)AuthorAge
* swresample/swresample: Fix integer overflow in seed calculationMichael Niedermayer2015-09-03
* swr: Remember previously set int_sample_format from userMichael Niedermayer2015-06-22
* swresample/swresample: Clear delayed_samples_fixup in clear_context()Michael Niedermayer2015-06-22
* swresample/swresample: Print used int_sample_fmtMichael Niedermayer2015-06-21
* swresample: Choose 16bit internally only if input and output is 16bit or lessMichael Niedermayer2015-06-21
* swr: Fix ASSERT_LEVEL warningMichael Niedermayer2015-06-08
* swresample: fix initilaize/initialize typoClément Bœsch2015-06-06
* swresample/swresample: Cleanup on init failure.Michael Niedermayer2015-06-04
* swresample: Add swr_get_out_samples()Michael Niedermayer2015-06-04
* swresample/dither: check memory allocationGanesh Ajjanagadde2015-06-03
* swresample: Check the return value of resampler->init()Michael Niedermayer2015-06-03
* swr: fix alignment issue caused by 8ch sse functionsRainer Hochecker2015-05-13
* swresample: Check channel layouts and channels against each other and print h...Michael Niedermayer2015-04-12
* swresample: Allow reinitialization without ever setting channel layoutsMichael Niedermayer2015-04-12
* swresample: Allow reinitialization without ever setting channel countsMichael Niedermayer2015-04-12
* swresample/swresample: Use av_mallocz_array()Michael Niedermayer2015-03-30
* swresample: Add prefix to soxr_resamplerMichael Niedermayer2015-02-27
* Add FFMPEG_VERSION into the binary libsMichael Niedermayer2014-12-19
* swresample: Fix swr_drop_output so it does not flush the buffersMichael Niedermayer2014-11-04
* swresample: do not put multiple statements in one lineMichael Niedermayer2014-10-16
* swresample/swresample: replace always true if() by av_assert0()Michael Niedermayer2014-10-06
* swresample/swresample: fix sample drop loop end conditionMichael Niedermayer2014-10-06
* swresample: check av_opt_set for failure in swr_alloc_set_opts()Michael Niedermayer2014-08-11
* 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