summaryrefslogtreecommitdiff
path: root/libavcodec/mimic.c
Commit message (Collapse)AuthorAge
* uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs2008-10-21
| | | | Originally committed as revision 15662 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
| | | | Originally committed as revision 13759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13005 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get_vlc2() only gets up to three levels in the tables. The last codes ↵Ramiro Polla2008-04-26
| | | | | | weren't being read properly. Originally committed as revision 12976 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix regression introduced by r12929.Ramiro Polla2008-04-22
| | | | | | | num_coeffs is just one byte. It would make no sense for num_coeffs to be as high as 2^32. Originally committed as revision 12931 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The code now is pretty self explanatory about the header structure.Ramiro Polla2008-04-22
| | | | | | Remove the big comment and add comments about the skipped fields. Originally committed as revision 12930 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use bytestream functions for reading frame header.Ramiro Polla2008-04-22
| | | | Originally committed as revision 12929 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not pass dct_block to vlc_decode_block().Ramiro Polla2008-04-19
| | | | | | The function uses dct_block from the context anyways. Originally committed as revision 12908 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics and style.Ramiro Polla2008-04-19
| | | | Originally committed as revision 12907 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename vlc1 to vlc.Ramiro Polla2008-04-19
| | | | | | There is no vlc2, so there is no point in numbering it. Originally committed as revision 12906 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
| | | | Originally committed as revision 12525 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mimic decoder.Ramiro Polla2008-03-18
Originally committed as revision 12491 to svn://svn.ffmpeg.org/ffmpeg/trunk