summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-06-12configure: Allow build without gstreamer-eglSebastian Dröge1-1/+1
2013-06-11examples: testegl example port to 1.xIlya Smelykh2-137/+563
2013-06-05Automatic update of common submoduleSebastian Dröge1-0/+0
2013-05-20omx: Take lock on EOS to update the flow return valueJosep Torra3-0/+6
2013-05-15Automatic update of common submoduleSebastian Dröge1-0/+0
2013-05-10examples: add an example aplication based OpenGL ES + EGLJosep Torra6-0/+1471
2013-05-10omxvideodec: Redesign video size change reconfiguration codeJosep Torra1-55/+40
2013-05-06Makefile.am: Add -I common/m4Sebastian Dröge1-1/+1
2013-05-06omx: Add pads based on element typejitendra5-34/+50
2013-04-27omx: fixed type error in printf callCarlos Rafael Giani1-1/+1
2013-04-23Check for gstreamer-eglTim-Philipp Müller3-24/+27
2013-04-23configure: error out if no OMX target has been set explicitly with --with-omx...Tim-Philipp Müller1-3/+3
2013-04-22Automatic update of common submoduleTim-Philipp Müller1-0/+0
2013-04-18omx: more printf format fixesTim-Philipp Müller7-60/+65
2013-04-18omx: fixes unused variable 'comp' when GStreamer is built without debugJosep Torra1-11/+8
2013-04-18omxvideodec: don't use 'self->dec_out_port' anymore and use just 'port'Josep Torra1-4/+4
2013-04-18omxvideodec: fixes 'port' may be used uninitialized in this functionJosep Torra1-0/+1
2013-04-18omxvideodec: silence warnings building for RPI related to 'vcos_*'Josep Torra1-0/+17
2013-04-18omxvideodec: Use new type from libgstvideoJosep Torra1-1/+1
2013-04-16omx: Disable output port before transition to idle statejitendra3-21/+21
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+23
2013-04-14Automatic update of common submoduleTim-Philipp Müller1-0/+0
2013-04-12configure: add --disable-fatal-warnings for disabling -WerrorTim-Philipp Müller1-1/+3
2013-04-09Automatic update of common submoduleStefan Sauer1-0/+0
2013-04-08omx: fix printf formats in debug messagesTim-Philipp Müller7-35/+35
2013-04-08omxvideodec: use the correct printf format in a debug messageJosep Torra1-1/+1
2013-04-08omxvideodec: use the correct OMX_IndexParam valueJosep Torra1-1/+1
2013-04-05omxvideodec: Don't use API that is not in master yetSebastian Dröge1-0/+2
2013-03-26omxvideodec: Add support for egl_render on RPiSebastian Dröge6-99/+714
2013-03-22Back to developmentTim-Philipp Müller1-1/+1
2013-03-22omx: fix compiler warnings when compiling with -DG_DISABLE_ASSERTTim-Philipp Müller3-6/+6
2013-03-22Release 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