summaryrefslogtreecommitdiff
path: root/libavcodec/h263dec.c
Commit message (Collapse)AuthorAge
* avoid unneeded clear_blocks()Michael Niedermayer2005-04-25
| | | | Originally committed as revision 4157 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ministry of English Composition, reporting for duty (and the word is ↵Mike Melanson2005-04-24
| | | | | | "skipped", not "skiped"; "skiped" would rhyme with "hyped") Originally committed as revision 4153 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVOption removial patch from (James A. Morrison >ja2morri csclub.uwaterloo ca>)Michael Niedermayer2005-03-06
| | | | | | with minor changes from me Originally committed as revision 4019 to svn://svn.ffmpeg.org/ffmpeg/trunk
* In that patch:anonymous2005-01-30
| | | | | | | | | | | | - avctx and gb elements were removed from VC9Context, hence a larger diff - some code was added to h263dec.c regarding CODEC_ID_WMV3 (should apply to CODEC_ID_VC9 too) - VLC tables and other related tables were made global whenever this seemed necessary; appropriate changes were therefore made to other parts of the code using those tables - the change for the bitplane management to a struct (some of them should eventually be mapped to MpegEncContext arrays) wasn't associated with the proper frees; should be fixed now patch by anonymous better names for globalized tables by me Originally committed as revision 3905 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid buf_size == 0 checks in every decoderMichael Niedermayer2005-01-23
| | | | Originally committed as revision 3872 to svn://svn.ffmpeg.org/ffmpeg/trunk
* various security fixes and precautionary checksMichael Niedermayer2005-01-12
| | | | Originally committed as revision 3822 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix decoding of http://mplayerhq.hu/~diego/problem.movMichael Niedermayer2005-01-05
| | | | Originally committed as revision 3806 to svn://svn.ffmpeg.org/ffmpeg/trunk
* automatic workaround for another padding bugMichael Niedermayer2004-11-13
| | | | Originally committed as revision 3678 to svn://svn.ffmpeg.org/ffmpeg/trunk
* xvid fake divx version workaroundMichael Niedermayer2004-10-15
| | | | Originally committed as revision 3595 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (wrong variable)Michael Niedermayer2004-09-28
| | | | Originally committed as revision 3537 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lowres width/height cleanup 3rd tryMichael Niedermayer2004-09-27
| | | | Originally committed as revision 3522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set AVCodecContext.width/height to the picture width/height instead of the ↵Michael Niedermayer2004-09-27
| | | | | | one stored in the bitstream (that only matters if lowres!=0) Originally committed as revision 3518 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lowres slice fixMichael Niedermayer2004-09-26
| | | | Originally committed as revision 3513 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, non-x86 fixAlex Beregszaszi2004-06-26
| | | | Originally committed as revision 3254 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use libmpeg2 idct to decode xvid videos unless the user forced some other idctMichael Niedermayer2004-06-25
| | | | Originally committed as revision 3251 to svn://svn.ffmpeg.org/ffmpeg/trunk
* infinite loop fixMichael Niedermayer2004-06-03
| | | | Originally committed as revision 3188 to svn://svn.ffmpeg.org/ffmpeg/trunk
* data_size = 0 cleanupMichael Niedermayer2004-05-21
| | | | Originally committed as revision 3146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support decoding mpeg4 with buggy dc clippingMichael Niedermayer2004-05-05
| | | | Originally committed as revision 3108 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove duplicated find_frame_end() codeMichael Niedermayer2004-04-29
| | | | | | move codec specific code from parser.c -> <codecname>.c as far as its easily possible Originally committed as revision 3087 to svn://svn.ffmpeg.org/ffmpeg/trunk
* segfault fixMichael Niedermayer2004-04-16
| | | | Originally committed as revision 3017 to svn://svn.ffmpeg.org/ffmpeg/trunk
* interlaced chroma MC divx-bug workaroundMichael Niedermayer2004-04-02
| | | | Originally committed as revision 2947 to svn://svn.ffmpeg.org/ffmpeg/trunk
* init cleanupMichael Niedermayer2004-03-16
| | | | Originally committed as revision 2899 to svn://svn.ffmpeg.org/ffmpeg/trunk
* closed gop support & flags2 as all bits in flags are usedMichael Niedermayer2004-01-22
| | | | | | and a few minor things i forgot to commit ... Originally committed as revision 2718 to svn://svn.ffmpeg.org/ffmpeg/trunk
* xvid "packed" stuff supportMichael Niedermayer2004-01-15
| | | | Originally committed as revision 2708 to svn://svn.ffmpeg.org/ffmpeg/trunk
* copyright year update of the files i touched and remembered, things look ↵Michael Niedermayer2004-01-10
| | | | | | annoyingly unmaintained otherwise Originally committed as revision 2686 to svn://svn.ffmpeg.org/ffmpeg/trunk
* motion vector vissualization improvements patch by (Wolfgang Hesseler <qv at ↵Wolfgang Hesseler2003-12-30
| | | | | | multimediaware dot com>) Originally committed as revision 2636 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2003-12-13
| | | | Originally committed as revision 2605 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h263 slice structured modeMichael Niedermayer2003-12-07
| | | | | | slice cleanup Originally committed as revision 2568 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2003-12-03
| | | | Originally committed as revision 2558 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h263 modified quantization fixMichael Niedermayer2003-12-03
| | | | Originally committed as revision 2557 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split ff_h263_decode_mb() into h263 and mpeg4 versionsMichael Niedermayer2003-12-03
| | | | Originally committed as revision 2554 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h263 loop filterMichael Niedermayer2003-12-01
| | | | | | | fixed h263 modified quantization CODEC_FLAG_OBMC Originally committed as revision 2549 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rv20 decoderMichael Niedermayer2003-11-30
| | | | Originally committed as revision 2543 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-03
| | | | Originally committed as revision 2469 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pts fix and related fixesMichael Niedermayer2003-10-30
| | | | Originally committed as revision 2452 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVRationalMichael Niedermayer2003-10-20
| | | | | | | | | | sample_aspect_ratio aspect ratio in JPEG JFIF is SAR not DAR ! removed nonsense SAR guessing code various related cleanups bugs? Originally committed as revision 2403 to svn://svn.ffmpeg.org/ffmpeg/trunk
* emu_edge checks simplification and avoid redundant checks for mpeg1/2 if ↵Michael Niedermayer2003-10-17
| | | | | | emu_edge is set Originally committed as revision 2395 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix "first frame is no keyframe" bugMichael Niedermayer2003-10-15
| | | | Originally committed as revision 2388 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont check if the ac esc 3 could have been stored as vlc as this detects ↵Michael Niedermayer2003-10-13
| | | | | | only very few errors allthough it detects several buggy encoders Originally committed as revision 2370 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l ?Michael Niedermayer2003-10-04
| | | | Originally committed as revision 2345 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVI stream header FCC / more reliable detection of old xvid filesMichael Niedermayer2003-09-10
| | | | Originally committed as revision 2258 to svn://svn.ffmpeg.org/ffmpeg/trunk
* detect old xvid with fourcc=DIVXMichael Niedermayer2003-09-10
| | | | | | remove "this file was encoded with ..." stuff (use debug=4096 if u want to know that) Originally committed as revision 2253 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed warningsFabrice Bellard2003-09-09
| | | | Originally committed as revision 2246 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling fixFabrice Bellard2003-08-28
| | | | Originally committed as revision 2172 to svn://svn.ffmpeg.org/ffmpeg/trunk
* xvid edge bug (if i understand the mpeg4 spec correctly) autodetectionMichael Niedermayer2003-08-25
| | | | | | | improved edge & padding bug detection for old files tested with *.avi *.mp4 on my HD Originally committed as revision 2163 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make the h263 decoder more error tolerantMichael Niedermayer2003-08-01
| | | | Originally committed as revision 2099 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rate distortion mb decision supportMichael Niedermayer2003-07-29
| | | | | | | fix decoding of old %16!=0 divx fix assertion failure in motion_est.c Originally committed as revision 2094 to svn://svn.ffmpeg.org/ffmpeg/trunk
* last frame decoding fixMichael Niedermayer2003-07-23
| | | | Originally committed as revision 2074 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVCodec.flush()Michael Niedermayer2003-07-17
| | | | | | ff_draw_horiz_band() in coded order / cleanup Originally committed as revision 2064 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix edge repeating bug for %16!=0 files, this fixes Quicktime mpeg4 (they ↵Michael Niedermayer2003-07-16
| | | | | | | | arent buggy) note, encoding wasnt affected by that Originally committed as revision 2052 to svn://svn.ffmpeg.org/ffmpeg/trunk