- 22 Apr, 2015 5 commits
-
-
Luca Barbato authored
Improve the compatibility with other software.
-
Luca Barbato authored
The `hq_ac_vlc.table` is incomplete, so unaccounted symbol return -1 as value.
-
Luca Barbato authored
-
Luca Barbato authored
-
Federico Tomassetti authored
This correction was suggested to me by Michael Niedermayer Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 21 Apr, 2015 1 commit
-
-
Luca Barbato authored
And document both `draw` and `alpha`. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 20 Apr, 2015 11 commits
-
-
Vittorio Giovara authored
Useful to understand where and in what execution state a certain message is generated. It is enabled only when optimizations are disabled, since function names are not printed otherwise. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
Vittorio Giovara authored
Value is stored as a byte.
-
Vittorio Giovara authored
It is required by ptrdiff_t, fixes make checkheaders.
-
Vittorio Giovara authored
warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
-
Vittorio Giovara authored
Bug-Id: CID 1026763
-
Diego Biurrun authored
Bug-Id: CID 1295124
-
Timothy Gu authored
The FATE server does not report this information anyway and omitting it makes the successful run send much less data. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Luca Barbato authored
Use direcly avio_w8(). Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Luca Barbato authored
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Thomas Guillem authored
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Martin Storsjö authored
This field is mandatory in dynamic manifests. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 19 Apr, 2015 22 commits
-
-
Federico Tomassetti authored
Bug-Id: CID 1265785 Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
Federico Tomassetti authored
Bug-Id: CID 1267902 CC: libav-stable@libav.org Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
Federico Tomassetti authored
Bug-Id: CID 1291564 Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
Eric Zimmerman authored
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
Himangi Saraogi authored
-
James Almer authored
Signed-off-by: James Almer <jamrial@gmail.com>
-
Andreas Cadhalpun authored
ac may be NULL and then accessing ac->avctx results in a segmentation fault. Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
-
Vittorio Giovara authored
-
Vittorio Giovara authored
warning: incompatible pointer types assigning to 'me_cmp_func' (aka 'int (*)(struct MpegEncContext *, uint8_t *, uint8_t *, ptrdiff_t, int)') from 'int (MpegEncContext *, uint8_t *, uint8_t *, int, int)' [-Wincompatible-pointer-types]
-
Vittorio Giovara authored
Fix a rather lengthy initialization warning from clang.
-
Vittorio Giovara authored
nlvl_to and nlvl_from can be set to 1 if both alias and target files are in the same directory, so actually check the first character of the string. We can do this because MacOS filepaths (alis type 2) are always converted to UNIX filepaths (alis type 18).
-
Vittorio Giovara authored
Absolute paths can be stored in alis type 2 and 18 according to my research: the first is the canonical MacOS filepath, with path level separated by colons, and the volume name within the filepath, while the second should be the absolute filesystem path from the mount point.
-
Vittorio Giovara authored
Based on work by Kostya Shishkov <kostya.shishkov@gmail.com>. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
Vittorio Giovara authored
Add some bounds checking to CLLC; reduce HQX variable scoping, add an error message.
-
Vittorio Giovara authored
They belong to the same family of codecs.
-
Vittorio Giovara authored
Inspired by a patch from Ferdinand Oeinck <ferdo@demon.nl>. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
Vittorio Giovara authored
In preparation for multithreaded decoding.
-
Vittorio Giovara authored
-
Vittorio Giovara authored
-
Vittorio Giovara authored
-
Vittorio Giovara authored
This applies to every library where performance is not critical.
-
Vittorio Giovara authored
And deprecate av_dlog macro.
-
- 18 Apr, 2015 1 commit
-
-
Thomas Guillem authored
CC: libav-stable@libav.org Signed-off-by: Anton Khirnov <anton@khirnov.net>
-