1. 02 Oct, 2014 - 1 commit
  2. 30 Sep, 2014 - 1 commit
  3. 19 Sep, 2014 - 1 commit
  4. 18 Sep, 2014 - 2 commits
  5. 12 Sep, 2014 - 1 commit
  6. 11 Sep, 2014 - 2 commits
  7. 10 Sep, 2014 - 1 commit
    • Tom Finegan's avatar
      examples/twopass_encoder: Use good quality. · 4e94dec3
      Tom Finegan authored
      This speeds up the encode significantly. Also added a comment about using
      best quality to keep new developers informed.
      
      Change-Id: I04e8154d4b2c4cae07fe7cc9a71e707f649e9ed4
      4e94dec3
  8. 03 Sep, 2014 - 1 commit
  9. 02 Sep, 2014 - 2 commits
  10. 28 Aug, 2014 - 1 commit
  11. 26 Aug, 2014 - 1 commit
  12. 25 Aug, 2014 - 1 commit
  13. 22 Aug, 2014 - 3 commits
  14. 16 Aug, 2014 - 1 commit
    • Dmitry Kovalev's avatar
      set_maps: Flush encoder. · a8e674de
      Dmitry Kovalev authored
      According to the current API spec we need to call vpx_codec_encode() until
      vpx_codec_get_cx_data() returns NULL.
      
      Change-Id: I4617f8042d50480a8f47b0b7114d4759fa566b14
      a8e674de
  15. 15 Aug, 2014 - 2 commits
    • Dmitry Kovalev's avatar
      vp8cx_set_ref: Flush encoder. · 965af792
      Dmitry Kovalev authored
      According to the current API spec we need to call vpx_codec_encode() until
      vpx_codec_get_cx_data() returns NULL.
      
      Change-Id: Ide0c531dc0d453df8ec1edb8acb894856d6cc22e
      965af792
    • Marco Paniconi's avatar
      Add an adaptive denoising mode. · 8db245b6
      Marco Paniconi authored
      On key frame, will always start with normal denoising mode,
      but based on a computed noise metric (normalized mse on source diff)
      may switch to aggressive mode (and back down again).
      
      Change-Id: I20330b2dcf3056287be37223302b2cab5fc103eb
      8db245b6
  16. 11 Aug, 2014 - 1 commit
  17. 29 Jul, 2014 - 1 commit
  18. 18 Jul, 2014 - 1 commit
  19. 15 Jul, 2014 - 2 commits
  20. 07 Jul, 2014 - 1 commit
  21. 25 Jun, 2014 - 2 commits
  22. 24 Jun, 2014 - 1 commit
  23. 22 May, 2014 - 1 commit
  24. 21 May, 2014 - 1 commit
  25. 16 May, 2014 - 1 commit
    • Yaowu Xu's avatar
      set_map.c: cleanup -wextra warnings · 70835601
      Yaowu Xu authored
      The commit changed to use memset for initialiazation of non-trivial
      strucutures, where initialization using {0} caused warnings. Also,
      removed {0} initializations where appropriate initialization calls
      are in place.
      
      Change-Id: Ifd03e34aa80688e382124eb889c0fc1ec43c48e6
      70835601
  26. 14 May, 2014 - 1 commit
    • Tom Finegan's avatar
      Rename vpx_temporal_scalable_patterns.c · a77d6d0d
      Tom Finegan authored
      New name: vpx_temporal_svc_encoder.c
      Also, update comment to note that example supports VP8 and VP9.
      
      Change-Id: I6fffab81296f918ebca740192a5c609593852dff
      a77d6d0d
  27. 13 May, 2014 - 1 commit
  28. 09 May, 2014 - 1 commit
  29. 07 May, 2014 - 1 commit
  30. 02 May, 2014 - 1 commit
  31. 10 Apr, 2014 - 1 commit
  32. 03 Apr, 2014 - 1 commit