summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* ext/Makefile.am: Fix the build fixes.Ronald S. Bultje2004-10-232-1/+6
* ext/ogg/gstoggdemux.c: Check for pad availability before using it.Ronald S. Bultje2004-10-231-0/+9
* gst/spectrum/: Fix demo and reenable it. Yes, I'm currently playing with audi...Benjamin Otte2004-10-223-59/+49
* ext/ogg/gstoggdemux.c: We love it if files that start at zero work too...Ronald S. Bultje2004-10-221-0/+5
* ext/ogg/gstoggdemux.c: Handle files with missing EOS headers.Ronald S. Bultje2004-10-221-0/+5
* gst/tcp/gsttcpserversink.c: Zero some variables first (need for accept not to...Zaheer Abbas Merali2004-10-211-0/+7
* I lied, I am the One True BuildmasterWim Taymans2004-10-202-0/+17
* ext/: Seeking and querying finetune.Ronald S. Bultje2004-10-201-0/+10
* fix the buildThomas Vander Stichele2004-10-204-9/+35
* ext/ogg/gstoggdemux.c: Wrong return.Ronald S. Bultje2004-10-201-0/+10
* ext/ogg/gstoggdemux.c: Silence.Ronald S. Bultje2004-10-181-0/+5
* ext/ogg/gstoggdemux.c: Yay for non-lineair granulepos in theora.Ronald S. Bultje2004-10-181-0/+7
* ext/dv/gstdvdec.*: Make sure we renegotiate aspect ratio when the camera swit...Wim Taymans2004-10-183-5/+19
* ext/ogg/gstoggdemux.c: Start at zero.Ronald S. Bultje2004-10-181-0/+8
* configure.ac: I swear, this is the last time I touch this.Wim Taymans2004-10-182-2/+5
* ext/ogg/gstoggdemux.c: Faster seeking.Ronald S. Bultje2004-10-181-0/+12
* configure.ac: Added cdaudio to wrong list.Wim Taymans2004-10-182-1/+7
* configure.ac: Revive cdaudio.Wim Taymans2004-10-182-0/+7
* ext/: Fix mimetype on smoke encoder.Wim Taymans2004-10-183-6/+62
* ext/vorbis/vorbisenc.c: Fix vorbis property descriptions and ranges.Wim Taymans2004-10-181-0/+5
* ext/ogg/gstoggdemux.c: Really do nothing when no data is available.Wim Taymans2004-10-181-0/+7
* ext/cdaudio/gstcdaudio.c: Added uri handler for cd://Wim Taymans2004-10-181-0/+10
* gst/playback/: Add sink padtemplate to decodebin.Wim Taymans2004-10-181-0/+23
* ext/speex/gstspeexenc.c: Fix speex timestamps so that it gets muxed properly.Wim Taymans2004-10-182-1/+11
* ext/raw1394/gstdv1394src.*: Added conversion/query functions.Wim Taymans2004-10-153-40/+299
* ext/raw1394/gstdv1394src.*: Added AV/C VTR control support needed for some ca...Wim Taymans2004-10-153-23/+191
* gst/qtdemux/qtdemux.c: An esds box is not a container.Wim Taymans2004-10-152-14/+31
* configure.ac: update for swfdec-0.3 and liboil-0.2David Schleef2004-10-143-4/+12
* gst/tcp/gstmultifdsink.c: Turn warnings into info.Wim Taymans2004-10-141-0/+11
* fix sample rate templateThomas Vander Stichele2004-10-141-0/+6
* ext/mad/gstmad.c: Decoding the header first fixes some problems in resyncing ...Wim Taymans2004-10-131-0/+6
* gst/playback/gstplaybin.c: Added vis plugin support, need to configure the vi...Wim Taymans2004-10-121-0/+7
* ext/gnomevfs/gstgnomevfssrc.c: Some debug.Ronald S. Bultje2004-10-123-39/+339
* ext/cdparanoia/gstcdparanoia.c: Get rid of hideous lead-in.Ronald S. Bultje2004-10-111-0/+6
* gst/playback/gstplaybasebin.c: Wrong var used to get g_list_next.Wim Taymans2004-10-111-0/+5
* ext/cdparanoia/gstcdparanoia.c: Report discid as metadata, add duration.Ronald S. Bultje2004-10-111-0/+6
* gst/playback/gstplaybasebin.c: Cleanup the previous pipeline a little earlier...Wim Taymans2004-10-111-1/+11
* ext/mad/gstid3tag.c: reset v1 tag offset when there is no v1 tag. Fixes id3de...Benjamin Otte2004-10-111-0/+6
* sys/v4l/: Change g_warnings to GST_WARNING_OBJECT and fix colourspace issueZaheer Abbas Merali2004-10-101-0/+7
* sys/v4l/gstv4lsrc.c: Fix for webcams that support only specific width or heightZaheer Abbas Merali2004-10-101-0/+5
* gst/wavenc/gstwavenc.c: Fix wrong discont event setup (fixes #154967).Ronald S. Bultje2004-10-092-1/+9
* gst/auparse/gstauparse.c: Error out on invalid data (fixes #154807).Ronald S. Bultje2004-10-092-1/+8
* ext/dvdread/dvdreadsrc.c: Make titles > 0 work again (fixes #154834).Ronald S. Bultje2004-10-091-0/+7
* gst-libs/gst/riff/riff-media.c: WMV3 missing in template caps.Ronald S. Bultje2004-10-091-0/+6
* gst/avi/gstavidemux.c: OK, so the original code was too strict. It makes rand...Ronald S. Bultje2004-10-092-51/+64
* gst/playback/gstplaybasebin.c: Actually clean up streaminfo if output fails. ...Ronald S. Bultje2004-10-091-0/+11
* gst/playback/gstplaybin.c: Add small bits of code for screenshot handling.Ronald S. Bultje2004-10-081-0/+7
* gst/playback/gstplaybin.c: Don't assume the user provided sinks are named "si...Wim Taymans2004-10-081-2/+8
* gst/playback/gstplaybasebin.c: Do not try to autoplug sources that generate r...Wim Taymans2004-10-081-0/+9
* ext/cdparanoia/gstcdparanoia.*: Added reworked patch from #154903 from milosz...Wim Taymans2004-10-081-0/+12