- 24 Apr, 2015 11 commits
-
-
Vittorio Giovara authored
This takes care of memory leaks on init error.
-
Vittorio Giovara authored
This takes care of memory leaks on init error.
-
Vittorio Giovara authored
-
Vittorio Giovara authored
-
Vittorio Giovara authored
-
Vittorio Giovara authored
-
Vittorio Giovara authored
The table had a wrong table height and was missing the first line of bytes. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
Vittorio Giovara authored
-
Vittorio Giovara authored
-
Vittorio Giovara authored
Improves Coverity analysis, avoiding "double semicolon" CIDs.
-
Martin Storsjö authored
CC: libav-stable@libav.org Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 23 Apr, 2015 3 commits
-
-
Andrey Utkin authored
This fixes the calculation of the number of needed blocks to make sure that ALL pixels are represented by the result. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
This removes the error logging added in 4e544321. This avoids warnings about "Invalid interval start specification 'now'" for live rtsp streams. We only try to parse some of the many valid values for time ranges in RTSP - the other ones are fully valid but not interesting for the use case in rtsp.c, so we shouldn't warn about them. (Parsing the time ranges is needed to allow seeking, but e.g. setting the current realtime clock for the start time doesn't make sense. av_parse_time has got a different mode for parsing absolute times as well, which can handle the special case "now", but that doesn't make much sense for this particular use in rtsp.c.) Signed-off-by: Martin Storsjö <martin@martin.st>
-
Timothy Gu authored
The last pixel format gets leaked as `$test` further down the pipeline. See for example https://fate.libav.org/x86_32-netbsd-clang-no-inline-asm/20150420020104 Note the odd test names like “yuvj444p.” CC: libav-stable@libav.org Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 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 9 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]
-