| Commit message (Expand) | Author | Age | Files | Lines |
* | swr: remove obsolete function prototypes. | Ronald S. Bultje | 2014-06-15 | 1 | -6/+0 |
* | swr: split out DSP functions. | Ronald S. Bultje | 2014-06-14 | 7 | -148/+325 |
* | swresample/resample: replace assert by av_assert | Michael Niedermayer | 2014-06-14 | 1 | -1/+1 |
* | swr: handle initial negative sample index outside DSP function. | Ronald S. Bultje | 2014-06-14 | 5 | -50/+66 |
* | swr: remove unnecessary assignment. | Ronald S. Bultje | 2014-06-14 | 1 | -1/+0 |
* | swr: handle 64bit overflow check in multiple_resample(). | Ronald S. Bultje | 2014-06-09 | 2 | -2/+3 |
* | fix various typos | Lou Logan | 2014-06-03 | 1 | -1/+1 |
* | swr: move compensation_distance handling to swri_resample caller. | Ronald S. Bultje | 2014-06-02 | 2 | -16/+12 |
* | swr/resample_template: prevent end_index from overflowing and add check for d... | Michael Niedermayer | 2014-06-02 | 1 | -2/+4 |
* | Rewrite main resampling loop (common and linear). | Ronald S. Bultje | 2014-06-02 | 1 | -16/+48 |
* | swresample: add swri_resample_float_avx | James Almer | 2014-05-16 | 3 | -1/+77 |
* | swresample: swr_close() | Michael Niedermayer | 2014-05-15 | 3 | -1/+15 |
* | inline asm: fix arrays as named constraints. | Matt Oliver | 2014-05-07 | 1 | -2/+2 |
* | swresample/resample: add missing xmm clobbers | James Almer | 2014-05-07 | 1 | -0/+3 |
* | Fix convertion typos | Michael Niedermayer | 2014-04-29 | 1 | -1/+1 |
* | swresample: add swri_resample_double_sse2 | James Almer | 2014-04-25 | 3 | -2/+68 |
* | swresample: fix AV_CH_LAYOUT_STEREO_DOWNMIX input | Michael Niedermayer | 2014-04-24 | 1 | -0/+5 |
* | swresample/resample_template: try to consider src_size more exactly | Michael Niedermayer | 2014-04-15 | 1 | -1/+3 |
* | swresample/resample: simplify index/consumed calculation for the filter = 1 case | Michael Niedermayer | 2014-04-14 | 1 | -2/+2 |
* | swresample/resample: Fix fractional part of index in the filter_size = 1 filt... | Michael Niedermayer | 2014-04-14 | 1 | -1/+1 |
* | swresample/resample: use av_malloc_array() where appropriate | Michael Niedermayer | 2014-04-08 | 1 | -1/+1 |
* | swresample/dither: use av_malloc_array() | Michael Niedermayer | 2014-04-08 | 1 | -1/+1 |
* | swresample/resample: Limit filter length | Michael Niedermayer | 2014-04-08 | 1 | -0/+5 |
* | swresample/resample: sse float linear interpolation | James Almer | 2014-03-24 | 2 | -0/+36 |
* | swresample/resample: mmx2/sse2 int16 linear interpolation | James Almer | 2014-03-24 | 2 | -0/+68 |
* | swresample: add swri_resample_float_sse | James Almer | 2014-03-20 | 3 | -2/+43 |
* | Automatically change MANGLE() into named inline asm operands when direct symb... | Matt Oliver | 2014-03-18 | 1 | -0/+2 |
* | swresample: reuse COMMON_CORE asm where possible | James Almer | 2014-03-18 | 1 | -2/+7 |
* | swresample: change COMMON_CORE_INT16 asm from SSSE3 to SSE2 | James Almer | 2014-03-18 | 3 | -13/+15 |
* | swr: check that the context for swr_convert() has been initialized | Michael Niedermayer | 2014-02-24 | 1 | -0/+5 |
* | swresample: add swr_is_initialized() | Michael Niedermayer | 2014-02-24 | 3 | -2/+13 |
* | swresample: factorize clear_context() out | Michael Niedermayer | 2014-02-22 | 1 | -26/+20 |
* | Fix libswresample compilation with Apple Neon assembler. | Reimar Döffinger | 2014-02-17 | 1 | -2/+2 |
* | swresample: Add arm&x86 clobber tests | Martin Storsjö | 2014-01-18 | 4 | -0/+63 |
* | Avoid using empty macro arguments. | Reimar Döffinger | 2013-12-31 | 1 | -5/+5 |
* | lavu,lavc,lswr: do not hardcode AV_SAMPLE_FMT_NB value when setting sample fo... | Stefano Sabatini | 2013-12-26 | 1 | -6/+6 |
* | Add Windows resource file support for shared libraries | James Almer | 2013-12-05 | 2 | -0/+58 |
* | swresample: use the internal buffer for resampling the last few samples | Michael Niedermayer | 2013-12-04 | 1 | -2/+7 |
* | lswr: fix assert failure on unknown layouts. | Nicolas George | 2013-11-03 | 1 | -2/+2 |
* | lswr/swresample: convert ocl and icl options to AV_OPT_TYPE_CHANNEL_LAYOUT | Stefano Sabatini | 2013-10-17 | 3 | -7/+7 |
* | x86: Fix compilation with nasm on PPC & OS/2 | Ronald S. Bultje | 2013-10-08 | 2 | -4/+2 |
* | swr: fix example code and doxy indent. | Clément Bœsch | 2013-09-29 | 1 | -2/+2 |
* | swresample: replace 2 av_free() by av_freep() | Michael Niedermayer | 2013-09-16 | 2 | -2/+2 |
* | swr/rematrix: Fix handling of AV_CH_LAYOUT_STEREO_DOWNMIX output | Michael Niedermayer | 2013-08-20 | 1 | -3/+5 |
* | swr: clean layouts before checking sanity | Michael Niedermayer | 2013-08-20 | 1 | -1/+2 |
* | swresample: fix negative rematrix volumns | Michael Niedermayer | 2013-07-22 | 1 | -1/+1 |
* | swresample: Make rematrix maxvalue user settable | Michael Niedermayer | 2013-07-22 | 4 | -3/+14 |
* | cosmetics: Fix "dont" "wont" "doesnt" typos | Timothy Gu | 2013-06-29 | 1 | -2/+2 |
* | swresample/x86/audio_convert: add emms to CONV | Michael Niedermayer | 2013-06-18 | 1 | -0/+5 |
* | swresample/rematrix_template: Fix integer overflow in mix8to2 | Michael Niedermayer | 2013-06-10 | 1 | -1/+1 |