- 24 Dec, 2014 1 commit
-
-
Arwa Arif authored
Signed-off-by:
Stefano Sabatini <stefasab@gmail.com>
-
- 19 Dec, 2014 1 commit
-
-
Martin Storsjö authored
The MoveFileExA is available in the headers regardless which API subset is targeted, but it is missing in the Windows Phone link libraries. When targeting Windows Store apps, the function is available both in the headers and in the link libraries, and thus there is no indication for the build system that this function should be avoided - such an indication is only given by the Windows App Certification Kit, which forbids using the MoveFileExA function. Therefore check the WINAPI_FAMILY defines instead, to figure out which API subset is targeted. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 15 Dec, 2014 2 commits
-
-
Michael Niedermayer authored
This fixes an issue where the tests directory is not created for out of tree builds before its needed Tested-by:
Dave Yeo <daveryeo@telus.net> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Carl Eugen Hoyos authored
Fixes ticket #4183. Reviewed-by: Ivan Kalvachev
-
- 12 Dec, 2014 2 commits
-
-
Clément Bœsch authored
-
Arwa Arif authored
Previous version reviewed by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 11 Dec, 2014 2 commits
-
-
Michael Niedermayer authored
Suggested-by:
James Almer <jamrial@gmail.com> Reviewed-by:
James Almer <jamrial@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Timo Rothenpieler authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 09 Dec, 2014 2 commits
-
-
Carl Eugen Hoyos authored
This reverts 8091fe30. Reported and tested by Takashi, ffmpeg-list dubistmeinheld de
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 08 Dec, 2014 2 commits
-
-
Moritz Barsnick authored
This ensures that the CFLAGS and LDFLAGS are actually applied. Fixes an incorrect change introduced with the clean-up in commit cfcaf6b3. Reviewed-by:
Nicolas George <george@nsup.org> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Carl Eugen Hoyos authored
Standalone compilation of the libx264rgb encoder does not work.
-
- 07 Dec, 2014 1 commit
-
-
Carl Eugen Hoyos authored
Show which features external libraries enable. Fixes ticket #4157
-
- 03 Dec, 2014 1 commit
-
-
Vittorio Giovara authored
Following the old thread suggestions. Vittorio
-
- 02 Dec, 2014 2 commits
-
-
Nicolas George authored
Try to detect "$cc -static" without "pkg-config --static". Also, when a library detection using pkg-config fails, make it explicit this was pkg-config.
-
Nicolas George authored
The require variant dies if the package is not present. The check variant does not import the flags to the used list. The new variant imports the flags if the package is present but does not die if it is not. The new call graph is: require -> use -> check. Use use_pkg_config for libx264 and libsmbclient: more readable and three external call less per library.
-
- 28 Nov, 2014 1 commit
-
-
Timo Rothenpieler authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 27 Nov, 2014 1 commit
-
-
Martin Storsjö authored
This allows getting the normal unix semantics, where a rename allows replacing an existing file. Based on a suggestion by Reimar Döffinger. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 24 Nov, 2014 1 commit
-
-
Boris Reisig authored
works with (--enable-libxcb-shape) and without (--disable-libxcb-shape) now. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 21 Nov, 2014 1 commit
-
-
Benoit Fouet authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 20 Nov, 2014 2 commits
-
-
Matthew Oliver authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Matthew Oliver authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> Reviewed-by:
Benoit Fouet <benoit.fouet@free.fr> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 18 Nov, 2014 1 commit
-
-
Martin Storsjö authored
simd_align_16 is a configure item that can be enabled or disabled, it's not a variable containing a list of other configure items as need_memalign previously. This was broken in eba2233b. CC: libav-stable@libav.org Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 17 Nov, 2014 2 commits
-
-
Martin Storsjö authored
This is mostly to serve as a reference example on how to segment the output from the mp4 muxer, capable of writing the segment list in four different ways: - SegmentTemplate with SegmentTimeline - SegmentTemplate with implicit segments - SegmentList with individual files - SegmentList with one single file per track, and byte ranges The muxer is able to serve live content (with optional windowing) or create a static segmented MPD. In advanced cases, users will probably want to do the segmenting in their own application code. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Matthew Oliver authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 15 Nov, 2014 1 commit
-
-
Arwa Arif authored
Hyllian's message : "Hi, Put lgpl on this and use it as you wish. It's free!" Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 12 Nov, 2014 1 commit
-
-
Reimar Döffinger authored
Allows shared compilation on x32 with --disable-asm.
-
- 10 Nov, 2014 1 commit
-
-
Arwa Arif authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 08 Nov, 2014 1 commit
-
-
Carl Eugen Hoyos authored
The emulation is unused and causes compilation trouble on systems where fminf() is defined in <math.h> but missing from libm. This should fix compilation on Debian powerpcspe.
-
- 05 Nov, 2014 2 commits
-
-
Thomas Volkert authored
(This fixes ticket #1501) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Carl Eugen Hoyos authored
Fixes fate on hppa. Found-by: Andreas Cadhalpun.
-
- 03 Nov, 2014 1 commit
-
-
Benoit Fouet authored
Replace xcb_event by xcb, as the former is no more used and the latter is needed on configurations where only xcb is available, and not libxcb_shm and/or libxcb_xfixes. Signed-off-by:
Benoit Fouet <benoit.fouet@free.fr> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 31 Oct, 2014 1 commit
-
-
Michael Niedermayer authored
Fixes build with open64 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 30 Oct, 2014 1 commit
-
-
Carl Eugen Hoyos authored
-
- 29 Oct, 2014 2 commits
-
-
Carl Eugen Hoyos authored
-
James Almer authored
__sync built-ins are considered legacy and will be deprecated. These new memory model aware built-ins have been available since GCC 4.7.0 Use them by default when available except for __atomic_compare_exchange_n(), which is slower, and is instead implemented as a fallback for when and if gcc removes the legacy __sync built-ins. Reviewed-by:
Michael Niedermayer <michaelni@gmx.at> Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 28 Oct, 2014 1 commit
-
-
Luca Barbato authored
xcb-utils are not needed anymore.
-
- 26 Oct, 2014 1 commit
-
-
Luca Barbato authored
Matches the x11grab screen capture by features.
-
- 25 Oct, 2014 2 commits
-
-
Martin Storsjö authored
This allows writing most code as if they always are is available. These are ok to use from other libraries even though it's not a public header, since they only provide an inline declaration, and doesn't add an actual dependency on lavu internals. (This can be considered more a build system compatibility fallback than a libavutil feature.) Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Thilo Borgmann authored
Patch based on pull-request by Joseph Benden <joe@benden.us> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-