summaryrefslogtreecommitdiff
path: root/omx/gstomx.c
Commit message (Expand)AuthorAgeFilesLines
* omx: don't use the 'z' modifier to print size_t0.10Tim-Philipp Müller2013-09-281-1/+1
* omx: Add pads based on element typejitendra2013-05-101-34/+39
* omx: fixed type error in printf callCarlos Rafael Giani2013-05-101-1/+1
* omx: more printf format fixesTim-Philipp Müller2013-05-101-15/+15
* omx: fix printf formats in debug messagesTim-Philipp Müller2013-05-101-7/+7
* omxvideodec: implement EGL transportJosep Torra2013-05-101-11/+5
* omx: fixes unused variable 'comp' when GStreamer is built without debugJosep Torra2013-04-181-11/+8
* omx: Remove additional commaSebastian Dröge2013-03-221-2/+2
* omx: Rename MPEG2 decoder for consistency everywhereSebastian Dröge2013-03-221-2/+2
* omx: Add MJPEG decoder supportSebastian Dröge2013-03-221-2/+3
* omx: Add VP8 decoder supportSebastian Dröge2013-03-221-0/+4
* omx: Mark OpenMAX buffers as EGLImage if they contain oneSebastian Dröge2013-03-161-0/+3
* omx: minor stylistic change for consistency with other similar codeJosep Torra2013-03-161-3/+2
* omx: improve debug logging some moreTim-Philipp Müller2013-03-151-15/+16
* omx: Reset EOS flag in more placesSebastian Dröge2013-03-151-4/+7
* omx: missed detail in previous backportsJosep Torra2013-03-151-2/+1
* omx: log commands as stringsTim-Philipp Müller2013-03-151-2/+26
* omx: log states as stringsTim-Philipp Müller2013-03-151-4/+31
* omx: log component name in debug messagesTim-Philipp Müller2013-03-151-185/+218
* omx: Reset some more buffer fields as requiredSebastian Dröge2013-03-151-11/+7
* omx: The hack to disable usage of EOS buffers is not necessary anymore on RPiSebastian Dröge2013-03-151-1/+1
* Revert "omx: use no-component-reconfigure hack on the Raspberry PI"Sebastian Dröge2013-03-151-1/+1
* omx: Reset the flags for output ports when releasing a buffer, not for input ...Sebastian Dröge2013-03-151-1/+1
* omx: Handle the OMX_EventBufferFlag to detect EOS tooSebastian Dröge2013-03-151-2/+54
* omx: Always load the OpenMAX IL cores with G_MODULE_BIND_LOCALSebastian Dröge2013-03-151-1/+2
* omx: Lazy-load symbols of libbcm_host.soSebastian Dröge2013-03-151-2/+6
* omx: Log unknown eventsSebastian Dröge2013-03-101-0/+1
* omx: Add timeout to the flush operation and move buffer populating to a separ...Sebastian Dröge2013-03-091-80/+111
* omx: Remove min buffer count hack for RPi againSebastian Dröge2013-03-091-13/+1
* omx: Do number of buffers configuration explicitelySebastian Dröge2013-03-091-22/+12
* omx: use no-component-reconfigure hack on the Raspberry PIJosep Torra2013-03-071-1/+1
* omx: add a workaround to build against the GStreamer SDKJosep Torra2013-03-041-1/+9
* omx: drop dead codeJosep Torra2013-03-011-7/+0
* omx: backport remaining bits from masterJosep Torra2013-03-011-0/+165
* omx: Handle errors more gracefullySebastian Dröge2013-03-011-81/+18
* omx: Return the OMX_ERRORTYPE from gst_omx_port_update_port_definitionSebastian Dröge2013-03-011-2/+2
* omx: Return port definition update errorsSebastian Dröge2013-03-011-1/+1
* omx: Add hack for RPi for the minimum number of buffers required for a portSebastian Dröge2013-03-011-21/+20
* omx: Always tell the component about the right number of buffers that we're g...Sebastian Dröge2013-03-011-1/+1
* omx: Invert assertion to let it express what was intendedSebastian Dröge2013-03-011-2/+2
* omx: Add API for allocating a specific number of buffers and using EGLImages ...Sebastian Dröge2013-03-011-10/+63
* omx: Clean up port settings change handlingSebastian Dröge2013-03-011-141/+4
* omx: Fix deadlock during reconfigurationSebastian Dröge2013-03-011-1/+1
* omx: Refactor waiting for buffers to be released by the component to a separa...Sebastian Dröge2013-03-011-13/+88
* omx: Add methods to set up and close a tunnel between componentsSebastian Dröge2013-03-011-8/+133
* Retry loading libbcm_host.so without an absolute path if that failedSebastian Dröge2013-02-281-2/+6
* Set default hacks for the RPI target and always initialize bcm_hostSebastian Dröge2013-02-281-1/+11
* omx: Don't access the port's buffers array if it wasn't allocated yetSebastian Dröge2013-02-281-0/+1
* omx: Mark an array as constSebastian Dröge2013-02-281-6/+9
* omx: Split enabling/disabling of port into sending the command and waiting fo...Sebastian Dröge2013-02-281-30/+133