summaryrefslogtreecommitdiffstats
path: root/libswresample
Commit message (Expand)AuthorAgeFilesLines
* x86/audio_convert: fix clobbering of xmm registersJames Almer2015-10-011-61/+61
* swresample/dither_template: Add missing license headerMichael Niedermayer2015-09-271-0/+17
* Merge commit 'e88103a7f92cf27a2868b50acc8a9912f6088249'Hendrik Leppkes2015-09-051-3/+3
* swresample/swresample: Fix integer overflow in seed calculationMichael Niedermayer2015-09-031-1/+1
* swresample/swresample-test: Make layouts static constMichael Niedermayer2015-08-301-1/+1
* swresample/dither: use integer arithmeticGanesh Ajjanagadde2015-08-231-1/+1
* x86: move XOP emulation code back to x86incJames Almer2015-08-031-1/+6
* swresample/x86: add missing colon to labelsJames Almer2015-07-262-10/+10
* lswr: Allow 64 channels internally.Carl Eugen Hoyos2015-07-172-2/+2
* swr: Remember previously set int_sample_format from userMichael Niedermayer2015-06-223-2/+5
* swresample/swresample: Clear delayed_samples_fixup in clear_context()Michael Niedermayer2015-06-221-0/+1
* swresample: soxr implementation for swr_get_out_samples()Rob Sykes2015-06-212-4/+31
* 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/resample: fix typosMichael Niedermayer2015-06-041-2/+2
* swresample/swresample: Cleanup on init failure.Michael Niedermayer2015-06-041-10/+24
* swresample: Add swr_get_out_samples()Michael Niedermayer2015-06-045-4/+75
* libswresample/rematrix: Check for malloc errorsMichael Niedermayer2015-06-041-0/+8
* swresample/dither: check memory allocationGanesh Ajjanagadde2015-06-033-3/+8
* swresample: Check the return value of resampler->init()Michael Niedermayer2015-06-031-0/+4
* x86: check for AV_CPU_FLAG_AVXSLOW where usefulJames Almer2015-06-013-4/+6
* swr: fix alignment issue caused by 8ch sse functionsRainer Hochecker2015-05-131-2/+3
* swresample/dither_template: Do not define macro functions to nothingMichael Niedermayer2015-05-071-2/+2
* swresample/swresample-test: Randomly wipe out channel countsMichael Niedermayer2015-04-121-0/+5
* 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-124-8/+13
* swresample: Allow reinitialization without ever setting channel countsMichael Niedermayer2015-04-123-6/+14
* swr/resample: use av_clip functionsJames Almer2015-04-051-2/+2
* swresample/swresample: Use av_mallocz_array()Michael Niedermayer2015-03-301-1/+1
* swresample/resample: Fix undefined shiftsMichael Niedermayer2015-03-141-1/+1
* swresample: Add prefix to soxr_resamplerMichael Niedermayer2015-02-273-3/+4
* swresample: add av_cold to init functionsMichael Niedermayer2015-02-212-2/+2
* swresample/resample_template: Add () to protect the arguments of the OUT() macroMichael Niedermayer2015-02-171-4/+4
* swresample/swresample-test: Add () to protect uint_rand() argumentMichael Niedermayer2015-02-161-1/+1
* x86/swr: make pack_8ch functions work with compilers without aligned stackJames Almer2015-02-152-14/+31
* swresample/x86/rematrix_init: Check av_malloc* return codes, forward errorsMichael Niedermayer2015-02-093-4/+12
* swresample/x86/rematrix_init: Use av_mallocz_array()Michael Niedermayer2015-02-091-2/+2
* swresample: Use int instead of enum for fields which are accessed through AVO...Michael Niedermayer2015-02-021-4/+4
* swresample/dither: Cleanup number suffixesMichael Niedermayer2015-02-011-6/+6
* swresample_internal.h: Move struct declaration before first use.Reimar Döffinger2015-01-271-21/+21
* x86/swr: add SSE/AVX unpack_6ch functionsJames Almer2015-01-122-0/+105
* x86/swr: load constants outside the loop in pack_6ch functionsJames Almer2015-01-111-1/+1
* x86/swr: disable pack_8ch functions on msvc/icl x86_32James Almer2014-12-312-2/+6
* x86/swr: add missing alignment check to pack_6ch functionsJames Almer2014-12-311-0/+2
* x86/swr: add SSE2/AVX pack_8ch functionsJames Almer2014-12-302-0/+162
* Add FFMPEG_VERSION into the binary libsMichael Niedermayer2014-12-191-0/+3
* swresample/soxr_resample: fix error handlingRob Sykes2014-12-131-2/+6
* x86/swr: add ff_float_to_int32_a_avx2James Almer2014-11-072-3/+13
OpenPOWER on IntegriCloud