summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-09-28omx: don't use the 'z' modifier to print size_t0.10Tim-Philipp Müller2-3/+3
2013-09-28gstomxvideoenc: Set bitrate in setcapsRoman Arutyunyan1-0/+15
2013-09-28rpi: The WMV/VC1 decoder can only do WMV9 and VC1, no older versionsSebastian Dröge1-0/+1
2013-09-28examples: simplify the thread synchronization codeJosep Torra1-31/+17
2013-09-24examples: fix another race conditionJosep Torra1-9/+11
2013-09-24examples: request native videoJosep Torra1-1/+2
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-41/+75
2013-09-20examples: display QoS statisticsJosep Torra1-4/+21
2013-09-20examples: use dedicated thread for rendering the sceneJosep Torra1-77/+79
2013-09-20examples: don't force an specific audio sinkJosep Torra1-10/+1
2013-09-20examples: drop remnants of initial appsink attemptJosep Torra2-2/+0
2013-09-20basevideodecoder: disable reordered PTS detectionsJosep Torra1-0/+4
2013-05-20omx: Take lock on EOS to update the flow return valueJosep Torra3-0/+6
2013-05-10Revert "Don't build examples by default to match 1.x feature set"Josep Torra1-3/+3
2013-05-10Makefile.am: Add -I common/m4Sebastian Dröge1-1/+1
2013-05-10omx: Add pads based on element typejitendra5-34/+50
2013-05-10omx: fixed type error in printf callCarlos Rafael Giani1-1/+1
2013-05-10configure: error out if no OMX target has been set explicitly with --with-omx...Tim-Philipp Müller1-3/+3
2013-05-10omx: more printf format fixesTim-Philipp Müller7-60/+65
2013-05-10omx: fix printf formats in debug messagesTim-Philipp Müller7-35/+35
2013-05-10Don't build examples by default to match 1.x feature setJosep Torra1-3/+3
2013-05-10Update .gitignoreJosep Torra1-0/+2
2013-05-10Honour '--disable-examples' configure flagJosep Torra1-1/+5
2013-05-10egl: allow a delegate call to eglTerminate for display wrapperJosep Torra3-11/+30
2013-05-10omxvideodec: support video size changes againJosep Torra2-56/+57
2013-05-10examples: add an example aplication based OpenGL ES + EGLJosep Torra6-1/+1456
2013-05-10omxvideodec: implement EGL transportJosep Torra5-125/+863
2013-05-10egl: 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