platform/upstream/gstreamer.git
2013-02-27 Sebastian Drögeomx: Refactor code flow a bit if output port settings...
2013-02-27 Sebastian Drögeomx: Clean up port settings change handling
2013-02-27 Josep Torraomxvideodec: initialize param structure before using it
2013-02-27 Josep Torraomxvideoenc: prevent a NULL pointer access
2013-02-26 Josep Torraomxvideodec: prevent a NULL pointer access
2013-02-25 Sebastian Drögeomx: Fix deadlock during reconfiguration
2013-02-25 Sebastian Drögeomx: Auto-detect the port indizes if possible
2013-02-25 Sebastian Drögeomx: Refactor querying of component supported caps...
2013-02-25 Sebastian Drögeomx: Refactor waiting for buffers to be released by...
2013-02-25 Sebastian Drögeomx: Add methods to set up and close a tunnel between...
2013-02-25 Sebastian Drögeomxaudioenc: Rename component variable
2013-02-25 Sebastian Drögeomxvideoenc: Rename component variable
2013-02-25 Sebastian Drögeomxvideodec: Rename component variable
2013-02-22 Josep Torraomxvideoenc: remove duplicated line
2013-02-22 Sebastian DrögeRetry loading libbcm_host.so without an absolute path...
2013-02-21 Sebastian DrögeAdd missing file from last commit
2013-02-21 Sebastian DrögeAdd OpenMAX IL target for Bellagio
2013-02-21 Sebastian DrögeAllow using external OpenMAX IL headers
2013-02-21 Sebastian DrögeUpdate .gitignore
2013-02-21 Sebastian DrögeInstall the RPI config when the RPI target is selected
2013-02-21 Sebastian DrögeSet default hacks for the RPI target and always initial...
2013-02-21 Sebastian DrögeAdd configure parameter for setting the OpenMAX IL...
2013-02-12 Sebastian Drögeomx: Add FIXME for the future
2013-02-12 Sebastian Drögeomx: Some minor refactoring and cleanup
2013-02-12 Sebastian Drögeomx: Don't access the port's buffers array if it wasn...
2013-02-12 Sebastian Drögeomx: Mark an array as const
2013-02-12 Sebastian Drögeomx: Split enabling/disabling of port into sending...
2013-02-12 Sebastian Drögeomx: Flushing is also allowed in Paused state
2013-02-12 Sebastian Drögeomxvideoenc: Set stride, slice height and buffer size
2013-02-12 Sebastian Drögeconfig: Add h264 and mpeg2 encoders to the raspberry...
2013-02-12 Sebastian Drögeomxvideoenc: Properly negotiate OMX color format with...
2013-02-12 Sebastian Drögeomxvideoenc: Implement getcaps() vfunc
2013-01-29 Tim-Philipp... configure: use 1.0 gstconfig.h to detect disabled subsy...
2013-01-28 Stefan SauerAutomatic update of common submodule
2013-01-24 Julian Scheelomx: add mpeg2 video decoder
2013-01-18 Sebastian Drögeomx: Minimize the time when the messages lock is held
2013-01-18 Tim-Philipp... omx: improve debug message when we can't find the confi...
2013-01-18 Tim-Philipp... build: fix autogen.sh with automake 1.13
2013-01-17 Sebastian Drögeomx: Fix includes to properly work with the 1.0 releases
2013-01-15 Tim-Philipp... Automatic update of common submodule
2013-01-15 Sebastian Drögeomx: Update port definition when changing some port...
2013-01-15 Sebastian Drögeomx: Rename from libgstopenmax.so to ligstomx.so for...
2013-01-14 Nicolas Dufresneomx: Add a method to send message
2013-01-14 Sebastian Drögeomx: Atomic ops are not required anymore for the reconf...
2013-01-14 Sebastian Drögeomx: Fix some memory leaks and suboptimal locking
2013-01-14 Sebastian Drögeomxvideoenc: Don't forget to unmap frame in error cases
2013-01-14 Sebastian Drögeomxvideoenc: Fix copying of the video frames to the...
2013-01-14 Sebastian Drögeomxvideodec: Fix copying of the video frames from the...
2013-01-14 Sebastian Drögeomx: Implement new approach for locking that should...
2012-12-20 Sebastian Drögeomxvideodec: Set the OMX buffer nFilledLength field...
2012-12-20 Sebastian Drögeomxrecmutex: Fix another race condition when two thread...
2012-12-20 Sebastian Drögeomxrecmutex: Fix yet another race condition that result...
2012-12-20 Sebastian Drögeomx: Fix another race condition in the recursive mutex
2012-12-20 Sebastian Drögeomxrecmutex: Fix a small race condition when unlocking...
2012-12-20 Sebastian Drögeomx: Fix ununsed variable compiler warning
2012-12-20 Sebastian Drögeomx: No need to start the srcpad task in ::start()...
2012-12-20 Sebastian Drögeomxvideodec: OMX_ErrorNoMore is no error and just means...
2012-12-20 Sebastian Drögeomx: Improve debug output
2012-12-20 Sebastian Drögeomxvideodec: Don't forget to free a GList
2012-12-20 Sebastian Drögeomxvideodec: Map OMX_COLOR_FormatYUV420PackedPlanar...
2012-12-20 Sebastian Drögeomxvideodec: During negotiation of the output format...
2012-12-20 Sebastian Drögeomxvideodec: If negotiation fails this could also mean...
2012-12-20 Sebastian Drögeomxvideodec: Improve format negotiation a bit
2012-12-19 Sebastian Drögeomx: Also initialize nStep field of the OMX structures
2012-12-19 Sebastian Drögeomx: Initialize struct version with the OMX version...
2012-12-19 Sebastian Drögeomxvideodec: Extract data from the input buffer, not...
2012-12-19 Sebastian Drögeomx: Use has_suffix() instead of has_prefix() for the...
2012-12-19 Sebastian Drögetools: Add tool to list all components and their roles
2012-12-19 Sebastian Drögeomx: Add hack to load and initialize libbcm_host.so
2012-12-19 Sebastian Drögeconfigure: Add configure option to pack OpenMAX structures
2012-12-19 Sebastian Drögeconfigure: Require GStreamer 1.0.0
2012-12-19 George Kiagiadakisomx: Initialize structures to version 1.1.2
2012-12-19 Sebastian Drögeconfig: Add raspberry-pi configuration in a different...
2012-12-19 George Kiagiadakisraspberry: Add a gstomx.conf for the Raspberry Pi
2012-12-12 Sebastian Drögeomx: Fix some compilation errors caused by circular...
2012-11-19 Tim-Philipp... Automatic update of common submodule
2012-11-12 Sebastian Drögeomx: Fix refcount problem with frames being dropped...
2012-11-12 Sebastian Drögeomx: Update to new GLib thread API
2012-10-22 Sebastian Drögeomx: Use open/close vfuncs
2012-10-22 Sebastian Drögeomx: Handle video meta correctly
2012-10-22 Sebastian Drögeomx: Port to video base classes from -base
2012-10-17 Tim-Philipp... omx: gst_element_class_set_details_simple() -> set_stat...
2012-10-06 Tim-Philipp... Automatic update of common submodule
2012-09-22 Tim-Philipp... Automatic update of common submodule
2012-09-03 George Kiagiadakisomx: fix debug statement
2012-09-03 George Kiagiadakisomx: use recursive_lock inside set_last_error(), since...
2012-08-22 Stefan SauerAutomatic update of common submodule
2012-08-05 Tim-Philipp... Automatic update of common submodule
2012-08-03 Tim-Philipp... omx: fix plugin name for new GST_PLUGIN_DEFINE API
2012-07-23 Sebastian DrögeAutomatic update of common submodule
2012-07-10 Sebastian Drögeomx: Update for allocation query API changes
2012-06-20 Sebastian Drögeomx: Fix compilation after gst_pad_start_task() API...
2012-06-08 Edward HerveyAutomatic update of common submodule
2012-06-06 Edward HerveyAutomatic update of common submodule
2012-06-01 Edward HerveyAutomatic update of common submodule
2012-05-31 Sebastian DrögeAutomatic update of common submodule
2012-05-30 Sebastian DrögeAutomatic update of common submodule
2012-05-30 Sebastian DrögeAutomatic update of common submodule
2012-05-13 Sebastian DrögeAutomatic update of common submodule
2012-05-08 George Kiagiadakisomx: Fix spelling mistake found by lintian: s/Seperate...
next