- 02 Jun, 2013 1 commit
-
-
Diego Biurrun authored
-
- 04 May, 2013 1 commit
-
-
Diego Biurrun authored
-
- 11 Apr, 2013 1 commit
-
-
Diego Biurrun authored
-
- 18 Dec, 2012 1 commit
-
-
Diego Biurrun authored
-
- 28 Nov, 2012 1 commit
-
-
Justin Ruggles authored
-
- 20 Oct, 2012 1 commit
-
-
Michael Niedermayer authored
Fixes CID717749 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 18 Sep, 2012 1 commit
-
-
Michael Niedermayer authored
they keep showing up if i grep for non av assert() Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 07 Aug, 2012 1 commit
-
-
Anton Khirnov authored
-
- 06 May, 2012 1 commit
-
-
Diego Biurrun authored
This fixes a number of unused-but-set gcc warnings.
-
- 13 Feb, 2012 2 commits
-
-
Diego Biurrun authored
This allows dropping the av_unused argument from them.
-
Diego Biurrun authored
-
- 10 Feb, 2012 1 commit
-
-
Joakim Plate authored
Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
-
- 30 Jan, 2012 3 commits
-
-
Alex Converse authored
Related to CVE-2011-3940. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
-
Alex Converse authored
Check results for av_malloc() and fix an overflow in one call. Related to CVE-2011-3940. Based in part on work from Michael Niedermayer. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
-
Michael Niedermayer authored
Fixes CVE-2011-3940 (Out of bounds read resulting in out of bounds write) Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 5c011706) Signed-off-by: Alex Converse <alex.converse@gmail.com>
-
- 27 Jan, 2012 1 commit
-
-
Anton Khirnov authored
-
- 25 Jan, 2012 1 commit
-
-
Michael Niedermayer authored
Fixes CVE-2011-3940 (Out of bounds read resulting in out of bounds write) Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 30 Dec, 2011 1 commit
-
-
Michael Niedermayer authored
This can easily be NULL as string_size can be 2g in a damaged file. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 13 Dec, 2011 1 commit
-
-
Reimar Döffinger authored
See samples/nsv/vlb_audio. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- 11 Dec, 2011 1 commit
-
-
Reimar Döffinger authored
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- 30 Nov, 2011 1 commit
-
-
Anton Khirnov authored
It's supposed to be called only from (de)muxers.
-
- 02 Nov, 2011 1 commit
-
-
Diego Biurrun authored
-
- 19 Oct, 2011 1 commit
-
-
Anton Khirnov authored
Manual replacements are done in this commit. In many cases, the id is some constant made up number (e.g. 0 for video and 1 for audio), which is then not used in the demuxer for anything. Those ids are removed.
-
- 14 Sep, 2011 1 commit
-
-
Joakim Plate authored
-
- 17 Jul, 2011 1 commit
-
-
Anton Khirnov authored
It's more readable and less prone to breakage.
-
- 03 Jul, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 23 Jun, 2011 1 commit
-
-
Diego Biurrun authored
This eliminates a warning about a set-but-unused variable.
-
- 13 Jun, 2011 2 commits
-
-
Aurelien Jacobs authored
-
Aurelien Jacobs authored
-
- 10 Jun, 2011 1 commit
-
-
Diego Biurrun authored
-
- 08 Jun, 2011 1 commit
-
-
Anton Khirnov authored
-
- 03 Jun, 2011 1 commit
-
-
Mans Rullgard authored
Most of these variables are only used in av_dlog statements, some are required but not used by other macros. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 12 May, 2011 2 commits
-
-
Thierry Foucu authored
If a MP3 file contains the string NSVs, the NSV probe will think it is a NSV file instead of a MP3 file. Check for 0xBEEF after a Video/Audio chunck for more accuracy. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Thierry Foucu authored
If an MP3 file contains the string NSVs, the NSV probe will confuse it for an NSV file. Check for 0xBEEF after a Video/Audio chunk to achieve more accuracy. Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 17 Mar, 2011 1 commit
-
-
Anton Khirnov authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
- 07 Mar, 2011 1 commit
-
-
Anton Khirnov authored
AVIOContext.eof_reached should be used directly instead. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
- 05 Mar, 2011 1 commit
-
-
Anton Khirnov authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit a2704c97)
-
- 04 Mar, 2011 1 commit
-
-
Anton Khirnov authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
- 03 Mar, 2011 1 commit
-
-
Anton Khirnov authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit e356fc57)
-