]> git.sesse.net Git - ffmpeg/history - libavcodec/pictordec.c
dashenc: Simplify code by using a local variable
[ffmpeg] / libavcodec / pictordec.c
2013-10-31 Anton Khirnovpictordec: stop using deprecated avcodec_set_dimensions
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-09-02 Anton Khirnovpictordec: pass correct context to avpriv_request_sample
2013-09-02 Anton Khirnovpictordec: break out of both decoding loops when y...
2013-06-29 Luca Barbatopictor: use the correct logging context
2013-03-13 Diego Biurrunavcodec: av_log_ask_for_sample() ---> avpriv_request_sa...
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2012-12-23 Diego BiurrunReturn proper error code after av_log_ask_for_sample()
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
2012-01-16 Laurentiu Ionpictordec: Use bytestream2 functions
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-25 Stefano SabatiniReplace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDE...
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-07-02 Diego BiurrunRemove redundant and harmful explicit filename after...
2010-06-08 Peter RossPictor/PC Paint decoder