| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | -1/+8 |
* | avcodec: use the new AVFrame key_frame flag in all decoders and encoders | James Almer | 2023-05-04 | 1 | -1/+4 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avcodec/internal: Move ff_get_buffer() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -1/+0 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -2/+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 | -4/+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: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec: Factor updating palette out | Andreas Rheinhardt | 2021-03-22 | 1 | -8/+2 |
* | avcodec: use the buffer_size_t typedef where required | James Almer | 2021-03-10 | 1 | -1/+1 |
* | avcodec/qpeg: speed-up copy of bytes | Paul B Mahol | 2020-09-01 | 1 | -2/+5 |
* | avcodec/qpeg: reduce unnecessary size of tables | Paul B Mahol | 2020-08-30 | 1 | -2/+2 |
* | avcodec/qpeg: mark the init function as thread-safe and init cleanup capable | James Almer | 2020-04-20 | 1 | -0/+2 |
* | avcodec/qpeg: export missing frame properties | James Almer | 2020-04-20 | 1 | -2/+6 |
* | avcodec/qpeg: remove an unnecessary intermediary AVFrame | James Almer | 2020-04-20 | 1 | -13/+9 |
* | avcodec/qpeg: Limit copy in qpeg_decode_intra() to the available bytes | Michael Niedermayer | 2019-03-03 | 1 | -0/+2 |
* | avcodec/qpeg: Optimize long runs in qpeg_decode_intra() not spanning a full row | Michael Niedermayer | 2019-01-07 | 1 | -1/+4 |
* | avcodec/qpeg: Optimize full width runs in qpeg_decode_intra() | Michael Niedermayer | 2018-11-08 | 1 | -0/+6 |
* | Merge commit 'bba9d8bdfb208b0ec2ccf182530347151ee3528b' | Clément Bœsch | 2017-03-19 | 1 | -1/+1 |
|\ |
|
| * | qpeg: fix an off by 1 error in the MV check | Anton Khirnov | 2016-08-18 | 1 | -2/+2 |
* | | avcodec/qpeg: Check side data size before use | Michael Niedermayer | 2016-10-31 | 1 | -2/+5 |
* | | 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 |
* | | qpeg: avoid pointless invalid memcpy() | wm4 | 2015-01-13 | 1 | -6/+7 |
* | | avcodec/qpeg: fix off by 1 error in MV bounds check | Michael Niedermayer | 2014-10-03 | 1 | -1/+1 |
* | | avcodec/qpeg: make qpeg_decode_inter() noinline | Michael Niedermayer | 2013-11-27 | 1 | -1/+1 |
* | | qpeg: remove faulty avcodec_get_frame_defaults() | Michael Niedermayer | 2013-11-17 | 1 | -2/+0 |
* | | Merge commit '2d2a92f72199823a92e4e226c32e42a27ec801c0' | Michael Niedermayer | 2013-11-17 | 1 | -21/+25 |
|\| |
|
| * | qpeg: use the AVFrame API properly. | Anton Khirnov | 2013-11-16 | 1 | -18/+22 |
* | | 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 |
* | | Merge commit '7a5a55722749a3ab77941914707277b147322cbe' | Michael Niedermayer | 2013-09-20 | 1 | -2/+2 |
|\| |
|
| * | qpeg: Add checks for running out of rows in qpeg_decode_inter | Martin Storsjö | 2013-09-19 | 1 | -0/+4 |
* | | lavc: factorize ff_{thread_,re,}get_buffer error messages. | Clément Bœsch | 2013-03-13 | 1 | -3/+1 |
* | | Merge commit '3b199d29cd597a3518136d78860e172060b9e83d' | Michael Niedermayer | 2013-03-12 | 1 | -0/+2 |
|\| |
|
| * | lavc decoders: properly initialize AVFrame. | Anton Khirnov | 2013-03-08 | 1 | -0/+2 |
* | | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -10/+8 |
|\| |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -5/+6 |
* | | Merge commit '688b132b881d423877e38dc82f17e23a604be676' | Michael Niedermayer | 2013-01-14 | 1 | -3/+3 |
|\| |
|
| * | qpeg: return a meaningful error code. | Anton Khirnov | 2013-01-14 | 1 | -3/+3 |
* | | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408' | Michael Niedermayer | 2012-12-05 | 1 | -2/+2 |
|\| |
|
| * | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov | 2012-12-04 | 1 | -2/+2 |
* | | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793' | Michael Niedermayer | 2012-12-05 | 1 | -1/+2 |
|\| |
|
* | | qpeg: reset palette on seeks | Michael Niedermayer | 2012-11-28 | 1 | -0/+15 |
* | | 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 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\| |
|