1. 22 Aug, 2012 - 1 commit
  2. 09 Aug, 2012 - 1 commit
  3. 08 Aug, 2012 - 1 commit
  4. 06 Aug, 2012 - 1 commit
    • Christian Duvivier's avatar
      Add x86_64-darwin11-gcc target. · 82edabce
      Christian Duvivier authored
      This allows building on MountainLion as the 10.6 SDK has been
      removed from the latest Xcode version (4.4 4F250). Also fix
      all warnings for that build.
      
      Change-Id: Ib70bca4a25295f13595f0d10ea9f0229631de5a4
      82edabce
  5. 26 Jul, 2012 - 1 commit
  6. 24 Jul, 2012 - 1 commit
    • John Koleszar's avatar
      makefile: fix .so build rule · dcb52c0f
      John Koleszar authored
      Use $^ vs $? to capture all prerequisites, rather than only newer ones.
      
      Change-Id: I464ffb2913cf60f5ca5e07518ad4bf7da10baf87
      dcb52c0f
  7. 23 Jul, 2012 - 1 commit
  8. 17 Jul, 2012 - 1 commit
  9. 11 May, 2012 - 1 commit
  10. 01 Aug, 2011 - 2 commits
  11. 25 Jul, 2011 - 1 commit
  12. 21 Jul, 2011 - 2 commits
    • Timothy B. Terriberry's avatar
      Add .size directive to ARM asm functions. · 1647f00c
      Timothy B. Terriberry authored
      This makes them show up properly in debugging tools like gdb and
       valgrind.
      
      Change-Id: I0c72548a1090de88ba226314e5efe63360b7e07f
      1647f00c
    • Timothy B. Terriberry's avatar
      Mark ARM asm objects as allowing a non-executable stack. · 0453aca5
      Timothy B. Terriberry authored
      This adds the magic .note.GNU-stack section at the end of each ARM
       asm file (when built with gas), indicating that a non-executable
       stack is allowed.
      Without this section, the linker will assume the object requires an
       executable stack by default, forcing an executable stack for the
       entire program.
      
      Change-Id: Ie86de6a449b52d392b9e5e0479833ed8c508ee65
      0453aca5
  13. 27 Jun, 2011 - 1 commit
  14. 21 Jun, 2011 - 1 commit
  15. 15 Jun, 2011 - 2 commits
  16. 14 Jun, 2011 - 1 commit
    • Tero Rintaluoma's avatar
      Update -linux-rvct targets · 5405bd97
      Tero Rintaluoma authored
      - Updated -linux-rvct targets to support RVDS 4.0 and later.
      - Changed optimization flag to -Otime because -O3 ruined performance
        for RVCT linux targets.
      - Added support for --enable-small for RVCT
      - RVCT created library should be able to link with GCC
      - Supports building shared linux libraries
      
      Change-Id: Ic62589950d86c3420fd4d908b8efb870806d1233
      5405bd97
  17. 08 Jun, 2011 - 2 commits
  18. 06 Jun, 2011 - 1 commit
  19. 06 May, 2011 - 1 commit
    • Tero Rintaluoma's avatar
      neon fast quantizer updated · 33fa7c4e
      Tero Rintaluoma authored
      vp8_fast_quantize_b_neon function updated and further optimized.
       - match current C implementation of fast quantizer
       - updated to use asm_enc_offsets for structure members
       - updated ads2gas scripts to handle alignment issues
      
      Change-Id: I5cbad9c460ad8ddb35d2970a8684cc620711c56d
      33fa7c4e
  20. 02 May, 2011 - 1 commit
    • Ronald S. Bultje's avatar
      build: change LDFLAGS/CFLAGS ordering. · bbf890fe
      Ronald S. Bultje authored
      Always use CFLAGS/LDFLAGS that point to headers and libvpx.a inside our
      build tree before ones from the environment, which could reference
      headers or libs outside the build tree.
      
      This fixes issue 307.
      
      Change-Id: I34d176b8c21098f6da5ea71f0147d3c49283cc45
      bbf890fe
  21. 21 Apr, 2011 - 1 commit
  22. 15 Apr, 2011 - 1 commit
  23. 14 Apr, 2011 - 1 commit
    • Joshua Bleecher Snyder's avatar
      update configure for ios sdk 4.3 · 5e7a3bb6
      Joshua Bleecher Snyder authored
      update for the latest version of the ios sdk. adding
      usr/lib/system fixes a missing libcache.dylib issue
      
      make isysroot path more DRY
      
      Change-Id: Ib748ef3dac3cac2e4848fbffa1e9a0112eac826b
      5e7a3bb6
  24. 01 Apr, 2011 - 1 commit
    • Johann's avatar
      support obj_int_extract on cygwin · fd7040d2
      Johann authored
      cygwin doesn't support _sopen. drop down to the lowest common
      denominator and merge main for all platforms. this also opens the door
      for supporting multiple object formats with a single binary.
      
      Change-Id: I7cd45091639d447434e6d5db2e19cfc9988f8630
      fd7040d2
  25. 31 Mar, 2011 - 1 commit
    • Attila Nagy's avatar
      Runtime detection of available processor cores. · 297b2765
      Attila Nagy authored
      Detect the number of available cores and limit the thread allocation
      accordingly. On decoder side limit the number of threads to the max
      number of token partition.
      
      Core detetction works on Windows and
      Posix platforms, which define _SC_NPROCESSORS_ONLN or _SC_NPROC_ONLN.
      
      Change-Id: I76cbe37c18d3b8035e508b7a1795577674efc078
      297b2765
  26. 24 Mar, 2011 - 1 commit
    • Johann's avatar
      use asm_offsets with vp8_regular_quantize_b_sse2 · 8edaf6e2
      Johann authored
      remove helper function and avoid shadowing all the arguments to the
      stack on 64bit systems
      
      when running with --good --cpu-used=0:
      ~2% on linux x86 and x86_64
      ~2% on win32 x86 msys and visual studio
      more on darwin10 x86_64
      significantly more on
      x86_64-win64-vs9
      
      Change-Id: Ib7be12edf511fbf2922f191afd5b33b19a0c4ae6
      8edaf6e2
  27. 16 Mar, 2011 - 1 commit
  28. 15 Mar, 2011 - 1 commit
  29. 14 Mar, 2011 - 1 commit
    • Johann's avatar
      obj_int_extract: win64 does not prefix symbols · 2ec0cfbe
      Johann authored
      obj_int_extract was unconditionally skipping the first character in the
      symbol. make sure it's actually an '_' first
      
      Change-Id: Icfe527eb8a0028faeabaa1dcedf8cd8f51c92754
      2ec0cfbe
  30. 10 Mar, 2011 - 1 commit
    • Johann's avatar
      obj_int_extract for Visual Studio · 128d2c23
      Johann authored
      Enable extraction of assembly offsets from compiled examples in MSVS.
      This will allow us to remove some stub functions from x86 assembly since
      we will be able to reliably determine structure offsets at compile time.
      
      see ARM code for examples:
      vp8/encoder/arm/armv5te/
      vpx_scale/arm/neon/
      
      Change-Id: I1852dc6b56ede0bf1dddb5552196222a7c6a902f
      128d2c23
  31. 08 Mar, 2011 - 3 commits
    • Johann's avatar
      fix obj_int_extract for MinGW · fb037ec0
      Johann authored
      failed to find headers in the source directory
      
      output to stdout instead of a hardcoded file
      
      MinGW doesn't support _sopen_s
      
      _fstat catches non-existant files
      
      Change-Id: I24e0aacc6f6f26e6bcfc25f9ee7821aa3c8cc7e7
      fb037ec0
    • Johann's avatar
      64bit mach-o support · 5091e01e
      Johann authored
      enable parsing 64bit mach-o files (OS X)
      
      also fixes --enable-debug issue!
      
      Change-Id: I250ee69745cd2365e3e63264f9365cd58fbb6678
      5091e01e
    • Johann's avatar
      64bit elf support · ddd260eb
      Johann authored
      enable parsing 64bit elf files
      
      Change-Id: I7981f4769cf1b822f288fe2e32166254e4394bab
      ddd260eb
  32. 02 Mar, 2011 - 1 commit
    • Johann's avatar
      clean up msvs project generation · a1cfcb41
      Johann authored
      add visual studio 9 to --help
      
      remove cpp, cxx, hpp, hxx files from filter
      
      add the ability to target project names. this will be necessary to
      enable obj_int_extract
      
      Change-Id: I407583320d8b67a0df40c07221838c42678792f7
      a1cfcb41
  33. 01 Mar, 2011 - 1 commit
    • John Koleszar's avatar
      change CFLAGS for 64 bit icc builds · 06ce0d88
      John Koleszar authored
      AMD64 only implies SSE2, not SSE3. There aren't any known cases where
      icc was generating SSE3 instructions since all the vectorizable code
      is already in handwritten asm, so this fix is included mostly for
      correctness. Fixes issue #259.
      
      Change-Id: I993335a4740b68b559035305fb52ca725a6beaff
      06ce0d88
  34. 25 Feb, 2011 - 1 commit
    • Aaron Watry's avatar
      Fix crash on Sparc Solaris. · da761c9a
      Aaron Watry authored
      Sparc on Solaris requires memory copies in reconinter.c to be aligned.
      
      Change-Id: I6c5b75fb80d6fd501ae4b41b533c3109c2f32be2
      da761c9a