115946 Commits (1745d12d6741dc1c43442c58bd2f5d78aac6fd28)
 

Author SHA1 Message Date
Andreas Rheinhardt 1745d12d67 avcodec/h261enc, msmpeg4: Avoid setting dc_scale_tables unnecessarily 6 months ago
Andreas Rheinhardt 65d5ccb808 avcodec/mpeg_er: Don't set block_index unnecessarily 6 months ago
Andreas Rheinhardt c41818dc5d avcodec/mpeg4videodec: Don't initialize unused inter_scantable 6 months ago
Andreas Rheinhardt 0f92fecebb avcodec/mpv_reconstruct_mb_template: Optimize WMV2 code away if possible 6 months ago
Andreas Rheinhardt f694db87ca avcodec/mpegvideo: Join loops when initializing ScanTable 6 months ago
Andreas Rheinhardt 66709df403 avcodec/mpegvideo_dec: Remove unnecessary FFMIN 6 months ago
Andreas Rheinhardt 2e5287e519 avcodec/mpv_reconstruct_mb_template: Optimize always-true branch away 6 months ago
Andreas Rheinhardt c1097556c7 avcodec/h261dec: Simplify decoding GOB header 6 months ago
Andreas Rheinhardt 18b059f208 avcodec/h261dec: Fix UB NULL + 0, remove broken resync code 6 months ago
Andreas Rheinhardt fb1acbc941 avcodec/h261dec: Don't reset gob_start_code_skipped in h261_decode_init() 6 months ago
Andreas Rheinhardt 89a0cec790 avcodec/msmpeg4enc: Combine writing bits 6 months ago
Andreas Rheinhardt a1a8a03373 avcodec/mpeg12enc: Pass AVCodecContext* directly 6 months ago
Andreas Rheinhardt 0c88303c0c avcodec/mpeg12enc: Use AVCodecContext, not priv ctx as logctx 6 months ago
Andreas Rheinhardt 1d270e99f9 avcodec/mpeg4videodec: Remove always-false check 6 months ago
Andreas Rheinhardt 963bdac226 avcodec/vc1_block: Simplify resetting coded_block 6 months ago
Andreas Rheinhardt 6e1ca92206 avcodec/vc1_block: Remove unnecessary assignments 6 months ago
Andreas Rheinhardt 7bccf63de5 avcodec/mpeg4videodec: Don't initialize unused stuff 6 months ago
Andreas Rheinhardt d197a8d6b6 avcodec/mpeg4videodec: Inline constants 6 months ago
Andreas Rheinhardt 646ace34cd avcodec/h263enc: Remove no-output code 6 months ago
Andreas Rheinhardt d40b46f47c avcodec/ituh263enc: Inline constants 6 months ago
Andreas Rheinhardt 0b0a4a7e69 avcodec/svq1enc: Stop copying PutBitContext unnecessarily 6 months ago
Andreas Rheinhardt 952a32e9a0 avcodec/mpegutils: Don't output wrong mb skip values 6 months ago
Andreas Rheinhardt b2195a238c avcodec/mpegvideo_dec: Don't keep droppable in sync in update_thread_ctx 6 months ago
Andreas Rheinhardt 39660bf964 avcodec/mpegvideo_dec: Don't alloc framesize-bufs in update_thread_ctx 6 months ago
Andreas Rheinhardt ba341be095 avcodec/mpeg12dec: Disable allocating scratchpad buffers when possible 6 months ago
Andreas Rheinhardt 3acf351e77 avcodec/mpv_reconstruct_mb_template: Don't unnecessarily copy data 6 months ago
Andreas Rheinhardt c28e553cbf avcodec/mpegutils: Fix ff_draw_horiz_band() 6 months ago
Andreas Rheinhardt f8b8f16163 avcodec/mpegvideo_enc: Don't update qscale unnecessarily 6 months ago
Andreas Rheinhardt 85cc6478b6 avcodec/mpegvideo_enc: Initialize qscale tab for all codecs 6 months ago
Andreas Rheinhardt 3b67ab85ee avcodec/mpegvideo_enc: Only keep what is used from MECmpContext 6 months ago
Andreas Rheinhardt eb3415912b avcodec/mpegvideo_enc: Avoid branch for sse vs nsse cmp 6 months ago
Andreas Rheinhardt 8b4f7c0663 avcodec/me_cmp: Zero MECmpContext in ff_me_cmp_init() 6 months ago
Andreas Rheinhardt 10e7633cd7 avcodec/motion_est: Store remaining required me_cmp_funcs 6 months ago
Andreas Rheinhardt d163eefd47 avcodec/me_cmp, motion_est: Sanitize permissible cmp_funcs 6 months ago
Andreas Rheinhardt b1a31b32ab avcodec/me_cmp,dvenc,mpegvideo: Move ildct_cmp to its users 6 months ago
Andreas Rheinhardt cd2e46a350 avcodec/me_cmp, mpegvideo: Move frame_skip_cmp to MpegEncContext 6 months ago
Andreas Rheinhardt 182e647a64 avcodec/me_cmp, motion_est: Move me_(pre_)?_cmp etc. to MotionEstContext 6 months ago
Andreas Rheinhardt 1367ef198a avcodec/me_cmp: Constify ff_set_cmp() 6 months ago
Andreas Rheinhardt bbd355355d avcodec/motion_est: Factor one-time initialization out of ff_init_me 6 months ago
Andreas Rheinhardt 422711d1a5 avcodec/dvenc: Check for availability of interlaced dct cmp func 6 months ago
Andreas Rheinhardt c46711d44f avcodec/mpegvideo_enc: Check for existence of ildct cmp functions 6 months ago
Andreas Rheinhardt 415a3c32c9 avcodec/mpegvideo_enc: Avoid excessive inlining 6 months ago
Andreas Rheinhardt 0ef8f0f965 avcodec/ituh263dec: Use VLC symbol table 6 months ago
Andreas Rheinhardt 010951239c avcodec/mpeg12dec: Use VLC symbol table 6 months ago
Andreas Rheinhardt e7d6300c10 avcodec/mpeg4videodec: Use VLC symbol table 6 months ago
Andreas Rheinhardt f161d9449a avcodec/mpegutils: Move H.264-only macros to h264dec.h 6 months ago
Andreas Rheinhardt f5d5b80f3c avcodec/mpegutils: Don't use MB_TYPE_L[01] for mpegvideo 6 months ago
Andreas Rheinhardt 07ae09bdf1 avcodec/mpegutils: Remove always-false check 6 months ago
Andreas Rheinhardt c94d81ce00 avcodec/h261dec: Remove nonsense information from error message 6 months ago
Andreas Rheinhardt 0876b160d6 avcodec/h261dec: Use VLC symbol table 6 months ago