summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-08-07build: update for gl pkg-config file splitVíctor Manuel Jáquez Leal3-5/+32
2020-08-06h264dec: mark remaining frames as unreference before exec_picture_refs_modifi...Xu Guangxin1-2/+2
2020-08-06libs: encoder: H265: Enable Main 12 profile support.He Junyan3-4/+31
2020-08-06video format: Fix P012_LE's chrome type typo.He Junyan1-1/+1
2020-08-04gstvaapiminiobject.c: fix clang 10 warningsJordan Petridis1-1/+1
2020-07-31libs: window: wayland: destroy all wayland buffers during finalizeMichael Olbrich1-18/+30
2020-07-31test: vaapicontext: fix draw callback with multiple videosMichael Olbrich1-3/+6
2020-07-31test: vaapicontext: support wayland displayMichael Olbrich2-33/+116
2020-07-31test: vaapicontext: use playbin to test filesVíctor Manuel Jáquez Leal1-11/+12
2020-07-31test: vaapicontext: add PLAY and NULL buttonsVíctor Manuel Jáquez Leal1-0/+28
2020-07-31libs: wayland: update the opaque region in set_render_rectMichael Olbrich1-15/+31
2020-07-31libs: window: implements gst_vaapi_window_set_render_rectangleHyunjun Ko5-0/+49
2020-07-31vaapisink: implements gst_vaapisink_wayland_create_window_from_handle()Hyunjun Ko1-0/+20
2020-07-31libs: wayland: implement video overlay APIMichael Olbrich5-8/+89
2020-07-31doc: libs: wayland: add 'transfer full' to the returnvalye of gst_vaapi_windo...Michael Olbrich1-1/+1
2020-07-31libs: display: always call close_display()Michael Olbrich1-5/+3
2020-07-31video-format: Add the missing P012_LE into GST_VAAPI_FORMATS_ALL.He Junyan1-1/+1
2020-07-31plugins: add gst_vaapi_caps_set_width_and_height_range()Víctor Manuel Jáquez Leal3-48/+40
2020-07-31libs: decoder: fix a crash issue when get_surface_formats.He Junyan1-0/+2
2020-07-30libs: encoder: h265: choose the profile based on allowed list.He Junyan1-79/+64
2020-07-30plugins: encode: h265: set all allowed profiles to encoder.He Junyan1-8/+62
2020-07-30libs: display: Add a helper function to get profiles by codec.He Junyan2-6/+36
2020-07-30plugins: encode: h265: collect all allowed profiles to encoder.He Junyan1-65/+9
2020-07-30libs: encoder: h265: modify set_max_profile to set_allowed_profiles.He Junyan3-27/+24
2020-07-30libs: encoder: h265: No need to check hw_max_profile.He Junyan1-38/+0
2020-07-29vaapipostproc: early return if fixate srcpad caps failsVíctor Manuel Jáquez Leal1-1/+4
2020-07-29vaapipluginutil: simplify gst_vaapi_find_preferred_caps_feature()Víctor Manuel Jáquez Leal1-20/+10
2020-07-29libs: profile: Use get_codec_from_caps to get codec type.He Junyan5-21/+50
2020-07-29libs: profile: h265: Fix return value of from_codec_data_h265.He Junyan1-4/+5
2020-07-29plugins: encode: vp9: Implement vp9's allowed_profiles() func.He Junyan1-1/+12
2020-07-29plugin: util: rename h26x_encoder_get_profiles_from_caps().He Junyan4-7/+6
2020-07-29libs: utils: vpx: Add utils vpx to handle VP8/9 misc things.He Junyan3-0/+130
2020-07-29libs: display, context: handle broken jpeg decoder for i965 driverVíctor Manuel Jáquez Leal3-1/+29
2020-07-29libs: context: change function to internal code styleVíctor Manuel Jáquez Leal1-8/+11
2020-07-29vaapidecode: always merge profile caps in sink capsVíctor Manuel Jáquez Leal1-2/+2
2020-07-28build: request libdrm >= 2.4.98 and fallbackVíctor Manuel Jáquez Leal1-1/+3
2020-07-27vaapidecode: dma caps only use reported color formatVíctor Manuel Jáquez Leal1-3/+3
2020-07-27vaapidecode: use allowed srcpad caps for caps queryVíctor Manuel Jáquez Leal1-2/+1
2020-07-27vaapidecode: build allowed srcpad caps from va contextVíctor Manuel Jáquez Leal3-44/+134
2020-07-27vaapidecode: reorder src caps templateVíctor Manuel Jáquez Leal1-4/+4
2020-07-27libs: window: wayland: use dmabuf protocol if availableMichael Olbrich1-39/+306
2020-07-27libs: window: allow choosing the format for the vpp poolMichael Olbrich2-1/+23
2020-07-27video-format: add DRM formats to the mapping tableMichael Olbrich2-41/+121
2020-07-27libs: display: wayland: add basic dmabuf protocol supportMichael Olbrich3-0/+64
2020-07-27libs: window: wayland: wait for configure before committing the first bufferMichael Olbrich1-1/+12
2020-07-27libs: encoder: h265: set no P frame automatically.He Junyan1-2/+49
2020-07-27libs: encoder: h265: Deprecate the low-delay-b property.He Junyan1-7/+24
2020-07-24postproc: reconfigure after changing cropping valuesMarc Leeman1-0/+16
2020-07-23plugin: encode: Add static caps for template documentation.He Junyan7-24/+90
2020-07-23plugin: encode: vp9: Use the dynamically built src template caps.He Junyan1-14/+4