115807 Commits (adb1521385e6dbd583e64c25648fe6f5dd84d0d4)
 

Author SHA1 Message Date
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 f0c021b6ff avcodec/dnxhdenc: Remove always-false check 7 months ago
Andreas Rheinhardt 1fe2a97b61 avcodec/vc1_pred: Fix indentation 7 months ago
Andreas Rheinhardt bf087a7e26 avcodec/mpegvideo_enc: Binarize reference 7 months ago
Andreas Rheinhardt 34ed9d1954 avcodec/ituh263enc: Remove redundant check 7 months ago
Andreas Rheinhardt b2ac792367 avcodec/mpegvideo: Use enum for msmpeg4_version 7 months ago
Andreas Rheinhardt 2f6768c761 avcodec/mpegvideo: Remove pblocks 7 months ago
Andreas Rheinhardt 1f5c64cbdc avcodec/mpeg12dec: Don't initialize inter_scantable 7 months ago
Andreas Rheinhardt 9bb35cfa4d avcodec/mpeg12dec: Pass Mpeg1Context* in mpeg_field_start() 7 months ago
Andreas Rheinhardt c703a519a5 avcodec/mpegvideo_dec: Don't sync encoder-only coded_picture_number 7 months ago
Andreas Rheinhardt a13ca893cf avcodec/mpegvideo_dec, rv34: Simplify check for "does pic exist?" 7 months ago
Andreas Rheinhardt 7e61e77c4e avcodec/mpeg12enc: Simplify writing startcodes 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 d0f76e6a11 avcodec/mpegpicture: Use union for b_scratchpad and rd_scratchpad 7 months ago
Andreas Rheinhardt 12fcbff446 avcodec/mpegpicture: Avoid loop and branch when setting motion_val 7 months ago
Andreas Rheinhardt 45cf0541cf avcodec/mpegpicture: Use ThreadProgress instead of ThreadFrame API 7 months ago
Andreas Rheinhardt 5475000942 avcodec/mpeg4videoenc: Simplify writing startcodes 7 months ago
Andreas Rheinhardt 4ef98a43ee avcodec/mpeg4videoenc: Avoid branch for writing stuffing 7 months ago
Andreas Rheinhardt 9ce56f91c0 avcodec/mpegpicture: Make MPVPicture refcounted 7 months ago
Andreas Rheinhardt 99d26939af avcodec/mpegvideo_dec: Add close function for mpegvideo-decoders 7 months ago
Andreas Rheinhardt b90b676409 avformat/riff: Declare VCR2 to be MPEG-2 7 months ago
Andreas Rheinhardt 5ea7c0e323 avcodec/mpeg12dec: Set out_format only once 7 months ago
Andreas Rheinhardt bbe10bcae8 avcodec/mpeg12dec: Remove write-only assignment 7 months ago
Andreas Rheinhardt 2f22fd7ec1 avcodec/mpeg12dec: Only initialize IDCT for IPU 7 months ago
Andreas Rheinhardt 183a67580b avcodec/mpeg12dec: Don't initialize inter tables for IPU 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 17501b2267 avcodec/error_resilience: Deduplicate cleanup code 7 months ago
Andreas Rheinhardt fe6037fd04 avcodec/mpegpicture: Split MPVPicture into WorkPicture and ordinary Pic 7 months ago
Andreas Rheinhardt dac15a5b6e avcodec/vc1_mc: Don't check AVFrame INTERLACE flags 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 042117da75 avcodec/mpegpicture: Improve error messages and code 7 months ago
Andreas Rheinhardt 8c59b5aa6b avcodec/vc1_pred: Remove unused function parameter 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 3a4e7694a1 avcodec/mpegvideo: Restrict resetting mbskip_table to MPEG-4 decoder 7 months ago
Andreas Rheinhardt 47e43c19cb avcodec/h263: Move setting mbskip_table to decoder/encoders 7 months ago
Andreas Rheinhardt 9645eeb485 avcodec/mpegvideo: Reindent after the previous commit 7 months ago
Andreas Rheinhardt 101ed72c2f avcodec/h263, mpeg(picture|video): Only allocate mbskip_table for MPEG-4 7 months ago
Andreas Rheinhardt 2cbca73975 avcodec/h263: Move encoder-only part out of ff_h263_update_motion_val() 7 months ago
Andreas Rheinhardt bed17eba47 avcodec/mpegpicture: Use RefStruct-pool API 7 months ago