summaryrefslogtreecommitdiff
path: root/libswresample
Commit message (Expand)AuthorAgeFilesLines
* swresample: fix AV_CH_LAYOUT_STEREO_DOWNMIX inputMichael Niedermayer2014-06-231-0/+5
* swresample/resample: use av_malloc_array() where appropriateMichael Niedermayer2014-06-231-1/+1
* swresample/dither: use av_malloc_array()Michael Niedermayer2014-06-231-1/+1
* swresample/resample: Limit filter lengthMichael Niedermayer2014-06-231-0/+5
* swr/rematrix: Fix handling of AV_CH_LAYOUT_STEREO_DOWNMIX outputMichael Niedermayer2013-08-201-3/+5
* swr: clean layouts before checking sanityMichael Niedermayer2013-08-201-1/+2
* swresample/x86/audio_convert: add emms to CONVMichael Niedermayer2013-06-181-0/+5
* swr: check channel layouts before using them.Michael Niedermayer2013-03-031-0/+10
* swr: fix handling of timestamps that cause multiple drops or silence injectionsMichael Niedermayer2013-01-201-1/+1
* swr: use 64bit index/len for x86_64 mixMichael Niedermayer2012-12-032-8/+15
* ARM: libswresample: NEON optimised generic fltp to s16 conversionMans Rullgard2012-09-242-0/+242
* swr: make sure the last data element is NULL so we can use it to detect the n...Michael Niedermayer2012-09-242-0/+3
* ARM: libswresample: NEON optimised stereo fltp to s16 conversionMans Rullgard2012-09-242-0/+72
* ARM: libswresample: NEON optimised flat float to s16 conversionMans Rullgard2012-09-245-0/+121
* swr/resample: mark mm_flags as potentially unusedMichael Niedermayer2012-09-131-1/+1
* swr: add av_cold to init/free functionsMichael Niedermayer2012-09-093-8/+8
* swr/auto_matrix: treat a single channel as mono instead of failingMichael Niedermayer2012-09-081-0/+7
* swr/auto_matrix: treat stereo downmix like stereo.Michael Niedermayer2012-09-081-0/+2
* swr/auto_matrix: add clean layout functionMichael Niedermayer2012-09-081-1/+9
* swr/auto_matrix: move layouts to local variablesMichael Niedermayer2012-09-081-35/+37
* libswr: remove redundant ARCH_X86, MMX* implicates X86Michael Niedermayer2012-09-071-3/+3
* swsresample: Fix unprotected inline asmDerek Buitenhuis2012-09-071-2/+2
* Add Dolby/DPLII downmix support to libswresampleMichael Niedermayer2012-09-073-6/+50
* swr: update rematrix coeffs to match AC-3Michael Niedermayer2012-09-071-2/+7
* swr: update copyright yearsMichael Niedermayer2012-09-074-4/+4
* Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-051-22/+22
* Merge commit 'd58dd4b5b5d31cfd4092e38a5f2c894eee2ab078'Michael Niedermayer2012-09-051-2/+2
* Merge commit '124134e42455763b28cc346fed1d07017a76e84e'Michael Niedermayer2012-09-051-7/+7
* Fix compilation with yasm-0.6.2.Carl Eugen Hoyos2012-09-011-2/+2
* swr/resample: update SSSE3 flag to new nameMichael Niedermayer2012-09-011-2/+2
* Add some missing _EXTERNAL suffixes to yasm source files.Carl Eugen Hoyos2012-08-312-2/+2
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-241-4/+4
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-091-1/+1
* bessel: check that the function terminates as expected by av_assert2().Michael Niedermayer2012-08-091-0/+1
* swr: fix 10l typo mixing in and out config.Michael Niedermayer2012-08-011-1/+1
* swr: resampling: add filter type and Kaiser window beta to AVOptionsJustin Ruggles2012-07-234-15/+36
* lswr: channel_map requires input conversion.Nicolas George2012-07-171-1/+1
* swr/x86: 16bit integer mix functions need SSE2 not SSEMichael Niedermayer2012-07-072-4/+6
* lavu: 256 color supportPaul B Mahol2012-07-071-0/+1
* swr/x86: 10l, missed some SSE2 instructions in code marked as SSE.Michael Niedermayer2012-07-052-25/+20
* swr: fix warning: passing argument 2 of s->mix_any_f from incompatible pointe...Michael Niedermayer2012-07-021-1/+1
* swr: fix warning: passing argument 1 of s->mix_any_f from incompatible pointe...Michael Niedermayer2012-07-021-1/+1
* swr: fix warning: passing argument 2 of ctx->simd_f from incompatible pointer...Michael Niedermayer2012-07-021-2/+2
* swr: fix mix* related function pointer warningsMichael Niedermayer2012-07-022-10/+11
* swr: fix MMX resample code, add emmsMichael Niedermayer2012-06-301-3/+7
* swr: fix make checkheaders.Clément Bœsch2012-06-301-0/+1
* swr: small align cosmetic.Clément Bœsch2012-06-301-1/+1
* swr: use __asm__ instead of __asm.Clément Bœsch2012-06-301-2/+2
* swr: fix compilation with ancient toolchain that doesnt support SSSE3Michael Niedermayer2012-06-281-1/+6
* swr: MMX2 & SSSE3 int16 resample coreMichael Niedermayer2012-06-283-4/+133