summaryrefslogtreecommitdiffstats
path: root/libavcodec/qtrle.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for qtrle4 (16 colors/gray levels)Roberto Togni2004-05-311-0/+92
* remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG ->Mike Melanson2004-03-141-4/+2
* rle_code can overflow when multiplied by 4Roberto Togni2004-02-141-1/+1
* Use av_logRoberto Togni2004-02-141-5/+5
* initial commit for Quicktime Animation (RLE) video decoder; bit depthsMike Melanson2004-02-051-0/+537
OpenPOWER on IntegriCloud