summaryrefslogtreecommitdiff
path: root/libavcodec/h263.c
Commit message (Expand)AuthorAge
* mpeg4 mpeg quantizer supportMichael Niedermayer2002-04-07
* divx5-gmc bug workaroundMichael Niedermayer2002-03-29
* mpeg4 4MV encodingMichael Niedermayer2002-03-28
* 4MV motion estimation (not finished yet)Michael Niedermayer2002-03-27
* optimizing mpeg4_encode_dcMichael Niedermayer2002-03-25
* fcode_tables where too small, found by Klaas-Pieter Vlieg <vlieg@eurescom.de>Michael Niedermayer2002-03-24
* b-frame decoding bugfixMichael Niedermayer2002-03-24
* resync marker support, needed for some mp4 filesMichael Niedermayer2002-03-24
* fixing motion estimation with h263p hopefullyMichael Niedermayer2002-03-23
* statistics for 2-pass encodingMichael Niedermayer2002-03-23
* dont return -1 if mpeg4 scalability ...Michael Niedermayer2002-03-23
* fixing MV range in h263Michael Niedermayer2002-03-23
* mpeg4 aspect_ratio_info in AVCodecContext (requested by alex)Michael Niedermayer2002-03-22
* oopsMichael Niedermayer2002-03-22
* new motion estimation (epzs) not complete yet but allready pretty good :)Michael Niedermayer2002-03-22
* use the width & height from the mpeg4 header ... in the case that its completeMichael Niedermayer2002-03-19
* fixing 4MVMichael Niedermayer2002-03-18
* optimizationMichael Niedermayer2002-03-15
* use ac prediction in mpeg4 encoding (5% smaller intra-blocks/keyframes)Michael Niedermayer2002-03-15
* support decoding (with mplayer) of 3 .mp4 files from mphqMichael Niedermayer2002-03-13
* generate even more complete mpeg4 headersMichael Niedermayer2002-03-13
* mpeg4 b-frames :)Michael Niedermayer2002-03-12
* divx5-gmc supportMichael Niedermayer2002-03-09
* gmc bitstream decoding support (the real motion compensation isnt implemnted ...Michael Niedermayer2002-03-07
* parsing more of the mpeg4 header & print some "not supported" stuffMichael Niedermayer2002-03-05
* - Bug fix on RTYPE (rounding type) not being honoured by H.263+ decoder.Juanjo2002-02-22
* - Bug fixes in H.263+ Advanced INTRA Coding decoder.Juanjo2002-02-19
* - H.263+ decoder support for Advanded INTRA Coding (buggy)Juanjo2002-02-18
* * simplified indexingZdenek Kabelac2002-02-18
* avoid overflow of picturenumber*fps*10000Michael Niedermayer2002-02-18
* alternative bitstream writer (disabled by default, uncomment #define ALT_BIST...Michael Niedermayer2002-02-12
* - Fixes on RTP and GOB headers for H.263.Juanjo2002-02-09
* new IDCT code by Michael Niedermayer (michaelni@gmx.at) - #define SIMPLE_IDCT...Arpi2001-12-09
* - Preliminary RTP friendly mode for H.263.Juanjo2001-11-19
* - Added support to Inter4V+Q MBs to H.263 decoder.Juanjo2001-11-17
* - Bug fix on MV prediction for MPEG4 caused by new H.263 GOB code.Juanjo2001-11-13
* - Fixed a bug on H.263 MV prediction for MB on GOBs limits.Juanjo2001-11-12
* - Bug fix on inter MCBPC table for inter+q.Juanjo2001-11-03
* Added Juergen Keil fix on quant_tab[4] type.Juanjo2001-10-17
* Moved some H.263+ variables to MpegEncContext to be thread-safe.Juanjo2001-08-31
* Added support to Unrestricted Motion Vectors (UMV)Juanjo2001-08-28
* log2 to av_log2Fabrice Bellard2001-08-15
* better vol header parsing for mpeg4Fabrice Bellard2001-08-13
* get_bits() specialization, gives 4\speedupArpi2001-08-04
* added skip macroblock optimization (big perf win on black regions for example)Fabrice Bellard2001-07-24
* Initial revisionFabrice Bellard2001-07-22