Re: [libav-devel] PATCH: LATM muxer

2011-09-06 Thread Kieran Kunhya
Gone through the new formats checklist and added ALS support. 0001-Add-LATM-muxer.patch Description: Binary data ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel

Re: [libav-devel] PATCH: LATM muxer

2011-09-06 Thread Alex Converse
On Tue, Sep 6, 2011 at 8:19 AM, Kieran Kunhya kie...@kunhya.com wrote: Gone through the new formats checklist and added ALS support. Looks good ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel

Re: [libav-devel] PATCH: LATM muxer

2011-09-06 Thread Diego Biurrun
On Tue, Sep 06, 2011 at 08:19:51AM -0700, Kieran Kunhya wrote: Gone through the new formats checklist and added ALS support. If you give me a command line to test with, I'll test and push this. Also, what about adding some sort of FATE test? --- /dev/null +++ b/libavformat/latmenc.c @@ -0,0

Re: [libav-devel] PATCH: LATM muxer

2011-09-06 Thread Kieran Kunhya
You could try something like: ffmpeg -i in.wav -strict experimental -y out.latm We don't have a demuxer for .latm files, and I'm not sure if .latm files exist in the real world above and beyond tools that I've written and released. I'm not entirely sure how a fate test would work, I must

Re: [libav-devel] PATCH: LATM muxer

2011-09-06 Thread Alex Converse
On Tue, Sep 6, 2011 at 12:27 PM, Kieran Kunhya kie...@kunhya.com wrote: You could try something like: ffmpeg -i in.wav -strict experimental -y out.latm We don't have a demuxer for .latm files, and I'm not sure if .latm files exist in the real world above and beyond tools that I've written

Re: [libav-devel] PATCH: LATM muxer

2011-08-31 Thread Diego Biurrun
On Tue, Aug 30, 2011 at 08:21:08AM -0700, Kieran Kunhya wrote: Tidied up patch attached --- doc/general.texi |1 + libavformat/Makefile |1 + libavformat/allformats.c |1 + libavformat/latmenc.c| 184 ++

Re: [libav-devel] PATCH: LATM muxer

2011-08-30 Thread Kieran Kunhya
 seems ok Tidied up patch attached 0001-Add-LATM-muxer.patch Description: Binary data ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel

Re: [libav-devel] PATCH: LATM muxer

2011-08-27 Thread Kieran Kunhya
I think this covers all the comments. 0001-Add-LATM-muxing-support.patch Description: Binary data ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel

Re: [libav-devel] PATCH: LATM muxer

2011-08-17 Thread Diego Biurrun
On Tue, Aug 16, 2011 at 04:05:02PM -0700, Kieran Kunhya wrote: Includes the patch this time... From 308c2d9efc1af199c1512d49274ed301f1c6bc5a Mon Sep 17 00:00:00 2001 From: Kieran Kunhya kie...@kunhya.com Date: Tue, 16 Aug 2011 23:58:51 +0100 Subject: [PATCH] Add LATM muxing support. ---

[libav-devel] PATCH: LATM muxer

2011-08-16 Thread Kieran Kunhya
Adds support for LATM muxing ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel

Re: [libav-devel] PATCH: LATM muxer

2011-08-16 Thread Alex Converse
On Tue, Aug 16, 2011 at 4:05 PM, Kieran Kunhya kie...@kunhya.com wrote: Includes the patch this time... --- /dev/null +++ b/libavformat/latmenc.c @@ -0,0 +1,175 @@ +/* + * LATM muxer + * Copyright (c) 2011 Kieran Kunhya kie...@kunhya.com + * + * This file is part of Libav. + * + * Libav