]> git.sesse.net Git - ffmpeg/history - libavcodec/pcx.c
lavc: mark the old audio/video encoding API as deprecated
[ffmpeg] / libavcodec / pcx.c
2016-03-23 Diego BiurrunMove const qualifier before type name
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2013-11-21 Anton Khirnovpcx: round up in bits->bytes conversion in a buffer...
2013-10-31 Anton Khirnovpcx: stop using deprecated avcodec_set_dimensions
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-09-29 Martin Storsjöpcx: Return an error on broken palette if err_detect...
2013-09-29 Martin Storsjöpcx: Check the packet size before assuming it fits...
2013-09-29 Martin Storsjöpcx: Consume the whole packet if giving up due to missi...
2013-07-12 Luca Barbatopcx: Do not overread source buffer in pcx_rle_decode
2013-07-12 Luca Barbatopcx: K&R formatting cosmetics
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-01-14 Anton Khirnovpcx: return meaningful error codes.
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-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
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-06-26 Måns Rullgårdpcx: convert VLAs to malloc/free
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-10-27 Benoit FouetFix indentation.
2009-10-27 Benoit FouetOnly memset for palettes of 16 elements.
2009-10-03 Peter RossSupport decoding of uncompressed PCX scanlines
2009-06-05 Baptiste Coudurierpcx decoder use get_buffer, set CODEC_CAP_DR1
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-05-12 Carl Eugen HoyosCorrect type for pcx_rle_decode().
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-27 Ivo van Poortenremove useless cast
2007-12-26 Ivo van PoortenPC Paintbrush PCX image decoder