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-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
2015-06-12Merge commit 'b7a4127a45b780d76e6b09427a3d0197c4bc1cdb'Michael Niedermayer
2015-06-12Merge commit '5e87080f2c73186066df0b9c43877b4af0beef3a'Michael Niedermayer
2015-06-12h264_qpel: Use the correct headerVittorio Giovara
2015-06-12h264_weight: Fix SSSE3 biweight code with weights of 128Michael Niedermayer
2015-06-09avcodec/x86/h264_weight: handle weight1=128Michael Niedermayer
2015-06-01x86: check for AV_CPU_FLAG_AVXSLOW where usefulJames Almer
2015-05-31x86: check for AV_CPU_FLAG_AVXSLOW where usefulJames Almer
2015-05-28Merge commit 'e4610300de6869bd6b3b00e76cfeabb6d7653dcd'Michael Niedermayer
2015-05-28x86: cavs: Remove an unneeded scratch bufferMichael Niedermayer
2015-05-28Revert "Move struc FFTContext below SECTION_RODATA"Timothy Gu
2015-05-22Merge commit '848e86f74d3e6e87fa592ee8ba8c184cc5fd9a42'Michael Niedermayer
2015-05-22mpegvideo: Drop flags and flags2Vittorio Giovara
2015-05-18Merge remote-tracking branch 'rbultje/vp9-bugfixes'Michael Niedermayer
2015-05-17lavc/flac: Fix encoding and decoding with high lpc.Carl Eugen Hoyos
2015-05-14vp9: disable more pmulhrsw optimizations in idct16/32.Ronald S. Bultje
2015-05-14vp9: disable all pmulhrsw in 8/16 iadst x86 optimizations.Ronald S. Bultje
2015-05-07avcodec/x86/vp9dsp_init: Fix mix of declaration and statementMichael Niedermayer
2015-05-06vp9: add keyframe profile 2/3 support.Ronald S. Bultje
2015-05-05avcodec/x86/deinterlace: use INIT_MMX like other asm code does tooMichael Niedermayer
2015-05-02avcodec/x86/dct-test: Use uint8_t for idct_simple_mmx_permMichael Niedermayer
2015-05-02avcodec/x86/dct-test: Make static table constMichael Niedermayer