platform/upstream/gstreamer.git
2012-10-18 Sebastian Drögeandroidmedia: Use correct variable name in Makefile.am
2012-10-17 Raimo Järvidirectsoundsrc: Fix compiler warning
2012-10-17 Tim-Philipp... Use gst_element_class_set_static_metadata()
2012-10-17 Raimo Järvidirectsoundsrc: port to 1.0
2012-10-16 Sebastian Drögempegdemux: Fix unitialized variable compiler warning
2012-10-16 Sebastian DrögeRevert "configure: fix build"
2012-10-16 Sebastian Drögeandroidmedia: Add missing file
2012-10-16 Wim Taymansconfigure: fix build
2012-10-15 Sebastian Drögeandroidmedia: Rename plugin
2012-10-15 Sebastian Drögeandroidmedia: Add to the not yet ported plugins
2012-10-15 Sebastian Drögeandroidmedia: Make everything buildable
2012-10-15 Sebastian DrögeDon't try to use the NVidia DRM codecs
2012-10-15 Sebastian DrögeTry to handle format changes more gracefully
2012-10-15 Sebastian DrögeAdd workaround for Google MP3 decoder outputting garbag...
2012-10-15 Sebastian DrögeAlso add some more output format checks to the audio...
2012-10-15 Sebastian DrögeCheck output format metadata some more
2012-10-15 Sebastian DrögeAdd some more default channel layouts, these should...
2012-10-15 Sebastian DrögeDon't set timestamps, the baseclass handles this for...
2012-10-15 Sebastian DrögeList profiles in reverse to minimize caps
2012-10-15 Sebastian DrögeIterate levels in reverse order to minimize caps
2012-10-15 Sebastian DrögeMerge structures into caps instead of appending them
2012-10-15 Sebastian DrögeUse orc_memcpy() instead of memcpy() as it should be...
2012-10-15 Sebastian DrögeAdd support for audio/mpeg-L2 for the Nexus 7
2012-10-15 Sebastian DrögeAdd support for MPEG1/2 video
2012-10-15 Sebastian DrögeIgnore the *law and Vorbis decoders
2012-10-15 Sebastian DrögeAdd FIXME comment for not handling odd widths/height...
2012-10-15 Sebastian DrögeFix handling of I420 buffers with odd width
2012-10-15 Sebastian DrögeOnly mpegversion=4 is supported for AAC
2012-10-15 Sebastian DrögeRemove some obsolete FIXMEs
2012-10-15 Sebastian DrögeFix flushing logic to unbreak handling of flushing...
2012-10-15 Sebastian DrögeFix chroma stride for I420 stride/crop conversion
2012-10-15 Sebastian DrögeFix Vorbis decoding
2012-10-15 Sebastian DrögeWait at most 100ms for dequeueing a buffer, and retry...
2012-10-15 Sebastian DrögeRelease output buffers a bit earlier
2012-10-15 Sebastian DrögeKeep another reference of the input buffer in handle_fr...
2012-10-15 Sebastian DrögePass -1 as number of frames to the base class
2012-10-15 Sebastian DrögeUse correct buffer variable
2012-10-15 Sebastian DrögeAlways pass 1 as number of frames to finish_frame()
2012-10-15 Sebastian DrögeCorrectly remember number of channels and samplerate
2012-10-15 Sebastian DrögeDon't unref input buffer from handle_frame(), it's...
2012-10-15 Sebastian DrögeRemove invalid GST_ERROR() call
2012-10-15 Sebastian DrögeOnly try to get the channel-mask if it is set
2012-10-15 Sebastian DrögeAdd support for FLAC
2012-10-15 Sebastian DrögeFix src template caps
2012-10-15 Sebastian DrögeFix plugin initialization
2012-10-15 Sebastian DrögeAdd support for audio decoders, completely untested...
2012-10-15 Sebastian DrögeOnly set the SYNC_FRAME flag on the first buffer if...
2012-10-15 Sebastian DrögeIgnore codecs with unknown color formats for stability...
2012-10-15 Sebastian DrögeImplement cropping and correctly handle the different...
2012-10-15 Sebastian DrögeReally implement stride conversion for NV12 too
2012-10-15 Sebastian DrögeImplement stride-conversion for I420 and NV12
2012-10-15 Sebastian DrögeFix typo in previous commit
2012-10-15 Sebastian DrögeDon't allow using non-Google codecs if we started the...
2012-10-15 Sebastian DrögeRename to amc from androidmediacodec everywhere
2012-10-15 Sebastian DrögeImprove debug output
2012-10-15 Sebastian DrögePrint the MediaFormats we get in the debug logs
2012-10-15 Sebastian DrögeImprove debug output
2012-10-15 Sebastian DrögeImprove level/profile handling
2012-10-15 Sebastian DrögeAllow registering as static plugin with the GStreamer...
2012-10-15 Sebastian DrögeIf the buffer sizes are the same, just memcpy() to...
2012-10-15 Sebastian DrögeCorrectly convert timestamps between us and ns
2012-10-15 Sebastian DrögeSet SYNC_FRAME flag on buffers if required
2012-10-15 Sebastian DrögeImprove flushing
2012-10-15 Sebastian DrögeWait at most 0.5 seconds for getting an input buffer...
2012-10-15 Sebastian DrögeCorrectly check for flushing
2012-10-15 Sebastian DrögeRetry for negative return values when dequeueing buffers
2012-10-15 Sebastian DrögeFix refcount bug
2012-10-15 Sebastian DrögeThe MediaCodec API is apparently not threadsafe between...
2012-10-15 Sebastian DrögeFix plugin cache creation
2012-10-15 Sebastian DrögeCache the codec informations inside the registry
2012-10-15 Sebastian DrögeProperly attach and detach the current threads to the...
2012-10-15 Sebastian DrögeDon't get the output format from the codec before it...
2012-10-15 Sebastian DrögeGet the input buffers from the codec
2012-10-15 Sebastian DrögeFix JNI method call signatures
2012-10-15 Sebastian DrögeInitialize the VM will full debugging for now
2012-10-15 Sebastian DrögeUse NewStringUTF() instead of our own method for that
2012-10-15 Sebastian DrögeAdd the TI format to the mapping table too
2012-10-15 Sebastian DrögeAdd another TI specific OpenMAX color format
2012-10-15 Sebastian DrögeFixes to element/elementfactory creation
2012-10-15 Sebastian DrögeSome bugfixes to the codec scanning code
2012-10-15 Sebastian DrögeFix some compilation errors
2012-10-15 Sebastian DrögeAdd important FIXME
2012-10-15 Sebastian DrögeAdd video decoder element
2012-10-15 Sebastian DrögeAdd some more JNI wrapping
2012-10-15 Sebastian DrögeAdd some missing color format constants
2012-10-15 Sebastian DrögeImplement basic wrapper around MediaCodec API
2012-10-15 Sebastian DrögeSome more WIP
2012-10-15 Sebastian DrögeInitial commit
2012-10-15 Sebastian Drögeandroidmedia: Add androidmedia plugin
2012-10-15 Sebastian Drögehlsdemux: And fix another deadlock caused by the update...
2012-10-15 Sebastian Drögehlsdemux: Also hold the mutex before signalling the...
2012-10-15 Sebastian Drögehlsdemux: Also cancel the downloader before stopping...
2012-10-15 Sebastian Drögehlsdemux: Only lock the mutex when it's not locked...
2012-10-15 Sebastian Drögehlsdemux: Fix another race condition by holding the...
2012-10-15 Sebastian Drögehlsdemux: Port some things from the last commits
2012-10-15 Sebastian Drögehlsdemux: Never ever stop a task from the task function
2012-10-15 Sebastian Drögehlsdemux: Fix lots of deadlocks caused by race conditio...
2012-10-12 Sergey N. Gorshkovrtmpsink: handle RTMP_Write() return value correctly
2012-10-12 David Régadertmpsink: fix memory leak from URI verification via...
2012-10-12 Mark Nauwelaertsmpegdemux: advance stream time when sending GAP event
next