- Sep 08, 2021
-
-
Tim-Philipp Müller authored
-
- Mar 15, 2021
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- Jan 14, 2021
-
-
Tim-Philipp Müller authored
-
- Jan 13, 2021
-
-
Tim-Philipp Müller authored
-
- Dec 06, 2020
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- Oct 27, 2020
-
-
Tim-Philipp Müller authored
-
- Oct 26, 2020
-
-
Tim-Philipp Müller authored
-
- Oct 10, 2020
-
-
interlace-mode=alternate is a special case of interlace-mode=interleaved where the fields are split using two different buffers. The Zynq decoder always produces alternate content and we used to assume that upstream will set interlace-mode=alternate in its caps as well. This is no longer the case as h265parse is now setting alternate-mode=interleaved on alternate content to not break compat with elements not supporting alternate. As a result the decoder now accept both 'interleaved' and 'alternate' on its input and ensures that its ouput has interlace-mode=alternate. Needed to fix gstreamer/gst-plugins-base#825 Part-of: <gstreamer/gst-omx!73>
-
- Sep 08, 2020
-
-
Tim-Philipp Müller authored
-
- Sep 07, 2020
-
-
Tim-Philipp Müller authored
-
- Aug 27, 2020
-
-
Tim-Philipp Müller authored
Was failing for release versions with meson.build:414:10: ERROR: Can not set values on configuration object that has been used. Caused by !69, but CI didn't notice at the time because it was set to a git version.
-
- Aug 20, 2020
-
-
Tim-Philipp Müller authored
-
- Jul 08, 2020
-
-
Tim-Philipp Müller authored
Part-of: <!69>
-
- Jul 03, 2020
-
-
Tim-Philipp Müller authored
-
- Jul 02, 2020
-
-
Tim-Philipp Müller authored
-
- Jun 19, 2020
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- Jun 15, 2020
-
-
Nirbheek Chauhan authored
https://gitlab.freedesktop.org/alatiera/gst-ci/-/jobs/3109574 Part-of: <!68>
-
- Jun 04, 2020
-
-
Thibault Saunier authored
-
- May 21, 2020
-
-
Dylan Yip authored
Add following indexes to omx_index_type_to_str: OMX_ALG_IndexParamVideoAccessUnitDelimiter OMX_ALG_IndexParamVideoBufferingPeriodSEI OMX_ALG_IndexParamVideoPictureTimingSEI OMX_ALG_IndexParamVideoRecoveryPointSEI OMX_ALG_IndexParamVideoMasteringDisplayColourVolumeSEI OMX_ALG_IndexParamVideoContentLightLevelSEI OMX_ALG_IndexConfigVideoRegionOfInterestByValue OMX_ALG_IndexConfigVideoColorPrimaries
-
Stéphane Cerveau authored
This new release 2020.01 fixes an API typo Change to OMX_ALG_IndexConfigVideoHighDynamicRangeSEI instead of OMX_ALG_IndexConfigVideoHighDynamicRangeSEIs among others.
-
- May 20, 2020
-
-
Guillaume Desmottes authored
No semantic change. Part-of: <!66>
-
- Apr 10, 2020
-
-
Guillaume Desmottes authored
Our encoder implementation actually supports a small subset of the formats supported by the decoder. Those are the formats for which we have a copy path in gst_omx_video_enc_fill_buffer() and which are not filtered out in filter_supported_formats().
-
Guillaume Desmottes authored
It's not supported by either decoder or encoder and is even not listed in gst_omx_video_get_format_from_omx() so it can't work.
-
Guillaume Desmottes authored
It's supported by Zynq encoder and was already in the sink caps template.
-
Guillaume Desmottes authored
No semantic change, I'm going to use it to copy GRAY8 buffers which is actually a single plane 8-bits format.
-
Guillaume Desmottes authored
This new API saves us from doing manual computation and actually work with single planar formats, such as GRAY8.
-
- Apr 08, 2020
-
-
Stéphane Cerveau authored
Coverity was complaining with: Null pointer dereferences (REVERSE_INULL) Null-checking "frame" suggests that it may be null, but it has already been dereferenced on all paths leading to the check. The frame == NULL has been removed as 'frame' is actively used in the code above without any change of dereferencing and setting its value to NULL before the test. CID: 1461287
-
- Mar 19, 2020
-
-
Stéphane Cerveau authored
Using more than 1 subframes was failing with frame->output_buffer = NULL
-
- Feb 27, 2020
-
-
Guillaume Desmottes authored
-
Guillaume Desmottes authored
It's only supported by the Zynq HEVC encoder for now.
-
Guillaume Desmottes authored
Zynq specific flags used to tag top/bottom fields in alternate mode.
-
Guillaume Desmottes authored
Does not change anything for now but will be needed when we'll support interlace-mode=alternate as the field rate will be twice the frame rate. Made the code safe from division by 0 while I was on it.
-
Guillaume Desmottes authored
Does not change anything for now but will be needed when we'll support interlace-mode=alternate as the fields will have half the frame height.
-
- Feb 25, 2020
-
-
Guillaume Desmottes authored
The generic target is meant to only test building gst-omx. It doesn't provide any configuration file and so is not supposed to register any element. I'm not aware of any user building gst-omx with this target and providing their own conf file to actually register elements. But best to not break this use case anyway so let's just downgrade the log message. Fix GST_ERROR in the 'check fedora' CI job.
-
- Jan 27, 2020
-
-
Stéphane Cerveau authored
Add a fallback from glib project to provide glib, gio and gmodule dependencies.
-
- Jan 16, 2020
-
-
Stéphane Cerveau authored
Fix warning test when OMX_BUFFERFLAG_ENDOFFRAME is not set.
-
- Jan 09, 2020
-
-
Varunkumar Allagadapa authored
This patch adds look-ahead property to encoder The value indicates look ahead size in frames, the number of frames processed ahead of second pass encoding. Dual pass encoding is disabled if look-ahead value is less than 2.
-