347 Commits (7e52080cb18332cb1da9fe133498750b6b4b0fb3)

Author SHA1 Message Date
Anton Khirnov 668643b923 matroskadec: check av_strdup() when setting defaults 11 years ago
Martin Storsjö 569d18aa9d matroskadec: Verify realaudio codec parameters 11 years ago
Alexandra Khirnova f369b9356c avformat: Use av_reallocp_array() where suitable 11 years ago
Martin Storsjö 5bcd3ae5b1 matroskadec: Check that .lang was allocated and set before reading it 11 years ago
Sean McGovern 8835c554ff matroskadec: introduce resync function. 12 years ago
Anton Khirnov 9b6f47c448 matroskadec: export full wavpack blocks. 12 years ago
Anton Khirnov 564b7e0c00 matroskadec: silently skip CodecState element. 12 years ago
Diego Biurrun e0f8be6413 avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriate 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
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
Dale Curtis ae3d416369 matroska: Fix use after free 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
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
Luca Barbato 7d8431004a matroskadec: properly support BlockDuration 12 years ago
Luca Barbato c831ebf616 matroskadec: split frame parsing 12 years ago
Luca Barbato 2d0e7713f9 matroskadec: split laces parsing 12 years ago
Luca Barbato 117d8c6d1f matroska: implement support for ProRes 12 years ago
Moritz Bunkus 8071dca3d5 matroska: implement support for ALAC 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
Dale Curtis df1d84121b matroskadec: fix incorrect unsigned->signed conversion 12 years ago
Luca Barbato 8d4dd55c37 matroskadec: refactor matroska_decode_buffer 12 years ago
Luca Barbato 581281e242 matroskadec: check realloc in lzo encoding 12 years ago
Luca Barbato cd4739c4f2 matroska: honor error_recognition on unknown doctypes 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Diego Biurrun 6774247a9d avformat: Drop pointless "format" from container long names 12 years ago
Anton Khirnov aba232cfa9 lavf: deprecate r_frame_rate. 12 years ago
Anton Khirnov 721113bed2 matroskadec: return more correct error code on read error. 12 years ago
Anton Khirnov 5b7a88f0ba matroskadec: honor error_recognition when encountering unknown elements. 13 years ago
Luca Barbato 0ca4642ec5 mkv: mark corrupted packets and return them 13 years ago
Luca Barbato 721af294d9 mkv: forward EMBL block data error 13 years ago
Dale Curtis 7521c4bab2 matroska: Clear prev_pkt between seeks. 13 years ago
Dale Curtis 8336eb6f85 matroska: Add incremental parsing of clusters. 13 years ago
Mans Rullgard 3c58300269 matroska: do not set invalid default duration if frame rate is zero 13 years ago
Luca Barbato ac97d47d9b mkv: use av_reduce instead of av_d2q for framerate estimation 13 years ago
Luca Barbato 204bcdf56c mkv: report average framerate as minimal as well 13 years ago
Dale Curtis 3116858853 matroska: Fix leaking memory allocated for laces. 13 years ago
Ronald S. Bultje 9c239f6026 matroska: check buffer size for RM-style byte reordering. 13 years ago
Ronald S. Bultje cd40c31ee9 matroska: don't overwrite string values until read/alloc was succesful. 13 years ago
Alex Converse b0f29db5c2 Mark mutable static data const where appropriate. 13 years ago
Martin Storsjö 167f3b8de7 libavformat: Add an ff_ prefix to some lavf internal symbols 13 years ago
Diego Biurrun 529506b5f6 matroskadec: Mark variable as av_unused. 13 years ago
Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago