- 21 Apr, 2014 1 commit
-
-
Kostya Shishkov authored
Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
- 19 Apr, 2014 1 commit
-
-
Martin Storsjö authored
The first line of the "armcc --vsn" output in one version is "Product: ARM Compiler 5.04". Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 16 Apr, 2014 1 commit
-
-
Luca Barbato authored
Introduce the `font` option and make it optional to pass a fontfile. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 07 Apr, 2014 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 06 Apr, 2014 1 commit
-
-
Janne Grunau authored
-
- 04 Apr, 2014 1 commit
-
-
Peter Ross authored
Further performance improvements and security fixes by Vittorio Giovara, Luca Barbato and Diego Biurrun. Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com> Signed-off-by:
Luca Barbato <lu_zero@gentoo.org> Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 31 Mar, 2014 2 commits
-
-
Jimmy Christensen authored
Additional fixes and enhancements by Vittorio Giovara, Gonzalo Garramuno, Nicolas George, Paul B Mahol and Michael Niedermayer. Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
Derek Buitenhuis authored
Build 13 has a crucial fix which makes x265_encode_headers work as its always been documented. Previous to this, the check was incorrect. Also allows for use of the repeat headers flag. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
- 24 Mar, 2014 2 commits
-
-
Diego Biurrun authored
This allows for more elegant dependency and object declarations.
-
Peter Krefting authored
The DCBZL instruction is not available for the e500v1 and e500v2 architectures, but may still be recognized by the toolchain, so we need to explicitly disable it for these architectures. References: PowerPC
™ e500 Core Family Reference Manual (Freescale) Found-by:Ståle Kristoffersen <staalebk@ifi.uio.no> Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 23 Mar, 2014 2 commits
-
-
Luca Barbato authored
-
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
-
- 19 Mar, 2014 1 commit
-
-
Diego Biurrun authored
Only enable it for CPUs that support it. This restores the behavior prior to 7a650caf.
-
- 16 Mar, 2014 1 commit
-
-
Vittorio Giovara authored
Drop the mpegvideo dependency for svq3 in configure.
-
- 14 Mar, 2014 3 commits
-
-
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 9 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
-
- 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 2 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
-
- 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 3 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.
-
Diego Biurrun authored
This avoids checking inline/external assembly dependencies for x86 extensions that do not play a role in inline/external assembly.
-
- 05 Mar, 2014 1 commit
-
-
Reinhard Tartler authored
The s390 architecture requires shared libraries to be built in PIC mode. Otherwise applications will get wrong relocations at run-time, leading to confusing segmentation faults. CC: libav-stable@libav.org
-