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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-10avidec: avoid infinite loop due to negative ast->sample_sizeAndreas Cadhalpun
2015-06-10avformat/matroskadec: Use tracks[k]->stream instead of s->streams[k]Michael Niedermayer
2015-06-10matroskadec: check s->streams[k] before using itAndreas Cadhalpun
2015-06-10avcodec/ffv1dec: Check chroma shift parametersMichael Niedermayer
2015-06-10matroskadec: use uint64_t instead of int for index_scaleAndreas Cadhalpun
2015-06-10avcodec/wavpack: Check L/R values before use to avoid harmless integer overfl...Michael Niedermayer
2015-06-10nutdec: fix illegal count check in decode_main_headerAndreas Cadhalpun
2015-06-10nutdec: check chapter creation in decode_info_headerAndreas Cadhalpun
2015-06-10nutdec: check for negative frame rate in decode_info_headerAndreas Cadhalpun
2015-06-10ffmpeg: remove incorrect network deinitMichael Niedermayer
2015-06-10apedec: prevent out of array writes in decode_array_0000Andreas Cadhalpun
2015-06-10apedec: set s->samples only when init_frame_decoder succeededAndreas Cadhalpun
2015-06-10tests/fate-run: do not attempt to parse tiny_psnrs output if it failedMichael Niedermayer
2015-06-10alac: reject rice_limit 0 if compression is usedAndreas Cadhalpun
2015-06-10alsdec: only adapt order for positive max_orderAndreas Cadhalpun
2015-06-10lavf: Reset global flag on deinitVittorio Giovara
2015-06-10mpeg4videodec: only allow a positive lengthAndreas Cadhalpun
2015-06-10alsdec: check sample pointer range in revert_channel_correlationAndreas Cadhalpun
2015-06-10avformat/utils: Ensure that AVFMT_FLAG_CUSTOM_IO is set before useMichael Niedermayer
2015-06-10alsdec: validate time diff indexAndreas Cadhalpun
2015-06-10avcodec/alsdec: Use av_mallocz_array() for chan_data to ensure the arrays nev...Michael Niedermayer
2015-06-10alsdec: ensure channel reordering is reversibleAndreas Cadhalpun
2015-06-10ac3: validate end in ff_ac3_bit_alloc_calc_maskAndreas Cadhalpun
2015-06-10aacpsy: avoid psy_band->threshold becoming NaNAndreas Cadhalpun
2015-06-10aasc: return correct buffer size from aasc_decode_frameAndreas Cadhalpun
2015-06-10msrledec: use signed pixel_ptr in msrle_decode_pal4Andreas Cadhalpun
2015-06-10avcodec/aacdec: Fix storing state before PCE decodeMichael Niedermayer
2015-06-10tests: Fix test name for pixfmts tests(cherry picked from commit e1ee0521a698...Timothy Gu
2015-06-10tests/fate.sh: report different status for different errorsTimothy Gu
2015-06-10avcodec/h264_refs: Do not set reference to things which dont existMichael Niedermayer
2015-06-10avutil/pca: Check for av_malloc* failuresMichael Niedermayer
2015-06-10avcodec/msrledec: restructure msrle_decode_pal4() based on the line number in...Michael Niedermayer
2015-06-10avcodec/dnxhddec: Check that the frame is interlaced before using cur_fieldMichael Niedermayer
2015-06-10avformat/mov: Disallow ".." in dref unless use_absolute_path is setMichael Niedermayer
2015-06-10avformat/mov: Check for string truncation in mov_open_dref()Michael Niedermayer
2015-06-10avformat/mov: Use sizeof(filename) instead of a literal numberMichael Niedermayer
2015-06-10ffmdec: make sure the time base is validAndreas Cadhalpun
2015-06-10avcodec/012v: redesign main loopMichael Niedermayer
2015-06-10avcodec/012v: Check dimensions more completelyMichael Niedermayer
2015-06-10arm: Suppress tags about used cpu arch and extensionsMartin Storsjö
2015-06-10Fix read-after-free in matroska_read_seek().Xiaohan Wang
2015-06-10roqvideoenc: set enc->avctx in roq_encode_initAndreas Cadhalpun
2015-06-10avcodec/options_table: remove extradata_size from the AVOptions tableMichael Niedermayer
2015-06-10ffmdec: limit the backward seek to the last resync positionAndreas Cadhalpun
2015-06-10ffmdec: fix infinite loop at EOFAndreas Cadhalpun
2015-06-10avformat/rm: limit packet sizeAndreas Cadhalpun
2015-06-10avcodec/rv10: check size of s->mb_width * s->mb_heightAndreas Cadhalpun
2015-06-10mdec: check for out of bounds readFederico Tomassetti
2015-06-10aic: Fix decoding files with odd dimensionsVittorio Giovara
2015-06-10avcodec/tiff: move bpp check to after "end:"Michael Niedermayer