115910 Commits (182e647a64bc85f74a03da9f1c96c9111e7b27d4)
 

Author SHA1 Message Date
Andreas Rheinhardt 101ed72c2f avcodec/h263, mpeg(picture|video): Only allocate mbskip_table for MPEG-4 9 months ago
Andreas Rheinhardt 2cbca73975 avcodec/h263: Move encoder-only part out of ff_h263_update_motion_val() 9 months ago
Andreas Rheinhardt bed17eba47 avcodec/mpegpicture: Use RefStruct-pool API 9 months ago
Andreas Rheinhardt 6450cfcd10 avcodec/mpegpicture: Reindent after the previous commit 9 months ago
Andreas Rheinhardt 788892d647 avcodec/mpegvideo, mpegpicture: Add buffer pool 9 months ago
Andreas Rheinhardt a95591dbfd avcodec/mpegvideo: Redo aligning mb_height for VC-1 9 months ago
Andreas Rheinhardt 7ad13e173b avcodec/mpegpicture: Always reset mbskip_table 9 months ago
Andreas Rheinhardt 71ff9217f7 avcodec/mpegpicture: Always reset motion val buffer 9 months ago
Andreas Rheinhardt caac9740f8 avcodec/mpegvideo: Only allocate cbp_table, pred_dir_table when needed 9 months ago
Andreas Rheinhardt 582d828f75 avcodec/mpegvideo: Don't reset coded_block unnecessarily 9 months ago
Andreas Rheinhardt ba033acb56 avcodec/mpegvideo: Only allocate coded_block when needed 9 months ago
Andreas Rheinhardt 1a5c21daee avcodec/msmpeg4enc: Only calculate coded_cbp when used 9 months ago
Andreas Rheinhardt 60d4c8a137 avcodec/mpegvideo_motion: Avoid constant function argument 9 months ago
Andreas Rheinhardt 55e81306bf avcodec/mpegvideo_motion: Optimize check away 9 months ago
Andreas Rheinhardt 5f505995db avcodec/mpegvideo_motion: Optimize check away 9 months ago
Andreas Rheinhardt f44d212e0e avcodec/mpegvideo_motion: Remove dead checks for existence of reference 9 months ago
Andreas Rheinhardt c85508f5a9 avcodec/mpeg12dec: Allocate dummy frames for non-I fields 9 months ago
Andreas Rheinhardt 73676dd47a avcodec/mpegpicture: Mark dummy frames as such 9 months ago
Andreas Rheinhardt 99543c93ec avcodec/mpegvideo_dec: Factor allocating dummy frames out 9 months ago
Andreas Rheinhardt a30c95ed8a avcodec/mpegvideo_dec: Sync linesize and uvlinesize between threads 9 months ago
Andreas Rheinhardt d4b63885a6 avcodec/mpegpicture: Store linesize in ScratchpadContext 9 months ago
Andreas Rheinhardt 0aaabe1fd7 avcodec/get_buffer: Remove redundant check 9 months ago
Andreas Rheinhardt 2786d34712 avcodec/ratecontrol: Avoid padding in RateControlEntry 9 months ago
Andreas Rheinhardt 685cda26aa avcodec/mpegvideo, ratecontrol: Remove write-only skip_count 9 months ago
Andreas Rheinhardt 68a06640b1 avcodec/ratecontrol: Don't call ff_rate_control_uninit() ourselves 9 months ago
Andreas Rheinhardt 0c9e04b0e2 avcodec/ratecontrol: Pass RCContext directly in ff_rate_control_uninit() 9 months ago
Andreas Rheinhardt ba28222a14 avcodec/ratecontrol: Fix double free on error 9 months ago
Lynne bdd3c6ca50
aacdec_usac: always zero out alpha_q values for stereo streams 9 months ago
Lynne d79fbad366
aacdec_usac: rename spectrum decode function and remove unused arg 9 months ago
Lynne 11a8e0a4e5
aacdec_usac: dequantize scalefactors after noise synthesis 9 months ago
Haihao Xiang a4630d479a lavu/hwcontext_vulkan: Support write on drm frame 9 months ago
Michael Niedermayer 9c9f095e30
avfilter/vf_rotate: Check ff_draw_init2() return value 9 months ago
Michael Niedermayer 034054b370
avformat/mov: Use int64_t in intermediate for corrected_dts 9 months ago
Michael Niedermayer 0c977d37aa
avformat/mov: Use 64bit in intermediate for current_dts 9 months ago
Michael Niedermayer 019fce18bb
avformat/matroskadec: Assert that num_levels is non negative 9 months ago
Michael Niedermayer 0263b6a48c
avformat/libzmq: Check av_strstart() 9 months ago
Michael Niedermayer 5712f36dd0
avformat/img2dec: Little JFIF / Exif cleanup 9 months ago
Michael Niedermayer 7d04c6016b
avformat/img2dec: Move DQT after unrelated if() 9 months ago
Michael Niedermayer f10493f6fc
avformat/imfdec: Simplify get_next_track_with_minimum_timestamp() 9 months ago
Michael Niedermayer c21fb3624b
avformat/iamf_parse: Remove dead case 9 months ago
Michael Niedermayer 78d6d13bab
avdevice/xcbgrab: Check sscanf() return 9 months ago
Rémi Denis-Courmont f6d0a41c8c lavu/riscv: use Zbb CLZ/CTZ/CLZW/CTZW at run-time 9 months ago
Rémi Denis-Courmont 98db140910 lavu/riscv: use Zbb CPOP/CPOPW at run-time 9 months ago
Rémi Denis-Courmont 324899b748 lavu/riscv: use Zbb REV8 at run-time 9 months ago
Rémi Denis-Courmont 378d1b06c3 riscv: probe for Zbb extension at load time 9 months ago
Rémi Denis-Courmont 18adaf9fe5 checkasm/lls: adjust buffer sizes and alignments 9 months ago
Anton Khirnov 08ea7d6b8e lavc/hevcdec: constify source frame in hevc_ref_frame() 9 months ago
Anton Khirnov ccd391d6a3 lavc/hevcdec: do not unref current frame on frame_end() failure 9 months ago
Anton Khirnov d725c737fe lavc/hevcdec: move some frame-end code to hevc_frame_end() 9 months ago
Anton Khirnov edb6a471c4 lavc/hevcdec: factor decoding a slice NALU out of decode_nal_unit() 9 months ago