seek: Add support for setting a subtitle URI
[platform/upstream/gstreamer.git] / tests / examples / seek / seek.c
2012-03-01 Sebastian Drögeseek: Add support for setting a subtitle URI
2012-03-01 Sebastian Drögeseek: Add support for changing the remaining playbin2...
2012-03-01 Sebastian Drögeseek: Add advanced seek ability
2012-03-01 Sebastian Drögeseek: Some more variable moving
2012-03-01 Sebastian Drögeseek: Move seek flags/settings into its own expander
2012-02-24 Sebastian Drögeseek: Let the XOverlay element handle events
2012-02-24 Sebastian Drögeseek: Use the same adjustment for the color balance...
2012-02-24 Sebastian Drögeseek: Change the volume/mute widgets from the main...
2012-02-24 Sebastian Drögeseek: Refactor and cleanup seek example application
2012-02-23 Sebastian Drögeseek: Fix mistake in last commit
2012-02-23 Sebastian Drögeseek: The volume property signals are proxied in playbi...
2012-02-23 Sebastian Drögeseek: Use colorbalance of playbin2 directly
2012-02-23 Sebastian Drögeseek: Directly use navigation interface on playbin2
2012-02-23 Sebastian Drögeseek: Directly use the XOverlay interface on playbin2
2012-02-22 Sebastian Drögeseek: Make navigation/colorbalance settings work with...
2012-02-22 Sebastian Drögeseek: Add checkboxes for the remaining playbin2 flags...
2012-02-22 Sebastian Drögeseek: Only show colorbalance expander for playbin2...
2012-02-22 Sebastian Drögeseek: Add UI for setting the colorbalance interface...
2012-02-20 Stefan Sauerseek: fix format strings
2012-02-20 Sebastian Drögeseek: Add support for sending navigation commands
2012-02-20 Sebastian Drögeseek: Make the seek-bar insensitive for DVD menus
2012-02-20 Sebastian Drögeseek: Add support for the navigation interface
2012-02-20 Sebastian Drögeseek: Keep a reference to the xoverlay element
2012-02-20 Sebastian Drögeseek: Add window-embedding support for OS X/Quartz
2012-02-20 Sebastian Drögeseek: Explicitely call gst_x_overlay_expose() from...
2012-01-25 Edward HerveySuppress deprecations in selected files
2011-12-04 Tim-Philipp Müllertools, tests: g_thread_init() is deprecated in glib...
2011-11-12 Tim-Philipp Müllertests: require Gtk+ 3.0 for examples and Gtk-based...
2011-11-07 Tim-Philipp Müllerexamples: sprinkle GST_DEBUG_BIN_TO_DOT_FILE_WITH_TS...
2011-08-30 Jan Schmidtseek: Accept pipeline descriptions for audiosink/videosink
2011-06-18 Tim-Philipp MüllerBump git version after unplanned 0.10.35 release
2011-05-25 Vladimir Eremeevseek: set selected/default audio/video sinks on playbin...
2011-05-25 Tim-Philipp Müllerseek: add --audiosink and --videosink command line...
2011-05-25 Tim-Philipp Müllerseek: use the right GDK defines to differentiate betwee...
2011-05-25 Tim-Philipp Müllerseek: use gst_filename_to_uri() to convert a filename...
2011-05-25 Vladimir Eremeevseek: make seek example work in win32
2011-04-13 Tim-Philipp Müllertests: fix unused-but-set-variable warnings with gcc 4.6
2011-01-11 Bastien Noceraexamples: allow building with newer GTK+
2010-12-21 Wim Taymansseek: don't pause for live buffering messages
2010-10-30 Matthias Clasenexamples: update some more code for new Gtk+ API, with...
2010-10-30 Sebastian Drögeseek: Define the new combobox API to the old functions...
2010-10-21 Sebastian Drögeseek: The new combo box text API is available since...
2010-10-05 Wim Taymansseek: fix position reporting
2010-09-29 Edward Herveyseek: Fix debug statement argument type
2010-09-24 Vladimirseek: Add #define for seekbar granularity
2010-09-15 David Schleefxoverlay: Add guintptr versions of functions
2010-09-09 Tim-Philipp Müllertests: fix passing of URIs containing '*' and '?' to...
2010-09-01 Philippe Normandseek: allow seeking behind the currently downloaded...
2010-08-04 Jan Schmidtexamples/seek: Don't unpause on clock-lost unless playing
2010-07-24 Sebastian Drögeexamples: Use cairo instead of to-be-deprecated GDK API
2010-06-27 Sebastian Drögeexamples: Remove some #if GTK_CHECK_VERSION(2,12,0)
2010-04-02 Sebastian Drögeseek: Only use embed_xid if HAVE_X is defined
2010-03-24 Wim Taymansseek: parse more info from the buffering query
2010-03-16 Benjamin OtteAdd -Wwrite-strings to configure
2010-03-14 Tim-Philipp Müllertests: make Gtk+ test programs compile with -DGSEAL_ENABLE
2010-01-05 Wim TaymansMerge branch 'master' of ssh://git.freedesktop.org...
2010-01-04 Tim-Philipp Müllerexamples: use Gtk+-2.18 API conditionally
2009-12-29 Tim-Philipp Müllerexamples: make seek example work with Gtk+ >= 2.18
2009-12-08 Wim Taymansseek: update slider only 25 times a second
2009-11-06 Mart Raudseppexamples: Correct casting of g_signal* funcs first...
2009-10-27 Wim Taymansseek: add checkbox to enable buffering
2009-09-09 Wim Taymansseek: make stop state configurable
2009-07-10 Wim Taymansseek: don't automatically start pipeline in DB
2009-07-10 Wim Taymansseek: add a checkbox for progressive download
2009-06-15 Sebastian DrögeDon't use deprecated GTK API
2009-06-14 Sebastian DrögeDon't use deprecated GTK API
2009-06-12 Wim Taymansseek: add shuttle controls
2009-06-01 Wim Taymansadd framestepping to playbin2 and seek
2009-05-28 Stefan Kostseek: add volume label and sync with sink volume
2009-05-19 Stefan Kostseek: ui improvements
2009-05-18 Stefan Kostseek: use parser for mp3 and rename variable
2009-05-18 Wim Taymansseek: add playbin2 options in expander
2009-04-10 Wim Taymansseek: handle clock-lost messages
2009-03-24 Wim Taymansseek: print tags from the different tracks
2009-03-20 Wim Taymansseek: Add some more debug
2008-12-11 Wim Taymanstests/examples/seek/seek.c: Hook up the SKIP seek flag.
2008-08-21 Stefan Kosttests/examples/seek/seek.c: Don't crash when having...
2008-07-24 Stefan Kosttests/examples/seek/seek.c: Use 64 bit constant GST_CLO...
2008-06-27 Stefan KostChangeLog: ChangeLog surgery.
2008-06-27 Stefan Kosttests/examples/seek/seek.c: Include config.h and check...
2008-06-25 Stefan Kosttests/examples/seek/: Remove libgstvideo usage. Use...
2008-06-24 Stefan Kosttests/examples/seek/: Embedd the xwindow.
2008-06-22 Stefan Kosttests/examples/seek/seek.c: Fix crasher when playing...
2008-06-20 Wim Taymanstests/examples/seek/seek.c: Free and clear the seek...
2008-05-28 Tim-Philipp Müllertests/examples/seek/seek.c: Initialise error to NULL...
2008-05-21 Wim TaymansDon't use bad gst_element_get_pad().
2008-04-11 Wim Taymansdocs/design/draft-keyframe-force.txt: Fix typo.
2008-04-09 Wim Taymanstests/examples/seek/seek.c: Add basic download reports...
2008-04-03 Wim Taymanstests/examples/seek/seek.c: Add statusbar.
2008-03-24 Wim Taymanstests/examples/seek/seek.c: Rearrange some buttons...
2008-03-03 Sebastian DrögeCorrect all relevant warnings found by the sparse seman...
2008-02-27 Wim Taymanstests/examples/seek/seek.c: Add combo box for visualisa...
2008-02-19 Wim Taymansgst/playback/: Add screenshot conversion code from...
2008-02-18 Wim Taymansgst/playback/gstplaybin2.c: Get the object data correct...
2008-02-15 Wim Taymansgst/playback/gstplaysink.c: Move tee in front of the...
2008-02-14 Wim Taymansgst/playback/: Add mute property.
2008-02-12 Julien Mouttetests/examples/seek/seek.c: Add some seek flags when...
2008-02-08 Wim Taymanstests/examples/seek/seek.c: Add some stream switching...
2008-02-08 Julien Mouttetests/examples/seek/seek.c: Make sure bus signals are...
2008-02-04 Wim Taymanstests/examples/seek/seek.c: Remove obsolete stream_time...
next