| Commit message (Expand) | Author | Age | Files | Lines |
* | swresample: Use int instead of enum for fields which are accessed through AVO... | Michael Niedermayer | 2015-02-02 | 1 | -4/+4 |
* | swresample/dither: Cleanup number suffixes | Michael Niedermayer | 2015-02-01 | 1 | -6/+6 |
* | swresample_internal.h: Move struct declaration before first use. | Reimar Döffinger | 2015-01-27 | 1 | -21/+21 |
* | x86/swr: add SSE/AVX unpack_6ch functions | James Almer | 2015-01-12 | 2 | -0/+105 |
* | x86/swr: load constants outside the loop in pack_6ch functions | James Almer | 2015-01-11 | 1 | -1/+1 |
* | x86/swr: disable pack_8ch functions on msvc/icl x86_32 | James Almer | 2014-12-31 | 2 | -2/+6 |
* | x86/swr: add missing alignment check to pack_6ch functions | James Almer | 2014-12-31 | 1 | -0/+2 |
* | x86/swr: add SSE2/AVX pack_8ch functions | James Almer | 2014-12-30 | 2 | -0/+162 |
* | Add FFMPEG_VERSION into the binary libs | Michael Niedermayer | 2014-12-19 | 1 | -0/+3 |
* | swresample/soxr_resample: fix error handling | Rob Sykes | 2014-12-13 | 1 | -2/+6 |
* | x86/swr: add ff_float_to_int32_a_avx2 | James Almer | 2014-11-07 | 2 | -3/+13 |
* | x86/swr: replace sse4 instructions in pack_6ch with sse ones | James Almer | 2014-11-06 | 2 | -21/+33 |
* | swresample: Fix swr_drop_output so it does not flush the buffers | Michael Niedermayer | 2014-11-04 | 1 | -1/+2 |
* | swresample/resample: fix invert_initial_buffer() after flush | Michael Niedermayer | 2014-10-16 | 1 | -3/+3 |
* | swresample: do not put multiple statements in one line | Michael Niedermayer | 2014-10-16 | 1 | -3/+9 |
* | swresample/audioconvert: Fix undefined behavior (left shift of negative value) | Michael Niedermayer | 2014-10-08 | 1 | -2/+2 |
* | swresample/swresample: replace always true if() by av_assert0() | Michael Niedermayer | 2014-10-06 | 1 | -2/+2 |
* | swresample/swresample: fix sample drop loop end condition | Michael Niedermayer | 2014-10-06 | 1 | -0/+2 |
* | libswresample: move condition to start of loop. | Reimar Döffinger | 2014-09-07 | 1 | -4/+6 |
* | Remove pointless if. | Reimar Döffinger | 2014-09-07 | 1 | -3/+1 |
* | libswresample: Avoid needlessly large on-stack array. | Reimar Döffinger | 2014-09-07 | 1 | -5/+9 |
* | swr: aarch64 audio_convert and neon clobber test | Michael Niedermayer | 2014-08-27 | 6 | -0/+469 |
* | swresample: Add AVFrame based API | Michael Niedermayer | 2014-08-16 | 4 | -1/+221 |
* | swresample: check av_opt_set for failure in swr_alloc_set_opts() | Michael Niedermayer | 2014-08-11 | 1 | -9/+31 |
* | swresample: document the need to configure the context using AVOptions | Luca Barbato | 2014-08-11 | 1 | -0/+4 |
* | bump libpostproc and libswresample | Michael Niedermayer | 2014-08-10 | 2 | -2/+4 |
* | swresample-test: make it independant of the internal SWR_CH_MAX | Michael Niedermayer | 2014-08-10 | 1 | -0/+2 |
* | swresample/swresample: Treat mono as planar | Michael Niedermayer | 2014-08-04 | 1 | -0/+2 |
* | fix spelling errors | Andreas Cadhalpun | 2014-07-12 | 1 | -1/+1 |
* | swresample/libswresample.v: hide ff_* | Michael Niedermayer | 2014-07-12 | 1 | -1/+1 |
* | swresample: misc. doxy improvements | Timothy Gu | 2014-07-08 | 1 | -19/+64 |
* | swresample: organize functions into doxy groups | Timothy Gu | 2014-07-06 | 1 | -1/+43 |
* | swresample: better doxy for configuration-returning functions | Timothy Gu | 2014-07-06 | 1 | -1/+10 |
* | swresample: improve Doxygen introduction | Timothy Gu | 2014-07-06 | 1 | -3/+30 |
* | swresample: add SwrContext doxy | Timothy Gu | 2014-07-06 | 1 | -0/+6 |
* | swresample: add SwrDitherType doxy | Timothy Gu | 2014-07-06 | 1 | -0/+1 |
* | swresample: group all the option constants in a section in doxy | Timothy Gu | 2014-07-06 | 1 | -0/+11 |
* | swresample: grammar/capitalization fixes | Timothy Gu | 2014-07-06 | 1 | -3/+3 |
* | swresample: split option table to a separate file | Timothy Gu | 2014-07-06 | 3 | -132/+156 |
* | x86/swr: use lavu helper macros to check CPU extensions | James Almer | 2014-07-04 | 3 | -20/+25 |
* | x86/swr: split audioconvert and rematrix DSP into separate files | James Almer | 2014-07-04 | 4 | -63/+84 |
* | swr: initialize only the necessary resample dsp functions | James Almer | 2014-07-04 | 5 | -69/+76 |
* | swr: rename swresample_dsp init functions to swri_resample_dsp | James Almer | 2014-07-02 | 4 | -6/+6 |
* | swr: remove obsolete resample prototypes | James Almer | 2014-07-02 | 1 | -4/+0 |
* | Partially revert "swr: add prototypes for resample dsp functions" | James Almer | 2014-07-02 | 2 | -29/+14 |
* | x86/swr: add ff_resample_{common, linear}_int16_xop | James Almer | 2014-07-02 | 2 | -15/+26 |
* | x86/swr: add ff_resample_{common, linear}_float_fma | James Almer | 2014-07-02 | 2 | -35/+51 |
* | x86/swr: convert resample_{common, linear}_double_sse2 to yasm | James Almer | 2014-07-01 | 4 | -169/+74 |
* | swr: convert resample_common/linear_int16_mmx2/sse2 to yasm. | Ronald S. Bultje | 2014-06-30 | 4 | -215/+187 |
* | swresample/resample_template: move division out of loop for float/double swri... | Michael Niedermayer | 2014-06-30 | 1 | -2/+7 |