summaryrefslogtreecommitdiff
path: root/libswresample
Commit message (Expand)AuthorAge
* swr-test: avoid VLAMichael Niedermayer2012-10-06
* Add missing version macros to librariesjamal2012-09-28
* swresample: Create version.h headerjamal2012-09-28
* ARM: libswresample: NEON optimised generic fltp to s16 conversionMans Rullgard2012-09-24
* swr: make sure the last data element is NULL so we can use it to detect the n...Michael Niedermayer2012-09-24
* ARM: libswresample: NEON optimised stereo fltp to s16 conversionMans Rullgard2012-09-24
* ARM: libswresample: NEON optimised flat float to s16 conversionMans Rullgard2012-09-24
* swr/resample: mark mm_flags as potentially unusedMichael Niedermayer2012-09-13
* swr: add av_cold to init/free functionsMichael Niedermayer2012-09-09
* swr/auto_matrix: treat a single channel as mono instead of failingMichael Niedermayer2012-09-08
* swr/auto_matrix: treat stereo downmix like stereo.Michael Niedermayer2012-09-08
* swr/auto_matrix: add clean layout functionMichael Niedermayer2012-09-08
* swr/auto_matrix: move layouts to local variablesMichael Niedermayer2012-09-08
* libswr: remove redundant ARCH_X86, MMX* implicates X86Michael Niedermayer2012-09-07
* swsresample: Fix unprotected inline asmDerek Buitenhuis2012-09-07
* Add Dolby/DPLII downmix support to libswresampleMichael Niedermayer2012-09-07
* swr: update rematrix coeffs to match AC-3Michael Niedermayer2012-09-07
* swr: update copyright yearsMichael Niedermayer2012-09-07
* Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-05
* Merge commit 'd58dd4b5b5d31cfd4092e38a5f2c894eee2ab078'Michael Niedermayer2012-09-05
* Merge commit '124134e42455763b28cc346fed1d07017a76e84e'Michael Niedermayer2012-09-05
* Fix compilation with yasm-0.6.2.Carl Eugen Hoyos2012-09-01
* swr/resample: update SSSE3 flag to new nameMichael Niedermayer2012-09-01
* Add some missing _EXTERNAL suffixes to yasm source files.Carl Eugen Hoyos2012-08-31
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-24
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-09
* bessel: check that the function terminates as expected by av_assert2().Michael Niedermayer2012-08-09
* swr: fix 10l typo mixing in and out config.Michael Niedermayer2012-08-01
* swr: resampling: add filter type and Kaiser window beta to AVOptionsJustin Ruggles2012-07-23
* lswr: channel_map requires input conversion.Nicolas George2012-07-17
* swr/x86: 16bit integer mix functions need SSE2 not SSEMichael Niedermayer2012-07-07
* lavu: 256 color supportPaul B Mahol2012-07-07
* swr/x86: 10l, missed some SSE2 instructions in code marked as SSE.Michael Niedermayer2012-07-05
* swr: fix warning: passing argument 2 of s->mix_any_f from incompatible pointe...Michael Niedermayer2012-07-02
* swr: fix warning: passing argument 1 of s->mix_any_f from incompatible pointe...Michael Niedermayer2012-07-02
* swr: fix warning: passing argument 2 of ctx->simd_f from incompatible pointer...Michael Niedermayer2012-07-02
* swr: fix mix* related function pointer warningsMichael Niedermayer2012-07-02
* swr: fix MMX resample code, add emmsMichael Niedermayer2012-06-30
* swr: fix make checkheaders.Clément Bœsch2012-06-30
* swr: small align cosmetic.Clément Bœsch2012-06-30
* swr: use __asm__ instead of __asm.Clément Bœsch2012-06-30
* swr: fix compilation with ancient toolchain that doesnt support SSSE3Michael Niedermayer2012-06-28
* swr: MMX2 & SSSE3 int16 resample coreMichael Niedermayer2012-06-28
* swresample: make .class_name more descriptivePaul B Mahol2012-06-22
* lswr/rematrix: specify explicitly the name of the unsupported channel layoutsStefano Sabatini2012-06-21
* swr: introduce filter_alloc in preparation of SIMD resample optimisationsMichael Niedermayer2012-06-19
* swr/resample: optimize C code for the most common caseMichael Niedermayer2012-06-19
* swr: fix 10l use of uninitialized dataMichael Niedermayer2012-06-13
* swr: mix_2_1_int16_mmx/sseMichael Niedermayer2012-06-12
* swr: mix_1_1_int16_sseMichael Niedermayer2012-06-12