Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-27swresample: Add prefix to soxr_resamplerMichael Niedermayer
2015-02-21swresample: add av_cold to init functionsMichael Niedermayer
2015-02-17swresample/resample_template: Add () to protect the arguments of the OUT() macroMichael Niedermayer
2015-02-17swresample/swresample-test: Add () to protect uint_rand() argumentMichael Niedermayer
2015-02-15x86/swr: make pack_8ch functions work with compilers without aligned stackJames Almer
2015-02-09swresample/x86/rematrix_init: Check av_malloc* return codes, forward errorsMichael Niedermayer
2015-02-09swresample/x86/rematrix_init: Use av_mallocz_array()Michael Niedermayer
2015-02-03swresample: Use int instead of enum for fields which are accessed through AVO...Michael Niedermayer
2015-02-01swresample/dither: Cleanup number suffixesMichael Niedermayer
2015-01-27swresample_internal.h: Move struct declaration before first use.Reimar Döffinger
2015-01-12x86/swr: add SSE/AVX unpack_6ch functionsJames Almer
2015-01-11x86/swr: load constants outside the loop in pack_6ch functionsJames Almer
2014-12-31x86/swr: disable pack_8ch functions on msvc/icl x86_32James Almer
2014-12-31x86/swr: add missing alignment check to pack_6ch functionsJames Almer
2014-12-31x86/swr: add SSE2/AVX pack_8ch functionsJames Almer
2014-12-19Add FFMPEG_VERSION into the binary libsMichael Niedermayer
2014-12-13swresample/soxr_resample: fix error handlingRob Sykes
2014-11-07x86/swr: add ff_float_to_int32_a_avx2James Almer
2014-11-07x86/swr: replace sse4 instructions in pack_6ch with sse onesJames Almer
2014-11-04swresample: Fix swr_drop_output so it does not flush the buffersMichael Niedermayer
2014-10-17swresample/resample: fix invert_initial_buffer() after flushMichael Niedermayer
2014-10-16swresample: do not put multiple statements in one lineMichael Niedermayer
2014-10-08swresample/audioconvert: Fix undefined behavior (left shift of negative value)Michael Niedermayer
2014-10-06swresample/swresample: replace always true if() by av_assert0()Michael Niedermayer
2014-10-06swresample/swresample: fix sample drop loop end conditionMichael Niedermayer
2014-09-07libswresample: move condition to start of loop.Reimar Döffinger
2014-09-07Remove pointless if.Reimar Döffinger
2014-09-07libswresample: Avoid needlessly large on-stack array.Reimar Döffinger
2014-08-27swr: aarch64 audio_convert and neon clobber testMichael Niedermayer
2014-08-16swresample: Add AVFrame based APIMichael Niedermayer
2014-08-11swresample: check av_opt_set for failure in swr_alloc_set_opts()Michael Niedermayer
2014-08-11swresample: document the need to configure the context using AVOptionsLuca Barbato
2014-08-10bump libpostproc and libswresampleMichael Niedermayer
2014-08-10swresample-test: make it independant of the internal SWR_CH_MAXMichael Niedermayer
2014-08-04swresample/swresample: Treat mono as planarMichael Niedermayer
2014-07-13fix spelling errorsAndreas Cadhalpun
2014-07-12swresample/libswresample.v: hide ff_*Michael Niedermayer
2014-07-08swresample: misc. doxy improvementsTimothy Gu
2014-07-07swresample: organize functions into doxy groupsTimothy Gu
2014-07-07swresample: better doxy for configuration-returning functionsTimothy Gu
2014-07-06swresample: improve Doxygen introductionTimothy Gu
2014-07-06swresample: add SwrContext doxyTimothy Gu
2014-07-06swresample: add SwrDitherType doxyTimothy Gu
2014-07-06swresample: group all the option constants in a section in doxyTimothy Gu
2014-07-06swresample: grammar/capitalization fixesTimothy Gu
2014-07-06swresample: split option table to a separate fileTimothy Gu
2014-07-04x86/swr: use lavu helper macros to check CPU extensionsJames Almer
2014-07-04x86/swr: split audioconvert and rematrix DSP into separate filesJames Almer
2014-07-04swr: initialize only the necessary resample dsp functionsJames Almer
2014-07-02swr: rename swresample_dsp init functions to swri_resample_dspJames Almer