summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-09-15The test application and the plgind error messages has been improved.Edgard Lima8-222/+342
2006-09-12gst/spectrum/gstspectrum.c: Implements stop() to clear the adapter and event(...Stefan Kost2-6/+42
2006-09-11gst/spectrum/gstspectrum.*: Fix type mixup in spectrum->interval (gdouble<->g...Stefan Kost3-2/+11
2006-09-11gst/spectrum/demo-osssrc.c: Use more definesStefan Kost4-17/+31
2006-09-08configure.ac: Bump requirements of -base (videocrop test case needs this).Tim-Philipp Müller4-47/+239
2006-09-08gst/videocrop/: Some quick tests indicate that it doesn't make a great deal o...Tim-Philipp Müller3-9/+17
2006-09-03higher up firstThomas Vander Stichele1-2/+2
2006-09-03tests/check/elements/videocrop.c: More tests: check passthrough mode and caps...Tim-Philipp Müller2-0/+327
2006-09-02docs/plugins/: Add videocrop to docs.Tim-Philipp Müller11-58/+450
2006-09-02Port/rewrite videocrop from scratch for GStreamer-0.10, and make it support a...Tim-Philipp Müller4-376/+500
2006-09-02sys/v4l2/: Whitespace cleanups, dashify property-names.Stefan Kost6-10/+19
2006-09-02sys/v4l2/: Cleanup error messages and unify header commentsStefan Kost16-46/+87
2006-08-31gst/nsf/Makefile.am: Add missing GST_LIBSJan Schmidt2-1/+6
2006-08-30Another small fix to set_caps function.Edgard Lima2-6/+7
2006-08-30Send new_segment in GST_FORMAT_TIME instead of in GST_FORMAT_BYTES.Edgard Lima2-0/+6
2006-08-30A small fix to set_caps function.Edgard Lima2-2/+6
2006-08-30gst/qtdemux/qtdemux.c: Reset each streams last_flow to GST_FLOW_OK.Edward Hervey2-1/+13
2006-08-30gst/qtdemux/qtdemux.c: put back 'segment start<=stop' change that was mystica...Stefan Kost2-2/+9
2006-08-30gst/qtdemux/qtdemux.c: Fix the build for disabled debugStefan Kost2-1/+10
2006-08-29Fixed framerate negotiation.Edgard Lima4-14/+113
2006-08-29ext/sdl/: Only de-init the subsystem we previously initialised. Avoids borkag...Andrew Andkjar3-3/+14
2006-08-28gst/qtdemux/qtdemux.c: Make sure segment start<=stop in weird quicktime files.Wim Taymans2-1/+8
2006-08-28sys/v4l2/v4l2_calls.c: add comments and more debug loggingStefan Kost2-4/+21
2006-08-24ext/wavpack/gstwavpackdec.c: Post audio codec and average bitrate tags on bus...Sebastian Dröge3-4/+50
2006-08-24Fix set_caps to set width and height to the values the driver is really worki...Edgard Lima4-12/+53
2006-08-23ext/wavpack/gstwavpackenc.c: Fix mem leak, send newsegment event on correctio...Tim-Philipp Müller6-7/+21
2006-08-23tests/check/: Add unit tests for wavpack elements (#352476).Sebastian Dröge6-1/+752
2006-08-23Add docs for wavpack elements (#352476).Sebastian Dröge12-6/+127
2006-08-22Fixed query size to work with drivers that uses intermediate step like "width...Edgard Lima3-4/+11
2006-08-21move gdp plugin to good.Thomas Vander Stichele14-2480/+17
2006-08-21gst/qtdemux/qtdemux.c: Some more constification.Wim Taymans2-33/+106
2006-08-21ext/gsm/gstgsm.c: Make rank PRIMARY now that GSM seems to work fine.Wim Taymans2-1/+7
2006-08-21ext/wavpack/: More clean-ups: use shorter variable names to make code easier ...Tim-Philipp Müller4-289/+299
2006-08-21ext/wavpack/gstwavpackenc.c: Fix caps set on buffers and template caps (outpu...Tim-Philipp Müller2-172/+89
2006-08-20gst/audioconvert/gstaudioconvert.c: Lower debug, use g_assert in _get_unit_sizeStefan Kost1-1/+1
2006-08-18ext/wavpack/gstwavpackparse.c: Fix resyncing in push mode not stopping re-syn...Sebastian Dröge2-28/+112
2006-08-16ext/ladspa/gstsignalprocessor.c: Make ladspa elements reusable. Fixes #350006.Andy Wingo1-12/+57
2006-08-16ext/ladspa/gstladspa.c: Convert ' ' into '_'. Try to keep as many characters ...Wim Taymans1-1/+4
2006-08-16ext/ladspa/gstsignalprocessor.c: A push() gives away our refcount so we shoul...Wim Taymans1-4/+6
2006-08-16ext/wavpack/: In push mode, re-sync to next wavpack header if sync is lost (#...Sebastian Dröge3-7/+51
2006-08-15ext/wavpack/gstwavpackparse.*: Make wavpackparse also work in push-mode (not ...Sebastian Dröge3-50/+208
2006-08-15Fix leaks (#351502).Tim-Philipp Müller3-2/+8
2006-08-14gst/qtdemux/qtdemux.c: Extract all references/redirections if there is more t...Tim-Philipp Müller2-10/+129
2006-08-10ext/faac/gstfaac.c: Bitrate in the faac structure is per output channel, not ...Michal Benes2-2/+10
2006-08-09ext/xvid/gstxvidenc.c: Fix GST_ELEMENT_ERROR usage.Tim-Philipp Müller2-1/+6
2006-08-09fixed up and cleaned up the -bad spec file to have proper tests for whats ins...Christian Schaller1-27/+17
2006-08-08gst/qtdemux/qtdemux.c: Fix silly typo.Tim-Philipp Müller2-1/+6
2006-08-08tests/check/elements/gdpdepay.c: I forgot to include the file containing the ...Edward Hervey2-0/+7
2006-08-08tests/check/elements/gdpdepay.c: Ignore test known to fail on PPC64. See #348...Edward Hervey2-1/+10
2006-08-04Allow HTTP redirect (HTTP status code 302).Edgard Lima3-24/+175