Skip to content
Snippets Groups Projects
  1. Sep 06, 2018
  2. Sep 05, 2018
    • Monty Montgomery's avatar
      Build fix for deblocking; collided with frame padding · f187ea0c
      Monty Montgomery authored
      Fix a type mismatch in deblocking
      f187ea0c
    • Monty Montgomery's avatar
      First cut code for loop deblocking filter · b94ad9a9
      Monty Montgomery authored
      No RDO as yet, but the deblocking filter and parameter infrastructure are
      full implemented, functional and tested.
      b94ad9a9
    • Frank Bossen's avatar
      Use padded frames (#537) · 982d16c3
      Frank Bossen authored
      * Modify plane data structure to allow for padded border
      
      * Pad reconstructed frame
      
      * Have ME consider motion vectors pointing outside frame boundary
      
      * Remove clamping inside motion compensation loop
      
      Clamping is now done outside the loop and relies on the frame
      being padded.
      
      * Reduce size of intermediate buffer in motion compensation
      
      * Update encode/decode tests
      982d16c3
    • David Michael Barr's avatar
      Clean up CfL implementation · d1ebacea
      David Michael Barr authored
      * CPU feature check for SSSE3.
      * Measure rdo_cfl_alpha() speed.
      * Remove redundant loop for 2x speed-up of rdo_cfl_alpha().
      * Allow rdo_cfl_alpha() to return None.
      * Tidy up formatting.
      d1ebacea
  3. Sep 04, 2018
  4. Sep 03, 2018
  5. Aug 31, 2018
  6. Aug 30, 2018
  7. Aug 29, 2018
  8. Aug 28, 2018
  9. Aug 27, 2018
  10. Aug 25, 2018
  11. Aug 24, 2018
Loading