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-07-20avcodec/pngdec: Check values before updating context in decode_fctl_chunk()Michael Niedermayer
2015-07-20avcodec/pngdec: Require a IHDR chunk before fctlMichael Niedermayer
2015-07-20avcodec/pngdec: Only allow one IHDR chunkMichael Niedermayer
2015-07-20wmavoice: limit wmavoice_decode_packet return value to packet sizeAndreas Cadhalpun
2015-07-20avcodec/dpxenc: implement write16/32 as functionsMichael Niedermayer
2015-07-20h264: er: Copy from the previous reference only if compatibleAndreas Cadhalpun
2015-07-20sonic: set avctx->channels in sonic_decode_initAndreas Cadhalpun
2015-07-20vp8: change mv_{min,max}.{x,y} type to intAndreas Cadhalpun
2015-07-20vp9: change type of tile_size from unsigned to int64_tAndreas Cadhalpun
2015-07-20libopenjpegdec: check existence of image component dataAndreas Cadhalpun
2015-07-20takdec: ensure chan2 is a valid channel indexAndreas Cadhalpun
2015-07-20avcodec/h264_slice: Use AVFrame diemensions for grayscale handlingMichael Niedermayer
2015-07-20avcodec/jpeg2000dec: Check that coords match before applying ICTMichael Niedermayer
2015-07-20avcodec/adpcm: Check for overreadsMichael Niedermayer
2015-07-20avcodec/alsdec: Check for overreadMichael Niedermayer
2015-07-20avcodec/atrac3plusdec: consume only as many bytes as availableMichael Niedermayer
2015-07-20libopenjpegenc: add NULL check for img before accessing itAndreas Cadhalpun
2015-07-20h264: Make sure reinit failures mark the context as not initializedLuca Barbato
2015-07-20avcodec/bitstream: Assert that there is enough space left in avpriv_copy_bits()Michael Niedermayer
2015-07-20avcodec/put_bits: Assert that there is enough space left in skip_put_bytes()Michael Niedermayer
2015-07-20avcodec/mpegvideo_enc: Update the buffer size as more slices are mergedMichael Niedermayer
2015-07-20avcodec/put_bits: Update size_in_bits in set_put_bits_buffer_size()Michael Niedermayer
2015-07-20avcodec/golomb: get_ur_golomb_jpegls: Fix reading huge k valuesMichael Niedermayer
2015-06-19avcodec/mjpegenc_common: Use ff_mpv_reallocate_putbitbuffer()Michael Niedermayer
2015-06-19avcodec/mpegvideo: Factor ff_mpv_reallocate_putbitbuffer() outMichael Niedermayer
2015-06-19avcodec/exr: fix crash caused by mergePaul B Mahol
2015-06-19avcodec/x86/h264_weight: handle weight1=128Michael Niedermayer
2015-06-19avcodec/dvbsubdec: Fix buf_size check in dvbsub_parse_display_definition_segm...banastasov
2015-06-19avcodec/hevc_ps: Only discard overread VPS if a previous is availableMichael Niedermayer
2015-06-19avcodec/flacenc: Fix Invalid Rice orderGeorge Boyle
2015-05-16avcodec/hevc: Fix typo in num_entry_point_offsets checkMichael Niedermayer
2015-05-16avcodec/libtheoraenc: Check for av_malloc failureMichael Niedermayer
2015-05-15avcodec/dcadec: Check active_bandsMichael Niedermayer
2015-05-15avcodec/dcadec: Check scale table indexMichael Niedermayer
2015-05-15avcodec/sonic: More completely check sample_rate_index and channelsMichael Niedermayer
2015-05-15avcodec/sonic: check memory allocationsMichael Niedermayer
2015-05-15avcodec/smvjpegdec: check avcodec_decode_video2() return codeMichael Niedermayer
2015-05-15avcodec/shorten: More complete pred_order checkMichael Niedermayer
2015-05-15avcodec/shorten: Check skip_bytes()Michael Niedermayer
2015-05-15avcodec/shorten: Fix code depending on signed overflow behaviorMichael Niedermayer
2015-05-15avcodec/proresdec2: Reset slice_count on deallocationMichael Niedermayer
2015-05-15avcodec/dvbsubdec: Clear w/h/size on region buffer allocation failureMichael Niedermayer
2015-05-15avcodec/dcadec: Check subsubframesMichael Niedermayer
2015-05-15avcodec/dcadec: Check nchansMichael Niedermayer
2015-05-15hevc: make avcodec_decode_video2() fail if get_format() failswm4
2015-05-15avcodec/cavsdec: Use ff_set_dimensions()Michael Niedermayer
2015-05-15avcodec/cavsdec: Check esc_codeMichael Niedermayer
2015-05-15avcodec/on2avc: Check run more carefullyMichael Niedermayer
2015-05-15avcodec/mpeg4audio: add some padding/alignment to MAX_PCE_SIZEMichael Niedermayer
2015-05-15avcodec/mjpegdec: fix len computation in ff_mjpeg_decode_dqt()Michael Niedermayer