]> git.sesse.net Git - ffmpeg/history - libavformat/matroskadec.c
lavf: split wav muxer and demuxer into separate files.
[ffmpeg] / libavformat / matroskadec.c
2012-10-15 Diego Biurrunrmdec: Move SIPR code shared with Matroska demuxer...
2012-09-21 Anton Khirnovmatroskadec: fix a sanity check.
2012-09-21 Anton Khirnovmatroskadec: only return corrupt packets that actually...
2012-09-19 Luca Barbatomatroskadec: properly support BlockDuration
2012-09-19 Luca Barbatomatroskadec: split frame parsing
2012-09-19 Luca Barbatomatroskadec: split laces parsing
2012-09-19 Luca Barbatomatroska: implement support for ProRes
2012-09-19 Moritz Bunkusmatroska: implement support for ALAC
2012-09-19 Luca Barbatomatroskadec: validate lace_size when parsed
2012-09-19 Luca Barbatomatroskadec: return meaningful errors in matroska_decod...
2012-09-19 Dale Curtismatroskadec: fix incorrect unsigned->signed conversion
2012-09-19 Luca Barbatomatroskadec: refactor matroska_decode_buffer
2012-09-19 Luca Barbatomatroskadec: check realloc in lzo encoding
2012-09-19 Luca Barbatomatroska: honor error_recognition on unknown doctypes
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-30 Diego Biurrunavformat: Drop pointless "format" from container long...
2012-07-29 Anton Khirnovlavf: deprecate r_frame_rate.
2012-07-22 Anton Khirnovmatroskadec: return more correct error code on read...
2012-07-09 Anton Khirnovmatroskadec: honor error_recognition when encountering...
2012-04-30 Luca Barbatomkv: mark corrupted packets and return them
2012-04-30 Luca Barbatomkv: forward EMBL block data error
2012-04-23 Dale Curtismatroska: Clear prev_pkt between seeks.
2012-04-23 Dale Curtismatroska: Add incremental parsing of clusters.
2012-04-18 Mans Rullgardmatroska: do not set invalid default duration if frame...
2012-04-17 Luca Barbatomkv: use av_reduce instead of av_d2q for framerate...
2012-04-17 Luca Barbatomkv: report average framerate as minimal as well
2012-04-13 Dale Curtismatroska: Fix leaking memory allocated for laces.
2012-03-02 Ronald S. Bultjematroska: check buffer size for RM-style byte reordering.
2012-02-25 Ronald S. Bultjematroska: don't overwrite string values until read...
2012-02-21 Alex ConverseMark mutable static data const where appropriate.
2012-02-15 Martin Storsjölibavformat: Add an ff_ prefix to some lavf internal...
2012-02-13 Diego Biurrunmatroskadec: Mark variable as av_unused.
2012-01-27 Anton Khirnovlavf: remove AVFormatParameters from AVFormatContext...
2012-01-25 Alex Conversematroskadec: Pad AAC extradata.
2012-01-05 Chris Evansmatroskadec: Fix a bug where a pointer was cached to...
2011-12-11 Mans Rullgardlavu: replace int/float punning functions
2011-12-05 Diego Biurrunmisc Doxygen markup improvements
2011-11-30 Anton Khirnovlavf: make av_set_pts_info private.
2011-11-30 Anton Khirnovmatroskadec: don't set codec timebase.
2011-11-05 Ronald S. Bultjematroskadec: empty blocks are in fact valid.
2011-10-28 Anton Khirnovlavf: make some seeking functions private
2011-10-20 Anton Khirnovlavc: use avpriv_ prefix for some mpeg4audio symbols...
2011-10-20 Anton Khirnovlavf: use avpriv_ prefix for ff_new_chapter().
2011-10-19 Anton Khirnovlavf,lavd: replace av_new_stream->avformat_new_stream...
2011-10-14 Ronald S. Bultjematroskadec: fix out of bounds write
2011-09-27 Michael NiedermayerFix memory (re)allocation in matroskadec.c, related...
2011-09-27 Anton Khirnovmatroskadec: export mimetype of attachments as metadata.
2011-09-15 Dustin Brodymatroskadec: fix typo.
2011-09-15 Dustin Brodymatroskadec: bail on parsing of incorrect seek index...
2011-07-20 Chris Evansmatroskadec: fix integer underflow if header length...
2011-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
2011-07-10 Anton Khirnovmatroskadec: fix stupid typo (!= -> ==)
2011-07-10 Anton Khirnovmatroskadec: reindent
2011-07-10 Aaron Colwellmatroskadec: defer parsing of cues element until we...
2011-07-01 John Stebbinsmatroskadec: matroska_read_seek after after EBML_STOP...
2011-06-29 Ami Fischmanmatroskadec: forward parsing errors to caller.
2011-06-09 Reimar Döffingermatroskadec: set timestamps for RealAudio packets.
2011-06-08 Anton KhirnovRemove all uses of now deprecated metadata functions.
2011-05-12 Aurelien Jacobsmatroskadec: check that pointers were initialized befor...
2011-04-19 Stefano Sabatiniavio: remove AVIO_* access symbols in favor of new...
2011-04-14 Max Hornhandle malloc failures in ff_get_wav_header
2011-04-07 Anton Khirnovavio: AVIO_ prefixes for URL_ open flags.
2011-04-03 Anton Khirnovavio: introduce an AVIOContext.seekable field
2011-03-24 John Stebbinsmatroskadec: set default duration for simple block
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-17 Anton Khirnovlavf: replace avio_seek(SEEK_CUR) with avio_skip where...
2011-03-07 Anton Khirnovavio: deprecate url_feof
2011-03-04 Anton Khirnovavio: add avio_tell macro as a replacement for url_ftell
2011-03-01 Anton Khirnovlavf: replace all uses of url_fskip with avio_seek
2011-03-01 Anton Khirnovavio: avio_ prefix for url_fseek
2011-02-21 Anton Khirnovavio: avio: avio_ prefixes for put_* functions
2011-02-21 Anton Khirnovavio: avio_ prefixes for get_* functions
2011-02-20 Anton Khirnovavio: move init_put_byte() to a new private header...
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2011-02-07 Reimar Döffingermatroskadec: add generic element length validation.
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2010-11-03 Anton Khirnovmatroskadec: skip invalid tags with no TagName
2010-10-16 Anton Khirnovadd ff_ prefix to metadata_conv()
2010-10-15 Anton KhirnovExport metadata in the generic format. Deprecate old...
2010-09-06 Reimar DöffingerAdd a special function to mkv demxuer to parse length...
2010-09-05 Aurelien Jacobsmatroskadec: allow uint and float elements with length = 0
2010-09-02 Reimar DöffingerOptimize/simplify ebml_read_num.
2010-08-17 Aurelien Jacobsmatroskadec: minor simplification
2010-08-17 Aurelien Jacobsmatroskadec: fix integer overflow
2010-08-01 Alex ConverseAdd WebM to the Matroska demuxer name.
2010-07-02 David Conradmatroskadec: merge only SSA packets together
2010-07-02 Aurelien Jacobsadd AV_DISPOSITION_FORCED flag and use it in matroska...
2010-06-15 Aurelien Jacobsmatroskadec : propagate AVERROR to the caller
2010-06-11 Aurelien Jacobsmatroskadec: fix type of the length field in ebml_read_...
2010-06-11 Aurelien Jacobsmatroskadec: cosmetic: indentation
2010-06-11 Aurelien Jacobsmatroskadec: add support for live broadcast containing...
2010-06-11 Aurelien Jacobsmatroskadec: simplify parsing of the first cluster
2010-06-11 Aurelien Jacobsmatroskadec: store the ID of the currently parsed ebml...
2010-06-11 Aurelien Jacobsmatroskadec: cosmetic: split a line to make it more...
2010-06-08 Reimar DöffingerDo not attempt to seek to index for streamed files...
2010-06-08 Reimar DöffingerFix the MATROSKA_ID_TAGDEFAULT to match the specificati...
2010-05-25 Aurelien Jacobsmatroskadec: avoid potential crash after r23169
2010-05-23 David Conradmatroskadec: Revert adding the doctype to metadata...
2010-05-22 David Conradmatroskadec: Allow unknown EBML doctype
2010-05-22 James Zernmatroskadec: Support webm doctype
next