summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINTAINERS: Remove myself as leaderrelease/1.1Michael Niedermayer2015-07-311-1/+0
* Update for 1.1.16n1.1.16Michael Niedermayer2015-03-132-2/+2
* avcodec/012v: redesign main loopMichael Niedermayer2015-03-131-43/+39
* ffmdec: make sure the time base is validAndreas Cadhalpun2015-03-131-0/+10
* Fix buffer_size argument to init_put_bits() in multiple encoders.Dyami Caliri2015-03-138-9/+9
* roqvideoenc: set enc->avctx in roq_encode_initAndreas Cadhalpun2015-03-131-0/+2
* avcodec/options_table: remove extradata_size from the AVOptions tableMichael Niedermayer2015-03-131-1/+0
* ffmdec: limit the backward seek to the last resync positionAndreas Cadhalpun2015-03-131-2/+7
* ffmdec: fix infinite loop at EOFAndreas Cadhalpun2015-03-131-2/+2
* avcodec/tiff: move bpp check to after "end:"Michael Niedermayer2015-03-131-7/+7
* avcodec/utils: Align YUV411 by as much as the other YUV variantsMichael Niedermayer2015-03-131-1/+1
* avformat/flvenc: check that the codec_tag fits in the available bitsAndreas Cadhalpun2015-03-131-1/+1
* swscale/utils: clear formatConvBuffer on allocationMichael Niedermayer2015-03-131-1/+1
* avformat/bit: only accept the g729 codec and 1 channelAndreas Cadhalpun2015-03-131-2/+6
* avformat/bit: check that pkt->size is 10 in write_packetAndreas Cadhalpun2015-03-131-0/+3
* avformat/adxdec: check avctx->channels for invalid valuesAndreas Cadhalpun2015-03-131-0/+5
* mips/acelp_filters: fix incorrect register constraintJames Cowgill2015-03-131-1/+1
* avcodec/zmbv: Check len before reading in decode_frame()Michael Niedermayer2015-03-131-0/+5
* avcodec/snowdec: Fix ref value checkMichael Niedermayer2015-03-131-1/+1
* swscale/utils: More carefully merge and clear coefficients outside the inputMichael Niedermayer2015-03-131-5/+15
* avcodec/a64multienc: fix use of uninitialized values in to_meta_with_cropAndreas Cadhalpun2015-03-131-3/+7
* avcodec/x86/mlpdsp_init: Simplify mlp_filter_channel_x86()Michael Niedermayer2015-03-131-4/+2
* avformat/vqf: Use 64bit for ret to avoid overflowMichael Niedermayer2015-03-131-1/+1
* avformat/mvdec: Use 64bit for ret to avoid overflowMichael Niedermayer2015-03-131-1/+1
* avformat/gxf: Use 64bit for res to avoid overflowMichael Niedermayer2015-03-131-1/+1
* avcodec/mjpegdec: Skip blocks which are outside the visible areaMichael Niedermayer2015-03-131-6/+13
* avcodec/h264_ps: More completely check the bit depthsMichael Niedermayer2015-03-131-1/+3
* avformat/thp: Check av_get_packet() for failure not only for partial outputMichael Niedermayer2015-03-131-0/+2
* swscale/utils: Limit filter shifting so as not to read from prior the arrayMichael Niedermayer2015-03-131-2/+3
* avcodec/mjpegdec: Check number of components for JPEG-LSMichael Niedermayer2015-03-131-2/+5
* avcodec/mjpegdec: Check escape sequence validityMichael Niedermayer2015-03-131-0/+4
* avformat/mpc8: Use uint64_t in *_get_v() to avoid undefined behaviorMichael Niedermayer2015-03-131-2/+2
* avformat/mpc8: fix broken pointer mathwm42015-03-131-1/+1
* avformat/mpc8: fix hang with fuzzed filewm42015-03-131-0/+4
* avformat/tta: fix crash with corrupted fileswm42015-03-131-2/+9
* avcodec/mpegvideo_enc: Fix number suffixes in rc_buffer_size calculationMichael Niedermayer2015-03-131-4/+4
* avformat/smacker: Fix number suffixMichael Niedermayer2015-03-131-1/+1
* avformat/utils: Fix number suffixes in tb_unreliable()Michael Niedermayer2015-03-131-2/+2
* avcodec/flac_parser: fix handling EOF if no headers are foundMichael Niedermayer2015-03-131-1/+1
* ffmpeg: Clear error message array at init.Michael Niedermayer2015-03-131-1/+1
* avcodec/dvdsubdec: error on bitmaps with size 0wm42015-03-131-0/+3
* cmdutils: update copyright year to 2015.Johan Andersson2015-03-131-1/+1
* avformat/mov: Fix mixed declaration and statement warningMichael Niedermayer2015-03-131-1/+2
* mov: Fix negative size calculation in mov_read_default().Dale Curtis2015-03-131-1/+1
* avformat/mov: fix integer overflow in mov_read_udta_string()Michael Niedermayer2015-03-131-1/+1
* mov: Avoid overflow with mov_metadata_raw()Dale Curtis2015-03-131-0/+3
* avcodec/dvdsubdec: fix out of bounds accesseswm42015-03-131-4/+9
* avformat/cdxl: Fix integer overflow of image_sizeMichael Niedermayer2015-03-131-0/+2
* lavf/segment: remove duplicated and inconsistent cleanup code in seg_write_pa...Stefano Sabatini2015-03-131-6/+0
* avcodec/012v: Check dimensions more completelyMichael Niedermayer2015-03-101-2/+2