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-06-03swresample: Check the return value of resampler->init()Michael Niedermayer
2015-06-02swr: fix alignment issue caused by 8ch sse functionsRainer Hochecker
2015-04-25swresample/swresample-test: Randomly wipe out channel countsMichael Niedermayer
2015-04-25swresample: Check channel layouts and channels against each other and print h...Michael Niedermayer
2015-04-25swresample: Allow reinitialization without ever setting channel layoutsMichael Niedermayer
2015-04-25swresample: Allow reinitialization without ever setting channel countsMichael Niedermayer
2015-02-14x86/swr: add missing alignment check to pack_6ch functionsJames Almer
2015-02-13swresample/dither: Cleanup number suffixesMichael Niedermayer
2014-12-20Add FFMPEG_VERSION into the binary libsMichael Niedermayer
2014-12-20swresample/soxr_resample: fix error handlingRob Sykes
2014-11-01swresample/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
2014-07-02swr: remove obsolete resample prototypesJames Almer
2014-07-02Partially revert "swr: add prototypes for resample dsp functions"James Almer
2014-07-02x86/swr: add ff_resample_{common, linear}_int16_xopJames Almer
2014-07-02x86/swr: add ff_resample_{common, linear}_float_fmaJames Almer
2014-07-01x86/swr: convert resample_{common, linear}_double_sse2 to yasmJames Almer
2014-06-30swr: convert resample_common/linear_int16_mmx2/sse2 to yasm.Ronald S. Bultje
2014-06-30swresample/resample_template: move division out of loop for float/double swri...Michael Niedermayer
2014-06-30swresample/resample_template: flip order of operations in swri_resample_linea...Michael Niedermayer
2014-06-28swr: rewrite resample_common/linear_float_sse/avx in yasm.Ronald S. Bultje
2014-06-28swr: move dst_size == 0 handling outside DSP function.Ronald S. Bultje
2014-06-22swr: remove another forgotten division in DSP function.Ronald S. Bultje
2014-06-18swr: remove div/mod from DSP functions.Ronald S. Bultje
2014-06-18swresample/audioconvert: fix () in FMT_PAIR_FUNC()Michael Niedermayer
2014-06-16swr: reindent.Ronald S. Bultje