47935 Commits (a6dc92968a325d331bb6dcf9b3b2248026cd1d6c)

Author SHA1 Message Date
James Almer 0431f9805e avcodec/av1_parser: export timing information when present 2 years ago
Anton Khirnov f566032bfd lavc/decode: validate frames output by decoders 2 years ago
Anton Khirnov a1eec66867 lavc/decode: deduplicate cleanup in ff_decode_receive_frame() 2 years ago
Anton Khirnov 5bf8f29135 lavc/qsvdec: check ff_decode_frame_props() return value 2 years ago
Anton Khirnov 3dc7a9f623 lavc/ac3dec: fail when the sample rate is unset 2 years ago
Wenbin Chen 13d04e30d7 libavcodec/qsvenc_av1: Add max_frame_size support to av1_qsv encoder 2 years ago
Wenbin Chen c8e73558fe libavcodec/qsvenc_av1: Add low_delay_brc support to av1_qsv encoder 2 years ago
Zhao Zhili a598be44df avcodec/mediacodecenc: enable B frames only with -strict experimental 2 years ago
Anton Khirnov fcd557a2c2 lavc/get_bits: add a compat wrapper for the cached bitstream reader 2 years ago
Anton Khirnov b6742259bf lavc/tests: add a cached bitstream reader test 2 years ago
Anton Khirnov 9177970bca lavc/bitstream: templatize for BE/LE 2 years ago
Alexandra Hájková 8fe551eca0 lavc: add standalone cached bitstream reader 2 years ago
Aman Karmani 4b2b9a6604 avcodec/mpeg12dec: flush a53 data 2 years ago
James Almer 4a80db5fc2 avcodec/mpeg12dec: use init_get_bits8 and check the return value in all remaining cases 2 years ago
Thierry Foucu efbe84eb1b avcodec/mpeg12dec: use init_get_bits8 and check the return value 2 years ago
Anton Khirnov a0b5aaceca lavc/libx265: restructure handling reordered_opaque 2 years ago
Anton Khirnov 7399e5305c lavc/libx264: do not leave an invalid array size on alloc error 2 years ago
Anton Khirnov a4a81be1a8 lavc/libx264: zero reordered opaque on alloc 2 years ago
Anton Khirnov 141303f323 lavc/libx264: print an error on invalid opaque pointer 2 years ago
Anton Khirnov 89761c2122 lavc/libx264: use a local variable to shorten code 2 years ago
Anton Khirnov 4469ce10a6 lavc/libx264: reindent after previous commit 2 years ago
Anton Khirnov 9ed5b0ac3b lavc/libx264: reorder control flow in setup_roi() to reduce nesting depth 2 years ago
Anton Khirnov ce5b2d34b4 lavc/libx264: reindent after previous commit 2 years ago
Anton Khirnov e17b609fc6 lavc/libx264: do not ignore memory allocation errors 2 years ago
Anton Khirnov cccd2c2179 lavc/libx264: unify cleanup in setup_frame() 2 years ago
Anton Khirnov 87eb362693 lavc/libx264: reindent after previous commit 2 years ago
Anton Khirnov b1a184283b lavc/libx264: factor out setting up ROI 2 years ago
Anton Khirnov c7a8a6939b lavc/libx264: use a local variable for input frame in setup_frame() 2 years ago
Anton Khirnov 9f8f980165 lavc/libx264: reindent after previous commit 2 years ago
Anton Khirnov 33cbba165c lavc/libx264: factor out setting up the input frame 2 years ago
Zhao Zhili f0d2ed135c avcodec/mediacodecdec: add AV1 decoding support 2 years ago
Paul B Mahol 5852682dbd avcodec/bonk: increase level limit as joint encodings needs more 2 years ago
Michael Niedermayer aee0f320ac
avcodec/dts2pts_bsf: Avoid poc overflows in cmp_find() 2 years ago
Michael Niedermayer 902a49c4cd
avcodec/hdrdec: Check for end of input in decompress() 2 years ago
James Almer 7fab58647c avcodec/proresdec2: set color information on frames instead of the decoder context 2 years ago
Leo Izen cd9dd03006 avcodec/pnm: avoid mirroring PFM images vertically 2 years ago
James Almer 64007595dc avcodec/mjpegbdec: return the amount of bytes consumed when discarding frames 2 years ago
Martijn van Beurden d8f1404c50 libavcodec/flacenc: Implement encoding of 32 bit-per-sample PCM 2 years ago
Martijn van Beurden 909cfdc205 libavcodec/flacdec: Implement decoding of 32 bit-per-sample PCM 2 years ago
Michael Niedermayer 125e01d6cc
avcodec/dts2pts_bsf: Avoid searching for poc == INT_MIN-1 2 years ago
Michael Niedermayer f8a2a65078
avcodec/sunrast: Fix maplength check 2 years ago
Michael Niedermayer 64c6c56890
avcodec/mjpegbdec: Check for AVDISCARD_ALL 2 years ago
Michael Niedermayer b7d063951d
avcodec/apac: Sanity check bits_per_coded_sample 2 years ago
Michael Niedermayer 8374a747af
avcodec/wavpack: Avoid undefined shift in get_tail() 2 years ago
James Darnley 6af453ca38 avcodec/x86: add avx512icl function for v210dec 2 years ago
James Darnley f30b4c2f47 avcodec/x86/v210: add some comments to the improved avx2 function 2 years ago
Zhao Zhili 48d5aecfc4 avcodec/mediacodec_wrapper: include stdbool.h 2 years ago
James Almer 7af947c0c0 avcodec/libdav1d: honor the requested skip_frame level 2 years ago
Zhao Zhili 10a56363a7 avcodec/mediacodecenc: add pts_as_dts option 2 years ago
Zhao Zhili a86bb1d2ce avcodec/mediacodecenc: add max-bframes support 2 years ago