summaryrefslogtreecommitdiff
path: root/libavformat/takdec.c
Commit message (Collapse)AuthorAgeFilesLines
* replace calls to url_feof() with avio_feof()James Almer2014-08-081-1/+1
| | | | | Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avformat/takdec: zero padding area before useMichael Niedermayer2014-01-071-0/+1
| | | | | | | Fixes use of uninitialized memory Fixes: msan_uninit-mem_7fcecee73d71_6470_luckynight-partial.tak Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avformat/takdec: use init_get_bits8()Michael Niedermayer2013-08-051-1/+1
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavf/takdec: check metadata blocks checksumPaul B Mahol2013-07-101-6/+31
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* Merge commit 'e0f8be6413b6a8d334d6052e610af32935c310af'Michael Niedermayer2013-05-051-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'e0f8be6413b6a8d334d6052e610af32935c310af': avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriate Conflicts: libavformat/ac3dec.c libavformat/avformat.h libavformat/avs.c libavformat/m4vdec.c libavformat/mov.c libavformat/mp3dec.c libavformat/mpeg.c libavformat/mpegvideodec.c libavformat/psxstr.c libavformat/pva.c libavformat/utils.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun2013-05-041-1/+1
| |
| * tak: demuxer, parser, and decoderPaul B Mahol2012-12-071-0/+185
| | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
* tak: reduce difference with qatarPaul B Mahol2012-12-091-14/+13
| | | | | | | Mostly cosmetics changes, but also makes decoding little faster here. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* get_bits: rename get_bits_longlong to get_bits64Michael Niedermayer2012-12-081-1/+1
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* takdec: fix seekingPaul B Mahol2012-10-101-10/+13
| | | | | | The previous approach was just wrong. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* takdec: remove redundant/wrong avio_tell()Paul B Mahol2012-10-101-1/+0
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* TAK demuxer, decoder and parserPaul B Mahol2012-10-081-0/+184
Signed-off-by: Paul B Mahol <onemda@gmail.com>