1. 07 Jun, 2013 2 commits
  2. 06 Jun, 2013 2 commits
  3. 04 Jun, 2013 8 commits
  4. 03 Jun, 2013 2 commits
  5. 02 Jun, 2013 6 commits
  6. 01 Jun, 2013 4 commits
  7. 31 May, 2013 2 commits
  8. 30 May, 2013 1 commit
  9. 29 May, 2013 11 commits
  10. 28 May, 2013 2 commits
    • Martin Storsjö's avatar
      configure: Don't pass -mthumb or -march= to MSVC · 9f30fb5a
      Martin Storsjö authored
      The modern MSVC for ARM always builds for thumb, and it can't be
      disabled.
      
      Also just use the default arch instead of trying to map the -march
      parameter to MSVC's -arch parameter (which only takes the values
      ARMv7VE and VFPv4).
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      9f30fb5a
    • Janne Grunau's avatar
      mpeg12: skip frames consistently · bf20cdbd
      Janne Grunau authored
      The decoder did not start predicted frames with missing references but
      called the end of frame handling on them anyway. This caused an
      assertion in the VA API HW accelorator since it tried to render a
      picture with uninitialized buffers.
      bf20cdbd