- 23 Mar, 2014 4 commits
-
-
Luca Barbato authored
-
Carl Eugen Hoyos authored
On darwin, --sysroot may be ignored.
-
Carl Eugen Hoyos authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Luca Barbato authored
Unbreaks windows systems not providing pkgconf files. Reported-By:
Rafaël Carré <funman@videolan.org>
-
- 22 Mar, 2014 1 commit
-
-
Diego Biurrun authored
-
- 21 Mar, 2014 1 commit
-
-
Michael Niedermayer authored
Fixes Ticket 3364 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 20 Mar, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 19 Mar, 2014 1 commit
-
-
Diego Biurrun authored
Only enable it for CPUs that support it. This restores the behavior prior to 7a650caf.
-
- 18 Mar, 2014 2 commits
-
-
Matt Oliver authored
Automatically change MANGLE() into named inline asm operands when direct symbol reference in inline asm are not supported. This is part of the patch-set for intel C inline asm on windows support Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Matt Oliver authored
This is part of the patch-set for intel C inline asm on windows support Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 17 Mar, 2014 1 commit
-
-
Andrey Utkin authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 16 Mar, 2014 1 commit
-
-
Vittorio Giovara authored
Drop the mpegvideo dependency for svq3 in configure.
-
- 14 Mar, 2014 6 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
James Almer authored
AVX2 support was introduced in Yasm 1.2.0, and some distros like Debian still feature version 1.1.0 Signed-off-by:
James Almer <jamrial@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
Group checks into logical groups and sort alphabetically within those groups unless checks have close coupling. Keep closely coupled checks together.
-
- 13 Mar, 2014 10 commits
-
-
Diego Biurrun authored
SPARC is no longer being used in any multimedia-related fields and the VIS optimizations only represent a maintenance burden.
-
Diego Biurrun authored
-
Diego Biurrun authored
Previously, it was an implicit dependency through mpegvideo. Change this, as implicit dependencies can cause all sorts of trouble.
-
Diego Biurrun authored
ffv1 does not use any part of the dsputil framework.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Carl Eugen Hoyos authored
-
- 12 Mar, 2014 2 commits
-
-
Luca Barbato authored
It should work best for debian stable and people not installing the .pc file.
-
Diego Biurrun authored
-
- 11 Mar, 2014 3 commits
-
-
Luca Barbato authored
Should be used only to pass extra flags to pkgconf invocation, e.g. --static. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
Luca Barbato authored
-
Michael Niedermayer authored
The unconditional dependancy was added in 7671dd7cSigned-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 10 Mar, 2014 3 commits
-
-
Diego Biurrun authored
Sort lists of components. Add some whitespace where it helps readability. Consistently use double instead of single quotes around component lists.
-
Luca Barbato authored
The current release of version 1 uses libopenjpeg1.
-
Anton Khirnov authored
The values of {FLT,DBL}_{MAX,MIN} macros on some systems (older musl libc, some BSD flavours) are not exactly representable, i.e. (double)DBL_MAX == DBL_MAX is false This violates (at least some interpretations of) the C99 standard and breaks code (e.g. in vf_fps) like double f = DBL_MAX; [...] if (f == DBL_MAX) { // f has not been changed yet [....] }
-
- 08 Mar, 2014 2 commits
-
-
Janne Grunau authored
Not guaranteed to be in nanosecond resolution. On iOS 7 the duration of one tick is 125/3 ns which is still more than an order of magnitude better then microseconds. Replace decicycles with the neutral UNITS. Decicycles is strange but tenths of a nanosecond and unspecific "deci"-ticks for mach_absolute_time is just silly.
-
Pierre Lejeune authored
Bug-Id: 387 CC: libav-stable@libav.org
-
- 06 Mar, 2014 2 commits
-
-
Derek Buitenhuis authored
Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Diego Biurrun authored
The SVQ3 decoder reuses large parts of the H.264 decoder so it makes no sense to enable the former but not the latter. Also drop unnecessary h263.o object from SVQ3 decoder object list.
-