| Commit message (Expand) | Author | Age | Files | Lines |
* | swr-test: avoid VLA | Michael Niedermayer | 2012-10-06 | 1 | -2/+2 |
* | Add missing version macros to libraries | jamal | 2012-09-28 | 1 | -1/+7 |
* | swresample: Create version.h header | jamal | 2012-09-28 | 3 | -8/+42 |
* | ARM: libswresample: NEON optimised generic fltp to s16 conversion | Mans Rullgard | 2012-09-24 | 2 | -0/+242 |
* | swr: make sure the last data element is NULL so we can use it to detect the n... | Michael Niedermayer | 2012-09-24 | 2 | -0/+3 |
* | ARM: libswresample: NEON optimised stereo fltp to s16 conversion | Mans Rullgard | 2012-09-24 | 2 | -0/+72 |
* | ARM: libswresample: NEON optimised flat float to s16 conversion | Mans Rullgard | 2012-09-24 | 5 | -0/+121 |
* | swr/resample: mark mm_flags as potentially unused | Michael Niedermayer | 2012-09-13 | 1 | -1/+1 |
* | swr: add av_cold to init/free functions | Michael Niedermayer | 2012-09-09 | 3 | -8/+8 |
* | swr/auto_matrix: treat a single channel as mono instead of failing | Michael Niedermayer | 2012-09-08 | 1 | -0/+7 |
* | swr/auto_matrix: treat stereo downmix like stereo. | Michael Niedermayer | 2012-09-08 | 1 | -0/+2 |
* | swr/auto_matrix: add clean layout function | Michael Niedermayer | 2012-09-08 | 1 | -1/+9 |
* | swr/auto_matrix: move layouts to local variables | Michael Niedermayer | 2012-09-08 | 1 | -35/+37 |
* | libswr: remove redundant ARCH_X86, MMX* implicates X86 | Michael Niedermayer | 2012-09-07 | 1 | -3/+3 |
* | swsresample: Fix unprotected inline asm | Derek Buitenhuis | 2012-09-07 | 1 | -2/+2 |
* | Add Dolby/DPLII downmix support to libswresample | Michael Niedermayer | 2012-09-07 | 3 | -6/+50 |
* | swr: update rematrix coeffs to match AC-3 | Michael Niedermayer | 2012-09-07 | 1 | -2/+7 |
* | swr: update copyright years | Michael Niedermayer | 2012-09-07 | 4 | -4/+4 |
* | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9' | Michael Niedermayer | 2012-09-05 | 1 | -22/+22 |
* | Merge commit 'd58dd4b5b5d31cfd4092e38a5f2c894eee2ab078' | Michael Niedermayer | 2012-09-05 | 1 | -2/+2 |
* | Merge commit '124134e42455763b28cc346fed1d07017a76e84e' | Michael Niedermayer | 2012-09-05 | 1 | -7/+7 |
* | Fix compilation with yasm-0.6.2. | Carl Eugen Hoyos | 2012-09-01 | 1 | -2/+2 |
* | swr/resample: update SSSE3 flag to new name | Michael Niedermayer | 2012-09-01 | 1 | -2/+2 |
* | Add some missing _EXTERNAL suffixes to yasm source files. | Carl Eugen Hoyos | 2012-08-31 | 2 | -2/+2 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-24 | 1 | -4/+4 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-09 | 1 | -1/+1 |
* | bessel: check that the function terminates as expected by av_assert2(). | Michael Niedermayer | 2012-08-09 | 1 | -0/+1 |
* | swr: fix 10l typo mixing in and out config. | Michael Niedermayer | 2012-08-01 | 1 | -1/+1 |
* | swr: resampling: add filter type and Kaiser window beta to AVOptions | Justin Ruggles | 2012-07-23 | 4 | -15/+36 |
* | lswr: channel_map requires input conversion. | Nicolas George | 2012-07-17 | 1 | -1/+1 |
* | swr/x86: 16bit integer mix functions need SSE2 not SSE | Michael Niedermayer | 2012-07-07 | 2 | -4/+6 |
* | lavu: 256 color support | Paul B Mahol | 2012-07-07 | 1 | -0/+1 |
* | swr/x86: 10l, missed some SSE2 instructions in code marked as SSE. | Michael Niedermayer | 2012-07-05 | 2 | -25/+20 |
* | swr: fix warning: passing argument 2 of s->mix_any_f from incompatible pointe... | Michael Niedermayer | 2012-07-02 | 1 | -1/+1 |
* | swr: fix warning: passing argument 1 of s->mix_any_f from incompatible pointe... | Michael Niedermayer | 2012-07-02 | 1 | -1/+1 |
* | swr: fix warning: passing argument 2 of ctx->simd_f from incompatible pointer... | Michael Niedermayer | 2012-07-02 | 1 | -2/+2 |
* | swr: fix mix* related function pointer warnings | Michael Niedermayer | 2012-07-02 | 2 | -10/+11 |
* | swr: fix MMX resample code, add emms | Michael Niedermayer | 2012-06-30 | 1 | -3/+7 |
* | swr: fix make checkheaders. | Clément Bœsch | 2012-06-30 | 1 | -0/+1 |
* | swr: small align cosmetic. | Clément Bœsch | 2012-06-30 | 1 | -1/+1 |
* | swr: use __asm__ instead of __asm. | Clément Bœsch | 2012-06-30 | 1 | -2/+2 |
* | swr: fix compilation with ancient toolchain that doesnt support SSSE3 | Michael Niedermayer | 2012-06-28 | 1 | -1/+6 |
* | swr: MMX2 & SSSE3 int16 resample core | Michael Niedermayer | 2012-06-28 | 3 | -4/+133 |
* | swresample: make .class_name more descriptive | Paul B Mahol | 2012-06-22 | 1 | -1/+1 |
* | lswr/rematrix: specify explicitly the name of the unsupported channel layouts | Stefano Sabatini | 2012-06-21 | 1 | -2/+5 |
* | swr: introduce filter_alloc in preparation of SIMD resample optimisations | Michael Niedermayer | 2012-06-19 | 2 | -12/+14 |
* | swr/resample: optimize C code for the most common case | Michael Niedermayer | 2012-06-19 | 1 | -0/+22 |
* | swr: fix 10l use of uninitialized data | Michael Niedermayer | 2012-06-13 | 1 | -2/+2 |
* | swr: mix_2_1_int16_mmx/sse | Michael Niedermayer | 2012-06-12 | 3 | -1/+74 |
* | swr: mix_1_1_int16_sse | Michael Niedermayer | 2012-06-12 | 2 | -0/+6 |