summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gst/rtsp/base64.*: Commit missing files for base64 encoding.Jan Schmidt2007-02-263-0/+107
* Fix build with LDFLAGS='-Wl,-z,defs' (#410997)Loïc Minier2007-02-2413-12/+40
* Fix build with LDFLAGS='-Wl,-z,defs'.Tim-Philipp Müller2007-02-243-5/+5
* gst/rtsp/: g_base64_encode is a GLib 2.12 function. Use an equivalent taken f...Jan Schmidt2007-02-233-4/+14
* gst/rtsp/: Implement simple Basic Authentication support so that urls like rt...Jan Schmidt2007-02-238-37/+343
* Fix segfault when oppening a radio device.Edgard Lima2007-02-224-25/+40
* Fix level for multi-channel case.Stefan Kost2007-02-224-2/+15
* gst/level/gstlevel.*: Use function pointer for process function and add proce...Stefan Kost2007-02-213-67/+140
* sys/directsound/gstdirectsoundsink.*: Remove include of unused headers.Sébastien Moutte2007-02-206-17/+866
* sys/v4l2/v4l2src_calls.c: Readd GST_ELEMENT_ERROR if we can't reenque buffers...Stefan Kost2007-02-192-3/+18
* sys/directdraw/: Prepare the plugin to move to good:Sébastien Moutte2007-02-186-1020/+635
* gst/rtp/: Added simple mpeg transport stream payloader.Wim Taymans2007-02-185-0/+233
* gst/rtsp/URLS: Add example H264 rtsp url.Wim Taymans2007-02-163-18/+36
* gst/rtp/README: Fix case of string params.Wim Taymans2007-02-166-67/+133
* gst/rtp/gstrtph264depay.c: Set right caps on output buffers.Wim Taymans2007-02-152-4/+7
* gst/rtsp/sdpmessage.c: Clear stack allocated SDPMedia struct before calling _...Wim Taymans2007-02-142-0/+14
* ext/gconf/gstgconfaudiosink.c: Don't reset the profile when going switching s...Jan Schmidt2007-02-142-2/+10
* gst/rtsp/sdpmessage.*: Fix memory management of SDP messages. Fixes #407793.jp.liu2007-02-143-40/+216
* gst/avi/gstavimux.c: Allow muxing video/x-h264 (was already in the caps). Fix...zhangfei gao2007-02-142-2/+11
* gst/rtsp/rtspurl.c: Fix parsing of password field in url. Fixes #407797.jp.liu2007-02-142-1/+8
* gst/wavparse/gstwavparse.*: Update docs.Wim Taymans2007-02-143-240/+281
* Re-factor the gconfaudiosink into a "GstSwitchSink" base class and a child th...Jan Schmidt2007-02-1310-156/+533
* gst/avi/gstavidemux.c: Put debug stuff into #ifndef GST_DISABLE_DEBUG #endifStefan Kost2007-02-132-7/+26
* Add crossreferences to glib/gobject/gstream docs.Stefan Kost2007-02-133-3/+20
* gst/monoscope/: Fix copy'n'paste-o in docs chunk. Also add some missing CFLAG...Tim-Philipp Müller2007-02-123-3/+10
* gst/wavparse/gstwavparse.c: Fix massive memory leak when operating in streami...Jonathan Matthew2007-02-122-7/+13
* gst/avi/gstavidemux.*: Save some memory (8%) by repacking the index entry str...Stefan Kost2007-02-123-202/+319
* sys/v4l2/: More FIXME comments and messaging changes.Stefan Kost2007-02-122-0/+19
* gst/goom/gstgoom.*: Improved docs and use GST_DEBUG_FUNCPTR.Stefan Kost2007-02-125-18/+46
* gst/debug/: Add code for a pushfilesrc element that implements a pushfile:// ...Tim-Philipp Müller2007-02-125-1/+285
* Makefile.am: Add win32 MANIFESTSébastien Moutte2007-02-115-261/+409
* gst/avi/gstavimux.c: Comment a #if 0 in caps template definition as VS6 seems...Sébastien Moutte2007-02-1119-21/+684
* configure.ac: Activate monoscope when building with --enable-experimental. FixStefan Kost2007-02-115-15/+24
* gst/avi/gstavimux.c: Explicitly cast result of pointer arithmetic to integer ...Tim-Philipp Müller2007-02-092-2/+8
* gst/debug/progressreport.c: Some more docs.Tim-Philipp Müller2007-02-082-0/+17
* docs/plugins/inspect/plugin-rtp.xml: Update for new elements.Tim-Philipp Müller2007-02-073-0/+97
* Make progressreport element post messages with the current progress on the bu...Tim-Philipp Müller2007-02-076-34/+112
* ext/hal/hal.*: Some small cleanups; deal with errors when parsing the HAL ALS...Tim-Philipp Müller2007-02-074-21/+31
* gst/smpte/gstsmpte.c: Let's try this again and use the right cast this time.Tim-Philipp Müller2007-02-062-2/+8
* gst/smpte/gstsmpte.c: Add cast to avoid compiler warnings with older GLib ver...Tim-Philipp Müller2007-02-062-2/+9
* ext/gconf/: In gconfaudiosink, get the right key as the old key in do_toggle ...Tim-Philipp Müller2007-02-064-31/+54
* gst/audiofx/: Some small cleanups and port both elements to the new GstAudioF...Sebastian Dröge2007-02-066-148/+116
* Fix up to use the newly ported (actually working) GstAudioFilter.Tim-Philipp Müller2007-02-033-149/+178
* gst/equalizer/gstiirequalizer.c: Rename "values" property to "band-values" an...Tim-Philipp Müller2007-02-021-17/+35
* Port equalizer plugin to 0.10 (#403572).James Doc Livingston2007-02-022-25/+22
* ext/wavpack/gstwavpackparse.c: Fix a off by one that leads to the duration re...Sebastian Dröge2007-01-311-6/+4
* configure.ac: Check for an Objective C compilerEdward Hervey2007-01-305-0/+1156
* tests/check/elements/.cvsignore: Some more ignores.Wim Taymans2007-01-292-0/+7
* gst/videocrop/gstvideocrop.c: Fix cropping for packed 4:2:2 formats YUYV/YUY2...Tim-Philipp Müller2007-01-282-50/+69
* tests/icles/videocrop-test.c: Catch errors while the test is running.Tim-Philipp Müller2007-01-271-16/+36