summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
...
* | avcodec/aacsbr: Replace a noise_facs_q check by an av_assert0Michael Niedermayer2015-11-191-4/+1
* | avcodec/aacsbr_template: Check values read in read_sbr_noise()Michael Niedermayer2015-11-191-8/+28
* | avcodec/aacsbr: Split pre dequantization noise factors tableMichael Niedermayer2015-11-194-25/+14
* | avcodec/pthread_slice: remove dummy_ret hackMichael Niedermayer2015-11-191-4/+6
* | avcodec/h264_slice: Clear top_borders on allocationMichael Niedermayer2015-11-181-2/+2
* | avcodec/faandct: use typedef instead of #defineGanesh Ajjanagadde2015-11-171-1/+1
* | avcodec/internal: Fix skiped typoMichael Niedermayer2015-11-171-1/+1
* | avcodec/pngdec: Replace assert by request for sample for unsupported TRNS casesMichael Niedermayer2015-11-161-1/+4
* | avcodec/jpeg2000: Change coord to 32bit to support larger than 32k width or h...Michael Niedermayer2015-11-155-19/+20
* | avcodec/jpeg2000dec: Fix potential integer overflow with tile dimensionsMichael Niedermayer2015-11-151-4/+4
* | avcodec/jpeg2000dec: Check SIZ dimensions to be within the supported rangeMichael Niedermayer2015-11-151-0/+4
* | avcodec/jpeg2000: Check comp coords to be within the supported sizeMichael Niedermayer2015-11-151-0/+5
* | avcodec/jpeg2000: Use av_image_check_size() in ff_jpeg2000_init_component()Michael Niedermayer2015-11-151-1/+5
* | avcodec/wmaprodec: Check for overread in decode_packet()Michael Niedermayer2015-11-151-0/+5
* | avcodec/faandct: use more accurate constantsGanesh Ajjanagadde2015-11-151-16/+13
* | avcodec/smacker: Check that the data size is a multiple of a sample vectorMichael Niedermayer2015-11-151-0/+4
* | mpegvideo: clear overread in clear_contextAndreas Cadhalpun2015-11-151-0/+1
* | lavc/pngdec: set FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM capabilityMatthieu Bouron2015-11-151-0/+1
* | lavc/mjpegdec: set FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM capabilityMatthieu Bouron2015-11-151-1/+2
* | lavc/internal: add FF_CODEC_CAP_SKIP_FRAME_FILL_PARAMMatthieu Bouron2015-11-151-0/+5
* | avcodec/takdec: Skip last p2 sample (which is unused)Michael Niedermayer2015-11-151-1/+1
* | avcodec/dxtory: Fix input size check in dxtory_decode_v1_410()Michael Niedermayer2015-11-151-1/+1
* | avcodec/dxtory: Fix input size check in dxtory_decode_v1_420()Michael Niedermayer2015-11-151-1/+1
* | avcodec/error_resilience: avoid accessing previous or next frames tables beyo...Michael Niedermayer2015-11-141-5/+10
* | dds: disable palette flag for compressed ddsAndreas Cadhalpun2015-11-141-0/+6
* | avcodec/pgssubdec: Check dimensions for 0Michael Niedermayer2015-11-141-2/+2
* | avcodec/rscc: Check input size for raw modeMichael Niedermayer2015-11-141-0/+5
* | avcodec/simple_idct: use predefined M_SQRT2Ganesh Ajjanagadde2015-11-141-2/+2
* | avcodec/mpegaudio: use predefined M_SQRT2Ganesh Ajjanagadde2015-11-142-4/+2
* | avcodec/mpegvideo: use predefined M_PIGanesh Ajjanagadde2015-11-141-2/+2
* | avcodec/ratecontrol: use predefined M_EGanesh Ajjanagadde2015-11-141-4/+0
* | avcodec/dpx: Move need_align to act per lineMichael Niedermayer2015-11-141-2/+2
* | avcodec/flashsv: Check size before updating itMichael Niedermayer2015-11-141-0/+8
* | avcodec/ffv1dec: Clear quant_table_count if its invalidMichael Niedermayer2015-11-141-0/+1
* | avcodec/avrndec: Use the AVFrame format instead of the contextMichael Niedermayer2015-11-141-1/+1
* | avcodec/ivi: Check image dimensionsMichael Niedermayer2015-11-141-1/+2
* | avcodec/utils: Better check for channels in av_get_audio_frame_duration()Michael Niedermayer2015-11-141-1/+1
* | avcodec/jpeg2000dec: Check for duplicate SIZ markerMichael Niedermayer2015-11-141-0/+5
* | hevc: Fix a53 caption extractionWill Kelleher2015-11-122-10/+18
* | dds: add missing newline to log messagesAndreas Cadhalpun2015-11-111-2/+2
* | dds: validate compressed source buffer sizeAndreas Cadhalpun2015-11-111-0/+9
* | dds: validate source buffer size before copyingAndreas Cadhalpun2015-11-111-0/+6
* | aacsbr_fixed: check for envelope scalefactors overflowingAndreas Cadhalpun2015-11-111-1/+12
* | Merge commit '79f5347a983342e2711ca8ba19ec3d8d151183f0'Hendrik Leppkes2015-11-111-2/+2
|\ \ | |/
| * avcodec: fix doxy placementAnton Khirnov2015-11-091-2/+2
| * libopenh264enc: Set AVOption data typeMichael Niedermayer2015-11-061-3/+3
| * vdpau: Remove a spurious CONFIG_H263_VDPAU_HWACCELMichael Niedermayer2015-11-061-1/+1
| * flashsv: Initialize the block arrayLuca Barbato2015-11-021-2/+4
* | avcodec/webvttdec: Fix uninitialized use of variable "again"Michael Niedermayer2015-11-111-1/+1
* | dvdsubdec: validate offset2 similar to offset1Andreas Cadhalpun2015-11-111-1/+1
OpenPOWER on IntegriCloud