41687 Commits (93a73df54dd92f294c3e84a753c75c64513b4c18)

Author SHA1 Message Date
Zhong Li e51cc7ed85 lavc/mjpegdec: make code aligned 6 years ago
Zhong Li a6c648f2b4 lavc/mjpegdec: replace number with marker name 6 years ago
Zhong Li 4dc3d93880 lavc/qsvenc: fix the incorrent map from bits to bytes 6 years ago
Michael Niedermayer 3b2082c663 avcodec/hevc_ps: Change num_tile_rows/columns checks to sps->ctb_height/weight 6 years ago
Michael Niedermayer c692051252 avcodec/hevc_ps: Fix integer overflow with num_tile_rows and num_tile_columns 6 years ago
Michael Niedermayer 3d4f4f4a15 avcodec/apedec: Add k < 24 check to the only k++ case which lacks such a check 6 years ago
Michael Niedermayer eb82d19f03 avcodec/fitsdec: Check data_min/max 6 years ago
Michael Niedermayer 89b96900fa avcodec/m101: Fix off be 2 error 6 years ago
Michael Niedermayer 8d8b8c4ac6 avcodec/qdm2: Move fft_order check up 6 years ago
Michael Niedermayer cf3c245566 avcodec/libvorbisdec: Check extradata size 6 years ago
Michael Niedermayer fb4a4557d1 avcodec/atrac9dec: Check q_unit_cnt in parse_band_ext() 6 years ago
Michael Niedermayer ac9af7e9a5 avcodec/atrac9dec: Check that the reused block has succeeded initilization 6 years ago
Paul B Mahol 2edb262759 avcodec/cfhd: add back alpha processing removed in 9cefb9e7ec 6 years ago
Michael Niedermayer d33414d2ad avcodec/utils: Check bits_per_coded_sample 6 years ago
Michael Niedermayer 247a1de7f7 avcodec/videodsp_template: Fix overflow of addition 6 years ago
Michael Niedermayer f30be1ec98 avcodec/alsdec: Fix invalid shift in multiply() 6 years ago
Michael Niedermayer 55557c6124 avcodec/4xm: Fix vlc memleak 6 years ago
Michael Niedermayer 2db7a3bc4a avcodec/ffwavesynth: Check ts_end - ts_start for overflow 6 years ago
Michael Niedermayer 507ca66ee4 avcodec/vc1dsp: Avoid undefined shifts in vc1_v_s_overlap_c / vc1_h_s_overlap_c 6 years ago
Michael Niedermayer ebccd2f778 avcodec/tta: Fix undefined shift 6 years ago
Michael Niedermayer 2921b45a38 avcodec/qdmc: Fix integer overflows in PRNG 6 years ago
Michael Niedermayer d57f6606eb avcodec/rv10: Avoid calculating undefined value that is unused 6 years ago
Michael Niedermayer bfb58bdd70 avcodec/bintext: Check font height 6 years ago
Michael Niedermayer 7a072fbcc4 avcodec/binkdsp: Fix integer overflows in idct 6 years ago
Michael Niedermayer 62ad08cef9 avcodec/bink: Fix integer overflow in unquantize_dct_coeffs() 6 years ago
Michael Niedermayer 930cdef80a avcodec/motionpixels: Check for vlc error in mp_get_vlc() 6 years ago
Michael Niedermayer ce3b0b9066 avcodec/loco: Limit lossy parameter so it is sane and does not overflow 6 years ago
Michael Niedermayer 5ea7f20500 avcodec/xpmdec: Do not use context dimensions as temporary variables 6 years ago
Michael Niedermayer 07ffe94c17 avcodec/fitsdec: Fix division by 0 in size check 6 years ago
Michael Niedermayer f8f5668df5 avcodec/aacpsdsp_template: Fix integer overflow in ps_hybrid_analysis_c() 6 years ago
Michael Niedermayer 3aecd01704 avcodec/truemotion2: Fix integer overflow in last loop in tm2_update_block() 6 years ago
Michael Niedermayer c830752142 avcodec/pngdec: Check input space 6 years ago
Andreas Rheinhardt 800f618a34 movsub_bsf: Fix mov2textsub regression 6 years ago
Carl Eugen Hoyos c8232e5007 lavc/tableprint_vlc: Remove avpriv_request_sample() from included files. 6 years ago
Michael Niedermayer 0f9789c8e3 avcodec/iff: finetune the palette size check in the mask case 6 years ago
Michael Niedermayer 92e8db532c avcodec/iff: Fix mask_buf / mask_palbuf leak 6 years ago
Michael Niedermayer 561cc161ca avcodec/fmvc: Check if header fields are available before allocating the image 6 years ago
Michael Niedermayer dd8720045c avcodec/wcmv: check remaining space vs. blocks 6 years ago
Andreas Rheinhardt a1a8815220 libavcodec: Reduce the size of some arrays 6 years ago
Limin Wang 268ab17c51 libavcodec/videotoolboxenc: Fix compilation broken on macOS 10.12 6 years ago
Michael Niedermayer 2603f25d32 avcodec/bink: Reorder operations in init to avoid memleak on error 6 years ago
Michael Niedermayer a7e3b271fc avcodec/bitstream: Check for more conflicting codes in build_table() 6 years ago
Michael Niedermayer e78b0f8374 avcodec/bitstream: Check for integer code truncation in build_table() 6 years ago
Matthieu Bouron 7c2c5c4940 avcodec/mediacodecdec: re-indent after previous commit 6 years ago
Matthieu Bouron fef5ba4023 avcodec/mediacodecdec: remove unneeded else block in ff_mediacodec_dec_send() 6 years ago
Matthieu Bouron d83985ce11 avcodec/mediacodecdec: try to receive a frame after signaling EOF to the codec 6 years ago
Alejandro Solozabal caabe1b495 avcodec/omx: Correct av_log() log message 6 years ago
U. Artie Eoff f70c397456 vaapi_encode_mjpeg: fix bad component id bug 6 years ago
Peter Ross 43dbdee264 VP4 video decoder 6 years ago
Peter Ross a212c8da48 avcodec/vp3: spin off get_eob_run and get_coeff coeff functions 6 years ago