summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* omx: Stop output port task after drainingSebastian Dröge2013-03-153-0/+3
* omx: Reset EOS flag in more placesSebastian Dröge2013-03-151-4/+7
* omxvideodec: Deallocate output buffers with the right functionSebastian Dröge2013-03-151-1/+1
* omx: log commands as stringsTim-Philipp Müller2013-03-152-2/+28
* omx: log states as stringsTim-Philipp Müller2013-03-152-4/+32
* omx: log component name in debug messagesTim-Philipp Müller2013-03-152-186/+225
* 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
* omx: The MPEG4 encoder is not available on RPi and probably never willSebastian Dröge2013-03-141-9/+0
* omx: Reset some more buffer fields as requiredSebastian Dröge2013-03-141-11/+7
* omx: The hack to disable usage of EOS buffers is not necessary anymore on RPiSebastian Dröge2013-03-142-6/+6
* omx: Reset the flags for output ports when releasing a buffer, not for input ...Sebastian Dröge2013-03-141-1/+1
* omx: Only unref caps after usage of its fieldsSebastian Dröge2013-03-143-6/+6
* 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-145-255/+321
* omx: Mark OpenMAX buffers as EGLImage if they contain oneSebastian Dröge2013-03-132-0/+6
* omxvideoenc: Properly check the nVersion fieldSebastian Dröge2013-03-131-1/+1
* omxvideoenc: RPi returns garbage for OMX_IndexParamVideoBitrate, work around ...Sebastian Dröge2013-03-131-0/+7
* 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
* omx: Always load the OpenMAX IL cores with G_MODULE_BIND_LOCALSebastian Dröge2013-03-131-1/+2
* omx: Lazy-load symbols of libbcm_host.soSebastian Dröge2013-03-131-2/+6
* omx: Don't set profile/level in other encoders if downstream caps don't speci...Sebastian Dröge2013-03-113-73/+77
* omxh264enc: If caps specify no profile/level use the component's defaultsSebastian Dröge2013-03-111-32/+37
* omxvideoenc: Always allocate output buffers from the loop functionSebastian Dröge2013-03-111-43/+6
* omxh264enc: The h264 encoders are supposed to output byte-stream/auSebastian Dröge2013-03-111-1/+3
* omxvideoenc: Wait until the Executing state is reached before passing buffers...Sebastian Dröge2013-03-111-4/+4
* omxvideodec: Don't provide buffers to downstreamSebastian Dröge2013-03-111-1/+4
* omxaudioenc: Disable output port when setting a new formatSebastian Dröge2013-03-111-5/+10
* omxvideoenc: Disable output port when setting a new formatSebastian Dröge2013-03-111-2/+37
* 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-113-26/+125
* omxvideoenc: Use the correct video codec state when filling an input bufferSebastian Dröge2013-03-101-2/+1
* omxvideoenc: Store correct input stateSebastian Dröge2013-03-101-1/+1
* omxvideoenc: Allocate output buffers as early as possibleSebastian Dröge2013-03-101-10/+18
* omx: Log unknown eventsSebastian Dröge2013-03-101-0/+1
* omx: Fix deadlock in encoders and add explainatory comments.Josep Torra2013-03-093-0/+16
* 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-083-0/+6
* Revert "omx: use no-component-reconfigure hack on the Raspberry PI"Sebastian Dröge2013-03-072-6/+6
* 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
* omx: Also wait for disabled output ports to be reconfiguredSebastian Dröge2013-03-071-2/+1
* omxvideodec: Add buffer pool for sharing OpenMAX memory with downstreamSebastian Dröge2013-03-072-19/+881