summaryrefslogtreecommitdiffstats
path: root/libswresample
Commit message (Expand)AuthorAgeFilesLines
* 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
* x86/swr: replace sse4 instructions in pack_6ch with sse onesJames Almer2014-11-062-21/+33
* swresample: Fix swr_drop_output so it does not flush the buffersMichael Niedermayer2014-11-041-1/+2
* swresample/resample: fix invert_initial_buffer() after flushMichael Niedermayer2014-10-161-3/+3
* swresample: do not put multiple statements in one lineMichael Niedermayer2014-10-161-3/+9
* swresample/audioconvert: Fix undefined behavior (left shift of negative value)Michael Niedermayer2014-10-081-2/+2
* 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
* libswresample: move condition to start of loop.Reimar Döffinger2014-09-071-4/+6
* Remove pointless if.Reimar Döffinger2014-09-071-3/+1
* libswresample: Avoid needlessly large on-stack array.Reimar Döffinger2014-09-071-5/+9
* swr: aarch64 audio_convert and neon clobber testMichael Niedermayer2014-08-276-0/+469
* swresample: Add AVFrame based APIMichael Niedermayer2014-08-164-1/+221
* swresample: check av_opt_set for failure in swr_alloc_set_opts()Michael Niedermayer2014-08-111-9/+31
* swresample: document the need to configure the context using AVOptionsLuca Barbato2014-08-111-0/+4
* bump libpostproc and libswresampleMichael Niedermayer2014-08-102-2/+4
* swresample-test: make it independant of the internal SWR_CH_MAXMichael Niedermayer2014-08-101-0/+2
* swresample/swresample: Treat mono as planarMichael Niedermayer2014-08-041-0/+2
* fix spelling errorsAndreas Cadhalpun2014-07-121-1/+1
* swresample/libswresample.v: hide ff_*Michael Niedermayer2014-07-121-1/+1
* swresample: misc. doxy improvementsTimothy Gu2014-07-081-19/+64
* swresample: organize functions into doxy groupsTimothy Gu2014-07-061-1/+43
* swresample: better doxy for configuration-returning functionsTimothy Gu2014-07-061-1/+10
* swresample: improve Doxygen introductionTimothy Gu2014-07-061-3/+30
* swresample: add SwrContext doxyTimothy Gu2014-07-061-0/+6
* swresample: add SwrDitherType doxyTimothy Gu2014-07-061-0/+1
OpenPOWER on IntegriCloud