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

Side by Side Diff: source/libvpx/third_party/nestegg/TODO

Issue 341293003: libvpx: Pull from upstream (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/libvpx/
Patch Set: Created 6 years, 6 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 - Document when read, seek, tell callbacks are used.
2 - Add an automated testsuite.
3 - Test (and fix, if necessary) support for unknown sizes.
4 - Test (and fix, if necessary) support for large files.
5 - Read past unknown elements rather than seeking.
6 - Try to handle unknown elements with unknown sizes.
7 - Formalize handling of default element values.
8 - Try to resynchronize stream when read_block fails so that failure to parse
9 a single block can be treated as non-fatal.
10 - Make logging more useful to API users.
11 - Avoid reparsing Cues and ignore any SeekHead at end of file.
12 - Optionally build a Cue index as Clusters are parsed.
13 - Support seeking without Cues.
14 - Avoid building a list of Clusters as they are parsed and retain only the
15 last one parsed.
16 - Add an asynchronous error code to struct nestegg and ensure that API calls
17 continue to fail safely one a fatal error has been returned.
18 - Modify parser/data structures to provide a clean separation. Perhaps the
19 parser should return a generic tree of nodes that a second pass uses to
20 initialize the main data structures.
21 - Use pool allocator for all allocations.
OLDNEW
« no previous file with comments | « source/libvpx/third_party/nestegg/README.libvpx ('k') | source/libvpx/third_party/nestegg/halloc/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698