- 28 Apr, 2015 6 commits
-
-
John Högberg authored
If a PAT is finished while a PMT section filter is opened but not yet finished, the PMT section filter is closed and all the received data is discarded. This is usually not an issue but some multiplexers (With very quick PAT/PMT repetition settings) consistently emit a PMT section start, then a PAT, and then the rest of the PMT, causing the aforementioned behavior to result in no PMT being finished. In the most pathologic situation the stream information are lost and the probe fallback miscategorizes subtitles as mp3 audio. Avoid the issue through eliminating redundant PSI/SI table updates by checking their version field, which is required by the standard to be incremented on every change no matter how minor. CC: libav-stable@libav.org Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Vittorio Giovara authored
-
Vittorio Giovara authored
-
Vittorio Giovara authored
Fixes a memory leak on init failure.
-
Vittorio Giovara authored
Convert exisiting free functions to av_freep() to avoid accidental double frees, and always intialize all buffers to NULL.
-
Vittorio Giovara authored
This avoids allocating/freeing memory at every function call, checking its return value, and carrying the error around.
-
- 25 Apr, 2015 1 commit
-
-
Rico Tzschichholz authored
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 24 Apr, 2015 12 commits
-
-
Andreas Cadhalpun authored
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
-
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 1 commit
-
-
Federico Tomassetti authored
Bug-Id: CID 1265785 Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-