summaryrefslogtreecommitdiffstats
path: root/third_party/libva
Commit message (Collapse)AuthorAgeFilesLines
* Add third_party/libva/OWNERS containing fischman & posciak.fischman@chromium.org2013-06-131-0/+2
| | | | | | Review URL: https://codereview.chromium.org/16123028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@206159 0039d316-1c4b-4281-b951-d872f2087c98
* Make 'License' field in third-party metadata requiredsteveblock@chromium.org2012-08-011-0/+1
| | | | | | | | | | | | | | | | This will simplify the addition of a tool to check licenses for the purpose of the Android WebView build. See also http://codereview.chromium.org/10827099 Also adds other missing fields to these README.chromium files as required by presubmit checks and fixes a regex used to enforce this. BUG=138921 Review URL: https://chromiumcodereview.appspot.com/10821103 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149423 0039d316-1c4b-4281-b951-d872f2087c98
* Update libva to pick up updated license headers.fischman@chromium.org2012-07-037-1/+139
| | | | | | | | | | | | | | | | | | | (no material change, just allow removing checklicenses.py exceptions) Updated via: cd /tmp git clone git://anongit.freedesktop.org/git/libva cd ~/src/chromium/src/third_party/libva for f in $(find va/ -type f); do cp /tmp/libva/$f $f; done TBR=thestig@chromium.org BUG=126466 TEST=SUCCESS according to: ./tools/checklicenses/checklicenses.py third_party/libva Review URL: https://chromiumcodereview.appspot.com/10694038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145243 0039d316-1c4b-4281-b951-d872f2087c98
* Add missing va_version.h header to libva.posciak@chromium.org2012-05-101-0/+87
| | | | | | | | | | BUG=126466 TEST=checklicenses on the file passed Review URL: https://chromiumcodereview.appspot.com/10381090 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136364 0039d316-1c4b-4281-b951-d872f2087c98
* Add libva to chromium third_party.fischman@chromium.org2012-05-0726-0/+4445
BUG=126466 TEST=checklicenses passes with the new exception (pending getting upstream to conform) Review URL: https://chromiumcodereview.appspot.com/10375035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135647 0039d316-1c4b-4281-b951-d872f2087c98