746 Commits (7058f9a3d62ce3a656acd3b974b24ef145f0a71b)

Author SHA1 Message Date
James Almer 2c11164707 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 2 years ago
Andreas Rheinhardt b0e38c7d1e configure: Add msmpeg4(dec|enc) subsystems 2 years ago
Andreas Rheinhardt 145236741d avcodec/mpegvideo: Inline values in ff_update_block_index() 2 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
Niklas Haas e254af3154 avcodec/mjpegenc: support writing ICC profiles 3 years ago
Andreas Rheinhardt 451300d0e8 avcodec/mpegvideo_enc: Remove redundant unref+ref 3 years ago
Andreas Rheinhardt 37250f7f64 avcodec/mpegvideo: Make new_picture an ordinary AVFrame 3 years ago
Andreas Rheinhardt 88720f3d81 avcodec/mpegvideo: Remove strict_std_compliance from MpegEncContext 3 years ago
Andreas Rheinhardt 8ca4b515e7 avcodec/mpegvideo_enc: Allow slices only for slice-thread-able codecs 3 years ago
Martin Storsjö a78f136f3f configure: Use a separate config_components.h header for $ALL_COMPONENTS 3 years ago
Andreas Rheinhardt c3e780c39b avcodec/mpegvideo_enc: Remove unused parameter from encode_mb_hq() 3 years ago
Andreas Rheinhardt cbf6cd91e6 avcodec/mpegvideo_enc: Remove unused function parameters 3 years ago
Andreas Rheinhardt 314e0a821e avcodec/mpegvideo: Constify src of ff_update_duplicate_context() 3 years ago
Andreas Rheinhardt 18e75f493d avcodec/mpegvideo: Remove write-only [fb]_code 3 years ago
Andreas Rheinhardt 6c2ce16954 avcodec/mpegvideo_enc: Don't set picture_in_gop_number for slice threads 3 years ago
Andreas Rheinhardt 7a774a4e93 avcodec/mpegvideo_enc: Don't find encoder by ID 3 years ago
Andreas Rheinhardt 746e7102be avcodec/mpegvideo: Move encoder-only stuff to a new header 3 years ago
Andreas Rheinhardt 9fa4e0e555 avcodec/rv10.h: Split header into decoder- and encoder-only parts 3 years ago
Andreas Rheinhardt 9856f6a443 avcodec/mpeg12.h: Move encoder-only stuff into a new header 3 years ago
Andreas Rheinhardt f78ffe382c avcodec/flv.h: Split header into encoder-only and decoder-only headers 3 years ago
Andreas Rheinhardt 876d0afe1f avcodec/mpeg4video.h: Move encoder-only parts in a new file 3 years ago
Andreas Rheinhardt 20d74fb09d avcodec/h263.h: Move encoder-only stuff to a new header h263enc.h 3 years ago
Andreas Rheinhardt 20033c7da4 avcodec/msmpegenc: Add MSMPEG4EncContext and move ac_stats to it 3 years ago
Andreas Rheinhardt 9f2b566301 avcodec/msmpeg4.h: Move encoder-only stuff to a new header 3 years ago