aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add MODULE_LICENSE and NOTICE filesstable/cm-12.1-YOG7DRicardo Cerqueira2015-12-2211-0/+511
* Merge tag 'n2.7.2' into cm-12.1Ricardo Cerqueira2015-10-081-10/+13
|\
| * Changelog updateAndreas Cadhalpun2015-07-191-0/+14
| * imc: use correct position for flcoeffs2 calculationAndreas Cadhalpun2015-07-191-1/+1
| * hevc: check slice address lengthAndreas Cadhalpun2015-07-192-2/+2
| * snow: remove an obsolete av_assert2Andreas Cadhalpun2015-07-191-2/+2
| * webp: fix infinite loop in webp_decode_frameAndreas Cadhalpun2015-07-191-1/+1
| * wavpack: limit extra_bits to 32 and use get_bits_longAndreas Cadhalpun2015-07-191-2/+6
| * ffmpeg: only count got_output/errors in decode_error_statAndreas Cadhalpun2015-07-191-3/+3
| * ffmpeg: exit_on_error if decoding a packet failedAndreas Cadhalpun2015-07-191-0/+9
| * pthread_frame: forward error codes when flushingAndreas Cadhalpun2015-07-191-0/+11
| * huffyuvdec: validate image sizeAndreas Cadhalpun2015-07-191-0/+5
| * wavpack: use get_bits_long to read up to 32 bitsAndreas Cadhalpun2015-07-191-2/+2
| * nutdec: check maxpos in read_sm_data before returning successAndreas Cadhalpun2015-07-191-0/+3
| * s302m: fix arithmetic exceptionAndreas Cadhalpun2015-07-191-4/+2
| * vc1dec: use get_bits_long and limit the read bits to 32Andreas Cadhalpun2015-07-191-1/+1
| * mpegaudiodec: copy AVFloatDSPContext from first context to all contextsAndreas Cadhalpun2015-07-191-0/+1
| * Update for FFmpeg 2.7.2Michael Niedermayer2015-07-183-2/+54
| * avcodec/vp8: Check buffer size in vp8_decode_frame_header()Michael Niedermayer2015-07-181-0/+5
| * avcodec/vp8: Fix null pointer dereference in ff_vp8_decode_free()Michael Niedermayer2015-07-181-0/+3
| * avcodec/diracdec: Check for hpel_base allocation failureMichael Niedermayer2015-07-181-4/+12
| * avcodec/rv34: Clear pointers in ff_rv34_decode_init_thread_copy()Michael Niedermayer2015-07-181-0/+7
| * avfilter/af_aresample: Check ff_all_* for allocation failuresMichael Niedermayer2015-07-181-6/+15
| * avcodec/pthread_frame: clear priv_data, avoid stale pointer in error caseMichael Niedermayer2015-07-181-0/+1
| * swscale/utils: Clear pix buffersMichael Niedermayer2015-07-181-3/+3
| * avutil/fifo: Fix the case where func() returns less bytes than requested in a...Zhang Rui2015-07-181-1/+2
| * ffmpeg: Fix cleanup after failed allocation of output_filesMichael Niedermayer2015-07-181-1/+4
| * avformat/mov: Fix deallocation when MOVStreamContext failed to allocateMichael Niedermayer2015-07-181-0/+3
| * ffmpeg: Fix crash with ost->last_frame allocation failureMichael Niedermayer2015-07-181-1/+1
| * ffmpeg: Fix cleanup with ost = NULLMichael Niedermayer2015-07-181-1/+6
| * avcodec/pthread_frame: check avctx on deallocationMichael Niedermayer2015-07-181-3/+4
| * avcodec/sanm: Reset sizes in destroy_buffers()Michael Niedermayer2015-07-181-0/+1
| * avcodec/alac: Clear pointers in allocate_buffers()Michael Niedermayer2015-07-181-0/+6
| * bytestream2: set the reader to the end when reading more than availableAnton Khirnov2015-07-181-1/+3
| * avcodec/utils: use a minimum 32pixel width in avcodec_align_dimensions2() fo...Michael Niedermayer2015-07-181-1/+3
| * avcodec/mpegvideo: Clear pointers in ff_mpv_common_init()Michael Niedermayer2015-07-181-4/+78
| * oggparsedirac: check return value of init_get_bitsChris Watkins2015-07-181-3/+8
| * wmalosslessdec: reset frame->nb_samples on packet lossAndreas Cadhalpun2015-07-181-0/+1
| * wmalosslessdec: avoid reading 0 bits with get_bitsAndreas Cadhalpun2015-07-181-1/+1
| * Put a space between string literals and macros.Chris Watkins2015-07-181-2/+2
| * avcodec/rawenc: Use ff_alloc_packet() instead of ff_alloc_packet2()Michael Niedermayer2015-07-181-1/+1
| * avcodec/aacsbr: Assert that bs_num_env is positiveMichael Niedermayer2015-07-181-0/+1
| * avcodec/aacsbr: check that the element type matches before applying SBRMichael Niedermayer2015-07-182-0/+9
| * avcodec/h264_slice: Use w/h from the AVFrame instead of mb_w/hMichael Niedermayer2015-07-181-2/+2
| * vp9/update_prob: prevent out of bounds table readJames Zern2015-07-181-2/+3
| * avfilter/vf_transpose: Fix rounding errorMichael Niedermayer2015-07-181-1/+1
| * avcodec/h264_refs: discard mismatching referencesMichael Niedermayer2015-07-181-0/+16
| * avcodec/mjpegdec: Fix small picture upscaleMichael Niedermayer2015-07-181-4/+6
| * avcodec/pngdec: Check values before updating context in decode_fctl_chunk()Michael Niedermayer2015-07-181-13/+21
| * avcodec/pngdec: Copy IHDR & plte state from last threadMichael Niedermayer2015-07-181-8/+15