summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* 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
* | avcodec/gifdec: skip the data lzw consumedNi Hui2015-11-101-2/+3
* | avcodec/lzw: ff_lzw_decode_tail() now returns the consumed bytes in lzw decom...Ni Hui2015-11-102-2/+3
* | avcodec/wmaprodec: XMA1 actually have packet sequence numbersPaul B Mahol2015-11-101-2/+2
* | Merge commit 'de41b555cdea2dcacbe98ee9edc83a8c15c73c4c'Hendrik Leppkes2015-11-101-2/+2
|\ \ | |/
| * truemotion2: Fix the buffer checkLuca Barbato2015-11-021-1/+1
* | Merge commit '4a326923381f2bc0fb7d960c8f8366a5456bc4ab'Hendrik Leppkes2015-11-101-3/+2
|\ \ | |/
| * mimic: Always return on failureLuca Barbato2015-11-021-3/+2
* | Merge commit '60f50374f1955442dc987abc4a6c61c2109620c2'Hendrik Leppkes2015-11-101-25/+35
|\ \ | |/
| * rpza: Check the blocks left before processing oneLuca Barbato2015-11-021-21/+31
* | Merge commit '0b699920f3c0b2e30969b38ce59226653f9d80ec'Hendrik Leppkes2015-11-101-1/+1
|\ \ | |/
| * lagarith: Correctly compute hash_shiftLuca Barbato2015-11-021-1/+1
| * h264_parser: Rename close() to h264_close()Diego Biurrun2015-11-011-2/+2
* | avcodec/g729postfilter: Avoid function calls in FFMAX() argumentsMichael Niedermayer2015-11-101-5/+9
* | mmaldec: send only a single EOS packet on flushingwm42015-11-101-0/+2
* | avcodec/aacsbr_fixed: Try to initialize sum[0..1] differently to fix build wi...Michael Niedermayer2015-11-101-1/+2
* | aacdec: don't return frames without data from aac_decode_er_frameAndreas Cadhalpun2015-11-101-0/+5
* | aacps: avoid division by zero in stereo_processingAndreas Cadhalpun2015-11-101-1/+1
OpenPOWER on IntegriCloud