1. 19 Mar, 2014 - 2 commits
    • Minghai Shang's avatar
      [svc] Finalize spatial svc first pass rate control · d2053350
      Minghai Shang authored
            1. Save stats for each spatial layer
            2. Add frame buffer management for svc first pass rc
            3. Set default spatial layer to 1
            4. Flush encoder at the end of stream in test app
      This only supports spatial svc.
      Change-Id: Ia89cfa87bb6394e6c0405b921d86c426d0a0c9ae
      d2053350
    • James Zern's avatar
      intrapred_test: fix inheritance · 9d7080e9
      James Zern authored
      inheritance should be public; also correct placement of ClearSystemState
      as the base class doesn't inherit from testing
      
      Change-Id: I0f41330fccc62a70b8dd40d66bbd829b9d98cf84
      9d7080e9
  2. 18 Mar, 2014 - 1 commit
  3. 13 Mar, 2014 - 3 commits
  4. 12 Mar, 2014 - 2 commits
  5. 10 Mar, 2014 - 1 commit
    • hkuang's avatar
      Disable sixtap_predict_test for neon. · 4dd053eb
      hkuang authored
      Neon code unit test is failing now due to save/restore neon register
      operations are not done inside this function, but outside of it. Disable
      it now until VP8 neon code get cleaned up.
      
      Bug: 725
      
      Change-Id: Id1ff1ef50a0e894b41c820a310ff8ba31ef12d18
      4dd053eb
  6. 07 Mar, 2014 - 1 commit
  7. 06 Mar, 2014 - 3 commits
  8. 04 Mar, 2014 - 1 commit
    • Tom Finegan's avatar
      vp8_decrypt_test.c: Silence MSVC data loss warning. · 4aa8ea59
      Tom Finegan authored
      - Change type of encrypt_buffer() offset argument to ptrdiff_t, and change the
        type of the size argument to size_t.
      - Update size argument encrypt_buffer() in vp8_boolcoder_test.c with
        same.
      
      Change-Id: Ie29c7c82c73318bee01b89c6fb4c4e1442eef03c
      4aa8ea59
  9. 28 Feb, 2014 - 1 commit
  10. 27 Feb, 2014 - 12 commits
  11. 26 Feb, 2014 - 3 commits
  12. 22 Feb, 2014 - 2 commits
  13. 21 Feb, 2014 - 3 commits
  14. 20 Feb, 2014 - 2 commits
  15. 19 Feb, 2014 - 1 commit
    • Tom Finegan's avatar
      video_source.h: Minor clean up. · eb2325ee
      Tom Finegan authored
      - Use size_t for frame_size() (fixes warnings elsewhere)
      - Remove unnecessary use of const.
      
      Change-Id: Id2cba182ac3fd2f67d25fd1db3a0bc3e1eda040b
      eb2325ee
  16. 13 Feb, 2014 - 2 commits
    • Frank Galligan's avatar
      Add VP9 decoder support for external frame buffers · a4f30a50
      Frank Galligan authored
      Added support for external frame buffers to libvpx's VP9 decoder.
      If the external frame buffer functions are set then libvpx will
      call the get function whenever it needs a new frame buffer to
      decode a frame into. And it will call the release function
      whenever there are no more references to that buffer.
      
      Change-Id: Id2934d005f606af6e052fb6db0d5b7c02f567522
      a4f30a50
    • Marco Paniconi's avatar
      Datarate test for temporal layers and frame dropper. · 640885dd
      Marco Paniconi authored
      Also, removed a TODO and removed speed 1 from the tests.
      
      Change-Id: I4e6b114204b6d42d93fd1902a56eb0c459bad135
      640885dd