summaryrefslogtreecommitdiff
path: root/libavcodec/mpegpicture.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/mpegvideo_enc: do not use AVFrame.*_picture_number for encodingMarton Balint2023-02-131-0/+4
* avcodec/mpegpicture: Reset fields explicitly instead of memsetting themAndreas Rheinhardt2022-08-181-3/+6
* avcodec/mpegpicture: Don't copy unnecessarily, fix raceAndreas Rheinhardt2022-08-151-1/+15
* avcodec/mpegpicture: Move encoding_error and mb_var_sum to MpegEncCtxAndreas Rheinhardt2022-08-101-5/+0
* avcodec/mpegpicture: Remove always-true checksAndreas Rheinhardt2022-08-101-7/+8
* avcodec/mpegpicture: Move mb_var, mc_mb_var and mb_mean to MpegEncCtxAndreas Rheinhardt2022-08-091-28/+2
* lavc/encode: add an encoder-specific get_buffer() variantAnton Khirnov2022-05-111-7/+9
* avcodec/mpegpicture: Constify src parameter of ff_update_picture_tablesAndreas Rheinhardt2022-02-131-1/+1
* avcodec/mpegpicture: Don't check for DELAYED_PIC_REFAndreas Rheinhardt2022-02-131-1/+1
* avcodec/threadframe: Add ff_thread_(get|release)_ext_buffer()Andreas Rheinhardt2022-02-091-3/+4
* avcodec/mpegpicture: Add function to completely free MPEG-PictureAndreas Rheinhardt2022-01-291-21/+26
* avcodec/mpegpicture: Let ff_mpeg_unref_picture() free picture tablesAndreas Rheinhardt2022-01-291-3/+2
* avcodec/mpegpicture: Keep ff_mpeg_framesize_alloc() failure state consistentMichael Niedermayer2021-03-311-1/+4
* avcodec: remove long dead debug_mv codeJames Almer2021-01-251-3/+0
* mpegvideo: use the AVVideoEncParams API for exporting QP tablesAnton Khirnov2021-01-011-0/+2
* mpegvideo: use av_buffer_replace() to simplify codeAnton Khirnov2020-09-281-22/+14
* avcodec/mpegpicture: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos labelLimin Wang2020-06-131-7/+3
* avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mpv_common...Limin Wang2020-06-131-1/+0
* avcodec: add an AVCodecContext field to signal types of packet, frame, and co...James Almer2020-02-221-1/+1
* avcodec/mpegpicture: Check size of edge_emu_bufferMichael Niedermayer2019-03-251-1/+6
* avcodec/mpegpicture: fix "stride changed" failures in gray modeAman Gupta2018-04-111-3/+5
* avcodec: set correct return value in ff_mpeg_ref_picturePan Bian2017-11-281-1/+3
* avcodec: Don't assume separate u and v planes in ff_alloc_picturePhilip Langdale2017-11-141-1/+3
* Merge commit '7b917041184874e7d7cba4450813de7e0bb28a33'James Almer2017-10-211-5/+1
|\
* | avcodec: add missing FF_API_DEBUG_MV wrappersJames Almer2017-08-251-1/+4
* | avcodec/mpegvideo: Fix edge emu buffer overlap with interlaced mpeg4Michael Niedermayer2016-11-171-1/+1
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-2/+2
|\ \ | |/
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-2/+2
* | Merge commit '1aa24df74c052a73175c43e57d35b4835e537ec8'Hendrik Leppkes2015-10-031-0/+3
|\ \ | |/
| * lavu: Deprecate AVFrame.error[]Vittorio Giovara2015-09-301-0/+3
* | lavc: put remaining bits of vdpau-in-decoder under FF_API_CAP_VDPAU.Ronald S. Bultje2015-08-181-1/+5
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
* | Merge commit '7061bf0925a7d6c5899bbe710b2b8cdae9005274'Michael Niedermayer2015-06-101-18/+60
|/
* mpegvideo: Move Picture-related functions to a separate fileVittorio Giovara2015-06-101-0/+424