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
2014-01-14x86: Consistently use cpu flag detection macros in places that still miss itDiego Biurrun
2014-01-09x86: hpeldsp: Add missing av_cold attribute to init functionDiego Biurrun
2014-01-09x86: avcodec: Add a bunch of missing #includes for av_coldDiego Biurrun
2014-01-06h264: do not use 422 functions for monochromeAnton Khirnov
2013-12-20x86: mpegvideo: move denoise_dct asm to mpegvideoencAnton Khirnov
2013-12-08dsputil: Move apply_window_int16 to ac3dspDiego Biurrun
2013-12-04x86: Initialize mmxext after amd3dnow optimizationsDiego Biurrun
2013-12-02dsputil: x86: Move ff_inv_zigzag_direct16 table init to mpegvideoDiego Biurrun
2013-11-28x86: dsputil: Suppress deprecation warnings for XvMC bitsDiego Biurrun
2013-11-15lavc: VP9 decoderRonald S. Bultje
2013-11-15lavc: Edge emulation with dst/src linesizeRonald S. Bultje
2013-11-14Deprecate obsolete XvMC hardware decoding supportDiego Biurrun
2013-11-08dsputil: Split off H.263 bits into their own H263DSPContextDiego Biurrun
2013-11-05x86: rv40dsp: Use PAVGB instruction macro where appropriateDiego Biurrun
2013-11-04x86: hpeldsp: Use PAVGB instruction macro where necessaryMikulas Patocka
2013-11-02x86: vp8dsp: Split loopfilter code into a separate fileDiego Biurrun
2013-10-07x86: h264_idct: Update comments to match 8/10-bit depth optimization splitDiego Biurrun
2013-10-07x86inc: Utilize the shadow space on 64-bit WindowsHenrik Gramner
2013-10-07x86: fdct: Employ more specific ifdefsDiego Biurrun
2013-10-05x86: dsputil: Separate ff_add_hfyu_median_prediction_cmov from dsputil_mmxDiego Biurrun
2013-10-05x86: fdct: Initialize optimized fdct implementations in the standard wayDiego Biurrun
2013-10-05x86: xviddct: Employ more specific ifdefsDiego Biurrun
2013-10-04x86: fdct: Only build fdct code if encoders have been enabledDiego Biurrun
2013-09-16x86: Add an xmm clobbering wrapper for avcodec_encode_video2Martin Storsjö
2013-09-15mathops/x86: work around inline asm miscompilation with GCC 4.8.1Hendrik Leppkes
2013-08-29x86: avcodec: Consistently structure CPU extension initializationDiego Biurrun
2013-08-29x86: avcodec: Use convenience macros to check for CPU flagsDiego Biurrun
2013-08-29x86: rv40dsp: Move inline assembly optimizations out of YASM init sectionDiego Biurrun
2013-08-29dsputil: x86: Hide arch-specific initialization detailsDiego Biurrun
2013-08-23vp56: Mark VP6-only optimizations as such.Diego Biurrun
2013-08-21x86: Split DCT and FFT initialization into separate filesDiego Biurrun
2013-08-21x86: h264_idct: Remove incorrect commentDiego Biurrun
2013-07-18Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun
2013-07-17fmtconvert: Explicitly use int32_t instead of intChristophe Gisquet
2013-07-12mlpdsp: x86: Respect cpuflagsLuca Barbato
2013-07-04cabac: x86 version of get_cabac_bypassJason Garrett-Glaser
2013-05-30build: cosmetics: Place unconditional before conditional OBJS linesDiego Biurrun
2013-05-16mpegvideo: Remove commented-out PARANOID debug cruftDiego Biurrun
2013-05-13x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.hDiego Biurrun
2013-05-13x86: dsputil: Split inline assembly from init codeDiego Biurrun
2013-05-13x86: dsputil: Refactor pixels16 wrapper functions with a macroDiego Biurrun
2013-05-12configure: Rename cmov processor capability to i686Diego Biurrun
2013-05-10x86: sbrdsp: implement SSE2 qmf_pre_shuffleChristophe Gisquet
2013-05-08x86: dsputil: Remove unused argument from QPEL_OP macroDiego Biurrun
2013-05-08x86: dsputil: Move TRANSPOSE4 macro to the only place it is usedDiego Biurrun
2013-05-08x86: dsputil: Move constant declarations into separate headerDiego Biurrun
2013-05-08x86: dsputil: Group all assembly constants together in constants.cDiego Biurrun
2013-05-08x86: dsputil: Move ff_pd assembly constants to the only place they are usedDiego Biurrun
2013-05-07x86: dsputil: Remove unused ff_pb_3F constantDiego Biurrun
2013-05-07x86: dsputil: Remove unused MOVQ_BONE macroDiego Biurrun