| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_number | Marton Balint | 2023-02-13 | 1 | -2/+2 |
* | 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: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -1/+0 |
* | 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 | -7/+7 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+1 |
* | evrc: convert to new channel layout API | Anton Khirnov | 2022-03-15 | 1 | -2/+2 |
* | avcodec/avcodec: Stop including channel_layout.h in avcodec.h | Andreas Rheinhardt | 2021-07-22 | 1 | -0/+1 |
* | avcodec/evrcdec: 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: set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own channels | Hendrik Leppkes | 2020-12-10 | 1 | -1/+1 |
* | avcodec: use AV_OPT_TYPE_BOOL in a bunch of places | Clément Bœsch | 2015-12-04 | 1 | -1/+1 |
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
* | avcodec/evrc: make it possible to disable postfilter | Paul B Mahol | 2015-06-25 | 1 | -3/+26 |
* | avcodec/evrcdec: use init_get_bits8() | Paul B Mahol | 2015-02-04 | 1 | -1/+2 |
* | lavc/evrcdec: fix const misplacement | Lukasz Marek | 2014-02-07 | 1 | -1/+1 |
* | cosmetics: group remaining .name and .long_name. | Clément Bœsch | 2013-10-04 | 1 | -1/+1 |
* | evrcdec: fix sign error | Michael Niedermayer | 2013-05-04 | 1 | -1/+1 |
* | evrcdec: use memmove() instead of memcpy() when regions can overlap. | Michael Niedermayer | 2013-04-18 | 1 | -4/+4 |
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -1/+1 |
* | evrcdec: decode directly to the user-provided AVFrame | Paul B Mahol | 2013-02-13 | 1 | -9/+5 |
* | evrcdec: fix wrong condition | Paul B Mahol | 2013-02-11 | 1 | -1/+2 |
* | EVRC decoder | Paul B Mahol | 2013-01-21 | 1 | -0/+920 |