| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/rv34: Constify pointer to static object | Andreas Rheinhardt | 2023-10-31 | 1 | -2/+3 |
* | avcodec/rv34: Avoid superfluous VLC structures | Andreas Rheinhardt | 2023-10-31 | 1 | -31/+43 |
* | avcodec/mpegvideo_dec: Always initialize IDCTDSPContext during init | Andreas Rheinhardt | 2023-10-05 | 1 | -1/+0 |
* | avcodec/error_resilience: Make applying decode_error_flags optional | Andreas Rheinhardt | 2023-09-15 | 1 | -3/+3 |
* | avcodec/vlc: Use proper namespace | Andreas Rheinhardt | 2023-09-11 | 1 | -2/+2 |
* | avcodec/rv34: Add check for av_malloc | Jiasheng Jiang | 2023-04-16 | 1 | -0/+2 |
* | lavc: disable an obsolete hack for real video | Anton Khirnov | 2023-03-02 | 1 | -9/+5 |
* | avcodec/rv34: Remove always-true/false checks | Andreas Rheinhardt | 2022-10-31 | 1 | -2/+2 |
* | avcodec/internal: Move ff_set_dimensions() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -2/+1 |
* | avcodec: Constify ThreadFrames if possible | Andreas Rheinhardt | 2022-07-31 | 1 | -1/+1 |
* | avcodec/mpegvideo: Inline values in ff_update_block_index() | Andreas Rheinhardt | 2022-07-31 | 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: Make FFCodec.decode use AVFrame* | Andreas Rheinhardt | 2022-04-05 | 1 | -4/+2 |
* | avcodec/internal: Move FF_QSCALE_TYPE_* to mpegvideodec.h | Andreas Rheinhardt | 2022-03-23 | 1 | -2/+2 |
* | avcodec/mpegvideo: Move decoder-only stuff to a new header | Andreas Rheinhardt | 2022-02-13 | 1 | -0/+1 |
* | avcodec/thread: Don't use ThreadFrame when unnecessary | Andreas Rheinhardt | 2022-02-09 | 1 | -0/+1 |
* | avcodec/thread: Move ff_thread_(await|report)_progress to new header | Andreas Rheinhardt | 2022-02-09 | 1 | -1/+1 |
* | avcodec/rv34: Move dsp init code to rv30/rv40 | Andreas Rheinhardt | 2021-04-12 | 1 | -9/+0 |
* | avcodec/rv34, mpegvideo: Fix segfault upon frame size change error | Andreas Rheinhardt | 2021-04-08 | 1 | -4/+9 |
* | mpegvideo: use the AVVideoEncParams API for exporting QP tables | Anton Khirnov | 2021-01-01 | 1 | -0/+1 |
* | lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h | Anton Khirnov | 2021-01-01 | 1 | -0/+1 |
* | avcodec/mpegvideo: Merge ff_mpv_decode_defaults into ff_mpv_decode_init | Andreas Rheinhardt | 2020-12-31 | 1 | -1/+0 |
* | avcodec/rv34: Make initializing static VLC tables thread-safe | Andreas Rheinhardt | 2020-12-08 | 1 | -2/+3 |
* | avcodec/rv34: Avoid offsets table for initialization of static VLCs | Andreas Rheinhardt | 2020-12-08 | 1 | -38/+30 |
* | avcodec/rv34: Simplify getting right VLC | Andreas Rheinhardt | 2020-10-26 | 1 | -2/+4 |
* | avcodec/rv34: Don't needlessly copy VLC length and symbol arrays | Andreas Rheinhardt | 2020-10-26 | 1 | -22/+18 |
* | pthread_frame: merge the functionality for normal decoder init and init_threa... | Anton Khirnov | 2020-04-10 | 1 | -28/+0 |
* | lavc: replace AVCodecInternal.allocate_progress with an internal cap | Anton Khirnov | 2020-04-10 | 1 | -2/+0 |
* | libavcodec/rv34: error out earlier on missing references | Michael Niedermayer | 2018-04-07 | 1 | -3/+3 |
* | avcodec/rv34: Fix runtime error: signed integer overflow: 768 * 4126720 canno... | Michael Niedermayer | 2017-05-17 | 1 | -1/+4 |
* | avcodec/rv34: Fix runtime error: signed integer overflow: 36880 * 66288 canno... | Michael Niedermayer | 2017-03-13 | 1 | -1/+1 |
* | avcodec/rv34: Simplify and factor get_slice_offset() code | Michael Niedermayer | 2017-02-24 | 1 | -23/+19 |
* | avcodec/rv34: Forward error from rv34_decode_mv() | Michael Niedermayer | 2017-02-22 | 1 | -1/+2 |
* | avcodec/rv34: Fix runtime error: signed integer overflow: -2 + -2147483648 ca... | Michael Niedermayer | 2017-02-22 | 1 | -0/+5 |
* | Merge commit '4024b566d664a4b161d677554be52f32e7ad4236' | Hendrik Leppkes | 2016-06-26 | 1 | -2/+2 |
|\ |
|
| * | golomb: Give svq3_get_se_golomb()/svq3_get_ue_golomb() better names | Diego Biurrun | 2016-05-25 | 1 | -2/+2 |
* | | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -2/+2 |
* | | avcodec/rv34: Delay failure return for B frames with a missing reference | Michael Niedermayer | 2015-09-17 | 1 | -1/+4 |
* | | avcodec/rv34: Clear pointers in ff_rv34_decode_init_thread_copy() | Michael Niedermayer | 2015-07-18 | 1 | -0/+7 |
* | | Merge commit 'da0c8664b4dc906696803685f7e53ade68594ab8' | Michael Niedermayer | 2015-06-08 | 1 | -3/+3 |
|\| |
|
| * | mpegvideo: Move various temporary buffers to a separate context | Vittorio Giovara | 2015-06-08 | 1 | -3/+3 |
* | | avcodec/mpegvideo: Factor ff_mpv_decode_init() out | Michael Niedermayer | 2014-09-05 | 1 | -6/+1 |
* | | Merge commit 'dc4b2e7d33903a6b9380e8a84b22b3a20facbb08' | Michael Niedermayer | 2014-08-22 | 1 | -4/+6 |
|\| |
|
| * | rv34: use ff_mpeg_update_thread_context only when decoder is fully initialized | Janne Grunau | 2014-08-22 | 1 | -4/+6 |
* | | Merge commit '4b1f5e5090abed6c618c8ba380cd7d28d140f867' | Michael Niedermayer | 2014-08-15 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Write NULL pointer inequality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -1/+1 |
* | | Merge commit '835f798c7d20bca89eb4f3593846251ad0d84e4b' | Michael Niedermayer | 2014-08-15 | 1 | -12/+12 |
|\| |
|
| * | mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixes | Diego Biurrun | 2014-08-15 | 1 | -12/+12 |
* | | Merge commit '998c9f15d1ca8c7489775ebcca51623b915988f1' | Michael Niedermayer | 2014-08-15 | 1 | -0/+2 |
|\| |
|