- 05 Jan, 2014 8 commits
-
-
Tim Walker authored
-
Tim Walker authored
-
Tim Walker authored
-
Tim Walker authored
-
Tim Walker authored
When downmixing 2.1 to 2-channel, if the 2.0 portion is Lt/Rt, sum-difference or dual mono, the actual output will be the same (with the LFE either mixed-in or discarded). Also, when downmixing an arbitrary layout to 2-channel, if the bitstream contains custom downmix coefficients targeting Lt/Rt, then the output will be Lt/Rt rather than regular Stereo.
-
Tim Walker authored
Includes a libavcodec utility function to update a frame's side data.
-
Tim Walker authored
-
Diego Biurrun authored
New versions of FreeType have moved the location of their API header(s) and hide the location behind a macro. Since the location changes between versions and no other way to know the location exists, this workaround becomes necessary. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 04 Jan, 2014 8 commits
-
-
Martin Storsjö authored
This avoids crashes when avserver tries to create an SDP, since d77f4afa. CC: libav-stable@libav.org Signed-off-by: Martin Storsjö <martin@martin.st>
-
Alex Converse authored
-
Alex Converse authored
AAC LD uses a low overlap sine window instead of a KBD window.
-
Alex Converse authored
-
Alex Converse authored
-
Alex Converse authored
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 03 Jan, 2014 16 commits
-
-
Anton Khirnov authored
It has been disabled as 'broken' over 3 years ago in b716a792
-
Anton Khirnov authored
-
Anton Khirnov authored
This introduces some code duplication. However, much of it should go away once the decoders stop using MpegEncContext.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
Specifically, when the corresponding input channel exists and its matrix column is all-zero (which is necessary for zeroing the output), the matrix column must be removed from the matrix. This is not done currently, so the mixing code would end up using uninitialized pointers from stack. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
-
Anton Khirnov authored
This should make it easier to catch problems where some of those pointers are used uninitialized, since reading from NULL should always crash, while random numbers from stack can turn out to be valid pointers, so random memory may be silently overwritten.
-
Anton Khirnov authored
If it was set before then we can end up trying to decode a slice without a valid slice header, which can lead to invalid memory access. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC:libav-stable@libav.org
-
Anton Khirnov authored
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC:libav-stable@libav.org
-
Anton Khirnov authored
The code cannot handle there being none, but that should not happen for valid files. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC:libav-stable@libav.org
-
Anton Khirnov authored
It is a public function, it must not assert on its parameters.
-
Anton Khirnov authored
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC:libav-stable@libav.org
-
Anton Khirnov authored
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC:libav-stable@libav.org
-
Anton Khirnov authored
It has been checking the number of bits in the offset instead of the actual offset. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC:libav-stable@libav.org
-
Anton Khirnov authored
Otherwise the generic code will unref them, which can then result in last_picture_ptr == current_picture_ptr, which causes deadlocks at least in rv40. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC:libav-stable@libav.org
-
- 01 Jan, 2014 1 commit
-
-
Anton Khirnov authored
-
- 29 Dec, 2013 1 commit
-
-
Luca Barbato authored
And remove all the circular inclusions of avutil.h while at it.
-
- 27 Dec, 2013 3 commits
-
-
Luca Barbato authored
Make much easier debugging.
-
Luca Barbato authored
Drop references to the doxy image gradients and style a the code blocks to keep the whitespace and indent properly. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Luca Barbato authored
Green on blue was not exactly optimal. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 26 Dec, 2013 2 commits
-
-
Diego Biurrun authored
This is a more sensible place for these macros.
-
Luca Barbato authored
Certain softwares get badly confused. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 25 Dec, 2013 1 commit
-
-
Diego Biurrun authored
This avoids false positive enabling of w32threads if explicitly requested on the command line, but dependencies are missing.
-