Re: [FFmpeg-devel] [PATCH] hevc - fix split function of parser

2015-09-28 Thread Ståle Kristoffersen
On 2015-09-25 at 17:13, Hendrik Leppkes wrote: > It seems unlikely that this patch is the cause of that, but regardless > - please open an issue on Trac, preferably with a small sample and > command line to test the difference. I got permission to share the sample, so I have filed bug #4888 https:

Re: [FFmpeg-devel] [PATCH] hevc - fix split function of parser

2015-09-25 Thread Hendrik Leppkes
On Fri, Sep 25, 2015 at 2:46 PM, Ståle Kristoffersen wrote: > On 2015-09-01 at 16:27, Rainer Hochecker wrote: >> >> fix splitting extradata from ts > > Hi, > this commit introduces a regression for me. > I'm trying to extract a thumb from the middle of a live TS, containing one > HEVC-stream. > Un

Re: [FFmpeg-devel] [PATCH] hevc - fix split function of parser

2015-09-25 Thread Ståle Kristoffersen
On 2015-09-01 at 16:27, Rainer Hochecker wrote: > > fix splitting extradata from ts Hi, this commit introduces a regression for me. I'm trying to extract a thumb from the middle of a live TS, containing one HEVC-stream. Unfortunately I'm not sure if I can provide a sample, but before this patch I

Re: [FFmpeg-devel] [PATCH] hevc - fix split function of parser

2015-09-01 Thread Michael Niedermayer
On Tue, Sep 01, 2015 at 04:27:02PM +0200, Rainer Hochecker wrote: > --- > libavcodec/hevc_parser.c | 25 ++--- > 1 file changed, 18 insertions(+), 7 deletions(-) applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB In fact, the RIA

Re: [FFmpeg-devel] [PATCH] hevc - fix split function of parser

2015-09-01 Thread Rainer Hochecker
Carl Eugen Hoyos ag.or.at> writes: > Do you have a sample for us? > Or an explanation on how to reproduce. I tested with this sample: http://www.demo-uhd3d.com/fiche.php?cat=uhd&id=22 check spec 7.4.2.4.4 Order of NAL units and coded pictures and their association to access units > > Sorry

Re: [FFmpeg-devel] [PATCH] hevc - fix split function of parser

2015-09-01 Thread Carl Eugen Hoyos
Rainer Hochecker online.de> writes: > fix splitting extradata from ts Do you have a sample for us? Or an explanation on how to reproduce. Sorry if it is just me but isn't the following more readable? int a = 0, b = 0, c = 0; (But please feel free to ignore!) Carl Eugen