[libav-devel] Frame threaded encoders

2014-12-22 Thread Kieran Kunhya
Hi, Does the CODEC_CAP_FRAME_THREADS API support frame threaded encoding? Regards, Kieran Kunhya ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel

Re: [libav-devel] Happy Holidays

2014-12-22 Thread Attila Kinali
On Mon, 22 Dec 2014 19:55:05 +0100 Luca Barbato wrote: > - Our root, keeping our infrastructure safe and sound. I'd like to point out, that it's mostly Janne doing the bulk of work these days. So please send him your thanks and your best chocolate. Attila Kinali -- I

Re: [libav-devel] Happy Holidays

2014-12-22 Thread Luca Barbato
On 22/12/14 19:42, Sean McGovern wrote: Hi everybody, I just wanted to wish you all a very happy and safe holiday season, and also thank each and every one of you for the contributions you've made to our project. Let me expand the thanks to everybody that did lots of work that is seldomly rec

[libav-devel] Happy Holidays

2014-12-22 Thread Sean McGovern
Hi everybody, I just wanted to wish you all a very happy and safe holiday season, and also thank each and every one of you for the contributions you've made to our project. Thanks again, Sean McG. ___ libav-devel mailing list libav-devel@libav.org h

Re: [libav-devel] [PATCH 1/2] mlpdec: support major sync headers with optional extension blocks

2014-12-22 Thread Luca Barbato
On 26/09/14 13:49, Hendrik Leppkes wrote: Pinging the set so I can check regarding the reviews being made. lu ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel

[libav-devel] [PATCH] mlp: Support major sync headers with optional extension blocks

2014-12-22 Thread Luca Barbato
From: Hendrik Leppkes Signed-off-by: Luca Barbato --- Again, asked by Felix, not really tested. libavcodec/mlp_parser.c | 31 ++- libavcodec/mlp_parser.h | 1 + libavcodec/mlpdec.c | 7 ++- 3 files changed, 33 insertions(+), 6 deletions(-) diff --git a/l

[libav-devel] [PATCH] mlp: Support TrueHD streams with an Atmos substream

2014-12-22 Thread Luca Barbato
From: Hendrik Leppkes The fourth substream is being discarded, since its not raw audio data, but an encoded Atmos stream which needs a specialized decoder. Signed-off-by: Luca Barbato --- As asked by Felix. libavcodec/mlp.h| 2 +- libavcodec/mlpdec.c | 4 +++- 2 files changed, 4 insertio