- 03 Apr, 2018 6 commits
-
-
-
-
Sreerenj Balachandran authored
Added Hue, Saturation, Brightness and Contrast tuning support. Fixme: Add GstColorBalanceInterface support https://bugzilla.gnome.org/show_bug.cgi?id=793705
-
-
Sreerenj Balachandran authored
-- Add Denoise -- Add Rotation https://bugzilla.gnome.org/show_bug.cgi?id=793705
-
-
- 02 Apr, 2018 3 commits
-
-
As long as we negotiate the "DMABuf" capsfeatures for now, map can't be working. So we need to confirm not to do it if using DMABuf memory. https://bugzilla.gnome.org/show_bug.cgi?id=793707
-
fix following error: gstnvbaseenc.c: In function ‘gst_nv_base_enc_set_context’: gstnvbaseenc.c:451:17: error: unused variable ‘nvenc’ [-Werror=unused-variable] GstNvBaseEnc *nvenc = GST_NV_BASE_ENC (element); ^ https://bugzilla.gnome.org/show_bug.cgi?id=794896
- 31 Mar, 2018 1 commit
-
-
- 30 Mar, 2018 7 commits
-
-
This patch includes: 1\ Implements MsdkDmaBufAllocator and allocation of msdk dmabuf memroy. 2\ Each msdk dmabuf memory include its own msdk surface kept by GQuark. 3\ Adds new option GST_BUFFER_POOL_OPTION_MSDK_USE_DMABUF https://bugzilla.gnome.org/show_bug.cgi?id=793707
-
There needs to be generalized for the parameter from GstVideoMsdkVideoMemory to GstMemory. Thus we can call these functions if using DMABuf memory. https://bugzilla.gnome.org/show_bug.cgi?id=793707
-
The current way to find proper response by just comparing request's value is wrong. We need to compare the size of a frame and the number of suggested frames. Refer to the sample in https://github.com/Intel-Media-SDK/samples. https://bugzilla.gnome.org/show_bug.cgi?id=793707
-
This adds the sun4i DRM driver to the list of DRM drivers in kmssink. The driver allows displaying video in either the main plane or an overlay plane. https://bugzilla.gnome.org/attachment.cgi?bugid=794839
- 29 Mar, 2018 4 commits
-
-
Sreerenj Balachandran authored
Removes unessential field framerate for decoder so that negotiation works even if framerate is not provided from upstream. https://bugzilla.gnome.org/show_bug.cgi?id=789752
-
For example, if framerate 0/1 is provided from upstream, the driver fails to configure and complain about it. We can let it go and make the driver assuming framerate itself. https://bugzilla.gnome.org/show_bug.cgi?id=789752
-
Removes unessential field framerate for decoder so that negotiation works even if framerate is not provided from upstream. https://bugzilla.gnome.org/show_bug.cgi?id=789752
-
Sreerenj Balachandran authored
MJPEG doesn't have support for extended coding options https://bugzilla.gnome.org/show_bug.cgi?id=793873
-
- 27 Mar, 2018 3 commits
-
-
Nirbheek Chauhan authored
It's deprecated, and causes a build failure in Cerbero because we pass -DG_DISABLE_DEPRECATED.
-
There is no log of gst_decklink_com_thread () which initializes COM. The initialization part is not valid with #ifdef MSC_VER. Windows binaries are built with gcc. As with other codes, it was avoidable by setting it to G_OS_WIN32 instead of MSC_VER. https://bugzilla.gnome.org/show_bug.cgi?id=794652
-
Nirbheek Chauhan authored
This helps figure out precisely what error enum value was returned, which can be necessary when the description is too generic
-
- 20 Mar, 2018 1 commit
-
-
Sebastian Dröge authored
g_object_ref() forwards its arguments type. gstshmsink.c: In function ‘gst_shm_sink_allocator_alloc_locked’: /usr/include/glib-2.0/gobject/gobject.h:512:32: error: passing argument 3 of ‘gst_memory_init’ from incompatible pointer type [-Werror=incompatible-pointer-types] #define g_object_ref(Obj) ((__typeof__(Obj)) (g_object_ref) (Obj)) ^ gstshmsink.c:292:45: note: in expansion of macro ‘g_object_ref’ gst_memory_init (memory, params->flags, g_object_ref (self), NULL, ^~~~~~~~~~~~
-
- 18 Mar, 2018 2 commits
-
-
Tim-Philipp Müller authored
Fix-up for previous commit, hopefully.
-
Nicolas Dufresne authored
Amlogic Upstream driver is named meson, not to be confuse with the build system.
-
- 17 Mar, 2018 2 commits
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
ERROR: unresolved external symbol PKEY_AudioEngine_DeviceFormat Apparently the order of the header includes matters, and initguid.h must be included first. Let's hope this doesn't break anything on the other toolchains. https://social.msdn.microsoft.com/Forums/windowsdesktop/en-US/ceff4e2d-8f63-4ab6-b09b-fdac65d62a80/pkeyaudioenginedeviceformat-link-error?forum=windowspro-audiodevelopment
-
- 13 Mar, 2018 4 commits
-
-
Make sure I420 surface mapping works as expected by using YV12 format and swap U/V plane's offset and pitches. https://bugzilla.gnome.org/show_bug.cgi?id=793865
- 10 Mar, 2018 3 commits
-
-
Nirbheek Chauhan authored
-
Nirbheek Chauhan authored
These were missed when they were added to Makefile.am
-
Nirbheek Chauhan authored
These are already defined in the audioclient.h provided by the latest MinGW headers, and the existing #ifndef were obviously wrong. https://bugzilla.gnome.org/show_bug.cgi?id=794197
-
- 09 Mar, 2018 3 commits
- 08 Mar, 2018 1 commit
-
-
There was not handling the end of encoding sequence in encoder. This patch does drain any remaining internal streams while decoder already does this. Document says: "To mark the end of the encoding sequence, call this function with a NULL surface pointer. Repeat the call to drain any remaining internally cached bitstreams—one frame at a time—until MFX_ERR_MORE_DATA is returned." https://bugzilla.gnome.org/show_bug.cgi?id=793236
-