summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo_enc.c
Commit message (Expand)AuthorAge
* Revert "all: Don't set AVClass.item_name to its default value"Anton Khirnov2024-01-20
* avcodec/mpegvideo_enc: Use ptrdiff_t for strideMichael Niedermayer2023-12-30
* avcodec/mpegvideo_enc: Dont copy beyond the imageMichael Niedermayer2023-12-30
* all: Don't set AVClass.item_name to its default valueAndreas Rheinhardt2023-12-22
* avcodec/pthread_frame: Remove ff_thread_release_buffer()Andreas Rheinhardt2023-10-22
* avcodec/mpegpicture: Move caller-specific parts of function to callersAndreas Rheinhardt2023-10-10
* avcodec/mpegvideo_enc: Don't call av_frame_copy_props() unnecessarilyAndreas Rheinhardt2023-10-10
* avcodec/mpegvideo_enc: Don't allocate buffers unnecessarilyAndreas Rheinhardt2023-10-10
* avcodec/mpegvideo_enc: Remove dead blockAndreas Rheinhardt2023-10-10
* avcodec/mpegvideo_enc: Don't set write-only propertiesAndreas Rheinhardt2023-10-10
* avcodec/mpegvideo_enc: Don't overallocate arraysAndreas Rheinhardt2023-10-10
* avcodec/mpegvideo_enc: Don't reget known valuesAndreas Rheinhardt2023-10-10
* avcodec/mpegvideo_enc: Don't pretend input to be non-refcountedAndreas Rheinhardt2023-10-10
* avcodec/mpegvideo_enc: ReindentationAndreas Rheinhardt2023-10-10
* avcodec/mpegvideo_enc: Remove always-false checksAndreas Rheinhardt2023-10-10
* avcodec/mpegvideo_enc: Fix abort on allocation errorsAndreas Rheinhardt2023-10-10
* avcodec/mpegvideo: Move allocating new_picture to the encoderAndreas Rheinhardt2023-10-06
* avcodec/utils: move ff_add_cpb_side_data() to encoder codeJames Almer2023-09-06
* avutil/internal: Don't auto-include emms.hAndreas Rheinhardt2023-09-04
* avcodec/dct: Move fdct function declarations to fdctdsp.hAndreas Rheinhardt2023-07-29
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-04
* avcodec/mpegvideo_enc: ensure lmin is smaller than lmaxJames Almer2023-04-18
* avcodec/mp_cmp: reject invalid comparison function valuesJames Almer2023-04-14
* avcodec/mpegvideo_enc: do not use AVFrame.*_picture_number for encodingMarton Balint2023-02-13
* lavc/mpegvideo_enc: handle frame durations and AV_CODEC_CAP_ENCODER_REORDERED...Anton Khirnov2023-01-29
* avcodec/mpegvideo_enc: remove picture_number parameter from encode functionsMarton Balint2023-01-26
* avcodec/mpegvideo_enc: Move initializing QpelDSPCtx to mpeg4videoenc.cAndreas Rheinhardt2022-11-06
* avcodec/mpegvideodata: Join mpeg1/2 dc scale tablesAndreas Rheinhardt2022-10-31
* avcodec/mpegvideo_enc: Initialize dct_unquantize_int(ra|er) only onceAndreas Rheinhardt2022-10-30
* avcodec/mpegvideo: Split ff_mpv_reconstruct_mb() into de/encoder partAndreas Rheinhardt2022-10-20
* avcodec/mpegvideo_enc: Call ff_mpeg1_encode_init() earlierAndreas Rheinhardt2022-10-06
* avcodec/mpegvideo_enc: Move H.261 size check to h261enc.cAndreas Rheinhardt2022-10-06
* avcodec/mpegvideo_enc: Call ff_h261_encode_init() earlierAndreas Rheinhardt2022-10-06
* avcodec/mpegvideo_enc: Move SpeedHQ check to speedhqenc.cAndreas Rheinhardt2022-10-06
* avcodec/mpeg12: Move ff_mpeg1_clean_buffers decl to a new headerAndreas Rheinhardt2022-10-04
* avcodec/mpegvideo: Allocate encoder-only tables in mpegvideo_enc.cAndreas Rheinhardt2022-08-21
* avcodec/mpegvideo_enc: Remove redundant castAndreas Rheinhardt2022-08-10
* avcodec/mpegvideo_enc: Remove redundant checkAndreas Rheinhardt2022-08-10
* avcodec/mpegvideo_enc: Don't copy Picture unnecessarilyAndreas Rheinhardt2022-08-10
* avcodec/mpegpicture: Move encoding_error and mb_var_sum to MpegEncCtxAndreas Rheinhardt2022-08-10
* avcodec/mpegpicture: Move mb_var, mc_mb_var and mb_mean to MpegEncCtxAndreas Rheinhardt2022-08-09
* avcodec: Constify frame->data pointers for encoders where possibleAndreas Rheinhardt2022-08-05
* configure: Add msmpeg4(dec|enc) subsystemsAndreas Rheinhardt2022-08-03
* avcodec/mpegvideo: Inline values in ff_update_block_index()Andreas Rheinhardt2022-07-31
* avcodec/mpegvideo_enc: Unify the code styleWenbin Chen2022-07-09
* avcodec/mpegvideo_enc: Fix a chroma mb size error in sse_mb()Wenbin Chen2022-07-09
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-15
* avcodec/mpegvideoenc: Remove ineffective optionsAndreas Rheinhardt2022-05-24
* avcodec/mjpegenc: Remove pointless motion-estimation optionsAndreas Rheinhardt2022-05-24
* avcodec/mpegvideo_enc: Remove always-true checkAndreas Rheinhardt2022-04-14