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
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-06-30apedec: add flush functionMåns Rullgård
2010-06-30Fix "initialization from incompatible pointer type" warning in rv34.Eli Friedman
2010-06-30Silense one warning:Eli Friedman
2010-06-30Fix strict-aliasing violations in MPV_motion_internal.Eli Friedman
2010-06-30rv40: make rv40_adaptive_loop_filter() always_inlineMå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-29Add CRC check to the ALS decoder.Thilo Borgmann
2010-06-29ARM: add mov32 macroMåns Rullgård
2010-06-29ARM: (mostly) whitespace cosmeticsMåns Rullgård
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-29Altivec VP8 MC functionsDavid Conrad
2010-06-29Altivec: Add helper function to load from a constant misalignmentDavid Conrad
2010-06-29vorbis: cosmetics, remove trailing comma for values that will never haveDavid Conrad
2010-06-29Faster C VP8 normal inner loop filterJason Garrett-Glaser
2010-06-29Use crop table in C implementations of VP8 DSP functions.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-29aacenc: Start the lookahead pointer 1/4 of the way into the first short window.Alex Converse
2010-06-29aacenc: Fix window decision logic.Alex Converse
2010-06-29aacenc: Fill in the estimated codebook for the final computed scalefactor in ...Alex Converse
2010-06-2910l: Revert r23867. It didn't make any sense.Alex Converse
2010-06-29Make ff_psy_preprocess_end() act like av_freep().Alex Converse
2010-06-29aacenc: Properly pad extradata.Alex Converse
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-28Simplify MV parsing, removes laying out 2 or 4 (16x8/8x8/8x16) MVs over allRonald S. Bultje
2010-06-28Optimize split MC, so we don't always do 4x4 blocks of 4x4pixels each, butRonald S. Bultje
2010-06-28Set rv34 (0,0) subpel mc functions to the optimised h264 onesMåns Rullgård
2010-06-28Fix x86 build with h264dsp disabledMåns Rullgård
2010-06-28Use lookup table to avoid division in mp2 decoderVitor Sessak
2010-06-28Fix linking if MMX is disabled.Stefano Sabatini
2010-06-28vaapi: add missing #include "h263.h"Måns Rullgård
2010-06-27ra288: convert VLAs to fixed sizeMåns Rullgård
2010-06-27Change type of zz_table to uint8_t to match the scantables it points to.Reimar Döffinger
2010-06-27Add const to some pointer parameters.Eli Friedman
2010-06-27tablegen: implement and use WRITE_ARRAY macrosDiego Pettenò
2010-06-27tableprint: use the type name as-is for the functions' names.Diego Pettenò
2010-06-27adpcm: convert VLAs to malloc/freeMåns Rullgård
2010-06-27Fix libvorbis encoding with more than 2 channelsJames Darnley
2010-06-27Fix build without yasmDavid Conrad
2010-06-27First shot at VP8 optimizations:Jason Garrett-Glaser