Re: [FFmpeg-devel] [PATCH v3] avformat/ifv: added support for ifv cctv files

2019-05-24 Thread Paul B Mahol
On 5/15/19, Swaraj Hota wrote: > Fixes ticket #2956. > > Signed-off-by: Swaraj Hota > --- > Revised patch based on previous discussions. > Some of the changes are: > - using AVIndexEntry now > - demuxer is totally index based (removed linear search) > - added seeking functionality with

Re: [FFmpeg-devel] [PATCH v3] avformat/ifv: added support for ifv cctv files

2019-05-20 Thread Swaraj Hota
On Thu 16 May, 2019, 2:19 AM Swaraj Hota, wrote: > Fixes ticket #2956. > > Signed-off-by: Swaraj Hota > --- > Revised patch based on previous discussions. > Some of the changes are: > - using AVIndexEntry now > - demuxer is totally index based (removed linear search) > - added seeking

[FFmpeg-devel] [PATCH v3] avformat/ifv: added support for ifv cctv files

2019-05-15 Thread Swaraj Hota
Fixes ticket #2956. Signed-off-by: Swaraj Hota --- Revised patch based on previous discussions. Some of the changes are: - using AVIndexEntry now - demuxer is totally index based (removed linear search) - added seeking functionality with timestamps There are some timing issues though, due to