Re: [libav-devel] [PATCH] h264dec: fix dropped initial SEI recovery point

2017-02-18 Thread John Stebbins
On 02/10/2017 02:33 AM, Anton Khirnov wrote: > Quoting John Stebbins (2017-02-08 22:52:28) >> --- >> libavcodec/h264dec.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/libavcodec/h264dec.c b/libavcodec/h264dec.c >> index 5137039..6d7aa7b 100644 >> ---

Re: [libav-devel] [PATCH] matroskaenc: factor ts_offset in block timecode computation

2017-02-18 Thread John Stebbins
On 02/16/2017 10:43 AM, John Stebbins wrote: > On 02/16/2017 10:19 AM, Vittorio Giovara wrote: >> On Thu, Feb 16, 2017 at 11:14 AM, John Stebbins >> wrote: >>> On 02/15/2017 10:09 PM, Luca Barbato wrote: On 15/02/2017 23:29, John Stebbins wrote: > ts_offset was

Re: [libav-devel] [PATCH] dv: Don't return EIO upon EOF

2017-02-18 Thread John Stebbins
On 01/14/2017 12:46 PM, John Stebbins wrote: > On 01/14/2017 12:30 PM, John Stebbins wrote: >> On 01/12/2017 10:51 PM, wm4 wrote: >>> On Thu, 12 Jan 2017 10:33:28 -0700 >>> John Stebbins wrote: >>> --- libavformat/dv.c | 7 ++- 1 file changed, 6

Re: [libav-devel] [PATCH] dv: Don't return EIO upon EOF

2017-02-18 Thread Luca Barbato
On 18/02/2017 14:37, John Stebbins wrote: > I forgot this was still pending. I never got an answer to my last > question above. Do you all think wm4's suggestion is sensible. His > suggestion results in dv_read_packet returning 0 instead of EIO when > avio_read returns 0. IMO, if this change

Re: [libav-devel] [PATCH] matroskaenc: factor ts_offset in block timecode computation

2017-02-18 Thread Luca Barbato
On 18/02/2017 14:24, John Stebbins wrote: > So, with these commit message updates, is this ok to commit to both > master and stable? I guess. lu ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel

Re: [libav-devel] [PATCH] lavc: make sure not to return EAGAIN from codecs

2017-02-18 Thread Anton Khirnov
Quoting wm4 (2017-02-17 07:33:14) > On Thu, 16 Feb 2017 17:34:30 +0100 > Anton Khirnov wrote: > > > This error is treated specially by the API. > > > > CC: libav-sta...@libav.org > > --- > > libavcodec/aacdec.c | 6 +++--- > > libavcodec/nvenc.c | 8 +--- > >

Re: [libav-devel] [PATCH] h264_sei: Check actual presence of picture timing SEI message

2017-02-18 Thread Anton Khirnov
Quoting Vittorio Giovara (2017-02-15 17:34:52) > From: Michael Niedermayer > > Signed-off-by: Michael Niedermayer > --- > This should hopefully be a better fix for the undetected interlaced > samples I reported a couple of days ago. > Vittorio

Re: [libav-devel] [PATCH] h264dec: fix dropped initial SEI recovery point

2017-02-18 Thread Anton Khirnov
Quoting John Stebbins (2017-02-18 14:25:53) > On 02/10/2017 02:33 AM, Anton Khirnov wrote: > > Quoting John Stebbins (2017-02-08 22:52:28) > >> --- > >> libavcodec/h264dec.c | 2 +- > >> 1 file changed, 1 insertion(+), 1 deletion(-) > >> > >> diff --git a/libavcodec/h264dec.c