- 20 Aug, 2018 2 commits
-
-
Michael Niedermayer authored
Fixes: out of array access (no testcase) Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
avcodec/cfhd: Move peak_table() and difference_coding() calls after the existing coefficient count check Fixes: out of array access Fixes: 9509/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_CFHD_fuzzer-5283250636324864 Fixes: 9572/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_CFHD_fuzzer-4920757409808384 Fixes: 9596/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_CFHD_fuzzer-5114917580439552 Fixes: 9640/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_CFHD_fuzzer-6247840698335232 Fixes: 9659/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_CFHD_fuzzer-6079554987753472 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpegSigned-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 18 Jul, 2018 1 commit
-
-
Michael Niedermayer authored
This fixes out of array accesses No testcase known Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 15 Jul, 2018 1 commit
-
-
Michael Niedermayer authored
Fixes: 8695/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_CFHD_fuzzer-4906172426485760 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpegSigned-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 27 May, 2018 1 commit
-
-
Gagandeep Singh authored
ticket #5522 output of given samples significantly improved
-
- 08 May, 2018 1 commit
-
-
Clément Bœsch authored
-
- 03 Apr, 2018 1 commit
-
-
Gagandeep Singh authored
Also update fate reference. Fixes ticket #6675.
-
- 22 Mar, 2018 1 commit
-
-
Gagandeep Singh authored
Alpha decompanding curve added to post process the decoded alpha channel. Fixes ticket #6265.
-
- 18 Oct, 2017 1 commit
-
-
James Almer authored
Ported from libav. Authored by one of the following: Anton Khirnov <anton@khirnov.net> Diego Biurrun <diego@biurrun.de> Vittorio Giovara <vittorio.giovara@gmail.com> Reviewed-by: kierank Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 23 Jul, 2017 1 commit
-
-
Vodyannikov Aleksandr authored
Fixes: Ticket6546 Regression since: 54aaadf6Reviewed-by:
Muhammad Faiz <mfcc64@gmail.com> Reviewed-by:
Kieran Kunhya <kierank@obe.tv> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 28 Jun, 2017 1 commit
-
-
Michael Niedermayer authored
Fixes: runtime error: left shift of negative value -1 Fixes: 2395/clusterfuzz-testcase-minimized-6540529313513472 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpegSigned-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 21 Jun, 2017 2 commits
-
-
Michael Niedermayer authored
Fixes: runtime error: shift exponent 32 is too large for 32-bit type 'int' Fixes: 2306/clusterfuzz-testcase-minimized-5002997392211968 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpegSigned-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Fixes: runtime error: left shift of negative value -1 Fixes: 2303/clusterfuzz-testcase-minimized-5529675273076736 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpegSigned-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 10 Jun, 2017 1 commit
-
-
Michael Niedermayer authored
Fixes out of array read Fixes: 2169/clusterfuzz-testcase-minimized-5688641642823680 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpegSigned-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 01 Jun, 2017 1 commit
-
-
Michael Niedermayer authored
avcodec/cfhd: Fix runtime error: signed integer overflow: 65280 * 65288 cannot be represented in type 'int' Fixes: 1925/clusterfuzz-testcase-minimized-5564569688735744 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpegSigned-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 09 Mar, 2017 1 commit
-
-
Kieran Kunhya authored
Decodes YUV 4:2:2 10-bit and RGB 12-bit files. Older files with more subbands, skips, Bayer, alpha not supported. Further fixes and refactorings by Anton Khirnov <anton@khirnov.net>, Diego Biurrun <diego@biurrun.de>, Vittorio Giovara <vittorio.giovara@gmail.com> Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 19 Aug, 2016 1 commit
-
-
Michael Niedermayer authored
The implementation does not currently support len=2 Fixes out of array accesses Fixes: 29d1b3db5ba2205e82b0b3a533e057a3/asan_heap-oob_12b650c_9254_3b8c4e4d931eb2c32841c18ebb297f1d.avi Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 17 Jul, 2016 1 commit
-
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 10 Jun, 2016 1 commit
-
-
Michael Niedermayer authored
Fixes Ticket5215 Reviewed-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 05 Jun, 2016 1 commit
-
-
Michael Niedermayer authored
This avoids use of uninitialized variables and might make bugs in general easier to reproduce Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 23 May, 2016 1 commit
-
-
dsmudhar authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 28 Apr, 2016 1 commit
-
-
Kieran Kunhya authored
avcodec/cfhd: Don't decode coefficients if no end of header tag found. Fixes fuzzed files such as the one in in ticket #5383
-
- 29 Mar, 2016 1 commit
-
-
Vittorio Giovara authored
Otherwise probing and stream analisys will report a correct coded size but an empty visible size. Approved by: kieran Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 06 Mar, 2016 3 commits
-
-
Carl Eugen Hoyos authored
-
Carl Eugen Hoyos authored
-
Kieran Kunhya authored
In this case container width/height is better however. Thanks to koda for the sample
-
- 27 Feb, 2016 2 commits
-
-
Kieran Kunhya authored
Plays all known samples
-
Kieran Kunhya authored
Fixes some, but not all, of the threading fuzz crashes
-
- 12 Feb, 2016 2 commits
-
-
Kieran Kunhya authored
-
Michael Niedermayer authored
Fixes potentially long loop Fixes: CID1351382/11 Reviewed-by:
Kieran Kunhya <kieran@kunhya.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 03 Feb, 2016 1 commit
-
-
Andreas Cadhalpun authored
This fixes out-of-bounds writes causing segmentation faults. Found-by:
Piotr Bandurski <ami_stuff@o2.pl> Reviewed-by:
Kieran Kunhya <kierank@obe.tv> Signed-off-by:
Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
-
- 01 Feb, 2016 1 commit
-
-
Kieran Kunhya authored
Fixes tickets #5208 and #5209
-
- 30 Jan, 2016 1 commit
-
-
Kieran Kunhya authored
Decodes YUV 4:2:2 10-bit and RGB 12-bit files. Older files with more subbands, skips, Bayer, alpha not supported. Alpha requires addition of GBRAP12 pixel format.
-