Re: [FFmpeg-devel] [PATCH] mpegts: demux BluRay text subtitles

2015-09-01 Thread Carl Eugen Hoyos
Petri Hintukainen gmail.com> writes: > > Will you also port the decoder? > > Yes. I started porting it ~year ago, so I already > have simple decoder that decodes dialog texts > without formatting. I believe such a decoder can be very useful. Thank you, Carl Eugen ___

Re: [FFmpeg-devel] [PATCH] mpegts: demux BluRay text subtitles

2015-09-01 Thread Petri Hintukainen
On ma, 2015-08-31 at 09:25 +, Carl Eugen Hoyos wrote: > Petri Hintukainen gmail.com> writes: > > > +AV_CODEC_ID_HDMV_TEXT_SUBTITLE, > > No, I believe we still "maintain" the fork, you > have to force a specific tag, something like > "TSTX" or whatever you like. Of course. I was just lo

Re: [FFmpeg-devel] [PATCH] mpegts: demux BluRay text subtitles

2015-08-31 Thread Carl Eugen Hoyos
Michael Niedermayer gmx.at> writes: > do you have a small testcase for this ? See ticket #4481 and vlc ticket 13888 that is now 15179. Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] mpegts: demux BluRay text subtitles

2015-08-31 Thread Michael Niedermayer
On Mon, Aug 31, 2015 at 12:17:23PM +0300, Petri Hintukainen wrote: > --- > libavcodec/avcodec.h| 1 + > libavcodec/codec_desc.c | 7 +++ > libavformat/mpegts.c| 1 + > 3 files changed, 9 insertions(+) do you have a small testcase for this ? or how can this be tested ? [...] -- Micha

Re: [FFmpeg-devel] [PATCH] mpegts: demux BluRay text subtitles

2015-08-31 Thread Carl Eugen Hoyos
Petri Hintukainen gmail.com> writes: > +AV_CODEC_ID_HDMV_TEXT_SUBTITLE, No, I believe we still "maintain" the fork, you have to force a specific tag, something like "TSTX" or whatever you like. Will you also port the decoder? Thank you, Carl Eugen ___

[FFmpeg-devel] [PATCH] mpegts: demux BluRay text subtitles

2015-08-31 Thread Petri Hintukainen
--- libavcodec/avcodec.h| 1 + libavcodec/codec_desc.c | 7 +++ libavformat/mpegts.c| 1 + 3 files changed, 9 insertions(+) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 12a6b54..b4cf79d 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -516,6 +516,7 @@