776 Commits (a95591dbfde3a9347cdfe6537243957e65d2d8ea)

Author SHA1 Message Date
Andreas Rheinhardt 685cda26aa avcodec/mpegvideo, ratecontrol: Remove write-only skip_count 8 months ago
Andreas Rheinhardt 0c9e04b0e2 avcodec/ratecontrol: Pass RCContext directly in ff_rate_control_uninit() 8 months ago
Ramiro Polla 2d24a80e5e avcodec/mpegvideo_enc: give magic number a name 8 months ago
Michael Niedermayer b6b2b01025
avcodec/mpegvideo_enc: Fix potential overflow in RD 9 months ago
Ramiro Polla b8af0809fb libavcodec/mpegvideo_enc: fix multi-threaded motion estimation rounding for mpeg4 9 months ago
Michael Niedermayer 96449cfeae
avcodec/mpegvideo_enc: Fix 1 line and one column images 9 months ago
Andreas Rheinhardt 908a73df31 avcodec/mpegvideo_enc: Don't update current_picture unnecessarily 10 months ago
Andreas Rheinhardt 790f793844 avutil/common: Don't auto-include mem.h 10 months ago
Anton Khirnov 08bebeb1be Revert "all: Don't set AVClass.item_name to its default value" 1 year ago
Michael Niedermayer e063c1d079
avcodec/mpegvideo_enc: Use ptrdiff_t for stride 1 year ago
Michael Niedermayer a066b8a809
avcodec/mpegvideo_enc: Dont copy beyond the image 1 year ago
Andreas Rheinhardt 0c6203c97a all: Don't set AVClass.item_name to its default value 1 year ago
Andreas Rheinhardt 315c956cbd avcodec/pthread_frame: Remove ff_thread_release_buffer() 1 year ago
Andreas Rheinhardt 52509f63ce avcodec/mpegpicture: Move caller-specific parts of function to callers 1 year ago
Andreas Rheinhardt 2a8ac5a780 avcodec/mpegvideo_enc: Don't call av_frame_copy_props() unnecessarily 1 year ago
Andreas Rheinhardt 22b0141d87 avcodec/mpegvideo_enc: Don't allocate buffers unnecessarily 1 year ago
Andreas Rheinhardt d87c358ee6 avcodec/mpegvideo_enc: Remove dead block 1 year ago
Andreas Rheinhardt 070bc4d2c5 avcodec/mpegvideo_enc: Don't set write-only properties 1 year ago
Andreas Rheinhardt 3937a21f21 avcodec/mpegvideo_enc: Don't overallocate arrays 1 year ago
Andreas Rheinhardt 0524b4ec3e avcodec/mpegvideo_enc: Don't reget known values 1 year ago
Andreas Rheinhardt 18f7d8d880 avcodec/mpegvideo_enc: Don't pretend input to be non-refcounted 1 year ago
Andreas Rheinhardt f5220475de avcodec/mpegvideo_enc: Reindentation 1 year ago
Andreas Rheinhardt 5aaaa7dbee avcodec/mpegvideo_enc: Remove always-false checks 1 year ago
Andreas Rheinhardt b96ba62bdd avcodec/mpegvideo_enc: Fix abort on allocation errors 1 year ago
Andreas Rheinhardt 4c422de1db avcodec/mpegvideo: Move allocating new_picture to the encoder 1 year ago
James Almer 0231df505d avcodec/utils: move ff_add_cpb_side_data() to encoder code 1 year ago
Andreas Rheinhardt f8503b4c33 avutil/internal: Don't auto-include emms.h 1 year ago
Andreas Rheinhardt 8387241975 avcodec/dct: Move fdct function declarations to fdctdsp.h 2 years ago
James Almer dc7bd7c5a5 avcodec: use the new AVFrame key_frame flag in all decoders and encoders 2 years ago
James Almer 13450b6722 avcodec/mpegvideo_enc: ensure lmin is smaller than lmax 2 years ago
James Almer 7c6e26a184 avcodec/mp_cmp: reject invalid comparison function values 2 years ago
Marton Balint 8e2c124904 avcodec/mpegvideo_enc: do not use AVFrame.*_picture_number for encoding 2 years ago
Anton Khirnov c44a3dba9e lavc/mpegvideo_enc: handle frame durations and AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE 2 years ago
Marton Balint 103617c93c avcodec/mpegvideo_enc: remove picture_number parameter from encode functions 2 years ago
Andreas Rheinhardt fd0e37f126 avcodec/mpegvideo_enc: Move initializing QpelDSPCtx to mpeg4videoenc.c 2 years ago
Andreas Rheinhardt 908b7fcfb2 avcodec/mpegvideodata: Join mpeg1/2 dc scale tables 2 years ago
Andreas Rheinhardt ed5a438f05 avcodec/mpegvideo_enc: Initialize dct_unquantize_int(ra|er) only once 2 years ago
Andreas Rheinhardt 6fe4e8fab4 avcodec/mpegvideo: Split ff_mpv_reconstruct_mb() into de/encoder part 2 years ago
Andreas Rheinhardt aaf4109a5f avcodec/mpegvideo_enc: Call ff_mpeg1_encode_init() earlier 2 years ago
Andreas Rheinhardt d74ca6fdb4 avcodec/mpegvideo_enc: Move H.261 size check to h261enc.c 2 years ago
Andreas Rheinhardt 759d216c47 avcodec/mpegvideo_enc: Call ff_h261_encode_init() earlier 2 years ago
Andreas Rheinhardt 40e4ddf619 avcodec/mpegvideo_enc: Move SpeedHQ check to speedhqenc.c 2 years ago
Andreas Rheinhardt 2fd99aa208 avcodec/mpeg12: Move ff_mpeg1_clean_buffers decl to a new header 2 years ago
Andreas Rheinhardt 0154fb43e3 avcodec/mpegvideo: Allocate encoder-only tables in mpegvideo_enc.c 2 years ago
Andreas Rheinhardt 300e31457a avcodec/mpegvideo_enc: Remove redundant cast 3 years ago
Andreas Rheinhardt dfaf319ac9 avcodec/mpegvideo_enc: Remove redundant check 3 years ago
Andreas Rheinhardt 51d02911f0 avcodec/mpegvideo_enc: Don't copy Picture unnecessarily 3 years ago
Andreas Rheinhardt 73ea6db0ba avcodec/mpegpicture: Move encoding_error and mb_var_sum to MpegEncCtx 3 years ago
Andreas Rheinhardt bc109a53c7 avcodec/mpegpicture: Move mb_var, mc_mb_var and mb_mean to MpegEncCtx 3 years ago
Andreas Rheinhardt 5828e8209f avcodec: Constify frame->data pointers for encoders where possible 3 years ago