| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/mpegpicture: Reset fields explicitly instead of memsetting them | Andreas Rheinhardt | 2022-08-18 | 1 | -3/+6 |
* | avcodec/mpegpicture: Don't copy unnecessarily, fix race | Andreas Rheinhardt | 2022-08-15 | 1 | -1/+15 |
* | avcodec/mpegpicture: Move encoding_error and mb_var_sum to MpegEncCtx | Andreas Rheinhardt | 2022-08-10 | 1 | -5/+0 |
* | avcodec/mpegpicture: Remove always-true checks | Andreas Rheinhardt | 2022-08-10 | 1 | -7/+8 |
* | avcodec/mpegpicture: Move mb_var, mc_mb_var and mb_mean to MpegEncCtx | Andreas Rheinhardt | 2022-08-09 | 1 | -28/+2 |
* | lavc/encode: add an encoder-specific get_buffer() variant | Anton Khirnov | 2022-05-11 | 1 | -7/+9 |
* | avcodec/mpegpicture: Constify src parameter of ff_update_picture_tables | Andreas Rheinhardt | 2022-02-13 | 1 | -1/+1 |
* | avcodec/mpegpicture: Don't check for DELAYED_PIC_REF | Andreas Rheinhardt | 2022-02-13 | 1 | -1/+1 |
* | avcodec/threadframe: Add ff_thread_(get|release)_ext_buffer() | Andreas Rheinhardt | 2022-02-09 | 1 | -3/+4 |
* | avcodec/mpegpicture: Add function to completely free MPEG-Picture | Andreas Rheinhardt | 2022-01-29 | 1 | -21/+26 |
* | avcodec/mpegpicture: Let ff_mpeg_unref_picture() free picture tables | Andreas Rheinhardt | 2022-01-29 | 1 | -3/+2 |
* | avcodec/mpegpicture: Keep ff_mpeg_framesize_alloc() failure state consistent | Michael Niedermayer | 2021-03-31 | 1 | -1/+4 |
* | avcodec: remove long dead debug_mv code | James Almer | 2021-01-25 | 1 | -3/+0 |
* | mpegvideo: use the AVVideoEncParams API for exporting QP tables | Anton Khirnov | 2021-01-01 | 1 | -0/+2 |
* | mpegvideo: use av_buffer_replace() to simplify code | Anton Khirnov | 2020-09-28 | 1 | -22/+14 |
* | avcodec/mpegpicture: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos label | Limin Wang | 2020-06-13 | 1 | -7/+3 |
* | avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mpv_common... | Limin Wang | 2020-06-13 | 1 | -1/+0 |
* | avcodec: add an AVCodecContext field to signal types of packet, frame, and co... | James Almer | 2020-02-22 | 1 | -1/+1 |
* | avcodec/mpegpicture: Check size of edge_emu_buffer | Michael Niedermayer | 2019-03-25 | 1 | -1/+6 |
* | avcodec/mpegpicture: fix "stride changed" failures in gray mode | Aman Gupta | 2018-04-11 | 1 | -3/+5 |
* | avcodec: set correct return value in ff_mpeg_ref_picture | Pan Bian | 2017-11-28 | 1 | -1/+3 |
* | avcodec: Don't assume separate u and v planes in ff_alloc_picture | Philip Langdale | 2017-11-14 | 1 | -1/+3 |
* | Merge commit '7b917041184874e7d7cba4450813de7e0bb28a33' | James Almer | 2017-10-21 | 1 | -5/+1 |
|\ |
|
* | | avcodec: add missing FF_API_DEBUG_MV wrappers | James Almer | 2017-08-25 | 1 | -1/+4 |
* | | avcodec/mpegvideo: Fix edge emu buffer overlap with interlaced mpeg4 | Michael Niedermayer | 2016-11-17 | 1 | -1/+1 |
* | | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -2/+2 |
|\| |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -2/+2 |
* | | Merge commit '1aa24df74c052a73175c43e57d35b4835e537ec8' | Hendrik Leppkes | 2015-10-03 | 1 | -0/+3 |
|\| |
|
| * | lavu: Deprecate AVFrame.error[] | Vittorio Giovara | 2015-09-30 | 1 | -0/+3 |
* | | lavc: put remaining bits of vdpau-in-decoder under FF_API_CAP_VDPAU. | Ronald S. Bultje | 2015-08-18 | 1 | -1/+5 |
* | | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
* | | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
* | | Merge commit '7061bf0925a7d6c5899bbe710b2b8cdae9005274' | Michael Niedermayer | 2015-06-10 | 1 | -18/+60 |
|/ |
|
* | mpegvideo: Move Picture-related functions to a separate file | Vittorio Giovara | 2015-06-10 | 1 | -0/+424 |