| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I | Andreas Rheinhardt | 2024-05-19 | 1 | -3/+0 |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | avcodec/vlc: Use proper namespace | Andreas Rheinhardt | 2023-09-11 | 1 | -7/+7 |
* | 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: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -1/+0 |
* | avcodec/decoders: Use const uint8_t* to access input packet data | Andreas Rheinhardt | 2022-07-04 | 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 | -1/+1 |
* | avcodec/thread: Don't use ThreadFrame when unnecessary | Andreas Rheinhardt | 2022-02-09 | 1 | -4/+3 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec/cllc: Improve creating VLCs | Andreas Rheinhardt | 2020-12-08 | 1 | -11/+3 |
* | avcodec/cllc: Don't unnecessarily free VLC | Andreas Rheinhardt | 2020-10-29 | 1 | -8/+3 |
* | pthread_frame: merge the functionality for normal decoder init and init_threa... | Anton Khirnov | 2020-04-10 | 1 | -14/+0 |
* | avcodec/cllc: Check bitstream end before decoding pixels | Michael Niedermayer | 2017-05-24 | 1 | -0/+3 |
* | avcodec/cllc: Check num_bits | Michael Niedermayer | 2017-05-11 | 1 | -0/+7 |
* | avcodec/cllc: Factor VLC_BITS/DEPTH out, do not use repeated literal numbers | Michael Niedermayer | 2017-05-11 | 1 | -7/+11 |
* | avcodec/cllc: Check prefix | Michael Niedermayer | 2017-05-09 | 1 | -0/+4 |
* | avcodec/cllc: add support for frame threads | Paul B Mahol | 2017-04-09 | 1 | -4/+20 |
* | avcodec: Mark some codecs with threadsafe init as such | Derek Buitenhuis | 2017-02-07 | 1 | -0/+1 |
* | 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 'e6fb844f7b736e72da364032d251283bce9e63ad' | Michael Niedermayer | 2015-04-20 | 1 | -3/+7 |
|\| |
|
| * | Implement shared parsing of INFO tag in Canopus family | Vittorio Giovara | 2015-04-19 | 1 | -3/+7 |
* | | avcodec/cllc: use init_get_bits8() | Paul B Mahol | 2015-02-05 | 1 | -1/+2 |
* | | Merge commit 'c67b449bebbe0b35c73b203683e77a0a649bc765' | Michael Niedermayer | 2014-06-23 | 1 | -5/+5 |
|\| |
|
| * | dsputil: Split bswap*_buf() off into a separate context | Diego Biurrun | 2014-06-22 | 1 | -5/+5 |
* | | 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 '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 |
* | | avcodec/cllc: Fix clobbered ff_get_buffer() change | Michael Niedermayer | 2013-06-26 | 1 | -4/+1 |
* | | Merge commit 'd9c89ef86b9400e50c2486f9406fad15c85bab22' | Michael Niedermayer | 2013-06-25 | 1 | -1/+4 |
|\| |
|
| * | cllc: Use outbuf in RGB and ARGB functions | Derek Buitenhuis | 2013-06-24 | 1 | -6/+5 |
| * | cllc: Implement YUV support | Derek Buitenhuis | 2013-06-24 | 1 | -1/+99 |
* | | cllc: Use outbuf in RGB and ARGB functions | Derek Buitenhuis | 2013-06-24 | 1 | -6/+5 |
* | | cllc: Implement YUV support | Derek Buitenhuis | 2013-06-24 | 1 | -1/+96 |
* | | lavc: factorize ff_{thread_,re,}get_buffer error messages. | Clément Bœsch | 2013-03-13 | 1 | -8/+2 |
* | | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -19/+3 |
|\| |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -19/+3 |
* | | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793' | Michael Niedermayer | 2012-12-05 | 1 | -2/+3 |
|\| |
|
| * | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -2/+3 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -2/+2 |
|\| |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -2/+2 |
| * | cllc: simplify/fix swapped data buffer allocation. | Reimar Döffinger | 2012-08-28 | 1 | -17/+13 |
* | | cllc: simplify/fix swapped data buffer allocation. | Reimar Döffinger | 2012-08-27 | 1 | -17/+13 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-26 | 1 | -1/+6 |
|\| |
|
| * | cllc: Pad swapped buffer | Derek Buitenhuis | 2012-08-24 | 1 | -1/+6 |