| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/vlc: Use proper namespace | Andreas Rheinhardt | 2023-09-11 | 1 | -5/+5 |
* | avcodec: use the new AVFrame key_frame flag in all decoders and encoders | James Almer | 2023-05-04 | 1 | -1/+4 |
* | avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_number | Marton Balint | 2023-02-13 | 1 | -4/+4 |
* | avcodec/blockdsp: Remove unused AVCodecContext parameter | Andreas Rheinhardt | 2022-09-21 | 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_get_buffer() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -1/+1 |
* | avcodec/4xm: Remove unnecessary and redundant emms_c() | Andreas Rheinhardt | 2022-08-24 | 1 | -2/+0 |
* | avcodec/4xm: treat AV_LOG_ERROR cases as errors | Michael Niedermayer | 2022-08-23 | 1 | -0/+2 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -1/+1 |
* | avcodec/vlc: Use structure instead of VLC_TYPE array as VLC element | Andreas Rheinhardt | 2022-06-17 | 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 | -2/+1 |
* | 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/4xm: Cleanup generically on init failure | Andreas Rheinhardt | 2022-02-11 | 1 | -4/+2 |
* | avcodec/4xm: Make decoder init-threadsafe | Andreas Rheinhardt | 2021-05-02 | 1 | -2/+6 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec/4xm: Check pre_gb in decode_i_block() | Michael Niedermayer | 2021-03-11 | 1 | -2/+2 |
* | lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump | Anton Khirnov | 2021-01-01 | 1 | -0/+1 |
* | avcodec/4xm: Check index in decode_i_block() also in the path where its not u... | Michael Niedermayer | 2019-09-26 | 1 | -0/+4 |
* | avcodec/4xm: Check for end of input in decode_p_block() | Michael Niedermayer | 2019-08-13 | 1 | -0/+2 |
* | avcodec/4xm: Fix signed integer overflows in idct() | Michael Niedermayer | 2019-07-08 | 1 | -1/+1 |
* | avcodec/4xm: Fix vlc memleak | Michael Niedermayer | 2019-06-26 | 1 | -0/+1 |
* | avcodec/4xm: Fix returned error codes | Michael Niedermayer | 2019-01-01 | 1 | -2/+2 |
* | avcodec/4xm: fix block alignment | Ramiro Polla | 2018-12-26 | 1 | -1/+1 |
* | doc: fix spelling errors | Andreas Cadhalpun | 2016-10-29 | 1 | -1/+1 |
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -2/+2 |
|\ |
|
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -5/+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 |
* | | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: AV-prefix all codec flags | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | avcodec/4xm: remove duplicate assert | Michael Niedermayer | 2014-11-13 | 1 | -1/+1 |
* | | Merge commit '68a35473ed423a14731c418939fba7913647979a' | Michael Niedermayer | 2014-11-13 | 1 | -10/+14 |
|\| |
|
| * | 4xm: more thorought check for negative index and negative shift | Vittorio Giovara | 2014-11-13 | 1 | -11/+18 |
| * | 4xm: drop unnecessary check | Vittorio Giovara | 2014-11-11 | 1 | -3/+0 |
* | | avcodec/4xm: Make src of decode_p_block() const | Michael Niedermayer | 2014-09-22 | 1 | -1/+1 |
* | | Merge commit 'c67b449bebbe0b35c73b203683e77a0a649bc765' | Michael Niedermayer | 2014-06-23 | 1 | -7/+7 |
|\| |
|
| * | dsputil: Split bswap*_buf() off into a separate context | Diego Biurrun | 2014-06-22 | 1 | -7/+7 |
* | | Merge commit 'e74433a8e6fc00c8dbde293c97a3e45384c2c1d9' | Michael Niedermayer | 2014-06-19 | 1 | -1/+4 |
|\| |
|
| * | dsputil: Split clear_block*/fill_block* off into a separate context | Diego Biurrun | 2014-06-18 | 1 | -1/+4 |
* | | Merge commit 'cc8163e1a3601a56f722a4720516e860bf1c6198' | Michael Niedermayer | 2014-03-22 | 1 | -1/+3 |
|\| |
|
| * | avcodec: more correct printf specifiers | Diego Biurrun | 2014-03-22 | 1 | -1/+3 |
* | | Merge commit 'fe80fa53bc4977ef6e8e749a9df8ca5590a09307' | Michael Niedermayer | 2014-01-06 | 1 | -69/+63 |
|\| |
|
| * | 4xm: replace forcing EMU_EDGE by a copy | Anton Khirnov | 2014-01-06 | 1 | -62/+59 |
| * | 4xm: return a proper error code. | Anton Khirnov | 2014-01-06 | 1 | -1/+1 |
* | | avcodec/4xm: use av_fast_padded_malloc() | Paul B Mahol | 2013-10-30 | 1 | -8/+4 |
* | | 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 '2f034f255c49050e894ab9b88087c09ebe249f3f' | Michael Niedermayer | 2013-07-24 | 1 | -0/+2 |
|\| |
|