Age | Commit message (Expand) | Author | Files | Lines |
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-08 | new method. various debugging | Thomas Vander Stichele | 1 | -16/+84 |
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-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 | 1 | -2/+40 |
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-14 | gst-indent | Thomas Vander Stichele | 1 | -439/+437 |
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-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 | 1 | -91/+124 |
2004-01-30 | done operating | Thomas Vander Stichele | 1 | -1/+1 |
2004-01-29 | ext/gnomevfs/gstgnomevfssrc.c: Fixing seeking emiting FLUSH and even before D... | Julien Moutte | 1 | -7/+10 |
2004-01-28 | gst-libs/gst/play/gstplay.c: seek on video sink element first. | Julien Moutte | 1 | -2/+2 |
2004-01-27 | gst-libs/gst/play/gstplay.c: Fixing the way to get current position. | Julien Moutte | 1 | -11/+23 |
2004-01-27 | gst-libs/gst/play/gstplay.c: The easiest fix ever... Inverting 2 lines of cod... | Julien Moutte | 1 | -1/+1 |
2004-01-25 | gst-libs/gst/play/gstplay.c: Another try in visualization implementation. Sti... | Julien Moutte | 1 | -133/+148 |
2004-01-22 | gst-libs/gst/play/gstplay.c: Reworked the pipeline from scratch. Visualizatio... | Julien Moutte | 1 | -197/+245 |
2004-01-14 | gst-libs/gst/play/gstplay.c: Preparing switch integration, adding videobalanc... | Julien Moutte | 1 | -30/+63 |
2004-01-14 | gst-libs/gst/play/gstplay.c: Query the audio element to get the time, not the... | Benjamin Otte | 1 | -3/+6 |
2004-01-12 | gst-libs/gst/play/gstplay.c: When analyzing the pads of an element the bin is... | Julien Moutte | 1 | -3/+5 |
2004-01-12 | Remove all usage of gst_pad_get_caps(), and replace it with gst_pad_get_allow... | David Schleef | 1 | -1/+1 |
2004-01-07 | examples/gstplay/Makefile.am: Adding the interface library. | Julien Moutte | 1 | -2/+5 |
2003-12-22 | Merge CAPS branch | David Schleef | 1 | -33/+35 |
2003-12-21 | examples/gstplay/player.c: using g_print instead of g_message. | Julien Moutte | 1 | -5/+8 |
2003-12-21 | configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to find X d... | Julien Moutte | 1 | -2/+10 |
2003-12-16 | Harmonize state of sinks with the pipeline state. | Julien Moutte | 1 | -6/+5 |
2003-12-14 | Synchronizing my changes. | Julien Moutte | 1 | -220/+203 |
2003-12-11 | Using private structure for members so that we have more chance that the head... | Julien Moutte | 1 | -98/+123 |
2003-12-08 | Adding visualization. | Julien Moutte | 1 | -110/+258 |
2003-12-07 | time_tick works. | Julien Moutte | 1 | -2/+182 |
2003-12-07 | Updating with my local repository. It already plays video with sound :) Great ! | Julien Moutte | 1 | -4/+232 |
2003-12-07 | Adding my work in progress rewrite from scratch of libgstplay. | Julien Moutte | 1 | -0/+439 |