| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat: Forward errors where possible | Andreas Rheinhardt | 2019-12-12 | 1 | -5/+4 |
* | lavf/vividas: check avformat_new_stream() return | Jun Zhao | 2019-11-29 | 1 | -0/+4 |
* | avformat/vividas: Avoid allocation of AVIOContext | Andreas Rheinhardt | 2019-11-29 | 1 | -15/+4 |
* | avformat/vividas: Error out on audio packets in the absence of audio streams | Michael Niedermayer | 2019-11-25 | 1 | -5/+9 |
* | avformat/vividas: Check and require 1 video stream | Michael Niedermayer | 2019-11-25 | 1 | -2/+4 |
* | avformat/vividas: Add EOF check in val_1 loop in track_header() | Michael Niedermayer | 2019-11-20 | 1 | -0/+2 |
* | avformat/vividas: Fix n_sb_blocks Check | Michael Niedermayer | 2019-11-09 | 1 | -1/+1 |
* | avformat/vividas: Test size and packet numbers a bit more | Michael Niedermayer | 2019-09-24 | 1 | -8/+19 |
* | avformat/vividas: Check n_sb_blocks against input space | Michael Niedermayer | 2019-09-24 | 1 | -4/+13 |
* | avformat/vividas: Remove align offset which is always masked off | Michael Niedermayer | 2019-09-16 | 1 | -1/+1 |
* | avformat/vividas: remove dead assignment | Michael Niedermayer | 2019-09-16 | 1 | -2/+0 |
* | avformat/vividas: check for tiny blocks using alignment | Michael Niedermayer | 2019-09-06 | 1 | -0/+4 |
* | avformat/vividas: Check av_xiphlacing() return value before use | Michael Niedermayer | 2019-08-22 | 1 | -2/+8 |
* | avformat/vividas: Fix another infinite loop | Michael Niedermayer | 2019-08-11 | 1 | -1/+1 |
* | avformat/vividas: Fix infinite loop in header parser | Michael Niedermayer | 2019-08-11 | 1 | -0/+3 |
* | avformat/vividas: Fix memleak of AVIOContext in track_header() | Michael Niedermayer | 2019-08-05 | 1 | -2/+6 |
* | avformat/vividas: Check that value from ffio_read_varlen() does not overflow | Michael Niedermayer | 2019-08-03 | 1 | -2/+5 |
* | avformat/vividas: forward errors from track_header() | Michael Niedermayer | 2019-08-03 | 1 | -4/+8 |
* | avformat/vividas: Check buffer size before allocation | Michael Niedermayer | 2019-08-03 | 1 | -0/+3 |
* | avformat/vividas: Check if extradata was read successfully | Michael Niedermayer | 2019-08-03 | 1 | -1/+6 |
* | avformat/vividas: Fixes overflow in shift in recover_key() | Michael Niedermayer | 2019-07-14 | 1 | -4/+1 |
* | avformat/vividas: Check for input length in get_v() | Michael Niedermayer | 2019-07-08 | 1 | -5/+6 |
* | avformat/vividas: check length in read_vblock() | Michael Niedermayer | 2019-06-25 | 1 | -1/+1 |
* | avformat/vividas: reduce keybits to require half the space | Michael Niedermayer | 2019-06-21 | 1 | -6/+6 |
* | avformat/vividas: Fix invalid shift in decode_key() | Michael Niedermayer | 2019-06-21 | 1 | -1/+1 |
* | lavf: Constify the probe function argument. | Carl Eugen Hoyos | 2019-03-21 | 1 | -1/+1 |
* | lavf/vividas: Support demuxing on big-endian hardware. | Carl Eugen Hoyos | 2018-12-28 | 1 | -1/+1 |
* | lavf/vividas: Do not increase extradata_size after allocation. | Carl Eugen Hoyos | 2018-12-28 | 1 | -1/+2 |
* | avformat/vividas: check if viv->sb_pb is not NULL | Paul B Mahol | 2018-12-22 | 1 | -0/+4 |
* | avformat/vividas: check if size is enough big in xor_block | Paul B Mahol | 2018-12-22 | 1 | -1/+2 |
* | avformat/vividas: fix undefined behaviour | Paul B Mahol | 2018-12-22 | 1 | -4/+4 |
* | avformat/vividas: check if value from ffio_read_varlen() is too big | Paul B Mahol | 2018-12-22 | 1 | -2/+6 |
* | avformat: add vividas demuxer | Paul B Mahol | 2018-12-20 | 1 | -0/+717 |