index
:
gstreamer/gst-omx
0.10
1.0
1.10
1.12
1.14
1.16
1.18
discontinued-for-monorepo
master
OpenMAX IL GStreamer wrapper (mirrored from https://gitlab.freedesktop.org/gstreamer/gst-omx)
bilboed
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
omx
/
gstomx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-25
omx: Possible Memory leak in gst_caps_from_string
Satya Prakash Gupta
1
-0
/
+2
2017-03-14
omxvideoenc: Add GST_OMX_HACK_HEIGHT_MULTIPLE_16 for Rpi
Jan Schmidt
1
-1
/
+3
2016-12-14
Fix broken build due to syntax error
Reynaldo H. Verdejo Pinochet
1
-1
/
+1
2016-12-13
Prevent early EOS by resetting eos flag once GST_OMX_ACQUIRE_BUFFER_EOS is tr...
Graham Leggett
1
-1
/
+2
2016-12-13
Add clear debug logging on all the paths out of gst_omx_port_acquire_buffer()
Graham Leggett
1
-0
/
+8
2016-12-13
Add a signals-premature-eos hack for egl_render
George Kiagiadakis
1
-3
/
+19
2016-11-26
omx: Fix compiler warning with latest clang
Sebastian Dröge
1
-1
/
+1
2016-09-14
omx: Also search for gstomx.conf in the autoconf --sysconfdir
Sebastian Dröge
1
-1
/
+3
2015-11-18
Remember the last_error after a failed set state call to avoid blocking the n...
Enrique Ocaña González
1
-0
/
+7
2015-11-18
omx: fix hacks leak on class init
Nicolas Huet
1
-0
/
+1
2015-03-06
omx: handle both errors in the two steps of update_port_definition
Luis de Bethencourt
1
-5
/
+8
2015-03-04
omx: call handle_messages() only once in acquire_buffer() to avoid potential ...
George Kiagiadakis
1
-2
/
+0
2015-02-26
omx: cleanup code a bit to remove else statement
Wonchul Lee
1
-8
/
+4
2014-11-13
omx: Add omxamrdec
Jun Ji
1
-1
/
+3
2014-07-13
omx: Add AAC audio decoder
Sebastian Dröge
1
-1
/
+2
2014-07-02
omx: Add audio decoder base class and a subclass for MP3
Sebastian Dröge
1
-1
/
+4
2014-06-03
omx: Fix a missing g_free() in error path
Kazunori Kobayashi
1
-0
/
+1
2014-05-31
omx: Don't handle disabling/enabling ports exactly like flushing
Sebastian Dröge
1
-14
/
+7
2014-05-19
omx: Remove dead code, buf can never be NULL here as we just check for that t...
Sebastian Dröge
1
-3
/
+0
2014-05-19
omx: Fix comparisons in gst_omx_state_to_string() case to actually make sense
Sebastian Dröge
1
-2
/
+3
2014-05-19
omx: Make sure to compare the error codes as unsigned integers so that compar...
Sebastian Dröge
1
-5
/
+7
2014-05-19
omx: Fix comparisons in gst_omx_command_to_string() default cause to actually...
Sebastian Dröge
1
-2
/
+3
2014-05-15
omx: Add a hack for not disabling the output port after set_format until the ...
Sebastian Dröge
1
-0
/
+2
2014-05-09
omxaudiosink: Implements OpenMAX based audio sinks
Josep Torra
1
-0
/
+4
2014-03-15
omxvideo: fix debug category initialisation
Christian König
1
-0
/
+2
2014-03-12
omx: consolidate message waiting code
Christian König
1
-134
/
+63
2014-03-12
omx: simplify tunnel functions
Christian König
1
-8
/
+14
2014-03-02
omx: fix two serious message handling bugs
Christian König
1
-4
/
+2
2013-08-20
omx: don't use the 'z' modifier to print size_t
Tim-Philipp Müller
1
-1
/
+1
2013-05-06
omx: Add pads based on element type
jitendra
1
-34
/
+39
2013-04-27
omx: fixed type error in printf call
Carlos Rafael Giani
1
-1
/
+1
2013-04-18
omx: more printf format fixes
Tim-Philipp Müller
1
-15
/
+15
2013-04-18
omx: fixes unused variable 'comp' when GStreamer is built without debug
Josep Torra
1
-11
/
+8
2013-04-08
omx: fix printf formats in debug messages
Tim-Philipp Müller
1
-7
/
+7
2013-03-26
omxvideodec: Add support for egl_render on RPi
Sebastian Dröge
1
-8
/
+0
2013-03-19
omx: Add Theora decoder
Sebastian Dröge
1
-0
/
+4
2013-03-18
omx: Remove additional comma
Sebastian Dröge
1
-2
/
+2
2013-03-18
omx: Rename MPEG2 decoder for consistency everywhere
Sebastian Dröge
1
-2
/
+2
2013-03-18
omx: Add MJPEG decoder support
Sebastian Dröge
1
-2
/
+3
2013-03-18
omx: Add VP8 decoder support
Sebastian Dröge
1
-0
/
+4
2013-03-16
omx: minor stylistic change for consistency with other similar code
Josep Torra
1
-2
/
+2
2013-03-15
omx: improve debug logging some more
Tim-Philipp Müller
1
-15
/
+16
2013-03-15
omx: Reset EOS flag in more places
Sebastian Dröge
1
-4
/
+7
2013-03-15
omx: log commands as strings
Tim-Philipp Müller
1
-2
/
+26
2013-03-15
omx: log states as strings
Tim-Philipp Müller
1
-4
/
+31
2013-03-15
omx: log component name in debug messages
Tim-Philipp Müller
1
-186
/
+222
2013-03-14
omx: Reset some more buffer fields as required
Sebastian Dröge
1
-11
/
+7
2013-03-14
omx: The hack to disable usage of EOS buffers is not necessary anymore on RPi
Sebastian Dröge
1
-1
/
+1
2013-03-14
omx: Reset the flags for output ports when releasing a buffer, not for input ...
Sebastian Dröge
1
-1
/
+1
2013-03-14
omx: Handle the OMX_EventBufferFlag to detect EOS too
Sebastian Dröge
1
-2
/
+54
[next]