477 Commits (9f8937b5ef1301184089f7bc31fe49c439d0ddbc)

Author SHA1 Message Date
Anton Khirnov 9b6f47c448 matroskadec: export full wavpack blocks. 12 years ago
Anton Khirnov 564b7e0c00 matroskadec: silently skip CodecState element. 12 years ago
Michael Niedermayer 4758e32a6c matroska_read_seek: Fix used streams for subtitle index compensation 12 years ago
Michael Niedermayer 729fa55b8f avformat/matroskadec: fix integer overflow 12 years ago
Reimar Döffinger 762d4335ae matroska: set "done" only during resync fail. 12 years ago
Diego Biurrun e0f8be6413 avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriate 12 years ago
Clément Bœsch 7c1a002c78 subtitles: introduce ASS codec id and use it. 12 years ago
Michael Niedermayer 3b93bea9e3 matroskadec: Check EBML lace sizes. 12 years ago
Michael Niedermayer 115c3bc41f matroskadec: Check for overflows in xiph lace decoding 12 years ago
Michael Niedermayer 14de77d677 matroskadec: fix return code for too long xiph laces 12 years ago
Michael Niedermayer f51ce34e5e matroskadec: fix display_width/height = 0 handling 12 years ago
Luca Barbato 25a80a931a matroska: pass the lace size to the matroska_parse_rm_audio 12 years ago
Luca Barbato 8a96df7b70 matroska: fix a corner case in ebml-lace parsing 12 years ago
Dale Curtis fc43c19a56 matroska: Update the available size after lace parsing 12 years ago
Dale Curtis 81e85bc95c Fix heap-buffer-overflow in matroska_parse_block 12 years ago
Michael Niedermayer ac75e0c755 matroskadec: switch to av_assert 12 years ago
Frank Galligan b853103fe0 matroskadec: Add support for parsing Matroska ContentEncKeyID 12 years ago
Michael Niedermayer fdda9b440c matroska_parse_frame: fix memleak 12 years ago
Michael Niedermayer 70c0ae915d matroskadec: avoid integer overflow 12 years ago
Luca Barbato 37cb3b180a matroskadec: request a read buffer for the wav header 12 years ago
Anton Khirnov 85a5bc054c lavf: remove disabled FF_API_R_FRAME_RATE cruft 12 years ago
Anton Khirnov 1afddbe59e avpacket: use AVBuffer to allow refcounting the packets. 12 years ago
Vignesh Venkatasubramanian 003be0a9c3 Removing network.h from matroskadec.c 12 years ago
Vignesh Venkatasubramanian ce6a8e5947 Adding AlphaMode element to Matroska Parser 12 years ago
Michael Niedermayer a08ebf04b1 matroskadec: simplify additional_id writing code 12 years ago
Vignesh Venkatasubramanian 30c5c45b12 Adding support for parsing BlockAdditional 12 years ago
Michael Niedermayer 7c00d853a6 matroskadec: support seek to non keyframes 12 years ago
Paul B Mahol dd5689a3bd matroskadec: export codec bits_per_coded_sample 12 years ago
Dale Curtis ae3d416369 matroska: Fix use after free 12 years ago
Michael Niedermayer d0b450457b matroskadec: fix ffio_init_context() usage 12 years ago
Michael Niedermayer 5e1bacf2d4 matroskadec: reset size when freeing data. 12 years ago
Michael Niedermayer 0efcf16a3e replace av_log(0, by av_log(NULL, 12 years ago
Michael Niedermayer c2ca0163af matroskadec: check h in generic rm packet shuffler 12 years ago
Michael Niedermayer c63e76ba35 ebml_read_binary: use fast_padded_malloc() 12 years ago
Anton Khirnov 34871beb5e matroskadec: do not use avpacket internals 12 years ago
Diego Biurrun 2a91ada828 avutil: Make LZO decoder code configure-time selectable 12 years ago
Michael Niedermayer 2c5b92fe90 matroskadec: fix double negation typo 12 years ago
Michael Niedermayer 1116491c53 matroska_parse_rm_audio: check for malloc failure 12 years ago
Diego Biurrun 7e68c91e24 rmdec: Move SIPR code shared with Matroska demuxer to a separate file 12 years ago
Anton Khirnov 87b017a298 matroskadec: fix a sanity check. 12 years ago
Anton Khirnov bdb939ad73 matroskadec: only return corrupt packets that actually contain data 12 years ago
Michael Niedermayer a6ec1e49f6 matroskadec: matroska_parse_rm_audio: remove unused parameter 12 years ago
Michael Niedermayer 0da50055eb matroskadec: fix typo 12 years ago
Luca Barbato c831ebf616 matroskadec: split frame parsing 12 years ago
Luca Barbato 117d8c6d1f matroska: implement support for ProRes 12 years ago
Luca Barbato 870e75524a matroskadec: validate lace_size when parsed 12 years ago
Luca Barbato c9a39cec70 matroskadec: return meaningful errors in matroska_decode_buffer 12 years ago
Luca Barbato 8d4dd55c37 matroskadec: refactor matroska_decode_buffer 12 years ago
Luca Barbato 7d8431004a matroskadec: properly support BlockDuration 12 years ago
Luca Barbato 2d0e7713f9 matroskadec: split laces parsing 12 years ago