Home | History | Annotate | only in /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg
Up to higher level directory
NameDateSize
0001-include-paths.diff05-Aug-20151.2K
0002-ne_read_simple-uninitialized_variable.diff05-Aug-2015577
AUTHORS05-Aug-201598
halloc/05-Aug-2015
include/05-Aug-2015
INSTALL05-Aug-2015281
LICENSE05-Aug-2015732
README05-Aug-2015207
README.webm05-Aug-2015928
src/05-Aug-2015
test/05-Aug-2015
TODO05-Aug-20151.1K

README

      1 See INSTALL for build instructions.
      2 
      3 Licensed under an ISC-style license.  See LICENSE for details.
      4 
      5 The source under the halloc/ directory is licensed under a BSD license.  See
      6 halloc/halloc.h for details.
      7 

README.webm

      1 URL: https://github.com/kinetiknz/nestegg.git
      2 Version: f46223191d8116a36bf299b5b9793fcb798417b1
      3 License: ISC-style
      4 License File: LICENSE
      5 
      6 Description:
      7 The source under the halloc/ directory is licensed under a BSD license. See
      8 halloc/halloc.h for details.
      9 
     10 Local 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:
     16 nestegg.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