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