platform/upstream/gstreamer.git
2011-07-28 Sebastian Drögeomxvideoenc: Don't output 0-byte buffers
2011-07-25 Sebastian Drögeomx: Ensure that the pAppPrivate pointer in OMX buffers...
2011-07-25 Sebastian Drögeomxvideo{enc,dec}: Only set/unset flushing state on...
2011-07-25 Sebastian Drögeomxwmvdec: Add WMV video decoder element
2011-07-25 Sebastian Drögeomxh263dec: Add H.263 decoder element
2011-07-25 Sebastian Drögeomxh264enc: Add H.264 encoder element
2011-07-25 Sebastian Drögeomxvideodec: Try harder to deallocate the buffers after...
2011-07-25 Sebastian Drögeomxvideoenc: Try harder to deallocate the buffers after...
2011-07-25 Sebastian Drögeomx: Deallocate port buffers before freeing the component
2011-07-21 Sebastian Drögeomxvideoenc: Add initial support for stride conversion
2011-07-21 Sebastian Drögeomx: Set default roles for the components if none were...
2011-07-21 Sebastian Drögeomx: Failure to set the component role is fatal
2011-07-21 Sebastian Drögeomxvideoenc: Add support for setting codec_data on...
2011-07-21 Sebastian Drögeomxvideoenc: Free/drop GstVideoFrames that resulted...
2011-07-21 Sebastian Drögebasevideoencoder: Allow finishing of frames with no...
2011-07-21 Sebastian Drögeomxvideoenc: Remove obsolete TODO comment
2011-07-20 Sebastian Drögeomx: Use libgstopenmax.so for the plugin filename and...
2011-07-20 Sebastian Drögeomxvideoenc: Add video encoder base class and MPEG4...
2011-07-20 Sebastian Drögebasevideoencoder: Only get caps from the subclass if...
2011-07-20 Sebastian Drögebasevideoencoder: Delay sending of serialized sink...
2011-07-20 Sebastian Drögebasevideoencoder: Add ::reset vfunc and handle ::reset...
2011-07-20 Sebastian Drögebasevideoencoder: Use a temporary GstVideoState until...
2011-07-19 Sebastian Drögeomx: Improve debug output a bit
2011-07-19 Sebastian Drögeomx: Rework port reconfiguration again and only use...
2011-07-19 Sebastian Drögeomx: Add infrastructure to enable special hacks for...
2011-07-18 Sebastian Drögeomx: When acquiring a buffer from an input port always...
2011-07-18 Sebastian Drögeomxvideodec: Add support for converting between omx...
2011-07-14 Sebastian Drögeomx: Provide all buffers to output ports after enabling...
2011-07-14 Sebastian Drögeomxvideodec: Add support for NV12 / OMX_COLOR_FormatYUV...
2011-07-14 Sebastian Drögeomxvideodec: Only flush the component ports after we...
2011-07-13 Sebastian Drögeomxvideodec: Only change states downwards if an upper...
2011-07-13 Sebastian Drögeomx: Add support for setting the component-role
2011-07-13 Sebastian Drögeomx: Improve error reporting by formatting the error...
2011-07-13 Sebastian Drögebuild: Dist autogen.sh
2011-07-13 Sebastian Drögebuild: Only require GStreamer >= 0.10.29 and GLib ...
2011-07-13 Sebastian Drögebuild: Dist gstomx.conf
2011-07-13 Sebastian Drögebuild: Clean _stdint.h on "make distclean"
2011-07-13 Sebastian Drögeomxvideodec: Fix typo
2011-07-13 Sebastian Drögeomx: Dist gstomx.h
2011-07-13 Sebastian Drögeomxvideodec: Set SYNCFRAME flag on the OMX buffers...
2011-07-13 Sebastian Drögeomxvideodec: Free all pending frames when resetting...
2011-07-13 Sebastian Drögeomxvideodec: Handle output buffers without a correspond...
2011-07-13 Sebastian Drögeomxvideodec: Fix deadlock when finishing old frames...
2011-07-12 Sebastian Drögeomxh264dec: It's called H.264, not H264
2011-07-12 Sebastian Drögeomxvideodec: Make sink/src pad template caps configurable
2011-07-12 Sebastian Drögeomx: Allow to set a preferred configuration directory...
2011-07-12 Sebastian Drögeomxvideodec: Make core/component-name and in/outport...
2011-07-12 Sebastian Drögeomx: Add initial version of configuration system
2011-07-12 Sebastian Drögeomxh264dec: Rename from omxh264videodec to omxh264dec
2011-07-12 Sebastian Drögeomxh264videodec: Require alignment=au and stream-format...
2011-07-12 Sebastian Drögebasevideodecoder: First inform subclass about resetting...
2011-07-12 Sebastian Drögebasevideodecoder: Track present position on discont...
2011-07-12 Sebastian Drögebasevideodecoder: Also protect the list of pending...
2011-07-12 Sebastian Drögebasevideocodec: Protect access to the list of pending...
2011-07-12 Sebastian Drögebasevideodecoder: Set the correct lists to NULL after...
2011-07-12 Sebastian Drögebasevideodecoder: Work with a copy of the GstVideoState...
2011-07-12 Sebastian Drögeomxh264videodec: Add h.264 video decoder
2011-07-12 Sebastian Drögeomxmpeg4videodec: Fix debug category name
2011-07-09 Sebastian Drögebasevideo: Move the utils from the codec header to...
2011-07-09 Sebastian Drögebasevideo: Use GSlice for allocating GstVideoFrame...
2011-07-09 Sebastian Drögeomxvideodec: Use the destroy notify to free the coder_hook
2011-07-09 Sebastian Drögebasevideo: Add destroy notify for the coder_hook to...
2011-07-09 Sebastian Drögebasevideo: Fix GType names to not conflict with the...
2011-07-09 Sebastian Drögeomxvideodec: Fix some minor memory leaks
2011-07-09 Sebastian Drögeomx: Rework port reconfiguration
2011-07-09 Sebastian Drögeomxvideodec: Use the frames storage of the base class...
2011-07-09 Sebastian Drögeomx: Clarify GQueue/GPtrArray element types
2011-07-09 Sebastian Drögeomx: Add more checks to acquire_buffer() and return...
2011-07-09 Sebastian Drögeomxvideodec: Also flush/unflush the input port when...
2011-07-09 Sebastian Drögeomx: Don't broadcast port->port_cond after allocating...
2011-07-09 Sebastian Drögeomxvideodec: Don't leak the codec_data after sending it
2011-07-09 Sebastian Drögeomx: Always check if the component is in an error state...
2011-07-09 Sebastian Drögeomx: Always hold port->port_lock before signalling...
2011-07-09 Sebastian Drögeomxvideodec: Remove reconfiguration test hack
2011-07-09 Sebastian Drögeomx: Improve debug output a bit
2011-07-09 Sebastian Drögeomx: Always try to deallocate buffers, even if there...
2011-07-09 Sebastian Drögeomx: Use G_USEC_PER_SEC for clarity instead of 1000000
2011-07-09 Sebastian Drögeomxvideodec: Error out if the GStreamer allocated buffe...
2011-07-09 Sebastian Drögeomx: Don't use port_def.bEnabled to check if the Enable...
2011-07-09 Sebastian Drögeomxvideodec: Remove obsolete FIXME comment
2011-07-09 Sebastian Drögeomx: Improve error handling and reporting
2011-07-09 Sebastian Drögeomxvideodec: Make the inport and outport index configur...
2011-07-09 Sebastian Drögeomx: Add initial version of OpenMAX framework, video...
2011-07-09 Sebastian Drögebasevideodecoder: Don't reorder serialized src events
2011-07-06 Sebastian Drögebasevideo: Add the caps to the GstVideoState and clean...
2011-07-06 Sebastian Drögebasevideo: Add video encoder/decoder base classes from...
2011-07-06 Sebastian Drögeopenmax: Add OpenMAX IL 1.1.2 headers
2011-06-21 Sebastian DrögeInitial commit with build system