summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/svq1dec: zero terminate embedded message before printingMichael Niedermayer2014-10-301-3/+4
* avcodec/cook: check that the subpacket sizes fit in block_alignMichael Niedermayer2014-10-301-2/+2
* avcodec/g2meet: check tile dimensions to avoid integer overflowMichael Niedermayer2014-10-301-2/+4
* avcodec/utils: Align dimensions by at least their chroma sub-sampling factors.Michael Niedermayer2014-10-291-2/+6
* avcodec/dnxhddec: treat pix_fmt like width/heightMichael Niedermayer2014-10-291-3/+10
* avcodec/dxa: check dimensionsMichael Niedermayer2014-10-281-0/+5
* avcodec/dirac_arith: fix integer overflowMichael Niedermayer2014-10-281-0/+4
* avcodec/diracdec: Tighter checks on CODEBLOCKS_X/YMichael Niedermayer2014-10-281-2/+2
* avcodec/diracdec: Use 64bit in calculation of codeblock coordinatesMichael Niedermayer2014-10-281-2/+2
* avcodec/sgidec: fix count checkMichael Niedermayer2014-10-271-1/+1
* avcodec/sgidec: fix linesize for 16bitMichael Niedermayer2014-10-271-1/+1
* avcodec/tiffenc: properly compute packet sizeChristophe Gisquet2014-10-221-3/+3
* utvideoenc: properly set slice height/last lineChristophe Gisquet2014-10-101-8/+9
* avcodec/on2avc: Check number of channelsMichael Niedermayer2014-10-041-0/+5
* avcodec/hevc: fix chroma transform_add sizeMichael Niedermayer2014-10-041-2/+2
* avcodec/h264: Check mode before considering mixed mode intra predictionMichael Niedermayer2014-10-041-6/+6
* avcodec/vorbisdec: Fix off by 1 error in ptns_to_readMichael Niedermayer2014-10-041-5/+7
* avcodec/svq3: Dont memcpy AVFrameMichael Niedermayer2014-10-041-1/+1
* avcodec/smc: fix off by 1 errorMichael Niedermayer2014-10-031-1/+1
* avcodec/qpeg: fix off by 1 error in MV bounds checkMichael Niedermayer2014-10-031-1/+1
* avcodec/gifdec: factorize interleave end handling outMichael Niedermayer2014-10-031-10/+5
* avcodec/cinepak: fix integer underflowMichael Niedermayer2014-10-031-1/+1
* avcodec/pngdec: Calculate MPNG bytewidth more defensivelyMichael Niedermayer2014-10-031-1/+2
* avcodec/pngdec: Check bits per pixel before setting monoblack pixel formatMichael Niedermayer2014-10-031-1/+1
* avcodec/tiff: more completely check bpp/bppcountMichael Niedermayer2014-10-031-3/+10
* avcodec/mmvideo: Bounds check 2nd line of HHV Intra blocksMichael Niedermayer2014-10-031-1/+1
* avcodec/h263dec: Fix decoding messenger.h263Michael Niedermayer2014-10-031-0/+8
* avcodec/utils: Add case for jv to avcodec_align_dimensions2()Michael Niedermayer2014-10-031-0/+4
* avcodec/mjpegdec: check bits per pixel for changes similar to dimensionsMichael Niedermayer2014-10-031-5/+7
* avcodec/jpeglsdec: Check run value more completely in ls_decode_line()Michael Niedermayer2014-10-031-0/+5
* avcodec/ac3enc_template: fix out of array readMichael Niedermayer2014-10-031-1/+1
* avcodec/webp: fix default palette color 0xff000000 -> 0x00000000Pascal Massimino2014-10-031-1/+1
* avcodec/libilbc: support for latest git of libilbcGianluigi Tiesi2014-10-031-3/+2
* libavcodec/webp: treat out-of-bound palette index as translucent blackPascal Massimino2014-10-031-5/+5
* avcodec/x86/vp9lpf: Always include x86util.asmMichael Niedermayer2014-10-031-2/+2
* avcodec/cabac_functions: fix "warning: UNCHECKED_BITSTREAM_READER is not defi...Michael Niedermayer2014-10-031-0/+4
* avcodec/mpegvideo: Set err on failure in ff_mpv_common_frame_size_change()Michael Niedermayer2014-10-031-2/+2
* avcodec/mpegvideo: check that the context is initialized in ff_mpv_common_fra...Michael Niedermayer2014-10-031-0/+3
* avcodec/mpegvideo: Use "goto fail" for all error paths in ff_mpv_common_frame...Michael Niedermayer2014-10-031-1/+1
* avcodec/h264: Allow partial escapingMichael Niedermayer2014-10-031-2/+2
* avcodec/mjpegdec: fix green line at the bottom with upscale vMichael Niedermayer2014-10-031-1/+1
* avcodec/mjpegdec: fix green vertical line at the right with upscale hMichael Niedermayer2014-10-031-1/+4
* avcodec/snow: check coeffs for validityMichael Niedermayer2014-10-031-1/+8
* avcodec/vc1dec: fix null pointer dereferenceMichael Niedermayer2014-10-031-1/+1
* avcodec/utils: add GBRP16 to avcodec_align_dimensions2()Michael Niedermayer2014-10-031-0/+2
* avcodec: fix aac/ac3 parser bitstream buffer sizeMichael Niedermayer2014-10-032-2/+2
* wavpackenc: proper buffer allocationChristophe Gisquet2014-10-031-2/+3
* wavpack: report if there is no bits leftChristophe Gisquet2014-10-031-0/+4
* avcodec/h264_mb: fix grayscale only decoding with weighted predictionMichael Niedermayer2014-08-171-25/+31
* avcodec/mjpegdec: Support AV_PIX_FMT_YUV420P16 with upscale_hMichael Niedermayer2014-08-141-2/+11