summaryrefslogtreecommitdiff
path: root/libavcodec/cdgraphics.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/cdgraphics: limit scrolling to the lineMichael Niedermayer2022-09-011-1/+1
* avcodec/cdgraphics: avoid signed overflow in alphaMichael Niedermayer2021-12-251-1/+1
* avcodec/cdgraphics: fix transparency handlingPaul B Mahol2021-12-181-6/+7
* avcodec/cdgraphics: unbreak rendering of vertical scrollingPaul B Mahol2021-12-181-1/+1
* avcodec/cdgraphics: Mark decoder as init-threadsafeAndreas Rheinhardt2021-05-021-0/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/cdgraphics: Check frame before clearingMichael Niedermayer2020-12-051-0/+3
* avcodec/cdgraphics: fix decoded output when seeking to start of filePaul B Mahol2020-09-131-0/+10
* avcodec/decode: add a flags parameter to ff_reget_buffer()James Almer2019-09-041-1/+1
* avcodec/cdgraphics: Use ff_set_dimensions()Michael Niedermayer2019-03-141-4/+1
* avcodec/cdgraphics: Clear first frame only onceMichael Niedermayer2018-07-231-1/+3
* lavc/cdg: Add transparency support.Carl Eugen Hoyos2015-10-301-0/+8
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | Merge commit 'c7d9b473e28238d4a4ef1b7e8b42c1cca256da36'Michael Niedermayer2014-08-071-2/+1
|\ \ | |/
| * cdgraphics: do not return 0 from the decode functionAnton Khirnov2014-08-061-2/+1
* | Merge commit 'a1599f3f7ea8478d1f6a95e59e3bc6bc86d5f812'Michael Niedermayer2014-08-071-7/+7
|\ \ | |/
| * cdgraphics: switch to bytestream2Anton Khirnov2014-08-061-9/+7
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-1/+1
|\ \ | |/
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* | cdgraphics: initialize bufferMichael Niedermayer2013-05-131-1/+1
* | avcodec/cdgraphics: check buffer size before useMichael Niedermayer2013-05-071-1/+3
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-131-8/+2
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-35/+31
|\ \ | |/
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-34/+30
* | cdgraphics: set palette to zero tooPaul B Mahol2013-02-181-1/+3
* | Merge commit '238614de679a71970c20d7c3fee08a322967ec40'Michael Niedermayer2013-02-061-0/+2
|\ \ | |/
| * cdgraphics: do not rely on get_buffer() initializing the frame.Anton Khirnov2013-02-061-0/+2
* | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer2012-12-051-3/+3
|\ \ | |/
| * lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-3/+3
* | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-051-1/+2
|\ \ | |/
| * lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-221-1/+1
|\ \ | |/
| * cdgraphics: fix incorrect vertical offset mask in cdg_scroll()Xi Wang2012-11-211-1/+1
* | avoid "0xFF << 24" as it is considered a integer overflow in C99Michael Niedermayer2012-10-141-1/+1
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-1/+1
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | cdgraphics: Fix out of array writeMichael Niedermayer2012-05-281-0/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-071-1/+1
|\ \ | |/
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-061-1/+1
* | Set CD Graphics palette opaque.Carl Eugen Hoyos2011-11-121-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-9/+8
|\ \ | |/
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-9/+8
| * Fix incorrect max_lowres valuesMans Rullgard2011-07-201-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-151-2/+2
|\ \ | |/
| * 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