summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* win32/vs8/: Add VS8 project files (note that many of the plugins in ext are d...Sergey Scobich2006-11-1046-0/+9976
* gst/multifile/Makefile.am: Let's not depend on a file that doesn't exist.David Schleef2006-11-101-2/+0
* Revive multifile[src|sink].David Schleef2006-11-105-0/+833
* sys/v4l2/v4l2src_calls.c: we do not translate debug messagesStefan Kost2006-11-102-2/+7
* gst/flx/gstflxdec.c: fix categorisation, make short desc more explicit, remov...Stefan Kost2006-11-082-55/+21
* gst/rtp/: Fix element descriptions.Christian Schaller2006-11-0823-22/+48
* gst/rtp/: Fix description.Christian Schaller2006-11-083-7/+14
* gst/rtp/: Add theora pay/depayloaders.Christian Schaller2006-11-087-1/+1437
* gst/rtp/Makefile.am: We depend on gsttag to generate the vorbis comments.Christian Schaller2006-11-076-23/+302
* gst/rtp/gstrtpvorbispay.*: Generate a valid configuration string in the caps ...Christian Schaller2006-11-063-12/+166
* Fix enum nicks; only emit no-more-pads once; add support for very fast encodi...Sebastian Dröge2006-11-021-17/+35
* ext/cdio/: Move CD-TEXT utility function into common file so it can also be u...Tim-Philipp Müller2006-11-024-36/+43
* Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to xoverlay code...Edgard Lima2006-11-016-72/+105
* gst/id3demux/id3v2frames.c: We require a -base more recent than 0.10.9, so it...Tim-Philipp Müller2006-11-015-20/+24
* sys/: Wait until the window is created before using it; guard unistd.h includ...Sergey Scobich2006-11-015-10/+29
* gst/rtp/: Fix and activate ILBC pay and depayloaders. Fixes #368162.Wim Taymans2006-10-314-2/+22
* gst/qtdemux/qtdemux.c: Handle unbounded length streams a bit better. Fixes #3...Wim Taymans2006-10-311-12/+24
* ext/speex/gstspeexdec.c: Some small cleanups, use _scale.Wim Taymans2006-10-312-30/+56
* gst/avi/gstavidemux.c: Use higher precision scale function.Wim Taymans2006-10-312-2/+7
* gst/matroska/matroska-demux.c: Fix several issues with encoded/compressed/enc...Michal Benes2006-10-302-18/+57
* ext/jpeg/: Various cleanups, capsnego and leak fixes.Wim Taymans2006-10-304-73/+218
* gst/videomixer/videomixer.c: Fix videomixer so that it can handle any combina...Mark Nauwelaerts2006-10-302-2/+10
* gst/avi/gstavidemux.c: Fix position query for audio. also fixes timestamps in...Wim Taymans2006-10-282-78/+99
* ext/libpng/gstpngenc.*: Fix strides. Fixes #364856.Wim Taymans2006-10-274-27/+27
* gst/rtp/: Add static payload numbers in addition to the dynamic ones.Ville Syrjala2006-10-186-7/+40
* gst/rtsp/: Reuse already existing enum for lower transport.Wim Taymans2006-10-186-34/+70
* gst/wavparse/gstwavparse.c: Fix seeking some more, mostly for speed changes.Wim Taymans2006-10-182-16/+24
* ChangeLog surgery: fix Fredrik's e-mail addressTim-Philipp Müller2006-10-181-1/+1
* sys/v4l2/gstv4l2tuner.*: Fix _set_channel(): remove useless g_object_notify()...Fredrik Persson2006-10-183-15/+14
* Activate pads before adding them to running element.Tim-Philipp Müller2006-10-173-0/+3
* gst/qtdemux/qtdemux.c: Make compile with Forte compiler, mostly don't do poin...Josep Torra Valles2006-10-171-103/+111
* sys/oss/gstosssink.c: Some drivers do not support unsetting the non-blocking ...Wim Taymans2006-10-172-3/+16
* sys/v4l2/: dear stefan, framespersecond is not frameperiod, reverting but add...Stefan Kost2006-10-173-11/+21
* sys/v4l2/: Numerator is numerator and denominator is denominator. Say that al...Stefan Kost2006-10-173-14/+22
* gst/qtdemux/qtdemux.*: Avoid void pointer usage, better use guint8 * instead.Tim-Philipp Müller2006-10-172-58/+77
* Fix a bunch of problems discovered by the Forte compiler, mostly type mixups ...Josep Torra Valles2006-10-1617-56/+79
* ext/speex/: Miscellaneous clean-ups, among other things: speexenc => enc to e...Tim-Philipp Müller2006-10-124-321/+314
* ext/speex/gstspeexenc.c: Fix some mem leaks.Tim-Philipp Müller2006-10-122-27/+39
* gst/rtsp/URLS: Added some other URL.Wim Taymans2006-10-117-14/+156
* gst/qtdemux/qtdemux.c: Add some fourcc for DV format.Edward Hervey2006-10-111-0/+4
* gst/: Activate pad before adding it to the already-running element.Tim-Philipp Müller2006-10-115-1/+14
* gst/udp/gstudpsrc.c: Fix some leaks in caps and uris. Fixes #361252.Sebastien Cote2006-10-112-8/+32
* gst/qtdemux/qtdemux.c: Printf format fixes.Tim-Philipp Müller2006-10-101-3/+3
* gst/qtdemux/qtdemux.c: Reorganise some stuff.Wim Taymans2006-10-101-234/+285
* gst/wavparse/Makefile.am: Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #3...Tim-Philipp Müller2006-10-103-1/+6
* sys/v4l2/gstv4l2xoverlay.*: Fix build as per the patch in #338818 comment 36.Jan Schmidt2006-10-093-25/+28
* inspect updatesThomas Vander Stichele2006-10-083-15/+45
* gst/rtsp/gstrtspsrc.c: Activate pads before adding them to the source.Tim-Philipp Müller2006-10-072-0/+7
* docs/plugins/: Add/update docs stuff.Tim-Philipp Müller2006-10-071-0/+20
* Activate pads before adding.Wim Taymans2006-10-063-0/+18