Re: [FFmpeg-devel] [PATCH] ffplay: Use sws_scale to scale subtitles

2015-07-29 Thread Michael Niedermayer
On Wed, Jul 29, 2015 at 02:22:02AM +0200, Marton Balint wrote: > > On Tue, 28 Jul 2015, Michael Niedermayer wrote: > > >From: Michael Niedermayer > > > >Fixes some files from Ticket679 > > > >This also changes subtitles to 4:2:0 matching the output format and thus > >simplifying the blend code.

Re: [FFmpeg-devel] [PATCH] ffplay: Use sws_scale to scale subtitles

2015-07-28 Thread Marton Balint
On Tue, 28 Jul 2015, Michael Niedermayer wrote: From: Michael Niedermayer Fixes some files from Ticket679 This also changes subtitles to 4:2:0 matching the output format and thus simplifying the blend code. This restricts placement to the chroma sample resolution though, speak up if you cons

Re: [FFmpeg-devel] [PATCH] ffplay: Use sws_scale to scale subtitles

2015-07-27 Thread Michael Niedermayer
On Tue, Jul 28, 2015 at 01:01:33AM +0200, Marton Balint wrote: > > On Sun, 26 Jul 2015, Michael Niedermayer wrote: > > >From: Michael Niedermayer > > > >Fixes some files from Ticket679 > > > >This also changes subtitles to 4:2:0 matching the output format and thus > >simplifying the blend code.

Re: [FFmpeg-devel] [PATCH] ffplay: Use sws_scale to scale subtitles

2015-07-27 Thread Marton Balint
On Sun, 26 Jul 2015, Michael Niedermayer wrote: From: Michael Niedermayer Fixes some files from Ticket679 This also changes subtitles to 4:2:0 matching the output format and thus simplifying the blend code. This restricts placement to the chroma sample resolution though, speak up if you cons

Re: [FFmpeg-devel] [PATCH] ffplay: Use sws_scale to scale subtitles

2015-07-27 Thread compn
On Sun, 26 Jul 2015 21:32:48 +0200 Michael Niedermayer wrote: > From: Michael Niedermayer > > Fixes some files from Ticket679 > > This also changes subtitles to 4:2:0 matching the output format and > thus simplifying the blend code. > This restricts placement to the chroma sample resolution th