]> git.sesse.net Git - ffmpeg/history - libavcodec/sgidec.c
pthread_frame: ensure the threads don't run simultaneously with hwaccel
[ffmpeg] / libavcodec / sgidec.c
2015-11-24 Vittorio Giovarasgi: Correctly propagate meaningful error values
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2014-03-31 Vittorio Giovarasgi: decode 16bit RLE images
2014-03-31 Carl Eugen Hoyossgi: decode images with 4 channels at 8 and 16 bits
2014-03-31 Paul B Maholsgi: remove redundant argument from read_uncompressed_sgi()
2014-03-31 Michael Niedermayersgi: set the row boundary to the correct value
2014-03-31 Michael Niedermayersgi: fix end of line boundary detection
2014-03-31 Vittorio Giovarasgi: K&R formatting cosmetics
2014-01-06 Anton Khirnovsgidec: fix buffer size check in expand_rle_row()
2013-10-31 Anton Khirnovsgidec: stop using deprecated avcodec_set_dimensions
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
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-29 Anton Khirnovlavc: add CODEC_CAP_DR1 to all video decoders missing...
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-06 Martin Storsjöcosmetics: Align codec declarations
2012-01-28 Alex Conversecosmetics: Remove extra newlines at EOF
2012-01-14 Aneesh Dograsgidec: Use bytestream2 functions to prevent buffer...
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-09-19 Reimar DöffingerSupport uncompressed 16 bit sgi image format, as e...
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
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 Niedermayerconsts
2007-04-06 Xiaohui SunSGI image decoder ported to the new image API.