Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-11-19avcodec/aacsbr: Replace a noise_facs_q check by an av_assert0Michael Niedermayer
2015-11-19avcodec/aacsbr_template: Check values read in read_sbr_noise()Michael Niedermayer
2015-11-19avcodec/aacsbr: Split pre dequantization noise factors tableMichael Niedermayer
2015-11-19avcodec/pthread_slice: remove dummy_ret hackMichael Niedermayer
2015-11-19avcodec/h264_slice: Clear top_borders on allocationMichael Niedermayer
2015-11-18avcodec/faandct: use typedef instead of #defineGanesh Ajjanagadde
2015-11-17avcodec/internal: Fix skiped typoMichael Niedermayer
2015-11-16avcodec/pngdec: Replace assert by request for sample for unsupported TRNS casesMichael Niedermayer
2015-11-16avcodec/jpeg2000: Change coord to 32bit to support larger than 32k width or h...Michael Niedermayer
2015-11-15avcodec/jpeg2000dec: Fix potential integer overflow with tile dimensionsMichael Niedermayer
2015-11-15avcodec/jpeg2000dec: Check SIZ dimensions to be within the supported rangeMichael Niedermayer
2015-11-15avcodec/jpeg2000: Check comp coords to be within the supported sizeMichael Niedermayer
2015-11-15avcodec/jpeg2000: Use av_image_check_size() in ff_jpeg2000_init_component()Michael Niedermayer
2015-11-15avcodec/wmaprodec: Check for overread in decode_packet()Michael Niedermayer
2015-11-15avcodec/faandct: use more accurate constantsGanesh Ajjanagadde
2015-11-15avcodec/smacker: Check that the data size is a multiple of a sample vectorMichael Niedermayer
2015-11-15mpegvideo: clear overread in clear_contextAndreas Cadhalpun
2015-11-15lavc/pngdec: set FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM capabilityMatthieu Bouron
2015-11-15lavc/mjpegdec: set FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM capabilityMatthieu Bouron
2015-11-15lavc/internal: add FF_CODEC_CAP_SKIP_FRAME_FILL_PARAMMatthieu Bouron
2015-11-15avcodec/takdec: Skip last p2 sample (which is unused)Michael Niedermayer
2015-11-15avcodec/dxtory: Fix input size check in dxtory_decode_v1_410()Michael Niedermayer
2015-11-15avcodec/dxtory: Fix input size check in dxtory_decode_v1_420()Michael Niedermayer
2015-11-15avcodec/error_resilience: avoid accessing previous or next frames tables beyo...Michael Niedermayer
2015-11-14dds: disable palette flag for compressed ddsAndreas Cadhalpun
2015-11-14avcodec/pgssubdec: Check dimensions for 0Michael Niedermayer
2015-11-14avcodec/rscc: Check input size for raw modeMichael Niedermayer
2015-11-14avcodec/simple_idct: use predefined M_SQRT2Ganesh Ajjanagadde
2015-11-14avcodec/mpegaudio: use predefined M_SQRT2Ganesh Ajjanagadde
2015-11-14avcodec/mpegvideo: use predefined M_PIGanesh Ajjanagadde
2015-11-14avcodec/ratecontrol: use predefined M_EGanesh Ajjanagadde
2015-11-14avcodec/dpx: Move need_align to act per lineMichael Niedermayer
2015-11-14avcodec/flashsv: Check size before updating itMichael Niedermayer
2015-11-14avcodec/ffv1dec: Clear quant_table_count if its invalidMichael Niedermayer
2015-11-14avcodec/avrndec: Use the AVFrame format instead of the contextMichael Niedermayer
2015-11-14avcodec/ivi: Check image dimensionsMichael Niedermayer
2015-11-14avcodec/utils: Better check for channels in av_get_audio_frame_duration()Michael Niedermayer
2015-11-14avcodec/jpeg2000dec: Check for duplicate SIZ markerMichael Niedermayer
2015-11-12hevc: Fix a53 caption extractionWill Kelleher
2015-11-11dds: add missing newline to log messagesAndreas Cadhalpun
2015-11-11dds: validate compressed source buffer sizeAndreas Cadhalpun
2015-11-11dds: validate source buffer size before copyingAndreas Cadhalpun
2015-11-11aacsbr_fixed: check for envelope scalefactors overflowingAndreas Cadhalpun
2015-11-11Merge commit '79f5347a983342e2711ca8ba19ec3d8d151183f0'Hendrik Leppkes
2015-11-11avcodec/webvttdec: Fix uninitialized use of variable "again"Michael Niedermayer
2015-11-11dvdsubdec: validate offset2 similar to offset1Andreas Cadhalpun
2015-11-11avcodec/gifdec: skip the data lzw consumedNi Hui
2015-11-11avcodec/lzw: ff_lzw_decode_tail() now returns the consumed bytes in lzw decom...Ni Hui
2015-11-10avcodec/wmaprodec: XMA1 actually have packet sequence numbersPaul B Mahol
2015-11-10Merge commit 'de41b555cdea2dcacbe98ee9edc83a8c15c73c4c'Hendrik Leppkes