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-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
2015-02-17x86: hevc_mc: fewer xmm regs used in epel h/vChristophe Gisquet
2015-02-16x86: hevc_mc: save 1 gpr in epel filter loadingChristophe Gisquet
2015-02-16x86/g722dsp: add ff_g722_apply_qmf_sse2James Almer
2015-02-14x86: hevc: remove a parameter to WP internalsChristophe Gisquet
2015-02-12x86/hevc_mc: optimize AVX2 mc functionsJames Almer
2015-02-12x86/hevc_sao: make sao_edge_filter_{10,12} work on x86_32James Almer
2015-02-10x86/hevc_sao: make sao_band_filter work on x86_32James Almer
2015-02-09x86: hevc_mc: remove lea in EPEL_LOADChristophe Gisquet
2015-02-09x86: hevc_mc: fewer gpr autoloads for _v filtersChristophe Gisquet
2015-02-08x86/vp9dsp: fix clobbering of xmm6 on IDCT sse2 functionsJames Almer
2015-02-07x86: lavc/hevc_mc: fix commentsChristophe Gisquet
2015-02-07x86: lavc: share more constant through definesChristophe Gisquet
2015-02-07lavc/lossless_audiodsp: revert various commitsChristophe Gisquet
2015-02-07x86: lavc: share more constantsChristophe Gisquet
2015-02-06x86/hevc_mc: use aligned loadsMickaël Raulet
2015-02-06x86/lossless_audiodsp: fix compilation with --disable-yasmJames Almer
2015-02-06x86/hevc_sao: fix loading of RIP addressJames Almer
2015-02-06x86/hevc: use CLIPW macro when possibleMickaël Raulet
2015-02-06x86: hevc_mc: use epel_hv 16-wide functionChristophe Gisquet
2015-02-06x86: hevc_mc: add AVX2 optimizationsPierre Edouard Lepere
2015-02-06Revert "avcodec/x86/lossless_audiodsp: Make scalarproduct_and_madd_int16 prot...Michael Niedermayer
2015-02-06avcodec/x86/lossless_audiodsp: Move order&8 fallback into C codeMichael Niedermayer
2015-02-06avcodec/x86/lossless_audiodsp: Make scalarproduct_and_madd_int16 prototypes m...Michael Niedermayer
2015-02-05x86/hevcdsp: add ff_hevc_sao_edge_filter_{10,12}_{sse2,avx2}James Almer
2015-02-05x86/hevcdsp: add ff_hevc_sao_edge_filter_8_{ssse3,avx2}James Almer
2015-02-02x86/hevcdsp: add missing vzeroupper in ff_hevc_sao_band_filter_48_*_avx2James Almer