summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-07omxvideodec: fix RGB format translation from omx to gst on RPIresize_wipJulien Isorce1-2/+12
2014-03-07omxvideodec: select prefered downstream capsJulien Isorce1-21/+22
2014-03-07omxvideodec: integrate resize component on RPIJulien Isorce2-89/+1057
2014-03-07omxvideodec: fixes races condition on seeksJosep Torra1-16/+47
2014-03-07omxvideodec: use flush because reset is deprecatedJulien Isorce1-11/+6
2014-03-07omx: only block upstream on flushingJosep Torra1-1/+1
2014-03-07omxvideodec: catch error when calling gst_omx_port_populate in resetJulien Isorce1-3/+9
2014-03-07omxvideodec: populate the most downstream output port on resetJulien Isorce1-5/+13
2014-03-06omxvideoenc: fix a memory leak in gst_omx_video_enc_getcapsChristian König1-0/+2
2014-03-05Makefile.am: build examplesJosep Torra1-3/+3
2014-03-05examples: avoid a clashing name with the recently added GstEGLImagePoolJosep Torra1-38/+44
2014-03-03omxvideoenc: simplify _find_nearest_frameChristian König1-87/+12
2014-03-03omxvideodec: simplify _find_nearest_frameChristian König1-44/+13
2014-03-03omxvideodec: remove dead codeChristian König1-47/+1
2014-03-02omx: fix two serious message handling bugsChristian König1-4/+2
2014-03-02omxvideoenc: fix startup race conditionChristian König1-0/+3
2014-03-02omxvideodec: fix startup race conditionChristian König1-0/+3
2014-02-28Automatic update of common submoduleSebastian Dröge1-0/+0
2014-02-26Automatic update of common submoduleStefan Sauer1-0/+0
2014-01-30Automatic update of common submoduleEdward Hervey1-0/+0
2014-01-25omx: Don't handle FLUSHING and NOT_LINKED as errorsSebastian Dröge3-6/+21
2013-12-22Automatic update of common submoduleTim-Philipp Müller1-0/+0
2013-11-05Automatic update of common submoduleTim-Philipp Müller1-0/+0
2013-09-28examples: simplify the thread synchronization codeJosep Torra1-35/+18
2013-09-25rpi: The WMV/VC1 decoder can only do WMV9 and VC1, no older versionsSebastian Dröge1-0/+1
2013-09-24Automatic update of common submoduleTim-Philipp Müller1-0/+0
2013-09-24examples: fix another race conditionJosep Torra1-8/+7
2013-09-20rpi: fix a copy paste error in the config fileJosep Torra1-2/+1
2013-09-20examples: fix a race condition when seekingJosep Torra1-45/+74
2013-09-20examples: display QoS statisticsJosep Torra1-2/+20
2013-09-20examples: use dedicated thread for rendering the sceneJosep Torra1-75/+77
2013-09-20examples: don't force an specific audio sinkJosep Torra1-9/+1
2013-09-20examples: drop remnants of initial appsink attemptJosep Torra1-1/+1
2013-09-20Automatic update of common submoduleEdward Hervey1-0/+0
2013-09-19Automatic update of common submoduleTim-Philipp Müller1-0/+0
2013-09-19Automatic update of common submoduleTim-Philipp Müller1-0/+0
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-07-01examples: enable audio in testegl exampleIlya Smelykh1-1/+17
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