- 20 Jun, 2013 1 commit
-
-
Anton Khirnov authored
-
- 16 Jun, 2013 5 commits
-
-
Kostya Shishkov authored
Also prevent a memory leak. Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
Kostya Shishkov authored
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
Janne Grunau authored
The to_free AVframe must be freed just like the other ones. Indeed, the calling application may expect all frames to be released. (This regression caused use-after-free in VLC with hwaccel.) Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net> Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
Luca Barbato authored
-
Luca Barbato authored
-
- 15 Jun, 2013 3 commits
-
-
Luca Barbato authored
The code using the returned buffer might expect it to be FF_INPUT_BUFFER_PADDING_SIZE padded as any other avpacket.
-
Luca Barbato authored
-
Luca Barbato authored
-
- 12 Jun, 2013 15 commits
-
-
Luca Barbato authored
Prevent buffer overread. Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
-
Luca Barbato authored
Directly return from code 1, 2 and 6 codepaths and simplify the remaining one to have a single overflow check and a single call to mcdc.
-
Luca Barbato authored
Check for out of picture macroblocks before calling mcdc. Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
-
Luca Barbato authored
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
-
Luca Barbato authored
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
-
Luca Barbato authored
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
-
Luca Barbato authored
Make sure the value of wlog2 is always between 0 and 3.
-
Luca Barbato authored
Partially mitigate out of memory writes. Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
-
Luca Barbato authored
-
Luca Barbato authored
Split sound and video tag parsing in separate functions.
-
Luca Barbato authored
-
Michael Niedermayer authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Kostya Shishkov authored
-
Kostya Shishkov authored
-
Kostya Shishkov authored
-
- 10 Jun, 2013 4 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
This also simplifies the code.
-
Yusuke Nakamura authored
Signed-off-by:
Kostya Shishkov <kostya.shishkov@gmail.com>
-
Yusuke Nakamura authored
Signed-off-by:
Kostya Shishkov <kostya.shishkov@gmail.com>
-
- 07 Jun, 2013 8 commits
-
-
Luca Barbato authored
And optionally forward them to the caller instead of concealing them. Unify err and ret in a single variable.
-
Luca Barbato authored
-
Luca Barbato authored
At least 2 bytes from the source are read every loop. Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
-
Luca Barbato authored
Return the proper error values and optionally report them.
-
Luca Barbato authored
-
Luca Barbato authored
Report when zlib support is missing.
-
Luca Barbato authored
-
Luca Barbato authored
-
- 03 Jun, 2013 1 commit
-
-
Kostya Shishkov authored
-
- 02 Jun, 2013 3 commits
-
-
Kostya Shishkov authored
The buffer is used for an additional pass of frame compression, so videos can be coded without ever using it (and some are coded so indeed, e.g. in Woodruff and the Schnibble of Azimuth game).
-
Kostya Shishkov authored
-
Diego Biurrun authored
-