| 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_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/+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/avrndec: remove max_lowres value | James Almer | 2021-02-27 | 1 | -1/+0 |
* | Handle AVID MJPEG streams directly in the MJPEG decoder. | Anton Khirnov | 2021-02-25 | 1 | -70/+1 |
* | avcodec/avrndec: Remove unnecessary headers | Andreas Rheinhardt | 2021-02-23 | 1 | -2/+0 |
* | avcodec: Fix invalid uses of ff_codec_open2_recursive() | Andreas Rheinhardt | 2020-12-04 | 1 | -1/+1 |
* | avcodec/avrndec: Fix memleak on error | Andreas Rheinhardt | 2020-09-15 | 1 | -1/+1 |
* | avcodec/avrndec: Check allocation for success | Andreas Rheinhardt | 2020-09-15 | 1 | -0/+2 |
* | fftools, libavcodec, libavfilter: Add const to some AVCodec * | Andreas Rheinhardt | 2020-09-11 | 1 | -1/+1 |
* | Remove unnecessary use of avcodec_close(). | Anton Khirnov | 2020-06-10 | 1 | -2/+1 |
* | lavc/avrndec: remove AV_CODEC_CAP_DR1, as it's broken | wm4 | 2017-10-29 | 1 | -1/+0 |
* | avcodec: Mark some codecs with threadsafe init as such | Derek Buitenhuis | 2017-02-07 | 1 | -0/+1 |
* | avcodec/avrndec: Remove obsolete FIXME | Michael Niedermayer | 2016-09-20 | 1 | -1/+1 |
* | avcodec/avrndec: Use the AVFrame format instead of the context | Michael Niedermayer | 2015-11-14 | 1 | -1/+1 |
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
* | avcodec/avrndec: Fix cropping | Michael Niedermayer | 2015-07-26 | 1 | -7/+49 |
* | cosmetics: group remaining .name and .long_name. | Clément Bœsch | 2013-10-04 | 1 | -2/+1 |
* | lavc: factorize ff_{thread_,re,}get_buffer error messages. | Clément Bœsch | 2013-03-13 | 1 | -3/+1 |
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -11/+2 |
* | lavc: fix decode_frame() third parameter semantics for rest of video decoders | Paul B Mahol | 2012-12-05 | 1 | -3/+4 |
* | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793' | Michael Niedermayer | 2012-12-05 | 1 | -1/+2 |
* | avrndec: use av_image_check_size | Peter Ross | 2012-11-25 | 1 | -2/+4 |
* | avrndec: support lowres for mjpeg | Piotr Bandurski | 2012-11-19 | 1 | -0/+6 |
* | avrndec: calculate true_height only when used. | Michael Niedermayer | 2012-11-13 | 1 | -2/+2 |
* | avrndec: use more meaningful error codes | Paul B Mahol | 2012-11-05 | 1 | -4/+4 |
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -1/+1 |
* | avrndec: silence warning about incompatible pointer types | Paul B Mahol | 2012-08-26 | 1 | -1/+3 |
* | avrn: lowercase "name" and expand"long_name" | Piotr Bandurski | 2012-08-21 | 1 | -2/+2 |
* | avrndec: add DR1 capability flag | Michael Niedermayer | 2012-08-20 | 1 | -0/+1 |
* | AVRn: fix progressive | Michael Niedermayer | 2012-08-20 | 1 | -1/+2 |
* | lavc: move AVRn to a seperate decoder. | Michael Niedermayer | 2012-08-20 | 1 | -0/+129 |