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
2018-11-03Changelog: updaten4.0.3Michael Niedermayer
2018-11-03avutil/integer: Fix integer overflow in av_mul_i()Michael Niedermayer
2018-11-03avcodec/msrle: Check that the input is large enough to contain a end of pictu...Michael Niedermayer
2018-11-02avformat/ftp: return AVERROR_EOF for EOFMarton Balint
2018-11-02avcodec/libx264: remove FF_CODEC_CAP_INIT_THREADSAFE flagMarton Balint
2018-10-23Prepare 4.0.3 releaseMichael Niedermayer
2018-10-23avcodec/jpeg2000dec: Fix off by 1 error in JPEG2000_PGOD_CPRL handlingMichael Niedermayer
2018-10-23avcodec/mpeg4videodec: Fix typo in sprite delta checkMichael Niedermayer
2018-10-23avcodec/h264_cavlc: Check mb_skip_runMichael Niedermayer
2018-10-23avcodec/ra144: Fix integer overflow in add_wav()Michael Niedermayer
2018-10-23avformat/utils: Never store negative values in last_IP_durationMichael Niedermayer
2018-10-23avformat/utils: Fix integer overflow in discontinuity checkMichael Niedermayer
2018-10-18Revert "avcodec/cbs_h264: silence errors about end_of_seq nalus"Aman Gupta
2018-10-16avcodec/cbs: ensure user_data is padded for GBC parsingAman Gupta
2018-10-16avcodec/cbs: fix crash in sei_pic_timestampAman Gupta
2018-10-16avcodec/cbs_h264: silence errors about end_of_seq nalusAman Gupta
2018-10-14avcodec/cuviddec: properly take deinterlacing and display delay into account ...Timo Rothenpieler
2018-10-12avcodec/h2645_parse: skip NALUs with no content after stripping all the trail...James Almer
2018-10-09configure: <fflib>_deps: validate, reduce sensitivityAvi Halachmi (:avih)
2018-10-09configure: speed up check_deps()Avi Halachmi (:avih)
2018-10-09configure: speed up print_enabled_components()Avi Halachmi (:avih)
2018-10-09configure: speed up flatten_extralibs_wrapper()Avi Halachmi (:avih)
2018-10-07avformat/utils: Fix potential integer overflow in extract_extradata()Michael Niedermayer
2018-10-07avcodec/unary: Improve get_unary() docsMichael Niedermayer
2018-10-07avcodec/gdv: Replace divisions by shifts in rescale()Michael Niedermayer
2018-10-07avcodec/ac3dec: Fix shift signedness in mask creationMichael Niedermayer
2018-10-07avcodec/eac3dec: Check that channel_map does not contain more than EAC3_MAX_C...Michael Niedermayer
2018-10-07doc/examples/vaapi_transcode: Fix the typoMichael Niedermayer
2018-10-07avcodec/dvdsubdec: Sanity check len in decode_rle()Michael Niedermayer
2018-10-07avcodec/mpeg4videodec: Fix undefined shift in get_amv()Michael Niedermayer
2018-10-07avcodec/zmbv: Check that the decompressed data size is correctMichael Niedermayer
2018-10-07avcodec/zmbv: Update decomp_len in raw framesMichael Niedermayer
2018-10-07avcodec/shorten: Fix bitstream end check in read_header()Michael Niedermayer
2018-10-07avcodec/dvdsubdec: Avoid branch in decode_run_8bit()Michael Niedermayer
2018-10-07avcodec/h264_refs: Document last if() in ff_h264_execute_ref_pic_marking()Michael Niedermayer
2018-10-07avcodec/ra144: Fix undefined integer overflow in add_wav()Michael Niedermayer
2018-10-07avcodec/indeo4: Check dimensions in decode_pic_hdr()Michael Niedermayer
2018-10-07avformat/mov: Error on too large stsd entry counts.Dale Curtis
2018-10-07examples: Fix use of AV_CODEC_FLAG_GLOBAL_HEADERMichael Bunk
2018-10-07avcodec/hq_hqa: Check remaining input bits in hqa_decode_mb()Michael Niedermayer
2018-10-07avcodec/vb: Check for end of bytestream before reading blocktypeMichael Niedermayer
2018-10-07avcodec/snowdec: Fix integer overflow with motion vector residualMichael Niedermayer
2018-10-07avcodec/mpeg4videodec: Fix slice end detection in mpeg4_decode_studio_mb()Michael Niedermayer
2018-10-07avformat/nsvdec: Do not parse multiple NSVfMichael Niedermayer
2018-10-07avformat/dashdec: Fix strlen(rep_id_val) with it being NULLMichael Niedermayer
2018-10-07avformat/mlvdec: read_string() received unsigned size, make the argument unsi...Michael Niedermayer
2018-10-07avformat/rmdec: Fix EOF check in the stream loop in ivr_read_header()Michael Niedermayer
2018-10-07avcodec/scpr: Check for min > max in decompress_p()Michael Niedermayer
2018-10-07avcodec/shorten: Fix signed 32bit overflow in shift in shorten_decode_frame()Michael Niedermayer
2018-10-07avcodec/shorten: Fix integer overflow in residual/LPC combinationMichael Niedermayer