1. 26 Jun, 2014 - 1 commit
  2. 11 Jun, 2014 - 1 commit
    • Tom Finegan's avatar
      Add target armv7s-darwin-gcc. · cd2088b4
      Tom Finegan authored
      Really just armv7. This is a convenience target intended to make iOS
      development with libvpx easier. Xcode projects with default settings
      will fail to build when a framework lacks armv7s support when targetting
      iOS7.
      
      Change-Id: I7eb80d52eec25501febc0d2c3c0b4ed964b8ed5b
      cd2088b4
  3. 30 May, 2014 - 1 commit
  4. 13 May, 2014 - 1 commit
    • James Zern's avatar
      configure: remove php test · f8630c78
      James Zern authored
      + the remnants in the build system & README
      
      the documentation that required php was removed in:
      50fa5859 Removing examples code generation and making them static.
      
      Change-Id: Ibf00dca9ab2715fc21e8de358807b63d1445662c
      f8630c78
  5. 21 Nov, 2013 - 1 commit
  6. 14 Nov, 2013 - 1 commit
  7. 05 Aug, 2013 - 1 commit
    • Paweł Hajdan's avatar
      Update README · 9ab47772
      Paweł Hajdan authored
      - new date
      - add VP9 to the title
      - update list of available targets
      
      Change-Id: I56263336db393020bac5da8e42fbac3a276ffb1f
      9ab47772
  8. 18 Jul, 2013 - 1 commit
  9. 21 Jun, 2012 - 1 commit
    • John Koleszar's avatar
      Add support for downloading test data · 00748632
      John Koleszar authored
      The commit introduces a make target 'testdata' that downloads the
      required test data from the WebM project website. The data will also
      be downloaded if invoking `make test` but is not a strict requirement
      for only building the test executable.
      
      The download directory is taken from the LIBVPX_TEST_DATA_PATH
      environment variable, or may be specified as part of the make command.
      If unset, it defaults to the current directory. It's expected that
      most developers will want to set this environment variable to a place
      outside their source/build trees, to avoid having to download the data
      more than once.
      
      To add test data file:
      
        1) add a line to test/test.mk:
      
            LIBVPX_TEST_DATA-yes += foo-bar-file.y4m
      
        2) add its sha1sum to the test/test-data.sha1 file in the following
           format:
      
            528cc88c821e5f5b133c2b40f9c8e3f22eaacc4c  foo-bar-file.y4m
      
        3) upload the file to the website
      
            $ gsutil cp foo-bar-file.y4m gs://downloads.webmproject.org/test_data/libvpx
      
      T...
      00748632
  10. 18 Jan, 2012 - 1 commit
    • Fritz Koenig's avatar
      Add makefile for building libvpx for Android. · d8305731
      Fritz Koenig authored
      Android.mk file for using the Android NDK build
      system to compile. Adds option for SDK path to
      use the compiler that comes with android for testing
      compiler compliance.
      
      Change-Id: I5fd17cb76e3ed631758d3f392e62ae1a050d0d10
      d8305731
  11. 10 Jan, 2012 - 1 commit
    • Fritz Koenig's avatar
      Remove iwmmx target. · 55610053
      Fritz Koenig authored
      No optimized code present for target.
      
      Change-Id: If99bb37491b15c1093e8851430c060cb2466898c
      55610053
  12. 06 Jan, 2012 - 1 commit
  13. 22 Feb, 2011 - 1 commit
    • Johann's avatar
      purge wince configuration · 418f4219
      Johann authored
      this has been broken since the initial release
      
      Change-Id: If0d4deb2de9f7d0c4c05641e2bbf9cc1bf11e171
      418f4219
  14. 07 Oct, 2010 - 1 commit
    • Johann's avatar
      configure is not in src · a31a58d1
      Johann authored
      one comment in the README said the configure script was in src.
      it's not. pointed out by Aaron Sherman
      
      Change-Id: Ife0b53e096856d46669a99eefd71ac23d0351f65
      a31a58d1
  15. 18 Jun, 2010 - 1 commit
    • John Koleszar's avatar
      cosmetics: trim trailing whitespace · 94c52e4d
      John Koleszar authored
      When the license headers were updated, they accidentally contained
      trailing whitespace, so unfortunately we have to touch all the files
      again.
      
      Change-Id: I236c05fade06589e417179c0444cb39b09e4200d
      94c52e4d
  16. 18 May, 2010 - 1 commit