aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/h263.c
Commit message (Expand)AuthorAgeFilesLines
* mpeg2/mpeg4 dequantizer support (c & mmx)Michael Niedermayer2002-04-171-1/+1
* fixed mpeg4 time stuff on encodingMichael Niedermayer2002-04-171-111/+230
* - Versions defined for libav/libavcodec.Juanjo2002-04-151-2/+4
* mpeg4 mpeg quantizer supportMichael Niedermayer2002-04-071-8/+55
* divx5-gmc bug workaroundMichael Niedermayer2002-03-291-8/+22
* mpeg4 4MV encodingMichael Niedermayer2002-03-281-18/+39
* 4MV motion estimation (not finished yet)Michael Niedermayer2002-03-271-10/+4
* optimizing mpeg4_encode_dcMichael Niedermayer2002-03-251-1/+69
* fcode_tables where too small, found by Klaas-Pieter Vlieg <vlieg@eurescom.de>Michael Niedermayer2002-03-241-1/+1
* b-frame decoding bugfixMichael Niedermayer2002-03-241-5/+4
* resync marker support, needed for some mp4 filesMichael Niedermayer2002-03-241-6/+164
* fixing motion estimation with h263p hopefullyMichael Niedermayer2002-03-231-4/+9
* statistics for 2-pass encodingMichael Niedermayer2002-03-231-0/+25
* dont return -1 if mpeg4 scalability ...Michael Niedermayer2002-03-231-2/+1
* fixing MV range in h263Michael Niedermayer2002-03-231-2/+2
* mpeg4 aspect_ratio_info in AVCodecContext (requested by alex)Michael Niedermayer2002-03-221-2/+5
* oopsMichael Niedermayer2002-03-221-1/+1
* new motion estimation (epzs) not complete yet but allready pretty good :)Michael Niedermayer2002-03-221-23/+54
* use the width & height from the mpeg4 header ... in the case that its completeMichael Niedermayer2002-03-191-0/+4
* fixing 4MVMichael Niedermayer2002-03-181-1/+2
* optimizationMichael Niedermayer2002-03-151-77/+21
* use ac prediction in mpeg4 encoding (5% smaller intra-blocks/keyframes)Michael Niedermayer2002-03-151-21/+256
* support decoding (with mplayer) of 3 .mp4 files from mphqMichael Niedermayer2002-03-131-30/+32
* generate even more complete mpeg4 headersMichael Niedermayer2002-03-131-8/+67
* mpeg4 b-frames :)Michael Niedermayer2002-03-121-49/+189
* divx5-gmc supportMichael Niedermayer2002-03-091-22/+124
* gmc bitstream decoding support (the real motion compensation isnt implemnted ...Michael Niedermayer2002-03-071-10/+164
* parsing more of the mpeg4 header & print some "not supported" stuffMichael Niedermayer2002-03-051-23/+114
* - Bug fix on RTYPE (rounding type) not being honoured by H.263+ decoder.Juanjo2002-02-221-1/+4
* - Bug fixes in H.263+ Advanced INTRA Coding decoder.Juanjo2002-02-191-76/+54
* - H.263+ decoder support for Advanded INTRA Coding (buggy)Juanjo2002-02-181-7/+141
* * simplified indexingZdenek Kabelac2002-02-181-29/+31
* avoid overflow of picturenumber*fps*10000Michael Niedermayer2002-02-181-1/+1
* alternative bitstream writer (disabled by default, uncomment #define ALT_BIST...Michael Niedermayer2002-02-121-8/+9
* - Fixes on RTP and GOB headers for H.263.Juanjo2002-02-091-15/+39
* new IDCT code by Michael Niedermayer (michaelni@gmx.at) - #define SIMPLE_IDCT...Arpi2001-12-091-5/+5
* - Preliminary RTP friendly mode for H.263.Juanjo2001-11-191-29/+58
* - Added support to Inter4V+Q MBs to H.263 decoder.Juanjo2001-11-171-37/+51
* - Bug fix on MV prediction for MPEG4 caused by new H.263 GOB code.Juanjo2001-11-131-21/+23
* - Fixed a bug on H.263 MV prediction for MB on GOBs limits.Juanjo2001-11-121-11/+19
* - Bug fix on inter MCBPC table for inter+q.Juanjo2001-11-031-3/+32
* Added Juergen Keil fix on quant_tab[4] type.Juanjo2001-10-171-1/+1
* Moved some H.263+ variables to MpegEncContext to be thread-safe.Juanjo2001-08-311-16/+12
* Added support to Unrestricted Motion Vectors (UMV)Juanjo2001-08-281-51/+182
* log2 to av_log2Fabrice Bellard2001-08-151-1/+1
* better vol header parsing for mpeg4Fabrice Bellard2001-08-131-43/+88
* get_bits() specialization, gives 4\speedupArpi2001-08-041-79/+79
* added skip macroblock optimization (big perf win on black regions for example)Fabrice Bellard2001-07-241-0/+1
* Initial revisionFabrice Bellard2001-07-221-0/+1291