Re: [libav-devel] [PATCH] libavfilter: example audio filtering program

2014-02-25 Thread Diego Biurrun
On Thu, Feb 13, 2014 at 08:50:16AM +0100, Anton Khirnov wrote: Based on a patch by Andrew Kelley superjo...@gmail.com --- configure |2 + doc/Makefile|3 +- doc/examples/filter_audio.c | 364 +++ 3 files

Re: [libav-devel] [PATCH] libavfilter: example audio filtering program

2014-02-12 Thread Diego Biurrun
On Wed, Feb 12, 2014 at 07:30:57AM +0100, Anton Khirnov wrote: On Tue, 11 Feb 2014 21:44:34 +0100, Diego Biurrun di...@biurrun.de wrote: On Mon, Feb 10, 2014 at 09:23:40PM +0100, Anton Khirnov wrote: Based on a patch by Andrew Kelley superjo...@gmail.com --- configure

Re: [libav-devel] [PATCH] libavfilter: example audio filtering program

2014-02-12 Thread Anton Khirnov
On Wed, 12 Feb 2014 15:25:15 +0100, Diego Biurrun di...@biurrun.de wrote: On Wed, Feb 12, 2014 at 07:30:57AM +0100, Anton Khirnov wrote: On Tue, 11 Feb 2014 21:44:34 +0100, Diego Biurrun di...@biurrun.de wrote: On Mon, Feb 10, 2014 at 09:23:40PM +0100, Anton Khirnov wrote: Based on a

[libav-devel] [PATCH] libavfilter: example audio filtering program

2014-02-12 Thread Anton Khirnov
Based on a patch by Andrew Kelley superjo...@gmail.com --- configure |2 + doc/Makefile|3 +- doc/examples/filter_audio.c | 364 +++ 3 files changed, 368 insertions(+), 1 deletion(-) create mode 100644

Re: [libav-devel] [PATCH] libavfilter: example audio filtering program

2014-02-11 Thread Diego Biurrun
The build system still needs some love regarding Doxygen, looking into it... On Mon, Feb 10, 2014 at 09:23:40PM +0100, Anton Khirnov wrote: --- /dev/null +++ b/doc/examples/filter_audio.c @@ -0,0 +1,362 @@ + +/** + * @file + * libavfilter API use example. usage + * @example

Re: [libav-devel] [PATCH] libavfilter: example audio filtering program

2014-02-11 Thread Diego Biurrun
On Mon, Feb 10, 2014 at 09:23:40PM +0100, Anton Khirnov wrote: Based on a patch by Andrew Kelley superjo...@gmail.com --- configure |2 + doc/Makefile|3 +- doc/examples/filter_audio.c | 362 +++ 3 files

Re: [libav-devel] [PATCH] libavfilter: example audio filtering program

2014-02-11 Thread Anton Khirnov
On Tue, 11 Feb 2014 21:44:34 +0100, Diego Biurrun di...@biurrun.de wrote: On Mon, Feb 10, 2014 at 09:23:40PM +0100, Anton Khirnov wrote: Based on a patch by Andrew Kelley superjo...@gmail.com --- configure |2 + doc/Makefile|3 +-

Re: [libav-devel] [PATCH] libavfilter: example audio filtering program

2014-02-11 Thread Luca Barbato
On 11/02/14 21:44, Diego Biurrun wrote: On Mon, Feb 10, 2014 at 09:23:40PM +0100, Anton Khirnov wrote: Based on a patch by Andrew Kelley superjo...@gmail.com --- configure |2 + doc/Makefile|3 +- doc/examples/filter_audio.c | 362

[libav-devel] [PATCH] libavfilter: example audio filtering program

2014-02-10 Thread Anton Khirnov
Based on a patch by Andrew Kelley superjo...@gmail.com --- configure |2 + doc/Makefile|3 +- doc/examples/filter_audio.c | 362 +++ 3 files changed, 366 insertions(+), 1 deletion(-) create mode 100644