summaryrefslogtreecommitdiff
path: root/libavformat/vpk.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/demux: Add new demux.h headerAndreas Rheinhardt2022-05-101-0/+1
* vpk: convert to new channel layout APIAnton Khirnov2022-03-151-7/+7
* avformat/utils: make ff_update_cur_dts() sharedJames Almer2021-06-091-1/+1
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* avformat/vpk: check that samples_per_block is > 0Paul B Mahol2021-02-241-1/+4
* avformat/vpk: add seeking supportPaul B Mahol2020-03-121-0/+25
* avformat: Remove unnecessary av_packet_unref()Andreas Rheinhardt2020-02-101-3/+1
* avformat/vpk: Check offset for validityMichael Niedermayer2019-06-141-0/+3
* avformat/vpk: Fix integer overflow in samples_per_block computationMichael Niedermayer2019-06-141-2/+2
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-15/+15
* avformat/vpk: check samples_per_block sizePaul B Mahol2015-11-211-0/+2
* avformat: add VPK demuxerPaul B Mahol2015-11-191-0/+115