- 23 Mar, 2014 4 commits
-
-
Vittorio Giovara authored
-
Vittorio Giovara authored
-
Vittorio Giovara authored
-
Luca Barbato authored
Unbreaks windows systems not providing pkgconf files. Reported-By: Rafaël Carré <funman@videolan.org>
-
- 22 Mar, 2014 14 commits
-
-
John Stebbins authored
Signed-off-by: Tim Walker <tdskywalker@gmail.com>
-
Diego Biurrun authored
libavcodec/lagarith.c:671:16: warning: '#' flag used with ‘%u’ gnu_printf format [-Wformat]
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
There is no point in populating NuvContext with another DSPContext. Also split static and dynamic initialization bits to avoid running the static initialization parts over and over.
-
Diego Biurrun authored
Arch-specific optimizations are handled this way everywhere else.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 20 Mar, 2014 20 commits
-
-
wm4 authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
wm4 authored
This gets rid of aliasing completely unrelated structs to Picture. Fixes the remaining compilation warnings in the vdpau code. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
wm4 authored
The code passed H264Picture* and Picture*, and assumed the hwaccel_picture_private field was in the same place in both structs. Somehow this happened to work in Libav, but broke in FFmpeg (and probably subtly breaks in Libav too). Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Diego Biurrun authored
-
Diego Biurrun authored
This is in line with how the top-level libavcodec Makefile is structured.
-
Diego Biurrun authored
-
Diego Biurrun authored
This avoids recalculating the value over and over again.
-
Diego Biurrun authored
-
Diego Biurrun authored
This allows for a more natural macro usage.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Janne Grunau authored
It is not supported by all compilers on FATE. Fixes "some test were skipped" errors.
-
- 19 Mar, 2014 2 commits
-
-
Martin Storsjö authored
This fixes fate-float_dsp-test on RVCT 4.0. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Diego Biurrun authored
Only enable it for CPUs that support it. This restores the behavior prior to 7a650caf.
-