]> git.sesse.net Git - ffmpeg/history - libavformat/matroskadec.c
matroskadec: use generic parser to parse chapters
[ffmpeg] / libavformat / matroskadec.c
2008-08-05 Aurelien Jacobsmatroskadec: use generic parser to parse chapters
2008-08-05 Aurelien Jacobsmatroskadec: use generic parser to parse tags
2008-08-05 Aurelien Jacobsmatroskadec: use generic parser to parse index
2008-08-05 Aurelien Jacobsmatroskadec: return pointer instead of index in matrosk...
2008-08-05 Aurelien Jacobsmatroskadec: create new AVStream earlier
2008-08-05 Aurelien Jacobsmatroskadec: store an AVStream pointer instead of a...
2008-08-05 Aurelien Jacobsmatroskadec: use generic ebml parser to parse ebml...
2008-08-05 Aurelien Jacobsmatroskadec: add an ebml generic parser
2008-08-05 Aurelien Jacobsmatroskadec: remove unused is_bframe flag
2008-08-05 Aurelien Jacobsmatroskadec: simplify flag default
2008-08-05 Aurelien Jacobsmatroskadec: remove storage of various unused flags
2008-08-05 Aurelien Jacobsmatroskadec: use more robust av_strlcpy() instead of...
2008-07-27 Aurelien Jacobsmatroska: add support for V_QUICKTIME track type
2008-06-22 Evgeniy Stepanovmatroskadec: decode track private data if needed
2008-06-22 Evgeniy Stepanovmatroskadec: move buffer decoding code to a separate...
2008-06-22 Aurelien Jacobsmatroskadec: fix a memory leak
2008-06-16 Aurelien Jacobsmatroskadec: remove some useless code
2008-06-11 Joakim Platematroskadec: set cur_dts after seek
2008-06-04 Aurelien Jacobsmatroskadec: remove some useless code
2008-06-04 Aurelien Jacobscosmetics: indentation
2008-06-04 Aurelien Jacobsmatroskadec: don't remove dummy level when none was...
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-06-03 Aurelien Jacobsadjust comment to reality
2008-06-03 Aurelien Jacobsmatroskadec: sane default value for track->time_scale
2008-06-02 Aurelien Jacobsmatroskadec: fix potential mem leak
2008-06-02 Aurelien Jacobsmatroskadec: avoid potential mem leak
2008-06-02 Aurelien Jacobsreorganize matroska_add_stream() to fix potential mem...
2008-06-02 Aurelien Jacobsmatroskadec: move ARRAY_SIZE() macro at top of the...
2008-06-01 Aurelien Jacobsmatroskadec: use the proper timestamp scaling for index...
2008-06-01 Anton Khirnovmatroskadec: read TrackTimecodeScale and set timebase...
2008-06-01 Anton Khirnovmatroskadec: silently discard some element ID that...
2008-05-28 Michael NiedermayerDead code removal, fixes CID59 RUN2.
2008-05-23 Michael NiedermayerPass time_base as argument to new_chapter() as well.
2008-05-23 Michael NiedermayerMake ff_new_chapter() return AVChapter instead of int...
2008-05-23 Michael NiedermayerAdd id to AVChapter, untested (where do i find matroska...
2008-05-23 Aurelien Jacobsdon't set a dummy chapter title when title is unknown
2008-05-22 Aurelien Jacobsmatroskadec: allows inserting chapters with unspecified end
2008-05-22 Anton Khirnovdemux chapters out of matroska
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...