aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/msmpeg4.c
Commit message (Collapse)AuthorAgeFilesLines
* fixed mb_intra_vlc decoding table sizeFabrice Bellard2001-08-111-1/+1
| | | | Originally committed as revision 61 to svn://svn.ffmpeg.org/ffmpeg/trunk
* types fixFabrice Bellard2001-08-061-4/+4
| | | | Originally committed as revision 36 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get_bits() specialization, gives 4\speedupArpi2001-08-041-16/+16
| | | | Originally committed as revision 32 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added skip macroblock optimization (big perf win on black regions for example)Fabrice Bellard2001-07-241-0/+1
| | | | Originally committed as revision 13 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Initial revisionFabrice Bellard2001-07-221-0/+931
Originally committed as revision 5 to svn://svn.ffmpeg.org/ffmpeg/trunk