summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-05-07egl: allow a delegate call to eglTerminate for display wrappereglJosep Torra3-11/+30
2013-05-07omxvideodec: support video size changes againJosep Torra2-56/+57
2013-05-07examples: add an example aplication based OpenGL ES + EGLJosep Torra6-1/+1456
2013-05-07omxvideodec: implement EGL transportJosep Torra5-125/+863
2013-05-07egl: helper library to manage EGL display and memoryJosep Torra7-1/+940
2013-04-18omx: fixes unused variable 'comp' when GStreamer is built without debugJosep Torra1-11/+8
2013-04-18omx: Disable output port before transition to idle statejitendra3-21/+21
2013-03-22rpi: Fix commit that added the VC1 decoderSebastian Dröge1-4/+4
2013-03-22omx: Add more constraints to the default sink template capsSebastian Dröge9-10/+20
2013-03-22rpi: Add VC1/WMV3 decoderSebastian Dröge1-0/+10
2013-03-22rpi: Add MJPEG decoderSebastian Dröge1-0/+9
2013-03-22rpi: Add VP8 decoderSebastian Dröge1-0/+9
2013-03-22omxvideodec: Set ENDOFFRAME flag for the end of framesSebastian Dröge1-1/+11
2013-03-22makefile: source code for local copy of base classes has to be distedJosep Torra1-0/+2
2013-03-22makefile: conditional VP8 source code has to be distedJosep Torra1-1/+5
2013-03-22omx: Remove additional commaSebastian Dröge1-2/+2
2013-03-22omx: Rename MPEG2 decoder for consistency everywhereSebastian Dröge6-78/+80
2013-03-22omx: Add MJPEG decoder supportSebastian Dröge4-2/+167
2013-03-22omx: Add VP8 decoder supportSebastian Dröge5-0/+182
2013-03-22rpi: Add h263 decoder and rename MPEG2 decoder for consistencySebastian Dröge1-4/+22
2013-03-16omx: Mark OpenMAX buffers as EGLImage if they contain oneSebastian Dröge2-0/+6
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-3/+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-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