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-12-31Update for FFmpeg 4.2.2n4.2.2Michael Niedermayer
2019-12-31cbs_mpeg2: Fix parsing the last unitAndreas Rheinhardt
2019-12-31cbs_mpeg2: Rearrange start code searchAndreas Rheinhardt
2019-12-31cbs_mpeg2: Decompose Sequence EndAndreas Rheinhardt
2019-12-31cbs_mpeg2: Fix parsing of picture and slice headersAndreas Rheinhardt
2019-12-31cbs: Remove useless initializationsAndreas Rheinhardt
2019-12-31mpeg2_metadata, cbs_mpeg2: Fix handling of colour_descriptionAndreas Rheinhardt
2019-12-31lavc/cbs_h2645_syntax_template: Fix memleakAndriy Gelman
2019-12-31avcodec/cbs: Fix potential overflowAndreas Rheinhardt
2019-12-31avcodec/cbs: Factor out common code for writing unitsAndreas Rheinhardt
2019-12-31avcodec/ffwavesynth: Fix undefined overflow in wavesynth_synth_sample()Michael Niedermayer
2019-12-31avcodec/cook: Use 3 stage VLC decoding for channel_couplingMichael Niedermayer
2019-12-31avcodec/wmalosslessdec: Fixes undefined overflow in dequantization in decode_...Michael Niedermayer
2019-12-31avcodec/sonic: Check e in get_symbol()Michael Niedermayer
2019-12-31avcodec/twinvqdec: Correct overflow in block align checkMichael Niedermayer
2019-12-31avcodec/vc1dec: Fix "return -1" casesMichael Niedermayer
2019-12-31avcodec/vc1dec: Free sprite_output_frame on errorMichael Niedermayer
2019-12-31avcodec/atrac9dec: Clamp band_ext_data to max that can be read if skipped.Michael Niedermayer
2019-12-31avcodec/agm: Include block size in the MV check for flags == 3Michael Niedermayer
2019-12-31avcodec/wmadec: Keep track of exponent initialization per channelMichael Niedermayer
2019-12-31avcodec/iff: Check that video_size is large enough for the read parametersMichael Niedermayer
2019-12-31avcodec/cbs_vp9: Check data_sizeMichael Niedermayer
2019-12-31avcodec/cbs_vp9: Check index_sizeMichael Niedermayer
2019-12-31avcodec/adpcm: Clip predictor for APCMichael Niedermayer
2019-12-31avcodec/targa: Check colors vs. available spaceMichael Niedermayer
2019-12-31avcodec/dstdec: Use get_ur_golomb_jpegls()Michael Niedermayer
2019-12-31avcodec/wmavoice: Check remaining input in parse_packet_header()Michael Niedermayer
2019-12-31avcodec/wmalosslessdec: Fix 2 overflows in mclmsMichael Niedermayer
2019-12-31avcodec/wmaprodec: Fixes integer overflow with 32bit samplesMichael Niedermayer
2019-12-31avcodec/adpcm: Fix invalid shift in xa_decode()Michael Niedermayer
2019-12-31avcodec/wmalosslessdec: Fix several integer issuesMichael Niedermayer
2019-12-31avcodec/wmalosslessdec: Check that padding bits is not more than sample bitsMichael Niedermayer
2019-12-31avcodec/iff: Skip overflowing runs in decode_delta_d()Michael Niedermayer
2019-12-31avcodec/pnm: Check that the header is not truncatedMichael Niedermayer
2019-12-31avcodec/mp3_header_decompress_bsf: Check sample_rate_indexMichael Niedermayer
2019-12-31avcodec/cbs_av1_syntax_template: Check num_y_pointsMichael Niedermayer
2019-12-31avformat/rmdec: Initialize and sanity check offset in ivr_read_header()Michael Niedermayer
2019-12-31avcodec/agm: Do not allow MVs out of the picture area as no edge is allocatedMichael Niedermayer
2019-12-31avcodec/apedec: Fix 2 integer overflowsMichael Niedermayer
2019-12-31avformat/id3v2: Fix double-free on errorAndreas Rheinhardt
2019-12-31avcodec/wmaprodec: Set packet_loss when we error out on a sanity checkMichael Niedermayer
2019-12-31avcodec/wmaprodec: Check offsetMichael Niedermayer
2019-12-31avcodec/truemotion2: Fix 2 integer overflows in tm2_low_res_block()Michael Niedermayer
2019-12-31avcodec/wmaprodec: Check if the channel sum of all internal contexts match th...Michael Niedermayer
2019-12-31avcodec/atrac9dec: Check q_unit_cnt more completely before using it to access...Michael Niedermayer
2019-12-31avcodec/fitsdec: Use lrint()Michael Niedermayer
2019-12-31avcodec/g729dec: Avoid using buf_sizeMichael Niedermayer
2019-12-31avcodec/g729dec: Factor block_size outMichael Niedermayer
2019-12-31avcodec/g729dec: require buf_size to be non 0Michael Niedermayer
2019-12-31avcodec/alac: Fix integer overflow in lpc_prediction() with signMichael Niedermayer