aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/h263dec.c
Commit message (Collapse)AuthorAgeFilesLines
* better set pix_fmt explicitlyMichael Niedermayer2002-12-291-0/+1
| | | | Originally committed as revision 1372 to svn://svn.ffmpeg.org/ffmpeg/trunk
* xvid build 3 still has the padding wrong in 1/8 of the cases :(((((Michael Niedermayer2002-12-291-0/+3
| | | | | | having the padding right in 7/8 of the cases confuses the autodetection code too Originally committed as revision 1371 to svn://svn.ffmpeg.org/ffmpeg/trunk
* qpel encodingMichael Niedermayer2002-12-271-39/+28
| | | | | | | | | | | 4mv+b frames encoding finally fixed chroma ME 5 comparission functions for ME b frame encoding speedup wmv2 codec (unfinished) user specified diamond size for EPZS Originally committed as revision 1365 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support dumping the qscale stuff to the screenMichael Niedermayer2002-12-181-0/+14
| | | | Originally committed as revision 1339 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing playback of DaveMatthews_Crash_PocketPC.aviMichael Niedermayer2002-12-111-1/+1
| | | | Originally committed as revision 1335 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVVideoFrame -> AVFrameMichael Niedermayer2002-12-091-4/+4
| | | | Originally committed as revision 1327 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup / messup?Michael Niedermayer2002-12-091-9/+7
| | | | | | | | fixes 20% speedloss bug removes redundant variables from MpegEncContext release buffers in avcodec_flush_buffers() (untested) Originally committed as revision 1325 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ump4 decoding fixedMichael Niedermayer2002-12-071-2/+2
| | | | Originally committed as revision 1322 to svn://svn.ffmpeg.org/ffmpeg/trunk
* workaround old xvid bugMichael Niedermayer2002-12-041-0/+3
| | | | Originally committed as revision 1306 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2002-12-041-19/+13
| | | | | | | | | | | adding AVVideoFrame moving quality, pict_type, key_frame, qscale_table, ... to AVVideoFrame removing obsolete variables in AVCodecContext skiping of MBs in b frames correctly initalizing AVCodecContext picture buffer cleanup Originally committed as revision 1302 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2002-11-251-0/+2
| | | | Originally committed as revision 1274 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing aspectMichael Niedermayer2002-11-251-2/+2
| | | | Originally committed as revision 1273 to svn://svn.ffmpeg.org/ffmpeg/trunk
* moving init of some variables (hurry_up,...) to MPV_frame_start()Michael Niedermayer2002-11-231-5/+2
| | | | Originally committed as revision 1271 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aspect ratio cleanupMichael Niedermayer2002-11-201-11/+9
| | | | Originally committed as revision 1254 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * using DSPContext - so each codec could use its local (sub)set of CPU extensionZdenek Kabelac2002-11-111-1/+1
| | | | Originally committed as revision 1194 to svn://svn.ffmpeg.org/ffmpeg/trunk
* hurry_up>=5 -> skip everything except header & set pict_type&key_frameMichael Niedermayer2002-11-101-0/+6
| | | | Originally committed as revision 1182 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup (breaks compatibility, requested by fabrice)Michael Niedermayer2002-11-081-1/+79
| | | | | | | | | | | remove CODEC_FLAG_NOT_TRUNCATED & add CODEC_FLAG_TRUNCATED add CODEC_CAP_TRUNCATED add alpha plane to AVPicture remove CODEC_ID_MSMPEG4 remove various unused stuff support "truncated" mpeg4 streams Originally committed as revision 1175 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support forcing low_delay during decodingMichael Niedermayer2002-11-021-0/+3
| | | | Originally committed as revision 1150 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better padding bug detectionMichael Niedermayer2002-11-021-2/+2
| | | | Originally committed as revision 1139 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing msmpeg4v3 with mb_height % slice_height != 0Michael Niedermayer2002-11-011-2/+1
| | | | Originally committed as revision 1137 to svn://svn.ffmpeg.org/ffmpeg/trunk
* handle direct rendering buffer allocation failureMichael Niedermayer2002-10-271-1/+2
| | | | Originally committed as revision 1075 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing interlaced MC & edge-emuMichael Niedermayer2002-10-231-2/+3
| | | | Originally committed as revision 1066 to svn://svn.ffmpeg.org/ffmpeg/trunk
* xvid qpel bug autodetectMichael Niedermayer2002-10-221-0/+7
| | | | Originally committed as revision 1064 to svn://svn.ffmpeg.org/ffmpeg/trunk
* xvid qpel bug workaroundMichael Niedermayer2002-10-221-0/+4
| | | | Originally committed as revision 1063 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing h263 slice decoding (again)Michael Niedermayer2002-10-191-5/+5
| | | | Originally committed as revision 1051 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing h263 decoding (did segfault)Michael Niedermayer2002-10-191-2/+3
| | | | Originally committed as revision 1049 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing alt_scan for the first frame (variable was reset)Michael Niedermayer2002-10-161-1/+1
| | | | Originally committed as revision 1045 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better padding bug detectionMichael Niedermayer2002-10-141-3/+36
| | | | Originally committed as revision 1039 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg4 header parser clenup (needed for parsing of VOL header in ↵Michael Niedermayer2002-10-141-3/+8
| | | | | | 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-131-163/+230
| | | | | | 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-021-1/+9
| | | | | | minor optimizations Originally committed as revision 993 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimizationMichael Niedermayer2002-10-021-1/+6
| | | | Originally committed as revision 992 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ff_get_fourcc() & XVIX supportMichael Niedermayer2002-09-271-0/+4
| | | | Originally committed as revision 975 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aspect (ext. par too) support for h263 and mpeg4 (inc. build becouse of new ↵Alex Beregszaszi2002-09-131-0/+5
| | | | | | vars) Originally committed as revision 941 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid nonsense frame-skip messagesMichael Niedermayer2002-09-121-1/+1
| | | | Originally committed as revision 929 to svn://svn.ffmpeg.org/ffmpeg/trunk
* uninitialized var ...Michael Niedermayer2002-09-121-2/+3
| | | | Originally committed as revision 927 to svn://svn.ffmpeg.org/ffmpeg/trunk
* m4v input supportMichael Niedermayer2002-09-121-7/+24
| | | | | | return the correct number of bytes consumed for decding h263 like formats (needed for reading raw streams) this could break some divx files with b frames, so please tell me ASAP if u notice any problems Originally committed as revision 924 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l found by Rémi Guyomarch <rguyom at pobox dot com>Michael Niedermayer2002-08-011-1/+1
| | | | Originally committed as revision 834 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dump bits per frame / qp / frame complexity supportMichael Niedermayer2002-07-271-1/+7
| | | | Originally committed as revision 827 to svn://svn.ffmpeg.org/ffmpeg/trunk
* exporting mbskip_table after it has been allocatedMichael Niedermayer2002-07-161-1/+0
| | | | Originally committed as revision 768 to svn://svn.ffmpeg.org/ffmpeg/trunk
* uvlinesizeMichael Niedermayer2002-07-151-2/+3
| | | | | | | export has_b_frames mb_skip with more than 2 ip buffers Originally committed as revision 762 to svn://svn.ffmpeg.org/ffmpeg/trunk
* direct rendering method 1 supportMichael Niedermayer2002-07-141-15/+16
| | | | Originally committed as revision 759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return buf_size again, i hope kabi is finally happy now ;)Michael Niedermayer2002-07-131-5/+2
| | | | Originally committed as revision 749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* returning the number of consumed bytes (2nd try)Michael Niedermayer2002-07-101-1/+4
| | | | Originally committed as revision 738 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return the number of consumed bytes instead of 0 or buf_sizeMichael Niedermayer2002-07-101-5/+5
| | | | Originally committed as revision 731 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dc scale simplification/optimizationMichael Niedermayer2002-06-181-14/+27
| | | | Originally committed as revision 695 to svn://svn.ffmpeg.org/ffmpeg/trunk
* grayscale only decodingMichael Niedermayer2002-06-091-0/+1
| | | | Originally committed as revision 677 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l divx501+ seeking bugfixMichael Niedermayer2002-06-021-2/+2
| | | | Originally committed as revision 651 to svn://svn.ffmpeg.org/ffmpeg/trunk
* error concealment / error resilienceMichael Niedermayer2002-06-021-20/+128
| | | | | | merging s->first_gob_line & s->first_slice_line Originally committed as revision 640 to svn://svn.ffmpeg.org/ffmpeg/trunk
* license/copyright changeFabrice Bellard2002-05-251-11/+11
| | | | Originally committed as revision 599 to svn://svn.ffmpeg.org/ffmpeg/trunk