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

Side by Side Diff: source/libvpx/third_party/nestegg/README.webm

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
1 URL: https://github.com/kinetiknz/nestegg.git 1 URL: https://github.com/kinetiknz/nestegg.git
2 Version: f46223191d8116a36bf299b5b9793fcb798417b1 2 Version: f46223191d8116a36bf299b5b9793fcb798417b1
3 License: ISC-style 3 License: ISC-style
4 License File: LICENSE 4 License File: LICENSE
5 5
6 Description: 6 Description:
7 The source under the halloc/ directory is licensed under a BSD license. See 7 The source under the halloc/ directory is licensed under a BSD license. See
8 halloc/halloc.h for details. 8 halloc/halloc.h for details.
9 9
10 Local Modifications: 10 Local Modifications:
11 - delete unnecessary docs and build files 11 - delete unnecessary docs and build files
12 - nestegg/0001-include-paths.diff 12 - nestegg/0001-include-paths.diff
13 include path modifications for the libvpx build system 13 include path modifications for the libvpx build system
14 - 0002-ne_read_simple-uninitialized_variable.diff 14 - 0002-ne_read_simple-uninitialized_variable.diff
15 fixes: 15 fixes:
16 nestegg.c|975 col 6| warning: ‘r’ may be used uninitialized in this function [-W uninitialized] 16 nestegg.c|975 col 6| warning: ‘r’ may be used uninitialized in this function [-W uninitialized]
17 - add ne_get_uint32 convenience function 17 - add ne_get_uint32 convenience function
18 - fix track_number uint64->uint32 warnings 18 - fix track_number uint64->uint32 warnings
19 - fix track_scale double->uint64 warning 19 - fix track_scale double->uint64 warning
20 - nestegg_packet_track: fix uint64->uint32 warning 20 - nestegg_packet_track: fix uint64->uint32 warning
21 - ne_read_(string|binary|block): normalize size_t usage
22 - ne_parse: normalize size_t usage
23 - quiet read related uint64->size_t warnings
24 - ne_buffer_read: quiet uint64->size_t warning
OLDNEW
« no previous file with comments | « source/libvpx/third_party/libwebm/webmids.hpp ('k') | source/libvpx/third_party/nestegg/src/nestegg.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698