- Jan 25, 2016
-
-
Andreas Cadhalpun authored
If links don't work, fall back to using the full source path as was previously done. This should fix build failures with MSVC. Reviewed-by:
Hendrik Leppkes <h.leppkes@gmail.com> Signed-off-by:
Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
-
- Jan 21, 2016
-
-
Andreas Cadhalpun authored
Previously the full source path was embedded inconsistently in the debug information between in-tree/out-of-tree builds. The 'vpath %.inc' becomes necessary for finding libavfilter/all_channel_layouts.inc in out-of-tree builds. The full source path is still embedded in the debug information, but it's now independent of whether building in-tree or out-of-tree. The biggest improvement of this patch is that gdb now always searches for the path relative to the source directory. It still also searches for the full path. Previously it searched only for the full path in out-of-tree builds, making the debug information generated by Debian's buildds rather hard to use. Reviewed-by:
Michael Niedermayer <michael@niedermayer.cc> Signed-off-by:
Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
-
- Dec 04, 2015
-
-
Vicente Olivert Riera authored
Signed-off-by:
Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- Dec 02, 2015
-
-
Tobias Rapp authored
Signed-off-by:
Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
-
- Nov 26, 2015
-
-
Luca Barbato authored
Assume that the default C compiler and the default ObjC compiler match (default for OSX). Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- Oct 16, 2015
-
-
Anton Khirnov authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- Oct 11, 2015
-
-
Sean McGovern authored
The versioning facility in the Solaris linker differs from Linux in 3 ways: 1. It does not support globs in linker scripts for symbol versioning -- this is a GNU extension. 2. The linker argument is '-M', instead of '--version-script'. 3. It is picky about line endings. Each symbol or directive must be on a line of it's own. Let's use make_sunver.pl from GCC to generate a version script that works correctly with the Solaris linker. It's function is to correctly expand the globs in the original generated version script. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- Aug 03, 2015
-
-
Sebastien Zwickert authored
-
- Jul 21, 2015
-
-
Luca Barbato authored
Checkasm needs to use internal symbols that should not be made public.
-
- Jul 07, 2015
-
-
周晓勇 authored
Signed-off-by:
ZhouXiaoyong <zhouxiaoyong@loongson.cn> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jul 02, 2015
-
-
wm4 authored
This returns something like "v12_dev0-1332-g333a27c". This is much more useful than the individual library versions, of which there are too many, and which are very hard to map back to releases or git commits. Signed-off-by:
Janne Grunau <janne-libav@jannau.net>
-
- Apr 27, 2015
-
-
ZhouXiaoyong authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Apr 17, 2015
-
-
Shivraj Patil authored
Signed-off-by:
Shivraj Patil <shivraj.patil@imgtec.com> Reviewed-by:
Nedeljko Babic <Nedeljko.Babic@imgtec.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Mar 06, 2015
-
-
James Cowgill authored
There are no independant uses of mips32r2 instructions except for the FPU parts. Due to the heavy use of mips32r2 specifc fpu extensions, I am guessing the original author intended MIPSFPU to imply MIPS32R2 anyway. Since these fpu instructions are available on mips64 (non-r2), enable them there as well. Also remove the last occurence of HAVE_MIPS32R2 (which is coupled to HAVE_MIPSFPU anyway). mips32r2 is left in the list of options form compatability so that using --disable-mips32r2 doesn't break anything. Signed-off-by:
James Cowgill <james410@cowgill.org.uk> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Dec 20, 2014
-
-
Michael Niedermayer authored
Without this ffversion.h could sometimes be built too late Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Oct 22, 2014
-
-
Lukasz Marek authored
This commit doesn't change any existing logic. It moves ffserver configuration related code to separate file. It intends to make maintaining easier. Signed-off-by:
Lukasz Marek <lukasz.m.luki2@gmail.com>
-
- Jul 21, 2014
-
-
Janne Grunau authored
-
Luca Barbato authored
The options is useful to build position-independent executables on hardened systems (e.g. Android L and Gentoo Hardened).
-
- Jun 18, 2014
-
-
Anton Khirnov authored
It has not been properly maintained for years and there is little hope of that changing in the future. It appears simpler to write a new replacement from scratch than unbreaking it.
-
- May 15, 2014
-
-
Janne Grunau authored
avcodec might depend on avresample and with --as-needed required symbols might be get removed if avresample is linked before avcodec. Fixes link failures of avprobe and avplay on aarch64 with --enable-neon-clobber-test.
-
- May 11, 2014
-
-
Anton Khirnov authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- Apr 28, 2014
-
-
Anton Khirnov authored
Move the dxva check after the dependencies have been detected, make sure the ole32 library exists. Fixes build on non-Windows.
-
Hendrik Leppkes authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- Apr 06, 2014
-
-
Janne Grunau authored
-
- Apr 01, 2014
-
-
Michael Niedermayer authored
should fix fate failures on darwin Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Mar 13, 2014
-
-
Diego Biurrun authored
SPARC is no longer being used in any multimedia-related fields and the VIS optimizations only represent a maintenance burden.
-
- Feb 11, 2014
-
-
Nicolas George authored
-
- Dec 09, 2013
-
-
Lenny Wang authored
Reviewed-by:
Wei Gao <highgod0401@gmail.com> Reviewed-by:
Stefano Sabatini <stefasab@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Dec 05, 2013
-
-
James Almer authored
Originally written by James Almer <jamrial@gmail.com> With the following contributions by Timothy Gu <timothygu99@gmail.com> * Use descriptions of libraries from the pkg-config file generation function * Use "FFmpeg Project" as CompanyName (suggested by Alexander Strasser) * Use "FFmpeg" for ProductName as MSDN says "name of the product with which the file is distributed" [1]. * Use FFmpeg's version (N-xxxxx-gxxxxxxx) for ProductVersion per MSDN [1]. * Only build the .rc files when --enable-small is not enabled. [1] http://msdn.microsoft.com/en-us/library/windows/desktop/aa381058.aspx Signed-off-by:
James Almer <jamrial@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Dec 03, 2013
-
-
Michael Niedermayer authored
It has to be build before the objects that use it Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Dec 02, 2013
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- Nov 30, 2013
-
-
Michael Niedermayer authored
Without this nothing will remove it even if it isnt generated in newer versions anymore. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Timothy Gu authored
Also the libavutil/ffversion.h will be installed. Rationale: * Applications might want to know FFmpeg's version besides the individual libraries'. * Avoids file name clash between FFmpeg's ./version.h and lib*/version.h when a library source file includes both and is compiled on an out-of-tree build. Fixes #1769. Signed-off-by:
Timothy Gu <timothygu99@gmail.com> Reviewed-by:
James Almer <jamrial@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Nov 26, 2013
-
-
Martin Storsjö authored
This fixes leftover issues from 14abeaa4 which caused make rules for programs to not match up properly when the executable suffix was nonempty. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Nov 25, 2013
-
-
Diego Biurrun authored
This includes moving libavformat/output-example to doc/examples/output.
-
Diego Biurrun authored
This will allow cleaner integration of building example programs.
-
- Nov 23, 2013
-
-
Anton Khirnov authored
-
- Nov 03, 2013
-
-
Diego Biurrun authored
-