Age | Commit message (Expand) | Author | Files | Lines |
2006-04-08 | Fix broken GObject macros | Stefan Kost | 1 | -1/+1 |
2005-12-06 | expand tabs | Thomas Vander Stichele | 1 | -1/+1 |
2005-05-06 | remove gst-libs from gst-plugins module as it is in gst-plugins-base now | Christian Schaller | 2 | -795/+0 |
2005-02-09 | Add G_BEGIN_DECLS and G_END_DECLS around headers where missing, so that they ... | Tim-Philipp Müller | 1 | -0/+4 |
2005-01-05 | examples/gstplay/player.c: Don't iterate. | Ronald S. Bultje | 1 | -962/+271 |
2004-07-30 | don't use stupid colorspace, do use hermes, make macro, mark for translation | Thomas Vander Stichele | 1 | -53/+27 |
2004-07-28 | no need to link in setup stage | Thomas Vander Stichele | 1 | -1/+1 |
2004-07-27 | more working plugins | Steve Lhomme | 1 | -1/+1 |
2004-07-27 | rename GStreamer-0.8.lib to libgstreamer.lib | Steve Lhomme | 1 | -2/+2 |
2004-07-27 | avoid problems with math.h, fix release dependancy | Steve Lhomme | 1 | -3/+3 |
2004-07-26 | more plugins supported under windows | Steve Lhomme | 1 | -0/+144 |
2004-07-12 | ignore more | Thomas Vander Stichele | 1 | -0/+2 |
2004-07-08 | new method. various debugging | Thomas Vander Stichele | 2 | -23/+93 |
2004-07-08 | use macro to hash lookup | Thomas Vander Stichele | 1 | -76/+33 |
2004-07-08 | gst-libs/gst/play/play.c: - add debugging info | Thomas Vander Stichele | 1 | -30/+95 |
2004-07-02 | clean up install/dist problem | Thomas Vander Stichele | 1 | -1/+2 |
2004-06-27 | unbreak install | Thomas Vander Stichele | 1 | -1/+1 |
2004-06-24 | don't include -enumtypes.[ch] or -marshal.[ch] files in the disted tarball. | Benjamin Otte | 1 | -2/+3 |
2004-04-19 | gconf/Makefile.am: Fix for non-GNU make | David Schleef | 1 | -1/+1 |
2004-03-29 | return proper values for state change failures | Thomas Vander Stichele | 1 | -17/+70 |
2004-03-23 | gst-libs/gst/play/play.c (gst_play_audio_fixate) | Johan Dahlin | 1 | -7/+14 |
2004-03-15 | gst-libs/gst/play/play.c: First draft of gst_play_get_framerate. | Julien Moutte | 2 | -4/+44 |
2004-03-15 | don't mix tabs and spaces | Thomas Vander Stichele | 1 | -110/+110 |
2004-03-15 | reverse order | Thomas Vander Stichele | 1 | -8/+9 |
2004-03-15 | adding media info pc files package them use ffmpegcolorspace in gstplay | Thomas Vander Stichele | 1 | -16/+28 |
2004-03-15 | *.h: Revert indenting | Johan Dahlin | 1 | -22/+30 |
2004-03-14 | gst-indent | Thomas Vander Stichele | 2 | -469/+459 |
2004-03-06 | ext/faad/gstfaad.c: Fix negotiation. | David Schleef | 1 | -0/+66 |
2004-03-04 | fix headers fix signals to use - instead of _ | Thomas Vander Stichele | 1 | -3/+3 |
2004-02-18 | break up link function for better error debug | Thomas Vander Stichele | 1 | -4/+13 |
2004-02-15 | examples/gstplay/player.c: Adding some output for debugging. | Julien Moutte | 1 | -0/+10 |
2004-02-14 | gst-libs/gst/play/play.c: Disable visualization until i find a way to fix swi... | Julien Moutte | 1 | -0/+3 |
2004-02-03 | last glib_root standing | Thomas Vander Stichele | 1 | -1/+1 |
2004-02-03 | remove glib_root add hack rule for .Plo files | Thomas Vander Stichele | 1 | -3/+2 |
2004-02-03 | use glib-gen.mak fix Makefile.am bugs and clean them up | Thomas Vander Stichele | 3 | -22/+13 |
2004-02-03 | gst-libs/gst/: Generate enum type code with glib-mkenums. | David I. Lehn | 3 | -2/+32 |
2004-02-02 | gst-libs/gst/play/play.c: Moving volume in the audio thread for instantaneous... | Julien Moutte | 1 | -16/+14 |
2004-02-02 | code cleanup. Change bzero() to memset(). Remove duplicate ; at ends of lines. | David Schleef | 1 | -3/+3 |
2004-02-02 | block tick callback for 0.5 sec after a seek | Thomas Vander Stichele | 1 | -9/+17 |
2004-02-02 | check for NULLness and warn if we can't report GError | Thomas Vander Stichele | 1 | -4/+11 |
2004-02-01 | gst-libs/gst/play/play.c: s/sinkconnect/sink_link | Julien Moutte | 1 | -1/+9 |
2004-01-31 | add error handling | Thomas Vander Stichele | 2 | -93/+131 |
2004-01-30 | done operating | Thomas Vander Stichele | 4 | -1227/+3 |
2004-01-30 | removing deprecated code | Thomas Vander Stichele | 3 | -2680/+0 |
2004-01-29 | ext/gnomevfs/gstgnomevfssrc.c: Fixing seeking emiting FLUSH and even before D... | Julien Moutte | 2 | -14/+20 |
2004-01-28 | gst-libs/gst/play/gstplay.c: seek on video sink element first. | Julien Moutte | 2 | -4/+4 |
2004-01-27 | gst-libs/gst/play/gstplay.c: Fixing the way to get current position. | Julien Moutte | 2 | -22/+46 |
2004-01-27 | gst-libs/gst/play/gstplay.c: The easiest fix ever... Inverting 2 lines of cod... | Julien Moutte | 2 | -2/+2 |
2004-01-25 | gst-libs/gst/play/gstplay.c: Another try in visualization implementation. Sti... | Julien Moutte | 2 | -266/+296 |
2004-01-22 | gst-libs/gst/play/gstplay.c: Reworked the pipeline from scratch. Visualizatio... | Julien Moutte | 2 | -394/+490 |