95940 Commits (553c1431ac7dae44fb46285121bca176045fe6e7)
 

Author SHA1 Message Date
James Almer 553c1431ac Revert "avcodec/cbs_av1_syntax_template: Check ref_frame_idx before use" 5 years ago
James Almer eced91afa5 avcodec/cbs_av1: implement missing set_frame_refs() function 5 years ago
Michael Niedermayer a11aa5f3ed avcodec/alsdec: Discard frames for which no channel could be decoded 5 years ago
Michael Niedermayer fd3c34ff30 avcodec/alsdec: Avoid 1 layer of pointer dereferences in INTERLEAVE_OUTPUT() 5 years ago
Michael Niedermayer 0ddef00457 avcodec/g729dec: Avoid one multiply by using init_get_bits8() 5 years ago
Michael Niedermayer 336f9461df avcodec/g729dec: Avoid using buf_size 5 years ago
Michael Niedermayer 576746b4e3 avcodec/g729dec: Factor block_size out 5 years ago
Michael Niedermayer f64be9da4c avcodec/g729dec: require buf_size to be non 0 5 years ago
Michael Niedermayer d468da8d79 avcodec/g729dec: Check for KELVIN && 6k4 5 years ago
Michael Niedermayer 7686ba1f14 avcodec/alac: Fix integer overflow in lpc_prediction() with sign 5 years ago
Michael Niedermayer 589cb44498 avcodec/wmaprodec: Fix buflen computation in save_bits() 5 years ago
Michael Niedermayer 0e010e489b avcodec/vc1_block: Fix integer overflow in AC rescaling in vc1_decode_i_block_adv() 5 years ago
Michael Niedermayer 47d963335e avcodec/vmdaudio: Check chunk counts to avoid integer overflow 5 years ago
Michael Niedermayer 13816a1d08 avformat/mxfdec: Clear metadata_sets_count in mxf_read_close() 5 years ago
Andreas Rheinhardt 5946243fa8 avformat/flac_picture: Return directly if nothing has been allocated 5 years ago
Andreas Rheinhardt 84a4261cd8 avformat/flac_picture: Switch to bytestream2 API 5 years ago
Andreas Rheinhardt 35005a4af1 avformat/flac_picture: Simplify checks 5 years ago
Steven Liu 9cc88ed4b7 avformat/smoothstreamingenc: removed unused check of avformat_free_context 5 years ago
Steven Liu 0f79a71353 avformat/rtpenc_mpegts: removed unused check of avformat_free_context 5 years ago
Steven Liu e880f4fb38 avformat/hdsenc: removed unused check of avformat_free_context 5 years ago
Steven Liu b26225a3c7 avformat/dashenc: remove unused check of avformat_free_context 5 years ago
James Almer e5db2e96c0 avformat/avc: add missing return error value 5 years ago
Andriy Gelman 99d78e4f42 lavc/extract_extradata: Use bytestream api 5 years ago
Andreas Rheinhardt 76e0ecec0b avcodec/extract_extradata_bsf: Don't unref uninitialized buffers 5 years ago
James Almer 18507b4882 avformat/avc: fix sps buffer offset when calling ff_avc_decode_sps() 5 years ago
James Almer 0d67af34c2 fate/demux: add an AV1 Annex B test 5 years ago
James Almer 378065f08f avcodec/av1_parser: export stream dimensions in avctx 5 years ago
James Almer 13ed243594 fate/lavf-container: add an H264 mp4 remux test 5 years ago
James Almer de557eb191 fate/lavf-container: add an AV1 mp4 remux test 5 years ago
Zhao Zhili 19956d01cc libavdevice/lavfi: check avfilter_graph_dump return value 5 years ago
Andreas Rheinhardt 2205fb2810 avformat/avio: Use ffurl_closep 5 years ago
Paul B Mahol 8c2f81a17a avfilter/vf_hqdn3d: add support for commands 5 years ago
Paul B Mahol 3a61297a67 avfilter/vf_hqdn3d: add support for 12bit and 14bit yuv formats 5 years ago
Jun Zhao 2952d9c5dc lavc/mvha: Check init_get_bits8() for failure 5 years ago
Jun Zhao d965589022 lavf/vividas: check avformat_new_stream() return 5 years ago
Limin Wang c1ed00fd18 avfilter/vf_yadif: rename config_props -> config_output, link -> outlink 5 years ago
Andreas Rheinhardt ff5c8e57e7 avformat/vividas: Avoid allocation of AVIOContext 5 years ago
James Almer 16fa513392 avformat/avc: write the missing bits in the AVC Decoder Configuration Box 5 years ago
Andreas Rheinhardt 4d97b2ad2f avformat/movenc: Avoid allocation for small dynamic buffers 5 years ago
Andreas Rheinhardt 3a58ec7c77 avformat/matroskaenc: Avoid allocation for small dynamic buffers 5 years ago
Andreas Rheinhardt aad82270b6 avformat/id3v2enc: Avoid allocation for small tags 5 years ago
Andreas Rheinhardt c36a3df676 avformat/avc: Avoid allocation for small SPS/PPS arrays 5 years ago
Andreas Rheinhardt a31f68fb44 avformat/av1: Avoid allocation for small headers 5 years ago
Andreas Rheinhardt 67ce9e0463 avformat/apetag: Avoid allocation for small tags 5 years ago
Andreas Rheinhardt 163bb9ac0a avformat/aviobuf: Avoid allocating buffer when using dynamic buffer 5 years ago
Limin Wang 8aa143eaa8 avfilter/vf_libvmaf: Check for av_frame_alloc failure 5 years ago
Andreas Rheinhardt df912bbc5f avformat/flacenc: Add const to ff_flac_write_header() parameter 5 years ago
Zhao Zhili ed5cdf3d5a avcodec/vp8: fix multiple ff_thread_finish_setup() calls 5 years ago
Limin Wang 3a6ec10d90 avfilter/vf_colorconstancy: av_frame_free(&in) in case of error or direct flag is false 5 years ago
Linjie Fu df625057af lavc/qsvenc: Fix some code indentations 5 years ago