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-10avformat/matroskadec: Cleanup error handling for bz2 & zlibMichael Niedermayer
2015-06-10avformat/nutdec: Fix use of uinitialized valueMichael Niedermayer
2015-06-10avformat/rtpenc_jpeg: Check remaining buffer size for SOSMichael Niedermayer
2015-06-10avformat/rtpdec_xiph: Check upper bound on len in xiph_handle_packet()Michael Niedermayer
2015-06-10tools/graph2dot: use larger data types than int for array/string sizesMichael Niedermayer
2015-06-10avformat/subtitles: Use size_t for lenMichael Niedermayer
2015-06-10avformat/url: Use size_t for len from strlen()Michael Niedermayer
2015-06-10avutil/avstring: Use size_t in av_strlcatf()Michael Niedermayer
2015-06-10avformat/vorbiscomment: Check entry length in ff_vorbiscomment_write()Michael Niedermayer
2015-06-10avutil/dict: Use size_t for appending stringsMichael Niedermayer
2015-06-10aacsbr: break infinite loop in sbr_hf_calc_npatchesAndreas Cadhalpun
2015-06-10diracdec: check that block length is validAndreas Cadhalpun
2015-06-10diracdec: check if reference could not be allocatedAndreas Cadhalpun
2015-06-10diracdec: avoid overflow of bytes*8 in decode_lowdelayAndreas Cadhalpun
2015-06-10diracdec: prevent overflow in data_unit_size checkAndreas Cadhalpun
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