gst/audioresample/gstaudioresample.c: Add support for other formats audioresample...
[platform/upstream/gstreamer.git] / ChangeLog
index a624987..f935e7b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,99 @@
+2006-04-28  Wim Taymans  <wim@fluendo.com>
+
+       * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
+       (resample_set_state_from_caps):
+       Add support for other formats audioresample can handle such as
+       32 bits in and float and 64 bits float. Fixes #301759
+
+2006-04-28  Wim Taymans  <wim@fluendo.com>
+
+       * gst/audioconvert/audioconvert.c: (float):
+       correctly clip float samples > 1.0. Fixes #338718
+
+2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
+
+       Patch by: Young-Ho Cha  <ganadist at chollian net>
+
+       * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
+       (gst_text_overlay_render_text):
+         Don't strip newlines from the text. Also, center lines
+         within multi-line paragraphs (#339405).
+
+2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
+
+       * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
+         Fix wavpack typefinding to work in more cases (don't peek
+         for chunks of multiple hundred kBs at once, but process
+         things step-by-step in smaller units). Fixes #339786.
+
+2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * configure.ac:
+         back to HEAD
+
+=== release 0.10.6 ===
+
+2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
+
+       * configure.ac:
+         releasing 0.10.6, "Chao"
+
+2006-04-26  David Schleef  <ds@schleef.org>
+
+       * gst/videoscale/gstvideoscale.c: Add call to oil_init().
+         Fixes #338897.
+
+2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * configure.ac:
+       * win32/common/config.h:
+         new prerelease
+
+2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       patch by: Wim Taymans
+
+       * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
+       (gst_ogg_demux_perform_seek):
+         make sure correct newsegments are sent, so that the decoder
+         and the demuxer agree on timestamps.  Fixes playback of a lot
+         of Ogg files that do not start from 0.  Fixes #339833.
+
+2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       Patch by: Edward Hervey  <edward@fluendo.com>
+
+       * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
+       * tests/check/Makefile.am:
+       * tests/check/elements/videorate.c: (assert_videorate_stats),
+       (setup_videorate), (cleanup_videorate), (GST_START_TEST),
+       (videorate_suite), (main):
+         Fix an infinite loop if frames are passed in with wrongly ordered
+         timestamps.  Fixes #339013.
+
+2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       Patch by: Tim-Philipp Müller  <tim at centricular dot net>
+
+       * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
+         fix typefinding on some ISO files.  Fixes #339212.
+
+2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       Patch by: Tim-Philipp Müller  <tim at centricular dot net>
+
+       * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
+         add another H264 fourcc.  Fixes #339047.
+
+2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       Patch by: Jan Schmidt
+
+       * gst/playback/gststreamselector.c:
+       (gst_stream_selector_bufferalloc):
+         Restore old StreamSelector behaviour.
+         Fixes #338419.
+
 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
 
        * configure.ac:
 
        * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
        (stop_seek):
-       Don't let double and tripple clicks mess up our state.
+       Don't let double and triple clicks mess up our state.
 
 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
 
        * sys/v4l/gstv4lmjpegsrc.c:
        * tests/check/libs/cddabasesrc.c:
        * tests/old/examples/gob/gst-identity2.gob:
-        Add docs for adder, use GST_ELEMENT_DETAILS macro,
-        define GstElementDetails at the top
+         Add docs for adder, use GST_ELEMENT_DETAILS macro,
+         define GstElementDetails at the top
 
 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
 
 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
 
        * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
-        * moved CVS to freedesktop.org
+         * moved CVS to freedesktop.org