[FFmpeg-devel] [PATCH 1/3] avutil/frame: Document avcodec_get_frame_class() and the option naming system

2016-05-28 Thread Michael Niedermayer
Missing docs found by: nevcairiel Signed-off-by: Michael Niedermayer --- libavutil/frame.h |4 1 file changed, 4 insertions(+) diff --git a/libavutil/frame.h b/libavutil/frame.h index 2d6299b..b30aa47 100644 --- a/libavutil/frame.h +++ b/libavutil/frame.h @@ -176,6 +176,10 @@ typedef s

[FFmpeg-devel] [PATCH 2/3] avcodec: Document where the AVOption names can be found for the fields of AVCodecContext

2016-05-28 Thread Michael Niedermayer
Missing docs found by: nevcairiel RFC: should we add support so that the C field names always work as av option names/keys ? Signed-off-by: Michael Niedermayer --- libavcodec/avcodec.h |4 1 file changed, 4 insertions(+) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index

[FFmpeg-devel] [PATCH 3/3] avformat: Document where the AVOption names can be found for the fields of AVFormatContext

2016-05-28 Thread Michael Niedermayer
Missing docs found by: nevcairiel RFC: should we add support so that the C field names always work as av option names/keys ? Signed-off-by: Michael Niedermayer --- libavformat/avformat.h |6 ++ 1 file changed, 6 insertions(+) diff --git a/libavformat/avformat.h b/libavformat/avformat.

[FFmpeg-devel] [PATCH] fate: add aemphasis test

2016-05-28 Thread Petru Rares Sincraian
Hi there, Here is a patch with a new test for libavfilter/aemphasis. I tested the test in x64 and x32. Any idea how to test this on MIPS and ARM architectures? Is there any guide? Thanks. Regards, Petru Rares.From 7d64b876a3e90e57cb319c0a4bd94ec650ba1dd0 Mon Sep 17 00:00:00 2001 From: Petru R

Re: [FFmpeg-devel] IRC meeting

2016-05-28 Thread Clément Bœsch
On Wed, May 18, 2016 at 10:33:23PM +0200, Paul B Mahol wrote: > Hi, > > I want to propose to have an FFmpeg IRC meeting on > the Saturday of the next week, Saturday May 28, > UTC 17. > So I suppose this happens in about half an hour. Can you remind us the IRC channel? -- Clément B. signature

Re: [FFmpeg-devel] IRC meeting

2016-05-28 Thread Paul B Mahol
On 5/28/16, Clement Boesch wrote: > On Wed, May 18, 2016 at 10:33:23PM +0200, Paul B Mahol wrote: >> Hi, >> >> I want to propose to have an FFmpeg IRC meeting on >> the Saturday of the next week, Saturday May 28, >> UTC 17. >> > > So I suppose this happens in about half an hour. Can you remind us

Re: [FFmpeg-devel] IRC meeting

2016-05-28 Thread Stefano Sabatini
On date Saturday 2016-05-28 18:57:00 +0200, Paul B Mahol encoded: > On 5/28/16, Clement Boesch wrote: > > On Wed, May 18, 2016 at 10:33:23PM +0200, Paul B Mahol wrote: > >> Hi, > >> > >> I want to propose to have an FFmpeg IRC meeting on > >> the Saturday of the next week, Saturday May 28, > >> UT

Re: [FFmpeg-devel] [PATCH] fate: add aemphasis test

2016-05-28 Thread Michael Niedermayer
On Sat, May 28, 2016 at 03:55:34PM +, Petru Rares Sincraian wrote: > > Hi there, > > Here is a patch with a new test for libavfilter/aemphasis. I tested the test > in x64 and x32. applied > > Any idea how to test this on MIPS and ARM architectures? Is there any guide? > Thanks. you nee

[FFmpeg-devel] AVClass & AVOption [VOTE]

2016-05-28 Thread Michael Niedermayer
Hi It was suggested in the IRC meeting today that i start a vote to resolve if AVClass & AVOption should be added to AVCodecParameters This question needs to be awnsered before the next release because the ABI would be broken if its added afterwards the lack of any decission blocks the release whi