This repository was archived by the owner on Sep 3, 2019. It is now read-only.
Commit 3282da1
Add support for H.264 Hi444PP in VDPAU API
The current patch adds a new struct VdpPictureInfoH264Predictive which
contains the necessary fields to support High 444 Predictive Profile.
The patch adds VDP_DECODER_PROFILE_H264_HIGH_444_PREDICTIVE (currently
only with 8 bit depth support). Additional profiles and levels will
be added in a future update.
Videos of VDP_DECODER_PROFILE_H264_HIGH_444_PREDICTIVE profile must use
VdpPictureInfoH264Predictive.
This patch adds lossless decode support to VDPAU API via the
qpprimey_zero_transform_bypass_flag in struct
VdpPictureInfoH264Predictive.
Signed-off-by: Aaron Plattner <[email protected]>
Reviewed-by: José Hiram Soltren <[email protected]>
Reviewed-by: Christian König <[email protected]>
Acked-by: Rémi Denis-Courmont <[email protected]>1 parent 3e191f7 commit 3282da1
1 file changed
+34
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2460 | 2460 | | |
2461 | 2461 | | |
2462 | 2462 | | |
| 2463 | + | |
| 2464 | + | |
| 2465 | + | |
2463 | 2466 | | |
2464 | 2467 | | |
2465 | 2468 | | |
| |||
2779 | 2782 | | |
2780 | 2783 | | |
2781 | 2784 | | |
| 2785 | + | |
| 2786 | + | |
| 2787 | + | |
| 2788 | + | |
2782 | 2789 | | |
2783 | 2790 | | |
2784 | 2791 | | |
| |||
2846 | 2853 | | |
2847 | 2854 | | |
2848 | 2855 | | |
| 2856 | + | |
| 2857 | + | |
| 2858 | + | |
| 2859 | + | |
| 2860 | + | |
| 2861 | + | |
| 2862 | + | |
| 2863 | + | |
| 2864 | + | |
| 2865 | + | |
| 2866 | + | |
| 2867 | + | |
| 2868 | + | |
| 2869 | + | |
| 2870 | + | |
| 2871 | + | |
| 2872 | + | |
| 2873 | + | |
| 2874 | + | |
| 2875 | + | |
| 2876 | + | |
| 2877 | + | |
| 2878 | + | |
| 2879 | + | |
| 2880 | + | |
| 2881 | + | |
| 2882 | + | |
2849 | 2883 | | |
2850 | 2884 | | |
2851 | 2885 | | |
| |||
0 commit comments