summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/aacdec: Add FF_CODEC_CAP_INIT_CLEANUPMichael Niedermayer2019-08-231-2/+2
* avcodec/idcinvideo: Add 320x240 default maximum resolutionMichael Niedermayer2019-08-231-0/+6
* avcodec: remove some dead assignmentsMarton Balint2019-08-222-2/+0
* avcodec/vp5/6/8: use vpX_rac_is_end()Michael Niedermayer2019-08-223-6/+6
* avcodec/alsdec: Fix integer overflow in decode_var_block_data()Michael Niedermayer2019-08-211-1/+1
* avcodec/internal: Bump sane_nb_chanelsMichael Niedermayer2019-08-211-1/+1
* avcodec/alsdec: Limit maximum channels to 512Michael Niedermayer2019-08-211-0/+5
* lavc/qsvdec: Add VP9 decoder supportZhong Li2019-08-203-3/+49
* lavc/qsvdec: Add mjpeg decoder supportZhong Li2019-08-203-1/+29
* lavc/qsvdec: remove orignal parser code since not needed nowZhong Li2019-08-202-30/+1
* lavc/qsvdec: Replace current parser with MFXVideoDECODE_DecodeHeader()Zhong Li2019-08-204-88/+100
* lavc/qsv: make function qsv_map_fourcc() can be called externallyZhong Li2019-08-202-2/+4
* lavc/qsvdec: add function ff_qsv_map_picstruct()Zhong Li2019-08-202-0/+20
* avcodec/anm: Check input size for a frame with just a stop codeMichael Niedermayer2019-08-181-0/+3
* aarch64/opusdsp: do not clobber register v8Lynne2019-08-151-4/+4
* avcodec/libdav1d: allow setting frame size limit in pixelsJames Almer2019-08-141-0/+1
* avcodec/flicvideo: Optimize and Simplify FLI_COPY in flic_decode_frame_24BPP(...Michael Niedermayer2019-08-151-8/+1
* avcodec/loco: Check left column valueMichael Niedermayer2019-08-151-0/+2
* avcodec/ffwavesynth: Fixes invalid shift with pink noise seekingMichael Niedermayer2019-08-151-1/+1
* avcodec/ffwavesynth: Fix integer overflow for some corner case valuesMichael Niedermayer2019-08-151-2/+2
* avcodec/indeo2: Check remaining input more oftenMichael Niedermayer2019-08-131-5/+6
* avcodec/diracdec: Check that slices are fewer than pixelsMichael Niedermayer2019-08-131-1/+3
* avcodec/vp56: Consider the alpha start as end of the prior headerMichael Niedermayer2019-08-131-2/+2
* avutil/mips: refine msa macros CLIP_*.gxw2019-08-1314-310/+231
* avcodec/4xm: Check for end of input in decode_p_block()Michael Niedermayer2019-08-131-0/+2
* avcodec/hevcdec: Check delta_luma_weight_l0/1Michael Niedermayer2019-08-131-0/+4
* avcodec/hnm4video: Optimize postprocess_current_frame()Michael Niedermayer2019-08-121-5/+8
* lavc/zmbvenc: Do not left-shift negative values.Carl Eugen Hoyos2019-08-111-2/+2
* avcodec/encode: only allow undersized audio frames if they are the lastMarton Balint2019-08-111-2/+8
* avcodec/hevc_refs: Optimize 16bit generate_missing_ref()Michael Niedermayer2019-08-111-6/+6
* avcodec/scpr: Use av_memcpy_backptr() in type 17 and 33Michael Niedermayer2019-08-111-4/+3
* avcodec/tiff: Enforce increasing offsetsMichael Niedermayer2019-08-111-1/+10
* avcodec/dds: Use ff_set_dimensions()Michael Niedermayer2019-08-111-3/+4
* avcodec/mpc8: Fix 32bit mask/enumMichael Niedermayer2019-08-111-1/+1
* avcodec/alsdec: Fix integer overflows of raw_samples in decode_var_block_data()Michael Niedermayer2019-08-111-2/+2
* avcodec/alsdec: Fix integer overflow of raw_samples in decode_blocks()Michael Niedermayer2019-08-111-2/+2
* avcodec/alsdec: fix mantisse shiftMichael Niedermayer2019-08-111-1/+5
* avcodec/pngdec: consider chunk size in minimal size checkMichael Niedermayer2019-08-111-1/+1
* avcodec/vc1_block: Fix invalid shifts in vc1_decode_i_blocks()Michael Niedermayer2019-08-111-2/+2
* avcodec/vc1_block: fix invalid shift in vc1_decode_p_mb()Michael Niedermayer2019-08-111-1/+1
* avcodec/aacdec_template: fix integer overflow in imdct_and_windowing()Michael Niedermayer2019-08-111-1/+1
* lavc/videotoolboxenc: make transfer_fnc initialized for unsupport functionLimin Wang2019-08-111-0/+1
* lavc/videotoolboxenc: add hdr10, linear, hlg color transfer function for vide...Limin Wang2019-08-111-0/+16
* lavc/r210enc: Fix undefined behaviour encoding r10k.Carl Eugen Hoyos2019-08-111-3/+3
* lavc/vc2enc_dwt: Avoid left-shifting a negative value.Carl Eugen Hoyos2019-08-111-1/+1
* lavc/frame_thread_encoder: Do not memcpy() from NULL.Carl Eugen Hoyos2019-08-111-1/+2
* lavc/libx264: Cast cpb bit_rates to int64_t to avoid an integer overflow.Carl Eugen Hoyos2019-08-101-2/+2
* lavc/libx264: Cast bit_rate to int64_t to avoid an integer overflow.Carl Eugen Hoyos2019-08-101-1/+1
* lavc/libx264: bit_rates > INT_MAX are not supported.Carl Eugen Hoyos2019-08-101-0/+4
* avcodec/alsdec: Check for block_length <= 0 in read_var_block_data()Michael Niedermayer2019-08-051-1/+1