441 Commits (119d70db5099f9513d954283245efd7f699ad321)

Author SHA1 Message Date
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
Dustin Brody d7d2f0e63c matroskadec: fix typo. 13 years ago
Dustin Brody 4a9628f276 matroskadec: bail on parsing of incorrect seek index segments 13 years ago
Aurelien Jacobs dc6c36ce46 matroskadec: use correct compression parameters for current track CodecPrivate 14 years ago
Michael Niedermayer 956c901c68 Fix several security issues in matroskadec.c (MSVR-11-0080). 14 years ago
Chris Evans 69619a13c3 matroskadec: fix integer underflow if header length < probe length. 14 years ago
Anton Khirnov dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 14 years ago
Anton Khirnov fdb94444be matroskadec: fix stupid typo (!= -> ==) 14 years ago
Anton Khirnov f47ac3c6ca matroskadec: reindent 14 years ago
Aaron Colwell 31ad14c21e matroskadec: defer parsing of cues element until we seek. 14 years ago
John Stebbins cdc2c1c576 matroskadec: matroska_read_seek after after EBML_STOP leads to failure. 14 years ago
Ami Fischman 5dd514af93 matroskadec: forward parsing errors to caller. 14 years ago
Aurelien Jacobs fdb5e02901 matroskadec: properly decode color space in an endian neutral way 14 years ago
Aurelien Jacobs 5fec3a2539 matroskadec: use a temporary fourcc variable 14 years ago