Re: [FFmpeg-devel] [PATCH v3 0/3] avformat/hashenc: add streamhash muxer

2019-09-22 Thread Moritz Barsnick
On Sat, Sep 21, 2019 at 10:07:25 +0530, Gyan wrote: [...] > Coverity reports three issues arising from this patchset, actually one > issue, having an instance in each of the three init () functions. [...] > c->hashes = av_mallocz_array(1, sizeof(c->hashes)); [...] > "Passing argument "8UL /* s

Re: [FFmpeg-devel] [PATCH v3 0/3] avformat/hashenc: add streamhash muxer

2019-09-20 Thread Gyan
On 21-09-2019 03:01 AM, Michael Niedermayer wrote: On Wed, Sep 18, 2019 at 04:02:55PM -0300, James Almer wrote: On 9/18/2019 10:47 AM, Moritz Barsnick wrote: On Thu, Sep 12, 2019 at 11:23:03 +0200, Moritz Barsnick wrote: Moritz Barsnick (3): avformat/hashenc: rearrange options definition

Re: [FFmpeg-devel] [PATCH v3 0/3] avformat/hashenc: add streamhash muxer

2019-09-20 Thread Michael Niedermayer
On Wed, Sep 18, 2019 at 04:02:55PM -0300, James Almer wrote: > On 9/18/2019 10:47 AM, Moritz Barsnick wrote: > > On Thu, Sep 12, 2019 at 11:23:03 +0200, Moritz Barsnick wrote: > >> Moritz Barsnick (3): > >> avformat/hashenc: rearrange options definition > >> avformat/hashenc: use an array of ha

Re: [FFmpeg-devel] [PATCH v3 0/3] avformat/hashenc: add streamhash muxer

2019-09-18 Thread James Almer
On 9/18/2019 10:47 AM, Moritz Barsnick wrote: > On Thu, Sep 12, 2019 at 11:23:03 +0200, Moritz Barsnick wrote: >> Moritz Barsnick (3): >> avformat/hashenc: rearrange options definition >> avformat/hashenc: use an array of hashes >> avformat/hashenc: add streamhash muxer > > Friendly ping for

Re: [FFmpeg-devel] [PATCH v3 0/3] avformat/hashenc: add streamhash muxer

2019-09-18 Thread Moritz Barsnick
On Thu, Sep 12, 2019 at 11:23:03 +0200, Moritz Barsnick wrote: > Moritz Barsnick (3): > avformat/hashenc: rearrange options definition > avformat/hashenc: use an array of hashes > avformat/hashenc: add streamhash muxer Friendly ping for the patch set. Moritz