Commit Graph

  • 31b2d8689c libwebm: parse unkown cluster size matthewjheaney 2011-03-05 22:44:27 -0500
  • 227d62aadf libwebm: changed type from size_t to long matthewjheaney 2011-03-02 19:05:28 -0500
  • 85beb00fe3 libwebm: changed idx from size_t to long matthewjheaney 2011-03-02 18:21:21 -0500
  • eb4bd69098 libwebm: do not lazy-load cue points matthewjheaney 2011-02-26 16:59:42 -0500
  • cf36dc2848 libwebm: added Cues::GetCount matthewjheaney 2011-02-26 11:50:23 -0500
  • b0465e167e libwebm: audio track channel count defaults to 1 matthewjheaney 2011-02-23 13:15:37 -0500
  • a1aa16692a libwebm: added support for incremental cluster parsing matthewjheaney 2011-02-16 22:56:53 -0500
  • f971a94349 changed version to 1.0.0.17 libwebm-1.0.0.17 matthewjheaney 2011-02-14 15:31:38 -0500
  • 5ac9764a95 libwebm: liberalized parsing of next cluster matthewjheaney 2011-02-13 19:00:31 -0500
  • d82f86a40a libwebm: handle underflow from IMkvReader::Read matthewjheaney 2011-02-10 20:42:52 -0500
  • a1736157be libwebm: handle unknown cluster size in Segment::Load too matthewjheaney 2011-02-10 14:41:54 -0500
  • 2c835bcc28 libwebm: handle (as error) cluster with unknown size matthewjheaney 2011-02-10 13:32:40 -0500
  • d931a6ecc6 libwebm: set version to 1.0.0.16 libwebm-1.0.0.16 matthewjheaney 2011-02-01 18:49:47 -0800
  • 7a8b013f16 libwebm: handle unknown file length matthewjheaney 2011-02-01 16:29:02 -0800
  • a977a2b536 libwebm: changed version to 1.0.0.15 libwebm-1.0.0.15 matthewjheaney 2011-01-28 16:56:27 -0500
  • 5e72a2dfc2 libwebm: changed signature of CuePoint::GetTime matthewjheaney 2011-01-28 00:52:13 -0500
  • 056b0d96a8 libwebm: changed version to 1.0.0.14 libwebm-1.0.0.14 matthewjheaney 2011-01-26 19:08:43 -0500
  • dbc58d0510 libwebm: make unserialize operations endian-neutral matthewjheaney 2011-01-26 18:49:57 -0500
  • a131a01446 libwebm: incrementally load block entries matthewjheaney 2011-01-25 22:42:16 -0500
  • b8cb358204 fixed build error in sample Hwasoo Lee 2011-01-25 11:31:20 -0500
  • 5b06b22b31 libwebm: removed warning in x64 mode libwebm-1.0.0.13 matthewjheaney 2011-01-24 22:45:10 -0500
  • 598de03ef3 libwebm: version 1.0.0.13 matthewjheaney 2011-01-24 22:40:19 -0500
  • 94f2d589fc libwebm: tolerate errors in SeekHead element matthewjheaney 2011-01-24 20:50:12 -0500
  • 786357a59d version 1.0.0.12 libwebm-1.0.0.12 matthewjheaney 2011-01-22 13:48:09 -0500
  • 6e723319e8 added support for incremental (partial) loading matthewjheaney 2011-01-20 21:30:23 -0500
  • 9911f61616 incrementally parse cue points matthewjheaney 2011-01-19 21:22:37 -0500
  • b0f96983d2 changed version to 1.0.0.11 libwebm-1.0.0.11 matthewjheaney 2011-01-14 18:21:35 -0500
  • 6d7732575a added comment to fix VideoTrack::Seek matthewjheaney 2011-01-14 18:17:16 -0500
  • 8081c58b9b LoadCluster: ensure avail before geting uint len matthewjheaney 2011-01-13 23:30:47 -0500
  • 00aa1804e9 Segment::ParseHeaders return wrong result when underflow matthewjheaney 2011-01-13 22:53:54 -0500
  • bb8dfbe026 Segment::ParseNext is implemented matthewjheaney 2011-01-11 19:53:09 -0500
  • b81751642e initialized members using initialize list of EBMLHeader Hwasoo Lee 2011-01-06 16:35:41 -0500
  • 3b0f1b6d2b fixed memory leaks from utf8towcs() Hwasoo Lee 2011-01-06 15:23:28 -0500
  • d1aff34626 Added EBML element start and size to Segment Info, Tracks, Track, Cluster, Cues, and CuePoint. The information was needed for some tools bieng worked on. Element start is byte offset of the EMBL ID's first byte. Frank Galligan 2011-01-04 16:55:16 -0500
  • 6623441ee8 changed version to 1.0.0.10 libwebm-1.0.0.10 matthewjheaney 2010-12-16 15:13:41 -0500
  • 3ba8df9a64 return invisible flag setting matthewjheaney 2010-12-14 15:05:25 -0500
  • bebe4accb8 changed version to 1.0.0.9 libwebm-1.0.0.9 matthewjheaney 2010-12-07 13:58:49 -0500
  • 93263f0b4a return error when no segment id found matthewjheaney 2010-12-03 11:57:53 -0500
  • e1e757f919 LoadCluster passes back posn and size matthewjheaney 2010-11-30 12:49:20 -0500
  • 6c45ab2d4c parse seek head only when source available matthewjheaney 2010-11-29 17:11:38 -0500
  • cb7b24880f LoadCluster now checks for underflow matthewjheaney 2010-11-29 11:55:55 -0500
  • 157775ac74 fixed bug: was searching outside array bounds matthewjheaney 2010-11-22 16:29:40 -0500
  • fd1d8006f0 moved seek function from segment to track matthewjheaney 2010-11-22 15:57:25 -0500
  • 9203d2dcd1 set version to 1.0.0.8 libwebm-1.0.0.8 matthewjheaney 2010-11-19 14:55:56 -0500
  • be2f81abca filter out empty clusters matthewjheaney 2010-11-18 19:28:50 -0500
  • cb5414a42a changed semantics of m_entries_count matthewjheaney 2010-11-18 17:30:12 -0500
  • 2ce6965b2d GetEntry now accepts a time matthewjheaney 2010-11-17 14:27:55 -0500
  • 8db600e1c9 handled unknown size of segment for live stream Hwasoo Lee 2010-11-16 16:17:10 -0500
  • 85353469f8 updated the project files Hwasoo Lee 2010-11-16 14:56:55 -0500
  • d97f236f81 fixed the issue 234 Hwasoo Lee 2010-11-16 14:54:14 -0500
  • 790f639f2f ignore empty clusters when getting first block matthewjheaney 2010-11-15 21:22:57 -0500
  • 91dbee4b6e set version to 1.0.0.7 libwebm-1.0.0.7 matthewjheaney 2010-11-12 15:01:57 -0500
  • 1e6c5cbaf7 ignore empty clusters when finding next one matthewjheaney 2010-11-12 13:30:47 -0500
  • c62b9f8a21 relax block value check matthewjheaney 2010-11-11 22:30:42 -0500
  • 5dd6000dc7 updated to handle a laced webm Hwasoo Lee 2010-11-09 09:54:31 -0500
  • 3ea595b132 Merge "Updated RELEASE.TXT" Hwasoo Lee 2010-11-08 14:22:15 -0800
  • 14e42cf98b Made getcluster call const Ryan Thompson 2010-11-08 16:14:04 -0500
  • 6c9f4d11a1 set version to 1.0.0.6 libwebm-1.0.0.6 matthewjheaney 2010-11-05 15:21:28 -0400
  • 95c134ad53 ensure const correctness matthewjheaney 2010-11-04 19:15:16 -0400
  • 30bf3472bf Updated RELEASE.TXT Hwasoo Lee 2010-11-03 13:46:44 -0400
  • 7adec5248a added lacing support matthewjheaney 2010-11-02 11:00:33 -0400
  • 093b78faf2 set version to 1.0.0.5 libwebm-1.0.0.5 matthewjheaney 2010-10-29 14:31:47 -0400
  • ed90de0d52 check lacing bits matthewjheaney 2010-10-29 14:04:43 -0400
  • a01e568293 removed IsBFrame selector matthewjheaney 2010-10-28 17:28:59 -0400
  • d7ce23a019 handle empty clusters when seeking matthewjheaney 2010-10-28 14:45:27 -0400
  • acf7ddb273 handle empty clusters matthewjheaney 2010-10-27 16:47:14 -0400
  • fc12207e15 handle case when no duration matthewjheaney 2010-10-22 13:46:39 -0400
  • c2f6bea0d8 changed version to 1.0.0.4 libwebm-1.0.0.4 matthewjheaney 2010-10-14 19:34:37 -0400
  • 16934eb76f separate cue-based searches matthewjheaney 2010-10-13 13:44:13 -0400
  • 9c15c0f40b Segment::GetCluster returns CuePoint too matthewjheaney 2010-10-12 15:29:28 -0400
  • 43f77d54bd defend against badly-formatted cue points matthewjheaney 2010-10-11 19:09:27 -0400
  • aec650fed7 made Cues member variables mutable matthewjheaney 2010-10-11 12:59:17 -0400
  • 024ad97571 set version to 1.0.0.3 libwebm-1.0.0.3 matthewjheaney 2010-10-08 20:19:47 -0400
  • 8f2a2e04d7 load cue point during find matthewjheaney 2010-10-08 20:08:15 -0400
  • 9105d61514 lazy init cues matthewjheaney 2010-10-08 19:35:32 -0400
  • 77f61bdd68 merged Cues::LoadCuePoint into Cues::Find matthewjheaney 2010-10-08 19:06:20 -0400
  • 485b6e8125 lazy load cue points as they're searched matthewjheaney 2010-10-08 18:26:44 -0400
  • 1d0c804fb9 allow cue points to be loaded incrementally matthewjheaney 2010-10-07 19:07:48 -0400
  • b607880184 mark position of cues without parsing cues element matthewjheaney 2010-10-07 14:33:38 -0400
  • d2688d316d restructured Segment::LoadCluster matthewjheaney 2010-10-06 12:13:33 -0400
  • 885d2e1ef8 do not attempt to reparse cues element matthewjheaney 2010-10-05 20:42:28 -0400
  • 1cf3a81c78 allow seeking beyond end of cluster cache matthewjheaney 2010-10-05 20:18:19 -0400
  • 6efbd56948 parse SeekHead to find Cues matthewjheaney 2010-10-05 14:12:15 -0400
  • f56533b30e changed cluster count type from size_t to long matthewjheaney 2010-10-04 13:55:03 -0400
  • ec2b951a78 Add Block::GetOffset() accessor. Jeff Koppi 2010-10-01 16:36:28 -0400
  • 616b1c80de set version to 1.0.0.2 libwebm-1.0.0.2 matthewjheaney 2010-10-01 12:52:49 -0400
  • c35501d2c3 use NULL instead of 0 for ptr matthewjheaney 2010-10-01 11:44:45 -0400
  • 78510a09a4 fixed bug in cluster index expansion algorithm matthewjheaney 2010-09-30 15:56:13 -0400
  • 3edd0129cb made some CuePoint member variables private matthewjheaney 2010-09-23 13:04:39 -0400
  • 5942555352 fixed more bugs and warnings in cues handling matthewjheaney 2010-09-23 12:02:55 -0400
  • 0ca566d081 removed _abs64 matthewjheaney 2010-09-23 11:51:26 -0400
  • 010416f8c6 removed some obsolete code matthewjheaney 2010-09-23 11:39:47 -0400
  • 3d6c676ef2 fixed bug in SearchCues matthewjheaney 2010-09-23 11:26:05 -0400
  • 65361858b6 added cues support matthewjheaney 2010-09-23 10:48:27 -0400
  • a9cff1f923 simplified cluster loading algorithm matthewjheaney 2010-09-22 12:47:24 -0400
  • fe56cd5929 fixed bug in AddCluster matthewjheaney 2010-09-21 16:37:19 -0400
  • c22b286ee0 fixed bug #181: Hwasoo Lee 2010-09-21 11:40:21 -0400
  • 1e9b0f5b21 smarter method for finding cluster, given a time matthewjheaney 2010-09-16 15:54:40 -0400
  • b8b14eef12 GetFirstTime returns long long, not __int64 matthewjheaney 2010-09-10 14:42:11 -0400
  • a92619c7d3 mkvparser: Cluster::GetLast should load block entries matthewjheaney 2010-09-03 16:41:28 -0400