- 19 Apr, 2015 15 commits
-
-
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>
-
- 15 Apr, 2015 4 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Luca Barbato authored
-
Luca Barbato authored
-
- 14 Apr, 2015 5 commits
-
-
Stephen Hutchinson authored
The AVSC_API changes in the new headers mean that the 2.6 alphas are just as incompatible as 2.5 is. Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Stephen Hutchinson authored
In order to safely exit when the user tries to use AviSynth 2.5, the continue_on_fail value for 2.6's functions need to be set to 1. Otherwise, the library loader fails before the 'upgrade to 2.6' log message appears. Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
wm4 authored
They seem to sometimes trigger with old AVI files. They are just confusing, do not help anyone, and use sloppy language. Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
wm4 authored
This is optional, but ensures that linking with -Wl,--as-needed does not drop the library containing the MMAL VC driver. The driver normally "registers" itself in the library constructor, but since no symbols are explicitly referenced, the linker could remove it with --as-needed enabled. Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
wm4 authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
- 13 Apr, 2015 1 commit
-
-
Vittorio Giovara authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
- 12 Apr, 2015 2 commits
-
-
Himangi Saraogi authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Himangi Saraogi authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 11 Apr, 2015 2 commits
-
-
James Almer authored
Based on code from libavcodec/libx264.c Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Michael Kostylev authored
-
- 10 Apr, 2015 1 commit
-
-
Martin Storsjö authored
These headers can't be included in any arbitrary order. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 09 Apr, 2015 8 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
Also reshuffle headers into canonical order where appropriate.
-
Anders Nystrom authored
Handle error return from ff_listen_bind without leaking file descriptors. Signed-off-by: Anders Nystrom <anders.nystrom@southpole.se> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Ferdinand Oeinck authored
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
Vittorio Giovara authored
-
Vittorio Giovara authored
-
Vittorio Giovara authored
Although it's not allowed to use only allows 'nclc' in ISOM files, there are samples that do not always respect this rule. This change prevents atom overread and a spurious color range initialization. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
Vittorio Giovara authored
-
- 08 Apr, 2015 1 commit
-
-
Diego Biurrun authored
-