Age | Commit message (Expand) | Author | Files | Lines |
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-26 | gst-libs/gst/audio/audio.h: remove buffer-frames from audio caps | Benjamin Otte | 1 | -4/+2 |
2004-01-25 | gst-libs/gst/: Add gtk-doc style comments. Also fix a function name. | Ronald S. Bultje | 4 | -3/+248 |
2004-01-25 | gst-libs/gst/play/gstplay.c: Another try in visualization implementation. Sti... | Julien Moutte | 2 | -266/+296 |
2004-01-25 | gst-libs/gst/riff/riff-read.c: Additional pad usability check. | Ronald S. Bultje | 1 | -1/+1 |
2004-01-23 | gst-libs/gst/riff/riff-read.*: Remove stuff fromold metadata system. | Ronald S. Bultje | 2 | -34/+0 |
2004-01-23 | ext/ogg/gstoggdemux.c: Fix wrong file comment. | Ronald S. Bultje | 1 | -29/+59 |
2004-01-22 | gst-libs/gst/play/gstplay.c: Reworked the pipeline from scratch. Visualizatio... | Julien Moutte | 2 | -394/+490 |
2004-01-22 | fix up media-info now reports format again metadata needs some rewriting | Thomas Vander Stichele | 3 | -8/+28 |
2004-01-20 | register and use debugging category in media-info make vorbisfile emit tags f... | Thomas Vander Stichele | 5 | -43/+58 |
2004-01-20 | fix distcheck | Thomas Vander Stichele | 1 | -1/+1 |
2004-01-19 | adding locale.h | Thomas Vander Stichele | 1 | -1/+1 |
2004-01-19 | removing config.h | Thomas Vander Stichele | 1 | -4/+0 |
2004-01-19 | putting i18n in place for plugins | Thomas Vander Stichele | 2 | -8/+69 |
2004-01-18 | adding header | Thomas Vander Stichele | 1 | -0/+49 |
2004-01-18 | use new error signal and classification | Thomas Vander Stichele | 2 | -10/+10 |
2004-01-16 | gst-libs/gst/Makefile.am: restructure so having local patches works easier. | Ronald S. Bultje | 1 | -11/+36 |
2004-01-16 | gst-libs/gst/audio/Makefile.am: Add gstaudiofiltertemplate.c and building of ... | David Schleef | 6 | -171/+315 |
2004-01-15 | ext/alsa/gstalsamixer.c: Setting mixer interface type to HARDWARE. | Julien Moutte | 3 | -1/+14 |
2004-01-14 | gst-libs/gst/play/gstplay.c: Preparing switch integration, adding videobalanc... | Julien Moutte | 2 | -60/+126 |
2004-01-14 | gst-libs/gst/colorbalance/colorbalance.c: Adding a default type. | Julien Moutte | 2 | -0/+4 |
2004-01-14 | gst-libs/gst/play/gstplay.c: Query the audio element to get the time, not the... | Benjamin Otte | 2 | -6/+12 |
2004-01-14 | use element time. | Benjamin Otte | 1 | -20/+14 |
2004-01-13 | gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the colorbalance i... | Jon Trowbridge | 1 | -0/+8 |
2004-01-12 | gst-libs/gst/colorbalance/colorbalancechannel.c: Adding safety check in dispo... | Julien Moutte | 1 | -1/+4 |
2004-01-12 | adding structure setters matching the templates for audio | Thomas Vander Stichele | 2 | -0/+90 |
2004-01-12 | gst-libs/gst/play/gstplay.c: When analyzing the pads of an element the bin is... | Julien Moutte | 2 | -6/+10 |
2004-01-12 | Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H | David Schleef | 1 | -1/+3 |
2004-01-12 | Remove all usage of gst_pad_get_caps(), and replace it with gst_pad_get_allow... | David Schleef | 3 | -3/+3 |
2004-01-12 | gst-libs/gst/tuner/tuner.*: GObjects aren't const. | Benjamin Otte | 2 | -10/+62 |
2004-01-12 | gst-libs/gst/video/video.h: Fix caps template names to be understandable. | Benjamin Otte | 1 | -150/+130 |
2004-01-11 | I'm too lazy to comment this | Benjamin Otte | 1 | -22/+6 |
2004-01-09 | ext/ffmpeg/gstffmpegcolorspace.c: Implementing gst_pad_alloc_buffer to use op... | Julien Moutte | 1 | -2/+2 |
2004-01-09 | ext/divx/gstdivxenc.c: Use explicit caps - fix capsnego. | Ronald S. Bultje | 1 | -1/+2 |
2004-01-07 | examples/gstplay/Makefile.am: Adding the interface library. | Julien Moutte | 8 | -58/+18 |
2004-01-06 | ext/dv/gstdvdec.c: Fix caps negotiation. | Jan Schmidt | 2 | -6/+11 |
2004-01-06 | ext/shout/gstshout.c: fix for new caps system. | Ronald S. Bultje | 1 | -0/+8 |
2004-01-04 | gst-libs/gst/xoverlay/xoverlay.*: Add optional "desired size" signal and quer... | Benjamin Otte | 2 | -3/+74 |
2004-01-02 | Negotiation fixes | David Schleef | 1 | -25/+5 |
2003-12-27 | Fix warnings | Jeremy Simon | 2 | -6/+6 |
2003-12-22 | Merge CAPS branch | David Schleef | 16 | -641/+1037 |
2003-12-21 | examples/gstplay/player.c: using g_print instead of g_message. | Julien Moutte | 2 | -10/+16 |
2003-12-21 | configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to find X d... | Julien Moutte | 2 | -4/+20 |
2003-12-18 | Sorry Dave... Add mpegversion=1 to mp3 caps everywhere so that the autoplugge... | Ronald S. Bultje | 1 | -2/+3 |
2003-12-16 | Harmonize state of sinks with the pipeline state. | Julien Moutte | 2 | -12/+10 |
2003-12-15 | MP3 is mpegversion=1, else it clashes with MPEG/AAC | Ronald S. Bultje | 1 | -2/+3 |
2003-12-14 | dist fix | Thomas Vander Stichele | 1 | -3/+3 |
2003-12-14 | distcheck fixes | Thomas Vander Stichele | 3 | -2/+69 |