platform/upstream/gstreamer.git
2012-10-01 Xavi ArtigasNow that playbin2 is used, remove the vsink variable...
2012-10-01 Xavi ArtigasWhitespacey
2012-10-01 Xavi ArtigasFix Seeking: Disable scrubbing seek for remote files...
2012-10-01 Xavi ArtigasAdd API to set the URI instead of hardcoding it in...
2012-10-01 Sebastian DrögeOnly set GSTREAMER_SDK_ROOT if it wasn't set yet
2012-09-28 Xavi ArtigasSome debug output beautifying
2012-09-28 Xavi ArtigasFix Android.mk and make it use GSTREAMER_SDK_ROOT_ANDROID
2012-09-28 Sebastian DrögeUse the OGV variant by default and use the fd.o server
2012-09-27 Sebastian DrögeAdd some UI feedback for the buffering messages
2012-09-26 Sebastian DrögeMake sure to not go out of the target state due to...
2012-09-26 Sebastian DrögeImplement handling of buffering and clock-lost messages
2012-09-24 Sebastian DrögeThe volume element is needed by playbin2 too
2012-09-24 Sebastian DrögeAlso link OpenSL ES plugin
2012-09-24 Sebastian DrögeCatch DURATION message and query new duration on the...
2012-09-24 Sebastian DrögeMake the playbin2 pipeline the default
2012-09-24 Sebastian Drögevideofilter plugin is needed for playbin2 too
2012-09-21 Xavi ArtigasBetter handling of state tracking in the UI. It now...
2012-09-21 Xavi ArtigasCatch the exception thrown by GStreamer.init() and...
2012-09-21 Xavi ArtigasAdd some resilience. In many occasions native methods...
2012-09-21 Xavi ArtigasReduce the number of gst plugins used, to approach...
2012-09-20 Andoni Morales... android-tutorial-1: update Android.mk with last changes
2012-09-20 Xavi ArtigasRemove unused constructor
2012-09-20 Sebastian DrögeUse the WebM video by default
2012-09-20 Sebastian DrögeIt's GStreamer.init(), not Init()
2012-09-20 Sebastian DrögeCall GStreamer.Init() from onCreate(), otherwise the...
2012-09-20 Xavi ArtigasWhitespacey
2012-09-19 Xavi ArtigasAdd a queue to the test pipeline
2012-09-19 Xavi ArtigasUse the new GStreamer.Init() method to initialize GStre...
2012-09-19 Xavi ArtigasRemove unnecessary destruction of GSources
2012-09-19 Xavi ArtigasUse custom GMainContext to avoid potential interference...
2012-09-18 Xavi ArtigasRemove compiler warning
2012-09-18 Xavi ArtigasPrevent the C code from notifying Java too many times...
2012-09-18 Xavi ArtigasRevamp initialization code. Now the library informs...
2012-09-18 Xavi ArtigasRemove unused variable
2012-09-18 Xavi ArtigasBeautify hardcoded time values
2012-09-18 Xavi ArtigasAdd a bit of resilience at class initialization
2012-09-18 Xavi ArtigasRename some methods for clarity
2012-09-18 Xavi ArtigasRemove video app sink now that there is a working egl...
2012-09-17 Xavi ArtigasAdd comment regarding previoud rounding.
2012-09-17 Xavi ArtigasPrevent successive orientation changes from moving...
2012-09-17 Xavi Artigasgitignore
2012-09-17 Xavi ArtigasRemove invalid extra unref on the gst bus
2012-09-17 Xavi ArtigasTypo in comment
2012-09-17 Xavi ArtigasStart in PAUSED so clip length is shown since the begin...
2012-09-17 Xavi ArtigasDo not set the pipeline to NULL on EOS, as parse_launch...
2012-09-17 Xavi ArtigasAllow refreshing the ui (the timer, basically) when...
2012-09-17 Xavi ArtigasSeeking in PAUSED updates the video
2012-09-17 Xavi ArtigasAllow seeking from the SeekBar (video does not refresh...
2012-09-17 Xavi ArtigasDelay seeks if not in the playing state. Verify return...
2012-09-14 Xavi ArtigasAdd hardware decoding capabilities
2012-09-14 Xavi ArtigasAdd missing fix
2012-09-14 Xavi ArtigasSend XOverlay messages directly to the sink. Try to...
2012-09-14 Xavi ArtigasProtect against surfaces being destroyed after the...
2012-09-14 Xavi ArtigasDisplay video via an appsink.
2012-09-13 Xavi ArtigasSet the targetSDK to 14 (Gingerbread). This uses cooler...
2012-09-13 Xavi ArtigasAdd a SeekBar to show current position / duration
2012-09-13 Xavi ArtigasReport current position/duration back to the UI. Refactor.
2012-09-13 Xavi ArtigasRemove unneeded import
2012-09-13 Xavi ArtigasFormatting
2012-09-12 Xavi ArtigasAdd missing properties needed while testing
2012-09-12 Xavi ArtigasUse a eglglessink (does not work yet)
2012-09-12 Xavi ArtigasAdd a SurfaceView and tell native code about it. Still...
2012-09-12 Xavi ArtigasUpdate minimum SDk version to 9
2012-09-12 Xavi ArtigasAssorted small fixes, string leaks and beautifying
2012-09-10 Xavi ArtigasAdd missing layour file
2012-09-10 Xavi ArtigasAdd method to test Java UI code being called from C...
2012-09-10 Xavi ArtigasWhitespace
2012-09-10 Xavi ArtigasRemove unused variable
2012-09-10 Xavi ArtigasRemove copyright note from Android samples
2012-09-10 Xavi ArtigasRemove warnings due to storing 32bits pointers inside...
2012-09-07 Xavi ArtigasHaving a running pipeline now, controlled from the UI
2012-09-06 Xavi ArtigasIn this way, -it's more ndk-build-ish-
2012-09-06 Xavi ArtigasTesting logging facilities
2012-09-06 Xavi ArtigasAdd more plugins
2012-09-04 Xavi ArtigasBetter memory management during string construction
2012-09-04 Xavi ArtigasMore test plugins and nicer scrolling effect
2012-09-04 Xavi ArtigasAllow the textview to scroll
2012-09-04 Xavi ArtigasAdd more plugins, to test
2012-09-04 Xavi ArtigasList available plugins and features
2012-09-04 Xavi ArtigasMore .gitignore
2012-09-04 Xavi ArtigasAdded icon
2012-09-04 Xavi ArtigasInitial tutorial-1
2012-07-13 Xavi ArtigasFix forward seeks stop position (it should be the EOF...
2012-07-10 Xavi ArtigasComments and cosmetics
2012-07-09 Xavi ArtigasAdded basic tutorial 15 (Clutter)
2012-07-05 Xavi ArtigasRemove debug stuff.
2012-07-05 Xavi ArtigasMerge branch 'master' of ssh://git.freedesktop.org...
2012-07-05 Xavi ArtigasSend Step Events only to one sink.
2012-07-05 Sebastian DrögeMerge remote-tracking branch 'keema/master'
2012-07-05 Xavi ArtigasSlightly better backward seek. Not working yet, though.
2012-07-05 Xavi ArtigasFix property name, it should be "video-sink", even...
2012-07-04 Xavi ArtigasTypo
2012-07-04 Sebastian DrögeMerge remote-tracking branch 'keema/master'
2012-07-03 Xavi ArtigasFix rate changes by using seeks instead of steps.
2012-07-03 Xavi ArtigasAdded basic tutorial 13.
2012-06-27 Xavi ArtigasAdd an audioconvert, just in case...
2012-06-26 Xavi ArtigasInitial version.
2012-06-26 Xavi ArtigasWhitespace
2012-06-26 Xavi ArtigasPrefer GOOM over other visuals.
2012-06-26 Xavi ArtigasAdded playback-tutorial-6.
next