summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update changelogn2.6.4Michael Niedermayer2015-07-231-0/+13
* imc: use correct position for flcoeffs2 calculationAndreas Cadhalpun2015-07-231-1/+1
* hevc: check slice address lengthAndreas Cadhalpun2015-07-232-2/+2
* snow: remove an obsolete av_assert2Andreas Cadhalpun2015-07-231-2/+2
* webp: fix infinite loop in webp_decode_frameAndreas Cadhalpun2015-07-231-1/+1
* wavpack: limit extra_bits to 32 and use get_bits_longAndreas Cadhalpun2015-07-231-2/+6
* ffmpeg: only count got_output/errors in decode_error_statAndreas Cadhalpun2015-07-231-3/+3
* ffmpeg: exit_on_error if decoding a packet failedAndreas Cadhalpun2015-07-231-0/+9
* pthread_frame: forward error codes when flushingAndreas Cadhalpun2015-07-231-0/+11
* huffyuvdec: validate image sizeAndreas Cadhalpun2015-07-231-0/+5
* wavpack: use get_bits_long to read up to 32 bitsAndreas Cadhalpun2015-07-231-2/+2
* nutdec: check maxpos in read_sm_data before returning successAndreas Cadhalpun2015-07-231-0/+3
* vc1dec: use get_bits_long and limit the read bits to 32Andreas Cadhalpun2015-07-231-1/+1
* mpegaudiodec: copy AVFloatDSPContext from first context to all contextsAndreas Cadhalpun2015-07-231-0/+1
* Update for 2.6.4Michael Niedermayer2015-07-203-2/+105
* avcodec/vp8: Check buffer size in vp8_decode_frame_header()Michael Niedermayer2015-07-201-0/+5
* avcodec/vp8: Fix null pointer dereference in ff_vp8_decode_free()Michael Niedermayer2015-07-201-0/+3
* avcodec/diracdec: Check for hpel_base allocation failureMichael Niedermayer2015-07-201-4/+12
* avcodec/rv34: Clear pointers in ff_rv34_decode_init_thread_copy()Michael Niedermayer2015-07-201-0/+7
* avfilter/af_aresample: Check ff_all_* for allocation failuresMichael Niedermayer2015-07-201-6/+15
* avcodec/pthread_frame: clear priv_data, avoid stale pointer in error caseMichael Niedermayer2015-07-201-0/+1
* swscale/utils: Clear pix buffersMichael Niedermayer2015-07-201-3/+3
* avutil/fifo: Fix the case where func() returns less bytes than requested in a...Zhang Rui2015-07-201-1/+2
* ffmpeg: Fix cleanup after failed allocation of output_filesMichael Niedermayer2015-07-201-1/+4
* avformat/mov: Fix deallocation when MOVStreamContext failed to allocateMichael Niedermayer2015-07-201-0/+3
* ffmpeg: Fix crash with ost->last_frame allocation failureMichael Niedermayer2015-07-201-1/+1
* ffmpeg: Fix cleanup with ost = NULLMichael Niedermayer2015-07-201-1/+6
* avcodec/pthread_frame: check avctx on deallocationMichael Niedermayer2015-07-201-3/+4
* avcodec/sanm: Reset sizes in destroy_buffers()Michael Niedermayer2015-07-201-0/+1
* avcodec/alac: Clear pointers in allocate_buffers()Michael Niedermayer2015-07-201-0/+6
* bytestream2: set the reader to the end when reading more than availableAnton Khirnov2015-07-201-1/+3
* avcodec/utils: use a minimum 32pixel width in avcodec_align_dimensions2() fo...Michael Niedermayer2015-07-201-1/+3
* avcodec/mpegvideo: Clear pointers in ff_mpv_common_init()Michael Niedermayer2015-07-201-4/+78
* oggparsedirac: check return value of init_get_bitsChris Watkins2015-07-201-3/+8
* wmalosslessdec: reset frame->nb_samples on packet lossAndreas Cadhalpun2015-07-201-0/+1
* wmalosslessdec: avoid reading 0 bits with get_bitsAndreas Cadhalpun2015-07-201-1/+1
* avcodec/rawenc: Use ff_alloc_packet() instead of ff_alloc_packet2()Michael Niedermayer2015-07-201-1/+1
* avcodec/aacsbr: Assert that bs_num_env is positiveMichael Niedermayer2015-07-201-0/+1
* avcodec/aacsbr: check that the element type matches before applying SBRMichael Niedermayer2015-07-202-0/+9
* avcodec/h264_slice: Use w/h from the AVFrame instead of mb_w/hMichael Niedermayer2015-07-201-2/+2
* vp9/update_prob: prevent out of bounds table readJames Zern2015-07-201-2/+3
* avfilter/vf_transpose: Fix rounding errorMichael Niedermayer2015-07-201-1/+1
* avcodec/pngdec: Check values before updating context in decode_fctl_chunk()Michael Niedermayer2015-07-201-13/+21
* avcodec/pngdec: Require a IHDR chunk before fctlMichael Niedermayer2015-07-201-0/+5
* avcodec/pngdec: Only allow one IHDR chunkMichael Niedermayer2015-07-201-0/+5
* wmavoice: limit wmavoice_decode_packet return value to packet sizeAndreas Cadhalpun2015-07-201-2/+16
* swscale/swscale_unscaled: Fix rounding difference with RGBA output between li...Michael Niedermayer2015-07-201-0/+5
* ffmpeg: Do not use the data/size of a bitstream filter after failureMichael Niedermayer2015-07-201-0/+1
* swscale/x86/rgb2rgb_template: fix signedness of v in shuffle_bytes_2103_{mmx,...James Almer2015-07-201-1/+1
* swscale/x86/rgb2rgb_template: add missing xmm clobbersJames Almer2015-07-201-1/+1