| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec: use the new AVFrame key_frame flag in all decoders and encoders | James Almer | 2023-05-04 | 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_get_buffer() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -0/+1 |
* | 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 | -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: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec/tdsc: use av_packet_alloc() to allocate packets | James Almer | 2021-03-17 | 1 | -6/+8 |
* | avcodec: Fix invalid uses of ff_codec_open2_recursive() | Andreas Rheinhardt | 2020-12-04 | 1 | -1/+1 |
* | avcodec/tdsc: Only reallocate deflatebuffer if its size changed | Michael Niedermayer | 2020-09-05 | 1 | -4/+9 |
* | avcodec/tdsc: Fix tile checks | Michael Niedermayer | 2020-07-20 | 1 | -11/+10 |
* | Stop hardcoding align=32 in av_frame_get_buffer() calls. | Anton Khirnov | 2020-05-22 | 1 | -1/+1 |
* | avcodec/tdsc: Fix undefined shifts | Andreas Rheinhardt | 2019-09-20 | 1 | -3/+3 |
* | Merge commit '7bf8db4db61eb09fac00eb665d8ec58de8817da6' | Clément Bœsch | 2017-03-21 | 1 | -6/+9 |
|\ |
|
| * | tdsc: use the new decoding API | Anton Khirnov | 2016-09-28 | 1 | -6/+9 |
* | | avcodec/tdsc: return the packet size instead of 0 | Michael Niedermayer | 2016-12-15 | 1 | -1/+1 |
* | | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -2/+2 |
|\| |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -2/+2 |
* | | 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 |
* | | avcodec/tdsc: Remove ;; | Michael Niedermayer | 2015-03-16 | 1 | -1/+1 |
* | | avcodec/tdsc: use ff_codec_open2_recursive() | Michael Niedermayer | 2015-03-13 | 1 | -1/+1 |
* | | Merge commit '247e370e2a913db52ca079b347a174c8d393b171' | Michael Niedermayer | 2015-03-13 | 1 | -4/+4 |
|/ |
|
* | TDSC decoder | Vittorio Giovara | 2015-03-13 | 1 | -0/+627 |