summaryrefslogtreecommitdiff
path: root/libavformat/ty.c
Commit message (Collapse)AuthorAge
* libavformat/ty: use decimal constant for shiftMichael Niedermayer2018-10-07
| | | | | | | This was the only case in the source that uses a hexadecimal shift value. The change removed a special case in respect to greping Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avformat/ty: check cur_chunk_pos before using itPaul B Mahol2017-11-12
| | | | | | Fixes #6831. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avformat/ty: fix memory leaksPaul B Mahol2017-11-12
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avformat/ty: check if header is correctly parsed and is still presentPaul B Mahol2017-11-12
| | | | | | Fixes #6829. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avformat/ty: fix format specifiers in debug log messagesJames Almer2017-11-08
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* avformat/ty: do not overread chunkPaul B Mahol2017-11-06
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avformat/ty: try harder to find stream signaturePaul B Mahol2017-11-06
| | | | | | Search all chunks, not just first one. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avformat: add TiVo ty demuxerPaul B Mahol2017-11-06
Signed-off-by: Paul B Mahol <onemda@gmail.com>