3109 Commits (1e7ffa50b76b49ad774e1c3a702a34d90302c5ca)

Author SHA1 Message Date
Benjamin Larsson 5b6638517f Use a more descriptive error message. 19 years ago
Kostya Shishkov 76fabb4579 Don't use get_vlc2() when tree is one symbol. This fixes audio decoding 19 years ago
Loren Merritt 2ea392529a 10l in 1.199 (write_back_motion with B-pyramid + spatial) 19 years ago
Loren Merritt 5e8b787afa simplified and slightly faster h264_chroma_mc8_mmx 19 years ago
Steve L'Homme dc2bf20e27 ST16 is undefined for non-GNU compilers. 19 years ago
Loren Merritt e77ef2755a prefetch pixels for future motion compensation. 4-10% faster mpeg1/2/4 decoding (on an athlon-xp). 19 years ago
Loren Merritt 513fbd8e5a prefetch pixels for future motion compensation. 2-5% faster h264. 19 years ago
Loren Merritt 5e6a5c4daf 10l 19 years ago
Loren Merritt fdd3057981 added mmx implementation of h264_chroma_mc2 19 years ago
Loren Merritt 53b19144e7 1.5x faster write_back_motion, 1-3% overall 19 years ago
Robert Edele e8600e5edc add MMX and SSE versions of ff_snow_inner_add_yblock 19 years ago
Robert Edele 2c9a0285d4 snow mmx+sse2 optimizations, part 4 19 years ago
Kostya Shishkov 348efc1836 Smacker demuxer and decoder. 19 years ago
Måns Rullgård d59518d45d since Michael prefers to keep dsputil.h private to libavcodec 19 years ago
Robert Edele 4567b4bdab Add the mmx and sse2 implementations of ff_snow_vertical_compose(). 19 years ago
Robert Edele 561a18d3ba Snow mmx + sse2 part 2 19 years ago
Michael Niedermayer 1956e16653 fixing interlaced direct mode field select values 19 years ago
Michael Niedermayer 83378d0de5 various fixes for xvid_rc 19 years ago
Michael Niedermayer 5fe4cf7b9f fix frametypes with xvid_rc 19 years ago
Michael Niedermayer 0adba3d88b fixing bquant_offset 19 years ago
Michael Niedermayer e70e7a4b17 segfault fix 19 years ago
Corey Hickey 022fad4833 make ff_rate_control_init() bail out if rc_strategy==1 and lavc wasn't 19 years ago
Oded Shimon 13c97a5a0a 10l: Only set *compose97i *add_yblock to dsputils context if we are building with Snow enabled 19 years ago
Robert Edele 059715a41c First part of a series of speed-enchancing patches. 19 years ago
Michael Niedermayer fc8c49926c dont pass intra flag if its always 0 19 years ago
Michael Niedermayer 4cb8574dc8 fixing coverity warnig CID: 253 (reading over the end of the aspect_ratio array for illegal aspect ratios) 19 years ago
Michael Niedermayer 40c8602f64 fix coverity warning CID: 255 (uninitalized variable used to build tables which arent used, well there is a slight change of a FPU exception maybe ...) 19 years ago
Loren Merritt 8f8ae4951e seed iterative_me with mvs from conventional search. 19 years ago
Loren Merritt 07674d518c obey vqscale in 2nd pass 19 years ago
Michael Niedermayer c1341a57f2 reset interlaced_dct flag 19 years ago
Kostya Shishkov 79d15fd4db 16-bit DPCM and stereo support for Sierra VMD 19 years ago
Michael Niedermayer e7c8206e5c av_free -> av_freep 19 years ago
Michael Niedermayer 87f20c2f31 fix %8 != 0 w/h 19 years ago
Michael Niedermayer 8437ff75f8 asserts to check if assumed conditions really are true 19 years ago
Michael Niedermayer 3aeefb93c8 out of array read fix 19 years ago
Michael Niedermayer 5d9db9c4a9 out of array read fix 19 years ago
Michael Niedermayer 5430b070a8 cleanup picture / debug output code 19 years ago
Michael Niedermayer 003ebe100b fixing out of array access (only cosmetic, this should never have had a end user vissible effect) 19 years ago
Michael Niedermayer eabb0ac38e add assert to clarify that we know what we are doing 19 years ago
Michael Niedermayer cb666260a0 fixing uninitalized dc_pred_dir 19 years ago
Michael Niedermayer 9e801ee2fa very minor optimization 19 years ago
Michael Niedermayer f7287c42b2 unused variable 19 years ago
Baptiste Coudurier f2651e7a6c Fix cropping, depending on enc pix fmt 19 years ago
David S. Miller bf4665eeec Alignment fixes, caused problems on SPARC. 19 years ago
Steve L'Homme 267f7edcd1 (f)printf --> av_log conversion 19 years ago
Benjamin Larsson 6f3dda9328 Init simplification and 2% faster wma_decode_block on amd64 with tables use 19 years ago
Zuxy Meng 82eb4b0f1b 3DNow! & Extended 3DNow! versions of FFT 19 years ago
Loren Merritt 548a1c8a35 h264_idct8_add_mmx 19 years ago
Loren Merritt 6da971f160 h264_idct_add only needs mmx1 19 years ago
Sam Hocevar 5f112e1f96 Proper mangling information for symbols in OS X Mach-O shared objects. 19 years ago