Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(157)

Side by Side Diff: source/libvpx/third_party/libwebm/RELEASE.TXT

Issue 232133009: libvpx: Pull from upstream (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/libvpx/
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
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
OLDNEW
« no previous file with comments | « source/libvpx/third_party/libwebm/README.webm ('k') | source/libvpx/third_party/libwebm/mkvmuxer.hpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698