summaryrefslogtreecommitdiffstats
path: root/libavformat/matroskadec.c
Commit message (Expand)AuthorAgeFilesLines
* matroska: add support for V_QUICKTIME track typeAurelien Jacobs2008-07-271-0/+10
* matroskadec: decode track private data if neededEvgeniy Stepanov2008-06-221-0/+17
* matroskadec: move buffer decoding code to a separate functionEvgeniy Stepanov2008-06-221-69/+81
* matroskadec: fix a memory leakAurelien Jacobs2008-06-221-0/+3
* matroskadec: remove some useless codeAurelien Jacobs2008-06-161-54/+3
* matroskadec: set cur_dts after seekJoakim Plate2008-06-111-0/+1
* matroskadec: remove some useless codeAurelien Jacobs2008-06-041-44/+3
* cosmetics: indentationAurelien Jacobs2008-06-041-7/+7
* matroskadec: don't remove dummy level when none was addedAurelien Jacobs2008-06-041-0/+3
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
* adjust comment to realityAurelien Jacobs2008-06-031-1/+1
* matroskadec: sane default value for track->time_scaleAurelien Jacobs2008-06-031-0/+1
* matroskadec: fix potential mem leakAurelien Jacobs2008-06-021-0/+1
* matroskadec: avoid potential mem leakAurelien Jacobs2008-06-021-0/+1
* reorganize matroska_add_stream() to fix potential mem leak and buffer overflowAurelien Jacobs2008-06-021-6/+9
* matroskadec: move ARRAY_SIZE() macro at top of the fileAurelien Jacobs2008-06-021-2/+2
* matroskadec: use the proper timestamp scaling for index entriesAurelien Jacobs2008-06-011-1/+1
* matroskadec: read TrackTimecodeScale and set timebase accordinglyAnton Khirnov2008-06-011-1/+10
* matroskadec: silently discard some element ID that we don't care aboutAnton Khirnov2008-06-011-0/+5
* Dead code removal, fixes CID59 RUN2.Michael Niedermayer2008-05-281-4/+1
* Pass time_base as argument to new_chapter() as well.Michael Niedermayer2008-05-231-4/+1
* Make ff_new_chapter() return AVChapter instead of int so its consistant withMichael Niedermayer2008-05-231-1/+2
* Add id to AVChapter, untested (where do i find matroska files with chapters?).Michael Niedermayer2008-05-231-3/+6
* don't set a dummy chapter title when title is unknownAurelien Jacobs2008-05-231-1/+1
* matroskadec: allows inserting chapters with unspecified endAurelien Jacobs2008-05-221-2/+6
* demux chapters out of matroskaAnton Khirnov2008-05-221-0/+157
* matroskadec: add support for bzlib compressed tracksAurelien Jacobs2008-05-151-0/+30
* add missing \n in av_log messageAurelien Jacobs2008-05-131-1/+1
* matroskadec: add support for zlib compressed tracksAurelien Jacobs2008-05-131-0/+30
* Add MATROSKA_TRACK_TYPE_NONE.Carl Eugen Hoyos2008-05-131-1/+1
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
* use enum type instead of intAurelien Jacobs2008-05-091-1/+1
* cosmetics: indentationAurelien Jacobs2008-05-091-1/+1
* matroskadec: add support for lzo compressed tracksAurelien Jacobs2008-05-091-6/+27
* matroskadec: fail gracefully when seeking don't workAurelien Jacobs2008-05-081-1/+1
* matroskadec: add support for track content encodingAurelien Jacobs2008-05-081-2/+155
* Implement FFMAX3(a,b,c) - maximum over three arguments.Vladimir Voroshilov2008-04-191-2/+2
* use common aac sample rate tablesAurelien Jacobs2008-04-021-6/+3
* check return value of matroska_find_track_by_num (fix a segfault)Aurelien Jacobs2008-03-311-0/+1
* add out of bound stream index checksAurelien Jacobs2008-03-101-2/+2
* add a temporary variable to simplify the codeAurelien Jacobs2008-03-101-4/+6
* Add 'disposition' bitfield to AVStream and use it for both muxing and demuxingEvgeniy Stepanov2008-03-071-0/+3
* Remove incorrect cast found by -Wwrite-strings.Michael Niedermayer2008-02-041-1/+1
* Add support for Matroska attachments.Evgeniy Stepanov2008-01-271-0/+120
* Make ff_mkv_codec_tags lie entirely in .rodata section.Aurelien Jacobs2008-01-071-1/+1
* move num_packets=0 where it belongsAurelien Jacobs2008-01-021-1/+1
* export raw SSA tracks with their own codec ID (patch by Evgeniy Stepanov)Evgeniy Stepanov2007-12-291-19/+0
* clear internal queue when seekingAurelien Jacobs2007-12-291-0/+2
* move internal queue freeing code in its own functionAurelien Jacobs2007-12-291-7/+18
* fix memory leak (patch by Gabriel Forté gforte _at_ wyplay _dot_ com)Gabriel Forté2007-12-291-2/+6
OpenPOWER on IntegriCloud