summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Expand)AuthorAgeFilesLines
* gst-libs/gst/audio/gstbaseaudiosink.c: Fix regression that made GStreamer ski...Wim Taymans2007-03-061-3/+3
* gst-libs/gst/pbutils/Makefile.am: Change directory to install headers in from...Tim-Philipp Müller2007-03-051-1/+1
* rename utils to pbutilsThomas Vander Stichele2007-03-0420-2725/+77
* gst-libs/gst/app/Makefile.am: Install the headers.David Schleef2007-03-031-1/+4
* gst-libs/gst/app/: Add GstAppBuffer that includes a callback and closure for ...David Schleef2007-03-034-1/+173
* gst-libs/gst/app/gstappsrc.*: Hacking to address issues in 413418.David Schleef2007-03-032-5/+64
* Move the app library to gst-libs/gst/app (duh!)David Schleef2007-03-034-0/+383
* gst-libs/gst/audio/gstbaseaudiosink.c: base time is irrelevant here.Wim Taymans2007-03-011-1/+1
* gst-libs/gst/audio/: Improve debugging.Wim Taymans2007-03-014-44/+68
* gst-libs/gst/audio/gstaudioclock.c: Fix clock name.Wim Taymans2007-02-283-11/+27
* gst-libs/gst/tag/gstvorbistag.c: Parse date strings in vorbis comments that h...René Stadler2007-02-251-0/+6
* Change GStreamer marker prefix in detail string from 'gstreamer.net' to just ...Tim-Philipp Müller2007-02-234-12/+84
* gst-libs/gst/netbuffer/gstnetbuffer.c: Fix copying of GstNetBuffer (would cra...Tim-Philipp Müller2007-02-221-3/+41
* gst-libs/gst/audio/gstbaseaudiosink.cAndy Wingo2007-02-221-0/+4
* gst-libs/gst/utils/: Some more docs (and descriptions for two subtitle formats).Tim-Philipp Müller2007-02-188-0/+818
* gst-libs/gst/audio/audio.c: Fix documentation.Tim-Philipp Müller2007-02-161-2/+1
* More docs coverage and some ChangeLog surgery (add missing names)Stefan Kost2007-02-154-18/+103
* gst-libs/gst/audio/gstbaseaudiosink.c: Answer latency query.Wim Taymans2007-02-152-26/+197
* Add crossreferences to glib/gobject/gstream docs.Stefan Kost2007-02-121-1/+1
* gst-libs/gst/tag/gstvorbistag.c: Add vorbis/FLAC-tag mapping for new GST_TAG_...René Stadler2007-02-121-0/+1
* gst-libs/gst/rtp/gstbasertpaudiopayload.c: Use gst_gdouble_to_guint64 for con...Sébastien Moutte2007-02-101-2/+2
* gst-libs/gst/audio/gstaudiofilter.c: Clear our formats structure and free the...Tim-Philipp Müller2007-02-061-4/+43
* gst-libs/gst/audio/gstbaseaudiosink.cAndy Wingo2007-02-051-0/+2
* gst-libs/gst/audio/: Oops, forgot to commit fixed-up example.Tim-Philipp Müller2007-02-032-85/+82
* Port GstAudioFilter to 0.10. This change technically breaks but seems justifi...Tim-Philipp Müller2007-02-032-239/+106
* Lowering log level to see why things fail on the p5 build bot; fix some typos...Tim-Philipp Müller2007-02-032-2/+2
* gst-libs/gst/utils/: API: add API for applications to initiate installation o...Tim-Philipp Müller2007-02-028-0/+1058
* gst-libs/gst/rtp/gstrtpbuffer.h: Add some more fixed payloads.Wim Taymans2007-01-241-0/+31
* gst-libs/gst/riff/riff-media.c: On second thought, use "depth" field rather t...Tim-Philipp Müller2007-01-221-3/+3
* gst-libs/gst/riff/riff-media.c: Camtasia caps apparently need a bpp field (#3...Tim-Philipp Müller2007-01-221-2/+11
* gst/: Fix potentially unaligned access (#397207).Tim-Philipp Müller2007-01-162-9/+13
* gst-libs/gst/tag/: Use new beats-per-minute tag from core.Stefan Kost2007-01-152-0/+8
* gst-libs/gst/audio/gstbaseaudiosink.cAndy Wingo2007-01-122-29/+34
* gst-libs/gst/utils/missing-plugins.c: Remove more fields so that the applicat...Tim-Philipp Müller2007-01-122-2/+18
* gst-libs/gst/audio/mixerutils.h: Add G_BEGIN_DECLS and G_END_DECLS guards so ...Tim-Philipp Müller2007-01-121-0/+4
* API: add new libgstbaseutils library with functionsTim-Philipp Müller2007-01-0915-0/+3333
* Small documentation updates/fixesWim Taymans2007-01-094-18/+24
* gst-libs/gst/audio/gstbaseaudiosink.c (gst_base_audio_sink_class_init)Andy Wingo2007-01-061-3/+77
* configure.ac: split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAG...Thomas Vander Stichele2007-01-046-8/+8
* Add a method to the XOverlay interface to allow disabling of event handling i...Julien Moutte2007-01-042-1/+32
* Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION (fixes #392070).Tim-Philipp Müller2007-01-031-0/+1
* docs/libs/gst-plugins-base-libs-sections.txt: Small docs fixes/updates.Tim-Philipp Müller2006-12-151-5/+21
* Declare variables at the beginning of a block. Fixes #383195.Jens Granseuer2006-12-092-5/+9
* gst-libs/gst/interfaces/mixertrack.h: Add FIXME so we can add some padding he...Tim-Philipp Müller2006-11-201-1/+5
* gst-libs/gst/rtp/gstbasertpaudiopayload.h: Fix GstBaseRTPAudioPayload structu...Tim-Philipp Müller2006-11-191-2/+2
* configure.ac: Bump liboil requirement to 0.3.8.David Schleef2006-11-141-0/+6
* Various gsize and gssize printf fixes. Fixes #372507.Jan David Mol2006-11-141-4/+4
* gst-libs/gst/audio/gstbaseaudiosink.*: Make the clock sync code more accurate...Wim Taymans2006-11-134-151/+149
* gst-libs/gst/riff/riff-media.c: add h263/h264 variants to the caps, Fixes #36...Stefan Kost2006-11-071-10/+29
* gst-libs/gst/audio/: Use g_strerror instead of strerror so we get UTF-8.Tim-Philipp Müller2006-11-062-4/+4