50363 Commits (a95591dbfde3a9347cdfe6537243957e65d2d8ea)

Author SHA1 Message Date
Andreas Rheinhardt a95591dbfd avcodec/mpegvideo: Redo aligning mb_height for VC-1 7 months ago
Andreas Rheinhardt 7ad13e173b avcodec/mpegpicture: Always reset mbskip_table 7 months ago
Andreas Rheinhardt 71ff9217f7 avcodec/mpegpicture: Always reset motion val buffer 7 months ago
Andreas Rheinhardt caac9740f8 avcodec/mpegvideo: Only allocate cbp_table, pred_dir_table when needed 7 months ago
Andreas Rheinhardt 582d828f75 avcodec/mpegvideo: Don't reset coded_block unnecessarily 7 months ago
Andreas Rheinhardt ba033acb56 avcodec/mpegvideo: Only allocate coded_block when needed 7 months ago
Andreas Rheinhardt 1a5c21daee avcodec/msmpeg4enc: Only calculate coded_cbp when used 7 months ago
Andreas Rheinhardt 60d4c8a137 avcodec/mpegvideo_motion: Avoid constant function argument 7 months ago
Andreas Rheinhardt 55e81306bf avcodec/mpegvideo_motion: Optimize check away 7 months ago
Andreas Rheinhardt 5f505995db avcodec/mpegvideo_motion: Optimize check away 7 months ago
Andreas Rheinhardt f44d212e0e avcodec/mpegvideo_motion: Remove dead checks for existence of reference 7 months ago
Andreas Rheinhardt c85508f5a9 avcodec/mpeg12dec: Allocate dummy frames for non-I fields 7 months ago
Andreas Rheinhardt 73676dd47a avcodec/mpegpicture: Mark dummy frames as such 7 months ago
Andreas Rheinhardt 99543c93ec avcodec/mpegvideo_dec: Factor allocating dummy frames out 7 months ago
Andreas Rheinhardt a30c95ed8a avcodec/mpegvideo_dec: Sync linesize and uvlinesize between threads 7 months ago
Andreas Rheinhardt d4b63885a6 avcodec/mpegpicture: Store linesize in ScratchpadContext 7 months ago
Andreas Rheinhardt 0aaabe1fd7 avcodec/get_buffer: Remove redundant check 7 months ago
Andreas Rheinhardt 2786d34712 avcodec/ratecontrol: Avoid padding in RateControlEntry 7 months ago
Andreas Rheinhardt 685cda26aa avcodec/mpegvideo, ratecontrol: Remove write-only skip_count 7 months ago
Andreas Rheinhardt 68a06640b1 avcodec/ratecontrol: Don't call ff_rate_control_uninit() ourselves 7 months ago
Andreas Rheinhardt 0c9e04b0e2 avcodec/ratecontrol: Pass RCContext directly in ff_rate_control_uninit() 7 months ago
Andreas Rheinhardt ba28222a14 avcodec/ratecontrol: Fix double free on error 7 months ago
Lynne bdd3c6ca50
aacdec_usac: always zero out alpha_q values for stereo streams 7 months ago
Lynne d79fbad366
aacdec_usac: rename spectrum decode function and remove unused arg 7 months ago
Lynne 11a8e0a4e5
aacdec_usac: dequantize scalefactors after noise synthesis 7 months ago
Rémi Denis-Courmont 378d1b06c3 riscv: probe for Zbb extension at load time 7 months ago
Anton Khirnov 08ea7d6b8e lavc/hevcdec: constify source frame in hevc_ref_frame() 7 months ago
Anton Khirnov ccd391d6a3 lavc/hevcdec: do not unref current frame on frame_end() failure 7 months ago
Anton Khirnov d725c737fe lavc/hevcdec: move some frame-end code to hevc_frame_end() 7 months ago
Anton Khirnov edb6a471c4 lavc/hevcdec: factor decoding a slice NALU out of decode_nal_unit() 7 months ago
Anton Khirnov 90e75c4ec9 lavc/hevcdec: drop a redundant multiple-frame-per-packet check 7 months ago
Anton Khirnov 3cd6492fb5 lavc/hevcdec: move the check for multiple frames in a packet 7 months ago
Anton Khirnov a8f9d52c22 lavc/hevcdec: move setting slice_initialized out of hls_slice_header() 7 months ago
Anton Khirnov 82ded1ad3a lavc/hevcdec: move sequence increment/IDR handling to hevc_frame_start() 7 months ago
Anton Khirnov a2e77caf37 lavc/hevcdec: set active PPS/SPS in hevc_frame_start() 7 months ago
Anton Khirnov 47d34ba7fb lavc/hevcdec: move constructing slice RPL to decode_slice_data() 7 months ago
Anton Khirnov fe171a3b51 lavc/hevcdec: move calling hwaccel decode_slice to decode_slice_data() 7 months ago
Anton Khirnov 6ee550d83d lavc/hevcdec: move calling hwaccel start_frame to hevc_frame_start() 7 months ago
Anton Khirnov 3bbb5d78c7 lavc/hevcdec: move per-slice local_ctx setup out of hls_slice_header() 7 months ago
Anton Khirnov efc827bf6f lavc/hevcdec: move slice decoding dispatch to its own function 7 months ago
Anton Khirnov 7cce612a26 lavc/hevcdec: move a slice segment sanity check to hls_slice_header() 7 months ago
Anton Khirnov d43527a1a0 lavc/hevcdec: store slice header POC in SliceHeader 7 months ago
Anton Khirnov e4e9e1da15 lavc/hevcdec: drop redundant HEVCContext.threads_{type,number} 7 months ago
Anton Khirnov b0c29a45dc lavc/hevc/cabac: do not infer WPP use based on HEVCContext.threads_number 7 months ago
Anton Khirnov d86ac94df2 lavc/hevcdec: output RASL frames based on the value of no_rasl_output_flag 7 months ago
Anton Khirnov 3115c84015 lavc/hevcdec: only set no_rasl_output_flag for IRAP frames 7 months ago
Anton Khirnov 381b70e173 lavc/hevcdec: do not pass HEVCContext to ff_hevc_frame_nb_refs() 7 months ago
Anton Khirnov 07eb60c0da lavc/hevcdec: only call export_stream_params_from_sei() once per frame 7 months ago
Anton Khirnov 01b379a93e lavc/hevcdec: move pocTid0 computation to hevc_frame_start() 7 months ago
Anton Khirnov 5e438511ab lavc/hevcdec: do not pass HEVCContext to decode_lt_rps() 7 months ago