summaryrefslogtreecommitdiff
path: root/libavformat/ifv.c
Commit message (Expand)AuthorAgeFilesLines
* avutil/dict: Move avpriv_dict_set_timestamp() to a header of its ownAndreas Rheinhardt2022-09-031-0/+1
* ifv: convert to new channel layout APIAnton Khirnov2022-03-151-2/+1
* avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt2021-09-171-7/+10
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-221-0/+1
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* lavf: move AVStream.*index_entries* to AVStreamInternalAnton Khirnov2020-10-281-4/+4
* avformat/ifv: Check that total frames do not overflowMichael Niedermayer2020-10-241-3/+11
* avformat/ifv: Check for EOF in read_index()Michael Niedermayer2019-07-191-0/+2
* ifv: populate creation_timePeter Ross2019-07-031-1/+4
* avformat/ifv: added support for ifv cctv filesSwaraj Hota2019-06-211-0/+304