565 Commits (ce928d7d2b3bd68a222cfbc19a44805ac4cdaf14)

Author SHA1 Message Date
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
Moritz Bunkus 8071dca3d5 matroska: implement support for ALAC 12 years ago
Dale Curtis df1d84121b matroskadec: fix incorrect unsigned->signed conversion 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
Clément Bœsch ca81e3b6e7 lavf/mkv: prefix video stereo arrays with ff_. 12 years ago
Philip Langdale 9d89c8b3ac matroskadec, matroskadec, srtenc: Read/Write duration for subtitles. 12 years ago
Philip Langdale 2626cc4580 matroska: Mark S_TEXT/UTF-8 as Subrip encoded subtitles. 12 years ago
Michael Niedermayer ee475e272e matroskadec: fix lace vs block duration. 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Michael Niedermayer c30f53e4d8 matroskadec: prevent potential integer overflow 12 years ago
Moritz Bunkus bc3b422029 matroskadec: Implement support for ALAC 12 years ago
Michael Niedermayer 668c873bed matroskadec: check element size against stream limit in ebml_parse_elem() 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
Michael Niedermayer 59c122b3b0 matroskadec: add assert on lack of overflow in pkt_size+offset 13 years ago
Michael Niedermayer 4b7c52346a matroskadec: change size check in matroska_decode_buffer() to unsigned 13 years ago
Michael Niedermayer 08169fc3d2 matroskadec: move lace_size check up so it catches all code pathes 13 years ago
Michael Niedermayer 88a740afde matroskadec: change assert to av_assert0() 13 years ago
Dale Curtis 71529bd8c5 Fix incorrect unsigned->signed conversion. 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
Michael Niedermayer 2677697ac9 matroskadec: check headerstrip data availability. 13 years ago
Nicolas George dcd207c4cb matroskadec: use av_grow_packet in merge_packets. 13 years ago