293 Commits (c3b05d2159e9c2d78c62ef79c2cfcb90d766556d)

Author SHA1 Message Date
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
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
Dustin Brody d7d2f0e63c matroskadec: fix typo. 13 years ago
Dustin Brody 4a9628f276 matroskadec: bail on parsing of incorrect seek index segments 13 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
Reimar Döffinger 4654420410 matroskadec: set timestamps for RealAudio packets. 14 years ago
Anton Khirnov d2d67e424f Remove all uses of now deprecated metadata functions. 14 years ago
Aurelien Jacobs 9c569ef712 matroskadec: check that pointers were initialized before accessing them 14 years ago
Stefano Sabatini 59d96941f0 avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols 14 years ago
Max Horn ca402f32e3 handle malloc failures in ff_get_wav_header 14 years ago
Anton Khirnov f87b1b373a avio: AVIO_ prefixes for URL_ open flags. 14 years ago
Anton Khirnov 8978fedaee avio: introduce an AVIOContext.seekable field 14 years ago
John Stebbins 98a7d560b4 matroskadec: set default duration for simple block 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Anton Khirnov 45a8a02a41 lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense 14 years ago
Anton Khirnov 66e5b1df36 avio: deprecate url_feof 14 years ago
Anton Khirnov a2704c9712 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
Anton Khirnov e356fc57a2 lavf: replace all uses of url_fskip with avio_seek 14 years ago
Anton Khirnov 6b4aa5dac8 avio: avio_ prefix for url_fseek 14 years ago
Anton Khirnov 77eb5504d3 avio: avio: avio_ prefixes for put_* functions 14 years ago
Anton Khirnov b7effd4e83 avio: avio_ prefixes for get_* functions 14 years ago
Anton Khirnov e731b8d872 avio: move init_put_byte() to a new private header and rename it 14 years ago
Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 14 years ago
Reimar Döffinger 95ec3d4cac matroskadec: add generic element length validation. 14 years ago
Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Anton Khirnov bf800c7db8 matroskadec: skip invalid tags with no TagName 14 years ago
Anton Khirnov ad7768f4c4 add ff_ prefix to metadata_conv() 14 years ago
Anton Khirnov 03700d399b Export metadata in the generic format. Deprecate old conversion API. 14 years ago
Reimar Döffinger 1b4d327b1c Add a special function to mkv demxuer to parse length values that includes 15 years ago
Aurelien Jacobs 4a194c8f47 matroskadec: allow uint and float elements with length = 0 15 years ago
Reimar Döffinger ff6a5fc1f0 Optimize/simplify ebml_read_num. 15 years ago
Aurelien Jacobs e110e968fe matroskadec: minor simplification 15 years ago
Aurelien Jacobs 4f90688b6e matroskadec: fix integer overflow 15 years ago
Alex Converse f7cf0f3148 Add WebM to the Matroska demuxer name. 15 years ago
David Conrad 41c1ccc332 matroskadec: merge only SSA packets together 15 years ago
Aurelien Jacobs 7a617a8634 add AV_DISPOSITION_FORCED flag and use it in matroska demuxer 15 years ago