| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | swresample/rematrix_template: Fix integer overflow in mix6to2 | Michael Niedermayer | 2013-06-10 | 1 | -1/+1 |
* | swr: dont treat 32 and 24 as equal in simple copy check | Michael Niedermayer | 2013-06-05 | 1 | -1/+2 |
* | swr: set scale for 32->32/24 dither | Michael Niedermayer | 2013-06-05 | 1 | -0/+1 |
* | swresample: set flags & description and add documentation for output_sample_bits | Paul B Mahol | 2013-06-04 | 1 | -1/+1 |
* | swr: Fix dithering of s16 with SIMD | Michael Niedermayer | 2013-06-04 | 1 | -1/+1 |
* | swr: add native_simd_one | Michael Niedermayer | 2013-06-04 | 3 | -0/+7 |
* | swresample/rematrix: add S32 mixing code | Michael Niedermayer | 2013-06-04 | 2 | -0/+21 |
* | wresample/rematrix_template: fix internal types | Michael Niedermayer | 2013-06-04 | 1 | -7/+7 |
* | swr/rematrix: use av_calloc() | Michael Niedermayer | 2013-04-15 | 1 | -3/+3 |
* | buildsys: only include log2_tab per library for shared builds | Michael Niedermayer | 2013-03-04 | 1 | -1/+1 |
* | soxr: libsoxr 0.1.1 support | Rob Sykes | 2013-03-01 | 1 | -0/+4 |
* | swr: make the default of nopts for first_pts actually work | Michael Niedermayer | 2013-02-25 | 1 | -1/+6 |
* | swr: support a seperate output sample bits. | Michael Niedermayer | 2013-02-24 | 3 | -0/+5 |
* | swr: add duplicate cutoff for compatibility | Michael Niedermayer | 2013-02-24 | 1 | -0/+4 |
* | swr: check channel layouts before using them. | Michael Niedermayer | 2013-02-13 | 1 | -0/+10 |
* | swr: Dont use floats for S32->S32 when possible | Michael Niedermayer | 2013-02-04 | 1 | -0/+5 |
* | swr: reorder init code to make rematrix status available earlier | Michael Niedermayer | 2013-02-04 | 1 | -27/+27 |
* | swr-test: Fix clip to 32bit | Michael Niedermayer | 2013-02-04 | 1 | -1/+1 |
* | swr/resample: fix integer overflow, add missing cast | Michael Niedermayer | 2013-02-04 | 1 | -1/+1 |
* | swr/resample: fix filter rounding and cliping for s32 | Michael Niedermayer | 2013-02-04 | 1 | -1/+1 |
* | swr/ build_filter: use av_calloc() fix buffer overflow | Michael Niedermayer | 2013-01-27 | 1 | -1/+1 |
* | swr: limit phase_shift to a less insane value. | Michael Niedermayer | 2013-01-27 | 1 | -1/+1 |
* | swr: support first_pts | Michael Niedermayer | 2013-01-21 | 2 | -1/+12 |
* | swr: fix "may be used uninitialized in this function" warnings | Michael Niedermayer | 2013-01-20 | 1 | -1/+2 |
* | swr/dither: fix division by 0 | Michael Niedermayer | 2013-01-14 | 1 | -1/+1 |
* | swr: fix handling of timestamps that cause multiple drops or silence injections | Michael Niedermayer | 2013-01-13 | 1 | -1/+1 |
* | swr: limit buffer size for silence injection | Michael Niedermayer | 2013-01-13 | 1 | -0/+7 |
* | swr: limit buffer size for discarding. | Michael Niedermayer | 2013-01-13 | 1 | -5/+8 |
* | swr: move silence buffer to context to avoid per use malloc/free | Michael Niedermayer | 2013-01-13 | 2 | -9/+9 |