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-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
2015-04-24vp9: remove another optimization branch in iadst16 which causes overflows.Ronald S. Bultje
2015-04-22vp9: remove one optimization branch in iadst16 which causes overflows.Ronald S. Bultje
2015-03-26avcodec/x86/hpeldsp_init: Put CONFIG_* first in if()Michael Niedermayer
2015-03-20x86/xvididct: add some yasm guardsJames Almer
2015-03-20x86/xvididct: remove obsolete function prototypesJames Almer
2015-03-17Merge commit '48aef27f5232794e70ecef0d347b9f65e27a9bad'Michael Niedermayer
2015-03-17x86: Put COPY3_IF_LT under HAVE_6REGSLuca Barbato
2015-03-16avcodec/x86/cavsdsp: remove incorrect LOCAL_ALIGN tmpMichael Niedermayer
2015-03-16x86/proresdsp: remove ff_prores_idct_put_10_sse4James Almer
2015-03-16x86/proresdsp: remove unused macroJames Almer
2015-03-14x86: lavc: use LOCAL_ALIGNED instead of DECLARE_ALIGNEDChristophe Gisquet
2015-03-14x86: xvid_idct: SSE2 merged add versionChristophe Gisquet
2015-03-14x86: xvid_idct: merged idct_put SSE2 versionsChristophe Gisquet
2015-03-14x86: dct-test: evaluate prores idct avx versionChristophe Gisquet
2015-03-14x86: dct-test: fix compilation for proresChristophe Gisquet
2015-03-14x86: xvid_idct: port MMX iDCT to yasmChristophe Gisquet
2015-03-13x86: xvid_idct: port SSE2 iDCT to yasmChristophe Gisquet
2015-03-02x86/hevc_sao: use unaligned movs for sao_{band,filter} with width 8James Almer
2015-03-01Merge commit '71f1ad37d858b810b71a4af1c25771beaa50b27b'Michael Niedermayer
2015-03-01Merge commit 'd74a8cb7e42f703be5796eeb485f06af710ae8ca'Michael Niedermayer
2015-02-28lavc: do not compile fmtconvert unconditionallyAnton Khirnov
2015-02-28fmtconvert: drop unused functionsAnton Khirnov
2015-02-27avcodec/v210dec: Add ff prefix to v210_x86_init()Michael Niedermayer
2015-02-27avcodec/snow: mark dwt init as av_coldMichael Niedermayer
2015-02-23hevc_deblock: Fix compilation with nasmCarl Eugen Hoyos
2015-02-21avcodec/x86/mlpdsp_init: Simplify mlp_filter_channel_x86()Michael Niedermayer