OSDN Git Service

android-x86/hardware-intel-common-vaapi.git
2018-03-15 Haihao XiangAdd '-fstack-protector' to CFLAGS
2018-03-15 Haihao XiangUse the new link URLs
2018-03-15 Mark ThompsonFix packed headers attribute test in vaCreateConfig()
2018-03-14 peng.chenFix a potential over run issue
2018-03-14 Haihao XiangRemove dead code
2018-03-14 Xiang, HaihaoRemove self-assignment
2018-03-14 Xiang, HaihaoFix typo of variable name in JPEG decoding
2018-03-14 Xiang, HaihaoAdd the missing 'break' in switch
2018-03-14 Xiang, HaihaoRemove dead code
2018-03-14 Xiang, HaihaoRemove 'if' statement
2018-03-14 Xiang, HaihaoFix typo of variable name
2018-03-14 Xiang, HaihaoRemove decode code.
2018-03-14 Xiang, HaihaoDon't compare an array against NULL
2018-03-14 Xiang, HaihaoMake sure a pointer is valid before using
2018-03-14 Xiang, HaihaoDon't compare an unsigned variable with 0
2018-03-14 Xiang, HaihaoCheck function return value
2018-03-14 Xiang, HaihaoCorrect the valid buffer size
2018-03-14 Víctor Manuel... Remove implicit truncation from unsigned int to bit...
2018-03-14 Víctor Manuel... Remove implicit truncations from int to bit-field
2018-03-14 Víctor Manuel... Remove spurious assignations
2018-03-13 Víctor Manuel... build: fix meson build
2018-03-13 Haihao XiangUpdate .travis.yml
2018-03-08 Haihao XiangMerge branch 'v2.1-branch' into master
2018-02-12 Haihao Xiangintel-vaapi-driver 2.1.0
2018-02-11 Víctor Manuel... Add meson support
2018-02-11 Víctor Manuel... build: delete shaders targets at distclean
2018-02-11 Víctor Manuel... build: EXTRA_DIST doesn't recognize wildcards
2018-02-11 Víctor Manuel... build: add to VPATH src and build dirs
2018-02-11 Víctor Manuel... build: automake options in configure.ac
2018-02-11 Víctor Manuel... build: remove undefined variable
2018-02-11 Víctor Manuel... build: autotools: clean check for wayland dependency
2018-02-11 Víctor Manuel... build: autotools: don't check for X11 libraries
2018-02-11 Víctor Manuel... build: autotools: don't check for EGL
2018-02-11 Víctor Manuel... build: autotools: check for dlopen library
2018-02-11 Víctor Manuel... build: autotools: remove useless --enable-drm parameter
2018-02-11 Víctor Manuel... build: test: enable out-of-source building
2018-02-11 Víctor Manuel... build: automake: add -Wno-portability
2018-02-11 Víctor Manuel... build: Remove unused variable
2018-02-11 Víctor Manuel... build: Add libdrm_intel dependency
2018-02-11 Víctor Manuel... build: fix variable name
2018-02-02 Xiang, Haihaointel-vaapi-driver 2.1.0.pre1
2018-02-02 Xiang, HaihaoSupport VBR for HEVC 10bit
2018-02-02 Xiang, Haihaointel-vaapi-driver 2.1.1.pre1 for development
2018-02-02 U. Artie Eofftest: add virtual dtor to abstract classes
2018-02-01 Xiang, HaihaoFix a typo
2018-02-01 Xiang, HaihaoAdd the missing files to the corresponding lists
2018-01-31 Sreerenj Balachandrani965_avc_encoder: Fix possible NULL pointer dereferencing
2018-01-31 Xiang, HaihaoENC/VP8: set value to VA_ATTRIB_NOT_SUPPORTED when...
2018-01-31 Xiang, HaihaoReturn surface width/height in pixels
2018-01-29 Xiang, HaihaoEnable VP9 non-low power encoding
2018-01-29 Xiang, HaihaoAdd support for VDEnc VP9 CBR/VBR mode on CNL
2018-01-29 Xiang, HaihaoAdd support for VDEnc VP9 CQP mode on CNL
2018-01-29 Xiang, HaihaoAdd flags for VP9 low power encoding mode
2018-01-29 Xiang, HaihaoAdd a flag for VP9 BRC mode in struct hw_codec_info
2018-01-29 peng.chenAdd vdenc common commands for CNL
2018-01-29 Xiang, HaihaoAdd HuC common commands for CNL
2018-01-29 Xiang, HaihaoAdd GPE function for MI_COPY_MEM_MEM command
2018-01-29 Xiang, HaihaoAvoid dereferencing a pointer before checking pointer...
2018-01-26 Xiang, HaihaoNew PCI IDs for CFL
2018-01-25 Xiang, HaihaoCQP is supported for jpeg
2018-01-25 Xiang, HaihaoVP8 encoding doesn't require packed header
2018-01-23 Pengfei QuENC:fix min resolution check for encoder
2018-01-23 U. Artie Eofftest/avce_context: update RC expectation for Stats...
2018-01-22 Xiang, HaihaoCheck the flags of the packed headers when creating...
2018-01-22 Xiang, HaihaoCheck the requirement on RC mode
2018-01-22 Xiang, HaihaoCheck decoding mode
2018-01-19 Xiang, HaihaoUpdate .gitignore
2018-01-18 Xiang, HaihaoUse generic register instead of acc0 to calculate the...
2018-01-18 Pengfei QuENC: add sanity check for invalid input resolution...
2018-01-18 Pengfei QuENC: add mininum resolution query for encoder
2018-01-18 Xiang, HaihaoFix AVC encoding regression on KBL/GLK/CFL
2018-01-18 jkyuenc: Add restriction to vp9 encoder frame rate to avoid...
2018-01-17 Pengfei QuENC: fix AVC multi slice
2018-01-17 Pengfei QuEnc: fix AVC mbenc curbe paraterer on CNL
2018-01-12 Xiang, HaihaoENC/jpeg: fix regression with Small optimization
2018-01-11 Zhao YakuiVDENC: Add the VDENC H264 on CNL
2018-01-11 peng.chenAdd the HEVC encoder on CNL
2018-01-11 peng.chenAdd common HCP implementation for CNL
2018-01-11 Qu PengfeiENC: enable avc encoder on cnl
2018-01-11 Pengfei QuENC: add AVC encoder media kernel on CNL
2018-01-11 Xiang, HaihaoAdd support for VP8 encode on CNL
2018-01-11 Zhao YakuiAdd the initial support of CNL
2018-01-10 Pengfei QuFix: AVC encoder use at most 4 fwd ref frames and 1...
2018-01-10 Sreerenj BalachandranStats/PreEnc: tests: Add VAEntryPointStats
2018-01-10 Sreerenj BalachandranStats/PreEnc: Add GEN9 AVC PreEnc support
2018-01-10 Sreerenj BalachandranStat/PreEnc: Add GEN9 AVC PreEnc specific constants
2018-01-10 Sreerenj BalachandranStats/PreEnc: Add basic infrastructure for PreEnc enabl...
2018-01-10 Mark ThompsonAdd informational messages for developers on failed...
2018-01-10 Mark ThompsonAdd informational messages for developers on failed...
2018-01-10 Mark ThompsonFix coding style error from astyle
2018-01-10 Mark ThompsonAdd support for H.264 levels 6, 6.1 and 6.2
2018-01-10 Mark ThompsonConvert H.264 level limit lookup functions to use a...
2018-01-10 Mark ThompsonRemove unused functions for slice and mv limits
2018-01-10 Victor TosoInclude missing do in do/while macro
2018-01-10 Victor TosoUse enum's type name to fix implicit conversion
2018-01-10 Victor TosoFix coding style
2018-01-10 Victor TosoFix possible implicit conversion
2018-01-10 Victor TosoFix check return value without assignment
2018-01-10 Victor Tosoi965: Remove negative check on unsigned variable
2018-01-10 Victor TosoSmall optimization while removing warning
next