gstreamer/gst/vaapi
He Junyan 0e4c750918 plugins: util: Add a helper function to detect supported caps.
This helper function iterate all profiles and entrypoints belong
to the specified codec, query the VAConfigAttribRTFormat and list
all possible video formats.
This function is used by each codec to get the template sink caps
(for encode) or src caps(for decode) at register time, when just
all possible formats are listed and no need to be very accurate.
So there is no context created for the performance reason. Most
codecs just use YUV kinds of formats as the input/output, so we do
not include RGB kinds of formats. User can specified more formats
in extra_fmts(For example, jpeg may need BGRA) if needed.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-vaapi/-/merge_requests/315>
2020-05-16 19:58:15 +00:00
..
gstcompat.h Remove old gst version guards 2016-01-25 12:09:40 +00:00
gstvaapi.c plugin: don't error if cannot create display 2020-03-17 12:49:12 +01:00
gstvaapi.h vaapidecodebin: Register element if no VPP support is available too 2017-10-20 12:59:10 +02:00
gstvaapidecode.c libs,plugins: decoder: Add -intra profile support for hevc. 2020-03-20 14:57:49 +01:00
gstvaapidecode.h vaapidecode: update internal decoder sink caps 2017-01-18 11:30:49 +01:00
gstvaapidecode_props.c vaapih264dec: Add a property to assume constrained-baseline 2020-01-19 15:55:47 +00:00
gstvaapidecode_props.h vaapih264dec: Add a property to assume constrained-baseline 2020-01-19 15:55:47 +00:00
gstvaapidecodebin.c Classify vaapidecodebin as a hardware decoder 2019-08-28 12:49:03 -04:00
gstvaapidecodebin.h vaapidecodebin: skips configuration once it's done 2017-04-21 11:48:16 +02:00
gstvaapidecodedoc.c docstrings: port ulinks to markdown links 2019-08-23 19:10:15 +02:00
gstvaapiencode.c plugin: encode: extract the allowed caps maker as a helper function. 2020-05-16 19:58:15 +00:00
gstvaapiencode.h Remove all FEI related 2020-01-15 07:30:15 +00:00
gstvaapiencode_h264.c vaapiencode: promote info to warning 2020-01-21 14:12:29 +01:00
gstvaapiencode_h264.h vaapiencode: h264: verify if requested profile is supported 2017-07-03 15:33:20 +02:00
gstvaapiencode_h265.c libs: encoder: h265: Support MAIN 4:4:4 10 profile. 2020-04-02 23:01:46 +08:00
gstvaapiencode_h265.h HEVC_Encode: Add HEVC(h265) Encoder plugin 2015-05-25 11:58:20 +03:00
gstvaapiencode_jpeg.c plugin: encode: change the dmabuf caps to all supported formats. 2019-12-18 20:34:27 +08:00
gstvaapiencode_jpeg.h plugins: Add JPEG encoder element 2015-02-04 11:18:29 +02:00
gstvaapiencode_mpeg2.c plugin: encode: change the dmabuf caps to all supported formats. 2019-12-18 20:34:27 +08:00
gstvaapiencode_mpeg2.h
gstvaapiencode_vp8.c plugin: encode: change the dmabuf caps to all supported formats. 2019-12-18 20:34:27 +08:00
gstvaapiencode_vp8.h plugins: Add VP8 Encoder 2015-02-13 13:45:32 +02:00
gstvaapiencode_vp9.c plugin: encode: change the dmabuf caps to all supported formats. 2019-12-18 20:34:27 +08:00
gstvaapiencode_vp9.h Add vp9 encode element to "vaapi" plugin 2016-05-30 11:24:14 +03:00
gstvaapioverlay.c vaapioverlay: ensure sinkpad has current buffer 2020-01-14 11:37:22 -08:00
gstvaapioverlay.h plugins: add vaapioverlay plugin 2020-01-06 19:56:10 +00:00
gstvaapipluginbase.c libs: display: driver quirks mechanism 2020-01-24 12:21:59 +00:00
gstvaapipluginbase.h plugins: base: add GstVideoAggregator subclass support 2020-01-06 19:56:10 +00:00
gstvaapipluginutil.c plugins: util: Add a helper function to detect supported caps. 2020-05-16 19:58:15 +00:00
gstvaapipluginutil.h plugins: util: Add a helper function to detect supported caps. 2020-05-16 19:58:15 +00:00
gstvaapipostproc.c vaapipostproc: enable HDR10 tone mapping 2020-04-03 09:23:32 -07:00
gstvaapipostproc.h vaapipostproc: enable HDR10 tone mapping 2020-04-03 09:23:32 -07:00
gstvaapipostprocutil.c vaapipostproc: do not compensate for crop/direction if no VPP 2020-02-21 08:49:06 -08:00
gstvaapipostprocutil.h vaapipostproc: move gst_vaapipostproc_fixate_srccaps() 2016-05-09 16:56:10 +02:00
gstvaapisink.c doc: remove xml from comments 2019-05-29 23:08:22 +02:00
gstvaapisink.h vaapisink: add support for GST_TAG_IMAGE_ORIENTATION 2016-07-05 20:17:12 +02:00
gstvaapivideobuffer.c remove the video converter from vaapi buffer meta 2016-11-24 18:32:34 +01:00
gstvaapivideobuffer.h
gstvaapivideobufferpool.c plugin: bufferpool: use hashmap to cache dmabuf mem-surface 2020-04-04 14:21:57 +02:00
gstvaapivideobufferpool.h plugin: bufferpool: Delete ACQUIRE_FLAG_NO_ALLOC flag. 2020-04-04 13:47:51 +02:00
gstvaapivideocontext.c plugin: remove custom GstGL context handling 2018-04-26 19:37:54 +02:00
gstvaapivideocontext.h plugin: remove custom GstGL context handling 2018-04-26 19:37:54 +02:00
gstvaapivideomemory.c libs,plugin: break surface-bufferproxy circular reference 2020-04-04 14:22:04 +02:00
gstvaapivideomemory.h videobufferpool: don't reset surface when created internally 2020-02-21 15:52:43 +00:00
gstvaapivideometa.c vaapivideometa: remove compiler warning 2020-03-27 10:35:31 +01:00
gstvaapivideometa.h remove the video converter from vaapi buffer meta 2016-11-24 18:32:34 +01:00
gstvaapivideometa_texture.c libs: texture: Make texture a standard GstMiniObject. 2020-05-16 19:18:46 +02:00
gstvaapivideometa_texture.h
meson.build Remove all FEI related 2020-01-15 07:30:15 +00:00