summaryrefslogtreecommitdiff
path: root/libavcodec/qpeg.c
Commit message (Expand)AuthorAge
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* mark read-only data as constStefan Gehrer2008-06-24
* 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
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* remove more useless mpegvideo.h includesAurelien Jacobs2008-03-05
* forgotten constMichael Niedermayer2008-02-01
* constMichael Niedermayer2008-02-01
* license header consistency cosmeticsDiego Biurrun2007-07-05
* Remove an unreferenced variable from qpeg_decode_inter().Panagiotis Issaris2007-06-14
* Remove redundant assignKostya Shishkov2007-03-27
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* security fixesKostya Shishkov2005-08-13
* free that last frameMike Melanson2005-03-28
* avoid buf_size == 0 checks in every decoderMichael Niedermayer2005-01-23
* native QPEG video decoder, courtesy of Konstantin ShishkovMike Melanson2004-11-17