summaryrefslogtreecommitdiff
path: root/libavformat/pjsdec.c
Commit message (Collapse)AuthorAge
* avformat/pjsdec: dont increase pointer when its already at the end in read_ts()Clément Bœsch2014-01-11
| | | | | | | Fixes use of uninitialized memory Fixes: msan_uninit-mem_7f91f2de7764_2649_PJS_capability_tester.pjs Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Replace all occurrences of PRI in sscanf() calls with SCNJames Almer2013-04-10
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* Add PJS subtitles demuxer and decoder.Clément Bœsch2012-12-30