summaryrefslogtreecommitdiff
path: root/libavcodec/qpeg.c
Commit message (Expand)AuthorAgeFilesLines
...
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-061-1/+1
* | qpeg: remove unused var from decode_frame()Michael Niedermayer2012-03-081-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-051-54/+50
|\ \ | |/
| * qpeg: Use bytestream2 functions to prevent buffer overreads.Aneesh Dogra2012-03-031-43/+44
* | qpeg: fix overreads.Michael Niedermayer2012-03-031-6/+9
* | qpeg: Fix out of array writes.Michael Niedermayer2012-03-031-0/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-031-4/+4
|\ \ | |/
| * Remove unnecessary AVFrame pointer casts.Diego Biurrun2012-03-011-2/+2
* | qpeg: Check for overread in qpeg_decode_intra.Michael Niedermayer2011-12-291-3/+9
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-9/+8
|\ \ | |/
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-9/+8
* | lavc: set defaults in internal codec framesStefano Sabatini2011-05-071-0/+2
* | Fix buffering in qpeg in a way that allows direct rendering.Michael Niedermayer2011-04-281-12/+17
* | Revert "qpeg: use reget_buffer() in decode_frame()"Michael Niedermayer2011-04-281-3/+6
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-281-6/+3
|\ \ | |/
| * qpeg: use reget_buffer() in decode_frame()Stefano Sabatini2011-04-271-6/+3
* | 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