53 Commits (8d4c65d136bc76d74883e4913a8e3daf4122b38c)

Author SHA1 Message Date
Michael Niedermayer 8d4c65d136 b-frame mpeg4 fix when seeking 23 years ago
Michael Niedermayer eec1c6b94c divx 5.01 support 23 years ago
Michael Niedermayer ee6f786146 fix b-frame MB skip 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 4b1f4f236b - Versions defined for libav/libavcodec. 23 years ago
Michael Niedermayer 3bf43d42ed mpeg4 mpeg quantizer support 23 years ago
Michael Niedermayer 14ae07d86c divx5-gmc bug workaround 23 years ago
Michael Niedermayer cf8039b2cf mpeg4 4MV encoding 23 years ago
Michael Niedermayer ba6802debf 4MV motion estimation (not finished yet) 23 years ago
Michael Niedermayer 2a164b253c optimizing mpeg4_encode_dc 23 years ago
Michael Niedermayer 9c15096e3f fcode_tables where too small, found by Klaas-Pieter Vlieg <vlieg@eurescom.de> 23 years ago
Michael Niedermayer d633c2c096 b-frame decoding bugfix 23 years ago
Michael Niedermayer 490922441b resync marker support, needed for some mp4 files 23 years ago
Michael Niedermayer 9d2a035529 fixing motion estimation with h263p hopefully 23 years ago
Michael Niedermayer 098eefe183 statistics for 2-pass encoding 23 years ago
Michael Niedermayer b1563bfef2 dont return -1 if mpeg4 scalability ... 23 years ago
Michael Niedermayer 72a52b3142 fixing MV range in h263 23 years ago
Michael Niedermayer 11ce88346b mpeg4 aspect_ratio_info in AVCodecContext (requested by alex) 23 years ago
Michael Niedermayer c7d5049c98 oops 23 years ago
Michael Niedermayer 45870f5718 new motion estimation (epzs) not complete yet but allready pretty good :) 23 years ago
Michael Niedermayer 488fa19a86 use the width & height from the mpeg4 header ... in the case that its complete 23 years ago
Michael Niedermayer 2e3be0fba9 fixing 4MV 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 49c9325f56 support decoding (with mplayer) of 3 .mp4 files from mphq 23 years ago
Michael Niedermayer 10cd581572 generate even more complete mpeg4 headers 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 e7774f11ac - Bug fix on RTYPE (rounding type) not being honoured by H.263+ decoder. 23 years ago
Juanjo 9e15ad28bd - Bug fixes in H.263+ Advanced INTRA Coding decoder. 23 years ago
Juanjo d140623fc4 - H.263+ decoder support for Advanded INTRA Coding (buggy) 23 years ago
Zdenek Kabelac af8793ae75 * simplified indexing 23 years ago
Michael Niedermayer bb6f51aeab avoid overflow of picturenumber*fps*10000 23 years ago
Michael Niedermayer 17592475b3 alternative bitstream writer (disabled by default, uncomment #define ALT_BISTREAM_WRITER in common.h if u want to try it) 23 years ago
Juanjo 81401c1fbc - Fixes on RTP and GOB headers for H.263. 23 years ago
Arpi d962f6fd3a new IDCT code by Michael Niedermayer (michaelni@gmx.at) - #define SIMPLE_IDCT to enable 23 years ago
Juanjo 644d98a4f2 - Preliminary RTP friendly mode for H.263. 23 years ago
Juanjo 96815ce9e2 - Added support to Inter4V+Q MBs to H.263 decoder. 23 years ago
Juanjo 8547282b6c - Bug fix on MV prediction for MPEG4 caused by new H.263 GOB code. 23 years ago
Juanjo 102d39088b - Fixed a bug on H.263 MV prediction for MB on GOBs limits. 23 years ago
Juanjo 4949028f85 - Bug fix on inter MCBPC table for inter+q. 23 years ago
Juanjo ce68c16f41 Added Juergen Keil fix on quant_tab[4] type. 23 years ago
Juanjo 544286b3d3 Moved some H.263+ variables to MpegEncContext to be thread-safe. 23 years ago
Juanjo 6dbd39fe70 Added support to Unrestricted Motion Vectors (UMV) 23 years ago
Fabrice Bellard 935442b522 log2 to av_log2 23 years ago
Fabrice Bellard d95ecd058e better vol header parsing for mpeg4 23 years ago