Skip to content
Snippets Groups Projects
  1. Mar 21, 2013
  2. Mar 20, 2013
  3. Mar 19, 2013
  4. Mar 18, 2013
  5. Mar 17, 2013
  6. Mar 16, 2013
  7. Mar 15, 2013
  8. Mar 14, 2013
    • Dmitry Kovalev's avatar
      Cleaning up frame decoding functionality. · 9285703e
      Dmitry Kovalev authored
      Change-Id: I25424904fb8541fc19d00d9fbc592379374b98c0
      9285703e
    • Yaowu Xu's avatar
      force lossless coding at very high quality end · 374a1736
      Yaowu Xu authored
      Change-Id: I75fc4eee10bee9efd419d248827290cce8e6d637
      374a1736
    • Yaowu Xu's avatar
      Remove leftover reference to 2nd order dc/ac quant · f4d2ad69
      Yaowu Xu authored
      Change-Id: Ib8dacf1d2797743569771b8f699e40e1aeb085cb
      f4d2ad69
    • John Koleszar's avatar
      Fix pulsing issue with scaling · 9b7be888
      John Koleszar authored
      Updates the YV12_BUFFER_CONFIG structure to be crop-aware. The
      exiting width/height parameters are left unchanged, storing the
      width and height algined to a 16 byte boundary. The cropped
      dimensions are added as new fields.
      
      This fixes a nasty visual pulse when switching between scaled and
      unscaled frame dimensions due to a mismatch between the scaling
      ratio and the 16-byte aligned sizes.
      
      Change-Id: Id4a3f6aea6b9b9ae38bdfa1b87b7eb2cfcdd57b6
      9b7be888
    • John Koleszar's avatar
      Add VP9_GET_REFERENCE control · b3c350a1
      John Koleszar authored
      This is like VP8_COPY_REFERENCE, but returns a pointer to the reference
      frame rather than a copy of it. This is useful when the application
      doesn't know what the size of the reference is, as is the case when
      scaling is in effect.
      
      Change-Id: I63667109f65510364d0e397ebe56217140772085
      b3c350a1
  9. Mar 13, 2013
    • Jingning Han's avatar
      Support +/-2048 motion vector coding · 76c12ab9
      Jingning Han authored
      Enable entropy coding of motion vectors up to +/-2048. Also
      extend the motion search range accordingly.
      
      Change-Id: Iac2bb015e8934521cef83a19edbe967d9f097436
      76c12ab9
    • Yaowu Xu's avatar
      put refmvselection under experiment · 88862c04
      Yaowu Xu authored
      and turn the experiment off by default.
      
      Change-Id: If9e684aa6cc49eacd39f36645a110a447e38d2de
      88862c04
    • Yaowu Xu's avatar
      removed reference to "LLM" and "x8" · 00555263
      Yaowu Xu authored
      The commit changed the name of files and function to remove obselete
      reference to LLM and x8.
      
      Change-Id: I973b20fc1a55149ed68b5408b3874768e6f88516
      00555263
    • John Koleszar's avatar
      fix superframe index marker masks · bd9cd9a1
      John Koleszar authored
      The superframe index marker byte carries data in the lower 5 bits. Only the
      upper 3 should be used as part of the mask to detect it. By masking with
      0xf0, the previous code was incorrect for frames over 65k bytes.
      
      Change-Id: I6248889f5af227457f359a56b2348ef6db87a3b4
      bd9cd9a1
  10. Mar 12, 2013
Loading