summaryrefslogtreecommitdiffstats
path: root/libavcodec/qpeg.c
Commit message (Expand)AuthorAgeFilesLines
* qpeg: use the AVFrame API properly.Anton Khirnov2013-11-161-18/+22
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* qpeg: Add checks for running out of rows in qpeg_decode_interMartin Storsjö2013-09-191-0/+4
* lavc decoders: properly initialize AVFrame.Anton Khirnov2013-03-081-0/+2
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-5/+6
* qpeg: return a meaningful error code.Anton Khirnov2013-01-141-3/+3
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-2/+2
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-1/+1
* qpeg: Use bytestream2 functions to prevent buffer overreads.Aneesh Dogra2012-03-031-43/+44
* Remove unnecessary AVFrame pointer casts.Diego Biurrun2012-03-011-2/+2
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-9/+8
* qpeg: use reget_buffer() in decode_frame()Stefano Sabatini2011-04-271-6/+3
* 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
* 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