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
2012-11-14x86: mmx2 ---> mmxext in asm constructsDiego Biurrun
2012-11-13x86: h264_weight_10bit: port to cpuflagsDiego Biurrun
2012-11-11build: Drop AVX assembly ifdefsDiego Biurrun
2012-11-10x86: h264_qpel_10bit: drop unused parameter from MC10/MC20/MC30 macrosDiego Biurrun
2012-11-10x86: PALIGNR: port to cpuflagsDiego Biurrun
2012-11-10x86: h264_qpel_10bit: port to cpuflagsDiego Biurrun
2012-11-08x86: h264_intrapred: port to cpuflagsDiego Biurrun
2012-11-05x86: h264qpel: Only define mmxext QPEL functions if H264QPEL is enabledDiego Biurrun
2012-11-05x86: PABSW: port to cpuflagsDiego Biurrun
2012-11-05x86: vc1dsp: port to cpuflagsDiego Biurrun
2012-11-02x86: Refactor PSWAPD fallback implementations and port to cpuflagsDiego Biurrun
2012-11-02x86: PMINUB: port to cpuflagsDiego Biurrun
2012-11-02x86: ac3dsp: port to cpuflagsDiego Biurrun
2012-10-31x86: Move optimization suffix to end of function namesDiego Biurrun
2012-10-31x86: h264_chromamc_10bit: drop pointless PAVG %defineDiego Biurrun
2012-10-31x86: mmx2 ---> mmxext in function namesDiego Biurrun
2012-10-31x86: fmtconvert: Refactor cvtps2pi emulation through cpuflagsDiego Biurrun
2012-10-31x86: fmtconvert: port to cpuflagsDiego Biurrun
2012-10-31x86: MMX2 ---> MMXEXT in macro namesDiego Biurrun
2012-10-31x86: mmx2 ---> mmxext in comments and messagesDiego Biurrun
2012-10-31x86: yasm: Use complete source path for macro helper %includesDiego Biurrun
2012-10-31x86: include x86inc.asm in x86util.asmDiego Biurrun
2012-10-30Use ptrdiff_t instead of int for intra pred "stride" function parameter.Ronald S. Bultje
2012-10-30x86: use PRED4x4/8x8/8x8L/16x16 macros to declare intrapred prototypes.Ronald S. Bultje
2012-10-30Remove usage of INIT_AVX in h264_intrapred_10bit.asm.Ronald S. Bultje
2012-10-11dsputil: split out mlp dsp functionLuca Barbato
2012-10-08x86: vc1: call ff_vc1dsp_init_x86() under if (ARCH_X86)Janne Grunau
2012-10-08x86: cavs: call ff_cavsdsp_init_x86() under if (ARCH_X86)Janne Grunau
2012-10-08x86: call most of the x86 dsp init functions under if (ARCH_X86)Janne Grunau
2012-10-06Give all anonymously typedeffed structs in headers a nameDiego Biurrun
2012-10-06x86: dsputil: kill VLA in gmc_mmx()Mans Rullgard
2012-10-01avcodec: Drop silly and/or broken printf debug outputDiego Biurrun
2012-09-28dsputil_mmx: fix reading prior of the src array in sub_hfyu_median_prediction()Michael Niedermayer
2012-09-14x86: dsputil: Move Xvid IDCT put/add functions to a more suitable placeDiego Biurrun
2012-09-13x86: Remove some leftover declarations for non-existent functionsDiego Biurrun
2012-09-13x86: ac3dsp: Only refer to the ac3_downmix_sse symbol if it has been declaredMartin Storsjö
2012-09-13ac3: move ac3_downmix() from dsputil to ac3dspMans Rullgard
2012-09-11x86: dsputil: Move specific optimization settings out of global init functionDiego Biurrun
2012-09-10x86: dsputil: Only compile motion_est code when encoders are enabledDiego Biurrun
2012-09-08x86: Replace checks for CPU extensions and flags by convenience macrosDiego Biurrun
2012-09-08x86: mlpdsp: mlp_filter_channel_x86 requires inline asmHendrik Leppkes
2012-09-07x86: more specific checks for availability of required assembly capabilitiesDiego Biurrun
2012-09-07x86: avcodec: Drop silly "_mmx" suffix from dsputil template namesDiego Biurrun
2012-09-07cavsdsp: set idct permutation independently of dsputilMans Rullgard
2012-09-07x86: allow using add_hfyu_median_prediction_cmov on any cpu with cmovMans Rullgard
2012-09-06x86: dsputil: Do not redundantly check for CPU caps before calling init funcsDiego Biurrun
2012-09-05x86: vp56: cmov version of vp56_rac_get_prob requires inline asmHendrik Leppkes
2012-09-04x86: h264dsp: drop some unnecessary ifdefs around prototype declarationsDiego Biurrun
2012-08-31x86: Split inline and external assembly #ifdefsDiego Biurrun
2012-08-30x86: Fix linking with some or all of yasm, mmx, optimizations disabledDiego Biurrun