summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* ext/jpeg/gstjpegdec.c: Fix crashes when the horizontal subsampling is 1.Tim-Philipp Müller2006-05-221-0/+7
* gst/avi/gstavimux.*: - add odml (large file) index supportMark Nauwelaerts2006-05-221-0/+19
* gst/id3demux/id3v2frames.c: Don't output any tag when we encounter a negative...Jan Schmidt2006-05-191-0/+7
* configure.ac: update for new GSTPB_PLUGINS_DIRThomas Vander Stichele2006-05-181-0/+5
* rtp/gst/gstrtph263pay.c: Properly set static caps for H263 at 34.Philippe Kalaf2006-05-181-0/+5
* ext/taglib/gsttaglibmux.c: Merge event tags and tag setter tags correctly (#3...James Doc Livingston2006-05-181-0/+8
* gst/law/mulaw-decode.c: We can only do caps intersection if the othercaps are...Edward Hervey2006-05-171-0/+6
* ext/jpeg/gstjpegdec.c: Fix crash when outputting debugging information for ce...Tim-Philipp Müller2006-05-171-0/+7
* gst/matroska/ebml-read.c: Don't create unnecessary sub-buffers all the time. ...Jindrich Makovicka2006-05-171-0/+15
* ext/libpng/gstpngenc.c: In snapshot mode, we always return GST_FLOW_UNEXPECTE...Edward Hervey2006-05-161-0/+6
* gst/autodetect/: Make the name of the child element be based on the name of t...Jan Schmidt2006-05-161-0/+16
* ext/libpng/Makefile.am: Add LIBPNG_CFLAGS.Zaheer Abbas Merali2006-05-161-0/+7
* ext/taglib/gstid3v2mux.cc: Add support for writing images (APIC frames) into ...Tim-Philipp Müller2006-05-151-0/+6
* gst/wavparse/gstwavparse.c: Update docs; wavparse implements push and pull mo...Michael Smith2006-05-141-0/+5
* gst/avi/gstavidemux.c: Ooops, bitten by the copy-and-paste design paradigm, f...Wim Taymans2006-05-121-0/+8
* gst/avi/gstavidemux.*: Some cleanups, prepare to use GstSegment.Wim Taymans2006-05-121-0/+19
* gst/wavparse/gstwavparse.c: Fix use of uninitialised values if we're NOT seek...Michael Smith2006-05-121-0/+7
* gst/wavparse/Makefile.am: Add CFLAGS and LIBS for libgstbase, fixes build onTim-Philipp Müller2006-05-121-0/+6
* gst/id3demux/id3v2frames.c: Some more debug info. No need to check whether th...Tim-Philipp Müller2006-05-121-0/+7
* gst/id3demux/id3v2frames.c: Fix parsing of numeric genre strings some more, b...Jan Schmidt2006-05-101-0/+9
* ext/esd/esdsink.*: Move the esd_get_server_info() into gst_esdsink_open() and...Tim-Philipp Müller2006-05-101-0/+8
* Const-ify GEnumValue arrays.Tim-Philipp Müller2006-05-101-0/+17
* gst/avi/gstavimux.c: Work around gst_buffer_make_metadata_writable() bug that...Mark Nauwelaerts2006-05-091-0/+10
* gst/rtsp/rtspurl.c: Make parsing of urls suck slightly less.Wim Taymans2006-05-081-0/+5
* autogen.sh: libtoolize on Darwin/MacOSX is called glibtoolize.Edward Hervey2006-05-081-0/+5
* C89 compliance fixes. Fixes #340980Jens Granseuer2006-05-081-0/+8
* ext/flac/gstflacdec.*: Handle segment seeks that include the end of the file ...Tim-Philipp Müller2006-05-061-0/+9
* Add semicolons after GST_BOILERPLATE[_FULL] so that indent doesn't mess up fo...Maciej Katafiasz2006-05-061-0/+15
* gst/matroska/matroska-demux.c: Don't leak caps when freeing the stream contex...Michal Benes2006-05-041-0/+7
* configure.ac: Back to CVSJan Schmidt2006-05-041-0/+5
* Release 0.10.3Jan Schmidt2006-05-041-0/+7
* gst/matroska/matroska-mux.c: Don't strcmp() NULL strings.Tim-Philipp Müller2006-05-031-0/+10
* gst/matroska/matroska-mux.c: Don't misinterpret GST_CLOCK_TIME_NONE as very h...Mark Nauwelaerts2006-05-031-0/+15
* 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