- 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>
-
- 20 Oct, 2014 2 commits
-
-
Rong Yan authored
configure: fix bug to ensure that HAVE_VSX is only enabled when HAVE_ALTIVEC is enabled and in LE environment Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Brad Smith authored
Make use of the V4L2 VIDIOC_ENUM_FRAMESIZES ioctl on OpenBSD. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 18 Oct, 2014 1 commit
-
-
Benoit Fouet authored
Reviewed-by: Carl Eugen Hoyos <cehoyos@ag.or.at> Tested-by: Carl Eugen Hoyos <cehoyos@ag.or.at> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 15 Oct, 2014 1 commit
-
-
Yu Xiaolei authored
Reviewed-by: Benoit Fouet <benoit.fouet@free.fr> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 10 Oct, 2014 1 commit
-
-
James Almer authored
This silences warnings about passing arguments from incompatible pointer type when targeting Windows Vista or newer. Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 09 Oct, 2014 1 commit
-
-
James Almer authored
This silences warnings about passing arguments from incompatible pointer type when targeting Windows Vista or newer. Tested-by: Matt Oliver <protogonoi@gmail.com> Reviewed-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: James Almer <jamrial@gmail.com>
-
- 05 Oct, 2014 2 commits
-
-
Michael Niedermayer authored
This is similar to 7d97511eSigned-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Matthew Oliver authored
Enables >2GB memory usage for 32 bit compiles on Windows. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 04 Oct, 2014 1 commit
-
-
Josh Allmann authored
This is needed for clock_gettime. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 28 Sep, 2014 1 commit
-
-
Reimar Döffinger authored
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- 27 Sep, 2014 1 commit
-
-
Luca Barbato authored
Support musl out of box. Amend commit 9d2cee52 that got wrongly merged in its stead.
-
- 26 Sep, 2014 1 commit
-
-
Luca Barbato authored
Non-standard compliant libc should be supported on a per-case basis anyway.
-
- 25 Sep, 2014 1 commit
-
-
Carl Eugen Hoyos authored
Based on a patch by Marius Cirsta. Fixes ticket #2016.
-
- 24 Sep, 2014 3 commits
-
-
Michael Niedermayer authored
Fixes build with musl Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Reviewed-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-