Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | RSS feed

  1. libva NEWS -- summary of user visible changes.  2015-12-15
  2. Copyright (C) 2009-2015 Intel Corporation
  3.  
  4. Version 1.6.2 - 15.Dec.2015
  5. * Bump VA API version to 0.38.1
  6. * Add new RT format for 16 bits per channel memory layout(P010,P016): VA_RT_FORMAT_YUV420_10BPP
  7. * Add new fourcc codes: VA_FOURCC_P010, VA_FOURCC_P016, VA_FOURCC_YV16
  8. * Fix crash if user doesn't have right to access the DRI device
  9. * Fix uninitialized x11_screen driver context member for X11 output
  10.   https://bugs.freedesktop.org/show_bug.cgi?id=61603
  11. * Fix the issue of not to use LIBVA_DRIVER_NAME
  12.   https://bugs.freedesktop.org/show_bug.cgi?id=72822
  13. * Fix build issue with wayland
  14.   https://bugs.freedesktop.org/show_bug.cgi?id=79478
  15. * vainfo: Add option '--display'
  16.  
  17. Version 1.6.1 - 09.Sep.2015
  18. * Add support for VP9 decode and HEVC encode in VA trace module
  19. * Add VP9 profile to vainfo
  20. * Enhance VA trace to dump VP8 encode parameters
  21.  
  22. Version 1.6.0 - 01.Jul.2015
  23. * Bump VA API version to 0.38
  24. * Add support for HEVC encode API
  25. * Add support for VP9 decode API
  26. * Add API (vaSetDriverName()) to allow the user to specify the loaded backend driver
  27. * Add VAConfigAttribEncSkipFrame and corresponding structures to support
  28.   sending skip frame parameters to the backend driver.
  29. * Add support for querying slice decoding mode supported by the backend driver
  30. * Fix quality issue in the JPEG encode demo
  31.  
  32. Version 1.5.1 - DD.Mar.2015
  33. * API: correct the comment for num_token_partitions in struct  _VAEncPictureParameterBufferVP8
  34. * VA/x11: fix double Unlocks/SyncHandle to avoid segmentation fault
  35.  
  36. Version 1.5.0 - 28.Dec.2014
  37. * API: add support for HEVC decoding
  38. * API: extend JPEG encoding data structures and add configuration attribute for JPEG encoding
  39. * Add a unit test for JPEG encoding (Sirisha Muppavarapu)
  40. * Add support for HEVC decoding and JPEG encoding in VA trace utility
  41. * Fix out of tree builds (Emil Velikov)
  42. * VA/X11: fix BadDrawable issue when calling vaTerminate() after the pixmaps have been destroyed (Lionel Landwerlin)
  43.  
  44. Version 1.4.1 - 24.Oct.2014
  45. * Add support for DRM Render-Nodes (Andrey Larionov)
  46.  
  47. Version 1.4.0 - 30.Sep.2014
  48. * API: add support for VP8 encoding
  49. * API: add H.264 MVC profiles for decoding and encoding
  50. * API: add buffer export interfaces for interop with 3rdparty APIs (EGL, OCL)
  51. * API: add suppor for encoder quality level
  52. * API: add attribute usage hint flag
  53. * Fix build on 64-bit versions of Android (Qiming Shi)
  54. * Assorted fixes to the VA fool and trace modules (Austin Yuan)
  55.  
  56. Version 1.3.1 - 09.May.2014
  57. * API: fix VA_ENC_PACKED_HEADER_RAW_DATA value
  58. * API: add STE filter to the VPP pipeline
  59. * Update doxygen tags in libva
  60. * Fix doc/Makefile.am
  61. * A workaround for https://bugs.freedesktop.org/show_bug.cgi?id=76755
  62.  
  63. Version 1.3.0 - 24.Mar.2014
  64. * API: add support for VP8 decoding
  65. * API: drop VAEntrypointMax enumeration
  66. * Enhancement for VA trace utility
  67.  
  68. Version 1.2.1 - 27.Jun.2013
  69. * Fix https://bugs.freedesktop.org/show_bug.cgi?id=66221
  70. * Add back VA_DRIVER_INIT_FUNC definition for testing
  71.  
  72. Version 1.2.0 - 25.Jun.2013
  73. * API: new H.264 encoding API for Main and High profiles
  74. * API: add support for MPEG-2 encoding
  75. * API: add video processing interfaces
  76. * API: add vaQuerySurfaceAttributes() to query surface attributes supported by the underlying drivers.
  77. * API: new version of vaCreateSurfaces()
  78. * API: add new surface attributes to enable VA surface creation from external buffer
  79. * API: add new RT formats and fourcc codes
  80. * Refine VA trace utility
  81. * Refine H.264 encoding test cases {avcenc, h264enc}
  82. * A new test case for MPEG-2 encoding
  83. * A lot of bug fixes
  84.  
  85. Version 1.1.1 - 19.Mar.2013
  86. * Support wayland 1.0 protocol (Rob Bradford)
  87. * Automake 1.13 fixups (Armin K)
  88.  
  89. Version 1.1.0 - 04.Oct.2012
  90. * API: add Wayland support
  91. * API: add raw DRM support for headless pipelines
  92. * Fix generic VA/GLX implementation for newer cluttersink versions
  93. * Fix threading issues in VA objects reference code (+Krzysztof Kotlenga)
  94. * Fix build on Android Ice Cream Sandwich (+Haitao Huang, Daniel Charles)
  95.  
  96. Version 1.0.16 - 02.Aug.2012
  97. * API: data structures for JPEG Baseline decoding
  98. * API: clarify the definition of slice_data_bit_offset
  99. * Add a simple test case for JPEG decoding
  100.  
  101. Version 1.0.15 - 28.Oct.2011
  102. * API: make {Top,Bottom}FieldOrderCnt signed (Yi Wang)
  103. * Add auto-generated Debian packaging
  104. * Refine VA trace & VA fool utilities
  105. * Move i965 driver to a specific repository (vaapi/intel-driver)
  106. * Fix DSO link issue in tests
  107. * Fix fglrx driver name detection
  108. * Fix API vs. DSO vs. package versioning
  109.  
  110. Version 1.0.14 - 28.Jul.2011
  111. * API: rename VA_DECODE_ERROR_TYPE to VADecodeErrorType
  112. * Fix memory leaks (Edgar Hucek)
  113. * Fix VA trace logs (Alexander Osin)
  114. * Fix vaTerminate() with some applications, e.g. GStreamer
  115.  
  116. Version 1.0.13 - 30.May.2011
  117. * API: fix VA_ROTATION_270 definition
  118. * Add a simple H.264 encoder "avcenc" (Chang Zhou)
  119. * Fix VA tracer (Alexander Osin)
  120. * Fix vaBufferInfo() interface (Alexander Osin)
  121.  
  122. Version 1.0.12 - 01.Apr.2011
  123. * API: add VARenderMode interface to select overlay or GPU rendering mode
  124. * API: add VARenderDevice interface to allow rendering to an external device
  125. * API: add VADisplayAttribOverlay{ColorKey,AutoPaintColorKey} interface
  126. * Fix build issues on Android 2.3
  127.  
  128. Changes for older versions can be found in git log or previously
  129. released packages.
  130.