- 06 Mar, 2013 3 commits
-
-
Luca Barbato authored
-
Michael Niedermayer authored
Prevent the loop shorten_decode_close from writing and freeing out of the array boundary. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Luca Barbato authored
-
- 05 Mar, 2013 6 commits
-
-
Luca Barbato authored
The decoder assumes a single bit depth for all the planes while the specification allows different bit depths for luma and chroma. Avoid the possible problems described in CVE-2013-2277 CC: libav-stable@libav.org
-
Diego Biurrun authored
Some hwaccels use name prefixes, some do not, others only use them for some codecs. Add prefixes everywhere for consistency.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
This is useful in all the places where special characters in variable names are manually translated to underscores.
-
Diego Biurrun authored
-
- 04 Mar, 2013 1 commit
-
-
Janne Grunau authored
-
- 02 Mar, 2013 4 commits
-
-
Martin Storsjö authored
The warnings are false positives, older gcc versions (such as 4.5) think the variables can be used uninitialized while they in practice can't, while newer (4.6) gets it right. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Anton Khirnov authored
CC:libav-stable@libav.org
-
Anton Khirnov authored
Since decode_slice_header() returns before the reference lists are constructed, there are zero valid references. CC:libav-stable@libav.org
-
Anton Khirnov authored
They are filled in decode_slice_header() anyway.
-
- 01 Mar, 2013 4 commits
-
-
Martin Storsjö authored
The callers of this function can't report errors sanely. If this one malloc fails, don't write the extradata byte, make sure we try to malloc it the next time we're called instead, and make sure we still consume the input data byte. CC: libav-stable@libav.org Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
This header byte is only present when actually reading a VP6 frame, not when reading the codec type field in the metadata. This potential bug has been present since 5b54a90c. CC: libav-stable@libav.org Signed-off-by: Martin Storsjö <martin@martin.st>
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 28 Feb, 2013 7 commits
-
-
Diego Biurrun authored
This reverts commit f90ff772. The code should be put back in h264_qpel_8bit.asm, but unfortunately it is unconditionally used from dsputil_mmx.c since 71155d7b.
-
Luca Barbato authored
The value is within 0 and 32. Remove an `array subscript is below array bounds` warning.
-
Luca Barbato authored
The functions are private.
-
Luca Barbato authored
-
Martin Storsjö authored
This allows setting/overriding e.g. the bitrate parameter, which is required for the smoothstreaming muxer. Normally, the bitrate is set by the demuxer in these cases, but not all demuxers can provide it. This allows stream copy of data to the smoothstreaming muxer from such inputs. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
In this case, no encoder specific options are filtered, only options specific to that codec type in general. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
This fixes boken fate tests with MSVC with DLLs, broken since b5f536d2. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 27 Feb, 2013 4 commits
-
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
The handling of the environment variable no_proxy, present since one of the initial commits (de6d9b64), is inconsistent with how many other applications and libraries interpret this variable. Its bare presence does not indicate that the use of proxies should be skipped, but it is some sort of pattern for hosts that does not need using a proxy (e.g. for a local network). As investigated by Rudolf Polzer, different libraries handle this in different ways, some supporting IP address masks, some supporting arbitrary globbing using *, some just checking that the pattern matches the end of the hostname without regard for whether it actually is the right domain or a domain that ends in the same string. This simple logic should be pretty similar to the logic used by lynx and curl. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Diego Biurrun authored
-
Derek Buitenhuis authored
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
- 26 Feb, 2013 4 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
The external assembly function uses mmxext instructions and should not be masqueraded as an mmx-only function. Instead, use the mmx-only inline assembly function.
-
Diego Biurrun authored
-
Martin Storsjö authored
These became unused in 71155d7b. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 25 Feb, 2013 7 commits
-
-
Diego Biurrun authored
This fixes many icc warnings when not setting the CPU type.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Justin Ruggles authored
-
Justin Ruggles authored
avprobe and avserver use cmdutils and do not strictly require libavresample.
-
Justin Ruggles authored
This is consistent with the rest of libavcodec.
-
Justin Ruggles authored
This is consistent with the rest of libavcodec.
-