summaryrefslogtreecommitdiff
path: root/libavcodec/h263dec.c
Commit message (Collapse)AuthorAge
* motion vector vissualization for mpeg1/2Michael Niedermayer2003-05-27
| | | | | | | mpeg1/2 cleanup/bugfix error resilience bugfix Originally committed as revision 1911 to svn://svn.ffmpeg.org/ffmpeg/trunk
* truncated h263 decoding support / H263-ES "demuxer"Michael Niedermayer2003-05-22
| | | | Originally committed as revision 1898 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tiredMichael Niedermayer2003-04-27
| | | | Originally committed as revision 1825 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup mpeg1/2 bitstream parserMichael Niedermayer2003-04-22
| | | | Originally committed as revision 1813 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (use before malloc)Michael Niedermayer2003-04-12
| | | | Originally committed as revision 1768 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now ↵Michael Niedermayer2003-04-10
| | | | | | | | | | | instead of mb_x + mb_y*mb_width and 1+mb_x + (1+mb_y)*(mb_width+2) and ... mixture more direct use of the new mb_type stuff instead of codec specific stuff runtime mb_type debug output h264/h263 variants/mpeg1/2/4 error concealment /resilience for mpeg1/2 various minor optimizations Originally committed as revision 1746 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing slice decoding, dunno why the regression tests didnt catch that ...Michael Niedermayer2003-04-10
| | | | Originally committed as revision 1744 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better non conformant divx packed bitstream detection, so unpacked (no b ↵Michael Niedermayer2003-03-20
| | | | | | frames) divx MPEG4-ES streams can be read Originally committed as revision 1695 to svn://svn.ffmpeg.org/ffmpeg/trunk
* error resilience cleanup (its faster too...)Michael Niedermayer2003-03-20
| | | | Originally committed as revision 1692 to svn://svn.ffmpeg.org/ffmpeg/trunk
* field pic decoding cleanupMichael Niedermayer2003-03-16
| | | | Originally committed as revision 1686 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleaner & more flexible edge bug workaroundMichael Niedermayer2003-03-15
| | | | Originally committed as revision 1685 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * 'externaly' visible option list begins avoptions_ prefixZdenek Kabelac2003-03-10
| | | | | | * fixed FLAG AVOption Originally committed as revision 1661 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merging fourcc with codec_tagMichael Niedermayer2003-03-08
| | | | Originally committed as revision 1645 to svn://svn.ffmpeg.org/ffmpeg/trunk
* per file doxyMichael Niedermayer2003-03-06
| | | | Originally committed as revision 1634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg2 field pictures + sliced mode (doesnt work with mplayer though, dunno why)Michael Niedermayer2003-03-05
| | | | Originally committed as revision 1626 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing padding bug autodetection for some rare files, closes bug #647941Michael Niedermayer2003-02-28
| | | | Originally committed as revision 1613 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
| | | | Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* direct blocksize in bframes fix (might fix qpel+bframe bug)Michael Niedermayer2003-02-08
| | | | Originally committed as revision 1557 to svn://svn.ffmpeg.org/ffmpeg/trunk
* divx503 decoding fixMichael Niedermayer2003-02-02
| | | | Originally committed as revision 1538 to svn://svn.ffmpeg.org/ffmpeg/trunk
* drawing cute arrows instead of lame lines for motion vector visualizationMichael Niedermayer2003-01-26
| | | | Originally committed as revision 1512 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2003-01-21
| | | | Originally committed as revision 1487 to svn://svn.ffmpeg.org/ffmpeg/trunk
* GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid ↵Michael Niedermayer2003-01-21
| | | | | | useless *8 in a few inner loops Originally committed as revision 1486 to svn://svn.ffmpeg.org/ffmpeg/trunk
* padding bug autodetection improvement 2nd tryMichael Niedermayer2003-01-13
| | | | Originally committed as revision 1458 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better padding/stuffing bug autodetectionMichael Niedermayer2003-01-13
| | | | Originally committed as revision 1457 to svn://svn.ffmpeg.org/ffmpeg/trunk
* qpel fixMichael Niedermayer2003-01-09
| | | | Originally committed as revision 1426 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed wmv2 slicesMichael Niedermayer2003-01-09
| | | | Originally committed as revision 1425 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better set pix_fmt explicitlyMichael Niedermayer2002-12-29
| | | | 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-29
| | | | | | 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-27
| | | | | | | | | | | 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-18
| | | | Originally committed as revision 1339 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing playback of DaveMatthews_Crash_PocketPC.aviMichael Niedermayer2002-12-11
| | | | Originally committed as revision 1335 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVVideoFrame -> AVFrameMichael Niedermayer2002-12-09
| | | | Originally committed as revision 1327 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup / messup?Michael Niedermayer2002-12-09
| | | | | | | | 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-07
| | | | Originally committed as revision 1322 to svn://svn.ffmpeg.org/ffmpeg/trunk
* workaround old xvid bugMichael Niedermayer2002-12-04
| | | | Originally committed as revision 1306 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2002-12-04
| | | | | | | | | | | 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-25
| | | | Originally committed as revision 1274 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing aspectMichael Niedermayer2002-11-25
| | | | 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-23
| | | | Originally committed as revision 1271 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aspect ratio cleanupMichael Niedermayer2002-11-20
| | | | 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-11
| | | | 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-10
| | | | Originally committed as revision 1182 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup (breaks compatibility, requested by fabrice)Michael Niedermayer2002-11-08
| | | | | | | | | | | 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-02
| | | | Originally committed as revision 1150 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better padding bug detectionMichael Niedermayer2002-11-02
| | | | Originally committed as revision 1139 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing msmpeg4v3 with mb_height % slice_height != 0Michael Niedermayer2002-11-01
| | | | Originally committed as revision 1137 to svn://svn.ffmpeg.org/ffmpeg/trunk
* handle direct rendering buffer allocation failureMichael Niedermayer2002-10-27
| | | | Originally committed as revision 1075 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing interlaced MC & edge-emuMichael Niedermayer2002-10-23
| | | | Originally committed as revision 1066 to svn://svn.ffmpeg.org/ffmpeg/trunk
* xvid qpel bug autodetectMichael Niedermayer2002-10-22
| | | | Originally committed as revision 1064 to svn://svn.ffmpeg.org/ffmpeg/trunk
* xvid qpel bug workaroundMichael Niedermayer2002-10-22
| | | | Originally committed as revision 1063 to svn://svn.ffmpeg.org/ffmpeg/trunk