platform/upstream/gstreamer.git
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
2012-10-12 Mark Nauwelaertsmpegdemux: send language info downstream if available
2012-10-12 Mark Nauwelaertsmpegdemux: remove obsolete struct field
2012-10-12 Michael Smithaudioparse: Set framesize and properties correctly...
2012-10-12 Mark Nauwelaertsmpegdemux: tweak flow return aggregation
2012-10-12 Mark Nauwelaertsmpegdemux: handle upstream TIME segments
2012-10-12 Mark Nauwelaertsmpegdemux: handle and combine downstream flow return
2012-10-12 Mark Nauwelaertsmpegdemux: handle new style dvd event
2012-10-12 Mark Nauwelaertsmpegdemux: do not add pad after no-more-pads
2012-10-12 Mark Nauwelaertsmpegdemux: clean up segment sending
2012-10-12 Mark Nauwelaertsmpegdemux: send GAP event rather than segment updates
2012-10-12 Mark Nauwelaertsmpegdemux: refactor segment sending
2012-10-12 Mark Nauwelaertsmpegdemux: refactor init and reset
2012-10-12 Mark Nauwelaertsmpegdemux: no more segment closing in 1.0
2012-10-12 Mark Nauwelaertsmpegdemux: clean up some debug statements
2012-10-12 Mark Nauwelaertsdtsdec: fix buffer parsing
2012-10-12 Sebastian Drögempegtsdemux: First push EOS, then destroy all programs
2012-10-12 Sebastian Drögehlsdemux: Fix invalid read
2012-10-10 Sreerenj Balachandranmpegvideoparse: signal interlacing properly in video...
2012-10-10 Wim Taymansreplace some playbin2 -> playbin
2012-10-10 Mark Nauwelaertsmpeg4videoparse: reset frame parser after parsing caps...
2012-10-10 Sebastian Drögecommon: Update to the right commit again
2012-10-10 Michael Smithaudioparse: add a mode where the caps are taken from...
2012-10-10 Michael Smithmpegvideoparse: reset frame parser after parsing codec_...
2012-10-09 Mark Nauwelaertsmpeg4videoparse: properly mark config data presence
2012-10-08 Sebastian Drögefieldanalysis: Fix unitiailized variable compiler warning
2012-10-08 Sebastian Drögefieldanalysis: Remove from the NONPORTED plugins list
2012-10-07 Tim-Philipp... docs: add 'make upload' target for docs/ for new-releas...
2012-10-07 Tim-Philipp... Back to development (bug fixing)
2012-10-07 Tim-Philipp... Release 1.0.1
2012-10-06 Tim-Philipp... Automatic update of common submodule
next