summaryrefslogtreecommitdiff
path: root/libswresample/swresample.c
Commit message (Expand)AuthorAgeFilesLines
* swresample/swresample: Fix input channel count in resample_first computationMichael Niedermayer2018-11-181-1/+1
* swresample/swresample: Fix for seg fault in swr_convert_internal() -> sum2_fl...Hendrik Schreiber2018-07-081-1/+1
* swresample: add int64 sample formatPaul B Mahol2016-08-181-1/+2
* swresample: Skip over dither steps if dithering scale is 0Michael Niedermayer2016-08-181-0/+2
* swresample: move dither init upMichael Niedermayer2016-08-181-2/+11
* swresample: add exact_rational optionMuhammad Faiz2016-06-131-1/+1
* swresample/swresample: Remove "less than" comparissions of enumsMichael Niedermayer2016-03-221-4/+4
* swresample/swresample: Fix integer overflow in seed calculationMichael Niedermayer2015-09-031-1/+1
* swr: Remember previously set int_sample_format from userMichael Niedermayer2015-06-221-0/+2
* swresample/swresample: Clear delayed_samples_fixup in clear_context()Michael Niedermayer2015-06-221-0/+1
* swresample/swresample: Print used int_sample_fmtMichael Niedermayer2015-06-211-1/+1
* swresample: Choose 16bit internally only if input and output is 16bit or lessMichael Niedermayer2015-06-211-1/+7
* swr: Fix ASSERT_LEVEL warningMichael Niedermayer2015-06-081-1/+1
* swresample: fix initilaize/initialize typoClément Bœsch2015-06-061-1/+1
* swresample/swresample: Cleanup on init failure.Michael Niedermayer2015-06-041-10/+24
* swresample: Add swr_get_out_samples()Michael Niedermayer2015-06-041-0/+30
* swresample/dither: check memory allocationGanesh Ajjanagadde2015-06-031-1/+2
* swresample: Check the return value of resampler->init()Michael Niedermayer2015-06-031-0/+4
* swr: fix alignment issue caused by 8ch sse functionsRainer Hochecker2015-05-131-2/+3
* swresample: Check channel layouts and channels against each other and print h...Michael Niedermayer2015-04-121-3/+12
* swresample: Allow reinitialization without ever setting channel layoutsMichael Niedermayer2015-04-121-2/+5
* swresample: Allow reinitialization without ever setting channel countsMichael Niedermayer2015-04-121-0/+4
* swresample/swresample: Use av_mallocz_array()Michael Niedermayer2015-03-301-1/+1
* swresample: Add prefix to soxr_resamplerMichael Niedermayer2015-02-271-2/+1
* Add FFMPEG_VERSION into the binary libsMichael Niedermayer2014-12-191-0/+3
* swresample: Fix swr_drop_output so it does not flush the buffersMichael Niedermayer2014-11-041-1/+2
* swresample: do not put multiple statements in one lineMichael Niedermayer2014-10-161-3/+9
* swresample/swresample: replace always true if() by av_assert0()Michael Niedermayer2014-10-061-2/+2
* swresample/swresample: fix sample drop loop end conditionMichael Niedermayer2014-10-061-0/+2
* swresample: check av_opt_set for failure in swr_alloc_set_opts()Michael Niedermayer2014-08-111-9/+31
* swresample/swresample: Treat mono as planarMichael Niedermayer2014-08-041-0/+2
* swresample: split option table to a separate fileTimothy Gu2014-07-061-132/+0
* swr: handle initial negative sample index outside DSP function.Ronald S. Bultje2014-06-141-0/+6
* swresample: swr_close()Michael Niedermayer2014-05-151-0/+4
* 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