- 01 Feb, 2017 1 commit
-
-
Andreas Cadhalpun authored
The code relies on their validity and otherwise can try to access a NULL object->rle pointer, causing segmentation faults. Reviewed-by:
Michael Niedermayer <michael@niedermayer.cc> Signed-off-by:
Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
-
- 24 Nov, 2016 1 commit
-
-
Andreas Cadhalpun authored
Rects with positive w/h/linesize but no data are invalid. Reviewed-by:
Petri Hintukainen <phintuka@gmail.com> Signed-off-by:
Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
-
- 11 May, 2016 1 commit
-
-
Diego Biurrun authored
This avoids unused variable warnings after the next version bump. Also drop a trace level av_log() call that is in the way.
-
- 10 May, 2016 1 commit
-
-
Jan Ekström authored
Widen the values from limited to full range and use BT.709 where it should be used according to the video resolution: SD is BT.601, HD is BT.709 Default to BT.709 due to most observed HDMV content being HD.
-
- 24 Apr, 2016 1 commit
-
-
Jan Ekström authored
Functionality used before didn't widen the values from limited to full range. Additionally, now the decoder uses BT.709 where it should be used according to the video resolution. Default for not yet set colorimetry is BT.709 due to most observed HDMV content being HD. BT.709 coefficients were gathered from the first two parts of BT.709 to BT.2020 conversion guide in ARIB STD-B62 (Pt. 1, Chapter 6.2.2). They were additionally confirmed by manually calculating values. Fixes #4637
-
- 04 Dec, 2015 1 commit
-
-
Michael Niedermayer authored
Fixes: b293a6479bb4b5286cff24d356bfd955/asan_generic_225c3c9_7819_cc526b657450c6cdef1371b526499626.mkv Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 26 Nov, 2015 1 commit
-
-
Petri Hintukainen authored
Copy pointers to AVPicture after memory has been allocated. Fixes NULL pointers in AVPicture after a17a7661. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 14 Nov, 2015 1 commit
-
-
Michael Niedermayer authored
Fixes division by 0 Fixes: b293a6479bb4b5286cff24d356bfd955/asan_generic_225c3c9_7819_cc526b657450c6cdef1371b526499626.mkv Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 21 Oct, 2015 1 commit
-
-
Vittorio Giovara authored
Use the new fields directly instead of the ones from AVPicture. This removes a layer of indirection which serves no pratical purpose whatsoever, and will help in removing AVPicture structure completely later. Every subtitle encoder/decoder seamlessly points to the new arrays, so it is possible to deprecate AVSubtitleRect.pict. Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 12 Sep, 2015 1 commit
-
-
Clément Bœsch authored
-
- 19 Apr, 2015 1 commit
-
-
Vittorio Giovara authored
-
- 11 Jan, 2015 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 01 Aug, 2014 1 commit
-
-
Michael Niedermayer authored
Make sure the buffer size does not exceed the expected RLE size. Prevent an out of array bound write. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> Bug-Id: CVE-2013-0852 Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 11 Jul, 2014 1 commit
-
-
Michael Niedermayer authored
Fixes part of Ticket2516 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 30 Jun, 2014 10 commits
-
-
Michael Niedermayer authored
Found-by: ubitux Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Might fix overread, no testcase known though. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
John Stebbins authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
John Stebbins authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
John Stebbins authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
John Stebbins authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
John Stebbins authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
John Stebbins authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
John Stebbins authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
John Stebbins authored
Add ability to handle multiple palettes and objects simultaneously. Each simultaneous object is given its own AVSubtitleRect. Note that there can be up to 64 currently valid objects, but only 2 at any one time can be "presented". Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 22 May, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 22 Mar, 2014 1 commit
-
-
Diego Biurrun authored
-
- 13 Mar, 2014 1 commit
-
-
Diego Biurrun authored
Also switch from "tbl" to "tab" name suffixes.
-
- 15 Jan, 2014 1 commit
-
-
Michael Niedermayer authored
Fixes: use of uninitialized memeory Fixes: msan_uninit-mem_7fa421d0e222_1765_Girl_With_The_Dragon_Tattoo_2_23_56.mkv Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 31 Oct, 2013 1 commit
-
-
Anton Khirnov authored
-
- 03 Oct, 2013 1 commit
-
-
Diego Biurrun authored
-
- 12 Aug, 2013 1 commit
-
-
Thilo Borgmann authored
-
- 28 Nov, 2012 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 18 Nov, 2012 1 commit
-
-
John Stebbins authored
pts should be that of the packet containing the presentation segment. Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 15 Nov, 2012 1 commit
-
-
Michael Niedermayer authored
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 02 Nov, 2012 1 commit
-
-
John Stebbins authored
Useful for detection of subtitles displayed during foreign language scenes. Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 08 Oct, 2012 1 commit
-
-
Anton Khirnov authored
-
- 15 Sep, 2012 1 commit
-
-
Nicolas George authored
According to the sample for trac ticket #1722, PGS subtitles are decoded from several packets at the same DTS and varying PTS. The PTS from the presentation segment seem to be the valid one; in particular, clear subtitles are too early with the other PTS.
-
- 07 Aug, 2012 1 commit
-
-
Anton Khirnov authored
-
- 30 Apr, 2012 1 commit
-
-
hakuya authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 06 Apr, 2012 1 commit
-
-
Martin Storsjö authored
Also break some long lines, remove codec function placeholder comments and add spaces in sample/pixel format lists. Signed-off-by:
Martin Storsjö <martin@martin.st>
-