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
2019-03-27avcodec/hevcdec: Avoid only partly skiping duplicate first slicesMichael Niedermayer
2019-03-27lavc/bmp: Avoid a heap buffer overwrite for 1bpp input.Carl Eugen Hoyos
2019-03-25avcodec/mpegpicture: Check size of edge_emu_bufferMichael Niedermayer
2019-03-25avcodec/truemotion2: Fix integer overflow in tm2_null_res_block()Michael Niedermayer
2019-03-21avcodec/dfa: Check the chunk header is not truncatedMichael Niedermayer
2019-03-21avcodec/clearvideo: Check remaining data in P framesMichael Niedermayer
2019-03-21avcodec/dvbsubdec: Check object positionMichael Niedermayer
2019-03-21avcodec/cdgraphics: Use ff_set_dimensions()Michael Niedermayer
2019-03-21avcodec/mpeg4videodec: Check idx in mpeg4_decode_studio_block()Michael Niedermayer
2019-03-21avcodec/dxv: Correct integer overflow in get_opcodes()Michael Niedermayer
2019-03-21avcodec/scpr: Fix use of uninitialized variableMichael Niedermayer
2019-03-21avcodec/qpeg: Limit copy in qpeg_decode_intra() to the available bytesMichael Niedermayer
2019-03-21avcodec/aic: Check remaining bits in aic_decode_coeffs()Michael Niedermayer
2019-03-21avcodec/gdv: Check for truncated tags in decompress_5()Michael Niedermayer
2019-03-21avcodec/bethsoftvideo: Check block_typeMichael Niedermayer
2019-03-21avcodec/jpeg2000dwt: Fix integer overflow in dwt_decode97_int()Michael Niedermayer
2019-03-21avcodec/error_resilience: Use a symmetric check for skipping MV estimationMichael Niedermayer
2019-03-21avcodec/mlpdec: Insuffient typoMichael Niedermayer
2019-03-21avcodec/zmbv: obtain frame laterMichael Niedermayer
2019-03-21avcodec/jvdec: Check available input space before decode8x8()Michael Niedermayer
2019-03-21avcodec/h264_direct: Fix overflow in POC comparissionMichael Niedermayer
2019-03-21avcodec/htmlsubtitles: Fixes denial of service due to use of sscanf in inner ...Kevin Backhouse via RT
2019-03-21avcodec/htmlsubtitles: Fixes denial of service due to use of sscanf in inner ...Kevin Backhouse via RT
2019-03-21avcodec/mpeg4videodec: Clear interlaced_dct for studio profileMichael Niedermayer
2019-03-21avcodec/sbrdsp_fixed.c: remove input value limit for sbr_sum_square_c()Michael Niedermayer
2019-03-21avcodec/pgssubdec: Check for duplicate display segmentsMichael Niedermayer
2019-03-21avcodec/fic: Check that there is input left in fic_decode_block()Michael Niedermayer
2019-03-21avcodec/tiff: Check for 12bit gray faxMichael Niedermayer
2019-03-21avcodec/diracdec: Check component quantMichael Niedermayer
2019-03-21avcodec/tests/rangecoder: initialize array to avoid valgrind warningMichael Niedermayer
2019-03-21avcodec/h264_slice: Fix integer overflow in implicit_weight_table()Michael Niedermayer
2019-03-21avcodec/exr: set layer_match in all branchesMichael Niedermayer
2019-03-21avcodec/exr: Check for duplicate channel indexMichael Niedermayer
2019-03-21avcodec/4xm: Fix returned error codesMichael Niedermayer
2019-03-21avcodec/v4l2_m2m: fix cant typoMichael Niedermayer
2019-03-21avcodec/mjpegbdec: Fix some misplaced {} and spacesMichael Niedermayer
2019-03-21avcodec/mips: Fix failed case: hevc-conformance-AMP_A_Samsung_* when enable msagxw
2019-03-21avcodec/fic: Fail on invalid slice size/offMichael Niedermayer
2019-03-21avcodec/rpza: Check that there is enough data for all the blocksMichael Niedermayer
2019-03-21avcodec/rpza: Move frame allocation to a later pointMichael Niedermayer
2019-03-21avcodec/avcodec: Document the data type for AV_PKT_DATA_MPEGTS_STREAM_IDMichael Niedermayer
2019-03-21avcodec/mjpegdec: Fix indention of ljpeg_decode_yuv_scan()Michael Niedermayer
2019-03-21avcodec/clearvideo: Check remaining input bits in P macro block loopMichael Niedermayer
2019-03-21avcodec/dxv: Check that there is enough data to decompressMichael Niedermayer
2019-03-21avcodec/ppc/hevcdsp: Fix build failures with powerpc-linux-gnu-gcc-4.8 with -...Michael Niedermayer
2019-03-21avcodec/msvideo1: Check for too small dimensionsMichael Niedermayer
2019-03-21avcodec/wmv2dec: Skip I frame if its smaller than 1/8 of the minimal sizeMichael Niedermayer
2019-03-21avcodec/msmpeg4dec: Skip frame if its smaller than 1/8 of the minimal sizeMichael Niedermayer
2019-03-21avcodec/truemotion2rt: Fix rounding in input size checkMichael Niedermayer
2019-03-21avcodec/truemotion2: fix integer overflows in tm2_low_chroma()Michael Niedermayer