Re: [FFmpeg-devel] [PATCH] lavc: add text encoder

2015-12-21 Thread Clément Bœsch
On Thu, Dec 17, 2015 at 12:30:27PM +0100, Clément Bœsch wrote: > --- > libavcodec/Makefile| 1 + > libavcodec/allcodecs.c | 2 +- > libavcodec/srtenc.c| 37 +++- > libavcodec/version.h | 2 +- > tests/fate/subtitles.mak | 3 + > tests/ref/fate/sub-textenc |

Re: [FFmpeg-devel] [PATCH] lavc: add text encoder

2015-12-17 Thread Moritz Barsnick
On Thu, Dec 17, 2015 at 13:56:57 +0100, Clément Bœsch wrote: > It's not actually "srt"/subrip at all since the packet payload will only > contain a text string with no markup, while subrip contains the text > string with the html tag markup. Ah, that's the part about SRT ("formally" vs. text vs. A

Re: [FFmpeg-devel] [PATCH] lavc: add text encoder

2015-12-17 Thread Clément Bœsch
On Thu, Dec 17, 2015 at 01:28:16PM +0100, Moritz Barsnick wrote: > On Thu, Dec 17, 2015 at 12:30:27 +0100, Clément Bœsch wrote: > > --- > > libavcodec/Makefile| 1 + > > libavcodec/allcodecs.c | 2 +- > > libavcodec/srtenc.c| 37 +++- > > libavcodec/version.h |

Re: [FFmpeg-devel] [PATCH] lavc: add text encoder

2015-12-17 Thread Moritz Barsnick
On Thu, Dec 17, 2015 at 12:30:27 +0100, Clément Bœsch wrote: > --- > libavcodec/Makefile| 1 + > libavcodec/allcodecs.c | 2 +- > libavcodec/srtenc.c| 37 +++- > libavcodec/version.h | 2 +- > tests/fate/subtitles.mak | 3 + > tests/ref/fate/sub-textenc | 2

[FFmpeg-devel] [PATCH] lavc: add text encoder

2015-12-17 Thread Clément Bœsch
--- libavcodec/Makefile| 1 + libavcodec/allcodecs.c | 2 +- libavcodec/srtenc.c| 37 +++- libavcodec/version.h | 2 +- tests/fate/subtitles.mak | 3 + tests/ref/fate/sub-textenc | 213 + 6 files changed, 253 inse