| Commit message (Expand) | Author | Age | Files | Lines |
* | swr: make sure the last data element is NULL so we can use it to detect the n... | Michael Niedermayer | 2012-09-24 | 1 | -0/+1 |
* | ARM: libswresample: NEON optimised flat float to s16 conversion | Mans Rullgard | 2012-09-24 | 1 | -0/+1 |
* | swr: fix warning: passing argument 2 of ctx->simd_f from incompatible pointer... | Michael Niedermayer | 2012-07-02 | 1 | -2/+2 |
* | 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: fix silence buffer for planar U8 | Michael Niedermayer | 2012-05-07 | 1 | -1/+1 |
* | swr: fix cpy() after the len was changed to be in samples. | Michael Niedermayer | 2012-05-07 | 1 | -3/+18 |
* | swr: audioconvert: consider mono to be planar | Michael Niedermayer | 2012-05-06 | 1 | -0/+6 |
* | swr: update calling code to support mixed packed planar SIMD | Michael Niedermayer | 2012-05-05 | 1 | -6/+10 |
* | swr: change simd len argument to be in samples instead of dst bytes. | Michael Niedermayer | 2012-05-05 | 1 | -1/+1 |
* | swr: use memcpy when input and output match | Michael Niedermayer | 2012-04-29 | 1 | -0/+7 |
* | swr: add int16_to_int32_mmx/sse | Michael Niedermayer | 2012-04-28 | 1 | -2/+20 |
* | swr: move AudioConvert to header | Michael Niedermayer | 2012-04-28 | 1 | -9/+0 |
* | swr: change sample format representation so as to maintain the planer/packed ... | Michael Niedermayer | 2012-04-28 | 1 | -1/+1 |
* | swr: unroll audioconvert core C function | Michael Niedermayer | 2012-04-27 | 1 | -2/+9 |
* | swr: audioconvert, mark some constants as floats. | Michael Niedermayer | 2012-04-27 | 1 | -3/+3 |
* | indeo4, swresample: add some missing static/const to tables. | Reimar Döffinger | 2012-01-08 | 1 | -1/+1 |
* | swr: handle correctly muted channel with u8 sample fmt. | Clément Bœsch | 2011-11-29 | 1 | -3/+5 |
* | swr: make audio convert code explicitely private. | Clément Bœsch | 2011-11-17 | 1 | -9/+9 |
* | swr: move format convert code to dedicated functions. | Clément Bœsch | 2011-11-16 | 1 | -39/+77 |
* | ffmpeg: add -map_channel option. | Clément Bœsch | 2011-11-04 | 1 | -3/+8 |
* | Add libswresample. | Michael Niedermayer | 2011-09-19 | 1 | -0/+113 |