Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
halloc/ | 07-May-2024 | - | 556 | 291 | ||
include/nestegg/ | 07-May-2024 | - | 354 | 87 | ||
src/ | 07-May-2024 | - | 2,324 | 1,838 | ||
test/ | 07-May-2024 | - | 251 | 217 | ||
0001-include-paths.diff | D | 07-May-2024 | 1.2 KiB | 42 | 35 | |
0002-ne_read_simple-uninitialized_variable.diff | D | 07-May-2024 | 577 | 22 | 18 | |
AUTHORS | D | 07-May-2024 | 98 | 4 | 3 | |
INSTALL | D | 07-May-2024 | 281 | 9 | 7 | |
LICENSE | D | 07-May-2024 | 732 | 14 | 11 | |
README | D | 07-May-2024 | 207 | 7 | 4 | |
README.webm | D | 07-May-2024 | 928 | 25 | 22 | |
TODO | D | 07-May-2024 | 1.1 KiB | 22 | 21 |
README
1See INSTALL for build instructions. 2 3Licensed under an ISC-style license. See LICENSE for details. 4 5The source under the halloc/ directory is licensed under a BSD license. See 6halloc/halloc.h for details. 7
README.webm
1URL: https://github.com/kinetiknz/nestegg.git 2Version: f46223191d8116a36bf299b5b9793fcb798417b1 3License: ISC-style 4License File: LICENSE 5 6Description: 7The source under the halloc/ directory is licensed under a BSD license. See 8halloc/halloc.h for details. 9 10Local Modifications: 11- delete unnecessary docs and build files 12- nestegg/0001-include-paths.diff 13 include path modifications for the libvpx build system 14- 0002-ne_read_simple-uninitialized_variable.diff 15 fixes: 16nestegg.c|975 col 6| warning: ‘r’ may be used uninitialized in this function [-Wuninitialized] 17- add ne_get_uint32 convenience function 18- fix track_number uint64->uint32 warnings 19- fix track_scale double->uint64 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 25