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
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