1. 22 Nov, 2012 - 1 commit
  2. 21 Nov, 2012 - 6 commits
  3. 20 Nov, 2012 - 2 commits
    • Yunqing Wang's avatar
      Fix ref_stride in sad function · bbe5e032
      Yunqing Wang authored
      Used ref_stride.
      
      Change-Id: I31f0a3bb935520f54d11a1d87315627f162ae845
      bbe5e032
    • John Koleszar's avatar
      make: fix dependency generation for flat build tree · 2978bb87
      John Koleszar authored
      Update the fmt_deps function to use a new sed expression to convert the
      object file name generated by the compiler into the path-transformed
      name of the .o and .d files.
      
      Prior to this patch, changing a header file would not trigger an
      incremental build.
      
      Change-Id: I07f498a1d134577b89a72e3f1143c737b31a0636
      2978bb87
  4. 18 Nov, 2012 - 1 commit
    • Jim Bankoski's avatar
      clean out some of the rtcd code. · f4871b6a
      Jim Bankoski authored
      This removes functions that are no longer needed and cleans up some warnings.
      
      Change-Id: I292a4c3694e9c1d68ce99cea390905b198434719
      f4871b6a
  5. 17 Nov, 2012 - 14 commits
  6. 16 Nov, 2012 - 13 commits
  7. 15 Nov, 2012 - 3 commits
    • John Koleszar's avatar
      Pack invisible frames without lengths · 64bcffc1
      John Koleszar authored
      Modify the decoder to return the ending position of the bool decoder and
      use that as the starting position for the next frame.
      
      The constant-space algorithm for parsing the appended frame lengths is
      O(n^2), which is a potential DoS concern if n is unbounded. Revisit
      the appended lengths for use as partition lengths when multipartition
      support is added.
      
      In addition, this allows decoding of raw streams outside of a container
      without additional framing information, though it's insufficient to
      be able to remux said stream into a container.
      
      Change-Id: I71e801a9c3e37abe559a56a597635b0cbae1934b
      64bcffc1
    • John Koleszar's avatar
      webm: add support for V_VP9 · 08b43fef
      John Koleszar authored
      Tags VP9 tracks with the V_VP9 video type when writing to .webm files,
      and supports decoding both from vpxdec without specifying --codec.
      
      Change-Id: I0ef61dee06f4db2a74032b142a4b4976c51faf6e
      08b43fef
    • Yaowu Xu's avatar
      subpelrefmv for superblocks · 61416aed
      Yaowu Xu authored
      duplicate code clean-up and variable name corrections
      
      Change-Id: Ibc4703228e652ec425125de5e7bc038fa46595c5
      61416aed