summaryrefslogtreecommitdiff
path: root/omx/gstomxvideodec.c
Commit message (Expand)AuthorAgeFilesLines
* Add NVIDIA omx implementationbaserock/1.0.0.1/tegranvidia2015-11-041-38/+603
* omx: Take lock on EOS to update the flow return valueJosep Torra2013-05-201-0/+2
* omxvideodec: Redesign video size change reconfiguration codeJosep Torra2013-05-101-55/+40
* omx: Add pads based on element typejitendra2013-05-061-0/+1
* Check for gstreamer-eglTim-Philipp Müller2013-04-231-20/+22
* omx: more printf format fixesTim-Philipp Müller2013-04-181-21/+23
* omxvideodec: don't use 'self->dec_out_port' anymore and use just 'port'Josep Torra2013-04-181-4/+4
* omxvideodec: fixes 'port' may be used uninitialized in this functionJosep Torra2013-04-181-0/+1
* omxvideodec: silence warnings building for RPI related to 'vcos_*'Josep Torra2013-04-181-0/+17
* omxvideodec: Use new type from libgstvideoJosep Torra2013-04-181-1/+1
* omx: Disable output port before transition to idle statejitendra2013-04-161-7/+7
* omx: fix printf formats in debug messagesTim-Philipp Müller2013-04-081-12/+12
* omxvideodec: use the correct printf format in a debug messageJosep Torra2013-04-081-1/+1
* omxvideodec: use the correct OMX_IndexParam valueJosep Torra2013-04-081-1/+1
* omxvideodec: Don't use API that is not in master yetSebastian Dröge2013-04-051-0/+2
* omxvideodec: Add support for egl_render on RPiSebastian Dröge2013-03-261-90/+696
* omx: Add more constraints to the default sink template capsSebastian Dröge2013-03-191-0/+2
* omxvideodec: Set ENDOFFRAME flag for the end of framesSebastian Dröge2013-03-191-1/+5
* omx: Clarify that loop task is also paused in EOSJosep Torra2013-03-161-0/+1
* omxvideodec: Make sure that the first frame we pass to OpenMAX is a sync frameSebastian Dröge2013-03-151-0/+5
* omx: Stop output port task after drainingSebastian Dröge2013-03-151-0/+1
* omxvideodec: Deallocate output buffers with the right functionSebastian Dröge2013-03-151-1/+1
* omxvideodec: Don't interpolate timestampsSebastian Dröge2013-03-151-11/+9
* omxvideodec: Give the codec_data the timestamp of the first frame and no dura...Sebastian Dröge2013-03-151-0/+7
* omxvideodec: Simplify bufferpool implementationSebastian Dröge2013-03-141-26/+4
* omxvideodec: Improve min/max buffer counts handlingSebastian Dröge2013-03-141-2/+9
* omx: Handle the OMX_EventBufferFlag to detect EOS tooSebastian Dröge2013-03-141-122/+121
* omxvideodec: Make sure to always get the right bufferSebastian Dröge2013-03-131-4/+8
* omxvideodec: Make sure the buffer is released to the pool if it's not the one...Sebastian Dröge2013-03-131-0/+1
* omxvideodec: Drop too late frames instead of finishing themSebastian Dröge2013-03-131-1/+1
* omx: Release buffers to the correct portSebastian Dröge2013-03-131-4/+4
* omxvideodec: Don't provide buffers to downstreamSebastian Dröge2013-03-111-1/+4
* omxvideodec: Disable output port when setting a new formatSebastian Dröge2013-03-111-4/+10
* omx: Catch errors when releasing buffers to a port and handle themSebastian Dröge2013-03-111-10/+45
* omx: Fix deadlock in encoders and add explainatory comments.Josep Torra2013-03-091-0/+4
* omxvideodec: fix printf format identifierJosep Torra2013-03-091-2/+2
* omx: Minor changes on debuging infoJosep Torra2013-03-091-1/+3
* omxvideodec: avoid a deadlockJosep Torra2013-03-091-1/+2
* omxvideodec: Don't forget to populate output portSebastian Dröge2013-03-081-0/+9
* omx: Flush and stop srcpad when configuring new capsSebastian Dröge2013-03-081-0/+2
* omxvideodec: Only negotiate a color format with downstream on the initial capsSebastian Dröge2013-03-071-4/+3
* omxvideodec: Make sure the output port is disabled while we allocate buffersSebastian Dröge2013-03-071-8/+0
* omxvideodec: Add buffer pool for sharing OpenMAX memory with downstreamSebastian Dröge2013-03-071-19/+879
* omx: Add timeout to the flush operation and move buffer populating to a separ...Sebastian Dröge2013-03-071-14/+10
* omx: Do number of buffers configuration explicitelySebastian Dröge2013-03-071-3/+3
* omxvideodec: fixes reconfigurationJosep Torra2013-03-071-2/+5
* omxvideo{dec,enc}: Don't use the input state if it wasn't set yetSebastian Dröge2013-03-011-3/+2
* omxvideodec: Only enable the output port after we know the output formatSebastian Dröge2013-03-011-8/+14
* omx: Return the OMX_ERRORTYPE from gst_omx_port_update_port_definitionSebastian Dröge2013-02-281-2/+4
* omx: Add API for allocating a specific number of buffers and using EGLImages ...Sebastian Dröge2013-02-281-5/+5