1. 04 Jun, 2010 - 1 commit
  2. 03 Jun, 2010 - 2 commits
  3. 02 Jun, 2010 - 1 commit
  4. 01 Jun, 2010 - 1 commit
  5. 30 May, 2010 - 1 commit
  6. 28 May, 2010 - 5 commits
    • John Koleszar's avatar
      Merge "expose vp8_deblock" · 1689564b
      John Koleszar authored
      1689564b
    • John Koleszar's avatar
      configure: update script headers · 0d719655
      John Koleszar authored
      The libvpx build system was influenced by the clever design of the
      FFmpeg configure script. Say so in the script header, and provide a
      little introduction.
      
      Change-Id: I4d134c77f9032d1dde72b852b444e98676b85326
      0d719655
    • Luca Barbato's avatar
      expose vp8_deblock · e7876abb
      Luca Barbato authored
      it is used by vp8/encoder/onyx_if.c
      
      fixes:
      vp8/encoder/onyx_if.c:5189: warning: implicit declaration of function
      ‘vp8_deblock’
      e7876abb
    • Yaowu Xu's avatar
      Fix stats format and correct data size and bit rate output · a7bb3360
      Yaowu Xu authored
      Change-ID: I093abe6094589a0d73f6ca85b825678a19e68285
      a7bb3360
    • Yaowu Xu's avatar
      Increase the size of output packet list · 8caa5c2d
      Yaowu Xu authored
      This is to accommodate output packets for both compressed
      data and psnr stats. For each frame, there are at least
      one packet for compressed data and one for psnr stats. For
      a max lag of 25, 64 is large enough to cover all lagged
      frames at the end of encoding.
      
      Change-Id: If20787fbc86f96e1aa16a3ccf2adc93e6c1e3d5f
      8caa5c2d
  7. 27 May, 2010 - 2 commits
  8. 26 May, 2010 - 3 commits
  9. 25 May, 2010 - 10 commits
  10. 24 May, 2010 - 5 commits
  11. 21 May, 2010 - 5 commits
  12. 20 May, 2010 - 2 commits
  13. 19 May, 2010 - 2 commits
    • Yaowu Xu's avatar
      Fixed an encoder debug/relese mismatch in x86_64-win64-vs8 · c15652bc
      Yaowu Xu authored
      Visual c++ compiler uses xmm registers for floating point
      operations for 64 bit architecture, therefore its calling
      convention requires the preservation of xmm6-xmm15 in any
      function that have used these registers. However, the sse2
      functions, that were originally written for 32 bit windows,
      may have used xmm6 and xmm7 without preserving the content.
      In this particular case, the compiler used xmm6 to save
      the variable "two_pass_min_rate", the value of the variable
      is mucked up by our sse2 optimized loop filter functions,
      hence the results of release/debug mismatching.
      c15652bc
    • Pavol Rusnak's avatar
      remove unneeded variables · 0fc9abfb
      Pavol Rusnak authored
      0fc9abfb