- 13 May, 2014 1 commit
-
-
Janne Grunau authored
Instead of setting FFLIBS in each library Makefile configure exports FFLIBS-$library in config.mak.
-
- 11 May, 2014 1 commit
-
-
Anton Khirnov authored
It leverages the new hwaccel 1.2 features: - get_buffer2 is never called - the internal context is automatically initialized/deinitialized Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 01 May, 2014 1 commit
-
-
Alessandro Ghedini authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 28 Apr, 2014 2 commits
-
-
Anton Khirnov authored
Move the dxva check after the dependencies have been detected, make sure the ole32 library exists. Fixes build on non-Windows.
-
Hendrik Leppkes authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 23 Apr, 2014 1 commit
-
-
Kostya Shishkov authored
-
- 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 [....] }
-