]> git.sesse.net Git - ffmpeg/history - libavcodec/qtrle.c
lavc: remove disabled FF_API_OLD_SAMPLE_FMT cruft.
[ffmpeg] / libavcodec / qtrle.c
2011-11-26 Mans Rullgardqtrle: simplify 32-bit decode using intreadwrite macros
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-04-15 Kostya Shishkovmake containers pass palette change in AVPacket
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-07-22 Måns RullgårdRemove useless #include <unistd.h> from many files
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-11 Diego BiurrunFix build: Add intreadwrite.h and bswap.h #includes...
2008-09-08 Luca AbeniBump Major version, this commit is almost just renaming...
2008-09-07 Stefan Gehreradd 1bpp decoding function and extend 4bpp function to
2008-08-31 Stefan Gehrerreduce code duplication by moving common header parsing
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-05-26 Diego Biurrunconsistency cosmetics: indices --> indexes
2008-04-27 Stefano SabatiniAdd long names to AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-03-10 Mike MelansonThese video decoders do not need to include and initial...
2008-02-02 Reimar Döffingermark qtrle input data as const.
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-05-10 Diego BiurrunRemove redundant #inclusion of common.h, avcodec.h...
2007-04-08 Nicholas TungGet rid of unnecessary pointer casts.
2007-04-07 Nicholas TungRemove superfluous setting of has_b_frames in codecs...
2007-02-07 Diego BiurrunReplace deprecated PIX_FMT names by the newer variants.
2007-01-19 Alex Beregszaszirename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-14 Mike Melansoncorrectly deal with the alpha channel in 32-bit QT...
2005-10-28 Matthieu CastetMake rle_code int everywhere instead of signed char.
2005-08-13 Mike Melansontinfoil patch: make sure pixel_ptr never goes negative
2005-01-23 Michael Niedermayeravoid buf_size == 0 checks in every decoder
2004-05-31 Roberto TogniAdd support for qtrle4 (16 colors/gray levels)
2004-03-14 Mike Melansonremove numerous definitions of BE_*/LE_* macros; conver...
2004-02-14 Roberto Tognirle_code can overflow when multiplied by 4
2004-02-14 Roberto TogniUse av_log
2004-02-05 Mike Melansoninitial commit for Quicktime Animation (RLE) video...