platform/upstream/gstreamer.git
2020-09-08 Tim-Philipp... Back to development
2020-09-07 Tim-Philipp... Release 1.18.0
2020-09-07 Sebastian DrögeUpdate for gst_video_transfer_function_*() function...
2020-08-22 Víctor Manuel... Revert "libs: decoder: h264, h265: in context at least...
2020-08-20 Tim-Philipp... Release 1.17.90
2020-08-18 Víctor Manuel... libs: surface: egl: guard memory type
2020-08-17 He Junyanplugin: decode: Fix two mem leaks because of caps.
2020-08-15 He Junyanplugin: allocator: No need to ref allocator when create...
2020-08-14 Víctor Manuel... vaapiencode: h264: ignore level without breaking negoti...
2020-08-14 Víctor Manuel... libs: egl: surface: export EGLImage as DMABuf if GEM...
2020-08-14 Víctor Manuel... libs: filter: gst_vaapi_filter_get_memory_types()
2020-08-12 Víctor Manuel... plugins: remove gst_vaapi_plugin_base_get_allowed_srcpa...
2020-08-12 Víctor Manuel... vaapidecode: expose raw src caps with same chroma
2020-08-08 He Junyanlibs: util: h265: use common parser API to get vaapi...
2020-08-07 Víctor Manuel... build: update for gl pkg-config file split
2020-08-06 Xu Guangxinh264dec: mark remaining frames as unreference before...
2020-08-05 He Junyanlibs: encoder: H265: Enable Main 12 profile support.
2020-08-05 He Junyanvideo format: Fix P012_LE's chrome type typo.
2020-08-04 Jordan Petridisgstvaapiminiobject.c: fix clang 10 warnings
2020-07-31 Michael Olbrichlibs: window: wayland: destroy all wayland buffers...
2020-07-31 Michael Olbrichtest: vaapicontext: fix draw callback with multiple...
2020-07-31 Michael Olbrichtest: vaapicontext: support wayland display
2020-07-31 Víctor Manuel... test: vaapicontext: use playbin to test files
2020-07-31 Víctor Manuel... test: vaapicontext: add PLAY and NULL buttons
2020-07-31 Michael Olbrichlibs: wayland: update the opaque region in set_render_rect
2020-07-31 Hyunjun Kolibs: window: implements gst_vaapi_window_set_render_re...
2020-07-31 Hyunjun Kovaapisink: implements gst_vaapisink_wayland_create_wind...
2020-07-31 Michael Olbrichlibs: wayland: implement video overlay API
2020-07-31 Michael Olbrichdoc: libs: wayland: add 'transfer full' to the returnva...
2020-07-31 Michael Olbrichlibs: display: always call close_display()
2020-07-31 He Junyanvideo-format: Add the missing P012_LE into GST_VAAPI_FO...
2020-07-31 Víctor Manuel... plugins: add gst_vaapi_caps_set_width_and_height_range()
2020-07-31 He Junyanlibs: decoder: fix a crash issue when get_surface_formats.
2020-07-30 He Junyanlibs: encoder: h265: choose the profile based on allowe...
2020-07-30 He Junyanplugins: encode: h265: set all allowed profiles to...
2020-07-30 He Junyanlibs: display: Add a helper function to get profiles...
2020-07-30 He Junyanplugins: encode: h265: collect all allowed profiles...
2020-07-30 He Junyanlibs: encoder: h265: modify set_max_profile to set_allo...
2020-07-30 He Junyanlibs: encoder: h265: No need to check hw_max_profile.
2020-07-29 Víctor Manuel... vaapipostproc: early return if fixate srcpad caps fails
2020-07-29 Víctor Manuel... vaapipluginutil: simplify gst_vaapi_find_preferred_caps...
2020-07-29 He Junyanlibs: profile: Use get_codec_from_caps to get codec...
2020-07-29 He Junyanlibs: profile: h265: Fix return value of from_codec_dat...
2020-07-29 He Junyanplugins: encode: vp9: Implement vp9's allowed_profiles...
2020-07-29 He Junyanplugin: util: rename h26x_encoder_get_profiles_from_caps().
2020-07-29 He Junyanlibs: utils: vpx: Add utils vpx to handle VP8/9 misc...
2020-07-29 Víctor Manuel... libs: display, context: handle broken jpeg decoder...
2020-07-29 Víctor Manuel... libs: context: change function to internal code style
2020-07-29 Víctor Manuel... vaapidecode: always merge profile caps in sink caps
2020-07-28 Víctor Manuel... build: request libdrm >= 2.4.98 and fallback
2020-07-27 Víctor Manuel... vaapidecode: dma caps only use reported color format
2020-07-27 Víctor Manuel... vaapidecode: use allowed srcpad caps for caps query
2020-07-27 Víctor Manuel... vaapidecode: build allowed srcpad caps from va context
2020-07-27 Víctor Manuel... vaapidecode: reorder src caps template
2020-07-27 Michael Olbrichlibs: window: wayland: use dmabuf protocol if available
2020-07-27 Michael Olbrichlibs: window: allow choosing the format for the vpp...
2020-07-27 Michael Olbrichvideo-format: add DRM formats to the mapping table
2020-07-27 Michael Olbrichlibs: display: wayland: add basic dmabuf protocol support
2020-07-27 Michael Olbrichlibs: window: wayland: wait for configure before commit...
2020-07-27 He Junyanlibs: encoder: h265: set no P frame automatically.
2020-07-27 He Junyanlibs: encoder: h265: Deprecate the low-delay-b property.
2020-07-24 Marc Leemanpostproc: reconfigure after changing cropping values
2020-07-23 He Junyanplugin: encode: Add static caps for template documentation.
2020-07-23 He Junyanplugin: encode: vp9: Use the dynamically built src...
2020-07-23 He Junyanplugin: encode: vp8: Use the dynamically built src...
2020-07-23 He Junyanplugin: encode: jpeg: Use the dynamically built src...
2020-07-23 He Junyanplugin: encode: mpeg2: Use the dynamically built src...
2020-07-23 He Junyanplugin: encode: h265: Use the dynamically built src...
2020-07-23 He Junyanplugin: encode: h264: Use the dynamically built src...
2020-07-23 He Junyanplugin: encode: Store the coded caps in type's init...
2020-07-23 He Junyanplugin: util: add helper function build_template_coded_...
2020-07-23 He Junyanplugins: utils: rename build_template_caps_by_codec.
2020-07-23 Víctor Manuel... vaapidecode: merge common profiles before setting size...
2020-07-21 He Junyanplugin: util: Add the missing DMA buffer input in templ...
2020-07-20 He Junyanlibs: decoder: H265: Add MAIN_12 profile supporting.
2020-07-20 He Junyanvideo-format: Add P012_LE format.
2020-07-17 He Junyanplugin: decode: correct ensure_allowed_sinkpad_caps...
2020-07-13 Víctor Manuel... vaapidecodebin: don't force NV12 since P010_10LE is...
2020-07-12 He Junyanlibs: profile: The VP9 profiles' name should be just...
2020-07-09 Víctor Manuel... vaapidecode: Remove NO_SURFACE error handling
2020-07-09 Víctor Manuel... Revert "vaapidecode: drop non-keyframe in reverse playback"
2020-07-09 He Junyanlibs: decoder: context: remove surfaces binding from...
2020-07-08 Tim-Philipp... meson: set release date from .doap file for releases
2020-07-08 Víctor Manuel... plugins: use VA allocator by default on raw caps
2020-07-08 Víctor Manuel... vaapisink: rank it as secondary
2020-07-07 Víctor Manuel... libs: decoder: h264, h265: in context at least 16 refer...
2020-07-05 He Junyanplugins: encode: h265: Add profile,level,tier to output...
2020-07-05 He Junyanlibs: encoder: h265: init tier to GST_VAAPI_TIER_H265_U...
2020-07-05 He Junyanlibs: encoder: h265: fix a bug to get get_profile_tier_...
2020-07-03 He Junyanlibs: encoder: h265: no need to check the high compress...
2020-07-03 Tim-Philipp... Back to development
2020-07-02 Tim-Philipp... Release 1.17.2
2020-06-23 Thibault Saunierdocs: Mark parent classes as plugin API
2020-06-22 Mathieu Duponchellemeson: mark plugins cache target as always stale
2020-06-22 Thibault Saunierdoc: Stop documenting properties from parents
2020-06-19 Tim-Philipp... Back to development
2020-06-19 Tim-Philipp... Release 1.17.1
2020-06-19 Tim-Philipp... Update plugin docs and add more plugins
2020-06-17 Michael Olbrichlibs: wayland: display: only handle the first output
2020-06-11 He Junyanplugins: pluginbase: Do not destroy display when _close()
next