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
2015-11-22Update for 2.6.5n2.6.5Michael Niedermayer
2015-11-19rtmpcrypt: Do the xtea decryption in little endian modeMartin Storsjö
2015-11-19avformat/matroskadec: Check subtitle stream before dereferencingMichael Niedermayer
2015-11-19avformat/utils: Do not init parser if probing is unfinishedMichael Niedermayer
2015-11-19avcodec/jpeg2000dec: Fix potential integer overflow with tile dimensionsMichael Niedermayer
2015-11-19avcodec/jpeg2000dec: Check SIZ dimensions to be within the supported rangeMichael Niedermayer
2015-11-19avcodec/jpeg2000: Check comp coords to be within the supported sizeMichael Niedermayer
2015-11-19avcodec/jpeg2000: Use av_image_check_size() in ff_jpeg2000_init_component()Michael Niedermayer
2015-11-19avcodec/wmaprodec: Check for overread in decode_packet()Michael Niedermayer
2015-11-19avcodec/smacker: Check that the data size is a multiple of a sample vectorMichael Niedermayer
2015-11-19avcodec/takdec: Skip last p2 sample (which is unused)Michael Niedermayer
2015-11-19avcodec/dxtory: Fix input size check in dxtory_decode_v1_410()Michael Niedermayer
2015-11-19avcodec/dxtory: Fix input size check in dxtory_decode_v1_420()Michael Niedermayer
2015-11-19avcodec/error_resilience: avoid accessing previous or next frames tables beyo...Michael Niedermayer
2015-11-19avcodec/dpx: Move need_align to act per lineMichael Niedermayer
2015-11-19avcodec/flashsv: Check size before updating itMichael Niedermayer
2015-11-19avcodec/ivi: Check image dimensionsMichael Niedermayer
2015-11-19avcodec/utils: Better check for channels in av_get_audio_frame_duration()Michael Niedermayer
2015-11-19avcodec/jpeg2000dec: Check for duplicate SIZ markerMichael Niedermayer
2015-11-19doc/ffmpeg: Clarify that the sdp_file option requires an rtp output.Simon Thelen
2015-11-19ffmpeg: Don't try and write sdp info if none of the outputs had an rtp format.Simon Thelen
2015-11-19jvdec: avoid unsigned overflow in comparisonAndreas Cadhalpun
2015-11-19avcodec/jpeg2000dec: Clip all tile coordinatesMichael Niedermayer
2015-11-19avcodec/hevc_ps: Check chroma_format_idcMichael Niedermayer
2015-11-19avcodec/microdvddec: Check for string end in 'P' caseMichael Niedermayer
2015-11-19avcodec/dirac_parser: Fix undefined memcpy() useMichael Niedermayer
2015-11-19avformat/xmv: Discard remainder of packet on errorMichael Niedermayer
2015-11-19avformat/xmv: factor return check out of if/elseMichael Niedermayer
2015-11-19avcodec/mpeg12dec: Do not call show_bits() with invalid bitsMichael Niedermayer
2015-11-19libavutil/channel_layout: Check strtol*() for failureMichael Niedermayer
2015-11-19avcodec/ffv1dec: Check for 0 quant tablesMichael Niedermayer
2015-11-19avcodec/mjpegdec: Reinitialize IDCT on BPP changesMichael Niedermayer
2015-11-19avcodec/mjpegdec: Check index in ljpeg_decode_yuv_scan() before using itMichael Niedermayer
2015-11-19avutil/file_open: avoid file handle inheritance on WindowsTobias Rapp
2015-11-19opusdec: Don't run vector_fmul_scalar on zero length arraysKieran Kunhya
2015-11-19avcodec/ffv1: Initialize vlc_state on allocationMichael Niedermayer
2015-11-19avcodec/ffv1dec: update progress in case of broken pointer chainsMichael Niedermayer
2015-11-19avcodec/ffv1dec: Clear slice coordinates if they are invalid or slice header ...Michael Niedermayer
2015-11-19avformat/httpauth: Add space after commas in HTTP/RTSP auth headerAndrey Utkin
2015-11-19avcodec/x86/sbrdsp: Fix using uninitialized upper 32bit of noiseMichael Niedermayer
2015-11-19avcodec/ffv1dec: Fix off by 1 error in quant_table_count checkMichael Niedermayer
2015-11-19avcodec/ffv1dec: Explicitly check read_quant_table() return valueMichael Niedermayer
2015-11-19avcodec/rangecoder: Check eMichael Niedermayer
2015-11-19lavf/webvttenc: Require webvtt file to contain exactly one WebVTT stream.Simon Thelen
2015-11-19avcodec/mjpegdec: Fix decoding RGBA RCT LJPEGMichael Niedermayer
2015-11-19avfilter/af_asyncts: use llabs for int64_tGanesh Ajjanagadde
2015-11-19avcodec/g2meet: Also clear tile dimensions on header_failMichael Niedermayer
2015-11-19avcodec/g2meet: Fix potential overflow in tile dimensions checkMichael Niedermayer
2015-11-19avcodec/svq1dec: Check init_get_bits8() for failureMichael Niedermayer
2015-11-19avcodec/tta: Check init_get_bits8() for failureMichael Niedermayer