summaryrefslogtreecommitdiffstats
path: root/libavcodec/qpeg.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'qatar/master'Michael Niedermayer2011-04-171-7/+5
|\
| * make containers pass palette change in AVPacketKostya Shishkov2011-04-151-7/+5
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
|/
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Check that palctrl is available on init instead of crashing when trying to useReimar Döffinger2009-07-051-0/+4
* Remove useless assignment during initialization for some decodersKostya Shishkov2009-04-241-1/+0
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* mark read-only data as constStefan Gehrer2008-06-241-2/+2
* 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
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-2/+2
* remove more useless mpegvideo.h includesAurelien Jacobs2008-03-051-1/+0
* forgotten constMichael Niedermayer2008-02-011-1/+1
* constMichael Niedermayer2008-02-011-3/+3
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+0
* Remove an unreferenced variable from qpeg_decode_inter().Panagiotis Issaris2007-06-141-2/+0
* Remove redundant assignKostya Shishkov2007-03-271-1/+0
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-153/+153
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-23/+23
* security fixesKostya Shishkov2005-08-131-8/+28
* free that last frameMike Melanson2005-03-281-0/+4
* avoid buf_size == 0 checks in every decoderMichael Niedermayer2005-01-231-5/+0
* native QPEG video decoder, courtesy of Konstantin ShishkovMike Melanson2004-11-171-0/+303
OpenPOWER on IntegriCloud