- 12 Jan, 2015 1 commit
-
-
James Almer authored
It's not an installed header. Tested-by:
Thilo Borgmann <thilo.borgmann@mail.de> Tested-by:
Wei Gao <highgod0401@gmail.com> Reviewed-by:
Michael Niedermayer <michaelni@gmx.at> Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 10 Jan, 2015 1 commit
-
-
Andreas Cadhalpun authored
The altivec optimizations on little endian ppc64 don't work without vsx. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 09 Jan, 2015 2 commits
-
-
Arwa Arif authored
The only difference with mp=pp7 is that default mode is "medium", as stated in the MPlayer docs, rather than "hard". Signed-off-by:
Stefano Sabatini <stefasab@gmail.com>
-
Michael Niedermayer authored
Fixes Ticket 4199 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 08 Jan, 2015 1 commit
-
-
Martin Storsjö authored
Also move the .long_name entry to below the .name entry. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 06 Jan, 2015 1 commit
-
-
Martin Storsjö authored
Compared to existing, common opensource H264 encoders, this can be useful since it has got a different license (BSD instead of GPL). Performance- and qualitywise it is comparable to x264 in ultrafast mode. Hooking it up as an encoder in libavcodec also simplifies comparing it against other common encoders. This requires OpenH264 1.3 or newer. Since the OpenH264 API and ABI changes frequently, only releases are supported. To take advantage of the OpenH264 patent offer, the OpenH264 library must not be redistributed, but downloaded at runtime at the end-user's system. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 05 Jan, 2015 1 commit
-
-
Agostino Sarubbo authored
Reduce the chance of introducing a class of bugs quite hard to track.
-
- 04 Jan, 2015 1 commit
-
-
Martin Storsjö authored
This allows using libraries that are detected via pkg-config with msvc. (The libraries themselves may have to be built with MSVC though.) Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 03 Jan, 2015 2 commits
-
-
Clément Bœsch authored
Fixes Ticket #4139
-
James Almer authored
Happy new year!
-
- 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 1 commit
-
-
Thomas Volkert authored
(This fixes ticket #1501) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-