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
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
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
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
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
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
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
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
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
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
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
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
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
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:
> ../
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
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
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
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]
>
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
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]
> +
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
38 matches
Mail list logo