summaryrefslogtreecommitdiff
path: root/libavcodec/pictordec.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* pictordec: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-311-3/+3
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* pictordec: pass correct context to avpriv_request_sampleAnton Khirnov2013-09-021-1/+1
* pictordec: break out of both decoding loops when y drops below 0Anton Khirnov2013-09-021-1/+2
* pictor: use the correct logging contextLuca Barbato2013-06-291-1/+1
* avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-131-2/+2
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-26/+15
* Return proper error code after av_log_ask_for_sample()Diego Biurrun2012-12-231-1/+1
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-2/+2
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-1/+1
* pictordec: Use bytestream2 functionsLaurentiu Ion2012-01-151-43/+56
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-9/+7
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Merge libavcore into libavutilReinhard Tartler2011-02-151-1/+1
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with theStefano Sabatini2010-09-251-1/+1
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-071-1/+1
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-061-1/+2
* Remove redundant and harmful explicit filename after @file Doxygen command.Diego Biurrun2010-07-021-1/+1
* Pictor/PC Paint decoderPeter Ross2010-06-081-0/+250