summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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öge3-0/+3
2013-03-15omx: Reset EOS flag in more placesSebastian Dröge1-4/+7
2013-03-15omx: missed detail in previous backportsJosep Torra1-2/+1
2013-03-15omxvideodec: Deallocate output buffers with the right functionSebastian Dröge1-1/+1
2013-03-15omx: log commands as stringsTim-Philipp Müller2-2/+28
2013-03-15omx: log states as stringsTim-Philipp Müller2-4/+32
2013-03-15omx: log component name in debug messagesTim-Philipp Müller2-185/+221
2013-03-15omxvideodec: Don't interpolate timestampsSebastian Dröge1-11/+9
2013-03-15omx: The MPEG4 encoder is not available on RPi and probably never willSebastian Dröge1-9/+0
2013-03-15omx: Reset some more buffer fields as requiredSebastian Dröge1-11/+7
2013-03-15omx: The hack to disable usage of EOS buffers is not necessary anymore on RPiSebastian Dröge2-6/+6
2013-03-15Revert "omx: use no-component-reconfigure hack on the Raspberry PI"Sebastian Dröge2-6/+6
2013-03-15omx: Reset the flags for output ports when releasing a buffer, not for input ...Sebastian Dröge1-1/+1
2013-03-15omx: Only unref caps after usage of its fieldsSebastian Dröge3-6/+6
2013-03-15omx: Handle the OMX_EventBufferFlag to detect EOS tooSebastian Dröge5-207/+272
2013-03-15omxvideoenc: Properly check the nVersion fieldSebastian Dröge1-1/+1
2013-03-15omxvideoenc: RPi returns garbage for OMX_IndexParamVideoBitrate, work around ...Sebastian Dröge1-0/+7
2013-03-15omxvideodec: Drop too late frames instead of finishing themSebastian Dröge1-1/+1
2013-03-15omx: Release buffers to the correct portSebastian Dröge1-2/+2
2013-03-15omx: Always load the OpenMAX IL cores with G_MODULE_BIND_LOCALSebastian Dröge1-1/+2
2013-03-15omx: Lazy-load symbols of libbcm_host.soSebastian Dröge1-2/+6
2013-03-11omx: Don't set profile/level in other encoders if downstream caps don't speci...Sebastian Dröge3-73/+77
2013-03-11omxh264enc: If caps specify no profile/level use the component's defaultsSebastian Dröge1-32/+37
2013-03-11omxvideoenc: Always allocate output buffers from the loop functionSebastian Dröge1-43/+6
2013-03-11omxh264enc: The h264 encoders are supposed to output byte-stream/auSebastian Dröge1-1/+3
2013-03-11omxvideoenc: Wait until the Executing state is reached before passing buffers...Sebastian Dröge1-4/+4
2013-03-11omxaudioenc: Disable output port when setting a new formatSebastian Dröge1-5/+10
2013-03-11omxvideoenc: Disable output port when setting a new formatSebastian Dröge1-2/+37
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öge3-24/+122
2013-03-10omxvideoenc: Use the correct video codec state when filling an input bufferSebastian Dröge1-2/+1
2013-03-10omxvideoenc: Store correct input stateSebastian Dröge1-1/+1
2013-03-10omxvideoenc: Allocate output buffers as early as possibleSebastian Dröge1-10/+18
2013-03-10omx: Log unknown eventsSebastian Dröge1-0/+1
2013-03-10basevideodecoder: sync local copy with latest changes in masterJosep Torra3-59/+77
2013-03-09omx: Fix deadlock in encoders and add explainatory comments.Josep Torra3-0/+16
2013-03-09omx: Minor changes on debuging infoJosep Torra1-1/+3
2013-03-09omxvideodec: avoid a deadlockJosep Torra1-1/+2
2013-03-09omxvideodec: Don't forget to populate output portSebastian Dröge1-0/+9
2013-03-09omx: Flush and stop srcpad when configuring new capsSebastian Dröge3-0/+6
2013-03-09omxvideodec: Make code more close to masterJosep Torra1-7/+111
2013-03-09omxvideodec: Only negotiate a color format with downstream on the initial capsSebastian Dröge1-4/+3
2013-03-09omxvideodec: Make sure the output port is disabled while we allocate buffersSebastian Dröge1-7/+0
2013-03-09omx: Add timeout to the flush operation and move buffer populating to a separ...Sebastian Dröge5-123/+162
2013-03-09omx: Remove min buffer count hack for RPi againSebastian Dröge3-27/+6
2013-03-09omx: Do number of buffers configuration explicitelySebastian Dröge5-39/+28
2013-03-07omx: use no-component-reconfigure hack on the Raspberry PIJosep Torra2-6/+6
2013-03-04omx: add a workaround to build against the GStreamer SDKJosep Torra1-1/+9
2013-03-01omxvideoenc: drop unused data memberJosep Torra1-3/+0