summaryrefslogtreecommitdiff
path: root/omx/gstomx.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-25omx: Possible Memory leak in gst_caps_from_stringSatya Prakash Gupta1-0/+2
2017-03-14omxvideoenc: Add GST_OMX_HACK_HEIGHT_MULTIPLE_16 for RpiJan Schmidt1-1/+3
2016-12-14Fix broken build due to syntax errorReynaldo H. Verdejo Pinochet1-1/+1
2016-12-13Prevent early EOS by resetting eos flag once GST_OMX_ACQUIRE_BUFFER_EOS is tr...Graham Leggett1-1/+2
2016-12-13Add clear debug logging on all the paths out of gst_omx_port_acquire_buffer()Graham Leggett1-0/+8
2016-12-13Add a signals-premature-eos hack for egl_renderGeorge Kiagiadakis1-3/+19
2016-11-26omx: Fix compiler warning with latest clangSebastian Dröge1-1/+1
2016-09-14omx: Also search for gstomx.conf in the autoconf --sysconfdirSebastian Dröge1-1/+3
2015-11-18Remember the last_error after a failed set state call to avoid blocking the n...Enrique Ocaña González1-0/+7
2015-11-18omx: fix hacks leak on class initNicolas Huet1-0/+1
2015-03-06omx: handle both errors in the two steps of update_port_definitionLuis de Bethencourt1-5/+8
2015-03-04omx: call handle_messages() only once in acquire_buffer() to avoid potential ...George Kiagiadakis1-2/+0
2015-02-26omx: cleanup code a bit to remove else statementWonchul Lee1-8/+4
2014-11-13omx: Add omxamrdecJun Ji1-1/+3
2014-07-13omx: Add AAC audio decoderSebastian Dröge1-1/+2
2014-07-02omx: Add audio decoder base class and a subclass for MP3Sebastian Dröge1-1/+4
2014-06-03omx: Fix a missing g_free() in error pathKazunori Kobayashi1-0/+1
2014-05-31omx: Don't handle disabling/enabling ports exactly like flushingSebastian Dröge1-14/+7
2014-05-19omx: Remove dead code, buf can never be NULL here as we just check for that t...Sebastian Dröge1-3/+0
2014-05-19omx: Fix comparisons in gst_omx_state_to_string() case to actually make senseSebastian Dröge1-2/+3
2014-05-19omx: Make sure to compare the error codes as unsigned integers so that compar...Sebastian Dröge1-5/+7
2014-05-19omx: Fix comparisons in gst_omx_command_to_string() default cause to actually...Sebastian Dröge1-2/+3
2014-05-15omx: Add a hack for not disabling the output port after set_format until the ...Sebastian Dröge1-0/+2
2014-05-09omxaudiosink: Implements OpenMAX based audio sinksJosep Torra1-0/+4
2014-03-15omxvideo: fix debug category initialisationChristian König1-0/+2
2014-03-12omx: consolidate message waiting codeChristian König1-134/+63
2014-03-12omx: simplify tunnel functionsChristian König1-8/+14
2014-03-02omx: fix two serious message handling bugsChristian König1-4/+2
2013-08-20omx: don't use the 'z' modifier to print size_tTim-Philipp Müller1-1/+1
2013-05-06omx: Add pads based on element typejitendra1-34/+39
2013-04-27omx: fixed type error in printf callCarlos Rafael Giani1-1/+1
2013-04-18omx: more printf format fixesTim-Philipp Müller1-15/+15
2013-04-18omx: fixes unused variable 'comp' when GStreamer is built without debugJosep Torra1-11/+8
2013-04-08omx: fix printf formats in debug messagesTim-Philipp Müller1-7/+7
2013-03-26omxvideodec: Add support for egl_render on RPiSebastian Dröge1-8/+0
2013-03-19omx: Add Theora decoderSebastian Dröge1-0/+4
2013-03-18omx: Remove additional commaSebastian Dröge1-2/+2
2013-03-18omx: Rename MPEG2 decoder for consistency everywhereSebastian Dröge1-2/+2
2013-03-18omx: Add MJPEG decoder supportSebastian Dröge1-2/+3
2013-03-18omx: Add VP8 decoder supportSebastian Dröge1-0/+4
2013-03-16omx: minor stylistic change for consistency with other similar codeJosep Torra1-2/+2
2013-03-15omx: improve debug logging some moreTim-Philipp Müller1-15/+16
2013-03-15omx: Reset EOS flag in more placesSebastian Dröge1-4/+7
2013-03-15omx: log commands as stringsTim-Philipp Müller1-2/+26
2013-03-15omx: log states as stringsTim-Philipp Müller1-4/+31
2013-03-15omx: log component name in debug messagesTim-Philipp Müller1-186/+222
2013-03-14omx: Reset some more buffer fields as requiredSebastian Dröge1-11/+7
2013-03-14omx: The hack to disable usage of EOS buffers is not necessary anymore on RPiSebastian Dröge1-1/+1
2013-03-14omx: Reset the flags for output ports when releasing a buffer, not for input ...Sebastian Dröge1-1/+1
2013-03-14omx: Handle the OMX_EventBufferFlag to detect EOS tooSebastian Dröge1-2/+54