]> git.sesse.net Git - ffmpeg/history - libavformat/matroskadec.c
only print debug info when sample is actually added
[ffmpeg] / libavformat / matroskadec.c
2008-05-15 Aurelien Jacobsmatroskadec: add support for bzlib compressed tracks
2008-05-13 Aurelien Jacobsadd missing \n in av_log message
2008-05-13 Aurelien Jacobsmatroskadec: add support for zlib compressed tracks
2008-05-13 Carl Eugen HoyosAdd MATROSKA_TRACK_TYPE_NONE.
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-05-09 Aurelien Jacobsuse enum type instead of int
2008-05-09 Aurelien Jacobscosmetics: indentation
2008-05-09 Aurelien Jacobsmatroskadec: add support for lzo compressed tracks
2008-05-08 Aurelien Jacobsmatroskadec: fail gracefully when seeking don't work
2008-05-08 Aurelien Jacobsmatroskadec: add support for track content encoding
2008-04-19 Vladimir VoroshilovImplement FFMAX3(a,b,c) - maximum over three arguments.
2008-04-02 Aurelien Jacobsuse common aac sample rate tables
2008-03-31 Aurelien Jacobscheck return value of matroska_find_track_by_num (fix...
2008-03-10 Aurelien Jacobsadd out of bound stream index checks
2008-03-10 Aurelien Jacobsadd a temporary variable to simplify the code
2008-03-07 Evgeniy StepanovAdd 'disposition' bitfield to AVStream and use it for...
2008-02-04 Michael NiedermayerRemove incorrect cast found by -Wwrite-strings.
2008-01-27 Evgeniy StepanovAdd support for Matroska attachments.
2008-01-07 Aurelien JacobsMake ff_mkv_codec_tags lie entirely in .rodata section.
2008-01-02 Aurelien Jacobsmove num_packets=0 where it belongs
2007-12-29 Evgeniy Stepanovexport raw SSA tracks with their own codec ID (patch...
2007-12-29 Aurelien Jacobsclear internal queue when seeking
2007-12-29 Aurelien Jacobsmove internal queue freeing code in its own function
2007-12-29 Gabriel Fortéfix memory leak (patch by Gabriel Forté gforte _at_...
2007-12-03 Diego Biurruncolour --> color in variable names
2007-12-03 Diego Biurruncosmetics: comment spelling fixes
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-10-21 Aurelien Jacobscosmetics: reindent
2007-10-21 Aurelien JacobsMake Matroska demuxer output full frames instead of...
2007-08-31 David ConradSimpleBlock keyframe flag is the most significant bit
2007-08-16 Aurelien Jacobscosmetic: indentation
2007-08-16 Aurelien JacobsDon't pre-scale default_duration to avoid precision...
2007-08-16 Aurelien Jacobsno need for special case default_duration for AAC
2007-08-16 Aurelien Jacobscalculate default_duration according to framerate only...
2007-08-10 Aurelien Jacobsensure that negative block_time are properly checked
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_NOTSUPP with AVERROR...
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_IO with AVERROR...
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_NOMEM with AVERROR...
2007-07-16 Aurelien Jacobsadd support for S_ASS and S_SSA codec string
2007-07-13 Alex BeregszasziRemove broken assert. ebml_read_element_id can handle...
2007-07-11 Aurelien Jacobsadd support for ASS like subtitles in Matroska
2007-07-11 Aurelien Jacobsadd support for Matroska subtitle tracks
2007-07-09 Aurelien Jacobsduration must not be scaled
2007-07-09 Aurelien Jacobsproperly set AVStream.language according to Matroska...
2007-06-24 Aurelien Jacobscosmetics: indentation after last commit
2007-06-24 Aurelien Jacobsdrop blocks which are part of unsupported tracks
2007-06-23 Aurelien Jacobssimplify
2007-06-23 Aurelien Jacobsuse intreadwrite functions in matroskadec
2007-06-20 Reimar DöffingerFix @file in matroskadec.c, it was still matroska.c
2007-06-04 Aurelien Jacobscosmetics: use one type per field in every structs
2007-06-04 Aurelien Jacobscosmetics: indentation
2007-06-04 Aurelien Jacobsadd support for real audio in matroska
2007-06-04 Aurelien Jacobsfix an infinite loop in case one cluster is not enough...
2007-06-04 David Conradsplit some common code from the mkv demuxer that will...