1. 31 Dec, 2014 3 commits
  2. 30 Dec, 2014 15 commits
  3. 29 Dec, 2014 9 commits
  4. 28 Dec, 2014 10 commits
  5. 27 Dec, 2014 3 commits
    • Michael Niedermayer's avatar
      Merge remote-tracking branch 'rbultje/vp9-32bit-lpf' · 17dde95e
      Michael Niedermayer authored
      * rbultje/vp9-32bit-lpf:
        vp9/x86: add myself to copyright holders for loopfilter assembly.
        vp9/x86: make filter_16_h work on 32-bit.
        vp9/x86: make filter_48/84/88_h work on 32-bit.
        vp9/x86: make filter_44_h work on 32-bit.
        vp9/x86: make filter_16_v work on 32-bit.
        vp9/x86: make filter_48/84_v work on 32-bit.
        vp9/x86: make filter_88_v work on 32-bit.
        vp9/x86: make filter_44_v work on 32-bit.
        vp8/x86: save one register in SIGN_ADD/SUB.
        vp9/x86: store unpacked intermediates for filter6/14 on stack.
        vp8/x86: move variable assigned inside macro branch.
        vp9/x86: simplify ABSSUM_CMP by inverting the comparison meaning.
        vp8/x86: remove unused register from ABSSUB_CMP macro.
        vp9/x86: slightly simplify 44/48/84/88 h stores.
        vp9/x86: make cglobal statement more conservative in register allocation.
        vp9/x86: save one register in loopfilter surface coverage.
      Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      17dde95e
    • Reimar Döffinger's avatar
      r210enc.c: Simplify and never store more than 10 bits. · 03518090
      Reimar Döffinger authored
      The r10k and avrp decoders would previously store 12 bit precision
      for the blue channel, which is inconsistent and probably not a
      desirable behaviour.
      Now the 2 unused extra bits are set to 0.
      This is possibly not ideal either as RGBA1010102 format has the same
      layout but stores alpha in these bits, thus explicitly setting them
      to 1 might be preferable.
      Signed-off-by: 's avatarReimar Döffinger <Reimar.Doeffinger@gmx.de>
      03518090
    • Ronald S. Bultje's avatar