- 27 May, 2014 2 commits
-
-
Diego Biurrun authored
Also shorten HuffYUV context member names to avoid clutter.
-
Diego Biurrun authored
Also shorten HuffYUV context member names to avoid clutter.
-
- 19 May, 2014 1 commit
-
-
Janne Grunau authored
Removes an ugly $(if) to avoid conflicts with $(FFLIBS-) in the top-level MAkefile.
-
- 16 May, 2014 1 commit
-
-
Katerina Barone-Adesi authored
Clang Undefined Behaviour Sanitizer seems to make non-constant constant expressions, making the compilation fail when they are used within inline assembly if no optimization is requested. Add -O1 to the cflags to hide the misbehaviour. Bug-Id: 683
-
- 15 May, 2014 2 commits
-
-
Tristan Matthews authored
-
Anton Khirnov authored
Initial implementation by Andrew D'Addesio <modchipv12@gmail.com> during GSoC 2012. Completion by Anton Khirnov <anton@khirnov.net>, sponsored by the Mozilla Corporation. Further contributions by: Christophe Gisquet <christophe.gisquet@gmail.com> Janne Grunau <janne-libav@jannau.net> Luca Barbato <lu_zero@gentoo.org>
-
- 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 1 commit
-
-
Luca Barbato authored
It should work best for debian stable and people not installing the .pc file.
-