summaryrefslogtreecommitdiffstats
path: root/third_party/libva
Commit message (Collapse)AuthorAgeFilesLines
* Update third_party/libva to version 1.3.1.posciak@chromium.org2014-06-248-167/+366
| | | | | | | | | | | | | | | | | | | | | Update libva headers to 1.3.1, by: git clone git://anongit.freedesktop.org/libva /tmp/libva cd /tmp/libva git checkout libva-1.3.1 rm -rf ~/chromium/src/third_party/libva/va find va -name \*.h -exec cp --parents \{\} ~/chromium/src/third_party/libva \; sh build/gen_version.sh . va/va_version.h.in > ~/chromium/src/third_party/libva/va/va_version.h Also locally remove struct _VAEncMacroblockParameterBufferH264 from va/va_enc_h264.h, which contained an empty union, causing compile errors, and remove va/egl/va_egl.h due to lack of license header, and remove third_party/libva/va/wayland/wayland-drm-client-protocol.h. BUG=None TEST=build and run video decode/encode unittests TBR=brettw@chromium.org Review URL: https://codereview.chromium.org/331223008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@279284 0039d316-1c4b-4281-b951-d872f2087c98
* Add more content subtargets and deps to the GN build.brettw@chromium.org2014-06-131-0/+8
| | | | | | | | | | Includes courgette, libva, and lzma. TBR=scottmg Review URL: https://codereview.chromium.org/334913005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277132 0039d316-1c4b-4281-b951-d872f2087c98
* Remove fischman from WATCHLISTS and OWNERS as I am leaving the Chrome PA. ↵fischman@chromium.org2014-06-071-1/+0
| | | | | | | | | | Au revoir. TBR=vrk@chromium.org, posciak@chromium.org Review URL: https://codereview.chromium.org/322483006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275692 0039d316-1c4b-4281-b951-d872f2087c98
* Update libva headers to the latest release (1.2.1).chihchung@chromium.org2013-11-2130-724/+3372
| | | | | | | | | | | | | | | | | | | | | | The motivation is to pick up upstream fixes and be compatible with new VAAPI library after release 1.2.0: the function vaCreateSurfaces() changes its prototype in API version >= 0.34, so we need to handle this in run time. The commands used to update third_party/libva/va are: git clone git://anongit.freedesktop.org/libva /tmp/libva cd /tmp/libva git checkout libva-1.2.1 rm -rf ~/chromium/src/third_party/libva/va find va -name \*.h -exec cp --parents \{\} ~/chromium/src/third_party/libva \; cp ~/va_version.h ~/chromium/src/third_party/libva/va BUG=none TEST=on link, run through the H.264.1 conformance bitstreams, and no regression. Review URL: https://codereview.chromium.org/62273006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236492 0039d316-1c4b-4281-b951-d872f2087c98
* 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