- 04 Oct, 2014 3 commits
-
-
Luca Barbato authored
If a seek is requested before the decoding start there is no current picture. CC: libav-stable@libav.org
-
Janne Grunau authored
Also updates the reference since it was generated by the non-bitexact x86 specific code.
-
Josh Allmann authored
This is needed for clock_gettime. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 03 Oct, 2014 1 commit
-
-
Joakim Roubert authored
The -hls_allow_cache parameter enables explicitly setting the EXT-X-ALLOW-CACHE tag in the manifest file. That tag indicates whether the client MAY or MUST NOT cache downloaded media segments for later replay. Valid values are 1 (=YES) or 0 (=NO) and the EXT-X-ALLOW-CACHE will not show in the manifest for other values (or if -hls_allow_cache is not used. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 01 Oct, 2014 1 commit
-
-
Michael Niedermayer authored
This is similar to what is done in libx264.c Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
- 29 Sep, 2014 4 commits
-
-
Justin Ruggles authored
When AVFMT_FLAG_NOBUFFER is set, the packets are not added to the AVFormatContext packet list, so they need to be freed when they are no longer needed. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Michael Niedermayer authored
Unbreak 772d150a. CC: libav-stable@libav.org Bug-Id: 750 / 905753 Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
Luca Barbato authored
Unbreak cf6090dc. CC: libav-stable@libav.org Sample-Id: hevc-conformance-LTRPSPS_A_Qualcomm_1
-
Timothy B. Terriberry authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 27 Sep, 2014 1 commit
-
-
Luca Barbato authored
Support musl out of box. Amend commit 9d2cee52 that got wrongly merged in its stead.
-
- 26 Sep, 2014 15 commits
-
-
Rémi Denis-Courmont authored
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Rémi Denis-Courmont authored
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Rémi Denis-Courmont authored
This allows the application to fall back on another hwaccel or, more likely, software decoding. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Luca Barbato authored
Non-standard compliant libc should be supported on a per-case basis anyway.
-
Luca Barbato authored
Data and subtitle streams might cause false positive.
-
Andreas Cadhalpun authored
It should be more trustworthy than extension matching. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Luca Barbato authored
-
Tristan Matthews authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Tim Walker authored
This is actually defined in the A/52 specification.
-
Tim Walker authored
Some encoders already use this value even though it's reserved in the A/52 specification.
-
Tim Walker authored
CC: libav-stable@libav.org
-
Michael Niedermayer authored
CC: libav-stable@libav.org Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Tim Walker <tdskywalker@gmail.com>
-
Tim Walker authored
This appears to be the intended behavior.
-
Diego Biurrun authored
This avoids an unused variable warning on big-endian systems.
-
Diego Biurrun authored
-
- 25 Sep, 2014 5 commits
-
-
Gabriel Dume authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Gabriel Dume authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Gabriel Dume authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Katerina Barone-Adesi authored
The decoder is float-based and the test needs to allow for some fuzz. Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Martin Storsjö authored
CC: libav-stable@libav.org Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 24 Sep, 2014 4 commits
-
-
Martin Storsjö authored
This fixes handling redirects in case the server provided a session id within the redirect reply. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Thomas Volkert authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Vittorio Giovara authored
The RFC spec draft only specifies the "H265" name - there is no specification saying how to interpret "HEVC" (if such a packet format is specified it could be an entirely different format). Since this is a very new standard (still a draft), there is little need for compatibility with existing, broken implementations. Therefore remove the extra alias, to avoid the risk of encouraging incorrect usage. Intentionally keeping the ff_hevc_dynamic_handler name for the handler, to use "hevc" consistently as name for the codec instead of "h265" within the library internals as long as there only is one single variant in actual use. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 20 Sep, 2014 1 commit
-
-
Diego Biurrun authored
-
- 17 Sep, 2014 4 commits
-
-
Martin Storsjö authored
In practice this hint is ignored - the rtp muxer always overwrites the stream time base without taking the hint into account. But as a general practice this is the correct way to pass a time base hint on to a chained muxer. This avoids warnings about using the codec time base as hint being deprecated. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Jörg Krause authored
HOSTCPPFLAGS and HOSTCFLAGS are only set in config.mak. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Katerina Barone-Adesi authored
The size variable is (correctly) unsigned, but is passed to several functions which take signed parameters, such as avio_read, sometimes after having numbers added to it. So ensure that size remains within the bounds that these functions can handle. CC: libav-stable@libav.org Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Katerina Barone-Adesi authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
- 16 Sep, 2014 1 commit
-
-
Diego Biurrun authored
Also avoid an unused variable warning for compilers w/o av_unused support.
-