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

2019-04-27 Thread Paul B Mahol
On 4/20/19, Swaraj Hota wrote: > Fixes ticket #2956. > > Signed-off-by: Swaraj Hota > --- > I have tested it on all the samples provided in the ticket and > it works for all of them. > > Please comment. > --- > Changelog| 1 + > libavformat/Makefile | 1 + > libavformat/a

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

2019-04-26 Thread Swaraj Hota
On Sat, Apr 20, 2019 at 05:44:40AM +0530, Swaraj Hota wrote: > Fixes ticket #2956. > > Signed-off-by: Swaraj Hota > --- > I have tested it on all the samples provided in the ticket and > it works for all of them. > > Please comment. > --- > Changelog| 1 + > libavformat/Makefi

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

2019-04-19 Thread Swaraj Hota
Fixes ticket #2956. Signed-off-by: Swaraj Hota --- I have tested it on all the samples provided in the ticket and it works for all of them. Please comment. --- Changelog| 1 + libavformat/Makefile | 1 + libavformat/allformats.c | 1 + libavformat/ifv.c| 332 ++