summaryrefslogtreecommitdiffstats
path: root/libavcodec/qtrle.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-071-1/+1
|\
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-061-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-171-113/+74
|\ \ | |/
| * qtrle: Use bytestream2 functions to prevent buffer overreads.Aneesh Dogra2012-03-161-113/+74
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-011-1/+1
|\ \ | |/
| * qtrle: return error on decode_init() failure.Ronald S. Bultje2012-02-291-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-291-1/+0
|\ \ | |/
| * cosmetics: Remove extra newlines at EOFAlex Converse2012-01-271-1/+0
* | qtrledec: Fix artifacts in tickets/226/qt_rle_bw.movMichael Niedermayer2011-12-071-0/+3
* | qtrle.c: Fix for ticket #226.Alexis Ballier2011-12-071-1/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-271-14/+7
|\ \ | |/
| * qtrle: simplify 32-bit decode using intreadwrite macrosMans Rullgard2011-11-261-14/+7
* | Try to set AVFrame.reference to correct values.Reimar Döffinger2011-11-051-1/+1
* | qtrle: check for out of bound writes.Laurent Aimar2011-10-091-0/+5
* | qtrle: check for invalid line offsetLaurent Aimar2011-10-091-0/+2
* | 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/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-171-4/+8
|\ \ | |/
| * make containers pass palette change in AVPacketKostya Shishkov2011-04-151-4/+8
| * 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
* Remove useless #include <unistd.h> from many filesMåns Rullgård2009-07-221-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
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-111-0/+1
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-081-4/+4
* add 1bpp decoding function and extend 4bpp function toStefan Gehrer2008-09-071-46/+89
* reduce code duplication by moving common header parsingStefan Gehrer2008-08-311-165/+47
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* consistency cosmetics: indices --> indexesDiego Biurrun2008-05-261-4/+4
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-271-0/+1
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-2/+2
* These video decoders do not need to include and initialize the DSPMike Melanson2008-03-101-3/+0
* mark qtrle input data as const.Reimar Döffinger2008-02-021-2/+2
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+0
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-101-1/+0
* Get rid of unnecessary pointer casts.Nicholas Tung2007-04-081-3/+3
* Remove superfluous setting of has_b_frames in codecs without B-frames.Nicholas Tung2007-04-071-1/+0
* Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun2007-02-071-2/+2
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-191-17/+17
* 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
* correctly deal with the alpha channel in 32-bit QT RLE (courtesy of JohnMike Melanson2005-12-141-5/+5
* Make rle_code int everywhere instead of signed char.Matthieu Castet2005-10-281-3/+3
* tinfoil patch: make sure pixel_ptr never goes negativeMike Melanson2005-08-131-2/+7
* avoid buf_size == 0 checks in every decoderMichael Niedermayer2005-01-231-4/+0
OpenPOWER on IntegriCloud