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
2017-02-06avcodec/movtextdec: Fix decode_styl() cleanupMichael Niedermayer
2017-02-06avcodec/pngdec: Check trns more completelyMichael Niedermayer
2017-02-06avcodec/interplayvideo: Move parameter change check upMichael Niedermayer
2017-02-06avcodec/dca_lbr: Fix off by 1 error in freq checkMichael Niedermayer
2017-02-06avcodec/mjpegdec: Check for for the bitstream end in mjpeg_decode_scan_progre...Michael Niedermayer
2017-02-01pgssubdec: reset rle_data_len/rle_remaining_len on allocation errorAndreas Cadhalpun
2017-01-26avcodec/utils: correct align value for interplayMichael Niedermayer
2017-01-26avcodec/vp56: Check for the bitstream end, pass error codes onMichael Niedermayer
2017-01-26avcodec/mjpegdec: Check remaining bitstream in ljpeg_decode_yuv_scan()Michael Niedermayer
2017-01-26avcodec/pngdec: Fix off by 1 size in decode_zbuf()Michael Niedermayer
2017-01-26avcodec/bsf: Fix av_bsf_list_free()Michael Niedermayer
2017-01-26avcodec/omx: Do not pass negative value into av_malloc()Michael Niedermayer
2017-01-26avcodec/mjpegdec: Check for rgb before flippingMichael Niedermayer
2016-12-11avcodec/ffv1enc: Allocate smaller packet if the worst case size cannot be all...Michael Niedermayer
2016-12-11avcodec/mpeg4videodec: Fix undefined shifts in mpeg4_decode_sprite_trajectory()Michael Niedermayer
2016-12-11avcodec/ffv1enc: Fix size of first sliceMichael Niedermayer
2016-12-06avcodec/flacdec: Fix undefined shift in decode_subframe()Michael Niedermayer
2016-12-06avcodec/get_bits: Fix get_sbits_long(0)Michael Niedermayer
2016-12-06avcodec/flacdec: Fix signed integer overflow in decode_subframe_fixed()Michael Niedermayer
2016-12-06avcodec/flacdsp_template: Fix undefined shift in flac_decorrelate_indep_cMichael Niedermayer
2016-12-06avcodec/flac_parser: Update nb_headers_bufferedMichael Niedermayer
2016-12-06avcodec/me_cmp: Fix median_sad sizeMichael Niedermayer
2016-11-26avcodec/aac_adtstoasc_bsf: validate and forward extradata if the stream is al...n3.2.1James Almer
2016-11-26mss2: only use error correction for matching block countsAndreas Cadhalpun
2016-11-26libopusdec: default to stereo for invalid number of channelsAndreas Cadhalpun
2016-11-26pgssubdec: only set w/h/linesize when allocating dataAndreas Cadhalpun
2016-11-26smacker: limit recursion depth of smacker_decode_bigtreeAndreas Cadhalpun
2016-11-23avcodec/ass_split: Change order of operations in ass_split_section()Michael Niedermayer
2016-11-20avcodec/rawdec: check for side data before checking its sizeJames Almer
2016-11-20avcodec/avpacket: fix leak on realloc in av_packet_add_side_data()James Almer
2016-11-18Revert "apngdec: use side data to pass extradata to the decoder"James Almer
2016-11-18libavcodec/exr : fix channel size calculation for uint32 channelMartin Vignali
2016-11-18exr: fix out-of-bounds readAndreas Cadhalpun
2016-11-18libschroedingerdec: fix leaking of framewithptsAndreas Cadhalpun
2016-11-18libschroedingerdec: don't produce empty framesAndreas Cadhalpun
2016-11-18dds: limit 4 bpp handling to AV_PIX_FMT_PAL8Andreas Cadhalpun
2016-11-18mlz: limit next_code to data buffer sizeAndreas Cadhalpun
2016-11-18pnmdec: make sure v is capped by maxvalAndreas Cadhalpun
2016-11-18smvjpegdec: make sure cur_frame is not negativeAndreas Cadhalpun
2016-11-18dvbsubdec: fix division by zero in compute_default_clutAndreas Cadhalpun
2016-11-18proresdec_lgpl: explicitly check coff[3] against slice_data_sizeAndreas Cadhalpun
2016-11-18escape124: reject codebook size 0Andreas Cadhalpun
2016-11-18mpegaudio_parser: don't return AVERROR_PATCHWELCOMEAndreas Cadhalpun
2016-11-18lzf: update pointer p after reallocAndreas Cadhalpun
2016-11-18diracdec: check return code of get_buffer_with_edgeAndreas Cadhalpun
2016-11-18diracdec: clear slice_params_num_buf on allocation failureAndreas Cadhalpun
2016-11-18diracdec: use correct buffer for slice_params_buf reallocAndreas Cadhalpun
2016-11-18ppc: pixblockdsp: do unaligned block accesses correctly againAndreas Cadhalpun
2016-11-18apngdec: use side data to pass extradata to the decoderAndreas Cadhalpun
2016-11-18interplayacm: increase bitstream buffer size by AV_INPUT_BUFFER_PADDING_SIZEAndreas Cadhalpun