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
2011-10-11prores: idct sse2/sse4 optimizations.Ronald S. Bultje
2011-08-12Move RV3/4-specific DSP functions into their own contextKostya Shishkov
2011-07-03H.264: Add x86 assembly for 10-bit H.264 qpel functions.Daniel Kang
2011-06-21h264: Add x86 assembly for 10-bit weight/biweight H.264 functions.Daniel Kang
2011-06-18H.264: Add x86 assembly for 10-bit MC Chroma H.264 functions.Daniel Kang
2011-06-06Add x86 assembly for some 10-bit H.264 intra predict functions.Daniel Kang
2011-06-01Add IDCT functions for 10-bit H.264.Daniel Kang
2011-05-21dct32: port SSE 32-point DCT to YASMVitor Sessak
2011-05-19mpegaudiodsp: fix x86 and ppc makefilesMans Rullgard
2011-05-11Port x86 10-bit H.264 deblock asm from x264Jason Garrett-Glaser
2011-03-12Add CONFIG_AC3DSP symbol to simplify makefilesMans Rullgard
2011-02-10Add x86-optimized versions of exponent_min().Justin Ruggles
2011-02-02Separate format conversion DSP functions from DSPContext.Justin Ruggles
2010-09-17Move sse16_sse2() from inline asm to yasm. It is one of the functions causingRonald S. Bultje
2010-09-14Rename h264_idct_sse2.asm to h264_idct.asm; move inline IDCT asm fromRonald S. Bultje
2010-09-10LGPL SSE2 H.264 iDCTJason Garrett-Glaser
2010-09-08Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini
2010-09-03Port latest x264 deblock asm (before they moved to using NV12 as internalRonald S. Bultje
2010-09-02Rename h264_weight_sse2.asm to h264_weight.asm; add 16x8/8x16/8x4 non-squareRonald S. Bultje
2010-09-02Split h264dsp_mmx.c (which was #included in dsputil_mmx.c) in h264_qpel_mmx.c,Ronald S. Bultje
2010-08-31Fix vertical align.Ronald S. Bultje
2010-08-30Split intra prediction initialization (i.e. assigning of function pointers)Ronald S. Bultje
2010-08-30Move H264 chroma MC from inline asm to yasm. This fixes VP3/5/6 and VC-1Ronald S. Bultje
2010-08-30Move VP3 IDCT functions from inline ASM to YASM. This fixes part of the VP3/5/6Ronald S. Bultje
2010-08-25Move vp6_filter_diag4() x86 SIMD code from inline ASM to YASM. This shouldRonald S. Bultje
2010-08-25Move vp6_filter_diag4() from DSPContext to VP56DSPContext.Ronald S. Bultje
2010-08-08Split h264dsp and h264pred in configure.Jason Garrett-Glaser
2010-08-05H.264: SSE2/SSSE3 weighted prediction asmEli Friedman
2010-07-31Convert deinterlacing MMX code to YASMVitor Sessak
2010-07-22relicense h264 deblock sse2 to lgplLoren Merritt
2010-07-12MMX/SSE VC1 loop filterDavid Conrad
2010-07-06Move SSE optimized 32-point DCT to its own file. Should fix breakage with YASMVitor Sessak
2010-06-27First shot at VP8 optimizations:Jason Garrett-Glaser
2010-06-25Make vp8 select h264dsp and use this to pull in mmx intrapredMåns Rullgård
2010-06-25Fix compilation without --enable-gpl.Carl Eugen Hoyos
2010-06-2516x16 and 8x8c x86 SIMD intra pred functions for VP8 and H.264Jason Garrett-Glaser
2010-06-24SSE-optimized MP3 floating point windowing functionsVitor Sessak
2010-03-17Simplify arch-specific object file listsMåns Rullgård
2010-03-17Move arch-specific makefile parts into $arch/MakefileMåns Rullgård