summaryrefslogtreecommitdiff
path: root/libavformat/matroskadec.c
Commit message (Expand)AuthorAge
...
* matroskadec: use the proper timestamp scaling for index entriesAurelien Jacobs2008-06-01
* matroskadec: read TrackTimecodeScale and set timebase accordinglyAnton Khirnov2008-06-01
* matroskadec: silently discard some element ID that we don't care aboutAnton Khirnov2008-06-01
* Dead code removal, fixes CID59 RUN2.Michael Niedermayer2008-05-28
* Pass time_base as argument to new_chapter() as well.Michael Niedermayer2008-05-23
* Make ff_new_chapter() return AVChapter instead of int so its consistant withMichael Niedermayer2008-05-23
* Add id to AVChapter, untested (where do i find matroska files with chapters?).Michael Niedermayer2008-05-23
* don't set a dummy chapter title when title is unknownAurelien Jacobs2008-05-23
* matroskadec: allows inserting chapters with unspecified endAurelien Jacobs2008-05-22
* demux chapters out of matroskaAnton Khirnov2008-05-22
* matroskadec: add support for bzlib compressed tracksAurelien Jacobs2008-05-15
* add missing \n in av_log messageAurelien Jacobs2008-05-13
* matroskadec: add support for zlib compressed tracksAurelien Jacobs2008-05-13
* Add MATROSKA_TRACK_TYPE_NONE.Carl Eugen Hoyos2008-05-13
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* use enum type instead of intAurelien Jacobs2008-05-09
* cosmetics: indentationAurelien Jacobs2008-05-09
* matroskadec: add support for lzo compressed tracksAurelien Jacobs2008-05-09
* matroskadec: fail gracefully when seeking don't workAurelien Jacobs2008-05-08
* matroskadec: add support for track content encodingAurelien Jacobs2008-05-08
* Implement FFMAX3(a,b,c) - maximum over three arguments.Vladimir Voroshilov2008-04-19
* use common aac sample rate tablesAurelien Jacobs2008-04-02
* check return value of matroska_find_track_by_num (fix a segfault)Aurelien Jacobs2008-03-31
* add out of bound stream index checksAurelien Jacobs2008-03-10
* add a temporary variable to simplify the codeAurelien Jacobs2008-03-10
* Add 'disposition' bitfield to AVStream and use it for both muxing and demuxingEvgeniy Stepanov2008-03-07
* Remove incorrect cast found by -Wwrite-strings.Michael Niedermayer2008-02-04
* Add support for Matroska attachments.Evgeniy Stepanov2008-01-27
* Make ff_mkv_codec_tags lie entirely in .rodata section.Aurelien Jacobs2008-01-07
* move num_packets=0 where it belongsAurelien Jacobs2008-01-02
* export raw SSA tracks with their own codec ID (patch by Evgeniy Stepanov)Evgeniy Stepanov2007-12-29
* clear internal queue when seekingAurelien Jacobs2007-12-29
* move internal queue freeing code in its own functionAurelien Jacobs2007-12-29
* fix memory leak (patch by Gabriel Forté gforte _at_ wyplay _dot_ com)Gabriel Forté2007-12-29
* colour --> color in variable namesDiego Biurrun2007-12-03
* cosmetics: comment spelling fixesDiego Biurrun2007-12-03
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* cosmetics: reindentAurelien Jacobs2007-10-21
* Make Matroska demuxer output full frames instead of slices for RealVideoAurelien Jacobs2007-10-21
* SimpleBlock keyframe flag is the most significant bitDavid Conrad2007-08-31
* cosmetic: indentationAurelien Jacobs2007-08-16
* Don't pre-scale default_duration to avoid precision loss in fps calculation.Aurelien Jacobs2007-08-16
* no need for special case default_duration for AACAurelien Jacobs2007-08-16
* calculate default_duration according to framerate only when not already setAurelien Jacobs2007-08-16
* ensure that negative block_time are properly checkedAurelien Jacobs2007-08-10
* Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS).Panagiotis Issaris2007-07-19
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-19
* add support for S_ASS and S_SSA codec stringAurelien Jacobs2007-07-16
* Remove broken assert. ebml_read_element_id can handle level_up set to NULL.Alex Beregszaszi2007-07-13