Re: [libav-devel] PATCH] h2645: Allocate a single buffer per packet. Drastically reduces memory usage on pathological streams.

2017-11-03 Thread James Almer
On 11/3/2017 5:04 PM, Diego Biurrun wrote: > On Fri, Nov 03, 2017 at 04:50:56PM -0300, James Almer wrote: >> On 11/3/2017 4:42 PM, Luca Barbato wrote: >>> On 03/11/2017 19:23, Kieran Kunhya wrote: This patch fixes very high memory usage on pathological streams. >>> >>> this hunk seems

Re: [libav-devel] PATCH] h2645: Allocate a single buffer per packet. Drastically reduces memory usage on pathological streams.

2017-11-03 Thread Diego Biurrun
On Fri, Nov 03, 2017 at 04:50:56PM -0300, James Almer wrote: > On 11/3/2017 4:42 PM, Luca Barbato wrote: > > On 03/11/2017 19:23, Kieran Kunhya wrote: > >> This patch fixes very high memory usage on pathological streams. > > > > this hunk seems spurious (and should not even compile with gcc). >

Re: [libav-devel] PATCH] h2645: Allocate a single buffer per packet. Drastically reduces memory usage on pathological streams.

2017-11-03 Thread James Almer
On 11/3/2017 4:42 PM, Luca Barbato wrote: > On 03/11/2017 19:23, Kieran Kunhya wrote: >> This patch fixes very high memory usage on pathological streams. > > this hunk seems spurious (and should not even compile with gcc). It does, but complains about mixed declarations and code. It's in any

Re: [libav-devel] PATCH] h2645: Allocate a single buffer per packet. Drastically reduces memory usage on pathological streams.

2017-11-03 Thread Luca Barbato
On 03/11/2017 19:23, Kieran Kunhya wrote: This patch fixes very high memory usage on pathological streams. this hunk seems spurious (and should not even compile with gcc). diff --git a/libavcodec/h264_parse.c b/libavcodec/h264_parse.c index a7c71d9..2ddbbf9 100644 ---

[libav-devel] PATCH] h2645: Allocate a single buffer per packet. Drastically reduces memory usage on pathological streams.

2017-11-03 Thread Kieran Kunhya
This patch fixes very high memory usage on pathological streams. 0001-h2645-Allocate-a-single-buffer-per-packet.-Drastical.patch Description: Binary data ___ libav-devel mailing list libav-devel@libav.org