summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* gst/qtdemux/qtdemux.c: Some more constification.Wim Taymans2006-08-211-33/+94
* ext/wavpack/: More clean-ups: use shorter variable names to make code easier ...Tim-Philipp Müller2006-08-213-289/+281
* ext/wavpack/gstwavpackenc.c: Fix caps set on buffers and template caps (outpu...Tim-Philipp Müller2006-08-211-172/+78
* tests/check/elements/audiopanorama.c: Fix invalid memory access in audiopanor...Jan Schmidt2006-08-212-1/+9
* tests/check/elements/.cvsignore: ignore built fileEdward Hervey2006-08-212-0/+7
* gst/rtp/Makefile.am: Fix the build again.Wim Taymans2006-08-212-1/+6
* gst/audiofxgood/: resubmit with the desired name *again*Stefan Kost2006-08-2111-0/+1006
* use g_assert in _get_unit_sizeStefan Kost2006-08-203-2/+9
* docs/plugins/: cleanup -unused.txt to make it useful, add previously missing ...Stefan Kost2006-08-209-30/+248
* gst/audiofxgood/audiofx.cStefan Kost2006-08-208-0/+930
* ext/wavpack/gstwavpackparse.c: Fix resyncing in push mode not stopping re-syn...Sebastian Dröge2006-08-181-28/+99
* docs/plugins/Makefile.am: More Oss docs fixage.Wim Taymans2006-08-182-0/+8
* gst/rtp/: Added experimental SVQ3 depayloader.Wim Taymans2006-08-185-2/+433
* ext/dv/gstdvdemux.*: When handling seek requests, don't send the newsegment e...Edward Hervey2006-08-183-8/+32
* gst/multipart/multipartdemux.c: Accept leading whitespace before the boundarySjoerd Simons2006-08-172-3/+28
* gst/rtp/gstrtph264depay.c: Error out on non-implemented stuff.Wim Taymans2006-08-172-0/+13
* ext/ladspa/gstsignalprocessor.c: Make ladspa elements reusable. Fixes #350006.Andy Wingo2006-08-162-13/+70
* ext/ladspa/gstladspa.c: Convert ' ' into '_'. Try to keep as many characters ...Wim Taymans2006-08-162-1/+10
* ext/ladspa/gstsignalprocessor.c: A push() gives away our refcount so we shoul...Wim Taymans2006-08-162-4/+13
* sys/oss/gstossmixerelement.c: Don't leak device string.Tim-Philipp Müller2006-08-162-0/+18
* configure.ac: Require CVS of GStreamer core and -base (forTim-Philipp Müller2006-08-164-21/+68
* tests/check/Makefile.am: Don't try to run annodex unit tests if the annodex p...Tim-Philipp Müller2006-08-162-2/+15
* gst/autodetect/gstautoaudiosink.c: When we can't find a usable audiosink, don...Tim-Philipp Müller2006-08-162-3/+14
* ext/wavpack/: In push mode, re-sync to next wavpack header if sync is lost (#...Sebastian Dröge2006-08-162-5/+38
* sys/oss/: Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for os...Tim-Philipp Müller2006-08-1654-95/+259
* gst/rtp/: Caps extra properties must be defined as strings for depayloaders b...Wim Taymans2006-08-167-15/+600
* gst/rtsp/gstrtpdec.c: Add pads after setting them up.Wim Taymans2006-08-164-69/+227
* gst/udp/gstmultiudpsink.c: Turn a g_print into a DEBUG line.Wim Taymans2006-08-162-1/+6
* sys/oss/: Small cleanups. Better error reporting.Wim Taymans2006-08-164-23/+99
* gconf/Makefile.am: Make --disable-schemas work right (they still need to be c...Jens Granseuer2006-08-152-2/+9
* ext/wavpack/gstwavpackparse.*: Make wavpackparse also work in push-mode (not ...Sebastian Dröge2006-08-152-50/+190
* back to HEADThomas Vander Stichele2006-08-143-5/+9
* releasing 0.10.4Thomas Vander Stichele2006-08-1455-220/+303