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
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-06-29Use add instead of lshift in mmxext vp8 idctJason Garrett-Glaser
2010-06-29Remove unused macros (duplicates from the now-LGPL x86util.asm).Ronald S. Bultje
2010-06-29MMX idct_add for VP8.Ronald S. Bultje
2010-06-29Add missing mm_support call toff_h264_pred_init_x86.Jason Garrett-Glaser
2010-06-29Add mmxext version of VP8 DC Hadamard transformJason Garrett-Glaser
2010-06-29Make x86util.asm LGPL so we can use it in LGPL asmJason Garrett-Glaser
2010-06-29MMXEXT version of vp8 4x4 vertical predJason Garrett-Glaser
2010-06-29Add mmx/mmxext/ssse3 4x4 TM intra pred functions for vp8Jason Garrett-Glaser
2010-06-29Add missing comment header for predict_4x4_dc_mmxextJason Garrett-Glaser
2010-06-29Fix some intra pred MMX functions that used MMXEXT instructionsJason Garrett-Glaser
2010-06-29Fix VP8 bilinear mc on x86_64Jason Garrett-Glaser
2010-06-29Change MMXEXT to MMX2, MMXEXT is deprecatedBaptiste Coudurier
2010-06-28Add x86 asm functions for VP8 put_pixelsJason Garrett-Glaser
2010-06-28Add MMX, SSE2, SSSE3 asm for VP8 bilinear MCJason Garrett-Glaser
2010-06-28Fix x86 build with h264dsp disabledMåns Rullgård
2010-06-27Add const to some pointer parameters.Eli Friedman
2010-06-27Fix build without yasmDavid Conrad
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-25Cosmetics: Fix indentation.Carl Eugen Hoyos
2010-06-2516x16 and 8x8c x86 SIMD intra pred functions for VP8 and H.264Jason Garrett-Glaser
2010-06-24Fix compilation on x64.Vitor Sessak
2010-06-24Fix asm constraints in apply_window()Vitor Sessak
2010-06-24SSE-optimized MP3 floating point windowing functionsVitor Sessak
2010-06-23Update x264asm header files to latest versions.Jason Garrett-Glaser
2010-06-04Add bitexact versions of put_no_rnd_pixels8 _x2 and _y2 for vp3/theoraDavid Conrad
2010-05-28vp3: The DC-only IDCT is surprisingly not supposed to be bitexact to theDavid Conrad
2010-05-11Adding missing () to mathops.h.Michael Niedermayer
2010-05-11Replace more "m" constraints with MANGLE to fix compilation issuesReimar Döffinger
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-04-17vp3: DC-only IDCTDavid Conrad
2010-04-01Convert two "m" constraints to MANGLE to fix compilation with some compilers.Reimar Döffinger
2010-03-18Replace remaining uses of ATTR_ALIGNED with DECLARE_ALIGNEDMåns Rullgård
2010-03-17Simplify arch-specific object file listsMåns Rullgård
2010-03-17Move arch-specific makefile parts into $arch/MakefileMåns Rullgård
2010-03-16Move H264 dsputil functions into their own structMåns Rullgård
2010-03-14Separate DWT from snow and dsputilMåns Rullgård
2010-03-07x86: move function prototypes to header filesMåns Rullgård
2010-03-07Add some missing #includesMåns Rullgård
2010-03-06Move FFT parts from dsputil.h to fft.hMåns Rullgård
2010-03-06Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård
2010-02-18Move NEG_[US]SR32 macros to mathops.hMåns Rullgård
2010-02-10Enable SSE2 (put|avg)_pixels_16_sse2David Conrad
2010-01-30Make the jump-table section-relative for x86_64 with PIC enabled.Reimar Döffinger
2010-01-26optimize h264_loop_filter_strength_mmx2Loren Merritt
2010-01-23Implement an sse version of scalarproduct_float().Alex Converse
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård
2010-01-21Use two separate memory arguments since 8+() is invalid gas syntaxDavid Conrad