]> git.sesse.net Git - ffmpeg/history - libavcodec/sunrast.c
lavc: fix decode_frame() third parameter semantics for video decoders
[ffmpeg] / libavcodec / sunrast.c
2012-12-04 Anton Khirnovlavc: fix decode_frame() third parameter semantics...
2012-12-04 Anton Khirnovlavc: add a wrapper for AVCodecContext.get_buffer().
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-02-21 Aneesh Dograsunrast: Add a sample request for RMP_RAW colormap.
2012-02-19 Aneesh Dograsunrast: use RLE trigger macro inplace of the hard...
2012-02-17 Aneesh Dograsunrast: Move common defines to a new header file.
2012-02-11 Aneesh Dograsunrast: Return AVERROR values instead of -1.
2012-02-11 Aneesh Dograsunrast: Add support for gray8 decoding.
2012-01-29 Aneesh Dograsunrast: Add a sample request for TIFF, IFF, and Experi...
2012-01-29 Aneesh Dograsunrast: Cosmetics
2012-01-29 Aneesh Dograsunrast: Remove if (unsigned int < 0) check.
2012-01-29 Aneesh Dograsunrast: Replace magic number by a macro.
2012-01-27 Aneesh Dograsunrast: Document the different Sun Raster file format...
2012-01-27 Aneesh Dograsunrast: Add a check for experimental type.
2011-11-10 Laurent Aimarsunrast: Check for invalid/corrupted bitstream
2011-10-18 Laurent Aimarsunrast: Check for out of bounds reads
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-09-07 Stefano SabatiniUse new imgutils.h API names, fix deprecation warnings.
2010-08-06 Stefano SabatiniRemove use of the deprecated function avcodec_check_dim...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-10-04 Peter RossSun Raster RGB support
2009-06-05 Baptiste Couduriersun rasterfile image decoder uses get_buffer, set CODEC...
2009-04-10 Diego BiurrunRemove unused variables along with the related warnings.
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-01-11 Diego BiurrunFix build: Add intreadwrite.h and bswap.h #includes...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-04-29 Stefano SabatiniAdd long names to some AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-02-01 Michael Niedermayerconst
2007-12-28 Ivo van Poortenremove forgotten debug statement
2007-12-28 Ivo van PoortenSun Rasterfile decoder