summaryrefslogtreecommitdiffstats
path: root/libavcodec/cdgraphics.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* cdgraphics: do not return 0 from the decode functionAnton Khirnov2014-08-061-2/+1
* cdgraphics: switch to bytestream2Anton Khirnov2014-08-061-9/+7
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-34/+30
* cdgraphics: do not rely on get_buffer() initializing the frame.Anton Khirnov2013-02-061-0/+2
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-3/+3
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* cdgraphics: fix incorrect vertical offset mask in cdg_scroll()Xi Wang2012-11-211-1/+1
* 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
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-9/+8
* Fix incorrect max_lowres valuesMans Rullgard2011-07-201-1/+0
* doxygen: replace @sa tag by the more readable but equivalent @seeDiego Biurrun2011-07-151-2/+2
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* Add new decoder property max_lowres and do not init decoder if requested valu...Carl Eugen Hoyos2010-07-071-0/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Fix cdg reference and buffer_hints value:Reimar Döffinger2009-12-261-1/+2
* CD+G demuxer and decoderMichael Tison2009-12-171-0/+380
OpenPOWER on IntegriCloud