[go: nahoru, domu]

ffmpeg.git
2015-06-10 Michael NiedermayerUpdate for 2.0.7 n2.0.7
2015-06-10 Michael Niedermayeravdevice/lavfi: do not rescale AV_NOPTS_VALUE in lavfi_...
2015-06-10 Michael Niedermayeravcodec/x86/h264_weight: handle weight1=128
2015-06-10 Michael Niedermayeravcodec/jpeg2000dec: Check that coords match before...
2015-06-10 Michael Niedermayeravformat/ffmdec: Check ffio_set_buf_size() return value
2015-06-10 Michael Niedermayeravcodec/adpcm: Check for overreads
2015-06-10 Michael Niedermayeravcodec/alsdec: Check for overread
2015-06-10 Michael Niedermayeravformat/mxfenc: Accept MXF D-10 with 49.999840 Mbit/sec
2015-06-10 Ganesh Ajjanagaddeswresample/dither: check memory allocation
2015-06-10 Michael Niedermayerswresample: Check the return value of resampler->init()
2015-06-10 Luca Barbatoh264: Make sure reinit failures mark the context as...
2015-06-10 Michael Niedermayeravcodec/h264_slice: More complete cleanup in h264_slice...
2015-06-10 Andreas Cadhalpunnutdec: stop skipping bytes at EOF
2015-06-10 Andreas Cadhalpunnutdec: fix infinite resync loops
2015-06-10 Michael Niedermayeravformat/nutdec: Check X in 2nd branch of index reading
2015-06-10 Michael Niedermayeravformat/nutdec: Fix recovery when immedeately after...
2015-06-10 Michael Niedermayeravformat/nutdec: Return error on EOF from get_str()
2015-06-10 Martin Storsjörtsp: Make sure we don't write too many transport entri...
2015-06-10 Andrey Utkinrtpenc_jpeg: handle case of picture dimensions not...
2015-06-10 Michael Niedermayeravcodec/libtheoraenc: Check for av_malloc failure
2015-06-10 Michael Niedermayeravcodec/dcadec: Check active_bands
2015-06-10 Michael Niedermayeravcodec/dcadec: Check scale table index
2015-06-10 Michael Niedermayeravcodec/sonic: More completely check sample_rate_index...
2015-06-10 Michael Niedermayeravcodec/smvjpegdec: check avcodec_decode_video2() retur...
2015-06-10 Michael Niedermayeravcodec/shorten: More complete pred_order check
2015-06-10 Michael Niedermayeravcodec/shorten: Check skip_bytes()
2015-06-10 Michael Niedermayeravcodec/shorten: Fix code depending on signed overflow...
2015-06-10 Michael Niedermayeravcodec/proresdec2: Reset slice_count on deallocation
2015-06-10 Michael Niedermayerffmpeg_opt: Fix -timestamp parsing
2015-06-10 Michael Niedermayeravcodec/dcadec: Check subsubframes
2015-06-10 Michael Niedermayeravcodec/dcadec: Check nchans
2015-06-10 Michael Niedermayeravcodec/cavsdec: Check esc_code
2015-06-10 Michael Niedermayeravcodec/mpeg4audio: add some padding/alignment to MAX_P...
2015-06-10 Michael Niedermayeravcodec/mjpegdec: fix len computation in ff_mjpeg_decod...
2015-06-10 Michael Niedermayeravcodec/jpeg2000dec: fix boolean operator
2015-06-10 Michael Niedermayeravcodec/vqavideo: Check chunk size
2015-06-10 Michael Niedermayeravformat/matroskadec: Cleanup error handling for bz2...
2015-06-10 Michael Niedermayeravformat/nutdec: Fix use of uinitialized value
2015-06-10 Michael Niedermayeravformat/rtpenc_jpeg: Check remaining buffer size for SOS
2015-06-10 Michael Niedermayeravformat/rtpdec_xiph: Check upper bound on len in xiph_...
2015-06-10 Michael Niedermayertools/graph2dot: use larger data types than int for...
2015-06-10 Michael Niedermayeravformat/subtitles: Use size_t for len
2015-06-10 Michael Niedermayeravformat/url: Use size_t for len from strlen()
2015-06-10 Michael Niedermayeravutil/avstring: Use size_t in av_strlcatf()
2015-06-10 Michael Niedermayeravformat/vorbiscomment: Check entry length in ff_vorbis...
2015-06-10 Michael Niedermayeravutil/dict: Use size_t for appending strings
2015-06-10 Andreas Cadhalpunaacsbr: break infinite loop in sbr_hf_calc_npatches
2015-06-10 Andreas Cadhalpundiracdec: check that block length is valid
2015-06-10 Andreas Cadhalpundiracdec: check if reference could not be allocated
2015-06-10 Andreas Cadhalpundiracdec: avoid overflow of bytes*8 in decode_lowdelay
2015-06-10 Andreas Cadhalpundiracdec: prevent overflow in data_unit_size check
2015-06-10 Andreas Cadhalpunavidec: avoid infinite loop due to negative ast->sample...
2015-06-10 Michael Niedermayeravformat/matroskadec: Use tracks[k]->stream instead...
2015-06-10 Andreas Cadhalpunmatroskadec: check s->streams[k] before using it
2015-06-10 Michael Niedermayeravcodec/ffv1dec: Check chroma shift parameters
2015-06-10 Andreas Cadhalpunmatroskadec: use uint64_t instead of int for index_scale
2015-06-10 Michael Niedermayeravcodec/wavpack: Check L/R values before use to avoid...
2015-06-10 Andreas Cadhalpunnutdec: fix illegal count check in decode_main_header
2015-06-10 Andreas Cadhalpunnutdec: check chapter creation in decode_info_header
2015-06-10 Andreas Cadhalpunnutdec: check for negative frame rate in decode_info_header
2015-06-10 Michael Niedermayerffmpeg: remove incorrect network deinit
2015-06-10 Andreas Cadhalpunapedec: prevent out of array writes in decode_array_0000
2015-06-10 Andreas Cadhalpunapedec: set s->samples only when init_frame_decoder...
2015-06-10 Michael Niedermayertests/fate-run: do not attempt to parse tiny_psnrs...
2015-06-10 Andreas Cadhalpunalac: reject rice_limit 0 if compression is used
2015-06-10 Andreas Cadhalpunalsdec: only adapt order for positive max_order
2015-06-10 Vittorio Giovaralavf: Reset global flag on deinit
2015-06-10 Andreas Cadhalpunmpeg4videodec: only allow a positive length
2015-06-10 Andreas Cadhalpunalsdec: check sample pointer range in revert_channel_co...
2015-06-10 Michael Niedermayeravformat/utils: Ensure that AVFMT_FLAG_CUSTOM_IO is...
2015-06-10 Andreas Cadhalpunalsdec: validate time diff index
2015-06-10 Michael Niedermayeravcodec/alsdec: Use av_mallocz_array() for chan_data...
2015-06-10 Andreas Cadhalpunalsdec: ensure channel reordering is reversible
2015-06-10 Andreas Cadhalpunac3: validate end in ff_ac3_bit_alloc_calc_mask
2015-06-10 Andreas Cadhalpunaacpsy: avoid psy_band->threshold becoming NaN
2015-06-10 Andreas Cadhalpunaasc: return correct buffer size from aasc_decode_frame
2015-06-10 Andreas Cadhalpunmsrledec: use signed pixel_ptr in msrle_decode_pal4
2015-06-10 Michael Niedermayeravcodec/aacdec: Fix storing state before PCE decode
2015-06-10 Timothy Gutests: Fix test name for pixfmts tests(cherry picked...
2015-06-10 Timothy Gutests/fate.sh: report different status for different...
2015-06-10 Michael Niedermayeravcodec/h264_refs: Do not set reference to things which...
2015-06-10 Michael Niedermayeravutil/pca: Check for av_malloc* failures
2015-06-10 Michael Niedermayeravcodec/msrledec: restructure msrle_decode_pal4() based...
2015-06-10 Michael Niedermayeravcodec/dnxhddec: Check that the frame is interlaced...
2015-06-10 Michael Niedermayeravformat/mov: Disallow ".." in dref unless use_absolute...
2015-06-10 Michael Niedermayeravformat/mov: Check for string truncation in mov_open_d...
2015-06-10 Michael Niedermayeravformat/mov: Use sizeof(filename) instead of a literal...
2015-06-10 Andreas Cadhalpunffmdec: make sure the time base is valid
2015-06-10 Michael Niedermayeravcodec/012v: redesign main loop
2015-06-10 Michael Niedermayeravcodec/012v: Check dimensions more completely
2015-06-10 Martin Storsjöarm: Suppress tags about used cpu arch and extensions
2015-06-10 Xiaohan WangFix read-after-free in matroska_read_seek().
2015-06-10 Andreas Cadhalpunroqvideoenc: set enc->avctx in roq_encode_init
2015-06-10 Michael Niedermayeravcodec/options_table: remove extradata_size from the...
2015-06-10 Andreas Cadhalpunffmdec: limit the backward seek to the last resync...
2015-06-10 Andreas Cadhalpunffmdec: fix infinite loop at EOF
2015-06-10 Andreas Cadhalpunavformat/rm: limit packet size
2015-06-10 Andreas Cadhalpunavcodec/rv10: check size of s->mb_width * s->mb_height
2015-06-10 Federico Tomassettimdec: check for out of bounds read
2015-06-10 Vittorio Giovaraaic: Fix decoding files with odd dimensions
next