1. 21 Jun, 2013 - 11 commits
  2. 20 Jun, 2013 - 27 commits
  3. 19 Jun, 2013 - 2 commits
    • Dmitry Kovalev's avatar
      Function decomposition inside vp9_decodemv.c file. · 15eaba10
      Dmitry Kovalev authored
      Change-Id: Iab96e6a50aec543c63e15cd134f9d5f01ca7ceff
      15eaba10
    • James Zern's avatar
      test_libvpx: disable pthreads in gtest · 90a9900a
      James Zern authored
      currently threading is internal to libvpx so thread safety is unneeded
      in libgtest -- visual studio builds already operate in this way as they
      do not have pthread.h available by default.
      
      this removes an unconditional link to libpthread using $(extralibs)
      should libvpx require it.
      
      Change-Id: Ieae1d693406653a54b54fba818c598836797d33b
      90a9900a