summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* wmaprodec: Fix null pointer dereference in decode_frame()Michael Niedermayer2014-01-161-1/+2
* h264: check mb_width/heightMichael Niedermayer2014-01-161-1/+4
* h264: Always decode MMCOs into temprary arrayMichael Niedermayer2014-01-161-1/+2
* h264: move the default_ref_list_done check down after its inputs have been wr...Michael Niedermayer2014-01-161-9/+5
* h264: Move slice_table clean out of frame_startMichael Niedermayer2014-01-161-5/+9
* h264_refs: Check for attempts to assign pictures to short & long.Michael Niedermayer2014-01-161-0/+3
* h264_cavlc: fix assertion failure due to reading too long vlcMichael Niedermayer2014-01-161-2/+8
* avcodec/aacps: fix number of bands used with ipd/opdMichael Niedermayer2014-01-161-1/+2
* aacps: correct opdipd code to match specMichael Niedermayer2014-01-161-1/+2
* avcodec/ansi: Fix right/bottom end checksMichael Niedermayer2014-01-161-2/+2
* avcodec/ansi: Check x/yMichael Niedermayer2014-01-161-0/+4
* shorten: fix "off by padding" bugMichael Niedermayer2014-01-161-1/+1
* avcodec/lcldec: Check that dimensions are a multiple of the subsample factorsMichael Niedermayer2014-01-161-0/+10
* dxa: check vectors of 2x2 motion blocksMichael Niedermayer2014-01-161-0/+5
* dxa: check vectors of 4x4 motion blocksMichael Niedermayer2014-01-161-0/+5
* shorten: allocate space for paddingMichael Niedermayer2014-01-161-1/+1
* evrcdec: fix sign errorMichael Niedermayer2014-01-161-1/+1
* eamad: Check against minimum supported dimensionsMichael Niedermayer2014-01-161-0/+5
* xan: Check for overlapping copiesMichael Niedermayer2014-01-161-0/+5
* avcodec/bitstream: check codes in ff_init_vlc_sparse()Michael Niedermayer2014-01-161-0/+4
* avcodec/bitstream: Check bits in ff_init_vlc_sparse()Michael Niedermayer2014-01-161-0/+4
* avcodec/mpegvideo_motion: Use a field from the current frame if the last is u...Michael Niedermayer2014-01-161-2/+5
* avcodec/c93: Check for block overlap.Michael Niedermayer2014-01-161-1/+7
* avcodec/mpegvideo_motion: Check P field referencesMichael Niedermayer2014-01-161-1/+2
* svq3: use memmove to avoid overlap in memcpy.Michael Niedermayer2014-01-161-2/+2
* evrcdec: use memmove() instead of memcpy() when regions can overlap.Michael Niedermayer2014-01-161-4/+4
* avcodec/error_resilience: check that er is supported before attempting to rea...Michael Niedermayer2014-01-161-1/+1
* avcodec/error_resilience: factor er_supported() check outMichael Niedermayer2014-01-161-3/+12
* avcodec/libopusenc: change default frame duration to 20 msPaul B Mahol2014-01-161-1/+1
* avcodec: move end zeroing code from av_packet_split_side_data() to avcodec_de...Michael Niedermayer2014-01-161-0/+10
* h264: Do not treat the initial frame special in handling of frame gapsMichael Niedermayer2014-01-161-2/+2
* avcodec/jpeglsdec: check err value for ls_get_code_runterm()Michael Niedermayer2014-01-161-0/+2
* avcodec/utils: add some saftey checks to add_metadata_from_side_data()Michael Niedermayer2014-01-161-1/+8
* avcodec/avpacket/av_packet_split_side_data: ensure that side data padding is ...Michael Niedermayer2014-01-161-1/+1
* avcodec/ffv1dec: fix format detectionPaul B Mahol2014-01-161-18/+7
* avcodec/msvideo1enc: fix SKIPS_MAXMichael Niedermayer2014-01-091-1/+1
* arm: Don't clobber callee saved registers in scalarproductMartin Storsjö2013-12-211-6/+6
* avcodec/cabac: force get_cabac to be not inlinedMichael Niedermayer2013-12-091-1/+1
* avcodec/bink: fix seeking to frame 0Michael Niedermayer2013-10-311-1/+12
* h264: make flush_change() set mmco_resetMichael Niedermayer2013-10-261-0/+1
* avcodec/h264: reduce noisiness of "mmco: unref short failure"Michael Niedermayer2013-10-261-1/+1
* avcodec/h264: do not trust last_pic_droppable when marking pictures as doneMichael Niedermayer2013-10-261-3/+3
* avcodec/h264_refs: modify key frame detection heuristic to detect more casesMichael Niedermayer2013-10-241-1/+1
* avcodec/parser: reset indexes on realloc failureMichael Niedermayer2013-10-031-3/+7
* avcodec/ffv1enc: update buffer check for 16bpsMichael Niedermayer2013-10-031-1/+1
* avcodec/truemotion2: Fix av_freep argumentsMichael Niedermayer2013-10-031-8/+8
* avcodec/mjpegdec: Add some sanity checks to ljpeg_decode_rgb_scan()Michael Niedermayer2013-10-031-0/+6
* avcodec/dsputil: fix signedness in sizeof() comparissionsMichael Niedermayer2013-10-031-2/+2
* ffv1dec: Check bits_per_raw_sample and colorspace for equality in ver 0/1 hea...Michael Niedermayer2013-10-031-7/+8
* ffv1dec: check that global parameters dont change in version 0/1Michael Niedermayer2013-10-031-4/+21