Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(986)

Side by Side Diff: third_party/libva/README.chromium

Issue 872623002: VaapiVEA: Get maximum resolution from libva (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 Name: libva 1 Name: libva
2 URL: http://freedesktop.org/wiki/Software/vaapi 2 URL: http://freedesktop.org/wiki/Software/vaapi
3 Source: git clone git://anongit.freedesktop.org/git/libva 3 Source: git clone git://anongit.freedesktop.org/git/libva
4 Version: unknown 4 Version: unknown
5 RealVersion: git tag libva-1.3.1 5 RealVersion: git tag libva-1.3.1
6 License: MIT 6 License: MIT
7 License File: COPYING 7 License File: COPYING
8 Security Critical: no 8 Security Critical: no
9 9
10 Description: 10 Description:
11 This library is used for interfacing with the Intel graphics driver for 11 This library is used for interfacing with the Intel graphics driver for
12 hardware accelerated video encoding, decoding, blending and rendering. 12 hardware accelerated video encoding, decoding, blending and rendering.
13 13
14 Local modifications: 14 Local modifications:
15 - remove struct _VAEncMacroblockParameterBufferH264 from va/va_enc_h264.h, 15 - remove struct _VAEncMacroblockParameterBufferH264 from va/va_enc_h264.h,
16 which contained an empty union, causing compile errors 16 which contained an empty union, causing compile errors
17 - remove va/egl/va_egl.h due to the lack of license header 17 - remove va/egl/va_egl.h due to the lack of license header
18 - remove third_party/libva/va/wayland/wayland-drm-client-protocol.h 18 - remove third_party/libva/va/wayland/wayland-drm-client-protocol.h
19 - add GetCodecResolution patch
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698