Skip to content
Snippets Groups Projects
  1. Dec 02, 2013
    • Adrian Grange's avatar
      Fix bug in extend_frame chroma extended too far · 2e88f2f2
      Adrian Grange authored
      This fixes issue 667.
      
      In the case where the frame was an odd number of pixels
      wide or high, the border was being extended by one col
      or row too far.
      
      The calculation of color plane dimensions was modified
      to use those already computed at the time the frame
      buffer was allocated.
      
      Also freed the temporary scaling buffer in vpxdec to
      prevent a memory leak.
      
      Change-Id: I195bc81d84c0fc5d8260c1232200d62399e4b51f
      2e88f2f2
  2. Nov 21, 2013
    • Yunqing Wang's avatar
      Correct ssse3 8/16-pixel wide sub-pixel filter calculation · 4fbc1210
      Yunqing Wang authored
      Although no mismatch was indicated for 8/16 wide sub-pixel filters
      in issue 661, they had similar problems that could cause mismatch
      potentially. This patch fixed calculations in HORIZx8/16
      and VERTx8/16.
      
      Change-Id: Ib85412d690bea5609a51f0e50e7c858406b8ff9e
      4fbc1210
    • Jingning Han's avatar
      Take out assertion from inverse transforms · 272c82c1
      Jingning Han authored
      Separate the rounding and right shift operations of forward transform
      from those of inverse transform. Take out the assertion check from
      inverse transforms. If the transform coefficients were constructed to
      cause intermediate steps of inverse transform overflow, the codec will
      just let it overflow without breaking the decoding flow.
      
      Change-Id: Ia7ce15dfd1a73b4abbaa78cbc74ec718523c5b1b
      272c82c1
    • Yunqing Wang's avatar
      Fix stack pointer in sub-pixel filters · da359253
      Yunqing Wang authored
      In commit "3d50da53", the stack
      pointer was modified while aligning the stack, and it needed to
      be pop out at the end.
      
      Change-Id: I39e4adc6b8aa3379854dd264d41aa6f0f15c7953
      da359253
    • Yunqing Wang's avatar
      Fix decoder mismatch with ssse3 enabled · 2b55cfcf
      Yunqing Wang authored
      This patch fixed issue 661: "Decoder produces mismatched outputs
      with ssse3 enabled and disabled." In sub-pixel filters, a pixel
      value was multiplied by a filter coefficient, and the results
      were added up. The order of adding up these multiplications had to
      be arranged carefully to prevent incorrect overflowing.
      
      Change-Id: Ia78663dfe74a2d46900f1c6fb07c21fac273892f
      2b55cfcf
    • Guillaume Martres's avatar
      vpxenc: add --aq-mode flag to control adaptive quantization · e4f3b970
      Guillaume Martres authored
      Change-Id: I2a08c00e8576099abc84b6ef05cb3567426e29cf
      e4f3b970
    • Johann Koenig's avatar
      Disable avx/avx2 for Visual Studio 2010 · 37a83b44
      Johann Koenig authored
      VS2010 only supports avx. There is currently no avx code
      in libvpx so don't create a special case for it.
      
      Change-Id: I39a11410367712b98bc6122c5a42fabffcdb94cf
      37a83b44
    • Yaowu Xu's avatar
      Add support for VC++2013 · 0d28133b
      Yaowu Xu authored
      Change-Id: I5f979135d371c3fc7b9485e29479f112baa5fa3b
      0d28133b
  3. Nov 15, 2013
  4. Nov 14, 2013
  5. Nov 13, 2013
Loading