- 08 Apr, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 23 Jan, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 11 Dec, 2013 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 09 Dec, 2013 1 commit
-
-
Alexandra Khirnova authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 15 Oct, 2013 1 commit
-
-
Diego Biurrun authored
-
- 08 Aug, 2013 1 commit
-
-
Michael Niedermayer authored
Such buffers are not malloced thus freeing would be bad. Note though this condition never could have happened so this is more for correctness sake and not a true bugfix Fixes CID1061047 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 29 Jul, 2013 3 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This reverts commit 4b6869d6. Conflicts: libavcodec/bitstream.c This code can cause assertion failures on artificial OOM situations It will be replaced by a solution that doesnt have this issue in the following commits. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 09 Jul, 2013 1 commit
-
-
Piotr Bandurski authored
fixes ticket #2766 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 16 Jun, 2013 2 commits
-
-
Luca Barbato authored
-
Luca Barbato authored
-
- 21 May, 2013 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 21 Apr, 2013 1 commit
-
-
Michael Niedermayer authored
Fixes CID1005312 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 18 Apr, 2013 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes out of array reads Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 20 Dec, 2012 1 commit
-
-
Diego Biurrun authored
-
- 06 Dec, 2012 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This reverts commit dd154198.
-
- 05 Dec, 2012 1 commit
-
-
Reimar Döffinger authored
Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- 12 Oct, 2012 1 commit
-
-
Diego Biurrun authored
It is only used in that library.
-
- 09 Sep, 2012 1 commit
-
-
Martin Storsjö authored
This allows using it from libavformat as well. This will be used by the RTP/JPEG depacketizer. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 23 Jul, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 23 Mar, 2012 1 commit
-
-
Michael Niedermayer authored
Fixes null ptr deref. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 15 Feb, 2012 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 28 Jan, 2012 1 commit
-
-
Alex Converse authored
-
- 10 Dec, 2011 1 commit
-
-
Diego Biurrun authored
-
- 20 Oct, 2011 1 commit
-
-
Anton Khirnov authored
They are used in lavf.
-
- 28 Sep, 2011 1 commit
-
-
Nicolas George authored
Signed-off-by:
Nicolas George <nicolas.george@normalesup.org> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 02 Jul, 2011 1 commit
-
-
Mans Rullgard authored
The code for this variant does not compile. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 13 Jun, 2011 1 commit
-
-
Michael Niedermayer authored
The new tables is large enough to prevent this together with our image size checks. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 10 Jun, 2011 1 commit
-
-
Alex Converse authored
-
- 07 Jun, 2011 1 commit
-
-
Diego Biurrun authored
-
- 01 Apr, 2011 1 commit
-
-
Michael Niedermayer authored
The new tables is large enough to prevent this together with our image size checks. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 12 May, 2010 1 commit
-
-
Loren Merritt authored
Originally committed as revision 23103 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Apr, 2010 1 commit
-
-
Diego Biurrun authored
Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in. Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 29 Mar, 2010 2 commits
-
-
Loren Merritt authored
Originally committed as revision 22716 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Loren Merritt authored
Reduce worst case time from O(N^2) to O(N*log(N)). Speedup average case by a factor of 10 in ffv2 (total decoding speed +4-25%), factor of 1.3 in ffvhuff (total +0.5%), factor of 1.8 in indeo5 (total +1%), factor of 1.1 in mjpeg (total +0.1%). Originally committed as revision 22715 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Feb, 2010 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 21940 to svn://svn.ffmpeg.org/ffmpeg/trunk
-