summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
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