summaryrefslogtreecommitdiff
path: root/libswresample
Commit message (Expand)AuthorAge
* swresample/x86: add missing colon to labelsJames Almer2015-07-26
* lswr: Allow 64 channels internally.Carl Eugen Hoyos2015-07-17
* 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: soxr implementation for swr_get_out_samples()Rob Sykes2015-06-21
* 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/resample: fix typosMichael Niedermayer2015-06-04
* swresample/swresample: Cleanup on init failure.Michael Niedermayer2015-06-04
* swresample: Add swr_get_out_samples()Michael Niedermayer2015-06-04
* libswresample/rematrix: Check for malloc errorsMichael Niedermayer2015-06-04
* swresample/dither: check memory allocationGanesh Ajjanagadde2015-06-03
* swresample: Check the return value of resampler->init()Michael Niedermayer2015-06-03
* x86: check for AV_CPU_FLAG_AVXSLOW where usefulJames Almer2015-06-01
* swr: fix alignment issue caused by 8ch sse functionsRainer Hochecker2015-05-13
* swresample/dither_template: Do not define macro functions to nothingMichael Niedermayer2015-05-07
* swresample/swresample-test: Randomly wipe out channel countsMichael Niedermayer2015-04-12
* 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
* swr/resample: use av_clip functionsJames Almer2015-04-05
* swresample/swresample: Use av_mallocz_array()Michael Niedermayer2015-03-30
* swresample/resample: Fix undefined shiftsMichael Niedermayer2015-03-14
* swresample: Add prefix to soxr_resamplerMichael Niedermayer2015-02-27
* swresample: add av_cold to init functionsMichael Niedermayer2015-02-21
* swresample/resample_template: Add () to protect the arguments of the OUT() macroMichael Niedermayer2015-02-17
* swresample/swresample-test: Add () to protect uint_rand() argumentMichael Niedermayer2015-02-16
* x86/swr: make pack_8ch functions work with compilers without aligned stackJames Almer2015-02-15
* swresample/x86/rematrix_init: Check av_malloc* return codes, forward errorsMichael Niedermayer2015-02-09
* swresample/x86/rematrix_init: Use av_mallocz_array()Michael Niedermayer2015-02-09
* swresample: Use int instead of enum for fields which are accessed through AVO...Michael Niedermayer2015-02-02
* swresample/dither: Cleanup number suffixesMichael Niedermayer2015-02-01
* swresample_internal.h: Move struct declaration before first use.Reimar Döffinger2015-01-27
* x86/swr: add SSE/AVX unpack_6ch functionsJames Almer2015-01-12
* x86/swr: load constants outside the loop in pack_6ch functionsJames Almer2015-01-11
* x86/swr: disable pack_8ch functions on msvc/icl x86_32James Almer2014-12-31
* x86/swr: add missing alignment check to pack_6ch functionsJames Almer2014-12-31
* x86/swr: add SSE2/AVX pack_8ch functionsJames Almer2014-12-30
* Add FFMPEG_VERSION into the binary libsMichael Niedermayer2014-12-19
* swresample/soxr_resample: fix error handlingRob Sykes2014-12-13
* x86/swr: add ff_float_to_int32_a_avx2James Almer2014-11-07
* x86/swr: replace sse4 instructions in pack_6ch with sse onesJames Almer2014-11-06
* swresample: Fix swr_drop_output so it does not flush the buffersMichael Niedermayer2014-11-04
* swresample/resample: fix invert_initial_buffer() after flushMichael Niedermayer2014-10-16
* swresample: do not put multiple statements in one lineMichael Niedermayer2014-10-16
* swresample/audioconvert: Fix undefined behavior (left shift of negative value)Michael Niedermayer2014-10-08
* swresample/swresample: replace always true if() by av_assert0()Michael Niedermayer2014-10-06
* swresample/swresample: fix sample drop loop end conditionMichael Niedermayer2014-10-06