Age | Commit message (Expand) | Author | Files | Lines |
2007-11-07 | ext/gio/gstgio.h: Add macro to check if a stream supports seeking. | Sebastian Dröge | 15 | -447/+1305 |
2007-11-07 | ext/gio/gstgio.c: Remove nowadays unnecessary workaround for a crash. | Sebastian Dröge | 5 | -48/+41 |
2007-11-03 | ext/alsa/: 'Could not open resource for writing' is not an acceptable even le... | Tim-Philipp Müller | 2 | -7/+13 |
2007-10-08 | ext/gio/gstgio.c: Use GIO function to get a list of supported URI schemes ins... | Sebastian Dröge | 1 | -5/+2 |
2007-10-02 | ext/gio/gstgiosink.c: Update to API changes in GIO. | Sebastian Dröge | 1 | -1/+2 |
2007-09-29 | ext/gio/: Some minor cleanup and allow setting the location only when the ele... | Sebastian Dröge | 2 | -7/+15 |
2007-09-21 | docs/plugins/gst-plugins-bad-plugins.hierarchy: Update hierarchy. | Sebastian Dröge | 2 | -1/+13 |
2007-09-21 | docs/plugins/: Add the GIO plugin to the docs and do a make update while doin... | Sebastian Dröge | 1 | -1/+3 |
2007-09-21 | Add a GIO/GVFS plugin with source and sink elements. This will only be enable... | René Stadler | 7 | -0/+1206 |
2007-09-19 | ext/gnomevfs/gstgnomevfssrc.c: Improve debug logs a bit and be more verbose i... | Stefan Kost | 1 | -9/+13 |
2007-09-17 | Fix a bunch of compile warnings shown with Forte. | Jan Schmidt | 2 | -3/+5 |
2007-09-16 | ext/alsa/: Change alsa alloca's to malloc to fix warnings on gcc-4.2. | David Schleef | 5 | -9/+50 |
2007-08-29 | ext/alsa/gstalsa.c: Fix typo and compilation on big endian systems. | Tim-Philipp Müller | 1 | -2/+2 |
2007-08-24 | ext/alsa/Makefile.am: There is no GST_PLUGINS_BASE_LIBS defined. | Jan Schmidt | 4 | -12/+60 |
2007-08-23 | Revert unwanted commit. many thanks to moap. I want a fix for https://thomas.... | Stefan Kost | 2 | -34/+9 |
2007-08-23 | Original commit message from CVS: | Stefan Kost | 2 | -8/+34 |
2007-08-21 | ext/vorbis/vorbisdec.c: When calculating the first timestamp of the buffers, ... | Wim Taymans | 1 | -8/+24 |
2007-08-21 | ext/ogg/gstoggdemux.c: Also submit the eos page when trying to find the first... | Wim Taymans | 1 | -3/+7 |
2007-08-13 | ext/pango/gsttextoverlay.*: API: add "line-alignment" property (#459334). Add... | Dan Williams | 2 | -2/+67 |
2007-08-09 | ext/ogg/gstoggmux.c: Do not leak oggmux instance. | Stefan Kost | 2 | -2/+7 |
2007-08-08 | ext/pango/gsttextoverlay.*: Add 'silent' property to GstTimeOverlay. Fixes #4... | Yang Hong | 2 | -1/+25 |
2007-07-26 | ext/vorbis/vorbisdec.c: Gratuitous comment change to trigger a rebuild on the... | Jan Schmidt | 1 | -2/+2 |
2007-07-23 | ext/vorbis/vorbisdec.c: Use the new buffer clipping function from gstaudio here. | Sebastian Dröge | 1 | -56/+7 |
2007-07-21 | Fixes: #152864 | Marc-Andre Lureau | 4 | -28/+321 |
2007-06-27 | ext/vorbis/vorbisdec.c: Skip empty buffers, but not empty header buffers. Tha... | Tim-Philipp Müller | 1 | -8/+21 |
2007-06-27 | ext/vorbis/vorbisdec.c: Don't error out on 0-sized packets, just emit a warni... | Wim Taymans | 1 | -2/+5 |
2007-06-23 | ext/ogg/gstoggdemux.c: The chain should be freed if we error out here, else i... | Edward Hervey | 1 | -0/+2 |
2007-06-15 | tests/check/pipelines/oggmux.c: Add a test that ensures we set DELTA_UNIT on ... | Michael Smith | 1 | -5/+4 |
2007-06-13 | ext/ogg/gstoggdemux.c: Fix compilation on mingw. Fixes #446972. | Wim Taymans | 1 | -2/+2 |
2007-06-07 | ext/ogg/gstoggmux.c: The BOS page of the first Dirac video stream needs to co... | Tim-Philipp Müller | 1 | -4/+10 |
2007-06-05 | ext/ogg/gstoggdemux.c: consideratly speedup ogg chain detection by not trying... | Wim Taymans | 1 | -3/+12 |
2007-06-05 | Add draft design for forcing keyframes in encoders and implement in theoraenc. | Wim Taymans | 1 | -6/+27 |
2007-05-25 | Revert commits towards #152864 made so far. We'll pick it up again after the ... | Jan Schmidt | 4 | -327/+60 |
2007-05-22 | ext/gnomevfs/gstgnomevfssink.*: see #412648. | Mark Nauwelaerts | 2 | -9/+10 |
2007-05-22 | ext/cdparanoia/gstcdparanoiasrc.c: Repair umlaut. | Tim-Philipp Müller | 1 | -1/+1 |
2007-05-21 | ext/theora/theoradec.c: Don't look inside 0-length packets (which indicate du... | Michael Smith | 1 | -2/+2 |
2007-05-21 | Small cleanups. | Wim Taymans | 2 | -15/+24 |
2007-05-15 | ext/ogg/gstoggdemux.c: Some more chained streaming ogg timestamp fixes. | Wim Taymans | 1 | -10/+3 |
2007-05-15 | ext/ogg/gstoggdemux.c: Add some FIXMEs. | Wim Taymans | 1 | -36/+48 |
2007-05-15 | ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds, gst_alsa_mixer_check, ... | Stefan Kost | 1 | -17/+12 |
2007-05-15 | ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch, _GstAlsaMixerWatch,... | Marc-Andre Lureau | 4 | -59/+331 |
2007-05-12 | ext/ogg/gstoggdemux.c: If there is a stream in a chain without any data packe... | Wim Taymans | 1 | -16/+10 |
2007-05-09 | ext/theora/theoradec.c: gst_pad_push_event() does not return a GstFlowReturn! | Michael Smith | 1 | -1/+4 |
2007-05-07 | ext/theora/: Don't push events (newsegment, tags) before initialising the dec... | Michael Smith | 2 | -4/+38 |
2007-04-27 | ext/theora/theoradec.c: Calculate buffer duration correctly to generate a per... | Julien Moutte | 1 | -6/+18 |
2007-04-19 | ext/theora/: Track initialisation state; don't try to use encoder state if we... | Michael Smith | 2 | -8/+14 |
2007-04-16 | ext/pango/gstclockoverlay.c: Fix unused variable warning if HAVE_LOCALTIME_R ... | Vincent Torri | 1 | -1/+5 |
2007-04-15 | ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain): Don't u... | Thomas Vander Stichele | 1 | -17/+19 |
2007-04-13 | debug changes | Thomas Vander Stichele | 1 | -0/+1 |
2007-04-13 | ext/theora/theoradec.c: Fix misleading comment. | Jan Schmidt | 1 | -1/+1 |