| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/pthread_frame: Remove ff_thread_release_buffer() | Andreas Rheinhardt | 2023-10-22 | 1 | -17/+17 |
* | avcodec/mpeg(picture|video_dec): Move comment to more appropriate place | Andreas Rheinhardt | 2023-10-10 | 1 | -0/+2 |
* | avcodec/mpegpicture: Move caller-specific parts of function to callers | Andreas Rheinhardt | 2023-10-10 | 1 | -2/+28 |
* | avcodec/mpegvideo_enc: Don't allocate buffers unnecessarily | Andreas Rheinhardt | 2023-10-10 | 1 | -1/+1 |
* | avcodec/mpegvideo_dec: Always initialize IDCTDSPContext during init | Andreas Rheinhardt | 2023-10-05 | 1 | -1/+1 |
* | avcodec/mpegvideo_dec: Don't zero context on init failure | Andreas Rheinhardt | 2023-10-05 | 1 | -6/+3 |
* | avcodec/mpegvideo_dec: Don't memset twice | Andreas Rheinhardt | 2023-10-03 | 1 | -23/+5 |
* | avcodec/mpegvideo_dec: Check for existence of planes before accesses | Andreas Rheinhardt | 2023-10-03 | 1 | -2/+4 |
* | avcodec/mpegvideo_dec: Remove commented-out legacy cruft | Andreas Rheinhardt | 2023-10-02 | 1 | -4/+0 |
* | avcodec/threadframe: Move ff_thread_can_start_frame() to thread.h | Andreas Rheinhardt | 2023-09-18 | 1 | -0/+1 |
* | avutil/internal: Don't auto-include emms.h | Andreas Rheinhardt | 2023-09-04 | 1 | -0/+1 |
* | avcodec/mpegvideo_dec: Use av_fast_padded_malloc where appropriate | Andreas Rheinhardt | 2023-08-02 | 1 | -11/+6 |
* | avcodec/mpegvideo_dec: properly set output frames as keyframes | James Almer | 2023-07-15 | 1 | -2/+2 |
* | avcodec/mpegvideo_dec: Add NULL pointer checks to MPV_motion_lowres() | Michael Niedermayer | 2023-06-18 | 1 | -5/+8 |
* | avcodec/mpegvideo_dec: consider interlaced lowres 4:2:0 chroma in edge emulat... | Michael Niedermayer | 2023-06-18 | 1 | -2/+2 |
* | avcodec: use the new AVFrame key_frame flag in all decoders and encoders | James Almer | 2023-05-04 | 1 | -3/+6 |
* | avcodec: use the new AVFrame interlace flags in all decoders and encoders | James Almer | 2023-05-04 | 1 | -5/+5 |
* | avutil/frame: deprecate AVFrame.coded_picture_number and display_picture_number | Marton Balint | 2023-02-13 | 1 | -0/+4 |
* | avcodec: remove FF_API_FLAG_TRUNCATED | James Almer | 2023-02-09 | 1 | -8/+0 |
* | avcodec/mpegvideo: Don't initialize H264Chroma ctx unnecessarily | Andreas Rheinhardt | 2022-10-27 | 1 | -0/+3 |
* | avcodec/mpegvideo: Split ff_mpv_reconstruct_mb() into de/encoder part | Andreas Rheinhardt | 2022-10-20 | 1 | -0/+467 |
* | avcodec/mpegvideo_dec: Fix UB NULL + 0 | Andreas Rheinhardt | 2022-10-04 | 1 | -2/+2 |
* | avcodec/mpegvideo_dec: Combine two loops | Andreas Rheinhardt | 2022-08-21 | 1 | -11/+5 |
* | avcodec/mpegvideo_dec: Don't sync AVCodecContext fields manually | Andreas Rheinhardt | 2022-08-18 | 1 | -5/+0 |
* | avcodec/mpegvideo_dec: Remove commented-out cruft | Andreas Rheinhardt | 2022-08-18 | 1 | -2/+0 |
* | avcodec/mpegvideodec: Constify some functions | Andreas Rheinhardt | 2022-08-15 | 1 | -2/+2 |
* | avcodec/mpegvideo: Move setting mb_height to ff_mpv_init_context_frame | Andreas Rheinhardt | 2022-08-10 | 1 | -6/+0 |
* | avcodec/internal: Move FF_QSCALE_TYPE_* to mpegvideodec.h | Andreas Rheinhardt | 2022-03-23 | 1 | -1/+1 |
* | avcodec/mpegvideo_dec: Remove commented-out cruft | Andreas Rheinhardt | 2022-02-13 | 1 | -2/+0 |
* | avcodec/mpegvideo: Move decoder-only stuff to a new header | Andreas Rheinhardt | 2022-02-13 | 1 | -0/+1 |
* | avcodec/mpegvideo: Enable private contexts | Andreas Rheinhardt | 2022-02-13 | 1 | -0/+3 |
* | avcodec/thread: Move ff_thread_(await|report)_progress to new header | Andreas Rheinhardt | 2022-02-09 | 1 | -1/+1 |
* | avcodec/mpegvideo, svq3: Remove unused next_p_frame_damaged | Andreas Rheinhardt | 2022-01-13 | 1 | -1/+0 |
* | avcodec/mpegvideo: Move decoding-only code into a new file | Andreas Rheinhardt | 2022-01-04 | 1 | -0/+583 |