summaryrefslogtreecommitdiff
path: root/libavcodec/h263.c
Commit message (Collapse)AuthorAge
...
* xvid qpel bug autodetectMichael Niedermayer2002-10-22
| | | | Originally committed as revision 1064 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing interlaced dct with 4mvMichael Niedermayer2002-10-19
| | | | Originally committed as revision 1050 to svn://svn.ffmpeg.org/ffmpeg/trunk
* complete mpeg4 GMC decoding supportMichael Niedermayer2002-10-16
| | | | Originally committed as revision 1046 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warning fixesMichael Niedermayer2002-10-15
| | | | Originally committed as revision 1044 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg4 header parser clenup (needed for parsing of VOL header in ↵Michael Niedermayer2002-10-14
| | | | | | avctx->extradata) Originally committed as revision 1032 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better/cleaner error resilience (done in a 2nd pass after decoding)Michael Niedermayer2002-10-13
| | | | | | h263/mpeg4 out of order slice decoding Originally committed as revision 1030 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing custom quantizer matrix decodingMichael Niedermayer2002-10-02
| | | | | | minor optimizations Originally committed as revision 993 to svn://svn.ffmpeg.org/ffmpeg/trunk
* idct permutation cleanup, idct can be selected per context nowMichael Niedermayer2002-09-29
| | | | | | fixing some threadunsafe code Originally committed as revision 980 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor optimization of h263_encode_motion()Michael Niedermayer2002-09-27
| | | | Originally committed as revision 976 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ff_get_fourcc() & XVIX supportMichael Niedermayer2002-09-27
| | | | Originally committed as revision 975 to svn://svn.ffmpeg.org/ffmpeg/trunk
* autodetect UMP4 (by adding a fourcc field to AVCodecContext)Michael Niedermayer2002-09-26
| | | | Originally committed as revision 974 to svn://svn.ffmpeg.org/ffmpeg/trunk
* automatically detect broken opendivx codec and workaround, so bug=1 shouldnt ↵Michael Niedermayer2002-09-26
| | | | | | be needed anymore for mpeg4 files, if there still are files which need bug=1 then tell me ... Originally committed as revision 973 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h263_dc_scale() cleanupMichael Niedermayer2002-09-26
| | | | Originally committed as revision 972 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg4 interlaced dct encodingMichael Niedermayer2002-09-26
| | | | Originally committed as revision 971 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adaptive quantization for h263Michael Niedermayer2002-09-24
| | | | Originally committed as revision 969 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing ac prediction encoding with adaptive quantizationMichael Niedermayer2002-09-24
| | | | Originally committed as revision 966 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adaptive quantization (lumi/temporal & spatial complexity masking)Michael Niedermayer2002-09-23
| | | | Originally committed as revision 964 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont store version for bit-exact testsMichael Niedermayer2002-09-14
| | | | Originally committed as revision 948 to svn://svn.ffmpeg.org/ffmpeg/trunk
* interlaced b frames fixMichael Niedermayer2002-09-14
| | | | Originally committed as revision 946 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aspect (ext. par too) support for h263 and mpeg4 (inc. build becouse of new ↵Alex Beregszaszi2002-09-13
| | | | | | vars) Originally committed as revision 941 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (field select readed at the wrong place ...)Michael Niedermayer2002-09-13
| | | | Originally committed as revision 939 to svn://svn.ffmpeg.org/ffmpeg/trunk
* interlaced b frames cleanupMichael Niedermayer2002-09-13
| | | | Originally committed as revision 938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* interlaced mpeg4 b frame decodingMichael Niedermayer2002-09-13
| | | | Originally committed as revision 936 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing 1/0 if the headers are incomplete (like what M$ encoder generates)Michael Niedermayer2002-09-13
| | | | Originally committed as revision 934 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing interlaced mpeg4 decodingMichael Niedermayer2002-09-12
| | | | Originally committed as revision 933 to svn://svn.ffmpeg.org/ffmpeg/trunk
* parsing resync header extension supportMichael Niedermayer2002-09-12
| | | | Originally committed as revision 931 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vbv parameter parsing (more skiping actually ;) )Michael Niedermayer2002-09-12
| | | | Originally committed as revision 930 to svn://svn.ffmpeg.org/ffmpeg/trunk
* statistics for forw & back p-MBs instead of just one counter for bothMichael Niedermayer2002-09-12
| | | | Originally committed as revision 925 to svn://svn.ffmpeg.org/ffmpeg/trunk
* export pts from stream if availableMichael Niedermayer2002-09-12
| | | | | | store pts in stream if available (otherwise use frame_rate) Originally committed as revision 923 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimizing mpeg4_encode_block(), generates allso slightly shorter bitstream ↵Michael Niedermayer2002-09-07
| | | | | | as some codes can be represented as esc1 and esc2 and esc2 is shorter for a few of them Originally committed as revision 911 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg4 interlaced decoding support (not completly implemented/tested due to ↵Michael Niedermayer2002-08-27
| | | | | | lack of samples) Originally committed as revision 870 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing some 64bit bugsMichael Niedermayer2002-08-26
| | | | Originally committed as revision 867 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg4 mpeg quantizer encodingMichael Niedermayer2002-08-06
| | | | Originally committed as revision 844 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 4mv + bframe decoding bugfixMichael Niedermayer2002-08-05
| | | | Originally committed as revision 843 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing level overflow check for qp=1Michael Niedermayer2002-08-05
| | | | Originally committed as revision 842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing mpeg4 mpeg quantizersMichael Niedermayer2002-08-02
| | | | Originally committed as revision 836 to svn://svn.ffmpeg.org/ffmpeg/trunk
* different edge positions fixed with edge emu / dr1Michael Niedermayer2002-07-25
| | | | Originally committed as revision 814 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor optimizationsMichael Niedermayer2002-07-21
| | | | | | | fixing numbers.avi fixing ac prediction between MBs with different QP Originally committed as revision 782 to svn://svn.ffmpeg.org/ffmpeg/trunk
* low_delay / has_b_frames fixMichael Niedermayer2002-07-17
| | | | Originally committed as revision 770 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixes fire.avi & subtitles.aviMichael Niedermayer2002-07-17
| | | | Originally committed as revision 769 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rl decoding optimizationMichael Niedermayer2002-07-13
| | | | Originally committed as revision 755 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimization (get_vlc -> get_vlc2)Michael Niedermayer2002-07-13
| | | | Originally committed as revision 750 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rl vlc decoding optimizationsMichael Niedermayer2002-07-13
| | | | Originally committed as revision 748 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warning fix patch by atmosFelix Bünemann2002-07-09
| | | | Originally committed as revision 728 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dc scale simplification/optimizationMichael Niedermayer2002-06-18
| | | | Originally committed as revision 695 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed case where abs_level > MAX_LEVELFabrice Bellard2002-06-06
| | | | Originally committed as revision 674 to svn://svn.ffmpeg.org/ffmpeg/trunk
* run1 can be <0 bugfix (found by fabrice)Michael Niedermayer2002-06-04
| | | | Originally committed as revision 661 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert previous bogus warning fix.Falk Hüffner2002-06-03
| | | | Originally committed as revision 655 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Minor warning cleanup.Falk Hüffner2002-06-03
| | | | Originally committed as revision 654 to svn://svn.ffmpeg.org/ffmpeg/trunk
* error concealment / error resilienceMichael Niedermayer2002-06-02
| | | | | | | | | data partitioning encoding/decoding resync marker encoding more correct headers merging s->first_gob_line & s->first_slice_line Originally committed as revision 639 to svn://svn.ffmpeg.org/ffmpeg/trunk