388 Commits (635a25954e96bc7b765dc84e9118fca0a61dcaf9)

Author SHA1 Message Date
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
Reimar Döffinger 4a95876f4d Add skip_to_keyframe stream variable. 13 years ago
Michael Niedermayer 0b27136c65 matroskadec: fix null pointer dereference 13 years ago
Dale Curtis b5ada68ead matroska: Fix leaking memory allocated for laces. 13 years ago
Dale Curtis 3116858853 matroska: Fix leaking memory allocated for laces. 13 years ago
Michael Niedermayer 01fd1aa0ad matroskadec: fix strcmp(NULL) 13 years ago
Michael Niedermayer d9fe6b926c matroskadec: Fix null pointer exception on corrupted input. 13 years ago
Aaron Colwell 2e061130f4 matroska : Add support for reading/writing creation_time metadata. 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
Reimar Döffinger 016c7bb762 matroskadec: remove H.264 special-case that disabled header parsing. 13 years ago
Reimar Döffinger d493170ec9 matroskadec: introduce resync function. 13 years ago
Martin Storsjö 167f3b8de7 libavformat: Add an ff_ prefix to some lavf internal symbols 13 years ago
Reimar Döffinger 47e015e6f1 matroskadec: properly fall back to generic seek. 13 years ago
Reimar Döffinger c18899d432 matroskadec: reset num_levels on seek. 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
Michael Niedermayer 1860c66c54 matroskadec: increase padding on several more extradata allocations. 13 years ago
Alex Converse 5af569aa30 matroskadec: Pad AAC extradata. 13 years ago
Alex Converse d2ee8c1779 matroskadec: Pad AAC extradata. 13 years ago
Chris Evans faaec4676c matroskadec: Fix a bug where a pointer was cached to an array that might later move due to a realloc() 13 years ago
Chris Evans f35e037c93 mkv: Fix a bug where a pointer was cached to an array that might later move due to 13 years ago
Mans Rullgard 3383a53e7d lavu: replace int/float punning functions 13 years ago
Diego Biurrun e873c03ac7 misc Doxygen markup improvements 13 years ago
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago
Anton Khirnov c98c1f434e matroskadec: don't set codec timebase. 13 years ago
Ronald S. Bultje d31fb1a9e7 matroskadec: empty blocks are in fact valid. 13 years ago
Hendrik Leppkes 8689d87ac6 Revert "matroskadec: forward parsing errors to caller." 13 years ago
Anton Khirnov a2faa95151 lavf: make some seeking functions private 13 years ago
Anton Khirnov 59a9a23581 lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf. 13 years ago
Anton Khirnov 1fa395e471 lavf: use avpriv_ prefix for ff_new_chapter(). 13 years ago
Anton Khirnov 3b3bbdd3e6 lavf,lavd: replace av_new_stream->avformat_new_stream part I. 13 years ago
Ronald S. Bultje 723229c11f matroskadec: fix out of bounds write 13 years ago
Michael Niedermayer 77d2ef13a8 Fix memory (re)allocation in matroskadec.c, related to MSVR-11-0080. 13 years ago
Anton Khirnov 98cfe22b5c matroskadec: export mimetype of attachments as metadata. 13 years ago
Aaron Colwell 6c4cc0f640 matroskadec: Fix seeking for matroska files with CUES before first cluster 13 years ago