summaryrefslogtreecommitdiff
path: root/libavcodec/qtrle.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* qtrle: use the AVFrame API properly.Anton Khirnov2013-11-16
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* lavc decoders: properly initialize AVFrame.Anton Khirnov2013-03-08
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* qtrle: use AV_LOG_ERROR in an error message.Anton Khirnov2013-02-23
* qtrle: cosmetics, reformat CHECK_PIXEL_PTR() macroAnton Khirnov2013-02-23
* qtrle: add more checks against pixel_ptr being negative.Anton Khirnov2013-02-23
* qtrle: fix the topmost line for 1bitKostya Shishkov2013-02-06
* qtrle: return a meaningful error code.Anton Khirnov2013-01-14
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-04
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* qtrle: Use bytestream2 functions to prevent buffer overreads.Aneesh Dogra2012-03-16
* qtrle: return error on decode_init() failure.Ronald S. Bultje2012-02-29
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-27
* qtrle: simplify 32-bit decode using intreadwrite macrosMans Rullgard2011-11-26
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* make containers pass palette change in AVPacketKostya Shishkov2011-04-15
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Remove useless #include <unistd.h> from many filesMåns Rullgård2009-07-22
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-11
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
* add 1bpp decoding function and extend 4bpp function toStefan Gehrer2008-09-07
* reduce code duplication by moving common header parsingStefan Gehrer2008-08-31
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* consistency cosmetics: indices --> indexesDiego Biurrun2008-05-26
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-27
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* These video decoders do not need to include and initialize the DSPMike Melanson2008-03-10
* mark qtrle input data as const.Reimar Döffinger2008-02-02
* license header consistency cosmeticsDiego Biurrun2007-07-05
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-10
* Get rid of unnecessary pointer casts.Nicholas Tung2007-04-08
* Remove superfluous setting of has_b_frames in codecs without B-frames.Nicholas Tung2007-04-07
* Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun2007-02-07
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* correctly deal with the alpha channel in 32-bit QT RLE (courtesy of JohnMike Melanson2005-12-14
* Make rle_code int everywhere instead of signed char.Matthieu Castet2005-10-28
* tinfoil patch: make sure pixel_ptr never goes negativeMike Melanson2005-08-13
* avoid buf_size == 0 checks in every decoderMichael Niedermayer2005-01-23