Re: [FFmpeg-devel] snapshots differ from git clone

2016-08-02 Thread Jan Ehrhardt
Nicolas George in gmane.comp.video.ffmpeg.devel (Wed, 3 Aug 2016 01:22:18 +0200): >Actually, I was talking about snapshots generated by gitweb. I realize now >that the snapshot we are talking are generated differently, and they contain >a full pack of the .git directory. That makes them roughly

[FFmpeg-devel] snapshots differ from git clone

2016-08-02 Thread Jan Ehrhardt
I have a script that cross-compiles ffmpeg on Ubuntu for Windows. Because it is faster to download a snapshot and extract it than doing a git clone the script uses http://ffmpeg.org/releases/ffmpeg-snapshot-git.tar.bz2 Recently I ran into unresolved externals in x86/dirac_dwt_init.c/o. Details

Re: [FFmpeg-devel] [PATCH] avformat: stop exporting ffurl_read_complete, ffurl_seek and ffurl_size

2015-12-27 Thread Jan Ehrhardt
Andreas Cadhalpun in gmane.comp.video.ffmpeg.devel (Tue, 27 Oct 2015 22:52:27 +0100): >> On Tue, Oct 27, 2015 at 9:58 PM, Andreas Cadhalpun >>> diff --git a/libavformat/libavformat.v b/libavformat/libavformat.v >>> index e90aef7..a00a309 100644 >>> --- a/libavformat/libavformat.v >>> +++

Re: [FFmpeg-devel] FFmpegs future and resigning as leader

2015-08-25 Thread Jan Ehrhardt
Roger Pack in gmane.comp.video.ffmpeg.devel (Mon, 24 Aug 2015 14:51:25 -0600): I will also admit my one other concern: that without Michael there won't be enough active leadership *total* to fix all the annoying bugs and everything. There is another concern: Michael was doing the merges from

Re: [FFmpeg-devel] [PATCH] lavf/avisynth: fix compilation, remove bundled headers

2015-03-25 Thread Jan Ehrhardt
Martin Herkt in gmane.comp.video.ffmpeg.devel (Tue, 24 Mar 2015 19:40:33 +0100): Merge commit 1530732 broke compilation with AviSynth enabled. I ran into the same problem when cross-compiling for Windows on Ubuntu: CC libavformat/avisynth.o In file included from libavformat/avisynth.c:33:0:

[FFmpeg-devel] [fdk-aac] AAC_PCM_OUTPUT_CHANNEL_MAPPINGS undeclared

2014-11-09 Thread Jan Ehrhardt
Using FFmpeg and fdk-aac from git I am getting the error that AAC_PCM_OUTPUT_CHANNEL_MAPPINGS is undefined. I would have expected a define for AAC_PCM_OUTPUT_CHANNEL_MAPPINGS in https://github.com/mstorsjo/fdk-aac/blob/master/libAACdec/include/aacdecoder_lib.h#L452 but it is not there.

Re: [FFmpeg-devel] [fdk-aac] AAC_PCM_OUTPUT_CHANNEL_MAPPINGS undeclared

2014-11-09 Thread Jan Ehrhardt
Oops. Sorry for the top-post, but you should read AAC_PCM_OUTPUT_CHANNELS everywhere I wrote AAC_PCM_OUTPUT_CHANNEL_MAPPINGS in my previous message. Jan Ehrhardt in gmane.comp.video.ffmpeg.devel (Mon, 10 Nov 2014 00:04:53 +0100): Using FFmpeg and fdk-aac from git I am getting the error

Re: [FFmpeg-devel] [fdk-aac] AAC_PCM_OUTPUT_CHANNEL_MAPPINGS undeclared

2014-11-09 Thread Jan Ehrhardt
Michael Niedermayer in gmane.comp.video.ffmpeg.devel (Mon, 10 Nov 2014 02:47:32 +0100): On Sun, Nov 09, 2014 at 10:37:35PM -0300, James Almer wrote: There's a patch pending in libav mailing list posted by one of fdk-aac devs that probably deals with this. You can try to apply it (It should

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/libutvideodec: Support YUV422P10

2014-10-29 Thread Jan Ehrhardt
Michael Niedermayer in gmane.comp.video.ffmpeg.devel (Wed, 29 Oct 2014 13:20:58 +0100): should be fixed Ack. Thanks. Jan ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/libutvideodec: Support YUV422P10

2014-10-28 Thread Jan Ehrhardt
Michael Niedermayer in gmane.comp.video.ffmpeg.devel (Sat, 25 Oct 2014 00:14:14 +0200): patch applied FFmpeg does not (cross)compile anymore on Ubuntu (GCC 4.9.1) after this patch: libavcodec/libutvideodec.cpp: In function 'int utvideo_decode_init(AVCodecContext*)':

Re: [FFmpeg-devel] [PATCH] support for latest git of libilbc

2014-09-21 Thread Jan Ehrhardt
Michael Niedermayer in gmane.comp.video.ffmpeg.devel (Fri, 19 Sep 2014 09:52:19 +0200): On Thu, Sep 18, 2014 at 09:40:20PM -0700, Timothy Gu wrote: On Thu, Sep 18, 2014 at 7:49 PM, Gianluigi Tiesi mpla...@netfarm.it wrote: Hi, in the latest git commits of libilbc developers removed