| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/mpegvideo_enc: Add check for av_packet_new_side_data() | Jiasheng Jiang | 2024-07-02 | 1 | -0/+2 |
* | avcodec/mpegvideo_enc: Constify pointers to static storage | Andreas Rheinhardt | 2024-06-20 | 1 | -2/+1 |
* | avcodec/mpegvideo: Move quant_precision to Mpeg4DecContext | Andreas Rheinhardt | 2024-06-20 | 1 | -2/+0 |
* | avcodec/h261dec: Unquantize coefficients while parsing them | Andreas Rheinhardt | 2024-06-20 | 1 | -1/+1 |
* | avcodec/mpegvideo_enc: Don't update qscale unnecessarily | Andreas Rheinhardt | 2024-06-20 | 1 | -3/+3 |
* | avcodec/mpegvideo_enc: Initialize qscale tab for all codecs | Andreas Rheinhardt | 2024-06-20 | 1 | -3/+3 |
* | avcodec/mpegvideo_enc: Only keep what is used from MECmpContext | Andreas Rheinhardt | 2024-06-20 | 1 | -26/+33 |
* | avcodec/mpegvideo_enc: Avoid branch for sse vs nsse cmp | Andreas Rheinhardt | 2024-06-20 | 1 | -12/+11 |
* | avcodec/me_cmp, motion_est: Sanitize permissible cmp_funcs | Andreas Rheinhardt | 2024-06-20 | 1 | -3/+3 |
* | avcodec/me_cmp,dvenc,mpegvideo: Move ildct_cmp to its users | Andreas Rheinhardt | 2024-06-20 | 1 | -24/+25 |
* | avcodec/me_cmp, mpegvideo: Move frame_skip_cmp to MpegEncContext | Andreas Rheinhardt | 2024-06-20 | 1 | -4/+6 |
* | avcodec/motion_est: Factor one-time initialization out of ff_init_me | Andreas Rheinhardt | 2024-06-20 | 1 | -3/+16 |
* | avcodec/mpegvideo_enc: Check for existence of ildct cmp functions | Andreas Rheinhardt | 2024-06-20 | 1 | -2/+8 |
* | avcodec/mpegvideo_enc: Avoid excessive inlining | Andreas Rheinhardt | 2024-06-20 | 1 | -4/+4 |
* | avcodec/mpegvideo_enc: Avoid branches for flipping no_rounding | Andreas Rheinhardt | 2024-06-20 | 1 | -6/+4 |
* | avcodec/mpegvideo_enc: Don't pretend ff_dct_encode_init() can fail | Andreas Rheinhardt | 2024-06-12 | 1 | -3/+1 |
* | avcodec/mpegvideo: Remove fast_dct_quantize | Andreas Rheinhardt | 2024-06-12 | 1 | -1/+0 |
* | avcodec/mpegvideo_enc: Always set c funcs in ff_dct_encode_init() | Andreas Rheinhardt | 2024-06-12 | 1 | -4/+3 |
* | avcodec/mips/mpegvideo: Set denoise_dct only for encoder | Andreas Rheinhardt | 2024-06-12 | 1 | -1/+3 |
* | avcodec/mpegvideo_enc: Move initializing H263DSP to ituh263enc.c | Andreas Rheinhardt | 2024-06-12 | 1 | -2/+0 |
* | avcodec/mpegvideo_enc: Make ff_dct_quantize_c() static | Andreas Rheinhardt | 2024-06-12 | 1 | -5/+8 |
* | avcodec/mpegvideo_enc: Binarize reference | Andreas Rheinhardt | 2024-06-12 | 1 | -2/+1 |
* | avcodec/mpegvideo: Use enum for msmpeg4_version | Andreas Rheinhardt | 2024-06-12 | 1 | -11/+17 |
* | avcodec/mpegvideo_enc: Unify initializing PutBitContexts | Andreas Rheinhardt | 2024-06-12 | 1 | -23/+19 |
* | avcodec/mpegpicture: Avoid MotionEstContext in ff_mpeg_framesize_alloc() | Andreas Rheinhardt | 2024-06-12 | 1 | -2/+5 |
* | avcodec/mpegpicture: Use ThreadProgress instead of ThreadFrame API | Andreas Rheinhardt | 2024-06-12 | 1 | -1/+1 |
* | avcodec/mpegpicture: Make MPVPicture refcounted | Andreas Rheinhardt | 2024-06-12 | 1 | -33/+41 |
* | avcodec/mpegvideo_enc: Reindentation | Andreas Rheinhardt | 2024-06-12 | 1 | -97/+96 |
* | avcodec/mpegvideo_enc: Return early when getting length of B frame chain | Andreas Rheinhardt | 2024-06-12 | 1 | -2/+4 |
* | avcodec/mpegvideo_enc: Factor setting length of B frame chain out | Andreas Rheinhardt | 2024-06-12 | 1 | -8/+25 |
* | avcodec/mpegpicture: Split MPVPicture into WorkPicture and ordinary Pic | Andreas Rheinhardt | 2024-06-12 | 1 | -64/+35 |
* | avcodec/mpegpicture: Rename Picture->MPVPicture | Andreas Rheinhardt | 2024-06-12 | 1 | -3/+3 |
* | avcodec/mpegvideo_enc: Move copying properties to alloc_picture() | Andreas Rheinhardt | 2024-06-12 | 1 | -11/+11 |
* | avcodec/mpegvideo_enc: Pass AVFrame*, not Picture* to alloc_picture() | Andreas Rheinhardt | 2024-06-12 | 1 | -12/+12 |
* | avcodec/mpegpicture: Split ff_alloc_picture() into check and alloc part | Andreas Rheinhardt | 2024-06-12 | 1 | -31/+26 |
* | avcodec/mpegvideo: Add const where appropriate | Andreas Rheinhardt | 2024-06-12 | 1 | -3/+3 |
* | avcodec/rv30, rv34, rv40: Avoid indirection | Andreas Rheinhardt | 2024-06-12 | 1 | -1/+1 |
* | avcodec/mpegpicture: Cache AVFrame.data and linesize values | Andreas Rheinhardt | 2024-06-12 | 1 | -8/+8 |
* | avcodec/mpegpicture: Reduce value of MAX_PLANES define | Andreas Rheinhardt | 2024-06-12 | 1 | -4/+3 |
* | avcodec/mpegvideo: Shorten variable names | Andreas Rheinhardt | 2024-06-12 | 1 | -93/+89 |
* | avcodec/h263: Move encoder-only part out of ff_h263_update_motion_val() | Andreas Rheinhardt | 2024-06-12 | 1 | -2/+2 |
* | avcodec/mpegvideo, mpegpicture: Add buffer pool | Andreas Rheinhardt | 2024-06-12 | 1 | -6/+7 |
* | avcodec/mpegvideo, ratecontrol: Remove write-only skip_count | Andreas Rheinhardt | 2024-06-12 | 1 | -4/+0 |
* | avcodec/ratecontrol: Pass RCContext directly in ff_rate_control_uninit() | Andreas Rheinhardt | 2024-06-12 | 1 | -1/+1 |
* | avcodec/mpegvideo_enc: give magic number a name | Ramiro Polla | 2024-06-05 | 1 | -1/+1 |
* | avcodec/mpegvideo_enc: Fix potential overflow in RD | Michael Niedermayer | 2024-05-19 | 1 | -2/+2 |
* | libavcodec/mpegvideo_enc: fix multi-threaded motion estimation rounding for m... | Ramiro Polla | 2024-05-11 | 1 | -3/+3 |
* | avcodec/mpegvideo_enc: Fix 1 line and one column images | Michael Niedermayer | 2024-05-06 | 1 | -2/+2 |
* | avcodec/mpegvideo_enc: Don't update current_picture unnecessarily | Andreas Rheinhardt | 2024-04-08 | 1 | -1/+0 |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |