summaryrefslogtreecommitdiff
path: root/libswresample
Commit message (Expand)AuthorAgeFilesLines
* 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
* swresample: make .class_name more descriptivePaul B Mahol2012-06-221-1/+1
* lswr/rematrix: specify explicitly the name of the unsupported channel layoutsStefano Sabatini2012-06-211-2/+5
* swr: introduce filter_alloc in preparation of SIMD resample optimisationsMichael Niedermayer2012-06-192-12/+14
* swr/resample: optimize C code for the most common caseMichael Niedermayer2012-06-191-0/+22
* swr: fix 10l use of uninitialized dataMichael Niedermayer2012-06-131-2/+2
* swr: mix_2_1_int16_mmx/sseMichael Niedermayer2012-06-123-1/+74
* swr: mix_1_1_int16_sseMichael Niedermayer2012-06-122-0/+6
* swr: mix_1_1 int16 MMXMichael Niedermayer2012-06-123-1/+79
* swr: mix_2_1_float SSE/AVXMichael Niedermayer2012-06-122-0/+50
* swr: SIMD rematrixing and SSE/AVX mix_1_1 floatMichael Niedermayer2012-06-125-2/+120