115519 Commits (caeb27509245e87dd0dc6a0677fdeedab3406a97)
 

Author SHA1 Message Date
Andreas Rheinhardt 2c94b1bbf1 avcodec/tiff: Fix leak on error 9 months ago
Andreas Rheinhardt 62929f40ee fftools/ffmpeg_filter: Fix leak on error 9 months ago
Andreas Rheinhardt b50c5d0290 avformat/flacdec: Reorder allocations to avoid leak on error 9 months ago
Andreas Rheinhardt 59b1838e09 avcodec/ac3enc: Move transient PutBitContext to stack 9 months ago
Andreas Rheinhardt e863cbceae avcodec/ac3enc_template: Avoid always-true check 9 months ago
Andreas Rheinhardt f3d206d25f fftools, avfilter, avformat: Simplify check for "is dictionary empty?" 9 months ago
Andreas Rheinhardt 482afe8f3f avcodec/lib*, avformat/tee: Simplify iterating over AVDictionary 9 months ago
Andreas Rheinhardt ce22e7ab28 avformat/tee: Use smaller scope for variables 9 months ago
Andreas Rheinhardt 26f3e79114 avformat/tee: Constify AVDictionaryEntry* pointee where possible 9 months ago
Andreas Rheinhardt 583c3d45fa avformat/tls_openssl: #if ff_openssl_init/deinit() away if possible 9 months ago
Andreas Rheinhardt 8b48b0adab avformat/utils: Use static mutexes instead of ff_lock_avformat() 9 months ago
Andreas Rheinhardt a2874c5721 avcodec/aac_ac3_parser: Use ff_adts_header_parse_buf() 9 months ago
Andreas Rheinhardt 12ded9cd85 avcodec/adts_header: Add ff_adts_header_parse_buf() 9 months ago
Andreas Rheinhardt ae937c4902 avcodec/aac_ac3_parser: Untangle AAC and AC3 parsing error codes 9 months ago
Andreas Rheinhardt 6c812a80dd avcodec/adts_parser: Don't presume buffer to be padded 9 months ago
Haihao Xiang 127ded5078 lavfi/qsvvpp: require a dynamic frame pool for output if possible 9 months ago
Haihao Xiang 5646285f76 lavfi/qsvvpp: use the right mfxFrameInfo when dynamic frame pool is used 9 months ago
Haihao Xiang a00cfc6c24 lavc/qsvdec: require a dynamic frame pool if possible 9 months ago
Haihao Xiang 75015f9b0e lavc/qsvenc: use the right info for encoding 9 months ago
Haihao Xiang cda721e01d lavc/qsv: fix the mfx allocator to support dynamic frame pool 9 months ago
Haihao Xiang d3cc5ead42 lavu/hwcontext_qsv: add support for dynamic frame pool in qsv_map_to 9 months ago
Haihao Xiang 932f78c4e5 lavu/hwcontext_qsv: add support for dynamic frame pool in qsv_frames_derive_to 9 months ago
Haihao Xiang 96db4a62e0 lavu/hwcontext_qsv: create dynamic frame pool if required 9 months ago
Haihao Xiang 4c0bb7d4a9 lavu/hwcontext_qsv: update AVQSVFramesContext to support dynamic frame pool 9 months ago
Haihao Xiang 3178c99fa9 lavu/version: fix minor version 9 months ago
Andreas Rheinhardt d7fdd502d6 tests/ref/fate/source: Add exceptions for riscv startcode files 9 months ago
Michael Niedermayer e35fe3d8b9
avcodec/mscc & mwsc: Check loop counts before use 9 months ago
Michael Niedermayer b6b2b01025
avcodec/mpegvideo_enc: Fix potential overflow in RD 9 months ago
Michael Niedermayer 8fc649b931
avcodec/mpeg4videodec: assert impossible wrap points 9 months ago
Michael Niedermayer 4c725df059
avcodec/mpeg12dec: Use 64bit in bit computation 9 months ago
Michael Niedermayer 6a9302739f
avcodec/vqcdec: Check init_get_bits8() for failure 9 months ago
Michael Niedermayer 4a8506c794
avcodec/vvc/dec: Check init_get_bits8() for failure 9 months ago
Michael Niedermayer dd5379db5d
avcodec/vble: Check av_image_get_buffer_size() for failure 9 months ago
Michael Niedermayer 1b991e77b9
avcodec/vp3: Replace check by assert 9 months ago
Michael Niedermayer 63feed1519
avcodec/vp8: Forward return of ff_vpx_init_range_decoder() 9 months ago
Andrea Mastroberti 90ce54804a
avfilter/smartblur: Added alpha layer support 9 months ago
Rémi Denis-Courmont 463c573e6b lavc/huffyuvdsp: optimise RVV vtype for add_hfyu_left_pred_bgr32 9 months ago
Rémi Denis-Courmont 233066e85a lavc/flacdsp: optimise RVV vector type for lpc32 9 months ago
Rémi Denis-Courmont 6ab4b92e82 lavc/flacdsp: optimise RVV vector type for lpc16 9 months ago
Rémi Denis-Courmont ee1526c05f lavu/riscv: add assembler macros for adjusting vector LMUL 9 months ago
Andreas Rheinhardt a7e506fcd8 avcodec/vc1_parser: Check init_get_bits8() 9 months ago
Andreas Rheinhardt 95937d6316 avcodec/codec_desc: Mark AVRN, TGQ, PhotoCD, VBN as intra-only 9 months ago
Andreas Rheinhardt 2a00d68c09 avcodec/yop: Add missing AV_CODEC_CAP_DR1 9 months ago
Andreas Rheinhardt df3cdf4c75 avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I 9 months ago
Andreas Rheinhardt eee88ba0dc avcodec/decode: Set KEY flag+pict_type generically for intra-only codecs 9 months ago
Andreas Rheinhardt 41fc62f2e8 avcodec/codec_desc, jvdec: JV is not intra-only 9 months ago
Andreas Rheinhardt 876a25027c avcodec/mlpdec: Set AV_FRAME_FLAG_KEY explicitly 9 months ago
Rémi Denis-Courmont 259c639137 lavc/vp9_intra: fix another .irp use with LLVM as 9 months ago
Rémi Denis-Courmont 8cea66a73c lavc/vp9_intra: fix .irp use with LLVM as 9 months ago
Rémi Denis-Courmont cbe51ebf93 lavc/vp8dsp: fix .irp use with LLVM as 9 months ago