summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* ext/wavpack/gstwavpackdec.c: Add debug category, use boilerplate macros, fix ...Tim-Philipp Müller2006-01-293-507/+680
* ext/dv/: Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new t...Andy Wingo2006-01-273-0/+12
* sys/oss/gstosssink.c: Free the device name string when finalised.Jan Schmidt2006-01-272-1/+18
* gst/qtdemux/qtdemux.c: Fix wrong memcpy source pointer.Tim-Philipp Müller2006-01-261-3/+2
* gst/id3demux/gstid3demux.c: Don't put function calls in g_return_if_fail() st...Tim-Philipp Müller2006-01-252-3/+12
* changelog surgeryJan Schmidt2006-01-251-1/+1
* gst/id3demux/id3v2frames.c: Never trust ANY information encoded in a media fi...Jan Schmidt2006-01-252-0/+17
* I'm too lazy to comment thisEdgard Lima2006-01-242-7/+30
* gst/qtdemux/qtdemux.c: More coherent framerate setting on caps.Edward Hervey2006-01-241-5/+9
* gst/matroska/: Added recognition of Real Audio and Video streams in matroska ...Edward Hervey2006-01-233-4/+78
* gst/qtdemux/qtdemux.c: Added codec recognition for: _ VP31 : video/x-vp3 _ AV...Edward Hervey2006-01-231-0/+21
* gst/id3demux/id3v2frames.c: Remove errant break statement, and fix compilatio...Jan Schmidt2006-01-232-4/+9
* Mention that my last commit fixes #328241Jan Schmidt2006-01-231-0/+1
* sys/sunaudio/: Export functions that are needed in other parts of the code, m...Tim-Philipp Müller2006-01-233-7/+18
* gst/matroska/matroska-mux.c: Fix possible deadlock in matroska muxer (#327825).Tim-Philipp Müller2006-01-232-29/+50
* C89 fixes: declare variables at the beginning of a block andJens Granseuer2006-01-237-9/+22
* gst/id3demux/: Rewrite parsing of text tags to handle multiple NULL terminate...Jan Schmidt2006-01-234-83/+249
* gst/qtdemux/qtdemux.c: 'twos' and 'sowt' fourcc can be 16bit or 8bit audio.Fabrizio2006-01-212-21/+36
* gst/videobox/gstvideobox.c: Don't forget to initialize liboil, otherwise our ...Christoph Burghardt2006-01-203-2/+7
* ChangeLog surgery (last entry may have been slightly misleading)Tim-Philipp Müller2006-01-191-2/+2
* configure.ac: just like in the core and gst-plugins-base. Fixes build on Sola...Brian Cameron2006-01-192-1/+8
* ext/cdio/: Fix build for libcdio versions >= 76; give slightly lower rank tha...Tim-Philipp Müller2006-01-194-10/+17
* Port libcdio cdda source, formerly known as cddasrc, now known as cdiocddasrc...Tim-Philipp Müller2006-01-188-2/+594
* gst/wavparse/gstwavparse.c: Fix conversion from TIME to BYTES format (fixes #...Tommi Myöhänen2006-01-182-2/+8
* Ronald's patch applied. see bug #326318.Edgard Lima2006-01-181-7/+20
* gst/qtdemux/qtdemux.*: Fix seeking for quicktime files. Could still use some ...Tim-Philipp Müller2006-01-172-35/+44
* update with loveChristian Schaller2006-01-161-2/+2
* gst/id3demux/id3v2frames.c: Fix compilation of id3demux when zlib is not pres...Sergey Scobich2006-01-152-0/+12
* ext/esd/Makefile.am: otherwise build will fail for folks with libesd in a non...Tim-Philipp Müller2006-01-152-1/+7
* back to headThomas Vander Stichele2006-01-132-1/+6
* releasing 0.10.1Thomas Vander Stichele2006-01-1345-82/+196
* ext/jpeg/gstsmokeenc.c: fix memleak. Fixes #326618Wim Taymans2006-01-132-1/+8
* gst/level/gstlevel.c: Fix memleak. Fixes #326612Mike Smith2006-01-132-0/+12
* configure.ac: prereleasingThomas Vander Stichele2006-01-1116-79/+103
* gst/qtdemux/qtdemux.c: Add support for Indeo3 video in Quicktime files.Edward Hervey2006-01-111-0/+3
* gst/level/gstlevel.c: Don't leak filter arrays.Michael Smith2006-01-102-0/+30
* add Sun Audio plugin. Verified that nothing breaks and that make check works.Christian Schaller2006-01-0916-9/+1333
* gst-plugins-good/gst/udp/: Allow udpsrc and dynudpsink to take a sockfd as a ...Philippe Kalaf2006-01-074-31/+78
* ext/gconf/: Add new gconfaudiosrc and gconfvideosrc elements (needed for gnom...Tim-Philipp Müller2006-01-067-4/+511
* gst/id3demux/gstid3demux.c: Add gst_element_no_more_pads() for proper decodeb...Edward Hervey2006-01-063-6/+19
* added sys/directdraw added sys/directsound added win32/vs6/gst_plugins_bad.ds...Sébastien Moutte2006-01-058-0/+2689
* gst/videobox/gstvideobox.c: call oil_init() when using liboilStefan Kost2006-01-052-0/+11
* ext/jpeg/: Fix leaks.Wim Taymans2006-01-044-3/+15
* ext/flac/gstflacdec.c: Don't g_assert() where we should just return FALSE; re...Tim-Philipp Müller2006-01-022-14/+26
* configure.ac: also remove smoothwave's Makefile.amStefan Kost2005-12-303-2/+8
* remove old plugin that went badThomas Vander Stichele2005-12-306-600/+0
* tests/examples/Makefile.am: added missing Makefile.amStefan Kost2005-12-302-0/+8
* moved level-example to tests/examples/level-exampleStefan Kost2005-12-308-9/+67
* gst/udp/gstmultiudpsink.*: Track packets sent per client in addition to bytes...Michael Smith2005-12-293-2/+18
* gst/auparse/gstauparse.c: Can't use gst_object_unref() on a GstAdapter (#3251...Tim-Philipp Müller2005-12-292-1/+6