40740 Commits (c7488f746154b5dcd70f8a3bef9a9fa5c42ac595)

Author SHA1 Message Date
Aman Gupta 476fd6ba3a avcodec/mediacodecdec: fix SEGV on modern nvidia decoders 7 years ago
Nikolas Bowe 5aeb3b0080 lavc/svq3: Fix regression decoding some files. 7 years ago
Michael Niedermayer 51ac3f43b8 avcodec/mlp_parser: Check if synccode is within buffer 7 years ago
Michael Niedermayer 7dd836a3f9 avcodec/qtrle: Check remaining bytestream in qtrle_decode_XYbpp() 7 years ago
James Almer 692e323d89 avcodec/av1_parse: return size of the parsed OBU in parse_obu_header() 7 years ago
James Almer 4e937b1a60 avcodec/av1_parse: check for OBU header overread 7 years ago
James Almer e45ed15594 avcodec/libaomdec: auto insert dump_extra bitstream filter 7 years ago
James Almer b98bd60bfa avcodec/dump_extradata_bsf: don't allocate a new AVPacket per filtered packet 7 years ago
Martin Storsjö e1e3a12242 libopenh264: Add support for decoding of b-frames 7 years ago
James Almer a9a433564d avcodec/h264_mp4toannexb_bsf: use enum constants for the NAL unit type values 7 years ago
James Almer 3258cc6507 avcodec/bitstream_filters: check the input argument of av_bsf_get_by_name() for NULL 7 years ago
Michael Niedermayer bed125b710 avcodec/diracdec: Check bytes count in else branch in decode_lowdelay() too 7 years ago
Michael Niedermayer f457c0ad7f avcodec/diracdec: Check slice numbers for overflows in relation to picture dimensions 7 years ago
Michael Niedermayer 462d1be6de avcodec/diracdec: Change frame_number to 64bit as its a 32bit from the bitstream and we also have a -1 special case 7 years ago
Michael Niedermayer 69cac9e130 avcodec/dirac_dwt_template: Fix several integer overflows in horizontal_compose_daub97i() 7 years ago
Michael Niedermayer 5129040646 avcodec/diracdec: Prevent integer overflow in intermediate in global_mv() 7 years ago
James Almer 536bcc30e0 avcodec: add missing files missed in previous commits 7 years ago
hwren 5985a1bf72 lavc, doc, configure: add avs2 video decoder wrapper 7 years ago
hwren d645e0d6c1 lavc: add AVS2/IEEE 1857.4 parser 7 years ago
Dmitry Rogozhkin c1bcd321ea avcodec/qsv: fix async support 7 years ago
Michael Niedermayer d134b8d85f avcodec/cdgraphics: Clear first frame only once 7 years ago
Michael Niedermayer d2015e6b86 avcodec/tscc: Do not duplicate images 7 years ago
Michael Niedermayer 679bfa453f avcodec/tscc: Move reading the side data palette before other checks 7 years ago
Paul B Mahol 3237f018fd avcodec/bink: set color range 7 years ago
Paul B Mahol 1b0922584e avcodec/bink: add 'k' version support 7 years ago
James Almer 3735d55af3 avcodec/parser: move parsers list and related API to its own file 7 years ago
Carl Eugen Hoyos 9617178800 lavc/fft_template: Do not define unneded functions with --enable-small. 7 years ago
A. Wilcox 153fcd6de6 libavcodec/ppc: Fix HEVC AltiVec routines with --enable-small 7 years ago
James Almer 3870ed7ab3 avcodec/extract_extradata_bsf: make sure a Sequence Header was found for av1 7 years ago
James Almer 5abbb1430d avcodec: bump micro version after previous changes 7 years ago
James Almer a754af942a avcodec/libaomenc: export Sequence Header and Metadata OBUs as extradata 7 years ago
James Almer f9af3929c0 avcodec/extract_extradata: add support for AV1 7 years ago
James Almer 45f52d19b9 avcodec: add AV1 packet split API 7 years ago
Thomas Guillem 93e157f40f avcodec/videotoolboxenc: fix undefined behavior with rc_max_rate=0 7 years ago
Aman Gupta 37644f0477 avcodec: parse options from AVCodec.bsfs 7 years ago
Michael Niedermayer 1809f1cda9 avcodec/dvbsub_parser: Do not discard data 7 years ago
Michael Niedermayer 4a657acaef avcodec/cfhd: Use bytestream2 for peaks 7 years ago
Michael Niedermayer 91578f5798 avcodec/tscc: Move reget buffer to after decoding 7 years ago
Michael Niedermayer 706c9beaea avcodec/lagarith: Remove redundant varianble init 7 years ago
Michael Niedermayer cd86b5cfe2 avcodec/dvdsub_parser: Allocate input padding 7 years ago
Michael Niedermayer 2e6ea39386 avcodec/vp8_parser: Remove redundant output initialization 7 years ago
Michael Niedermayer 9e6c843776 avcodec/dvdsub_parser: Init output buf/size 7 years ago
Michael Niedermayer 8d21ab4d12 avcodec/lagarith: Check that the range coded data stream is consistent when the probabilities indicate no data could have been coded. 7 years ago
Michael Niedermayer 7334985ffa libavcodec/cfhd: Fix signed overflow in shift 7 years ago
Michael Niedermayer 181435a4de avcodec/dirac_dwt_template: Fix signedness regression in interleave() 7 years ago
Shiyou Yin c0b42987a2 avcodec/mips: fix conflicting types error of ff_vc1_h_s_overlap_mmi. 7 years ago
Marton Balint 3e0f3be2b0 avcodec/internal: increase FF_SANE_NB_CHANNELS to 256 7 years ago
Marton Balint 5982078e8d avcodec/utils: report insane channel count errors 7 years ago
Carl Eugen Hoyos 0576ef466d lavc/aarch64/h264dsp_init_aarch64: Fix weight function prototypes. 7 years ago
Jun Zhao d746a2e3cf lavc/hevc_ps: use skip_bits instead of get_bits when skip bits. 7 years ago