403 Commits (469f8b1dcbacc921555af6c068db28ad3d3e5006)

Author SHA1 Message Date
Anton Khirnov e63a362857 avio: avio_ prefixes for get_* functions 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 ae99313aa5 avio: move init_put_byte() to a new private header and rename it 14 years ago
Anton Khirnov 471fe57e1a avio: rename ByteIOContext to AVIOContext. 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 14d735bd4f matroskadec: add generic element length validation. 14 years ago
Reimar Döffinger 95ec3d4cac matroskadec: add generic element length validation. 14 years ago
Diego Elio Pettenò 66355be3c3 Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 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 14 years ago
Aurelien Jacobs 4a194c8f47 matroskadec: allow uint and float elements with length = 0 14 years ago
Reimar Döffinger ff6a5fc1f0 Optimize/simplify ebml_read_num. 14 years ago
Aurelien Jacobs e110e968fe matroskadec: minor simplification 14 years ago
Aurelien Jacobs 4f90688b6e matroskadec: fix integer overflow 14 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
Aurelien Jacobs 0ade7bb6e9 matroskadec : propagate AVERROR to the caller 15 years ago
Aurelien Jacobs bddd1d93e5 matroskadec: fix type of the length field in ebml_read_master() 15 years ago
Aurelien Jacobs 739178107c matroskadec: cosmetic: indentation 15 years ago
Aurelien Jacobs 8dbe48fccb matroskadec: add support for live broadcast containing unknown size clusters 15 years ago
Aurelien Jacobs 80702035d2 matroskadec: simplify parsing of the first cluster 15 years ago
Aurelien Jacobs c3ade62ca3 matroskadec: store the ID of the currently parsed ebml element 15 years ago
Aurelien Jacobs 6c58adf3b7 matroskadec: cosmetic: split a line to make it more readable 15 years ago
Reimar Döffinger 120a083fb7 Do not attempt to seek to index for streamed files and if the user explicitly 15 years ago
Reimar Döffinger c31f00ed63 Fix the MATROSKA_ID_TAGDEFAULT to match the specification (instead of 15 years ago
Aurelien Jacobs 37dd235658 matroskadec: avoid potential crash after r23169 15 years ago
David Conrad 8daed34e48 matroskadec: Revert adding the doctype to metadata; it has no meaning elsewhere 15 years ago
David Conrad c7b913c8ad matroskadec: Allow unknown EBML doctype 15 years ago
James Zern 470491faed matroskadec: Support webm doctype 15 years ago
David Conrad 5549aa6d0d matroskadec: Free ebml binary buffer on error 15 years ago
David Conrad 465c28b6b4 matroskadec: Fix buffer overread in matroska_ebmlnum_uint 15 years ago
David Conrad d98bd80ed3 matroskadec: Ensure time_scale is nonzero, fixes divide-by-zero if the file 15 years ago
David Conrad 1c664b239c matroskadec: Use av_freep in ebml_read_ascii 15 years ago
Baptiste Coudurier 1095d44258 set avg frame rate in mkv demuxer 15 years ago
Stefano Sabatini 2ef6c1242a Mark av_metadata_set() as deprecated, and use av_metadata_set2() 15 years ago
Baptiste Coudurier f7501a71a1 seems aac gets screwed up by the parser so disable it 15 years ago
Baptiste Coudurier dc1c26dc8e parse stream headers for audio streams in mkv, needed for frame size 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Stefano Sabatini 9a2cb05ff9 Move the internal function declarations in avformat.h to internal.h. 15 years ago
Jean-Daniel Dupas cc947f04cc Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Aurelien Jacobs e536ccd653 matroskadec: use more appropriate error code 15 years ago
Aurelien Jacobs 6b10228a55 matroskadec: add support for SIPR audio tracks 15 years ago
David Conrad e48f7ff3cb matroskadec: Fix a buffer overread 15 years ago