summaryrefslogtreecommitdiffstats
path: root/libavcodec/mimic.c
Commit message (Expand)AuthorAgeFilesLines
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* cosmetics: 'const static' --> 'static const' to avoid warnings of the typeDiego Biurrun2009-02-171-1/+1
* clear_block mmxLoren Merritt2008-12-101-1/+1
* uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs2008-10-211-1/+1
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-271-0/+1
* get_vlc2() only gets up to three levels in the tables. The last codes weren't...Ramiro Polla2008-04-261-2/+2
* Fix regression introduced by r12929.Ramiro Polla2008-04-221-1/+2
* The code now is pretty self explanatory about the header structure.Ramiro Polla2008-04-221-13/+2
* Use bytestream functions for reading frame header.Ramiro Polla2008-04-221-7/+9
* Do not pass dct_block to vlc_decode_block().Ramiro Polla2008-04-191-4/+3
* Cosmetics and style.Ramiro Polla2008-04-191-4/+4
* Rename vlc1 to vlc.Ramiro Polla2008-04-191-4/+4
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-2/+2
* Mimic decoder.Ramiro Polla2008-03-181-0/+398
OpenPOWER on IntegriCloud