Nicolas George nsup.org> writes:
> Le septidi 7 brumaire, an CCXXIII, Carl Eugen Hoyos a écrit :
> > The user should be told by libavformat if it does something
> > unexpected.
> > Related to ticket #4059.
>
> I do not object to this quick fix
The warning was merged by Michael.
Thank you, Car
On Tue, 28 Oct 2014 10:03:18 +0100
Carl Eugen Hoyos wrote:
> On Tuesday 28 October 2014 09:57:12 am wm4 wrote:
>
> > > The user should be told by libavformat if it does something unexpected.
> > > Related to ticket #4059.
> >
> > Why should it print a warning in this case, but not other cases wh
On Tue, Oct 28, 2014 at 10:02:18AM +0100, Carl Eugen Hoyos wrote:
> On Tuesday 28 October 2014 09:56:28 am Clément Bœsch wrote:
>
> > > +if (s && (r->type == FF_UTF16LE || r->type == FF_UTF16BE))
> > > +av_log(s, AV_LOG_WARNING,
> > > + "UTF16 is automatically converted t
Le septidi 7 brumaire, an CCXXIII, Carl Eugen Hoyos a écrit :
> I'd like to print a warning in that case as well, how can I
> reproduce it?
There is nothing to reproduce: text subtitles in Matroska are UTF-8, period.
Regards,
--
Nicolas George
signature.asc
Description: Digital signature
_
On Tuesday 28 October 2014 09:57:12 am wm4 wrote:
> > The user should be told by libavformat if it does something unexpected.
> > Related to ticket #4059.
>
> Why should it print a warning in this case, but not other cases when
> the subtitle packets are already in UTF-8, such as Matroska?
I'd li
On Tuesday 28 October 2014 09:56:28 am Clément Bœsch wrote:
> > +if (s && (r->type == FF_UTF16LE || r->type == FF_UTF16BE))
> > +av_log(s, AV_LOG_WARNING,
> > + "UTF16 is automatically converted to UTF8, do not specify
> > a character encoding\n");
>
> av_log() accepts a
On Tue, 28 Oct 2014 09:58:48 +0100
Nicolas George wrote:
> Le septidi 7 brumaire, an CCXXIII, Carl Eugen Hoyos a écrit :
> > The user should be told by libavformat if it does something unexpected.
> > Related to ticket #4059.
>
> I do not object to this quick fix, but the correct fix would be to
Le septidi 7 brumaire, an CCXXIII, Carl Eugen Hoyos a écrit :
> The user should be told by libavformat if it does something unexpected.
> Related to ticket #4059.
I do not object to this quick fix, but the correct fix would be to set the
codec context sub_charenc and sub_charenc_mode correctly in
On Tue, 28 Oct 2014 08:35:12 +0100
Carl Eugen Hoyos wrote:
> Hi!
>
> The user should be told by libavformat if it does something unexpected.
> Related to ticket #4059.
>
> Please comment, Carl Eugen
Why should it print a warning in this case, but not other cases when
the subtitle packets are a
On Tue, Oct 28, 2014 at 08:35:12AM +0100, Carl Eugen Hoyos wrote:
> Hi!
>
> The user should be told by libavformat if it does something unexpected.
> Related to ticket #4059.
>
> Please comment, Carl Eugen
[...]
> -void ff_text_init_avio(FFTextReader *r, AVIOContext *pb)
> +void ff_text_init_avi
Hi!
The user should be told by libavformat if it does something unexpected.
Related to ticket #4059.
Please comment, Carl Eugen
diff --git a/libavformat/assdec.c b/libavformat/assdec.c
index ccbf4c0..c62e76f 100644
--- a/libavformat/assdec.c
+++ b/libavformat/assdec.c
@@ -112,7 +112,7 @@ static i
11 matches
Mail list logo