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
2020-08-09avformat/vividas: Check allocation for successAndreas Rheinhardt
2020-08-09avformat/vividas: Check return value before storing it in smaller typeAndreas Rheinhardt
2020-05-10avformat/vividas: simplify, use av_rescale_q() insteadLimin Wang
2019-12-12avformat: Forward errors where possibleAndreas Rheinhardt
2019-11-29lavf/vividas: check avformat_new_stream() returnJun Zhao
2019-11-29avformat/vividas: Avoid allocation of AVIOContextAndreas Rheinhardt
2019-11-25avformat/vividas: Error out on audio packets in the absence of audio streamsMichael Niedermayer
2019-11-25avformat/vividas: Check and require 1 video streamMichael Niedermayer
2019-11-20avformat/vividas: Add EOF check in val_1 loop in track_header()Michael Niedermayer
2019-11-09avformat/vividas: Fix n_sb_blocks CheckMichael Niedermayer
2019-09-24avformat/vividas: Test size and packet numbers a bit moreMichael Niedermayer
2019-09-24avformat/vividas: Check n_sb_blocks against input spaceMichael Niedermayer
2019-09-16avformat/vividas: Remove align offset which is always masked offMichael Niedermayer
2019-09-16avformat/vividas: remove dead assignmentMichael Niedermayer
2019-09-06avformat/vividas: check for tiny blocks using alignmentMichael Niedermayer
2019-08-22avformat/vividas: Check av_xiphlacing() return value before useMichael Niedermayer
2019-08-11avformat/vividas: Fix another infinite loopMichael Niedermayer
2019-08-11avformat/vividas: Fix infinite loop in header parserMichael Niedermayer
2019-08-05avformat/vividas: Fix memleak of AVIOContext in track_header()Michael Niedermayer
2019-08-03avformat/vividas: Check that value from ffio_read_varlen() does not overflowMichael Niedermayer
2019-08-03avformat/vividas: forward errors from track_header()Michael Niedermayer
2019-08-03avformat/vividas: Check buffer size before allocationMichael Niedermayer
2019-08-03avformat/vividas: Check if extradata was read successfullyMichael Niedermayer
2019-07-14avformat/vividas: Fixes overflow in shift in recover_key()Michael Niedermayer
2019-07-08avformat/vividas: Check for input length in get_v()Michael Niedermayer
2019-06-25avformat/vividas: check length in read_vblock()Michael Niedermayer
2019-06-21avformat/vividas: reduce keybits to require half the spaceMichael Niedermayer
2019-06-21avformat/vividas: Fix invalid shift in decode_key()Michael Niedermayer
2019-03-21lavf: Constify the probe function argument.Carl Eugen Hoyos
2018-12-28lavf/vividas: Support demuxing on big-endian hardware.Carl Eugen Hoyos
2018-12-28lavf/vividas: Do not increase extradata_size after allocation.Carl Eugen Hoyos
2018-12-22avformat/vividas: check if viv->sb_pb is not NULLPaul B Mahol
2018-12-22avformat/vividas: check if size is enough big in xor_blockPaul B Mahol
2018-12-22avformat/vividas: fix undefined behaviourPaul B Mahol
2018-12-22avformat/vividas: check if value from ffio_read_varlen() is too bigPaul B Mahol
2018-12-20avformat: add vividas demuxerPaul B Mahol