summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* add win32 stuffThomas Vander Stichele2006-05-031-0/+6
* add win32 stuffThomas Vander Stichele2006-05-031-0/+7
* ext/cairo/gsttimeoverlay.c: Fix timeoverlay for non-multiple-of-4 widths. Thi...Michael Smith2006-05-021-0/+6
* gst/: don't leak caps-stringStefan Kost2006-05-021-0/+7
* gst/id3demux/gstid3demux.c: Let core insert default error message for TYPE_NO...Tim-Philipp Müller2006-05-021-0/+8
* gst/: Post an error message when we get an EOS event and were not able to fin...Tim-Philipp Müller2006-05-021-0/+15
* configure.ac: figure out where plugins-base plugins areThomas Vander Stichele2006-05-021-0/+10
* docs/plugins/Makefile.am: also check .cc files for gtk-doc markupThomas Vander Stichele2006-05-011-0/+16
* gst/wavparse/gstwavparse.c: ... and fix multichannel/WAVFORMATEX support again.Tim-Philipp Müller2006-04-291-0/+5
* gst/wavparse/gstwavparse.*: Add push (streaming) mode to wavparse (fixes #337...Stefan Kost2006-04-281-0/+18
* add ximagesrc icles testThomas Vander Stichele2006-04-281-0/+6
* Move ximagesrc plug-in to good after review. Fixes #336756.Thomas Vander Stichele2006-04-281-1/+13
* gst/icydemux/gsticydemux.*: Fix event handling: cache events when typefinding...Michael Smith2006-04-281-0/+12
* sys/osxaudio/gstosxaudiosink.c: Register osxaudiosrc to the plugin.Zaheer Abbas Merali2006-04-281-0/+17
* commit Changelog for previous commitZaheer Abbas Merali2006-04-281-0/+6
* gst/id3demux/id3v2frames.c: Recognise and skip any byte order marker (BOM) inTim-Philipp Müller2006-04-281-0/+7
* Add docs for both avidemux and avimux.Tim-Philipp Müller2006-04-271-0/+11
* gst/avi/: Port AVI muxer to GStreamer-0.10 (#332031).Mark Nauwelaerts2006-04-271-0/+33
* gst/wavparse/gstwavparse.*: reverted patch #337625 for the price of 1 hour sleepStefan Kost2006-04-261-0/+15
* gst/wavparse/gstwavparse.*: correct partial implementation of push mode (from...Stefan Kost2006-04-261-0/+14
* ext/esd/esdsink.c: Fix compile problem by defining ESD_MAX_WRITE_SIZE if it i...Wim Taymans2006-04-261-0/+6
* gst/auparse/gstauparse.*: Rewrite auparse to suck a little bit less: make sou...Tim-Philipp Müller2006-04-261-0/+20
* sys/osxaudio/: Port of osxaudiosink to 0.10Zaheer Abbas Merali2006-04-261-0/+18
* ext/esd/esdsink.c: Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE...Wim Taymans2006-04-261-0/+7
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-251-0/+144
* ext/jpeg/gstjpegdec.c: Source pad has fixed caps. If we don't set this, bad t...Tim-Philipp Müller2006-04-251-0/+6
* gst/matroska/: Handle case where the TrackType ebml chunk does not come befor...Tim-Philipp Müller2006-04-251-0/+15
* gst/rtp/: It's codec_data, not codec_info.Wim Taymans2006-04-251-0/+6
* gst/matroska/matroska-demux.c: Handle codec_data for VfW compatibility codec ...Mark Nauwelaerts2006-04-251-0/+12
* gst/matroska/matroska-mux.c: Fix timestamping of B-frames, use signed integer...Josef Zlomek2006-04-251-0/+10
* just make it compile with --disable-gst-debug.Edgard Lima2006-04-241-0/+5
* gst/matroska/matroska-demux.c: Fix a bad conversion using gst_guint64_to_gdou...Sébastien Moutte2006-04-231-0/+10
* gst/matroska/matroska-demux.c: Use gst_guint64_to_gdouble for conversionsSébastien Moutte2006-04-221-0/+8
* gst/avi/gstavidemux.c: When splitting audio chunks, the block alignment is no...Fabrizio Gennari2006-04-211-0/+10
* ext/raw1394/gstdv1394src.c: Use scale functionsWim Taymans2006-04-211-0/+5
* ext/dv/gstdv.c: Fix build.Tim-Philipp Müller2006-04-211-0/+5
* gst/debug/progressreport.c: Add 'format' property to force querying to a part...Tim-Philipp Müller2006-04-211-0/+9
* ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at best, on big en...Andy Wingo2006-04-211-0/+6
* Add icydemux, and tests.Michael Smith2006-04-211-0/+22
* ext/flac/gstflacdec.c: Post SEGMENT_DONE message in TIME format.Tim-Philipp Müller2006-04-201-0/+5
* gst/avi/gstavidemux.c: Fix index creation when we have to scan the file to cr...Fabrizio Gennari2006-04-201-0/+11
* ext/flac/gstflacdec.c: Add support for segment seeks (fixes #338290). Also de...Tim-Philipp Müller2006-04-201-0/+7
* gst/matroska/: Set DISCONT flag on first buffer after a discontinuity.Tim-Philipp Müller2006-04-201-0/+15
* gst/matroska/matroska-demux.c: Handle end of segment properly when set; don't...Mark Nauwelaerts2006-04-201-0/+10
* gst/matroska/matroska-demux.c: Make mpeg2 aac audio work: create artificial p...Tim-Philipp Müller2006-04-201-0/+8
* gst/wavenc/gstwavenc.*: Set caps on first outgoing buffer, so that it doesn't...Tim-Philipp Müller2006-04-191-0/+14
* ext/gdk_pixbuf/gstgdkpixbuf.c: Leave JPEG decoding to our jpegdec plugin. gdk...Tim-Philipp Müller2006-04-181-0/+9
* ext/gdk_pixbuf/gstgdkpixbuf.*: Make work with packetised/framed input (e.g. p...Tim-Philipp Müller2006-04-181-0/+11
* ext/gdk_pixbuf/gstgdkpixbuf.c: No need to special-case for Gdk-2.0 any longer...Tim-Philipp Müller2006-04-181-0/+7
* Rewrite a bit: use GstBaseSink::start and stop instead of a state change func...Tim-Philipp Müller2006-04-181-0/+19