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