ti, 2017-01-31 kello 20:07 +0100, Paul B Mahol kirjoitti:
> On 1/31/17, Petri Hintukainen wrote:
> > Hello,
> >
> > I think I posted HDMV text subtitle decoder patch year+ ago. But I
> > can't find it from list archives (?).
> >
> > I'll attach the original patch for reference / documentation of
On Wed, Feb 1, 2017 at 1:20 PM, Paul B Mahol wrote:
> On 2/1/17, wm4 wrote:
>> On Wed, 1 Feb 2017 12:12:51 +0100
>> Paul B Mahol wrote:
>>
>>> Signed-off-by: Paul B Mahol
>>> ---
>>> libavcodec/Makefile| 1 +
>>> libavcodec/allcodecs.c | 1 +
>>> libavcodec/textstdec.c | 409
>>> +
On 2/1/17, wm4 wrote:
> On Wed, 1 Feb 2017 12:12:51 +0100
> Paul B Mahol wrote:
>
>> Signed-off-by: Paul B Mahol
>> ---
>> libavcodec/Makefile| 1 +
>> libavcodec/allcodecs.c | 1 +
>> libavcodec/textstdec.c | 409
>> +
>> 3 files changed
On Wed, 1 Feb 2017 12:12:51 +0100
Paul B Mahol wrote:
> Signed-off-by: Paul B Mahol
> ---
> libavcodec/Makefile| 1 +
> libavcodec/allcodecs.c | 1 +
> libavcodec/textstdec.c | 409
> +
> 3 files changed, 411 insertions(+)
> create mode
Signed-off-by: Paul B Mahol
---
libavcodec/Makefile| 1 +
libavcodec/allcodecs.c | 1 +
libavcodec/textstdec.c | 409 +
3 files changed, 411 insertions(+)
create mode 100644 libavcodec/textstdec.c
diff --git a/libavcodec/Makefile b/libavco
On Wed, 1 Feb 2017 10:23:02 +0100
Paul B Mahol wrote:
> On 2/1/17, wm4 wrote:
> > On Wed, 01 Feb 2017 11:05:48 +0200
> > Petri Hintukainen wrote:
> >
> >> ti, 2017-01-31 kello 16:42 +0100, wm4 kirjoitti:
> >> > On Tue, 31 Jan 2017 15:22:17 +0100
> >> > Paul B Mahol wrote:
> >> >
> >> > >
On 2/1/17, wm4 wrote:
> On Wed, 01 Feb 2017 11:05:48 +0200
> Petri Hintukainen wrote:
>
>> ti, 2017-01-31 kello 16:42 +0100, wm4 kirjoitti:
>> > On Tue, 31 Jan 2017 15:22:17 +0100
>> > Paul B Mahol wrote:
>> >
>> > > Signed-off-by: Paul B Mahol
>> > > ---
>> > > libavcodec/Makefile|
On Wed, 01 Feb 2017 11:05:48 +0200
Petri Hintukainen wrote:
> ti, 2017-01-31 kello 16:42 +0100, wm4 kirjoitti:
> > On Tue, 31 Jan 2017 15:22:17 +0100
> > Paul B Mahol wrote:
> >
> > > Signed-off-by: Paul B Mahol
> > > ---
> > > libavcodec/Makefile| 2 +
> > > libavcodec/allcodecs.
ti, 2017-01-31 kello 16:42 +0100, wm4 kirjoitti:
> On Tue, 31 Jan 2017 15:22:17 +0100
> Paul B Mahol wrote:
>
> > Signed-off-by: Paul B Mahol
> > ---
> > libavcodec/Makefile| 2 +
> > libavcodec/allcodecs.c | 2 +
> > libavcodec/textst_parser.c | 49
> > li
2017-01-31 17:00 GMT+01:00 Petri Hintukainen :
> I think I posted HDMV text subtitle decoder patch year+ ago. But I
> can't find it from list archives (?).
I suspect because you didn't sent it =-(
http://ffmpeg.org/pipermail/ffmpeg-devel/2015-September/178194.html
Thank for for providing it now!
On 1/31/17, Petri Hintukainen wrote:
> Hello,
>
> I think I posted HDMV text subtitle decoder patch year+ ago. But I
> can't find it from list archives (?).
>
> I'll attach the original patch for reference / documentation of the
> format.
> There's also more complete implementation (text styles, p
Hello,
I think I posted HDMV text subtitle decoder patch year+ ago. But I
can't find it from list archives (?).
I'll attach the original patch for reference / documentation of the
format.
There's also more complete implementation (text styles, positioning,
...) in libbluray: http://git.videolan.o
On Tue, 31 Jan 2017 15:22:17 +0100
Paul B Mahol wrote:
> Signed-off-by: Paul B Mahol
> ---
> libavcodec/Makefile| 2 +
> libavcodec/allcodecs.c | 2 +
> libavcodec/textst_parser.c | 49
> libavcodec/textstdec.c | 108
> +
On 1/31/17, Carl Eugen Hoyos wrote:
> 2017-01-31 15:22 GMT+01:00 Paul B Mahol :
>
>> +AVCodec ff_textst_decoder = {
>> +.name = "textst",
>> +.long_name = NULL_IF_CONFIG_SMALL("HDMV TextST subtitle"),
>
> Is this patch related to ticket #4481?
Yes!
_
2017-01-31 15:22 GMT+01:00 Paul B Mahol :
> +AVCodec ff_textst_decoder = {
> +.name = "textst",
> +.long_name = NULL_IF_CONFIG_SMALL("HDMV TextST subtitle"),
Is this patch related to ticket #4481?
Thank you, Carl Eugen
___
ffmpeg
Signed-off-by: Paul B Mahol
---
libavcodec/Makefile| 2 +
libavcodec/allcodecs.c | 2 +
libavcodec/textst_parser.c | 49
libavcodec/textstdec.c | 108 +
libavformat/utils.c| 1 +
5 files changed, 162 i
16 matches
Mail list logo