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
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
2014-06-15swr: compile mmx2 s16p functions only on x86-32.Ronald S. Bultje
2014-06-15swr: add prototypes for resample dsp functionsJames Almer
2014-06-15swr: remove obsolete function prototypes.Ronald S. Bultje
2014-06-14swr: split out DSP functions.Ronald S. Bultje
2014-06-14swresample/resample: replace assert by av_assertMichael Niedermayer
2014-06-14swr: handle initial negative sample index outside DSP function.Ronald S. Bultje
2014-06-14swr: remove unnecessary assignment.Ronald S. Bultje
2014-06-09swr: handle 64bit overflow check in multiple_resample().Ronald S. Bultje
2014-06-03fix various typosLou Logan
2014-06-02swr: move compensation_distance handling to swri_resample caller.Ronald S. Bultje
2014-06-02swr/resample_template: prevent end_index from overflowing and add check for d...Michael Niedermayer
2014-06-02Rewrite main resampling loop (common and linear).Ronald S. Bultje
2014-05-16swresample: add swri_resample_float_avxJames Almer
2014-05-15swresample: swr_close()Michael Niedermayer
2014-05-07inline asm: fix arrays as named constraints.Matt Oliver
2014-05-07swresample/resample: add missing xmm clobbersJames Almer
2014-04-29Fix convertion typosMichael Niedermayer
2014-04-25swresample: add swri_resample_double_sse2James Almer
2014-04-24swresample: fix AV_CH_LAYOUT_STEREO_DOWNMIX inputMichael Niedermayer
2014-04-15swresample/resample_template: try to consider src_size more exactlyMichael Niedermayer
2014-04-14swresample/resample: simplify index/consumed calculation for the filter = 1 caseMichael Niedermayer
2014-04-14swresample/resample: Fix fractional part of index in the filter_size = 1 filt...Michael Niedermayer
2014-04-08swresample/resample: use av_malloc_array() where appropriateMichael Niedermayer
2014-04-08swresample/dither: use av_malloc_array()Michael Niedermayer
2014-04-08swresample/resample: Limit filter lengthMichael Niedermayer
2014-03-24swresample/resample: sse float linear interpolationJames Almer
2014-03-24swresample/resample: mmx2/sse2 int16 linear interpolationJames Almer
2014-03-20swresample: add swri_resample_float_sseJames Almer
2014-03-19Automatically change MANGLE() into named inline asm operands when direct symb...Matt Oliver
2014-03-18swresample: reuse COMMON_CORE asm where possibleJames Almer
2014-03-18swresample: change COMMON_CORE_INT16 asm from SSSE3 to SSE2James Almer
2014-02-24swr: check that the context for swr_convert() has been initializedMichael Niedermayer
2014-02-24swresample: add swr_is_initialized()Michael Niedermayer
2014-02-23swresample: factorize clear_context() outMichael Niedermayer
2014-02-17Fix libswresample compilation with Apple Neon assembler.Reimar Döffinger