summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gst/spectrum/demo-osssrc.c: Use more definesStefan Kost2006-09-113-17/+20
* configure.ac: Bump requirements of -base (videocrop test case needs this).Tim-Philipp Müller2006-09-082-45/+220
* gst/videocrop/: Some quick tests indicate that it doesn't make a great deal o...Tim-Philipp Müller2006-09-082-9/+6
* gst/avi/gstavidemux.c: Revert one change to fix streaming avi (adapter size !...Stefan Kost2006-09-062-12/+23
* gst/matroska/: Add support for VOBSUB subtitle tracks and zlib-compressed tra...Frédéric Riss2006-09-043-22/+351
* gst/matroska/: not perfect yet though, needs some tweaking in flacdec; also, ...Tim-Philipp Müller2006-09-043-22/+115
* ext/annodex/gstcmmldec.c: Seeking back in a file containing a CMML stream err...Alessandro Decina2006-09-043-3/+23
* tests/check/elements/videocrop.c: More tests: check passthrough mode and caps...Tim-Philipp Müller2006-09-031-0/+319
* docs/plugins/: Add videocrop to docs.Tim-Philipp Müller2006-09-024-55/+404
* Port/rewrite videocrop from scratch for GStreamer-0.10, and make it support a...Tim-Philipp Müller2006-09-022-375/+480
* sys/v4l2/: Whitespace cleanups, dashify property-names.Stefan Kost2006-09-025-10/+9
* sys/v4l2/: Cleanup error messages and unify header commentsStefan Kost2006-09-0215-46/+66
* Another small fix to set_caps function.Edgard Lima2006-08-301-6/+2
* Send new_segment in GST_FORMAT_TIME instead of in GST_FORMAT_BYTES.Edgard Lima2006-08-301-0/+1
* A small fix to set_caps function.Edgard Lima2006-08-301-2/+1
* gst/qtdemux/qtdemux.c: Reset each streams last_flow to GST_FLOW_OK.Edward Hervey2006-08-301-1/+5
* gst/qtdemux/qtdemux.c: put back 'segment start<=stop' change that was mystica...Stefan Kost2006-08-301-1/+1
* gst/qtdemux/qtdemux.c: Fix the build for disabled debugStefan Kost2006-08-301-1/+4
* Fixed framerate negotiation.Edgard Lima2006-08-293-14/+106
* gst/qtdemux/qtdemux.c: Make sure segment start<=stop in weird quicktime files.Wim Taymans2006-08-281-1/+1
* ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle): New helper fun...Andy Wingo2006-08-282-46/+62
* sys/v4l2/v4l2_calls.c: add comments and more debug loggingStefan Kost2006-08-281-4/+16
* Rename again (audiofxgood -> audiofx).Stefan Kost2006-08-2711-593/+27
* gst/avi/gstavidemux.c: Initialze variables.Stefan Kost2006-08-272-4/+10
* gst/avi/gstavidemux.*: More attempts to turn this into readable code.Wim Taymans2006-08-253-218/+236
* ext/annodex/gstcmmlutils.c: Fix build.Wim Taymans2006-08-252-1/+6
* ext/annodex/gstannodex.c: Do some extra sanity checks.Alessandro Decina2006-08-256-282/+605
* Make also the pan-property float (saves scaling and yields better resolution)Stefan Kost2006-08-246-44/+54
* gst/audiofxgood/audiopanorama.c: ChangeLog surgery to add cymax's real nameStefan Kost2006-08-243-5/+11
* gst/audiofxgood/audiopanorama.*: Added float support (thanks cymax)Stefan Kost2006-08-245-26/+217
* gst/audiofxgood/audiopanorama.c: Fix docs & debug category. Add Fixme for vol...Stefan Kost2006-08-243-8/+14
* gst/avi/gstavidemux.c: unbreak AVI index handling, some more debug, remove an...Stefan Kost2006-08-242-22/+34
* gst/avi/gstavidemux.*: Some more cleanups.Wim Taymans2006-08-243-115/+126
* ext/flac/gstflacdec.c: Use libgsttag helper function here too.Tim-Philipp Müller2006-08-242-15/+18
* ext/wavpack/gstwavpackdec.c: Post audio codec and average bitrate tags on bus...Sebastian Dröge2006-08-242-3/+37
* Fix set_caps to set width and height to the values the driver is really worki...Edgard Lima2006-08-243-12/+44
* gst/avi/gstavidemux.*: Initial streaming support for avidemux (fixes #336465)Stefan Kost2006-08-233-131/+948
* ext/wavpack/gstwavpackenc.c: Fix mem leak, send newsegment event on correctio...Tim-Philipp Müller2006-08-233-4/+4
* tests/check/: Add unit tests for wavpack elements (#352476).Sebastian Dröge2006-08-233-0/+716
* Add docs for wavpack elements (#352476).Sebastian Dröge2006-08-236-3/+71
* Fixed query size to work with drivers that uses intermediate step like "width...Edgard Lima2006-08-222-4/+4
* docs/plugins/gst-plugins-good-plugins-docs.sgml: There is no taglibmux elemen...Tim-Philipp Müller2006-08-223-2/+10
* gst/avi/gstavidemux.*: Mark DISCONT.Wim Taymans2006-08-223-15/+46
* Small documentation updates.Wim Taymans2006-08-224-5/+28
* gst/avi/gstavidemux.*: Precalc most of the duration query for each stream.Wim Taymans2006-08-223-353/+362
* gst/id3demux/id3v2frames.c: If strings in text fields are marked ISO8859-1, b...Jan Schmidt2006-08-222-6/+17
* ext/flac/gstflacdec.*: Make flac-in-ogg work (#352100).Tim-Philipp Müller2006-08-223-9/+71
* gst/monoscope/gstmonoscope.c: Don't unref buffers of which we've already give...Tim-Philipp Müller2006-08-222-6/+8
* ext/speex/gstspeexdec.c: Make metadata extraction actually work.Tim-Philipp Müller2006-08-223-196/+75
* gst/audiopanorama/: die! die! die! you should never have been thereStefan Kost2006-08-216-495/+9