summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gst/: Don't interpret a first buffer with an offset of NONE as 'from the midd...Tim-Philipp Müller2006-09-143-3/+13
* gst/icydemux/gsticydemux.*: When we merge/collect multiple incoming buffers f...Tim-Philipp Müller2006-09-145-44/+108
* gst/avi/gstavidemux.c: More code reuse and better logging in _peek_chunk(). R...Stefan Kost2006-09-132-101/+111
* gst/spectrum/gstspectrum.c: Implements stop() to clear the adapter and event(...Stefan Kost2006-09-121-2/+31
* gst/level/gstlevel.*: Fix type mixup in level->interval (gdouble<->guint64). ...Stefan Kost2006-09-113-2/+9
* gst/spectrum/gstspectrum.*: Fix type mixup in spectrum->interval (gdouble<->g...Stefan Kost2006-09-112-2/+3
* 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