summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-22Release 1.0.0gst-omx-1.0.0Sebastian Dröge7-14/+3226
2013-03-19omx: fix typo in copyright headersTim-Philipp Müller2-2/+2
2013-03-19rpi: Fix commit that added the VC1 decoderSebastian Dröge1-4/+4
2013-03-19omx: Add more constraints to the default sink template capsSebastian Dröge10-16/+26
2013-03-19rpi: Add VC1/WMV3 decoderSebastian Dröge1-0/+10
2013-03-19rpi: Add MJPEG decoderSebastian Dröge1-0/+9
2013-03-19rpi: Add VP8 decoderSebastian Dröge1-0/+9
2013-03-19omxvideodec: Set ENDOFFRAME flag for the end of framesSebastian Dröge1-1/+5
2013-03-19rpi: Add Theora decoder to the configSebastian Dröge1-5/+5
2013-03-19omx: Add Theora decoderSebastian Dröge5-3/+245
2013-03-18omx: Remove additional commaSebastian Dröge1-2/+2
2013-03-18omx: Rename MPEG2 decoder for consistency everywhereSebastian Dröge6-77/+78
2013-03-18omx: Add MJPEG decoder supportSebastian Dröge4-2/+162
2013-03-18omx: Add VP8 decoder supportSebastian Dröge5-0/+177
2013-03-18rpi: Add h263 decoder and rename MPEG2 decoder for consistencySebastian Dröge1-4/+22
2013-03-16omxmpeg2dec: mpeg-2 decoder should be able to handle mpeg-1 tooTim-Philipp Müller1-1/+1
2013-03-16omx: minor stylistic change for consistency with other similar codeJosep Torra1-2/+2
2013-03-16omx: Clarify that loop task is also paused in EOSJosep Torra3-1/+3
2013-03-16omxvideoenec: Don't forget propagate flow return value upstreamJosep Torra1-0/+1
2013-03-15omx: improve debug logging some moreTim-Philipp Müller1-15/+16
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-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-186/+225
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-14omx: The MPEG4 encoder is not available on RPi and probably never willSebastian Dröge1-9/+0
2013-03-14omx: Reset some more buffer fields as requiredSebastian Dröge1-11/+7
2013-03-14omx: The hack to disable usage of EOS buffers is not necessary anymore on RPiSebastian Dröge2-6/+6
2013-03-14omx: Reset the flags for output ports when releasing a buffer, not for input ...Sebastian Dröge1-1/+1
2013-03-14omx: Only unref caps after usage of its fieldsSebastian Dröge3-6/+6
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öge5-255/+321
2013-03-13omx: Mark OpenMAX buffers as EGLImage if they contain oneSebastian Dröge2-0/+6
2013-03-13omxvideoenc: Properly check the nVersion fieldSebastian Dröge1-1/+1
2013-03-13omxvideoenc: RPi returns garbage for OMX_IndexParamVideoBitrate, work around ...Sebastian Dröge1-0/+7
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-13omx: Always load the OpenMAX IL cores with G_MODULE_BIND_LOCALSebastian Dröge1-1/+2
2013-03-13omx: 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