summaryrefslogtreecommitdiffstats
path: root/libavcodec/qtrle.c
Commit message (Expand)AuthorAgeFilesLines
* qtrle: use the AVFrame API properly.Anton Khirnov2013-11-161-26/+28
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* lavc decoders: properly initialize AVFrame.Anton Khirnov2013-03-081-1/+1
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-7/+5
* qtrle: use AV_LOG_ERROR in an error message.Anton Khirnov2013-02-231-1/+1
* qtrle: cosmetics, reformat CHECK_PIXEL_PTR() macroAnton Khirnov2013-02-231-6/+6
* qtrle: add more checks against pixel_ptr being negative.Anton Khirnov2013-02-231-0/+5
* qtrle: fix the topmost line for 1bitKostya Shishkov2013-02-061-1/+4
* qtrle: return a meaningful error code.Anton Khirnov2013-01-141-2/+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-5/+5
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-1/+1
* qtrle: Use bytestream2 functions to prevent buffer overreads.Aneesh Dogra2012-03-161-113/+74
* qtrle: return error on decode_init() failure.Ronald S. Bultje2012-02-291-1/+1
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-271-1/+0
* qtrle: simplify 32-bit decode using intreadwrite macrosMans Rullgard2011-11-261-14/+7
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-9/+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
* 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
OpenPOWER on IntegriCloud