]> git.sesse.net Git - ffmpeg/history - libavcodec/msrle.c
Remove unnecessary dsputil.h #includes
[ffmpeg] / libavcodec / msrle.c
2013-02-25 Diego BiurrunRemove unnecessary dsputil.h #includes
2013-01-14 Anton Khirnovmsrle: return meaningful error codes.
2012-12-04 Anton Khirnovlavc: fix decode_frame() third parameter semantics...
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-11 Ronald Bultjemsrle: convert MS RLE decoding function to bytestream2.
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-01-11 Diego BiurrunFix a bunch of platform name and other typos.
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-05-27 Baptiste Couduriermsrle uncompressed decoding, fix #1074 and many other...
2009-05-10 Baptiste Coudurierreindent
2009-05-10 Baptiste Couduriercheck for palette presence, fix crash with QT-BMP.mov...
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-01 Kostya ShishkovSilence useless compiler warning when passing AVFrame...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-09-18 Kostya ShishkovFactorize out code used for MS RLE format decoding...
2008-09-08 Luca AbeniBump Major version, this commit is almost just renaming...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-04-29 Stefano SabatiniAdd some long names to AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-02-01 Michael Niedermayerconsts
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...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-01-23 Michael Niedermayeravoid buf_size == 0 checks in every decoder
2004-01-31 Mike Melansonwatch those hard tabs
2003-11-26 Roberto Togni- Add reget_buffer() function to AVCodecContext
2003-11-09 Roberto Togni4bpp support
2003-11-07 Roberto TogniSet buffer hints, use cr where available
2003-11-05 Roberto Togni100l: sometime palette was not copied to output frame
2003-11-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-11-02 Roberto TogniMoved to new palette API
2003-10-31 Roberto Togni100l: free previous frame, not current one!
2003-10-31 Roberto TogniDon't memcpy from unallocated memory
2003-10-01 Mike MelansonNew demuxers: Sega FILM/CPK, Westwood VQA & AUD; new...