summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* i965_device_info.c: Add missing entries to gen7_cpu_hook_listHEADmasterPatrick Thompson2022-11-301-0/+28
* Fix VP9.2 config verificationEd Baker2021-09-281-4/+21
* The 3D multisample state needs to be resent as part of the gen6 pp state.Haixia Shi2021-09-281-0/+15
* Avoid GPU crash with malformed streamsStéphane Marchesin2021-09-174-0/+44
* Handle odd resolutionHaihao Xiang2020-08-193-48/+48
* gen9_vp9_encoder: Relax the compressed frames minimum size restriction.Sreerenj Balachandran2020-06-011-1/+4
* Fix HEVCe kernel compile error on gcc10U. Artie Eoff2020-05-141-1/+1
* Check for python3 rather than python2William Douglas2019-11-266-12/+12
* gen9_vp9_encoder: Ensure brc-reset irrespective of the frame typeSreerenj Balachandran2019-11-221-1/+8
* Fix QualityRange query for the VP8 encoderSreerenj Balachandran2019-11-211-0/+2
* ensure that all meson files are part of the release tarballMichael Olbrich2019-11-201-1/+1
* encoder: vp8: Ensure forced_lf_adjustment update in media kernelSreerenj Balachandran2019-09-101-0/+1
* Since commit 1591f6c1be689c5265cb5beab18c97771d056cb9 WVC1 videos areJan Burgmeier2019-08-051-1/+4
* Make vaExportSurfaceHandle work for IMC3Daniele Castagna2019-07-311-3/+11
* Postpone the update of vp9_frame_ctxHaihao Xiang2019-06-102-17/+23
* wayland: Fix for FD leaks in case of invalid image formatMatteo Valdina2019-06-031-0/+4
* Fix compilation warnings.Víctor Manuel Jáquez Leal2019-05-091-1/+3
* Update AVC media kernel for BDW/BSWHaihao Xiang2019-04-296-10520/+10832
* Use the right buffer for the 2nd level batchbufferHaihao Xiang2019-04-291-1/+1
* Don't reset the current target buffer fullness after initializationHaihao Xiang2019-04-291-1/+2
* [gen8_mfd] Mark jpeg decode function staticvperus2019-04-291-1/+1
* i965_encoder: Speed up i965_MapBuffer for JPEG encoding somewhat.Steinar H. Gunderson2019-04-291-6/+6
* Fix off-by-one in use of ROI regions in CQP modeMark Thompson2019-03-071-1/+1
* Remove dependency on EncROI attribute to enable encoding with ROIMark Thompson2019-03-071-1/+1
* android: avoid compile warnningsChih-Wei Huang2019-03-072-0/+2
* android: ignore unimportant compile warnningsChih-Wei Huang2019-03-071-3/+5
* Return false instead of assertion failureHaihao Xiang2019-02-132-3/+9
* Revert "VPP: clear a surface using media pipeline on GEN8+"Haihao Xiang2019-01-3034-2042/+78
* Check the interface from libva firstHaihao Xiang2019-01-111-11/+16
* HEVC encoder: correct the minimal bitrate for VBRHaihao Xiang2019-01-081-15/+14
* Fix memory leakHaihao Xiang2018-12-075-26/+40
* gen8_post_processing: optimization for gen8_pp_object_walkerCole Nelson2018-11-211-29/+20
* gen75_proc_picture: check return value from gen75_vpp_veboxXu Guangxin2018-11-211-4/+12
* vp8/enc: Avoid out of boundary MVsHaihao Xiang2018-09-282-662/+674
* avc/enc: Fix bitrate resetHaihao Xiang2018-09-141-4/+4
* Add a new CFL PCI IDHaihao Xiang2018-09-141-0/+1
* Add a new KBL PCI IDHaihao Xiang2018-09-141-0/+1
* Check for -fstack-protectorBernd Kuhls2018-08-211-1/+4
* Enable multiple pass by defaultHaihao Xiang2018-08-131-1/+1
* Change the sequence of reading MMIO registersHaihao Xiang2018-08-131-6/+6
* Removed the padded bytesHaihao Xiang2018-08-131-1/+0
* Use the original picture sizeHaihao Xiang2018-08-131-2/+2
* Correct the base address for the 2nd level batchbufferHaihao Xiang2018-08-131-0/+1
* VPP: clear a surface using media pipeline on GEN8+Haihao Xiang2018-07-0334-78/+2037
* render: clear background using 3D pipeline on GEN8+Haihao Xiang2018-07-0310-130/+389
* Update some CSC kernels for packed pixelsHaihao Xiang2018-07-033-22/+25
* Move the function declaration to an internal header fileHaihao Xiang2018-07-032-9/+8
* Don't show an error on hybrid driver failureNicolas Chauvet2018-06-291-1/+1
* android: get vaapi version from configure.acChih-Wei Huang2018-06-292-5/+32
* android: get libva version from va_version.hChih-Wei Huang2018-06-291-1/+6