| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/cdgraphics: fix for negative linesize and vertical scrolling | Paul B Mahol | 2023-09-26 | 1 | -2/+2 |
* | avcodec/cdgraphics: fix decoding with AVFrame's negative linesize | Paul B Mahol | 2023-09-22 | 1 | -13/+17 |
* | all: Use av_frame_replace() where appropriate | Andreas Rheinhardt | 2023-09-10 | 1 | -2/+1 |
* | avutil/frame: deprecate palette_has_changed | James Almer | 2023-05-18 | 1 | -0/+4 |
* | avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_number | Marton Balint | 2023-02-13 | 1 | -1/+1 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avcodec/internal: Move ff_set_dimensions() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -1/+0 |
* | avcodec/internal: Move ff_reget_buffer() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -0/+1 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -1/+0 |
* | avcodec/cdgraphics: limit scrolling to the line | Michael Niedermayer | 2022-06-23 | 1 | -1/+1 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -1/+1 |
* | avcodec/codec_internal: Make FFCodec.decode use AVFrame* | Andreas Rheinhardt | 2022-04-05 | 1 | -3/+2 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -6/+6 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+1 |
* | avcodec/cdgraphics: avoid signed overflow in alpha | Michael Niedermayer | 2021-12-25 | 1 | -1/+1 |
* | avcodec/cdgraphics: fix transparency handling | Paul B Mahol | 2021-12-18 | 1 | -6/+7 |
* | avcodec/cdgraphics: unbreak rendering of vertical scrolling | Paul B Mahol | 2021-12-18 | 1 | -1/+1 |
* | avcodec/cdgraphics: Mark decoder as init-threadsafe | Andreas Rheinhardt | 2021-05-02 | 1 | -0/+1 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec/cdgraphics: Check frame before clearing | Michael Niedermayer | 2020-12-05 | 1 | -0/+3 |
* | avcodec/cdgraphics: fix decoded output when seeking to start of file | Paul B Mahol | 2020-09-13 | 1 | -0/+10 |
* | avcodec/decode: add a flags parameter to ff_reget_buffer() | James Almer | 2019-09-04 | 1 | -1/+1 |
* | avcodec/cdgraphics: Use ff_set_dimensions() | Michael Niedermayer | 2019-03-14 | 1 | -4/+1 |
* | avcodec/cdgraphics: Clear first frame only once | Michael Niedermayer | 2018-07-23 | 1 | -1/+3 |
* | lavc/cdg: Add transparency support. | Carl Eugen Hoyos | 2015-10-30 | 1 | -0/+8 |
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\ |
|
| * | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | Merge commit 'c7d9b473e28238d4a4ef1b7e8b42c1cca256da36' | Michael Niedermayer | 2014-08-07 | 1 | -2/+1 |
|\| |
|
| * | cdgraphics: do not return 0 from the decode function | Anton Khirnov | 2014-08-06 | 1 | -2/+1 |
* | | Merge commit 'a1599f3f7ea8478d1f6a95e59e3bc6bc86d5f812' | Michael Niedermayer | 2014-08-07 | 1 | -7/+7 |
|\| |
|
| * | cdgraphics: switch to bytestream2 | Anton Khirnov | 2014-08-06 | 1 | -9/+7 |
* | | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | | cdgraphics: initialize buffer | Michael Niedermayer | 2013-05-13 | 1 | -1/+1 |
* | | avcodec/cdgraphics: check buffer size before use | Michael Niedermayer | 2013-05-07 | 1 | -1/+3 |
* | | lavc: factorize ff_{thread_,re,}get_buffer error messages. | Clément Bœsch | 2013-03-13 | 1 | -8/+2 |
* | | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -35/+31 |
|\| |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -34/+30 |
* | | cdgraphics: set palette to zero too | Paul B Mahol | 2013-02-18 | 1 | -1/+3 |
* | | Merge commit '238614de679a71970c20d7c3fee08a322967ec40' | Michael Niedermayer | 2013-02-06 | 1 | -0/+2 |
|\| |
|
| * | cdgraphics: do not rely on get_buffer() initializing the frame. | Anton Khirnov | 2013-02-06 | 1 | -0/+2 |
* | | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408' | Michael Niedermayer | 2012-12-05 | 1 | -3/+3 |
|\| |
|
| * | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov | 2012-12-04 | 1 | -3/+3 |
* | | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793' | Michael Niedermayer | 2012-12-05 | 1 | -1/+2 |
|\| |
|
| * | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-11-22 | 1 | -1/+1 |
|\| |
|
| * | cdgraphics: fix incorrect vertical offset mask in cdg_scroll() | Xi Wang | 2012-11-21 | 1 | -1/+1 |
* | | avoid "0xFF << 24" as it is considered a integer overflow in C99 | Michael Niedermayer | 2012-10-14 | 1 | -1/+1 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -1/+1 |
|\| |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -1/+1 |