summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add NVIDIA omx implementationbaserock/1.0.0.1/tegranvidia2015-11-0463-520/+11119
|
* omx: Take lock on EOS to update the flow return valueJosep Torra2013-05-203-0/+6
| | | | | | Fixes "GThread-ERROR **: file gthread-posix.c: line 171 (g_mutex_free_posix_impl): error 'Device or resource busy' during 'pthread_mutex_destroy ((pthread_mutex_t *) mutex)'" in _finalize.
* Automatic update of common submoduleSebastian Dröge2013-05-151-0/+0
| | | | From 5edcd85 to 098c0d7
* examples: add an example aplication based OpenGL ES + EGLJosep Torra2013-05-106-0/+1471
| | | | | | | Application that shows how to integrate playbin with an OpenGL ES scene through EGL. Renders a video on the surfaces of an animated cube. The code is not ported to 1.x so it's not built by default.
* omxvideodec: Redesign video size change reconfiguration codeJosep Torra2013-05-101-55/+40
| | | | Ensure stop the decoder before clossing the tunnel.
* Makefile.am: Add -I common/m4Sebastian Dröge2013-05-061-1/+1
| | | | | This allows autoreconf to work correctly and automatic regeneration of autotools files if something changed.
* omx: Add pads based on element typejitendra2013-05-065-34/+50
| | | | | | | This allows to later add sources and sink that only have a srcpad or sinkpad. https://bugzilla.gnome.org/show_bug.cgi?id=699754
* omx: fixed type error in printf callCarlos Rafael Giani2013-04-271-1/+1
| | | | | | %zu expects size_t https://bugzilla.gnome.org/show_bug.cgi?id=699008
* Check for gstreamer-eglTim-Philipp Müller2013-04-233-24/+27
| | | | | | And don't use if not available. https://bugzilla.gnome.org/show_bug.cgi?id=697574
* configure: error out if no OMX target has been set explicitly with ↵Tim-Philipp Müller2013-04-231-3/+3
| | | | | | | | --with-omx-target=x Avoids people building for e.g. the Raspberry Pi and then wondering why things don't work as expected (since structs are packed differently there).
* Automatic update of common submoduleTim-Philipp Müller2013-04-221-0/+0
| | | | From 3cb3d3c to 5edcd85
* omx: more printf format fixesTim-Philipp Müller2013-04-187-60/+65
| | | | | | | | Fix printf formats again, so that gst-omx compiles warning- free on the Raspberry Pi as well. Unfortunately OMX_UINT32 maybe be typedefed to uint32_t or unsigned long, which doesn't work well with our debugging printf format strings, so just use %u for those and cast to guint.
* omx: fixes unused variable 'comp' when GStreamer is built without debugJosep Torra2013-04-181-11/+8
|
* omxvideodec: don't use 'self->dec_out_port' anymore and use just 'port'Josep Torra2013-04-181-4/+4
| | | | Fixes some criticals.
* omxvideodec: fixes 'port' may be used uninitialized in this functionJosep Torra2013-04-181-0/+1
|
* omxvideodec: silence warnings building for RPI related to 'vcos_*'Josep Torra2013-04-181-0/+17
|
* omxvideodec: Use new type from libgstvideoJosep Torra2013-04-181-1/+1
|
* omx: Disable output port before transition to idle statejitendra2013-04-163-21/+21
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=698109
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+23
|
* Automatic update of common submoduleTim-Philipp Müller2013-04-141-0/+0
| | | | From aed87ae to 3cb3d3c
* configure: add --disable-fatal-warnings for disabling -WerrorTim-Philipp Müller2013-04-121-1/+3
|
* Automatic update of common submoduleStefan Sauer2013-04-091-0/+0
| | | | From 04c7a1e to aed87ae
* omx: fix printf formats in debug messagesTim-Philipp Müller2013-04-087-35/+35
| | | | | OMX_U32 is typedefed to an unsigned long, OMX_TICKS to a 64-bit integer.
* omxvideodec: use the correct printf format in a debug messageJosep Torra2013-04-081-1/+1
|
* omxvideodec: use the correct OMX_IndexParam valueJosep Torra2013-04-081-1/+1
| | | | Fixes playback is not smooth in the EGL path.
* omxvideodec: Don't use API that is not in master yetSebastian Dröge2013-04-051-0/+2
| | | | It's not really needed here yet, will be needed in future versions
* omxvideodec: Add support for egl_render on RPiSebastian Dröge2013-03-266-99/+714
|
* Back to developmentTim-Philipp Müller2013-03-221-1/+1
|
* omx: fix compiler warnings when compiling with -DG_DISABLE_ASSERTTim-Philipp Müller2013-03-223-6/+6
| | | | | As we do for releases. Fixes 'variable may be used uninitialized' warnings.
* Release 1.0.01.0.0Sebastian Dröge2013-03-227-14/+3226
|
* omx: fix typo in copyright headersTim-Philipp Müller2013-03-192-2/+2
|
* rpi: Fix commit that added the VC1 decoderSebastian Dröge2013-03-191-4/+4
|
* omx: Add more constraints to the default sink template capsSebastian Dröge2013-03-1910-16/+26
|
* rpi: Add VC1/WMV3 decoderSebastian Dröge2013-03-191-0/+10
| | | | WMV2 and WMV1 (aka WMV 1-8) are not supported by RPi.
* rpi: Add MJPEG decoderSebastian Dröge2013-03-191-0/+9
|
* rpi: Add VP8 decoderSebastian Dröge2013-03-191-0/+9
|
* omxvideodec: Set ENDOFFRAME flag for the end of framesSebastian Dröge2013-03-191-1/+5
|
* rpi: Add Theora decoder to the configSebastian Dröge2013-03-191-5/+5
|
* omx: Add Theora decoderSebastian Dröge2013-03-195-3/+245
|
* omx: Remove additional commaSebastian Dröge2013-03-181-2/+2
|
* omx: Rename MPEG2 decoder for consistency everywhereSebastian Dröge2013-03-186-77/+78
|
* omx: Add MJPEG decoder supportSebastian Dröge2013-03-184-2/+162
|
* omx: Add VP8 decoder supportSebastian Dröge2013-03-185-0/+177
|
* rpi: Add h263 decoder and rename MPEG2 decoder for consistencySebastian Dröge2013-03-181-4/+22
|
* omxmpeg2dec: mpeg-2 decoder should be able to handle mpeg-1 tooTim-Philipp Müller2013-03-161-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=695879
* omx: minor stylistic change for consistency with other similar codeJosep Torra2013-03-161-2/+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
|
* omxvideodec: Make sure that the first frame we pass to OpenMAX is a sync frameSebastian Dröge2013-03-151-0/+5
|