2013-12-14 03:53:31 +01:00
|
|
|
|
URL: https://github.com/kinetiknz/nestegg.git
|
|
|
|
|
Version: f46223191d8116a36bf299b5b9793fcb798417b1
|
|
|
|
|
License: ISC-style
|
|
|
|
|
License File: LICENSE
|
|
|
|
|
|
|
|
|
|
Description:
|
|
|
|
|
The source under the halloc/ directory is licensed under a BSD license. See
|
|
|
|
|
halloc/halloc.h for details.
|
|
|
|
|
|
|
|
|
|
Local Modifications:
|
|
|
|
|
- delete unnecessary docs and build files
|
|
|
|
|
- nestegg/0001-include-paths.diff
|
|
|
|
|
include path modifications for the libvpx build system
|
|
|
|
|
- 0002-ne_read_simple-uninitialized_variable.diff
|
|
|
|
|
fixes:
|
|
|
|
|
nestegg.c|975 col 6| warning: ‘r’ may be used uninitialized in this function [-Wuninitialized]
|
2014-03-01 04:58:00 +01:00
|
|
|
|
- add ne_get_uint32 convenience function
|
2014-03-01 04:58:19 +01:00
|
|
|
|
- fix track_number uint64->uint32 warnings
|
2014-03-01 04:58:33 +01:00
|
|
|
|
- fix track_scale double->uint64 warning
|
2014-03-01 04:58:44 +01:00
|
|
|
|
- nestegg_packet_track: fix uint64->uint32 warning
|
2014-03-04 03:39:43 +01:00
|
|
|
|
- ne_read_(string|binary|block): normalize size_t usage
|
2014-03-04 03:40:00 +01:00
|
|
|
|
- ne_parse: normalize size_t usage
|
2014-03-04 03:40:06 +01:00
|
|
|
|
- quiet read related uint64->size_t warnings
|
2014-03-04 03:40:15 +01:00
|
|
|
|
- ne_buffer_read: quiet uint64->size_t warning
|