| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Review URL: https://codereview.chromium.org/16123028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@206159 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
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
|