Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-03-28 | Release 1.12.51.12.51.12 | Tim-Philipp Müller | 6 | -59/+143 | |
2018-03-28 | omxvideodec: fix buffer leak when eglimage setup fails | Julien Isorce | 1 | -1/+2 | |
Can happen if gst_buffer_pool_acquire_buffer succeeds but gst_buffer_n_memory (buffer) is not exactly 1. In theory this should not happen because the decoder requests EGLImage(RGBA) but better to fix any leak on corner cases. https://bugzilla.gnome.org/show_bug.cgi?id=784365 | |||||
2017-12-07 | Release 1.12.41.12.4 | Sebastian Dröge | 6 | -20/+68 | |
2017-09-18 | Release 1.12.31.12.3 | Sebastian Dröge | 6 | -12/+104 | |
2017-09-14 | omxvideodec: log info about frame before releasing it | Guillaume Desmottes | 1 | -2/+2 | |
gst_video_decoder_release_frame() takes ownership of the frame and will destroy it. So we should no longer use it after calling it. https://bugzilla.gnome.org/show_bug.cgi?id=787628 | |||||
2017-08-17 | Automatic update of common submodule | Tim-Philipp Müller | 1 | -0/+0 | |
From 48a5d85 to dd9d403 | |||||
2017-07-25 | omx: Possible Memory leak in gst_caps_from_string | Satya Prakash Gupta | 1 | -0/+2 | |
https://bugzilla.gnome.org/show_bug.cgi?id=784978 | |||||
2017-07-25 | omxvideoenc: Fix deadlock in error case when draining | Satya Prakash Gupta | 1 | -0/+1 | |
https://bugzilla.gnome.org/show_bug.cgi?id=784972 | |||||
2017-07-25 | omxaudioenc: Fix deadlock in error case when draining | Satya Prakash Gupta | 1 | -0/+1 | |
https://bugzilla.gnome.org/show_bug.cgi?id=784967 | |||||
2017-07-14 | Release 1.12.21.12.2 | Sebastian Dröge | 6 | -19/+66 | |
2017-06-20 | Release 1.12.11.12.1 | Sebastian Dröge | 6 | -19/+111 | |
2017-06-17 | meson: define HAVE_VIDEO_EXT if OMX_VideoExt.h is present | Guillaume Desmottes | 1 | -0/+7 | |
Meson build wasn't defining the HAVE_VIDEO_EXT like configure.ac does. https://bugzilla.gnome.org/show_bug.cgi?id=783346 | |||||
2017-05-09 | meson: add dep on GModule | Guillaume Desmottes | 1 | -1/+1 | |
libgstomx uses the GModule API and so needs it in its dependencies list. https://bugzilla.gnome.org/show_bug.cgi?id=782387 | |||||
2017-05-09 | meson: fix config.h generation | Tim-Philipp Müller | 1 | -3/+1 | |
"No such input file config.h.meson", but it's not needed anyway. https://bugzilla.gnome.org/show_bug.cgi?id=782382 | |||||
2017-05-04 | Release 1.12.01.12.0 | Sebastian Dröge | 6 | -19/+769 | |
2017-04-27 | Release 1.11.911.11.91 | Sebastian Dröge | 6 | -13/+54 | |
2017-04-26 | videoenc: use GST_ROUND_UP_N() macro | Guillaume Desmottes | 1 | -2/+1 | |
Makes the code much easier to read and understand. https://bugzilla.gnome.org/show_bug.cgi?id=781409 | |||||
2017-04-24 | Automatic update of common submodule | Tim-Philipp Müller | 1 | -0/+0 | |
From 60aeef6 to 48a5d85 | |||||
2017-04-10 | Automatic update of common submodule | Tim-Philipp Müller | 2 | -1/+1 | |
From 39ac2f5 to 60aeef6 | |||||
2017-04-07 | Release 1.11.901.11.90 | Sebastian Dröge | 6 | -20/+107 | |
2017-04-07 | omxvideoenc: Fix compiler warning | Sebastian Dröge | 1 | -1/+1 | |
gstomxvideoenc.c: In function ‘gst_omx_video_enc_fill_buffer’: CC libgstomx_la-gstomxaacdec.lo gstomxvideoenc.c:1316:27: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 8 has type ‘OMX_U32 {aka long unsigned int}’ [-Wformat=] GST_LOG_OBJECT (self, "Matched strides - direct copy %u bytes", ^ outbuf->omx_buf->nFilledLen); ~~~~~~~~~~~~~~~~~~ | |||||
2017-03-22 | meson: fix logic to set HAVE_THEORA | Gurkirpal Singh | 1 | -1/+1 | |
https://bugzilla.gnome.org/show_bug.cgi?id=780392 | |||||
2017-03-14 | omxvideoenc: Add an unimplemented mapping for RGBA formats | Jan Schmidt | 1 | -0/+6 | |
Add some pixel formats mappings for 2 RGBA formats. Not yet implemented in the buffer input code though, so no effect for now. | |||||
2017-03-14 | omxvideoenc: Add GST_OMX_HACK_HEIGHT_MULTIPLE_16 for Rpi | Jan Schmidt | 3 | -29/+47 | |
The Raspberry Pi encoder produces corrupt output unless the input height is a multiple of 16. Add a hack that adds zero padding when needed. | |||||
2017-03-14 | omxvideoenc: Add a mapping for OMX_COLOR_FormatYUV420PackedSemiPlanar | Jan Schmidt | 1 | -0/+3 | |
The RaspberryPi Notes: The RaspberryPi maps NV12 to OMX_COLOR_FormatYUV420PackedSemiPlanar when the strides all match up | |||||
2017-03-14 | omxvideoenc: Filter out unimplemented formats | Jan Schmidt | 1 | -4/+36 | |
Don't announce pixel formats in the caps if they've not been implemented. | |||||
2017-03-14 | omxvideodec: demote ERROR message | Jan Schmidt | 1 | -1/+1 | |
There's no need to warn about failing to negotiate EGL output - that can be perfectly normal. | |||||
2017-02-24 | meson: Update version | Sebastian Dröge | 1 | -1/+1 | |
2017-02-24 | Back to development | Sebastian Dröge | 1 | -2/+2 | |
2017-02-24 | Release 1.11.21.11.2 | Sebastian Dröge | 5 | -17/+66 | |
2017-02-15 | meson: dist meson build files | Tim-Philipp Müller | 1 | -1/+3 | |
Ship meson build files in tarballs, so people who use tarballs in their builds can start playing with meson already. | |||||
2017-01-20 | omxaacenc: let encoder know about incoming rate/channels | Vincent Penquerc'h | 1 | -0/+3 | |
https://bugzilla.gnome.org/show_bug.cgi?id=777223 | |||||
2017-01-18 | build: add meson build definition | Matthew Waters | 9 | -0/+430 | |
Currently only been tested on the RPi within gst-build. | |||||
2017-01-18 | examples/testegl: update for libgstgl changes | Matthew Waters | 1 | -2/+2 | |
2017-01-12 | Back to development | Sebastian Dröge | 1 | -2/+2 | |
2017-01-12 | Release 1.11.11.11.1 | Sebastian Dröge | 5 | -1128/+137 | |
2017-01-11 | omxaudioenc: set base class format instead of just source pad caps | Vincent Penquerc'h | 1 | -1/+1 | |
2016-12-19 | omx*dec: Flush before we stop the srcpad loop | Graham Leggett | 2 | -15/+15 | |
Flushing could otherwise hang if output port queue of pending buffers was empty https://bugzilla.gnome.org/show_bug.cgi?id=774654 | |||||
2016-12-14 | Fix broken build due to syntax error | Reynaldo H. Verdejo Pinochet | 1 | -1/+1 | |
Problem was introduced by 8716c23e2b0553db2982eb84c437f493c974385e | |||||
2016-12-13 | Prevent early EOS by resetting eos flag once GST_OMX_ACQUIRE_BUFFER_EOS is ↵ | Graham Leggett | 1 | -1/+2 | |
triggered https://bugzilla.gnome.org/show_bug.cgi?id=774600 | |||||
2016-12-13 | Add clear debug logging on all the paths out of gst_omx_port_acquire_buffer() | Graham Leggett | 1 | -0/+8 | |
https://bugzilla.gnome.org/show_bug.cgi?id=774600 | |||||
2016-12-13 | Add a signals-premature-eos hack for egl_render | George Kiagiadakis | 3 | -4/+25 | |
egl_render seems to have a bug and signals EOS before it has finished pushing out all data; this hack simply makes acquire_buffer() wait a bit more before signalling EOS, in case egl_render decides to spit out some more data. https://bugzilla.gnome.org/show_bug.cgi?id=741856 | |||||
2016-12-13 | Add support for OMX_COLOR_FormatYUV420PackedSemiPlanar and ↵ | Graham Leggett | 1 | -0/+4 | |
OMX_COLOR_Format24bitBGR888 https://bugzilla.gnome.org/show_bug.cgi?id=775959 | |||||
2016-12-03 | Automatic update of common submodule | Edward Hervey | 1 | -0/+0 | |
From ac2f647 to 39ac2f5 | |||||
2016-11-26 | common: use https protocol for common submodule | Tim-Philipp Müller | 1 | -1/+1 | |
https://bugzilla.gnome.org/show_bug.cgi?id=775110 | |||||
2016-11-26 | omx: Fix compiler warning with latest clang | Sebastian Dröge | 1 | -1/+1 | |
gstomx.c:1376:42: error: implicit conversion from enumeration type 'GstOMXAcquireBufferReturn' to different enumeration type 'OMX_ERRORTYPE' (aka 'enum OMX_ERRORTYPE') [-Werror,-Wenum-conversion] g_return_val_if_fail (!port->tunneled, GST_OMX_ACQUIRE_BUFFER_ERROR); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ https://bugzilla.gnome.org/show_bug.cgi?id=775112 | |||||
2016-11-17 | videodecoder: remove use of EGLImage orientation | Matthew Waters | 1 | -3/+0 | |
New code should use GstVideoTransformationMeta (The defaults do the right thing here though). | |||||
2016-11-01 | Back to development1.11.0 | Sebastian Dröge | 1 | -3/+3 | |
2016-11-01 | Release 1.10.01.10.0 | Sebastian Dröge | 5 | -17/+1149 | |
2016-09-30 | Release 1.9.901.9.90 | Sebastian Dröge | 6 | -15/+70 | |