summaryrefslogtreecommitdiff
path: root/libavformat/nistspheredec.c
Commit message (Collapse)AuthorAge
* replace calls to url_feof() with avio_feof()James Almer2014-08-08
| | | | | Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avformat/nistspheredec: initialize header_size to -1Michael Niedermayer2013-12-20
| | | | | | | | Fixes use of uninitialized memory This also avoids the need to check the scanf() return as the subsequent check catches it Fixes: msan_uninit-mem_7f712e4dc173_7414_nist_ulaw.nist Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avformat/nistspheredec: check sscanf() success before using the resultMichael Niedermayer2013-12-19
| | | | | | | Fixes use of uninitialized memory Fixes: msan_uninit-mem_7f935c3c6c1a_7413_nist_pcms8.nist Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavc & lavf: replace deprecated av_log* functionsPaul B Mahol2013-03-15
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* NIST SPHERE demuxerPaul B Mahol2012-12-23
Signed-off-by: Paul B Mahol <onemda@gmail.com>