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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-01-18swresample: Add arm&x86 clobber testsMartin Storsjö
2013-12-31Avoid using empty macro arguments.Reimar Döffinger
2013-12-26lavu,lavc,lswr: do not hardcode AV_SAMPLE_FMT_NB value when setting sample fo...Stefano Sabatini
2013-12-06Add Windows resource file support for shared librariesJames Almer
2013-12-04swresample: use the internal buffer for resampling the last few samplesMichael Niedermayer
2013-11-03lswr: fix assert failure on unknown layouts.Nicolas George
2013-10-17lswr/swresample: convert ocl and icl options to AV_OPT_TYPE_CHANNEL_LAYOUTStefano Sabatini
2013-10-08x86: Fix compilation with nasm on PPC & OS/2Ronald S. Bultje
2013-09-30swr: fix example code and doxy indent.Clément Bœsch
2013-09-17swresample: replace 2 av_free() by av_freep()Michael Niedermayer
2013-08-20swr/rematrix: Fix handling of AV_CH_LAYOUT_STEREO_DOWNMIX outputMichael Niedermayer
2013-08-20swr: clean layouts before checking sanityMichael Niedermayer
2013-07-22swresample: fix negative rematrix volumnsMichael Niedermayer
2013-07-22swresample: Make rematrix maxvalue user settableMichael Niedermayer