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-23update changelogn2.6.4Michael Niedermayer
2015-07-23imc: use correct position for flcoeffs2 calculationAndreas Cadhalpun
2015-07-23hevc: check slice address lengthAndreas Cadhalpun
2015-07-23snow: remove an obsolete av_assert2Andreas Cadhalpun
2015-07-23webp: fix infinite loop in webp_decode_frameAndreas Cadhalpun
2015-07-23wavpack: limit extra_bits to 32 and use get_bits_longAndreas Cadhalpun
2015-07-23ffmpeg: only count got_output/errors in decode_error_statAndreas Cadhalpun
2015-07-23ffmpeg: exit_on_error if decoding a packet failedAndreas Cadhalpun
2015-07-23pthread_frame: forward error codes when flushingAndreas Cadhalpun
2015-07-23huffyuvdec: validate image sizeAndreas Cadhalpun
2015-07-23wavpack: use get_bits_long to read up to 32 bitsAndreas Cadhalpun
2015-07-23nutdec: check maxpos in read_sm_data before returning successAndreas Cadhalpun
2015-07-23vc1dec: use get_bits_long and limit the read bits to 32Andreas Cadhalpun
2015-07-23mpegaudiodec: copy AVFloatDSPContext from first context to all contextsAndreas Cadhalpun
2015-07-20Update for 2.6.4Michael Niedermayer
2015-07-20avcodec/vp8: Check buffer size in vp8_decode_frame_header()Michael Niedermayer
2015-07-20avcodec/vp8: Fix null pointer dereference in ff_vp8_decode_free()Michael Niedermayer
2015-07-20avcodec/diracdec: Check for hpel_base allocation failureMichael Niedermayer
2015-07-20avcodec/rv34: Clear pointers in ff_rv34_decode_init_thread_copy()Michael Niedermayer
2015-07-20avfilter/af_aresample: Check ff_all_* for allocation failuresMichael Niedermayer
2015-07-20avcodec/pthread_frame: clear priv_data, avoid stale pointer in error caseMichael Niedermayer
2015-07-20swscale/utils: Clear pix buffersMichael Niedermayer
2015-07-20avutil/fifo: Fix the case where func() returns less bytes than requested in a...Zhang Rui
2015-07-20ffmpeg: Fix cleanup after failed allocation of output_filesMichael Niedermayer
2015-07-20avformat/mov: Fix deallocation when MOVStreamContext failed to allocateMichael Niedermayer
2015-07-20ffmpeg: Fix crash with ost->last_frame allocation failureMichael Niedermayer
2015-07-20ffmpeg: Fix cleanup with ost = NULLMichael Niedermayer
2015-07-20avcodec/pthread_frame: check avctx on deallocationMichael Niedermayer
2015-07-20avcodec/sanm: Reset sizes in destroy_buffers()Michael Niedermayer
2015-07-20avcodec/alac: Clear pointers in allocate_buffers()Michael Niedermayer
2015-07-20bytestream2: set the reader to the end when reading more than availableAnton Khirnov
2015-07-20avcodec/utils: use a minimum 32pixel width in avcodec_align_dimensions2() fo...Michael Niedermayer
2015-07-20avcodec/mpegvideo: Clear pointers in ff_mpv_common_init()Michael Niedermayer
2015-07-20oggparsedirac: check return value of init_get_bitsChris Watkins
2015-07-20wmalosslessdec: reset frame->nb_samples on packet lossAndreas Cadhalpun
2015-07-20wmalosslessdec: avoid reading 0 bits with get_bitsAndreas Cadhalpun
2015-07-20avcodec/rawenc: Use ff_alloc_packet() instead of ff_alloc_packet2()Michael Niedermayer
2015-07-20avcodec/aacsbr: Assert that bs_num_env is positiveMichael Niedermayer
2015-07-20avcodec/aacsbr: check that the element type matches before applying SBRMichael Niedermayer
2015-07-20avcodec/h264_slice: Use w/h from the AVFrame instead of mb_w/hMichael Niedermayer
2015-07-20vp9/update_prob: prevent out of bounds table readJames Zern
2015-07-20avfilter/vf_transpose: Fix rounding errorMichael Niedermayer
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-20swscale/swscale_unscaled: Fix rounding difference with RGBA output between li...Michael Niedermayer
2015-07-20ffmpeg: Do not use the data/size of a bitstream filter after failureMichael Niedermayer
2015-07-20swscale/x86/rgb2rgb_template: fix signedness of v in shuffle_bytes_2103_{mmx,...James Almer
2015-07-20swscale/x86/rgb2rgb_template: add missing xmm clobbersJames Almer