| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | avcodec/mss4: Partially inline max_depth and nb_bits of VLC | Andreas Rheinhardt | 2023-10-31 | 1 | -4/+5 |
* | avcodec/vlc: Use proper namespace | Andreas Rheinhardt | 2023-09-11 | 1 | -2/+2 |
* | avcodec: use the new AVFrame key_frame flag in all decoders and encoders | James Almer | 2023-05-04 | 1 | -1/+4 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avcodec/internal: Move ff_reget_buffer() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -1/+1 |
* | avcodec/mss4: Check image size with av_image_check_size2() | Michael Niedermayer | 2022-07-21 | 1 | -0/+4 |
* | 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 | -4/+4 |
* | 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/jpegtables: Unavpriv MJPEG-tables | Andreas Rheinhardt | 2022-01-04 | 1 | -4/+4 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec/mss4: Make VLCs static | Andreas Rheinhardt | 2020-12-08 | 1 | -44/+30 |
* | avcodec/mss4: Don't duplicate standard JPEG tables | Andreas Rheinhardt | 2020-12-08 | 1 | -52/+6 |
* | avcodec/mss4: Simplify creating VLC tables | Andreas Rheinhardt | 2020-12-08 | 1 | -11/+7 |
* | avcodec/mss4: Mark decoder as init-threadsafe | Andreas Rheinhardt | 2020-11-24 | 1 | -1/+1 |
* | avcodec/mss4: Fix memleaks upon allocation error | Andreas Rheinhardt | 2020-11-06 | 1 | -5/+2 |
* | avcodec/decode: add a flags parameter to ff_reget_buffer() | James Almer | 2019-09-04 | 1 | -1/+1 |
* | avcodec/mss4: Check input size against skip bits | Michael Niedermayer | 2019-06-05 | 1 | -3/+5 |
* | Merge commit '15b4f494fc6bddb8178fdb5aed18b420efc75e22' | James Almer | 2017-03-21 | 1 | -1/+1 |
|\ |
|
| * | mss*: Change type of array stride parameters to ptrdiff_t | Diego Biurrun | 2016-09-29 | 1 | -1/+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 |
* | | avcodec/mss4: check return value of init_get_bits8() | Paul B Mahol | 2015-02-24 | 1 | -1/+2 |
* | | avcodec/mss4: use av_malloc_array() | Paul B Mahol | 2015-02-10 | 1 | -1/+1 |
* | | avcodec/mss4: Fix () in MKVAL() macro | Michael Niedermayer | 2014-05-25 | 1 | -1/+1 |
* | | Merge commit '3dc6272bed7890a49080e18eacf3c7a4a6594b0d' | Michael Niedermayer | 2014-04-05 | 1 | -1/+0 |
|\| |
|
| * | Remove a number of unnecessary dsputil.h #includes | Diego Biurrun | 2014-04-04 | 1 | -1/+0 |
* | | Merge commit '730bac7bab3c7dcd9fcb7c70f154e5f4cfaef9a7' | Michael Niedermayer | 2013-11-17 | 1 | -18/+19 |
|\| |
|
| * | mss4: use the AVFrame API properly. | Anton Khirnov | 2013-11-16 | 1 | -29/+35 |
* | | 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 |
* | | mss4: make code independent of sizeof(AVFrame) | Paul B Mahol | 2013-04-11 | 1 | -17/+22 |
* | | mss4: use init_get_bits8() | Paul B Mahol | 2013-04-11 | 1 | -1/+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 | -10/+8 |
|\| |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -10/+8 |
* | | Merge commit '36fab50e90d15352e403e4cc210890810f2fb4e2' | Michael Niedermayer | 2013-02-10 | 1 | -1/+0 |
|\| |
|
| * | mss4, ra288: Remove unused DSPContext local codec context members | Diego Biurrun | 2013-02-09 | 1 | -1/+0 |
* | | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408' | Michael Niedermayer | 2012-12-05 | 1 | -3/+3 |
|\| |
|
| * | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov | 2012-12-04 | 1 | -3/+3 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -1/+1 |
|\| |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -1/+1 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-13 | 1 | -4/+4 |
|/ |
|
* | MS Expression Encoder Screen decoder | Kostya Shishkov | 2012-07-13 | 1 | -0/+682 |