819 Commits (fd0cacc4720c68c58f86e41153444252dbd4e5b6)

Author SHA1 Message Date
Michael Niedermayer 9c8881cb35
avcodec/mpegvideo_enc: Do not duplicate pictures on shifting 6 months ago
Jiasheng Jiang 4065ff69a2 avcodec/mpegvideo_enc: Add check for av_packet_new_side_data() 7 months ago
Andreas Rheinhardt 390dbcb8b8 avcodec/mpegvideo_enc: Constify pointers to static storage 7 months ago
Andreas Rheinhardt 594723ec38 avcodec/mpegvideo: Move quant_precision to Mpeg4DecContext 7 months ago
Andreas Rheinhardt f793074784 avcodec/h261dec: Unquantize coefficients while parsing them 7 months ago
Andreas Rheinhardt f8b8f16163 avcodec/mpegvideo_enc: Don't update qscale unnecessarily 7 months ago
Andreas Rheinhardt 85cc6478b6 avcodec/mpegvideo_enc: Initialize qscale tab for all codecs 7 months ago
Andreas Rheinhardt 3b67ab85ee avcodec/mpegvideo_enc: Only keep what is used from MECmpContext 7 months ago
Andreas Rheinhardt eb3415912b avcodec/mpegvideo_enc: Avoid branch for sse vs nsse cmp 7 months ago
Andreas Rheinhardt d163eefd47 avcodec/me_cmp, motion_est: Sanitize permissible cmp_funcs 7 months ago
Andreas Rheinhardt b1a31b32ab avcodec/me_cmp,dvenc,mpegvideo: Move ildct_cmp to its users 7 months ago
Andreas Rheinhardt cd2e46a350 avcodec/me_cmp, mpegvideo: Move frame_skip_cmp to MpegEncContext 7 months ago
Andreas Rheinhardt bbd355355d avcodec/motion_est: Factor one-time initialization out of ff_init_me 7 months ago
Andreas Rheinhardt c46711d44f avcodec/mpegvideo_enc: Check for existence of ildct cmp functions 7 months ago
Andreas Rheinhardt 415a3c32c9 avcodec/mpegvideo_enc: Avoid excessive inlining 7 months ago
Andreas Rheinhardt 80c2d7c890 avcodec/mpegvideo_enc: Avoid branches for flipping no_rounding 7 months ago
Andreas Rheinhardt 89742b88c6 avcodec/mpegvideo_enc: Don't pretend ff_dct_encode_init() can fail 7 months ago
Andreas Rheinhardt 1dc1b6c5af avcodec/mpegvideo: Remove fast_dct_quantize 7 months ago
Andreas Rheinhardt e80bd068c5 avcodec/mpegvideo_enc: Always set c funcs in ff_dct_encode_init() 7 months ago
Andreas Rheinhardt 8327828205 avcodec/mips/mpegvideo: Set denoise_dct only for encoder 7 months ago
Andreas Rheinhardt adb1521385 avcodec/mpegvideo_enc: Move initializing H263DSP to ituh263enc.c 7 months ago
Andreas Rheinhardt bf8208d0cd avcodec/mpegvideo_enc: Make ff_dct_quantize_c() static 7 months ago
Andreas Rheinhardt bf087a7e26 avcodec/mpegvideo_enc: Binarize reference 7 months ago
Andreas Rheinhardt b2ac792367 avcodec/mpegvideo: Use enum for msmpeg4_version 7 months ago
Andreas Rheinhardt 4f2719a239 avcodec/mpegvideo_enc: Unify initializing PutBitContexts 7 months ago
Andreas Rheinhardt a05eebee99 avcodec/mpegpicture: Avoid MotionEstContext in ff_mpeg_framesize_alloc() 7 months ago
Andreas Rheinhardt 45cf0541cf avcodec/mpegpicture: Use ThreadProgress instead of ThreadFrame API 7 months ago
Andreas Rheinhardt 9ce56f91c0 avcodec/mpegpicture: Make MPVPicture refcounted 7 months ago
Andreas Rheinhardt dceb73a22d avcodec/mpegvideo_enc: Reindentation 7 months ago
Andreas Rheinhardt b64dfe2bd1 avcodec/mpegvideo_enc: Return early when getting length of B frame chain 7 months ago
Andreas Rheinhardt 17b5fc2e51 avcodec/mpegvideo_enc: Factor setting length of B frame chain out 7 months ago
Andreas Rheinhardt fe6037fd04 avcodec/mpegpicture: Split MPVPicture into WorkPicture and ordinary Pic 7 months ago
Andreas Rheinhardt 59422955cf avcodec/mpegpicture: Rename Picture->MPVPicture 7 months ago
Andreas Rheinhardt 2dfe7c1e40 avcodec/mpegvideo_enc: Move copying properties to alloc_picture() 7 months ago
Andreas Rheinhardt 8225d2da73 avcodec/mpegvideo_enc: Pass AVFrame*, not Picture* to alloc_picture() 7 months ago
Andreas Rheinhardt 89ca63cc9c avcodec/mpegpicture: Split ff_alloc_picture() into check and alloc part 7 months ago
Andreas Rheinhardt dda009b97d avcodec/mpegvideo: Add const where appropriate 7 months ago
Andreas Rheinhardt f1c4e8950e avcodec/rv30, rv34, rv40: Avoid indirection 7 months ago
Andreas Rheinhardt 7814dd77aa avcodec/mpegpicture: Cache AVFrame.data and linesize values 7 months ago
Andreas Rheinhardt 1c40a17922 avcodec/mpegpicture: Reduce value of MAX_PLANES define 7 months ago
Andreas Rheinhardt ec1eba792a avcodec/mpegvideo: Shorten variable names 7 months ago
Andreas Rheinhardt 2cbca73975 avcodec/h263: Move encoder-only part out of ff_h263_update_motion_val() 7 months ago
Andreas Rheinhardt 788892d647 avcodec/mpegvideo, mpegpicture: Add buffer pool 7 months ago
Andreas Rheinhardt 685cda26aa avcodec/mpegvideo, ratecontrol: Remove write-only skip_count 7 months ago
Andreas Rheinhardt 0c9e04b0e2 avcodec/ratecontrol: Pass RCContext directly in ff_rate_control_uninit() 7 months ago
Ramiro Polla 2d24a80e5e avcodec/mpegvideo_enc: give magic number a name 7 months ago
Michael Niedermayer b6b2b01025
avcodec/mpegvideo_enc: Fix potential overflow in RD 8 months ago
Ramiro Polla b8af0809fb libavcodec/mpegvideo_enc: fix multi-threaded motion estimation rounding for mpeg4 8 months ago
Michael Niedermayer 96449cfeae
avcodec/mpegvideo_enc: Fix 1 line and one column images 8 months ago
Andreas Rheinhardt 908a73df31 avcodec/mpegvideo_enc: Don't update current_picture unnecessarily 9 months ago