1. 21 May, 2013 - 18 commits
  2. 15 May, 2013 - 1 commit
  3. 13 May, 2013 - 2 commits
    • Martin Storsjo's avatar
      Add an option for building for arm in thumb mode · 132422d9
      Martin Storsjo authored
      Change-Id: I5a46645064c2fe1c13287cf06c3244820b4e699e
      132422d9
    • Martin Storsjo's avatar
      ads2gas: Allow converting code to thumb mode · 644587cf
      Martin Storsjo authored
      Currently this only supports thumb2.
      
      This involves rewriting certain instructions that can't be expressed
      in thumb2 into equivalent instruction sequences. The regexps for
      rewriting are currently written pretty narrowly, only covering the
      exact cases currently encountered in the code base.
      
      No IT instructions are added (since that would require more logic than
      plain regexps), so using the thumb mode requires enabling
      -mimplicit-it=always/thumb.
      
      Change-Id: I1f676ad1d351381f02bcf00105102aa8dd7ae364
      644587cf
  4. 03 May, 2013 - 2 commits
  5. 02 May, 2013 - 3 commits
  6. 01 May, 2013 - 1 commit
    • Martin Storsjo's avatar
      configure: arm: Check __ARM_PCS_VFP if the float ABI hasn't been defined · 2ce47839
      Martin Storsjo authored
      The support for detecting hardfp toolchains in af9dd50e is a
      step in the right direction, but that particular switch case
      isn't executed at all if the toolchain variable is set.
      
      This fixes cross building from x86 ubuntu to armhf ubuntu,
      in configurations such as
      "CROSS=arm-linux-gnueabihf- ./configure --target=armv7-linux-gcc".
      
      Change-Id: I6f141361e40374fbab564f9196d90e598fe9a0f6
      2ce47839
  7. 30 Apr, 2013 - 1 commit
  8. 29 Apr, 2013 - 2 commits
    • Jim Bankoski's avatar
      Change to fourcc to enable decoding of ffmpeg files. · 296421d8
      Jim Bankoski authored
      Change-Id: Ia16f167d904d53bc38cb3a8c841c6c52daad500f
      296421d8
    • Johann's avatar
      Match unsigned types · d82eb9d1
      Johann authored
      Fixes build warning in MSVC:
      vp9\vp9_dx_iface.c(420) : warning C4018: '<' : signed/unsigned mismatch
      vp9\vp9_dx_iface.c(423) : warning C4018: '<' : signed/unsigned mismatch
      
      Change-Id: Ia238071aee94b2f882c1e74c380adc3df506dfb6
      d82eb9d1
  9. 26 Apr, 2013 - 5 commits
  10. 25 Apr, 2013 - 2 commits
    • Johann's avatar
      Merge "Change default iOS dev path" · e292330e
      Johann authored
      e292330e
    • Johann's avatar
      Rename vp9_idct_x86.c · c5b127af
      Johann authored
      Remove similarly named header file. It is obsolete.
      
      Move file to match naming style.
      
      Adjust make file to include the file correctly and remove extra
      unnecessary #if guard.
      
      Change-Id: Ifba07ba9938a5df08a9f4eda54a3ac4d6983f7bf
      c5b127af
  11. 24 Apr, 2013 - 3 commits