Skip to content
Snippets Groups Projects
  1. Oct 14, 2015
  2. Aug 06, 2015
    • James Zern's avatar
      endian_inl.h: fix mips32 android build · 2abfd8f9
      James Zern authored
      when configuring with mips32-android-gcc HAVE_MIPS32 would be set, but the
      ndk does not set -mips32r2 for APP_ABI=mips which results in BSwap32 failing
      to build; refine the check in endian_inl.h
      
      Change-Id: I22893fe61f29111eb902d961b500b2174596268d
      2abfd8f9
  3. Jul 21, 2015
    • Jim Bankoski's avatar
      Fill buffer speed up · 0fe589f2
      Jim Bankoski authored
      Eliminates the byte by byte read from bool decoder,  by reading
      in a size_t and then shifting it into place.
      
      Change-Id: I0ed8c7b6f942847e79cc90105dc1d2b5b3deb0d6
      0fe589f2
  4. Jul 13, 2015
  5. Jul 09, 2015
    • Jim Bankoski's avatar
      Fill buffer speed up · 9b4f9f45
      Jim Bankoski authored
      Eliminates the byte by byte read from bool decoder,  by reading
      in a size_t and then shifting it into place.
      
      Change-Id: Id89241977103fc3b973e4ed172a5cbf246998e5d
      9b4f9f45
  6. Jul 02, 2015
Loading