- 22 Mar, 2014 11 commits
-
-
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 6 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.
-
Luca Barbato authored
The specification uses lower case most of the time.
-
Luca Barbato authored
Print the UL in code format and in the short format used by the specification.
-
Luca Barbato authored
Some files set the PreviousPartition field to point to its own offset. If we are parsing forward the Previous partition is immediately known and its value could be used, otherwise we can safely point to the header. Reported-By: Jean Baptiste Kempf <jb@videolan.org>
-
Luca Barbato authored
Unbreak some MXF Proxy files.
-
- 18 Mar, 2014 3 commits
-
-
Janne Grunau authored
Ported from arm NEON and added vector_dmul_scalar. Functions between 1.5 and 5 times faster than the C implementations using Apple's clang-503.0.19 on A7.
-
Vittorio Giovara authored
-
Carl Eugen Hoyos authored
-