Re: [FFmpeg-devel] [PATCH 12/17] avformat/assdec: output ASS packets

2014-09-27 Thread Clément Bœsch
On Wed, Sep 24, 2014 at 01:24:17PM +0200, Clément Bœsch wrote: [...] > > I think this was ok. > > Note: I still haven't pushed this because it breaks when line are in old > ASS (with Marked=0 prefix). I'll fix that ASAP. > Fixed and applied. Thanks. -- Clément B. pgpGfb51Kfbbc.pgp Descriptio

Re: [FFmpeg-devel] [PATCH 12/17] avformat/assdec: output ASS packets

2014-09-24 Thread Clément Bœsch
On Sun, Sep 21, 2014 at 08:32:59AM +0200, wm4 wrote: > On Sat, 20 Sep 2014 22:27:52 +0200 > Clément Bœsch wrote: > > > After this the order from the original file is stored through readorder > > when doing ffmpeg -i input.ass -c copy output.mkv. > > > > And now that the ASS muxer honors the Read

Re: [FFmpeg-devel] [PATCH 12/17] avformat/assdec: output ASS packets

2014-09-20 Thread wm4
On Sat, 20 Sep 2014 22:27:52 +0200 Clément Bœsch wrote: > After this the order from the original file is stored through readorder > when doing ffmpeg -i input.ass -c copy output.mkv. > > And now that the ASS muxer honors the ReadOrder, extracting the ass back > (without transcoding) restores the

[FFmpeg-devel] [PATCH 12/17] avformat/assdec: output ASS packets

2014-09-20 Thread Clément Bœsch
After this the order from the original file is stored through readorder when doing ffmpeg -i input.ass -c copy output.mkv. And now that the ASS muxer honors the ReadOrder, extracting the ass back (without transcoding) restores the original order. --- libavformat/assdec.c | 31 +++