Home | History | Annotate | Download | only in libwebm
      1 1.0.0.5
      2  * Handled case when no duration
      3  * Handled empty clusters
      4  * Handled empty clusters when seeking
      5  * Implemented check lacing bits
      6 
      7 1.0.0.4
      8  * Made Cues member variables mutables
      9  * Defined against badly-formatted cue points
     10  * Segment::GetCluster returns CuePoint too
     11  * Separated cue-based searches
     12 
     13 1.0.0.3
     14  * Added Block::GetOffset() to get a frame's offset in a block
     15  * Changed cluster count type from size_t to long
     16  * Parsed SeekHead to find cues
     17  * Allowed seeking beyond end of cluster cache
     18  * Added not to attempt to reparse cues element
     19  * Restructured Segment::LoadCluster
     20  * Marked position of cues without parsing cues element
     21  * Allowed cue points to be loaded incrementally
     22  * Implemented to load lazily cue points as they're searched
     23  * Merged Cues::LoadCuePoint into Cues::Find
     24  * Lazy init cues
     25  * Loaded cue point during find
     26 
     27 1.0.0.2
     28  * added support for Cues element
     29  * seeking was improved
     30 
     31 1.0.0.1
     32  * fixed item 141
     33  * added item 142
     34  * added this file, RELEASE.TXT, to repository
     35