summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* omx: don't use the 'z' modifier to print size_t0.10Tim-Philipp Müller2013-09-282-3/+3
* gstomxvideoenc: Set bitrate in setcapsRoman Arutyunyan2013-09-281-0/+15
* rpi: The WMV/VC1 decoder can only do WMV9 and VC1, no older versionsSebastian Dröge2013-09-281-0/+1
* examples: simplify the thread synchronization codeJosep Torra2013-09-281-31/+17
* examples: fix another race conditionJosep Torra2013-09-241-9/+11
* examples: request native videoJosep Torra2013-09-241-1/+2
* rpi: fix a copy paste error in the config fileJosep Torra2013-09-201-2/+1
* examples: fix a race condition when seekingJosep Torra2013-09-201-41/+75
* examples: display QoS statisticsJosep Torra2013-09-201-4/+21
* examples: use dedicated thread for rendering the sceneJosep Torra2013-09-201-77/+79
* examples: don't force an specific audio sinkJosep Torra2013-09-201-10/+1
* examples: drop remnants of initial appsink attemptJosep Torra2013-09-202-2/+0
* basevideodecoder: disable reordered PTS detectionsJosep Torra2013-09-201-0/+4
* omx: Take lock on EOS to update the flow return valueJosep Torra2013-05-203-0/+6
* Revert "Don't build examples by default to match 1.x feature set"Josep Torra2013-05-101-3/+3
* Makefile.am: Add -I common/m4Sebastian Dröge2013-05-101-1/+1
* omx: Add pads based on element typejitendra2013-05-105-34/+50
* omx: fixed type error in printf callCarlos Rafael Giani2013-05-101-1/+1
* configure: error out if no OMX target has been set explicitly with --with-omx...Tim-Philipp Müller2013-05-101-3/+3
* omx: more printf format fixesTim-Philipp Müller2013-05-107-60/+65
* omx: fix printf formats in debug messagesTim-Philipp Müller2013-05-107-35/+35
* Don't build examples by default to match 1.x feature setJosep Torra2013-05-101-3/+3
* Update .gitignoreJosep Torra2013-05-101-0/+2
* Honour '--disable-examples' configure flagJosep Torra2013-05-101-1/+5
* egl: allow a delegate call to eglTerminate for display wrapperJosep Torra2013-05-103-11/+30
* omxvideodec: support video size changes againJosep Torra2013-05-102-56/+57
* examples: add an example aplication based OpenGL ES + EGLJosep Torra2013-05-106-1/+1456
* omxvideodec: implement EGL transportJosep Torra2013-05-105-125/+863
* egl: helper library to manage EGL display and memoryJosep Torra2013-05-107-1/+940
* omx: fixes unused variable 'comp' when GStreamer is built without debugJosep Torra2013-04-181-11/+8
* omx: Disable output port before transition to idle statejitendra2013-04-183-21/+21
* rpi: Fix commit that added the VC1 decoderSebastian Dröge2013-03-221-4/+4
* omx: Add more constraints to the default sink template capsSebastian Dröge2013-03-229-10/+20
* rpi: Add VC1/WMV3 decoderSebastian Dröge2013-03-221-0/+10
* rpi: Add MJPEG decoderSebastian Dröge2013-03-221-0/+9
* rpi: Add VP8 decoderSebastian Dröge2013-03-221-0/+9
* omxvideodec: Set ENDOFFRAME flag for the end of framesSebastian Dröge2013-03-221-1/+11
* makefile: source code for local copy of base classes has to be distedJosep Torra2013-03-221-0/+2
* makefile: conditional VP8 source code has to be distedJosep Torra2013-03-221-1/+5
* omx: Remove additional commaSebastian Dröge2013-03-221-2/+2
* omx: Rename MPEG2 decoder for consistency everywhereSebastian Dröge2013-03-226-78/+80
* omx: Add MJPEG decoder supportSebastian Dröge2013-03-224-2/+167
* omx: Add VP8 decoder supportSebastian Dröge2013-03-225-0/+182
* rpi: Add h263 decoder and rename MPEG2 decoder for consistencySebastian Dröge2013-03-221-4/+22
* omx: Mark OpenMAX buffers as EGLImage if they contain oneSebastian Dröge2013-03-162-0/+6
* omxmpeg2dec: mpeg-2 decoder should be able to handle mpeg-1 tooTim-Philipp Müller2013-03-161-1/+1
* omx: minor stylistic change for consistency with other similar codeJosep Torra2013-03-161-3/+2
* omx: Clarify that loop task is also paused in EOSJosep Torra2013-03-163-1/+3
* omxvideoenec: Don't forget propagate flow return value upstreamJosep Torra2013-03-161-0/+1
* omx: improve debug logging some moreTim-Philipp Müller2013-03-151-15/+16