summaryrefslogtreecommitdiff
path: root/omx/gstomx.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-24gstomxav1: add basic av1 supportLeo Liu1-0/+2
2016-10-27gstomxvideodec: don't drop non-sync framesChandu Babu Namburu1-0/+2
2016-08-31gstomxh265: add basic supportLeo Liu1-0/+2
2014-03-03omx: fix two serious message handling bugsChristian König1-4/+2
2014-02-07omx: add tunneling support between decoder and encoders v2Christian König1-1/+5
2014-02-07omx: improve tunneling supportChristian König1-6/+7
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
2013-03-13omx: Mark OpenMAX buffers as EGLImage if they contain oneSebastian Dröge1-0/+3
2013-03-13omx: Always load the OpenMAX IL cores with G_MODULE_BIND_LOCALSebastian Dröge1-1/+2
2013-03-13omx: Lazy-load symbols of libbcm_host.soSebastian Dröge1-2/+6
2013-03-10omx: Log unknown eventsSebastian Dröge1-0/+1
2013-03-07Revert "omx: use no-component-reconfigure hack on the Raspberry PI"Sebastian Dröge1-1/+1
2013-03-07omx: Also wait for disabled output ports to be reconfiguredSebastian Dröge1-2/+1
2013-03-07omx: Add timeout to the flush operation and move buffer populating to a separ...Sebastian Dröge1-79/+111
2013-03-07omx: Remove min buffer count hack for RPi againSebastian Dröge1-13/+1
2013-03-07omx: Do number of buffers configuration explicitelySebastian Dröge1-16/+8
2013-03-07omx: use no-component-reconfigure hack on the Raspberry PIJosep Torra1-1/+1
2013-03-01omx: Handle errors more gracefullySebastian Dröge1-81/+18
2013-02-28omx: Return the OMX_ERRORTYPE from gst_omx_port_update_port_definitionSebastian Dröge1-2/+2
2013-02-28omx: Return port definition update errorsSebastian Dröge1-1/+1
2013-02-28omx: Add hack for RPi for the minimum number of buffers required for a portSebastian Dröge1-21/+20
2013-02-28omx: Always tell the component about the right number of buffers that we're g...Sebastian Dröge1-1/+1
2013-02-28omx: Invert assertion to let it express what was intendedSebastian Dröge1-2/+2
2013-02-28omx: Add API for allocating a specific number of buffers and using EGLImages ...Sebastian Dröge1-10/+63
2013-02-27omx: Clean up port settings change handlingSebastian Dröge1-141/+4
2013-02-25omx: Fix deadlock during reconfigurationSebastian Dröge1-1/+1
2013-02-25omx: Auto-detect the port indizes if possibleSebastian Dröge1-4/+4
2013-02-25omx: Refactor waiting for buffers to be released by the component to a separa...Sebastian Dröge1-12/+86
2013-02-25omx: Add methods to set up and close a tunnel between componentsSebastian Dröge1-8/+133