Re: [FFmpeg-devel] [PATCH] add hds demuxer

2016-11-01 Thread Steven Liu
Rostislav Pehlivanov 于2016年11月1日 周二下午11:09写道: > On 1 November 2016 at 02:00, Steven Liu wrote: > > > 2016-11-01 3:16 GMT+08:00 Jan Ekstrom : > > > > > On Mon, Oct 31, 2016 at 5:30 PM, Nicolas George > wrote: > > > > Le nonidi 9 brumaire, an CCXXV, Steven Liu a écrit : > > > >> I saw ffmpeg

Re: [FFmpeg-devel] [PATCH] add hds demuxer

2016-11-01 Thread Rostislav Pehlivanov
On 1 November 2016 at 02:00, Steven Liu wrote: > 2016-11-01 3:16 GMT+08:00 Jan Ekstrom : > > > On Mon, Oct 31, 2016 at 5:30 PM, Nicolas George wrote: > > > Le nonidi 9 brumaire, an CCXXV, Steven Liu a écrit : > > >> I saw ffmpeg have no HDS and DASH demuxer, and all of them's > > format is

Re: [FFmpeg-devel] [PATCH] add hds demuxer

2016-10-31 Thread Steven Liu
2016-11-01 3:16 GMT+08:00 Jan Ekstrom : > On Mon, Oct 31, 2016 at 5:30 PM, Nicolas George wrote: > > Le nonidi 9 brumaire, an CCXXV, Steven Liu a écrit : > >> I saw ffmpeg have no HDS and DASH demuxer, and all of them's > format is > >> use xml, maybe this parser is a very useful parser, wha

Re: [FFmpeg-devel] [PATCH] add hds demuxer

2016-10-31 Thread Jan Ekstrom
On Mon, Oct 31, 2016 at 5:30 PM, Nicolas George wrote: > Le nonidi 9 brumaire, an CCXXV, Steven Liu a écrit : >> I saw ffmpeg have no HDS and DASH demuxer, and all of them's format is >> use xml, maybe this parser is a very useful parser, what about the basic >> xml :-D > > The Timed Text Mar

Re: [FFmpeg-devel] [PATCH] add hds demuxer

2016-10-31 Thread Nicolas George
Le nonidi 9 brumaire, an CCXXV, Steven Liu a écrit : > I saw ffmpeg have no HDS and DASH demuxer, and all of them's format is > use xml, maybe this parser is a very useful parser, what about the basic > xml :-D The Timed Text Markup Language, a subtitle format used by Youtube and possibly a f

Re: [FFmpeg-devel] [PATCH] add hds demuxer

2016-10-30 Thread Steven Liu
2016-10-24 16:27 GMT+08:00 Steven Liu : > > > 2016-10-24 15:22 GMT+08:00 wm4 : > >> On Sat, 15 Oct 2016 15:52:48 +0200 >> Nicolas George wrote: >> >> > Le tridi 23 vendémiaire, an CCXXV, wm4 a écrit : >> > > XML is very complex >> > >> > This is the usual, and often only, argument raised in t

Re: [FFmpeg-devel] [PATCH] add hds demuxer

2016-10-24 Thread Steven Liu
2016-10-24 15:22 GMT+08:00 wm4 : > On Sat, 15 Oct 2016 15:52:48 +0200 > Nicolas George wrote: > > > Le tridi 23 vendémiaire, an CCXXV, wm4 a écrit : > > > XML is very complex > > > > This is the usual, and often only, argument raised in this kind of > > situation. And unfortunately, I already

Re: [FFmpeg-devel] [PATCH] add hds demuxer

2016-10-24 Thread wm4
On Sat, 15 Oct 2016 15:52:48 +0200 Nicolas George wrote: > Le tridi 23 vendémiaire, an CCXXV, wm4 a écrit : > > XML is very complex > > This is the usual, and often only, argument raised in this kind of > situation. And unfortunately, I already addressed it in this very thread. > > XML is

Re: [FFmpeg-devel] [PATCH] add hds demuxer

2016-10-23 Thread Nicolas George
Le duodi 2 brumaire, an CCXXV, Steven Liu a écrit : > I have pause this since 20161019 - 20161023, this duration time i have been > to visit USA, > > I think you can sent patch here, let’s test together. :) Ok, I will start working on it. Regards, -- Nicolas George signature.asc Descriptio

Re: [FFmpeg-devel] [PATCH] add hds demuxer

2016-10-23 Thread Nicolas George
Le sextidi 26 vendémiaire, an CCXXV, Steven Liu a écrit : > I'm trying to parse the XML now, maybe update patch later. Hi. Have you gotten anywhere with this? I just sent the big patch I have been struggling with for a long time, and implementing a XML parser seems like a good way to chang

Re: [FFmpeg-devel] [PATCH] add hds demuxer

2016-10-17 Thread Steven Liu
2016-10-15 21:52 GMT+08:00 Nicolas George : > Le tridi 23 vendémiaire, an CCXXV, wm4 a écrit : > > XML is very complex > > This is the usual, and often only, argument raised in this kind of > situation. And unfortunately, I already addressed it in this very thread. > > XML is very complex, y

Re: [FFmpeg-devel] [PATCH] add hds demuxer

2016-10-16 Thread Steven Liu
2016-10-16 22:54 GMT+08:00 Michael Niedermayer : > On Sun, Oct 16, 2016 at 11:32:37AM +0800, Steven Liu wrote: > > update > > you didnt attach any new patch > Just change the help message from disable to enable > > [...] > -- > Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0F

Re: [FFmpeg-devel] [PATCH] add hds demuxer

2016-10-16 Thread Michael Niedermayer
On Sun, Oct 16, 2016 at 11:32:37AM +0800, Steven Liu wrote: > update you didnt attach any new patch [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB There will always be a question for which you do not know the correct answer. signature.asc Description: Digital

Re: [FFmpeg-devel] [PATCH] add hds demuxer

2016-10-15 Thread Steven Liu
update 2016-10-15 0:08 GMT+08:00 Steven Liu : > patch update. > > test passed: > Linux: > ../configure > MingW: > ../configure --cc='ccache x86_64-w64-mingw32-gcc' --arch=x86_64 > --target-os=mingw32 --cross-prefix=x86_64-w64-mingw32- --disable-yasm > > test passed with hds demux > Linux: > ../

Re: [FFmpeg-devel] [PATCH] add hds demuxer

2016-10-15 Thread Nicolas George
Le tridi 23 vendémiaire, an CCXXV, wm4 a écrit : > XML is very complex This is the usual, and often only, argument raised in this kind of situation. And unfortunately, I already addressed it in this very thread. XML is very complex, yes: processing instructions, entity definitions, DTSs and

Re: [FFmpeg-devel] [PATCH] add hds demuxer

2016-10-14 Thread wm4
On Fri, 14 Oct 2016 16:31:58 +0200 Nicolas George wrote: > Le tridi 23 vendémiaire, an CCXXV, Steven Liu a écrit : > > > Rather than NIHing it, I think using libexpat would be a good choice > > > (even if its API is terrible). > > ok, i'll learn how to use it, and use it next step. :-) > > W

Re: [FFmpeg-devel] [PATCH] add hds demuxer

2016-10-14 Thread Steven Liu
2016-10-15 0:10 GMT+08:00 Steven Liu : > > > 2016-10-15 0:04 GMT+08:00 Ricardo Constantino : > >> >> On 2016-10-14 14:53, Steven Liu wrote: >> > @@ -295,6 +295,7 @@ External library support: >> > on OSX if openssl and gnutls are not used >> [autodetect] >> >--enable

Re: [FFmpeg-devel] [PATCH] add hds demuxer

2016-10-14 Thread Steven Liu
2016-10-15 0:04 GMT+08:00 Ricardo Constantino : > > On 2016-10-14 14:53, Steven Liu wrote: > > @@ -295,6 +295,7 @@ External library support: > > on OSX if openssl and gnutls are not used > [autodetect] > >--enable-x11grab enable X11 grabbing (legacy) [no] >

[FFmpeg-devel] [PATCH] add hds demuxer

2016-10-14 Thread Steven Liu
patch update. test passed: Linux: ../configure MingW: ../configure --cc='ccache x86_64-w64-mingw32-gcc' --arch=x86_64 --target-os=mingw32 --cross-prefix=x86_64-w64-mingw32- --disable-yasm test passed with hds demux Linux: ../configure --enable-xml2 OSX: ../configure --disable-everything --enab

Re: [FFmpeg-devel] [PATCH] add hds demuxer

2016-10-14 Thread Ricardo Constantino
On 2016-10-14 14:53, Steven Liu wrote: > @@ -295,6 +295,7 @@ External library support: > on OSX if openssl and gnutls are not used > [autodetect] >--enable-x11grab enable X11 grabbing (legacy) [no] >--disable-xlib disable xlib [autodetect] > +

Re: [FFmpeg-devel] [PATCH] add hds demuxer

2016-10-14 Thread Steven Liu
2016-10-14 22:31 GMT+08:00 Nicolas George : > Le tridi 23 vendémiaire, an CCXXV, Steven Liu a écrit : > > > Rather than NIHing it, I think using libexpat would be a good choice > > > (even if its API is terrible). > > ok, i'll learn how to use it, and use it next step. :-) > > While I agree that e

Re: [FFmpeg-devel] [PATCH] add hds demuxer

2016-10-14 Thread Nicolas George
Le tridi 23 vendémiaire, an CCXXV, Steven Liu a écrit : > > Rather than NIHing it, I think using libexpat would be a good choice > > (even if its API is terrible). > ok, i'll learn how to use it, and use it next step. :-) While I agree that expat is way better than libxml2 for that task, it is sti

[FFmpeg-devel] [PATCH] add hds demuxer

2016-10-14 Thread Steven Liu
patch update. test passed: Linux: ../configure MingW: ../configure --cc='ccache x86_64-w64-mingw32-gcc' --arch=x86_64 --target-os=mingw32 --cross-prefix=x86_64-w64-mingw32- --disable-yasm test passed with hds demux Linux: ../configure --enable-xml2 OSX: ../configure --disable-everything --enab

Re: [FFmpeg-devel] [PATCH] add hds demuxer

2016-10-14 Thread Steven Liu
2016-10-14 20:32 GMT+08:00 Carl Eugen Hoyos : > 2016-10-13 16:15 GMT+02:00 Steven Liu : > > > Is this right? Or can you give me a doc link to learn this. > > I am not really a "doc" type, more "trial-and-error", sorry. > Sorry for my abbreviations , s/doc/documentation/g > > You should - imo - ta

Re: [FFmpeg-devel] [PATCH] add hds demuxer

2016-10-14 Thread Steven Liu
2016-10-14 20:00 GMT+08:00 wm4 : > On Thu, 13 Oct 2016 11:27:12 +0200 > Nicolas George wrote: > > > Le duodi 22 vendémiaire, an CCXXV, Steven Liu a écrit : > > > init add hds demuxer > > > > > > Based-on: patch by CORY MCCARTHY > > > Based-on: patch by Gorilla Maguila > > > Signed-off-by: Steve

Re: [FFmpeg-devel] [PATCH] add hds demuxer

2016-10-14 Thread Carl Eugen Hoyos
2016-10-13 16:15 GMT+02:00 Steven Liu : > Is this right? Or can you give me a doc link to learn this. I am not really a "doc" type, more "trial-and-error", sorry. You should - imo - take your original patch as you sent it, temporarily move the libxml2 header on your system away and make sure tha

Re: [FFmpeg-devel] [PATCH] add hds demuxer

2016-10-14 Thread wm4
On Thu, 13 Oct 2016 11:27:12 +0200 Nicolas George wrote: > Le duodi 22 vendémiaire, an CCXXV, Steven Liu a écrit : > > init add hds demuxer > > > > Based-on: patch by CORY MCCARTHY > > Based-on: patch by Gorilla Maguila > > Signed-off-by: Steven Liu > > Thanks for the update. > > I think

Re: [FFmpeg-devel] [PATCH] add hds demuxer

2016-10-13 Thread Steven Liu
2016-10-13 17:41 GMT+08:00 Carl Eugen Hoyos : > 2016-10-13 8:51 GMT+02:00 Steven Liu : > > patch update. > > > > xml2 disabled by default > > Before reading Nicolas' mail, I wanted to suggest that you fix > autodetection instead... > > Carl Eugen > Hi Carl, I need your help, I have s

Re: [FFmpeg-devel] [PATCH] add hds demuxer

2016-10-13 Thread Michael Niedermayer
On Thu, Oct 13, 2016 at 02:49:57PM +0800, Steven Liu wrote: > init add hds demuxer > > Based-on: patch by CORY MCCARTHY > Based-on: patch by Gorilla Maguila > Signed-off-by: Steven Liu > --- > configure |4 + > libavformat/Makefile |1 + > libavformat/allformats.c

Re: [FFmpeg-devel] [PATCH] add hds demuxer

2016-10-13 Thread Carl Eugen Hoyos
2016-10-13 8:51 GMT+02:00 Steven Liu : > patch update. > > xml2 disabled by default Before reading Nicolas' mail, I wanted to suggest that you fix autodetection instead... Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.or

Re: [FFmpeg-devel] [PATCH] add hds demuxer

2016-10-13 Thread Steven Liu
2016-10-13 17:27 GMT+08:00 Nicolas George : > Le duodi 22 vendémiaire, an CCXXV, Steven Liu a écrit : > > init add hds demuxer > > > > Based-on: patch by CORY MCCARTHY > > Based-on: patch by Gorilla Maguila > > Signed-off-by: Steven Liu > > Thanks for the update. > > I think I already said it w

Re: [FFmpeg-devel] [PATCH] add hds demuxer

2016-10-13 Thread Nicolas George
Le duodi 22 vendémiaire, an CCXXV, Steven Liu a écrit : > init add hds demuxer > > Based-on: patch by CORY MCCARTHY > Based-on: patch by Gorilla Maguila > Signed-off-by: Steven Liu Thanks for the update. I think I already said it when it was first submitted: I am not really happy about the us

Re: [FFmpeg-devel] [PATCH] add hds demuxer

2016-10-12 Thread Steven Liu
patch update. xml2 disabled by default test passed: ../configure --cc='ccache x86_64-w64-mingw32-gcc' --arch=x86_64 --target-os=mingw32 --cross-prefix=x86_64-w64-mingw32- --disable-yasm 2016-10-13 14:49 GMT+08:00 Steven Liu : > init add hds demuxer > > Based-on: patch by CORY MCCARTHY > Ba

[FFmpeg-devel] [PATCH] add hds demuxer

2016-10-12 Thread Steven Liu
init add hds demuxer Based-on: patch by CORY MCCARTHY Based-on: patch by Gorilla Maguila Signed-off-by: Steven Liu --- configure |4 + libavformat/Makefile |1 + libavformat/allformats.c |2 +- libavformat/amfmetadata.c | 219 + libavformat/amfmet

Re: [FFmpeg-devel] [PATCH] add hds demuxer

2016-10-12 Thread Michael Niedermayer
On Wed, Oct 12, 2016 at 03:56:49PM +0800, Steven Liu wrote: > init add hds demuxer > > Based-on: patch by CORY MCCARTHY > Based-on: patch by Gorilla Maguila > Signed-off-by: Steven Liu > --- > configure |5 + > libavformat/Makefile |1 + > libavformat/allformats.c

Re: [FFmpeg-devel] [PATCH] add hds demuxer

2016-10-12 Thread Steven Liu
patch update! fix tool/patcheck warning! 2016-10-12 15:56 GMT+08:00 Steven Liu : > init add hds demuxer > > Based-on: patch by CORY MCCARTHY > Based-on: patch by Gorilla Maguila > Signed-off-by: Steven Liu > --- > configure |5 + > libavformat/Makefile |1 + > li

[FFmpeg-devel] [PATCH] add hds demuxer

2016-10-12 Thread Steven Liu
init add hds demuxer Based-on: patch by CORY MCCARTHY Based-on: patch by Gorilla Maguila Signed-off-by: Steven Liu --- configure |5 + libavformat/Makefile |1 + libavformat/allformats.c |2 +- libavformat/amfmetadata.c | 219 + libavformat/amfmet

[FFmpeg-devel] [PATCH] add hds demuxer

2016-10-11 Thread Steven Liu
init add hds demuxer Based-on: patch by CORY MCCARTHY Based-on: patch by Gorilla Maguila Signed-off-by: Steven Liu --- configure |5 + libavformat/Makefile |1 + libavformat/allformats.c |2 +- libavformat/amfmetadata.c | 219 + libavformat/amfmet