summaryrefslogtreecommitdiff
path: root/libswresample
Commit message (Expand)AuthorAge
* lswr/swresample: adopt globally consistent rules for options help messageStefano Sabatini2012-11-03
* lswr/swresample.h: use consistent inclusion guard header nameStefano Sabatini2012-11-03
* Merge commit '6860b4081d046558c44b1b42f22022ea341a2a73'Michael Niedermayer2012-10-31
* swr: use 64bit index/len for x86_64 mixMichael Niedermayer2012-10-28
* swresample: include ff_log2_tab for shared buildsHendrik Leppkes2012-10-20
* swr-test: fix division by 0Michael Niedermayer2012-10-16
* swr-test: check pointers before useMichael Niedermayer2012-10-16
* swr/rematrix: fix C99 left shift overflowMichael Niedermayer2012-10-14
* swri_resample_init: unsupported sample formats are an internal error.Michael Niedermayer2012-10-11
* 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