summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* avcodec/options_table: remove extradata_size from the AVOptions tableMichael Niedermayer2015-03-211-1/+0
* ffmdec: limit the backward seek to the last resync positionAndreas Cadhalpun2015-03-211-2/+7
* ffmdec: make sure the time base is validAndreas Cadhalpun2015-03-211-0/+11
* ffmdec: fix infinite loop at EOFAndreas Cadhalpun2015-03-211-2/+2
* ffmdec: initialize f_cprv, f_stvi and f_stauAndreas Cadhalpun2015-03-211-1/+1
* avformat/rm: limit packet sizeAndreas Cadhalpun2015-03-211-0/+5
* avcodec/webp: validate the distance prefix codeAndreas Cadhalpun2015-03-211-0/+5
* avcodec/rv10: check size of s->mb_width * s->mb_heightAndreas Cadhalpun2015-03-213-4/+12
* eamad: check for out of bounds readFederico Tomassetti2015-03-211-4/+10
* mdec: check for out of bounds readFederico Tomassetti2015-03-211-7/+13
* configure: Move the .object_arch check to the right placeMartin Storsjö2015-03-211-5/+5
* arm: Suppress tags about used cpu arch and extensionsMartin Storsjö2015-03-212-0/+12
* aic: Fix decoding files with odd dimensionsVittorio Giovara2015-03-211-2/+2
* avcodec/tiff: move bpp check to after "end:"Michael Niedermayer2015-03-211-7/+7
* doc: avoid the incorrect phrase 'allow to'Andreas Cadhalpun2015-03-216-8/+8
* mxfdec: Fix the error handling for when strftime failsMartin Storsjö2015-03-211-1/+1
* avcodec/opusdec: Fix delayed sample valueMichael Niedermayer2015-03-211-1/+3
* avcodec/opusdec: Clear out pointers per packetMichael Niedermayer2015-03-211-0/+6
* avcodec/utils: Align YUV411 by as much as the other YUV variantsMichael Niedermayer2015-03-211-1/+1
* vp9: fix segmentation map retention with threading enabled.Ronald S. Bultje2015-03-211-3/+13
* webp: ensure that each transform is only used onceAndreas Cadhalpun2015-03-211-1/+9
* doc/protocols/tcp: fix units of listen_timeout option value, from microsecond...Stefano Sabatini2015-03-211-2/+2
* fix VP9 packet decoder returning 0 instead of the used data sizeSteve Lhomme2015-03-211-2/+2
* avformat/flvenc: check that the codec_tag fits in the available bitsAndreas Cadhalpun2015-03-211-1/+1
* avcodec/utils: use correct printf specifier in ff_set_sarAndreas Cadhalpun2015-03-211-1/+1
* avutil/imgutils: correctly check for negative SAR componentsMichael Niedermayer2015-03-211-1/+1
* swscale/utils: clear formatConvBuffer on allocationMichael Niedermayer2015-03-211-1/+1
* avformat/bit: only accept the g729 codec and 1 channelAndreas Cadhalpun2015-03-211-2/+6
* avformat/bit: check that pkt->size is 10 in write_packetAndreas Cadhalpun2015-03-211-0/+3
* avformat/adxdec: check avctx->channels for invalid valuesAndreas Cadhalpun2015-03-211-0/+5
* avformat/adxdec: set avctx->channels in adx_read_headerAndreas Cadhalpun2015-03-211-0/+6
* Fix buffer_size argument to init_put_bits() in multiple encoders.Dyami Caliri2015-03-219-10/+10
* mips/acelp_filters: fix incorrect register constraintJames Cowgill2015-03-211-1/+1
* avcodec/hevc_ps: Sanity checks for some log2_* valuesMichael Niedermayer2015-03-211-1/+20
* avcodec/zmbv: Check len before reading in decode_frame()Michael Niedermayer2015-03-211-0/+5
* avcodec/h264: Only reinit quant tables if a new PPS is allowedMichael Niedermayer2015-03-211-1/+1
* avcodec/snowdec: Fix ref value checkMichael Niedermayer2015-03-211-1/+1
* swscale/utils: More carefully merge and clear coefficients outside the inputMichael Niedermayer2015-03-211-5/+15
* avcodec/a64multienc: Assert that the Packet size does not growMichael Niedermayer2015-03-211-0/+2
* avcodec/a64multienc: simplify frame handling codeMichael Niedermayer2015-03-211-19/+4
* avcodec/a64multienc: fix use of uninitialized values in to_meta_with_cropAndreas Cadhalpun2015-03-211-3/+7
* avcodec/a64multienc: initialize mc_meta_charset to zeroAndreas Cadhalpun2015-03-211-1/+1
* avcodec/a64multienc: don't set incorrect packet sizeMichael Niedermayer2015-03-211-2/+3
* avcodec/a64multienc: use av_frame_ref instead of copying the frameAndreas Cadhalpun2015-03-211-1/+3
* avcodec/x86/mlpdsp_init: Simplify mlp_filter_channel_x86()Michael Niedermayer2015-03-211-4/+2
* h264: initialize H264Context.avctx in init_thread_copyAnton Khirnov2015-03-211-0/+1
* avformat/omadec: Use 64bit for ret to avoid overflowMichael Niedermayer2015-03-211-1/+1
* avformat/vqf: Use 64bit for ret to avoid overflowMichael Niedermayer2015-03-211-1/+1
* avformat/wtvdec: Use 64bit for ret to avoid overflowMichael Niedermayer2015-03-211-1/+1
* avformat/mvdec: Use 64bit for ret to avoid overflowMichael Niedermayer2015-03-211-1/+1