766 Commits (d92ef4f846fd52744599d98fa16e2dc764422c6c)

Author SHA1 Message Date
Michael Niedermayer 16bef72c50
avcodec/mpegvideo_enc: Use ptrdiff_t for stride 10 months ago
Michael Niedermayer e1c2fa6b9a
avcodec/mpegvideo_enc: Dont copy beyond the image 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 2 years ago
Andreas Rheinhardt dfaf319ac9 avcodec/mpegvideo_enc: Remove redundant check 2 years ago
Andreas Rheinhardt 51d02911f0 avcodec/mpegvideo_enc: Don't copy Picture unnecessarily 2 years ago
Andreas Rheinhardt 73ea6db0ba avcodec/mpegpicture: Move encoding_error and mb_var_sum to MpegEncCtx 2 years ago
Andreas Rheinhardt bc109a53c7 avcodec/mpegpicture: Move mb_var, mc_mb_var and mb_mean to MpegEncCtx 2 years ago
Andreas Rheinhardt 5828e8209f avcodec: Constify frame->data pointers for encoders where possible 3 years ago
Andreas Rheinhardt b0e38c7d1e configure: Add msmpeg4(dec|enc) subsystems 3 years ago
Andreas Rheinhardt 145236741d avcodec/mpegvideo: Inline values in ff_update_block_index() 3 years ago
Wenbin Chen bd7dae7daf avcodec/mpegvideo_enc: Unify the code style 3 years ago
Wenbin Chen 76b33704b6 avcodec/mpegvideo_enc: Fix a chroma mb size error in sse_mb() 3 years ago
Andreas Rheinhardt 40e6575aa3 all: Replace if (ARCH_FOO) checks by #if ARCH_FOO 3 years ago
Andreas Rheinhardt d587b1c323 avcodec/mpegvideoenc: Remove ineffective options 3 years ago
Andreas Rheinhardt de640d2b53 avcodec/mjpegenc: Remove pointless motion-estimation options 3 years ago
Andreas Rheinhardt f703cbabdb avcodec/mpegvideo_enc: Remove always-true check 3 years ago
Andreas Rheinhardt c3047da646 avcodec/mpegvideo_enc: Fix unnecessary linear growth of buffer 3 years ago
Andreas Rheinhardt 4487dd8bb5 avcodec/mpegvideo_enc: Ignore ICC profile size when not MJPEG 3 years ago