summaryrefslogtreecommitdiff
path: root/libavcodec/mimic.c
Commit message (Expand)AuthorAge
* cosmetics: 'const static' --> 'static const' to avoid warnings of the typeDiego Biurrun2009-02-17
* clear_block mmxLoren Merritt2008-12-10
* uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs2008-10-21
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
* get_vlc2() only gets up to three levels in the tables. The last codes weren't...Ramiro Polla2008-04-26
* Fix regression introduced by r12929.Ramiro Polla2008-04-22
* The code now is pretty self explanatory about the header structure.Ramiro Polla2008-04-22
* Use bytestream functions for reading frame header.Ramiro Polla2008-04-22
* Do not pass dct_block to vlc_decode_block().Ramiro Polla2008-04-19
* Cosmetics and style.Ramiro Polla2008-04-19
* Rename vlc1 to vlc.Ramiro Polla2008-04-19
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* Mimic decoder.Ramiro Polla2008-03-18