summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* avcodec/aac_adtstoasc_bsf: validate and forward extradata if the stream is al...n3.2.1James Almer2016-11-252-2/+11
* Update ChangelogAndreas Cadhalpun2016-11-251-0/+10
* mss2: only use error correction for matching block countsAndreas Cadhalpun2016-11-251-1/+7
* softfloat: decrease MIN_EXP to cover full float rangeAndreas Cadhalpun2016-11-251-1/+1
* libopusdec: default to stereo for invalid number of channelsAndreas Cadhalpun2016-11-251-0/+7
* flvdec: require need_context_update when changing codec idAndreas Cadhalpun2016-11-251-6/+21
* pgssubdec: only set w/h/linesize when allocating dataAndreas Cadhalpun2016-11-251-4/+5
* sbgdec: prevent NULL pointer accessAndreas Cadhalpun2016-11-251-1/+1
* rmdec: validate block alignmentAndreas Cadhalpun2016-11-251-0/+4
* smacker: limit recursion depth of smacker_decode_bigtreeAndreas Cadhalpun2016-11-251-4/+8
* mxfdec: fix NULL pointer dereference in mxf_read_packet_oldAndreas Cadhalpun2016-11-251-1/+1
* ffmdec: validate codec parametersAndreas Cadhalpun2016-11-251-1/+42
* Update for 3.2.1Michael Niedermayer2016-11-253-2/+71
* avformat/mpeg: Adjust vid probe threshold to correct mis-detectionMichael Niedermayer2016-11-231-1/+1
* avcodec/ass_split: Change order of operations in ass_split_section()Michael Niedermayer2016-11-231-1/+1
* avcodec/rawdec: check for side data before checking its sizeJames Almer2016-11-191-1/+1
* avcodec/avpacket: fix leak on realloc in av_packet_add_side_data()James Almer2016-11-191-3/+4
* avformat/apngenc: use the stream parameters extradata if availableJames Almer2016-11-183-3/+15
* Revert "apngdec: use side data to pass extradata to the decoder"James Almer2016-11-184-76/+29
* ffprobe: fix crash in case -of is specified with an empty stringStefano Sabatini2016-11-171-0/+6
* libavcodec/exr : fix channel size calculation for uint32 channelMartin Vignali2016-11-171-1/+5
* exr: fix out-of-bounds readAndreas Cadhalpun2016-11-171-3/+1
* libschroedingerdec: fix leaking of framewithptsAndreas Cadhalpun2016-11-171-7/+9
* libschroedingerdec: don't produce empty framesAndreas Cadhalpun2016-11-171-1/+1
* dds: limit 4 bpp handling to AV_PIX_FMT_PAL8Andreas Cadhalpun2016-11-171-1/+1
* mlz: limit next_code to data buffer sizeAndreas Cadhalpun2016-11-171-0/+8
* softfloat: handle -INT_MAX correctlyAndreas Cadhalpun2016-11-171-1/+1
* filmstripdec: correctly check image dimensionsAndreas Cadhalpun2016-11-171-4/+3
* pnmdec: make sure v is capped by maxvalAndreas Cadhalpun2016-11-171-3/+7
* smvjpegdec: make sure cur_frame is not negativeAndreas Cadhalpun2016-11-171-0/+4
* icodec: correctly check avio_read return valueAndreas Cadhalpun2016-11-171-2/+6
* icodec: fix leaking pkt on errorAndreas Cadhalpun2016-11-171-1/+3
* dvbsubdec: fix division by zero in compute_default_clutAndreas Cadhalpun2016-11-171-1/+1
* proresdec_lgpl: explicitly check coff[3] against slice_data_sizeAndreas Cadhalpun2016-11-171-1/+1
* escape124: reject codebook size 0Andreas Cadhalpun2016-11-171-0/+4
* mpegts: prevent division by zeroAndreas Cadhalpun2016-11-171-2/+11
* matroskadec: fix NULL pointer dereference in webm_dash_manifest_read_headerAndreas Cadhalpun2016-11-171-0/+5
* mpegaudio_parser: don't return AVERROR_PATCHWELCOMEAndreas Cadhalpun2016-11-171-1/+1
* mxfdec: fix NULL pointer dereferenceAndreas Cadhalpun2016-11-171-1/+1
* lzf: update pointer p after reallocAndreas Cadhalpun2016-11-171-0/+2
* diracdec: check return code of get_buffer_with_edgeAndreas Cadhalpun2016-11-171-1/+3
* diracdec: clear slice_params_num_buf on allocation failureAndreas Cadhalpun2016-11-171-0/+1
* diracdec: use correct buffer for slice_params_buf reallocAndreas Cadhalpun2016-11-171-1/+1
* ppc: pixblockdsp: do unaligned block accesses correctly againAndreas Cadhalpun2016-11-171-7/+10
* avformat: close parser if codec changedAndreas Cadhalpun2016-11-171-0/+12
* fate: add streamcopy test for apngAndreas Cadhalpun2016-11-172-0/+6
* apngdec: use side data to pass extradata to the decoderAndreas Cadhalpun2016-11-172-26/+70
* mov: immediately return from mov_fix_index without old index entriesAndreas Cadhalpun2016-11-171-1/+1
* interplayacm: increase bitstream buffer size by AV_INPUT_BUFFER_PADDING_SIZEAndreas Cadhalpun2016-11-171-1/+1
* interplayacm: validate number of channelsAndreas Cadhalpun2016-11-171-0/+5