Re: [FFmpeg-devel] [PATCH v2] Added XV Support

2019-04-08 Thread Lauri Kasanen
On Mon, 8 Apr 2019 06:39:27 +0800 Steven Liu wrote: > >+.long_name = NULL_IF_CONFIG_SMALL("Xunlie Video File"), XV is a video output format, so please make the title something like "flv: Add XV (Xunlie Video) support". - Lauri ___

Re: [FFmpeg-devel] [PATCH v2] Added XV Support

2019-04-07 Thread Steven Liu
>+.long_name = NULL_IF_CONFIG_SMALL("Xunlie Video File"), The this should .long_name = NULL_IF_CONFIG_SMALL("Xunlei Video File”), or .long_name = NULL_IF_CONFIG_SMALL(“Xunlei(Thunder) Video File”), Xunlei is Chinese PinYin[pi:n, yi:n]. Application is Thunder.app > 在

Re: [FFmpeg-devel] [PATCH v2] Added XV Support

2019-04-07 Thread Carl Eugen Hoyos
2019-04-07 8:53 GMT+02:00, Shivam Goyal : > This time i modified the initial buffer at the time of reading > header instead of changing the IO layer. > > Suggest any changes required. Please mention ticket #3720 in the commit message. > +static int xv_probe(const AVProbeData *p) > +{ > +

[FFmpeg-devel] [PATCH v2] Added XV Support

2019-04-07 Thread Shivam Goyal
This time i modified the initial buffer at the time of reading header instead of changing the IO layer. Suggest any changes required. >From 277a4267f8cbb68c5fa57a0bddd215e04ca662bd Mon Sep 17 00:00:00 2001 From: Shivam Goyal Date: Sun, 7 Apr 2019 12:13:21 +0530 Subject: [PATCH] Added XV