1. 1be5889 Add temporary include shims at old file locations. by Tom Finegan · 8 years ago
  2. 008aa63 mkvparser: move to mkvparser sub dir. by Tom Finegan · 8 years ago
  3. e64bf75 Namespace reorg: Make everything a child of libwebm. by Tom Finegan · 8 years ago
  4. 75790e1 iwyu/mkvparser: Update includes. by Tom Finegan · 8 years ago
  5. 2d09128 Colour element: TransferFunction renamed to TransferCharacteristics. by Tom Finegan · 8 years ago
  6. f2fc28e Colour element: Matrix renamed to MatrixCoefficients. by Tom Finegan · 8 years ago
  7. d7fc382 Track updates to the proposed Matroska Colour spec. by Tom Finegan · 8 years ago
  8. ae4ae7e mkvparser: Make omitted values detectable in the Colour element. by Tom Finegan · 8 years ago
  9. fb1406e mkvparser: Add support for the Colour element and its children. by Tom Finegan · 8 years ago
  10. 48b1e9a mkvparser: clang format run by Tom Finegan · 8 years ago
  11. 841a9b5 mkvparser: Segment assert clean up. by Tom Finegan · 9 years ago
  12. 93b24c4 mkvparser: Fix include order. by Tom Finegan · 9 years ago
  13. 7f77201 Merge "mkvparser: Add ReadID." by Tom Finegan · 9 years ago
  14. 23bb18b mkvparser: Add ReadID. by Tom Finegan · 9 years ago
  15. 7b57e37 mkvparser: add SafeArrayAlloc. by Tom Finegan · 9 years ago
  16. 1a6dc4f mkvparser: Cues::PreloadCuePoint now returns bool. by Tom Finegan · 9 years ago
  17. 064f2ee Segment::PreloadCluster(): return a bool status by James Zern · 9 years ago
  18. 3778408 Segment::AppendCluster(): return a bool status by James Zern · 9 years ago
  19. 2dec094 mkvparser: normalize UnserializeInt signature by James Zern · 9 years ago
  20. b6de61a Adds support for simple tags by Francisco Facioni · 9 years ago
  21. d66ba44 Merge "Add support to parse DisplayUnit." by Frank Galligan · 9 years ago
  22. deb41c2 Add support to parse DisplayUnit. by Frank Galligan · 9 years ago
  23. 2cb6a28 Change assertions to checks when parsing TrackPositions by Leonel Togniolli · 9 years ago
  24. 5a3be73 Change assertions to checks when load CuePoints by Leonel Togniolli · 9 years ago
  25. d3849c2 mkvparser: Dead code removal. by Tom Finegan · 9 years ago
  26. f439e52 Change assertions to checks when preloading Cues by Leonel Togniolli · 9 years ago
  27. e3616a6 Add support to parse stereo mode, display width and display height in mkvparser by Sasi Inguva · 9 years ago
  28. 4df111e clang-format on mkvparser.[ch]pp by Vignesh Venkatasubramanian · 10 years ago
  29. 5c14a3f mkvparser/mkvreader/sample: CRLF -> LF by Tom Finegan · 10 years ago
  30. 81c1d84 mkvparser: Add support for CodecDelay, DiscardPadding, and SeekPreRoll elements. by Tom Finegan · 10 years ago
  31. a9f43fe mkvparser: Get frame default duration by Patrik2 Carlsson · 11 years ago
  32. 3af8d02 mkvparser: support seek for generic tracks (subtitles) by Patrik Carlsson · 11 years ago
  33. 0d5b3fc mkvparser: add support for compression elements by Patrik Carlsson · 11 years ago
  34. 3980cf4 mkvparser: read track language information by Patrik Carlsson · 11 years ago
  35. 28222b4 Add support for WebVTT cue identifier line by Matthew Heaney · 12 years ago
  36. c26db03 vttdemux: add support for WebVTT chapters by Matthew Heaney · 12 years ago
  37. 386928d mkvparser: add missing definitions by Matthew Heaney · 12 years ago
  38. 50ee255 mkvparser: add support for MKV chapters by Matthew Heaney · 12 years ago
  39. 2fc496a mkvparser: create generic track objects by Matthew Heaney · 12 years ago
  40. 4f494f6 mkvparser: implemented BlockGroup::GetDuration method by Matthew Heaney · 12 years ago
  41. a320f5b Add CTR encryption. by Frank Galligan · 12 years ago
  42. 9a561ab libwebm: handle negative time for a block by matthewjheaney · 12 years ago
  43. 041a5c5 Parse headers outside of constructor by matthewjheaney · 12 years ago
  44. 6fa7c76 Block parsing is now robust by matthewjheaney · 12 years ago
  45. 4c68219 mkvparser: cache SeekEntry start and size by matthewjheaney · 12 years ago
  46. 9303667 parse void elements in seek head by matthewjheaney · 13 years ago
  47. 4affedd Add support for encryption elements. by Frank Galligan · 13 years ago
  48. 1ae4335 libwebm: liberalize handling of reference blocks by matthewjheaney · 13 years ago
  49. 9ecedef libwebm: include <cstddef> by matthewjheaney · 13 years ago
  50. 3395c36 libwebm: added UnserializeInt function by matthewjheaney · 13 years ago
  51. ffe5a8e libwebm: added GetLacing selector function for Block by matthewjheaney · 13 years ago
  52. a9c65fb libwebm: added BlockEntry::GetKind op by matthewjheaney · 13 years ago
  53. 31a9d54 libwebm: don't alloc block object in block group by matthewjheaney · 13 years ago
  54. 2b84a12 libwebm: removed old Cluster::Load by matthewjheaney · 13 years ago
  55. bd833a8 libwebm: removed old LoadBlockEntries by matthewjheaney · 13 years ago
  56. 7b07758 libwebm: refactor BlockEntry class by matthewjheaney · 13 years ago
  57. 00ed87a libwebm: Block::GetIndex returns type long by matthewjheaney · 13 years ago
  58. 70f9644 libwebm: restored Cluster::GetLast by matthewjheaney · 13 years ago
  59. 2083c72 libwebm: removed LoadBlockEntries by matthewjheaney · 13 years ago
  60. f5ec272 libwebm: removed Cluster::Load (non-incremental) by matthewjheaney · 13 years ago
  61. 31b2d86 libwebm: parse unkown cluster size by matthewjheaney · 13 years ago
  62. 227d62a libwebm: changed type from size_t to long by matthewjheaney · 13 years ago
  63. 85beb00 libwebm: changed idx from size_t to long by matthewjheaney · 13 years ago
  64. eb4bd69 libwebm: do not lazy-load cue points by matthewjheaney · 13 years ago
  65. cf36dc2 libwebm: added Cues::GetCount by matthewjheaney · 13 years ago
  66. a1aa166 libwebm: added support for incremental cluster parsing by matthewjheaney · 13 years ago
  67. 5ac9764 libwebm: liberalized parsing of next cluster by matthewjheaney · 13 years ago
  68. 5e72a2d libwebm: changed signature of CuePoint::GetTime by matthewjheaney · 13 years ago
  69. a131a01 libwebm: incrementally load block entries by matthewjheaney · 13 years ago
  70. 94f2d58 libwebm: tolerate errors in SeekHead element by matthewjheaney · 13 years ago
  71. 6e72331 added support for incremental (partial) loading by matthewjheaney · 13 years ago
  72. 9911f61 incrementally parse cue points by matthewjheaney · 13 years ago
  73. 00aa180 Segment::ParseHeaders return wrong result when underflow by matthewjheaney · 13 years ago
  74. bb8dfbe Segment::ParseNext is implemented by matthewjheaney · 13 years ago
  75. b817516 initialized members using initialize list of EBMLHeader by Hwasoo Lee · 13 years ago
  76. d1aff34 Added EBML element start and size to Segment Info, Tracks, Track, by Frank Galligan · 13 years ago
  77. 3ba8df9 return invisible flag setting by matthewjheaney · 13 years ago
  78. 93263f0 return error when no segment id found by matthewjheaney · 14 years ago
  79. e1e757f LoadCluster passes back posn and size by matthewjheaney · 14 years ago
  80. fd1d800 moved seek function from segment to track by matthewjheaney · 14 years ago
  81. be2f81a filter out empty clusters by matthewjheaney · 14 years ago
  82. cb5414a changed semantics of m_entries_count by matthewjheaney · 14 years ago
  83. 2ce6965 GetEntry now accepts a time by matthewjheaney · 14 years ago
  84. d97f236 fixed the issue 234 by Hwasoo Lee · 14 years ago
  85. 14e42cf Made getcluster call const by Ryan Thompson · 14 years ago
  86. 95c134a ensure const correctness by matthewjheaney · 14 years ago
  87. 7adec52 added lacing support by matthewjheaney · 14 years ago
  88. ed90de0 check lacing bits by matthewjheaney · 14 years ago
  89. a01e568 removed IsBFrame selector by matthewjheaney · 14 years ago
  90. fc12207 handle case when no duration by matthewjheaney · 14 years ago
  91. 16934eb separate cue-based searches by matthewjheaney · 14 years ago
  92. 9c15c0f Segment::GetCluster returns CuePoint too by matthewjheaney · 14 years ago
  93. 43f77d5 defend against badly-formatted cue points by matthewjheaney · 14 years ago
  94. aec650f made Cues member variables mutable by matthewjheaney · 14 years ago
  95. 9105d61 lazy init cues by matthewjheaney · 14 years ago
  96. 77f61bd merged Cues::LoadCuePoint into Cues::Find by matthewjheaney · 14 years ago
  97. 485b6e8 lazy load cue points as they're searched by matthewjheaney · 14 years ago
  98. 1d0c804 allow cue points to be loaded incrementally by matthewjheaney · 14 years ago
  99. b607880 mark position of cues without parsing cues element by matthewjheaney · 14 years ago
  100. 1cf3a81 allow seeking beyond end of cluster cache by matthewjheaney · 14 years ago