summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
...
* Rename again (audiofxgood -> audiofx).Stefan Kost2006-08-277-587/+6
* gst/avi/gstavidemux.c: Initialze variables.Stefan Kost2006-08-271-4/+4
* gst/avi/gstavidemux.*: More attempts to turn this into readable code.Wim Taymans2006-08-252-218/+215
* Make also the pan-property float (saves scaling and yields better resolution)Stefan Kost2006-08-244-40/+36
* gst/audiofxgood/audiopanorama.c: ChangeLog surgery to add cymax's real nameStefan Kost2006-08-242-4/+0
* gst/audiofxgood/audiopanorama.*: Added float support (thanks cymax)Stefan Kost2006-08-244-26/+206
* gst/audiofxgood/audiopanorama.c: Fix docs & debug category. Add Fixme for vol...Stefan Kost2006-08-242-8/+8
* gst/avi/gstavidemux.c: unbreak AVI index handling, some more debug, remove an...Stefan Kost2006-08-241-22/+24
* gst/avi/gstavidemux.*: Some more cleanups.Wim Taymans2006-08-242-115/+111
* gst/avi/gstavidemux.*: Initial streaming support for avidemux (fixes #336465)Stefan Kost2006-08-232-131/+925
* docs/plugins/gst-plugins-good-plugins-docs.sgml: There is no taglibmux elemen...Tim-Philipp Müller2006-08-221-1/+1
* gst/avi/gstavidemux.*: Mark DISCONT.Wim Taymans2006-08-222-15/+37
* Small documentation updates.Wim Taymans2006-08-222-4/+15
* gst/avi/gstavidemux.*: Precalc most of the duration query for each stream.Wim Taymans2006-08-222-353/+342
* gst/id3demux/id3v2frames.c: If strings in text fields are marked ISO8859-1, b...Jan Schmidt2006-08-221-6/+9
* gst/monoscope/gstmonoscope.c: Don't unref buffers of which we've already give...Tim-Philipp Müller2006-08-221-6/+2
* gst/audiopanorama/: die! die! die! you should never have been thereStefan Kost2006-08-215-495/+0
* gst/qtdemux/qtdemux.c: Some more constification.Wim Taymans2006-08-211-33/+94
* gst/rtp/Makefile.am: Fix the build again.Wim Taymans2006-08-211-1/+1
* gst/audiofxgood/: resubmit with the desired name *again*Stefan Kost2006-08-2110-0/+990
* use g_assert in _get_unit_sizeStefan Kost2006-08-201-1/+2
* docs/plugins/: cleanup -unused.txt to make it useful, add previously missing ...Stefan Kost2006-08-201-0/+49
* gst/audiofxgood/audiofx.cStefan Kost2006-08-204-0/+446
* gst/rtp/: Added experimental SVQ3 depayloader.Wim Taymans2006-08-184-2/+419
* gst/multipart/multipartdemux.c: Accept leading whitespace before the boundarySjoerd Simons2006-08-171-3/+17
* gst/rtp/gstrtph264depay.c: Error out on non-implemented stuff.Wim Taymans2006-08-171-0/+8
* configure.ac: Require CVS of GStreamer core and -base (forTim-Philipp Müller2006-08-161-12/+30
* gst/autodetect/gstautoaudiosink.c: When we can't find a usable audiosink, don...Tim-Philipp Müller2006-08-161-3/+6
* gst/rtp/: Caps extra properties must be defined as strings for depayloaders b...Wim Taymans2006-08-166-15/+580
* gst/rtsp/gstrtpdec.c: Add pads after setting them up.Wim Taymans2006-08-163-69/+205
* gst/udp/gstmultiudpsink.c: Turn a g_print into a DEBUG line.Wim Taymans2006-08-161-1/+1
* gst/qtdemux/qtdemux.c: Extract all references/redirections if there is more t...Tim-Philipp Müller2006-08-141-10/+121
* Send the newsegment event in the streaming thread.Edward Hervey2006-08-101-10/+10
* gst/qtdemux/qtdemux.c: Fix silly typo.Tim-Philipp Müller2006-08-081-1/+1
* gst/udp/gstudpsrc.c: Fix docs.Wim Taymans2006-07-311-2/+2
* gst/multipart/multipartdemux.c: Uses GstAdapter instead of own buffering.Sjoerd Simons2006-07-282-207/+276
* gst/avi/gstavidemux.*: Whitespace fixes and more debugStefan Kost2006-07-282-3/+8
* gst/autodetect/gstautoaudiosink.c: Get rid of old and unused magic sound-serv...Tim-Philipp Müller2006-07-271-68/+55
* gst/udp/gstudpsrc.*: Rename "buffer" to "buffer-size" to make clear it is a s...Wim Taymans2006-07-272-15/+14
* gst/udp/gstudpsrc.c: Use CLOSE_SOCKET() here instead of close() to maintain w...Tim-Philipp Müller2006-07-271-1/+1
* gst/udp/gstudpsrc.*: Added "buffer" property to control the kernel receive bu...Thijs Vermeir2006-07-272-15/+75
* gst/rtp/: Fix timestamp calculation on outgoing RTP packets.Kai Vehmanen2006-07-262-14/+34
* gst/wavparse/gstwavparse.c: #define 'fact' RIFF chunk if we are not compiling...Tim-Philipp Müller2006-07-261-2/+3
* gst/id3demux/id3tags.c: Extract frames for ID3v2 versions prior to ID3v2.3.0 ...Tim-Philipp Müller2006-07-251-4/+20
* gst/avi/gstavidemux.c: Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gs...Stefan Kost2006-07-251-33/+22
* docs/plugins/: Update files to CVS/Prerelease version, add esdsink docs.Tim-Philipp Müller2006-07-241-1/+1
* gst/law/: Fix negotiation to deal with ANY/EMPTY caps instead of leaking.Wim Taymans2006-07-244-10/+15
* gst/wavparse/gstwavparse.*: Use information from 'fact' chunk for length calc...Stefan Kost2006-07-242-41/+132
* Port udp plugin to win32 (#345288).Joni Valtanen2006-07-2411-42/+213
* gst/rtsp/rtspconnection.c: Remove unwanted DEBUG line.Wim Taymans2006-07-241-1/+0