24689 Commits (38c07dcc3eb0c49f768ecd430c77d911fbc39c38)
 

Author SHA1 Message Date
Lou Logan 38c07dcc3e Update x264 presets. Patch by Lou Logan <lou@fakeoutdoorsman.com> 14 years ago
Jason Garrett-Glaser 004cda8e79 Add mmxext version of VP8 DC Hadamard transform 14 years ago
Jason Garrett-Glaser 37355fe823 Make x86util.asm LGPL so we can use it in LGPL asm 14 years ago
Jason Garrett-Glaser bc14f04b2f MMXEXT version of vp8 4x4 vertical pred 14 years ago
Jason Garrett-Glaser fb9927ad7d Add mmx/mmxext/ssse3 4x4 TM intra pred functions for vp8 14 years ago
Jason Garrett-Glaser 8b746bb473 Add missing comment header for predict_4x4_dc_mmxext 14 years ago
Jason Garrett-Glaser 270a85d259 Fix some intra pred MMX functions that used MMXEXT instructions 14 years ago
Jason Garrett-Glaser a912da761d Fix VP8 bilinear mc on x86_64 14 years ago
Alex Converse 4e42debc8d aacenc: Start the lookahead pointer 1/4 of the way into the first short window. 14 years ago
Alex Converse 75ef689884 aacenc: Fix window decision logic. 14 years ago
Alex Converse 804d489c4a aacenc: Fill in the estimated codebook for the final computed scalefactor in the TLS. 14 years ago
Alex Converse 7ca4a72f47 10l: Revert r23867. It didn't make any sense. 14 years ago
Alex Converse 9a3fe1ae6e Make ff_psy_preprocess_end() act like av_freep(). 14 years ago
Alex Converse 072c0d605f aacenc: Properly pad extradata. 14 years ago
Baptiste Coudurier 50f70541d3 Change MMXEXT to MMX2, MMXEXT is deprecated 14 years ago
Baptiste Coudurier 2209ffacb9 In mov demuxer, increase total size after debugging message 14 years ago
Josh Allmann bb06ec5ef4 Reindent 14 years ago
Josh Allmann a494295197 rtpdec: Clean up FMTP parsing code in AMR RTP depacketizer 14 years ago
Josh Allmann af1308f024 rtpdec: Cleanup FMTP parsing code in Xiph RTP depacketizer 14 years ago
Josh Allmann 824535e3c6 rtpdec: Malloc the fmtp value buffer 14 years ago
Jason Garrett-Glaser 0fecad09fe Add x86 asm functions for VP8 put_pixels 14 years ago
Jason Garrett-Glaser a173aa8940 Add MMX, SSE2, SSSE3 asm for VP8 bilinear MC 14 years ago
Reimar Döffinger 2ad4a3bc78 Pass subshift an argument of the proper type. 14 years ago
Reimar Döffinger 17c78b087a Use a consistent type for multbl array function parameters. 14 years ago
Ronald S. Bultje 7ed06b2be8 Simplify MV parsing, removes laying out 2 or 4 (16x8/8x8/8x16) MVs over all 14 years ago
Ronald S. Bultje 7c4dcf8165 Optimize split MC, so we don't always do 4x4 blocks of 4x4pixels each, but 14 years ago
Josh Allmann 4332bfbff8 Reindent 14 years ago
Josh Allmann efc6d45196 rtpdec: Clean up FMTP parsing code in MPEG-4/AAC RTP depacketizer 14 years ago
Josh Allmann fb4ca2cb51 rtpdec: Clean up FMTP parsing code in H.264 RTP depacketizer 14 years ago
Josh Allmann 1ed3cef513 Reindent 14 years ago
Josh Allmann 7aa0118c46 rtpdec: Return ENOMEM if H.264 RTP fails to allocate memory for SDP extradata 14 years ago
Josh Allmann 016bc031eb rtpdec: Add generic function for iterating over FMTP configuration lines 14 years ago
Josh Allmann 8b114d85ba rtpdec: Move space_chars from avformat/internal to rtpdec 14 years ago
Måns Rullgård eca9e4035a Set rv34 (0,0) subpel mc functions to the optimised h264 ones 14 years ago
Måns Rullgård 1f65b67c46 Fix x86 build with h264dsp disabled 14 years ago
Måns Rullgård 1b15dc3ca8 configure: make --disable-everything soft-disable things 14 years ago
Eli Friedman 22d78b05b1 Fix an "assignment from incompatible pointer type" warning in av_read_frame_internal 14 years ago
Eli Friedman 35614edb2d Add patcheck checks for assignments that look like compound assignments 14 years ago
Vitor Sessak 186d02150e Use lookup table to avoid division in mp2 decoder 14 years ago
Stefano Sabatini a64fadf62b Fix linking if MMX is disabled. 14 years ago
Stefano Sabatini 6951515cbf Bump micro and add APIchanges entry after av_parse_color() extension. 14 years ago
Stefano Sabatini 9e74966b3f Cosmetics: merge "} else" and "if (...) {" lines, less confusing. 14 years ago
Stefano Sabatini 4cf0b43ac9 Reindent after the last commit. 14 years ago
Stefano Sabatini a52e2c3a46 Extend color syntax, make it accept an alpha component specifier. 14 years ago
Stefano Sabatini 8e094dd667 Rename ColorEntry.rgba_color to rgb_color and do not reserve a fourth 14 years ago
Måns Rullgård 7447204d2d vaapi: add missing #include "h263.h" 14 years ago
Måns Rullgård 0b37cccaab ra288: convert VLAs to fixed size 14 years ago
Reimar Döffinger 0724a674fc Change type of zz_table to uint8_t to match the scantables it points to. 14 years ago
Eli Friedman 93f7aeb5ad Add a const declaration, fixing a warning 14 years ago
Eli Friedman 206afa55e2 Fix clang warning, make initialization more readable 14 years ago