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
2015-09-20x86/vp9mc: fix string concatenation of fullpel function namesJames Almer
2015-09-20avcodec/x86/hpeldsp_rnd_template: silence -Wunused-function on --disable-mmxGanesh Ajjanagadde
2015-09-20avcodec/x86/mpegvideoenc: silence -Wunused-function on --disable-mmxGanesh Ajjanagadde
2015-09-20avcodec/x86/hpeldsp_init: silence -Wunused-function on --disable-mmxGanesh Ajjanagadde
2015-09-19x86/vp9dsp: add missing preprocessor guardsJames Almer
2015-09-18x86/vp9mc: add missing preprocessor guardsJames Almer
2015-09-18x86/vp9: add avx2 subpel MC SIMD for 10/12bppJames Almer
2015-09-18avcodec/mpeg12enc: Basic support for encoding non even QPs for -non_linear_qu...Michael Niedermayer
2015-09-18avcodec/mpegvideo: Change mpeg2 unquant to work with higher precission qscaleMichael Niedermayer
2015-09-17vp9: add subpel MC SIMD for 10/12bpp.Ronald S. Bultje
2015-09-17vp9: add fullpel (avg) MC SIMD for 10/12bpp.Ronald S. Bultje
2015-09-17vp9: add fullpel (put) MC SIMD for 10/12bpp.Ronald S. Bultje
2015-09-16Merge commit '5d14cf199990cd378904a2618b5c72c4b02290f6'Hendrik Leppkes
2015-09-13mpegvideo: Make sure mpegutils.h is included where neededVittorio Giovara
2015-09-12x86: port PSIGNW to cpuflagsJames Almer
2015-09-12vp9: save one (PSIGNW) instruction in iadst16_1d sse2/ssse3.Ronald S. Bultje
2015-09-10vp9: fix overflow in 8x8 topleft 32x32 idct ssse3 version.Ronald S. Bultje
2015-09-08Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes
2015-09-06vp9: fix integer overflows in sse2 version of iadst4.Ronald S. Bultje
2015-09-05avcodec/x86/w64xmmtest: Fix another build failureMichael Niedermayer
2015-09-05vp9: fix rounding error in idct_8x8_ssse3.Ronald S. Bultje
2015-09-05Merge commit 'cad40a3833ad81a352e7657ec6f7d637cea3b798'Hendrik Leppkes
2015-08-28lavc: Drop deprecated deinterlace moduleVittorio Giovara
2015-08-23avcodec/x86/mpegaudiodsp: correct asm guardsGanesh Ajjanagadde
2015-08-21avcodec/x86/v210-init: fix unused variable warningGanesh Ajjanagadde
2015-08-18lavc: fix compilation with FF_API_XVMC.Ronald S. Bultje
2015-08-11x86inc: Drop SECTION_TEXT macroHenrik Gramner
2015-08-11x86inc: Support arbitrary stack alignmentsHenrik Gramner
2015-08-11x86: dcadsp: Avoid SSE2 instructions in SSE functionsHenrik Gramner
2015-08-07x86/sbrdsp: remove an unnecessary mova in sbr_autocorrelateJames Almer
2015-08-04x86inc: Drop SECTION_TEXT macroHenrik Gramner
2015-08-04x86inc: Support arbitrary stack alignmentsHenrik Gramner
2015-08-03x86: move XOP emulation code back to x86incJames Almer
2015-08-02Merge commit 'ebaf571aca2dd6ce3caeeeec4210a3fccd47e7db'Hendrik Leppkes
2015-08-02x86: dct: Disable dct32_float_sse on x86-64Henrik Gramner
2015-07-31x86/aacpsdsp: add SSE and SSE3 optimized functionsJames Almer
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2015-07-26avcodec/x86: add missing colon to labelsJames Almer
2015-07-18Merge commit 'a344e5d094ebcf9a23acf3a27c56cbbbc829db42'Michael Niedermayer
2015-07-17Merge commit 'd42191c78befc1983f23b1899b2dda513b72f1ed'Michael Niedermayer
2015-07-17Merge commit '5cb4bdb2a03c3643f8f1e7d21d7094e61e0a4418'Michael Niedermayer
2015-07-17x86: bswapdsp: Don't treat 32-bit integers as 64-bitHenrik Gramner
2015-07-17configure: Factor out vp8dsp moduleVittorio Giovara
2015-07-17configure: Factor out rv34dsp moduleVittorio Giovara
2015-07-08videodsp: assert that linesize is larger than widthMichael Niedermayer
2015-06-16doc: avoid incorrect phrase 'allows to'Andreas Cadhalpun
2015-06-13avcodec/jpeg200dsp: add ff_rct_int_{sse2,avx2}James Almer
2015-06-13avcodec/jpeg200dsp: add ff_ict_float_{sse,avx}James Almer