Re: [FFmpeg-devel] [PATCH] avformat/movenc: add EAC3 muxing support.

2014-10-03 Thread Benoit Fouet
Hi, - Mail original - 2014-10-02 19:39 GMT+09:00 Benoit Fouet benoit.fo...@free.fr: [...] diff --git a/libavformat/movenc.c b/libavformat/movenc.c index bfee866..62b2d4b 100644 --- a/libavformat/movenc.c +++ b/libavformat/movenc.c @@ -31,6 +31,7 @@ #include avio.h

[FFmpeg-devel] [rfc] remove libraries documentation from doc page

2014-10-03 Thread compn
hello on the docs page http://ffmpeg.org/documentation.html what good are these documentations? http://ffmpeg.org/libavutil.html http://ffmpeg.org/libswresample.html http://ffmpeg.org/libavcodec.html http://ffmpeg.org/libavformat.html http://ffmpeg.org/libavdevice.html

Re: [FFmpeg-devel] [PATCH 0/2] x86: hevc_mc: use proxy functions

2014-10-03 Thread James Almer
On 02/10/14 3:52 PM, Christophe Gisquet wrote: Preamble: I don't see an easy way out of the issue, and this patchset has several drawbacks, so I don't mind if it is not applied. The dsp init instanciates most widths and thus unrolls the calls. As a consequence, the object size balloons quite

Re: [FFmpeg-devel] [PATCH 0/2] x86: hevc_mc: use proxy functions

2014-10-03 Thread Christophe Gisquet
Hi, 2014-10-03 19:36 GMT+02:00 James Almer jamr...@gmail.com: When i first tried to tackle the libswresample asm to reduce the overall object size, the general reaction was that speed is more important than size. Wasn't the trade-off much worse there? (the impact here is around 1%) Adding

Re: [FFmpeg-devel] [PATCH] sdp: add support for H.261

2014-10-03 Thread Michael Niedermayer
On Sat, Oct 04, 2014 at 12:17:01AM +0200, Thomas Volkert wrote: From: Thomas Volkert tho...@homer-conferencing.com --- libavformat/sdp.c | 13 + libavformat/version.h | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) applied thanks [...] -- Michael GnuPG

Re: [FFmpeg-devel] [PATCH 0/2] x86: hevc_mc: use proxy functions

2014-10-03 Thread James Almer
On 03/10/14 6:47 PM, Christophe Gisquet wrote: Hi, 2014-10-03 19:36 GMT+02:00 James Almer jamr...@gmail.com: When i first tried to tackle the libswresample asm to reduce the overall object size, the general reaction was that speed is more important than size. Wasn't the trade-off much

Re: [FFmpeg-devel] [PATCH] web/download: add Ubuntu Multimedia for Trusty PPA

2014-10-03 Thread Michael Niedermayer
On Fri, Oct 03, 2014 at 03:21:33PM -0800, Lou Logan wrote: Signed-off-by: Lou Logan l...@lrcd.com --- src/download | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) should be ok [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Freedom in

Re: [FFmpeg-devel] [PATCH] web/download: add Ubuntu Multimedia for Trusty PPA

2014-10-03 Thread Lou Logan
On Sat, 4 Oct 2014 02:12:27 +0200, Michael Niedermayer wrote: should be ok Pushed. Thanks. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] Compile broken

2014-10-03 Thread Ramit Bhalla
With the current git head I'm getting the following error in libx264.c, x264_param_t has no member named i_avcintra_class Trying mingw compile for windows in linux. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

Re: [FFmpeg-devel] Compile broken

2014-10-03 Thread Timothy Gu
Hi, On Fri, Oct 3, 2014 at 6:17 PM, Ramit Bhalla ramitbha...@gmail.com wrote: With the current git head I'm getting the following error in libx264.c, x264_param_t has no member named i_avcintra_class Please rebuild with x264 git HEAD. To Carl, Michael, and others who fix configure: We now