summaryrefslogtreecommitdiff
path: root/libavformat/matroskadec.c
Commit message (Expand)AuthorAge
* matroskadec: decode track private data if neededEvgeniy Stepanov2008-06-22
* matroskadec: move buffer decoding code to a separate functionEvgeniy Stepanov2008-06-22
* matroskadec: fix a memory leakAurelien Jacobs2008-06-22
* matroskadec: remove some useless codeAurelien Jacobs2008-06-16
* matroskadec: set cur_dts after seekJoakim Plate2008-06-11
* matroskadec: remove some useless codeAurelien Jacobs2008-06-04
* cosmetics: indentationAurelien Jacobs2008-06-04
* matroskadec: don't remove dummy level when none was addedAurelien Jacobs2008-06-04
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* adjust comment to realityAurelien Jacobs2008-06-03
* matroskadec: sane default value for track->time_scaleAurelien Jacobs2008-06-03
* matroskadec: fix potential mem leakAurelien Jacobs2008-06-02
* matroskadec: avoid potential mem leakAurelien Jacobs2008-06-02
* reorganize matroska_add_stream() to fix potential mem leak and buffer overflowAurelien Jacobs2008-06-02
* matroskadec: move ARRAY_SIZE() macro at top of the fileAurelien Jacobs2008-06-02
* 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