summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-06-23Bump version to 1.5 and Depend on vdpau >= 1.5 for AV1 supportHEAD1.5masterManojGuptaBonda1-2/+2
2022-02-08Add support for AV1 in vdpauinfoManojGuptaBonda1-0/+3
2020-04-15Bump version to 1.4vdpauinfo-1.41.4ManojGuptaBonda1-1/+1
2020-04-13Support new HEVC / H.265 profiles added in libvdpau 1.4ManojGuptaBonda2-1/+10
Add names for the new 10,12-Bit surface formats. Name mappings are required for vdpauinfo to report support is available. Depend on vdpau >= 1.4 for 10,12-Bit Decode support
2019-12-09Bump version to 1.3vdpauinfo-1.3Aaron Plattner1-1/+1
2019-08-28Depend on vdpau >= 1.3 for VP9 supportAaron Plattner1-1/+1
Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
2019-08-21Add support for VP9 in vdpauinfoNicolas Chauvet1-0/+4
Signed-off-by: Nicolas Chauvet <kwizart@gmail.com>
2019-05-22vdpauinfo: Add names for the new 4:4:4 surface formatsPhilip Langdale1-0/+2
Name mappings are required for vdpauinfo to report support is available. Signed-off-by: Philip Langdale <philipl@overt.org> Reviewed-by: Andy Ritger <aritger@nvidia.com> Reviewed-by: Manoj Bonda <mbonda@nvidia.com> Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
2015-03-11Bump version to 1.0vdpauinfo-1.0Aaron Plattner1-1/+1
Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
2015-03-10Support new HEVC / H.265 profiles added in libvdpau 1.0Aaron Plattner2-1/+6
Signed-off-by: Aaron Plattner <aplattner@nvidia.com> Reviewed-by: José Hiram Soltren <jsoltren@nvidia.com> Reviewed-by: Christian König <christian.koenig@amd.com>
2014-12-19Bump version to 0.9vdpauinfo-0.9Aaron Plattner1-1/+1
Rather than raising the version number to 1.0 now that all of the TODO items are checked off, I figured it would be easier to keep the version tied to the version of libvdpau, since new libvdpau releases that define new profiles always need corresponding changes to vdpauinfo. Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
2014-12-19List profiles that are not supported as wellAaron Plattner1-0/+2
For profiles that are defined by libvdpau but not supported by the backend, print a line indicating that they're not supported. Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
2014-12-19Support new H.264 profiles added in libvdpau 0.9Aaron Plattner2-4/+9
The new profile names are slightly longer, so widen the table to preserve column alignment. Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
2014-10-28vdpauinfo: print supported PutBits indexed color formatsAaron Plattner1-9/+15
This parallels the loop that prints supported YCbCr formats. There is only one palette color format currently, so just use that for the query. Signed-off-by: Aaron Plattner <aplattner@nvidia.com> Reviewed-by: José Hiram Soltren <jsoltren@nvidia.com>
2014-09-12vdpauinfo: add option processingAaron Plattner1-9/+88
Add a rudimentary option parser. Parse the options --display and --screen, to specify the argument to XOpenDisplay and the screen within the X display to use, respectively. Signed-off-by: Aaron Plattner <aplattner@nvidia.com> Reviewed-by: Stephen Warren <swarren@nvidia.com>
2014-08-29Set the AM_INIT_AUTOMAKE foreign flagAaron Plattner4-6/+1
Turning on 'foreign' lets us delete pointless files like AUTHORS and NEWS. Interested parties can get the author list using 'git log | git shortlog -s'. Signed-off-by: Aaron Plattner <aplattner@nvidia.com> Acked-by: Stephen Warren <swarren@nvidia.com>
2013-10-22Bump version to 0.1vdpauinfo-0.1Aaron Plattner1-1/+1
I'd like to finish dealing with the TODO items in vdpauinfo.cpp before declaring this 1.0. Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
2013-10-21vdpauinfo: remove is_supported initializersAaron Plattner1-8/+7
These variables were initialized to work around a bug in the NVIDIA driver where the is_supported output parameter was only initialized if the feature being queried was not supported. This was fixed in the 190.* driver release series, making the workaround unnecessary. Signed-off-by: Aaron Plattner <aplattner@nvidia.com> Reviewed-by: José Hiram Soltren <jsoltren@nvidia.com>
2013-10-21vdpauinfo: remove TODO regarding INVALID_CHROMA_TYPE when querying 444Aaron Plattner1-2/+0
This was a bug in the NVIDIA driver that was fixed in the 256.44 release with the following changelog entry: * Fixed VDPAU to not print a debug error message when calling VdpVideoMixerQueryFeatureSupport with an unsupported or unknown VdpVideoMixerFeature. Signed-off-by: Aaron Plattner <aplattner@nvidia.com> Reviewed-by: José Hiram Soltren <jsoltren@nvidia.com>
2012-12-14Remove redundant LICENSE fileAaron Plattner1-23/+0
The same license text is in the more canonical COPYING file. Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
2012-11-20Add Andy to the AUTHORS listAaron Plattner1-0/+1
Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
2012-11-20vdpauinfo: use rgb_types[x].id, not chroma_types[x].id, as the VdpRGBAFormat ↵Andy Ritger1-1/+1
argument to VdpOutputSurfaceQueryPutBitsYCbCrCapabilities(). Signed-off-by: Andy Ritger <aritger@nvidia.com> Reviewed-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Jose Soltren <jsoltren@nvidia.com> Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
2012-11-14Remove the version number from vdpauinfo.cppAaron Plattner1-2/+0
The version is defined in the AC_INIT call in configure.ac, and doesn't need to be duplicated into other source files where it will quickly grow out of date (e.g. here, where it said 0.0.2 when the version is really 0.0.6).
2012-11-14Merge fix for improper attribute queriesAaron Plattner2-28/+31
Tested-by: Aaron Plattner <aplattner@nvidia.com> Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
2012-11-14Whitespace cleanup to vdpauinfo.cppJosé Hiram Soltren1-26/+26
2012-11-14Add José Soltren to AUTHORS.José Hiram Soltren1-0/+1
2012-11-14Only query ranges for appropriate VDPAU attributesJosé Hiram Soltren1-2/+4
Update vdpauinfo.cpp to not query values from VDPAU which do not support ranges. See vdpau.h for more information.
2009-09-24Add Rajib to the AUTHORS listAaron Plattner1-0/+1
2009-09-14Update for new features in libvdpau 0.2.vdpauinfo-0.0.6Rajib Mahapatra2-13/+32
Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
2009-09-11Steal the XORG_CHANGELOG macro from X.Org to remove the dependency on the ↵Aaron Plattner1-0/+46
xorg util/macros package
2009-02-13AC_SUBST the right variable (CXXFLAGS instead of CFLAGS)Aaron Plattner1-1/+1
2009-01-30Add autotoolsAaron Plattner9-12/+306
2009-01-30Rename from vdpinfo to vdpauinfo to match libvdpau naming.Aaron Plattner2-3/+3
2009-01-20vdpinfo-0.0.5Wladimir J. van der Laan2-6/+6
2009-01-20vdpinfo-0.0.4Wladimir J. van der Laan1-8/+10
2009-01-20vdpinfo-0.0.3Wladimir J. van der Laan2-3/+2
2009-01-20vdpinfo-0.0.2Wladimir J. van der Laan1-14/+37
2009-01-20vdpinfo-0.0.1Wladimir J. van der Laan5-0/+619