4208 Commits (49f1ac5a3d4d0c038d54f5190f1c017dd7174a75)

Author SHA1 Message Date
Michael Niedermayer 5970845f1f FIXME has already been fixed ages ago 18 years ago
Michael Niedermayer 66884a2946 simplify 18 years ago
Michael Niedermayer d6975eb82b use qscale_table in adaptive quant 18 years ago
Michael Niedermayer 2175b80bed simplify 18 years ago
Michael Niedermayer 3b9cf3bdb3 i think this if() is useless lets abuse our users to test this ;) 18 years ago
Michael Niedermayer 2f16af0667 skip motion estimation and encoding of non direct-0,0 MBs if the next MB is skiped (mpeg4 doesnt allow such MBs and in the past we did ME and encoding until at the end we droped them, so this should be faster though i didnt benchmark it, benchmark welcome) 18 years ago
Michael Niedermayer 59743d16c7 dont randomly disallow intr4v in adaptive quant 18 years ago
Michael Niedermayer 51b1a6c939 dont randomly dissallow direct MBs 18 years ago
Michael Niedermayer cb284d4b77 try direct mode MB after QPRD, slight PSNR/bitrate gain if b frames + QPRD 18 years ago
Michael Niedermayer e4d0e2edb9 fix special casing of the 0,0 MV for b frames (slight PSNR/bitrate gain) 18 years ago
Michael Niedermayer ff8dc81b5b dont favor the zero MV if mv0 is used (psnr per bitrate gains ranging from 0 to 0.14, most are <=0.04 though) 18 years ago
Guillaume Poirier 5a5c770d5a Add SSSE3 (Core2 aka Conroe/Merom/Woodcrester new instructions) detection 18 years ago
Michael Niedermayer 832a7b631f minor doc fix 18 years ago
Baptiste Coudurier 7910d13474 always print message when error, AV_LOG_DEBUG -> AV_LOG_ERROR 18 years ago
Aurelien Jacobs 9110a0e32d Add support for VP60 and VP61. 18 years ago
Michael Niedermayer 95cefcb4ed 10l 18 years ago
Aurelien Jacobs c29ff23c2a small optimization 18 years ago
Michael Niedermayer af6a403a05 warn user if the selected diamond size is larger then the motion estimation score cache size 18 years ago
Michael Niedermayer a6daaf7cce limit x/ymin/max to me_range 18 years ago
Reimar Döffinger 6f3e4e1712 Check mb_pos is big enough before trying to access data left or above. 18 years ago
Benjamin Larsson 162b983598 av_log(NULL,... -> av_log(avctx,.. where appropriate. 18 years ago
Benjamin Larsson e7a6d5f313 Bug fix for crashes when SSE is used on unaligned arrays. 18 years ago
Diego Biurrun f70d367b63 vqmin/vqmax --> qmin/qmax in the option description 18 years ago
Guillaume Poirier e828d257e7 Doxygen comments about variables described by Michael here: 18 years ago
Michael Niedermayer 2b0cdd9ec6 mv overflow in map fix (untested except regression tests) 18 years ago
Reimar Döffinger c8aee695c5 Fix JPEG-LS encoder 0xff-escaping writing too much or uninitialized data. 18 years ago
Panagiotis Issaris c6b237da9e Adding H.264 DCT. 18 years ago
Michael Niedermayer 2f5560ee49 fix playback of mp3_bits_left.avi 18 years ago
Guillaume Poirier ec4e0056ef GCC 3.3 compile fix 18 years ago
Diego Biurrun 895bf49961 Improve option description. 18 years ago
Måns Rullgård c1173617ce improved stack misalignment warning 18 years ago
Panagiotis Issaris e39e60a37e Adding function which enables writing H.264 NAL units. 18 years ago
Reimar Döffinger 46f9dcc3ee Fix 16 bit cscd samples, 16 bit raw means RGB555 on Windows, and the original 18 years ago
Reimar Döffinger 2c04fc1f8c Typo in error message 18 years ago
Martin Storsjö 4027ed1d06 fix bug when __GNUC__ isn't defined and when compiling for a non-x86 architecture, patch by Martin Storsjö, martin at martin st 18 years ago
Kostya Shishkov a4b940198a Deobfuscate expression 18 years ago
Kostya Shishkov 3dd52c5afe Now ZMBV encoder compiles 18 years ago
Kostya Shishkov 766937298e 1e6l forgot to add zmbvenc.c 18 years ago
Måns Rullgård c97dc988ba lavc is at major version 51, delete old stuff 18 years ago
Måns Rullgård 849f10351d rename always_inline to av_always_inline and move to common.h 18 years ago
Michael Niedermayer 6c81ca9906 better warning 18 years ago
Michael Niedermayer 6dc7d5da70 ff_check_alignment to warn the user about a missaligned stack 18 years ago
Michael Niedermayer f95778f80d fix compilation 18 years ago
Panagiotis Issaris f1862127f5 Added entry for H.264 DCT to the DSP context. 18 years ago
Panagiotis Issaris 3edeab8209 Add codec ID for a native H.264 encoder. 18 years ago
Panagiotis Issaris acd8d10ffb Making rem6 and div6 globally visible and thus adding prefixes. 18 years ago
Panagiotis Issaris 14e95e2c92 Removing unused code 18 years ago
Kostya Shishkov f48d6e1b44 ZMBV encoder 18 years ago
Måns Rullgård 8da9266cea use the standard INT64_C() macro for 64-bit constants 18 years ago
Panagiotis Issaris d3075ed502 Add "mixed_refs" description suggested by Loren Merritt and update accompanying 18 years ago