44407 Commits (1873d128f96e3b97489917d00cc0c6ccc803432f)

Author SHA1 Message Date
Andreas Rheinhardt 61fe481586 avcodec/h263data, ituh263*: Make initializing RL inter table thread-safe 4 years ago
Andreas Rheinhardt 12d0bb382b avcodec/ituh263enc: Remove unused function parameter 4 years ago
Andreas Rheinhardt 1ea13f949a avcodec/ituh263dec: Don't initialize unused parts of RLTable 4 years ago
Andreas Rheinhardt 18e89b964c avcodec/h261enc: Make encoder init-threadsafe 4 years ago
Andreas Rheinhardt 41826f84bb avcodec/h261dec: Reindentation 4 years ago
Andreas Rheinhardt 7afc6d71a0 avcodec/h261dec: Make decoder init-threadsafe 4 years ago
Andreas Rheinhardt ed913fcb59 avcodec/h261dec: Don't initialize unused part of RLTable 4 years ago
Andreas Rheinhardt 44bb776f13 avcodec/mpegvideo_enc: Make mpv_encode_defaults thread-safe 4 years ago
Andreas Rheinhardt 27eea249cc avcodec/msmpeg4dec: Reuse identical MV VLC 4 years ago
Andreas Rheinhardt d90d0a715f avcodec/msmpeg4dec: Reuse identical RL VLCs 4 years ago
Andreas Rheinhardt a3831e81ff avcodec/ituh263dec: Don't initialize unused RL VLCs 4 years ago
Andreas Rheinhardt 3e0bd5064d avcodec/mpeg4videodec: Don't initialize unused RL VLCs 4 years ago
Andreas Rheinhardt b0c4748770 avcodec/msmpeg4dec: Don't initialize unused RL VLCs 4 years ago
Andreas Rheinhardt b9071a70fc avcodec/h261dec: Don't initialize unused VLCs 4 years ago
Andreas Rheinhardt 8f04988e46 avcodec/rl: Allow to create only a few VLC tables 4 years ago
Andreas Rheinhardt f741bd0674 avcodec/mpeg12enc, speedhqenc: Avoid redundant copies of tables 4 years ago
Nicolas Gaullier c7016e35a6 avcodec/dolby_e: Split decoder/parser files 4 years ago
Nicolas Gaullier 0bf18db26a avcodec/dolby_e: Add a parser 4 years ago
Andreas Rheinhardt ae5be6236f avcodec/tiff_common: Remove declarations of inexistent functions 4 years ago
Andreas Rheinhardt a82001c8cf avcodec/vp8data: Remove unused array 4 years ago
Peter Ross 63be96414b avcodec/dvenc: dv100_weight_shift never used 4 years ago
Marton Balint 257a83b969 avcodec/flashsv2enc: factorize updating block dimensions 4 years ago
Haihao Xiang b8cd37a59f qsv: dump more info in error, debug and verbose mode 4 years ago
Xu Guangxin 7a5a5e68bf avcodec/qsvdec: refact, remove duplicate code for plugin loading 4 years ago
Xu Guangxin d78ecf10bd avcodec/qsvdec: refact, move qsvdec_other.c to qsvdec.c 4 years ago
Xu Guangxin 399c1f9235 avcodec/qsvdec: refact, move qsvdec_h2645.c to qsvdec.c 4 years ago
Xu Guangxin e8df3808bd avcodec/qsvdec_h2645: refact, use DEFINE_QSV_DECODER to remove duplicate code 4 years ago
Xu Guangxin 96915ac51b avcodec/qsvdec_other: refact, use DEFINE_QSV_DECODER to remove duplicate code 4 years ago
Xu Guangxin 4c47b41782 avcodec/qsv_h2645: fix memory leak for plugin load 4 years ago
Michael Niedermayer 2488ba85a0 avcodec/utils: Check for integer overflow in get_audio_frame_duration() for ADPCM_DTK 4 years ago
Andreas Rheinhardt da607832b5 avcodec/tableprint: Don't include mem_internal.h 4 years ago
Andreas Rheinhardt ee1d1c4b37 avcodec/h264_metadata_bsf: Don't use unitialized value 4 years ago
Andreas Rheinhardt 53db591a2e avcodec/videotoolboxenc: Fix SEI enum identifiers 4 years ago
Michael Niedermayer 43c8d3097b avcodec/cri: check for available input in unpack_10bit() 4 years ago
Andreas Rheinhardt b347384173 avcodec/me_cmp: Remove ff_check_alignment() 4 years ago
Andreas Rheinhardt 1f9ef2f3cf avcodec/mpeg12dec: Remove redundant writes 4 years ago
Andreas Rheinhardt aff923c0b5 avcodec/Makefile: Make H.263 encoder compilable without MPEG4 encoder 4 years ago
Andreas Rheinhardt ab905f1dbc avcodec/Makefile: Make H.263 decoder compilable without H.263I 4 years ago
Andreas Rheinhardt d64828c8af avcodec/Makefile: Remove FLAC dependencies on vorbis_data 4 years ago
Andreas Rheinhardt 21b4b90475 avcodec/Makefile: Remove dependency of H.263 on FLV codecs 4 years ago
Andreas Rheinhardt 9e74f324d8 avcodec/Makefile: Remove unnecessary cbrt_data dependency 4 years ago
Mark Thompson fa75e43875 h264_redundant_pps_bsf: Use common cbs bsf implementation 4 years ago
Mark Thompson 375176a540 av1_metadata_bsf: Use common cbs bsf implementation 4 years ago
Mark Thompson e46aa5a894 vp9_metadata_bsf: Use common cbs bsf implementation 4 years ago
Mark Thompson f35b268327 mpeg2_metadata_bsf: Use common cbs bsf implementation 4 years ago
Mark Thompson b95f901c7f h265_metadata_bsf: Use common cbs bsf implementation 4 years ago
Mark Thompson c837d9481a h264_metadata_bsf: Use common cbs bsf implementation 4 years ago
Mark Thompson 01a68c12a7 cbs: Implement common parts of cbs-based bitstream filters separately 4 years ago
Mark Thompson c9c5b1977f h264_metadata_bsf: Improve interpretation of input display matrices 4 years ago
Mark Thompson 8a14d51b8b h264_metadata_bsf: Refactor the filter function into smaller parts 4 years ago