summaryrefslogtreecommitdiff
path: root/omx
AgeCommit message (Expand)AuthorFilesLines
2014-02-07gstomxvideoenc: implement scaling configuration supportHEADmasterLeo Liu2-1/+75
2014-02-07omx: add tunneling support between decoder and encoders v2Christian König4-17/+110
2014-02-07omx: improve tunneling supportChristian König2-7/+8
2014-02-07gstomxvideoenc: simplify _find_nearest_frameChristian König1-87/+15
2014-02-07gstomxvideodec: simplify _find_nearest_frameChristian König1-44/+16
2014-02-07gstomxvideodec: remove dead codeChristian König1-47/+1
2014-02-07gstomxvideodec: fix multithreads negotiation problem v2Leo Liu1-0/+5
2014-01-25omx: Don't handle FLUSHING and NOT_LINKED as errorsSebastian Dröge3-6/+21
2013-08-20omx: don't use the 'z' modifier to print size_tTim-Philipp Müller2-3/+3
2013-07-01gstomxvideoenc: Set bitrate in setcapsRoman Arutyunyan1-0/+15
2013-05-20omx: Take lock on EOS to update the flow return valueJosep Torra3-0/+6
2013-05-10omxvideodec: Redesign video size change reconfiguration codeJosep Torra1-55/+40
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üller2-23/+24
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-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öge5-99/+713
2013-03-22omx: fix compiler warnings when compiling with -DG_DISABLE_ASSERTTim-Philipp Müller3-6/+6
2013-03-19omx: fix typo in copyright headersTim-Philipp Müller2-2/+2
2013-03-19omx: Add more constraints to the default sink template capsSebastian Dröge9-15/+25
2013-03-19omxvideodec: Set ENDOFFRAME flag for the end of framesSebastian Dröge1-1/+5
2013-03-19omx: Add Theora decoderSebastian Dröge4-3/+236
2013-03-18omx: Remove additional commaSebastian Dröge1-2/+2
2013-03-18omx: Rename MPEG2 decoder for consistency everywhereSebastian Dröge5-76/+77
2013-03-18omx: Add MJPEG decoder supportSebastian Dröge4-2/+162
2013-03-18omx: Add VP8 decoder supportSebastian Dröge4-0/+168
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