55 Commits (287229e554267b908f3969d9038bec004cfe51a8)

Author SHA1 Message Date
Michael Niedermayer 7f2fe444a3 single coefficient elimination 23 years ago
Zdenek Kabelac cd4af68ad5 * started to cleanup name clashes for onetime compilation 23 years ago
Fabrice Bellard ff4ec49e64 license/copyright change 23 years ago
Michael Niedermayer 92ba5ffbb5 workaround dc_scale bug in old ffmpeg msmpeg4v3 encoder (set workaround_bugs=1 for this) 23 years ago
Juanjo 9cd3766f6e - pict_type exported to AVCodecContext 23 years ago
Alex Beregszaszi a69b930cd3 clamp intra matrix to 8bit for mjpeg (workaround for qscale>=25) 23 years ago
Michael Niedermayer 7aaf3b98fc there are divx5? encoded files without a userdata section but with b-frames :( 23 years ago
Michael Niedermayer bb71e31757 fixing msmpeg4v3 dc-scale for quantizers 24-31 23 years ago
Michael Niedermayer 2417652e9f export mbskip_table for direct rendering 23 years ago
Michael Niedermayer d7e9533aa0 fixed msmpeg4 infinite loop if buggy stream 23 years ago
Michael Niedermayer 1c2a8c7f14 avcodec_flush_buffers() 23 years ago
Michael Niedermayer 1ff662cc2c export delay info 23 years ago
Michael Niedermayer eec1c6b94c divx 5.01 support 23 years ago
Michael Niedermayer 8b4c7dbc55 fixed ratecontrol & b-frames 23 years ago
Michael Niedermayer 91029be790 much better ME for b frames (a bit slow though) 23 years ago
Michael Niedermayer 9dbf1dddbd mpeg2/mpeg4 dequantizer support (c & mmx) 23 years ago
Michael Niedermayer 9dbcbd92e8 fixed mpeg4 time stuff on encoding 23 years ago
Juanjo e4986da9ce - ME setting moved to AVCodecContext/MpegEncContext, no longer a global. 23 years ago
Michael Niedermayer 3bf43d42ed mpeg4 mpeg quantizer support 23 years ago
Michael Niedermayer 84afee348f msmpeg4v2 decoding (no encoding yet) 23 years ago
Michael Niedermayer 4d69fbc99e force frame type for 2-pass encoding 23 years ago
Michael Niedermayer ba6802debf 4MV motion estimation (not finished yet) 23 years ago
Michael Niedermayer 490922441b resync marker support, needed for some mp4 files 23 years ago
Michael Niedermayer 174489bdcc 10l (motion_val was uninitilized) 23 years ago
Michael Niedermayer 098eefe183 statistics for 2-pass encoding 23 years ago
Michael Niedermayer 11ce88346b mpeg4 aspect_ratio_info in AVCodecContext (requested by alex) 23 years ago
Michael Niedermayer 45870f5718 new motion estimation (epzs) not complete yet but allready pretty good :) 23 years ago
Michael Niedermayer 9cdd6a24ad hopefully better bitrate controll 23 years ago
Michael Niedermayer 4278e7a6f5 optimization 23 years ago
Michael Niedermayer d6231b9e70 use ac prediction in mpeg4 encoding (5% smaller intra-blocks/keyframes) 23 years ago
Michael Niedermayer 6f91bcd151 mpeg4 b-frames :) 23 years ago
Michael Niedermayer 44eb495128 divx5-gmc support 23 years ago
Michael Niedermayer 73c8e5144a gmc bitstream decoding support (the real motion compensation isnt implemnted yet) 23 years ago
Michael Niedermayer cc9ba006ec parsing more of the mpeg4 header & print some "not supported" stuff 23 years ago
Juanjo d140623fc4 - H.263+ decoder support for Advanded INTRA Coding (buggy) 23 years ago
Zdenek Kabelac 3232bc885d * using static instead of extern 23 years ago
Juanjo b4dbd87c04 - Minor changes on bitrate control 23 years ago
Juanjo e03c341ef3 - More work on preliminary bit rate control, just to be able to get an 23 years ago
Juanjo 37fbfd0a91 - Now the ME is done for the entire picture when enconding, the 23 years ago
Juanjo 81401c1fbc - Fixes on RTP and GOB headers for H.263. 23 years ago
Arpi 80e103d04c PATCH by Rik Snel <rsnel@cube.dyndns.org> 23 years ago
Michael Niedermayer 2f349de286 (commit by michael) 23 years ago
Michael Niedermayer ae40484c1c (commit by michael) 23 years ago
Michael Niedermayer bff6ecaa9c AC table reset (memset) optimization - patch by Michael Niedermayer <michaelni@gmx.at> 23 years ago
Juanjo 644d98a4f2 - Preliminary RTP friendly mode for H.263. 23 years ago
Juanjo 102d39088b - Fixed a bug on H.263 MV prediction for MB on GOBs limits. 23 years ago
Nick Kurshev a822a47983 fixed gcc-3.0.x compilation (by Michael Niedermayer) 23 years ago
Juanjo 544286b3d3 Moved some H.263+ variables to MpegEncContext to be thread-safe. 23 years ago
Fabrice Bellard 58f26ba916 changed opendivx to mpeg4 23 years ago
Fabrice Bellard 1a56543279 win32 fixes 23 years ago