summaryrefslogtreecommitdiff
path: root/libswresample
Commit message (Expand)AuthorAge
* x86/swr: add SSE/AVX unpack_6ch functionsJames Almer2015-01-12
* x86/swr: load constants outside the loop in pack_6ch functionsJames Almer2015-01-11
* x86/swr: disable pack_8ch functions on msvc/icl x86_32James Almer2014-12-31
* x86/swr: add missing alignment check to pack_6ch functionsJames Almer2014-12-31
* x86/swr: add SSE2/AVX pack_8ch functionsJames Almer2014-12-30
* Add FFMPEG_VERSION into the binary libsMichael Niedermayer2014-12-19
* swresample/soxr_resample: fix error handlingRob Sykes2014-12-13
* x86/swr: add ff_float_to_int32_a_avx2James Almer2014-11-07
* x86/swr: replace sse4 instructions in pack_6ch with sse onesJames Almer2014-11-06
* swresample: Fix swr_drop_output so it does not flush the buffersMichael Niedermayer2014-11-04
* swresample/resample: fix invert_initial_buffer() after flushMichael Niedermayer2014-10-16
* swresample: do not put multiple statements in one lineMichael Niedermayer2014-10-16
* swresample/audioconvert: Fix undefined behavior (left shift of negative value)Michael Niedermayer2014-10-08
* swresample/swresample: replace always true if() by av_assert0()Michael Niedermayer2014-10-06
* swresample/swresample: fix sample drop loop end conditionMichael Niedermayer2014-10-06
* libswresample: move condition to start of loop.Reimar Döffinger2014-09-07
* Remove pointless if.Reimar Döffinger2014-09-07
* libswresample: Avoid needlessly large on-stack array.Reimar Döffinger2014-09-07
* swr: aarch64 audio_convert and neon clobber testMichael Niedermayer2014-08-27
* swresample: Add AVFrame based APIMichael Niedermayer2014-08-16
* swresample: check av_opt_set for failure in swr_alloc_set_opts()Michael Niedermayer2014-08-11
* swresample: document the need to configure the context using AVOptionsLuca Barbato2014-08-11
* bump libpostproc and libswresampleMichael Niedermayer2014-08-10
* swresample-test: make it independant of the internal SWR_CH_MAXMichael Niedermayer2014-08-10
* swresample/swresample: Treat mono as planarMichael Niedermayer2014-08-04
* fix spelling errorsAndreas Cadhalpun2014-07-12
* swresample/libswresample.v: hide ff_*Michael Niedermayer2014-07-12
* swresample: misc. doxy improvementsTimothy Gu2014-07-08
* swresample: organize functions into doxy groupsTimothy Gu2014-07-06
* swresample: better doxy for configuration-returning functionsTimothy Gu2014-07-06
* swresample: improve Doxygen introductionTimothy Gu2014-07-06
* swresample: add SwrContext doxyTimothy Gu2014-07-06
* swresample: add SwrDitherType doxyTimothy Gu2014-07-06
* swresample: group all the option constants in a section in doxyTimothy Gu2014-07-06
* swresample: grammar/capitalization fixesTimothy Gu2014-07-06
* swresample: split option table to a separate fileTimothy Gu2014-07-06
* x86/swr: use lavu helper macros to check CPU extensionsJames Almer2014-07-04
* x86/swr: split audioconvert and rematrix DSP into separate filesJames Almer2014-07-04
* swr: initialize only the necessary resample dsp functionsJames Almer2014-07-04
* swr: rename swresample_dsp init functions to swri_resample_dspJames Almer2014-07-02
* swr: remove obsolete resample prototypesJames Almer2014-07-02
* Partially revert "swr: add prototypes for resample dsp functions"James Almer2014-07-02
* x86/swr: add ff_resample_{common, linear}_int16_xopJames Almer2014-07-02
* x86/swr: add ff_resample_{common, linear}_float_fmaJames Almer2014-07-02
* x86/swr: convert resample_{common, linear}_double_sse2 to yasmJames Almer2014-07-01
* swr: convert resample_common/linear_int16_mmx2/sse2 to yasm.Ronald S. Bultje2014-06-30
* swresample/resample_template: move division out of loop for float/double swri...Michael Niedermayer2014-06-30
* swresample/resample_template: flip order of operations in swri_resample_linea...Michael Niedermayer2014-06-29
* swr: rewrite resample_common/linear_float_sse/avx in yasm.Ronald S. Bultje2014-06-28
* swr: move dst_size == 0 handling outside DSP function.Ronald S. Bultje2014-06-28