Re: [FFmpeg-devel] [PATCH 3/3] avcodec/libzvbi-teletextdec: formatted ass output

2018-05-02 Thread Carl Eugen Hoyos
2018-05-02 23:50 GMT+02:00, Marton Balint : > > On Wed, 2 May 2018, Carl Eugen Hoyos wrote: > >> 2018-05-02 22:48 GMT+02:00, Marton Balint : >>> Inspired by the VideoLAN text decoder and its port to >>> FFmpeg made by Aman Gupta. >> >> While this may be great, I would still like to see the light-we

Re: [FFmpeg-devel] [PATCH 3/3] avcodec/libzvbi-teletextdec: formatted ass output

2018-05-02 Thread Marton Balint
On Wed, 2 May 2018, Carl Eugen Hoyos wrote: 2018-05-02 22:48 GMT+02:00, Marton Balint : Inspired by the VideoLAN text decoder and its port to FFmpeg made by Aman Gupta. While this may be great, I would still like to see the light-weight decoder that does not depend on an external library in

Re: [FFmpeg-devel] [PATCH 3/3] avcodec/libzvbi-teletextdec: formatted ass output

2018-05-02 Thread Carl Eugen Hoyos
2018-05-02 22:48 GMT+02:00, Marton Balint : > Inspired by the VideoLAN text decoder and its port to > FFmpeg made by Aman Gupta. While this may be great, I would still like to see the light-weight decoder that does not depend on an external library in FFmpeg. Does this patch implement auto-detect

[FFmpeg-devel] [PATCH 3/3] avcodec/libzvbi-teletextdec: formatted ass output

2018-05-02 Thread Marton Balint
Inspired by the VideoLAN text decoder and its port to FFmpeg made by Aman Gupta. Signed-off-by: Marton Balint --- doc/decoders.texi| 18 ++- libavcodec/libzvbi-teletextdec.c | 265 +-- libavcodec/version.h | 2 +- 3 files changed