| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | swr: mix_1_1 int16 MMX | Michael Niedermayer | 2012-06-12 | 3 | -1/+79 |
* | swr: mix_2_1_float SSE/AVX | Michael Niedermayer | 2012-06-12 | 2 | -0/+50 |
* | swr: SIMD rematrixing and SSE/AVX mix_1_1 float | Michael Niedermayer | 2012-06-12 | 5 | -2/+120 |
* | swr: add native matrix for SIMD | Michael Niedermayer | 2012-06-12 | 2 | -0/+2 |
* | swr: add function pointers for SIMD rematrixing | Michael Niedermayer | 2012-06-12 | 1 | -0/+3 |
* | swresample.c: update copyleft year | Michael Niedermayer | 2012-06-12 | 1 | -1/+1 |
* | swr: use &~15 | Michael Niedermayer | 2012-06-12 | 1 | -1/+1 |
* | swr: replace /16 by >>4 | Michael Niedermayer | 2012-06-12 | 1 | -1/+1 |
* | swr: skip memset(0) in rematrix when the array is known to be already 0 | Michael Niedermayer | 2012-06-09 | 1 | -1/+2 |
* | swr: zero buffers on allocation | Michael Niedermayer | 2012-06-09 | 1 | -1/+1 |
* | swr: add mix8to2 | Michael Niedermayer | 2012-06-08 | 1 | -0/+17 |
* | swr: 5.1->stereo double, float and s16 | Michael Niedermayer | 2012-06-08 | 2 | -0/+22 |
* | swr: add all in one rematrixing function ptr | Michael Niedermayer | 2012-06-08 | 2 | -0/+11 |
* | swr: add inrermediate sample type for rematrixing | Michael Niedermayer | 2012-06-08 | 1 | -0/+5 |
* | resample_template: use av_assert | Michael Niedermayer | 2012-06-06 | 1 | -1/+1 |
* | swr-test: support "--help" | Michael Niedermayer | 2012-06-05 | 1 | -1/+1 |
* | buildsys: fix rules for swresample-test | Michael Niedermayer | 2012-06-05 | 2 | -1/+1 |
* | libswresample/Makefile: put each object on its own line | Michael Niedermayer | 2012-06-05 | 1 | -1/+5 |
* | swr: fix a few typo. | Clément Bœsch | 2012-06-01 | 1 | -3/+3 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-30 | 1 | -2/+3 |
* | swr: fix swr_drop_output() | Michael Niedermayer | 2012-05-26 | 1 | -0/+1 |
* | swr: check return value of swr_inject_silence/drop_output. | Michael Niedermayer | 2012-05-22 | 1 | -2/+6 |
* | swr: check count argument of realloc_audio() | Michael Niedermayer | 2012-05-22 | 1 | -0/+3 |
* | swr: skip soft compensation when its disabled. | Michael Niedermayer | 2012-05-19 | 1 | -1/+1 |
* | swr: add swr_next_pts() | Michael Niedermayer | 2012-05-19 | 3 | -2/+64 |
* | swr: add swr_drop_output() | Michael Niedermayer | 2012-05-19 | 3 | -1/+38 |
* | swr: add swr_inject_silence() | Michael Niedermayer | 2012-05-19 | 2 | -1/+30 |
* | swr: Fix issue with injecting more data than can be used up in the next call. | Michael Niedermayer | 2012-05-19 | 1 | -1/+1 |
* | swr: add some asserts to resample() | Michael Niedermayer | 2012-05-19 | 1 | -0/+4 |
* | swr: add reversefill_audiodata() | Michael Niedermayer | 2012-05-19 | 1 | -0/+10 |