summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* avcodec/wavpackenc: print channel count in av_log calln2.5.10James Almer2016-01-151-1/+1
* Update for 2.5.10Michael Niedermayer2016-01-153-2/+52
* configure: bump copyright year to 2016James Almer2016-01-151-1/+1
* avformat/hls: Even stricter URL checksMichael Niedermayer2016-01-151-1/+5
* avformat/hls: More strict url checksMichael Niedermayer2016-01-151-8/+19
* swscale/utils: Detect and skip unneeded sws_setColorspaceDetails() callsMichael Niedermayer2016-01-151-4/+18
* swscale/yuv2rgb: Increase YUV2RGB table headroomMichael Niedermayer2016-01-151-2/+2
* swscale/yuv2rgb: Factor YUVRGB_TABLE_LUMA_HEADROOM outMichael Niedermayer2016-01-152-44/+46
* avformat/hls: forbid all protocols except http(s) & fileMaxim Andreev2016-01-151-0/+11
* avformat/aviobuf: Fix end check in put_str16()Michael Niedermayer2016-01-151-0/+2
* avformat/asfenc: Check ptsMichael Niedermayer2016-01-151-0/+5
* avcodec/mpeg4video: Check time_incrMichael Niedermayer2016-01-153-5/+15
* avcodec/wavpackenc: Check the number of channelsMichael Niedermayer2016-01-151-0/+5
* avcodec/wavpackenc: Headers are per channelMichael Niedermayer2016-01-151-1/+1
* avcodec/dvdec: Fix "left shift of negative value -254"Michael Niedermayer2016-01-151-1/+1
* avcodec/mjpegdec: Fix negative shiftMichael Niedermayer2016-01-151-1/+1
* avcodec/mss2: Check for repeat overflowMichael Niedermayer2016-01-151-1/+6
* avformat: Add integer fps from 31 to 60 to get_std_framerate()Michael Niedermayer2016-01-152-4/+8
* avcodec/mpegvideo_enc: Clip bits_per_raw_sample within valid rangeMichael Niedermayer2016-01-151-0/+1
* avfilter/vf_scale: set proper out frame color rangeThomas Mundt2016-01-151-0/+2
* avcodec/motion_est: Fix mv_penalty table sizeMichael Niedermayer2016-01-156-17/+18
* avcodec/h264_slice: Fix integer overflow in implicit weight computationMichael Niedermayer2016-01-151-2/+2
* swscale/utils: Use normal bilinear scaler if fast cannot be used due to tiny ...Michael Niedermayer2016-01-151-0/+6
* avcodec/put_bits: Always check buffer end before writingMichael Niedermayer2016-01-151-6/+14
* mjpegdec: extend check for incompatible values of s->rgb and s->lsAndreas Cadhalpun2016-01-151-1/+2
* swscale/utils: Fix intermediate format for cascaded alpha downscalingMichael Niedermayer2016-01-151-0/+3
* avcodec/h264_refs: Fix long_idx checkMichael Niedermayer2016-01-151-1/+1
* avfilter/vf_mpdecimate: Add missing emms_c()Michael Niedermayer2016-01-151-1/+4
* avformat/mxfenc: Do not crash if there is no packet in the first streamMichael Niedermayer2016-01-151-0/+4
* avformat/utils: estimate_timings_from_pts - increase retry counter, fixes inv...Rainer Hochecker2016-01-151-1/+1
* avformat/matroskaenc: Check codecdelay before useMichael Niedermayer2016-01-151-4/+8
* avutil/mathematics: Fix division by 0Michael Niedermayer2016-01-151-1/+1
* x86/float_dsp: zero extend offset from ff_scalarproduct_float_sseJames Almer2016-01-081-3/+3
* avcodec/mpeg4videodec: also for empty partitioned slicesMichael Niedermayer2015-12-201-1/+1
* nuv: sanitize negative fps rateAndreas Cadhalpun2015-12-201-0/+9
* rawdec: only exempt BIT0 with need_copy from buffer sanity checkAndreas Cadhalpun2015-12-201-1/+1
* mlvdec: check that index_entries existAndreas Cadhalpun2015-12-201-0/+5
* nutdec: reject negative value_len in read_sm_dataAndreas Cadhalpun2015-12-201-1/+1
* xwddec: prevent overflow of lsize * avctx->heightAndreas Cadhalpun2015-12-201-1/+1
* nutdec: only copy the header if it existsAndreas Cadhalpun2015-12-201-1/+2
* exr: fix out of bounds read in get_codeAndreas Cadhalpun2015-12-201-5/+5
* on2avc: limit number of bits to 30 in get_egolombAndreas Cadhalpun2015-12-201-2/+9
* sonic: make sure num_taps * channels is not larger than frame_sizeAndreas Cadhalpun2015-12-201-0/+7
* opus_silk: fix typo causing overflow in silk_stabilize_lsfAndreas Cadhalpun2015-12-201-1/+1
* ffm: reject invalid codec_id and codec_typeAndreas Cadhalpun2015-12-201-0/+28
* aaccoder: prevent crash of anmr coderAndreas Cadhalpun2015-12-201-1/+1
* ffmdec: reject zero-sized chunksAndreas Cadhalpun2015-12-201-2/+2
* swscale/x86/rgb2rgb_template: Fallback to mmx in interleaveBytes() if the ali...Michael Niedermayer2015-12-151-6/+6
* swscale/x86/rgb2rgb_template: Do not crash on misaligend strideMichael Niedermayer2015-12-151-1/+4
* mjpegdec: consider chroma subsampling in size checkn2.5.9Andreas Cadhalpun2015-12-071-3/+8