summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-11omxvideodec: Implement a property to control the feeding speedratecontrolJosep Torra2-1/+122
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
2013-03-01omxvideodec: implement same kind of wait that it's in masterJosep Torra1-2/+5
2013-03-01omx: drop dead codeJosep Torra2-9/+0
2013-03-01omx: backport remaining bits from masterJosep Torra17-511/+253
2013-03-01omxvideoenc: And set it actually on the right portSebastian Dröge3-6/+15
2013-03-01omxvideoenc: Set the coding type in the subclasses to the specific codecSebastian Dröge3-0/+21
2013-03-01omxvideoenc: gst_omx_port_update_port_definition() returns a OMX_ERRORTYPE, n...Sebastian Dröge1-2/+4
2013-03-01omxvideo{dec,enc}: Don't use the input state if it wasn't set yetSebastian Dröge2-6/+4
2013-03-01omxaudioenc: Only enable the output port after we know the output formatSebastian Dröge1-6/+12
2013-03-01omxvideoenc: Only enable the output port after we know the output formatSebastian Dröge1-6/+13
2013-03-01omxvideodec: Only enable the output port after we know the output formatSebastian Dröge1-8/+14
2013-03-01omx: Handle errors more gracefullySebastian Dröge2-83/+19
2013-03-01omx: Return the OMX_ERRORTYPE from gst_omx_port_update_port_definitionSebastian Dröge9-12/+16
2013-03-01omx: Return port definition update errorsSebastian Dröge1-1/+1
2013-03-01omx: Add hack for RPi for the minimum number of buffers required for a portSebastian Dröge3-26/+33
2013-03-01omx: Always tell the component about the right number of buffers that we're g...Sebastian Dröge1-1/+1
2013-03-01omx: Invert assertion to let it express what was intendedSebastian Dröge1-2/+2
2013-03-01omx: Add API for allocating a specific number of buffers and using EGLImages ...Sebastian Dröge5-26/+81
2013-03-01omx: Refactor code flow a bit if output port settings have changedSebastian Dröge3-121/+129
2013-03-01omx: Clean up port settings change handlingSebastian Dröge5-209/+284
2013-03-01omxvideodec: initialize param structure before using itJosep Torra1-3/+3
2013-03-01omxvideoenc: prevent a NULL pointer accessJosep Torra1-0/+7