Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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