summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Typo fix, s/XFree86/X11 and added doc blurb saying that it fixates to 25fpsZaheer Abbas Merali2006-04-071-5/+6
* tests/icles/ximagesrc-test.c: Actually assert that pipeline goes to playingZaheer Abbas Merali2006-04-071-0/+6
* sys/ximagesrc/ximagesrc.c: Fix typo, C++ style comments and other small cleanupsZaheer Abbas Merali2006-04-071-9/+14
* gst/avi/gstavidemux.c: Don't unref the GstPadTemplate returned by gst_element...Edward Hervey2006-04-072-1/+6
* gst/qtdemux/qtdemux.c: Added full edit list support.Wim Taymans2006-04-062-208/+578
* Unify the long descriptions in the plugin details (#337263).j^2006-04-066-28/+25
* sys/sunaudio/gstsunaudiosink.*: Use spec->segsize and spec->segtotal in the p...Brian Cameron2006-04-063-31/+27
* configure.ac: Bump core requirements to CVS for gst_pad_query_peer_duration()...Tim-Philipp Müller2006-04-062-1/+7
* ext/speex/: Fix seeking and duration queries (#337033); clean up and refactor...Tim-Philipp Müller2006-04-055-289/+490
* ext/raw1394/gstdv1394src.c: distinguish between device not found and could no...Thomas Vander Stichele2006-04-052-4/+26
* gst/qtdemux/qtdemux.c: Use duration as segment stop position if none is expli...Wim Taymans2006-04-052-10/+24
* gst/qtdemux/qtdemux.c: More cleanups, added comments.Wim Taymans2006-04-041-142/+237
* gst/qtdemux/qtdemux.*: Handle stss boxes so we can mark and find keyframes.Wim Taymans2006-04-042-127/+322
* ignore moreThomas Vander Stichele2006-04-031-0/+2
* fix distThomas Vander Stichele2006-04-031-1/+3
* add a .pc file so other modules can use good plugins in testsThomas Vander Stichele2006-04-036-1/+53
* add taglib checks and docsThomas Vander Stichele2006-04-015-4/+450
* disable use of AS_LIBTOOL_TAGS, it doesn't work correctlyThomas Vander Stichele2006-04-013-2/+7
* adding inspect filesThomas Vander Stichele2006-04-0147-143/+384
* 5 second timeoutThomas Vander Stichele2006-04-011-2/+2
* rename testThomas Vander Stichele2006-04-013-2/+3
* rework build; add translations for v4l2Thomas Vander Stichele2006-04-018-8/+8
* configure.ac: clean up, use AS_VERSION and AS_NANOThomas Vander Stichele2006-04-0118-85/+103
* Add tests and fix PAR caps issue to ximagesrcZaheer Abbas Merali2006-03-314-7/+87
* sys/ximagesrc/ximagesrc.c: Add docs to ximagesrcZaheer Abbas Merali2006-03-311-0/+25
* sys/ximagesrc/: Fix ximagesrc so a) the cursor doesnt trail and b) there are ...Zaheer Abbas Merali2006-03-315-42/+94
* I'm too lazy to comment thisSébastien Moutte2006-03-3031-0/+4595
* ext\jpeg\smokecodec.c: use of GST_DEBUG instead of DEBUG(a...) for WIN32Sébastien Moutte2006-03-3015-21/+83
* better/unified long descriptionsWim Taymans2006-03-30100-449/+512
* ext/dv/gstdvdemux.*: Seek in READY patch. Only works for pull based mode.Michael Dominic K2006-03-293-11/+98
* Small fix, now pwc driver can tell about its buffers.Edgard Lima2006-03-271-2/+4
* ext/gdk_pixbuf/gstgdkpixbuf.c: Fix two crashers: don't unref the same caps tw...Tim-Philipp Müller2006-03-272-2/+9
* ext/speex/gstspeexenc.*: Don't leak adapter.Wim Taymans2006-03-273-41/+62
* ext/taglib/gsttaglib.*: Fix newsegment event handling a bit. We need to cache...Tim-Philipp Müller2006-03-262-81/+154
* gst/id3demux/gstid3demux.c: Create source pad without leaking.Tim-Philipp Müller2006-03-263-3/+6
* ext/taglib/gsttaglib.cc: We do not want to proxy the caps on the sink pad; ou...Tim-Philipp Müller2006-03-251-10/+20
* sys/v4l2/gstv4l2src.c: Older kernels don't seem to have this particular v4l2 ...Tim-Philipp Müller2006-03-251-2/+2
* Just make few things more robust and also some identation.Edgard Lima2006-03-2510-155/+223
* ext/flac/: Spifify a bit.Wim Taymans2006-03-244-44/+22
* gst/avi/gstavidemux.c: this patch combines the global init_frames with the st...Wim Taymans2006-03-242-30/+48
* gst/: use DEBUG_FUNCPTR for collectpadsStefan Kost2006-03-245-4/+15
* ext/jpeg/gstjpegenc.c: Don't crash when encoding images where the number of r...Tim-Philipp Müller2006-03-242-9/+27
* More state change function fixes.Tim-Philipp Müller2006-03-233-8/+24
* ext/esd/esdsink.*: Fix esd choppy playback by configuring audiosink correctly...Wim Taymans2006-03-233-21/+85
* ext/libpng/gstpngdec.c: Make state change function thread-safe.Tim-Philipp Müller2006-03-232-4/+16
* gst/wavparse/gstwavparse.c: Don't try to read beyond the end of the file just...Tim-Philipp Müller2006-03-233-4/+39
* gst/wavparse/gstwavparse.*: Delay source pad creation until we have the first...Tim-Philipp Müller2006-03-234-26/+90
* add videobalance plugnChristian Schaller2006-03-221-1/+1
* mention fixed bug number in the changelogJan Schmidt2006-03-221-1/+1
* gst/: Don't attempt typefinding on too-short buffers that have been completel...Jan Schmidt2006-03-224-4/+29