From 02f242a740dc617581e4ccf1557b84a328c8dd2f Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Thu, 19 Feb 2009 20:09:07 +0000 Subject: Release 0.10.14 --- ChangeLog | 5561 +++++++++++++++++++++++++++++++------------------------------ 1 file changed, 2804 insertions(+), 2757 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8174b401..48d40525 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,17 +1,36 @@ -Thu Feb 19 11:09:03 2009 +0000 Jan Schmidt +=== release 0.10.14 === + +2009-02-19 Jan Schmidt + + * configure.ac: + releasing 0.10.14, "Disaffected Affectation" + +2009-02-19 13:16:39 +0000 Jan Schmidt + + * gst/audiofx/audioecho.c: + * gst/autodetect/gstautoaudiosrc.c: + * gst/autodetect/gstautovideosrc.c: + Update Since: tags in autodetect srcs and audioecho + +2009-02-19 11:12:58 +0000 Jan Schmidt + + * ChangeLog: + Update ChangeLog for 0.10.13.3 + +2009-02-19 11:09:03 +0000 Jan Schmidt * configure.ac: * win32/common/config.h: 0.10.13.3 pre-release -Tue Feb 10 11:25:49 2009 +0100 Mark Nauwelaerts +2009-02-10 11:25:49 +0100 Mark Nauwelaerts * ext/pulse/pulsemixerctrl.c: pulsemixer: Fix compiler warnings. Cast (enum *) to (int *), not necessarily technically right, but plugs #571153. -Fri Feb 13 18:03:14 2009 +0100 Mark Nauwelaerts +2009-02-13 18:03:14 +0100 Mark Nauwelaerts * ext/pulse/pulsesink.c: * ext/pulse/pulsesink.h: @@ -22,28 +41,28 @@ Fri Feb 13 18:03:14 2009 +0100 Mark Nauwelaerts +2009-02-10 11:27:51 +0100 Edward Hervey * gst/videocrop/gstaspectratiocrop.c: aspectratiocrop: Don't forget to call parent finalize implementation. This fixes a memory leak (leaking the contained elements of the bin). -Tue Feb 10 08:43:59 2009 +0100 Edward Hervey +2009-02-10 08:43:59 +0100 Edward Hervey * sys/osxvideo/osxvideosink.m: osxvideosink: Fix build. Fixes #571038 -Mon Feb 9 12:18:36 2009 +0100 Edward Hervey +2009-02-09 12:18:36 +0100 Edward Hervey * common: Bump revision to use for common submodule. -Sat Feb 7 16:00:49 2009 +0000 Jan Schmidt +2009-02-07 16:00:49 +0000 Jan Schmidt * ChangeLog: ChangeLog: Update ChangeLog for 0.10.13.2 -Sat Feb 7 15:58:55 2009 +0000 Jan Schmidt +2009-02-07 15:58:55 +0000 Jan Schmidt * po/af.po: * po/az.po: @@ -79,19 +98,19 @@ Sat Feb 7 15:58:55 2009 +0000 Jan Schmidt * po/zh_TW.po: po: Update translations for 0.10.13.2 -Sat Feb 7 15:46:07 2009 +0000 Jan Schmidt +2009-02-07 15:46:07 +0000 Jan Schmidt * configure.ac: * win32/common/config.h: Release 0.10.13.2 -Sat Feb 7 15:40:53 2009 +0000 Jan Schmidt +2009-02-07 15:40:53 +0000 Jan Schmidt * po/LINGUAS: * po/mt.po: po: Add Maltese translation -Fri Feb 6 16:16:05 2009 -0800 David Schleef +2009-02-06 16:16:05 -0800 David Schleef * gst/qtdemux/qtdemux.c: * gst/qtdemux/qtdemux_dump.c: @@ -103,14 +122,14 @@ Fri Feb 6 16:16:05 2009 -0800 David Schleef a sync point where pts != dts. This is needed to properly handle MPEG2, H.264, Dirac, etc., in quicktime. -Thu Feb 5 15:51:42 2009 -0800 Michael Smith +2009-02-05 15:51:42 -0800 Michael Smith * ext/flac/gstflacdec.c: flacdec: if we aborted reading, don't do into an infinite loop. If our read callback ran out of data, so had to abort reading, we return GST_FLOW_ERROR instead of going into an infinite loop. -Thu Feb 5 10:19:37 2009 -0800 Michael Smith +2009-02-05 10:19:37 -0800 Michael Smith * sys/osxvideo/osxvideosink.h: * sys/osxvideo/osxvideosink.m: @@ -120,12 +139,12 @@ Thu Feb 5 10:19:37 2009 -0800 Michael Smith Added autorelease pools around all objc functions that might be called from a non-main thread. -Thu Feb 5 20:02:01 2009 +0100 Thomas Vander Stichele +2009-02-05 20:02:01 +0100 Thomas Vander Stichele * ext/flac/gstflacdec.c: debug on the object -Wed Feb 4 16:40:13 2009 -0800 Michael Smith +2009-02-04 16:40:13 -0800 Michael Smith * sys/osxaudio/gstosxringbuffer.c: osxaudio fixes: multichannel and changing caps. @@ -134,7 +153,7 @@ Wed Feb 4 16:40:13 2009 -0800 Michael Smith Reset the segoffset when acquiring the ringbuffer, so we don't retain a bogus offset when caps change. -Wed Feb 4 11:38:30 2009 +0100 Wim Taymans +2009-02-04 11:38:30 +0100 Wim Taymans * gst/rtsp/gstrtspsrc.c: * gst/rtsp/gstrtspsrc.h: @@ -142,7 +161,7 @@ Wed Feb 4 11:38:30 2009 +0100 Wim Taymans Keep track of the state of the connection and don't try to send TEARDOWN when the server has closed the connection. -Wed Feb 4 09:20:28 2009 +0100 Robin Stocker +2009-02-04 09:20:28 +0100 Robin Stocker * gst/matroska/matroska-demux.c: Read Matroska Title element for the TITLE tag @@ -151,12 +170,12 @@ Wed Feb 4 09:20:28 2009 +0100 Robin Stocker Matroska files only contain the Title element so we should parse this too. Fixes bug #570435. -Tue Feb 3 22:34:38 2009 +0000 Tim-Philipp Müller +2009-02-03 22:34:38 +0000 Tim-Philipp Müller * configure.ac: configure.ac: bump core/base requirements to released versions -Tue Feb 3 17:10:30 2009 +0100 Sebastian Dröge +2009-02-03 17:10:30 +0100 Sebastian Dröge * tests/check/elements/audioecho.c: Fix audioecho unit test on 32 bit systems @@ -164,7 +183,7 @@ Tue Feb 3 17:10:30 2009 +0100 Sebastian Dröge +2009-02-03 14:09:26 +0200 Stefan Kost * gst/equalizer/gstiirequalizer.c: equalizer: Don't reset frequency bands from user settings. Fixes #570343. @@ -172,79 +191,79 @@ Tue Feb 3 14:09:26 2009 +0200 Stefan Kost right function as needed. Add some logging and tweak the formatting of existing logging. Simplify setting need_new_coefficients when changing properties. -Tue Feb 3 11:52:15 2009 +0100 Sebastian Dröge +2009-02-03 11:52:15 +0100 Sebastian Dröge * gst/audiofx/audioecho.c: Use guint64 instead of guint for storing guint64 -Mon Feb 2 18:37:35 2009 +0100 Jonathan Matthew +2009-02-02 18:37:35 +0100 Jonathan Matthew * ext/soup/gstsouphttpsrc.c: Use correct flag for the GNOME proxy configuration Fixes bug #552140. -Mon Feb 2 13:08:14 2009 +0100 Wim Taymans +2009-02-02 13:08:14 +0100 Wim Taymans * tests/icles/v4l2src-test.c: Fix compiler warnings fix compiler warnings due to unused return values of scanf. -Sat Jan 31 11:08:30 2009 +0100 Sebastian Dröge +2009-01-31 11:08:30 +0100 Sebastian Dröge * tests/icles/v4l2src-test.c: Fix format string compiler warning -Fri Jan 30 22:24:14 2009 +0200 Stefan Kost +2009-01-30 22:24:14 +0200 Stefan Kost * docs/plugins/gst-plugins-good-plugins-docs.sgml: Add releaseinfo with online url. -Fri Jan 30 18:04:11 2009 +0000 Jan Schmidt +2009-01-30 18:04:11 +0000 Jan Schmidt * tests/check/Makefile.am: * tests/icles/Makefile.am: Fix up some compile flags -Fri Jan 30 17:35:49 2009 +0000 Jan Schmidt +2009-01-30 17:35:49 +0000 Jan Schmidt * gst/videocrop/gstvideocrop.c: Don't use Glib 2.16 function g_strcmp0. -Fri Jan 30 17:34:45 2009 +0000 Jan Schmidt +2009-01-30 17:34:45 +0000 Jan Schmidt * gst/qtdemux/qtdemux.c: Don't do void pointer arithmetic -Fri Jan 30 17:26:19 2009 +0000 Jan Schmidt +2009-01-30 17:26:19 +0000 Jan Schmidt * gst/matroska/matroska-demux.c: * gst/matroska/matroska-mux.c: Fix Forte compiler warnings. Don't do void pointer arithmetic. Don't have an unreachable statement. -Fri Jan 30 17:29:45 2009 +0000 Jan Schmidt +2009-01-30 17:29:45 +0000 Jan Schmidt * common: Bump common -Mon Jan 26 10:33:55 2009 +0100 Edward Hervey +2009-01-26 10:33:55 +0100 Edward Hervey * gst/avi/gstavidemux.c: Remove useless processing for non-raw formats -Fri Jan 30 15:34:31 2009 +0100 Edward Hervey +2009-01-30 15:34:31 +0100 Edward Hervey * gst/qtdemux/qtdemux.c: * gst/qtdemux/qtdemux_fourcc.h: * gst/qtdemux/qtdemux_types.c: Add support for the 'Requirement' and 'Encoder' tags -Fri Jan 30 15:33:19 2009 +0100 Edward Hervey +2009-01-30 15:33:19 +0100 Edward Hervey * gst/qtdemux/qtdemux.c: Modify private-tag name formatter so that it doesn't go mad at fourcc starting with '(c)'. -Fri Jan 30 14:40:51 2009 +0100 Brijesh Singh +2009-01-30 14:40:51 +0100 Brijesh Singh * sys/v4l2/gstv4l2tuner.c: Fix comparison of the tuner norms @@ -254,18 +273,18 @@ Fri Jan 30 14:40:51 2009 +0100 Brijesh Singh See http://www.linuxtv.org/downloads/video4linux/API/V4L2_API/spec-single/v4l2.html#STANDARD Fixes bug #569820. -Fri Jan 30 08:53:06 2009 +0100 Edward Hervey +2009-01-30 08:53:06 +0100 Edward Hervey * autogen.sh: * common: Use a symbolic link for the pre-commit client-side hook -Thu Jan 29 14:08:56 2009 +0100 Thijs Vermeir +2009-01-29 14:08:56 +0100 Thijs Vermeir * gst/videocrop/gstaspectratiocrop.c: Only unref the peer when there is one. -Thu Jan 29 11:07:59 2009 +0200 Stefan Kost +2009-01-29 11:07:59 +0200 Stefan Kost * gst/avi/gstavimux.c: * gst/interleave/deinterleave.c: @@ -278,7 +297,7 @@ Thu Jan 29 11:07:59 2009 +0200 Stefan Kost Remove version numbers from a few gst-launch examples. The majority of the examples doe not use -0.10 and this will also help us to maintain the docs. -Thu Jan 29 10:10:08 2009 +0200 Stefan Kost +2009-01-29 10:10:08 +0200 Stefan Kost * sys/directdraw/gstdirectdrawsink.c: * sys/directsound/gstdirectsoundsink.c: @@ -298,23 +317,23 @@ Thu Jan 29 10:10:08 2009 +0200 Stefan Kost Update and add documentation for platform specific plugins (sys). Link to properties. Correct titles for examples. Fix examples. -Thu Jan 29 09:45:25 2009 +0200 Stefan Kost +2009-01-29 09:45:25 +0200 Stefan Kost * gst/multipart/multipartmux.c: Add ' to framerate argument and remove the word 'simple' as all our pipelines are apparently simple. -Thu Jan 29 09:42:56 2009 +0200 Stefan Kost +2009-01-29 09:42:56 +0200 Stefan Kost * ext/jpeg/gstjpegdec.c: * ext/jpeg/gstjpegenc.c: Add examples for the jpeg elements. -Wed Jan 28 21:40:11 2009 +0000 Jan Schmidt +2009-01-28 21:40:11 +0000 Jan Schmidt * ext/pulse/pulsesink.c: Fix compile error in the last commit -Wed Jan 28 20:34:40 2009 +0000 Jan Schmidt +2009-01-28 20:34:40 +0000 Jan Schmidt * configure.ac: * ext/pulse/pulseprobe.c: @@ -353,7 +372,7 @@ Wed Jan 28 20:34:40 2009 +0000 Jan Schmidt GST_TAG_ARTIST, and so on. Signed-off-by: Lennart Poettering -Wed Jan 28 17:46:06 2009 +0200 Stefan Kost +2009-01-28 17:46:06 +0200 Stefan Kost * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-good-plugins-docs.sgml: @@ -402,7 +421,7 @@ Wed Jan 28 17:46:06 2009 +0200 Stefan Kost Update and add documentation for plugins with deps (ext). Link to properties. Correct titles for examples. Document a few trivial cases. Keep lists in section file and docs/plugins/Makefile.am alphabetically ordered. Fix warnings that gtk-doc points out. -Wed Jan 28 15:57:20 2009 +0100 Sebastian Dröge +2009-01-28 15:57:20 +0100 Sebastian Dröge * gst/audiofx/audioecho.c: * gst/audiofx/audioecho.h: @@ -417,12 +436,12 @@ Wed Jan 28 15:57:20 2009 +0100 Sebastian Dröge +2009-01-28 11:58:42 +0100 Edward Hervey * win32/common/config.h: Revert previous bogus commit -Wed Jan 28 12:29:42 2009 +0200 Stefan Kost +2009-01-28 12:29:42 +0200 Stefan Kost * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-good-plugins-docs.sgml: @@ -554,33 +573,33 @@ Wed Jan 28 12:29:42 2009 +0200 Stefan Kost Update and add documentation for plugins with no deps (gst). Link to properties. Correct titles for examples. Document a few trivial cases. Keep lists in section file and docs/plugins/Makefile.am alphabetically ordered. -Tue Jan 27 23:09:05 2009 +0200 Stefan Kost +2009-01-27 23:09:05 +0200 Stefan Kost * tests/examples/spectrum/demo-audiotest.c: * tests/examples/spectrum/demo-osssrc.c: Fix example apps by drawing in the main-loop. -Tue Jan 27 20:33:02 2009 +0000 Tim-Philipp Müller +2009-01-27 20:33:02 +0000 Tim-Philipp Müller * tests/check/Makefile.am: tests: fix build of aspectratio crop unit test in uninstalled environment. -Tue Jan 27 20:30:02 2009 +0000 Tim-Philipp Müller +2009-01-27 20:30:02 +0000 Tim-Philipp Müller * .gitignore: Make git ignore backup files -Mon Jan 26 16:14:47 2009 +0100 Peter Kjellerstedt +2009-01-26 16:14:47 +0100 Peter Kjellerstedt * gst/multipart/multipartdemux.c: Plug a memory leak in a debug message. -Thu Jan 22 15:59:40 2009 +0100 Peter Kjellerstedt +2009-01-22 15:59:40 +0100 Peter Kjellerstedt * gst/udp/gstudpnetutils.c: Correct return value from gst_udp_get_addr() when no known family is found. -Mon Jan 26 09:51:36 2009 +0100 Jonathan Matthew +2009-01-26 09:51:36 +0100 Jonathan Matthew * configure.ac: * ext/soup/gstsouphttpsrc.c: @@ -594,12 +613,12 @@ Mon Jan 26 09:51:36 2009 +0100 Jonathan Matthew set. Fixes bug #552140. -Sun Jan 25 19:26:46 2009 -0800 David Schleef +2009-01-25 19:26:46 -0800 David Schleef * gst/qtdemux/qtdemux.c: Add a few more video fourcc's -Sat Jan 24 14:48:00 2009 +0100 Thijs Vermeir +2009-01-24 14:48:00 +0100 Thijs Vermeir * gst/videocrop/gstaspectratiocrop.c: * tests/check/Makefile.am: @@ -608,12 +627,12 @@ Sat Jan 24 14:48:00 2009 +0100 Thijs Vermeir Add unit test for aspectratiocrop and refactor this element. Added finalize function to cleanup leaking mutex. -Sun Jan 25 14:34:09 2009 +0000 Jan Schmidt +2009-01-25 14:34:09 +0000 Jan Schmidt * tests/check/elements/.gitignore: Ignore check binaries -Sat Jan 24 18:28:06 2009 +0100 Sebastian Dröge +2009-01-24 18:28:06 +0100 Sebastian Dröge * gst/audiofx/audioecho.c: Save some allocations if the echo delay is increased often @@ -622,7 +641,7 @@ Sat Jan 24 18:28:06 2009 +0100 Sebastian Dröge +2009-01-24 14:25:08 +0100 Thijs Vermeir * docs/plugins/inspect/plugin-1394.xml: * docs/plugins/inspect/plugin-aasink.xml: @@ -687,12 +706,12 @@ Sat Jan 24 14:25:08 2009 +0100 Thijs Vermeir * docs/plugins/inspect/plugin-ximagesrc.xml: Update plugin version in documentation -Fri Jan 23 21:47:40 2009 +0100 Thijs Vermeir +2009-01-23 21:47:40 +0100 Thijs Vermeir * gst/videocrop/gstvideocrop.c: Fix link in documentation of videocrop element -Fri Jan 23 21:46:13 2009 +0100 Thijs Vermeir +2009-01-23 21:46:13 +0100 Thijs Vermeir * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-good-plugins-docs.sgml: @@ -705,12 +724,12 @@ Fri Jan 23 21:46:13 2009 +0100 Thijs Vermeir * gst/videocrop/gstaspectratiocrop.c: Add documentation for aspectratiocrop -Sat Jan 24 13:21:39 2009 +0100 Sebastian Dröge +2009-01-24 13:21:39 +0100 Sebastian Dröge * win32/common/config.h: Update win32/common/config.h for the new development cycle -Sat Jan 24 11:53:40 2009 +0100 Sebastian Dröge +2009-01-24 11:53:40 +0100 Sebastian Dröge * gst/audiofx/audioecho.c: Add note that audioecho's reverb sounds metallic @@ -720,7 +739,7 @@ Sat Jan 24 11:53:40 2009 +0100 Sebastian Dröge +2009-01-23 23:38:10 +0000 Jan Schmidt * .gitignore: * docs/plugins/.gitignore: @@ -728,7 +747,7 @@ Fri Jan 23 23:38:10 2009 +0000 Jan Schmidt * tests/examples/audiofx/.gitignore: More entries for the gitignores -Fri Jan 23 20:36:27 2009 +0100 Thijs Vermeir +2009-01-23 20:36:27 +0100 Thijs Vermeir * tests/check/elements/videocrop.c: skip video/x-raw-gray in videocrop unit test @@ -736,7 +755,7 @@ Fri Jan 23 20:36:27 2009 +0100 Thijs Vermeir this lets the videocrop unit test fail. Because videotestsrc can't generate this format. -Fri Jan 23 15:39:46 2009 +0100 Thijs Vermeir +2009-01-23 15:39:46 +0100 Thijs Vermeir * gst/videocrop/Makefile.am: * gst/videocrop/gstaspectratiocrop.c: @@ -746,64 +765,64 @@ Fri Jan 23 15:39:46 2009 +0100 Thijs Vermeir Add new aspectratiocrop element that crops the video to a specified aspect ratio using videocrop. -Fri Jan 23 10:49:28 2009 +0100 Thijs Vermeir +2009-01-23 10:49:28 +0100 Thijs Vermeir * gst/videocrop/gstvideocrop.c: Fix navigation event forwarding while cropping. Fixes bug #567992. Fix the navigation event forwarding while cropping by adjusting the mouse position by the amount of cropped pixels. -Fri Jan 23 10:04:39 2009 +0100 Brian Cameron +2009-01-23 10:04:39 +0100 Brian Cameron * configure.ac: Fix linking on Solaris. Fixes bug #568809. Check for the socket library which is needed for socket() on Solaris. -Thu Jan 22 22:41:43 2009 +0000 Jan Schmidt +2009-01-22 22:41:43 +0000 Jan Schmidt * configure.ac: Bump version number again -> 0.10.13.1 -Thu Jan 22 22:41:01 2009 +0000 Jan Schmidt +2009-01-22 22:41:01 +0000 Jan Schmidt * gst-plugins-good.doap: Add releases 0.10.12 and 0.10.13 to the doap file -Thu Jan 22 18:08:50 2009 +0200 Stefan Kost +2009-01-22 18:08:50 +0200 Stefan Kost * common: Update common snapshot. -Thu Jan 22 14:25:07 2009 +0000 Jan Schmidt +2009-01-22 14:25:07 +0000 Jan Schmidt * configure.ac: * win32/common/config.h: Back to devel -> 0.10.12.1 -Thu Jan 22 01:29:40 2009 +0000 Jan Schmidt +2009-01-22 01:29:40 +0000 Jan Schmidt * configure.ac: Release 0.10.12 -Wed Jan 21 17:22:39 2009 -0800 David Schleef +2009-01-21 17:22:39 -0800 David Schleef * gst/qtdemux/qtdemux.c: Fix for security advisory TKADV2009-0xx Fix potential buffer overflows while reading quicktime headers. Security issue noticed by Tobias Klein. -Wed Jan 21 12:56:55 2009 +0000 Jan Schmidt +2009-01-21 12:56:55 +0000 Jan Schmidt * ext/flac/gstflacdec.c: Fix typo and small flaw in flac decoder -Thu Jan 22 13:49:35 2009 +0100 Sebastian Dröge +2009-01-22 13:49:35 +0100 Sebastian Dröge * common: Fix pre-commit hook -Thu Jan 22 10:40:34 2009 +0100 Sebastian Dröge +2009-01-22 10:40:34 +0100 Sebastian Dröge * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-good-plugins-docs.sgml: @@ -827,35 +846,35 @@ Thu Jan 22 10:40:34 2009 +0100 Sebastian Dröge some additional filtering to prevent a metallic-sounding result. -Thu Jan 22 12:21:29 2009 +0100 Wim Taymans +2009-01-22 12:21:29 +0100 Wim Taymans * gst/rtsp/gstrtspsrc.c: Free leftover udp ports (if any) when a setup request fails. -Thu Jan 22 06:05:26 2009 +0100 Edward Hervey +2009-01-22 06:05:26 +0100 Edward Hervey * autogen.sh: * common: Install and use pre-commit indentation hook from common -Wed Jan 21 13:25:06 2009 +0100 Wim Taymans +2009-01-21 13:25:06 +0100 Wim Taymans * ext/flac/gstflacdec.c: Whitespace fixes and some improved debug lines. -Wed Jan 21 04:31:58 2009 +0100 Edward Hervey +2009-01-21 04:31:58 +0100 Edward Hervey * autogen.sh: autogen.sh : Use git submodule -Tue Jan 20 15:33:05 2009 +0000 Tim-Philipp Müller +2009-01-20 15:33:05 +0000 Tim-Philipp Müller sys/v4l2/gstv4l2src.c: Fix error code (the message string also needs love, but not today). Original commit message from CVS: * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read): Fix error code (the message string also needs love, but not today). -Mon Jan 19 11:44:36 2009 +0000 Luotao Fu +2009-01-19 11:44:36 +0000 Luotao Fu gst/videocrop/gstvideocrop.c: Add 8bit grayscale support to videocrop plugin. Fixes #567952. Original commit message from CVS: @@ -864,14 +883,14 @@ Mon Jan 19 11:44:36 2009 +0000 Luotao Fu (gst_video_crop_get_image_details_from_caps): Add 8bit grayscale support to videocrop plugin. Fixes #567952. -Mon Jan 19 11:22:06 2009 +0000 Sebastian Dröge +2009-01-19 11:22:06 +0000 Sebastian Dröge gst/audiofx/audioreverb.c: Set the default value in the instance init function. Original commit message from CVS: * gst/audiofx/audioreverb.c: (gst_audio_reverb_init): Set the default value in the instance init function. -Mon Jan 19 11:19:08 2009 +0000 Sebastian Dröge +2009-01-19 11:19:08 +0000 Sebastian Dröge Add an echo/reverb filter to the audiofx plugin, with configurable echo delay, intensity and feedback. Fixes bug #567... Original commit message from CVS: @@ -896,7 +915,7 @@ Mon Jan 19 11:19:08 2009 +0000 Sebastian Dröge Add an echo/reverb filter to the audiofx plugin, with configurable echo delay, intensity and feedback. Fixes bug #567874. -Mon Jan 19 10:13:53 2009 +0000 Sebastian Dröge +2009-01-19 10:13:53 +0000 Sebastian Dröge gst/spectrum/gstspectrum.*: Implement a simple compensation algorithm for rounding errors. Original commit message from CVS: @@ -907,7 +926,7 @@ Mon Jan 19 10:13:53 2009 +0000 Sebastian Dröge This makes sure that a spectrum message is posted on the bus every interval nanoseconds. Fixes bug #567955. -Thu Jan 15 21:16:45 2009 +0000 Michael Smith +2009-01-15 21:16:45 +0000 Michael Smith sys/osxaudio/Makefile.am: Link against CoreServices (needed for osx 10.4) and fix up the linker flags. Fixes #567853. Original commit message from CVS: @@ -915,7 +934,7 @@ Thu Jan 15 21:16:45 2009 +0000 Michael Smith Link against CoreServices (needed for osx 10.4) and fix up the linker flags. Fixes #567853. -Thu Jan 15 14:53:18 2009 +0000 Wim Taymans +2009-01-15 14:53:18 +0000 Wim Taymans gst/qtdemux/qtdemux.c: Catch invalid and commonly wrong playback rates in the elst atoms. Original commit message from CVS: @@ -923,7 +942,7 @@ Thu Jan 15 14:53:18 2009 +0000 Wim Taymans Catch invalid and commonly wrong playback rates in the elst atoms. Fixes #567800. -Thu Jan 15 11:40:23 2009 +0000 Sebastian Dröge +2009-01-15 11:40:23 +0000 Sebastian Dröge gst/spectrum/gstspectrum.c: Don't call gst_fft_f32_free() with NULL to prevent a crash. Fixes bug #567642. Original commit message from CVS: @@ -931,7 +950,7 @@ Thu Jan 15 11:40:23 2009 +0000 Sebastian Dröge Don't call gst_fft_f32_free() with NULL to prevent a crash. Fixes bug #567642. -Wed Jan 14 15:44:18 2009 +0000 Sebastian Dröge +2009-01-14 15:44:18 +0000 Sebastian Dröge gst/spectrum/gstspectrum.*: Use correct types for frame/fft counters and some minor cleanup. Original commit message from CVS: @@ -940,7 +959,7 @@ Wed Jan 14 15:44:18 2009 +0000 Sebastian Dröge Use correct types for frame/fft counters and some minor cleanup. -Wed Jan 14 15:37:07 2009 +0000 Lennart Poettering +2009-01-14 15:37:07 +0000 Lennart Poettering ext/pulse/pulseprobe.c: Fix refcount loop, resulting in a thread leak. Fixes bug #567746. Original commit message from CVS: @@ -949,7 +968,7 @@ Wed Jan 14 15:37:07 2009 +0000 Lennart Poettering (gst_pulseprobe_free): Fix refcount loop, resulting in a thread leak. Fixes bug #567746. -Wed Jan 14 10:46:54 2009 +0000 Sebastian Dröge +2009-01-14 10:46:54 +0000 Sebastian Dröge gst/spectrum/: Post a spectrum message on the bus for every interval, even if the interval is small than the length o... Original commit message from CVS: @@ -967,7 +986,7 @@ Wed Jan 14 10:46:54 2009 +0000 Sebastian Dröge Fixes bug #567642. Major cleanup of the spectrum element. -Tue Jan 13 19:23:57 2009 +0000 Sebastian Dröge +2009-01-13 19:23:57 +0000 Sebastian Dröge Add audioiirfilter and audiofirfilter elements which allow generic IIR/FIR filters to be implemented by providing the... Original commit message from CVS: @@ -1023,7 +1042,7 @@ Tue Jan 13 19:23:57 2009 +0000 Sebastian Dröge Add unit tests and example applications for the two filter elements. -Tue Jan 13 19:09:19 2009 +0000 Thiago Sousa Santos +2009-01-13 19:09:19 +0000 Thiago Sousa Santos gst/qtdemux/qtdemux.c: Fix format string for guint64. Original commit message from CVS: @@ -1031,7 +1050,7 @@ Tue Jan 13 19:09:19 2009 +0000 Thiago Sousa Santos +2009-01-13 19:04:09 +0000 Michael Smith sys/osxaudio/Makefile.am: osxaudio plugin now requires AudioUnit framework, so link against that. Original commit message from CVS: @@ -1039,7 +1058,7 @@ Tue Jan 13 19:04:09 2009 +0000 Michael Smith osxaudio plugin now requires AudioUnit framework, so link against that. Clean up tabs v spaces while I'm there. -Tue Jan 13 17:49:07 2009 +0000 Wim Taymans +2009-01-13 17:49:07 +0000 Wim Taymans tests/examples/rtp/server-alsasrc-PCMA.c: Add some example code for printing the RTP manager stats. Original commit message from CVS: @@ -1047,7 +1066,7 @@ Tue Jan 13 17:49:07 2009 +0000 Wim Taymans (print_stats), (main): Add some example code for printing the RTP manager stats. -Tue Jan 13 08:24:25 2009 +0000 Sebastian Dröge +2009-01-13 08:24:25 +0000 Sebastian Dröge gst/audiofx/: Use a custom mutex for protecting the instance fields instead of the GstObject lock. Using the latter c... Original commit message from CVS: @@ -1071,7 +1090,7 @@ Tue Jan 13 08:24:25 2009 +0000 Sebastian Dröge the GstObject lock. Using the latter can lead to deadlocks, especially with the FIR filters when updating the latency. -Sun Jan 11 19:03:38 2009 +0000 Sebastian Dröge +2009-01-11 19:03:38 +0000 Sebastian Dröge gst/audiofx/: Implement a base class for generic audio FIR filters. Original commit message from CVS: @@ -1115,7 +1134,7 @@ Sun Jan 11 19:03:38 2009 +0000 Sebastian Dröge Use this new base class for audiowsincband and audiowsinclimit. Also cleanup both elements. -Thu Jan 8 18:17:13 2009 +0000 Michael Smith +2009-01-08 18:17:13 +0000 Michael Smith gst/qtdemux/qtdemux.c: In push mode, error out if we get EOS before we've created any srcpads. Original commit message from CVS: @@ -1125,7 +1144,7 @@ Thu Jan 8 18:17:13 2009 +0000 Michael Smith the final sub-atom is a 'free' atom and the contents of that are not present in the file. -Thu Jan 8 15:56:46 2009 +0000 Mark Nauwelaerts +2009-01-08 15:56:46 +0000 Mark Nauwelaerts gst/matroska/: Some cleanups, refactoring and minor enhancements in caps handling. Original commit message from CVS: @@ -1140,7 +1159,7 @@ Thu Jan 8 15:56:46 2009 +0000 Mark Nauwelaerts +2009-01-07 20:38:50 +0000 Jan Schmidt ext/pulse/pulsesink.*: Use a mutex to protect the current stream pointer, and ignore callbacks for stream objects tha... Original commit message from CVS: @@ -1151,21 +1170,21 @@ Wed Jan 7 20:38:50 2009 +0000 Jan Schmidt Fixes problems with unprepare/prepare cycles caused by the input caps changing, without reintroducing bug #556986. -Wed Jan 7 16:09:47 2009 +0000 Jan Schmidt +2009-01-07 16:09:47 +0000 Jan Schmidt sys/v4l2/gstv4l2src.c: Remove () from translateable string, so that it makes more sense. Original commit message from CVS: * sys/v4l2/gstv4l2src.c: Remove () from translateable string, so that it makes more sense. -Wed Jan 7 09:43:13 2009 +0000 Mark Nauwelaerts +2009-01-07 09:43:13 +0000 Mark Nauwelaerts gst/avi/gstavimux.c: Minor fix/cleanup in header field calculation. Original commit message from CVS: * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps): Minor fix/cleanup in header field calculation. -Tue Jan 6 17:48:10 2009 +0000 Mark Nauwelaerts +2009-01-06 17:48:10 +0000 Mark Nauwelaerts gst/matroska/matroska-mux.*: Remove internal taglist and fully use tagsetter interface. Original commit message from CVS: @@ -1174,7 +1193,7 @@ Tue Jan 6 17:48:10 2009 +0000 Mark Nauwelaerts +2009-01-06 14:50:29 +0000 Mark Nauwelaerts gst/avi/gstavimux.*: Ensure header size invariance during subsequent rewrite by using tags snapshot. Original commit message from CVS: @@ -1184,7 +1203,7 @@ Tue Jan 6 14:50:29 2009 +0000 Mark Nauwelaerts +2009-01-05 17:31:13 +0000 Sebastian Dröge ext/pulse/pulsesink.c: Don't wait for the pulse mainloop when destroying the stream. Original commit message from CVS: @@ -1193,7 +1212,7 @@ Mon Jan 5 17:31:13 2009 +0000 Sebastian Dröge Fixes a deadlock when the pulsedaemon goes away while pulsesink is PLAYING. Fixes bug #556986. -Mon Jan 5 12:30:40 2009 +0000 Sascha Hauer +2009-01-05 12:30:40 +0000 Sascha Hauer sys/v4l2/gstv4l2src.c: Add support for grayscale v4l2 devices. Fixes bug #566616. Original commit message from CVS: @@ -1203,7 +1222,7 @@ Mon Jan 5 12:30:40 2009 +0000 Sascha Hauer (gst_v4l2_get_caps_info): Add support for grayscale v4l2 devices. Fixes bug #566616. -Mon Jan 5 11:42:09 2009 +0000 Mark Nauwelaerts +2009-01-05 11:42:09 +0000 Mark Nauwelaerts gst/qtdemux/: Streamline tag handling and pass unparsed tags as binary blob in private tag. Original commit message from CVS: @@ -1216,7 +1235,7 @@ Mon Jan 5 11:42:09 2009 +0000 Mark Nauwelaerts +2009-01-05 10:13:29 +0000 Sebastian Dröge gst/audiofx/: Implement a base class for IIR filters. Original commit message from CVS: @@ -1245,7 +1264,7 @@ Mon Jan 5 10:13:29 2009 +0000 Sebastian Dröge * gst/audiofx/audiocheblimit.h: Use the IIR filter base class for the chebyshev filters. -Fri Jan 2 20:39:34 2009 +0000 Justin Karnegas +2009-01-02 20:39:34 +0000 Justin Karnegas sys/osxaudio/: Rewrite osxaudio to work more flexibly and more reliably, using a different abstraction layer of corea... Original commit message from CVS: @@ -1265,7 +1284,7 @@ Fri Jan 2 20:39:34 2009 +0000 Justin Karnegas doing low-level audio I/O on OSX. Fixes byg #564948. -Fri Jan 2 16:31:13 2009 +0000 Wim Taymans +2009-01-02 16:31:13 +0000 Wim Taymans tests/examples/rtp/server-decodebin-H263p-AMR.sh: Add example RTP transcoding pipeline from any file decodedable with... Original commit message from CVS: @@ -1273,7 +1292,7 @@ Fri Jan 2 16:31:13 2009 +0000 Wim Taymans Add example RTP transcoding pipeline from any file decodedable with uridecodebin. -Fri Jan 2 15:20:48 2009 +0000 Wim Taymans +2009-01-02 15:20:48 +0000 Wim Taymans tests/examples/rtp/: Add two C examples of using gstrtpbin as a sender and a receiver. Original commit message from CVS: @@ -1283,14 +1302,14 @@ Fri Jan 2 15:20:48 2009 +0000 Wim Taymans * tests/examples/rtp/server-alsasrc-PCMA.c: (main): Add two C examples of using gstrtpbin as a sender and a receiver. -Wed Dec 31 11:20:55 2008 +0000 Jan Schmidt +2008-12-31 11:20:55 +0000 Jan Schmidt ChangeLog: Remove conflict marker from ChangeLog Original commit message from CVS: * ChangeLog: Remove conflict marker from ChangeLog -Sun Dec 28 09:50:31 2008 +0000 j^ +2008-12-28 09:50:31 +0000 j^ gst/qtdemux/qtdemux.c: Add codec mapping for xvid, fmp4 and ac3 tracks. Original commit message from CVS: @@ -1300,7 +1319,7 @@ Sun Dec 28 09:50:31 2008 +0000 j^ Add codec mapping for xvid, fmp4 and ac3 tracks. Fixes #565850 -Tue Dec 23 12:10:41 2008 +0000 Wim Taymans +2008-12-23 12:10:41 +0000 Wim Taymans ext/jpeg/gstsmokeenc.*: Implement getcaps function. Original commit message from CVS: @@ -1312,7 +1331,7 @@ Tue Dec 23 12:10:41 2008 +0000 Wim Taymans Set caps on the pad and on all outgoing buffers. Fixes #565441. -Fri Dec 19 09:36:45 2008 +0000 Stefan Kost +2008-12-19 09:36:45 +0000 Stefan Kost ext/pulse/pulsemixerctrl.c: And remove temporary comment pointing to the bug ticket. Original commit message from CVS: @@ -1321,49 +1340,49 @@ Fri Dec 19 09:36:45 2008 +0000 Stefan Kost * gst/avi/gstavimux.c: Move reoccuring logging to LOG and log instance too. -Wed Dec 17 17:28:39 2008 +0000 Stefan Kost +2008-12-17 17:28:39 +0000 Stefan Kost ext/pulse/pulsemixerctrl.c: Don't leak the pa_operation. Original commit message from CVS: * ext/pulse/pulsemixerctrl.c: Don't leak the pa_operation. -Tue Dec 16 16:19:26 2008 +0000 Stefan Kost +2008-12-16 16:19:26 +0000 Stefan Kost configure.ac: Require core cvs. Original commit message from CVS: * configure.ac: Require core cvs. -Tue Dec 16 16:07:48 2008 +0000 Stefan Kost +2008-12-16 16:07:48 +0000 Stefan Kost gst/avi/gstavimux.c: Rename api from _flush to _reset_tags. Original commit message from CVS: * gst/avi/gstavimux.c: Rename api from _flush to _reset_tags. -Tue Dec 16 14:22:51 2008 +0000 Stefan Kost +2008-12-16 14:22:51 +0000 Stefan Kost gst/avi/gstavimux.c: Use new tagsetter api to flush tags. Original commit message from CVS: * gst/avi/gstavimux.c: Use new tagsetter api to flush tags. -Tue Dec 16 13:14:39 2008 +0000 Sebastian Dröge +2008-12-16 13:14:39 +0000 Sebastian Dröge tests/check/elements/deinterleave.c: Increase timeout to 3 minutes to prevent timeouts. Original commit message from CVS: * tests/check/elements/deinterleave.c: (deinterleave_suite): Increase timeout to 3 minutes to prevent timeouts. -Tue Dec 16 12:52:24 2008 +0000 Sebastian Dröge +2008-12-16 12:52:24 +0000 Sebastian Dröge tests/check/elements/interleave.c: Increase timeout to 3 minutes to prevent timeouts. Original commit message from CVS: * tests/check/elements/interleave.c: (interleave_suite): Increase timeout to 3 minutes to prevent timeouts. -Tue Dec 16 11:57:01 2008 +0000 Stefan Kost +2008-12-16 11:57:01 +0000 Stefan Kost gst/avi/gstavimux.*: Totally remove the internal taglists and fully use tagsetter. Original commit message from CVS: @@ -1371,7 +1390,7 @@ Tue Dec 16 11:57:01 2008 +0000 Stefan Kost * gst/avi/gstavimux.h: Totally remove the internal taglists and fully use tagsetter. -Mon Dec 15 15:59:53 2008 +0000 Stefan Kost +2008-12-15 15:59:53 +0000 Stefan Kost gst/avi/gstavimux.c: Instead of filtering wrongly just use the mergemode. Applications is use KEEP_ALL if they want t... Original commit message from CVS: @@ -1380,21 +1399,21 @@ Mon Dec 15 15:59:53 2008 +0000 Stefan Kost use KEEP_ALL if they want to supress tag-events. Fixes #563221 for avi for real (I hope). Everyone chime in, before I fix the others. -Mon Dec 15 12:45:35 2008 +0000 Stefan Kost +2008-12-15 12:45:35 +0000 Stefan Kost ext/pulse/pulsemixerctrl.c: Add note about memleak. Original commit message from CVS: * ext/pulse/pulsemixerctrl.c: Add note about memleak. -Sat Dec 13 16:23:09 2008 +0000 Edward Hervey +2008-12-13 16:23:09 +0000 Edward Hervey m4/Makefile.am: A couple more .m4 that aren't shipped anymore with gettext 0.17. Original commit message from CVS: * m4/Makefile.am: A couple more .m4 that aren't shipped anymore with gettext 0.17. -Sat Dec 13 15:34:01 2008 +0000 Edward Hervey +2008-12-13 15:34:01 +0000 Edward Hervey Switch to using GstStaticPadTemplate. Original commit message from CVS: @@ -1417,7 +1436,7 @@ Sat Dec 13 15:34:01 2008 +0000 Edward Hervey (gst_wavparse_sink_activate): Don't forget to unref the GstAdapter. -Sat Dec 13 12:58:24 2008 +0000 Edward Hervey +2008-12-13 12:58:24 +0000 Edward Hervey m4/Makefile.am: inttypes.m4 hasn't been available since gettext-0.15, and since we now require gettext >= 0.17 ... we... Original commit message from CVS: @@ -1426,14 +1445,14 @@ Sat Dec 13 12:58:24 2008 +0000 Edward Hervey require gettext >= 0.17 ... we can remove it from the list of files to dist. -Wed Dec 10 15:03:23 2008 +0000 Christian Schaller +2008-12-10 15:03:23 +0000 Christian Schaller * gst-plugins-good.spec.in: smaller spec file updates Original commit message from CVS: smaller spec file updates -Tue Dec 9 17:55:22 2008 +0000 Stefan Kost +2008-12-09 17:55:22 +0000 Stefan Kost gst/avi/gstavidemux.c: More logging. Original commit message from CVS: @@ -1444,14 +1463,14 @@ Tue Dec 9 17:55:22 2008 +0000 Stefan Kost merge received tags, if application has specified tags using GST_TAG_MERGE_REPLACE_ALL. Fixes #563221 for avi. -Tue Dec 9 14:30:03 2008 +0000 Sebastian Dröge +2008-12-09 14:30:03 +0000 Sebastian Dröge tests/check/Makefile.am: Also ignore pulsemixer for the states unit test. Original commit message from CVS: * tests/check/Makefile.am: Also ignore pulsemixer for the states unit test. -Tue Dec 9 14:19:16 2008 +0000 Wim Taymans +2008-12-09 14:19:16 +0000 Wim Taymans gst/rtp/gstrtpjpegdepay.c: Add an EOI marker at the end of the jpeg frame when it's missing. Original commit message from CVS: @@ -1459,7 +1478,7 @@ Tue Dec 9 14:19:16 2008 +0000 Wim Taymans Add an EOI marker at the end of the jpeg frame when it's missing. Fixes #563056. -Tue Dec 9 10:47:14 2008 +0000 Sebastian Dröge +2008-12-09 10:47:14 +0000 Sebastian Dröge tests/check/elements/videocrop.c: Update the unit test for the new color values for BT.601 red. Original commit message from CVS: @@ -1467,7 +1486,7 @@ Tue Dec 9 10:47:14 2008 +0000 Sebastian Dröge Update the unit test for the new color values for BT.601 red. Fixes bug #563510. -Tue Dec 9 10:28:11 2008 +0000 Tim-Philipp Müller +2008-12-09 10:28:11 +0000 Tim-Philipp Müller ext/dv/gstdvdemux.c: Restore previous behaviour of not passing QoS and navigation events upstream, which presumably w... Original commit message from CVS: @@ -1475,7 +1494,7 @@ Tue Dec 9 10:28:11 2008 +0000 Tim-Philipp Müller Restore previous behaviour of not passing QoS and navigation events upstream, which presumably wasn't meant to be changed. -Tue Dec 9 09:39:53 2008 +0000 Sebastian Dröge +2008-12-09 09:39:53 +0000 Sebastian Dröge ext/dv/gstdvdemux.c: Add srcpads only when needed and remove them again when going back to READY. This prevents stall... Original commit message from CVS: @@ -1488,7 +1507,7 @@ Tue Dec 9 09:39:53 2008 +0000 Sebastian Dröge back to READY. This prevents stalled pipelines if there's no audio inside the DV stream, which happens for many MXF files. -Tue Dec 9 09:09:25 2008 +0000 Sebastian Dröge +2008-12-09 09:09:25 +0000 Sebastian Dröge tests/check/elements/souphttpsrc.c: The ports in libsoup are unsigned integers and not signed integers. Original commit message from CVS: @@ -1497,7 +1516,7 @@ Tue Dec 9 09:09:25 2008 +0000 Sebastian Dröge The ports in libsoup are unsigned integers and not signed integers. -Mon Dec 8 18:31:00 2008 +0000 Sebastian Dröge +2008-12-08 18:31:00 +0000 Sebastian Dröge ext/dv/gstdvdemux.c: Forward all events upstream unless it's something we really don't handle. This fixes latency con... Original commit message from CVS: @@ -1505,7 +1524,7 @@ Mon Dec 8 18:31:00 2008 +0000 Sebastian Dröge Forward all events upstream unless it's something we really don't handle. This fixes latency configuration of pipelines. -Mon Dec 8 18:24:21 2008 +0000 Sebastian Dröge +2008-12-08 18:24:21 +0000 Sebastian Dröge ext/dv/: Really call dv_init() exactly one time, not one time for the demuxer and one time for the decoder. Original commit message from CVS: @@ -1515,14 +1534,14 @@ Mon Dec 8 18:24:21 2008 +0000 Sebastian Dröge Really call dv_init() exactly one time, not one time for the demuxer and one time for the decoder. -Mon Dec 8 12:37:45 2008 +0000 Wim Taymans +2008-12-08 12:37:45 +0000 Wim Taymans gst/rtp/gstrtpmp4apay.c: Copy incomming timestamp to outgoing packets. Original commit message from CVS: * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_handle_buffer): Copy incomming timestamp to outgoing packets. -Mon Dec 8 12:36:21 2008 +0000 Wim Taymans +2008-12-08 12:36:21 +0000 Wim Taymans gst/rtp/gstrtpmp4vpay.c: Don't try to push packets before we could find a valid config startcode. Fixes #563509. Original commit message from CVS: @@ -1531,7 +1550,7 @@ Mon Dec 8 12:36:21 2008 +0000 Wim Taymans Don't try to push packets before we could find a valid config startcode. Fixes #563509. -Sun Dec 7 19:22:48 2008 +0000 Brian Cameron +2008-12-07 19:22:48 +0000 Brian Cameron sys/sunaudio/gstsunaudiomixerctrl.c: Set the mixer fd before calling ioctl() on it. Fixes bug #563414. Original commit message from CVS: @@ -1540,7 +1559,7 @@ Sun Dec 7 19:22:48 2008 +0000 Brian Cameron (gst_sunaudiomixer_ctrl_open): Set the mixer fd before calling ioctl() on it. Fixes bug #563414. -Sun Dec 7 19:01:35 2008 +0000 Alexandre Rostovtsev +2008-12-07 19:01:35 +0000 Alexandre Rostovtsev configure.ac: Make usage of libv4l optional by a configure parameter. Original commit message from CVS: @@ -1549,7 +1568,7 @@ Sun Dec 7 19:01:35 2008 +0000 Alexandre Rostovtsev Make usage of libv4l optional by a configure parameter. Fixes bug #563504. -Fri Dec 5 09:24:18 2008 +0000 Sebastian Dröge +2008-12-05 09:24:18 +0000 Sebastian Dröge Add documentation for matroskamux and matroskademux and update the inspection xml files. Original commit message from CVS: @@ -1629,7 +1648,7 @@ Fri Dec 5 09:24:18 2008 +0000 Sebastian Dröge Add documentation for matroskamux and matroskademux and update the inspection xml files. -Thu Dec 4 20:10:58 2008 +0000 Sebastian Dröge +2008-12-04 20:10:58 +0000 Sebastian Dröge configure.ac: Apparently AC_CONFIG_MACRO_DIR breaks when using more than one macro directory, reverting last change. Original commit message from CVS: @@ -1637,7 +1656,7 @@ Thu Dec 4 20:10:58 2008 +0000 Sebastian Dröge Apparently AC_CONFIG_MACRO_DIR breaks when using more than one macro directory, reverting last change. -Thu Dec 4 19:47:21 2008 +0000 Sebastian Dröge +2008-12-04 19:47:21 +0000 Sebastian Dröge configure.ac: Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to our M4 macros. Original commit message from CVS: @@ -1645,7 +1664,7 @@ Thu Dec 4 19:47:21 2008 +0000 Sebastian Dröge Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to our M4 macros. -Sun Nov 30 16:24:45 2008 +0000 Sebastian Dröge +2008-11-30 16:24:45 +0000 Sebastian Dröge gst/udp/gstmultiudpsink.c: Provide the parameters that are required for the format string to fix a compiler warning. Original commit message from CVS: @@ -1653,14 +1672,14 @@ Sun Nov 30 16:24:45 2008 +0000 Sebastian Dröge Provide the parameters that are required for the format string to fix a compiler warning. -Sat Nov 29 20:05:41 2008 +0000 Stefan Kost +2008-11-29 20:05:41 +0000 Stefan Kost gst/autodetect/gstautoaudiosrc.c: Fix classification. Original commit message from CVS: * gst/autodetect/gstautoaudiosrc.c: Fix classification. -Sat Nov 29 13:31:55 2008 +0000 Sebastian Dröge +2008-11-29 13:31:55 +0000 Sebastian Dröge Require gettext 0.17 because older versions don't mix with libtool 2.2. At build time an older gettext version will s... Original commit message from CVS: @@ -1672,7 +1691,7 @@ Sat Nov 29 13:31:55 2008 +0000 Sebastian Dröge 2.2. At build time an older gettext version will still work. Fixes bug #556091. -Fri Nov 28 15:10:50 2008 +0000 Peter Kjellerstedt +2008-11-28 15:10:50 +0000 Peter Kjellerstedt gst/udp/gstmultiudpsink.c: Make gst_multiudpsink_render() ignore errors from sendto() instead of breaking streaming. ... Original commit message from CVS: @@ -1681,7 +1700,7 @@ Fri Nov 28 15:10:50 2008 +0000 Peter Kjellerstedt Make gst_multiudpsink_render() ignore errors from sendto() instead of breaking streaming. Emit a warning instead. Fixes #562572. -Thu Nov 27 16:43:24 2008 +0000 Ron McOuat +2008-11-27 16:43:24 +0000 Ron McOuat Add support for basic and digest authentication in souphttpsrc. Original commit message from CVS: @@ -1697,7 +1716,7 @@ Thu Nov 27 16:43:24 2008 +0000 Ron McOuat Add support for basic and digest authentication in souphttpsrc. Fixes bug #561775. -Thu Nov 27 12:13:39 2008 +0000 Sebastian Dröge +2008-11-27 12:13:39 +0000 Sebastian Dröge gst/wavenc/: Add support for a-law and mu-law encoded wav files. Fixes bug #562434. Original commit message from CVS: @@ -1709,7 +1728,7 @@ Thu Nov 27 12:13:39 2008 +0000 Sebastian Dröge * gst/wavenc/riff.h: Add support for a-law and mu-law encoded wav files. Fixes bug #562434. -Thu Nov 27 11:22:56 2008 +0000 이문형 +2008-11-27 11:22:56 +0000 이문형 gst/rtsp/gstrtspsrc.c: Prevent further read/write actions taken to the connect-failed socket by erroring out quickly.... Original commit message from CVS: @@ -1718,7 +1737,7 @@ Thu Nov 27 11:22:56 2008 +0000 이문형 Prevent further read/write actions taken to the connect-failed socket by erroring out quickly. See #562258. -Wed Nov 26 21:19:47 2008 +0000 Stefan Kost +2008-11-26 21:19:47 +0000 Stefan Kost tests/examples/level/level-example.c: Set fakesink to sync. Otherwise people might question the message interval. Nev... Original commit message from CVS: @@ -1726,14 +1745,14 @@ Wed Nov 26 21:19:47 2008 +0000 Stefan Kost Set fakesink to sync. Otherwise people might question the message interval. Nevertheless the timestamp in the message is what matters. -Tue Nov 25 18:13:25 2008 +0000 Wim Taymans +2008-11-25 18:13:25 +0000 Wim Taymans tests/icles/.cvsignore: cvsignore newly generated file. Original commit message from CVS: * tests/icles/.cvsignore: cvsignore newly generated file. -Tue Nov 25 18:03:02 2008 +0000 Wim Taymans +2008-11-25 18:03:02 +0000 Wim Taymans gst/rtp/: Fix the descriptions and fix some email addresses. Original commit message from CVS: @@ -1816,7 +1835,7 @@ Tue Nov 25 18:03:02 2008 +0000 Wim Taymans * gst/rtp/gstrtpvrawpay.c: Fix the descriptions and fix some email addresses. -Tue Nov 25 17:47:24 2008 +0000 Julien Moutte +2008-11-25 17:47:24 +0000 Julien Moutte gst/qtdemux/qtdemux.c: Add MPG1 and MPG2 fourcc to supported qtdemux video codecs as I found some video clips using t... Original commit message from CVS: @@ -1827,7 +1846,7 @@ Tue Nov 25 17:47:24 2008 +0000 Julien Moutte using those. -Tue Nov 25 16:26:16 2008 +0000 Wim Taymans +2008-11-25 16:26:16 +0000 Wim Taymans gst/autodetect/: Post an error when we can't set the internal ghostpad target. Original commit message from CVS: @@ -1838,7 +1857,7 @@ Tue Nov 25 16:26:16 2008 +0000 Wim Taymans * gst/autodetect/gstautovideosrc.c: (gst_auto_video_src_detect): Post an error when we can't set the internal ghostpad target. -Tue Nov 25 16:06:22 2008 +0000 Wim Taymans +2008-11-25 16:06:22 +0000 Wim Taymans gst/videocrop/gstvideocrop.*: Fix renegotiation when changing properties using the new basetransform features. Fixes ... Original commit message from CVS: @@ -1852,7 +1871,7 @@ Tue Nov 25 16:06:22 2008 +0000 Wim Taymans * tests/icles/videocrop2-test.c: (make_pipeline), (main): Add crazy interactive test unit for dynamically changing properties. -Mon Nov 24 12:20:29 2008 +0000 Wim Taymans +2008-11-24 12:20:29 +0000 Wim Taymans gst/rtsp/gstrtspsrc.c: Add some more debugging. Original commit message from CVS: @@ -1862,7 +1881,7 @@ Mon Nov 24 12:20:29 2008 +0000 Wim Taymans Use the reanges received from the server unconditionally. Fixes #561625. -Sun Nov 23 15:08:45 2008 +0000 Stefan Kost +2008-11-23 15:08:45 +0000 Stefan Kost ext/pulse/pulsesink.c: Change #if 0 to something more expresive and add pointer to related bug ticket. Original commit message from CVS: @@ -1870,14 +1889,14 @@ Sun Nov 23 15:08:45 2008 +0000 Stefan Kost Change #if 0 to something more expresive and add pointer to related bug ticket. -Sun Nov 23 11:17:01 2008 +0000 Sebastian Dröge +2008-11-23 11:17:01 +0000 Sebastian Dröge * ChangeLog: ChangeLog surgery Original commit message from CVS: ChangeLog surgery -Sun Nov 23 11:14:42 2008 +0000 Tal Shalif +2008-11-23 11:14:42 +0000 Tal Shalif gst/qtdemux/qtdemux.c: Use G_{BIG,LITTLE}_ENDIAN instead of the non-GLib variants as the latter don't exist on some s... Original commit message from CVS: @@ -1886,7 +1905,7 @@ Sun Nov 23 11:14:42 2008 +0000 Tal Shalif Use G_{BIG,LITTLE}_ENDIAN instead of the non-GLib variants as the latter don't exist on some systems (mingw). Fixes bug #561992. -Fri Nov 21 13:43:29 2008 +0000 Zeeshan Ali +2008-11-21 13:43:29 +0000 Zeeshan Ali ext/soup/gstsouphttpsrc.c: Add transferMode.dnla.org header to HTTP requests as this is required by the DLNA specs an... Original commit message from CVS: @@ -1896,7 +1915,7 @@ Fri Nov 21 13:43:29 2008 +0000 Zeeshan Ali required by the DLNA specs and doesn't hurt in other situations. Fixes bug #561802. -Thu Nov 20 23:59:07 2008 +0000 Michael Smith +2008-11-20 23:59:07 +0000 Michael Smith sys/osxvideo/osxvideosink.*: Handle video window resizing more correctly, avoiding crashes when embedding the window ... Original commit message from CVS: @@ -1905,7 +1924,7 @@ Thu Nov 20 23:59:07 2008 +0000 Michael Smith Handle video window resizing more correctly, avoiding crashes when embedding the window and resizing it. -Thu Nov 20 22:56:58 2008 +0000 Michael Smith +2008-11-20 22:56:58 +0000 Michael Smith gst/udp/: Fix multiudpsink on OSX by passing the specific length of the socket, refactor that into a function shared ... Original commit message from CVS: @@ -1916,7 +1935,7 @@ Thu Nov 20 22:56:58 2008 +0000 Michael Smith Fix multiudpsink on OSX by passing the specific length of the socket, refactor that into a function shared with the same thing in udpsrc. -Thu Nov 20 20:07:26 2008 +0000 Wim Taymans +2008-11-20 20:07:26 +0000 Wim Taymans gst/wavparse/gstwavparse.c: Fix the scaling code. Original commit message from CVS: @@ -1927,7 +1946,7 @@ Thu Nov 20 20:07:26 2008 +0000 Wim Taymans Fix parsing of the INFO chunks, we were reading the wrong number of bytes. Fixes #561580. -Thu Nov 20 14:30:40 2008 +0000 Jan Schmidt +2008-11-20 14:30:40 +0000 Jan Schmidt gst/matroska/matroska-mux.c: Fix NULL pointer dereference of an unset codec_id in the recently added Dirac paths Original commit message from CVS: @@ -1935,7 +1954,7 @@ Thu Nov 20 14:30:40 2008 +0000 Jan Schmidt Fix NULL pointer dereference of an unset codec_id in the recently added Dirac paths -Thu Nov 20 13:58:43 2008 +0000 Jan Schmidt +2008-11-20 13:58:43 +0000 Jan Schmidt tests/check/Makefile.am: Just keep disabling elements that hang the states test until it works. Original commit message from CVS: @@ -1943,7 +1962,7 @@ Thu Nov 20 13:58:43 2008 +0000 Jan Schmidt Just keep disabling elements that hang the states test until it works. -Thu Nov 20 13:46:47 2008 +0000 Jan Schmidt +2008-11-20 13:46:47 +0000 Jan Schmidt ext/libpng/gstpngenc.c: Don't flush downstream after every buffer - that's not what this libpng callback is for at all! Original commit message from CVS: @@ -1951,7 +1970,7 @@ Thu Nov 20 13:46:47 2008 +0000 Jan Schmidt Don't flush downstream after every buffer - that's not what this libpng callback is for at all! -Mon Nov 17 14:04:20 2008 +0000 Tim-Philipp Müller +2008-11-17 14:04:20 +0000 Tim-Philipp Müller sys/v4l2/v4l2src_calls.c: Turns out we don't always get the frame sizes in a predefined order from lowest to highest ... Original commit message from CVS: @@ -1965,7 +1984,7 @@ Mon Nov 17 14:04:20 2008 +0000 Tim-Philipp Müller the camera in my HP2133 mini notebook and makes v4l2src default to a decent size. -Sun Nov 16 14:41:32 2008 +0000 Edward Hervey +2008-11-16 14:41:32 +0000 Edward Hervey gst/matroska/: Make mkvdemux aware of E-AC3. Original commit message from CVS: @@ -1973,7 +1992,7 @@ Sun Nov 16 14:41:32 2008 +0000 Edward Hervey * gst/matroska/matroska-ids.h: Make mkvdemux aware of E-AC3. -Fri Nov 14 18:41:29 2008 +0000 Wim Taymans +2008-11-14 18:41:29 +0000 Wim Taymans gst/rtp/: Add a jpeg depayloader. Original commit message from CVS: @@ -1991,14 +2010,14 @@ Fri Nov 14 18:41:29 2008 +0000 Wim Taymans * gst/rtp/gstrtpjpegpay.c: Set the default properties on the payloader to better defaults. -Fri Nov 14 15:42:32 2008 +0000 Stefan Kost +2008-11-14 15:42:32 +0000 Stefan Kost sys/v4l2/gstv4l2.c: Give it a primary rank for autovideosrc. Original commit message from CVS: * sys/v4l2/gstv4l2.c: Give it a primary rank for autovideosrc. -Fri Nov 14 11:41:55 2008 +0000 Bjorn Ostby +2008-11-14 11:41:55 +0000 Bjorn Ostby gst/rtp/: Add JPEG payloader. Fixes #560756. Original commit message from CVS: @@ -2015,7 +2034,7 @@ Fri Nov 14 11:41:55 2008 +0000 Bjorn Ostby * gst/rtp/gstrtpjpegpay.h: Add JPEG payloader. Fixes #560756. -Thu Nov 13 17:45:59 2008 +0000 Fabricio Godoy +2008-11-13 17:45:59 +0000 Fabricio Godoy sys/: Fix some spelling mistakes. Fixes #556802. Original commit message from CVS: @@ -2026,7 +2045,7 @@ Thu Nov 13 17:45:59 2008 +0000 Fabricio Godoy * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists): Fix some spelling mistakes. Fixes #556802. -Thu Nov 13 16:24:59 2008 +0000 Stefan Kost +2008-11-13 16:24:59 +0000 Stefan Kost gst/equalizer/: Add presets for equalizer. Fixes #522183. Original commit message from CVS: @@ -2037,7 +2056,7 @@ Thu Nov 13 16:24:59 2008 +0000 Stefan Kost * gst/equalizer/gstiirequalizer3bands.c: Add presets for equalizer. Fixes #522183. -Thu Nov 13 16:17:38 2008 +0000 Wim Taymans +2008-11-13 16:17:38 +0000 Wim Taymans gst/rtsp/: Remove google extension again, it's not needed anymore because we never send multiple transports anymore. Original commit message from CVS: @@ -2048,7 +2067,7 @@ Thu Nov 13 16:17:38 2008 +0000 Wim Taymans Remove google extension again, it's not needed anymore because we never send multiple transports anymore. -Thu Nov 13 16:11:16 2008 +0000 Eric Zhang +2008-11-13 16:11:16 +0000 Eric Zhang gst/rtsp/gstrtspsrc.*: Add property to configure NAT traversal method. Original commit message from CVS: @@ -2070,7 +2089,7 @@ Thu Nov 13 16:11:16 2008 +0000 Eric Zhang Send PLAY request to the server after we started the udp sources. Fixes #559545. -Thu Nov 13 14:04:40 2008 +0000 Yotam +2008-11-13 14:04:40 +0000 Yotam gst/rtp/gstrtpmp4vpay.c: Flush the remaining frames on EOS. Fixes #560641. Original commit message from CVS: @@ -2078,14 +2097,14 @@ Thu Nov 13 14:04:40 2008 +0000 Yotam * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event): Flush the remaining frames on EOS. Fixes #560641. -Wed Nov 12 16:37:06 2008 +0000 Jan Schmidt +2008-11-12 16:37:06 +0000 Jan Schmidt gst/rtp/gstrtpg729pay.c: Fix compiler warning about printf formatting. Original commit message from CVS: * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_handle_buffer): Fix compiler warning about printf formatting. -Wed Nov 12 11:55:14 2008 +0000 Andy Wingo +2008-11-12 11:55:14 +0000 Andy Wingo gst/qtdemux/qtdemux.*: Queue up new segment events instead of sending them from the seeking thread. Original commit message from CVS: @@ -2099,7 +2118,7 @@ Wed Nov 12 11:55:14 2008 +0000 Andy Wingo call it here, as we only seek when looping, and only push in the movie state. -Tue Nov 11 19:52:05 2008 +0000 Mark Nauwelaerts +2008-11-11 19:52:05 +0000 Mark Nauwelaerts gst/qtdemux/: Add cover and alternative copyright tag, and enhance some existing ones by marking them as container at... Original commit message from CVS: @@ -2110,14 +2129,14 @@ Tue Nov 11 19:52:05 2008 +0000 Mark Nauwelaerts +2008-11-11 17:33:00 +0000 Wim Taymans gst/rtp/gstrtpg729pay.c: Don't ignore the return value of setcaps. Original commit message from CVS: * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_set_caps): Don't ignore the return value of setcaps. -Tue Nov 11 17:29:03 2008 +0000 Olivier Crete +2008-11-11 17:29:03 +0000 Olivier Crete gst/rtp/gstrtpg729pay.*: Replace G729 payloader with an improved version. Fixes #532409. Original commit message from CVS: @@ -2128,7 +2147,7 @@ Tue Nov 11 17:29:03 2008 +0000 Olivier Crete * gst/rtp/gstrtpg729pay.h: Replace G729 payloader with an improved version. Fixes #532409. -Tue Nov 11 16:00:48 2008 +0000 Wim Taymans +2008-11-11 16:00:48 +0000 Wim Taymans gst/rtsp/gstrtspsrc.c: Only send one transport at a time for improved compatibility with some broken servers. See #53... Original commit message from CVS: @@ -2137,7 +2156,7 @@ Tue Nov 11 16:00:48 2008 +0000 Wim Taymans Only send one transport at a time for improved compatibility with some broken servers. See #537832. -Tue Nov 11 15:16:31 2008 +0000 Wim Taymans +2008-11-11 15:16:31 +0000 Wim Taymans gst/rtsp/gstrtspsrc.c: Only pause/play in the seek handler when the source was playing. Original commit message from CVS: @@ -2146,7 +2165,7 @@ Tue Nov 11 15:16:31 2008 +0000 Wim Taymans Only pause/play in the seek handler when the source was playing. Fixes #529379. -Tue Nov 11 12:18:23 2008 +0000 Sebastian Dröge +2008-11-11 12:18:23 +0000 Sebastian Dröge gst/matroska/matroska-mux.c: Fix muxing of Dirac streams if the input already has the format we need, i.e. is the out... Original commit message from CVS: @@ -2155,14 +2174,14 @@ Tue Nov 11 12:18:23 2008 +0000 Sebastian Dröge Fix muxing of Dirac streams if the input already has the format we need, i.e. is the output of matroskademux. -Tue Nov 11 10:06:01 2008 +0000 Stefan Kost +2008-11-11 10:06:01 +0000 Stefan Kost gst/avi/gstavimux.c: Don't segfault on string typed tags being NULL. Fixes #560155. Original commit message from CVS: * gst/avi/gstavimux.c: Don't segfault on string typed tags being NULL. Fixes #560155. -Mon Nov 10 16:44:45 2008 +0000 Mark Nauwelaerts +2008-11-10 16:44:45 +0000 Mark Nauwelaerts gst/matroska/matroska-mux.c: Fix mapping AAC profile to Matroska codec id. Original commit message from CVS: @@ -2170,7 +2189,7 @@ Mon Nov 10 16:44:45 2008 +0000 Mark Nauwelaerts +2008-11-10 16:36:09 +0000 Mark Nauwelaerts gst/qtdemux/qtdemux.c: Refactor some raw audio caps building, and handle >16-bit cases. Original commit message from CVS: @@ -2179,7 +2198,7 @@ Mon Nov 10 16:36:09 2008 +0000 Mark Nauwelaerts 16-bit cases. Fix/replace building caps from a string description. -Mon Nov 10 13:59:27 2008 +0000 Thomas Vander Stichele +2008-11-10 13:59:27 +0000 Thomas Vander Stichele gst/: Make author name consistent with others. Original commit message from CVS: @@ -2188,7 +2207,7 @@ Mon Nov 10 13:59:27 2008 +0000 Thomas Vander Stichele * gst/cutter/gstcutter.c: Make author name consistent with others. -Mon Nov 10 12:13:21 2008 +0000 Eric Zhang +2008-11-10 12:13:21 +0000 Eric Zhang gst/rtsp/gstrtspsrc.c: Pause the RTSP stream before doing a new play request. Original commit message from CVS: @@ -2199,7 +2218,7 @@ Mon Nov 10 12:13:21 2008 +0000 Eric Zhang Make sure that adding the udpsinks does not cause the rtspsrc to become a sink. Fixes #559547. -Wed Nov 5 14:42:35 2008 +0000 Sebastian Dröge +2008-11-05 14:42:35 +0000 Sebastian Dröge gst/matroska/: Implement Dirac muxing into Matroska comforming to the spec, i.e. put all Dirac packages up to a pictu... Original commit message from CVS: @@ -2213,7 +2232,7 @@ Wed Nov 5 14:42:35 2008 +0000 Sebastian Dröge currently the Dirac muxing is only 100% correct if Matroska version 2 is selected for muxing. -Tue Nov 4 12:32:48 2008 +0000 Bastien Nocera +2008-11-04 12:32:48 +0000 Bastien Nocera Optionally use libv4l to access v4l2 devices. Fixes bug #545033. Original commit message from CVS: @@ -2240,7 +2259,7 @@ Tue Nov 4 12:32:48 2008 +0000 Bastien Nocera (gst_v4l2src_get_nearest_size): Optionally use libv4l to access v4l2 devices. Fixes bug #545033. -Tue Nov 4 12:28:34 2008 +0000 Stefan Kost +2008-11-04 12:28:34 +0000 Stefan Kost Don't install static libs for plugins. Fixes #550851 for -good. Original commit message from CVS: @@ -2314,7 +2333,7 @@ Tue Nov 4 12:28:34 2008 +0000 Stefan Kost * sys/ximage/Makefile.am: Don't install static libs for plugins. Fixes #550851 for -good. -Fri Oct 31 18:17:50 2008 +0000 Sebastian Dröge +2008-10-31 18:17:50 +0000 Sebastian Dröge ext/flac/Makefile.am: Include $(FLAC_CFLAGS) in CFLAGS to make sure to find the FLAC headers. Original commit message from CVS: @@ -2323,7 +2342,7 @@ Fri Oct 31 18:17:50 2008 +0000 Sebastian Dröge This fixes compilation if FLAC is installed in an uncommon location that is not already handled by other CFLAGS. Fixes bug #558711. -Fri Oct 31 10:08:50 2008 +0000 Wim Taymans +2008-10-31 10:08:50 +0000 Wim Taymans sys/v4l2/v4l2src_calls.c: Guard more uncommon formats with ifdefs so that we can compile on older versions. Original commit message from CVS: @@ -2331,7 +2350,7 @@ Fri Oct 31 10:08:50 2008 +0000 Wim Taymans Guard more uncommon formats with ifdefs so that we can compile on older versions. -Fri Oct 31 10:00:18 2008 +0000 Nick Haddad +2008-10-31 10:00:18 +0000 Nick Haddad gst/avi/gstavidemux.c: Invert other uncompressed RGB formats. Fixes #558554. Original commit message from CVS: @@ -2341,7 +2360,7 @@ Fri Oct 31 10:00:18 2008 +0000 Nick Haddad (gst_avi_demux_stream_data): Invert other uncompressed RGB formats. Fixes #558554. -Thu Oct 30 15:08:49 2008 +0000 Sebastian Dröge +2008-10-30 15:08:49 +0000 Sebastian Dröge gst/wavenc/gstwavenc.*: Add support for float/double as input and remove the (nowadays) useless parsing of the depth ... Original commit message from CVS: @@ -2351,7 +2370,7 @@ Thu Oct 30 15:08:49 2008 +0000 Sebastian Dröge Add support for float/double as input and remove the (nowadays) useless parsing of the depth as we require width==depth. -Thu Oct 30 10:31:35 2008 +0000 Wim Taymans +2008-10-30 10:31:35 +0000 Wim Taymans gst/rtp/: Narrow down the caps of the mpeg audio pay/depayloaders to only accept mpeg version 1. Fixes #558427. Original commit message from CVS: @@ -2360,7 +2379,7 @@ Thu Oct 30 10:31:35 2008 +0000 Wim Taymans Narrow down the caps of the mpeg audio pay/depayloaders to only accept mpeg version 1. Fixes #558427. -Wed Oct 29 18:28:25 2008 +0000 Wim Taymans +2008-10-29 18:28:25 +0000 Wim Taymans gst/rtp/gstrtpL16pay.c: Only put an integral amount of samples in the RTP packet. Original commit message from CVS: @@ -2369,7 +2388,7 @@ Wed Oct 29 18:28:25 2008 +0000 Wim Taymans Only put an integral amount of samples in the RTP packet. Fixes #556641. -Tue Oct 28 17:42:02 2008 +0000 Wim Taymans +2008-10-28 17:42:02 +0000 Wim Taymans gst/rtp/gstrtpchannels.*: Add method to get possible channel positions. Original commit message from CVS: @@ -2377,14 +2396,14 @@ Tue Oct 28 17:42:02 2008 +0000 Wim Taymans * gst/rtp/gstrtpchannels.h: Add method to get possible channel positions. -Tue Oct 28 17:39:48 2008 +0000 Wim Taymans +2008-10-28 17:39:48 +0000 Wim Taymans gst/rtp/Makefile.am: Also commit updated makefile Original commit message from CVS: * gst/rtp/Makefile.am: Also commit updated makefile -Tue Oct 28 14:56:08 2008 +0000 Sebastian Dröge +2008-10-28 14:56:08 +0000 Sebastian Dröge gst/wavenc/gstwavenc.c: Don't allow width=32,depth=24 as input. WAV requires that the width is the next integer multi... Original commit message from CVS: @@ -2392,7 +2411,7 @@ Tue Oct 28 14:56:08 2008 +0000 Sebastian Dröge Don't allow width=32,depth=24 as input. WAV requires that the width is the next integer multiply of 8 from the depth. -Tue Oct 28 10:01:49 2008 +0000 Wim Taymans +2008-10-28 10:01:49 +0000 Wim Taymans gst/rtp/: Add mappings for multichannel support. Does not completely just work because the getcaps function does not ... Original commit message from CVS: @@ -2407,7 +2426,7 @@ Tue Oct 28 10:01:49 2008 +0000 Wim Taymans because the getcaps function does not yet return the allowed channel mappings. See #556641. -Tue Oct 28 06:50:57 2008 +0000 Stefan Kost +2008-10-28 06:50:57 +0000 Stefan Kost gst/goom/: Add license headers in all source files. Remove filter.c from Original commit message from CVS: @@ -2458,7 +2477,7 @@ Tue Oct 28 06:50:57 2008 +0000 Stefan Kost EXTRA_DIST, as its in SOURCES already. Mention the files in the REDME which are not used right now. Fixes #557709. -Mon Oct 27 11:28:30 2008 +0000 Olivier Crete +2008-10-27 11:28:30 +0000 Olivier Crete gst/rtp/gstrtpL16pay.c: Implement getcaps in rtpL16pay. Fixes #556484. Original commit message from CVS: @@ -2467,7 +2486,7 @@ Mon Oct 27 11:28:30 2008 +0000 Olivier Crete (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_getcaps): Implement getcaps in rtpL16pay. Fixes #556484. -Mon Oct 27 11:03:53 2008 +0000 Wim Taymans +2008-10-27 11:03:53 +0000 Wim Taymans gst/rtp/gstrtpL16depay.c: Check if clock-rate and channels are valid. Original commit message from CVS: @@ -2644,7 +2663,7 @@ Mon Oct 27 11:03:53 2008 +0000 Wim Taymans * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_setcaps): Don't ignore the return value of set_outcaps. -Mon Oct 27 10:35:07 2008 +0000 Wim Taymans +2008-10-27 10:35:07 +0000 Wim Taymans gst/matroska/matroska-demux.c: Forward unknown events upstream. Original commit message from CVS: @@ -2652,7 +2671,7 @@ Mon Oct 27 10:35:07 2008 +0000 Wim Taymans (gst_matroska_demux_handle_src_event): Forward unknown events upstream. -Mon Oct 27 10:33:20 2008 +0000 Wim Taymans +2008-10-27 10:33:20 +0000 Wim Taymans tests/check/elements/icydemux.c: Add some refcount check Original commit message from CVS: @@ -2663,14 +2682,14 @@ Mon Oct 27 10:33:20 2008 +0000 Wim Taymans * tests/icles/videobox-test.c: (main): Make the output a little more pretty. -Mon Oct 27 09:26:19 2008 +0000 Stefan Kost +2008-10-27 09:26:19 +0000 Stefan Kost ext/esd/esdmon.c: Add doc blob. Original commit message from CVS: * ext/esd/esdmon.c: Add doc blob. -Mon Oct 27 09:21:44 2008 +0000 Stefan Kost +2008-10-27 09:21:44 +0000 Stefan Kost docs/plugins/: Add the docs of the new elements. Original commit message from CVS: @@ -2683,7 +2702,7 @@ Mon Oct 27 09:21:44 2008 +0000 Stefan Kost * docs/plugins/inspect/plugin-autodetect.xml: Add the docs of the new elements. -Mon Oct 27 09:04:37 2008 +0000 Sebastian Dröge +2008-10-27 09:04:37 +0000 Sebastian Dröge gst/autodetect/: Fix "Since" tags in the documentation. Original commit message from CVS: @@ -2693,7 +2712,7 @@ Mon Oct 27 09:04:37 2008 +0000 Sebastian Dröge (gst_auto_video_src_class_init): Fix "Since" tags in the documentation. -Mon Oct 27 09:00:29 2008 +0000 Sjoerd Simons +2008-10-27 09:00:29 +0000 Sjoerd Simons ext/soup/gstsouphttpsrc.c: Add support for souphttpsrc to act as a live source. This makes it possible to get timesta... Original commit message from CVS: @@ -2704,7 +2723,7 @@ Mon Oct 27 09:00:29 2008 +0000 Sjoerd Simons possible to get timestamped buffers in combination with the "do-timestamp" property. Fixes bug #556019. -Mon Oct 27 08:54:30 2008 +0000 Stefan Kost +2008-10-27 08:54:30 +0000 Stefan Kost gst/autodetect/: Implement src plugins. Little code/string cleanup in the sinks. Original commit message from CVS: @@ -2719,7 +2738,7 @@ Mon Oct 27 08:54:30 2008 +0000 Stefan Kost Implement src plugins. Little code/string cleanup in the sinks. Fixes #523813. -Mon Oct 27 08:45:11 2008 +0000 Peter Kjellerstedt +2008-10-27 08:45:11 +0000 Peter Kjellerstedt gst/matroska/matroska-mux.c: Fix a memory leak when pads are requested but the pipeline never goes into PLAYING. Original commit message from CVS: @@ -2732,7 +2751,7 @@ Mon Oct 27 08:45:11 2008 +0000 Peter Kjellerstedt data or not. Fixes bug #557710. -Mon Oct 27 08:40:02 2008 +0000 Sebastian Dröge +2008-10-27 08:40:02 +0000 Sebastian Dröge gst/udp/gstudpnetutils.h: Define the correct WINVER so getaddinfo() can be used when using mingw32. Fixes bug #557294. Original commit message from CVS: @@ -2741,7 +2760,7 @@ Mon Oct 27 08:40:02 2008 +0000 Sebastian Dröge Define the correct WINVER so getaddinfo() can be used when using mingw32. Fixes bug #557294. -Mon Oct 27 08:36:43 2008 +0000 Sebastian Dröge +2008-10-27 08:36:43 +0000 Sebastian Dröge gst/udp/: Fix "argument type mismatch" compiler warnings on Windows. Original commit message from CVS: @@ -2752,7 +2771,7 @@ Mon Oct 27 08:36:43 2008 +0000 Sebastian Dröge Fix "argument type mismatch" compiler warnings on Windows. Fixes bug #557293. -Mon Oct 27 08:30:51 2008 +0000 Sebastian Dröge +2008-10-27 08:30:51 +0000 Sebastian Dröge gst/equalizer/gstiirequalizer.c: Don't calculate the filter coefficients for every single buffer but only when it's n... Original commit message from CVS: @@ -2760,21 +2779,23 @@ Mon Oct 27 08:30:51 2008 +0000 Sebastian Dröge Don't calculate the filter coefficients for every single buffer but only when it's needed. Fixes bug #557260. -Sun Oct 26 20:05:43 2008 +0000 Jan Schmidt +2008-10-26 20:05:43 +0000 Jan Schmidt configure.ac: Back to development -> 0.10.11.1 Original commit message from CVS: * configure.ac: Back to development -> 0.10.11.1 -Sun Oct 26 20:04:21 2008 +0000 Jan Schmidt +2008-10-26 20:04:21 +0000 Jan Schmidt gst-plugins-good.doap: Fix version number of 0.10.11 release in doap file Original commit message from CVS: * gst-plugins-good.doap: Fix version number of 0.10.11 release in doap file -Fri Oct 24 22:41:18 2008 +0000 Jan Schmidt +=== release 0.10.11 === + +2008-10-24 22:41:18 +0000 Jan Schmidt * ChangeLog: * NEWS: @@ -2852,7 +2873,7 @@ Fri Oct 24 22:41:18 2008 +0000 Jan Schmidt Original commit message from CVS: Release 0.10.11 -Fri Oct 24 22:20:47 2008 +0000 Jan Schmidt +2008-10-24 22:20:47 +0000 Jan Schmidt * po/af.po: * po/az.po: @@ -2889,14 +2910,14 @@ Fri Oct 24 22:20:47 2008 +0000 Jan Schmidt Original commit message from CVS: Update .po files -Fri Oct 24 16:30:53 2008 +0000 Jan Schmidt +2008-10-24 16:30:53 +0000 Jan Schmidt configure.ac: Commit 0.10.10.4 pre-release Original commit message from CVS: * configure.ac: Commit 0.10.10.4 pre-release -Tue Oct 21 12:42:45 2008 +0000 Mark Nauwelaerts +2008-10-21 12:42:45 +0000 Mark Nauwelaerts gst/avi/gstavimux.c: Fix VPRP chunk setup in avimux. Original commit message from CVS: @@ -2905,7 +2926,7 @@ Tue Oct 21 12:42:45 2008 +0000 Mark Nauwelaerts -Tue Oct 21 12:38:35 2008 +0000 Wim Taymans +2008-10-21 12:38:35 +0000 Wim Taymans gst/videobox/gstvideobox.c: support dynamically changing properties in videobox Original commit message from CVS: @@ -2914,21 +2935,21 @@ Tue Oct 21 12:38:35 2008 +0000 Wim Taymans Fixed: #557085 Patch By: Wim Taymans -Thu Oct 16 17:10:42 2008 +0000 Jan Schmidt +2008-10-16 17:10:42 +0000 Jan Schmidt configure.ac: 0.10.10.3 pre-release Original commit message from CVS: * configure.ac: 0.10.10.3 pre-release -Thu Oct 16 15:30:22 2008 +0000 Jan Schmidt +2008-10-16 15:30:22 +0000 Jan Schmidt tests/check/Makefile.am: Don't run the states test on pulsesrc and pulsesink Original commit message from CVS: * tests/check/Makefile.am: Don't run the states test on pulsesrc and pulsesink -Thu Oct 16 11:52:44 2008 +0000 Jan Schmidt +2008-10-16 11:52:44 +0000 Jan Schmidt configure.ac: Commit 0.10.10.2 pre-release bump that actually went out on 2008-10-11 Original commit message from CVS: @@ -2936,7 +2957,7 @@ Thu Oct 16 11:52:44 2008 +0000 Jan Schmidt Commit 0.10.10.2 pre-release bump that actually went out on 2008-10-11 -Wed Oct 15 15:42:29 2008 +0000 Edward Hervey +2008-10-15 15:42:29 +0000 Edward Hervey gst/avi/gstavidemux.c: Skip entries for streams that don't have a output pad yet, thereby avoiding calling pad functi... Original commit message from CVS: @@ -2945,7 +2966,7 @@ Wed Oct 15 15:42:29 2008 +0000 Edward Hervey avoiding calling pad functions with a NULL pad. Fixes #556424 -Wed Oct 15 09:39:27 2008 +0000 Edward Hervey +2008-10-15 09:39:27 +0000 Edward Hervey gst/qtdemux/qtdemux.c: Remove previous wrong commit Original commit message from CVS: @@ -2954,7 +2975,7 @@ Wed Oct 15 09:39:27 2008 +0000 Edward Hervey Remove problematic and useless refcount check. Fixes #556381 -Wed Oct 15 09:27:27 2008 +0000 Edward Hervey +2008-10-15 09:27:27 +0000 Edward Hervey gst/qtdemux/qtdemux.c: Remove problematic and useless refcount check. Original commit message from CVS: @@ -2962,7 +2983,7 @@ Wed Oct 15 09:27:27 2008 +0000 Edward Hervey Remove problematic and useless refcount check. Fixes #556381 -Fri Oct 10 12:28:34 2008 +0000 Jan Schmidt +2008-10-10 12:28:34 +0000 Jan Schmidt ext/flac/: Cast some size_t arguments to guint to avoid compiler warnings on 64-bit systems. Original commit message from CVS: @@ -2971,7 +2992,7 @@ Fri Oct 10 12:28:34 2008 +0000 Jan Schmidt Cast some size_t arguments to guint to avoid compiler warnings on 64-bit systems. -Thu Oct 9 14:27:12 2008 +0000 Wim Taymans +2008-10-09 14:27:12 +0000 Wim Taymans gst/rtsp/gstrtspsrc.c: Return TRUE instead of FALSE from the event handler when we swallowed the event. Original commit message from CVS: @@ -2979,14 +3000,14 @@ Thu Oct 9 14:27:12 2008 +0000 Wim Taymans Return TRUE instead of FALSE from the event handler when we swallowed the event. -Wed Oct 8 15:59:56 2008 +0000 Christian Schaller +2008-10-08 15:59:56 +0000 Christian Schaller * gst-plugins-good.spec.in: remove old CDIO plugin now in ugly Original commit message from CVS: remove old CDIO plugin now in ugly -Wed Oct 8 14:47:14 2008 +0000 Wim Taymans +2008-10-08 14:47:14 +0000 Wim Taymans gst/avi/gstavidemux.c: Reset header state. Fixes #555321. Original commit message from CVS: @@ -2994,7 +3015,7 @@ Wed Oct 8 14:47:14 2008 +0000 Wim Taymans (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index): Reset header state. Fixes #555321. -Wed Oct 8 13:31:44 2008 +0000 Wim Taymans +2008-10-08 13:31:44 +0000 Wim Taymans gst/avi/gstavidemux.*: For timestamping audio packets we need to take into account the amount of blocks in one entry ... Original commit message from CVS: @@ -3005,7 +3026,7 @@ Wed Oct 8 13:31:44 2008 +0000 Wim Taymans amount of blocks in one entry using the blockalign. Fixes some sync issues with zero-padded audio blocks in the beginning of avi files. -Wed Oct 8 10:42:26 2008 +0000 Wim Taymans +2008-10-08 10:42:26 +0000 Wim Taymans gst/multifile/gstmultifilesrc.c: Implement DEFAULT and BUFFER position queries. See #555260. Original commit message from CVS: @@ -3013,14 +3034,14 @@ Wed Oct 8 10:42:26 2008 +0000 Wim Taymans (gst_multi_file_src_query): Implement DEFAULT and BUFFER position queries. See #555260. -Wed Oct 8 09:29:00 2008 +0000 Edward Hervey +2008-10-08 09:29:00 +0000 Edward Hervey sys/ximage/gstximagesrc.c: Fix build for systems that don't have XDamage. Original commit message from CVS: * sys/ximage/gstximagesrc.c: (gst_ximage_src_stop): Fix build for systems that don't have XDamage. -Tue Oct 7 09:58:13 2008 +0000 Wim Taymans +2008-10-07 09:58:13 +0000 Wim Taymans tests/examples/rtp/: Add some more H263p server and client examples. Original commit message from CVS: @@ -3029,14 +3050,14 @@ Tue Oct 7 09:58:13 2008 +0000 Wim Taymans * tests/examples/rtp/server-VTS-H263p.sh: Add some more H263p server and client examples. -Fri Oct 3 17:03:07 2008 +0000 Tim-Philipp Müller +2008-10-03 17:03:07 +0000 Tim-Philipp Müller configure.ac: Depend on released versions of core and base. Original commit message from CVS: * configure.ac:: Depend on released versions of core and base. -Fri Oct 3 16:13:32 2008 +0000 Wim Taymans +2008-10-03 16:13:32 +0000 Wim Taymans ext/pulse/: Return -1 instead of 0 in error cases. Fixes #554771. Original commit message from CVS: @@ -3044,7 +3065,7 @@ Fri Oct 3 16:13:32 2008 +0000 Wim Taymans * ext/pulse/pulsesrc.c: (gst_pulsesrc_read): Return -1 instead of 0 in error cases. Fixes #554771. -Fri Oct 3 15:54:07 2008 +0000 Wim Taymans +2008-10-03 15:54:07 +0000 Wim Taymans sys/ximage/gstximagesrc.c: Stop leaking the cursor image. Original commit message from CVS: @@ -3054,7 +3075,7 @@ Fri Oct 3 15:54:07 2008 +0000 Wim Taymans Unref the last_ximage and the cached cursor image on shutdown. Fixes #551570. -Fri Oct 3 11:32:47 2008 +0000 Wim Taymans +2008-10-03 11:32:47 +0000 Wim Taymans sys/v4l2/gstv4l2object.h: Getting the Class from an instance is not just a matter of casting it to the class struct b... Original commit message from CVS: @@ -3063,7 +3084,7 @@ Fri Oct 3 11:32:47 2008 +0000 Wim Taymans the class struct but it involves calling G_OBJECT_GET_CLASS on the instance. Fixes #549784. -Wed Oct 1 21:22:26 2008 +0000 Michael Smith +2008-10-01 21:22:26 +0000 Michael Smith configure.ac: Fix libs for linking directsound. Original commit message from CVS: @@ -3073,7 +3094,7 @@ Wed Oct 1 21:22:26 2008 +0000 Michael Smith Fix buffer sizing to prevent racing the ringbuffer at startup. Add volume property. -Sat Sep 27 00:43:07 2008 +0000 Jan Schmidt +2008-09-27 00:43:07 +0000 Jan Schmidt ext/pulse/pulsesink.c: Fix problems with pulsesink randomly erroring with code 'OK' after a format change on the stre... Original commit message from CVS: @@ -3081,7 +3102,7 @@ Sat Sep 27 00:43:07 2008 +0000 Jan Schmidt Fix problems with pulsesink randomly erroring with code 'OK' after a format change on the stream by waiting when disconnecting the stream. -Fri Sep 26 14:44:49 2008 +0000 Wim Taymans +2008-09-26 14:44:49 +0000 Wim Taymans gst/rtp/gstrtpamrdepay.c: Mark DISCONT on output buffers when the marker bit signals a new talk spurt. Original commit message from CVS: @@ -3093,7 +3114,7 @@ Fri Sep 26 14:44:49 2008 +0000 Wim Taymans Set the marker bit for buffers with a DISCONT flag to signal a talk spurt. -Fri Sep 26 13:55:48 2008 +0000 Wim Taymans +2008-09-26 13:55:48 +0000 Wim Taymans gst/rtp/: Added MP4A-LATM payloader to match the depayloader. Original commit message from CVS: @@ -3108,7 +3129,7 @@ Fri Sep 26 13:55:48 2008 +0000 Wim Taymans * gst/rtp/gstrtpmp4apay.h: Added MP4A-LATM payloader to match the depayloader. -Thu Sep 25 15:11:16 2008 +0000 Wim Taymans +2008-09-25 15:11:16 +0000 Wim Taymans gst/videomixer/videomixer.c: Handle segments a little better. Fixes #537361. Original commit message from CVS: @@ -3116,14 +3137,14 @@ Thu Sep 25 15:11:16 2008 +0000 Wim Taymans (gst_videomixer_sink_event): Handle segments a little better. Fixes #537361. -Thu Sep 25 12:07:46 2008 +0000 Wim Taymans +2008-09-25 12:07:46 +0000 Wim Taymans gst/rtsp/gstrtspsrc.c: Don't assume the server supports PAUSE by default. Fixes #551048. Original commit message from CVS: * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods): Don't assume the server supports PAUSE by default. Fixes #551048. -Thu Sep 25 11:30:35 2008 +0000 Wim Taymans +2008-09-25 11:30:35 +0000 Wim Taymans gst/udp/gstudpsrc.c: Switch on the socket family to get the addrlen size right. Original commit message from CVS: @@ -3131,7 +3152,7 @@ Thu Sep 25 11:30:35 2008 +0000 Wim Taymans (gst_udpsrc_set_uri), (gst_udpsrc_start): Switch on the socket family to get the addrlen size right. -Thu Sep 25 10:34:39 2008 +0000 Daniel Franke +2008-09-25 10:34:39 +0000 Daniel Franke gst/udp/gstudpsrc.c: OS X's bind() implementation is picky about its addrlen parameter and fails with EINVAL if it is... Original commit message from CVS: @@ -3141,7 +3162,7 @@ Thu Sep 25 10:34:39 2008 +0000 Daniel Franke fails with EINVAL if it is larger than expected for the socket's address family. Set the length to the expected length instead. Fixes #553191. -Tue Sep 23 18:08:56 2008 +0000 Wim Taymans +2008-09-23 18:08:56 +0000 Wim Taymans gst/rtsp/gstrtspsrc.c: Handle the case where we cannot do desribe or when the describe result does not contain a vali... Original commit message from CVS: @@ -3149,14 +3170,14 @@ Tue Sep 23 18:08:56 2008 +0000 Wim Taymans Handle the case where we cannot do desribe or when the describe result does not contain a valid SDP message. -Tue Sep 23 17:31:22 2008 +0000 Wim Taymans +2008-09-23 17:31:22 +0000 Wim Taymans gst/udp/gstmultiudpsink.c: Fix setting the qos. Original commit message from CVS: * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property): Fix setting the qos. -Wed Sep 17 14:50:42 2008 +0000 Edward Hervey +2008-09-17 14:50:42 +0000 Edward Hervey gst/qtdemux/qtdemux.c: Some 'broken' files out there have atom lengths of zero... which basically results in qtdemux ... Original commit message from CVS: @@ -3167,7 +3188,7 @@ Wed Sep 17 14:50:42 2008 +0000 Edward Hervey until the *end of night* ! Detect that and emits an adequate element error message. -Wed Sep 17 13:49:04 2008 +0000 Jan Schmidt +2008-09-17 13:49:04 +0000 Jan Schmidt gst/: Fix build flags order. Original commit message from CVS: @@ -3182,7 +3203,7 @@ Wed Sep 17 13:49:04 2008 +0000 Jan Schmidt * tests/check/elements/multifile.c: Pull in unistd.h -Mon Sep 15 21:10:23 2008 +0000 Wim Taymans +2008-09-15 21:10:23 +0000 Wim Taymans gst/rtp/gstrtpmp4gdepay.*: Handle interleaved streams by reordering AU in a queue. Original commit message from CVS: @@ -3194,7 +3215,7 @@ Mon Sep 15 21:10:23 2008 +0000 Wim Taymans * gst/rtp/gstrtpmp4gdepay.h: Handle interleaved streams by reordering AU in a queue. -Mon Sep 15 16:04:26 2008 +0000 Wim Taymans +2008-09-15 16:04:26 +0000 Wim Taymans gst/rtp/gstrtpmp4gdepay.c: Change some of the ranges in the caps, mostly for the amount of bits we can use. Original commit message from CVS: @@ -3207,7 +3228,7 @@ Mon Sep 15 16:04:26 2008 +0000 Wim Taymans Implement more header field parsing. Handle the size of fragmented packets correctly. -Sun Sep 14 11:32:15 2008 +0000 Jonathan Matthew +2008-09-14 11:32:15 +0000 Jonathan Matthew gst/qtdemux/qtdemux.c: Add mapping for 'tiff' => image/tiff Original commit message from CVS: @@ -3216,7 +3237,7 @@ Sun Sep 14 11:32:15 2008 +0000 Jonathan Matthew Add mapping for 'tiff' => image/tiff Fixes #552213 -Thu Sep 11 11:26:06 2008 +0000 Tim-Philipp Müller +2008-09-11 11:26:06 +0000 Tim-Philipp Müller ext/raw1394/: Pretend to care about the result of write() which works around compiler warnings. Original commit message from CVS: @@ -3225,7 +3246,7 @@ Thu Sep 11 11:26:06 2008 +0000 Tim-Philipp Müller Pretend to care about the result of write() which works around compiler warnings. -Thu Sep 4 09:25:59 2008 +0000 Tim-Philipp Müller +2008-09-04 09:25:59 +0000 Tim-Philipp Müller ext/flac/gstflacenc.c: Make sure the desired default values are actually set, not only registered as defaults (actual... Original commit message from CVS: @@ -3238,7 +3259,7 @@ Thu Sep 4 09:25:59 2008 +0000 Tim-Philipp Müller set in _update_quality()). Makes flacenc create smaller files by default (for stereo input), and fixes #550791. -Wed Sep 3 12:39:35 2008 +0000 Mark Nauwelaerts +2008-09-03 12:39:35 +0000 Mark Nauwelaerts gst/qtdemux/: Add support for video/mj2 mime-type and its additional atoms/boxes. Original commit message from CVS: @@ -3251,7 +3272,7 @@ Wed Sep 3 12:39:35 2008 +0000 Mark Nauwelaerts +2008-09-03 11:10:25 +0000 Stefan Kost gst/debug/gsttaginject.c: Add warning when tags parameter is unparsable and give example for quoting in the docs. Original commit message from CVS: @@ -3259,7 +3280,7 @@ Wed Sep 3 11:10:25 2008 +0000 Stefan Kost Add warning when tags parameter is unparsable and give example for quoting in the docs. -Tue Sep 2 15:27:49 2008 +0000 Wim Taymans +2008-09-02 15:27:49 +0000 Wim Taymans gst/qtdemux/qtdemux.c: Add mapping for IMA Loki SDL MJPEG ADPCM codec. Original commit message from CVS: @@ -3268,7 +3289,7 @@ Tue Sep 2 15:27:49 2008 +0000 Wim Taymans Add some alternative byteswapped mappings that seem to pop up sometimes. Fixes #550288. -Tue Sep 2 09:40:38 2008 +0000 Tim-Philipp Müller +2008-09-02 09:40:38 +0000 Tim-Philipp Müller po/: Add 'ca' to LINGUAS; add some more files with translations and some files which should be ignored by translation... Original commit message from CVS: @@ -3278,7 +3299,7 @@ Tue Sep 2 09:40:38 2008 +0000 Tim-Philipp Müller Add 'ca' to LINGUAS; add some more files with translations and some files which should be ignored by translation tools. -Tue Sep 2 08:51:04 2008 +0000 Sebastian Dröge +2008-09-02 08:51:04 +0000 Sebastian Dröge ext/speex/: Use integer encoding and decoding functions instead of converting the integer input to float in the eleme... Original commit message from CVS: @@ -3292,14 +3313,14 @@ Tue Sep 2 08:51:04 2008 +0000 Sebastian Dröge in integer mode, they're doing everything using integer arithmetics. Also saves some copying around. -Mon Sep 1 13:29:29 2008 +0000 Tim-Philipp Müller +2008-09-01 13:29:29 +0000 Tim-Philipp Müller configure.ac: Fix --disable-external Original commit message from CVS: * configure.ac: Fix --disable-external -Sun Aug 31 17:09:18 2008 +0000 Sebastian Dröge +2008-08-31 17:09:18 +0000 Sebastian Dröge ext/wavpack/gstwavpackenc.*: Handle non-zero start timestamps and stream discontinuities correctly. This only has an ... Original commit message from CVS: @@ -3311,7 +3332,7 @@ Sun Aug 31 17:09:18 2008 +0000 Sebastian Dröge a container format as the raw WavPack stream must contain continous sample numbers. -Sun Aug 31 15:02:09 2008 +0000 Sebastian Dröge +2008-08-31 15:02:09 +0000 Sebastian Dröge ext/speex/gstspeexenc.c: Correct the timestamp and granulepos calculation by one Speex frame. Original commit message from CVS: @@ -3319,7 +3340,7 @@ Sun Aug 31 15:02:09 2008 +0000 Sebastian Dröge Correct the timestamp and granulepos calculation by one Speex frame. -Sun Aug 31 14:39:57 2008 +0000 Sebastian Dröge +2008-08-31 14:39:57 +0000 Sebastian Dröge ext/speex/gstspeexdec.c: Correctly take the granulepos from upstream if possible and correctly handle the granulepos ... Original commit message from CVS: @@ -3335,7 +3356,7 @@ Sun Aug 31 14:39:57 2008 +0000 Sebastian Dröge Handle non-zero start timestamps in the encoder and detect/handle stream discontinuities. Fixes bug #547075. -Sun Aug 31 08:32:45 2008 +0000 Craig Keogh +2008-08-31 08:32:45 +0000 Craig Keogh ext/annodex/gstcmmlparser.c: Fix compiler warnings caused by passing a string as format string instead of "%s" and th... Original commit message from CVS: @@ -3345,7 +3366,7 @@ Sun Aug 31 08:32:45 2008 +0000 Craig Keogh instead of "%s" and then the string. This is only exposed by -Wformat=2 as used by default on Ubuntu. Fixes bug #550015. -Sat Aug 30 14:15:03 2008 +0000 Tim-Philipp Müller +2008-08-30 14:15:03 +0000 Tim-Philipp Müller Make stuff compile with GST_DISABLE_GST_DEBUG. Original commit message from CVS: @@ -3359,7 +3380,7 @@ Sat Aug 30 14:15:03 2008 +0000 Tim-Philipp Müller (gst_matroska_demux_check_subtitle_buffer): Make stuff compile with GST_DISABLE_GST_DEBUG. -Fri Aug 29 00:28:55 2008 +0000 Michael Smith +2008-08-29 00:28:55 +0000 Michael Smith gst/law/: Ref caps before passing to gst_pad_template_new(), since that takes ownership. Original commit message from CVS: @@ -3368,7 +3389,7 @@ Fri Aug 29 00:28:55 2008 +0000 Michael Smith Ref caps before passing to gst_pad_template_new(), since that takes ownership. -Thu Aug 28 10:09:16 2008 +0000 Mersad Jelacic +2008-08-28 10:09:16 +0000 Mersad Jelacic gst/multipart/: Convert audio/x-adpcm to and from the audio/G726-X in the muxer and demuxer. Fixes #549551. Original commit message from CVS: @@ -3378,7 +3399,7 @@ Thu Aug 28 10:09:16 2008 +0000 Mersad Jelacic Convert audio/x-adpcm to and from the audio/G726-X in the muxer and demuxer. Fixes #549551. -Wed Aug 27 16:12:39 2008 +0000 Edward Hervey +2008-08-27 16:12:39 +0000 Edward Hervey sys/osxaudio/: Fix the build on macosx. Original commit message from CVS: @@ -3390,7 +3411,7 @@ Wed Aug 27 16:12:39 2008 +0000 Edward Hervey * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_acquire): Fix the build on macosx. -Wed Aug 27 15:42:11 2008 +0000 Tim-Philipp Müller +2008-08-27 15:42:11 +0000 Tim-Philipp Müller gst/icydemux/gsticydemux.c: Small docs fix: in the example pipeline, we need to pass iradio-mode=true to the source, ... Original commit message from CVS: @@ -3399,28 +3420,28 @@ Wed Aug 27 15:42:11 2008 +0000 Tim-Philipp Müller iradio-mode=true to the source, so the server actually sends an ICY stream. -Wed Aug 27 00:08:20 2008 +0000 Michael Smith +2008-08-27 00:08:20 +0000 Michael Smith sys/osxaudio/gstosxaudio.c: Oops. Revert more completely. Original commit message from CVS: * sys/osxaudio/gstosxaudio.c: Oops. Revert more completely. -Tue Aug 26 23:57:05 2008 +0000 Michael Smith +2008-08-26 23:57:05 +0000 Michael Smith sys/osxaudio/gstosxaudio.c: Revert accidental element rename from testing. Original commit message from CVS: * sys/osxaudio/gstosxaudio.c: Revert accidental element rename from testing. -Tue Aug 26 23:53:40 2008 +0000 Jan Schmidt +2008-08-26 23:53:40 +0000 Jan Schmidt gst-plugins-good.doap: Pull in 0.10.10 doap entry from release branch Original commit message from CVS: * gst-plugins-good.doap: Pull in 0.10.10 doap entry from release branch -Tue Aug 26 23:05:57 2008 +0000 Jan Schmidt +2008-08-26 23:05:57 +0000 Jan Schmidt configure.ac: Update version number to reflect 0.10.10 release from branch. Original commit message from CVS: @@ -3428,7 +3449,7 @@ Tue Aug 26 23:05:57 2008 +0000 Jan Schmidt Update version number to reflect 0.10.10 release from branch. -Tue Aug 26 21:13:08 2008 +0000 Michael Smith +2008-08-26 21:13:08 +0000 Michael Smith sys/osxaudio/: Rewrite caps setting and ring buffer initialisation. Original commit message from CVS: @@ -3446,7 +3467,7 @@ Tue Aug 26 21:13:08 2008 +0000 Michael Smith Now we explicitly advertise what formats the hardware supports, and then configure the selected one correctly. -Tue Aug 26 12:27:11 2008 +0000 Stefan Kost +2008-08-26 12:27:11 +0000 Stefan Kost sys/v4l2/: Fix memory leaks. Small code cleanups : No need for empty _init(). No need to memset instance structures. ... Original commit message from CVS: @@ -3458,14 +3479,14 @@ Tue Aug 26 12:27:11 2008 +0000 Stefan Kost Fix memory leaks. Small code cleanups : No need for empty _init(). No need to memset instance structures. Some more FIXME's. -Tue Aug 26 08:11:26 2008 +0000 Stefan Kost +2008-08-26 08:11:26 +0000 Stefan Kost tests/icles/.cvsignore: Ignore more. Original commit message from CVS: * tests/icles/.cvsignore: Ignore more. -Tue Aug 26 08:00:57 2008 +0000 Stefan Kost +2008-08-26 08:00:57 +0000 Stefan Kost gst/: Ignore files. Original commit message from CVS: @@ -3473,20 +3494,20 @@ Tue Aug 26 08:00:57 2008 +0000 Stefan Kost * gst/goom2k1/.cvsignore: Ignore files. -Tue Aug 26 07:51:42 2008 +0000 Stefan Kost +2008-08-26 07:51:42 +0000 Stefan Kost ext/cairo/gsttextoverlay.c: Fix compiler warning. Original commit message from CVS: * ext/cairo/gsttextoverlay.c: Fix compiler warning. -Tue Aug 26 05:42:15 2008 +0000 David Schleef +2008-08-26 05:42:15 +0000 David Schleef ext/cairo/gsttextoverlay.c: Fix obvious memleak. Original commit message from CVS: * ext/cairo/gsttextoverlay.c: Fix obvious memleak. -Mon Aug 25 14:15:43 2008 +0000 Edward Hervey +2008-08-25 14:15:43 +0000 Edward Hervey gst/matroska/: Add Real[Audio|Video] support to Matroska containers. Original commit message from CVS: @@ -3505,7 +3526,7 @@ Mon Aug 25 14:15:43 2008 +0000 Edward Hervey duplicate virtually all the 'mdpr' block creation into mkvmux. Fixes #536067 -Mon Aug 25 09:48:06 2008 +0000 Wim Taymans +2008-08-25 09:48:06 +0000 Wim Taymans gst/law/: The encoder can't really renegotiate at the time they perform a pad-alloc so make the srcpads use fixed caps. Original commit message from CVS: @@ -3519,7 +3540,7 @@ Mon Aug 25 09:48:06 2008 +0000 Wim Taymans not be right when the downstream element does not know the size of the new buffer (capsfilter). Fixes #549073. -Sat Aug 23 15:43:49 2008 +0000 Filippo Argiolas +2008-08-23 15:43:49 +0000 Filippo Argiolas sys/v4l2/gstv4l2tuner.c: v4l2src doesn't have a property named "norm" so don't try to notify about changes to that pr... Original commit message from CVS: @@ -3529,7 +3550,7 @@ Sat Aug 23 15:43:49 2008 +0000 Filippo Argiolas about changes to that property. The "norm" property and related code are commented out currently. Fixes bug #549090. -Sat Aug 23 15:33:49 2008 +0000 Mike Ruprecht +2008-08-23 15:33:49 +0000 Mike Ruprecht sys/v4l2/gstv4l2object.c: Reprobe devices again instead of taking a cached list as new devices could've been plugged ... Original commit message from CVS: @@ -3538,7 +3559,7 @@ Sat Aug 23 15:33:49 2008 +0000 Mike Ruprecht Reprobe devices again instead of taking a cached list as new devices could've been plugged in. Fixes bug #549062. -Fri Aug 22 16:04:02 2008 +0000 Sebastian Dröge +2008-08-22 16:04:02 +0000 Sebastian Dröge gst/autodetect/Makefile.am: Don't link the autodetect plugin with GConf as it doesn't use GConf. Fixes bug #545463. Original commit message from CVS: @@ -3546,7 +3567,7 @@ Fri Aug 22 16:04:02 2008 +0000 Sebastian Dröge Don't link the autodetect plugin with GConf as it doesn't use GConf. Fixes bug #545463. -Fri Aug 22 12:24:23 2008 +0000 Sebastian Dröge +2008-08-22 12:24:23 +0000 Sebastian Dröge gst/matroska/ebml-read.c: Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it possible to ignore errors and... Original commit message from CVS: @@ -3565,7 +3586,7 @@ Fri Aug 22 12:24:23 2008 +0000 Sebastian Dröge audio_only_chapter_seekbroken.mka file from the MPlayer samples archive. -Fri Aug 22 11:29:26 2008 +0000 Zaheer Abbas Merali +2008-08-22 11:29:26 +0000 Zaheer Abbas Merali gst/multipart/: Conform to RFC2046. audio/basic is mulaw 8000Hz mono. Original commit message from CVS: @@ -3573,7 +3594,7 @@ Fri Aug 22 11:29:26 2008 +0000 Zaheer Abbas Merali * gst/multipart/multipartmux.c: Conform to RFC2046. audio/basic is mulaw 8000Hz mono. -Thu Aug 21 21:56:19 2008 +0000 Ole André Vadla Ravnås +2008-08-21 21:56:19 +0000 Ole André Vadla Ravnås * ChangeLog: * sys/directdraw/gstdirectdrawsink.c: @@ -3583,7 +3604,7 @@ Thu Aug 21 21:56:19 2008 +0000 Ole André Vadla Ravnås +2008-08-21 15:28:09 +0000 Ole André Vadla Ravnås sys/directdraw/gstdirectdrawsink.c: Fix buffer ref leak. Original commit message from CVS: @@ -3592,7 +3613,7 @@ Thu Aug 21 15:28:09 2008 +0000 Ole André Vadla Ravnås +2008-08-21 13:27:12 +0000 Sebastian Dröge gst/wavenc/gstwavenc.c: Revert the last commit. wavenc still supports width!=depth for 32 bit width. Thanks Tim. Original commit message from CVS: @@ -3600,7 +3621,7 @@ Thu Aug 21 13:27:12 2008 +0000 Sebastian Dröge Revert the last commit. wavenc still supports width!=depth for 32 bit width. Thanks Tim. -Thu Aug 21 13:22:06 2008 +0000 Sebastian Dröge +2008-08-21 13:22:06 +0000 Sebastian Dröge gst/matroska/matroska-demux.c: If the duration of a block is unknown only use the timestamp for the first lace and us... Original commit message from CVS: @@ -3611,7 +3632,7 @@ Thu Aug 21 13:22:06 2008 +0000 Sebastian Dröge laces. Otherwise every lace has the same timestamp which leads to various problems. Really fixes bug #548831. -Thu Aug 21 12:56:01 2008 +0000 Sebastian Dröge +2008-08-21 12:56:01 +0000 Sebastian Dröge gst/wavenc/gstwavenc.c: If we're not allowing width!=depth in wavenc we should also disable the code that was added t... Original commit message from CVS: @@ -3619,7 +3640,7 @@ Thu Aug 21 12:56:01 2008 +0000 Sebastian Dröge If we're not allowing width!=depth in wavenc we should also disable the code that was added to support width!=depth. -Thu Aug 21 12:52:47 2008 +0000 Sebastian Dröge +2008-08-21 12:52:47 +0000 Sebastian Dröge gst/matroska/matroska-demux.c: Don't calculate the default duration of a frame from the audio sampling rate. This onl... Original commit message from CVS: @@ -3630,7 +3651,7 @@ Thu Aug 21 12:52:47 2008 +0000 Sebastian Dröge if no specified default duration is given or the blocks have no duration. Fixes bug #548831. -Thu Aug 21 12:34:33 2008 +0000 Sebastian Dröge +2008-08-21 12:34:33 +0000 Sebastian Dröge gst/matroska/matroska-demux.c: Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks are used for tex... Original commit message from CVS: @@ -3639,7 +3660,7 @@ Thu Aug 21 12:34:33 2008 +0000 Sebastian Dröge Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks are used for text/plain subtitles as a gap-filler in some files. -Thu Aug 21 12:12:00 2008 +0000 Wim Taymans +2008-08-21 12:12:00 +0000 Wim Taymans sys/v4l2/gstv4l2src.c: Add S910 and PWC formats with a low priority. Original commit message from CVS: @@ -3650,14 +3671,14 @@ Thu Aug 21 12:12:00 2008 +0000 Wim Taymans (gst_v4l2src_probe_caps_for_format): Add more debugging. -Wed Aug 20 21:54:35 2008 +0000 Tim-Philipp Müller +2008-08-20 21:54:35 +0000 Tim-Philipp Müller ext/flac/gstflacenc.c: Fix compilation against older libflac versions. Original commit message from CVS: * ext/flac/gstflacenc.c: Fix compilation against older libflac versions. -Wed Aug 20 17:46:48 2008 +0000 Sebastian Dröge +2008-08-20 17:46:48 +0000 Sebastian Dröge ext/pulse/: Use GST_BOILERPLATE everywhere and fix coding style at some places. Original commit message from CVS: @@ -3679,7 +3700,7 @@ Wed Aug 20 17:46:48 2008 +0000 Sebastian Dröge * ext/pulse/pulseutil.c: (gst_pulse_channel_map_to_gst): Check if the created channel layout is valid for GStreamer. -Wed Aug 20 17:42:21 2008 +0000 Wim Taymans +2008-08-20 17:42:21 +0000 Wim Taymans gst/rtsp/gstrtspgoogle.c: Things that can happen when your brain is in google mode trying to deal with their google r... Original commit message from CVS: @@ -3688,7 +3709,7 @@ Wed Aug 20 17:42:21 2008 +0000 Wim Taymans deal with their google rtsp server extensions and trying to type your google mail account. -Wed Aug 20 17:30:19 2008 +0000 Wim Taymans +2008-08-20 17:30:19 +0000 Wim Taymans gst/rtsp/: Add google RTSP extension, it can only handle udp and responds with unsupported if we do anything else. Fi... Original commit message from CVS: @@ -3712,7 +3733,7 @@ Wed Aug 20 17:30:19 2008 +0000 Wim Taymans Add some more debug. Check for closed connections before doing anything on them. -Wed Aug 20 17:17:55 2008 +0000 Sebastian Dröge +2008-08-20 17:17:55 +0000 Sebastian Dröge ext/pulse/: If downstream provides no channel layout and >2 channels should be used use the default layout that pulse... Original commit message from CVS: @@ -3726,7 +3747,7 @@ Wed Aug 20 17:17:55 2008 +0000 Sebastian Dröge used use the default layout that pulseaudio chooses and also add this layout to the caps. Fixes bug #547258. -Wed Aug 20 11:51:38 2008 +0000 Peter Kjellerstedt +2008-08-20 11:51:38 +0000 Peter Kjellerstedt gst/udp/: Avoid leaking internally allocated file descriptors when setting custom file descriptors. Fixes #543101. Original commit message from CVS: @@ -3741,7 +3762,7 @@ Wed Aug 20 11:51:38 2008 +0000 Peter Kjellerstedt Avoid leaking internally allocated file descriptors when setting custom file descriptors. Fixes #543101. -Wed Aug 20 11:48:46 2008 +0000 Wim Taymans +2008-08-20 11:48:46 +0000 Wim Taymans gst/rtsp/gstrtspsrc.c: Don't try to configure RTCP back to the server when the server did not give us a valid port nu... Original commit message from CVS: @@ -3749,7 +3770,7 @@ Wed Aug 20 11:48:46 2008 +0000 Wim Taymans Don't try to configure RTCP back to the server when the server did not give us a valid port number. -Wed Aug 20 10:59:52 2008 +0000 Wim Taymans +2008-08-20 10:59:52 +0000 Wim Taymans gst/videobox/gstvideobox.c: Use new basetransform method to renegotiate. Fixes #544956. Original commit message from CVS: @@ -3759,14 +3780,14 @@ Wed Aug 20 10:59:52 2008 +0000 Wim Taymans * tests/icles/videobox-test.c: (make_pipeline), (main): Add videobox renegotiation example. -Tue Aug 19 21:03:22 2008 +0000 David Schleef +2008-08-19 21:03:22 +0000 David Schleef gst/wavenc/gstwavenc.c: Remove depth ranges and replace with sane values. Fixes #548530. Original commit message from CVS: * gst/wavenc/gstwavenc.c: Remove depth ranges and replace with sane values. Fixes #548530. -Mon Aug 18 15:05:32 2008 +0000 Sebastian Dröge +2008-08-18 15:05:32 +0000 Sebastian Dröge ext/pulse/: The bytes_per_sample and silence_sample fields of the GstRingBufferSpec are already filled with the corre... Original commit message from CVS: @@ -3777,7 +3798,7 @@ Mon Aug 18 15:05:32 2008 +0000 Sebastian Dröge gst_ring_buffer_parse_caps() so there's no need to set them again with wrong values. -Sat Aug 16 14:54:56 2008 +0000 Edward Hervey +2008-08-16 14:54:56 +0000 Edward Hervey gst/avi/gstavidemux.c: Some AVI 2.0 (ODML) files don't respect the 'specifications' completely and instead of using t... Original commit message from CVS: @@ -3788,7 +3809,7 @@ Sat Aug 16 14:54:56 2008 +0000 Edward Hervey They're still valid though, this fixes the duration and indexes for virtually all the ODML files I have. -Fri Aug 15 17:26:18 2008 +0000 Olivier Crete +2008-08-15 17:26:18 +0000 Olivier Crete gst/rtp/: Update the vorbis RTP pay/depay to RFC 5215. Original commit message from CVS: @@ -3799,28 +3820,28 @@ Fri Aug 15 17:26:18 2008 +0000 Olivier Crete Update the vorbis RTP pay/depay to RFC 5215. Fixes #547842. -Thu Aug 14 22:07:02 2008 +0000 David Schleef +2008-08-14 22:07:02 +0000 David Schleef gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60 with 3:2 pulldown, i.e., 24p. Original commit message from CVS: * gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60 with 3:2 pulldown, i.e., 24p. -Thu Aug 14 12:47:09 2008 +0000 Wim Taymans +2008-08-14 12:47:09 +0000 Wim Taymans tests/check/elements/level.c: Fix compilation some more. Original commit message from CVS: * tests/check/elements/level.c: (GST_START_TEST): Fix compilation some more. -Thu Aug 14 11:44:59 2008 +0000 Tim-Philipp Müller +2008-08-14 11:44:59 +0000 Tim-Philipp Müller configure.ac: Require -base CVS for wavparse acid chunk parsing. Original commit message from CVS: * configure.ac:: Require -base CVS for wavparse acid chunk parsing. -Wed Aug 13 13:57:01 2008 +0000 Sebastian Dröge +2008-08-13 13:57:01 +0000 Sebastian Dröge ext/pulse/pulsesink.*: Add "device-name" property to pulsesink too and currently commented out and not working suppor... Original commit message from CVS: @@ -3833,14 +3854,14 @@ Wed Aug 13 13:57:01 2008 +0000 Sebastian Dröge Add "device-name" property to pulsesink too and currently commented out and not working support for a "volume" property. -Wed Aug 13 13:17:15 2008 +0000 Thijs Vermeir +2008-08-13 13:17:15 +0000 Thijs Vermeir configure.ac: Remove more cdio stuff (moved to ugly) Original commit message from CVS: * configure.ac: Remove more cdio stuff (moved to ugly) -Wed Aug 13 12:37:26 2008 +0000 Laszlo Pandy +2008-08-13 12:37:26 +0000 Laszlo Pandy ext/pulse/pulsesrc.c: Add "device-name" property, which provides a human readable string for the audio device, to mak... Original commit message from CVS: @@ -3851,7 +3872,7 @@ Wed Aug 13 12:37:26 2008 +0000 Laszlo Pandy for the audio device, to make it more consisten with other audio sources. Fixes bug #547519. -Wed Aug 13 12:34:13 2008 +0000 Sebastian Dröge +2008-08-13 12:34:13 +0000 Sebastian Dröge ext/pulse/: Improve debugging a bit by including the parent object in pulsemixerctrl and pulseprobe objects and using... Original commit message from CVS: @@ -3875,7 +3896,7 @@ Wed Aug 13 12:34:13 2008 +0000 Sebastian Dröge parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash when probing for another property than "device". -Wed Aug 13 12:21:22 2008 +0000 Laszlo Pandy +2008-08-13 12:21:22 +0000 Laszlo Pandy ext/pulse/pulsemixer.c: Fix property probing after the device property is set by calling set_server when the server p... Original commit message from CVS: @@ -3884,7 +3905,7 @@ Wed Aug 13 12:21:22 2008 +0000 Laszlo Pandy Fix property probing after the device property is set by calling set_server when the server property changes. Fixes bug #547518. -Wed Aug 13 12:11:34 2008 +0000 Laszlo Pandy +2008-08-13 12:11:34 +0000 Laszlo Pandy ext/pulse/pulsemixer.c: Fix property probing after the device property is set by calling set_server when the server p... Original commit message from CVS: @@ -3893,7 +3914,7 @@ Wed Aug 13 12:11:34 2008 +0000 Laszlo Pandy Fix property probing after the device property is set by calling set_server when the server property changes. Fixes bug #547518. -Wed Aug 13 12:01:01 2008 +0000 Laszlo Pandy +2008-08-13 12:01:01 +0000 Laszlo Pandy ext/pulse/: Implement GstPropertyProbe interface on pulsesink for detecting sink devices and on pulsesrc for detectin... Original commit message from CVS: @@ -3912,14 +3933,14 @@ Wed Aug 13 12:01:01 2008 +0000 Laszlo Pandy sink devices and on pulsesrc for detecting source devices. Fixes bugs #547227 and #547217. -Wed Aug 13 09:17:20 2008 +0000 Stefan Kost +2008-08-13 09:17:20 +0000 Stefan Kost gst/spectrum/gstspectrum.c: Don't terminate on fabs(in)>1.0. Init doubles as doubles. Original commit message from CVS: * gst/spectrum/gstspectrum.c: Don't terminate on fabs(in)>1.0. Init doubles as doubles. -Wed Aug 13 08:33:57 2008 +0000 Edward Hervey +2008-08-13 08:33:57 +0000 Edward Hervey sys/v4l2/gstv4l2src.c: Properly set the maximum latency value, in the same way it is done in v4lsrc. Original commit message from CVS: @@ -3929,7 +3950,7 @@ Wed Aug 13 08:33:57 2008 +0000 Edward Hervey * sys/v4l2/v4l2src_calls.c: Simplify fraction equality check, no need to use GValues for this. -Tue Aug 12 12:04:24 2008 +0000 Edward Hervey +2008-08-12 12:04:24 +0000 Edward Hervey sys/v4l2/gstv4l2src.c: Add warning messages stating exactly why the latency query failed. Original commit message from CVS: @@ -3940,7 +3961,7 @@ Tue Aug 12 12:04:24 2008 +0000 Edward Hervey is already set internally. But we still need to mark it down in fps_n and fps_d so that the latency query can happen properly. -Tue Aug 12 11:28:47 2008 +0000 Edward Hervey +2008-08-12 11:28:47 +0000 Edward Hervey docs/plugins/inspect/plugin-1394.xml: Whoops, forgot one doc file for people who can't/don't build the raw1394 plugin. Original commit message from CVS: @@ -3948,7 +3969,7 @@ Tue Aug 12 11:28:47 2008 +0000 Edward Hervey Whoops, forgot one doc file for people who can't/don't build the raw1394 plugin. -Tue Aug 12 09:22:29 2008 +0000 Jan Schmidt +2008-08-12 09:22:29 +0000 Jan Schmidt Pull changes from 0.10.9.2 pre-release branch moving the libcdio Original commit message from CVS: @@ -3969,7 +3990,7 @@ Tue Aug 12 09:22:29 2008 +0000 Jan Schmidt * po/id.po: Pull in new translation from 0.10.9.2 release branch. -Mon Aug 11 15:05:13 2008 +0000 Edward Hervey +2008-08-11 15:05:13 +0000 Edward Hervey docs/plugins/: Integrate documentation for new hdv1394src element. Original commit message from CVS: @@ -3981,7 +4002,7 @@ Mon Aug 11 15:05:13 2008 +0000 Edward Hervey * docs/plugins/gst-plugins-good-plugins.interfaces: Integrate documentation for new hdv1394src element. -Mon Aug 11 14:36:13 2008 +0000 Edward Hervey +2008-08-11 14:36:13 +0000 Edward Hervey ext/raw1394/: mpeg2-ts (HDV) variant of firewire capture element. Original commit message from CVS: @@ -4003,7 +4024,7 @@ Mon Aug 11 14:36:13 2008 +0000 Edward Hervey mpeg2-ts (HDV) variant of firewire capture element. Fixes #350830 -Mon Aug 11 10:53:06 2008 +0000 Edward Hervey +2008-08-11 10:53:06 +0000 Edward Hervey gst/level/gstlevel.c: Fix compilation (also known as the classic 'fix code that someone committed without compiling i... Original commit message from CVS: @@ -4011,14 +4032,14 @@ Mon Aug 11 10:53:06 2008 +0000 Edward Hervey Fix compilation (also known as the classic 'fix code that someone committed without compiling it first'). -Sun Aug 10 19:40:27 2008 +0000 Stefan Kost +2008-08-10 19:40:27 +0000 Stefan Kost tests/check/elements/level.c: Add a test for level in stereo mode. Original commit message from CVS: * tests/check/elements/level.c: Add a test for level in stereo mode. -Sun Aug 10 19:35:05 2008 +0000 Stefan Kost +2008-08-10 19:35:05 +0000 Stefan Kost tests/examples/spectrum/: Demo how to draw analyzer results synced to the clock. Original commit message from CVS: @@ -4026,7 +4047,7 @@ Sun Aug 10 19:35:05 2008 +0000 Stefan Kost * tests/examples/spectrum/demo-osssrc.c: Demo how to draw analyzer results synced to the clock. -Sun Aug 10 15:52:42 2008 +0000 Stefan Kost +2008-08-10 15:52:42 +0000 Stefan Kost gst/level/gstlevel.c: Little renaming (l -> level). Original commit message from CVS: @@ -4036,7 +4057,7 @@ Sun Aug 10 15:52:42 2008 +0000 Stefan Kost * gst/spectrum/gstspectrum.h: Also send full timestamp/duration details here. -Sun Aug 10 11:32:03 2008 +0000 Stefan Kost +2008-08-10 11:32:03 +0000 Stefan Kost gst/level/gstlevel.*: Send same timestamp/duration details as videoanalysis. This gives applications better chance to... Original commit message from CVS: @@ -4045,7 +4066,7 @@ Sun Aug 10 11:32:03 2008 +0000 Stefan Kost Send same timestamp/duration details as videoanalysis. This gives applications better chance to sync analysis results with playback. -Sat Aug 9 14:02:27 2008 +0000 Sebastian Dröge +2008-08-09 14:02:27 +0000 Sebastian Dröge gst/matroska/matroska-mux.c: We need to drop one additional buffer for FLAC as the fLaC marker and STREAMINFO block a... Original commit message from CVS: @@ -4057,7 +4078,7 @@ Sat Aug 9 14:02:27 2008 +0000 Sebastian Dröge Also don't pretend to support NEWSEGMENT events, otherwise we will most probably write some invalid data. -Sat Aug 9 13:48:22 2008 +0000 Sebastian Dröge +2008-08-09 13:48:22 +0000 Sebastian Dröge gst/matroska/matroska-mux.c: Add support for muxing FLAC into Matroska containers. Original commit message from CVS: @@ -4066,14 +4087,14 @@ Sat Aug 9 13:48:22 2008 +0000 Sebastian Dröge Add support for muxing FLAC into Matroska containers. Fixes bug #311586. -Sat Aug 9 08:58:26 2008 +0000 Sebastian Dröge +2008-08-09 08:58:26 +0000 Sebastian Dröge ext/flac/gstflacenc.c: Actually provide the variables required for the format string. Original commit message from CVS: * ext/flac/gstflacenc.c: (gst_flac_enc_check_discont): Actually provide the variables required for the format string. -Fri Aug 8 16:20:26 2008 +0000 Sebastian Dröge +2008-08-08 16:20:26 +0000 Sebastian Dröge gst/matroska/matroska-demux.*: Close the current segment if we're doing a non-flushing seek and send the close-segmen... Original commit message from CVS: @@ -4085,7 +4106,7 @@ Fri Aug 8 16:20:26 2008 +0000 Sebastian Dröge the close-segment and the new segment of the seek from the streaming thread. -Fri Aug 8 15:20:24 2008 +0000 Sebastian Dröge +2008-08-08 15:20:24 +0000 Sebastian Dröge ext/flac/gstflacenc.*: Handle non-zero start timestamps correctly, mark header packets as Original commit message from CVS: @@ -4099,14 +4120,14 @@ Fri Aug 8 15:20:24 2008 +0000 Sebastian Dröge somehow this should be done for discontinuities instead. Remove some unused variables from the instance struct. -Thu Aug 7 17:14:39 2008 +0000 Christian Schaller +2008-08-07 17:14:39 +0000 Christian Schaller * gst-plugins-good.spec.in: add pulseaudio to plugins list in spec file Original commit message from CVS: add pulseaudio to plugins list in spec file -Thu Aug 7 16:13:41 2008 +0000 Sebastian Dröge +2008-08-07 16:13:41 +0000 Sebastian Dröge ext/flac/gstflacenc.c: If seeking failed return the appropiate return value to FLAC. Original commit message from CVS: @@ -4115,7 +4136,7 @@ Thu Aug 7 16:13:41 2008 +0000 Sebastian Dröge Otherwise it thinks seeking was successfull and tries to rewrite parts of the headers which then get appended to the output. -Thu Aug 7 16:11:00 2008 +0000 Frederic Crozat +2008-08-07 16:11:00 +0000 Frederic Crozat Make sure gettext returns translations in UTF-8 encoding rather than in the current locale encoding (#546822). Original commit message from CVS: @@ -4129,7 +4150,7 @@ Thu Aug 7 16:11:00 2008 +0000 Frederic Crozat Make sure gettext returns translations in UTF-8 encoding rather than in the current locale encoding (#546822). -Thu Aug 7 14:40:13 2008 +0000 Sebastian Dröge +2008-08-07 14:40:13 +0000 Sebastian Dröge ext/flac/gstflacdec.c: Add FIXME for 0.11 to simply output everything with width=32 as given by FLAC and let audiocon... Original commit message from CVS: @@ -4138,7 +4159,7 @@ Thu Aug 7 14:40:13 2008 +0000 Sebastian Dröge by FLAC and let audioconvert handle the conversions instead of doing them in flacdec. -Thu Aug 7 10:22:32 2008 +0000 Jan Schmidt +2008-08-07 10:22:32 +0000 Jan Schmidt sys/v4l2/v4l2src_calls.c: When outputting a pad template range for the size, include a framerate range too, to avoid ... Original commit message from CVS: @@ -4146,7 +4167,7 @@ Thu Aug 7 10:22:32 2008 +0000 Jan Schmidt When outputting a pad template range for the size, include a framerate range too, to avoid 'not a real subset of template caps' errors. -Wed Aug 6 15:34:55 2008 +0000 Jonathan Matthew +2008-08-06 15:34:55 +0000 Jonathan Matthew ext/flac/: Port flactag to 0.10, add documentation for it and clean it up a bit. Original commit message from CVS: @@ -4177,7 +4198,7 @@ Wed Aug 6 15:34:55 2008 +0000 Jonathan Matthew Also use gst_element_class_set_details_simple() in flacdec and flacenc. -Wed Aug 6 13:12:07 2008 +0000 Stefan Kost +2008-08-06 13:12:07 +0000 Stefan Kost gst/qtdemux/qtdemux.c: Use audio/x-qdm for caps. Collect some info - mplayer has a decoder for it but ffmpeg does not. Original commit message from CVS: @@ -4185,7 +4206,7 @@ Wed Aug 6 13:12:07 2008 +0000 Stefan Kost Use audio/x-qdm for caps. Collect some info - mplayer has a decoder for it but ffmpeg does not. -Tue Aug 5 15:05:44 2008 +0000 Stefan Kost +2008-08-05 15:05:44 +0000 Stefan Kost gst/wavparse/gstwavparse.c: Handle the list chunk and use gst_riff_parse_info() to parse the info sub-chunk. Original commit message from CVS: @@ -4193,7 +4214,7 @@ Tue Aug 5 15:05:44 2008 +0000 Stefan Kost Handle the list chunk and use gst_riff_parse_info() to parse the info sub-chunk. -Tue Aug 5 14:22:12 2008 +0000 Stefan Kost +2008-08-05 14:22:12 +0000 Stefan Kost gst/wavparse/gstwavparse.c: Handle the acid chunk and send tempo as part of tags. Other fields are interesting too, b... Original commit message from CVS: @@ -4201,7 +4222,7 @@ Tue Aug 5 14:22:12 2008 +0000 Stefan Kost Handle the acid chunk and send tempo as part of tags. Other fields are interesting too, but need more tag-definitions. Fixes #545433. -Tue Aug 5 14:16:32 2008 +0000 Stefan Kost +2008-08-05 14:16:32 +0000 Stefan Kost gst/wavparse/gstwavparse.c: Refactor wavparse. Call _reset() from dispose() and move old code from dispose into reset... Original commit message from CVS: @@ -4211,7 +4232,7 @@ Tue Aug 5 14:16:32 2008 +0000 Stefan Kost parsing. Fix some comments. Move code for skipping a chunk into extra function. Replace chunk sizes with a const to ease readability. -Tue Aug 5 13:57:57 2008 +0000 Aurelien Grimaud +2008-08-05 13:57:57 +0000 Aurelien Grimaud gst/rtsp/gstrtspsrc.c: Improve udp port setup. Fixes #545710. Original commit message from CVS: @@ -4219,7 +4240,7 @@ Tue Aug 5 13:57:57 2008 +0000 Aurelien Grimaud * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_alloc_udp_ports): Improve udp port setup. Fixes #545710. -Tue Aug 5 13:54:18 2008 +0000 Wim Taymans +2008-08-05 13:54:18 +0000 Wim Taymans gst/rtp/: Add MP1S depayloader. Original commit message from CVS: @@ -4237,7 +4258,7 @@ Tue Aug 5 13:54:18 2008 +0000 Wim Taymans * gst/rtsp/URLS: Some more sample rtsp streams. -Tue Aug 5 08:43:45 2008 +0000 Wim Taymans +2008-08-05 08:43:45 +0000 Wim Taymans gst/rtsp/URLS: Add another URL. Original commit message from CVS: @@ -4247,7 +4268,7 @@ Tue Aug 5 08:43:45 2008 +0000 Wim Taymans * tests/check/elements/rglimiter.c: (GST_START_TEST): Add some more debug info. -Mon Aug 4 09:16:40 2008 +0000 Mark Nauwelaerts +2008-08-04 09:16:40 +0000 Mark Nauwelaerts gst/avi/gstavimux.c: Provide cbSize field for audio extra_data size, and take care to pad extra_data. Original commit message from CVS: @@ -4255,7 +4276,7 @@ Mon Aug 4 09:16:40 2008 +0000 Mark Nauwelaerts +2008-08-04 07:23:07 +0000 Stefan Kost gst/qtdemux/qtdemux.c: Return the result of gst_pad_{start,stop}_task instead of hard-coded Original commit message from CVS: @@ -4263,7 +4284,7 @@ Mon Aug 4 07:23:07 2008 +0000 Stefan Kost Return the result of gst_pad_{start,stop}_task instead of hard-coded TRUE. -Mon Aug 4 07:17:38 2008 +0000 Stefan Kost +2008-08-04 07:17:38 +0000 Stefan Kost gst/qtdemux/: Add keyword tag support. Fixes #520694 for qtdemux. Original commit message from CVS: @@ -4271,14 +4292,14 @@ Mon Aug 4 07:17:38 2008 +0000 Stefan Kost * gst/qtdemux/qtdemux_fourcc.h: Add keyword tag support. Fixes #520694 for qtdemux. -Mon Aug 4 07:05:33 2008 +0000 Stefan Kost +2008-08-04 07:05:33 +0000 Stefan Kost gst/qtdemux/qtdemux.c: Add support for tmpo tag (BPM). Original commit message from CVS: * gst/qtdemux/qtdemux.c: Add support for tmpo tag (BPM). -Sun Aug 3 12:23:49 2008 +0000 Sebastian Dröge +2008-08-03 12:23:49 +0000 Sebastian Dröge ext/flac/gstflacenc.c: Set an estimate for the total number of samples that will be encoded if possible to help decod... Original commit message from CVS: @@ -4291,7 +4312,7 @@ Sun Aug 3 12:23:49 2008 +0000 Sebastian Dröge will get lost when muxing into Ogg, i.e. rewriting the headers doesn't work. -Sun Aug 3 11:38:22 2008 +0000 Sebastian Dröge +2008-08-03 11:38:22 +0000 Sebastian Dröge ext/flac/gstflacdec.c: Support decoding of all depths between 4 and 32 bits and read the depth from the streaminfo he... Original commit message from CVS: @@ -4309,7 +4330,7 @@ Sun Aug 3 11:38:22 2008 +0000 Sebastian Dröge subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates between 1 Hz and 655350 Hz. -Sun Aug 3 09:23:14 2008 +0000 Sebastian Dröge +2008-08-03 09:23:14 +0000 Sebastian Dröge ext/flac/gstflacenc.c: Support encoding of up to 8 channels. Original commit message from CVS: @@ -4317,7 +4338,7 @@ Sun Aug 3 09:23:14 2008 +0000 Sebastian Dröge (gst_flac_enc_sink_getcaps): Support encoding of up to 8 channels. -Sat Aug 2 21:39:01 2008 +0000 Wouter Cloetens +2008-08-02 21:39:01 +0000 Wouter Cloetens ext/soup/gstsouphttpsrc.*: Fix seeking race condition in #540300 Original commit message from CVS: @@ -4326,7 +4347,7 @@ Sat Aug 2 21:39:01 2008 +0000 Wouter Cloetens Fix seeking race condition in #540300 Patch By: Wouter Cloetens -Sat Aug 2 18:35:21 2008 +0000 Sebastian Dröge +2008-08-02 18:35:21 +0000 Sebastian Dröge gst/matroska/matroska-demux.c: When receiving a SEEK event on a specific pad first search for a seek table entry for ... Original commit message from CVS: @@ -4338,7 +4359,7 @@ Sat Aug 2 18:35:21 2008 +0000 Sebastian Dröge table entry for the stream of the pad and then fall back to an entry for a different stream. -Sat Aug 2 18:20:44 2008 +0000 Sebastian Dröge +2008-08-02 18:20:44 +0000 Sebastian Dröge Build depend on core CVS for the attachment tag. Original commit message from CVS: @@ -4347,7 +4368,7 @@ Sat Aug 2 18:20:44 2008 +0000 Sebastian Dröge * gst/matroska/matroska-ids.h: Build depend on core CVS for the attachment tag. -Sat Aug 2 18:18:05 2008 +0000 Sebastian Dröge +2008-08-02 18:18:05 +0000 Sebastian Dröge Decode the codec private data and following ContentEncoding if necessary. Original commit message from CVS: @@ -4371,7 +4392,7 @@ Sat Aug 2 18:18:05 2008 +0000 Sebastian Dröge ffmpeg lzo implementation as liblzo is GPL licensed. Fix zlib decompression. -Sat Aug 2 18:11:32 2008 +0000 Sebastian Dröge +2008-08-02 18:11:32 +0000 Sebastian Dröge gst/matroska/matroska-mux.c: Fix muxing of MP3/MP2 with different MPEG versions by calculating the duration of a fram... Original commit message from CVS: @@ -4380,7 +4401,7 @@ Sat Aug 2 18:11:32 2008 +0000 Sebastian Dröge Fix muxing of MP3/MP2 with different MPEG versions by calculating the duration of a frame with the new mpegaudioversion caps field. -Sat Aug 2 18:06:20 2008 +0000 Sebastian Dröge +2008-08-02 18:06:20 +0000 Sebastian Dröge gst/matroska/matroska-demux.*: Allow an infinite number of stream inside Matroska containers and use a GPtrArray for ... Original commit message from CVS: @@ -4398,7 +4419,7 @@ Sat Aug 2 18:06:20 2008 +0000 Sebastian Dröge Allow an infinite number of stream inside Matroska containers and use a GPtrArray for storing them instead of allowing "only" 127 streams. -Sat Aug 2 18:01:36 2008 +0000 Sebastian Dröge +2008-08-02 18:01:36 +0000 Sebastian Dröge gst/matroska/: Fix indention everywhere. A broken indent version has added newlines after every single declaration so... Original commit message from CVS: @@ -4469,7 +4490,7 @@ Sat Aug 2 18:01:36 2008 +0000 Sebastian Dröge Fix indention everywhere. A broken indent version has added newlines after every single declaration some time ago. -Sat Aug 2 17:59:05 2008 +0000 Sebastian Dröge +2008-08-02 17:59:05 +0000 Sebastian Dröge gst/matroska/matroska-demux.c: If no Tracks are found error out instead of trying it again until the end of time. Original commit message from CVS: @@ -4478,7 +4499,7 @@ Sat Aug 2 17:59:05 2008 +0000 Sebastian Dröge If no Tracks are found error out instead of trying it again until the end of time. -Sat Aug 2 17:57:31 2008 +0000 Sebastian Dröge +2008-08-02 17:57:31 +0000 Sebastian Dröge gst/matroska/matroska-demux.c: Fix demuxing of raw integer audio. The samples are unsigned only for 8 bit and signed ... Original commit message from CVS: @@ -4486,14 +4507,14 @@ Sat Aug 2 17:57:31 2008 +0000 Sebastian Dröge Fix demuxing of raw integer audio. The samples are unsigned only for 8 bit and signed otherwise, not the other way around. -Sat Aug 2 17:54:04 2008 +0000 Sebastian Dröge +2008-08-02 17:54:04 +0000 Sebastian Dröge gst/matroska/matroska-mux.c: Add more raw YUV formats to the list of supported formats. Original commit message from CVS: * gst/matroska/matroska-mux.c: Add more raw YUV formats to the list of supported formats. -Sat Aug 2 17:52:16 2008 +0000 Sebastian Dröge +2008-08-02 17:52:16 +0000 Sebastian Dröge gst/matroska/matroska-mux.c: Add support for muxing raw float audio now that the spec defines the endianness and add ... Original commit message from CVS: @@ -4504,7 +4525,7 @@ Sat Aug 2 17:52:16 2008 +0000 Sebastian Dröge 32 bits. Allow muxing of more than 8 audio channels. -Sat Aug 2 17:47:32 2008 +0000 Sebastian Dröge +2008-08-02 17:47:32 +0000 Sebastian Dröge gst/matroska/matroska-mux.c: Add locking to the global array of used track UIDs to prevent random crashes if more tha... Original commit message from CVS: @@ -4516,7 +4537,7 @@ Sat Aug 2 17:47:32 2008 +0000 Sebastian Dröge Use the global GRandom of GLib instead of creating our own one for the few random numbers we need every single time. -Sat Aug 2 17:18:47 2008 +0000 Sebastian Dröge +2008-08-02 17:18:47 +0000 Sebastian Dröge ext/flac/gstflacdec.c: Always post the audio-codec tag, not only if other tags are present. Original commit message from CVS: @@ -4525,21 +4546,23 @@ Sat Aug 2 17:18:47 2008 +0000 Sebastian Dröge (gst_flac_dec_update_metadata): Always post the audio-codec tag, not only if other tags are present. -Fri Aug 1 23:26:50 2008 +0000 Jan Schmidt +2008-08-01 23:26:50 +0000 Jan Schmidt configure.ac: Back to development -> 0.10.9.1 Original commit message from CVS: * configure.ac: Back to development -> 0.10.9.1 -Fri Aug 1 15:58:47 2008 +0000 Christian Schaller +2008-08-01 15:58:47 +0000 Christian Schaller * gst-plugins-good.spec.in: add missing gstreamer plugins to spec file Original commit message from CVS: add missing gstreamer plugins to spec file -Thu Jul 31 22:10:17 2008 +0000 Jan Schmidt +=== release 0.10.9 === + +2008-07-31 22:10:17 +0000 Jan Schmidt * ChangeLog: * NEWS: @@ -4619,7 +4642,7 @@ Thu Jul 31 22:10:17 2008 +0000 Jan Schmidt Original commit message from CVS: Release 0.10.9 -Thu Jul 31 21:50:44 2008 +0000 Jan Schmidt +2008-07-31 21:50:44 +0000 Jan Schmidt * po/af.po: * po/az.po: @@ -4654,7 +4677,7 @@ Thu Jul 31 21:50:44 2008 +0000 Jan Schmidt Original commit message from CVS: Update .po files -Thu Jul 31 21:26:48 2008 +0000 Jan Schmidt +2008-07-31 21:26:48 +0000 Jan Schmidt ext/soup/gstsouphttpsrc.c: Don't throw an error when soup completes a msg with status 'cancelled', as that indicates ... Original commit message from CVS: @@ -4664,14 +4687,14 @@ Thu Jul 31 21:26:48 2008 +0000 Jan Schmidt shutting down or seeking, and it's not an error. Fixes: #540300 again. -Mon Jul 28 20:17:46 2008 +0000 Jan Schmidt +2008-07-28 20:17:46 +0000 Jan Schmidt configure.ac: 0.10.8.4 pre-release Original commit message from CVS: * configure.ac: 0.10.8.4 pre-release -Fri Jul 25 14:50:03 2008 +0000 Edward Hervey +2008-07-25 14:50:03 +0000 Edward Hervey gst/qtdemux/qtdemux.c: Fix segment-stop regression. Original commit message from CVS: @@ -4680,7 +4703,7 @@ Fri Jul 25 14:50:03 2008 +0000 Edward Hervey Add documentation regarding segments in quicktime files by Wim Taymans. Fixes #544509 -Thu Jul 24 23:55:58 2008 +0000 Jan Schmidt +2008-07-24 23:55:58 +0000 Jan Schmidt configure.ac: 0.10.8.3 pre-release Original commit message from CVS: @@ -4690,7 +4713,7 @@ Thu Jul 24 23:55:58 2008 +0000 Jan Schmidt * po/pt_BR.po: Add pt_BR translation -Wed Jul 23 22:01:20 2008 +0000 Michael Smith +2008-07-23 22:01:20 +0000 Michael Smith gst/goom/: Fix build with MSVC: include glib.h to define inline appropriately, use header guards where needed. Original commit message from CVS: @@ -4707,7 +4730,7 @@ Wed Jul 23 22:01:20 2008 +0000 Michael Smith g_snprintf rather than snprintf. Fixes #544433. -Tue Jul 22 06:32:03 2008 +0000 Stefan Kost +2008-07-22 06:32:03 +0000 Stefan Kost gst/debug/gsttaginject.*: Sent tags in _transform_ip() instead of _start(). Fixes #543404 partially. Original commit message from CVS: @@ -4716,14 +4739,14 @@ Tue Jul 22 06:32:03 2008 +0000 Stefan Kost Sent tags in _transform_ip() instead of _start(). Fixes #543404 partially. -Sat Jul 19 14:12:39 2008 +0000 Jan Schmidt +2008-07-19 14:12:39 +0000 Jan Schmidt configure.ac: 0.10.8.2 pre-release Original commit message from CVS: * configure.ac: 0.10.8.2 pre-release -Sat Jul 19 13:50:53 2008 +0000 Jan Schmidt +2008-07-19 13:50:53 +0000 Jan Schmidt ext/Makefile.am: Finish hooking up pulseaudio plugin to the build. Original commit message from CVS: @@ -4732,7 +4755,7 @@ Sat Jul 19 13:50:53 2008 +0000 Jan Schmidt * ext/pulse/pulsemixerctrl.c: Fix compilation error. -Sat Jul 19 13:23:29 2008 +0000 Jan Schmidt +2008-07-19 13:23:29 +0000 Jan Schmidt po/: Add new lithunian translation, and add french to the LINGUAS file. Original commit message from CVS: @@ -4741,7 +4764,7 @@ Sat Jul 19 13:23:29 2008 +0000 Jan Schmidt Add new lithunian translation, and add french to the LINGUAS file. -Sat Jul 19 13:08:42 2008 +0000 Wouter Cloetens +2008-07-19 13:08:42 +0000 Wouter Cloetens ext/soup/gstsouphttpsrc.c: Fix Soup HTTP source seeking. Original commit message from CVS: @@ -4752,7 +4775,7 @@ Sat Jul 19 13:08:42 2008 +0000 Wouter Cloetens * tests/check/elements/.cvsignore: Ignore new check programs. -Sat Jul 19 01:01:13 2008 +0000 Jan Schmidt +2008-07-19 01:01:13 +0000 Jan Schmidt Move replaygain and interleave plugins from -bad. Original commit message from CVS: @@ -4771,7 +4794,7 @@ Sat Jul 19 01:01:13 2008 +0000 Jan Schmidt Fixes: #543406 Fixes: #536228 -Fri Jul 18 20:03:07 2008 +0000 Mark Nauwelaerts +2008-07-18 20:03:07 +0000 Mark Nauwelaerts gst/qtdemux/qtdemux.c: Revert ISO base media spec based pixel-aspect-ratio calculation. Original commit message from CVS: @@ -4780,7 +4803,7 @@ Fri Jul 18 20:03:07 2008 +0000 Mark Nauwelaerts +2008-07-17 16:42:53 +0000 Edward Hervey sys/osxvideo/osxvideosink.m: Fix minor build issues on macosx. Original commit message from CVS: @@ -4788,7 +4811,7 @@ Thu Jul 17 16:42:53 2008 +0000 Edward Hervey Fix minor build issues on macosx. Fixes #543054 -Thu Jul 17 14:40:51 2008 +0000 Tim-Philipp Müller +2008-07-17 14:40:51 +0000 Tim-Philipp Müller Only use -Wno-attributes (which is there to work around a bug in the taglib 1.5 headers) if the c++ compiler actually... Original commit message from CVS: @@ -4798,7 +4821,7 @@ Thu Jul 17 14:40:51 2008 +0000 Tim-Philipp Müller bug in the taglib 1.5 headers) if the c++ compiler actually supports it (#543255). -Thu Jul 17 13:54:38 2008 +0000 Benoit Fouet +2008-07-17 13:54:38 +0000 Benoit Fouet sys/v4l2/gstv4l2src.c: Avoid compiler warning by initialising variable to NULL (#543259). Original commit message from CVS: @@ -4806,14 +4829,14 @@ Thu Jul 17 13:54:38 2008 +0000 Benoit Fouet * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate): Avoid compiler warning by initialising variable to NULL (#543259). -Mon Jul 14 17:17:47 2008 +0000 Sebastian Dröge +2008-07-14 17:17:47 +0000 Sebastian Dröge gst/debug/gsttaginject.c: Don't pass NULL taglists to gst_tag_list_is_empty(). Original commit message from CVS: * gst/debug/gsttaginject.c: (gst_tag_inject_start): Don't pass NULL taglists to gst_tag_list_is_empty(). -Mon Jul 14 17:15:42 2008 +0000 Sebastian Dröge +2008-07-14 17:15:42 +0000 Sebastian Dröge tests/check/elements/: Don't use declarations after statements. Original commit message from CVS: @@ -4823,14 +4846,14 @@ Mon Jul 14 17:15:42 2008 +0000 Sebastian Dröge * tests/check/elements/souphttpsrc.c: (souphttpsrc_suite): Don't use declarations after statements. -Mon Jul 14 16:28:25 2008 +0000 Mark Nauwelaerts +2008-07-14 16:28:25 +0000 Mark Nauwelaerts ext/jpeg/gstjpegdec.c: Align documentation with reality. Original commit message from CVS: * ext/jpeg/gstjpegdec.c: Align documentation with reality. -Mon Jul 14 13:11:14 2008 +0000 Sebastian Dröge +2008-07-14 13:11:14 +0000 Sebastian Dröge gst/udp/gstudpnetutils.c: EAI_ADDRFAMILY was obsoleted in BSD at some point. Define it to the old value (1) if it's n... Original commit message from CVS: @@ -4839,7 +4862,7 @@ Mon Jul 14 13:11:14 2008 +0000 Sebastian Dröge old value (1) if it's not defined which should not cause any problems as we're using it internal only anyway. -Mon Jul 14 13:02:48 2008 +0000 Alessandro Decina +2008-07-14 13:02:48 +0000 Alessandro Decina gst/avi/gstavidemux.c: Fix build of avidemux on big endian architectures. Original commit message from CVS: @@ -4847,7 +4870,7 @@ Mon Jul 14 13:02:48 2008 +0000 Alessandro Decina * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp): Fix build of avidemux on big endian architectures. -Thu Jul 10 20:47:56 2008 +0000 Thiago Sousa Santos +2008-07-10 20:47:56 +0000 Thiago Sousa Santos gst/qtdemux/qtdemux.c: Correctly distinguish 8bit vs 16bit raw audio. Fixes #542410. Original commit message from CVS: @@ -4855,7 +4878,7 @@ Thu Jul 10 20:47:56 2008 +0000 Thiago Sousa Santos * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps): Correctly distinguish 8bit vs 16bit raw audio. Fixes #542410. -Tue Jul 8 21:05:18 2008 +0000 Mark Nauwelaerts +2008-07-08 21:05:18 +0000 Mark Nauwelaerts gst/qtdemux/qtdemux.c: Set pixel-aspect-ratio in caps using display width and height provided in track. Original commit message from CVS: @@ -4864,7 +4887,7 @@ Tue Jul 8 21:05:18 2008 +0000 Mark Nauwelaerts +2008-07-08 13:59:51 +0000 Sebastian Dröge configure.ac: Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include flags that are invalid for C++. Fixes bu... Original commit message from CVS: @@ -4872,7 +4895,7 @@ Tue Jul 8 13:59:51 2008 +0000 Sebastian Dröge Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include flags that are invalid for C++. Fixes bug #516509. -Tue Jul 8 12:51:34 2008 +0000 Sebastian Dröge +2008-07-08 12:51:34 +0000 Sebastian Dröge Don't use declarations after statements and variable length arrays. Original commit message from CVS: @@ -4886,7 +4909,7 @@ Tue Jul 8 12:51:34 2008 +0000 Sebastian Dröge * tests/examples/spectrum/demo-osssrc.c: (message_handler): Don't use declarations after statements and variable length arrays. -Mon Jul 7 21:28:58 2008 +0000 Daniel Drake +2008-07-07 21:28:58 +0000 Daniel Drake sys/v4l2/v4l2src_calls.c: Try progressive video if interlaced fails. Fixes bug #541956 and the usage of v4l2src on OLPC. Original commit message from CVS: @@ -4896,7 +4919,7 @@ Mon Jul 7 21:28:58 2008 +0000 Daniel Drake Try progressive video if interlaced fails. Fixes bug #541956 and the usage of v4l2src on OLPC. -Mon Jul 7 15:34:12 2008 +0000 Sebastian Dröge +2008-07-07 15:34:12 +0000 Sebastian Dröge gst/rtp/gstrtpspeexdepay.*: Revert last change: Only the jitterbuffer is able to convert RTP to Original commit message from CVS: @@ -4907,7 +4930,7 @@ Mon Jul 7 15:34:12 2008 +0000 Sebastian Dröge Gstreamer timestamps and normal (de)payloaders should simply copy it. Reopens bug #541787. -Mon Jul 7 10:30:51 2008 +0000 Stefan Kost +2008-07-07 10:30:51 +0000 Stefan Kost gst/rtp/gstrtpvrawdepay.c: Include stdlib.h for atoi(). Original commit message from CVS: @@ -4916,7 +4939,7 @@ Mon Jul 7 10:30:51 2008 +0000 Stefan Kost * gst/rtsp/gstrtspsrc.c: Use floating point math for latencies < 0 sec in log output. -Mon Jul 7 10:16:07 2008 +0000 Tomasz Grobelny +2008-07-07 10:16:07 +0000 Tomasz Grobelny gst/rtp/gstrtpspeexdepay.*: Take timestamp from the RTP packet as a first step to fix problems with transmission over... Original commit message from CVS: @@ -4928,7 +4951,7 @@ Mon Jul 7 10:16:07 2008 +0000 Tomasz Grobelny with transmission over RTP when the network is not reliable. Fixes bug #541787. -Sat Jul 5 19:01:28 2008 +0000 Tero Saarni +2008-07-05 19:01:28 +0000 Tero Saarni gst/udp/gstudpsrc.c: Fix parsing of udp:// URIs containing IPv6 addresses. Original commit message from CVS: @@ -4937,14 +4960,14 @@ Sat Jul 5 19:01:28 2008 +0000 Tero Saarni Fix parsing of udp:// URIs containing IPv6 addresses. Fixes bug #541650. -Fri Jul 4 20:43:07 2008 +0000 Mark Nauwelaerts +2008-07-04 20:43:07 +0000 Mark Nauwelaerts ext/gdk_pixbuf/gstgdkpixbuf.c: Do not leak incoming buffers. Original commit message from CVS: * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain): Do not leak incoming buffers. -Thu Jul 3 19:27:53 2008 +0000 Damien Lespiau +2008-07-03 19:27:53 +0000 Damien Lespiau configure.ac: Fix build of the RTP plugin with mingw32 by linking to ws2_32 for htons() and htonl(). Fixes bug #541412. Original commit message from CVS: @@ -4953,7 +4976,7 @@ Thu Jul 3 19:27:53 2008 +0000 Damien Lespiau Fix build of the RTP plugin with mingw32 by linking to ws2_32 for htons() and htonl(). Fixes bug #541412. -Wed Jul 2 09:51:16 2008 +0000 Sebastian Dröge +2008-07-02 09:51:16 +0000 Sebastian Dröge gst/matroska/matroska-demux.c: Handle position and duration query in DEFAULT format if the pad's track has a default ... Original commit message from CVS: @@ -4967,7 +4990,7 @@ Wed Jul 2 09:51:16 2008 +0000 Sebastian Dröge Fix seeking now that the segment's duration doesn't contain the (possibly wrong or inaccurate) duration of the Matroska file. -Wed Jul 2 09:04:50 2008 +0000 Sebastian Dröge +2008-07-02 09:04:50 +0000 Sebastian Dröge gst/matroska/ebml-read.c: Use NAN constant instead of 0.0/0.0 if possible. NAN is defined in math.h except on MSVC wh... Original commit message from CVS: @@ -4976,7 +4999,7 @@ Wed Jul 2 09:04:50 2008 +0000 Sebastian Dröge in math.h except on MSVC where it is defined in xmath.h. Fixes compilation with MSVC. -Wed Jul 2 08:57:04 2008 +0000 Sebastian Dröge +2008-07-02 08:57:04 +0000 Sebastian Dröge gst/matroska/matroska-demux.*: Don't set the segment duration to the duration from the Matroska header as this value ... Original commit message from CVS: @@ -4988,7 +5011,7 @@ Wed Jul 2 08:57:04 2008 +0000 Sebastian Dröge Don't set the segment duration to the duration from the Matroska header as this value could be wrong and is just informational. -Wed Jul 2 08:47:00 2008 +0000 Sebastian Dröge +2008-07-02 08:47:00 +0000 Sebastian Dröge gst/matroska/matroska-demux.c: If no Tracks element is found until the first Cluster is found search it and error out... Original commit message from CVS: @@ -4997,7 +5020,7 @@ Wed Jul 2 08:47:00 2008 +0000 Sebastian Dröge If no Tracks element is found until the first Cluster is found search it and error out if none is found in the complete file. -Wed Jul 2 08:14:35 2008 +0000 Sebastian Dröge +2008-07-02 08:14:35 +0000 Sebastian Dröge gst/matroska/matroska-demux.c: Resync non-subtitle tracks too if a too large gap compared to other tracks is detected. Original commit message from CVS: @@ -5005,7 +5028,7 @@ Wed Jul 2 08:14:35 2008 +0000 Sebastian Dröge Resync non-subtitle tracks too if a too large gap compared to other tracks is detected. -Tue Jul 1 13:28:02 2008 +0000 Wim Taymans +2008-07-01 13:28:02 +0000 Wim Taymans gst/rtp/: Add raw video pay and depayloaders, see RFC4175. Original commit message from CVS: @@ -5025,7 +5048,7 @@ Tue Jul 1 13:28:02 2008 +0000 Wim Taymans * gst/rtp/gstrtpvrawpay.h: Add raw video pay and depayloaders, see RFC4175. -Mon Jun 30 22:53:39 2008 +0000 Jan Schmidt +2008-06-30 22:53:39 +0000 Jan Schmidt ext/libpng/gstpngdec.c: Don't return GST_FLOW_ERROR when buffer_alloc fails - return whatever it returned. Original commit message from CVS: @@ -5033,7 +5056,7 @@ Mon Jun 30 22:53:39 2008 +0000 Jan Schmidt Don't return GST_FLOW_ERROR when buffer_alloc fails - return whatever it returned. -Sun Jun 29 19:52:51 2008 +0000 Mark Nauwelaerts +2008-06-29 19:52:51 +0000 Mark Nauwelaerts gst/avi/avi-ids.h: Add vprp chunk related structures. Original commit message from CVS: @@ -5048,20 +5071,20 @@ Sun Jun 29 19:52:51 2008 +0000 Mark Nauwelaerts +2008-06-28 19:31:46 +0000 Mark Nauwelaerts tests/check/elements/avimux.c: Adjust avimux unit test according to increased streamheader size. Original commit message from CVS: * tests/check/elements/avimux.c: (check_avimux_pad): Adjust avimux unit test according to increased streamheader size. -Fri Jun 27 18:11:01 2008 +0000 David Schleef +2008-06-27 18:11:01 +0000 David Schleef gst/qtdemux/qtdemux.c: Add Dirac stream type Original commit message from CVS: * gst/qtdemux/qtdemux.c: Add Dirac stream type -Fri Jun 27 15:25:00 2008 +0000 Mark Nauwelaerts +2008-06-27 15:25:00 +0000 Mark Nauwelaerts gst/avi/gstavimux.*: Add 8 bytes to current streamheader to make for a complete one and to make more players happy. ... Original commit message from CVS: @@ -5070,7 +5093,7 @@ Fri Jun 27 15:25:00 2008 +0000 Mark Nauwelaerts +2008-06-26 16:36:47 +0000 Tim-Philipp Müller sys/v4l2/v4l2_calls.c: Don't include unused gstv4l2xoverlay.h. Fixes build in case where X11 headers are not installed. Original commit message from CVS: @@ -5078,14 +5101,14 @@ Thu Jun 26 16:36:47 2008 +0000 Tim-Philipp Müller Don't include unused gstv4l2xoverlay.h. Fixes build in case where X11 headers are not installed. -Thu Jun 26 10:07:46 2008 +0000 Wim Taymans +2008-06-26 10:07:46 +0000 Wim Taymans ext/dv/gstdv.c: Fix compilation. Original commit message from CVS: * ext/dv/gstdv.c: (plugin_init): Fix compilation. -Thu Jun 26 09:37:23 2008 +0000 Edward Hervey +2008-06-26 09:37:23 +0000 Edward Hervey ext/dv/gstdv.c: Marking rank of dvdec as GST_RANK_MARGINAL since it's the slowest Original commit message from CVS: @@ -5094,7 +5117,7 @@ Thu Jun 26 09:37:23 2008 +0000 Edward Hervey DV decoder available. Fixes #532393 -Wed Jun 25 08:12:18 2008 +0000 Sebastian Dröge +2008-06-25 08:12:18 +0000 Sebastian Dröge gst/udp/gstudpsrc.c: Call getsockname() after the call to bind() to get updated values for the port, etc. This fixes ... Original commit message from CVS: @@ -5104,14 +5127,14 @@ Wed Jun 25 08:12:18 2008 +0000 Sebastian Dröge binding and it's usage by rtspsrc. Fixes bugs #539372, #539548. Thanks to Aurelien Grimaud for pointing out the obvious fix. -Wed Jun 25 07:57:26 2008 +0000 Sebastian Dröge +2008-06-25 07:57:26 +0000 Sebastian Dröge tests/check/pipelines/wavpack.c: Remove workaround for a bug in identity that is fixed in 0.10.20. Original commit message from CVS: * tests/check/pipelines/wavpack.c: (bus_handler): Remove workaround for a bug in identity that is fixed in 0.10.20. -Wed Jun 25 06:36:58 2008 +0000 Jason Donenfeld +2008-06-25 06:36:58 +0000 Jason Donenfeld ext/soup/gstsouphttpsrc.c: Fix HTTP auth support with user/password passed via the URI. Original commit message from CVS: @@ -5120,14 +5143,14 @@ Wed Jun 25 06:36:58 2008 +0000 Jason Donenfeld Fix HTTP auth support with user/password passed via the URI. Fixes bug #540067. -Tue Jun 24 15:42:33 2008 +0000 Tim-Philipp Müller +2008-06-24 15:42:33 +0000 Tim-Philipp Müller configure.ac: Depend on released versions of core and -base. Original commit message from CVS: * configure.ac: Depend on released versions of core and -base. -Mon Jun 23 16:13:40 2008 +0000 Julien Moutte +2008-06-23 16:13:40 +0000 Julien Moutte gst/matroska/matroska-demux.c: Fix buggy format strings in macros. (makes it build on OS X again...) Original commit message from CVS: @@ -5137,7 +5160,7 @@ Mon Jun 23 16:13:40 2008 +0000 Julien Moutte (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy format strings in macros. (makes it build on OS X again...) -Fri Jun 20 16:24:11 2008 +0000 Thomas Vander Stichele +2008-06-20 16:24:11 +0000 Thomas Vander Stichele gst/: Added debug. Original commit message from CVS: @@ -5145,7 +5168,7 @@ Fri Jun 20 16:24:11 2008 +0000 Thomas Vander Stichele * gst/udp/gstmultiudpsink.c: Added debug. -Fri Jun 20 15:21:59 2008 +0000 Christian Schaller +2008-06-20 15:21:59 +0000 Christian Schaller * ChangeLog: * common: @@ -5154,14 +5177,14 @@ Fri Jun 20 15:21:59 2008 +0000 Christian Schaller Original commit message from CVS: switch v4l2src from experimental to normal build. Fixes #536831 -Thu Jun 19 11:24:54 2008 +0000 Wim Taymans +2008-06-19 11:24:54 +0000 Wim Taymans gst/rtp/gstrtpg726pay.c: Remove unused variable so that we can compile again. Original commit message from CVS: * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps): Remove unused variable so that we can compile again. -Thu Jun 19 11:06:29 2008 +0000 Peter Kjellerstedt +2008-06-19 11:06:29 +0000 Peter Kjellerstedt gst/rtp/gstrtpg726pay.c: No need to check for audio/G723 and audio/32KADPCM here as they are no longer supported. Original commit message from CVS: @@ -5169,7 +5192,7 @@ Thu Jun 19 11:06:29 2008 +0000 Peter Kjellerstedt No need to check for audio/G723 and audio/32KADPCM here as they are no longer supported. -Thu Jun 19 10:58:57 2008 +0000 Sebastian Dröge +2008-06-19 10:58:57 +0000 Sebastian Dröge ext/wavpack/gstwavpackparse.c: Use G_GINT64_CONSTANT, this fixes the duration query on files without known length. Original commit message from CVS: @@ -5178,7 +5201,7 @@ Thu Jun 19 10:58:57 2008 +0000 Sebastian Dröge Use G_GINT64_CONSTANT, this fixes the duration query on files without known length. -Thu Jun 19 10:48:57 2008 +0000 Sebastian Dröge +2008-06-19 10:48:57 +0000 Sebastian Dröge gst/matroska/: Fix demuxing of WavPack files. Muxing is still broken. Original commit message from CVS: @@ -5188,7 +5211,7 @@ Thu Jun 19 10:48:57 2008 +0000 Sebastian Dröge * gst/matroska/matroska-ids.h: Fix demuxing of WavPack files. Muxing is still broken. -Thu Jun 19 09:12:55 2008 +0000 Sebastian Dröge +2008-06-19 09:12:55 +0000 Sebastian Dröge gst/matroska/: Add a "vfunc" to the track context for postprocessing frames and convert the wavpack and subtitle post... Original commit message from CVS: @@ -5208,7 +5231,7 @@ Thu Jun 19 09:12:55 2008 +0000 Sebastian Dröge header from the codec private data or codec state to the frames if it's not already there. -Thu Jun 19 08:22:16 2008 +0000 Sebastian Dröge +2008-06-19 08:22:16 +0000 Sebastian Dröge gst/matroska/matroska-demux.c: If a gap of more than 1/2 second is found in one stream send a Original commit message from CVS: @@ -5223,7 +5246,7 @@ Thu Jun 19 08:22:16 2008 +0000 Sebastian Dröge is the duration of one frame. This fixes playback of files that use lacing for some tracks. -Wed Jun 18 20:09:28 2008 +0000 Sebastian Dröge +2008-06-18 20:09:28 +0000 Sebastian Dröge gst/matroska/matroska-demux.c: Update FIXME/TODOs and only ignore EOS at the central, important place instead of seve... Original commit message from CVS: @@ -5232,14 +5255,14 @@ Wed Jun 18 20:09:28 2008 +0000 Sebastian Dröge Update FIXME/TODOs and only ignore EOS at the central, important place instead of several places. -Wed Jun 18 16:55:05 2008 +0000 Wim Taymans +2008-06-18 16:55:05 +0000 Wim Taymans gst/rtp/gstrtpg726pay.c: Fix caps, See #538891. Original commit message from CVS: * gst/rtp/gstrtpg726pay.c: Fix caps, See #538891. -Wed Jun 18 10:28:20 2008 +0000 Sebastian Dröge +2008-06-18 10:28:20 +0000 Sebastian Dröge gst/matroska/matroska-demux.c: Improve debug output everywhere and fix the EOS logic. Original commit message from CVS: @@ -5289,7 +5312,7 @@ Wed Jun 18 10:28:20 2008 +0000 Sebastian Dröge Remove eye mode and don't parse it anymore. We can't use that information in GStreamer yet so it's useless. -Wed Jun 18 10:12:57 2008 +0000 mersad +2008-06-18 10:12:57 +0000 mersad gst/rtp/: Added G726 pay/depayloaders. Fixes #538891. Original commit message from CVS: @@ -5307,7 +5330,7 @@ Wed Jun 18 10:12:57 2008 +0000 mersad * gst/rtp/gstrtpg726pay.h: Added G726 pay/depayloaders. Fixes #538891. -Tue Jun 17 10:14:47 2008 +0000 Wim Taymans +2008-06-17 10:14:47 +0000 Wim Taymans gst/rtsp/URLS: Some more urls. Original commit message from CVS: @@ -5318,7 +5341,7 @@ Tue Jun 17 10:14:47 2008 +0000 Wim Taymans * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh: Fix typo, add audioresample to the pipeline. -Tue Jun 17 10:05:55 2008 +0000 Wim Taymans +2008-06-17 10:05:55 +0000 Wim Taymans ext/libmng/: Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many bits ifdeffed out still. Original commit message from CVS: @@ -5341,7 +5364,7 @@ Tue Jun 17 10:05:55 2008 +0000 Wim Taymans Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many bits ifdeffed out still. -Mon Jun 16 11:34:54 2008 +0000 Sebastian Dröge +2008-06-16 11:34:54 +0000 Sebastian Dröge gst/matroska/matroska-demux.c: When comparing index elements with the same time compare their block number. Original commit message from CVS: @@ -5349,7 +5372,7 @@ Mon Jun 16 11:34:54 2008 +0000 Sebastian Dröge When comparing index elements with the same time compare their block number. -Mon Jun 16 11:31:06 2008 +0000 Tim-Philipp Müller +2008-06-16 11:31:06 +0000 Tim-Philipp Müller gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_attached_file) Original commit message from CVS: @@ -5357,7 +5380,7 @@ Mon Jun 16 11:31:06 2008 +0000 Tim-Philipp Müller (gst_matroska_demux_parse_attached_file) Init variable to NULL to avoid compiler warning. -Mon Jun 16 10:59:39 2008 +0000 Sebastian Dröge +2008-06-16 10:59:39 +0000 Sebastian Dröge gst/matroska/: Parse Attachments and post them as GST_TAG_IMAGE if we detect it as image and otherwise as GST_TAG_ATT... Original commit message from CVS: @@ -5375,7 +5398,7 @@ Mon Jun 16 10:59:39 2008 +0000 Sebastian Dröge it as image and otherwise as GST_TAG_ATTACHMENT. Include filename and description of the attachments in the caps. Fixes bug #537622. -Mon Jun 16 10:09:03 2008 +0000 Wim Taymans +2008-06-16 10:09:03 +0000 Wim Taymans ext/speex/gstspeexenc.c: Add mode property. Original commit message from CVS: @@ -5390,7 +5413,7 @@ Mon Jun 16 10:09:03 2008 +0000 Wim Taymans Some cleanups, add more debug info. Add latency query. -Mon Jun 16 09:54:27 2008 +0000 Sebastian Dröge +2008-06-16 09:54:27 +0000 Sebastian Dröge gst/matroska/ebml-read.c: Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads. Original commit message from CVS: @@ -5399,7 +5422,7 @@ Mon Jun 16 09:54:27 2008 +0000 Sebastian Dröge If we get less bytes than requested we can't do anything except doing our EOS logic. -Sun Jun 15 19:09:54 2008 +0000 Sebastian Dröge +2008-06-15 19:09:54 +0000 Sebastian Dröge gst/matroska/: Use a GArray for storing the Cue (i.e. seek) information, store the CueTrackPositions for every track,... Original commit message from CVS: @@ -5418,7 +5441,7 @@ Sun Jun 15 19:09:54 2008 +0000 Sebastian Dröge Fix a small memory leak when trying to parse a tags element that was already parsed. -Sun Jun 15 15:29:29 2008 +0000 Sebastian Dröge +2008-06-15 15:29:29 +0000 Sebastian Dröge gst/matroska/matroska-mux.*: Don't write another SeekHead which indexes all Clusters to the end of the file. This isn... Original commit message from CVS: @@ -5429,14 +5452,14 @@ Sun Jun 15 15:29:29 2008 +0000 Sebastian Dröge Don't write another SeekHead which indexes all Clusters to the end of the file. This isn't useful for anything and just increases filesize. -Sun Jun 15 15:01:30 2008 +0000 Sebastian Dröge +2008-06-15 15:01:30 +0000 Sebastian Dröge gst/matroska/ebml-read.c: Prevent unaligned memory access when reading floats. Original commit message from CVS: * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float): Prevent unaligned memory access when reading floats. -Sun Jun 15 14:08:41 2008 +0000 Sebastian Dröge +2008-06-15 14:08:41 +0000 Sebastian Dröge gst/matroska/: Make sure that every Tags element is only parsed once and it's containing tags are only posted once. Original commit message from CVS: @@ -5448,7 +5471,7 @@ Sun Jun 15 14:08:41 2008 +0000 Sebastian Dröge Make sure that every Tags element is only parsed once and it's containing tags are only posted once. -Sun Jun 15 09:43:25 2008 +0000 Sebastian Dröge +2008-06-15 09:43:25 +0000 Sebastian Dröge gst/matroska/: Handle EBML elements like Void or CRC32 in the EbmlRead base class already. They're not useful in the ... Original commit message from CVS: @@ -5473,7 +5496,7 @@ Sun Jun 15 09:43:25 2008 +0000 Sebastian Dröge already. They're not useful in the matroska parser and only cause additional code. -Sat Jun 14 15:51:25 2008 +0000 Sebastian Dröge +2008-06-14 15:51:25 +0000 Sebastian Dröge gst/matroska/: Reverse the level list as we usually are only interested in the first element or want to add a new fir... Original commit message from CVS: @@ -5488,7 +5511,7 @@ Sat Jun 14 15:51:25 2008 +0000 Sebastian Dröge g_list_append() is more expensive. Also use GSlice for allocating the GstEbmlLevel structs. -Fri Jun 13 21:13:46 2008 +0000 Tim-Philipp Müller +2008-06-13 21:13:46 +0000 Tim-Philipp Müller gst/debug/gsttaginject.c: Don't unref NULL taglist in finalize. Don't use c++ style comments. Original commit message from CVS: @@ -5497,7 +5520,7 @@ Fri Jun 13 21:13:46 2008 +0000 Tim-Philipp Müller Don't unref NULL taglist in finalize. Don't use c++ style comments. -Fri Jun 13 19:14:41 2008 +0000 Sebastian Dröge +2008-06-13 19:14:41 +0000 Sebastian Dröge gst/matroska/: Use gst_value_serialize() and gst_value_deserialize() for transforming tags from some GType to a strin... Original commit message from CVS: @@ -5510,7 +5533,7 @@ Fri Jun 13 19:14:41 2008 +0000 Sebastian Dröge transformations in GLib don't include transformations from string to number types. -Fri Jun 13 19:07:03 2008 +0000 Sebastian Dröge +2008-06-13 19:07:03 +0000 Sebastian Dröge gst/matroska/matroska-demux.*: Only parse Tracks, SeekHead and SegmentInfo elements once but allow Original commit message from CVS: @@ -5532,7 +5555,7 @@ Fri Jun 13 19:07:03 2008 +0000 Sebastian Dröge before getting to the first Clusters. Add dummy functions for parsing Attachments and Chapters. -Fri Jun 13 14:33:52 2008 +0000 Stefan Kost +2008-06-13 14:33:52 +0000 Stefan Kost gst/replaygain/: More doc updates. Original commit message from CVS: @@ -5541,7 +5564,7 @@ Fri Jun 13 14:33:52 2008 +0000 Stefan Kost * gst/replaygain/gstrgvolume.c: More doc updates. -Fri Jun 13 11:59:23 2008 +0000 Stefan Kost +2008-06-13 11:59:23 +0000 Stefan Kost docs/plugins/: docs/plugins/inspect/plugin-mythtv.xml Original commit message from CVS: @@ -5643,7 +5666,7 @@ Fri Jun 13 11:59:23 2008 +0000 Stefan Kost for examples (produces valid docbook), add several refsec2 when we have several titles. Fix some types. -Fri Jun 13 11:54:05 2008 +0000 Wim Taymans +2008-06-13 11:54:05 +0000 Wim Taymans gst/udp/gstudpsrc.*: Add property to control automatic join/leave of multicast groups. Original commit message from CVS: @@ -5663,14 +5686,14 @@ Fri Jun 13 11:54:05 2008 +0000 Wim Taymans Should all fix #536903. API: GstUDPSrc::auto-multicast property -Fri Jun 13 11:47:28 2008 +0000 Wim Taymans +2008-06-13 11:47:28 +0000 Wim Taymans gst/udp/gstudpnetutils.c: Use g_ntohl for better portability. Original commit message from CVS: * gst/udp/gstudpnetutils.c: (gst_udp_is_multicast): Use g_ntohl for better portability. -Fri Jun 13 11:45:54 2008 +0000 Wim Taymans +2008-06-13 11:45:54 +0000 Wim Taymans gst/udp/gstmultiudpsink.c: Fix a typo and do some small cleanups. Original commit message from CVS: @@ -5678,7 +5701,7 @@ Fri Jun 13 11:45:54 2008 +0000 Wim Taymans (gst_multiudpsink_remove): Fix a typo and do some small cleanups. -Fri Jun 13 09:39:41 2008 +0000 Olivier Crete +2008-06-13 09:39:41 +0000 Olivier Crete gst/rtp/gstrtptheoradepay.c: Make the delivery-method mandatory on the caps and only accept inline for now. Original commit message from CVS: @@ -5695,7 +5718,7 @@ Fri Jun 13 09:39:41 2008 +0000 Olivier Crete Update a comment to note that the delivery-method is optional, Fixes #537675. -Thu Jun 12 17:30:06 2008 +0000 Wim Taymans +2008-06-12 17:30:06 +0000 Wim Taymans gst/rtsp/gstrtspsrc.c: Set udpsrc for receiving data from multicast groups to PAUSED instead of leaving them in READY... Original commit message from CVS: @@ -5703,7 +5726,7 @@ Thu Jun 12 17:30:06 2008 +0000 Wim Taymans Set udpsrc for receiving data from multicast groups to PAUSED instead of leaving them in READY. Fixes #537832. -Thu Jun 12 12:14:38 2008 +0000 Stefan Kost +2008-06-12 12:14:38 +0000 Stefan Kost gst/avi/gstavimux.c: Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME for a random constant in t... Original commit message from CVS: @@ -5711,7 +5734,7 @@ Thu Jun 12 12:14:38 2008 +0000 Stefan Kost Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME for a random constant in tagmuxing code. -Wed Jun 11 14:28:44 2008 +0000 Stefan Kost +2008-06-11 14:28:44 +0000 Stefan Kost gst/debug/gsttaginject.*: Now actually adding the new element. Original commit message from CVS: @@ -5719,7 +5742,7 @@ Wed Jun 11 14:28:44 2008 +0000 Stefan Kost * gst/debug/gsttaginject.h: Now actually adding the new element. -Wed Jun 11 14:11:16 2008 +0000 Stefan Kost +2008-06-11 14:11:16 +0000 Stefan Kost Remove dummy plugin_init. Remove some undefined entries from doc- section file. Add taginject element and rebuild doc... Original commit message from CVS: @@ -5804,7 +5827,7 @@ Wed Jun 11 14:11:16 2008 +0000 Stefan Kost Remove dummy plugin_init. Remove some undefined entries from doc- section file. Add taginject element and rebuild docs for it. -Wed Jun 11 11:27:46 2008 +0000 Sebastian Dröge +2008-06-11 11:27:46 +0000 Sebastian Dröge gst/matroska/matroska-mux.c: Update the counter for the number of streams when pads are added or removed. This will m... Original commit message from CVS: @@ -5814,7 +5837,7 @@ Wed Jun 11 11:27:46 2008 +0000 Sebastian Dröge removed. This will make sure that a seek table is generated for files with just one audio stream. -Wed Jun 11 11:18:23 2008 +0000 Sebastian Dröge +2008-06-11 11:18:23 +0000 Sebastian Dröge gst/matroska/: Add some more tags, improve debugging a bit and make sure that Original commit message from CVS: @@ -5826,7 +5849,7 @@ Wed Jun 11 11:18:23 2008 +0000 Sebastian Dröge GValue transformation has succeeded before using the result as a tag. -Wed Jun 11 08:56:16 2008 +0000 Olivier Crete +2008-06-11 08:56:16 +0000 Olivier Crete gst/rtp/gstrtptheorapay.c: The Theora RTP payloader only supports the "inline" delievery method so let's declare this... Original commit message from CVS: @@ -5836,7 +5859,7 @@ Wed Jun 11 08:56:16 2008 +0000 Olivier Crete so let's declare this on the caps of the static pad template. Fixes bug #537675. -Tue Jun 10 17:20:45 2008 +0000 Wim Taymans +2008-06-10 17:20:45 +0000 Wim Taymans gst/videomixer/videomixer.c: Remove bogus check. Original commit message from CVS: @@ -5844,7 +5867,7 @@ Tue Jun 10 17:20:45 2008 +0000 Wim Taymans (gst_videomixer_blend_buffers), (gst_videomixer_update_queues): Remove bogus check. -Tue Jun 10 16:25:24 2008 +0000 Wim Taymans +2008-06-10 16:25:24 +0000 Wim Taymans gst/videomixer/videomixer.c: Use stream_time to synchronize the object properties. Original commit message from CVS: @@ -5855,7 +5878,7 @@ Tue Jun 10 16:25:24 2008 +0000 Wim Taymans Fix the initial segment event to extend an unknown amount of time. Fixes #537361. -Tue Jun 10 11:05:30 2008 +0000 Wim Taymans +2008-06-10 11:05:30 +0000 Wim Taymans gst/avi/gstavidemux.c: Try to ignore unparsable/unknown streams and give a warning instead of erroring out. Fixes #53... Original commit message from CVS: @@ -5867,7 +5890,7 @@ Tue Jun 10 11:05:30 2008 +0000 Wim Taymans Try to ignore unparsable/unknown streams and give a warning instead of erroring out. Fixes #537377. -Tue Jun 10 10:44:53 2008 +0000 Sebastian Dröge +2008-06-10 10:44:53 +0000 Sebastian Dröge gst/matroska/ebml-write.c: Use GDOUBLE_TO_BE() instead of (probably slower) custom code. Original commit message from CVS: @@ -5914,7 +5937,7 @@ Tue Jun 10 10:44:53 2008 +0000 Sebastian Dröge settings in the demuxer, review and add all missing matroska IDs and some more raw YUV formats, and some trivial cleanup. -Tue Jun 10 08:59:17 2008 +0000 Sebastian Dröge +2008-06-10 08:59:17 +0000 Sebastian Dröge ext/pulse/: Some smaller cleanup. Use G_PARAM_STATIC_STRINGS, gst_element_class_set_details_simple() and fix coding s... Original commit message from CVS: @@ -5929,7 +5952,7 @@ Tue Jun 10 08:59:17 2008 +0000 Sebastian Dröge gst_element_class_set_details_simple() and fix coding style a bit more. -Tue Jun 10 08:22:17 2008 +0000 Sebastian Dröge +2008-06-10 08:22:17 +0000 Sebastian Dröge Add documentation to the pulseaudio plugin and run make update in docs/plugins. Original commit message from CVS: @@ -6007,7 +6030,7 @@ Tue Jun 10 08:22:17 2008 +0000 Sebastian Dröge Add documentation to the pulseaudio plugin and run make update in docs/plugins. -Tue Jun 10 06:52:44 2008 +0000 Brian Cameron +2008-06-10 06:52:44 +0000 Brian Cameron sys/sunaudio/gstsunaudiomixerctrl.c: Improvements for the SunAudio mixer by handling mute as no gain for tracks that ... Original commit message from CVS: @@ -6019,7 +6042,7 @@ Tue Jun 10 06:52:44 2008 +0000 Brian Cameron for tracks that have a gain property but no mute property. Fixes bug #536067. -Tue Jun 10 06:45:33 2008 +0000 Sebastian Dröge +2008-06-10 06:45:33 +0000 Sebastian Dröge Add pulseaudio GStreamer element from gst-pulse. Development will continue here instead of pulseaudio SVN. Fixes bug ... Original commit message from CVS: @@ -6093,7 +6116,7 @@ Tue Jun 10 06:45:33 2008 +0000 Sebastian Dröge Only changes over gst-pulse SVN are added copyright to the top of files and coding style changes. -Mon Jun 9 20:02:05 2008 +0000 Benjamin Kampmann +2008-06-09 20:02:05 +0000 Benjamin Kampmann ext/cdio/: Also extract album title and album genre from CD-TEXT if available (#537021). Original commit message from CVS: @@ -6105,7 +6128,7 @@ Mon Jun 9 20:02:05 2008 +0000 Benjamin Kampmann Also extract album title and album genre from CD-TEXT if available (#537021). -Mon Jun 9 08:52:04 2008 +0000 Sjoerd Simons +2008-06-09 08:52:04 +0000 Sjoerd Simons sys/v4l2/gstv4l2src.c: Improve negotiation a bit more by picking the smallest possible resolution that is larger than... Original commit message from CVS: @@ -6115,7 +6138,7 @@ Mon Jun 9 08:52:04 2008 +0000 Sjoerd Simons resolution that is larger than the resolution specified in the first caps entry of the peer caps. Fixes bug #536994. -Mon Jun 9 08:42:49 2008 +0000 Bastien Nocera +2008-06-09 08:42:49 +0000 Bastien Nocera sys/v4l2/: Fix compilation with newer GIT kernels that deprecated Original commit message from CVS: @@ -6125,7 +6148,7 @@ Mon Jun 9 08:42:49 2008 +0000 Bastien Nocera Fix compilation with newer GIT kernels that deprecated V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317. -Sat Jun 7 18:48:54 2008 +0000 Tim-Philipp Müller +2008-06-07 18:48:54 +0000 Tim-Philipp Müller Require libcdio >= 0.76. Original commit message from CVS: @@ -6135,7 +6158,7 @@ Sat Jun 7 18:48:54 2008 +0000 Tim-Philipp Müller * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open): Require libcdio >= 0.76. -Thu Jun 5 11:07:17 2008 +0000 Sebastian Dröge +2008-06-05 11:07:17 +0000 Sebastian Dröge gst/interleave/: Properly implement duration and position queries in bytes format. We have to take the upstream reply... Original commit message from CVS: @@ -6147,7 +6170,7 @@ Thu Jun 5 11:07:17 2008 +0000 Sebastian Dröge have to take the upstream reply and divide/multiply it by the number of channels to get the correct result. -Thu Jun 5 09:45:00 2008 +0000 Thijs Vermeir +2008-06-05 09:45:00 +0000 Thijs Vermeir gst/avi/gstavidemux.c: Catch UNEXPECTED when downstream has reached end of segment in reverse mode. Original commit message from CVS: @@ -6155,14 +6178,14 @@ Thu Jun 5 09:45:00 2008 +0000 Thijs Vermeir Catch UNEXPECTED when downstream has reached end of segment in reverse mode. -Wed Jun 4 18:08:35 2008 +0000 Thijs Vermeir +2008-06-04 18:08:35 +0000 Thijs Vermeir gst/avi/gstavidemux.c: Fix typo in comment Original commit message from CVS: * gst/avi/gstavidemux.c: Fix typo in comment -Wed Jun 4 18:03:24 2008 +0000 Thijs Vermeir +2008-06-04 18:03:24 +0000 Thijs Vermeir gst/avi/gstavidemux.c: Because we don't know the frame order we need to push till the next keyframe Original commit message from CVS: @@ -6170,7 +6193,7 @@ Wed Jun 4 18:03:24 2008 +0000 Thijs Vermeir Because we don't know the frame order we need to push till the next keyframe -Wed Jun 4 17:39:31 2008 +0000 Sjoerd Simons +2008-06-04 17:39:31 +0000 Sjoerd Simons sys/v4l2/gstv4l2src.c: Provide a custom negotiation function to make sure to pick the highest possible framerate and ... Original commit message from CVS: @@ -6180,14 +6203,14 @@ Wed Jun 4 17:39:31 2008 +0000 Sjoerd Simons Provide a custom negotiation function to make sure to pick the highest possible framerate and resolution. Fixes bug #536646. -Wed Jun 4 16:49:26 2008 +0000 Thijs Vermeir +2008-06-04 16:49:26 +0000 Thijs Vermeir gst/avi/gstavidemux.c: Set EOS when going out of the segment in reverse playback Original commit message from CVS: * gst/avi/gstavidemux.c: Set EOS when going out of the segment in reverse playback -Wed Jun 4 15:19:46 2008 +0000 Tim-Philipp Müller +2008-06-04 15:19:46 +0000 Tim-Philipp Müller ext/taglib/Makefile.am: Add -Wno-attributes to CXXFLAGS to suppress warning caused by taglib headers (with gcc 4.3.1). Original commit message from CVS: @@ -6195,7 +6218,7 @@ Wed Jun 4 15:19:46 2008 +0000 Tim-Philipp Müller Add -Wno-attributes to CXXFLAGS to suppress warning caused by taglib headers (with gcc 4.3.1). -Wed Jun 4 11:59:18 2008 +0000 Peter Kjellerstedt +2008-06-04 11:59:18 +0000 Peter Kjellerstedt gst/rtsp/gstrtspsrc.c: Use the new gst_rtsp_connection_get_ip() to access the IP address of a GstRTSPConnection since... Original commit message from CVS: @@ -6203,7 +6226,7 @@ Wed Jun 4 11:59:18 2008 +0000 Peter Kjellerstedt Use the new gst_rtsp_connection_get_ip() to access the IP address of a GstRTSPConnection since it is a private member. -Wed Jun 4 10:42:46 2008 +0000 Tim-Philipp Müller +2008-06-04 10:42:46 +0000 Tim-Philipp Müller Use new utility functions in libgsttag to process coverart (#512333). Original commit message from CVS: @@ -6211,7 +6234,7 @@ Wed Jun 4 10:42:46 2008 +0000 Tim-Philipp Müller * gst/id3demux/id3v2frames.c: (parse_picture_frame): Use new utility functions in libgsttag to process coverart (#512333). -Wed Jun 4 08:54:09 2008 +0000 Sebastian Dröge +2008-06-04 08:54:09 +0000 Sebastian Dröge ext/flac/gstflacdec.c: We actually support left/side, right/side and mid/side files. The conversion to normal, interl... Original commit message from CVS: @@ -6219,7 +6242,7 @@ Wed Jun 4 08:54:09 2008 +0000 Sebastian Dröge We actually support left/side, right/side and mid/side files. The conversion to normal, interleaved stereo is done by libflac. -Wed Jun 4 07:36:07 2008 +0000 Sebastian Dröge +2008-06-04 07:36:07 +0000 Sebastian Dröge gst/matroska/ebml-write.c: Unref the write cache in finalize if it was set and add add "FIXME" to a comment that need... Original commit message from CVS: @@ -6228,7 +6251,7 @@ Wed Jun 4 07:36:07 2008 +0000 Sebastian Dröge Unref the write cache in finalize if it was set and add add "FIXME" to a comment that needs it. -Wed Jun 4 06:48:46 2008 +0000 Sebastian Dröge +2008-06-04 06:48:46 +0000 Sebastian Dröge gst/interleave/interleave.*: Use an always increasing integer for the number in the name of the requested sink pads t... Original commit message from CVS: @@ -6243,7 +6266,7 @@ Wed Jun 4 06:48:46 2008 +0000 Sebastian Dröge Use g_type_register_static_simple() instead of g_type_register_static() to save some relocations. -Tue Jun 3 14:35:59 2008 +0000 Sebastian Dröge +2008-06-03 14:35:59 +0000 Sebastian Dröge gst/interleave/interleave.c: Stop GstCollectPads before calling the parent's state change function when going from PA... Original commit message from CVS: @@ -6253,7 +6276,7 @@ Tue Jun 3 14:35:59 2008 +0000 Sebastian Dröge when going from PAUSED to READY as we otherwise deadlock. Fixes bug #536258. -Tue Jun 3 09:03:19 2008 +0000 Sebastian Dröge +2008-06-03 09:03:19 +0000 Sebastian Dröge gst/interleave/interleave.c: Use new gst_audio_check_channel_positions() function and register the GstInterleavePad t... Original commit message from CVS: @@ -6264,7 +6287,7 @@ Tue Jun 3 09:03:19 2008 +0000 Sebastian Dröge Use new gst_audio_check_channel_positions() function and register the GstInterleavePad type from a threadsafe context. -Mon Jun 2 16:10:00 2008 +0000 Thijs Vermeir +2008-06-02 16:10:00 +0000 Thijs Vermeir gst/avi/gstavidemux.*: Implement reverse playback. Fixes #535300. Original commit message from CVS: @@ -6277,7 +6300,7 @@ Mon Jun 2 16:10:00 2008 +0000 Thijs Vermeir Implement reverse playback. Fixes #535300. Small cleanups. -Mon Jun 2 12:42:14 2008 +0000 Sebastian Dröge +2008-06-02 12:42:14 +0000 Sebastian Dröge gst/interleave/interleave.*: Allow setting channel positions via a property and allow using the channel positions on ... Original commit message from CVS: @@ -6298,7 +6321,7 @@ Mon Jun 2 12:42:14 2008 +0000 Sebastian Dröge (sink_handoff_float32), (GST_START_TEST), (interleave_suite): Add unit tests for checking correct handling of channel positions. -Mon Jun 2 12:22:56 2008 +0000 Sebastian Dröge +2008-06-02 12:22:56 +0000 Sebastian Dröge gst/videomixer/videomixer.c: When using gst_element_iterate_pads() one has to unref every pad after usage. Original commit message from CVS: @@ -6307,7 +6330,7 @@ Mon Jun 2 12:22:56 2008 +0000 Sebastian Dröge When using gst_element_iterate_pads() one has to unref every pad after usage. -Sat May 31 16:53:23 2008 +0000 Bastien Nocera +2008-05-31 16:53:23 +0000 Bastien Nocera gst/qtdemux/: Improve meta-data handling, add 'comment', 'description' and 'copyright' tag handling. Original commit message from CVS: @@ -6319,7 +6342,7 @@ Sat May 31 16:53:23 2008 +0000 Bastien Nocera 'copyright' tag handling. Fixes #535935 -Sat May 31 15:30:41 2008 +0000 Julien Moutte +2008-05-31 15:30:41 +0000 Julien Moutte gst/qtdemux/qtdemux.c: Make sure we we don't clip the segment's stop using the main segment duration as that could cr... Original commit message from CVS: @@ -6337,7 +6360,7 @@ Sat May 31 15:30:41 2008 +0000 Julien Moutte and fix reverse looping playback. Add some debugging. * win32/common/config.h: Updated. -Sat May 31 08:37:00 2008 +0000 Sebastian Dröge +2008-05-31 08:37:00 +0000 Sebastian Dröge gst/equalizer/gstiirequalizer.c: Don't clip float/double samples, correctly unset passthrough mode and use better rou... Original commit message from CVS: @@ -6346,7 +6369,7 @@ Sat May 31 08:37:00 2008 +0000 Sebastian Dröge Don't clip float/double samples, correctly unset passthrough mode and use better rounding for integer samples. -Fri May 30 11:03:57 2008 +0000 Sebastian Dröge +2008-05-30 11:03:57 +0000 Sebastian Dröge gst/equalizer/gstiirequalizer.*: Update the filter coefficients only when needed in the transform_ip function and cor... Original commit message from CVS: @@ -6360,7 +6383,7 @@ Fri May 30 11:03:57 2008 +0000 Sebastian Dröge function and correctly set the element into passthrough mode if the gain of all bands is 0. -Thu May 29 11:30:16 2008 +0000 Sebastian Keller +2008-05-29 11:30:16 +0000 Sebastian Keller gst/alpha/gstalpha.c: Try to skip pixels or areas that are too dark or too bright for us to do meaningfull color dete... Original commit message from CVS: @@ -6373,7 +6396,7 @@ Thu May 29 11:30:16 2008 +0000 Sebastian Keller Added properties to control the sensitivity to light and darkness. Added some small cleanups. Fixes #512345. -Wed May 28 20:01:32 2008 +0000 Jan Schmidt +2008-05-28 20:01:32 +0000 Jan Schmidt Ignore some more generated things Original commit message from CVS: @@ -6383,7 +6406,7 @@ Wed May 28 20:01:32 2008 +0000 Jan Schmidt * tests/check/Makefile.am: Ignore OSS elements in the state changes test too. -Wed May 28 16:22:36 2008 +0000 Wim Taymans +2008-05-28 16:22:36 +0000 Wim Taymans docs/plugins/: Add SMPTE effect elements to docs. Original commit message from CVS: @@ -6392,7 +6415,7 @@ Wed May 28 16:22:36 2008 +0000 Wim Taymans * docs/plugins/gst-plugins-good-plugins-sections.txt: Add SMPTE effect elements to docs. -Wed May 28 14:31:05 2008 +0000 Stefan Kost +2008-05-28 14:31:05 +0000 Stefan Kost Document whats first shown on the fdo plugin docs page :) Original commit message from CVS: @@ -6402,7 +6425,7 @@ Wed May 28 14:31:05 2008 +0000 Stefan Kost * ext/raw1394/gstdv1394src.c: Document whats first shown on the fdo plugin docs page :) -Wed May 28 14:07:21 2008 +0000 Stefan Kost +2008-05-28 14:07:21 +0000 Stefan Kost Rename audiovoice to audiokaraoke and add it to the docs. Original commit message from CVS: @@ -6420,7 +6443,7 @@ Wed May 28 14:07:21 2008 +0000 Stefan Kost * gst/audiofx/audiovoice.h: Rename audiovoice to audiokaraoke and add it to the docs. -Wed May 28 13:28:20 2008 +0000 Stefan Kost +2008-05-28 13:28:20 +0000 Stefan Kost Document aasink and cacasink. Original commit message from CVS: @@ -6495,7 +6518,7 @@ Wed May 28 13:28:20 2008 +0000 Stefan Kost * ext/libcaca/gstcacasink.c: Document aasink and cacasink. -Wed May 28 08:36:44 2008 +0000 Sebastian Dröge +2008-05-28 08:36:44 +0000 Sebastian Dröge gst/videomixer/videomixer.*: duration and latency queries. Original commit message from CVS: @@ -6506,7 +6529,7 @@ Wed May 28 08:36:44 2008 +0000 Sebastian Dröge * gst/videomixer/videomixer.h: Implement position (in time), duration and latency queries. -Wed May 28 08:14:16 2008 +0000 Sebastian Dröge +2008-05-28 08:14:16 +0000 Sebastian Dröge gst/interleave/interleave.c: Implement latency query. Original commit message from CVS: @@ -6514,7 +6537,7 @@ Wed May 28 08:14:16 2008 +0000 Sebastian Dröge (gst_interleave_src_query_latency), (gst_interleave_src_query): Implement latency query. -Tue May 27 17:55:30 2008 +0000 Edward Hervey +2008-05-27 17:55:30 +0000 Edward Hervey gst/videomixer/videomixer.*: Implement proper seek/newsegment handling. Original commit message from CVS: @@ -6528,7 +6551,7 @@ Tue May 27 17:55:30 2008 +0000 Edward Hervey Based on adder's implementation. Fixes #535121 -Mon May 26 16:25:15 2008 +0000 j^ +2008-05-26 16:25:15 +0000 j^ gst/qtdemux/qtdemux.c: Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481. Original commit message from CVS: @@ -6536,7 +6559,7 @@ Mon May 26 16:25:15 2008 +0000 j^ * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481. -Mon May 26 15:51:41 2008 +0000 Wim Taymans +2008-05-26 15:51:41 +0000 Wim Taymans gst/audiofx/: Add simple voice removal element. Yay karaoke. Original commit message from CVS: @@ -6551,7 +6574,7 @@ Mon May 26 15:51:41 2008 +0000 Wim Taymans * gst/audiofx/audiovoice.h: Add simple voice removal element. Yay karaoke. -Mon May 26 15:39:26 2008 +0000 William M. Brack +2008-05-26 15:39:26 +0000 William M. Brack sys/v4l2/v4l2src_calls.c: Fix potential caps leak. Original commit message from CVS: @@ -6561,7 +6584,7 @@ Mon May 26 15:39:26 2008 +0000 William M. Brack If we can't get the framerate with an ioctl, try to get it with the current norm. Fixes #520092. -Mon May 26 15:14:55 2008 +0000 William M. Brack +2008-05-26 15:14:55 +0000 William M. Brack sys/v4l2/v4l2src_calls.c: If we fail to get the frame intervals, simply don't touch the framerates on the template ca... Original commit message from CVS: @@ -6571,7 +6594,7 @@ Mon May 26 15:14:55 2008 +0000 William M. Brack If we fail to get the frame intervals, simply don't touch the framerates on the template caps instead of discarding the format. See #520092. -Mon May 26 14:52:51 2008 +0000 William M. Brack +2008-05-26 14:52:51 +0000 William M. Brack sys/v4l2/gstv4l2src.c: Add NV12, NV21 and bayer support. See #520092. Original commit message from CVS: @@ -6580,7 +6603,7 @@ Mon May 26 14:52:51 2008 +0000 William M. Brack (gst_v4l2_get_caps_info): Add NV12, NV21 and bayer support. See #520092. -Mon May 26 13:51:38 2008 +0000 Wim Taymans +2008-05-26 13:51:38 +0000 Wim Taymans gst/qtdemux/qtdemux.c: Unbreak segment activation again. Fixes #531672. Original commit message from CVS: @@ -6588,7 +6611,7 @@ Mon May 26 13:51:38 2008 +0000 Wim Taymans (gst_qtdemux_activate_segment): Unbreak segment activation again. Fixes #531672. -Mon May 26 10:28:47 2008 +0000 Sebastian Dröge +2008-05-26 10:28:47 +0000 Sebastian Dröge gst/interleave/deinterleave.c: Add another example launch line. Original commit message from CVS: @@ -6615,7 +6638,7 @@ Mon May 26 10:28:47 2008 +0000 Sebastian Dröge (interleave_suite): Add some more extensive unit tests for interleave. -Mon May 26 09:57:40 2008 +0000 Wim Taymans +2008-05-26 09:57:40 +0000 Wim Taymans Don't use _gst_pad(). Original commit message from CVS: @@ -6630,7 +6653,7 @@ Mon May 26 09:57:40 2008 +0000 Wim Taymans (send_tag_event): Don't use _gst_pad(). -Sun May 25 16:09:39 2008 +0000 Sebastian Dröge +2008-05-25 16:09:39 +0000 Sebastian Dröge ext/flac/: Set the channel layout when decoding FLAC files with more than 2 channels as defined by the FLAC spec. Fix... Original commit message from CVS: @@ -6641,14 +6664,14 @@ Sun May 25 16:09:39 2008 +0000 Sebastian Dröge Also don't try to decode left/side, right/side and mid/side files as we don't support this at all. -Sat May 24 12:55:39 2008 +0000 Tim-Philipp Müller +2008-05-24 12:55:39 +0000 Tim-Philipp Müller configure.ac: We need -base CVS (rtsp). Original commit message from CVS: * configure.ac: We need -base CVS (rtsp). -Thu May 22 19:47:53 2008 +0000 Sebastian Dröge +2008-05-22 19:47:53 +0000 Sebastian Dröge docs/plugins/: Add interleave/deinterleave to the docs and while at that run make update in docs/plugins. Original commit message from CVS: @@ -6725,7 +6748,7 @@ Thu May 22 19:47:53 2008 +0000 Sebastian Dröge Add a parapraph about using a queue and audioconvert after the source pads to the docs. -Thu May 22 18:55:09 2008 +0000 Sebastian Dröge +2008-05-22 18:55:09 +0000 Sebastian Dröge gst/interleave/deinterleave.*: Don't set a getcaps() function on the src pads as it's not required and the default ge... Original commit message from CVS: @@ -6738,7 +6761,7 @@ Thu May 22 18:55:09 2008 +0000 Sebastian Dröge our src pads. Complete documentation and add myself to the authors of the element. -Thu May 22 14:49:08 2008 +0000 Tim-Philipp Müller +2008-05-22 14:49:08 +0000 Tim-Philipp Müller gst/udp/Makefile.am: Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY when including netdb.h when bui... Original commit message from CVS: @@ -6746,7 +6769,7 @@ Thu May 22 14:49:08 2008 +0000 Tim-Philipp Müller Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY when including netdb.h when building against glibc >= 2.8. -Thu May 22 11:19:03 2008 +0000 Julien Moutte +2008-05-22 11:19:03 +0000 Julien Moutte gst/smpte/gstsmptealpha.c: Fix debug statement arguments. Original commit message from CVS: @@ -6758,7 +6781,7 @@ Thu May 22 11:19:03 2008 +0000 Julien Moutte (gst_udp_leave_group): Fix IP and IPV6 options to make it work on more platforms. -Wed May 21 17:51:09 2008 +0000 Wim Taymans +2008-05-21 17:51:09 +0000 Wim Taymans tests/check/elements/: Don't use gst_element_get_pad(), it's a bad, bad method. Original commit message from CVS: @@ -6774,7 +6797,7 @@ Wed May 21 17:51:09 2008 +0000 Wim Taymans (setup_wavpackparse), (cleanup_wavpackparse): Don't use gst_element_get_pad(), it's a bad, bad method. -Wed May 21 17:39:38 2008 +0000 Wim Taymans +2008-05-21 17:39:38 +0000 Wim Taymans Don't use gst_element_get_pad(), it's a bad method. Original commit message from CVS: @@ -6803,7 +6826,7 @@ Wed May 21 17:39:38 2008 +0000 Wim Taymans (video_crop_get_test_caps): Don't use gst_element_get_pad(), it's a bad method. -Wed May 21 17:35:50 2008 +0000 Wim Taymans +2008-05-21 17:35:50 +0000 Wim Taymans gst/udp/: Joining a multicast group and setting the loop/ttl properties are totally unrelated tasks are must be separ... Original commit message from CVS: @@ -6816,14 +6839,14 @@ Wed May 21 17:35:50 2008 +0000 Wim Taymans Joining a multicast group and setting the loop/ttl properties are totally unrelated tasks are must be separated. -Wed May 21 14:09:41 2008 +0000 Stefan Kost +2008-05-21 14:09:41 +0000 Stefan Kost gst/avi/gstavimux.c: Also support alaw/mulaw. Original commit message from CVS: * gst/avi/gstavimux.c: Also support alaw/mulaw. -Wed May 21 13:47:43 2008 +0000 Wim Taymans +2008-05-21 13:47:43 +0000 Wim Taymans gst/udp/gstmultiudpsink.*: Add a fixme for the auto-multicast property. Original commit message from CVS: @@ -6834,7 +6857,7 @@ Wed May 21 13:47:43 2008 +0000 Wim Taymans Fix some confusing debug messages. Disable setting a qos value by default. -Wed May 21 11:38:17 2008 +0000 Gustaf Räntilä +2008-05-21 11:38:17 +0000 Gustaf Räntilä gst/udp/gstmultiudpsink.c: Ignore EPERM errors from sendto. Fixes #533619. Original commit message from CVS: @@ -6842,7 +6865,7 @@ Wed May 21 11:38:17 2008 +0000 Gustaf Räntilä * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render): Ignore EPERM errors from sendto. Fixes #533619. -Wed May 21 10:51:52 2008 +0000 Henrik Eriksson +2008-05-21 10:51:52 +0000 Henrik Eriksson gst/udp/gstmultiudpsink.*: Add qos-dscp property to manage the Quality of service. Original commit message from CVS: @@ -6854,14 +6877,14 @@ Wed May 21 10:51:52 2008 +0000 Henrik Eriksson * gst/udp/gstmultiudpsink.h: Add qos-dscp property to manage the Quality of service. -Wed May 21 10:09:23 2008 +0000 Wim Taymans +2008-05-21 10:09:23 +0000 Wim Taymans gst/rtp/gstrtptheoradepay.c: Improve debugging of the ident. Original commit message from CVS: * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process): Improve debugging of the ident. -Wed May 21 09:56:02 2008 +0000 Bruno Santos +2008-05-21 09:56:02 +0000 Bruno Santos gst/udp/gstudpnetutils.*: Provide a bunch of helper methods to deal with IPv4 and IPv6 transparently. Original commit message from CVS: @@ -6885,7 +6908,7 @@ Wed May 21 09:56:02 2008 +0000 Bruno Santos Use the helper methods to implement ip4 and ip6. Fixes #515962. -Wed May 21 09:38:48 2008 +0000 Patrick Radizi +2008-05-21 09:38:48 +0000 Patrick Radizi gst/multipart/multipartdemux.*: Don't blindly copy the mime-type as the caps name because they not always map directl... Original commit message from CVS: @@ -6898,7 +6921,7 @@ Wed May 21 09:38:48 2008 +0000 Patrick Radizi always map directly. Instead use a hashtable with common mappings. Fixes #533287. -Tue May 20 17:27:35 2008 +0000 Michael Meeks +2008-05-20 17:27:35 +0000 Michael Meeks ext/esd/esdsink.c: When we post an error, we must return -1 to let the parent know that we cannot write the segment e... Original commit message from CVS: @@ -6907,14 +6930,14 @@ Tue May 20 17:27:35 2008 +0000 Michael Meeks cannot write the segment else it will loop and continue to call us again forever. Patch by Michael Meeks. -Tue May 20 14:24:21 2008 +0000 Stefan Kost +2008-05-20 14:24:21 +0000 Stefan Kost gst/videomixer/videomixer.c: Add missing incudes. Original commit message from CVS: * gst/videomixer/videomixer.c: Add missing incudes. -Tue May 20 13:57:44 2008 +0000 Peter Kjellerstedt +2008-05-20 13:57:44 +0000 Peter Kjellerstedt gst/rtp/gstrtph264pay.*: Correct a typo (sinle -> single). Original commit message from CVS: @@ -6923,7 +6946,7 @@ Tue May 20 13:57:44 2008 +0000 Peter Kjellerstedt * gst/rtp/gstrtph264pay.h: Correct a typo (sinle -> single). -Tue May 20 11:33:05 2008 +0000 Wim Taymans +2008-05-20 11:33:05 +0000 Wim Taymans gst/rtp/gstrtph264depay.*: Add experimental support for outputting quicktime-like AVC output in addition to the exist... Original commit message from CVS: @@ -6944,7 +6967,7 @@ Tue May 20 11:33:05 2008 +0000 Wim Taymans scan every byte for start codes. Only set the marker bit on ACCESS units. -Tue May 20 10:47:10 2008 +0000 Sebastian Dröge +2008-05-20 10:47:10 +0000 Sebastian Dröge gst/equalizer/gstiirequalizer.c: Use a bigger type in integer mode for the intermediate results to prevent overflows.... Original commit message from CVS: @@ -6953,7 +6976,7 @@ Tue May 20 10:47:10 2008 +0000 Sebastian Dröge prevent overflows. This fixes the crippled sound when using the equalizer in integer mode. Fixes bug #510865. -Tue May 20 10:42:33 2008 +0000 Jan Schmidt +2008-05-20 10:42:33 +0000 Jan Schmidt gst/videomixer/videomixer.*: Instead of a random number for the request pad id's, use a counter. Original commit message from CVS: @@ -6964,7 +6987,7 @@ Tue May 20 10:42:33 2008 +0000 Jan Schmidt Register the videomixerpad class from the element's class_init where it's safer, and allows the docs generator to scan it. -Tue May 20 09:29:28 2008 +0000 Wim Taymans +2008-05-20 09:29:28 +0000 Wim Taymans gst/smpte/: Add new plugin that adds the SMPTE transition in the alpha channel of Original commit message from CVS: @@ -6988,7 +7011,7 @@ Tue May 20 09:29:28 2008 +0000 Wim Taymans and negotiation. It currently requires GstController to control the position in the transition effect. -Mon May 19 21:05:03 2008 +0000 Stefan Kost +2008-05-19 21:05:03 +0000 Stefan Kost Try using thaytans new mechanism to get extra classes into plugin docs. Aparently works for the Eq. For VideoMixer th... Original commit message from CVS: @@ -7003,7 +7026,7 @@ Mon May 19 21:05:03 2008 +0000 Stefan Kost docs. Aparently works for the Eq. For VideoMixer the GObject stuff is missing still. -Mon May 19 12:32:06 2008 +0000 Sebastian Dröge +2008-05-19 12:32:06 +0000 Sebastian Dröge tests/check/elements/deinterleave.c: Set keep-positions property to TRUE for the 8 channel test to ensure that the or... Original commit message from CVS: @@ -7011,7 +7034,7 @@ Mon May 19 12:32:06 2008 +0000 Sebastian Dröge Set keep-positions property to TRUE for the 8 channel test to ensure that the original channel position is set on the output. -Mon May 19 07:46:05 2008 +0000 Sebastian Dröge +2008-05-19 07:46:05 +0000 Sebastian Dröge gst/interleave/deinterleave.*: Add a property to select whether channel positions should be kept on the mono output b... Original commit message from CVS: @@ -7023,7 +7046,7 @@ Mon May 19 07:46:05 2008 +0000 Sebastian Dröge Add a property to select whether channel positions should be kept on the mono output buffers or should be dropped. -Sun May 18 19:27:59 2008 +0000 Mark Nauwelaerts +2008-05-18 19:27:59 +0000 Mark Nauwelaerts gst/avi/gstavimux.c: Set proper rate in avi stream header for PCM audio, and also do some more sanity checks on caps ... Original commit message from CVS: @@ -7031,7 +7054,7 @@ Sun May 18 19:27:59 2008 +0000 Mark Nauwelaerts +2008-05-17 19:39:53 +0000 Sebastian Dröge gst/interleave/deinterleave.*: Queue events until src pads were added and they can be sent. Otherwise downstream will... Original commit message from CVS: @@ -7042,7 +7065,7 @@ Sat May 17 19:39:53 2008 +0000 Sebastian Dröge Queue events until src pads were added and they can be sent. Otherwise downstream will never get the first newsegment event. -Sat May 17 14:05:03 2008 +0000 Sebastian Dröge +2008-05-17 14:05:03 +0000 Sebastian Dröge gst/interleave/deinterleave.c: Always set the channel positions when gst_audio_get_channel_positions() returns someth... Original commit message from CVS: @@ -7055,7 +7078,7 @@ Sat May 17 14:05:03 2008 +0000 Sebastian Dröge Don't ask for the peercaps of the current pad in getcaps() as this might call getcaps() again and deadlock. -Sat May 17 10:38:18 2008 +0000 Sebastian Dröge +2008-05-17 10:38:18 +0000 Sebastian Dröge sys/v4l2/gstv4l2src.c: Don't include the gstv4l2xoverlay.h header as the XOverlay support isn't implemented at all ye... Original commit message from CVS: @@ -7064,7 +7087,7 @@ Sat May 17 10:38:18 2008 +0000 Sebastian Dröge isn't implemented at all yet and this requires X headers to be installed. Fixes bug #533264. -Fri May 16 21:56:24 2008 +0000 Sebastian Dröge +2008-05-16 21:56:24 +0000 Sebastian Dröge gst/interleave/: Add support for all raw audio formats and provide better negotiation if the caps are changing. Original commit message from CVS: @@ -7087,7 +7110,7 @@ Fri May 16 21:56:24 2008 +0000 Sebastian Dröge * tests/check/elements/deinterleave.c: (float_buffer_check_probe): Check the channel positions on the output buffer caps. -Fri May 16 17:50:20 2008 +0000 Jan Schmidt +2008-05-16 17:50:20 +0000 Jan Schmidt Fix some compiler warnings. Original commit message from CVS: @@ -7096,7 +7119,7 @@ Fri May 16 17:50:20 2008 +0000 Jan Schmidt * tests/examples/spectrum/demo-osssrc.c: Fix some compiler warnings. -Wed May 14 18:28:46 2008 +0000 Wim Taymans +2008-05-14 18:28:46 +0000 Wim Taymans gst/rtp/gstrtph264depay.c: Small comment added. Original commit message from CVS: @@ -7111,7 +7134,7 @@ Wed May 14 18:28:46 2008 +0000 Wim Taymans multiple NAL units. Add suport for AVC format input. -Wed May 14 17:58:50 2008 +0000 Peter Kjellerstedt +2008-05-14 17:58:50 +0000 Peter Kjellerstedt gst/rtp/gstrtph264pay.*: Make it possible to specify profile-level-id and sprop-parameter-sets using properties in ca... Original commit message from CVS: @@ -7122,7 +7145,7 @@ Wed May 14 17:58:50 2008 +0000 Peter Kjellerstedt Make it possible to specify profile-level-id and sprop-parameter-sets using properties in case they are not available in-stream. -Wed May 14 14:19:47 2008 +0000 Tim-Philipp Müller +2008-05-14 14:19:47 +0000 Tim-Philipp Müller tests/check/Makefile.am: Add deinterleave unit test to VALGRIND_TO_FIX, since it causes weird invalid free errors in ... Original commit message from CVS: @@ -7138,7 +7161,7 @@ Wed May 14 14:19:47 2008 +0000 Tim-Philipp Müller (deinterleave_suite): Add some more deinterleave unit test bits I had locally. -Wed May 14 12:52:15 2008 +0000 Stefan Kost +2008-05-14 12:52:15 +0000 Stefan Kost docs/plugins/: Remove ladspa fro plugin-docs, its in gst-plugins-bad. Original commit message from CVS: @@ -7147,7 +7170,7 @@ Wed May 14 12:52:15 2008 +0000 Stefan Kost * docs/plugins/inspect/plugin-ladspa.xml: Remove ladspa fro plugin-docs, its in gst-plugins-bad. -Wed May 14 07:32:44 2008 +0000 Sebastian Dröge +2008-05-14 07:32:44 +0000 Sebastian Dröge gst/interleave/: Split definitions into separate header files for better documentation generation. Original commit message from CVS: @@ -7172,7 +7195,7 @@ Wed May 14 07:32:44 2008 +0000 Sebastian Dröge (deinterleave_suite): Add unit tests for the deinterleave element. -Tue May 13 20:25:20 2008 +0000 Mark Nauwelaerts +2008-05-13 20:25:20 +0000 Mark Nauwelaerts gst/avi/gstavimux.c: Send an initial BYTE segment to inform downstream of later seeking, and to forego sync attempts. Original commit message from CVS: @@ -7180,14 +7203,14 @@ Tue May 13 20:25:20 2008 +0000 Mark Nauwelaerts +2008-05-13 08:59:41 +0000 Wim Taymans gst/rtp/gstrtpg729depay.c: Fix wrong caps string. Original commit message from CVS: * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps): Fix wrong caps string. -Tue May 13 08:35:55 2008 +0000 Olivier Crete +2008-05-13 08:35:55 +0000 Olivier Crete gst/rtp/: Added G729 pay and depayloaders. Fixes #532409. Original commit message from CVS: @@ -7205,14 +7228,14 @@ Tue May 13 08:35:55 2008 +0000 Olivier Crete * gst/rtp/gstrtpg729pay.h: Added G729 pay and depayloaders. Fixes #532409. -Tue May 13 08:21:26 2008 +0000 Wim Taymans +2008-05-13 08:21:26 +0000 Wim Taymans ext/speex/gstspeexdec.c: Fix the calculation of the duration of the concealment packets. Original commit message from CVS: * ext/speex/gstspeexdec.c: (speex_dec_sink_event): Fix the calculation of the duration of the concealment packets. -Mon May 12 18:27:24 2008 +0000 Olivier Crete +2008-05-12 18:27:24 +0000 Olivier Crete gst/rtp/: Add DV pay and depayloaders. Fixes #532423. Original commit message from CVS: @@ -7235,7 +7258,7 @@ Mon May 12 18:27:24 2008 +0000 Olivier Crete * gst/rtp/gstrtpdvpay.h: Add DV pay and depayloaders. Fixes #532423. -Mon May 12 16:35:39 2008 +0000 Mark Nauwelaerts +2008-05-12 16:35:39 +0000 Mark Nauwelaerts gst/matroska/matroska-demux.c: Convert subtitle palette info in VobSub private data from VobSub's (buggy) RGB to YUV. Original commit message from CVS: @@ -7244,7 +7267,7 @@ Mon May 12 16:35:39 2008 +0000 Mark Nauwelaerts +2008-05-12 15:26:01 +0000 Mark Nauwelaerts gst/avi/gstavimux.c: Do not leave fourcc stream header field empty upon reset. Original commit message from CVS: @@ -7252,7 +7275,7 @@ Mon May 12 15:26:01 2008 +0000 Mark Nauwelaerts +2008-05-11 14:43:26 +0000 Jan Schmidt Add goom2k1 into the docs. Original commit message from CVS: @@ -7264,7 +7287,7 @@ Sun May 11 14:43:26 2008 +0000 Jan Schmidt * gst/goom2k1/gstgoom.c: Add goom2k1 into the docs. -Thu May 8 16:58:02 2008 +0000 Wouter Cloetens +2008-05-08 16:58:02 +0000 Wouter Cloetens gst/rtsp/gstrtspsrc.c: Support Digest authentication. Fixes #532065. Original commit message from CVS: @@ -7277,7 +7300,7 @@ Thu May 8 16:58:02 2008 +0000 Wouter Cloetens (gst_rtspsrc_setup_auth): Support Digest authentication. Fixes #532065. -Thu May 8 10:20:52 2008 +0000 Stefan Kost +2008-05-08 10:20:52 +0000 Stefan Kost gst/level/gstlevel.c: Also support 32bit (e.g. whe having it after 'mad'). Add more notes about whats needed for libo... Original commit message from CVS: @@ -7285,7 +7308,7 @@ Thu May 8 10:20:52 2008 +0000 Stefan Kost Also support 32bit (e.g. whe having it after 'mad'). Add more notes about whats needed for liboil acceleration. Simplify docs a bit. -Thu May 8 08:15:34 2008 +0000 Sjoerd Simons +2008-05-08 08:15:34 +0000 Sjoerd Simons gst/matroska/matroska-mux.c: Update the track duration if the old one was invalid. Original commit message from CVS: @@ -7294,7 +7317,7 @@ Thu May 8 08:15:34 2008 +0000 Sjoerd Simons Update the track duration if the old one was invalid. Fixes bug #532117. -Wed May 7 16:36:04 2008 +0000 Ole André Vadla Ravnås +2008-05-07 16:36:04 +0000 Ole André Vadla Ravnås gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps): Use GST_STR_NULL when trying to print sps and pps strings t... Original commit message from CVS: @@ -7302,7 +7325,7 @@ Wed May 7 16:36:04 2008 +0000 Ole André Vadla Ravnås +2008-05-07 15:33:52 +0000 Haakon Sporsheim sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw): Do IDirectDrawClipper_SetHWnd() if the window I... Original commit message from CVS: @@ -7311,7 +7334,7 @@ Wed May 7 15:33:52 2008 +0000 Haakon Sporsheim Do IDirectDrawClipper_SetHWnd() if the window ID has already been set after creating the clipper. -Wed May 7 15:28:06 2008 +0000 Haakon Sporsheim +2008-05-07 15:28:06 +0000 Haakon Sporsheim sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame): Added checking of surface lost case after an uns... Original commit message from CVS: @@ -7321,7 +7344,7 @@ Wed May 7 15:28:06 2008 +0000 Haakon Sporsheim IDirectDrawSurface7_Lock() call. If surface is lost, return GST_FLOW_OK. -Wed May 7 15:19:47 2008 +0000 Haakon Sporsheim +2008-05-07 15:19:47 +0000 Haakon Sporsheim * ChangeLog: * sys/directdraw/gstdirectdrawsink.c: @@ -7335,7 +7358,7 @@ Wed May 7 15:19:47 2008 +0000 Haakon Sporsheim render/show_frame function will return GST_FLOW_ERROR. Partially fixes #520885. -Wed May 7 15:09:10 2008 +0000 Haakon Sporsheim +2008-05-07 15:09:10 +0000 Haakon Sporsheim sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps): Fixed mid stream resolution change bug, the offscr... Original commit message from CVS: @@ -7345,7 +7368,7 @@ Wed May 7 15:09:10 2008 +0000 Haakon Sporsheim released when set_caps is called. Partially fixes #520885. -Wed May 7 14:56:22 2008 +0000 Ole André Vadla Ravnås +2008-05-07 14:56:22 +0000 Ole André Vadla Ravnås * ChangeLog: * sys/directdraw/gstdirectdrawsink.c: @@ -7362,7 +7385,7 @@ Wed May 7 14:56:22 2008 +0000 Ole André Vadla Ravnås +2008-05-07 14:43:39 +0000 Ole André Vadla Ravnås * sys/directdraw/gstdirectdrawsink.c: sys/directdraw/gstdirectdrawsink.c @@ -7373,7 +7396,7 @@ Wed May 7 14:43:39 2008 +0000 Ole André Vadla Ravnås +2008-05-07 14:39:45 +0000 Ole André Vadla Ravnås * sys/directdraw/gstdirectdrawsink.c: sys/directdraw/gstdirectdrawsink.c @@ -7383,7 +7406,7 @@ Wed May 7 14:39:45 2008 +0000 Ole André Vadla Ravnås +2008-05-07 13:48:28 +0000 Ole André Vadla Ravnås * ChangeLog: * sys/directdraw/gstdirectdrawsink.c: @@ -7394,7 +7417,7 @@ Wed May 7 13:48:28 2008 +0000 Ole André Vadla Ravnås +2008-05-07 11:22:51 +0000 Ole André Vadla Ravnås gst/rtp/gstrtpilbcpay.c: Added missing stdlib.h include for strtol(), and made include ordering and style consistent ... Original commit message from CVS: @@ -7402,7 +7425,7 @@ Wed May 7 11:22:51 2008 +0000 Ole André Vadla Ravnås +2008-05-07 09:52:34 +0000 Ole André Vadla Ravnås gst/rtp/gstrtpilbcpay.c: Added missing stdlib.h include for strtol(), and made include ordering and style consistent ... Original commit message from CVS: @@ -7410,14 +7433,14 @@ Wed May 7 09:52:34 2008 +0000 Ole André Vadla Ravnås +2008-05-07 08:03:51 +0000 Tim-Philipp Müller configure.ac: Error out if we don't have the required core/base versions. Original commit message from CVS: * configure.ac: Error out if we don't have the required core/base versions. -Tue May 6 09:33:46 2008 +0000 Thijs Vermeir +2008-05-06 09:33:46 +0000 Thijs Vermeir sys/osxvideo/cocoawindow.m: Fix compiler warnings on PPC64. Fixes bug #499318. Original commit message from CVS: @@ -7425,7 +7448,7 @@ Tue May 6 09:33:46 2008 +0000 Thijs Vermeir * sys/osxvideo/cocoawindow.m: Fix compiler warnings on PPC64. Fixes bug #499318. -Mon May 5 11:19:13 2008 +0000 Sjoerd Simons +2008-05-05 11:19:13 +0000 Sjoerd Simons gst/rtsp/gstrtspsrc.c: Don't leak file descriptors on error. Fixes #531532. Original commit message from CVS: @@ -7433,7 +7456,7 @@ Mon May 5 11:19:13 2008 +0000 Sjoerd Simons * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open): Don't leak file descriptors on error. Fixes #531532. -Sat May 3 09:18:22 2008 +0000 Sebastian Dröge +2008-05-03 09:18:22 +0000 Sebastian Dröge ext/gconf/: When we can't create a fakesink/fakesrc complain instead of unreffing Original commit message from CVS: @@ -7448,7 +7471,7 @@ Sat May 3 09:18:22 2008 +0000 Sebastian Dröge When we can't create a fakesink/fakesrc complain instead of unreffing NULL pointers and crashing later. See bug #530535. -Fri May 2 12:44:18 2008 +0000 Wim Taymans +2008-05-02 12:44:18 +0000 Wim Taymans gst/rtp/gstrtph263pdepay.c: Add some more debug info and guard against small payloads. Original commit message from CVS: @@ -7457,7 +7480,7 @@ Fri May 2 12:44:18 2008 +0000 Wim Taymans * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process): Set duration on outgoing buffers because we can. -Fri May 2 12:39:03 2008 +0000 Olivier Crete +2008-05-02 12:39:03 +0000 Olivier Crete ext/speex/gstspeexenc.c: Add negotiation for the speex channels and rate. Fixes #465146. Original commit message from CVS: @@ -7466,7 +7489,7 @@ Fri May 2 12:39:03 2008 +0000 Olivier Crete (gst_speex_enc_init), (gst_speex_enc_chain): Add negotiation for the speex channels and rate. Fixes #465146. -Fri May 2 12:34:22 2008 +0000 Olivier Crete +2008-05-02 12:34:22 +0000 Olivier Crete gst/rtp/gstrtpspeexpay.c: Add negotiation for the speec channels and rate. See #465146. Original commit message from CVS: @@ -7475,7 +7498,7 @@ Fri May 2 12:34:22 2008 +0000 Olivier Crete (gst_rtp_speex_pay_getcaps): Add negotiation for the speec channels and rate. See #465146. -Fri May 2 12:24:55 2008 +0000 Olivier Crete +2008-05-02 12:24:55 +0000 Olivier Crete gst/rtp/gstrtpilbcpay.c: Add negotiation for the ILBC mode. See #465146. Original commit message from CVS: @@ -7484,7 +7507,7 @@ Fri May 2 12:24:55 2008 +0000 Olivier Crete (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps): Add negotiation for the ILBC mode. See #465146. -Fri May 2 11:32:31 2008 +0000 Stefan Kost +2008-05-02 11:32:31 +0000 Stefan Kost ext/soup/gstsouphttpsrc.c: Include stdlib to fix the build. Use g_free instead of free, libsoup uses glib. Original commit message from CVS: @@ -7492,7 +7515,7 @@ Fri May 2 11:32:31 2008 +0000 Stefan Kost Include stdlib to fix the build. Use g_free instead of free, libsoup uses glib. -Fri May 2 09:09:58 2008 +0000 j^ +2008-05-02 09:09:58 +0000 j^ gst/qtdemux/qtdemux.c: Add more mpeg2 variants. Fixes #530886. Original commit message from CVS: @@ -7500,7 +7523,7 @@ Fri May 2 09:09:58 2008 +0000 j^ * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Add more mpeg2 variants. Fixes #530886. -Thu May 1 10:52:11 2008 +0000 Youness Alaoui +2008-05-01 10:52:11 +0000 Youness Alaoui gst/udp/gstudpsrc.c: Don't error out if we get an ICMP destination-unreachable message when trying to read packets on... Original commit message from CVS: @@ -7509,7 +7532,7 @@ Thu May 1 10:52:11 2008 +0000 Youness Alaoui Don't error out if we get an ICMP destination-unreachable message when trying to read packets on win32 (#529454). -Wed Apr 30 12:18:41 2008 +0000 Tim-Philipp Müller +2008-04-30 12:18:41 +0000 Tim-Philipp Müller Use new error code for encrypted streams (which requires core CVS). Original commit message from CVS: @@ -7517,7 +7540,7 @@ Wed Apr 30 12:18:41 2008 +0000 Tim-Philipp Müller * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak): Use new error code for encrypted streams (which requires core CVS). -Wed Apr 30 12:10:02 2008 +0000 Tim-Philipp Müller +2008-04-30 12:10:02 +0000 Tim-Philipp Müller gst/qtdemux/qtdemux.c: Fix swapped pad template names, spotted by Thiago Sousa Santos. Original commit message from CVS: @@ -7525,7 +7548,7 @@ Wed Apr 30 12:10:02 2008 +0000 Tim-Philipp Müller (gst_qtdemux_audiosrc_template): Fix swapped pad template names, spotted by Thiago Sousa Santos. -Wed Apr 30 09:48:11 2008 +0000 Wim Taymans +2008-04-30 09:48:11 +0000 Wim Taymans ext/speex/gstspeexdec.c: Produce concealment data when time progresses in a segment update. Original commit message from CVS: @@ -7533,7 +7556,7 @@ Wed Apr 30 09:48:11 2008 +0000 Wim Taymans (speex_dec_chain_parse_data): Produce concealment data when time progresses in a segment update. -Tue Apr 29 14:11:45 2008 +0000 Wim Taymans +2008-04-29 14:11:45 +0000 Wim Taymans ext/speex/gstspeexdec.c: Try to preserve input timestamps when we can. Original commit message from CVS: @@ -7542,7 +7565,7 @@ Tue Apr 29 14:11:45 2008 +0000 Wim Taymans Try to preserve input timestamps when we can. Do beginnings of error concealment. -Mon Apr 28 22:38:11 2008 +0000 Michael Smith +2008-04-28 22:38:11 +0000 Michael Smith gst/debug/gstnavigationtest.c: MSVC doesn't provide rint(), define an adequate replacement locally as elsewhere. Original commit message from CVS: @@ -7550,7 +7573,7 @@ Mon Apr 28 22:38:11 2008 +0000 Michael Smith MSVC doesn't provide rint(), define an adequate replacement locally as elsewhere. -Mon Apr 28 11:16:32 2008 +0000 Julien Moutte +2008-04-28 11:16:32 +0000 Julien Moutte gst/debug/rndbuffersize.c: Fix printf format to pacify Mac OSX's gcc. Original commit message from CVS: @@ -7558,7 +7581,7 @@ Mon Apr 28 11:16:32 2008 +0000 Julien Moutte * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf format to pacify Mac OSX's gcc. -Fri Apr 25 19:34:31 2008 +0000 Tim-Philipp Müller +2008-04-25 19:34:31 +0000 Tim-Philipp Müller gst/debug/rndbuffersize.c: Bring rndbuffersize element into a state that doesn't require us to move it to -bad immedi... Original commit message from CVS: @@ -7574,7 +7597,7 @@ Fri Apr 25 19:34:31 2008 +0000 Tim-Philipp Müller eos logic. Allow min=max to pull fixed-sized buffers. Bunch of other gratuitious clean-ups. -Fri Apr 25 19:24:00 2008 +0000 Tim-Philipp Müller +2008-04-25 19:24:00 +0000 Tim-Philipp Müller docs/plugins/: Add docs for gdkpixbufsink; update docs to CVS version. Original commit message from CVS: @@ -7646,14 +7669,14 @@ Fri Apr 25 19:24:00 2008 +0000 Tim-Philipp Müller * docs/plugins/inspect/plugin-ximagesrc.xml: Add docs for gdkpixbufsink; update docs to CVS version. -Fri Apr 25 18:45:33 2008 +0000 Wim Taymans +2008-04-25 18:45:33 +0000 Wim Taymans tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh: Remove test sync-offset by default. Original commit message from CVS: * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh: Remove test sync-offset by default. -Fri Apr 25 13:31:48 2008 +0000 Tim-Philipp Müller +2008-04-25 13:31:48 +0000 Tim-Philipp Müller gst/: Use GLib versions of htonl, htons, ntohl and ntohs in order to avoid problems on win32 (#529707). Original commit message from CVS: @@ -7663,7 +7686,7 @@ Fri Apr 25 13:31:48 2008 +0000 Tim-Philipp Müller Use GLib versions of htonl, htons, ntohl and ntohs in order to avoid problems on win32 (#529707). -Fri Apr 25 12:52:44 2008 +0000 Jesús Corrius +2008-04-25 12:52:44 +0000 Jesús Corrius gst/goom/: Fix build with mingw32: use rand() instead of random() and replace bzero() with memset(). Fixes #529692. Original commit message from CVS: @@ -7673,7 +7696,7 @@ Fri Apr 25 12:52:44 2008 +0000 Jesús Corrius Fix build with mingw32: use rand() instead of random() and replace bzero() with memset(). Fixes #529692. -Fri Apr 25 07:56:12 2008 +0000 Wim Taymans +2008-04-25 07:56:12 +0000 Wim Taymans gst/avi/gstavidemux.c: Fix typo in comments. Original commit message from CVS: @@ -7692,7 +7715,7 @@ Fri Apr 25 07:56:12 2008 +0000 Wim Taymans * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh: Add some more docs and fix examples. -Thu Apr 24 22:04:57 2008 +0000 Sebastian Dröge +2008-04-24 22:04:57 +0000 Sebastian Dröge tests/check/elements/multifile.c: Include stdlib.h and unistd.h for mkdtemp. Some platforms have it declared in the f... Original commit message from CVS: @@ -7700,7 +7723,7 @@ Thu Apr 24 22:04:57 2008 +0000 Sebastian Dröge Include stdlib.h and unistd.h for mkdtemp. Some platforms have it declared in the former, some have it declared in the latter. -Thu Apr 24 22:01:52 2008 +0000 Sebastian Dröge +2008-04-24 22:01:52 +0000 Sebastian Dröge Stop using deprecated GLib functions. Original commit message from CVS: @@ -7712,7 +7735,7 @@ Thu Apr 24 22:01:52 2008 +0000 Sebastian Dröge * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps): Stop using deprecated GLib functions. -Thu Apr 24 21:17:42 2008 +0000 Jan Schmidt +2008-04-24 21:17:42 +0000 Jan Schmidt configure.ac: Back to development -> 0.10.8.1 Original commit message from CVS: @@ -7720,7 +7743,9 @@ Thu Apr 24 21:17:42 2008 +0000 Jan Schmidt Back to development -> 0.10.8.1 === release 0.10.8 === -Wed Apr 23 23:40:48 2008 +0000 Jan Schmidt +=== release 0.10.8 === + +2008-04-23 23:40:48 +0000 Jan Schmidt * NEWS: * RELEASE: @@ -7728,7 +7753,7 @@ Wed Apr 23 23:40:48 2008 +0000 Jan Schmidt Original commit message from CVS: Release 0.10.8 a little harder (edited the release notes) -Wed Apr 23 23:26:24 2008 +0000 Jan Schmidt +2008-04-23 23:26:24 +0000 Jan Schmidt * ChangeLog: * NEWS: @@ -7803,7 +7828,7 @@ Wed Apr 23 23:26:24 2008 +0000 Jan Schmidt Original commit message from CVS: Release 0.10.8 -Wed Apr 23 23:18:44 2008 +0000 Jan Schmidt +2008-04-23 23:18:44 +0000 Jan Schmidt * common: * po/af.po: @@ -7837,14 +7862,14 @@ Wed Apr 23 23:18:44 2008 +0000 Jan Schmidt Original commit message from CVS: Update .po files -Tue Apr 22 00:29:00 2008 +0000 Jan Schmidt +2008-04-22 00:29:00 +0000 Jan Schmidt configure.ac: 0.10.7.4 pre-release Original commit message from CVS: * configure.ac: 0.10.7.4 pre-release -Tue Apr 22 00:18:52 2008 +0000 Jan Schmidt +2008-04-22 00:18:52 +0000 Jan Schmidt gst/goom/: Free a bunch of stuff, and initialise things to fix leaks and valgrind warnings in the testsuite. Original commit message from CVS: @@ -7865,14 +7890,14 @@ Tue Apr 22 00:18:52 2008 +0000 Jan Schmidt and valgrind warnings in the testsuite. Fixes: #529268 -Mon Apr 21 21:54:11 2008 +0000 Sebastian Dröge +2008-04-21 21:54:11 +0000 Sebastian Dröge tests/check/elements/rganalysis.c: Don't leak a tag list. Fixes bug #529285. Original commit message from CVS: * tests/check/elements/rganalysis.c: (GST_START_TEST): Don't leak a tag list. Fixes bug #529285. -Mon Apr 21 08:21:14 2008 +0000 Wim Taymans +2008-04-21 08:21:14 +0000 Wim Taymans gst/rtsp/gstrtspsrc.c: Ref caps as the return value for the request_pt_map signal. Original commit message from CVS: @@ -7881,21 +7906,21 @@ Mon Apr 21 08:21:14 2008 +0000 Wim Taymans Ref caps as the return value for the request_pt_map signal. Remove some caps weirdness when configuring a stream. See #528245. -Fri Apr 18 18:47:43 2008 +0000 Tim-Philipp Müller +2008-04-18 18:47:43 +0000 Tim-Philipp Müller tests/icles/gdkpixbufsink-test.c: Add cast to placate gcc 4.1.2. Original commit message from CVS: * tests/icles/gdkpixbufsink-test.c: Add cast to placate gcc 4.1.2. -Thu Apr 17 23:00:29 2008 +0000 Jan Schmidt +2008-04-17 23:00:29 +0000 Jan Schmidt configure.ac: 0.10.7.3 pre-release Original commit message from CVS: * configure.ac: 0.10.7.3 pre-release -Thu Apr 17 22:32:16 2008 +0000 Jan Schmidt +2008-04-17 22:32:16 +0000 Jan Schmidt tests/check/Makefile.am: Disable some more elements in the state test. Original commit message from CVS: @@ -7907,7 +7932,7 @@ Thu Apr 17 22:32:16 2008 +0000 Jan Schmidt Add a define so the soup test can find the test files it needs at runtime. -Thu Apr 17 18:08:53 2008 +0000 Jan Schmidt +2008-04-17 18:08:53 +0000 Jan Schmidt gst/goom/convolve_fx.c: Don't ever draw the GOOM logo. Original commit message from CVS: @@ -7915,7 +7940,7 @@ Thu Apr 17 18:08:53 2008 +0000 Jan Schmidt Don't ever draw the GOOM logo. Fixes: #528615 -Thu Apr 17 10:24:32 2008 +0000 Edward Hervey +2008-04-17 10:24:32 +0000 Edward Hervey ext/: gst_atomic_int_set ==> g_atomic_int_set Original commit message from CVS: @@ -7923,7 +7948,7 @@ Thu Apr 17 10:24:32 2008 +0000 Edward Hervey * ext/dv/gstdvdemux.c: gst_atomic_int_set ==> g_atomic_int_set -Wed Apr 16 10:31:17 2008 +0000 Tim-Philipp Müller +2008-04-16 10:31:17 +0000 Tim-Philipp Müller Strip out the config/script parsing stuff, we don't need it. Original commit message from CVS: @@ -7945,7 +7970,7 @@ Wed Apr 16 10:31:17 2008 +0000 Tim-Philipp Müller Strip out the config/script parsing stuff, we don't need it. Fixes #527999. -Tue Apr 15 16:58:36 2008 +0000 Tim-Philipp Müller +2008-04-15 16:58:36 +0000 Tim-Philipp Müller gst/goom/plugin_info.c: Disable altivec optimisations for 32-bit PPC as well to make things build properly on all PPC... Original commit message from CVS: @@ -7953,14 +7978,14 @@ Tue Apr 15 16:58:36 2008 +0000 Tim-Philipp Müller Disable altivec optimisations for 32-bit PPC as well to make things build properly on all PPC systems. Fixes #528143 -Mon Apr 14 20:01:44 2008 +0000 Tim-Philipp Müller +2008-04-14 20:01:44 +0000 Tim-Philipp Müller gst-plugins-good.spec.in: Update for souphttpsrc plugin which has moved to -good. Original commit message from CVS: * gst-plugins-good.spec.in: Update for souphttpsrc plugin which has moved to -good. -Mon Apr 14 13:38:32 2008 +0000 Mark Nauwelaerts +2008-04-14 13:38:32 +0000 Mark Nauwelaerts gst/matroska/matroska-demux.c: Fix open-ended seeks in matroskademux Original commit message from CVS: @@ -7970,21 +7995,21 @@ Mon Apr 14 13:38:32 2008 +0000 Mark Nauwelaerts Patch by: Mark Nauwelaerts Fixes: #526557 -Sun Apr 13 23:13:32 2008 +0000 Jan Schmidt +2008-04-13 23:13:32 +0000 Jan Schmidt tests/check/Makefile.am: Add soup test certificates to the dist. Original commit message from CVS: * tests/check/Makefile.am: Add soup test certificates to the dist. -Sun Apr 13 17:43:52 2008 +0000 Jan Schmidt +2008-04-13 17:43:52 +0000 Jan Schmidt ext/Makefile.am: Remove LADSPA reference I missed. Original commit message from CVS: * ext/Makefile.am: Remove LADSPA reference I missed. -Sun Apr 13 13:06:39 2008 +0000 Sebastian Dröge +2008-04-13 13:06:39 +0000 Sebastian Dröge ext/soup/gstsouphttpsrc.c: Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source over gnome-vfs and ev... Original commit message from CVS: @@ -7992,7 +8017,7 @@ Sun Apr 13 13:06:39 2008 +0000 Sebastian Dröge Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source over gnome-vfs and everything else. Fixes bug #527848. -Sat Apr 12 23:47:23 2008 +0000 Jan Schmidt +2008-04-12 23:47:23 +0000 Jan Schmidt Remove LADSPA plugin. Fixes: #515978 Original commit message from CVS: @@ -8000,7 +8025,7 @@ Sat Apr 12 23:47:23 2008 +0000 Jan Schmidt * ext/Makefile.am: Remove LADSPA plugin. Fixes: #515978 -Sat Apr 12 23:30:54 2008 +0000 Jan Schmidt +2008-04-12 23:30:54 +0000 Jan Schmidt Move soup plugin from -bad (Fixes: #523124) Original commit message from CVS: @@ -8014,14 +8039,14 @@ Sat Apr 12 23:30:54 2008 +0000 Jan Schmidt * tests/check/Makefile.am: Move soup plugin from -bad (Fixes: #523124) -Fri Apr 11 11:08:35 2008 +0000 Jan Schmidt +2008-04-11 11:08:35 +0000 Jan Schmidt * ChangeLog: Fix the Changelog - actually speex <= 1.1.12 are vulnerable. Original commit message from CVS: Fix the Changelog - actually speex <= 1.1.12 are vulnerable. -Fri Apr 11 10:32:20 2008 +0000 Jan Schmidt +2008-04-11 10:32:20 +0000 Jan Schmidt ext/speex/gstspeexdec.c: Fix bounds checking of mode in Speex header, which may produce negative numbers in speex < 1... Original commit message from CVS: @@ -8029,7 +8054,7 @@ Fri Apr 11 10:32:20 2008 +0000 Jan Schmidt Fix bounds checking of mode in Speex header, which may produce negative numbers in speex < 1.1.12 -Thu Apr 10 07:11:51 2008 +0000 Sebastian Dröge +2008-04-10 07:11:51 +0000 Sebastian Dröge tests/check/elements/souphttpsrc.c: Increase the timeout for the internet tests to 250 seconds and check for NULL cap... Original commit message from CVS: @@ -8041,7 +8066,7 @@ Thu Apr 10 07:11:51 2008 +0000 Sebastian Dröge instead of relying on a working internet connection. Fixes bug #521749. -Wed Apr 9 16:11:40 2008 +0000 Tim-Philipp Müller +2008-04-09 16:11:40 +0000 Tim-Philipp Müller gst/goom/: Remove a bunch of font/text related code that we don't need. Original commit message from CVS: @@ -8057,7 +8082,7 @@ Wed Apr 9 16:11:40 2008 +0000 Tim-Philipp Müller * gst/goom/plugin_info.c: Remove a bunch of font/text related code that we don't need. -Wed Apr 9 14:02:37 2008 +0000 Tim-Philipp Müller +2008-04-09 14:02:37 +0000 Tim-Philipp Müller gst/goom/: Change license of these files to LGPL, as permitted by the author, Guillaume Borios. See #515073. Original commit message from CVS: @@ -8066,7 +8091,7 @@ Wed Apr 9 14:02:37 2008 +0000 Tim-Philipp Müller Change license of these files to LGPL, as permitted by the author, Guillaume Borios. See #515073. -Wed Apr 9 13:31:22 2008 +0000 Stefan Kost +2008-04-09 13:31:22 +0000 Stefan Kost gst/goom/: As hinted in Bug #518213, revert one change and fix warnings properly. Original commit message from CVS: @@ -8076,7 +8101,7 @@ Wed Apr 9 13:31:22 2008 +0000 Stefan Kost As hinted in Bug #518213, revert one change and fix warnings properly. This fixes both #518213 and #520073 for me. -Wed Apr 9 12:02:55 2008 +0000 Jan Schmidt +2008-04-09 12:02:55 +0000 Jan Schmidt gst/matroska/: Fix the Forte build by making function declaration signatures match the implementations. Original commit message from CVS: @@ -8088,7 +8113,7 @@ Wed Apr 9 12:02:55 2008 +0000 Jan Schmidt Fix the Forte build by making function declaration signatures match the implementations. -Tue Apr 8 19:49:34 2008 +0000 Tim-Philipp Müller +2008-04-08 19:49:34 +0000 Tim-Philipp Müller sys/oss/: More logging when probing (see #518474), some comments in _reset(). Original commit message from CVS: @@ -8097,7 +8122,7 @@ Tue Apr 8 19:49:34 2008 +0000 Tim-Philipp Müller * sys/oss/gstosssrc.c: (gst_oss_src_reset): More logging when probing (see #518474), some comments in _reset(). -Mon Apr 7 17:18:48 2008 +0000 Julien Moutte +2008-04-07 17:18:48 +0000 Julien Moutte gst/rtp/gstrtph264pay.c: Fix build because of a bad argument number. Original commit message from CVS: @@ -8105,7 +8130,7 @@ Mon Apr 7 17:18:48 2008 +0000 Julien Moutte * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build because of a bad argument number. -Sun Apr 6 18:28:09 2008 +0000 Tim-Philipp Müller +2008-04-06 18:28:09 +0000 Tim-Philipp Müller tests/icles/: Interactive test app for gdkpixbufsink. Original commit message from CVS: @@ -8114,7 +8139,7 @@ Sun Apr 6 18:28:09 2008 +0000 Tim-Philipp Müller * tests/icles/gdkpixbufsink-test.c: Interactive test app for gdkpixbufsink. -Sun Apr 6 09:01:42 2008 +0000 Sjoerd Simons +2008-04-06 09:01:42 +0000 Sjoerd Simons ext/soup/gstsouphttpsrc.c: Only ignore actual redirects not all responses when in state Original commit message from CVS: @@ -8123,7 +8148,7 @@ Sun Apr 6 09:01:42 2008 +0000 Sjoerd Simons Only ignore actual redirects not all responses when in state GST_SOUP_HTTP_SRC_SESSION_IO_STATUS_RUNNING. Fixes bug #526337. -Sun Apr 6 08:57:59 2008 +0000 Damien Lespiau +2008-04-06 08:57:59 +0000 Damien Lespiau configure.ac: Actually build dlls when cross-compiling with mingw32. Original commit message from CVS: @@ -8132,7 +8157,7 @@ Sun Apr 6 08:57:59 2008 +0000 Damien Lespiau Actually build dlls when cross-compiling with mingw32. Fixes bug #526247. -Sat Apr 5 12:00:46 2008 +0000 Tim-Philipp Müller +2008-04-05 12:00:46 +0000 Tim-Philipp Müller ext/hal/hal.c: Don't munge device string to 'default:x' for capture devices. Original commit message from CVS: @@ -8140,7 +8165,7 @@ Sat Apr 5 12:00:46 2008 +0000 Tim-Philipp Müller Don't munge device string to 'default:x' for capture devices. Fixes #525833. -Fri Apr 4 19:00:19 2008 +0000 Sebastian Dröge +2008-04-04 19:00:19 +0000 Sebastian Dröge ext/wavpack/gstwavpackparse.c: Always use GSlice as we actually depend on GLib 2.12 already. Original commit message from CVS: @@ -8148,7 +8173,7 @@ Fri Apr 4 19:00:19 2008 +0000 Sebastian Dröge (gst_wavpack_parse_index_entry_free): Always use GSlice as we actually depend on GLib 2.12 already. -Fri Apr 4 11:26:40 2008 +0000 Tim-Philipp Müller +2008-04-04 11:26:40 +0000 Tim-Philipp Müller configure.ac: Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo. Original commit message from CVS: @@ -8157,7 +8182,7 @@ Fri Apr 4 11:26:40 2008 +0000 Tim-Philipp Müller Also bump the GLib requirement to the current de-facto requirement (ie. 2.12). -Fri Apr 4 10:32:21 2008 +0000 Wim Taymans +2008-04-04 10:32:21 +0000 Wim Taymans gst/rtp/gstrtph264pay.*: Parse codec_data for future AVC compatibility. Original commit message from CVS: @@ -8167,7 +8192,7 @@ Fri Apr 4 10:32:21 2008 +0000 Wim Taymans Parse codec_data for future AVC compatibility. Fail when we encounter AVC data for now. -Fri Apr 4 09:50:10 2008 +0000 Tim-Philipp Müller +2008-04-04 09:50:10 +0000 Tim-Philipp Müller gst/spectrum/gstspectrum.c: Rename property enums and default defines for the properties to match the property names ... Original commit message from CVS: @@ -8178,7 +8203,7 @@ Fri Apr 4 09:50:10 2008 +0000 Tim-Philipp Müller the property names and rephrase property descriptions to make them a bit clearer (hopefully). See #518188. -Thu Apr 3 22:59:44 2008 +0000 Tim-Philipp Müller +2008-04-03 22:59:44 +0000 Tim-Philipp Müller tests/check/: Add unit test for gdkpixbufsink element. Original commit message from CVS: @@ -8187,7 +8212,7 @@ Thu Apr 3 22:59:44 2008 +0000 Tim-Philipp Müller * tests/check/elements/gdkpixbufsink.c: Add unit test for gdkpixbufsink element. -Thu Apr 3 22:50:48 2008 +0000 Tim-Philipp Müller +2008-04-03 22:50:48 +0000 Tim-Philipp Müller ext/gdk_pixbuf/: Add gdkpixbufsink element for easy snapshotting (#525946). Original commit message from CVS: @@ -8206,14 +8231,14 @@ Thu Apr 3 22:50:48 2008 +0000 Tim-Philipp Müller * ext/gdk_pixbuf/gstgdkpixbufsink.h: Add gdkpixbufsink element for easy snapshotting (#525946). -Thu Apr 3 20:25:34 2008 +0000 Sebastian Dröge +2008-04-03 20:25:34 +0000 Sebastian Dröge tests/check/pipelines/wavpack.c: Bump timeout from 3 to 60 seconds. Original commit message from CVS: * tests/check/pipelines/wavpack.c: (wavpack_suite): Bump timeout from 3 to 60 seconds. -Thu Apr 3 20:21:15 2008 +0000 Sebastian Dröge +2008-04-03 20:21:15 +0000 Sebastian Dröge tests/check/pipelines/.cvignore: Remove useless file. Original commit message from CVS: @@ -8222,7 +8247,7 @@ Thu Apr 3 20:21:15 2008 +0000 Sebastian Dröge * tests/check/pipelines/.cvsignore: Add new test to .cvsignore. -Thu Apr 3 20:05:31 2008 +0000 Sebastian Dröge +2008-04-03 20:05:31 +0000 Sebastian Dröge tests/check/: Add unit test that encodes and decodes some data, checks that it is still the same and that all timesta... Original commit message from CVS: @@ -8233,7 +8258,7 @@ Thu Apr 3 20:05:31 2008 +0000 Sebastian Dröge Add unit test that encodes and decodes some data, checks that it is still the same and that all timestamps/offsets are perfect. -Thu Apr 3 18:28:28 2008 +0000 Sebastian Dröge +2008-04-03 18:28:28 +0000 Sebastian Dröge ext/wavpack/: Use GSlice for allocating index entries and use gst_element_class_set_details_simple(). Original commit message from CVS: @@ -8247,7 +8272,7 @@ Thu Apr 3 18:28:28 2008 +0000 Sebastian Dröge Use GSlice for allocating index entries and use gst_element_class_set_details_simple(). -Wed Apr 2 22:37:29 2008 +0000 Brian Cameron +2008-04-02 22:37:29 +0000 Brian Cameron sys/sunaudio/: Fix up copyrights (#525860). Original commit message from CVS: @@ -8265,21 +8290,21 @@ Wed Apr 2 22:37:29 2008 +0000 Brian Cameron * sys/sunaudio/gstsunaudiosrc.h: Fix up copyrights (#525860). -Wed Apr 2 16:10:33 2008 +0000 Christian Schaller +2008-04-02 16:10:33 +0000 Christian Schaller * gst-plugins-good.spec.in: add new goom plugin to spec file Original commit message from CVS: add new goom plugin to spec file -Wed Apr 2 15:42:27 2008 +0000 Tim-Philipp Müller +2008-04-02 15:42:27 +0000 Tim-Philipp Müller gst/goom/goomsl.c: Check return value of fread() to avoid compiler warnings. Original commit message from CVS: * gst/goom/goomsl.c: (gsl_read_file): Check return value of fread() to avoid compiler warnings. -Tue Apr 1 11:00:43 2008 +0000 mersad +2008-04-01 11:00:43 +0000 mersad gst/law/: Make negotiation a bit modern. Original commit message from CVS: @@ -8295,14 +8320,14 @@ Tue Apr 1 11:00:43 2008 +0000 mersad Make negotiation a bit modern. Use pad_alloc. Fixes #525359. -Mon Mar 31 22:06:14 2008 +0000 David Schleef +2008-03-31 22:06:14 +0000 David Schleef gst/goom/xmmx.c: Fix constraints on asm code so that it compiles consistently. Fixes #522278. Original commit message from CVS: * gst/goom/xmmx.c: Fix constraints on asm code so that it compiles consistently. Fixes #522278. -Thu Mar 27 09:36:58 2008 +0000 Brian Cameron +2008-03-27 09:36:58 +0000 Brian Cameron sys/sunaudio/: Fix up the mixer tracks to use a volume range of 0-255, which is what the sun audio API uses. This sim... Original commit message from CVS: @@ -8315,7 +8340,7 @@ Thu Mar 27 09:36:58 2008 +0000 Brian Cameron the sun audio API uses. This simplifies the code and avoids rounding errors. Fixes #524593. -Wed Mar 26 15:10:08 2008 +0000 Edgard Lima +2008-03-26 15:10:08 +0000 Edgard Lima * ChangeLog: * sys/v4l2/gstv4l2object.c: @@ -8324,21 +8349,21 @@ Wed Mar 26 15:10:08 2008 +0000 Edgard Lima Original commit message from CVS: Add device-fd property to make it possible to apps to call ioctl's. -Tue Mar 25 16:44:20 2008 +0000 Wim Taymans +2008-03-25 16:44:20 +0000 Wim Taymans gst/qtdemux/qtdemux.c: Unbreak streaming mode again. Original commit message from CVS: * gst/qtdemux/qtdemux.c: (next_entry_size): Unbreak streaming mode again. -Tue Mar 25 12:39:22 2008 +0000 Tim-Philipp Müller +2008-03-25 12:39:22 +0000 Tim-Philipp Müller sys/v4l2/v4l2src_calls.c: Remove superfluous DEBUG macro. Original commit message from CVS: * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture): Remove superfluous DEBUG macro. -Tue Mar 25 12:33:09 2008 +0000 William M. Brack +2008-03-25 12:33:09 +0000 William M. Brack sys/v4l2/v4l2src_calls.c: Check whether the device supports setting the framerate before trying to set it and then po... Original commit message from CVS: @@ -8349,7 +8374,7 @@ Tue Mar 25 12:33:09 2008 +0000 William M. Brack trying to set it and then posting a warning or error if it doesn't work (#516649, #520092). Also compare fractions more correctly. -Mon Mar 24 12:32:59 2008 +0000 Rene Stadler +2008-03-24 12:32:59 +0000 Rene Stadler Make rganalysis and rglimiter elements GAP-flag aware. Original commit message from CVS: @@ -8363,7 +8388,7 @@ Mon Mar 24 12:32:59 2008 +0000 Rene Stadler * tests/check/elements/rglimiter.c (test_gap), (rglimiter_suite): Add tests to verify gap-awareness. -Sun Mar 23 13:31:15 2008 +0000 Tim-Philipp Müller +2008-03-23 13:31:15 +0000 Tim-Philipp Müller gst/goom/Makefile.am: Remove ppc assembler optimisations from the build until they actually build (they also seem to ... Original commit message from CVS: @@ -8371,14 +8396,14 @@ Sun Mar 23 13:31:15 2008 +0000 Tim-Philipp Müller Remove ppc assembler optimisations from the build until they actually build (they also seem to have GPL headers). -Sun Mar 23 12:48:44 2008 +0000 Tim-Philipp Müller +2008-03-23 12:48:44 +0000 Tim-Philipp Müller m4/Makefile.am: Better not dist files that don't exist any longer (lrint*m4). Original commit message from CVS: * m4/Makefile.am: Better not dist files that don't exist any longer (lrint*m4). -Sat Mar 22 19:26:04 2008 +0000 Sebastian Dröge +2008-03-22 19:26:04 +0000 Sebastian Dröge ext/soup/gstsouphttpsrc.c: Don't autoplug souphttpsrc for dav/davs. This is better handled by Original commit message from CVS: @@ -8397,7 +8422,7 @@ Sat Mar 22 19:26:04 2008 +0000 Sebastian Dröge Check that we get a buffer with application/x-icy caps if iradio-mode is enabled and we have an icecast URL. -Sat Mar 22 18:18:46 2008 +0000 Sebastian Dröge +2008-03-22 18:18:46 +0000 Sebastian Dröge ext/soup/gstsouphttpsrc.c: Actually set the icy caps on our src pad if we have icecast data. Original commit message from CVS: @@ -8405,7 +8430,7 @@ Sat Mar 22 18:18:46 2008 +0000 Sebastian Dröge Actually set the icy caps on our src pad if we have icecast data. Fixes bug #523854. -Fri Mar 21 13:36:27 2008 +0000 Sebastian Dröge +2008-03-21 13:36:27 +0000 Sebastian Dröge Remove lrint/lrintf checks. We don't use it anywhere. Original commit message from CVS: @@ -8414,7 +8439,7 @@ Fri Mar 21 13:36:27 2008 +0000 Sebastian Dröge * m4/lrintf.m4: Remove lrint/lrintf checks. We don't use it anywhere. -Wed Mar 19 19:56:59 2008 +0000 Stefan Kost +2008-03-19 19:56:59 +0000 Stefan Kost gst/freeze/: Add example to source code documentation blob and remove the 3 line Original commit message from CVS: @@ -8426,7 +8451,7 @@ Wed Mar 19 19:56:59 2008 +0000 Stefan Kost * gst/interleave/interleave.c: Add a source code documentation blob. -Tue Mar 18 15:03:06 2008 +0000 Andy Wingo +2008-03-18 15:03:06 +0000 Andy Wingo * ChangeLog: * sys/osxvideo/osxvideosink.h: @@ -8441,7 +8466,7 @@ Tue Mar 18 15:03:06 2008 +0000 Andy Wingo (cocoa_event_loop): Pacify the taymans by upping the usleepage to 2 ms. -Tue Mar 18 11:50:08 2008 +0000 Andy Wingo +2008-03-18 11:50:08 +0000 Andy Wingo sys/osxvideo/osxvideosink.m (gst_osx_video_sink_osxwindow_destroy) Original commit message from CVS: @@ -8452,7 +8477,7 @@ Tue Mar 18 11:50:08 2008 +0000 Andy Wingo need to run an event loop, do so in a task instead of assuming that there will be a GMainLoop. Fixes #523134. -Mon Mar 17 19:50:58 2008 +0000 William M. Brack +2008-03-17 19:50:58 +0000 William M. Brack sys/v4l2/v4l2src_calls.c: Make sure the probed frame sizes are reversed in the resulting caps also when using V4L2_FR... Original commit message from CVS: @@ -8465,7 +8490,7 @@ Mon Mar 17 19:50:58 2008 +0000 William M. Brack highest resolution first); also remove unused variable. (Partly fixes #520092) -Mon Mar 17 15:56:01 2008 +0000 Ole André Vadla Ravnås +2008-03-17 15:56:01 +0000 Ole André Vadla Ravnås gst/rtsp/gstrtspsrc.c: Call WSAStartup() and WSACleanup before using the Winsock API. Original commit message from CVS: @@ -8475,7 +8500,7 @@ Mon Mar 17 15:56:01 2008 +0000 Ole André Vadla Ravnås +2008-03-16 15:01:07 +0000 Stefan Kost gst/avi/gstavidemux.c: Erm, the buffer-size is just guint, no need for the special format specifier. Original commit message from CVS: @@ -8483,7 +8508,7 @@ Sun Mar 16 15:01:07 2008 +0000 Stefan Kost Erm, the buffer-size is just guint, no need for the special format specifier. -Sun Mar 16 14:34:45 2008 +0000 Tim-Philipp Müller +2008-03-16 14:34:45 +0000 Tim-Philipp Müller gst/goom/: Small fixes to build more on PPC: ifdef out code that uses unknown define; add newline at end of header fi... Original commit message from CVS: @@ -8493,7 +8518,7 @@ Sun Mar 16 14:34:45 2008 +0000 Tim-Philipp Müller define; add newline at end of header file to avoid compiler warning. Assembler code still doesn't build though. -Sun Mar 16 14:04:16 2008 +0000 Stefan Kost +2008-03-16 14:04:16 +0000 Stefan Kost gst/avi/gstavidemux.c: Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log. Original commit message from CVS: @@ -8501,14 +8526,14 @@ Sun Mar 16 14:04:16 2008 +0000 Stefan Kost Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log. Also downgrade a GST_WARNING to GST_DEBUG and add a comment. -Sat Mar 15 22:10:38 2008 +0000 Stefan Kost +2008-03-15 22:10:38 +0000 Stefan Kost gst/avi/gstavidemux.c: Chunksize is uint32. Fix format specifier. Original commit message from CVS: * gst/avi/gstavidemux.c: Chunksize is uint32. Fix format specifier. -Fri Mar 14 15:53:01 2008 +0000 Christian Schaller +2008-03-14 15:53:01 +0000 Christian Schaller * ChangeLog: * gst/rtsp/COPYING.MIT: @@ -8516,7 +8541,7 @@ Fri Mar 14 15:53:01 2008 +0000 Christian Schaller Original commit message from CVS: fix license file, remove extra line copied over by mistake -Thu Mar 13 14:30:45 2008 +0000 Sebastian Dröge +2008-03-13 14:30:45 +0000 Sebastian Dröge gst/audiofx/audiofx.c: Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead of hardcoding values. Original commit message from CVS: @@ -8524,7 +8549,7 @@ Thu Mar 13 14:30:45 2008 +0000 Sebastian Dröge Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead of hardcoding values. -Thu Mar 13 09:45:09 2008 +0000 Wouter Cloetens +2008-03-13 09:45:09 +0000 Wouter Cloetens ext/soup/gstsouphttpsrc.*: Try to resume on server disconnect. Fixes bug #522134. Original commit message from CVS: @@ -8535,7 +8560,7 @@ Thu Mar 13 09:45:09 2008 +0000 Wouter Cloetens * ext/soup/gstsouphttpsrc.h: Try to resume on server disconnect. Fixes bug #522134. -Tue Mar 11 23:12:04 2008 +0000 Mark Nauwelaerts +2008-03-11 23:12:04 +0000 Mark Nauwelaerts sys/oss/gstosssrc.*: Cache probed caps, so _get_caps() during recording doesn't cause ioctl calls which may disrupt t... Original commit message from CVS: @@ -8546,7 +8571,7 @@ Tue Mar 11 23:12:04 2008 +0000 Mark Nauwelaerts Cache probed caps, so _get_caps() during recording doesn't cause ioctl calls which may disrupt the recording (fixes #521875). -Tue Mar 11 16:23:04 2008 +0000 Wim Taymans +2008-03-11 16:23:04 +0000 Wim Taymans gst/qtdemux/qtdemux.c: Make sure we always send a DISCONT after a seek by setting the sample index to an undefined va... Original commit message from CVS: @@ -8557,7 +8582,7 @@ Tue Mar 11 16:23:04 2008 +0000 Wim Taymans Make sure we always send a DISCONT after a seek by setting the sample index to an undefined value after a seek. -Tue Mar 11 15:18:43 2008 +0000 Tim-Philipp Müller +2008-03-11 15:18:43 +0000 Tim-Philipp Müller gst/avi/gstavisubtitle.h: Fix up IS_FOO macros, which makes gtk-doc much happier. Original commit message from CVS: @@ -8565,21 +8590,21 @@ Tue Mar 11 15:18:43 2008 +0000 Tim-Philipp Müller (GST_IS_AVI_SUBTITLE_CLASS): Fix up IS_FOO macros, which makes gtk-doc much happier. -Sat Mar 8 19:29:20 2008 +0000 Tim-Philipp Müller +2008-03-08 19:29:20 +0000 Tim-Philipp Müller tests/icles/Makefile.am: Move the -lgstfoo where it belongs. Original commit message from CVS: * tests/icles/Makefile.am: Move the -lgstfoo where it belongs. -Sat Mar 8 19:14:22 2008 +0000 Tim-Philipp Müller +2008-03-08 19:14:22 +0000 Tim-Philipp Müller * ChangeLog: ChangeLog surgery Original commit message from CVS: ChangeLog surgery -Sat Mar 8 04:40:32 2008 +0000 Sebastian Dröge +2008-03-08 04:40:32 +0000 Sebastian Dröge gst/matroska/ebml-ids.h: Add ID for EBML CRC32 elements. Original commit message from CVS: @@ -8596,7 +8621,7 @@ Sat Mar 8 04:40:32 2008 +0000 Sebastian Dröge buffers if reading as much data as we wanted failed and some smaller cleanup. -Sat Mar 8 04:21:34 2008 +0000 Olivier Crete +2008-03-08 04:21:34 +0000 Olivier Crete gst/rtp/gstrtph263pdepay.c: Check that a buffer is large enough before reading from it. Original commit message from CVS: @@ -8605,7 +8630,7 @@ Sat Mar 8 04:21:34 2008 +0000 Olivier Crete Check that a buffer is large enough before reading from it. Fixes bug #521102. -Fri Mar 7 15:54:09 2008 +0000 Wim Taymans +2008-03-07 15:54:09 +0000 Wim Taymans gst/udp/gstudpsrc.c: Fix compilation after removing the GstPollMode from the constructor. Original commit message from CVS: @@ -8613,7 +8638,7 @@ Fri Mar 7 15:54:09 2008 +0000 Wim Taymans Fix compilation after removing the GstPollMode from the constructor. -Fri Mar 7 13:08:42 2008 +0000 Sebastian Dröge +2008-03-07 13:08:42 +0000 Sebastian Dröge Check for sinh(), cosh() and asinh() and define our own implementations if they're not available. Fixes bug #520880. Original commit message from CVS: @@ -8625,7 +8650,7 @@ Fri Mar 7 13:08:42 2008 +0000 Sebastian Dröge Check for sinh(), cosh() and asinh() and define our own implementations if they're not available. Fixes bug #520880. -Fri Mar 7 12:40:18 2008 +0000 Olivier Crete +2008-03-07 12:40:18 +0000 Olivier Crete ext/speex/gstspeexenc.c: Unref the buffers only once when handling not-negotiated errors. Original commit message from CVS: @@ -8634,7 +8659,7 @@ Fri Mar 7 12:40:18 2008 +0000 Olivier Crete Unref the buffers only once when handling not-negotiated errors. Fixes bug #520764. -Fri Mar 7 10:01:40 2008 +0000 Ole André Vadla Ravnås +2008-03-07 10:01:40 +0000 Ole André Vadla Ravnås gst/udp/gstudpsrc.c: Properly balance WSA_Cleanup with WSA_Startup. Original commit message from CVS: @@ -8644,7 +8669,7 @@ Fri Mar 7 10:01:40 2008 +0000 Ole André Vadla Ravnås +2008-03-06 19:47:48 +0000 Wim Taymans gst/matroska/: Handle return values from pull_range in a more granular way to properly shut down on seeks. Original commit message from CVS: @@ -8691,7 +8716,7 @@ Thu Mar 6 19:47:48 2008 +0000 Wim Taymans Implement proper error handling. Prepare for handling seeking correctly. -Mon Mar 3 22:01:56 2008 +0000 Jan Schmidt +2008-03-03 22:01:56 +0000 Jan Schmidt gst/matroska/ebml-read.c: Use GINT64 formatting constants from GLIB. Original commit message from CVS: @@ -8708,7 +8733,7 @@ Mon Mar 3 22:01:56 2008 +0000 Jan Schmidt Fix some double<->gint64 conversions that weren't using gst_guint64_to_gdouble -Mon Mar 3 13:03:43 2008 +0000 Peter Kjellerstedt +2008-03-03 13:03:43 +0000 Peter Kjellerstedt configure.ac: Move the checks for bison, flex and as to the program section and the check for gcc inline asm to the c... Original commit message from CVS: @@ -8716,7 +8741,7 @@ Mon Mar 3 13:03:43 2008 +0000 Peter Kjellerstedt Move the checks for bison, flex and as to the program section and the check for gcc inline asm to the compiler characteristics section. -Mon Mar 3 12:10:55 2008 +0000 Peter Kjellerstedt +2008-03-03 12:10:55 +0000 Peter Kjellerstedt configure.ac: Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which plug-ins are included/excluded. (#4... Original commit message from CVS: @@ -8724,14 +8749,14 @@ Mon Mar 3 12:10:55 2008 +0000 Peter Kjellerstedt Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which plug-ins are included/excluded. (#498222) -Fri Feb 29 12:35:24 2008 +0000 Michael Smith +2008-02-29 12:35:24 +0000 Michael Smith gst/videomixer/videomixer.c: Don't call gst_object_sync_values() unless we have a valid timestamp. Original commit message from CVS: * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers): Don't call gst_object_sync_values() unless we have a valid timestamp. -Fri Feb 29 06:18:55 2008 +0000 David Schleef +2008-02-29 06:18:55 +0000 David Schleef gst/matroska/: Fix Dirac mapping. I had previously added a VfW-type mapping, but it looks like Dirac will get a nati... Original commit message from CVS: @@ -8742,13 +8767,13 @@ Fri Feb 29 06:18:55 2008 +0000 David Schleef mapping, but it looks like Dirac will get a native Matroska mapping, and this is the most likely method. -Thu Feb 28 23:56:30 2008 +0000 David Schleef +2008-02-28 23:56:30 +0000 David Schleef gst/avi/gstavimux.c: Add Dirac encoding Original commit message from CVS: * gst/avi/gstavimux.c: Add Dirac encoding -Thu Feb 28 11:51:24 2008 +0000 Peter Kjellerstedt +2008-02-28 11:51:24 +0000 Peter Kjellerstedt gst/udp/gstudpsrc.*: Port to GstPoll. See #505417. Original commit message from CVS: @@ -8759,7 +8784,7 @@ Thu Feb 28 11:51:24 2008 +0000 Peter Kjellerstedt * gst/udp/gstudpsrc.h: Port to GstPoll. See #505417. -Thu Feb 28 08:37:44 2008 +0000 Sebastian Dröge +2008-02-28 08:37:44 +0000 Sebastian Dröge gst/law/mulaw-decode.c: Return GST_FLOW_NOT_NEGOTIATED when the caps are not set yet on the srcpad. We need rate and ... Original commit message from CVS: @@ -8768,7 +8793,7 @@ Thu Feb 28 08:37:44 2008 +0000 Sebastian Dröge yet on the srcpad. We need rate and channels before we can do any processing. Fixes bug #519088. -Tue Feb 26 10:09:38 2008 +0000 Jan Schmidt +2008-02-26 10:09:38 +0000 Jan Schmidt configure.ac: Detect and indicate if GCC inline assembly syntax is available. Original commit message from CVS: @@ -8789,7 +8814,7 @@ Tue Feb 26 10:09:38 2008 +0000 Jan Schmidt with compilers that support GCC inline assembly. Fix a couple of other warnings shown with Forte. -Tue Feb 26 05:36:17 2008 +0000 Wouter Cloetens +2008-02-26 05:36:17 +0000 Wouter Cloetens Add support for specifying a list of cookies to be passed in the HTTP request. Fixes bug #518722. Original commit message from CVS: @@ -8804,7 +8829,7 @@ Tue Feb 26 05:36:17 2008 +0000 Wouter Cloetens Add support for specifying a list of cookies to be passed in the HTTP request. Fixes bug #518722. -Mon Feb 25 12:03:46 2008 +0000 Stefan Kost +2008-02-25 12:03:46 +0000 Stefan Kost gst/goom/xmmx.c: Use 'emms' instead of 'femms' to not crash on cpus that do not implement this 3dnow specific instruc... Original commit message from CVS: @@ -8812,7 +8837,7 @@ Mon Feb 25 12:03:46 2008 +0000 Stefan Kost Use 'emms' instead of 'femms' to not crash on cpus that do not implement this 3dnow specific instruction. -Mon Feb 25 10:32:35 2008 +0000 Sebastian Dröge +2008-02-25 10:32:35 +0000 Sebastian Dröge gst/goom/plugin_info.c: Use extended MMX for draw_line() too if available, not only normal MMX. Original commit message from CVS: @@ -8820,14 +8845,14 @@ Mon Feb 25 10:32:35 2008 +0000 Sebastian Dröge Use extended MMX for draw_line() too if available, not only normal MMX. -Mon Feb 25 06:50:31 2008 +0000 Sebastian Dröge +2008-02-25 06:50:31 +0000 Sebastian Dröge ext/jpeg/gstjpeg.c: Remove (commented out) smoke typefinder. This is in base now. Original commit message from CVS: * ext/jpeg/gstjpeg.c: (plugin_init): Remove (commented out) smoke typefinder. This is in base now. -Sat Feb 23 15:02:15 2008 +0000 Jan Schmidt +2008-02-23 15:02:15 +0000 Jan Schmidt gst/goom2k1/: Rename the installed library, and don't register the same Original commit message from CVS: @@ -8836,7 +8861,7 @@ Sat Feb 23 15:02:15 2008 +0000 Jan Schmidt Rename the installed library, and don't register the same GType name as the new goom. -Sat Feb 23 12:23:38 2008 +0000 Tim-Philipp Müller +2008-02-23 12:23:38 +0000 Tim-Philipp Müller Check for and define ERROR_CXXFLAGS and use them when building Original commit message from CVS: @@ -8845,7 +8870,7 @@ Sat Feb 23 12:23:38 2008 +0000 Tim-Philipp Müller Check for and define ERROR_CXXFLAGS and use them when building C++ code (#516509). -Sat Feb 23 12:10:16 2008 +0000 Tim-Philipp Müller +2008-02-23 12:10:16 +0000 Tim-Philipp Müller gst/goom/: Call oil_init(), otherwise oil_get_cpu_flags() won't return anything useful. Export goom debug category so... Original commit message from CVS: @@ -8856,7 +8881,7 @@ Sat Feb 23 12:10:16 2008 +0000 Tim-Philipp Müller anything useful. Export goom debug category so we can get rid of the VERBOSE define and the printfs. -Sat Feb 23 11:53:27 2008 +0000 Tim-Philipp Müller +2008-02-23 11:53:27 +0000 Tim-Philipp Müller gst/goom/: Compile fixes for x86-64. Original commit message from CVS: @@ -8864,7 +8889,7 @@ Sat Feb 23 11:53:27 2008 +0000 Tim-Philipp Müller * gst/goom/plugin_info.c: (setOptimizedMethods): Compile fixes for x86-64. -Sat Feb 23 03:10:55 2008 +0000 Bastien Nocera +2008-02-23 03:10:55 +0000 Bastien Nocera gst/goom/Makefile.am: Don't compile lex or yacc outputs with warnings, but add other CFLAGS Original commit message from CVS: @@ -8879,7 +8904,7 @@ Sat Feb 23 03:10:55 2008 +0000 Bastien Nocera fprintf, replace exit() calls with g_assert_not_reached() if it not optimal for a library -Sat Feb 23 02:38:03 2008 +0000 Bastien Nocera +2008-02-23 02:38:03 +0000 Bastien Nocera gst/goom/Makefile.am: Remove the warnings being disabled, fix linkage on x86, spotted by Sebastian Dröge Original commit message from CVS: @@ -8897,7 +8922,7 @@ Sat Feb 23 02:38:03 2008 +0000 Bastien Nocera plugin (they were causing warnings, and they were just "Goom" in funny letterring) -Sat Feb 23 01:51:37 2008 +0000 Bastien Nocera +2008-02-23 01:51:37 +0000 Bastien Nocera configure.ac: Add checks for Flex/Yacc/Bison and other furry animals, for the new goom 2k4 based plugin Original commit message from CVS: @@ -8909,7 +8934,7 @@ Sat Feb 23 01:51:37 2008 +0000 Bastien Nocera * gst/goom2k1/*: ... here, in case somebody is sick enough Fixes #515073 -Fri Feb 22 09:56:03 2008 +0000 Wim Taymans +2008-02-22 09:56:03 +0000 Wim Taymans gst/rtsp/gstrtspsrc.c: Post the server response code in an error message instead of a generic 'error' message. Fixes ... Original commit message from CVS: @@ -8917,7 +8942,7 @@ Fri Feb 22 09:56:03 2008 +0000 Wim Taymans Post the server response code in an error message instead of a generic 'error' message. Fixes #517237. -Fri Feb 22 07:20:03 2008 +0000 Wouter Cloetens +2008-02-22 07:20:03 +0000 Wouter Cloetens Implement zero-copy and make the buffer size configurable. Original commit message from CVS: @@ -8934,7 +8959,7 @@ Fri Feb 22 07:20:03 2008 +0000 Wouter Cloetens already and catch errors earlier, fixes hanging in some situations. Fixes bug #514948. -Fri Feb 22 06:22:39 2008 +0000 Sebastian Dröge +2008-02-22 06:22:39 +0000 Sebastian Dröge tests/check/Makefile.am: Ignore gconfaudiosrc for the states unit test too. It will fallback to alsasrc if the gconf ... Original commit message from CVS: @@ -8943,7 +8968,7 @@ Fri Feb 22 06:22:39 2008 +0000 Sebastian Dröge to alsasrc if the gconf settings can't be read and not everybody has alsa. -Fri Feb 22 06:06:06 2008 +0000 Sebastian Dröge +2008-02-22 06:06:06 +0000 Sebastian Dröge ext/wavpack/gstwavpackparse.*: Always report the duration if we know it in push mode and don't return 0 just to make ... Original commit message from CVS: @@ -8955,7 +8980,7 @@ Fri Feb 22 06:06:06 2008 +0000 Sebastian Dröge Newer totem version use the SEEKING query which properly reports if we can seek or not. -Fri Feb 22 05:39:01 2008 +0000 Jens Granseuer +2008-02-22 05:39:01 +0000 Jens Granseuer tests/examples/equalizer/demo.c: C89 fix, moving variable declarations to the beginning of the block. Fixes bug #517933. Original commit message from CVS: @@ -8964,14 +8989,14 @@ Fri Feb 22 05:39:01 2008 +0000 Jens Granseuer C89 fix, moving variable declarations to the beginning of the block. Fixes bug #517933. -Thu Feb 21 23:47:37 2008 +0000 Jan Schmidt +2008-02-21 23:47:37 +0000 Jan Schmidt configure.ac: Back to development... Original commit message from CVS: * configure.ac: Back to development... -Thu Feb 21 00:09:07 2008 +0000 Jan Schmidt +2008-02-21 00:09:07 +0000 Jan Schmidt * ChangeLog: * NEWS: @@ -9047,7 +9072,7 @@ Thu Feb 21 00:09:07 2008 +0000 Jan Schmidt Original commit message from CVS: Release 0.10.7 - Red Door Black -Wed Feb 20 22:51:08 2008 +0000 Jan Schmidt +2008-02-20 22:51:08 +0000 Jan Schmidt * po/af.po: * po/az.po: @@ -9079,14 +9104,14 @@ Wed Feb 20 22:51:08 2008 +0000 Jan Schmidt Original commit message from CVS: Update .po files -Tue Feb 19 10:47:20 2008 +0000 Sebastian Dröge +2008-02-19 10:47:20 +0000 Sebastian Dröge gst/alpha/Makefile.am: Link alpha plugin with libgstbase. Fixes bug #517386. Original commit message from CVS: * gst/alpha/Makefile.am: Link alpha plugin with libgstbase. Fixes bug #517386. -Mon Feb 18 11:13:35 2008 +0000 Wim Taymans +2008-02-18 11:13:35 +0000 Wim Taymans gst/rtsp/gstrtspsrc.c: Init values to -1 instead of the default 0 value. Original commit message from CVS: @@ -9094,7 +9119,7 @@ Mon Feb 18 11:13:35 2008 +0000 Wim Taymans Init values to -1 instead of the default 0 value. Fixes #516524. -Thu Feb 14 14:50:30 2008 +0000 Stefan Kost +2008-02-14 14:50:30 +0000 Stefan Kost tests/examples/spectrum/spectrum-example.c: Add missing include to fix compilation when libxml usage is disabled. Original commit message from CVS: @@ -9102,7 +9127,7 @@ Thu Feb 14 14:50:30 2008 +0000 Stefan Kost Add missing include to fix compilation when libxml usage is disabled. Fixes: #516371 -Tue Feb 12 23:38:19 2008 +0000 Wim Taymans +2008-02-12 23:38:19 +0000 Wim Taymans fixes: #514889 Original commit message from CVS: @@ -9125,7 +9150,7 @@ Tue Feb 12 23:38:19 2008 +0000 Wim Taymans zero-bytes - The mp4g payloader expects codec_data on the caps -Tue Feb 12 21:36:40 2008 +0000 Sébastien Moutte +2008-02-12 21:36:40 +0000 Sébastien Moutte win32/MANIFEST: Add libgstpng.dsp to MANIFEST. Original commit message from CVS: @@ -9134,7 +9159,7 @@ Tue Feb 12 21:36:40 2008 +0000 Sébastien Moutte * win32/vs6/libgstaudiofx.dsp: Add new source files to VS project file. -Tue Feb 12 13:34:52 2008 +0000 Jan Schmidt +2008-02-12 13:34:52 +0000 Jan Schmidt sys/ximage/gstximagesrc.c: Initialise variables when opening the X display rather than in _start(), as the display ca... Original commit message from CVS: @@ -9143,7 +9168,7 @@ Tue Feb 12 13:34:52 2008 +0000 Jan Schmidt than in _start(), as the display can be opened before that. Fixes: #515985 -Tue Feb 12 12:22:48 2008 +0000 Sebastian Dröge +2008-02-12 12:22:48 +0000 Sebastian Dröge sys/directdraw/gstdirectdrawsink.c: Properly chain up finalize functions. Fixes bug #515980. Original commit message from CVS: @@ -9152,7 +9177,7 @@ Tue Feb 12 12:22:48 2008 +0000 Sebastian Dröge (gst_directdraw_sink_finalize): Properly chain up finalize functions. Fixes bug #515980. -Tue Feb 12 11:38:54 2008 +0000 Sebastian Dröge +2008-02-12 11:38:54 +0000 Sebastian Dröge sys/v4l2/v4l2src_calls.c: Chain up the finalize functions. Fixes bug #515984. Original commit message from CVS: @@ -9161,7 +9186,7 @@ Tue Feb 12 11:38:54 2008 +0000 Sebastian Dröge (gst_v4l2_buffer_pool_class_init): Chain up the finalize functions. Fixes bug #515984. -Tue Feb 12 11:14:36 2008 +0000 Sebastian Dröge +2008-02-12 11:14:36 +0000 Sebastian Dröge sys/ximage/ximageutil.c: Chain up in the finalize function for our custom buffer sub-class. Original commit message from CVS: @@ -9171,7 +9196,7 @@ Tue Feb 12 11:14:36 2008 +0000 Sebastian Dröge Patch by: Sebastian Dröge Fixes: #515706 -Tue Feb 12 11:12:43 2008 +0000 Sebastian Dröge +2008-02-12 11:12:43 +0000 Sebastian Dröge gst/debug/efence.c: Properly chain up finalize method. Fixes bug #515979. Original commit message from CVS: @@ -9179,7 +9204,7 @@ Tue Feb 12 11:12:43 2008 +0000 Sebastian Dröge (gst_fenced_buffer_class_init): Properly chain up finalize method. Fixes bug #515979. -Tue Feb 12 11:09:08 2008 +0000 Jan Schmidt +2008-02-12 11:09:08 +0000 Jan Schmidt sys/ximage/gstximagesrc.c: Free allocated Damage memory before closing our connection to the Original commit message from CVS: @@ -9187,14 +9212,14 @@ Tue Feb 12 11:09:08 2008 +0000 Jan Schmidt Free allocated Damage memory before closing our connection to the X server. Fixes: #515706 -Tue Feb 12 05:21:46 2008 +0000 Sebastian Dröge +2008-02-12 05:21:46 +0000 Sebastian Dröge tests/check/elements/souphttpsrc.c: Include glib/gprintf.h for g_vasprintf(). Fixes bug #515564. Original commit message from CVS: * tests/check/elements/souphttpsrc.c: Include glib/gprintf.h for g_vasprintf(). Fixes bug #515564. -Tue Feb 12 05:14:16 2008 +0000 Sebastian Dröge +2008-02-12 05:14:16 +0000 Sebastian Dröge Add a few libjpeg suppressions and initialize a variable to make smokeenc valgrind clean. Fixes bug #515701. Original commit message from CVS: @@ -9204,7 +9229,7 @@ Tue Feb 12 05:14:16 2008 +0000 Sebastian Dröge Add a few libjpeg suppressions and initialize a variable to make smokeenc valgrind clean. Fixes bug #515701. -Mon Feb 11 21:24:30 2008 +0000 Jan Schmidt +2008-02-11 21:24:30 +0000 Jan Schmidt gst/avi/gstavidemux.c: Revert patch which sends timestamps only on keyframes, as it breaks playback with current gst-... Original commit message from CVS: @@ -9213,7 +9238,7 @@ Mon Feb 11 21:24:30 2008 +0000 Jan Schmidt breaks playback with current gst-ffmpeg. Fixes: #515562 -Mon Feb 11 14:01:52 2008 +0000 Sebastian Dröge +2008-02-11 14:01:52 +0000 Sebastian Dröge Close some memory leaks spotted by the unit test. Fixes bug #515697. Original commit message from CVS: @@ -9221,7 +9246,7 @@ Mon Feb 11 14:01:52 2008 +0000 Sebastian Dröge * tests/check/elements/multifile.c: (GST_START_TEST): Close some memory leaks spotted by the unit test. Fixes bug #515697. -Mon Feb 11 13:48:03 2008 +0000 Sebastian Dröge +2008-02-11 13:48:03 +0000 Sebastian Dröge ext/gconf/gconf.c: Use and unset the GError when pipeline creation fails instead of simply leaking it. Fixes bug #515... Original commit message from CVS: @@ -9229,7 +9254,7 @@ Mon Feb 11 13:48:03 2008 +0000 Sebastian Dröge Use and unset the GError when pipeline creation fails instead of simply leaking it. Fixes bug #515704. -Sun Feb 10 10:46:13 2008 +0000 Sebastian Dröge +2008-02-10 10:46:13 +0000 Sebastian Dröge gst/audiofx/: Fix long description of audiofx elements. Fixes bug #515457. Original commit message from CVS: @@ -9243,7 +9268,7 @@ Sun Feb 10 10:46:13 2008 +0000 Sebastian Dröge * gst/audiofx/audiowsinclimit.c: Fix long description of audiofx elements. Fixes bug #515457. -Sat Feb 9 01:45:32 2008 +0000 Jan Schmidt +2008-02-09 01:45:32 +0000 Jan Schmidt Add a simple example application for the spectrum element, include it in the docs, and fix some documentation ambigui... Original commit message from CVS: @@ -9256,7 +9281,7 @@ Sat Feb 9 01:45:32 2008 +0000 Jan Schmidt in the docs, and fix some documentation ambiguities. Fixes: #348085 -Sat Feb 9 00:15:25 2008 +0000 Jan Schmidt +2008-02-09 00:15:25 +0000 Jan Schmidt gst/: Fix includes order Original commit message from CVS: @@ -9268,14 +9293,14 @@ Sat Feb 9 00:15:25 2008 +0000 Jan Schmidt * tests/check/elements/spectrum.c: Make the test run properly with CK_FORK=no -Fri Feb 8 15:32:36 2008 +0000 Christian Schaller +2008-02-08 15:32:36 +0000 Christian Schaller * gst-plugins-good.spec.in: add 3 new plugins to spec file Original commit message from CVS: add 3 new plugins to spec file -Fri Feb 8 15:27:51 2008 +0000 Christian Schaller +2008-02-08 15:27:51 +0000 Christian Schaller * ChangeLog: * gst/audiofx/Makefile.am: @@ -9283,7 +9308,7 @@ Fri Feb 8 15:27:51 2008 +0000 Christian Schaller Original commit message from CVS: add missing header files for disting -Fri Feb 8 15:20:31 2008 +0000 Julien Moutte +2008-02-08 15:20:31 +0000 Julien Moutte gst/matroska/matroska-demux.c: Flag keyframe and delta units correctly when dealign with a Original commit message from CVS: @@ -9294,14 +9319,14 @@ Fri Feb 8 15:20:31 2008 +0000 Julien Moutte BlockGroup. Fixes: #514397 -Fri Feb 8 10:19:33 2008 +0000 Jan Schmidt +2008-02-08 10:19:33 +0000 Jan Schmidt tests/check/elements/.cvsignore: Spell the new tests correctly in .cvsignore Original commit message from CVS: * tests/check/elements/.cvsignore: Spell the new tests correctly in .cvsignore -Fri Feb 8 10:09:33 2008 +0000 Tim-Philipp Müller +2008-02-08 10:09:33 +0000 Tim-Philipp Müller gst/multifile/gstmultifilesrc.c: Need to use gsize here for the size, fixes compiler warning. Original commit message from CVS: @@ -9313,7 +9338,7 @@ Fri Feb 8 10:09:33 2008 +0000 Tim-Philipp Müller * tests/examples/spectrum/Makefile.am: Add missing files to fix the build. -Fri Feb 8 04:25:32 2008 +0000 Jan Schmidt +2008-02-08 04:25:32 +0000 Jan Schmidt Move multifile plugin from -bad. Original commit message from CVS: @@ -9329,7 +9354,7 @@ Fri Feb 8 04:25:32 2008 +0000 Jan Schmidt Move multifile plugin from -bad. Fixes: #490283 -Fri Feb 8 03:44:12 2008 +0000 David Schleef +2008-02-08 03:44:12 +0000 David Schleef gst/multifile/: Use g_file_[sg]et_contents() instead of using stdio functions. Original commit message from CVS: @@ -9341,7 +9366,7 @@ Fri Feb 8 03:44:12 2008 +0000 David Schleef Create a temporary directory using standard functions instead of creating a directory in the current dir. -Fri Feb 8 03:28:57 2008 +0000 Jan Schmidt +2008-02-08 03:28:57 +0000 Jan Schmidt Move spectrum plugin from -bad. Original commit message from CVS: @@ -9359,14 +9384,14 @@ Fri Feb 8 03:28:57 2008 +0000 Jan Schmidt Move spectrum plugin from -bad. Move examples into tests/examples/spectrum. -Fri Feb 8 02:56:12 2008 +0000 Jan Schmidt +2008-02-08 02:56:12 +0000 Jan Schmidt * ChangeLog: Mention bug 415627 fixed with previous commit Original commit message from CVS: Mention bug 415627 fixed with previous commit -Fri Feb 8 02:49:20 2008 +0000 Jan Schmidt +2008-02-08 02:49:20 +0000 Jan Schmidt Move the equalizer plugin across from -bad Original commit message from CVS: @@ -9387,7 +9412,7 @@ Fri Feb 8 02:49:20 2008 +0000 Jan Schmidt * tests/check/elements/equalizer.c: Fix compiler warnings -Fri Feb 8 02:48:54 2008 +0000 Jan Schmidt +2008-02-08 02:48:54 +0000 Jan Schmidt docs/plugins/gst-plugins-bad-plugins.*: Remove equalizer plugin docs Original commit message from CVS: @@ -9403,7 +9428,7 @@ Fri Feb 8 02:48:54 2008 +0000 Jan Schmidt * tests/check/elements/rglimiter.c: Fix compiler warnings from -Wall -Werror -Fri Feb 8 01:07:02 2008 +0000 Jan Schmidt +2008-02-08 01:07:02 +0000 Jan Schmidt configure.ac: Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases are treated like releases and bui... Original commit message from CVS: @@ -9411,7 +9436,7 @@ Fri Feb 8 01:07:02 2008 +0000 Jan Schmidt Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases are treated like releases and build without it. -Thu Feb 7 21:57:54 2008 +0000 Jan Schmidt +2008-02-07 21:57:54 +0000 Jan Schmidt Move the lpwsinc and bpwsinc elements from gst-plugins-bad into the audiofx plugin, and rename to audiowsinclimit and... Original commit message from CVS: @@ -9434,7 +9459,7 @@ Thu Feb 7 21:57:54 2008 +0000 Jan Schmidt respectively. Fixes: #467666 -Thu Feb 7 21:17:36 2008 +0000 Tim-Philipp Müller +2008-02-07 21:17:36 +0000 Tim-Philipp Müller Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without caps, and add a somewhat useful debug message. Plus test. Original commit message from CVS: @@ -9443,7 +9468,7 @@ Thu Feb 7 21:17:36 2008 +0000 Tim-Philipp Müller Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without caps, and add a somewhat useful debug message. Plus test. -Thu Feb 7 19:13:56 2008 +0000 Sébastien Moutte +2008-02-07 19:13:56 +0000 Sébastien Moutte gst/rtsp/gstrtspsrc.c: Include unistd.h only if HAVE_UNISTD_H is defined Original commit message from CVS: @@ -9461,7 +9486,7 @@ Thu Feb 7 19:13:56 2008 +0000 Sébastien Moutte * win32/vs6/libgstvideomixer.dsp: Update project file dependencies and add new source files -Thu Feb 7 16:38:55 2008 +0000 Bjarne Rosengren +2008-02-07 16:38:55 +0000 Bjarne Rosengren gst/matroska/ebml-write.c: Don't leak buffers when we don't push them downstream. Original commit message from CVS: @@ -9470,7 +9495,7 @@ Thu Feb 7 16:38:55 2008 +0000 Bjarne Rosengren Don't leak buffers when we don't push them downstream. Fixes bug #514965. -Thu Feb 7 13:48:20 2008 +0000 Stefan Kost +2008-02-07 13:48:20 +0000 Stefan Kost gst/multifile/gstmultifilesink.c: Add a fixme comment. Original commit message from CVS: @@ -9481,14 +9506,14 @@ Thu Feb 7 13:48:20 2008 +0000 Stefan Kost * tests/icles/output-selector-test.c: Improve the test. -Thu Feb 7 13:41:11 2008 +0000 Stefan Kost +2008-02-07 13:41:11 +0000 Stefan Kost gst/spectrum/gstspectrum.c: Improve the docs. Original commit message from CVS: * gst/spectrum/gstspectrum.c: Improve the docs. -Thu Feb 7 10:17:14 2008 +0000 Tim-Philipp Müller +2008-02-07 10:17:14 +0000 Tim-Philipp Müller configure.ac: Bump requirements to (good) released versions to avoid confusion and make implicit core requirement exp... Original commit message from CVS: @@ -9496,14 +9521,14 @@ Thu Feb 7 10:17:14 2008 +0000 Tim-Philipp Müller Bump requirements to (good) released versions to avoid confusion and make implicit core requirement explicit. -Thu Feb 7 10:04:01 2008 +0000 Sebastian Dröge +2008-02-07 10:04:01 +0000 Sebastian Dröge gst/filter/gstlpwsinc.c: Fix typo in the long description of the element. Original commit message from CVS: * gst/filter/gstlpwsinc.c: Fix typo in the long description of the element. -Wed Feb 6 23:44:43 2008 +0000 Jan Schmidt +2008-02-06 23:44:43 +0000 Jan Schmidt Rename audiochebyshevfreqband -> audiochebband and audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS... Original commit message from CVS: @@ -9533,7 +9558,7 @@ Wed Feb 6 23:44:43 2008 +0000 Jan Schmidt surgery. Closes: #491811 -Wed Feb 6 11:07:47 2008 +0000 Wouter Cloetens +2008-02-06 11:07:47 +0000 Wouter Cloetens ext/soup/gstsouphttpsrc.c: Fix memory leak and improve debugging a bit. Original commit message from CVS: @@ -9542,7 +9567,7 @@ Wed Feb 6 11:07:47 2008 +0000 Wouter Cloetens (gst_soup_http_src_create): Fix memory leak and improve debugging a bit. -Tue Feb 5 17:59:24 2008 +0000 orjan +2008-02-05 17:59:24 +0000 orjan gst/multipart/multipartmux.c: Fix caps memory leak. Fixes #514573. Original commit message from CVS: @@ -9550,7 +9575,7 @@ Tue Feb 5 17:59:24 2008 +0000 orjan * gst/multipart/multipartmux.c: (gst_multipart_mux_collected): Fix caps memory leak. Fixes #514573. -Mon Feb 4 12:07:14 2008 +0000 Edward Hervey +2008-02-04 12:07:14 +0000 Edward Hervey gst/avi/gstavidemux.c: If there's no entries in the subindex, don't try to do anything stupid, just return. Original commit message from CVS: @@ -9558,7 +9583,7 @@ Mon Feb 4 12:07:14 2008 +0000 Edward Hervey If there's no entries in the subindex, don't try to do anything stupid, just return. -Sat Feb 2 19:47:50 2008 +0000 John Millikin +2008-02-02 19:47:50 +0000 John Millikin ext/flac/gstflacdec.c: Fix extraction of picture blocks with newer libflac versions again: Original commit message from CVS: @@ -9568,7 +9593,7 @@ Sat Feb 2 19:47:50 2008 +0000 John Millikin Fix extraction of picture blocks with newer libflac versions again: FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628). -Sat Feb 2 18:06:19 2008 +0000 Tim-Philipp Müller +2008-02-02 18:06:19 +0000 Tim-Philipp Müller tests/check/Makefile.am: Add rtp-payloading test to VALGRIND_TO_FIX. Original commit message from CVS: @@ -9580,7 +9605,7 @@ Sat Feb 2 18:06:19 2008 +0000 Tim-Philipp Müller more verbose in the error case (which should probably make the test fail anyway). -Fri Feb 1 18:29:21 2008 +0000 Thijs Vermeir +2008-02-01 18:29:21 +0000 Thijs Vermeir Add documentation for avisubtitle and change class to Original commit message from CVS: @@ -9591,7 +9616,7 @@ Fri Feb 1 18:29:21 2008 +0000 Thijs Vermeir Add documentation for avisubtitle and change class to Codec/Parser/Subtitle -Thu Jan 31 16:12:28 2008 +0000 Jan Schmidt +2008-01-31 16:12:28 +0000 Jan Schmidt sys/v4l2/v4l2_calls.c: Treat ENOTTY (driver does not implement ioctl) the same as Original commit message from CVS: @@ -9607,7 +9632,7 @@ Thu Jan 31 16:12:28 2008 +0000 Jan Schmidt * sys/v4l2/v4l2src_calls.h: Remove replaced function declaration. -Thu Jan 31 16:03:48 2008 +0000 Jan Schmidt +2008-01-31 16:03:48 +0000 Jan Schmidt configure.ac: Bump plugins-base requirement to 0.10.16 for the gst_video_format_* Original commit message from CVS: @@ -9615,7 +9640,7 @@ Thu Jan 31 16:03:48 2008 +0000 Jan Schmidt Bump plugins-base requirement to 0.10.16 for the gst_video_format_* API. -Thu Jan 31 09:50:31 2008 +0000 Sebastian Dröge +2008-01-31 09:50:31 +0000 Sebastian Dröge ext/soup/gstsouphttpsrc.c: Add changes to gstsouphttpsrc.c that were missing from last commit. Original commit message from CVS: @@ -9643,7 +9668,7 @@ Thu Jan 31 09:50:31 2008 +0000 Sebastian Dröge (gst_soup_http_src_uri_handler_init), (plugin_init): Add changes to gstsouphttpsrc.c that were missing from last commit. -Thu Jan 31 08:57:16 2008 +0000 Wouter Cloetens +2008-01-31 08:57:16 +0000 Wouter Cloetens Make coding style more consistent, including class renaming. Original commit message from CVS: @@ -9677,14 +9702,14 @@ Thu Jan 31 08:57:16 2008 +0000 Wouter Cloetens * ext/soup/gstsouphttpsrc.h: Make coding style more consistent, including class renaming. -Thu Jan 31 00:03:26 2008 +0000 Jan Schmidt +2008-01-31 00:03:26 +0000 Jan Schmidt configure.ac: Fix typo. Original commit message from CVS: * configure.ac: Fix typo. -Thu Jan 31 00:00:23 2008 +0000 Jan Schmidt +2008-01-31 00:00:23 +0000 Jan Schmidt gst/alpha/: Re-write the 'alpha' plugin to be BaseTransform based, simplifying some stuff, and making buffer-alloc an... Original commit message from CVS: @@ -9696,7 +9721,7 @@ Thu Jan 31 00:00:23 2008 +0000 Jan Schmidt seems to be a disagreement with ffmpegcolorspace about what size an AYUV frame with odd height should be. -Wed Jan 30 15:40:36 2008 +0000 Wouter Cloetens +2008-01-30 15:40:36 +0000 Wouter Cloetens ext/soup/gstsouphttpsrc.c: Update documentation a bit. Original commit message from CVS: @@ -9726,7 +9751,7 @@ Wed Jan 30 15:40:36 2008 +0000 Wouter Cloetens * docs/plugins/inspect/plugin-videocrop.xml: Regenerate everything for the documentation changes we had. -Wed Jan 30 13:29:15 2008 +0000 Wouter Cloetens +2008-01-30 13:29:15 +0000 Wouter Cloetens ext/soup/gstsouphttpsrc.c: Let the proxy property default to the content of the $http_proxy environment variable. Original commit message from CVS: @@ -9735,7 +9760,7 @@ Wed Jan 30 13:29:15 2008 +0000 Wouter Cloetens Let the proxy property default to the content of the $http_proxy environment variable. -Wed Jan 30 13:08:45 2008 +0000 Wouter Cloetens +2008-01-30 13:08:45 +0000 Wouter Cloetens tests/check/: Add missing files for the unit test. Original commit message from CVS: @@ -9744,7 +9769,7 @@ Wed Jan 30 13:08:45 2008 +0000 Wouter Cloetens * tests/check/test-key.pem: Add missing files for the unit test. -Wed Jan 30 13:06:01 2008 +0000 Wouter Cloetens +2008-01-30 13:06:01 +0000 Wouter Cloetens docs/plugins/: Add souphttpsrc to the docs. Original commit message from CVS: @@ -9780,7 +9805,7 @@ Wed Jan 30 13:06:01 2008 +0000 Wouter Cloetens * tests/check/elements/souphttpsrc.c: Add unit test for souphttpsrc. -Tue Jan 29 18:43:32 2008 +0000 Alessandro Decina +2008-01-29 18:43:32 +0000 Alessandro Decina ext/libpng/gstpngenc.*: Preallocate the output buffer so that g_memdup() and gst_buffer_merge() aren't needed anymore... Original commit message from CVS: @@ -9791,7 +9816,7 @@ Tue Jan 29 18:43:32 2008 +0000 Alessandro Decina gst_buffer_merge() aren't needed anymore. This greatly improves performances and fixes #512544. -Tue Jan 29 18:24:28 2008 +0000 Wim Taymans +2008-01-29 18:24:28 +0000 Wim Taymans gst/avi/gstavidemux.c: GStreamer timestamps are PTS values while AVI only knows about DTS timestamps. Make sure we on... Original commit message from CVS: @@ -9801,7 +9826,7 @@ Tue Jan 29 18:24:28 2008 +0000 Wim Taymans timestamps. Make sure we only copy the DTS as the buffer timestamp when we are dealing with a key frame. -Tue Jan 29 15:45:48 2008 +0000 Stefan Kost +2008-01-29 15:45:48 +0000 Stefan Kost tests/check/: Add add testsuite for the rtp-payloader that tries simulating dataflow. Needs more test data. Original commit message from CVS: @@ -9811,14 +9836,14 @@ Tue Jan 29 15:45:48 2008 +0000 Stefan Kost Add add testsuite for the rtp-payloader that tries simulating dataflow. Needs more test data. -Tue Jan 29 15:27:02 2008 +0000 Stefan Kost +2008-01-29 15:27:02 +0000 Stefan Kost tests/check/elements/alphacolor.c: Remove two unused variables. Original commit message from CVS: * tests/check/elements/alphacolor.c: Remove two unused variables. -Mon Jan 28 12:17:02 2008 +0000 Tim-Philipp Müller +2008-01-28 12:17:02 +0000 Tim-Philipp Müller gst/rtsp/gstrtspsrc.c: Use g_ascii_strtoll() instead of atoll, which is only available in C99. Original commit message from CVS: @@ -9826,7 +9851,7 @@ Mon Jan 28 12:17:02 2008 +0000 Tim-Philipp Müller Use g_ascii_strtoll() instead of atoll, which is only available in C99. -Sat Jan 26 16:19:26 2008 +0000 Sebastian Dröge +2008-01-26 16:19:26 +0000 Sebastian Dröge gst/filter/: Don't implement get_unit_size() ourselves, the GstAudioFilter base class already does this for us. Original commit message from CVS: @@ -9835,7 +9860,7 @@ Sat Jan 26 16:19:26 2008 +0000 Sebastian Dröge Don't implement get_unit_size() ourselves, the GstAudioFilter base class already does this for us. -Fri Jan 25 10:53:17 2008 +0000 Thijs Vermeir +2008-01-25 10:53:17 +0000 Thijs Vermeir gst/rtp/: Add MPEG2 video payloader Original commit message from CVS: @@ -9845,14 +9870,14 @@ Fri Jan 25 10:53:17 2008 +0000 Thijs Vermeir * gst/rtp/gstrtpmpvpay.h: Add MPEG2 video payloader -Wed Jan 23 17:05:32 2008 +0000 Sebastian Dröge +2008-01-23 17:05:32 +0000 Sebastian Dröge gst/level/gstlevel.c: Use #include instead of #include "math.h". Original commit message from CVS: * gst/level/gstlevel.c: Use #include instead of #include "math.h". -Mon Jan 21 19:41:45 2008 +0000 Jan Schmidt +2008-01-21 19:41:45 +0000 Jan Schmidt tests/check/Makefile.am: Fix up some CFLAGS sets. Original commit message from CVS: @@ -9863,7 +9888,7 @@ Mon Jan 21 19:41:45 2008 +0000 Jan Schmidt Add some error strings to fail_unless arguments to fix some weird compiler errors on Solaris. -Mon Jan 21 19:35:58 2008 +0000 Brian Cameron +2008-01-21 19:35:58 +0000 Brian Cameron configure.ac: Detect video4linux headers on Solaris too. Original commit message from CVS: @@ -9878,14 +9903,14 @@ Mon Jan 21 19:35:58 2008 +0000 Brian Cameron Patch by: Brian Cameron Fixes: #510505 -Mon Jan 21 11:46:19 2008 +0000 Stefan Kost +2008-01-21 11:46:19 +0000 Stefan Kost docs/plugins/gst-plugins-good-plugins-docs.sgml: Update list from (still local) scanning script. Original commit message from CVS: * docs/plugins/gst-plugins-good-plugins-docs.sgml: Update list from (still local) scanning script. -Mon Jan 21 09:57:07 2008 +0000 Stefan Kost +2008-01-21 09:57:07 +0000 Stefan Kost docs/plugins/: Add symbols from -unused.txt to the right place. Original commit message from CVS: @@ -9898,7 +9923,7 @@ Mon Jan 21 09:57:07 2008 +0000 Stefan Kost * gst/spectrum/gstspectrum.c: Fix broken XML fragment in doc snippet even more. -Mon Jan 21 07:54:02 2008 +0000 Stefan Kost +2008-01-21 07:54:02 +0000 Stefan Kost docs/plugins/Makefile.am: Update include list. Original commit message from CVS: @@ -9965,7 +9990,7 @@ Mon Jan 21 07:54:02 2008 +0000 Stefan Kost * tests/check/elements/.cvsignore: Add test binary to ignores. -Sun Jan 20 05:07:52 2008 +0000 Wouter Cloetens +2008-01-20 05:07:52 +0000 Wouter Cloetens ext/soup/gstsouphttpsrc.c: Report the size of the stream as the total size instead of the remaining Content-Length, w... Original commit message from CVS: @@ -9974,14 +9999,14 @@ Sun Jan 20 05:07:52 2008 +0000 Wouter Cloetens Report the size of the stream as the total size instead of the remaining Content-Length, which is wrong after a seek. -Sat Jan 19 14:59:08 2008 +0000 Sebastian Dröge +2008-01-19 14:59:08 +0000 Sebastian Dröge * ChangeLog: Add bug number to the latest entry Original commit message from CVS: Add bug number to the latest entry -Sat Jan 19 14:53:58 2008 +0000 Sebastian Dröge +2008-01-19 14:53:58 +0000 Sebastian Dröge gst/wavparse/gstwavparse.c: Set variable to NULL after freeing it to prevent double frees or make failures by another... Original commit message from CVS: @@ -9992,7 +10017,7 @@ Sat Jan 19 14:53:58 2008 +0000 Sebastian Dröge or make failures by another use of it afterwards more obvious and fix use of it after the freeing. -Sat Jan 19 14:34:50 2008 +0000 Wouter Cloetens +2008-01-19 14:34:50 +0000 Wouter Cloetens ext/soup/gstsouphttpsrc.c: Correctly set duration on the GstBaseSrc segment when we know it to fix failing the durati... Original commit message from CVS: @@ -10001,28 +10026,28 @@ Sat Jan 19 14:34:50 2008 +0000 Wouter Cloetens Correctly set duration on the GstBaseSrc segment when we know it to fix failing the duration query. -Fri Jan 18 13:40:38 2008 +0000 Thijs Vermeir +2008-01-18 13:40:38 +0000 Thijs Vermeir gst/udp/gstmultiudpsink.c: use GST_WARNING for logging Original commit message from CVS: * gst/udp/gstmultiudpsink.c: use GST_WARNING for logging -Fri Jan 18 10:05:53 2008 +0000 Sebastian Dröge +2008-01-18 10:05:53 +0000 Sebastian Dröge gst/multifile/gstmultifilesrc.c: Fix memory leak spotted by the unit test. Original commit message from CVS: * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create): Fix memory leak spotted by the unit test. -Fri Jan 18 10:04:25 2008 +0000 Thijs Vermeir +2008-01-18 10:04:25 +0000 Thijs Vermeir gst/udp/gstmultiudpsink.c: Don't try to leave a multicast group with an invalid socket Original commit message from CVS: * gst/udp/gstmultiudpsink.c: Don't try to leave a multicast group with an invalid socket -Fri Jan 18 08:49:59 2008 +0000 Sebastian Dröge +2008-01-18 08:49:59 +0000 Sebastian Dröge tests/check/: Add some minimal tests for the equalizer plugin. Original commit message from CVS: @@ -10032,7 +10057,7 @@ Fri Jan 18 08:49:59 2008 +0000 Sebastian Dröge (cleanup_equalizer), (GST_START_TEST), (equalizer_suite), (main): Add some minimal tests for the equalizer plugin. -Fri Jan 18 07:03:23 2008 +0000 Sebastian Dröge +2008-01-18 07:03:23 +0000 Sebastian Dröge gst/equalizer/gstiirequalizer.c: Unparent all bands from the equalizer when finalizing to stop leaking them. Original commit message from CVS: @@ -10040,14 +10065,14 @@ Fri Jan 18 07:03:23 2008 +0000 Sebastian Dröge Unparent all bands from the equalizer when finalizing to stop leaking them. -Fri Jan 18 05:32:26 2008 +0000 Sebastian Dröge +2008-01-18 05:32:26 +0000 Sebastian Dröge ext/soup/gstsouphttpsrc.c: Add support for WebDAV. Original commit message from CVS: * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_uri_get_protocols): Add support for WebDAV. -Fri Jan 18 05:24:39 2008 +0000 Wouter Cloetens +2008-01-18 05:24:39 +0000 Wouter Cloetens ext/soup/gstsouphttpsrc.*: Add support for seeking to souphttpsrc. Fixes bug #502335. Original commit message from CVS: @@ -10059,7 +10084,7 @@ Fri Jan 18 05:24:39 2008 +0000 Wouter Cloetens * ext/soup/gstsouphttpsrc.h: Add support for seeking to souphttpsrc. Fixes bug #502335. -Thu Jan 17 21:23:32 2008 +0000 Tim-Philipp Müller +2008-01-17 21:23:32 +0000 Tim-Philipp Müller ext/flac/gstflacdec.c: where the picture metadata defines and structs don't exist yet. Original commit message from CVS: @@ -10068,7 +10093,7 @@ Thu Jan 17 21:23:32 2008 +0000 Tim-Philipp Müller the picture metadata defines and structs don't exist yet. Fixes #509301. -Thu Jan 17 11:13:16 2008 +0000 Olivier Crete +2008-01-17 11:13:16 +0000 Olivier Crete gst/udp/gstmultiudpsink.*: Add property to automatically join a multicast group or not. This can be useful when shari... Original commit message from CVS: @@ -10082,28 +10107,28 @@ Thu Jan 17 11:13:16 2008 +0000 Olivier Crete useful when sharing a socket between multiple elements. Fixes #509531. -Wed Jan 16 21:53:41 2008 +0000 Stefan Kost +2008-01-16 21:53:41 +0000 Stefan Kost gst/videomixer/Makefile.am: Add controller flags. Original commit message from CVS: * gst/videomixer/Makefile.am: Add controller flags. -Wed Jan 16 20:17:08 2008 +0000 Stefan Kost +2008-01-16 20:17:08 +0000 Stefan Kost gst/videomixer/videomixer.c: Also commit the missing gst_object_sync_values(). Original commit message from CVS: * gst/videomixer/videomixer.c: Also commit the missing gst_object_sync_values(). -Wed Jan 16 08:11:46 2008 +0000 Stefan Kost +2008-01-16 08:11:46 +0000 Stefan Kost docs/plugins/Makefile.am: Remove duplicate entry. Original commit message from CVS: * docs/plugins/Makefile.am: Remove duplicate entry. -Tue Jan 15 16:52:10 2008 +0000 Stefan Kost +2008-01-15 16:52:10 +0000 Stefan Kost docs/plugins/: Add 3 more plugins to docs. Original commit message from CVS: @@ -10115,7 +10140,7 @@ Tue Jan 15 16:52:10 2008 +0000 Stefan Kost * docs/plugins/inspect/plugin-video4linux2.xml: Add 3 more plugins to docs. -Tue Jan 15 16:04:44 2008 +0000 Stefan Kost +2008-01-15 16:04:44 +0000 Stefan Kost Revert previous change caused by a file that got stuck on an old revision. Original commit message from CVS: @@ -10124,7 +10149,7 @@ Tue Jan 15 16:04:44 2008 +0000 Stefan Kost Revert previous change caused by a file that got stuck on an old revision. -Tue Jan 15 15:40:58 2008 +0000 Stefan Kost +2008-01-15 15:40:58 +0000 Stefan Kost Re-add multipartdemux to the docs. Last round of section cleanup. Original commit message from CVS: @@ -10136,7 +10161,7 @@ Tue Jan 15 15:40:58 2008 +0000 Stefan Kost * gst/multipart/multipartmux.h: Re-add multipartdemux to the docs. Last round of section cleanup. -Tue Jan 15 15:22:41 2008 +0000 Stefan Kost +2008-01-15 15:22:41 +0000 Stefan Kost Managed to resolve most unused declarations. Filed a bug for one left. Original commit message from CVS: @@ -10146,14 +10171,14 @@ Tue Jan 15 15:22:41 2008 +0000 Stefan Kost * sys/osxvideo/osxvideosink.h: Managed to resolve most unused declarations. Filed a bug for one left. -Tue Jan 15 08:03:49 2008 +0000 Stefan Kost +2008-01-15 08:03:49 +0000 Stefan Kost docs/plugins/gst-plugins-good-plugins-sections.txt: Cleanup section file. Original commit message from CVS: * docs/plugins/gst-plugins-good-plugins-sections.txt: Cleanup section file. -Tue Jan 15 07:42:51 2008 +0000 Stefan Kost +2008-01-15 07:42:51 +0000 Stefan Kost docs/plugins/: Update plugin docs. Original commit message from CVS: @@ -10215,7 +10240,7 @@ Tue Jan 15 07:42:51 2008 +0000 Stefan Kost * gst/videomixer/videomixerpad.h: Split out header to fix warnings from the doc-build. -Mon Jan 14 12:35:23 2008 +0000 Wim Taymans +2008-01-14 12:35:23 +0000 Wim Taymans As found by: Tommi Myöhänen Original commit message from CVS: @@ -10223,7 +10248,7 @@ Mon Jan 14 12:35:23 2008 +0000 Wim Taymans * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo): Use atoll to parse the rtptime with enough precision. Fixes #509329. -Mon Jan 14 12:11:43 2008 +0000 Tim-Philipp Müller +2008-01-14 12:11:43 +0000 Tim-Philipp Müller gst/: Initialise variables to work around (false) 'foo might be used uninitialized in this function' warnings by gcc-... Original commit message from CVS: @@ -10232,7 +10257,7 @@ Mon Jan 14 12:11:43 2008 +0000 Tim-Philipp Müller Initialise variables to work around (false) 'foo might be used uninitialized in this function' warnings by gcc-3.3.3 (#509298). -Sat Jan 12 02:32:35 2008 +0000 David Schleef +2008-01-12 02:32:35 +0000 David Schleef Ignore more files for the buildbot. Original commit message from CVS: @@ -10240,7 +10265,7 @@ Sat Jan 12 02:32:35 2008 +0000 David Schleef * tests/check/pipelines/.cvsignore: Ignore more files for the buildbot. -Fri Jan 11 21:08:59 2008 +0000 Jan Schmidt +2008-01-11 21:08:59 +0000 Jan Schmidt Generate the image-type values correctly. Leave them out of the caps when outputting a "preview image" tag, since it ... Original commit message from CVS: @@ -10254,7 +10279,7 @@ Fri Jan 11 21:08:59 2008 +0000 Jan Schmidt If we can, mark the mixer multiple open when we use it, in case (for some reason) the process wants to open it again elsewhere. -Fri Jan 11 19:16:53 2008 +0000 Tim-Philipp Müller +2008-01-11 19:16:53 +0000 Tim-Philipp Müller tests/check/elements/: It's "endianness", not "endianess". Fixes unit tests. Original commit message from CVS: @@ -10267,21 +10292,21 @@ Fri Jan 11 19:16:53 2008 +0000 Tim-Philipp Müller * tests/check/elements/rgvolume.c: (test_buffer_new): It's "endianness", not "endianess". Fixes unit tests. -Fri Jan 11 18:56:06 2008 +0000 Edward Hervey +2008-01-11 18:56:06 +0000 Edward Hervey * tests/check/pipelines/.cvignore: ignore some more Original commit message from CVS: ignore some more -Fri Jan 11 18:54:31 2008 +0000 Edward Hervey +2008-01-11 18:54:31 +0000 Edward Hervey * tests/check/elements/.gitignore: ignore some more Original commit message from CVS: ignore some more -Fri Jan 11 17:21:30 2008 +0000 Olivier Crete +2008-01-11 17:21:30 +0000 Olivier Crete gst/rtp/: Fix the clock rate to 90000 as required by the RFC. Original commit message from CVS: @@ -10291,14 +10316,14 @@ Fri Jan 11 17:21:30 2008 +0000 Olivier Crete Fix the clock rate to 90000 as required by the RFC. Fixes #508644. -Fri Jan 11 17:12:37 2008 +0000 Tim-Philipp Müller +2008-01-11 17:12:37 +0000 Tim-Philipp Müller tests/check/elements/icydemux.c: Don't use deprecated GST_PLUGIN_DEFINE_STATIC. Original commit message from CVS: * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite): Don't use deprecated GST_PLUGIN_DEFINE_STATIC. -Thu Jan 10 12:25:44 2008 +0000 Sebastian Dröge +2008-01-10 12:25:44 +0000 Sebastian Dröge autogen.sh: Add -Wno-portability to the automake parameters to stop warnings about GNU make extensions being used. We... Original commit message from CVS: @@ -10310,14 +10335,14 @@ Thu Jan 10 12:25:44 2008 +0000 Sebastian Dröge Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o at the same time is required for per target flags. -Wed Jan 9 15:28:29 2008 +0000 Edward Hervey +2008-01-09 15:28:29 +0000 Edward Hervey gst/videomixer/videomixer.c: Fix error from my last commit. Original commit message from CVS: * gst/videomixer/videomixer.c: (gst_videomixer_init): Fix error from my last commit. -Wed Jan 9 15:20:19 2008 +0000 Tommi Myöhänen +2008-01-09 15:20:19 +0000 Tommi Myöhänen gst/id3demux/id3v2frames.c: Make sure the ISO 639-X language code in ID3v2 COMM frames so we don't end up with non-UT... Original commit message from CVS: @@ -10329,14 +10354,14 @@ Wed Jan 9 15:20:19 2008 +0000 Tommi Myöhänen language field. Also make sure the language code is always lower case. Fixes: #508291. -Wed Jan 9 13:55:28 2008 +0000 Stefan Kost +2008-01-09 13:55:28 +0000 Stefan Kost ChangeLog: Fix ChangeLog typo. Original commit message from CVS: * ChangeLog: Fix ChangeLog typo. -Wed Jan 9 13:50:09 2008 +0000 Stefan Kost +2008-01-09 13:50:09 +0000 Stefan Kost Makefile.am: Include lcov.mak to allow builging coverage reports. Guard check-torture target like in the other packages. Original commit message from CVS: @@ -10344,7 +10369,7 @@ Wed Jan 9 13:50:09 2008 +0000 Stefan Kost Include lcov.mak to allow builging coverage reports. Guard check-torture target like in the other packages. -Wed Jan 9 12:33:58 2008 +0000 Edward Hervey +2008-01-09 12:33:58 +0000 Edward Hervey gst/videomixer/videomixer.c: Implement GstChildProxy interface. Original commit message from CVS: @@ -10360,7 +10385,7 @@ Wed Jan 9 12:33:58 2008 +0000 Edward Hervey Send newsegment at the right moment Fixes #488879 -Wed Jan 9 12:01:14 2008 +0000 Edward Hervey +2008-01-09 12:01:14 +0000 Edward Hervey gst/alpha/: Make the various properties of 'alpha' controllable. This allows doing niceties like fade-in/fade-out. Original commit message from CVS: @@ -10371,7 +10396,7 @@ Wed Jan 9 12:01:14 2008 +0000 Edward Hervey Make the various properties of 'alpha' controllable. This allows doing niceties like fade-in/fade-out. -Wed Jan 9 11:11:01 2008 +0000 Stefan Kost +2008-01-09 11:11:01 +0000 Stefan Kost gst/rtp/: Remove copy/paste unused code (property setters and getter) found by the coverage suite (yay, saves ~20k on... Original commit message from CVS: @@ -10401,7 +10426,7 @@ Wed Jan 9 11:11:01 2008 +0000 Stefan Kost Remove copy/paste unused code (property setters and getter) found by the coverage suite (yay, saves ~20k on disk). -Tue Jan 8 20:03:30 2008 +0000 Tim-Philipp Müller +2008-01-08 20:03:30 +0000 Tim-Philipp Müller gst/matroska/matroska-mux.c: Also fix up pad templates to indicate that image/jpeg doesn't absolutely require the fra... Original commit message from CVS: @@ -10410,7 +10435,7 @@ Tue Jan 8 20:03:30 2008 +0000 Tim-Philipp Müller Also fix up pad templates to indicate that image/jpeg doesn't absolutely require the framerate property to be set (#504081). -Tue Jan 8 19:57:23 2008 +0000 Wouter Cloetens +2008-01-08 19:57:23 +0000 Wouter Cloetens gst/matroska/matroska-mux.*: Keep track of first and last timestamps for each incoming stream, so we can calculate th... Original commit message from CVS: @@ -10429,7 +10454,7 @@ Tue Jan 8 19:57:23 2008 +0000 Wouter Cloetens return TRUE but still a duration of CLOCK_TIME_NONE, which easily screws up comparisons when using unsigned integers. Fixes #504081. -Tue Jan 8 14:58:18 2008 +0000 Sebastian Dröge +2008-01-08 14:58:18 +0000 Sebastian Dröge Make elements GST_BUFFER_FLAG_GAP aware and call gst_base_transform_set_gap_aware for this. Original commit message from CVS: @@ -10454,7 +10479,7 @@ Tue Jan 8 14:58:18 2008 +0000 Sebastian Dröge Also sync GObject properties to the controller if operating in passthrough mode. -Mon Jan 7 16:41:00 2008 +0000 Tim-Philipp Müller +2008-01-07 16:41:00 +0000 Tim-Philipp Müller sys/directdraw/gstdirectdrawsink.c: FALSE is not a gpointer. Original commit message from CVS: @@ -10462,7 +10487,7 @@ Mon Jan 7 16:41:00 2008 +0000 Tim-Philipp Müller (gst_directdraw_sink_window_thread): FALSE is not a gpointer. -Sat Jan 5 21:20:08 2008 +0000 Julien Moutte +2008-01-05 21:20:08 +0000 Julien Moutte sys/directdraw/gstdirectdrawsink.c: Make sure we create our internal window only when we need it. That will give a ch... Original commit message from CVS: @@ -10486,7 +10511,7 @@ Sat Jan 5 21:20:08 2008 +0000 Julien Moutte do. Various 80 columns fixes, improve state change order. That element could need some more love. -Fri Jan 4 18:30:21 2008 +0000 Sebastian Dröge +2008-01-04 18:30:21 +0000 Sebastian Dröge ext/taglib/: Remove useless typedefs without new type name. Fixes a warning with gcc 4.3. Original commit message from CVS: @@ -10495,7 +10520,7 @@ Fri Jan 4 18:30:21 2008 +0000 Sebastian Dröge Remove useless typedefs without new type name. Fixes a warning with gcc 4.3. -Thu Jan 3 12:26:03 2008 +0000 John Millikin +2008-01-03 12:26:03 +0000 John Millikin ext/flac/gstflacdec.c: Emit metadata messages when a PICTURE block is encountered. Original commit message from CVS: @@ -10508,7 +10533,7 @@ Thu Jan 3 12:26:03 2008 +0000 John Millikin Emit metadata messages when a PICTURE block is encountered. Fixes #506715. -Wed Jan 2 13:54:10 2008 +0000 Thijs Vermeir +2008-01-02 13:54:10 +0000 Thijs Vermeir gst/avi/gstavi.c: increase rank because no known issues anymore ... Original commit message from CVS: @@ -10517,7 +10542,7 @@ Wed Jan 2 13:54:10 2008 +0000 Thijs Vermeir * gst/avi/gstavisubtitle.c: send subtitle name to the srcpad -Mon Dec 31 13:27:32 2007 +0000 Wim Taymans +2007-12-31 13:27:32 +0000 Wim Taymans gst/rtsp/gstrtspsrc.*: Implement redirect for the DESCRIBE reply. Fixes #506025. Original commit message from CVS: @@ -10525,7 +10550,7 @@ Mon Dec 31 13:27:32 2007 +0000 Wim Taymans * gst/rtsp/gstrtspsrc.h: Implement redirect for the DESCRIBE reply. Fixes #506025. -Sat Dec 29 16:48:33 2007 +0000 Sebastian Dröge +2007-12-29 16:48:33 +0000 Sebastian Dröge ext/flac/gstflacdec.c: Fix 'xyz may be used uninitialized' compiler warnings caused by broken g_assert_not_reached() ... Original commit message from CVS: @@ -10534,7 +10559,7 @@ Sat Dec 29 16:48:33 2007 +0000 Sebastian Dröge by broken g_assert_not_reached() macro in GLib-2.15.x and don't abort() in any case but properly report the error. -Fri Dec 28 11:44:28 2007 +0000 Tim-Philipp Müller +2007-12-28 11:44:28 +0000 Tim-Philipp Müller ext/soup/: Use gst_tag_freeform_string_to_utf8() and post radio station info as tags on the bus. Original commit message from CVS: @@ -10544,7 +10569,7 @@ Fri Dec 28 11:44:28 2007 +0000 Tim-Philipp Müller Use gst_tag_freeform_string_to_utf8() and post radio station info as tags on the bus. -Wed Dec 26 16:03:57 2007 +0000 Tim-Philipp Müller +2007-12-26 16:03:57 +0000 Tim-Philipp Müller Fix 'xyz may be used uninitialized' compiler warnings caused by broken g_assert_not_reached() macro in GLib-2.15.x (i... Original commit message from CVS: @@ -10555,7 +10580,7 @@ Wed Dec 26 16:03:57 2007 +0000 Tim-Philipp Müller by broken g_assert_not_reached() macro in GLib-2.15.x (it's not really nice to abort in any case). Fixes #505745. -Thu Dec 20 17:07:22 2007 +0000 Tim-Philipp Müller +2007-12-20 17:07:22 +0000 Tim-Philipp Müller gst/: Ignore more. Original commit message from CVS: @@ -10563,7 +10588,7 @@ Thu Dec 20 17:07:22 2007 +0000 Tim-Philipp Müller * gst/switch/.cvsignore: Ignore more. -Tue Dec 18 23:17:14 2007 +0000 Tim-Philipp Müller +2007-12-18 23:17:14 +0000 Tim-Philipp Müller tests/check/elements/avisubtitle.c: Small unit test fix (has no practical impact at the moment, since we're only feed... Original commit message from CVS: @@ -10572,7 +10597,7 @@ Tue Dec 18 23:17:14 2007 +0000 Tim-Philipp Müller since we're only feeding utf8 and hence just create a sub- buffer for the output). -Tue Dec 18 21:13:05 2007 +0000 Thijs Vermeir +2007-12-18 21:13:05 +0000 Thijs Vermeir Add seeking support for avi subtitle Original commit message from CVS: @@ -10580,7 +10605,7 @@ Tue Dec 18 21:13:05 2007 +0000 Thijs Vermeir * tests/check/elements/avisubtitle.c: Add seeking support for avi subtitle -Tue Dec 18 17:40:34 2007 +0000 Wim Taymans +2007-12-18 17:40:34 +0000 Wim Taymans ext/flac/gstflacdec.*: Remove some unused vars. Original commit message from CVS: @@ -10592,7 +10617,7 @@ Tue Dec 18 17:40:34 2007 +0000 Wim Taymans Do more cleanup of leftover events and tags. Output tags after the segment event. Fixes #504018. -Tue Dec 18 14:31:36 2007 +0000 Tim-Philipp Müller +2007-12-18 14:31:36 +0000 Tim-Philipp Müller gst/avi/gstavisubtitle.c: Detect other UTF byte order markers and convert to UTF-8 as appropriate. Original commit message from CVS: @@ -10602,7 +10627,7 @@ Tue Dec 18 14:31:36 2007 +0000 Tim-Philipp Müller Detect other UTF byte order markers and convert to UTF-8 as appropriate. -Tue Dec 18 13:30:15 2007 +0000 Tim-Philipp Müller +2007-12-18 13:30:15 +0000 Tim-Philipp Müller gst/avi/gstavisubtitle.*: Refactor a bit; fix name extraction; don't assume all the data in the chunk is actually sub... Original commit message from CVS: @@ -10617,7 +10642,7 @@ Tue Dec 18 13:30:15 2007 +0000 Tim-Philipp Müller the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle file so it's there to send again after a seek (for future use). -Tue Dec 18 09:13:12 2007 +0000 Thijs Vermeir +2007-12-18 09:13:12 +0000 Thijs Vermeir Add avi subtitle element for bug #442034. Need seeking support and more support for character conversion. Original commit message from CVS: @@ -10631,7 +10656,7 @@ Tue Dec 18 09:13:12 2007 +0000 Thijs Vermeir Add avi subtitle element for bug #442034. Need seeking support and more support for character conversion. -Tue Dec 18 09:07:17 2007 +0000 Tim-Philipp Müller +2007-12-18 09:07:17 +0000 Tim-Philipp Müller Makefile.am: Include common/win32.mak for CRLF check of win32 project files (see #393626). Original commit message from CVS: @@ -10641,7 +10666,7 @@ Tue Dec 18 09:07:17 2007 +0000 Tim-Philipp Müller * win32/vs6/libgstpng.dsp: Fix line endings and do cvs admin -kb. -Mon Dec 17 21:12:28 2007 +0000 David Schleef +2007-12-17 21:12:28 +0000 David Schleef gst/multifile/gstmultifilesrc.*: When subsequent files are read, if the file doesn't exist, send an EOS instead of ca... Original commit message from CVS: @@ -10650,7 +10675,7 @@ Mon Dec 17 21:12:28 2007 +0000 David Schleef When subsequent files are read, if the file doesn't exist, send an EOS instead of causing an error. -Sun Dec 16 23:43:46 2007 +0000 Edward Hervey +2007-12-16 23:43:46 +0000 Edward Hervey ext/jpeg/gstjpegdec.c: Actually drop the buffers which are outside the currently configured segment instead of just e... Original commit message from CVS: @@ -10658,7 +10683,7 @@ Sun Dec 16 23:43:46 2007 +0000 Edward Hervey Actually drop the buffers which are outside the currently configured segment instead of just emitting a WARNING. -Fri Dec 14 18:49:34 2007 +0000 Wim Taymans +2007-12-14 18:49:34 +0000 Wim Taymans ext/flac/gstflacdec.*: Send segments from the streaming thread. Fixes #502187. Original commit message from CVS: @@ -10668,7 +10693,7 @@ Fri Dec 14 18:49:34 2007 +0000 Wim Taymans Send segments from the streaming thread. Fixes #502187. Fix segment seeking and a bunch of other seeking cases. -Fri Dec 14 10:17:10 2007 +0000 Tim-Philipp Müller +2007-12-14 10:17:10 +0000 Tim-Philipp Müller gst/id3demux/id3v2frames.c: Parse WOAF frames and put the result into GST_TAG_CONTACT, which is where it would end up... Original commit message from CVS: @@ -10678,14 +10703,14 @@ Fri Dec 14 10:17:10 2007 +0000 Tim-Philipp Müller put in a vorbis comment (don't think it's worth adding a new URI tag for this). Fixes #488112. -Tue Dec 11 22:29:18 2007 +0000 Tim-Philipp Müller +2007-12-11 22:29:18 +0000 Tim-Philipp Müller configure.ac: We need core/base 0.10.15 or later. Original commit message from CVS: * configure.ac: We need core/base 0.10.15 or later. -Tue Dec 11 16:47:12 2007 +0000 Mark Nauwelaerts +2007-12-11 16:47:12 +0000 Mark Nauwelaerts gst/avi/gstavimux.c: Fix regression in stream numbering. Fixes #502655. Original commit message from CVS: @@ -10693,7 +10718,7 @@ Tue Dec 11 16:47:12 2007 +0000 Mark Nauwelaerts * gst/avi/gstavimux.c: (gst_avi_mux_start_file): Fix regression in stream numbering. Fixes #502655. -Tue Dec 11 16:39:39 2007 +0000 Wouter Cloetens +2007-12-11 16:39:39 +0000 Wouter Cloetens ext/soup/gstsouphttpsrc.*: Do not try to unpause I/O in the "queued" state. Original commit message from CVS: @@ -10718,7 +10743,7 @@ Tue Dec 11 16:39:39 2007 +0000 Wouter Cloetens Uses G_GUINT64_FORMAT instead of hard-coding %llu. See #502335. -Tue Dec 11 16:31:49 2007 +0000 Wai-Ming Ho +2007-12-11 16:31:49 +0000 Wai-Ming Ho gst/rtp/gstrtph264pay.*: Use higher performance start-code searching. Original commit message from CVS: @@ -10733,7 +10758,7 @@ Tue Dec 11 16:31:49 2007 +0000 Wai-Ming Ho Parse NALs and store SPS, PPS and profile in the caps so that they can be used in the SDP. Fixes #502814. -Tue Dec 11 11:50:54 2007 +0000 Tim-Philipp Müller +2007-12-11 11:50:54 +0000 Tim-Philipp Müller sys/v4l2/: Init some structs to zero before we pass them to ioctl, which avoids valgrind warnings. Also fix a small ... Original commit message from CVS: @@ -10742,7 +10767,7 @@ Tue Dec 11 11:50:54 2007 +0000 Tim-Philipp Müller Init some structs to zero before we pass them to ioctl, which avoids valgrind warnings. Also fix a small memory leak. -Tue Dec 11 11:05:57 2007 +0000 Wouter Cloetens +2007-12-11 11:05:57 +0000 Wouter Cloetens gst/multipart/multipartdemux.c: Copy timestamp from input to output. Not very perfect yet but better than nothing. Fi... Original commit message from CVS: @@ -10751,7 +10776,7 @@ Tue Dec 11 11:05:57 2007 +0000 Wouter Cloetens Copy timestamp from input to output. Not very perfect yet but better than nothing. Fixes #503023. -Sun Dec 9 16:49:09 2007 +0000 Sebastian Dröge +2007-12-09 16:49:09 +0000 Sebastian Dröge ext/wavpack/gstwavpackdec.c: Also print a useful error message with the old Wavpack API if possible. Original commit message from CVS: @@ -10759,7 +10784,7 @@ Sun Dec 9 16:49:09 2007 +0000 Sebastian Dröge Also print a useful error message with the old Wavpack API if possible. -Sun Dec 9 16:34:08 2007 +0000 Tim-Philipp Müller +2007-12-09 16:34:08 +0000 Tim-Philipp Müller ext/wavpack/gstwavpackdec.c: More build fixes for old libwavpack versions: include config.h so that WAVPACK_OLD_API i... Original commit message from CVS: @@ -10769,7 +10794,7 @@ Sun Dec 9 16:34:08 2007 +0000 Tim-Philipp Müller WavpackGetErrorMessage if it is available. This fixes the build on debian stable for me. -Sun Dec 9 16:21:02 2007 +0000 Sebastian Dröge +2007-12-09 16:21:02 +0000 Sebastian Dröge ext/wavpack/: Workaround the non-existance of WavpackGetChannelMask in Wavpack versions below 4.40.0. Original commit message from CVS: @@ -10779,21 +10804,21 @@ Sun Dec 9 16:21:02 2007 +0000 Sebastian Dröge Workaround the non-existance of WavpackGetChannelMask in Wavpack versions below 4.40.0. -Sun Dec 9 05:13:58 2007 +0000 Sebastian Dröge +2007-12-09 05:13:58 +0000 Sebastian Dröge configure.ac: And now do it right for real... Original commit message from CVS: * configure.ac: And now do it right for real... -Sun Dec 9 05:09:57 2007 +0000 Sebastian Dröge +2007-12-09 05:09:57 +0000 Sebastian Dröge configure.ac: Correctly reset $LIBS to not contain -lm. Original commit message from CVS: * configure.ac: Correctly reset $LIBS to not contain -lm. -Sun Dec 9 05:02:17 2007 +0000 Kwang Yul Seo +2007-12-09 05:02:17 +0000 Kwang Yul Seo Fix compilation with MSVC by using gst_util_guint64_to_gdouble() and checking for rint() and implementing it ourself ... Original commit message from CVS: @@ -10805,14 +10830,14 @@ Sun Dec 9 05:02:17 2007 +0000 Kwang Yul Seo and checking for rint() and implementing it ourself if it doesn't exist. -Sun Dec 9 04:29:08 2007 +0000 Sebastian Dröge +2007-12-09 04:29:08 +0000 Sebastian Dröge configure.ac: Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181. Original commit message from CVS: * configure.ac: Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181. -Sat Dec 8 16:47:33 2007 +0000 Jan Schmidt +2007-12-08 16:47:33 +0000 Jan Schmidt sys/oss/gstosshelper.c: Verify that the format returned after the ioctl is the one we requested. It is valid for the ... Original commit message from CVS: @@ -10821,7 +10846,7 @@ Sat Dec 8 16:47:33 2007 +0000 Jan Schmidt we requested. It is valid for the ioctl to succeed while substituting an alternate 'supported' sample format. -Fri Dec 7 20:07:49 2007 +0000 Tim-Philipp Müller +2007-12-07 20:07:49 +0000 Tim-Philipp Müller sys/oss/: Post decent (and translated) error message when we can't open the audio device for some reason. Original commit message from CVS: @@ -10831,7 +10856,7 @@ Fri Dec 7 20:07:49 2007 +0000 Tim-Philipp Müller Post decent (and translated) error message when we can't open the audio device for some reason. -Fri Dec 7 19:29:39 2007 +0000 Jan Schmidt +2007-12-07 19:29:39 +0000 Jan Schmidt sys/oss/: Allow the AUDIODEV environment variable to redirect us to a different default OSS device, like sunaudiosink... Original commit message from CVS: @@ -10841,7 +10866,7 @@ Fri Dec 7 19:29:39 2007 +0000 Jan Schmidt to a different default OSS device, like sunaudiosink does on Solaris (makes audio play automatically on SunRays). -Thu Dec 6 12:45:50 2007 +0000 Sebastian Dröge +2007-12-06 12:45:50 +0000 Sebastian Dröge gst/equalizer/gstiirequalizer.c: Fix compilation. Original commit message from CVS: @@ -10849,7 +10874,7 @@ Thu Dec 6 12:45:50 2007 +0000 Sebastian Dröge (gst_iir_equalizer_transform_ip): Fix compilation. -Thu Dec 6 12:42:11 2007 +0000 Sebastian Dröge +2007-12-06 12:42:11 +0000 Sebastian Dröge gst/equalizer/gstiirequalizer.c: Don't process buffers in passthrough mode. Original commit message from CVS: @@ -10857,7 +10882,7 @@ Thu Dec 6 12:42:11 2007 +0000 Sebastian Dröge (gst_iir_equalizer_transform_ip): Don't process buffers in passthrough mode. -Thu Dec 6 12:37:43 2007 +0000 Sebastian Dröge +2007-12-06 12:37:43 +0000 Sebastian Dröge gst/filter/: The transform() methods are not called in passthrough mode so there's no need for checking if the elemen... Original commit message from CVS: @@ -10866,7 +10891,7 @@ Thu Dec 6 12:37:43 2007 +0000 Sebastian Dröge The transform() methods are not called in passthrough mode so there's no need for checking if the element is in passthrough mode. -Thu Dec 6 12:29:26 2007 +0000 Sebastian Dröge +2007-12-06 12:29:26 +0000 Sebastian Dröge gst/filter/: Sync the GObject properties with the controller even in passthrough mode to get consistent property values. Original commit message from CVS: @@ -10875,7 +10900,7 @@ Thu Dec 6 12:29:26 2007 +0000 Sebastian Dröge Sync the GObject properties with the controller even in passthrough mode to get consistent property values. -Thu Dec 6 12:11:29 2007 +0000 Sebastian Dröge +2007-12-06 12:11:29 +0000 Sebastian Dröge gst/audiofx/: The transform_ip() methods should do nothing if in passthrough mode. Original commit message from CVS: @@ -10893,7 +10918,7 @@ Thu Dec 6 12:11:29 2007 +0000 Sebastian Dröge The transform() methods won't be called in passthrough mode and otherwise the buffer is always writable so don't check here. -Thu Dec 6 11:46:22 2007 +0000 Tim-Philipp Müller +2007-12-06 11:46:22 +0000 Tim-Philipp Müller gst/wavparse/gstwavparse.c: Fix seeking in .wav files again (#501775). Some people seem to think they don't need to ... Original commit message from CVS: @@ -10902,7 +10927,7 @@ Thu Dec 6 11:46:22 2007 +0000 Tim-Philipp Müller they don't need to test their changes when they're just 'reflowing' some code. -Wed Dec 5 16:04:47 2007 +0000 Wim Taymans +2007-12-05 16:04:47 +0000 Wim Taymans gst/autodetect/gstautovideosink.*: Fix docs. Original commit message from CVS: @@ -10920,7 +10945,7 @@ Wed Dec 5 16:04:47 2007 +0000 Wim Taymans by default for backwards compat. API: GstAutoVideoSink::filter-caps -Wed Dec 5 16:02:15 2007 +0000 Tommi Myöhänen +2007-12-05 16:02:15 +0000 Tommi Myöhänen gst/autodetect/gstautoaudiosink.*: Add property to filter sinks based on caps. Only select raw audio sinks by default... Original commit message from CVS: @@ -10935,7 +10960,7 @@ Wed Dec 5 16:02:15 2007 +0000 Tommi Myöhänen by default for backwards compat. Fixes #417420. API: GstAutoAudioSink::filter-caps -Thu Nov 29 11:40:15 2007 +0000 Arek Korbik +2007-11-29 11:40:15 +0000 Arek Korbik gst/videobox/gstvideobox.c: Initialise liboil in plugin_init() Original commit message from CVS: @@ -10943,7 +10968,7 @@ Thu Nov 29 11:40:15 2007 +0000 Arek Korbik * gst/videobox/gstvideobox.c: (plugin_init): Initialise liboil in plugin_init() -Thu Nov 29 10:49:18 2007 +0000 Wouter Cloetens +2007-11-29 10:49:18 +0000 Wouter Cloetens configure.ac: Bump libsoup requirement as libsoup does not support async client operation prior to version 2.2.104 an... Original commit message from CVS: @@ -10966,14 +10991,14 @@ Thu Nov 29 10:49:18 2007 +0000 Wouter Cloetens Don't leak the GMainContext object. Fixes #500099. -Thu Nov 29 10:34:18 2007 +0000 Wim Taymans +2007-11-29 10:34:18 +0000 Wim Taymans ext/libpng/gstpngdec.c: Post error before sending EOS. Fixes #499178. Original commit message from CVS: * ext/libpng/gstpngdec.c: (gst_pngdec_task): Post error before sending EOS. Fixes #499178. -Wed Nov 28 21:54:50 2007 +0000 Sébastien Moutte +2007-11-28 21:54:50 +0000 Sébastien Moutte win32/vs6/: Add a project file for libgstpng Original commit message from CVS: @@ -10981,7 +11006,7 @@ Wed Nov 28 21:54:50 2007 +0000 Sébastien Moutte * win32/vs6/libgstpng.dsp: Add a project file for libgstpng -Wed Nov 28 17:48:45 2007 +0000 Edward Hervey +2007-11-28 17:48:45 +0000 Edward Hervey gst/rtp/gstrtph263depay.c: Code beautification. Original commit message from CVS: @@ -10992,7 +11017,7 @@ Wed Nov 28 17:48:45 2007 +0000 Edward Hervey Don't bit-shift everything, just do operations on last/first byte instead. -Tue Nov 27 11:11:08 2007 +0000 Jayarama S. Santana +2007-11-27 11:11:08 +0000 Jayarama S. Santana gst/rtp/gstrtpmp4adepay.c: Fix wrong comparison in overrun check. Fixes #499239 some more. Original commit message from CVS: @@ -11000,7 +11025,7 @@ Tue Nov 27 11:11:08 2007 +0000 Jayarama S. Santana * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process): Fix wrong comparison in overrun check. Fixes #499239 some more. -Tue Nov 27 00:01:41 2007 +0000 Edward Hervey +2007-11-27 00:01:41 +0000 Edward Hervey gst/rtp/gstrtph263depay.*: Fix h263 depayloader so that ANY h263 decoder can handle the outgoing stream. Original commit message from CVS: @@ -11010,7 +11035,7 @@ Tue Nov 27 00:01:41 2007 +0000 Edward Hervey Fix h263 depayloader so that ANY h263 decoder can handle the outgoing stream. -Mon Nov 26 19:17:10 2007 +0000 Wim Taymans +2007-11-26 19:17:10 +0000 Wim Taymans gst/rtp/gstrtpmp4adepay.*: Fix depayloading when multiple frames are inside one RTP packet. Original commit message from CVS: @@ -11021,14 +11046,14 @@ Mon Nov 26 19:17:10 2007 +0000 Wim Taymans Fix depayloading when multiple frames are inside one RTP packet. Fixes #499239. -Mon Nov 26 12:26:20 2007 +0000 Stefan Kost +2007-11-26 12:26:20 +0000 Stefan Kost gst/level/gstlevel.c: Add GAP-flag support. Original commit message from CVS: * gst/level/gstlevel.c: Add GAP-flag support. -Mon Nov 26 12:01:11 2007 +0000 Edward Hervey +2007-11-26 12:01:11 +0000 Edward Hervey gst/rtp/gstrtph263depay.c: Read the I flag for Mode A h263 rtp stream and set the Original commit message from CVS: @@ -11037,28 +11062,28 @@ Mon Nov 26 12:01:11 2007 +0000 Edward Hervey GST_BUFFER_FLAG_DELTA_UNIT accordingly. Fixes #499383 -Mon Nov 26 10:08:20 2007 +0000 Stefan Kost +2007-11-26 10:08:20 +0000 Stefan Kost gst/spectrum/gstspectrum.c: Use dispose and finalize. Dispose can be called multiple times. Original commit message from CVS: * gst/spectrum/gstspectrum.c: Use dispose and finalize. Dispose can be called multiple times. -Mon Nov 26 10:04:49 2007 +0000 Stefan Kost +2007-11-26 10:04:49 +0000 Stefan Kost gst/level/gstlevel.c: Remove some dead code and do cleanups. Original commit message from CVS: * gst/level/gstlevel.c: Remove some dead code and do cleanups. -Mon Nov 26 09:13:48 2007 +0000 Stefan Kost +2007-11-26 09:13:48 +0000 Stefan Kost tests/check/pipelines/simple-launch-lines.c: Improve the tests by allowing to set a target state. Original commit message from CVS: * tests/check/pipelines/simple-launch-lines.c: Improve the tests by allowing to set a target state. -Mon Nov 26 09:04:17 2007 +0000 Sebastian Dröge +2007-11-26 09:04:17 +0000 Sebastian Dröge tests/check/elements/wavpackenc.c: Don't check the caps of the output buffer if they're equal some other caps. The ca... Original commit message from CVS: @@ -11067,7 +11092,7 @@ Mon Nov 26 09:04:17 2007 +0000 Sebastian Dröge other caps. The caps can change in a backward compatible way and did at this point. -Sat Nov 24 14:55:04 2007 +0000 Julien Moutte +2007-11-24 14:55:04 +0000 Julien Moutte gst/qtdemux/qtdemux.c: Implement reverse playback support. Original commit message from CVS: @@ -11079,7 +11104,7 @@ Sat Nov 24 14:55:04 2007 +0000 Julien Moutte (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement reverse playback support. -Wed Nov 21 09:56:54 2007 +0000 Sebastian Dröge +2007-11-21 09:56:54 +0000 Sebastian Dröge gst/filter/: Post a GST_MESSAGE_LATENCY if the latency changes. Original commit message from CVS: @@ -11087,7 +11112,7 @@ Wed Nov 21 09:56:54 2007 +0000 Sebastian Dröge * gst/filter/gstlpwsinc.c: (lpwsinc_set_property): Post a GST_MESSAGE_LATENCY if the latency changes. -Wed Nov 21 08:21:10 2007 +0000 Stefan Kost +2007-11-21 08:21:10 +0000 Stefan Kost gst/equalizer/: Remove preset iface again. We'll re-add this after its been released in -good. Original commit message from CVS: @@ -11096,7 +11121,7 @@ Wed Nov 21 08:21:10 2007 +0000 Stefan Kost Remove preset iface again. We'll re-add this after its been released in -good. -Tue Nov 20 13:14:40 2007 +0000 Sebastian Dröge +2007-11-20 13:14:40 +0000 Sebastian Dröge ext/wavpack/gstwavpackcommon.c: Also set the channel layout on the Wavpack caps if we're having a mono layout. Of cou... Original commit message from CVS: @@ -11104,7 +11129,7 @@ Tue Nov 20 13:14:40 2007 +0000 Sebastian Dröge Also set the channel layout on the Wavpack caps if we're having a mono layout. Of course only do it for "audio/x-wavpack". -Tue Nov 20 13:08:45 2007 +0000 Sebastian Dröge +2007-11-20 13:08:45 +0000 Sebastian Dröge ext/wavpack/: Add support for encoding, parsing and decoding multichannel files with up to 8 channels. This also impr... Original commit message from CVS: @@ -11145,7 +11170,7 @@ Tue Nov 20 13:08:45 2007 +0000 Sebastian Dröge (gst_wavpack_stream_reader_write_bytes): Improve debugging. -Tue Nov 20 12:20:38 2007 +0000 Stefan Kost +2007-11-20 12:20:38 +0000 Stefan Kost ext/libpng/gstpngdec.*: Don't release the png-memory from within the callback. Original commit message from CVS: @@ -11153,7 +11178,7 @@ Tue Nov 20 12:20:38 2007 +0000 Stefan Kost * ext/libpng/gstpngdec.h: Don't release the png-memory from within the callback. -Tue Nov 20 12:11:13 2007 +0000 René Stadler +2007-11-20 12:11:13 +0000 René Stadler ext/libpng/gstpngenc.c: Don't leak buffer data memory. Fixes #498395. Original commit message from CVS: @@ -11161,7 +11186,7 @@ Tue Nov 20 12:11:13 2007 +0000 René Stadler * ext/libpng/gstpngenc.c: Don't leak buffer data memory. Fixes #498395. -Tue Nov 20 11:46:28 2007 +0000 René Stadler +2007-11-20 11:46:28 +0000 René Stadler tests/check/pipelines/simple-launch-lines.c: Tests for #498395. Original commit message from CVS: @@ -11169,7 +11194,7 @@ Tue Nov 20 11:46:28 2007 +0000 René Stadler * tests/check/pipelines/simple-launch-lines.c: Tests for #498395. -Tue Nov 20 11:41:13 2007 +0000 Julien Moutte +2007-11-20 11:41:13 +0000 Julien Moutte Fix build on Mac OS X 10.5 Original commit message from CVS: @@ -11181,7 +11206,7 @@ Tue Nov 20 11:41:13 2007 +0000 Julien Moutte * sys/osxvideo/cocoawindow.h: * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5 -Mon Nov 19 20:30:19 2007 +0000 Stefan Kost +2007-11-19 20:30:19 +0000 Stefan Kost gst/equalizer/: Activate preset iface and upload two presets here. Original commit message from CVS: @@ -11189,14 +11214,14 @@ Mon Nov 19 20:30:19 2007 +0000 Stefan Kost * gst/equalizer/gstiirequalizer3bands.c: Activate preset iface and upload two presets here. -Fri Nov 16 05:52:55 2007 +0000 David Schleef +2007-11-16 05:52:55 +0000 David Schleef ext/cairo/gsttextoverlay.c: Change strcasecmp() to g_strcasecmp(). Fixes #497292. Original commit message from CVS: * ext/cairo/gsttextoverlay.c: Change strcasecmp() to g_strcasecmp(). Fixes #497292. -Thu Nov 15 18:19:19 2007 +0000 Jordi Jaen Pallares +2007-11-15 18:19:19 +0000 Jordi Jaen Pallares gst/rtp/gstrtpmp2tpay.*: Fill the MTU with as many packets as possible. Fixes #491323. Original commit message from CVS: @@ -11207,7 +11232,7 @@ Thu Nov 15 18:19:19 2007 +0000 Jordi Jaen Pallares * gst/rtp/gstrtpmp2tpay.h: Fill the MTU with as many packets as possible. Fixes #491323. -Thu Nov 15 17:47:43 2007 +0000 Tommi Myöhänen +2007-11-15 17:47:43 +0000 Tommi Myöhänen gst/rtsp/gstrtspsrc.c: Fix some more leaks. Fixes #497007. Original commit message from CVS: @@ -11215,7 +11240,7 @@ Thu Nov 15 17:47:43 2007 +0000 Tommi Myöhänen * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams): Fix some more leaks. Fixes #497007. -Thu Nov 15 17:35:18 2007 +0000 Tommi Myöhänen +2007-11-15 17:35:18 +0000 Tommi Myöhänen gst/rtsp/gstrtspsrc.c: Fix 3 pad leaks. Fixes #496983. Original commit message from CVS: @@ -11224,7 +11249,7 @@ Thu Nov 15 17:35:18 2007 +0000 Tommi Myöhänen (gst_rtspsrc_stream_configure_tcp): Fix 3 pad leaks. Fixes #496983. -Thu Nov 15 17:26:25 2007 +0000 Wouter Cloetens +2007-11-15 17:26:25 +0000 Wouter Cloetens Added HTTP source based on libsoup. Fixes #497020. Original commit message from CVS: @@ -11243,7 +11268,7 @@ Thu Nov 15 17:26:25 2007 +0000 Wouter Cloetens * ext/soup/gstsouphttpsrc.h: Added HTTP source based on libsoup. Fixes #497020. -Thu Nov 15 17:01:32 2007 +0000 Tommi Myöhänen +2007-11-15 17:01:32 +0000 Tommi Myöhänen gst/rtp/gstrtph264depay.c: Fix small leak. Fixes #497017. Original commit message from CVS: @@ -11251,7 +11276,7 @@ Thu Nov 15 17:01:32 2007 +0000 Tommi Myöhänen * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps): Fix small leak. Fixes #497017. -Thu Nov 15 16:31:32 2007 +0000 Wim Taymans +2007-11-15 16:31:32 +0000 Wim Taymans gst/qtdemux/: Add suppport for theora in quicktime according to XiphQT. Original commit message from CVS: @@ -11263,7 +11288,7 @@ Thu Nov 15 16:31:32 2007 +0000 Wim Taymans * gst/qtdemux/qtdemux_types.c: Add suppport for theora in quicktime according to XiphQT. -Thu Nov 15 12:22:10 2007 +0000 Edgard Lima +2007-11-15 12:22:10 +0000 Edgard Lima * ChangeLog: * sys/v4l2/gstv4l2src.c: @@ -11273,7 +11298,7 @@ Thu Nov 15 12:22:10 2007 +0000 Edgard Lima Original commit message from CVS: Always copy buffers by default (handle safer with bugged drivers) and added a property to make it possible to use mmap effectively (no copy if possible) when application wants to. Fixes: #480557. -Wed Nov 14 21:39:47 2007 +0000 Tim-Philipp Müller +2007-11-14 21:39:47 +0000 Tim-Philipp Müller gst/id3demux/: We don't want the same string multiple times in a tag list for the same tag ever, for any tag, not jus... Original commit message from CVS: @@ -11284,7 +11309,7 @@ Wed Nov 14 21:39:47 2007 +0000 Tim-Philipp Müller same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure this doesn't happen and remove special-case code for GST_TAG_GENRE. -Wed Nov 14 21:04:12 2007 +0000 Tim-Philipp Müller +2007-11-14 21:04:12 +0000 Tim-Philipp Müller ext/taglib/gstid3v2mux.cc: Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID into ID3v2 TXXX frames (fixe... Original commit message from CVS: @@ -11292,7 +11317,7 @@ Wed Nov 14 21:04:12 2007 +0000 Tim-Philipp Müller Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID into ID3v2 TXXX frames (fixes #347848). -Wed Nov 14 20:34:24 2007 +0000 Tim-Philipp Müller +2007-11-14 20:34:24 +0000 Tim-Philipp Müller gst/rtsp/gstrtspsrc.c: Don't leak sdp message contents (fixes #496773). Original commit message from CVS: @@ -11301,7 +11326,7 @@ Wed Nov 14 20:34:24 2007 +0000 Tim-Philipp Müller * gst/udp/gstudpsink.c: (gst_udpsink_finalize): Don't leak URI string. -Wed Nov 14 19:10:37 2007 +0000 Julien Puydt +2007-11-14 19:10:37 +0000 Julien Puydt ext/raw1394/: Implement GstPropertyProbe interface and add "device-name" property, so applications can use this to pr... Original commit message from CVS: @@ -11326,14 +11351,14 @@ Wed Nov 14 19:10:37 2007 +0000 Julien Puydt same way they can already with v4lsrc and v4l2src (however horrible this property probe interface may be). Fixes #358841. -Wed Nov 14 17:03:18 2007 +0000 Sebastian Dröge +2007-11-14 17:03:18 +0000 Sebastian Dröge tests/check/elements/spectrum.c: Fix spectrum unit test for the latest spectrum changes. Original commit message from CVS: * tests/check/elements/spectrum.c: (GST_START_TEST): Fix spectrum unit test for the latest spectrum changes. -Wed Nov 14 15:29:05 2007 +0000 Tommi Myöhänen +2007-11-14 15:29:05 +0000 Tommi Myöhänen gst/rtsp/gstrtspsrc.c: Don't leak event, don't leak range (fixes #496752). Original commit message from CVS: @@ -11342,7 +11367,7 @@ Wed Nov 14 15:29:05 2007 +0000 Tommi Myöhänen (gst_rtspsrc_parse_range): Don't leak event, don't leak range (fixes #496752). -Wed Nov 14 10:22:41 2007 +0000 Arek Korbik +2007-11-14 10:22:41 +0000 Arek Korbik gst/alpha/gstalphacolor.c: Detect RGBA/BGRA correctly on little endian systems. Original commit message from CVS: @@ -11350,7 +11375,7 @@ Wed Nov 14 10:22:41 2007 +0000 Arek Korbik * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps): Detect RGBA/BGRA correctly on little endian systems. -Tue Nov 13 17:19:13 2007 +0000 Tim-Philipp Müller +2007-11-13 17:19:13 +0000 Tim-Philipp Müller sys/v4l2/v4l2src_calls.c: but the corresponding ioctl() call fails even though the driver claims to support this form... Original commit message from CVS: @@ -11361,7 +11386,7 @@ Tue Nov 13 17:19:13 2007 +0000 Tim-Philipp Müller routine that creates caps with suitable height and width ranges (see #448278). -Tue Nov 13 17:01:07 2007 +0000 Mark Nauwelaerts +2007-11-13 17:01:07 +0000 Mark Nauwelaerts gst/matroska/: Extract palette data for dvd subpicture streams and send it downstream as custom gstreamer dvd event (... Original commit message from CVS: @@ -11374,7 +11399,7 @@ Tue Nov 13 17:01:07 2007 +0000 Mark Nauwelaerts Extract palette data for dvd subpicture streams and send it downstream as custom gstreamer dvd event (fixes #453417). -Tue Nov 13 14:51:30 2007 +0000 Tim-Philipp Müller +2007-11-13 14:51:30 +0000 Tim-Philipp Müller ext/cairo/gsttextoverlay.c: Implement minimal parsing of the passed pango font description string, so passing a font ... Original commit message from CVS: @@ -11384,7 +11409,7 @@ Tue Nov 13 14:51:30 2007 +0000 Tim-Philipp Müller pango textoverlay plugin; fixes #455086. (Maybe we could just use pangocairo here at some point). -Tue Nov 13 06:55:28 2007 +0000 Stefan Kost +2007-11-13 06:55:28 +0000 Stefan Kost gst/: Return the result in _activate_pull(). Don't ref element there. Original commit message from CVS: @@ -11392,7 +11417,7 @@ Tue Nov 13 06:55:28 2007 +0000 Stefan Kost * gst/wavparse/gstwavparse.c: Return the result in _activate_pull(). Don't ref element there. -Tue Nov 13 06:23:51 2007 +0000 Stefan Kost +2007-11-13 06:23:51 +0000 Stefan Kost gst/wavparse/gstwavparse.c: Ref the element when we should, but not when we its not needed. Reflow the event_handling... Original commit message from CVS: @@ -11402,7 +11427,7 @@ Tue Nov 13 06:23:51 2007 +0000 Stefan Kost Ref the element when we should, but not when we its not needed. Reflow the event_handling to not leak the event. -Mon Nov 12 21:07:31 2007 +0000 René Stadler +2007-11-12 21:07:31 +0000 René Stadler gst/replaygain/rganalysis.c: Avoid slowdown from denormals when processing near-silence input data. Original commit message from CVS: @@ -11411,7 +11436,7 @@ Mon Nov 12 21:07:31 2007 +0000 René Stadler Avoid slowdown from denormals when processing near-silence input data. Spotted by Gabriel Bouvigne. Fixes #494499. -Mon Nov 12 17:59:40 2007 +0000 Edward Hervey +2007-11-12 17:59:40 +0000 Edward Hervey gst/qtdemux/qtdemux.c: Properly free QTDemuxSamples array. Original commit message from CVS: @@ -11421,7 +11446,7 @@ Mon Nov 12 17:59:40 2007 +0000 Edward Hervey Protect table write with a sensible check, some files apparently DO contain stts values starting with 0 :( -Mon Nov 12 17:21:59 2007 +0000 Stefan Kost +2007-11-12 17:21:59 +0000 Stefan Kost gst/: Drop EOS in _handle_src_event(). Fix the refcount in qtdemux that previous commit messed up. Original commit message from CVS: @@ -11430,7 +11455,7 @@ Mon Nov 12 17:21:59 2007 +0000 Stefan Kost Drop EOS in _handle_src_event(). Fix the refcount in qtdemux that previous commit messed up. -Mon Nov 12 17:06:32 2007 +0000 Stefan Kost +2007-11-12 17:06:32 +0000 Stefan Kost gst/: Sync _handle_src_event() with oggdemux. In avidemux also ref the element when we should, but not when we its no... Original commit message from CVS: @@ -11439,7 +11464,7 @@ Mon Nov 12 17:06:32 2007 +0000 Stefan Kost Sync _handle_src_event() with oggdemux. In avidemux also ref the element when we should, but not when we its not needed. -Sun Nov 11 21:12:10 2007 +0000 Sebastian Dröge +2007-11-11 21:12:10 +0000 Sebastian Dröge gst/: Change the meaning of the magnitude values given in the Original commit message from CVS: @@ -11451,7 +11476,7 @@ Sun Nov 11 21:12:10 2007 +0000 Sebastian Dröge GstMessages by spectrum to decibel instead of decibel+threshold. -Sun Nov 11 13:55:27 2007 +0000 Sebastian Dröge +2007-11-11 13:55:27 +0000 Sebastian Dröge gst/equalizer/: And continue to update docs. Also include some sample code for the n-band equalizer in the docs. Original commit message from CVS: @@ -11461,7 +11486,7 @@ Sun Nov 11 13:55:27 2007 +0000 Sebastian Dröge And continue to update docs. Also include some sample code for the n-band equalizer in the docs. -Sun Nov 11 12:54:31 2007 +0000 Sebastian Dröge +2007-11-11 12:54:31 +0000 Sebastian Dröge gst/equalizer/: Update docs and property ranges to the real values. Original commit message from CVS: @@ -11472,7 +11497,7 @@ Sun Nov 11 12:54:31 2007 +0000 Sebastian Dröge * gst/equalizer/gstiirequalizernbands.c: Update docs and property ranges to the real values. -Fri Nov 9 17:27:00 2007 +0000 Sebastian Dröge +2007-11-09 17:27:00 +0000 Sebastian Dröge gst/spectrum/gstspectrum.c: Now do the scaling right for real. Also initialize a previously uninitialized variable. Original commit message from CVS: @@ -11480,7 +11505,7 @@ Fri Nov 9 17:27:00 2007 +0000 Sebastian Dröge Now do the scaling right for real. Also initialize a previously uninitialized variable. -Thu Nov 8 15:56:46 2007 +0000 Stefan Kost +2007-11-08 15:56:46 +0000 Stefan Kost gst/equalizer/demo.c: Make default volume a bit less. Improve layout by giving more space to the slider with big-numb... Original commit message from CVS: @@ -11488,7 +11513,7 @@ Thu Nov 8 15:56:46 2007 +0000 Stefan Kost Make default volume a bit less. Improve layout by giving more space to the slider with big-numbers and enable fill. -Thu Nov 8 15:00:40 2007 +0000 Stefan Kost +2007-11-08 15:00:40 +0000 Stefan Kost gst/wavparse/gstwavparse.c: Return FALSE if we can't handle a query instead of changing the format. Ignore fact when ... Original commit message from CVS: @@ -11496,7 +11521,7 @@ Thu Nov 8 15:00:40 2007 +0000 Stefan Kost Return FALSE if we can't handle a query instead of changing the format. Ignore fact when dealing with mpeg audio. -Tue Nov 6 12:23:35 2007 +0000 Sebastian Dröge +2007-11-06 12:23:35 +0000 Sebastian Dröge gst/spectrum/demo-audiotest.c: Use autoaudiosink instead of alsasink and use a sine wave. Original commit message from CVS: @@ -11505,7 +11530,7 @@ Tue Nov 6 12:23:35 2007 +0000 Sebastian Dröge * gst/spectrum/gstspectrum.c: Fix the magnitude calculation. -Sat Nov 3 19:50:11 2007 +0000 Sebastian Dröge +2007-11-03 19:50:11 +0000 Sebastian Dröge gst/equalizer/: Allow setting 0 as bandwidth and handle this correctly. Original commit message from CVS: @@ -11520,7 +11545,7 @@ Sat Nov 3 19:50:11 2007 +0000 Sebastian Dröge previous limit of 2 was caused by a nowadays replaced calculation doing a division by zero if number of bands was 1. -Fri Nov 2 21:16:09 2007 +0000 Ole André Vadla Ravnås +2007-11-02 21:16:09 +0000 Ole André Vadla Ravnås Fix includes for MSVC and GLib-2.14.0 (#492388). Original commit message from CVS: @@ -11536,7 +11561,7 @@ Fri Nov 2 21:16:09 2007 +0000 Ole André Vadla Ravnås +2007-11-02 17:23:43 +0000 Edward Hervey gst/law/mulaw-decode.*: Calculate outgoing buffer duration if incoming buffer didn't have a valid duration. Original commit message from CVS: @@ -11546,7 +11571,7 @@ Fri Nov 2 17:23:43 2007 +0000 Edward Hervey Calculate outgoing buffer duration if incoming buffer didn't have a valid duration. -Tue Oct 30 21:37:49 2007 +0000 Sebastian Dröge +2007-10-30 21:37:49 +0000 Sebastian Dröge gst/equalizer/: Add small demo application based on the spectrum demo applications that gets white noise as input, pu... Original commit message from CVS: @@ -11562,7 +11587,7 @@ Tue Oct 30 21:37:49 2007 +0000 Sebastian Dröge Add some guarding against too large or too small frequencies and bandwidths. Also improve debugging a bit. -Tue Oct 30 21:18:45 2007 +0000 Sebastian Dröge +2007-10-30 21:18:45 +0000 Sebastian Dröge gst/equalizer/gstiirequalizer.c: Replace filters with a bit better filters for which we can actually find documentati... Original commit message from CVS: @@ -11579,7 +11604,7 @@ Tue Oct 30 21:18:45 2007 +0000 Sebastian Dröge gain property to dB instead of a weird scale between -1 and 1 that has no real meaning. -Tue Oct 30 12:29:46 2007 +0000 Wim Taymans +2007-10-30 12:29:46 +0000 Wim Taymans gst/qtdemux/qtdemux.c: Smarter combine_flow code that also deals with downstream elements returning UNEXPECTED when t... Original commit message from CVS: @@ -11589,7 +11614,7 @@ Tue Oct 30 12:29:46 2007 +0000 Wim Taymans returning UNEXPECTED when they receive data out of the segment boundaries. Fixes #491305. -Sat Oct 27 16:04:48 2007 +0000 Tim-Philipp Müller +2007-10-27 16:04:48 +0000 Tim-Philipp Müller gst/interleave/interleave.c: Let's not call every request pad we create "sink%d", that'll create problems if there's ... Original commit message from CVS: @@ -11601,7 +11626,7 @@ Sat Oct 27 16:04:48 2007 +0000 Tim-Philipp Müller * tests/check/elements/interleave.c: Add unit test for the above. -Fri Oct 26 15:03:06 2007 +0000 Tim-Philipp Müller +2007-10-26 15:03:06 +0000 Tim-Philipp Müller sys/v4l2/v4l2src_calls.c: Fix 'unused variable' compiler warning when compiling against older kernel headers. Original commit message from CVS: @@ -11609,14 +11634,14 @@ Fri Oct 26 15:03:06 2007 +0000 Tim-Philipp Müller Fix 'unused variable' compiler warning when compiling against older kernel headers. -Fri Oct 26 12:10:43 2007 +0000 Christian Schaller +2007-10-26 12:10:43 +0000 Christian Schaller * gst-plugins-good.spec.in: update spec file Original commit message from CVS: update spec file -Thu Oct 25 23:42:52 2007 +0000 David Schleef +2007-10-25 23:42:52 +0000 David Schleef Improve documentation, write some tests for multifilesrc/sink for upcoming ->good review. Original commit message from CVS: @@ -11628,21 +11653,21 @@ Thu Oct 25 23:42:52 2007 +0000 David Schleef Improve documentation, write some tests for multifilesrc/sink for upcoming ->good review. -Thu Oct 25 15:00:15 2007 +0000 Tim-Philipp Müller +2007-10-25 15:00:15 +0000 Tim-Philipp Müller ext/taglib/gstid3v2mux.cc (add_funcs): Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539). Original commit message from CVS: * ext/taglib/gstid3v2mux.cc (add_funcs): Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539). -Wed Oct 24 07:01:47 2007 +0000 Stefan Kost +2007-10-24 07:01:47 +0000 Stefan Kost tests/check/pipelines/simple-launch-lines.c: Improve the tests a little more. Original commit message from CVS: * tests/check/pipelines/simple-launch-lines.c: Improve the tests a little more. -Tue Oct 23 08:38:50 2007 +0000 Yun Zheng Hu +2007-10-23 08:38:50 +0000 Yun Zheng Hu sys/osxaudio/gstosxaudiosrc.c: Use default input device instead of default output device and only memcpy actual avail... Original commit message from CVS: @@ -11651,7 +11676,7 @@ Tue Oct 23 08:38:50 2007 +0000 Yun Zheng Hu Use default input device instead of default output device and only memcpy actual available bytes. -Mon Oct 22 19:14:08 2007 +0000 Edgard Lima +2007-10-22 19:14:08 +0000 Edgard Lima sys/v4l2/v4l2src_calls.c: Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too early. It is temporary ... Original commit message from CVS: @@ -11659,7 +11684,7 @@ Mon Oct 22 19:14:08 2007 +0000 Edgard Lima Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too early. It is temporary until we find something better. -Mon Oct 22 16:44:48 2007 +0000 Tommi Myöhänen +2007-10-22 16:44:48 +0000 Tommi Myöhänen gst/rtsp/gstrtspsrc.c: Fix race when pausing a RTSP stream in interleaved. Original commit message from CVS: @@ -11668,7 +11693,7 @@ Mon Oct 22 16:44:48 2007 +0000 Tommi Myöhänen Fix race when pausing a RTSP stream in interleaved. Fixes #475784. -Mon Oct 22 09:53:16 2007 +0000 Peter Kjellerstedt +2007-10-22 09:53:16 +0000 Peter Kjellerstedt gst/rtp/gstrtpmp4vpay.c: Use correct unref function for buffers. #488844. Original commit message from CVS: @@ -11676,7 +11701,7 @@ Mon Oct 22 09:53:16 2007 +0000 Peter Kjellerstedt * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize): Use correct unref function for buffers. #488844. -Fri Oct 19 19:33:16 2007 +0000 Stefan Kost +2007-10-19 19:33:16 +0000 Stefan Kost Add some debug and sync tests with the fix. Original commit message from CVS: @@ -11684,7 +11709,7 @@ Fri Oct 19 19:33:16 2007 +0000 Stefan Kost * tests/check/elements/avimux.c: Add some debug and sync tests with the fix. -Thu Oct 18 17:04:14 2007 +0000 Laurent Glayal +2007-10-18 17:04:14 +0000 Laurent Glayal gst/udp/gstudpsrc.c: When the socket is used by the app for other purposes, don't generate an error if there is activ... Original commit message from CVS: @@ -11694,7 +11719,7 @@ Thu Oct 18 17:04:14 2007 +0000 Laurent Glayal error if there is activaty on the socket that is not data related. Fixes #487488. -Thu Oct 18 14:55:38 2007 +0000 Wim Taymans +2007-10-18 14:55:38 +0000 Wim Taymans sys/v4l2/v4l2src_calls.c: Add some more debug info. Generate an error when we run out of buffers for some reason. See... Original commit message from CVS: @@ -11703,7 +11728,7 @@ Thu Oct 18 14:55:38 2007 +0000 Wim Taymans Add some more debug info. Generate an error when we run out of buffers for some reason. See #480557. -Thu Oct 18 08:27:56 2007 +0000 Anders Skargren +2007-10-18 08:27:56 +0000 Anders Skargren gst/rtp/gstrtph264pay.c: Set marker bit correctly. Original commit message from CVS: @@ -11711,7 +11736,7 @@ Thu Oct 18 08:27:56 2007 +0000 Anders Skargren * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer): Set marker bit correctly. -Thu Oct 18 06:20:21 2007 +0000 Sebastian Dröge +2007-10-18 06:20:21 +0000 Sebastian Dröge gst/equalizer/gstiirequalizer.c: Add a missing break. Original commit message from CVS: @@ -11719,7 +11744,7 @@ Thu Oct 18 06:20:21 2007 +0000 Sebastian Dröge (gst_iir_equalizer_band_set_property): Add a missing break. -Thu Oct 18 06:14:42 2007 +0000 Sebastian Dröge +2007-10-18 06:14:42 +0000 Sebastian Dröge gst/equalizer/gstiirequalizer.*: Move bandwidth property to the separate bands and add float64 support. Original commit message from CVS: @@ -11732,14 +11757,14 @@ Thu Oct 18 06:14:42 2007 +0000 Sebastian Dröge * gst/equalizer/gstiirequalizer.h: Move bandwidth property to the separate bands and add float64 support. -Wed Oct 17 15:08:02 2007 +0000 Wim Taymans +2007-10-17 15:08:02 +0000 Wim Taymans gst/rtsp/gstrtspsrc.c: Use allowed name for the GstStructure. Original commit message from CVS: * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open): Use allowed name for the GstStructure. -Wed Oct 17 11:47:23 2007 +0000 Tim-Philipp Müller +2007-10-17 11:47:23 +0000 Tim-Philipp Müller Use new gst_bus_pop_filtered(). Original commit message from CVS: @@ -11747,7 +11772,7 @@ Wed Oct 17 11:47:23 2007 +0000 Tim-Philipp Müller * gst/autodetect/gstautoaudiosink.c: Use new gst_bus_pop_filtered(). -Sat Oct 13 12:03:44 2007 +0000 Tim-Philipp Müller +2007-10-13 12:03:44 +0000 Tim-Philipp Müller sys/v4l2/: When probing the formats and sizes a camera supports, make sure the best ones (highest resolution, prefere... Original commit message from CVS: @@ -11767,7 +11792,7 @@ Sat Oct 13 12:03:44 2007 +0000 Tim-Philipp Müller Also make up a somewhat random ranking of prefered output formats for the same reason. Fixes #485828. -Thu Oct 11 17:55:29 2007 +0000 Jason Kivlighn +2007-10-11 17:55:29 +0000 Jason Kivlighn gst/id3demux/id3v2frames.c: Extract license/copyright URIs from ID3v2 WCOP frames (Fixes #447000). Original commit message from CVS: @@ -11780,7 +11805,7 @@ Thu Oct 11 17:55:29 2007 +0000 Jason Kivlighn * tests/files/id3-447000-wcop.tag: Add simple unit test. -Thu Oct 11 16:41:44 2007 +0000 Tim-Philipp Müller +2007-10-11 16:41:44 +0000 Tim-Philipp Müller ext/taglib/gstid3v2mux.cc: Add support for license/copyright URI tags (ID3v2 WCOP frame). Original commit message from CVS: @@ -11788,7 +11813,7 @@ Thu Oct 11 16:41:44 2007 +0000 Tim-Philipp Müller Add support for license/copyright URI tags (ID3v2 WCOP frame). Prerequisite for #447000. -Mon Oct 8 17:44:42 2007 +0000 Jan Schmidt +2007-10-08 17:44:42 +0000 Jan Schmidt gst/rtsp/gstrtspsrc.c: Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise a GstClockTime. Original commit message from CVS: @@ -11796,7 +11821,7 @@ Mon Oct 8 17:44:42 2007 +0000 Jan Schmidt Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise a GstClockTime. -Mon Oct 8 11:58:51 2007 +0000 Wim Taymans +2007-10-08 11:58:51 +0000 Wim Taymans gst/rtsp/gstrtspsrc.c: More seeking fixes, mostly passing around the new playback segment in order to configure it pr... Original commit message from CVS: @@ -11810,14 +11835,14 @@ Mon Oct 8 11:58:51 2007 +0000 Wim Taymans Also reset base_time of udp sources when setting them back to PLAYING as a temporary hack until core supports seek in live sources properly. -Mon Oct 8 10:34:03 2007 +0000 Wim Taymans +2007-10-08 10:34:03 +0000 Wim Taymans gst/rtp/gstrtpmp4adepay.c: Fix caps as to not confuse autopluggers. Original commit message from CVS: * gst/rtp/gstrtpmp4adepay.c: Fix caps as to not confuse autopluggers. -Sat Oct 6 16:13:14 2007 +0000 Tim-Philipp Müller +2007-10-06 16:13:14 +0000 Tim-Philipp Müller gst/id3demux/: Port ID3 tag demuxer over to the new GstTagDemux in -base (now would be a good time to test re-importi... Original commit message from CVS: @@ -11830,7 +11855,7 @@ Sat Oct 6 16:13:14 2007 +0000 Tim-Philipp Müller (now would be a good time to test re-importing your music collection). -Sat Oct 6 15:13:09 2007 +0000 Tim-Philipp Müller +2007-10-06 15:13:09 +0000 Tim-Philipp Müller gst/apetag/: Port APE tag demuxer over to the new GstTagDemux in -base. Original commit message from CVS: @@ -11841,7 +11866,7 @@ Sat Oct 6 15:13:09 2007 +0000 Tim-Philipp Müller * gst/apetag/gsttagdemux.h: Port APE tag demuxer over to the new GstTagDemux in -base. -Fri Oct 5 13:18:19 2007 +0000 Wim Taymans +2007-10-05 13:18:19 +0000 Wim Taymans gst/rtsp/gstrtspsrc.c: Improve flushing behaviour. Original commit message from CVS: @@ -11856,7 +11881,7 @@ Fri Oct 5 13:18:19 2007 +0000 Wim Taymans Set state of the udp sources to PAUSE/PLAYING correctly. Handle events and queries for UDP and TCP transport now. -Thu Oct 4 07:29:48 2007 +0000 Stefan Kost +2007-10-04 07:29:48 +0000 Stefan Kost gst/rtp/: Add log category. Original commit message from CVS: @@ -11864,7 +11889,7 @@ Thu Oct 4 07:29:48 2007 +0000 Stefan Kost * gst/rtp/gstrtpgsmpay.c: Add log category. -Thu Oct 4 07:24:02 2007 +0000 Timo Hotti +2007-10-04 07:24:02 +0000 Timo Hotti tests/check/: Add unit tests for payloaders/depayloaders. Original commit message from CVS: @@ -11873,7 +11898,7 @@ Thu Oct 4 07:24:02 2007 +0000 Timo Hotti * tests/check/pipelines/simple-launch-lines.c: Add unit tests for payloaders/depayloaders. -Tue Oct 2 10:49:03 2007 +0000 Stefan Kost +2007-10-02 10:49:03 +0000 Stefan Kost gst/avi/gstavimux.*: Also save codec data for audio streams. Fixes #482495. Original commit message from CVS: @@ -11881,7 +11906,7 @@ Tue Oct 2 10:49:03 2007 +0000 Stefan Kost * gst/avi/gstavimux.h: Also save codec data for audio streams. Fixes #482495. -Tue Oct 2 10:23:04 2007 +0000 Stefan Kost +2007-10-02 10:23:04 +0000 Stefan Kost gst/avi/gstavimux.c: Fix "Index entry has invalid stream nr 1". Original commit message from CVS: @@ -11889,7 +11914,7 @@ Tue Oct 2 10:23:04 2007 +0000 Stefan Kost Fix "Index entry has invalid stream nr 1". Add support for muxing aac - work in progress (see #482495). -Mon Oct 1 16:34:56 2007 +0000 Wim Taymans +2007-10-01 16:34:56 +0000 Wim Taymans gst/rtsp/gstrtspsrc.*: Parse bandwidth modifiers, they are not yet configured in the session manager because we don't... Original commit message from CVS: @@ -11900,7 +11925,7 @@ Mon Oct 1 16:34:56 2007 +0000 Wim Taymans Parse bandwidth modifiers, they are not yet configured in the session manager because we don't have an API for that yet. -Mon Oct 1 13:57:28 2007 +0000 Wim Taymans +2007-10-01 13:57:28 +0000 Wim Taymans gst/rtsp/gstrtspsrc.c: Use shiny new function in -base to get the default clock-rate. Original commit message from CVS: @@ -11909,7 +11934,7 @@ Mon Oct 1 13:57:28 2007 +0000 Wim Taymans Use shiny new function in -base to get the default clock-rate. Update some docs. -Sat Sep 29 12:50:36 2007 +0000 Sébastien Moutte +2007-09-29 12:50:36 +0000 Sébastien Moutte win32/MANIFEST: Add files to win32 manifest. Original commit message from CVS: @@ -11921,7 +11946,7 @@ Sat Sep 29 12:50:36 2007 +0000 Sébastien Moutte * win32/vs6/libgstrtsp.dsp: Update project files. -Fri Sep 28 14:56:19 2007 +0000 Wim Taymans +2007-09-28 14:56:19 +0000 Wim Taymans gst/rtsp/gstrtspsrc.*: In TCP mode, only timestamp the first buffer. TCP is not real time and it does not make sense ... Original commit message from CVS: @@ -11932,7 +11957,7 @@ Fri Sep 28 14:56:19 2007 +0000 Wim Taymans it does not make sense to try to skew compensate, also some servers send the first batch of data in a burst. -Thu Sep 27 15:00:30 2007 +0000 Tim-Philipp Müller +2007-09-27 15:00:30 +0000 Tim-Philipp Müller gst/matroska/matroska-demux.c: Fix setting the discont flag on the first buffer pushed downstream for formats with pr... Original commit message from CVS: @@ -11942,7 +11967,7 @@ Thu Sep 27 15:00:30 2007 +0000 Tim-Philipp Müller data that needs to be deserialised into buffers (such as vorbis and FLAC when in a matroska container). -Thu Sep 27 11:10:12 2007 +0000 Antoine Tremblay +2007-09-27 11:10:12 +0000 Antoine Tremblay gst/rtp/gstrtpmp4vpay.*: Free the config string. Fixes #480707. Original commit message from CVS: @@ -11954,7 +11979,7 @@ Thu Sep 27 11:10:12 2007 +0000 Antoine Tremblay Free the config string. Fixes #480707. Clean up the timestamp code a little. -Wed Sep 26 20:12:52 2007 +0000 Wim Taymans +2007-09-26 20:12:52 +0000 Wim Taymans gst/rtsp/gstrtspsrc.*: Set timestamps on RTP buffers in interleaved mode. Original commit message from CVS: @@ -11966,14 +11991,14 @@ Wed Sep 26 20:12:52 2007 +0000 Wim Taymans Mark first buffers with a DISCONT. Remove flush hack now that sync for live sources has been figured out. -Wed Sep 26 14:28:20 2007 +0000 Wim Taymans +2007-09-26 14:28:20 +0000 Wim Taymans gst/udp/gstudpsrc.c: Update documentation. Original commit message from CVS: * gst/udp/gstudpsrc.c: (gst_udpsrc_create): Update documentation. -Wed Sep 26 14:26:39 2007 +0000 Wim Taymans +2007-09-26 14:26:39 +0000 Wim Taymans gst/qtdemux/gstrtpxqtdepay.*: Fail if we don't know the quicktime format. Original commit message from CVS: @@ -11982,7 +12007,7 @@ Wed Sep 26 14:26:39 2007 +0000 Wim Taymans * gst/qtdemux/gstrtpxqtdepay.h: Fail if we don't know the quicktime format. -Wed Sep 26 13:19:17 2007 +0000 Tim-Philipp Müller +2007-09-26 13:19:17 +0000 Tim-Philipp Müller ext/flac/gstflacenc.*: Save the flow return from the last gst_pad_push() and make sure we pass the right flow return ... Original commit message from CVS: @@ -11992,7 +12017,7 @@ Wed Sep 26 13:19:17 2007 +0000 Tim-Philipp Müller make sure we pass the right flow return value upstream in the case of failure; minor clean-ups. -Tue Sep 25 19:09:33 2007 +0000 Tim-Philipp Müller +2007-09-25 19:09:33 +0000 Tim-Philipp Müller Add support for the new GST_TAG_COMPOSER (#459809). Original commit message from CVS: @@ -12001,7 +12026,7 @@ Tue Sep 25 19:09:33 2007 +0000 Tim-Philipp Müller * gst/apetag/gstapedemux.c: Add support for the new GST_TAG_COMPOSER (#459809). -Tue Sep 25 17:18:34 2007 +0000 Tim-Philipp Müller +2007-09-25 17:18:34 +0000 Tim-Philipp Müller gst/law/: Compulsive clean-ups: use boilerplate macros, add debug categories, fix up things to conform to symbol nome... Original commit message from CVS: @@ -12015,7 +12040,7 @@ Tue Sep 25 17:18:34 2007 +0000 Tim-Philipp Müller categories, fix up things to conform to symbol nomenklatura, etc. -Tue Sep 25 16:05:29 2007 +0000 Laurent Glayal +2007-09-25 16:05:29 +0000 Laurent Glayal gst/law/: Use static tables for A-Law decoding and encoding; this makes Original commit message from CVS: @@ -12027,7 +12052,7 @@ Tue Sep 25 16:05:29 2007 +0000 Laurent Glayal the binary size a bit. Leaving old code around for now, selectable by a define in the code. Fixes #435435. -Tue Sep 25 08:51:36 2007 +0000 Sebastian Dröge +2007-09-25 08:51:36 +0000 Sebastian Dröge configure.ac: Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and Original commit message from CVS: @@ -12036,7 +12061,7 @@ Tue Sep 25 08:51:36 2007 +0000 Sebastian Dröge AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros in configure.ac. -Tue Sep 25 05:03:58 2007 +0000 Sebastian Dröge +2007-09-25 05:03:58 +0000 Sebastian Dröge gst/qtdemux/qtdemux.c: Add fourccs for MPEG2 HDV streams. Fixes #479960. Original commit message from CVS: @@ -12044,7 +12069,7 @@ Tue Sep 25 05:03:58 2007 +0000 Sebastian Dröge * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Add fourccs for MPEG2 HDV streams. Fixes #479960. -Mon Sep 24 10:53:36 2007 +0000 Stefan Kost +2007-09-24 10:53:36 +0000 Stefan Kost Massive leak fixing, plus code cleanups. Original commit message from CVS: @@ -12064,7 +12089,7 @@ Mon Sep 24 10:53:36 2007 +0000 Stefan Kost * sys/vcd/vcdsrc.c: Massive leak fixing, plus code cleanups. -Sun Sep 23 18:57:14 2007 +0000 Stefan Kost +2007-09-23 18:57:14 +0000 Stefan Kost sys/oss/gstosshelper.c: Use GST_WARNING instead of a g_critical. This situation is not caused by the application. Original commit message from CVS: @@ -12072,7 +12097,7 @@ Sun Sep 23 18:57:14 2007 +0000 Stefan Kost Use GST_WARNING instead of a g_critical. This situation is not caused by the application. -Sat Sep 22 18:15:12 2007 +0000 Thomas Vander Stichele +2007-09-22 18:15:12 +0000 Thomas Vander Stichele po/: Updated translations. Original commit message from CVS: @@ -12080,7 +12105,7 @@ Sat Sep 22 18:15:12 2007 +0000 Thomas Vander Stichele * po/nl.po: Updated translations. -Sat Sep 22 18:13:58 2007 +0000 Thomas Vander Stichele +2007-09-22 18:13:58 +0000 Thomas Vander Stichele po/eu.po: Added Basque translation. Original commit message from CVS: @@ -12088,7 +12113,7 @@ Sat Sep 22 18:13:58 2007 +0000 Thomas Vander Stichele * po/eu.po: Added Basque translation. -Sat Sep 22 18:13:10 2007 +0000 Thomas Vander Stichele +2007-09-22 18:13:10 +0000 Thomas Vander Stichele po/: Added Chinese (traditional and Hong Kong) translation. Original commit message from CVS: @@ -12097,7 +12122,7 @@ Sat Sep 22 18:13:10 2007 +0000 Thomas Vander Stichele * po/zh_TW.po: Added Chinese (traditional and Hong Kong) translation. -Sat Sep 22 18:10:42 2007 +0000 Thomas Vander Stichele +2007-09-22 18:10:42 +0000 Thomas Vander Stichele po/pl.po: Added Polish translation. Original commit message from CVS: @@ -12105,7 +12130,7 @@ Sat Sep 22 18:10:42 2007 +0000 Thomas Vander Stichele * po/pl.po: Added Polish translation. -Sat Sep 22 18:09:59 2007 +0000 Thomas Vander Stichele +2007-09-22 18:09:59 +0000 Thomas Vander Stichele po/fi.po: Added Finnish translation. Original commit message from CVS: @@ -12113,7 +12138,7 @@ Sat Sep 22 18:09:59 2007 +0000 Thomas Vander Stichele * po/fi.po: Added Finnish translation. -Sat Sep 22 18:09:09 2007 +0000 Thomas Vander Stichele +2007-09-22 18:09:09 +0000 Thomas Vander Stichele po/es.po: Added Spanish translation. Original commit message from CVS: @@ -12121,7 +12146,7 @@ Sat Sep 22 18:09:09 2007 +0000 Thomas Vander Stichele * po/es.po: Added Spanish translation. -Sat Sep 22 18:08:13 2007 +0000 Thomas Vander Stichele +2007-09-22 18:08:13 +0000 Thomas Vander Stichele po/da.po: Added Danish translation. Original commit message from CVS: @@ -12129,7 +12154,7 @@ Sat Sep 22 18:08:13 2007 +0000 Thomas Vander Stichele * po/da.po: Added Danish translation. -Sat Sep 22 18:06:55 2007 +0000 Thomas Vander Stichele +2007-09-22 18:06:55 +0000 Thomas Vander Stichele po/zh_CN.po: Added Chinese (simplified) translation. Original commit message from CVS: @@ -12137,7 +12162,7 @@ Sat Sep 22 18:06:55 2007 +0000 Thomas Vander Stichele * po/zh_CN.po: Added Chinese (simplified) translation. -Sat Sep 22 18:05:37 2007 +0000 Thomas Vander Stichele +2007-09-22 18:05:37 +0000 Thomas Vander Stichele po/bg.po: Added Bulgarian translation. Original commit message from CVS: @@ -12145,7 +12170,7 @@ Sat Sep 22 18:05:37 2007 +0000 Thomas Vander Stichele * po/bg.po: Added Bulgarian translation. -Sat Sep 22 08:12:57 2007 +0000 Thomas Vander Stichele +2007-09-22 08:12:57 +0000 Thomas Vander Stichele * common: * sys/directdraw/gstdirectdrawsink.c: @@ -12154,14 +12179,14 @@ Sat Sep 22 08:12:57 2007 +0000 Thomas Vander Stichele Original commit message from CVS: fix header and comments -Fri Sep 21 11:34:34 2007 +0000 Wim Taymans +2007-09-21 11:34:34 +0000 Wim Taymans gst/rtp/gstrtpamrdepay.c: Set outgoing packet duration because we can. Fixes #478244 some more. Original commit message from CVS: * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process): Set outgoing packet duration because we can. Fixes #478244 some more. -Thu Sep 20 13:35:34 2007 +0000 Stefan Kost +2007-09-20 13:35:34 +0000 Stefan Kost ext/cairo/gsttextoverlay.c: Add info about static leak. Original commit message from CVS: @@ -12171,7 +12196,7 @@ Thu Sep 20 13:35:34 2007 +0000 Stefan Kost * tests/check/generic/states.c: Improved state change unit test. -Wed Sep 19 18:19:49 2007 +0000 Stefan Kost +2007-09-19 18:19:49 +0000 Stefan Kost Ignore registries in any format. Original commit message from CVS: @@ -12179,7 +12204,7 @@ Wed Sep 19 18:19:49 2007 +0000 Stefan Kost * tests/check/.cvsignore: Ignore registries in any format. -Wed Sep 19 16:24:09 2007 +0000 Wim Taymans +2007-09-19 16:24:09 +0000 Wim Taymans gst/rtp/gstrtpL16pay.c: Removed some unused code. Original commit message from CVS: @@ -12195,7 +12220,7 @@ Wed Sep 19 16:24:09 2007 +0000 Wim Taymans Try to preserve the incomming buffer duration on the outgoing packets. Fixes #478244. -Wed Sep 19 10:22:40 2007 +0000 Tim-Philipp Müller +2007-09-19 10:22:40 +0000 Tim-Philipp Müller ext/taglib/: Work around compiler warnings with g++-4.2 when assigning a string constant to a gchar * (partially fixe... Original commit message from CVS: @@ -12204,14 +12229,14 @@ Wed Sep 19 10:22:40 2007 +0000 Tim-Philipp Müller Work around compiler warnings with g++-4.2 when assigning a string constant to a gchar * (partially fixes #478092). -Tue Sep 18 16:44:46 2007 +0000 Tim-Philipp Müller +2007-09-18 16:44:46 +0000 Tim-Philipp Müller configure.ac: We require core CVS now for gst_base_src_set_do_timestamp(). Original commit message from CVS: * configure.ac: We require core CVS now for gst_base_src_set_do_timestamp(). -Tue Sep 18 13:55:06 2007 +0000 Stefan Kost +2007-09-18 13:55:06 +0000 Stefan Kost gst/spectrum/: Handling window resize. Original commit message from CVS: @@ -12219,7 +12244,7 @@ Tue Sep 18 13:55:06 2007 +0000 Stefan Kost * gst/spectrum/demo-osssrc.c: Handling window resize. -Tue Sep 18 11:45:06 2007 +0000 Stefan Kost +2007-09-18 11:45:06 +0000 Stefan Kost ChangeLog: Add missing newline. Original commit message from CVS: @@ -12234,7 +12259,7 @@ Tue Sep 18 11:45:06 2007 +0000 Stefan Kost an application can understand. (Yes these are adapted from wim recent level element changes) -Mon Sep 17 17:35:13 2007 +0000 Jan Schmidt +2007-09-17 17:35:13 +0000 Jan Schmidt gst/: Fix compiler warnings shown with Forte. Original commit message from CVS: @@ -12245,7 +12270,7 @@ Mon Sep 17 17:35:13 2007 +0000 Jan Schmidt (gst_rtspsrc_handle_message): Fix compiler warnings shown with Forte. -Mon Sep 17 02:05:14 2007 +0000 Wim Taymans +2007-09-17 02:05:14 +0000 Wim Taymans gst/rtsp/gstrtspsrc.c: Give meaningfull error when all streams failed to configure for some reason. Original commit message from CVS: @@ -12254,7 +12279,7 @@ Mon Sep 17 02:05:14 2007 +0000 Wim Taymans Give meaningfull error when all streams failed to configure for some reason. -Sun Sep 16 19:13:58 2007 +0000 Wim Taymans +2007-09-16 19:13:58 +0000 Wim Taymans gst/rtp/README: Update README with the design for synchronisation rules of RTP on sender and receiver. Original commit message from CVS: @@ -12262,7 +12287,7 @@ Sun Sep 16 19:13:58 2007 +0000 Wim Taymans Update README with the design for synchronisation rules of RTP on sender and receiver. -Fri Sep 14 09:40:49 2007 +0000 Sebastian Dröge +2007-09-14 09:40:49 +0000 Sebastian Dröge gst/wavparse/gstwavparse.c: Don't push EOS from the chain function, the element driving the pipeline is responsible f... Original commit message from CVS: @@ -12273,7 +12298,7 @@ Fri Sep 14 09:40:49 2007 +0000 Sebastian Dröge this was meant to fix seems to be queue not forwarding EOS in all cases (see #476514). -Thu Sep 13 17:31:16 2007 +0000 Wim Taymans +2007-09-13 17:31:16 +0000 Wim Taymans gst/level/gstlevel.*: Use basetransform segment so that it is correctly managed on flushes and start/stop. Original commit message from CVS: @@ -12285,7 +12310,7 @@ Thu Sep 13 17:31:16 2007 +0000 Wim Taymans Report message timestamp as stream time, which is what an application can understand. -Thu Sep 13 15:04:15 2007 +0000 Sebastian Dröge +2007-09-13 15:04:15 +0000 Sebastian Dröge Update my mail address. Original commit message from CVS: @@ -12295,7 +12320,7 @@ Thu Sep 13 15:04:15 2007 +0000 Sebastian Dröge * tests/check/elements/apev2mux.c: Update my mail address. -Thu Sep 13 12:37:56 2007 +0000 Sebastian Dröge +2007-09-13 12:37:56 +0000 Sebastian Dröge gst/wavparse/gstwavparse.c: Add EOS logic for the push-based mode too. Fixes #476514. Original commit message from CVS: @@ -12303,7 +12328,7 @@ Thu Sep 13 12:37:56 2007 +0000 Sebastian Dröge (gst_wavparse_loop), (gst_wavparse_chain): Add EOS logic for the push-based mode too. Fixes #476514. -Wed Sep 12 22:01:59 2007 +0000 Wim Taymans +2007-09-12 22:01:59 +0000 Wim Taymans gst/law/: Fix law encoder timestamps. Original commit message from CVS: @@ -12314,7 +12339,7 @@ Wed Sep 12 22:01:59 2007 +0000 Wim Taymans * gst/law/mulaw-encode.h: Fix law encoder timestamps. -Wed Sep 12 09:13:39 2007 +0000 Stefan Kost +2007-09-12 09:13:39 +0000 Stefan Kost ext/gconf/gstgconfaudiosink.c: Fix warning when building without debug. Original commit message from CVS: @@ -12323,7 +12348,7 @@ Wed Sep 12 09:13:39 2007 +0000 Stefan Kost * sys/oss/gstossmixertrack.c: Use const like in alsamixertrack.c (fixes warnings). -Wed Sep 12 08:38:21 2007 +0000 Peter Kjellerstedt +2007-09-12 08:38:21 +0000 Peter Kjellerstedt gst/: Printf format fixes (#476128). Original commit message from CVS: @@ -12335,7 +12360,7 @@ Wed Sep 12 08:38:21 2007 +0000 Peter Kjellerstedt * gst/switch/gstswitch.c: Printf format fixes (#476128). -Tue Sep 11 15:37:55 2007 +0000 Wim Taymans +2007-09-11 15:37:55 +0000 Wim Taymans sys/v4l2/v4l2src_calls.c: Fix framerate detection code some more. Original commit message from CVS: @@ -12348,7 +12373,7 @@ Tue Sep 11 15:37:55 2007 +0000 Wim Taymans Use max in the Continuous framerate intervals instead of step, which is 1 according to the docs. Fixes #475424. -Mon Sep 10 19:53:28 2007 +0000 Wim Taymans +2007-09-10 19:53:28 +0000 Wim Taymans gst/udp/gstudpsrc.c: Make udpsrc timestamp outgoing buffers based on when they were received. Original commit message from CVS: @@ -12356,14 +12381,14 @@ Mon Sep 10 19:53:28 2007 +0000 Wim Taymans Make udpsrc timestamp outgoing buffers based on when they were received. Also make it output a segment in time. -Mon Sep 10 06:49:32 2007 +0000 Stefan Kost +2007-09-10 06:49:32 +0000 Stefan Kost gst/avi/gstavidemux.c: Plug a little leak. Little code cleanups. Original commit message from CVS: * gst/avi/gstavidemux.c: Plug a little leak. Little code cleanups. -Sun Sep 9 18:08:36 2007 +0000 Tim-Philipp Müller +2007-09-09 18:08:36 +0000 Tim-Philipp Müller configure.ac: Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old flac versions, 's good for cross-compilation ... Original commit message from CVS: @@ -12371,7 +12396,7 @@ Sun Sep 9 18:08:36 2007 +0000 Tim-Philipp Müller Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old flac versions, 's good for cross-compilation karma. -Fri Sep 7 18:04:41 2007 +0000 Haakon Sporsheim +2007-09-07 18:04:41 +0000 Haakon Sporsheim gst/rtp/gstrtph263pay.c: Fix up header structure so that compilers don't add padding between the structure fields, si... Original commit message from CVS: @@ -12383,7 +12408,7 @@ Fri Sep 7 18:04:41 2007 +0000 Haakon Sporsheim case when compiling with MSVC). Also see similar fixes in libgstrtp in gst-plugins-base. (#474616; #471194) -Fri Sep 7 16:04:14 2007 +0000 Wim Taymans +2007-09-07 16:04:14 +0000 Wim Taymans sys/v4l2/v4l2src_calls.c: Don't overwrite our GValue with 0 but instead use the previously computed value. Fixes #471... Original commit message from CVS: @@ -12392,7 +12417,7 @@ Fri Sep 7 16:04:14 2007 +0000 Wim Taymans Don't overwrite our GValue with 0 but instead use the previously computed value. Fixes #471823 some more. -Fri Sep 7 15:54:38 2007 +0000 Sebastian Dröge +2007-09-07 15:54:38 +0000 Sebastian Dröge gst/spectrum/gstspectrum.c: Use the correct parameter order for the memset calls. Original commit message from CVS: @@ -12401,7 +12426,7 @@ Fri Sep 7 15:54:38 2007 +0000 Sebastian Dröge Use the correct parameter order for the memset calls. Thanks to Christian Schaller for noticing. -Thu Sep 6 12:00:36 2007 +0000 Tim-Philipp Müller +2007-09-06 12:00:36 +0000 Tim-Philipp Müller docs/plugins/gst-plugins-good-plugins.hierarchy: No tabs in this file please, or gtk-doc will end up documenting rath... Original commit message from CVS: @@ -12409,7 +12434,7 @@ Thu Sep 6 12:00:36 2007 +0000 Tim-Philipp Müller No tabs in this file please, or gtk-doc will end up documenting rather absurd class hierarchies. -Thu Sep 6 10:48:56 2007 +0000 Tim-Philipp Müller +2007-09-06 10:48:56 +0000 Tim-Philipp Müller ext/gconf/gstswitchsink.c: If the new kid element fails to change state for some reason forward the error message it ... Original commit message from CVS: @@ -12420,7 +12445,7 @@ Thu Sep 6 10:48:56 2007 +0000 Tim-Philipp Müller posting a generic 'Internal state change error: please file a bug' error message. Fixes #471364. -Thu Sep 6 07:21:22 2007 +0000 Sebastian Dröge +2007-09-06 07:21:22 +0000 Sebastian Dröge Port GstSpectrum to GstAudioFilter and libgstfft, add support for int32, float and double, use floats for the message... Original commit message from CVS: @@ -12447,7 +12472,7 @@ Thu Sep 6 07:21:22 2007 +0000 Sebastian Dröge Improve the units tests by checking for a 11025Hz sine wave and add unit tests for all 4 supported sample types. -Wed Sep 5 16:23:21 2007 +0000 Tim-Philipp Müller +2007-09-05 16:23:21 +0000 Tim-Philipp Müller gst/qtdemux/: Don't assume tags are encoded as UTF-8 (#473670). Original commit message from CVS: @@ -12455,7 +12480,7 @@ Wed Sep 5 16:23:21 2007 +0000 Tim-Philipp Müller * gst/qtdemux/qtdemux.c: Don't assume tags are encoded as UTF-8 (#473670). -Wed Sep 5 14:43:16 2007 +0000 Tim-Philipp Müller +2007-09-05 14:43:16 +0000 Tim-Philipp Müller sys/v4l2/: Implement LATENCY queries in the crudest way possible so I don't have to use sync=false any longer when te... Original commit message from CVS: @@ -12465,14 +12490,14 @@ Wed Sep 5 14:43:16 2007 +0000 Tim-Philipp Müller Implement LATENCY queries in the crudest way possible so I don't have to use sync=false any longer when testing with videosinks. -Wed Sep 5 09:25:23 2007 +0000 Tim-Philipp Müller +2007-09-05 09:25:23 +0000 Tim-Philipp Müller configure.ac: Fix build. Original commit message from CVS: * configure.ac: Fix build. -Wed Sep 5 00:12:46 2007 +0000 Wim Taymans +2007-09-05 00:12:46 +0000 Wim Taymans sys/v4l2/v4l2src_calls.c: Add some more debugging in the framerate function. Original commit message from CVS: @@ -12483,7 +12508,7 @@ Wed Sep 5 00:12:46 2007 +0000 Wim Taymans was added to the list, add a dummy 0/1 to 100/1 framerate so that we don't end up with an empty list. -Tue Sep 4 22:42:21 2007 +0000 Wim Taymans +2007-09-04 22:42:21 +0000 Wim Taymans gst/udp/gstmultiudpsink.c: Add property do configure destination address/port pairs Original commit message from CVS: @@ -12497,7 +12522,7 @@ Tue Sep 4 22:42:21 2007 +0000 Wim Taymans Add property do configure destination address/port pairs API:GstMultiUDPSink::clients -Tue Sep 4 18:30:22 2007 +0000 Wim Taymans +2007-09-04 18:30:22 +0000 Wim Taymans tests/examples/: Added some RTP example scripts for sending and receiving RTP streams. Original commit message from CVS: @@ -12515,7 +12540,7 @@ Tue Sep 4 18:30:22 2007 +0000 Wim Taymans * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh: Added some RTP example scripts for sending and receiving RTP streams. -Tue Sep 4 16:40:05 2007 +0000 Wim Taymans +2007-09-04 16:40:05 +0000 Wim Taymans sys/v4l2/gstv4l2src.c: Restructure the setcaps function so that we can also compute the expected GStreamer output siz... Original commit message from CVS: @@ -12537,14 +12562,14 @@ Tue Sep 4 16:40:05 2007 +0000 Wim Taymans (gst_v4l2src_set_capture), (gst_v4l2src_capture_init): Add some more debug info when dequeing a frame. -Tue Sep 4 14:37:22 2007 +0000 Stefan Kost +2007-09-04 14:37:22 +0000 Stefan Kost gst/wavparse/gstwavparse.c: More code cleanups. Add some more comment and improve debugs logs. Original commit message from CVS: * gst/wavparse/gstwavparse.c: More code cleanups. Add some more comment and improve debugs logs. -Tue Sep 4 07:58:36 2007 +0000 Stefan Kost +2007-09-04 07:58:36 +0000 Stefan Kost gst/wavparse/gstwavparse.*: Implement seek-query. Refactor duration calculations. Appropriate use of uint64_scale_int... Original commit message from CVS: @@ -12554,14 +12579,14 @@ Tue Sep 4 07:58:36 2007 +0000 Stefan Kost of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff out of loops. -Mon Sep 3 07:44:34 2007 +0000 Stefan Kost +2007-09-03 07:44:34 +0000 Stefan Kost gst/avi/gstavidemux.c: Implement seek-query. Original commit message from CVS: * gst/avi/gstavidemux.c: Implement seek-query. -Wed Aug 29 21:43:08 2007 +0000 Wim Taymans +2007-08-29 21:43:08 +0000 Wim Taymans gst/rtsp/gstrtspsrc.c: Use new basesink async property to make sparse RTCP packet not wait for preroll. Original commit message from CVS: @@ -12570,14 +12595,14 @@ Wed Aug 29 21:43:08 2007 +0000 Wim Taymans Use new basesink async property to make sparse RTCP packet not wait for preroll. -Mon Aug 27 14:44:19 2007 +0000 Jan Schmidt +2007-08-27 14:44:19 +0000 Jan Schmidt gst/audiofx/Makefile.am: Dist the right file. Original commit message from CVS: * gst/audiofx/Makefile.am: Dist the right file. -Thu Aug 23 16:27:36 2007 +0000 Wim Taymans +2007-08-23 16:27:36 +0000 Wim Taymans gst/rtsp/gstrtspsrc.c: Make sure we generate and parse floating point values in the POSIX locale instead of the curre... Original commit message from CVS: @@ -12586,7 +12611,7 @@ Thu Aug 23 16:27:36 2007 +0000 Wim Taymans Make sure we generate and parse floating point values in the POSIX locale instead of the current locale. -Wed Aug 22 15:01:29 2007 +0000 Wim Taymans +2007-08-22 15:01:29 +0000 Wim Taymans gst/rtsp/gstrtspsrc.*: Fix method detection again. Original commit message from CVS: @@ -12599,7 +12624,7 @@ Wed Aug 22 15:01:29 2007 +0000 Wim Taymans Use segment values for Range, Speed and Scale headers. Parse Speed and Scale headers to update the segment values. -Wed Aug 22 08:22:50 2007 +0000 Mark Nauwelaerts +2007-08-22 08:22:50 +0000 Mark Nauwelaerts sys/v4l2/v4l2src_calls.c: Handle optional v4l2 ioctls gracefully. Original commit message from CVS: @@ -12607,7 +12632,7 @@ Wed Aug 22 08:22:50 2007 +0000 Mark Nauwelaerts * sys/v4l2/v4l2src_calls.c: Handle optional v4l2 ioctls gracefully. -Mon Aug 20 16:52:03 2007 +0000 Wim Taymans +2007-08-20 16:52:03 +0000 Wim Taymans gst/rtp/: Added an H263 depayloader. Fixes #369392. Original commit message from CVS: @@ -12630,7 +12655,7 @@ Mon Aug 20 16:52:03 2007 +0000 Wim Taymans payloads. Also alow plain H263 on the h263p payloaders. Fixes #465040. -Sun Aug 19 19:16:33 2007 +0000 Sebastian Dröge +2007-08-19 19:16:33 +0000 Sebastian Dröge gst/filter/: Add small comparision with the chebyshev filters in the docs. Original commit message from CVS: @@ -12638,7 +12663,7 @@ Sun Aug 19 19:16:33 2007 +0000 Sebastian Dröge * gst/filter/gstlpwsinc.c: Add small comparision with the chebyshev filters in the docs. -Sun Aug 19 19:11:04 2007 +0000 Sebastian Dröge +2007-08-19 19:11:04 +0000 Sebastian Dröge gst/audiofx/: Add small comparision with the windowed sinc filters in the docs. Original commit message from CVS: @@ -12646,7 +12671,7 @@ Sun Aug 19 19:11:04 2007 +0000 Sebastian Dröge * gst/audiofx/audiochebyshevfreqlimit.c: Add small comparision with the windowed sinc filters in the docs. -Sun Aug 19 19:01:45 2007 +0000 Sebastian Dröge +2007-08-19 19:01:45 +0000 Sebastian Dröge tests/check/elements/: Also test everything in 32 bit float mode. Original commit message from CVS: @@ -12656,7 +12681,7 @@ Sun Aug 19 19:01:45 2007 +0000 Sebastian Dröge (lpwsinc_suite): Also test everything in 32 bit float mode. -Sun Aug 19 18:47:19 2007 +0000 Sebastian Dröge +2007-08-19 18:47:19 +0000 Sebastian Dröge tests/check/elements/: Also test 32 bit float mode and the type 2 variants of the filters. Original commit message from CVS: @@ -12666,7 +12691,7 @@ Sun Aug 19 18:47:19 2007 +0000 Sebastian Dröge (audiochebyshevfreqlimit_suite): Also test 32 bit float mode and the type 2 variants of the filters. -Sat Aug 18 19:44:55 2007 +0000 Wim Taymans +2007-08-18 19:44:55 +0000 Wim Taymans gst/rtsp/gstrtspsrc.c: Refactor the udp and interleaved loop function a bit. Original commit message from CVS: @@ -12675,7 +12700,7 @@ Sat Aug 18 19:44:55 2007 +0000 Wim Taymans (gst_rtspsrc_loop): Refactor the udp and interleaved loop function a bit. -Fri Aug 17 17:08:11 2007 +0000 Wim Taymans +2007-08-17 17:08:11 +0000 Wim Taymans gst/rtsp/gstrtspsrc.*: Protect connection activity with a new lock, avoids deadlocks when going to PAUSED. Fixes #455... Original commit message from CVS: @@ -12689,21 +12714,21 @@ Fri Aug 17 17:08:11 2007 +0000 Wim Taymans Protect connection activity with a new lock, avoids deadlocks when going to PAUSED. Fixes #455808. -Fri Aug 17 15:30:39 2007 +0000 Wim Taymans +2007-08-17 15:30:39 +0000 Wim Taymans gst/debug/rndbuffersize.c: Fix debug statement. Original commit message from CVS: * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix debug statement. -Fri Aug 17 15:28:40 2007 +0000 Wim Taymans +2007-08-17 15:28:40 +0000 Wim Taymans gst/rtsp/gstrtspsrc.c: Fix stray %u in debug line as spotted by Saur on IRC. Original commit message from CVS: * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos): Fix stray %u in debug line as spotted by Saur on IRC. -Fri Aug 17 15:05:17 2007 +0000 Sebastian Dröge +2007-08-17 15:05:17 +0000 Sebastian Dröge Use generator macros for the process functions for the different sample types, add lower upper boundaries for the GOb... Original commit message from CVS: @@ -12726,7 +12751,7 @@ Fri Aug 17 15:05:17 2007 +0000 Sebastian Dröge * docs/plugins/inspect/plugin-gstrtpmanager.xml: Regenerated for the above changes. -Fri Aug 17 14:43:33 2007 +0000 Sebastian Dröge +2007-08-17 14:43:33 +0000 Sebastian Dröge gst/audiofx/: Use generator macros for the process functions for the different sample types, add lower upper boundari... Original commit message from CVS: @@ -12742,7 +12767,7 @@ Fri Aug 17 14:43:33 2007 +0000 Sebastian Dröge * docs/plugins/gst-plugins-good-plugins.args: Regenerated for the property changes. -Fri Aug 17 14:15:19 2007 +0000 Wim Taymans +2007-08-17 14:15:19 +0000 Wim Taymans gst/rtsp/gstrtspsrc.*: Improve timeout handling. Original commit message from CVS: @@ -12765,7 +12790,7 @@ Fri Aug 17 14:15:19 2007 +0000 Wim Taymans Improve range parsing and handling. Remove flushing hack now that core does the right thing. -Fri Aug 17 13:59:15 2007 +0000 Wim Taymans +2007-08-17 13:59:15 +0000 Wim Taymans gst/udp/gstmultiudpsink.*: Add support for getting and setting the socket to use. Original commit message from CVS: @@ -12779,7 +12804,7 @@ Fri Aug 17 13:59:15 2007 +0000 Wim Taymans (gst_udpsrc_create), (gst_udpsrc_get_property): Add support for getting the currently used socket. -Thu Aug 16 19:22:48 2007 +0000 Sebastian Dröge +2007-08-16 19:22:48 +0000 Sebastian Dröge gst/filter/gstbpwsinc.*: Implement latency query and only forward those samples downstream that actually contain the ... Original commit message from CVS: @@ -12798,7 +12823,7 @@ Thu Aug 16 19:22:48 2007 +0000 Sebastian Dröge * gst/filter/gstlpwsinc.c: (lpwsinc_build_kernel): Reset residue length only when actually creating a residue. -Thu Aug 16 17:02:07 2007 +0000 Sebastian Dröge +2007-08-16 17:02:07 +0000 Sebastian Dröge gst/audiofx/: Add Chebyshev lowpass/highpass and bandpass/bandreject elements. Original commit message from CVS: @@ -12860,7 +12885,7 @@ Thu Aug 16 17:02:07 2007 +0000 Sebastian Dröge And add docs for the chebyshev filters. While doing that also run make update in docs/plugins. -Thu Aug 16 12:15:06 2007 +0000 Stefan Kost +2007-08-16 12:15:06 +0000 Stefan Kost Make ro memory to share. Original commit message from CVS: @@ -12868,7 +12893,7 @@ Thu Aug 16 12:15:06 2007 +0000 Stefan Kost * gst/rtp/gstrtpvorbispay.c: Make ro memory to share. -Thu Aug 16 11:49:01 2007 +0000 Wim Taymans +2007-08-16 11:49:01 +0000 Wim Taymans gst/udp/gstudpsrc.c: Improve UDP performance by avoiding a select() when we have data available immediatly. Original commit message from CVS: @@ -12876,7 +12901,7 @@ Thu Aug 16 11:49:01 2007 +0000 Wim Taymans Improve UDP performance by avoiding a select() when we have data available immediatly. -Thu Aug 16 11:47:19 2007 +0000 Wim Taymans +2007-08-16 11:47:19 +0000 Wim Taymans gst/rtsp/gstrtpdec.*: Add (dummy) SSRC management signals. Original commit message from CVS: @@ -12899,7 +12924,7 @@ Thu Aug 16 11:47:19 2007 +0000 Wim Taymans Returns SUCCESS from the state change function as we hide our async elements from the parent. -Thu Aug 16 09:48:27 2007 +0000 Sebastian Dröge +2007-08-16 09:48:27 +0000 Sebastian Dröge gst/filter/gstlpwsinc.*: Implement latency query and only forward those samples downstream that actually contain the ... Original commit message from CVS: @@ -12916,14 +12941,14 @@ Thu Aug 16 09:48:27 2007 +0000 Sebastian Dröge * tests/check/elements/lpwsinc.c: (GST_START_TEST): Adjust the unit test for this slightly changed behaviour. -Thu Aug 16 07:40:48 2007 +0000 Stefan Kost +2007-08-16 07:40:48 +0000 Stefan Kost gst/debug/rndbuffersize.c: Fix da leak. Original commit message from CVS: * gst/debug/rndbuffersize.c: Fix da leak. -Tue Aug 14 13:50:43 2007 +0000 Stefan Kost +2007-08-14 13:50:43 +0000 Stefan Kost gst/debug/: Add new test element and clean-up the others a little. Original commit message from CVS: @@ -12936,7 +12961,7 @@ Tue Aug 14 13:50:43 2007 +0000 Stefan Kost * gst/debug/testplugin.c: Add new test element and clean-up the others a little. -Mon Aug 13 13:50:39 2007 +0000 Sebastian Dröge +2007-08-13 13:50:39 +0000 Sebastian Dröge Add docs for lpwsinc and bpwsinc and integrate them into the build system. While doing that also update all other doc... Original commit message from CVS: @@ -12977,14 +13002,14 @@ Mon Aug 13 13:50:39 2007 +0000 Sebastian Dröge into the build system. While doing that also update all other docs via make update in docs/plugins. -Sun Aug 12 20:55:01 2007 +0000 Sebastian Dröge +2007-08-12 20:55:01 +0000 Sebastian Dröge tests/check/elements/bpwsinc.c: Make one test constraint a bit stricter. Original commit message from CVS: * tests/check/elements/bpwsinc.c: (GST_START_TEST): Make one test constraint a bit stricter. -Sun Aug 12 20:53:11 2007 +0000 Sebastian Dröge +2007-08-12 20:53:11 +0000 Sebastian Dröge tests/check/: Add unit tests for bpwsinc, testing fundamental functionality again. Original commit message from CVS: @@ -12994,7 +13019,7 @@ Sun Aug 12 20:53:11 2007 +0000 Sebastian Dröge (cleanup_bpwsinc), (GST_START_TEST), (bpwsinc_suite), (main): Add unit tests for bpwsinc, testing fundamental functionality again. -Sun Aug 12 20:19:37 2007 +0000 Sebastian Dröge +2007-08-12 20:19:37 +0000 Sebastian Dröge tests/check/: Add unit tests for lpwsinc, testing fundamental functionality. Original commit message from CVS: @@ -13004,7 +13029,7 @@ Sun Aug 12 20:19:37 2007 +0000 Sebastian Dröge (cleanup_lpwsinc), (GST_START_TEST), (lpwsinc_suite), (main): Add unit tests for lpwsinc, testing fundamental functionality. -Sun Aug 12 15:41:57 2007 +0000 Sebastian Dröge +2007-08-12 15:41:57 +0000 Sebastian Dröge gst/filter/: Improve debugging a bit. Original commit message from CVS: @@ -13012,14 +13037,14 @@ Sun Aug 12 15:41:57 2007 +0000 Sebastian Dröge * gst/filter/gstlpwsinc.c: (lpwsinc_build_kernel): Improve debugging a bit. -Sun Aug 12 14:35:41 2007 +0000 Wim Taymans +2007-08-12 14:35:41 +0000 Wim Taymans gst/qtdemux/qtdemux.c: Fix parsing of mp4a version 0 atoms. Fixes #465774. Original commit message from CVS: * gst/qtdemux/qtdemux.c: (qtdemux_parse_node): Fix parsing of mp4a version 0 atoms. Fixes #465774. -Sun Aug 12 12:46:20 2007 +0000 Sebastian Dröge +2007-08-12 12:46:20 +0000 Sebastian Dröge gst/filter/: Reset the residue in BaseTransform::start to get a clean residue on stream changes. Original commit message from CVS: @@ -13030,7 +13055,7 @@ Sun Aug 12 12:46:20 2007 +0000 Sebastian Dröge Reset the residue in BaseTransform::start to get a clean residue on stream changes. -Sat Aug 11 15:58:30 2007 +0000 Sebastian Dröge +2007-08-11 15:58:30 +0000 Sebastian Dröge gst/filter/: Fix processing with buffer sizes that are larger than the filter kernel size. Original commit message from CVS: @@ -13039,14 +13064,14 @@ Sat Aug 11 15:58:30 2007 +0000 Sebastian Dröge Fix processing with buffer sizes that are larger than the filter kernel size. -Fri Aug 10 17:08:01 2007 +0000 Stefan Kost +2007-08-10 17:08:01 +0000 Stefan Kost gst/rtp/gstrtpilbcdepay.c: Include stdlib. Original commit message from CVS: * gst/rtp/gstrtpilbcdepay.c: Include stdlib. -Fri Aug 10 16:10:47 2007 +0000 Wim Taymans +2007-08-10 16:10:47 +0000 Wim Taymans gst/rtp/gstrtpmpvdepay.c: Set the mpegversion in the caps so that autoplugging does not get confused. Original commit message from CVS: @@ -13054,7 +13079,7 @@ Fri Aug 10 16:10:47 2007 +0000 Wim Taymans Set the mpegversion in the caps so that autoplugging does not get confused. -Fri Aug 10 05:51:40 2007 +0000 Sebastian Dröge +2007-08-10 05:51:40 +0000 Sebastian Dröge gst/filter/gstbpwsinc.c: Fix a segfault with more than one channel and don't rebuild the kernel & residue with every ... Original commit message from CVS: @@ -13062,7 +13087,7 @@ Fri Aug 10 05:51:40 2007 +0000 Sebastian Dröge Fix a segfault with more than one channel and don't rebuild the kernel & residue with every buffer. -Fri Aug 10 05:35:25 2007 +0000 Sebastian Dröge +2007-08-10 05:35:25 +0000 Sebastian Dröge gst/filter/gstbpwsinc.*: Add support for a bandreject mode and allow specifying the window function that should be used. Original commit message from CVS: @@ -13076,7 +13101,7 @@ Fri Aug 10 05:35:25 2007 +0000 Sebastian Dröge * gst/filter/gstlpwsinc.c: And another small formatting fix. -Fri Aug 10 05:20:06 2007 +0000 Sebastian Dröge +2007-08-10 05:20:06 +0000 Sebastian Dröge gst/filter/gstbpwsinc.*: Apply the same changes to the bandpass filter: Original commit message from CVS: @@ -13101,7 +13126,7 @@ Fri Aug 10 05:20:06 2007 +0000 Sebastian Dröge * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init): Small formatting fix. -Fri Aug 10 04:44:43 2007 +0000 Sebastian Dröge +2007-08-10 04:44:43 +0000 Sebastian Dröge gst/filter/gstlpwsinc.*: Specify the actual filter length instead of a weird 2N+1. Setting the property will round to... Original commit message from CVS: @@ -13114,7 +13139,7 @@ Fri Aug 10 04:44:43 2007 +0000 Sebastian Dröge 2N+1. Setting the property will round to the next odd number. Also remove now obsolete FIXMEs. -Fri Aug 10 04:32:47 2007 +0000 Sebastian Dröge +2007-08-10 04:32:47 +0000 Sebastian Dröge gst/filter/gstlpwsinc.*: Allow choosing between hamming and blackman window. The blackman window provides a better st... Original commit message from CVS: @@ -13127,7 +13152,7 @@ Fri Aug 10 04:32:47 2007 +0000 Sebastian Dröge window provides a better stopband attenuation but a bit slower rolloff. -Fri Aug 10 04:21:39 2007 +0000 Sebastian Dröge +2007-08-10 04:21:39 +0000 Sebastian Dröge gst/filter/gstlpwsinc.*: Add a highpass mode. Original commit message from CVS: @@ -13138,7 +13163,7 @@ Fri Aug 10 04:21:39 2007 +0000 Sebastian Dröge * gst/filter/gstlpwsinc.h: Add a highpass mode. -Fri Aug 10 04:06:53 2007 +0000 Sebastian Dröge +2007-08-10 04:06:53 +0000 Sebastian Dröge gst/filter/gstlpwsinc.c: Fix processing if the input has more than one channel. Original commit message from CVS: @@ -13146,7 +13171,7 @@ Fri Aug 10 04:06:53 2007 +0000 Sebastian Dröge (lpwsinc_build_kernel): Fix processing if the input has more than one channel. -Thu Aug 9 19:23:33 2007 +0000 Sebastian Dröge +2007-08-09 19:23:33 +0000 Sebastian Dröge gst/filter/gstbpwsinc.c: "this" is a C++ keyword, use "self" instead. Original commit message from CVS: @@ -13158,7 +13183,7 @@ Thu Aug 9 19:23:33 2007 +0000 Sebastian Dröge * gst/filter/gstlpwsinc.c: Add FIXMEs and a new TODO. -Thu Aug 9 18:08:05 2007 +0000 Sebastian Dröge +2007-08-09 18:08:05 +0000 Sebastian Dröge gst/filter/gstlpwsinc.*: Add double support, replace "this" with "self" as the former is a C++ keyword. Original commit message from CVS: @@ -13180,7 +13205,7 @@ Thu Aug 9 18:08:05 2007 +0000 Sebastian Dröge as the convolution is done out of place anyway. Should be done in place later. -Thu Aug 9 10:54:05 2007 +0000 Thomas Vander Stichele +2007-08-09 10:54:05 +0000 Thomas Vander Stichele po/: Updated translations. Original commit message from CVS: @@ -13189,7 +13214,7 @@ Thu Aug 9 10:54:05 2007 +0000 Thomas Vander Stichele * po/vi.po: Updated translations. -Wed Aug 8 20:47:33 2007 +0000 Sebastian Dröge +2007-08-08 20:47:33 +0000 Sebastian Dröge gst/filter/: Use GstAudioFilter as base class and don't leak the memory of the filter kernel and residue. Original commit message from CVS: @@ -13205,14 +13230,14 @@ Wed Aug 8 20:47:33 2007 +0000 Sebastian Dröge Use GstAudioFilter as base class and don't leak the memory of the filter kernel and residue. -Wed Aug 8 17:47:05 2007 +0000 Michael Smith +2007-08-08 17:47:05 +0000 Michael Smith gst/videobox/gstvideobox.c: Render right border in the correct location. Original commit message from CVS: * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420): Render right border in the correct location. -Wed Aug 8 10:54:50 2007 +0000 Olivier Crete +2007-08-08 10:54:50 +0000 Olivier Crete gst/rtp/: Make mode property a string. Fixes #464475. Original commit message from CVS: @@ -13221,14 +13246,14 @@ Wed Aug 8 10:54:50 2007 +0000 Olivier Crete * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps): Make mode property a string. Fixes #464475. -Sun Aug 5 14:58:20 2007 +0000 Stefan Kost +2007-08-05 14:58:20 +0000 Stefan Kost ext/flac/gstflacenc.c: Widen caps to match decoder a bit and add more FIXMEs. Original commit message from CVS: * ext/flac/gstflacenc.c: Widen caps to match decoder a bit and add more FIXMEs. -Sun Aug 5 14:53:36 2007 +0000 Mark Nauwelaerts +2007-08-05 14:53:36 +0000 Mark Nauwelaerts gst/avi/gstavimux.c: Fix ODML index tag numbering. Fixes #463624. Original commit message from CVS: @@ -13236,7 +13261,7 @@ Sun Aug 5 14:53:36 2007 +0000 Mark Nauwelaerts * gst/avi/gstavimux.c: Fix ODML index tag numbering. Fixes #463624. -Fri Aug 3 16:08:56 2007 +0000 Wim Taymans +2007-08-03 16:08:56 +0000 Wim Taymans gst/rtsp/gstrtspsrc.c: Fix default clock-rate for realmedia. Original commit message from CVS: @@ -13248,7 +13273,7 @@ Fri Aug 3 16:08:56 2007 +0000 Wim Taymans Fix parsing of transport. Don't try to link NULL pads. -Mon Jul 30 17:17:04 2007 +0000 Tim-Philipp Müller +2007-07-30 17:17:04 +0000 Tim-Philipp Müller po/POTFILES.skip: Add POTFILES.skip with list of source files that aren't disted at the moment but contain translatab... Original commit message from CVS: @@ -13258,14 +13283,14 @@ Mon Jul 30 17:17:04 2007 +0000 Tim-Philipp Müller broken tools and make it clearer that these files are left out intentionally (#461600). -Mon Jul 30 12:41:58 2007 +0000 Edward Hervey +2007-07-30 12:41:58 +0000 Edward Hervey gst/qtdemux/qtdemux.c: If the buffer was entirely clipped ... don't try sending it :) Original commit message from CVS: * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie): If the buffer was entirely clipped ... don't try sending it :) -Fri Jul 27 16:56:45 2007 +0000 Wim Taymans +2007-07-27 16:56:45 +0000 Wim Taymans gst/rtsp/gstrtspsrc.c: If we don't hav a session manager, set the caps on outgoing buffers ourselves. Original commit message from CVS: @@ -13279,7 +13304,7 @@ Fri Jul 27 16:56:45 2007 +0000 Wim Taymans Append final bit of the transport string even when it does not contain a placeholder. -Fri Jul 27 11:21:20 2007 +0000 Wim Taymans +2007-07-27 11:21:20 +0000 Wim Taymans gst/rtsp/: Clean up the interface list. Original commit message from CVS: @@ -13294,28 +13319,28 @@ Fri Jul 27 11:21:20 2007 +0000 Wim Taymans Free list on cleanup. Allow extensions to send additional RTSP messages. -Fri Jul 27 10:38:34 2007 +0000 Jan Schmidt +2007-07-27 10:38:34 +0000 Jan Schmidt ext/gconf/gconf.c: Handle a NULL gconf key gracefully by rendering the default element. Original commit message from CVS: * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default): Handle a NULL gconf key gracefully by rendering the default element. -Fri Jul 27 10:11:18 2007 +0000 Wim Taymans +2007-07-27 10:11:18 +0000 Wim Taymans gst/rtsp/gstrtspext.h: Fix include path for extension interface. Original commit message from CVS: * gst/rtsp/gstrtspext.h: Fix include path for extension interface. -Thu Jul 26 19:45:30 2007 +0000 Sebastian Dröge +2007-07-26 19:45:30 +0000 Sebastian Dröge gst/audiofx/audioamplify.h: Also remove a now unecessary variable here. Original commit message from CVS: * gst/audiofx/audioamplify.h: Also remove a now unecessary variable here. -Thu Jul 26 19:41:07 2007 +0000 Sebastian Dröge +2007-07-26 19:41:07 +0000 Sebastian Dröge gst/audiofx/: Don't save format information ourselves, this is already saved in Original commit message from CVS: @@ -13331,7 +13356,7 @@ Thu Jul 26 19:41:07 2007 +0000 Sebastian Dröge Don't save format information ourselves, this is already saved in GstAudioFilter. -Thu Jul 26 15:48:47 2007 +0000 Wim Taymans +2007-07-26 15:48:47 +0000 Wim Taymans gst/rtsp/: Use rank to filter out extensions. Original commit message from CVS: @@ -13342,7 +13367,7 @@ Thu Jul 26 15:48:47 2007 +0000 Wim Taymans Use rank to filter out extensions. Add url to stream_select interface call. -Wed Jul 25 18:50:08 2007 +0000 Wim Taymans +2007-07-25 18:50:08 +0000 Wim Taymans gst/rtsp/: Use shiny new RTSP and SDP library. Original commit message from CVS: @@ -13405,14 +13430,14 @@ Wed Jul 25 18:50:08 2007 +0000 Wim Taymans Implement RTSP extensions using the new interface. Remove a lot of old code. -Tue Jul 24 14:31:56 2007 +0000 Edward Hervey +2007-07-24 14:31:56 +0000 Edward Hervey gst/qtdemux/qtdemux.c: Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'. Original commit message from CVS: * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'. -Tue Jul 24 05:07:59 2007 +0000 Sebastian Dröge +2007-07-24 05:07:59 +0000 Sebastian Dröge ext/wavpack/gstwavpackdec.c: Don't unref the outgoing buffer twice when dropping it because it's outside of the segment. Original commit message from CVS: @@ -13420,7 +13445,7 @@ Tue Jul 24 05:07:59 2007 +0000 Sebastian Dröge Don't unref the outgoing buffer twice when dropping it because it's outside of the segment. -Tue Jul 24 04:57:20 2007 +0000 Sebastian Dröge +2007-07-24 04:57:20 +0000 Sebastian Dröge Use the new buffer clipping function from gstaudio here and require gst-plugins-base CVS. Original commit message from CVS: @@ -13432,7 +13457,7 @@ Tue Jul 24 04:57:20 2007 +0000 Sebastian Dröge * tests/check/elements/wavpackdec.c: (GST_START_TEST): For framed Wavpack buffers we require a valid timestamp. -Mon Jul 23 18:03:54 2007 +0000 Wim Taymans +2007-07-23 18:03:54 +0000 Wim Taymans gst/qtdemux/qtdemux.c: Clip raw audio and video when we can, keep track of current output segment. Original commit message from CVS: @@ -13444,14 +13469,14 @@ Mon Jul 23 18:03:54 2007 +0000 Wim Taymans Don't leak buffers and events when there is no output pad. Improve debugging here and there. -Mon Jul 23 09:02:07 2007 +0000 Stefan Kost +2007-07-23 09:02:07 +0000 Stefan Kost configure.ac: Sync liboil check with plugins-base. Original commit message from CVS: * configure.ac: Sync liboil check with plugins-base. -Fri Jul 20 11:37:37 2007 +0000 Stefan Kost +2007-07-20 11:37:37 +0000 Stefan Kost gst/equalizer/: Better algorith for the center frequencies. Subtract band filters from input for negative gains. Rewo... Original commit message from CVS: @@ -13470,7 +13495,7 @@ Fri Jul 20 11:37:37 2007 +0000 Stefan Kost Better algorith for the center frequencies. Subtract band filters from input for negative gains. Rework the gain mapping. -Fri Jul 20 07:41:58 2007 +0000 Stefan Kost +2007-07-20 07:41:58 +0000 Stefan Kost ext/annodex/Makefile.am: Fix CFLAGS/LIBS. Original commit message from CVS: @@ -13484,14 +13509,14 @@ Fri Jul 20 07:41:58 2007 +0000 Stefan Kost * tests/examples/level/Makefile.am: Use $(LIBM) instead of -lm -Wed Jul 18 11:55:13 2007 +0000 Stefan Kost +2007-07-18 11:55:13 +0000 Stefan Kost sys/v4l2/gstv4l2src.c: Add another example pipeline. Original commit message from CVS: * sys/v4l2/gstv4l2src.c: Add another example pipeline. -Wed Jul 18 11:42:33 2007 +0000 Alexander Eichner +2007-07-18 11:42:33 +0000 Alexander Eichner sys/v4l2/gstv4l2src.c: Use define here. Original commit message from CVS: @@ -13506,14 +13531,14 @@ Wed Jul 18 11:42:33 2007 +0000 Alexander Eichner * sys/v4l2/v4l2src_calls.h: Improve fallback format negotionation. Fixes #451388 -Wed Jul 18 10:33:39 2007 +0000 Stefan Kost +2007-07-18 10:33:39 +0000 Stefan Kost tests/check/elements/videocrop.c: Fix the test. Original commit message from CVS: * tests/check/elements/videocrop.c: (GST_START_TEST): Fix the test. -Wed Jul 18 09:21:23 2007 +0000 Stefan Kost +2007-07-18 09:21:23 +0000 Stefan Kost More docs. More logs in pngdec. Original commit message from CVS: @@ -13527,14 +13552,14 @@ Wed Jul 18 09:21:23 2007 +0000 Stefan Kost (gst_pngdec_sink_setcaps): More docs. More logs in pngdec. -Wed Jul 18 07:51:11 2007 +0000 Stefan Kost +2007-07-18 07:51:11 +0000 Stefan Kost gst/multifile/gstmultifilesrc.c: Add example to the docs. Fix buffer-offset-end and add some debug. Original commit message from CVS: * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create): Add example to the docs. Fix buffer-offset-end and add some debug. -Wed Jul 18 07:35:32 2007 +0000 Stefan Kost +2007-07-18 07:35:32 +0000 Stefan Kost Add stdlib include (free, atoi, exit). Original commit message from CVS: @@ -13551,7 +13576,7 @@ Wed Jul 18 07:35:32 2007 +0000 Stefan Kost * sys/dvb/gstdvbsrc.c: Add stdlib include (free, atoi, exit). -Tue Jul 17 11:35:29 2007 +0000 Stefan Kost +2007-07-17 11:35:29 +0000 Stefan Kost sys/v4l2/gstv4l2src.c: Initialize num_buffers with minimum value. Original commit message from CVS: @@ -13561,7 +13586,7 @@ Tue Jul 17 11:35:29 2007 +0000 Stefan Kost (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame): Handle frame-size query failure gracefully. -Mon Jul 16 12:11:36 2007 +0000 Wim Taymans +2007-07-16 12:11:36 +0000 Wim Taymans gst/qtdemux/qtdemux.c: Fix parsing of esds atoms inside mp4a atoms so that we can set correct codec_info for AAC audi... Original commit message from CVS: @@ -13570,7 +13595,7 @@ Mon Jul 16 12:11:36 2007 +0000 Wim Taymans codec_info for AAC audio. Fixes #457097 along with a whole other bunch of qt/aac files. -Mon Jul 16 09:16:03 2007 +0000 Sebastian Dröge +2007-07-16 09:16:03 +0000 Sebastian Dröge ext/wavpack/gstwavpackdec.c: Fix buffer clipping to correctly clip to the segment stop. Original commit message from CVS: @@ -13578,7 +13603,7 @@ Mon Jul 16 09:16:03 2007 +0000 Sebastian Dröge (gst_wavpack_dec_clip_outgoing_buffer): Fix buffer clipping to correctly clip to the segment stop. -Fri Jul 13 16:31:27 2007 +0000 Jan Schmidt +2007-07-13 16:31:27 +0000 Jan Schmidt Remove bogus check for libcheck, since we check for gstreamer-check and it pulls in the required info from there, and... Original commit message from CVS: @@ -13589,14 +13614,14 @@ Fri Jul 13 16:31:27 2007 +0000 Jan Schmidt and we weren't actually _using_ the information for libcheck ourselves anyway. -Thu Jul 12 11:21:01 2007 +0000 Stefan Kost +2007-07-12 11:21:01 +0000 Stefan Kost configure.ac: Use pkg-config to locate check. Original commit message from CVS: * configure.ac: Use pkg-config to locate check. -Wed Jul 11 23:43:25 2007 +0000 Tim-Philipp Müller +2007-07-11 23:43:25 +0000 Tim-Philipp Müller gst/: Fix build against core CVS. Original commit message from CVS: @@ -13604,7 +13629,7 @@ Wed Jul 11 23:43:25 2007 +0000 Tim-Philipp Müller * gst/vmnc/vmncdec.c: (vmnc_make_buffer): Fix build against core CVS. -Wed Jul 11 22:31:06 2007 +0000 Tim-Philipp Müller +2007-07-11 22:31:06 +0000 Tim-Philipp Müller Fix build against core CVS. Original commit message from CVS: @@ -13628,7 +13653,7 @@ Wed Jul 11 22:31:06 2007 +0000 Tim-Philipp Müller * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform): Fix build against core CVS. -Tue Jul 10 10:16:38 2007 +0000 Edward Hervey +2007-07-10 10:16:38 +0000 Edward Hervey gst/id3demux/gstid3demux.c: Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We don't have enough gra... Original commit message from CVS: @@ -13637,7 +13662,7 @@ Tue Jul 10 10:16:38 2007 +0000 Edward Hervey don't have enough granularity to convert that boolean into a GstFlowReturn. -Fri Jul 6 15:00:47 2007 +0000 Michael Smith +2007-07-06 15:00:47 +0000 Michael Smith gst/law/: Fix capsnego bogosity in *law decoders. Original commit message from CVS: @@ -13651,7 +13676,7 @@ Fri Jul 6 15:00:47 2007 +0000 Michael Smith * gst/law/mulaw-decode.h: Fix capsnego bogosity in *law decoders. -Fri Jul 6 14:35:59 2007 +0000 Michael Smith +2007-07-06 14:35:59 +0000 Michael Smith ext/jpeg/gstsmokeenc.*: Remove stupidity in get/set caps functions. Original commit message from CVS: @@ -13662,7 +13687,7 @@ Fri Jul 6 14:35:59 2007 +0000 Michael Smith Remove stupidity in get/set caps functions. Fix some refcounting problems. -Fri Jul 6 11:42:53 2007 +0000 Jan Schmidt +2007-07-06 11:42:53 +0000 Jan Schmidt ext/libpng/gstpngdec.c: Remove endianness-flipping hack that seems to have been required only because of a bug in ffm... Original commit message from CVS: @@ -13671,14 +13696,14 @@ Fri Jul 6 11:42:53 2007 +0000 Jan Schmidt only because of a bug in ffmpegcolorspace. Partially Fixes: #451908 -Thu Jul 5 08:44:11 2007 +0000 Stefan Kost +2007-07-05 08:44:11 +0000 Stefan Kost docs/plugins/Makefile.am: Simplify --extra-dir as gtkdoc scans recursively. Original commit message from CVS: * docs/plugins/Makefile.am: Simplify --extra-dir as gtkdoc scans recursively. -Tue Jul 3 09:59:46 2007 +0000 Tommi Myöhänen +2007-07-03 09:59:46 +0000 Tommi Myöhänen gst/rtp/gstrtpilbcpay.c: Set the encoding-name in the rtp caps to all uppercase, as required by the caps spec. Original commit message from CVS: @@ -13688,7 +13713,7 @@ Tue Jul 3 09:59:46 2007 +0000 Tommi Myöhänen the caps spec. Some small cleanups in the error paths. Fixes #453037. -Tue Jul 3 08:01:18 2007 +0000 Stefan Kost +2007-07-03 08:01:18 +0000 Stefan Kost gst/multifile/: Add .h files to be able to add it to the docs. Original commit message from CVS: @@ -13700,14 +13725,14 @@ Tue Jul 3 08:01:18 2007 +0000 Stefan Kost * gst/multifile/gstmultifilesrc.h: Add .h files to be able to add it to the docs. -Tue Jul 3 07:16:26 2007 +0000 Stefan Kost +2007-07-03 07:16:26 +0000 Stefan Kost gst/replaygain/gstrgvolume.h: Fix GObject macros. Original commit message from CVS: * gst/replaygain/gstrgvolume.h: Fix GObject macros. -Thu Jun 28 19:00:43 2007 +0000 Sebastian Dröge +2007-06-28 19:00:43 +0000 Sebastian Dröge ext/wavpack/gstwavpackparse.*: Use a GSList for the GArray that is used like a list anyway. Original commit message from CVS: @@ -13719,7 +13744,7 @@ Thu Jun 28 19:00:43 2007 +0000 Sebastian Dröge * ext/wavpack/gstwavpackparse.h: Use a GSList for the GArray that is used like a list anyway. -Thu Jun 28 13:25:05 2007 +0000 Tim-Philipp Müller +2007-06-28 13:25:05 +0000 Tim-Philipp Müller ext/gdk_pixbuf/gstgdkpixbuf.c: Add state change function where we set 0/1 as default framerate in case our setcaps fu... Original commit message from CVS: @@ -13734,14 +13759,14 @@ Thu Jun 28 13:25:05 2007 +0000 Tim-Philipp Müller called from our sink event handler (+1 for flow returns for event functions in 0.11) instead of failing silently. -Wed Jun 27 11:36:24 2007 +0000 Wim Taymans +2007-06-27 11:36:24 +0000 Wim Taymans gst/rtsp/gstrtspsrc.c: Cast stack args to the proper types. Fixes #451249. Original commit message from CVS: * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps): Cast stack args to the proper types. Fixes #451249. -Wed Jun 27 11:04:47 2007 +0000 Wim Taymans +2007-06-27 11:04:47 +0000 Wim Taymans gst/rtsp/gstrtspsrc.*: For container formats we only need to activate one of the streams so that we correctly signal ... Original commit message from CVS: @@ -13751,7 +13776,7 @@ Wed Jun 27 11:04:47 2007 +0000 Wim Taymans For container formats we only need to activate one of the streams so that we correctly signal no-more-pads. Fixes #451015. -Mon Jun 25 12:46:08 2007 +0000 Stefan Kost +2007-06-25 12:46:08 +0000 Stefan Kost docs/plugins/: Update docs with caps info. Original commit message from CVS: @@ -13808,14 +13833,14 @@ Mon Jun 25 12:46:08 2007 +0000 Stefan Kost * docs/plugins/inspect/plugin-ximagesrc.xml: Update docs with caps info. -Mon Jun 25 12:13:09 2007 +0000 Tim-Philipp Müller +2007-06-25 12:13:09 +0000 Tim-Philipp Müller po/POTFILES.in: Add more files with translatable strings (#450878). Original commit message from CVS: * po/POTFILES.in: Add more files with translatable strings (#450878). -Fri Jun 22 20:23:18 2007 +0000 Jens Granseuer +2007-06-22 20:23:18 +0000 Jens Granseuer gst/: Build fixes for gcc-2.9x (no mid-block variable declarations etc.). Original commit message from CVS: @@ -13832,14 +13857,14 @@ Fri Jun 22 20:23:18 2007 +0000 Jens Granseuer Build fixes for gcc-2.9x (no mid-block variable declarations etc.). Fixes #450185. -Fri Jun 22 14:26:36 2007 +0000 Jan Schmidt +2007-06-22 14:26:36 +0000 Jan Schmidt MAINTAINERS: Updating all the maintainers files Original commit message from CVS: * MAINTAINERS: Updating all the maintainers files -Fri Jun 22 10:12:15 2007 +0000 Edward Hervey +2007-06-22 10:12:15 +0000 Edward Hervey Fix memory leaks. Original commit message from CVS: @@ -13853,7 +13878,7 @@ Fri Jun 22 10:12:15 2007 +0000 Edward Hervey * tests/check/elements/id3demux.c: (pad_added_cb): Remove unused variable. -Thu Jun 21 10:48:10 2007 +0000 Damien Carbery +2007-06-21 10:48:10 +0000 Damien Carbery ext/gconf/gconf.h: Make the prototype of gst_gconf_get_key_for_sink_profile match the implementation. Original commit message from CVS: @@ -13863,21 +13888,21 @@ Thu Jun 21 10:48:10 2007 +0000 Damien Carbery Patch by: Damien Carbery Fixes: #449747 -Wed Jun 20 12:56:12 2007 +0000 Michael Smith +2007-06-20 12:56:12 +0000 Michael Smith gst/rtp/gstrtpdepay.c: Fix description - rtpdepay is not a payloader. Original commit message from CVS: * gst/rtp/gstrtpdepay.c: Fix description - rtpdepay is not a payloader. -Wed Jun 20 10:15:00 2007 +0000 Stefan Kost +2007-06-20 10:15:00 +0000 Stefan Kost gst/equalizer/gstiirequalizer.c: Document parameter mapping. Original commit message from CVS: * gst/equalizer/gstiirequalizer.c: Document parameter mapping. -Wed Jun 20 08:56:17 2007 +0000 Stefan Kost +2007-06-20 08:56:17 +0000 Stefan Kost gst/spectrum/gstspectrum.c: Fix leaking buffers. Original commit message from CVS: @@ -13889,7 +13914,7 @@ Wed Jun 20 08:56:17 2007 +0000 Stefan Kost (cleanup_spectrum), (GST_START_TEST), (spectrum_suite), (main): Add simple test for spectrum element. -Wed Jun 20 08:26:21 2007 +0000 Stefan Kost +2007-06-20 08:26:21 +0000 Stefan Kost gst/qtdemux/: Add MJPG to the variants of motion jpeg. Original commit message from CVS: @@ -13898,7 +13923,7 @@ Wed Jun 20 08:26:21 2007 +0000 Stefan Kost * gst/qtdemux/qtdemux_fourcc.h: Add MJPG to the variants of motion jpeg. -Tue Jun 19 16:40:40 2007 +0000 Tim-Philipp Müller +2007-06-19 16:40:40 +0000 Tim-Philipp Müller tests/check/: Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the error flags are included and it errors... Original commit message from CVS: @@ -13912,7 +13937,7 @@ Tue Jun 19 16:40:40 2007 +0000 Tim-Philipp Müller error flags are included and it errors out on compiler warnings for CVS builds; remove unused variables in various unit tests. -Tue Jun 19 14:48:03 2007 +0000 Wim Taymans +2007-06-19 14:48:03 +0000 Wim Taymans gst/rtsp/rtspconnection.c: Use threadsafe inet_ntop to convert an ip number to a string. Original commit message from CVS: @@ -13923,7 +13948,7 @@ Tue Jun 19 14:48:03 2007 +0000 Wim Taymans Don't leak fd (and ip) when freeing a connection without first closing it. -Tue Jun 19 14:11:49 2007 +0000 Christian Schaller +2007-06-19 14:11:49 +0000 Christian Schaller * gst/qtdemux/LEGAL: add 'LEGAL' file describing why this is in -good and under what circumstances it might need to move. @@ -13931,7 +13956,7 @@ Tue Jun 19 14:11:49 2007 +0000 Christian Schaller add 'LEGAL' file describing why this is in -good and under what circumstances it might need to move. -Tue Jun 19 10:41:49 2007 +0000 Jan Schmidt +2007-06-19 10:41:49 +0000 Jan Schmidt configure.ac: Back to CVS Original commit message from CVS: @@ -13940,7 +13965,7 @@ Tue Jun 19 10:41:49 2007 +0000 Jan Schmidt * gst-plugins-good.doap: Add 0.10.6 to the doap file. -Tue Jun 19 10:24:55 2007 +0000 Jan Schmidt +2007-06-19 10:24:55 +0000 Jan Schmidt * ChangeLog: * NEWS: @@ -14005,7 +14030,7 @@ Tue Jun 19 10:24:55 2007 +0000 Jan Schmidt Original commit message from CVS: Release 0.10.6 -Mon Jun 18 17:53:20 2007 +0000 Jan Schmidt +2007-06-18 17:53:20 +0000 Jan Schmidt * po/af.po: * po/az.po: @@ -14026,7 +14051,7 @@ Mon Jun 18 17:53:20 2007 +0000 Jan Schmidt Original commit message from CVS: Update .po files -Sun Jun 17 12:35:03 2007 +0000 Tim-Philipp Müller +2007-06-17 12:35:03 +0000 Tim-Philipp Müller gst/rtsp/rtspconnection.c: Revert previous commit again, since we are frozen (sorry). Original commit message from CVS: @@ -14034,7 +14059,7 @@ Sun Jun 17 12:35:03 2007 +0000 Tim-Philipp Müller (rtsp_connection_free): Revert previous commit again, since we are frozen (sorry). -Sun Jun 17 12:24:58 2007 +0000 Peter Kjellerstedt +2007-06-17 12:24:58 +0000 Peter Kjellerstedt gst/rtsp/rtspconnection.c: inet_ntoa() uses a static buffer internally, so we need to copy the returned string if we ... Original commit message from CVS: @@ -14044,7 +14069,7 @@ Sun Jun 17 12:24:58 2007 +0000 Peter Kjellerstedt inet_ntoa() uses a static buffer internally, so we need to copy the returned string if we want to store it for later (#447961). -Fri Jun 15 09:13:55 2007 +0000 Jan Schmidt +2007-06-15 09:13:55 +0000 Jan Schmidt win32/vs6/: Mark *.dsp & *.dsw as binary files and convert to DOS line endings, as they don't load into VS6 correctly... Original commit message from CVS: @@ -14091,7 +14116,7 @@ Fri Jun 15 09:13:55 2007 +0000 Jan Schmidt Mark *.dsp & *.dsw as binary files and convert to DOS line endings, as they don't load into VS6 correctly otherwise. -Fri Jun 15 08:32:52 2007 +0000 Vincent Torri +2007-06-15 08:32:52 +0000 Vincent Torri gst/rtsp/rtspconnection.c: Fix the MingW build. Original commit message from CVS: @@ -14101,7 +14126,7 @@ Fri Jun 15 08:32:52 2007 +0000 Vincent Torri Patch By: Vincent Torri Fixes: #446981 -Thu Jun 14 14:03:41 2007 +0000 Jan Schmidt +2007-06-14 14:03:41 +0000 Jan Schmidt tests/: Hush the buildbots up Original commit message from CVS: @@ -14109,7 +14134,7 @@ Thu Jun 14 14:03:41 2007 +0000 Jan Schmidt * tests/icles/.cvsignore: Hush the buildbots up -Thu Jun 14 12:14:24 2007 +0000 Jan Schmidt +2007-06-14 12:14:24 +0000 Jan Schmidt Make sure to dist everything needed for win32 builds. Original commit message from CVS: @@ -14120,7 +14145,7 @@ Thu Jun 14 12:14:24 2007 +0000 Jan Schmidt * sys/waveform/Makefile.am: Make sure to dist everything needed for win32 builds. -Thu Jun 14 10:23:20 2007 +0000 Edward Hervey +2007-06-14 10:23:20 +0000 Edward Hervey gst/qtdemux/qtdemux.c: For AMR-NB streams, export the AMRSpecificBox as codec_data on the caps. Original commit message from CVS: @@ -14129,7 +14154,7 @@ Thu Jun 14 10:23:20 2007 +0000 Edward Hervey caps. Fixes #447458 -Wed Jun 13 17:11:24 2007 +0000 Wim Taymans +2007-06-13 17:11:24 +0000 Wim Taymans gst/rtp/gstrtph264depay.c: Make sure we allocate enough memory for the codec_data. Original commit message from CVS: @@ -14137,7 +14162,7 @@ Wed Jun 13 17:11:24 2007 +0000 Wim Taymans Make sure we allocate enough memory for the codec_data. Fixes #447210. -Tue Jun 12 21:05:22 2007 +0000 Sébastien Moutte +2007-06-12 21:05:22 +0000 Sébastien Moutte win32/MANIFEST: Add videocrop project file to the win32 manifest. Original commit message from CVS: @@ -14150,14 +14175,14 @@ Tue Jun 12 21:05:22 2007 +0000 Sébastien Moutte * win32/vs6/libgstvideocrop.dsp: Add a project file for videocrop. -Tue Jun 12 20:22:26 2007 +0000 Jan Schmidt +2007-06-12 20:22:26 +0000 Jan Schmidt po/POTFILES.in: Add qtdemux for translation Original commit message from CVS: * po/POTFILES.in: Add qtdemux for translation -Tue Jun 12 20:15:29 2007 +0000 Jan Schmidt +2007-06-12 20:15:29 +0000 Jan Schmidt Move videocrop and osxvideo from -bad. Original commit message from CVS: @@ -14173,7 +14198,7 @@ Tue Jun 12 20:15:29 2007 +0000 Jan Schmidt * tests/icles/videocrop-test.c: Move videocrop and osxvideo from -bad. -Tue Jun 12 19:35:08 2007 +0000 Jan Schmidt +2007-06-12 19:35:08 +0000 Jan Schmidt Move qtdemux from -bad. Original commit message from CVS: @@ -14189,7 +14214,7 @@ Tue Jun 12 19:35:08 2007 +0000 Jan Schmidt * gst-plugins-good.spec.in: Update spec file to reflect moving of qtdemux and wavpack -Tue Jun 12 19:01:41 2007 +0000 Jan Schmidt +2007-06-12 19:01:41 +0000 Jan Schmidt * ChangeLog: * win32/MANIFEST: @@ -14197,7 +14222,7 @@ Tue Jun 12 19:01:41 2007 +0000 Jan Schmidt Original commit message from CVS: Fix typo in the changelog and commit the manifest too -Tue Jun 12 18:52:33 2007 +0000 Jan Schmidt +2007-06-12 18:52:33 +0000 Jan Schmidt win32/MANIFEST Original commit message from CVS: @@ -14211,7 +14236,7 @@ Tue Jun 12 18:52:33 2007 +0000 Jan Schmidt Move the waveform plugin from -bad too. Update the inspect xml files to mention Plugins Good instead of Plugins Bad. -Tue Jun 12 13:33:56 2007 +0000 Andy Wingo +2007-06-12 13:33:56 +0000 Andy Wingo * ChangeLog: * sys/v4l2/v4l2src_calls.c: @@ -14220,7 +14245,7 @@ Tue Jun 12 13:33:56 2007 +0000 Andy Wingo (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all mmap buffers have been dequeued. -Tue Jun 12 11:23:01 2007 +0000 Andy Wingo +2007-06-12 11:23:01 +0000 Andy Wingo sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize) (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type) Original commit message from CVS: @@ -14256,7 +14281,7 @@ Tue Jun 12 11:23:01 2007 +0000 Andy Wingo (gst_v4l2src_get_mmap): Just make grab_frame return one of our preallocated, mmap'd buffers. -Mon Jun 11 11:41:56 2007 +0000 daniel fischer +2007-06-11 11:41:56 +0000 daniel fischer sys/ximage/gstximagesrc.c: Actually use the display_name property so that we can dump any available X display. Fixes ... Original commit message from CVS: @@ -14266,7 +14291,7 @@ Mon Jun 11 11:41:56 2007 +0000 daniel fischer Actually use the display_name property so that we can dump any available X display. Fixes #445905. -Mon Jun 11 10:21:13 2007 +0000 Tommi Myöhänen +2007-06-11 10:21:13 +0000 Tommi Myöhänen gst/rtp/: Add missing rate fields to caps. Fixes #441118. Original commit message from CVS: @@ -14275,7 +14300,7 @@ Mon Jun 11 10:21:13 2007 +0000 Tommi Myöhänen * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps): Add missing rate fields to caps. Fixes #441118. -Sun Jun 10 21:14:11 2007 +0000 Sébastien Moutte +2007-06-10 21:14:11 +0000 Sébastien Moutte win32/: Add DirectSound and DirectDraw sinks project files to workspace and solution files. Original commit message from CVS: @@ -14284,7 +14309,7 @@ Sun Jun 10 21:14:11 2007 +0000 Sébastien Moutte Add DirectSound and DirectDraw sinks project files to workspace and solution files. -Sun Jun 10 10:53:26 2007 +0000 Josh Coalson +2007-06-10 10:53:26 +0000 Josh Coalson Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887. Original commit message from CVS: @@ -14307,7 +14332,7 @@ Sun Jun 10 10:53:26 2007 +0000 Josh Coalson * ext/flac/gstflacenc.h: Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887. -Sat Jun 9 15:41:52 2007 +0000 Sebastian Dröge +2007-06-09 15:41:52 +0000 Sebastian Dröge ext/wavpack/gstwavpackenc.c: Remove workaround for bug #421543. This is fixed in core 0.10.13 and not necessary anymo... Original commit message from CVS: @@ -14315,7 +14340,7 @@ Sat Jun 9 15:41:52 2007 +0000 Sebastian Dröge Remove workaround for bug #421543. This is fixed in core 0.10.13 and not necessary anymore as we need at least that core version. -Sat Jun 9 15:33:32 2007 +0000 Sebastian Dröge +2007-06-09 15:33:32 +0000 Sebastian Dröge ext/wavpack/: Improve discont handling by checking if the next Wavpack block has the expected, following block index. Original commit message from CVS: @@ -14328,21 +14353,21 @@ Sat Jun 9 15:33:32 2007 +0000 Sebastian Dröge Improve discont handling by checking if the next Wavpack block has the expected, following block index. -Fri Jun 8 20:23:07 2007 +0000 Thomas Vander Stichele +2007-06-08 20:23:07 +0000 Thomas Vander Stichele * tests/check/elements/.gitignore: moap ignore Original commit message from CVS: moap ignore -Fri Jun 8 20:20:56 2007 +0000 Thomas Vander Stichele +2007-06-08 20:20:56 +0000 Thomas Vander Stichele gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details): Fix element description. Original commit message from CVS: * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details): Fix element description. -Fri Jun 8 20:19:55 2007 +0000 Thomas Vander Stichele +2007-06-08 20:19:55 +0000 Thomas Vander Stichele move wavpack plugin. See #352605. Original commit message from CVS: @@ -14362,7 +14387,7 @@ Fri Jun 8 20:19:55 2007 +0000 Thomas Vander Stichele * tests/check/Makefile.am: move wavpack plugin. See #352605. -Fri Jun 8 19:45:43 2007 +0000 Thomas Vander Stichele +2007-06-08 19:45:43 +0000 Thomas Vander Stichele * docs/plugins/Makefile.am: the alphabet tripping up people since 10929BC @@ -14370,7 +14395,7 @@ Fri Jun 8 19:45:43 2007 +0000 Thomas Vander Stichele the alphabet tripping up people since 10929BC -Fri Jun 8 17:37:02 2007 +0000 Jan Schmidt +2007-06-08 17:37:02 +0000 Jan Schmidt Add DirectDraw & DirectSound plugins to the build and docs. Original commit message from CVS: @@ -14383,7 +14408,7 @@ Fri Jun 8 17:37:02 2007 +0000 Jan Schmidt * win32/MANIFEST: Add DirectDraw & DirectSound plugins to the build and docs. -Fri Jun 8 16:31:15 2007 +0000 Jan Schmidt +2007-06-08 16:31:15 +0000 Jan Schmidt Rename the keep-aspect-ratio property to force-aspect-ratio to make it consistent with xvimagesink and ximagesink. Original commit message from CVS: @@ -14393,7 +14418,7 @@ Fri Jun 8 16:31:15 2007 +0000 Jan Schmidt Rename the keep-aspect-ratio property to force-aspect-ratio to make it consistent with xvimagesink and ximagesink. -Fri Jun 8 10:43:26 2007 +0000 Tim-Philipp Müller +2007-06-08 10:43:26 +0000 Tim-Philipp Müller ext/: When operating in pull mode, error out correct on not-linked. Original commit message from CVS: @@ -14401,7 +14426,7 @@ Fri Jun 8 10:43:26 2007 +0000 Tim-Philipp Müller * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task): When operating in pull mode, error out correct on not-linked. -Fri Jun 8 08:12:43 2007 +0000 Tim-Philipp Müller +2007-06-08 08:12:43 +0000 Tim-Philipp Müller tests/icles/videocrop-test.c: Default to xvimagesink instead of autovideosink while autovideosink/ghostpads/whatever ... Original commit message from CVS: @@ -14410,7 +14435,7 @@ Fri Jun 8 08:12:43 2007 +0000 Tim-Philipp Müller autovideosink/ghostpads/whatever don't handle the way we use it in the way we expect it to. -Wed Jun 6 10:19:17 2007 +0000 Andy Wingo +2007-06-06 10:19:17 +0000 Andy Wingo * ChangeLog: * sys/v4l2/v4l2src_calls.c: @@ -14422,7 +14447,7 @@ Wed Jun 6 10:19:17 2007 +0000 Andy Wingo format and size if the ioctls are defined; should fix compilation on Linux < 2.16.19. -Wed Jun 6 08:53:12 2007 +0000 Tim-Philipp Müller +2007-06-06 08:53:12 +0000 Tim-Philipp Müller gst/videobox/gstvideobox.c: Printf fixes in debug statements; use LOG level for debug statements that are printed for... Original commit message from CVS: @@ -14432,7 +14457,7 @@ Wed Jun 6 08:53:12 2007 +0000 Tim-Philipp Müller C-style comments; not much point using g_try_malloc() if we then not even check the return value. -Tue Jun 5 16:32:19 2007 +0000 Tim-Philipp Müller +2007-06-05 16:32:19 +0000 Tim-Philipp Müller configure.ac: Bump requirements to released versions (core and base 0.10.13). Original commit message from CVS: @@ -14442,7 +14467,7 @@ Tue Jun 5 16:32:19 2007 +0000 Tim-Philipp Müller Use gst_tag_utf8_from_freeform_string() from libgsttag instead of own implementation. -Tue Jun 5 14:17:25 2007 +0000 Andy Wingo +2007-06-05 14:17:25 +0000 Andy Wingo sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add some useless comments. Original commit message from CVS: @@ -14459,7 +14484,7 @@ Tue Jun 5 14:17:25 2007 +0000 Andy Wingo failures. (For me this code hung.) The pool refcounting is still crack; added a note to that effect. -Tue Jun 5 09:11:41 2007 +0000 Wim Taymans +2007-06-05 09:11:41 +0000 Wim Taymans gst/multipart/multipartmux.c: Add support for mapping gst structure names to the MIME type equivalent. Original commit message from CVS: @@ -14468,7 +14493,7 @@ Tue Jun 5 09:11:41 2007 +0000 Wim Taymans Add support for mapping gst structure names to the MIME type equivalent. Implemented for audio/x-mulaw->audio/basic. Fixes #442874. -Sun Jun 3 11:21:44 2007 +0000 Sebastian Dröge +2007-06-03 11:21:44 +0000 Sebastian Dröge gst/wavenc/gstwavenc.*: Properly write wav files with width!=depth by having the depth most significant bytes set and... Original commit message from CVS: @@ -14479,14 +14504,14 @@ Sun Jun 3 11:21:44 2007 +0000 Sebastian Dröge Properly write wav files with width!=depth by having the depth most significant bytes set and all others zero. Fixes #442535. -Fri Jun 1 13:52:17 2007 +0000 Wim Taymans +2007-06-01 13:52:17 +0000 Wim Taymans gst/rtsp/rtspconnection.c: Add include to make buildbot happy. Original commit message from CVS: * gst/rtsp/rtspconnection.c: Add include to make buildbot happy. -Fri Jun 1 13:07:11 2007 +0000 Peter Kjellerstedt +2007-06-01 13:07:11 +0000 Peter Kjellerstedt gst/rtsp/: Improves version checking, allowing an RTSP server to reply with "505 Original commit message from CVS: @@ -14514,7 +14539,7 @@ Fri Jun 1 13:07:11 2007 +0000 Peter Kjellerstedt allowing whitespace after the semicolon. Avoids a compiler warning due to variables shadowing a function argument. -Fri Jun 1 11:16:17 2007 +0000 Daniel Charles +2007-06-01 11:16:17 +0000 Daniel Charles gst/rtp/: Add support for AMR-WB. Original commit message from CVS: @@ -14529,14 +14554,14 @@ Fri Jun 1 11:16:17 2007 +0000 Daniel Charles Add support for AMR-WB. Small cleanups such as using BOILERPLATE. -Thu May 31 15:57:07 2007 +0000 Wim Taymans +2007-05-31 15:57:07 +0000 Wim Taymans gst/rtsp/rtspextwms.c: Fix compile warning when debug is disabled as spotted bu Saur on IRC. Original commit message from CVS: * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream): Fix compile warning when debug is disabled as spotted bu Saur on IRC. -Wed May 30 14:57:44 2007 +0000 Andy Wingo +2007-05-30 14:57:44 +0000 Andy Wingo sys/v4l2/gstv4l2object.*: Revert some unintended changes. Original commit message from CVS: @@ -14545,7 +14570,7 @@ Wed May 30 14:57:44 2007 +0000 Andy Wingo * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some unintended changes. -Wed May 30 14:40:53 2007 +0000 Andy Wingo +2007-05-30 14:40:53 +0000 Andy Wingo sys/v4l2/v4l2src_calls.*: Store the format list in the order that the driver gives it to us. Original commit message from CVS: @@ -14593,7 +14618,7 @@ Wed May 30 14:40:53 2007 +0000 Andy Wingo comments. (gst_v4l2src_create): Update for object variable naming. -Wed May 30 14:38:59 2007 +0000 Tim-Philipp Müller +2007-05-30 14:38:59 +0000 Tim-Philipp Müller gst/avi/gstavidemux.*: Parse subtitle text streams instead of erroring out (#442034). Still needs a parser for the su... Original commit message from CVS: @@ -14603,7 +14628,7 @@ Wed May 30 14:38:59 2007 +0000 Tim-Philipp Müller Parse subtitle text streams instead of erroring out (#442034). Still needs a parser for the subtitles to actually show up. -Wed May 30 12:46:32 2007 +0000 Tim-Philipp Müller +2007-05-30 12:46:32 +0000 Tim-Philipp Müller gst/avi/gstavidemux.c: Make _push_event() return TRUE if the event could be pushed on at least one pad and not only i... Original commit message from CVS: @@ -14614,14 +14639,14 @@ Wed May 30 12:46:32 2007 +0000 Tim-Philipp Müller otherwise we'll end up posting an error message on EOS if one or more source pads are not connected. -Mon May 28 16:39:09 2007 +0000 Wim Taymans +2007-05-28 16:39:09 +0000 Wim Taymans gst/rtsp/rtsptransport.c: Use renamed RTP bin. Original commit message from CVS: * gst/rtsp/rtsptransport.c: Use renamed RTP bin. -Mon May 28 15:01:33 2007 +0000 Dejan Sakelšak +2007-05-28 15:01:33 +0000 Dejan Sakelšak gst/videobox/gstvideobox.c: Add AYUV->AYUV and AYUV->I420 formats. Original commit message from CVS: @@ -14638,7 +14663,7 @@ Mon May 28 15:01:33 2007 +0000 Dejan Sakelšak Fix negotiation and I420->AYUV conversion. Fixes #429329. -Sat May 26 15:25:18 2007 +0000 Wim Taymans +2007-05-26 15:25:18 +0000 Wim Taymans ext/speex/gstspeexdec.c: Use different variables for nested for loops so that the outer loop functions properly and s... Original commit message from CVS: @@ -14648,14 +14673,14 @@ Sat May 26 15:25:18 2007 +0000 Wim Taymans properly. Fixes #441408. -Fri May 25 20:51:36 2007 +0000 Tim-Philipp Müller +2007-05-25 20:51:36 +0000 Tim-Philipp Müller gst/id3demux/gstid3demux.c: Don't leak newsegment events. Original commit message from CVS: * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event): Don't leak newsegment events. -Fri May 25 20:33:10 2007 +0000 Tim-Philipp Müller +2007-05-25 20:33:10 +0000 Tim-Philipp Müller gst/wavparse/Makefile.am: Add '-lm' to LIBS for ceil(), don't assume one of our dependencies drags it in. Original commit message from CVS: @@ -14663,7 +14688,7 @@ Fri May 25 20:33:10 2007 +0000 Tim-Philipp Müller Add '-lm' to LIBS for ceil(), don't assume one of our dependencies drags it in. -Fri May 25 16:02:51 2007 +0000 Tim-Philipp Müller +2007-05-25 16:02:51 +0000 Tim-Philipp Müller ext/flac/gstflacenc.*: Collect headers, add "streamheader" field to output caps and set Original commit message from CVS: @@ -14678,7 +14703,7 @@ Fri May 25 16:02:51 2007 +0000 Tim-Philipp Müller produces output according to the official FLAC-to-Ogg mapping instead of completely broken files. Fixes #426044. -Fri May 25 10:44:12 2007 +0000 Jan Schmidt +2007-05-25 10:44:12 +0000 Jan Schmidt gst/: Handle and adjust new-segment events so that downstream really sees a stream with the tag pieces stripped off t... Original commit message from CVS: @@ -14695,7 +14720,7 @@ Fri May 25 10:44:12 2007 +0000 Jan Schmidt byte position to estimate their current playback position timestamp and then the arriving buffers don't match up. -Fri May 25 10:23:49 2007 +0000 Jan Schmidt +2007-05-25 10:23:49 +0000 Jan Schmidt gst/autodetect/gstautoaudiosink.c: Don't unnecessarily perform a READY->NULL->READY transition on the detected audio ... Original commit message from CVS: @@ -14703,7 +14728,7 @@ Fri May 25 10:23:49 2007 +0000 Jan Schmidt Don't unnecessarily perform a READY->NULL->READY transition on the detected audio sink when starting up. Fixes: #440127 -Thu May 24 17:00:21 2007 +0000 Tim-Philipp Müller +2007-05-24 17:00:21 +0000 Tim-Philipp Müller ext/flac/gstflacenc.c: Don't crash in chain function if setcaps hasn't been called. Original commit message from CVS: @@ -14711,7 +14736,7 @@ Thu May 24 17:00:21 2007 +0000 Tim-Philipp Müller (gst_flac_enc_chain): Don't crash in chain function if setcaps hasn't been called. -Thu May 24 08:35:23 2007 +0000 Vincent Torri +2007-05-24 08:35:23 +0000 Vincent Torri sys/directdraw/gstdirectdrawsink.*: Fix more warnings when compiling with MingW (#439914). Original commit message from CVS: @@ -14726,14 +14751,14 @@ Thu May 24 08:35:23 2007 +0000 Vincent Torri * sys/directdraw/gstdirectdrawsink.h: Fix more warnings when compiling with MingW (#439914). -Thu May 24 08:14:00 2007 +0000 Wim Taymans +2007-05-24 08:14:00 +0000 Wim Taymans gst/rtsp/gstrtspsrc.c: Init value to avoid infinte loops. Original commit message from CVS: * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods): Init value to avoid infinte loops. -Thu May 24 08:10:42 2007 +0000 Peter Kjellerstedt +2007-05-24 08:10:42 +0000 Peter Kjellerstedt gst/rtsp/: Fix for new API. Original commit message from CVS: @@ -14757,7 +14782,7 @@ Thu May 24 08:10:42 2007 +0000 Peter Kjellerstedt Add support for multiple headers of the same type by storing the parsed headers in a GArray instaed of a hashtable. -Wed May 23 22:44:12 2007 +0000 Sébastien Moutte +2007-05-23 22:44:12 +0000 Sébastien Moutte docs/plugins/gst-plugins-bad-plugins.args: Remove directsoundsink property doc as this sink use the mixer interface now. Original commit message from CVS: @@ -14796,7 +14821,7 @@ Wed May 23 22:44:12 2007 +0000 Sébastien Moutte It gets data from any webcam, dv cam, micro. We could add tv tunner card later. -Tue May 22 11:14:13 2007 +0000 Stefan Kost +2007-05-22 11:14:13 +0000 Stefan Kost configure.ac: Depend on gstreamer-0.10.12.1. gst/equalizer/gstiirequalizer.c (ARG_BAND_WIDTH, _do_init, ARG_GAIN, _Gs... Original commit message from CVS: @@ -14824,7 +14849,7 @@ Tue May 22 11:14:13 2007 +0000 Stefan Kost gst_spectrum_event, gst_spectrum_transform_ip): Use new locking macros. Turn two fixed values into #defines. -Tue May 22 11:03:30 2007 +0000 Edward Hervey +2007-05-22 11:03:30 +0000 Edward Hervey docs/plugins/Makefile.am: Also look for .m (objectivec) files. Original commit message from CVS: @@ -14835,7 +14860,7 @@ Tue May 22 11:03:30 2007 +0000 Edward Hervey * sys/osxvideo/osxvideosink.m: Add documentation for element and properties. -Mon May 21 14:01:16 2007 +0000 Stefan Kost +2007-05-21 14:01:16 +0000 Stefan Kost ChangeLog: ChangeLog surgery. gst/equalizer/gstiirequalizer.c (ARG_BAND_WIDTH, _do_init, ARG_GAIN, _GstIirEqualizerBa... Original commit message from CVS: @@ -14852,7 +14877,7 @@ Mon May 21 14:01:16 2007 +0000 Stefan Kost * tests/icles/equalizer-test.c: Add fixme and comment for example. -Mon May 21 12:43:37 2007 +0000 Stefan Kost +2007-05-21 12:43:37 +0000 Stefan Kost * gst/spectrum/gstspectrum.c: gst/spectrum/gstspectrum.c (gst_spectrum_set_property, gst_spectrum_event, gst_spectrum_transform_ip): @@ -14861,7 +14886,7 @@ Mon May 21 12:43:37 2007 +0000 Stefan Kost gst_spectrum_event, gst_spectrum_transform_ip): Use lock to protect from concurrent access. -Mon May 21 11:37:16 2007 +0000 Sebastian Dröge +2007-05-21 11:37:16 +0000 Sebastian Dröge ext/wavpack/gstwavpackenc.c: Specify and use properties as unsigned int that are an unsigned int. Original commit message from CVS: @@ -14869,7 +14894,7 @@ Mon May 21 11:37:16 2007 +0000 Sebastian Dröge (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property): Specify and use properties as unsigned int that are an unsigned int. -Mon May 21 11:17:21 2007 +0000 Sebastian Dröge +2007-05-21 11:17:21 +0000 Sebastian Dröge ext/wavpack/gstwavpackenc.*: Fixup docs, make the bitrate property an int as it should be and allow to set the differ... Original commit message from CVS: @@ -14881,7 +14906,7 @@ Mon May 21 11:17:21 2007 +0000 Sebastian Dröge allow to set the different extra processing modes instead of only allowing none and the default one. -Mon May 21 10:07:05 2007 +0000 Wim Taymans +2007-05-21 10:07:05 +0000 Wim Taymans gst/udp/gstudpsrc.c: Since we depend on 0.10.13 -core, override the unlock_stop vmethod for safer shutdown. Original commit message from CVS: @@ -14890,7 +14915,7 @@ Mon May 21 10:07:05 2007 +0000 Wim Taymans Since we depend on 0.10.13 -core, override the unlock_stop vmethod for safer shutdown. -Mon May 21 10:03:42 2007 +0000 Wim Taymans +2007-05-21 10:03:42 +0000 Wim Taymans gst/rtsp/gstrtpdec.*: Added signal for backwards compat. Original commit message from CVS: @@ -14898,7 +14923,7 @@ Mon May 21 10:03:42 2007 +0000 Wim Taymans * gst/rtsp/gstrtpdec.h: Added signal for backwards compat. -Mon May 21 09:32:26 2007 +0000 René Stadler +2007-05-21 09:32:26 +0000 René Stadler Use audioconvert for converting from non-native endianness floats in auparse instead of doing it ourself. Fixes #424527. Original commit message from CVS: @@ -14911,7 +14936,7 @@ Mon May 21 09:32:26 2007 +0000 René Stadler in auparse instead of doing it ourself. Fixes #424527. This needs the audioconvert from plugins-base CVS. -Mon May 21 09:29:30 2007 +0000 Wim Taymans +2007-05-21 09:29:30 +0000 Wim Taymans gst/rtp/gstrtph263ppay.c: Fix enum registration. Original commit message from CVS: @@ -14919,7 +14944,7 @@ Mon May 21 09:29:30 2007 +0000 Wim Taymans (gst_rtp_h263p_pay_flush): Fix enum registration. -Mon May 21 08:57:18 2007 +0000 Antoine Tremblay +2007-05-21 08:57:18 +0000 Antoine Tremblay gst/rtp/gstrtph263ppay.*: Add new fragmentation mode base on GOB headers. Fixes #438940. Original commit message from CVS: @@ -14931,7 +14956,7 @@ Mon May 21 08:57:18 2007 +0000 Antoine Tremblay * gst/rtp/gstrtph263ppay.h: Add new fragmentation mode base on GOB headers. Fixes #438940. -Sun May 20 21:31:58 2007 +0000 Sebastian Dröge +2007-05-20 21:31:58 +0000 Sebastian Dröge ext/wavpack/gstwavpackenc.c: Add missing audioconverts in the example pipelines of wavpackenc. As the wavpack stuff n... Original commit message from CVS: @@ -14941,7 +14966,7 @@ Sun May 20 21:31:58 2007 +0000 Sebastian Dröge this is needed now. The example pipelines for the parser and decoder are still fine. -Sun May 20 14:59:46 2007 +0000 Tim-Philipp Müller +2007-05-20 14:59:46 +0000 Tim-Philipp Müller sys/directdraw/gstdirectdrawsink.c: Bunch of small fixes: remove static function that doesn't exist; declare another ... Original commit message from CVS: @@ -14954,7 +14979,7 @@ Sun May 20 14:59:46 2007 +0000 Tim-Philipp Müller when specifying debug category; remove a bunch of unused variables; #if 0 out an unused chunk of code (partially fixes #439914). -Sun May 20 14:14:49 2007 +0000 Tim-Philipp Müller +2007-05-20 14:14:49 +0000 Tim-Philipp Müller gst/: Printf format fixes (#439910, #439911). Original commit message from CVS: @@ -14962,14 +14987,14 @@ Sun May 20 14:14:49 2007 +0000 Tim-Philipp Müller * gst/switch/gstswitch.c: (gst_switch_chain): Printf format fixes (#439910, #439911). -Sun May 20 14:05:42 2007 +0000 Tim-Philipp Müller +2007-05-20 14:05:42 +0000 Tim-Philipp Müller gst/rtsp/gstrtspsrc.c: Printf format fix. Original commit message from CVS: * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp): Printf format fix. -Sat May 19 10:01:45 2007 +0000 René Stadler +2007-05-19 10:01:45 +0000 René Stadler Add replaygain playback elements (#412710). Original commit message from CVS: @@ -15016,7 +15041,7 @@ Sat May 19 10:01:45 2007 +0000 René Stadler (fail_unless_gain), (GST_START_TEST), (rgvolume_suite), (main): Add replaygain playback elements (#412710). -Fri May 18 13:27:39 2007 +0000 Wim Taymans +2007-05-18 13:27:39 +0000 Wim Taymans gst/rtsp/gstrtspsrc.c: Don't crash when an unsupported transport error was returned by the server, just try to config... Original commit message from CVS: @@ -15024,7 +15049,7 @@ Fri May 18 13:27:39 2007 +0000 Wim Taymans Don't crash when an unsupported transport error was returned by the server, just try to configure the next stream. Fixes #439255. -Fri May 18 11:39:12 2007 +0000 Wim Taymans +2007-05-18 11:39:12 +0000 Wim Taymans gst/rtsp/gstrtspsrc.*: Add TCP timeout property and use it for all TCP connection. Original commit message from CVS: @@ -15040,7 +15065,7 @@ Fri May 18 11:39:12 2007 +0000 Wim Taymans (rtsp_connection_reset_timeout): Make connect and writes cancelable and make them use the timeout. -Fri May 18 10:36:12 2007 +0000 Wim Taymans +2007-05-18 10:36:12 +0000 Wim Taymans gst/rtsp/gstrtspsrc.c: Refactor timeout handling. Original commit message from CVS: @@ -15057,7 +15082,7 @@ Fri May 18 10:36:12 2007 +0000 Wim Taymans Use a timer to handle the session timeouts, add some methods to deal with timeouts. -Thu May 17 14:56:39 2007 +0000 Wim Taymans +2007-05-17 14:56:39 +0000 Wim Taymans gst/rtsp/gstrtspsrc.c: Ignore streams that fail the setup command, we will retry with a different transport later on. Original commit message from CVS: @@ -15069,7 +15094,7 @@ Thu May 17 14:56:39 2007 +0000 Wim Taymans (rtsp_ext_wms_configure_stream): Fix encoding name case. -Thu May 17 10:59:00 2007 +0000 Edward Hervey +2007-05-17 10:59:00 +0000 Edward Hervey sys/osxvideo/osxvideosink.*: Remove the event-loop-in-separate-thread modifications, because MacOSX is $#@(*%$# ! For... Original commit message from CVS: @@ -15079,7 +15104,7 @@ Thu May 17 10:59:00 2007 +0000 Edward Hervey is $#@(*%$# ! For those wondering, the event handling needs to be done in the main thread after all.. -Thu May 17 09:41:48 2007 +0000 Edward Hervey +2007-05-17 09:41:48 +0000 Edward Hervey sys/osxvideo/osxvideosink.*: Fix a stupid #if vs #ifdef bug. Should use the proper colorspace now. Original commit message from CVS: @@ -15089,14 +15114,14 @@ Thu May 17 09:41:48 2007 +0000 Edward Hervey Use a separate thread/task for the cocoa event_loop, else it wouldn't stop. -Wed May 16 16:50:23 2007 +0000 Edward Hervey +2007-05-16 16:50:23 +0000 Edward Hervey ext/libpng/gstpngdec.c: Fix build on macosx. Original commit message from CVS: * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data): Fix build on macosx. -Wed May 16 16:30:03 2007 +0000 Sebastian Dröge +2007-05-16 16:30:03 +0000 Sebastian Dröge ext/raw1394/gstdv1394src.c: Replace direct comparison of a string with the string literal "" with a comparison of the... Original commit message from CVS: @@ -15104,7 +15129,7 @@ Wed May 16 16:30:03 2007 +0000 Sebastian Dröge Replace direct comparison of a string with the string literal "" with a comparison of the first character with '\0'. Fixes #438926. -Tue May 15 17:22:58 2007 +0000 Tim-Philipp Müller +2007-05-15 17:22:58 +0000 Tim-Philipp Müller Add DIRECTDRAW_CFLAGS and DIRECTSOUND_CFLAGS to Makefile.am; save and restore the various flags in the directdraw/dir... Original commit message from CVS: @@ -15116,21 +15141,21 @@ Tue May 15 17:22:58 2007 +0000 Tim-Philipp Müller detection section. Apparently improves cross-compiling for win32 with mingw32 under some circumstances (#437539). -Tue May 15 11:18:33 2007 +0000 Stefan Kost +2007-05-15 11:18:33 +0000 Stefan Kost gst/debug/breakmydata.c (gst_break_my_data_init): One more try. This should be the proper fix now. Original commit message from CVS: * gst/debug/breakmydata.c (gst_break_my_data_init): One more try. This should be the proper fix now. -Tue May 15 06:41:58 2007 +0000 Stefan Kost +2007-05-15 06:41:58 +0000 Stefan Kost gst/debug/breakmydata.c: Ooops, no // comments please. Original commit message from CVS: * gst/debug/breakmydata.c: Ooops, no // comments please. -Tue May 15 06:34:48 2007 +0000 Stefan Kost +2007-05-15 06:34:48 +0000 Stefan Kost gst/debug/breakmydata.c: Fix gst_buffer_is_writable() assertion. Original commit message from CVS: @@ -15138,14 +15163,14 @@ Tue May 15 06:34:48 2007 +0000 Stefan Kost (gst_break_my_data_init): Fix gst_buffer_is_writable() assertion. -Tue May 15 02:56:23 2007 +0000 David Schleef +2007-05-15 02:56:23 +0000 David Schleef sys/v4l2/gstv4l2src.c: Add support for Bayer images as video/x-raw-bayer. Fixes #314160. Original commit message from CVS: * sys/v4l2/gstv4l2src.c: Add support for Bayer images as video/x-raw-bayer. Fixes #314160. -Mon May 14 17:10:12 2007 +0000 Wim Taymans +2007-05-14 17:10:12 +0000 Wim Taymans gst/rtp/: Update theora pay/depayloader in a similar to vorbis. Original commit message from CVS: @@ -15159,7 +15184,7 @@ Mon May 14 17:10:12 2007 +0000 Wim Taymans (gst_rtp_vorbis_depay_parse_configuration): Update docs. -Mon May 14 16:19:58 2007 +0000 Wim Taymans +2007-05-14 16:19:58 +0000 Wim Taymans gst/rtsp/gstrtspsrc.c: When we try to execute a method that is not supported by the server, don't error out but remov... Original commit message from CVS: @@ -15168,14 +15193,14 @@ Mon May 14 16:19:58 2007 +0000 Wim Taymans don't error out but remove the method from the accepted methods so that we never try to perform this method again. -Mon May 14 14:47:26 2007 +0000 Wim Taymans +2007-05-14 14:47:26 +0000 Wim Taymans gst/rtp/gstrtpvorbisdepay.c: Remove annoying _dump_mem. Original commit message from CVS: * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process): Remove annoying _dump_mem. -Mon May 14 11:11:42 2007 +0000 Wim Taymans +2007-05-14 11:11:42 +0000 Wim Taymans gst/rtsp/gstrtspsrc.c: Parse range correctly. Original commit message from CVS: @@ -15184,7 +15209,7 @@ Mon May 14 11:11:42 2007 +0000 Wim Taymans * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri): The baseurl now always has a '/' at the start. -Mon May 14 09:01:05 2007 +0000 Wim Taymans +2007-05-14 09:01:05 +0000 Wim Taymans gst/rtsp/gstrtspsrc.c: Factor out caps configuration and configure more stuff such as the time ranges and speed/scale... Original commit message from CVS: @@ -15196,7 +15221,7 @@ Mon May 14 09:01:05 2007 +0000 Wim Taymans * gst/rtsp/rtsptransport.c: Add Copyright after non-trival fixes. -Sun May 13 19:57:45 2007 +0000 David Schleef +2007-05-13 19:57:45 +0000 David Schleef gst/replaygain/rganalysis.c: Fix wrong ifdef for visual C++. Fixes: #437403. Original commit message from CVS: @@ -15204,7 +15229,7 @@ Sun May 13 19:57:45 2007 +0000 David Schleef Fix wrong ifdef for visual C++. Fixes: #437403. By Ali Sabil . -Sun May 13 15:47:13 2007 +0000 Sébastien Moutte +2007-05-13 15:47:13 +0000 Sébastien Moutte gst/level/gstlevel.c: Use guint8 * instead of gpointer then vs6 can build in_data += (filter->width / 8). Original commit message from CVS: @@ -15212,7 +15237,7 @@ Sun May 13 15:47:13 2007 +0000 Sébastien Moutte Use guint8 * instead of gpointer then vs6 can build in_data += (filter->width / 8). -Sat May 12 16:37:50 2007 +0000 Peter Kjellerstedt +2007-05-12 16:37:50 +0000 Peter Kjellerstedt gst/rtsp/: Make channel guint8 where possible. Original commit message from CVS: @@ -15232,7 +15257,7 @@ Sat May 12 16:37:50 2007 +0000 Peter Kjellerstedt Avoid a compiler warning in INIT_ARRAY(). Fixes #437692. -Sat May 12 16:27:51 2007 +0000 Peter Kjellerstedt +2007-05-12 16:27:51 +0000 Peter Kjellerstedt gst/rtsp/rtspurl.*: Add support for query parameters to RTSP URLs. Original commit message from CVS: @@ -15242,7 +15267,7 @@ Sat May 12 16:27:51 2007 +0000 Peter Kjellerstedt * gst/rtsp/rtspurl.h: Add support for query parameters to RTSP URLs. -Sat May 12 16:26:06 2007 +0000 Peter Kjellerstedt +2007-05-12 16:26:06 +0000 Peter Kjellerstedt gst/rtsp/rtsptransport.*: Add validation to rtsp_transport_parse(). Original commit message from CVS: @@ -15261,7 +15286,7 @@ Sat May 12 16:26:06 2007 +0000 Peter Kjellerstedt incorrect, which can be seen when looking at the examples in the RFC). Fixes #437670. -Fri May 11 16:11:04 2007 +0000 Eric Anholt +2007-05-11 16:11:04 +0000 Eric Anholt * ChangeLog: * sys/ximage/gstximagesrc.c: @@ -15274,7 +15299,7 @@ Fri May 11 16:11:04 2007 +0000 Eric Anholt Fixes bug #342463. Also fix crasher when cursor is at bottom right of window. -Fri May 11 16:01:45 2007 +0000 Tim-Philipp Müller +2007-05-11 16:01:45 +0000 Tim-Philipp Müller gst/wavparse/gstwavparse.c: Skip LIST chunks before the fmt chunk (fixes #437499). Also fix streaming mode regression... Original commit message from CVS: @@ -15283,7 +15308,7 @@ Fri May 11 16:01:45 2007 +0000 Tim-Philipp Müller streaming mode regression for file from #343837 with 'bext' chunk before the 'fmt' chunk. -Fri May 11 15:09:39 2007 +0000 Wim Taymans +2007-05-11 15:09:39 +0000 Wim Taymans gst/rtsp/: Preliminary seek support. Original commit message from CVS: @@ -15300,7 +15325,7 @@ Fri May 11 15:09:39 2007 +0000 Wim Taymans Activate internal pads so that we can receive events on them. Don't try to parse a range string when it's NULL. -Fri May 11 15:04:38 2007 +0000 Wim Taymans +2007-05-11 15:04:38 +0000 Wim Taymans gst/rtp/README: Update README with new RTP variables that will be used for synchronisation. Original commit message from CVS: @@ -15315,14 +15340,14 @@ Fri May 11 15:04:38 2007 +0000 Wim Taymans (gst_rtp_vorbis_pay_handle_buffer): Update vorbis pay and depayloader to draft-04. -Fri May 11 11:24:13 2007 +0000 Wim Taymans +2007-05-11 11:24:13 +0000 Wim Taymans gst/rtsp/rtsptransport.c: UDP MCAST is actually the default for RTP/AVP. Original commit message from CVS: * gst/rtsp/rtsptransport.c: UDP MCAST is actually the default for RTP/AVP. -Fri May 11 10:31:27 2007 +0000 Zaheer Abbas Merali +2007-05-11 10:31:27 +0000 Zaheer Abbas Merali sys/ximage/gstximagesrc.c (gst_ximage_src_start, gst_ximage_src_ximage_get): Original commit message from CVS: @@ -15334,14 +15359,14 @@ Fri May 11 10:31:27 2007 +0000 Zaheer Abbas Merali Copy the cursor over if we specify a non-zero start x and start y. -Fri May 11 09:12:55 2007 +0000 Wim Taymans +2007-05-11 09:12:55 +0000 Wim Taymans gst/rtsp/rtsptransport.c: Make UDP the default transport when not specified. Original commit message from CVS: * gst/rtsp/rtsptransport.c: Make UDP the default transport when not specified. -Thu May 10 14:02:07 2007 +0000 Stefan Kost +2007-05-10 14:02:07 +0000 Stefan Kost gst/qtdemux/qtdemux.c (gst_qtdemux_move_stream, gst_qtdemux_loop_state_header, gst_qtdemux_activate_segment, gst_qtde... Original commit message from CVS: @@ -15361,14 +15386,14 @@ Thu May 10 14:02:07 2007 +0000 Stefan Kost * gst/switch/Makefile.am: Add require libraries(spotted by Ali Sabil ). -Thu May 10 01:21:19 2007 +0000 David Schleef +2007-05-10 01:21:19 +0000 David Schleef gst/level/gstlevel.c: Revert last change. Original commit message from CVS: * gst/level/gstlevel.c: Revert last change. -Wed May 9 21:30:53 2007 +0000 Sébastien Moutte +2007-05-09 21:30:53 +0000 Sébastien Moutte gst/level/gstlevel.c: Use guint8 * instead of gpointer then vs6 know the size of data pointed when moving the pointer. Original commit message from CVS: @@ -15383,7 +15408,7 @@ Wed May 9 21:30:53 2007 +0000 Sébastien Moutte * win32/vs6/libgstrtsp.dsp: Update vs6 project files. -Wed May 9 11:23:39 2007 +0000 Wim Taymans +2007-05-09 11:23:39 +0000 Wim Taymans gst/rtsp/: Add code to parse time ranges. Original commit message from CVS: @@ -15397,7 +15422,7 @@ Wed May 9 11:23:39 2007 +0000 Wim Taymans Add code to parse time ranges. Report DURATION on the stream when possible. -Tue May 8 15:49:01 2007 +0000 Tim-Philipp Müller +2007-05-08 15:49:01 +0000 Tim-Philipp Müller gst/videomixer/videomixer.c: Fix strides calculation for AYUV (it's just width*4) (#436910). Original commit message from CVS: @@ -15406,7 +15431,7 @@ Tue May 8 15:49:01 2007 +0000 Tim-Philipp Müller (gst_videomixer_collected): Fix strides calculation for AYUV (it's just width*4) (#436910). -Sun May 6 21:32:40 2007 +0000 Sebastian Dröge +2007-05-06 21:32:40 +0000 Sebastian Dröge gst/audiofx/: Sync the GObject properties before each processing step to properly work with the controller. Original commit message from CVS: @@ -15416,7 +15441,7 @@ Sun May 6 21:32:40 2007 +0000 Sebastian Dröge Sync the GObject properties before each processing step to properly work with the controller. -Fri May 4 15:17:14 2007 +0000 Wim Taymans +2007-05-04 15:17:14 +0000 Wim Taymans gst/rtsp/gstrtspsrc.c: Let more error state trickle down so that we can catch more error cases. Original commit message from CVS: @@ -15431,14 +15456,14 @@ Fri May 4 15:17:14 2007 +0000 Wim Taymans actually supports. Fix a race in UDP streaming shutdown. -Fri May 4 13:04:31 2007 +0000 Wim Taymans +2007-05-04 13:04:31 +0000 Wim Taymans gst/rtsp/gstrtspsrc.c: Ignore errors when trying to use the keep-alive messages. Original commit message from CVS: * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive): Ignore errors when trying to use the keep-alive messages. -Fri May 4 12:31:32 2007 +0000 Wim Taymans +2007-05-04 12:31:32 +0000 Wim Taymans gst/rtsp/gstrtspsrc.c: Send RTCP messages back to the server over the TCP connection. Original commit message from CVS: @@ -15458,7 +15483,7 @@ Fri May 4 12:31:32 2007 +0000 Wim Taymans Factor out and expose lowlevel _write and _read methods. Implement sending data messages to the server. -Thu May 3 15:55:06 2007 +0000 Wim Taymans +2007-05-03 15:55:06 +0000 Wim Taymans gst/multipart/multipartmux.c: Fix timestamps on outgoing buffers. Original commit message from CVS: @@ -15466,7 +15491,7 @@ Thu May 3 15:55:06 2007 +0000 Wim Taymans (gst_multipart_mux_collected): Fix timestamps on outgoing buffers. -Thu May 3 14:39:09 2007 +0000 Wim Taymans +2007-05-03 14:39:09 +0000 Wim Taymans gst/multipart/multipartmux.c: Emit NEWSEGMENT events before pushing the first buffer. Original commit message from CVS: @@ -15475,7 +15500,7 @@ Thu May 3 14:39:09 2007 +0000 Wim Taymans (gst_multipart_mux_change_state): Emit NEWSEGMENT events before pushing the first buffer. -Thu May 3 13:48:54 2007 +0000 Wim Taymans +2007-05-03 13:48:54 +0000 Wim Taymans gst/rtsp/gstrtspsrc.c: Refactor transport configuration code. Original commit message from CVS: @@ -15498,7 +15523,7 @@ Thu May 3 13:48:54 2007 +0000 Wim Taymans Parse range from the SDP. Fix race in pause handler where the connection could still be flushing. -Wed May 2 19:32:58 2007 +0000 Wim Taymans +2007-05-02 19:32:58 +0000 Wim Taymans gst/rtsp/gstrtspsrc.*: Fix race when multiple udp sources post timeouts, just act on the first received timeout. Original commit message from CVS: @@ -15518,7 +15543,7 @@ Wed May 2 19:32:58 2007 +0000 Wim Taymans (rtsp_connection_close): Some small cleanups. -Wed May 2 18:31:16 2007 +0000 Sebastian Dröge +2007-05-02 18:31:16 +0000 Sebastian Dröge ext/wavpack/gstwavpack.c: Call bindtextdomain() to get localized strings. Original commit message from CVS: @@ -15534,7 +15559,7 @@ Wed May 2 18:31:16 2007 +0000 Sebastian Dröge * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_handle_seek_event) Send newsegment from the streaming thread. -Wed May 2 18:25:09 2007 +0000 Wim Taymans +2007-05-02 18:25:09 +0000 Wim Taymans gst/wavparse/gstwavparse.c: Only set DISCONT when there actually is a discont or when we just started. Original commit message from CVS: @@ -15543,14 +15568,14 @@ Wed May 2 18:25:09 2007 +0000 Wim Taymans Only set DISCONT when there actually is a discont or when we just started. -Wed May 2 18:01:52 2007 +0000 Sebastian Dröge +2007-05-02 18:01:52 +0000 Sebastian Dröge ext/flac/gstflac.c: Call bindtextdomain() to get localized strings. Original commit message from CVS: * ext/flac/gstflac.c: (plugin_init): Call bindtextdomain() to get localized strings. -Wed May 2 17:19:36 2007 +0000 Wim Taymans +2007-05-02 17:19:36 +0000 Wim Taymans gst/wavparse/gstwavparse.*: Be a bit more clever when dealing with VBR files with FACT tags, we don't want to timesta... Original commit message from CVS: @@ -15563,7 +15588,7 @@ Wed May 2 17:19:36 2007 +0000 Wim Taymans be used for seeking. Only send close segment in the streaming thread. -Wed May 2 17:08:09 2007 +0000 Sebastian Dröge +2007-05-02 17:08:09 +0000 Sebastian Dröge ext/flac/gstflacdec.c: Correctly post an error on the bus if something went wrong in the loop function. This fixes a ... Original commit message from CVS: @@ -15572,7 +15597,7 @@ Wed May 2 17:08:09 2007 +0000 Sebastian Dröge function. This fixes a few cases where the task was paused and nothing happened anymore. -Wed May 2 16:58:06 2007 +0000 Sebastian Dröge +2007-05-02 16:58:06 +0000 Sebastian Dröge ext/wavpack/gstwavpackparse.c: Remove old workaround that was needed when seeking after the last sample. With the fix... Original commit message from CVS: @@ -15582,7 +15607,7 @@ Wed May 2 16:58:06 2007 +0000 Sebastian Dröge sample. With the fixed error handling this works now as expected without pushing the last sample although it wasn't requested. -Wed May 2 16:45:43 2007 +0000 Sebastian Dröge +2007-05-02 16:45:43 +0000 Sebastian Dröge ext/wavpack/gstwavpackparse.c: Handle segment seeks in the seek event handler, correctly work with stop position == -... Original commit message from CVS: @@ -15592,14 +15617,14 @@ Wed May 2 16:45:43 2007 +0000 Sebastian Dröge stop position == -1 and instead of stopping the task on seek just pause it. -Wed May 2 16:19:58 2007 +0000 Sebastian Dröge +2007-05-02 16:19:58 +0000 Sebastian Dröge ext/wavpack/gstwavpackparse.c: Add handling for segment seeks. Original commit message from CVS: * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_loop): Add handling for segment seeks. -Wed May 2 15:13:04 2007 +0000 Sebastian Dröge +2007-05-02 15:13:04 +0000 Sebastian Dröge ext/wavpack/gstwavpackparse.c: Correctly handle errors, especially in the loop function. Before it was easy to get th... Original commit message from CVS: @@ -15610,7 +15635,7 @@ Wed May 2 15:13:04 2007 +0000 Sebastian Dröge Correctly handle errors, especially in the loop function. Before it was easy to get the task paused but no error being posted on the bus. -Wed May 2 14:27:28 2007 +0000 Wim Taymans +2007-05-02 14:27:28 +0000 Wim Taymans gst/rtsp/test.c: Fix compilation of deprecated test just because I'm too lazy to delete it. Original commit message from CVS: @@ -15618,7 +15643,7 @@ Wed May 2 14:27:28 2007 +0000 Wim Taymans Fix compilation of deprecated test just because I'm too lazy to delete it. -Wed May 2 13:32:57 2007 +0000 Wim Taymans +2007-05-02 13:32:57 +0000 Wim Taymans gst/rtsp/gstrtspsrc.*: Fix sending RTCP to the right place. Original commit message from CVS: @@ -15649,7 +15674,7 @@ Wed May 2 13:32:57 2007 +0000 Wim Taymans * gst/rtsp/rtspmessage.c: (rtsp_message_init_response): Add small comment. -Tue May 1 16:13:58 2007 +0000 Sjoerd Simons +2007-05-01 16:13:58 +0000 Sjoerd Simons gst/rtp/gstrtpmp4vpay.*: Handle NEWSEGMENT and FLUSH events. Fixes #434824. Original commit message from CVS: @@ -15659,7 +15684,7 @@ Tue May 1 16:13:58 2007 +0000 Sjoerd Simons * gst/rtp/gstrtpmp4vpay.h: Handle NEWSEGMENT and FLUSH events. Fixes #434824. -Mon Apr 30 11:15:58 2007 +0000 Tim-Philipp Müller +2007-04-30 11:15:58 +0000 Tim-Philipp Müller docs/plugins/gst-plugins-good-plugins-docs.sgml: Remove v4l2src from docs, since it breaks the docs build, and the pl... Original commit message from CVS: @@ -15669,7 +15694,7 @@ Mon Apr 30 11:15:58 2007 +0000 Tim-Philipp Müller * docs/plugins/Makefile.am: Spaces => tab. -Sun Apr 29 14:43:37 2007 +0000 Wim Taymans +2007-04-29 14:43:37 +0000 Wim Taymans gst/udp/gstmultiudpsink.c: Add code to drop membership of a multicast group. Original commit message from CVS: @@ -15684,7 +15709,7 @@ Sun Apr 29 14:43:37 2007 +0000 Wim Taymans Use URI handler to make udpsink instace. Improve code to configure port and destination. -Sun Apr 29 13:56:18 2007 +0000 Thomas Vander Stichele +2007-04-29 13:56:18 +0000 Thomas Vander Stichele * sys/directdraw/gstdirectdrawsink.c: * sys/osxvideo/osxvideosink.m: @@ -15692,7 +15717,7 @@ Sun Apr 29 13:56:18 2007 +0000 Thomas Vander Stichele Original commit message from CVS: 80 char police -Sun Apr 29 13:53:16 2007 +0000 Thomas Vander Stichele +2007-04-29 13:53:16 +0000 Thomas Vander Stichele autogen.sh: Require automake 1.7 Original commit message from CVS: @@ -15711,7 +15736,7 @@ Sun Apr 29 13:53:16 2007 +0000 Thomas Vander Stichele * gst/modplug/Makefile.am: Fix up Makefile.am accordingly. -Sun Apr 29 13:49:02 2007 +0000 Thomas Vander Stichele +2007-04-29 13:49:02 +0000 Thomas Vander Stichele docs/plugins/inspect/: Add jack and update. Original commit message from CVS: @@ -15745,7 +15770,7 @@ Sun Apr 29 13:49:02 2007 +0000 Thomas Vander Stichele * docs/plugins/inspect/plugin-xvid.xml: Add jack and update. -Sun Apr 29 12:19:21 2007 +0000 Wim Taymans +2007-04-29 12:19:21 +0000 Wim Taymans gst/udp/gstmultiudpsink.c: Fix multicast detection. Original commit message from CVS: @@ -15755,7 +15780,7 @@ Sun Apr 29 12:19:21 2007 +0000 Wim Taymans * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri): Small debug improvement. -Fri Apr 27 16:44:17 2007 +0000 Wim Taymans +2007-04-27 16:44:17 +0000 Wim Taymans gst/rtsp/gstrtspsrc.c: Ignore ASYNC state messages from the udpsink, it's irrelevant for the parent. Original commit message from CVS: @@ -15765,14 +15790,14 @@ Fri Apr 27 16:44:17 2007 +0000 Wim Taymans Ignore ASYNC state messages from the udpsink, it's irrelevant for the parent. -Fri Apr 27 15:30:39 2007 +0000 Wim Taymans +2007-04-27 15:30:39 +0000 Wim Taymans gst/rtp/gstrtpilbcdepay.h: Fix mode property when specified as an arg. Original commit message from CVS: * gst/rtp/gstrtpilbcdepay.h: Fix mode property when specified as an arg. -Thu Apr 26 15:08:20 2007 +0000 Edward Hervey +2007-04-26 15:08:20 +0000 Edward Hervey docs/plugins/: Add documentation for osxaudio plugin. Original commit message from CVS: @@ -15782,7 +15807,7 @@ Thu Apr 26 15:08:20 2007 +0000 Edward Hervey * docs/plugins/inspect/plugin-osxaudio.xml: Add documentation for osxaudio plugin. -Thu Apr 26 14:31:32 2007 +0000 Edward Hervey +2007-04-26 14:31:32 +0000 Edward Hervey docs/plugins/: Add documentation for osxvideo Original commit message from CVS: @@ -15792,7 +15817,7 @@ Thu Apr 26 14:31:32 2007 +0000 Edward Hervey * docs/plugins/inspect/plugin-osxvideo.xml: Add documentation for osxvideo -Thu Apr 26 10:08:27 2007 +0000 Wim Taymans +2007-04-26 10:08:27 +0000 Wim Taymans gst/rtsp/gstrtspsrc.*: Protect state changes with a lock. Original commit message from CVS: @@ -15808,7 +15833,7 @@ Thu Apr 26 10:08:27 2007 +0000 Wim Taymans * gst/rtsp/rtspconnection.h: Remove some unused stuff. -Thu Apr 26 08:48:30 2007 +0000 Wim Taymans +2007-04-26 08:48:30 +0000 Wim Taymans gst/udp/gstudpsrc.c: Handle the case where there are exactly 0 bytes to read and the ioctl did not report an error. F... Original commit message from CVS: @@ -15816,7 +15841,7 @@ Thu Apr 26 08:48:30 2007 +0000 Wim Taymans Handle the case where there are exactly 0 bytes to read and the ioctl did not report an error. Fixes #433530. -Thu Apr 26 08:39:49 2007 +0000 Wim Taymans +2007-04-26 08:39:49 +0000 Wim Taymans gst/wavparse/gstwavparse.*: Apply DISCONT to buffers. Original commit message from CVS: @@ -15827,7 +15852,7 @@ Thu Apr 26 08:39:49 2007 +0000 Wim Taymans Only apply timestamp to the first sample after a DISCONT, too many VBR files cause random jitter in the timestamps. Fixes #433119. -Wed Apr 25 15:55:32 2007 +0000 Wim Taymans +2007-04-25 15:55:32 +0000 Wim Taymans gst/rtsp/gstrtpdec.*: Add dummy latency property to be backwards compat with rtpbin. Original commit message from CVS: @@ -15845,7 +15870,7 @@ Wed Apr 25 15:55:32 2007 +0000 Wim Taymans Don't set invalid clock-base and seqnum-base on caps, some servers sometimes don't send them. -Wed Apr 25 15:31:53 2007 +0000 Tim-Philipp Müller +2007-04-25 15:31:53 +0000 Tim-Philipp Müller gst/alpha/gstalphacolor.c: Double-check that RGB input caps are really RGBA caps (apparently the core doesn't always ... Original commit message from CVS: @@ -15863,7 +15888,7 @@ Wed Apr 25 15:31:53 2007 +0000 Tim-Philipp Müller (GST_START_TEST), (alphacolor_suite): Add some basic unit tests for alphacolor. -Wed Apr 25 15:08:22 2007 +0000 Tim-Philipp Müller +2007-04-25 15:08:22 +0000 Tim-Philipp Müller ext/libpng/gstpngdec.c: If we get a fatal flow return in the loop function, first post the error message and only the... Original commit message from CVS: @@ -15873,14 +15898,14 @@ Wed Apr 25 15:08:22 2007 +0000 Tim-Philipp Müller applications might get an eos message before the error message and think everything was ok (related to #429319). -Wed Apr 25 10:07:12 2007 +0000 Wim Taymans +2007-04-25 10:07:12 +0000 Wim Taymans gst/rtsp/rtspconnection.c: Read the channel byte as an unsigned byte. Original commit message from CVS: * gst/rtsp/rtspconnection.c: (rtsp_connection_receive): Read the channel byte as an unsigned byte. -Wed Apr 25 09:47:48 2007 +0000 Wim Taymans +2007-04-25 09:47:48 +0000 Wim Taymans gst/rtp/: Make sure we configure the clock_rate in the baseclass in the setcaps function. Fixes #431282. Original commit message from CVS: @@ -15904,7 +15929,7 @@ Wed Apr 25 09:47:48 2007 +0000 Wim Taymans Make sure we configure the clock_rate in the baseclass in the setcaps function. Fixes #431282. -Wed Apr 25 08:36:46 2007 +0000 Wim Taymans +2007-04-25 08:36:46 +0000 Wim Taymans gst/rtsp/gstrtspsrc.*: Parse server address from SDP. Original commit message from CVS: @@ -15918,14 +15943,14 @@ Wed Apr 25 08:36:46 2007 +0000 Wim Taymans * gst/rtsp/rtsptransport.h: Add some docs. -Wed Apr 25 06:52:09 2007 +0000 Stefan Kost +2007-04-25 06:52:09 +0000 Stefan Kost gst/wavparse/gstwavparse.c: Make header field check conditional. Fixes #433135 Original commit message from CVS: * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers): Make header field check conditional. Fixes #433135 -Tue Apr 24 09:12:42 2007 +0000 Tim-Philipp Müller +2007-04-24 09:12:42 +0000 Tim-Philipp Müller Add minimal docs blurb to alphacolor; split out headers into separate header file for gtk-doc. Original commit message from CVS: @@ -15939,7 +15964,7 @@ Tue Apr 24 09:12:42 2007 +0000 Tim-Philipp Müller Add minimal docs blurb to alphacolor; split out headers into separate header file for gtk-doc. -Fri Apr 20 17:25:50 2007 +0000 Tim-Philipp Müller +2007-04-20 17:25:50 +0000 Tim-Philipp Müller gst/debug/progressreport.c: Don't try to post NULL message (in case we can't query upstream position or duration). Original commit message from CVS: @@ -15947,7 +15972,7 @@ Fri Apr 20 17:25:50 2007 +0000 Tim-Philipp Müller Don't try to post NULL message (in case we can't query upstream position or duration). -Wed Apr 18 12:36:37 2007 +0000 Michael Smith +2007-04-18 12:36:37 +0000 Michael Smith gst/cutter/gstcutter.*: Fix some of the most obvious bugs in cutter. Now doesn't leak everything if input is silent. Original commit message from CVS: @@ -15957,7 +15982,7 @@ Wed Apr 18 12:36:37 2007 +0000 Michael Smith Fix some of the most obvious bugs in cutter. Now doesn't leak everything if input is silent. -Wed Apr 18 09:48:25 2007 +0000 Sebastian Dröge +2007-04-18 09:48:25 +0000 Sebastian Dröge gst/wavenc/gstwavenc.*: everything else results in a invalid block align and invalid files. Original commit message from CVS: @@ -15967,7 +15992,7 @@ Wed Apr 18 09:48:25 2007 +0000 Sebastian Dröge Wav apparently only supports width==GST_ROUND_UP(depth), everything else results in a invalid block align and invalid files. -Tue Apr 17 16:39:02 2007 +0000 Snaik +2007-04-17 16:39:02 +0000 Snaik gst/smpte/barboxwipes.c: Add missing break statement for BOX_HORIZONTAL case. Original commit message from CVS: @@ -15975,7 +16000,7 @@ Tue Apr 17 16:39:02 2007 +0000 Snaik * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw): Add missing break statement for BOX_HORIZONTAL case. -Tue Apr 17 10:14:43 2007 +0000 Vincent Torri +2007-04-17 10:14:43 +0000 Vincent Torri gst/wavparse/gstwavparse.c: Use correct format strings for integer types. Original commit message from CVS: @@ -15983,7 +16008,7 @@ Tue Apr 17 10:14:43 2007 +0000 Vincent Torri * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers): Use correct format strings for integer types. -Tue Apr 17 02:51:02 2007 +0000 Sebastian Dröge +2007-04-17 02:51:02 +0000 Sebastian Dröge gst/wavparse/gstwavparse.c: Use gst_riff_create_audio_template_caps () instead of the local caps. Original commit message from CVS: @@ -15993,7 +16018,7 @@ Tue Apr 17 02:51:02 2007 +0000 Sebastian Dröge This makes updates of the local caps unecessary whenever libgstriff gets support for new formats. -Mon Apr 16 21:29:40 2007 +0000 Brian Cameron +2007-04-16 21:29:40 +0000 Brian Cameron sys/sunaudio/: Fix and/or update copyright attributions (#430228). Original commit message from CVS: @@ -16010,7 +16035,7 @@ Mon Apr 16 21:29:40 2007 +0000 Brian Cameron * sys/sunaudio/gstsunaudiosrc.h: Fix and/or update copyright attributions (#430228). -Sat Apr 14 17:18:14 2007 +0000 Sébastien Moutte +2007-04-14 17:18:14 +0000 Sébastien Moutte docs/plugins/inspect/: Add xml doc files for Windows sinks Original commit message from CVS: @@ -16023,7 +16048,7 @@ Sat Apr 14 17:18:14 2007 +0000 Sébastien Moutte * win32/vs6/gst_plugins_bad.dsw: Update projects files. -Fri Apr 13 09:32:21 2007 +0000 Wim Taymans +2007-04-13 09:32:21 +0000 Wim Taymans docs/plugins/gst-plugins-good-plugins-sections.txt: Fix docs. Original commit message from CVS: @@ -16039,7 +16064,7 @@ Fri Apr 13 09:32:21 2007 +0000 Wim Taymans (gst_rtspsrc_parse_rtpinfo): Remove unused code. -Fri Apr 13 08:19:35 2007 +0000 Stefan Kost +2007-04-13 08:19:35 +0000 Stefan Kost gst/wavparse/gstwavparse.c: Relax the audio/mpeg caps again and add FIXME: comment. Original commit message from CVS: @@ -16048,7 +16073,7 @@ Fri Apr 13 08:19:35 2007 +0000 Stefan Kost (gst_wavparse_stream_data): Relax the audio/mpeg caps again and add FIXME: comment. -Fri Apr 13 06:20:28 2007 +0000 Stefan Kost +2007-04-13 06:20:28 +0000 Stefan Kost gst/wavparse/gstwavparse.*: More sanity check for the header fields. Fix type for 'rate' header field. Original commit message from CVS: @@ -16059,7 +16084,7 @@ Fri Apr 13 06:20:28 2007 +0000 Stefan Kost More sanity check for the header fields. Fix type for 'rate' header field. -Thu Apr 12 16:06:31 2007 +0000 Tim-Philipp Müller +2007-04-12 16:06:31 +0000 Tim-Philipp Müller gst/icydemux/gsticydemux.c: If the metadata strings we get in the stream are not UTF-8, try to interpret them accordi... Original commit message from CVS: @@ -16071,14 +16096,14 @@ Thu Apr 12 16:06:31 2007 +0000 Tim-Philipp Müller only fall back to locale/ISO-8859-1 if those aren't set or don't work. Should fix #428901. -Thu Apr 12 14:20:56 2007 +0000 Wim Taymans +2007-04-12 14:20:56 +0000 Wim Taymans gst/rtp/gstrtph264depay.c: Use the proper sync word for SPS and PPS. Original commit message from CVS: * gst/rtp/gstrtph264depay.c: Use the proper sync word for SPS and PPS. -Thu Apr 12 11:41:11 2007 +0000 Thomas Vander Stichele +2007-04-12 11:41:11 +0000 Thomas Vander Stichele gst/rtp/Makefile.am: gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME, fnv1_hash_32_new, fnv1_hash_... Original commit message from CVS: @@ -16100,7 +16125,7 @@ Thu Apr 12 11:41:11 2007 +0000 Thomas Vander Stichele in the same ident and thus the same SDP description. Various log fixes/changes. -Thu Apr 12 11:37:50 2007 +0000 jerry tan +2007-04-12 11:37:50 +0000 jerry tan sys/sunaudio/gstsunaudiosrc.c: it is the application's responsibility to make sure it open the device once. Original commit message from CVS: @@ -16110,7 +16135,7 @@ Thu Apr 12 11:37:50 2007 +0000 jerry tan application's responsibility to make sure it open the device once. Remove a careless error if AUDIODEV is set. Fixes #392620. -Thu Apr 12 10:52:02 2007 +0000 Wim Taymans +2007-04-12 10:52:02 +0000 Wim Taymans gst/qtdemux/qtdemux.c: Make timescale 32 bits again so we don't screw up the pts_offset calculations. Original commit message from CVS: @@ -16118,7 +16143,7 @@ Thu Apr 12 10:52:02 2007 +0000 Wim Taymans Make timescale 32 bits again so we don't screw up the pts_offset calculations. -Thu Apr 12 08:21:28 2007 +0000 Wim Taymans +2007-04-12 08:21:28 +0000 Wim Taymans gst/rtsp/gstrtpdec.*: Make backward compat with rtpbin by adding the request-pt-map signals. Original commit message from CVS: @@ -16135,7 +16160,7 @@ Thu Apr 12 08:21:28 2007 +0000 Wim Taymans Implement request-pt-map signals instead of setting caps on the buffers for the session manager. -Wed Apr 11 10:25:25 2007 +0000 Wim Taymans +2007-04-11 10:25:25 +0000 Wim Taymans gst/udp/gstudp.c: Register GstNetBuffer in plugin_init so that the type can be used from multiple threads without races. Original commit message from CVS: @@ -16143,14 +16168,14 @@ Wed Apr 11 10:25:25 2007 +0000 Wim Taymans Register GstNetBuffer in plugin_init so that the type can be used from multiple threads without races. -Wed Apr 11 10:19:06 2007 +0000 Christian Schaller +2007-04-11 10:19:06 +0000 Christian Schaller * gst-plugins-good.spec.in: update to spec file Original commit message from CVS: update to spec file -Wed Apr 11 09:53:38 2007 +0000 Wim Taymans +2007-04-11 09:53:38 +0000 Wim Taymans gst/qtdemux/: Handle version 1 mdhd atoms to get extended precision durations. Original commit message from CVS: @@ -16161,7 +16186,7 @@ Wed Apr 11 09:53:38 2007 +0000 Wim Taymans Handle version 1 mdhd atoms to get extended precision durations. Fixes #426972. -Tue Apr 10 17:06:05 2007 +0000 Wim Taymans +2007-04-10 17:06:05 +0000 Wim Taymans gst/rtp/gstrtpamrdepay.c: Fix depayloader clock_rate and some cleanups. Original commit message from CVS: @@ -16180,7 +16205,7 @@ Tue Apr 10 17:06:05 2007 +0000 Wim Taymans Disable rank, this one does not work. Remove timestamping, base class does that. -Tue Apr 10 12:01:33 2007 +0000 Stefan Kost +2007-04-10 12:01:33 +0000 Stefan Kost gst/auparse/gstauparse.c: limit caps to the formats we announce in the template Original commit message from CVS: @@ -16191,7 +16216,7 @@ Tue Apr 10 12:01:33 2007 +0000 Stefan Kost (gst_wavparse_add_src_pad), (gst_wavparse_stream_data): fix some crashers/asserts when dealing with broken files -Tue Apr 10 10:01:14 2007 +0000 Peter Kjellerstedt +2007-04-10 10:01:14 +0000 Peter Kjellerstedt gst/: Fix some compiler warnings. Fixes #428182. Original commit message from CVS: @@ -16206,7 +16231,7 @@ Tue Apr 10 10:01:14 2007 +0000 Peter Kjellerstedt * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send): Fix some compiler warnings. Fixes #428182. -Fri Apr 6 12:54:16 2007 +0000 Wim Taymans +2007-04-06 12:54:16 +0000 Wim Taymans gst/rtsp/: Morph RTPDec into something compatible with RTPBin as a fallback. Original commit message from CVS: @@ -16241,7 +16266,7 @@ Fri Apr 6 12:54:16 2007 +0000 Wim Taymans Implement fallback session manager. Make RTPBin the default one when available. -Thu Apr 5 15:05:24 2007 +0000 Wim Taymans +2007-04-05 15:05:24 +0000 Wim Taymans gst/qtdemux/gstrtpxqtdepay.*: Try to recover from packet loss a little better. Original commit message from CVS: @@ -16250,7 +16275,7 @@ Thu Apr 5 15:05:24 2007 +0000 Wim Taymans * gst/qtdemux/gstrtpxqtdepay.h: Try to recover from packet loss a little better. -Thu Apr 5 13:56:44 2007 +0000 Wim Taymans +2007-04-05 13:56:44 +0000 Wim Taymans gst/rtp/gstrtpmp4adepay.c: This element is ready to be autoplugged. Original commit message from CVS: @@ -16258,7 +16283,7 @@ Thu Apr 5 13:56:44 2007 +0000 Wim Taymans (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init): This element is ready to be autoplugged. -Thu Apr 5 11:26:25 2007 +0000 Julien Moutte +2007-04-05 11:26:25 +0000 Julien Moutte gst/avi/gstavidemux.c: Don't leave the offsets defined by upstream element on the compressed data buffer we are pushi... Original commit message from CVS: @@ -16268,7 +16293,7 @@ Thu Apr 5 11:26:25 2007 +0000 Julien Moutte compressed data buffer we are pushing downstream. Make them GST_BUFFER_OFFSET_NONE. -Wed Apr 4 12:39:41 2007 +0000 Stefan Kost +2007-04-04 12:39:41 +0000 Stefan Kost gst/avi/: Don't abort on out-of-memory. Use stream-nr as unsigned integer only. Original commit message from CVS: @@ -16283,14 +16308,14 @@ Wed Apr 4 12:39:41 2007 +0000 Stefan Kost (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data): Don't abort on out-of-memory. Use stream-nr as unsigned integer only. -Tue Apr 3 09:55:45 2007 +0000 Wim Taymans +2007-04-03 09:55:45 +0000 Wim Taymans gst/smpte/barboxwipes.c: Original commit message from CVS: * gst/smpte/barboxwipes.c: Fix error as spotted by Snaik -Fri Mar 30 17:19:34 2007 +0000 Sebastian Dröge +2007-03-30 17:19:34 +0000 Sebastian Dröge gst/wavparse/gstwavparse.c: Support audio/x-raw-float in wav files. This only works with plugins-base CVS, using an o... Original commit message from CVS: @@ -16299,7 +16324,7 @@ Fri Mar 30 17:19:34 2007 +0000 Sebastian Dröge plugins-base CVS, using an older version doesn't have any disadvantages though. -Fri Mar 30 15:59:27 2007 +0000 Sebastian Dröge +2007-03-30 15:59:27 +0000 Sebastian Dröge Revert last change as we don't want plugins-good to depend on plugins-base CVS now. Original commit message from CVS: @@ -16310,7 +16335,7 @@ Fri Mar 30 15:59:27 2007 +0000 Sebastian Dröge Revert last change as we don't want plugins-good to depend on plugins-base CVS now. -Fri Mar 30 04:50:11 2007 +0000 Sebastian Dröge +2007-03-30 04:50:11 +0000 Sebastian Dröge ext/wavpack/: Don't play audioconvert. As wavpack wants/outputs all samples with width==32 and depth=[1,32] accept th... Original commit message from CVS: @@ -16345,7 +16370,7 @@ Fri Mar 30 04:50:11 2007 +0000 Sebastian Dröge * ext/wavpack/gstwavpackparse.h: Fix indention. gst-indent is now called by cicl. -Thu Mar 29 18:51:33 2007 +0000 René Stadler +2007-03-29 18:51:33 +0000 René Stadler configure.ac: Require gst-plugins-base CVS for audioconvert with non-native float support and width/depth fix in libg... Original commit message from CVS: @@ -16359,7 +16384,7 @@ Thu Mar 29 18:51:33 2007 +0000 René Stadler Don't swap the floats ourself if they're not in native endianness. Instead let audioconvert handle this. Fixes #339838. -Thu Mar 29 14:40:35 2007 +0000 Wim Taymans +2007-03-29 14:40:35 +0000 Wim Taymans gst/rtp/: Flush adapter on disconts. Original commit message from CVS: @@ -16376,7 +16401,7 @@ Thu Mar 29 14:40:35 2007 +0000 Wim Taymans * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process): Flush adapter on disconts. -Thu Mar 29 14:03:21 2007 +0000 Wim Taymans +2007-03-29 14:03:21 +0000 Wim Taymans gst/rtp/: Use more efficient adapter and rtpbuffer methods when possible. Original commit message from CVS: @@ -16397,7 +16422,7 @@ Thu Mar 29 14:03:21 2007 +0000 Wim Taymans * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process): Use more efficient adapter and rtpbuffer methods when possible. -Thu Mar 29 12:14:22 2007 +0000 Sebastian Dröge +2007-03-29 12:14:22 +0000 Sebastian Dröge gst/wavenc/gstwavenc.c: Correctly handle width!=depth input. Original commit message from CVS: @@ -16408,7 +16433,7 @@ Thu Mar 29 12:14:22 2007 +0000 Sebastian Dröge Already export in the caps that width==8 uses unsigned samples and everything else uses signed samples. -Thu Mar 29 09:59:23 2007 +0000 Laurent Glayal +2007-03-29 09:59:23 +0000 Laurent Glayal gst/udp/: Rework the socket allocation a bit based on the sockfd argument so that it becomes usable. Original commit message from CVS: @@ -16429,7 +16454,7 @@ Thu Mar 29 09:59:23 2007 +0000 Laurent Glayal API:GstUDPSrc::closefd property API:GstDynUDPSink::closefd property -Thu Mar 29 08:08:49 2007 +0000 Laurent Glayal +2007-03-29 08:08:49 +0000 Laurent Glayal gst/rtp/: Added H264 payloader. Fixes #423782. Original commit message from CVS: @@ -16448,14 +16473,14 @@ Thu Mar 29 08:08:49 2007 +0000 Laurent Glayal (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process): Small fixes. -Wed Mar 28 22:27:36 2007 +0000 Sebastian Dröge +2007-03-28 22:27:36 +0000 Sebastian Dröge gst/wavparse/gstwavparse.c: Actually support depths from 1 to 32, not only 8 to 32. Original commit message from CVS: * gst/wavparse/gstwavparse.c: Actually support depths from 1 to 32, not only 8 to 32. -Wed Mar 28 22:23:43 2007 +0000 Sebastian Dröge +2007-03-28 22:23:43 +0000 Sebastian Dröge gst/wavparse/gstwavparse.c: Add support for wav files containing audio/x-raw-int with random depths between 1 and 32 ... Original commit message from CVS: @@ -16463,7 +16488,7 @@ Wed Mar 28 22:23:43 2007 +0000 Sebastian Dröge Add support for wav files containing audio/x-raw-int with random depths between 1 and 32 bits. -Wed Mar 28 18:40:12 2007 +0000 Stefan Kost +2007-03-28 18:40:12 +0000 Stefan Kost gst/rtp/: Added MP4A-LATM depayloader. Fixes #417792. Original commit message from CVS: @@ -16486,7 +16511,7 @@ Wed Mar 28 18:40:12 2007 +0000 Stefan Kost * gst/rtsp/URLS: Add url to test above. -Wed Mar 28 15:17:27 2007 +0000 Edward Hervey +2007-03-28 15:17:27 +0000 Edward Hervey gst/qtdemux/: Process 'ctts' atoms, which are present in AVC ISO files (.mov files with h264 video). Original commit message from CVS: @@ -16502,7 +16527,7 @@ Wed Mar 28 15:17:27 2007 +0000 Edward Hervey and set the PTS on outgoing buffers. Fixes #423283 -Sun Mar 25 15:34:42 2007 +0000 Wim Taymans +2007-03-25 15:34:42 +0000 Wim Taymans gst/rtsp/gstrtspsrc.*: Handle default clock-rates for static payload types, rearrange stuff so that the rtpmap field ... Original commit message from CVS: @@ -16521,7 +16546,7 @@ Sun Mar 25 15:34:42 2007 +0000 Wim Taymans Delay configuring caps after we got the RTP-Info from the PLAY reply from the server. -Sat Mar 24 19:46:59 2007 +0000 Tim-Philipp Müller +2007-03-24 19:46:59 +0000 Tim-Philipp Müller gst/interleave/deinterleave.c: Remove 'channel-positions' field when munging input caps into 1-channel output caps (I... Original commit message from CVS: @@ -16531,7 +16556,7 @@ Sat Mar 24 19:46:59 2007 +0000 Tim-Philipp Müller position for each channel on the output caps if it's non-NONE, but I'll save that as a task for another day). -Thu Mar 22 22:14:29 2007 +0000 Tim-Philipp Müller +2007-03-22 22:14:29 +0000 Tim-Philipp Müller gst/interleave/deinterleave.c: Don't leak input buffer in chain function; maintain our own list of source pads - ther... Original commit message from CVS: @@ -16543,7 +16568,7 @@ Thu Mar 22 22:14:29 2007 +0000 Tim-Philipp Müller in the GstElement struct, and we want a very specific order; lastly, some more debugging. -Thu Mar 22 16:25:56 2007 +0000 Sebastian Dröge +2007-03-22 16:25:56 +0000 Sebastian Dröge ext/wavpack/gstwavpackparse.c: Revert last commit, preventing infinite plugging loops with ranks is no clean solution... Original commit message from CVS: @@ -16552,7 +16577,7 @@ Thu Mar 22 16:25:56 2007 +0000 Sebastian Dröge is no clean solution and in general there's no reason why one wants to parse framed wavpack data again. -Thu Mar 22 15:52:51 2007 +0000 Sebastian Dröge +2007-03-22 15:52:51 +0000 Sebastian Dröge ext/wavpack/gstwavpackenc.c: Send the new segment event in time format instead of bytes. This allows "wavpackenc ! wa... Original commit message from CVS: @@ -16565,7 +16590,7 @@ Thu Mar 22 15:52:51 2007 +0000 Sebastian Dröge rank of wavpackparse by one. This allows "wavpackenc ! wavpackparse ! ..." pipelines. -Thu Mar 22 11:08:03 2007 +0000 Sebastian Dröge +2007-03-22 11:08:03 +0000 Sebastian Dröge ext/wavpack/gstwavpackdec.c: Revert to use gst_pad_alloc_buffer() here. We can and should use it. Original commit message from CVS: @@ -16573,7 +16598,7 @@ Thu Mar 22 11:08:03 2007 +0000 Sebastian Dröge Revert to use gst_pad_alloc_buffer() here. We can and should use it. Thanks to Jan and Mike for noticing my mistake. -Thu Mar 22 09:44:17 2007 +0000 Christophe Dehais +2007-03-22 09:44:17 +0000 Christophe Dehais ext/gconf/gconf.c: Accept complex pipeline descriptions as an audio profile instead of just a single element. Fixes #... Original commit message from CVS: @@ -16582,7 +16607,7 @@ Thu Mar 22 09:44:17 2007 +0000 Christophe Dehais Accept complex pipeline descriptions as an audio profile instead of just a single element. Fixes #420658. -Thu Mar 22 00:17:41 2007 +0000 Sebastian Dröge +2007-03-22 00:17:41 +0000 Sebastian Dröge ext/wavpack/gstwavpackenc.*: Put the write helpers into the GstWavpackEnc struct directly and not as a pointer to sav... Original commit message from CVS: @@ -16597,7 +16622,7 @@ Thu Mar 22 00:17:41 2007 +0000 Sebastian Dröge For consistency reasons also set GST_BUFFER_OFFSET_END on the outgoing buffers the same way wavpackenc does it. -Wed Mar 21 23:50:09 2007 +0000 Sebastian Dröge +2007-03-21 23:50:09 +0000 Sebastian Dröge ext/wavpack/gstwavpackdec.c: Don't use gst_pad_alloc_buffer() as we might clip the buffer later and Original commit message from CVS: @@ -16607,7 +16632,7 @@ Wed Mar 21 23:50:09 2007 +0000 Sebastian Dröge unit-size. Also plug a possible memleak that happens when decoding fails for some reason. -Wed Mar 21 11:49:32 2007 +0000 Tim-Philipp Müller +2007-03-21 11:49:32 +0000 Tim-Philipp Müller gst/apetag/gsttagdemux.c: Rename registered type in preparation of GstTagDemux moving to Original commit message from CVS: @@ -16615,7 +16640,7 @@ Wed Mar 21 11:49:32 2007 +0000 Tim-Philipp Müller Rename registered type in preparation of GstTagDemux moving to -base at some point in the future. -Mon Mar 19 10:29:19 2007 +0000 Tim-Philipp Müller +2007-03-19 10:29:19 +0000 Tim-Philipp Müller gst/wavparse/gstwavparse.c: Streaming mode fixes: don't unref buffer we don't own any longer; remove bogus adapter fl... Original commit message from CVS: @@ -16623,7 +16648,7 @@ Mon Mar 19 10:29:19 2007 +0000 Tim-Philipp Müller Streaming mode fixes: don't unref buffer we don't own any longer; remove bogus adapter flush. Fixes #419338. -Sun Mar 18 04:21:28 2007 +0000 David Schleef +2007-03-18 04:21:28 +0000 David Schleef REQUIREMENTS: Change the format to key/value, add a bunch of information, remove a bunch of requirements that are for... Original commit message from CVS: @@ -16631,21 +16656,21 @@ Sun Mar 18 04:21:28 2007 +0000 David Schleef information, remove a bunch of requirements that are for other GStreamer packages. -Sun Mar 18 02:00:54 2007 +0000 David Schleef +2007-03-18 02:00:54 +0000 David Schleef REQUIREMENTS: Fix a few things. This file really needs a good once-over. Original commit message from CVS: * REQUIREMENTS: Fix a few things. This file really needs a good once-over. -Fri Mar 16 18:38:18 2007 +0000 Edward Hervey +2007-03-16 18:38:18 +0000 Edward Hervey sys/osxvideo/osxvideosink.m: Fix previous commit, we want to pass the NSView in the message. Original commit message from CVS: * sys/osxvideo/osxvideosink.m: Fix previous commit, we want to pass the NSView in the message. -Fri Mar 16 16:27:20 2007 +0000 Edward Hervey +2007-03-16 16:27:20 +0000 Edward Hervey sys/osxvideo/osxvideosink.m: Emit 'have-ns-view' message when working in embedded mode. The message will contain a po... Original commit message from CVS: @@ -16653,7 +16678,7 @@ Fri Mar 16 16:27:20 2007 +0000 Edward Hervey Emit 'have-ns-view' message when working in embedded mode. The message will contain a pointer to the newly created NSView. -Fri Mar 16 09:57:40 2007 +0000 Stefan Kost +2007-03-16 09:57:40 +0000 Stefan Kost gst/equalizer/gstiirequalizer10bands.c: A 10 band EQ should be initialized to 1 bands and not to 3. Original commit message from CVS: @@ -16661,14 +16686,14 @@ Fri Mar 16 09:57:40 2007 +0000 Stefan Kost (gst_iir_equalizer_10bands_init): A 10 band EQ should be initialized to 1 bands and not to 3. -Thu Mar 15 12:05:01 2007 +0000 Edward Hervey +2007-03-15 12:05:01 +0000 Edward Hervey sys/Makefile.am: Don't forget to distribute the sys/osxaudio/ directory. Original commit message from CVS: * sys/Makefile.am: Don't forget to distribute the sys/osxaudio/ directory. -Thu Mar 15 11:39:53 2007 +0000 Edward Hervey +2007-03-15 11:39:53 +0000 Edward Hervey Activate osxaudio in gst-plugins-good with proper build setup. Original commit message from CVS: @@ -16694,7 +16719,7 @@ Thu Mar 15 11:39:53 2007 +0000 Edward Hervey Fix ringbuffer when pausing. Fixes #323471 -Wed Mar 14 22:21:26 2007 +0000 Philippe Kalaf +2007-03-14 22:21:26 +0000 Philippe Kalaf gst/rtp/: Ported mulaw and alaw payloaders to use new base class Original commit message from CVS: @@ -16704,7 +16729,7 @@ Wed Mar 14 22:21:26 2007 +0000 Philippe Kalaf * gst/rtp/gstrtppcmupay.h: Ported mulaw and alaw payloaders to use new base class -Wed Mar 14 16:30:19 2007 +0000 Edward Hervey +2007-03-14 16:30:19 +0000 Edward Hervey sys/osxvideo/: Fix leaks when running a NSApp. Original commit message from CVS: @@ -16718,7 +16743,7 @@ Wed Mar 14 16:30:19 2007 +0000 Edward Hervey Only thing left before being able to move this to -good is documentation and embedded window support. -Wed Mar 14 15:25:10 2007 +0000 Thomas Vander Stichele +2007-03-14 15:25:10 +0000 Thomas Vander Stichele po/: Update translations. Original commit message from CVS: @@ -16736,14 +16761,14 @@ Wed Mar 14 15:25:10 2007 +0000 Thomas Vander Stichele * po/vi.po: Update translations. -Wed Mar 14 14:49:45 2007 +0000 Tim-Philipp Müller +2007-03-14 14:49:45 +0000 Tim-Philipp Müller configure.ac: Fix string replace error (AG_AG_GST_* => AG_GST_*). Original commit message from CVS: * configure.ac: Fix string replace error (AG_AG_GST_* => AG_GST_*). -Wed Mar 14 14:48:08 2007 +0000 Stefan Kost +2007-03-14 14:48:08 +0000 Stefan Kost gst/equalizer/: Add 3 and 10 band version and add missing gst_object_sync_values. Original commit message from CVS: @@ -16779,7 +16804,7 @@ Wed Mar 14 14:48:08 2007 +0000 Stefan Kost (gst_spectrum_transform_ip): Add some comments about float support. -Mon Mar 12 17:56:54 2007 +0000 Tim-Philipp Müller +2007-03-12 17:56:54 +0000 Tim-Philipp Müller gst/apetag/gsttagdemux.c: Fix handling of -1 values for start and stop values when seeking, and SEEK_CUR+SEEK_END her... Original commit message from CVS: @@ -16787,7 +16812,7 @@ Mon Mar 12 17:56:54 2007 +0000 Tim-Philipp Müller Fix handling of -1 values for start and stop values when seeking, and SEEK_CUR+SEEK_END here as well. -Mon Mar 12 17:24:23 2007 +0000 Jan Schmidt +2007-03-12 17:24:23 +0000 Jan Schmidt gst/id3demux/gstid3demux.c: Fix handling of -1 values for start and stop values when seeking, and SEEK_CUR+SEEK_END. Original commit message from CVS: @@ -16795,14 +16820,14 @@ Mon Mar 12 17:24:23 2007 +0000 Jan Schmidt Fix handling of -1 values for start and stop values when seeking, and SEEK_CUR+SEEK_END. -Mon Mar 12 15:49:02 2007 +0000 Jan Schmidt +2007-03-12 15:49:02 +0000 Jan Schmidt * ChangeLog: I'm too lazy to comment this Original commit message from CVS: Add Patch by: line for wim, since he's away -Mon Mar 12 13:28:29 2007 +0000 Tim-Philipp Müller +2007-03-12 13:28:29 +0000 Tim-Philipp Müller gst/id3demux/id3v2frames.c: Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is the image format a vari... Original commit message from CVS: @@ -16813,7 +16838,7 @@ Mon Mar 12 13:28:29 2007 +0000 Tim-Philipp Müller 3 characters (see #348644 for a sample tag). Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'. -Sun Mar 11 22:23:04 2007 +0000 Sébastien Moutte +2007-03-11 22:23:04 +0000 Sébastien Moutte sys/directdraw/gstdirectdrawsink.*: Handle display mode changes during playback. Original commit message from CVS: @@ -16821,7 +16846,7 @@ Sun Mar 11 22:23:04 2007 +0000 Sébastien Moutte * sys/directdraw/gstdirectdrawsink.h: Handle display mode changes during playback. -Sat Mar 10 16:07:31 2007 +0000 Sébastien Moutte +2007-03-10 16:07:31 +0000 Sébastien Moutte win32/MANIFEST: Add new project files to MANIFEST. Original commit message from CVS: @@ -16832,7 +16857,7 @@ Sat Mar 10 16:07:31 2007 +0000 Sébastien Moutte * win32/vs6/libgstrtsp.dsp: Update project files. -Sat Mar 10 12:30:48 2007 +0000 Tim-Philipp Müller +2007-03-10 12:30:48 +0000 Tim-Philipp Müller Printf format fixes; also add some missing quotes in translated strings. Fixes #416728 and #416727. Original commit message from CVS: @@ -16843,7 +16868,7 @@ Sat Mar 10 12:30:48 2007 +0000 Tim-Philipp Müller Printf format fixes; also add some missing quotes in translated strings. Fixes #416728 and #416727. -Fri Mar 9 20:12:08 2007 +0000 Jan Schmidt +2007-03-09 20:12:08 +0000 Jan Schmidt gst/autodetect/gstautoaudiosink.c: Tim and I can't think of any reason the child audio sink needs to be set back to N... Original commit message from CVS: @@ -16854,7 +16879,7 @@ Fri Mar 9 20:12:08 2007 +0000 Jan Schmidt anyway, causing an unnecessary close/open of any audio devices involved. -Fri Mar 9 19:51:27 2007 +0000 Tim-Philipp Müller +2007-03-09 19:51:27 +0000 Tim-Philipp Müller po/: Add ja.po file from #377306. Original commit message from CVS: @@ -16862,7 +16887,7 @@ Fri Mar 9 19:51:27 2007 +0000 Tim-Philipp Müller * po/ja.po: Add ja.po file from #377306. -Fri Mar 9 19:44:30 2007 +0000 Tim-Philipp Müller +2007-03-09 19:44:30 +0000 Tim-Philipp Müller sys/sunaudio/: Actually translate sunaudio mixer track labels instead of just marking the strings as translatable (#3... Original commit message from CVS: @@ -16881,14 +16906,14 @@ Fri Mar 9 19:44:30 2007 +0000 Tim-Philipp Müller Very minimalistic unit test for sunaudiomixer element (compiles, but not actually tested on a system where sunaudiomixer is available). -Fri Mar 9 18:49:37 2007 +0000 Jan Schmidt +2007-03-09 18:49:37 +0000 Jan Schmidt tests/check/Makefile.am: Re-enable the states test and see if it works on the buildbots. Original commit message from CVS: * tests/check/Makefile.am: Re-enable the states test and see if it works on the buildbots. -Fri Mar 9 17:32:32 2007 +0000 Wim Taymans +2007-03-09 17:32:32 +0000 Wim Taymans ext/dv/gstdvdec.*: Infer pixel-aspect-ratio from the video frame format if it isn't provided by the container, as hap... Original commit message from CVS: @@ -16902,7 +16927,7 @@ Fri Mar 9 17:32:32 2007 +0000 Wim Taymans Patch by: Wim Taymans Fixes #380944 -Fri Mar 9 17:05:17 2007 +0000 Wim Taymans +2007-03-09 17:05:17 +0000 Wim Taymans gst/rtsp/gstrtspsrc.c: When activated, remove the udpsrc timeout, we have dataflow and timeouts will later be handled... Original commit message from CVS: @@ -16910,7 +16935,7 @@ Fri Mar 9 17:05:17 2007 +0000 Wim Taymans When activated, remove the udpsrc timeout, we have dataflow and timeouts will later be handled by the jitterbuffer. -Fri Mar 9 16:53:39 2007 +0000 Wim Taymans +2007-03-09 16:53:39 +0000 Wim Taymans ext/taglib/gstid3v2mux.cc: Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag. Original commit message from CVS: @@ -16918,7 +16943,7 @@ Fri Mar 9 16:53:39 2007 +0000 Wim Taymans Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag. Fixes #414496. -Fri Mar 9 15:04:45 2007 +0000 Wim Taymans +2007-03-09 15:04:45 +0000 Wim Taymans gst/avi/gstavidemux.c: Fix stream position reporting after a seek. Fixes #416445. Original commit message from CVS: @@ -16928,7 +16953,7 @@ Fri Mar 9 15:04:45 2007 +0000 Wim Taymans (gst_avi_demux_chain): Fix stream position reporting after a seek. Fixes #416445. -Fri Mar 9 08:58:26 2007 +0000 Stefan Kost +2007-03-09 08:58:26 +0000 Stefan Kost gst/equalizer/: Refactor plugin into a base class and a first subclass (nband eq). The nband eq uses GstChildProxy an... Original commit message from CVS: @@ -16958,7 +16983,7 @@ Fri Mar 9 08:58:26 2007 +0000 Stefan Kost nband eq uses GstChildProxy and is controlable. More subclasses will follow. -Thu Mar 8 16:01:42 2007 +0000 René Stadler +2007-03-08 16:01:42 +0000 René Stadler gst/avi/gstavidemux.c: Make avidemux accept optional header chunks in any order. Original commit message from CVS: @@ -16969,7 +16994,7 @@ Thu Mar 8 16:01:42 2007 +0000 René Stadler Make avidemux accept optional header chunks in any order. Fixes #415446. -Thu Mar 8 12:23:57 2007 +0000 Jan Schmidt +2007-03-08 12:23:57 +0000 Jan Schmidt tests/check/Makefile.am: Disable the states check until the remaining Valgrind errors are fixed or suppressed. Original commit message from CVS: @@ -16977,14 +17002,14 @@ Thu Mar 8 12:23:57 2007 +0000 Jan Schmidt Disable the states check until the remaining Valgrind errors are fixed or suppressed. -Thu Mar 8 10:24:43 2007 +0000 Sebastian Dröge +2007-03-08 10:24:43 +0000 Sebastian Dröge tests/check/elements/.cvsignore: Add audiodynamic check to .cvsignore Original commit message from CVS: * tests/check/elements/.cvsignore: Add audiodynamic check to .cvsignore -Thu Mar 8 10:02:12 2007 +0000 Sebastian Dröge +2007-03-08 10:02:12 +0000 Sebastian Dröge gst/audiofx/: Add new audiodynamic element which can act as a compressor or expander. Supported are hard-knee and sof... Original commit message from CVS: @@ -17023,14 +17048,14 @@ Thu Mar 8 10:02:12 2007 +0000 Sebastian Dröge (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main): Add unit test for audiodynamic. -Wed Mar 7 19:48:03 2007 +0000 Jan Schmidt +2007-03-07 19:48:03 +0000 Jan Schmidt ext/raw1394/gstdv1394src.c: Free handles that we allocated when exiting via the error paths. Original commit message from CVS: * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start): Free handles that we allocated when exiting via the error paths. -Wed Mar 7 12:07:07 2007 +0000 Sebastian Dröge +2007-03-07 12:07:07 +0000 Sebastian Dröge ext/wavpack/: Use a general wavpack debug category for common code. Original commit message from CVS: @@ -17049,7 +17074,7 @@ Wed Mar 7 12:07:07 2007 +0000 Sebastian Dröge * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_plugin_init): Change debugging category names to conform to the conventions. -Wed Mar 7 11:37:23 2007 +0000 Edward Hervey +2007-03-07 11:37:23 +0000 Edward Hervey gst/qtdemux/qtdemux.*: Share qtdemux debug category across all files, otherwise all debugging in files other than qtd... Original commit message from CVS: @@ -17058,7 +17083,7 @@ Wed Mar 7 11:37:23 2007 +0000 Edward Hervey Share qtdemux debug category across all files, otherwise all debugging in files other than qtdemux.c would end up in the default category. -Wed Mar 7 11:24:05 2007 +0000 Stefan Kost +2007-03-07 11:24:05 +0000 Stefan Kost gst/level/gstlevel.*: Resolve message timestamps against the playback segment. Original commit message from CVS: @@ -17068,7 +17093,7 @@ Wed Mar 7 11:24:05 2007 +0000 Stefan Kost * gst/level/gstlevel.h: Resolve message timestamps against the playback segment. -Wed Mar 7 11:23:20 2007 +0000 Stefan Kost +2007-03-07 11:23:20 +0000 Stefan Kost gst/spectrum/gstspectrum.*: One FIXME less, by resolving message timestamps against the playback segment. Original commit message from CVS: @@ -17078,14 +17103,14 @@ Wed Mar 7 11:23:20 2007 +0000 Stefan Kost One FIXME less, by resolving message timestamps against the playback segment. -Tue Mar 6 23:21:41 2007 +0000 Tim-Philipp Müller +2007-03-06 23:21:41 +0000 Tim-Philipp Müller * ChangeLog: Fix ChangeLog message Original commit message from CVS: Fix ChangeLog message -Tue Mar 6 23:19:30 2007 +0000 Tim-Philipp Müller +2007-03-06 23:19:30 +0000 Tim-Philipp Müller gst/id3demux/gstid3demux.c: Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the caps passed to ... Original commit message from CVS: @@ -17109,14 +17134,14 @@ Tue Mar 6 23:19:30 2007 +0000 Tim-Philipp Müller testing pull-mode for now; push mode doesn't work yet because the test files are smaller than ID3_TYPE_FIND_MIN_SIZE. -Tue Mar 6 22:14:59 2007 +0000 Tim-Philipp Müller +2007-03-06 22:14:59 +0000 Tim-Philipp Müller tests/check/Makefile.am: Add missing backslash at end of line. Original commit message from CVS: * tests/check/Makefile.am: Add missing backslash at end of line. -Tue Mar 6 18:36:09 2007 +0000 Jan Schmidt +2007-03-06 18:36:09 +0000 Jan Schmidt * ChangeLog: * common: @@ -17124,7 +17149,7 @@ Tue Mar 6 18:36:09 2007 +0000 Jan Schmidt Original commit message from CVS: Trigger rebuild. -Tue Mar 6 18:16:49 2007 +0000 Tim-Philipp Müller +2007-03-06 18:16:49 +0000 Tim-Philipp Müller gst/id3demux/: Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise the four-digit number will be interp... Original commit message from CVS: @@ -17138,7 +17163,7 @@ Tue Mar 6 18:16:49 2007 +0000 Tim-Philipp Müller the date in the GST_TAG_DATE tag later if we also extracted a year. Fixes #407349. -Tue Mar 6 14:53:04 2007 +0000 Jan Schmidt +2007-03-06 14:53:04 +0000 Jan Schmidt ext/gconf/gstswitchsink.c: Fix up the dispose logic so it doesn't leak, and fix setting of the child state so that we... Original commit message from CVS: @@ -17148,7 +17173,7 @@ Tue Mar 6 14:53:04 2007 +0000 Jan Schmidt the child state so that we don't set a child to our current state just as we are changing it to something else. -Tue Mar 6 13:57:55 2007 +0000 Wim Taymans +2007-03-06 13:57:55 +0000 Wim Taymans gst/spectrum/gstspectrum.c: Fix and cleanup default property values. Original commit message from CVS: @@ -17158,7 +17183,7 @@ Tue Mar 6 13:57:55 2007 +0000 Wim Taymans Fix and cleanup default property values. Add FIXMEs for stuff that looks rather wrong. -Tue Mar 6 13:21:23 2007 +0000 Wim Taymans +2007-03-06 13:21:23 +0000 Wim Taymans gst/goom/gstgoom.*: Document, fix and improve goom adapter behaviour. Original commit message from CVS: @@ -17168,14 +17193,14 @@ Tue Mar 6 13:21:23 2007 +0000 Wim Taymans Document, fix and improve goom adapter behaviour. Fixes #407006. -Mon Mar 5 18:43:29 2007 +0000 Jan Schmidt +2007-03-05 18:43:29 +0000 Jan Schmidt ext/esd/esdsink.c: Unref static pad template after using it. Original commit message from CVS: * ext/esd/esdsink.c: (gst_esdsink_open): Unref static pad template after using it. -Mon Mar 5 17:17:04 2007 +0000 Jan Schmidt +2007-03-05 17:17:04 +0000 Jan Schmidt ext/gconf/gstswitchsink.c: Fix up the reference counting of the child elements. Original commit message from CVS: @@ -17183,7 +17208,7 @@ Mon Mar 5 17:17:04 2007 +0000 Jan Schmidt (gst_switch_commit_new_kid): Fix up the reference counting of the child elements. -Mon Mar 5 17:08:32 2007 +0000 Wim Taymans +2007-03-05 17:08:32 +0000 Wim Taymans gst/rtp/: Fix encoding-name case. Original commit message from CVS: @@ -17192,7 +17217,7 @@ Mon Mar 5 17:08:32 2007 +0000 Wim Taymans * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers): Fix encoding-name case. -Mon Mar 5 16:39:29 2007 +0000 Wim Taymans +2007-03-05 16:39:29 +0000 Wim Taymans gst/rtp/: Fix speex (de)payloader. Fixes #358040. Original commit message from CVS: @@ -17206,7 +17231,7 @@ Mon Mar 5 16:39:29 2007 +0000 Wim Taymans * gst/rtp/gstrtpspeexpay.h: Fix speex (de)payloader. Fixes #358040. -Mon Mar 5 15:42:58 2007 +0000 Jan Schmidt +2007-03-05 15:42:58 +0000 Jan Schmidt ext/gconf/gstswitchsink.c: Install fakesink in NULL by fixing some broken logic. This obviates the need to manually s... Original commit message from CVS: @@ -17216,14 +17241,14 @@ Mon Mar 5 15:42:58 2007 +0000 Jan Schmidt the need to manually set _IS_SINK. Add some comments and remove a little cruft while I'm at it. -Mon Mar 5 14:46:43 2007 +0000 Wim Taymans +2007-03-05 14:46:43 +0000 Wim Taymans ext/gconf/gstswitchsink.c: Mark us as a sink when we have no fakesink in NULL. Fixes #414887. Original commit message from CVS: * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset): Mark us as a sink when we have no fakesink in NULL. Fixes #414887. -Mon Mar 5 08:30:52 2007 +0000 Stefan Kost +2007-03-05 08:30:52 +0000 Stefan Kost gst/spectrum/: Remove two obsolete and confusing comments. Original commit message from CVS: @@ -17231,14 +17256,14 @@ Mon Mar 5 08:30:52 2007 +0000 Stefan Kost * gst/spectrum/demo-osssrc.c: (message_handler): Remove two obsolete and confusing comments. -Sun Mar 4 18:52:12 2007 +0000 Tim-Philipp Müller +2007-03-04 18:52:12 +0000 Tim-Philipp Müller po/POTFILES.in: Update. Original commit message from CVS: * po/POTFILES.in: Update. -Sun Mar 4 17:33:34 2007 +0000 Jan Schmidt +2007-03-04 17:33:34 +0000 Jan Schmidt tests/check/Makefile.am: Gah! Also disable gconfvideosink from the tests, otherwise it will instantiate autovideosink... Original commit message from CVS: @@ -17247,7 +17272,7 @@ Sun Mar 4 17:33:34 2007 +0000 Jan Schmidt it will instantiate autovideosink, and dfbvideosink and leak on the buildbots. -Sun Mar 4 17:13:19 2007 +0000 Jan Schmidt +2007-03-04 17:13:19 +0000 Jan Schmidt ext/cdio/gstcdiocddasrc.c: Make sure we always destroy our libcdio handle. Original commit message from CVS: @@ -17255,7 +17280,7 @@ Sun Mar 4 17:13:19 2007 +0000 Jan Schmidt (gst_cdio_cdda_src_finalize): Make sure we always destroy our libcdio handle. -Sun Mar 4 17:05:58 2007 +0000 Jan Schmidt +2007-03-04 17:05:58 +0000 Jan Schmidt tests/check/Makefile.am: Disable autovideosink so the buildbots don't barf over memory leaked in the directfb sink. Original commit message from CVS: @@ -17263,14 +17288,14 @@ Sun Mar 4 17:05:58 2007 +0000 Jan Schmidt Disable autovideosink so the buildbots don't barf over memory leaked in the directfb sink. -Sun Mar 4 15:28:30 2007 +0000 Jan Schmidt +2007-03-04 15:28:30 +0000 Jan Schmidt sys/ximage/gstximagesrc.c: Chain up in dispose Original commit message from CVS: * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose): Chain up in dispose -Sun Mar 4 15:07:15 2007 +0000 Jan Schmidt +2007-03-04 15:07:15 +0000 Jan Schmidt gst/multipart/multipartdemux.c: Use gst_pad_new_from_static_template instead of static_pad_template_get+pad_new. Original commit message from CVS: @@ -17279,14 +17304,14 @@ Sun Mar 4 15:07:15 2007 +0000 Jan Schmidt Use gst_pad_new_from_static_template instead of static_pad_template_get+pad_new. -Sun Mar 4 14:56:53 2007 +0000 Jan Schmidt +2007-03-04 14:56:53 +0000 Jan Schmidt sys/ximage/gstximagesrc.c: Catch the case where no clock has been set. Original commit message from CVS: * sys/ximage/gstximagesrc.c: (gst_ximage_src_create): Catch the case where no clock has been set. -Sun Mar 4 13:52:03 2007 +0000 Jan Schmidt +2007-03-04 13:52:03 +0000 Jan Schmidt Fix a bunch of leaks shown by the newly-added states test. Original commit message from CVS: @@ -17335,7 +17360,7 @@ Sun Mar 4 13:52:03 2007 +0000 Jan Schmidt * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get): Fix a bunch of leaks shown by the newly-added states test. -Sun Mar 4 13:41:00 2007 +0000 Jan Schmidt +2007-03-04 13:41:00 +0000 Jan Schmidt ext/dv/gstdvdec.c: Use gst_pad_new_from_static_template instead of static_pad_template_get+pad_new. Original commit message from CVS: @@ -17343,7 +17368,7 @@ Sun Mar 4 13:41:00 2007 +0000 Jan Schmidt Use gst_pad_new_from_static_template instead of static_pad_template_get+pad_new. -Sat Mar 3 13:06:21 2007 +0000 Loïc Minier +2007-03-03 13:06:21 +0000 Loïc Minier Don't mix tabs and spaces (#414168). Original commit message from CVS: @@ -17352,14 +17377,14 @@ Sat Mar 3 13:06:21 2007 +0000 Loïc Minier * gst/debug/Makefile.am: Don't mix tabs and spaces (#414168). -Fri Mar 2 21:35:11 2007 +0000 Stefan Kost +2007-03-02 21:35:11 +0000 Stefan Kost tests/check/generic/.cvsignore: Ignore files to please buildbot. Original commit message from CVS: * tests/check/generic/.cvsignore: Ignore files to please buildbot. -Fri Mar 2 21:01:19 2007 +0000 Stefan Kost +2007-03-02 21:01:19 +0000 Stefan Kost gst/wavparse/gstwavparse.c: Unbreak my previous commit (swapped nominator & denominator). Tim, thanks for spotting. Original commit message from CVS: @@ -17368,7 +17393,7 @@ Fri Mar 2 21:01:19 2007 +0000 Stefan Kost Unbreak my previous commit (swapped nominator & denominator). Tim, thanks for spotting. -Fri Mar 2 16:08:17 2007 +0000 Wim Taymans +2007-03-02 16:08:17 +0000 Wim Taymans ext/cdio/gstcdiocddasrc.c: Small code cleanups. Original commit message from CVS: @@ -17378,7 +17403,7 @@ Fri Mar 2 16:08:17 2007 +0000 Wim Taymans Small code cleanups. Don't use pad_alloc as the base class cannot deal with the error codes. -Fri Mar 2 13:40:06 2007 +0000 Wim Taymans +2007-03-02 13:40:06 +0000 Wim Taymans gst/udp/gstudpsrc.c: Fix doc. Original commit message from CVS: @@ -17386,7 +17411,7 @@ Fri Mar 2 13:40:06 2007 +0000 Wim Taymans (gst_udpsrc_create): Fix doc. -Fri Mar 2 13:29:25 2007 +0000 René Stadler +2007-03-02 13:29:25 +0000 René Stadler gst/wavparse/gstwavparse.c: Handle rounding better to not drop last sample frame. Fixes #356692 Original commit message from CVS: @@ -17396,7 +17421,7 @@ Fri Mar 2 13:29:25 2007 +0000 René Stadler (gst_wavparse_stream_data): Handle rounding better to not drop last sample frame. Fixes #356692 -Fri Mar 2 13:19:57 2007 +0000 Jan Schmidt +2007-03-02 13:19:57 +0000 Jan Schmidt tests/check/Makefile.am: Disable cacasink from the states check too - it also calls exit(1) on us when it can't find ... Original commit message from CVS: @@ -17404,7 +17429,7 @@ Fri Mar 2 13:19:57 2007 +0000 Jan Schmidt Disable cacasink from the states check too - it also calls exit(1) on us when it can't find a terminal to talk to. -Fri Mar 2 12:56:13 2007 +0000 Thijs Vermeir +2007-03-02 12:56:13 +0000 Thijs Vermeir gst/udp/gstudpsrc.*: Add support to strip proprietary headers. Fixes #350296. Original commit message from CVS: @@ -17415,14 +17440,14 @@ Fri Mar 2 12:56:13 2007 +0000 Thijs Vermeir * gst/udp/gstudpsrc.h: Add support to strip proprietary headers. Fixes #350296. -Fri Mar 2 12:52:56 2007 +0000 Wim Taymans +2007-03-02 12:52:56 +0000 Wim Taymans gst/rtp/gstrtpmp2tdepay.c: Fix compilation. Original commit message from CVS: * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process): Fix compilation. -Fri Mar 2 12:16:16 2007 +0000 Thijs Vermeir +2007-03-02 12:16:16 +0000 Thijs Vermeir gst/rtp/gstrtpmp2tdepay.*: Add support to strip off proprietary headers. Fixes #350278. Original commit message from CVS: @@ -17434,14 +17459,14 @@ Fri Mar 2 12:16:16 2007 +0000 Thijs Vermeir * gst/rtp/gstrtpmp2tdepay.h: Add support to strip off proprietary headers. Fixes #350278. -Fri Mar 2 11:22:35 2007 +0000 Wim Taymans +2007-03-02 11:22:35 +0000 Wim Taymans ext/hal/hal.c: Fix compilation. Original commit message from CVS: * ext/hal/hal.c: Fix compilation. -Fri Mar 2 10:54:49 2007 +0000 Wim Taymans +2007-03-02 10:54:49 +0000 Wim Taymans sys/sunaudio/gstsunaudiosrc.*: Remove device-name from GstSunAudioSrc. Fixes #412597. Original commit message from CVS: @@ -17451,7 +17476,7 @@ Fri Mar 2 10:54:49 2007 +0000 Wim Taymans * sys/sunaudio/gstsunaudiosrc.h: Remove device-name from GstSunAudioSrc. Fixes #412597. -Thu Mar 1 21:50:36 2007 +0000 Sebastian Dröge +2007-03-01 21:50:36 +0000 Sebastian Dröge ext/hal/: Having NULL as UDI previously selected the default sink/src. Change this back but mention it in the debug o... Original commit message from CVS: @@ -17471,7 +17496,7 @@ Thu Mar 1 21:50:36 2007 +0000 Sebastian Dröge As a side effect this makes it impossible now to get a alsasink in halaudiosrc and a alsasrc in halaudiosink. -Thu Mar 1 18:47:28 2007 +0000 Wim Taymans +2007-03-01 18:47:28 +0000 Wim Taymans gst/rtsp/gstrtspsrc.c: Errors from the udp sources are not fatal unless all of them are in error. Original commit message from CVS: @@ -17480,7 +17505,7 @@ Thu Mar 1 18:47:28 2007 +0000 Wim Taymans Errors from the udp sources are not fatal unless all of them are in error. -Thu Mar 1 18:14:42 2007 +0000 Jan Schmidt +2007-03-01 18:14:42 +0000 Jan Schmidt tests/check/Makefile.am: Disable aasink in the states test. I suspect this is the element that is calling exit(1) whe... Original commit message from CVS: @@ -17488,7 +17513,7 @@ Thu Mar 1 18:14:42 2007 +0000 Jan Schmidt Disable aasink in the states test. I suspect this is the element that is calling exit(1) when it can't proceed. -Thu Mar 1 17:26:30 2007 +0000 Jan Schmidt +2007-03-01 17:26:30 +0000 Jan Schmidt tests/check/Makefile.am: Draw plugins in from the build tree sys/ dir, rather than picking up the already installed v... Original commit message from CVS: @@ -17496,7 +17521,7 @@ Thu Mar 1 17:26:30 2007 +0000 Jan Schmidt Draw plugins in from the build tree sys/ dir, rather than picking up the already installed versions. -Thu Mar 1 10:44:36 2007 +0000 Zaheer Abbas Merali +2007-03-01 10:44:36 +0000 Zaheer Abbas Merali sys/ximage/gstximagesrc.c: Error out correctly when getting xcontext fails. Original commit message from CVS: @@ -17504,7 +17529,7 @@ Thu Mar 1 10:44:36 2007 +0000 Zaheer Abbas Merali * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display): Error out correctly when getting xcontext fails. -Thu Mar 1 09:29:34 2007 +0000 Wim Taymans +2007-03-01 09:29:34 +0000 Wim Taymans gst/rtsp/gstrtpdec.c: Make state change to PAUSED NO_PREROLL because that's what it will be in the future and rtspsrc... Original commit message from CVS: @@ -17516,7 +17541,7 @@ Thu Mar 1 09:29:34 2007 +0000 Wim Taymans Don't error out when we don't get an error from the state change function. -Thu Mar 1 01:48:59 2007 +0000 Sebastian Dröge +2007-03-01 01:48:59 +0000 Sebastian Dröge ext/hal/: Check if the device UDI is set before trying to query HAL about it and give a useful error message if it wa... Original commit message from CVS: @@ -17529,21 +17554,21 @@ Thu Mar 1 01:48:59 2007 +0000 Sebastian Dröge gives an assertion failure in D-Bus when running with DBUS_FATAL_WARNINGS=1. -Wed Feb 28 19:29:42 2007 +0000 Thomas Vander Stichele +2007-02-28 19:29:42 +0000 Thomas Vander Stichele * win32/common/config.h: update config to trunk Original commit message from CVS: update config to trunk -Wed Feb 28 19:29:25 2007 +0000 Thomas Vander Stichele +2007-02-28 19:29:25 +0000 Thomas Vander Stichele configure.ac: Convert to new AG_GST style. Original commit message from CVS: * configure.ac: Convert to new AG_GST style. -Wed Feb 28 12:59:43 2007 +0000 Thomas Vander Stichele +2007-02-28 12:59:43 +0000 Thomas Vander Stichele tests/check/: add test for states Original commit message from CVS: @@ -17551,14 +17576,14 @@ Wed Feb 28 12:59:43 2007 +0000 Thomas Vander Stichele * tests/check/generic/states.c: (GST_START_TEST), (states_suite): add test for states -Wed Feb 28 10:58:10 2007 +0000 Wim Taymans +2007-02-28 10:58:10 +0000 Wim Taymans tests/check/elements/.cvsignore: Add new videofilter check to .cvsignore. Original commit message from CVS: * tests/check/elements/.cvsignore: Add new videofilter check to .cvsignore. -Wed Feb 28 10:54:55 2007 +0000 Wim Taymans +2007-02-28 10:54:55 +0000 Wim Taymans gst/avi/gstavidemux.c: Fix combined flow return. Fixes #412608. Original commit message from CVS: @@ -17567,21 +17592,21 @@ Wed Feb 28 10:54:55 2007 +0000 Wim Taymans (gst_avi_demux_loop), (gst_avi_demux_chain): Fix combined flow return. Fixes #412608. -Wed Feb 28 10:41:14 2007 +0000 Wim Taymans +2007-02-28 10:41:14 +0000 Wim Taymans gst/videofilter/Makefile.am: Dist header.. Original commit message from CVS: * gst/videofilter/Makefile.am: Dist header.. -Wed Feb 28 10:29:08 2007 +0000 Wim Taymans +2007-02-28 10:29:08 +0000 Wim Taymans gst/videofilter/gstgamma.h: Add header too. Original commit message from CVS: * gst/videofilter/gstgamma.h: Add header too. -Wed Feb 28 10:17:15 2007 +0000 Mark Nauwelaerts +2007-02-28 10:17:15 +0000 Mark Nauwelaerts gst/videofilter/: Port gamma filter to 0.10. Fixes #412704. Original commit message from CVS: @@ -17599,7 +17624,7 @@ Wed Feb 28 10:17:15 2007 +0000 Mark Nauwelaerts (videobalance_suite), (videoflip_suite), (gamma_suite), (main): Add unit tests for videofilters. -Wed Feb 28 10:06:27 2007 +0000 Wim Taymans +2007-02-28 10:06:27 +0000 Wim Taymans gst/rtsp/URLS: Add another interesting test url. Original commit message from CVS: @@ -17608,7 +17633,7 @@ Wed Feb 28 10:06:27 2007 +0000 Wim Taymans * gst/rtsp/rtspmessage.c: (rtsp_message_get_header): Don't allow getting header fields from data packets. -Tue Feb 27 23:43:08 2007 +0000 Michael Smith +2007-02-27 23:43:08 +0000 Michael Smith ext/shout2/gstshout2.*: Add a property for username. Original commit message from CVS: @@ -17618,7 +17643,7 @@ Tue Feb 27 23:43:08 2007 +0000 Michael Smith * ext/shout2/gstshout2.h: Add a property for username. -Tue Feb 27 12:02:03 2007 +0000 Christian Schaller +2007-02-27 12:02:03 +0000 Christian Schaller * sys/directdraw/gstdirectdrawplugin.c: * sys/directdraw/gstdirectdrawsink.c: @@ -17634,7 +17659,7 @@ Tue Feb 27 12:02:03 2007 +0000 Christian Schaller Original commit message from CVS: update copyright statements -Tue Feb 27 11:59:21 2007 +0000 Christian Schaller +2007-02-27 11:59:21 +0000 Christian Schaller * ChangeLog: * sys/osxaudio/gstosxaudio.c: @@ -17646,7 +17671,7 @@ Tue Feb 27 11:59:21 2007 +0000 Christian Schaller Original commit message from CVS: update copyright statement -Tue Feb 27 11:30:19 2007 +0000 Edward Hervey +2007-02-27 11:30:19 +0000 Edward Hervey sys/osxvideo/: Disable the cocoa event loop since it's a huge memory leak. Should only matter if the sink isn't used ... Original commit message from CVS: @@ -17659,14 +17684,14 @@ Tue Feb 27 11:30:19 2007 +0000 Edward Hervey a coca event loop). Remove all unused code. -Mon Feb 26 12:07:14 2007 +0000 Jan Schmidt +2007-02-26 12:07:14 +0000 Jan Schmidt gst/rtsp/Makefile.am: Fix make check too. Original commit message from CVS: * gst/rtsp/Makefile.am: Fix make check too. -Mon Feb 26 10:00:28 2007 +0000 Jan Schmidt +2007-02-26 10:00:28 +0000 Jan Schmidt gst/rtsp/base64.*: Commit missing files for base64 encoding. Original commit message from CVS: @@ -17674,7 +17699,7 @@ Mon Feb 26 10:00:28 2007 +0000 Jan Schmidt * gst/rtsp/base64.h: Commit missing files for base64 encoding. -Sat Feb 24 22:57:49 2007 +0000 Loïc Minier +2007-02-24 22:57:49 +0000 Loïc Minier Fix build with LDFLAGS='-Wl,-z,defs' (#410997) Original commit message from CVS: @@ -17693,7 +17718,7 @@ Sat Feb 24 22:57:49 2007 +0000 Loïc Minier * gst/videofilter/Makefile.am: Fix build with LDFLAGS='-Wl,-z,defs' (#410997) -Sat Feb 24 22:52:47 2007 +0000 Tim-Philipp Müller +2007-02-24 22:52:47 +0000 Tim-Philipp Müller Fix build with LDFLAGS='-Wl,-z,defs'. Original commit message from CVS: @@ -17709,7 +17734,7 @@ Sat Feb 24 22:52:47 2007 +0000 Tim-Philipp Müller * gst/speed/Makefile.am: Fix build with LDFLAGS='-Wl,-z,defs'. -Fri Feb 23 19:12:52 2007 +0000 Jan Schmidt +2007-02-23 19:12:52 +0000 Jan Schmidt gst/rtsp/: g_base64_encode is a GLib 2.12 function. Use an equivalent taken from icecast to replace it. Relicensed fr... Original commit message from CVS: @@ -17720,7 +17745,7 @@ Fri Feb 23 19:12:52 2007 +0000 Jan Schmidt from icecast to replace it. Relicensed from GPL courtesy of Mike Smith. -Fri Feb 23 18:12:27 2007 +0000 Jan Schmidt +2007-02-23 18:12:27 +0000 Jan Schmidt gst/rtsp/: Implement simple Basic Authentication support so that urls like rtsp://user:pass@hostname/rtspstream work ... Original commit message from CVS: @@ -17742,7 +17767,7 @@ Fri Feb 23 18:12:27 2007 +0000 Jan Schmidt rtsp://user:pass@hostname/rtspstream work on hosts that require authentication. -Thu Feb 22 17:53:26 2007 +0000 Edgard Lima +2007-02-22 17:53:26 +0000 Edgard Lima * ChangeLog: * sys/v4l2/gstv4l2object.c: @@ -17752,7 +17777,7 @@ Thu Feb 22 17:53:26 2007 +0000 Edgard Lima Original commit message from CVS: Fix segfault when oppening a radio device. -Thu Feb 22 14:35:28 2007 +0000 Stefan Kost +2007-02-22 14:35:28 +0000 Stefan Kost Fix level for multi-channel case. Original commit message from CVS: @@ -17762,7 +17787,7 @@ Thu Feb 22 14:35:28 2007 +0000 Stefan Kost * tests/check/elements/level.c: (GST_START_TEST): Fix level for multi-channel case. -Wed Feb 21 10:18:12 2007 +0000 Stefan Kost +2007-02-21 10:18:12 +0000 Stefan Kost gst/level/gstlevel.*: Use function pointer for process function and add process functions for float audio. Original commit message from CVS: @@ -17772,7 +17797,7 @@ Wed Feb 21 10:18:12 2007 +0000 Stefan Kost Use function pointer for process function and add process functions for float audio. -Tue Feb 20 21:34:00 2007 +0000 Sébastien Moutte +2007-02-20 21:34:00 +0000 Sébastien Moutte sys/directsound/gstdirectsoundsink.*: Remove include of unused headers. Original commit message from CVS: @@ -17788,7 +17813,7 @@ Tue Feb 20 21:34:00 2007 +0000 Sébastien Moutte * win32/MANIFEST: Add the new project file form waveform plugin. -Mon Feb 19 12:22:43 2007 +0000 Stefan Kost +2007-02-19 12:22:43 +0000 Stefan Kost sys/v4l2/v4l2src_calls.c: Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO, fixes #407369 Original commit message from CVS: @@ -17798,7 +17823,7 @@ Mon Feb 19 12:22:43 2007 +0000 Stefan Kost Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO, fixes #407369 -Sun Feb 18 18:00:51 2007 +0000 Sébastien Moutte +2007-02-18 18:00:51 +0000 Sébastien Moutte sys/directdraw/: Prepare the plugin to move to good: Original commit message from CVS: @@ -17822,7 +17847,7 @@ Sun Feb 18 18:00:51 2007 +0000 Sébastien Moutte * win32/MANIFEST: Add config.h.in -Sun Feb 18 13:24:26 2007 +0000 Wim Taymans +2007-02-18 13:24:26 +0000 Wim Taymans gst/rtp/: Added simple mpeg transport stream payloader. Original commit message from CVS: @@ -17835,7 +17860,7 @@ Sun Feb 18 13:24:26 2007 +0000 Wim Taymans * gst/rtp/gstrtpmp2tpay.h: Added simple mpeg transport stream payloader. -Fri Feb 16 12:32:01 2007 +0000 Wim Taymans +2007-02-16 12:32:01 +0000 Wim Taymans gst/rtsp/URLS: Add example H264 rtsp url. Original commit message from CVS: @@ -17846,7 +17871,7 @@ Fri Feb 16 12:32:01 2007 +0000 Wim Taymans Don't convert values to lowercase or we might mess up base64 encoded properties. -Fri Feb 16 12:30:22 2007 +0000 Wim Taymans +2007-02-16 12:30:22 +0000 Wim Taymans gst/rtp/README: Fix case of string params. Original commit message from CVS: @@ -17861,14 +17886,14 @@ Fri Feb 16 12:30:22 2007 +0000 Wim Taymans * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process): Fix caps case again. -Thu Feb 15 12:26:28 2007 +0000 Wim Taymans +2007-02-15 12:26:28 +0000 Wim Taymans gst/rtp/gstrtph264depay.c: Set right caps on output buffers. Original commit message from CVS: * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process): Set right caps on output buffers. -Wed Feb 14 17:04:47 2007 +0000 Wim Taymans +2007-02-14 17:04:47 +0000 Wim Taymans gst/rtsp/sdpmessage.c: Clear stack allocated SDPMedia struct before calling _init() on it. Original commit message from CVS: @@ -17877,7 +17902,7 @@ Wed Feb 14 17:04:47 2007 +0000 Wim Taymans Clear stack allocated SDPMedia struct before calling _init() on it. Clarify this in the docs as well. -Wed Feb 14 17:01:25 2007 +0000 Jan Schmidt +2007-02-14 17:01:25 +0000 Jan Schmidt ext/gconf/gstgconfaudiosink.c: Don't reset the profile when going switching states, as it makes the element non-reusa... Original commit message from CVS: @@ -17886,7 +17911,7 @@ Wed Feb 14 17:01:25 2007 +0000 Jan Schmidt Don't reset the profile when going switching states, as it makes the element non-reusable. -Wed Feb 14 15:24:50 2007 +0000 jp.liu +2007-02-14 15:24:50 +0000 jp.liu gst/rtsp/sdpmessage.*: Fix memory management of SDP messages. Fixes #407793. Original commit message from CVS: @@ -17900,7 +17925,7 @@ Wed Feb 14 15:24:50 2007 +0000 jp.liu Based on patch by: jp.liu Fix memory management of SDP messages. Fixes #407793. -Wed Feb 14 12:07:01 2007 +0000 zhangfei gao +2007-02-14 12:07:01 +0000 zhangfei gao gst/avi/gstavimux.c: Allow muxing video/x-h264 (was already in the caps). Fixes #407780. Original commit message from CVS: @@ -17908,7 +17933,7 @@ Wed Feb 14 12:07:01 2007 +0000 zhangfei gao * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps): Allow muxing video/x-h264 (was already in the caps). Fixes #407780. -Wed Feb 14 10:09:12 2007 +0000 jp.liu +2007-02-14 10:09:12 +0000 jp.liu gst/rtsp/rtspurl.c: Fix parsing of password field in url. Fixes #407797. Original commit message from CVS: @@ -17916,7 +17941,7 @@ Wed Feb 14 10:09:12 2007 +0000 jp.liu * gst/rtsp/rtspurl.c: (rtsp_url_parse): Fix parsing of password field in url. Fixes #407797. -Wed Feb 14 09:55:47 2007 +0000 Wim Taymans +2007-02-14 09:55:47 +0000 Wim Taymans gst/wavparse/gstwavparse.*: Update docs. Original commit message from CVS: @@ -17941,7 +17966,7 @@ Wed Feb 14 09:55:47 2007 +0000 Wim Taymans Fix EOS and ERROR conditions in chain mode, we just need to forward the error flowreturn upstream. -Tue Feb 13 16:01:29 2007 +0000 Jan Schmidt +2007-02-13 16:01:29 +0000 Jan Schmidt Re-factor the gconfaudiosink into a "GstSwitchSink" base class and a child that implements the GConf key monitoring. ... Original commit message from CVS: @@ -17976,7 +18001,7 @@ Tue Feb 13 16:01:29 2007 +0000 Jan Schmidt this is an audio sink that can be changed on the fly, but at the moment it still only changes on the next READY transition. -Tue Feb 13 11:57:18 2007 +0000 Stefan Kost +2007-02-13 11:57:18 +0000 Stefan Kost gst/avi/gstavidemux.c: Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif Original commit message from CVS: @@ -17989,7 +18014,7 @@ Tue Feb 13 11:57:18 2007 +0000 Stefan Kost (gst_avi_demux_loop): Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif -Tue Feb 13 09:46:26 2007 +0000 Stefan Kost +2007-02-13 09:46:26 +0000 Stefan Kost Add crossreferences to glib/gobject/gstream docs. Original commit message from CVS: @@ -17997,7 +18022,7 @@ Tue Feb 13 09:46:26 2007 +0000 Stefan Kost * docs/plugins/Makefile.am: Add crossreferences to glib/gobject/gstream docs. -Mon Feb 12 23:35:16 2007 +0000 Tim-Philipp Müller +2007-02-12 23:35:16 +0000 Tim-Philipp Müller gst/monoscope/: Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS (but no LIBS, since we only use define... Original commit message from CVS: @@ -18006,7 +18031,7 @@ Mon Feb 12 23:35:16 2007 +0000 Tim-Philipp Müller Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS (but no LIBS, since we only use defines from the headers). -Mon Feb 12 23:27:31 2007 +0000 Jonathan Matthew +2007-02-12 23:27:31 +0000 Jonathan Matthew gst/wavparse/gstwavparse.c: Fix massive memory leak when operating in streaming mode due to Original commit message from CVS: @@ -18017,7 +18042,7 @@ Mon Feb 12 23:27:31 2007 +0000 Jonathan Matthew GST_BUFFER_MALLOCDATA() not being set on newly-created buffers. Fixes #407057. -Mon Feb 12 15:29:44 2007 +0000 Stefan Kost +2007-02-12 15:29:44 +0000 Stefan Kost gst/avi/gstavidemux.*: Save some memory (8%) by repacking the index entry structure (more to come). Add more FIXMEs t... Original commit message from CVS: @@ -18036,7 +18061,7 @@ Mon Feb 12 15:29:44 2007 +0000 Stefan Kost Save some memory (8%) by repacking the index entry structure (more to come). Add more FIXMEs to questionable parts. -Mon Feb 12 12:57:22 2007 +0000 Stefan Kost +2007-02-12 12:57:22 +0000 Stefan Kost sys/v4l2/: More FIXME comments and messaging changes. Original commit message from CVS: @@ -18047,7 +18072,7 @@ Mon Feb 12 12:57:22 2007 +0000 Stefan Kost (gst_v4l2src_capture_init): More FIXME comments and messaging changes. -Mon Feb 12 12:43:00 2007 +0000 Stefan Kost +2007-02-12 12:43:00 +0000 Stefan Kost gst/goom/gstgoom.*: Improved docs and use GST_DEBUG_FUNCPTR. Original commit message from CVS: @@ -18061,7 +18086,7 @@ Mon Feb 12 12:43:00 2007 +0000 Stefan Kost (gst_monoscope_chain), (gst_monoscope_change_state): Improved docs source cleanups. -Mon Feb 12 10:29:57 2007 +0000 Tim-Philipp Müller +2007-02-12 10:29:57 +0000 Tim-Philipp Müller gst/debug/: Add code for a pushfilesrc element that implements a pushfile:// URI handler, to make debugging push-mode... Original commit message from CVS: @@ -18074,7 +18099,7 @@ Mon Feb 12 10:29:57 2007 +0000 Tim-Philipp Müller that support both easier in connection with seek/playbin/etc. The element isn't registered at the moment. -Sun Feb 11 15:26:49 2007 +0000 Sébastien Moutte +2007-02-11 15:26:49 +0000 Sébastien Moutte Makefile.am: Add win32 MANIFEST Original commit message from CVS: @@ -18100,7 +18125,7 @@ Sun Feb 11 15:26:49 2007 +0000 Sébastien Moutte * win32/vs6/libgstqtdemux.dsp: Update project files. -Sun Feb 11 12:57:47 2007 +0000 Sébastien Moutte +2007-02-11 12:57:47 +0000 Sébastien Moutte gst/avi/gstavimux.c: Comment a #if 0 in caps template definition as VS6 seems to do not support it. Original commit message from CVS: @@ -18136,7 +18161,7 @@ Sun Feb 11 12:57:47 2007 +0000 Sébastien Moutte Add a copy of udp enumtypes to win32/common as in core and base. -Sun Feb 11 10:53:21 2007 +0000 Stefan Kost +2007-02-11 10:53:21 +0000 Stefan Kost configure.ac: Activate monoscope when building with --enable-experimental. Fix Original commit message from CVS: @@ -18147,7 +18172,7 @@ Sun Feb 11 10:53:21 2007 +0000 Stefan Kost * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose): Help gst-indent. -Fri Feb 9 09:24:58 2007 +0000 Tim-Philipp Müller +2007-02-09 09:24:58 +0000 Tim-Philipp Müller gst/avi/gstavimux.c: Explicitly cast result of pointer arithmetic to integer in order to avoid compiler warnings on s... Original commit message from CVS: @@ -18155,14 +18180,14 @@ Fri Feb 9 09:24:58 2007 +0000 Tim-Philipp Müller Explicitly cast result of pointer arithmetic to integer in order to avoid compiler warnings on some 64-bit systems. Should fix #406018. -Thu Feb 8 11:09:15 2007 +0000 Tim-Philipp Müller +2007-02-08 11:09:15 +0000 Tim-Philipp Müller gst/debug/progressreport.c: Some more docs. Original commit message from CVS: * gst/debug/progressreport.c: Some more docs. -Wed Feb 7 21:09:45 2007 +0000 Tim-Philipp Müller +2007-02-07 21:09:45 +0000 Tim-Philipp Müller docs/plugins/inspect/plugin-rtp.xml: Update for new elements. Original commit message from CVS: @@ -18171,7 +18196,7 @@ Wed Feb 7 21:09:45 2007 +0000 Tim-Philipp Müller * gst/debug/progressreport.h: Commit newly-created header file as well. -Wed Feb 7 20:39:16 2007 +0000 Tim-Philipp Müller +2007-02-07 20:39:16 +0000 Tim-Philipp Müller Make progressreport element post messages with the current progress on the bus. Also add some basic docs for it. Original commit message from CVS: @@ -18185,7 +18210,7 @@ Wed Feb 7 20:39:16 2007 +0000 Tim-Philipp Müller Make progressreport element post messages with the current progress on the bus. Also add some basic docs for it. -Wed Feb 7 13:08:34 2007 +0000 Tim-Philipp Müller +2007-02-07 13:08:34 +0000 Tim-Philipp Müller ext/hal/hal.*: Some small cleanups; deal with errors when parsing the HAL ALSA capabilities a bit better. Original commit message from CVS: @@ -18194,14 +18219,14 @@ Wed Feb 7 13:08:34 2007 +0000 Tim-Philipp Müller Some small cleanups; deal with errors when parsing the HAL ALSA capabilities a bit better. -Tue Feb 6 16:29:30 2007 +0000 Tim-Philipp Müller +2007-02-06 16:29:30 +0000 Tim-Philipp Müller gst/smpte/gstsmpte.c: Let's try this again and use the right cast this time. Original commit message from CVS: * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type): Let's try this again and use the right cast this time. -Tue Feb 6 16:24:57 2007 +0000 Tim-Philipp Müller +2007-02-06 16:24:57 +0000 Tim-Philipp Müller gst/smpte/gstsmpte.c: Add cast to avoid compiler warnings with older GLib versions where the nick/name members in GEn... Original commit message from CVS: @@ -18210,7 +18235,7 @@ Tue Feb 6 16:24:57 2007 +0000 Tim-Philipp Müller where the nick/name members in GEnumValue are not declared as constant strings. -Tue Feb 6 15:56:14 2007 +0000 Tim-Philipp Müller +2007-02-06 15:56:14 +0000 Tim-Philipp Müller ext/gconf/: In gconfaudiosink, get the right key as the old key in do_toggle (ie. one dependent on the profile select... Original commit message from CVS: @@ -18225,7 +18250,7 @@ Tue Feb 6 15:56:14 2007 +0000 Tim-Philipp Müller (ie. one dependent on the profile selected). Log some more stuff so we can see what's actually going on. -Tue Feb 6 11:16:49 2007 +0000 Sebastian Dröge +2007-02-06 11:16:49 +0000 Sebastian Dröge gst/audiofx/: Some small cleanups and port both elements to the new GstAudioFilter base class to save a few lines of ... Original commit message from CVS: @@ -18242,7 +18267,7 @@ Tue Feb 6 11:16:49 2007 +0000 Sebastian Dröge * gst/audiofx/Makefile.am: Link against libgstaudio for the above changes -Sat Feb 3 23:35:26 2007 +0000 Tim-Philipp Müller +2007-02-03 23:35:26 +0000 Tim-Philipp Müller Fix up to use the newly ported (actually working) GstAudioFilter. Original commit message from CVS: @@ -18266,7 +18291,7 @@ Sat Feb 3 23:35:26 2007 +0000 Tim-Philipp Müller (main): Add brain-dead interactive test for equalizer. -Fri Feb 2 18:36:28 2007 +0000 Tim-Philipp Müller +2007-02-02 18:36:28 +0000 Tim-Philipp Müller gst/equalizer/gstiirequalizer.c: Rename "values" property to "band-values" and change type into a Original commit message from CVS: @@ -18278,7 +18303,7 @@ Fri Feb 2 18:36:28 2007 +0000 Tim-Philipp Müller values passed in is defined and checked etc.; also do some locking. -Fri Feb 2 17:39:21 2007 +0000 James Doc Livingston +2007-02-02 17:39:21 +0000 James Doc Livingston Port equalizer plugin to 0.10 (#403572). Original commit message from CVS: @@ -18293,7 +18318,7 @@ Fri Feb 2 17:39:21 2007 +0000 James Doc Livingston (plugin_init): Port equalizer plugin to 0.10 (#403572). -Wed Jan 31 08:32:59 2007 +0000 Sebastian Dröge +2007-01-31 08:32:59 +0000 Sebastian Dröge ext/wavpack/gstwavpackparse.c: Fix a off by one that leads to the duration reported as one sample less than it is Original commit message from CVS: @@ -18303,7 +18328,7 @@ Wed Jan 31 08:32:59 2007 +0000 Sebastian Dröge Fix a off by one that leads to the duration reported as one sample less than it is -Tue Jan 30 17:19:33 2007 +0000 Edward Hervey +2007-01-30 17:19:33 +0000 Edward Hervey configure.ac: Check for an Objective C compiler Original commit message from CVS: @@ -18318,14 +18343,14 @@ Tue Jan 30 17:19:33 2007 +0000 Edward Hervey Port of osxvideo plugin to 0.10. Do NOT consider 100% stable ! Fixes #402470 -Mon Jan 29 10:59:48 2007 +0000 Wim Taymans +2007-01-29 10:59:48 +0000 Wim Taymans tests/check/elements/.cvsignore: Some more ignores. Original commit message from CVS: * tests/check/elements/.cvsignore: Some more ignores. -Sun Jan 28 18:28:33 2007 +0000 Tim-Philipp Müller +2007-01-28 18:28:33 +0000 Tim-Philipp Müller gst/videocrop/gstvideocrop.c: Fix cropping for packed 4:2:2 formats YUYV/YUY2 and UYVY. Original commit message from CVS: @@ -18339,14 +18364,14 @@ Sun Jan 28 18:28:33 2007 +0000 Tim-Philipp Müller pipeline is running so that we don't get random not-negotiated errors just because GStreamer can't handle that yet. -Sat Jan 27 16:08:15 2007 +0000 Tim-Philipp Müller +2007-01-27 16:08:15 +0000 Tim-Philipp Müller tests/icles/videocrop-test.c: Catch errors while the test is running. Original commit message from CVS: * tests/icles/videocrop-test.c: (test_with_caps): Catch errors while the test is running. -Fri Jan 26 12:21:41 2007 +0000 charles +2007-01-26 12:21:41 +0000 charles ext/shout2/gstshout2.*: Properly handle tags in shout2send. Fixes #399825. Original commit message from CVS: @@ -18356,7 +18381,7 @@ Fri Jan 26 12:21:41 2007 +0000 charles * ext/shout2/gstshout2.h: Properly handle tags in shout2send. Fixes #399825. -Thu Jan 25 23:27:59 2007 +0000 Sebastian Dröge +2007-01-25 23:27:59 +0000 Sebastian Dröge ext/wavpack/gstwavpackparse.c: Fix the SEEKING query. We can seek if we are in pull mode, not the other way around. A... Original commit message from CVS: @@ -18366,7 +18391,7 @@ Thu Jan 25 23:27:59 2007 +0000 Sebastian Dröge handle the case where the headers are not read yet and we can't say anything about our seeking capabilities. -Thu Jan 25 21:55:49 2007 +0000 Sebastian Dröge +2007-01-25 21:55:49 +0000 Sebastian Dröge ext/wavpack/: Fix spelling in 2 places: It's called Wavpack, not WavePack. Original commit message from CVS: @@ -18374,7 +18399,7 @@ Thu Jan 25 21:55:49 2007 +0000 Sebastian Dröge * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init): Fix spelling in 2 places: It's called Wavpack, not WavePack. -Thu Jan 25 14:40:15 2007 +0000 Wim Taymans +2007-01-25 14:40:15 +0000 Wim Taymans gst/rtsp/gstrtspsrc.c: Convert SDP fields to upper/lowercase following the rules in the SDP to caps document. Original commit message from CVS: @@ -18383,7 +18408,7 @@ Thu Jan 25 14:40:15 2007 +0000 Wim Taymans Convert SDP fields to upper/lowercase following the rules in the SDP to caps document. -Thu Jan 25 14:22:53 2007 +0000 Wim Taymans +2007-01-25 14:22:53 +0000 Wim Taymans gst/rtp/: Fix case of encoding-name and key/value pairs to match the document. Original commit message from CVS: @@ -18403,7 +18428,7 @@ Thu Jan 25 14:22:53 2007 +0000 Wim Taymans This is to make interoperation with SDP case-insensitive as required by the relevant RFCs. -Thu Jan 25 12:05:11 2007 +0000 Edward Hervey +2007-01-25 12:05:11 +0000 Edward Hervey gst/: Use proper print statements. Original commit message from CVS: @@ -18424,14 +18449,14 @@ Thu Jan 25 12:05:11 2007 +0000 Edward Hervey Fixes build on mac os x. oo look at me my name is edward i'm hacking on macos wooo -Thu Jan 25 11:02:01 2007 +0000 Wim Taymans +2007-01-25 11:02:01 +0000 Wim Taymans configure.ac: Bump required -core/-base to CVS Original commit message from CVS: * configure.ac: Bump required -core/-base to CVS -Thu Jan 25 10:54:19 2007 +0000 Wim Taymans +2007-01-25 10:54:19 +0000 Wim Taymans gst/rtp/gstrtpL16pay.*: Fill up to MTU using adapter. Original commit message from CVS: @@ -18441,7 +18466,7 @@ Thu Jan 25 10:54:19 2007 +0000 Wim Taymans Fill up to MTU using adapter. Timestamp rtp packets. -Thu Jan 25 10:36:35 2007 +0000 Edward Hervey +2007-01-25 10:36:35 +0000 Edward Hervey Use G_GSIZE_FORMAT in print statements for portability. Original commit message from CVS: @@ -18450,7 +18475,7 @@ Thu Jan 25 10:36:35 2007 +0000 Edward Hervey Use G_GSIZE_FORMAT in print statements for portability. Fixes build on macosx. -Wed Jan 24 18:20:14 2007 +0000 Wim Taymans +2007-01-24 18:20:14 +0000 Wim Taymans gst/rtp/: Port and enable raw audio payloader/depayloader. Needs a bit more work on the payloader side. Original commit message from CVS: @@ -18472,7 +18497,7 @@ Wed Jan 24 18:20:14 2007 +0000 Wim Taymans Port and enable raw audio payloader/depayloader. Needs a bit more work on the payloader side. -Wed Jan 24 16:25:55 2007 +0000 Wim Taymans +2007-01-24 16:25:55 +0000 Wim Taymans gst/rtsp/gstrtspsrc.*: Only unblock the udp pads when we linked and activated them all. Original commit message from CVS: @@ -18483,7 +18508,7 @@ Wed Jan 24 16:25:55 2007 +0000 Wim Taymans Only unblock the udp pads when we linked and activated them all. Fixes #395688. -Wed Jan 24 15:18:34 2007 +0000 Wim Taymans +2007-01-24 15:18:34 +0000 Wim Taymans gst/rtp/: Added simple AC3 depayloader (RFC 4184). Original commit message from CVS: @@ -18499,7 +18524,7 @@ Wed Jan 24 15:18:34 2007 +0000 Wim Taymans * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps): Fix a leak. -Wed Jan 24 12:41:03 2007 +0000 Sebastian Dröge +2007-01-24 12:41:03 +0000 Sebastian Dröge gst/audiofx/: Add new element "audioamplify". This allows scaling of raw audio samples, similar to the "volume" eleme... Original commit message from CVS: @@ -18536,7 +18561,7 @@ Wed Jan 24 12:41:03 2007 +0000 Sebastian Dröge (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main): Add fairly extensive unit test suite for audioamplify -Wed Jan 24 12:26:41 2007 +0000 Wim Taymans +2007-01-24 12:26:41 +0000 Wim Taymans gst/rtsp/gstrtspsrc.c: Unblock pads after adding the pads to the element so that autopluggers get a change to link so... Original commit message from CVS: @@ -18544,7 +18569,7 @@ Wed Jan 24 12:26:41 2007 +0000 Wim Taymans Unblock pads after adding the pads to the element so that autopluggers get a change to link something. Possibly fixes #395688. -Wed Jan 24 12:22:51 2007 +0000 Wim Taymans +2007-01-24 12:22:51 +0000 Wim Taymans gst/rtp/: Fix caps with payload numbers. Original commit message from CVS: @@ -18576,14 +18601,14 @@ Wed Jan 24 12:22:51 2007 +0000 Wim Taymans Fix caps with payload numbers. Add some fixed payload numbers to caps when possible. -Wed Jan 24 11:29:00 2007 +0000 Wim Taymans +2007-01-24 11:29:00 +0000 Wim Taymans gst/qtdemux/gstrtpxqtdepay.c: Fix caps on the depayloader. Original commit message from CVS: * gst/qtdemux/gstrtpxqtdepay.c: Fix caps on the depayloader. -Tue Jan 23 18:16:09 2007 +0000 Sebastian Dröge +2007-01-23 18:16:09 +0000 Sebastian Dröge gst/audiofx/: Add new audiofx element "audioinvert". This element swaps the upper and lower half of samples and can b... Original commit message from CVS: @@ -18611,7 +18636,7 @@ Tue Jan 23 18:16:09 2007 +0000 Sebastian Dröge (cleanup_invert), (GST_START_TEST), (invert_suite), (main): Add unit test suite for the audioinvert element. -Tue Jan 23 17:36:32 2007 +0000 Wim Taymans +2007-01-23 17:36:32 +0000 Wim Taymans gst/rtp/gstrtpmp4gdepay.c: Parse config params as string and int. Original commit message from CVS: @@ -18620,7 +18645,7 @@ Tue Jan 23 17:36:32 2007 +0000 Wim Taymans Parse config params as string and int. Parse and use AU header length -Tue Jan 23 17:27:39 2007 +0000 Wim Taymans +2007-01-23 17:27:39 +0000 Wim Taymans gst/smpte/: constify some static structs. Original commit message from CVS: @@ -18635,7 +18660,7 @@ Tue Jan 23 17:27:39 2007 +0000 Wim Taymans Don't update the mask if nothing changed to the params. Make sure we never draw outside of the picture. Fixes #398325. -Mon Jan 22 13:06:43 2007 +0000 Tim-Philipp Müller +2007-01-22 13:06:43 +0000 Tim-Philipp Müller gst/avi/gstavidemux.c: Error out properly when pull_range fails while we're reading the headers, instead of just paus... Original commit message from CVS: @@ -18643,7 +18668,7 @@ Mon Jan 22 13:06:43 2007 +0000 Tim-Philipp Müller Error out properly when pull_range fails while we're reading the headers, instead of just pausing the task silently. Fixes #399338. -Fri Jan 19 13:06:07 2007 +0000 Tim-Philipp Müller +2007-01-19 13:06:07 +0000 Tim-Philipp Müller gst/smpte/gstsmpte.c: Some more sanity checks to make sure the input formats match and the input pads are actually ne... Original commit message from CVS: @@ -18653,7 +18678,7 @@ Fri Jan 19 13:06:07 2007 +0000 Tim-Philipp Müller buffers from fakesrc or filesrc. Fixes #398299. Also const-ify an array, just because we can. -Fri Jan 19 10:35:13 2007 +0000 Edward Hervey +2007-01-19 10:35:13 +0000 Edward Hervey gst/smpte/gstsmpte.c: Ignore previous commit, that was only valid for widths and heights that are multiples of 4. Original commit message from CVS: @@ -18665,7 +18690,7 @@ Fri Jan 19 10:35:13 2007 +0000 Edward Hervey ... but puts in evidence that the actual transformations only work with width/height that are multiples of 4. -Fri Jan 19 09:48:47 2007 +0000 Edward Hervey +2007-01-19 09:48:47 +0000 Edward Hervey gst/smpte/gstsmpte.c: Allocate buffers of the right size. Original commit message from CVS: @@ -18676,7 +18701,7 @@ Fri Jan 19 09:48:47 2007 +0000 Edward Hervey ------------------ 2 -Thu Jan 18 18:37:39 2007 +0000 Tim-Philipp Müller +2007-01-18 18:37:39 +0000 Tim-Philipp Müller gst/smpte/gstsmpte.c: Proxy getcaps on sink pads too, so that we either end up with the same dimensions on all pads o... Original commit message from CVS: @@ -18685,7 +18710,7 @@ Thu Jan 18 18:37:39 2007 +0000 Tim-Philipp Müller same dimensions on all pads or error out if that's not possible (seems to work even!). Fixes #398086, I think. -Thu Jan 18 11:29:17 2007 +0000 Tim-Philipp Müller +2007-01-18 11:29:17 +0000 Tim-Philipp Müller docs/plugins/: Remove ladspa from docs; add hierarchy info for GstAudioPanorama; fix integer properties with -1 as mi... Original commit message from CVS: @@ -18746,21 +18771,21 @@ Thu Jan 18 11:29:17 2007 +0000 Tim-Philipp Müller * docs/plugins/inspect/plugin-ximagesrc.xml: Update to CVS. -Thu Jan 18 11:23:36 2007 +0000 Stefan Kost +2007-01-18 11:23:36 +0000 Stefan Kost gst/audiofx/audiopanorama.c: Fix doc section name (Fixes #397946) Original commit message from CVS: * gst/audiofx/audiopanorama.c: Fix doc section name (Fixes #397946) -Thu Jan 18 10:33:50 2007 +0000 Tim-Philipp Müller +2007-01-18 10:33:50 +0000 Tim-Philipp Müller * ChangeLog: Remove bogus ChangeLog entry Original commit message from CVS: Remove bogus ChangeLog entry -Wed Jan 17 14:30:50 2007 +0000 Stefan Kost +2007-01-17 14:30:50 +0000 Stefan Kost sys/v4l2/: Fix EIO handing when capturing. Add new property to specify the number of buffers to enque (and remove the... Original commit message from CVS: @@ -18779,7 +18804,7 @@ Wed Jan 17 14:30:50 2007 +0000 Stefan Kost Fix EIO handing when capturing. Add new property to specify the number of buffers to enque (and remove the borked num-buffers usage). -Tue Jan 16 08:29:11 2007 +0000 Sebastian Dröge +2007-01-16 08:29:11 +0000 Sebastian Dröge gst/audiofx/audiopanorama.c: Use a function array for process methods, add more docs and define the startindex of enums. Original commit message from CVS: @@ -18789,7 +18814,7 @@ Tue Jan 16 08:29:11 2007 +0000 Sebastian Dröge Use a function array for process methods, add more docs and define the startindex of enums. -Sun Jan 14 17:55:33 2007 +0000 Mark Nauwelaerts +2007-01-14 17:55:33 +0000 Mark Nauwelaerts Add support for more than one audio stream; write better AVIX header; refactor code a bit; don't announce vorbis caps... Original commit message from CVS: @@ -18811,7 +18836,7 @@ Sun Jan 14 17:55:33 2007 +0000 Mark Nauwelaerts header; refactor code a bit; don't announce vorbis caps on our audio sink pads since we don't support it anyway. Closes #379298. -Sat Jan 13 19:12:32 2007 +0000 Andy Wingo +2007-01-13 19:12:32 +0000 Andy Wingo gst/interleave/deinterleave.c (gst_deinterleave_add_new_pads): Use fixed caps on src pads. Original commit message from CVS: @@ -18823,7 +18848,7 @@ Sat Jan 13 19:12:32 2007 +0000 Andy Wingo (gst_deinterleave_process): Proxy timestamps, offsets, durations, and set caps on outgoing buffers. Fixes #395597, I think. -Sat Jan 13 18:01:41 2007 +0000 Andy Wingo +2007-01-13 18:01:41 +0000 Andy Wingo gst/interleave/interleave.c (gst_interleave_init): Init the activation mode properly. Original commit message from CVS: @@ -18840,7 +18865,7 @@ Sat Jan 13 18:01:41 2007 +0000 Andy Wingo (gst_interleave_src_activate_pull): Fix some more bogus casts. What is up with this. -Sat Jan 13 15:52:18 2007 +0000 Sebastian Dröge +2007-01-13 15:52:18 +0000 Sebastian Dröge gst/audiofx/audiopanorama.*: Add 'method' property and provide a simple (non-psychoacustic) processing method (#394859). Original commit message from CVS: @@ -18862,14 +18887,14 @@ Sat Jan 13 15:52:18 2007 +0000 Sebastian Dröge (panorama_suite): Tests for new method. -Fri Jan 12 18:28:13 2007 +0000 Christian Schaller +2007-01-12 18:28:13 +0000 Christian Schaller * gst-plugins-good.spec.in: comment out LADSPA plugin for now Original commit message from CVS: comment out LADSPA plugin for now -Fri Jan 12 17:16:51 2007 +0000 Wim Taymans +2007-01-12 17:16:51 +0000 Wim Taymans gst/qtdemux/: Add X-QT depayloader that will eventually share code with the demuxer. Original commit message from CVS: @@ -18891,14 +18916,14 @@ Fri Jan 12 17:16:51 2007 +0000 Wim Taymans Add X-QT depayloader that will eventually share code with the demuxer. Make new plugin entry point with quicktime releated stuff. -Fri Jan 12 12:10:19 2007 +0000 Tim-Philipp Müller +2007-01-12 12:10:19 +0000 Tim-Philipp Müller gst/qtdemux/Makefile.am: Dist all new files. Original commit message from CVS: * gst/qtdemux/Makefile.am: Dist all new files. -Fri Jan 12 10:27:25 2007 +0000 Wim Taymans +2007-01-12 10:27:25 +0000 Wim Taymans docs/plugins/: Activate docs for jack, sdl and qtdemux. Original commit message from CVS: @@ -18910,7 +18935,7 @@ Fri Jan 12 10:27:25 2007 +0000 Wim Taymans * docs/plugins/inspect/plugin-qtdemux.xml: Activate docs for jack, sdl and qtdemux. -Fri Jan 12 10:22:16 2007 +0000 Wim Taymans +2007-01-12 10:22:16 +0000 Wim Taymans gst/qtdemux/: Cleanup and refactor to make the code more readable. Original commit message from CVS: @@ -18950,7 +18975,7 @@ Fri Jan 12 10:22:16 2007 +0000 Wim Taymans Use more FOURCC constants. Add some docs. -Thu Jan 11 19:51:04 2007 +0000 Sebastian Dröge +2007-01-11 19:51:04 +0000 Sebastian Dröge ext/wavpack/gstwavpackenc.c: Minor clean-up: use enum values instead of hardcoded constants (#395536). Original commit message from CVS: @@ -18960,7 +18985,7 @@ Thu Jan 11 19:51:04 2007 +0000 Sebastian Dröge (gst_wavpack_enc_joint_stereo_mode_get_type): Minor clean-up: use enum values instead of hardcoded constants (#395536). -Thu Jan 11 16:59:40 2007 +0000 Tim-Philipp Müller +2007-01-11 16:59:40 +0000 Tim-Philipp Müller gst/: Set correct caps on outgoing pulled buffers, or things blow up after recent core changes. Original commit message from CVS: @@ -18969,7 +18994,7 @@ Thu Jan 11 16:59:40 2007 +0000 Tim-Philipp Müller Set correct caps on outgoing pulled buffers, or things blow up after recent core changes. -Thu Jan 11 11:05:04 2007 +0000 Jonas Holmberg +2007-01-11 11:05:04 +0000 Jonas Holmberg gst/multipart/multipartmux.c: Return FLOW errors ASAP. Fixes #394977. Original commit message from CVS: @@ -18981,7 +19006,7 @@ Thu Jan 11 11:05:04 2007 +0000 Jonas Holmberg Return FLOW errors ASAP. Fixes #394977. Misc cleanups. -Thu Jan 11 09:30:59 2007 +0000 Lutz Mueller +2007-01-11 09:30:59 +0000 Lutz Mueller gst/rtsp/gstrtspsrc.c: Check for stream pad before activating. Original commit message from CVS: @@ -18989,7 +19014,7 @@ Thu Jan 11 09:30:59 2007 +0000 Lutz Mueller * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams): Check for stream pad before activating. -Wed Jan 10 15:19:48 2007 +0000 Peter Kjellerstedt +2007-01-10 15:19:48 +0000 Peter Kjellerstedt gst/rtsp/: Allow url to be NULL to be able to use it for server connections. Original commit message from CVS: @@ -19047,7 +19072,7 @@ Wed Jan 10 15:19:48 2007 +0000 Peter Kjellerstedt Added new license. Fixes #380895. -Wed Jan 10 09:47:43 2007 +0000 Sebastian Dröge +2007-01-10 09:47:43 +0000 Sebastian Dröge Some small docs fixes (#394851). Original commit message from CVS: @@ -19056,14 +19081,14 @@ Wed Jan 10 09:47:43 2007 +0000 Sebastian Dröge * gst/audiofx/audiopanorama.c: Some small docs fixes (#394851). -Tue Jan 9 12:25:26 2007 +0000 Wim Taymans +2007-01-09 12:25:26 +0000 Wim Taymans gst/avi/gstavidemux.c: Fix docs. Original commit message from CVS: * gst/avi/gstavidemux.c: Fix docs. -Tue Jan 9 12:23:48 2007 +0000 Wim Taymans +2007-01-09 12:23:48 +0000 Wim Taymans gst/rtp/: Added RFC 2250 MPEG Video Depayloader. Original commit message from CVS: @@ -19098,7 +19123,7 @@ Tue Jan 9 12:23:48 2007 +0000 Wim Taymans * gst/rtp/gstrtpmpapay.c: Fix caps. -Mon Jan 8 12:45:10 2007 +0000 Vincent Torri +2007-01-08 12:45:10 +0000 Vincent Torri ext/jpeg/: These libjpeg callbacks should return a 'boolean' (unsigned char apparently) and not a 'gboolean' (which m... Original commit message from CVS: @@ -19114,7 +19139,7 @@ Mon Jan 8 12:45:10 2007 +0000 Vincent Torri * gst/udp/gstudpsrc.c: (gst_udpsrc_create): Some printf format fixes for win32. -Sun Jan 7 22:03:54 2007 +0000 Andy Wingo +2007-01-07 22:03:54 +0000 Andy Wingo New elements interleave and deinterleave, implement channel interleaving and deinterleaving. Original commit message from CVS: @@ -19130,7 +19155,7 @@ Sun Jan 7 22:03:54 2007 +0000 Andy Wingo deinterleaver is more like a demuxer and can only operate in push mode. -Sun Jan 7 10:44:12 2007 +0000 Sébastien Moutte +2007-01-07 10:44:12 +0000 Sébastien Moutte gst/cutter/gstcutter.c: Use gst_guint64_to_gdouble for conversion. Original commit message from CVS: @@ -19141,7 +19166,7 @@ Sun Jan 7 10:44:12 2007 +0000 Sébastien Moutte * win32/vs6/libgstvideobox.dsp: Update liboil library name (project is linked to liboil-0.3-0.lib now). -Fri Jan 5 18:32:03 2007 +0000 Tim-Philipp Müller +2007-01-05 18:32:03 +0000 Tim-Philipp Müller Check for zlib and if available pass it explicitly to the linker when linking qtdemux. If not available (or --disable... Original commit message from CVS: @@ -19153,7 +19178,7 @@ Fri Jan 5 18:32:03 2007 +0000 Tim-Philipp Müller been specified!), disable the bits in qtdemux that use it. Fixes build on MingW (#392856). -Fri Jan 5 17:23:04 2007 +0000 Tim-Philipp Müller +2007-01-05 17:23:04 +0000 Tim-Philipp Müller gst/matroska/Makefile.am: If zlib is available and used, we must link it explicitly for things to work on MingW (fixe... Original commit message from CVS: @@ -19161,7 +19186,7 @@ Fri Jan 5 17:23:04 2007 +0000 Tim-Philipp Müller If zlib is available and used, we must link it explicitly for things to work on MingW (fixes #392855). -Fri Jan 5 16:07:12 2007 +0000 Tim-Philipp Müller +2007-01-05 16:07:12 +0000 Tim-Philipp Müller tests/icles/videocrop-test.c: Call g_thread_init() right at the beginning. Remove superfluous gst_init() - we've alre... Original commit message from CVS: @@ -19169,7 +19194,7 @@ Fri Jan 5 16:07:12 2007 +0000 Tim-Philipp Müller Call g_thread_init() right at the beginning. Remove superfluous gst_init() - we've already been inited via the GOption stuff. -Thu Jan 4 11:02:29 2007 +0000 Tim-Philipp Müller +2007-01-04 11:02:29 +0000 Tim-Philipp Müller ext/esd/esdsink.c: Don't return bogus values when esd_get_delay() fails for some reason (#392189). Original commit message from CVS: @@ -19177,7 +19202,7 @@ Thu Jan 4 11:02:29 2007 +0000 Tim-Philipp Müller Don't return bogus values when esd_get_delay() fails for some reason (#392189). -Thu Jan 4 09:44:57 2007 +0000 Vincent Torri +2007-01-04 09:44:57 +0000 Vincent Torri Add directsoundsink to build and dist it, so it gets built when compiling with MingW on win32 and the required header... Original commit message from CVS: @@ -19193,7 +19218,7 @@ Thu Jan 4 09:44:57 2007 +0000 Vincent Torri * tests/check/elements/.cvsignore: Fix CVS ignore for neonhttpsrc test binary. -Wed Jan 3 19:54:33 2007 +0000 Vincent Torri +2007-01-03 19:54:33 +0000 Vincent Torri Add directdrawsink to build and dist it, so it gets built when compiling with MingW on win32 and the required headers... Original commit message from CVS: @@ -19211,7 +19236,7 @@ Wed Jan 3 19:54:33 2007 +0000 Vincent Torri Comment out some unused things and fix some printf format issues in order to avoid warnings when buildling with MingW (#392313). -Wed Jan 3 16:41:10 2007 +0000 Jens Granseuer +2007-01-03 16:41:10 +0000 Jens Granseuer Fix build with gcc-2.x (declare variables at the beginning of a block etc.). Fixes #391971. Original commit message from CVS: @@ -19228,7 +19253,7 @@ Wed Jan 3 16:41:10 2007 +0000 Jens Granseuer Fix build with gcc-2.x (declare variables at the beginning of a block etc.). Fixes #391971. -Sat Dec 30 12:44:01 2006 +0000 Tim-Philipp Müller +2006-12-30 12:44:01 +0000 Tim-Philipp Müller tests/check/elements/videocrop.c: When we can't create an element needed for the test, print a message detailing whic... Original commit message from CVS: @@ -19237,14 +19262,14 @@ Sat Dec 30 12:44:01 2006 +0000 Tim-Philipp Müller When we can't create an element needed for the test, print a message detailing which element it actually is that's missing (#390673). -Sun Dec 24 11:36:31 2006 +0000 Tim-Philipp Müller +2006-12-24 11:36:31 +0000 Tim-Philipp Müller sys/ximage/gstximagesrc.c: Fix presumably copy'n'pasto for 16bpp depth. Original commit message from CVS: * sys/ximage/gstximagesrc.c: (composite_pixel): Fix presumably copy'n'pasto for 16bpp depth. -Sun Dec 24 11:24:59 2006 +0000 Tim-Philipp Müller +2006-12-24 11:24:59 +0000 Tim-Philipp Müller gst/matroska/matroska-mux.c: The "signed" field in audio caps is of boolean type, trying to use gst_structure_get_int... Original commit message from CVS: @@ -19261,7 +19286,7 @@ Sun Dec 24 11:24:59 2006 +0000 Tim-Philipp Müller Finally, don't fail if there isn't an "endianness" field in 8-bit PCM caps. -Fri Dec 22 10:15:24 2006 +0000 Stefan Kost +2006-12-22 10:15:24 +0000 Stefan Kost tests/check/elements/: reapply consistent pad (de)activation Original commit message from CVS: @@ -19275,7 +19300,7 @@ Fri Dec 22 10:15:24 2006 +0000 Stefan Kost * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc): reapply consistent pad (de)activation -Fri Dec 22 10:15:23 2006 +0000 Stefan Kost +2006-12-22 10:15:23 +0000 Stefan Kost tests/check/elements/: reapply consistent pad (de)activation Original commit message from CVS: @@ -19288,7 +19313,7 @@ Fri Dec 22 10:15:23 2006 +0000 Stefan Kost * tests/check/elements/level.c: (setup_level), (cleanup_level): reapply consistent pad (de)activation -Thu Dec 21 17:03:39 2006 +0000 Jan Schmidt +2006-12-21 17:03:39 +0000 Jan Schmidt configure.ac: Back to CVS Original commit message from CVS: @@ -19297,7 +19322,9 @@ Thu Dec 21 17:03:39 2006 +0000 Jan Schmidt * gst-plugins-good.doap: Add 0.10.5 doap entry -Thu Dec 21 15:45:02 2006 +0000 Jan Schmidt +=== release 0.10.4 === + +2006-12-21 15:45:02 +0000 Jan Schmidt configure.ac: releasing 0.10.4, "Black Bugs" Original commit message from CVS: @@ -19306,7 +19333,7 @@ Thu Dec 21 15:45:02 2006 +0000 Jan Schmidt * configure.ac: releasing 0.10.4, "Black Bugs" -Thu Dec 21 15:40:55 2006 +0000 Jan Schmidt +2006-12-21 15:40:55 +0000 Jan Schmidt configure.ac: releasing 0.10.5, "The Path of Thorns" Original commit message from CVS: @@ -19315,7 +19342,7 @@ Thu Dec 21 15:40:55 2006 +0000 Jan Schmidt * configure.ac: releasing 0.10.5, "The Path of Thorns" -Thu Dec 21 14:03:42 2006 +0000 Stefan Kost +2006-12-21 14:03:42 +0000 Stefan Kost tests/check/elements/mpeg2enc.c: (setup_mpeg2enc) Original commit message from CVS: @@ -19329,7 +19356,7 @@ Thu Dec 21 14:03:42 2006 +0000 Stefan Kost * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc): revert my freeze breakage -Thu Dec 21 12:48:32 2006 +0000 Stefan Kost +2006-12-21 12:48:32 +0000 Stefan Kost tests/check/elements/: revert my freeze breakage Original commit message from CVS: @@ -19342,7 +19369,7 @@ Thu Dec 21 12:48:32 2006 +0000 Stefan Kost * tests/check/elements/level.c: (setup_level), (cleanup_level): revert my freeze breakage -Thu Dec 21 08:20:10 2006 +0000 Stefan Kost +2006-12-21 08:20:10 +0000 Stefan Kost tests/check/elements/: consistent pad (de)activation Original commit message from CVS: @@ -19356,7 +19383,7 @@ Thu Dec 21 08:20:10 2006 +0000 Stefan Kost * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc): consistent pad (de)activation -Thu Dec 21 08:15:23 2006 +0000 Stefan Kost +2006-12-21 08:15:23 +0000 Stefan Kost tests/check/elements/: consistent pad (de)activation Original commit message from CVS: @@ -19369,7 +19396,7 @@ Thu Dec 21 08:15:23 2006 +0000 Stefan Kost * tests/check/elements/level.c: (setup_level), (cleanup_level): consistent pad (de)activation -Mon Dec 18 17:11:49 2006 +0000 Tim-Philipp Müller +2006-12-18 17:11:49 +0000 Tim-Philipp Müller gst/qtdemux/qtdemux.c: Don't post BUFFERING messages in streaming mode if the stream headers are behind the movie dat... Original commit message from CVS: @@ -19382,7 +19409,7 @@ Mon Dec 18 17:11:49 2006 +0000 Tim-Philipp Müller from different sources and don't realize they come from different sources (#387160). -Mon Dec 18 16:46:17 2006 +0000 Jan Schmidt +2006-12-18 16:46:17 +0000 Jan Schmidt Disable LADPSA, as it has moved to the -bad module for the duration. Original commit message from CVS: @@ -19390,7 +19417,7 @@ Mon Dec 18 16:46:17 2006 +0000 Jan Schmidt * ext/Makefile.am: Disable LADPSA, as it has moved to the -bad module for the duration. -Mon Dec 18 15:51:54 2006 +0000 Wim Taymans +2006-12-18 15:51:54 +0000 Wim Taymans ext/ladspa/gstsignalprocessor.c: Reset flow_state back to _OK after a flush stop so that we exit our error state afte... Original commit message from CVS: @@ -19399,7 +19426,7 @@ Mon Dec 18 15:51:54 2006 +0000 Wim Taymans Reset flow_state back to _OK after a flush stop so that we exit our error state after the flush. Fixes #374213 -Mon Dec 18 15:49:08 2006 +0000 Jan Schmidt +2006-12-18 15:49:08 +0000 Jan Schmidt ChangeLog surgery on one of Stefan's commits from August: Original commit message from CVS: @@ -19409,7 +19436,7 @@ Mon Dec 18 15:49:08 2006 +0000 Jan Schmidt despite the fact that it doesn't meet the plugin checklist. -- Added by Jan Schmidt 18 Dec 2006 -Mon Dec 18 13:40:34 2006 +0000 Jan Schmidt +2006-12-18 13:40:34 +0000 Jan Schmidt gst/qtdemux/qtdemux.c: Don't output g_warning for an unsupported format, just send a Original commit message from CVS: @@ -19420,7 +19447,7 @@ Mon Dec 18 13:40:34 2006 +0000 Jan Schmidt Fix the case where it doesn't check for a NULL pad in streaming mode. Fixes #387137 -Mon Dec 18 12:27:32 2006 +0000 Tim-Philipp Müller +2006-12-18 12:27:32 +0000 Tim-Philipp Müller gst/qtdemux/qtdemux.c: Fix crash dereferencing NULL pointer if there's no stco atom. Original commit message from CVS: @@ -19428,7 +19455,7 @@ Mon Dec 18 12:27:32 2006 +0000 Tim-Philipp Müller Fix crash dereferencing NULL pointer if there's no stco atom. Fixes #387122. -Mon Dec 18 10:02:56 2006 +0000 Sebastian Dröge +2006-12-18 10:02:56 +0000 Sebastian Dröge ext/wavpack/gstwavpackenc.h: Use local copy of md5.h, as it disappeared in recent wavpack installs. Original commit message from CVS: @@ -19438,7 +19465,7 @@ Mon Dec 18 10:02:56 2006 +0000 Sebastian Dröge Patch by: Sebastian Dröge Fixes: #387076 -Sun Dec 17 19:42:05 2006 +0000 Jan Schmidt +2006-12-17 19:42:05 +0000 Jan Schmidt * po/af.po: * po/az.po: @@ -19458,7 +19485,7 @@ Sun Dec 17 19:42:05 2006 +0000 Jan Schmidt Original commit message from CVS: Update .po files -Sun Dec 17 06:11:39 2006 +0000 David Schleef +2006-12-17 06:11:39 +0000 David Schleef sys/osxvideo/osxvideosink.*: Decent effort at porting to 0.10. Needs cleanup on OS/X. Original commit message from CVS: @@ -19466,7 +19493,7 @@ Sun Dec 17 06:11:39 2006 +0000 David Schleef * sys/osxvideo/osxvideosink.m: Decent effort at porting to 0.10. Needs cleanup on OS/X. -Sun Dec 17 05:07:07 2006 +0000 Vijay Santhanam +2006-12-17 05:07:07 +0000 Vijay Santhanam sys/osxvideo/: Preliminary patch for porting osxvideosink Original commit message from CVS: @@ -19476,7 +19503,7 @@ Sun Dec 17 05:07:07 2006 +0000 Vijay Santhanam * sys/osxvideo/osxvideosink.m: Preliminary patch for porting osxvideosink -Sat Dec 16 16:21:26 2006 +0000 Sjoerd Simons +2006-12-16 16:21:26 +0000 Sjoerd Simons gst/videomixer/videomixer.c: Introduce some locking around the videomixer state so that it does not crash when adding... Original commit message from CVS: @@ -19491,7 +19518,7 @@ Sat Dec 16 16:21:26 2006 +0000 Sjoerd Simons Introduce some locking around the videomixer state so that it does not crash when adding/removing pads. Fixes #383043. -Sat Dec 16 15:25:23 2006 +0000 Tim-Philipp Müller +2006-12-16 15:25:23 +0000 Tim-Philipp Müller gst/qtdemux/qtdemux.c: We don't support seeking in streaming mode, so don't even try. Original commit message from CVS: @@ -19501,7 +19528,7 @@ Sat Dec 16 15:25:23 2006 +0000 Tim-Philipp Müller Implement seeking query so apps can query seekability properly (see #365414). Fix duration query. -Sat Dec 16 11:42:56 2006 +0000 Tim-Philipp Müller +2006-12-16 11:42:56 +0000 Tim-Philipp Müller configure.ac: Make sure libcaca can actually be used instead of just checking for /usr/bin/caca-config, so we don't w... Original commit message from CVS: @@ -19510,7 +19537,7 @@ Sat Dec 16 11:42:56 2006 +0000 Tim-Philipp Müller /usr/bin/caca-config, so we don't wrongly try to build cacasink when cross-compiling (fixes #384587). -Fri Dec 15 10:54:28 2006 +0000 Thomas Vander Stichele +2006-12-15 10:54:28 +0000 Thomas Vander Stichele adding doap file Original commit message from CVS: @@ -19519,7 +19546,7 @@ Fri Dec 15 10:54:28 2006 +0000 Thomas Vander Stichele * gst-plugins-good.spec.in: adding doap file -Thu Dec 14 16:20:15 2006 +0000 Tim-Philipp Müller +2006-12-14 16:20:15 +0000 Tim-Philipp Müller configure.ac: libflac-1.1.3 changed API again, but we can't build against it yet, so make sure our check doesn't use ... Original commit message from CVS: @@ -19528,7 +19555,7 @@ Thu Dec 14 16:20:15 2006 +0000 Tim-Philipp Müller so make sure our check doesn't use libflac-1.1.3 and add a comment to this effect. -Thu Dec 14 14:25:17 2006 +0000 Tim-Philipp Müller +2006-12-14 14:25:17 +0000 Tim-Philipp Müller gst/effectv/gstquark.c: Add some NULL pointer checks (possibly related to #385623). Original commit message from CVS: @@ -19536,7 +19563,7 @@ Thu Dec 14 14:25:17 2006 +0000 Tim-Philipp Müller (gst_quarktv_planetable_clear): Add some NULL pointer checks (possibly related to #385623). -Wed Dec 13 17:12:22 2006 +0000 Wim Taymans +2006-12-13 17:12:22 +0000 Wim Taymans gst/qtdemux/qtdemux.c: Add AMR-WB to the list of supported formats. Original commit message from CVS: @@ -19545,7 +19572,7 @@ Wed Dec 13 17:12:22 2006 +0000 Wim Taymans (qtdemux_audio_caps): Add AMR-WB to the list of supported formats. -Tue Dec 12 18:45:58 2006 +0000 Tim-Philipp Müller +2006-12-12 18:45:58 +0000 Tim-Philipp Müller gst/: In streaming mode, if the first buffer we get doesn't have an offset, fix it up to be 0, otherwise trimming won... Original commit message from CVS: @@ -19558,7 +19585,7 @@ Tue Dec 12 18:45:58 2006 +0000 Tim-Philipp Müller decodebin plugging an endless number of id3demux elements as a consequence. Fixes #385031. -Mon Dec 11 21:21:16 2006 +0000 Jan Schmidt +2006-12-11 21:21:16 +0000 Jan Schmidt sys/sunaudio/gstsunaudiosink.c: Ignore the buffer_time the sound device reports. Turns out it is sometimes completely... Original commit message from CVS: @@ -19566,7 +19593,7 @@ Mon Dec 11 21:21:16 2006 +0000 Jan Schmidt Ignore the buffer_time the sound device reports. Turns out it is sometimes completely bogus and we're better off without it. -Mon Dec 11 17:33:26 2006 +0000 Tim-Philipp Müller +2006-12-11 17:33:26 +0000 Tim-Philipp Müller gst/qtdemux/qtdemux.c: Fix non-working redirects from inetfilm.com (handle 'alis' reference data type as well). Fixes... Original commit message from CVS: @@ -19574,7 +19601,7 @@ Mon Dec 11 17:33:26 2006 +0000 Tim-Philipp Müller Fix non-working redirects from inetfilm.com (handle 'alis' reference data type as well). Fixes #378613. -Mon Dec 11 13:59:33 2006 +0000 Tim-Philipp Müller +2006-12-11 13:59:33 +0000 Tim-Philipp Müller gst/matroska/: Try harder to extract the framerate for video tracks correctly and save it directly instead of convert... Original commit message from CVS: @@ -19588,7 +19615,7 @@ Mon Dec 11 13:59:33 2006 +0000 Tim-Philipp Müller times. Mostly makes a difference for very small framerates (<1). Fixes #380199. -Mon Dec 11 11:41:18 2006 +0000 Tim-Philipp Müller +2006-12-11 11:41:18 +0000 Tim-Philipp Müller ext/gconf/gstgconfaudiosrc.*: Remove gconf notify hook when the gconfaudiosrc element is destroyed, otherwise the cal... Original commit message from CVS: @@ -19601,7 +19628,7 @@ Mon Dec 11 11:41:18 2006 +0000 Tim-Philipp Müller #378184. Also ignore gconf key changes when the source is already running. -Sat Dec 9 19:27:28 2006 +0000 Sebastian Dröge +2006-12-09 19:27:28 +0000 Sebastian Dröge gst/apetag/gstapedemux.c: We need to be able to read and parse any possible floating point string format ("1,234" or ... Original commit message from CVS: @@ -19614,7 +19641,7 @@ Sat Dec 9 19:27:28 2006 +0000 Sebastian Dröge make sure we can parse either version at all times. Fixes #382982 for real. -Sat Dec 9 16:17:33 2006 +0000 Jan Schmidt +2006-12-09 16:17:33 +0000 Jan Schmidt sys/sunaudio/: Use the sunaudio debug category. Original commit message from CVS: @@ -19640,7 +19667,7 @@ Sat Dec 9 16:17:33 2006 +0000 Jan Schmidt sink's ringbuffer. Fixes: #360673 -Fri Dec 8 21:12:47 2006 +0000 Jan Schmidt +2006-12-08 21:12:47 +0000 Jan Schmidt * ChangeLog: Correct the attribution of the previous commit. The patch in question was written by Brian Cameron. @@ -19648,7 +19675,7 @@ Fri Dec 8 21:12:47 2006 +0000 Jan Schmidt Correct the attribution of the previous commit. The patch in question was written by Brian Cameron. -Fri Dec 8 17:06:43 2006 +0000 René Stadler +2006-12-08 17:06:43 +0000 René Stadler gst/qtdemux/qtdemux.c: Fix caps for 24 bit raw PCM audio (2). Original commit message from CVS: @@ -19659,7 +19686,7 @@ Fri Dec 8 17:06:43 2006 +0000 René Stadler Fix caps for 24 bit raw PCM audio (2). Fixes #383471. -Fri Dec 8 16:38:18 2006 +0000 Sebastian Dröge +2006-12-08 16:38:18 +0000 Sebastian Dröge gst/audiofx/audiopanorama.*: Fix audiopanorame with float samples. Fixes #383726. Original commit message from CVS: @@ -19669,7 +19696,7 @@ Fri Dec 8 16:38:18 2006 +0000 Sebastian Dröge * gst/audiofx/audiopanorama.h: Fix audiopanorame with float samples. Fixes #383726. -Fri Dec 8 15:12:01 2006 +0000 Padraig O'Briain +2006-12-08 15:12:01 +0000 Padraig O'Briain sys/sunaudio/: Implement reset functions to unblock the src/sink more quickly on state change requests. Original commit message from CVS: @@ -19680,7 +19707,7 @@ Fri Dec 8 15:12:01 2006 +0000 Padraig O'Briain state change requests. Patch by: Padraig O'Briain -Fri Dec 8 14:42:42 2006 +0000 Jerry Tan +2006-12-08 14:42:42 +0000 Jerry Tan sys/sunaudio/gstsunaudiomixer.c: Construct the correct mixer device name when the AUDIODEV env var is set. Original commit message from CVS: @@ -19691,7 +19718,7 @@ Fri Dec 8 14:42:42 2006 +0000 Jerry Tan Patch by: Jerry Tan Fixes: #383596 -Fri Dec 8 14:32:51 2006 +0000 Jerry Tan +2006-12-08 14:32:51 +0000 Jerry Tan sys/sunaudio/gstsunaudiosrc.c: Apply patch to open the mixer control and set the MULTIPLE_OPEN ioctl. On solaris, the... Original commit message from CVS: @@ -19702,7 +19729,7 @@ Fri Dec 8 14:32:51 2006 +0000 Jerry Tan Patch by: Jerry Tan Fixes: #349015 -Thu Dec 7 17:30:03 2006 +0000 Wim Taymans +2006-12-07 17:30:03 +0000 Wim Taymans gst/smpte/: Port to 0.10 some more. Original commit message from CVS: @@ -19724,7 +19751,7 @@ Thu Dec 7 17:30:03 2006 +0000 Wim Taymans Added debug category. Fixes #383323. -Thu Dec 7 11:35:41 2006 +0000 Wim Taymans +2006-12-07 11:35:41 +0000 Wim Taymans gst/qtdemux/qtdemux.c: Handle more H263 variants. Original commit message from CVS: @@ -19733,7 +19760,7 @@ Thu Dec 7 11:35:41 2006 +0000 Wim Taymans (qtdemux_video_caps): Handle more H263 variants. -Wed Dec 6 15:06:04 2006 +0000 Sjoerd Simons +2006-12-06 15:06:04 +0000 Sjoerd Simons gst/videomixer/videomixer.c: Don't reset xpos and ypos in the setcaps function because causes unexpected behaviour. Original commit message from CVS: @@ -19745,7 +19772,7 @@ Wed Dec 6 15:06:04 2006 +0000 Sjoerd Simons unexpected behaviour. Fixes #382179. -Wed Dec 6 14:45:30 2006 +0000 Wim Taymans +2006-12-06 14:45:30 +0000 Wim Taymans gst/multipart/multipartmux.c: Keep track of the buffer timestamp in the collectdata member instead of modifying the b... Original commit message from CVS: @@ -19755,7 +19782,7 @@ Wed Dec 6 14:45:30 2006 +0000 Wim Taymans of modifying the buffer without making the metadata writable first. Fixes #382277. -Wed Dec 6 14:33:54 2006 +0000 Rob Taylor +2006-12-06 14:33:54 +0000 Rob Taylor gst/udp/gstudpsrc.c: If using multicast in udpsrc, bind to the multicast address rather than Original commit message from CVS: @@ -19768,7 +19795,7 @@ Wed Dec 6 14:33:54 2006 +0000 Rob Taylor packets from all subscribed multicast addresses. Fixes #383001. -Wed Dec 6 13:35:52 2006 +0000 Jonathan Matthew +2006-12-06 13:35:52 +0000 Jonathan Matthew ext/taglib/gstid3v2mux.cc: Don't attempt to write a NULL frame into the ID3 tag set when the createFrame method retur... Original commit message from CVS: @@ -19778,7 +19805,7 @@ Wed Dec 6 13:35:52 2006 +0000 Jonathan Matthew Fixes: #381857 Patch by: Jonathan Matthew -Wed Dec 6 13:16:59 2006 +0000 Sebastian Dröge +2006-12-06 13:16:59 +0000 Sebastian Dröge gst/apetag/gstapedemux.c: Use g_strtod() instead of sscanf to parse doubles, so that it will try parsing in the C loc... Original commit message from CVS: @@ -19788,7 +19815,7 @@ Wed Dec 6 13:16:59 2006 +0000 Sebastian Dröge Fixes: #382982 Patch by: Sebastian Dröge -Fri Dec 1 10:31:46 2006 +0000 Sergey Scobich +2006-12-01 10:31:46 +0000 Sergey Scobich win32/MANIFEST: Fix compilation on win32 under VS8 Original commit message from CVS: @@ -19797,7 +19824,7 @@ Fri Dec 1 10:31:46 2006 +0000 Sergey Scobich Patch by: Sergey Scobich Partially fixes #381175 -Thu Nov 30 16:48:51 2006 +0000 Stefan Kost +2006-11-30 16:48:51 +0000 Stefan Kost gst/avi/gstavimux.c: accept all mpegversions,fixes #380825 spotted by: Jerome Alet Original commit message from CVS: @@ -19805,7 +19832,7 @@ Thu Nov 30 16:48:51 2006 +0000 Stefan Kost accept all mpegversions,fixes #380825 spotted by: Jerome Alet -Thu Nov 30 16:46:13 2006 +0000 Stefan Kost +2006-11-30 16:46:13 +0000 Stefan Kost sys/v4l2/v4l2src_calls.c: cleanup the error message a bit more Original commit message from CVS: @@ -19815,7 +19842,7 @@ Thu Nov 30 16:46:13 2006 +0000 Stefan Kost (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize): cleanup the error message a bit more -Thu Nov 30 15:08:08 2006 +0000 René Stadler +2006-11-30 15:08:08 +0000 René Stadler gst/replaygain/gstrganalysis.c: Call the base class handler. Fixes #380610. Original commit message from CVS: @@ -19823,7 +19850,7 @@ Thu Nov 30 15:08:08 2006 +0000 René Stadler * gst/replaygain/gstrganalysis.c: (gst_rg_analysis_event): Call the base class handler. Fixes #380610. -Tue Nov 28 12:30:10 2006 +0000 Wim Taymans +2006-11-28 12:30:10 +0000 Wim Taymans ext/libcaca/gstcacasink.c: Fix width and height properties. Original commit message from CVS: @@ -19833,7 +19860,7 @@ Tue Nov 28 12:30:10 2006 +0000 Wim Taymans Fix compilation on newer libcaca that require us to include a new header. Fixes #379918. -Tue Nov 28 11:52:27 2006 +0000 Wim Taymans +2006-11-28 11:52:27 +0000 Wim Taymans gst/rtsp/: Add method so that extensions can choose to disable the setup of a stream. Original commit message from CVS: @@ -19846,7 +19873,7 @@ Tue Nov 28 11:52:27 2006 +0000 Wim Taymans a stream. Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792. -Mon Nov 27 17:16:26 2006 +0000 Wim Taymans +2006-11-27 17:16:26 +0000 Wim Taymans gst/qtdemux/qtdemux.c: Remove some asserts and replace them with a proper error message. Fixes #379261. Original commit message from CVS: @@ -19855,14 +19882,14 @@ Mon Nov 27 17:16:26 2006 +0000 Wim Taymans Remove some asserts and replace them with a proper error message. Fixes #379261. -Mon Nov 27 16:30:49 2006 +0000 Wim Taymans +2006-11-27 16:30:49 +0000 Wim Taymans * ChangeLog: mention bug fix Original commit message from CVS: mention bug fix -Mon Nov 27 16:29:07 2006 +0000 Jonas Holmberg +2006-11-27 16:29:07 +0000 Jonas Holmberg gst/multipart/multipartmux.c: Push header in a separate buffer instead of memcpy:ing all data Original commit message from CVS: @@ -19872,14 +19899,14 @@ Mon Nov 27 16:29:07 2006 +0000 Jonas Holmberg Change LF => CRLF in headers Move trailing LF to header -Mon Nov 27 16:26:50 2006 +0000 Wim Taymans +2006-11-27 16:26:50 +0000 Wim Taymans gst/rtp/gstrtpmpadepay.c: Small buffer overflow fix and improve debugging. Original commit message from CVS: * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain): Small buffer overflow fix and improve debugging. -Fri Nov 24 08:58:53 2006 +0000 Stefan Kost +2006-11-24 08:58:53 +0000 Stefan Kost ext/esd/: remove obsolete _factory_init protos Original commit message from CVS: @@ -19887,7 +19914,7 @@ Fri Nov 24 08:58:53 2006 +0000 Stefan Kost * ext/esd/esdsink.h: remove obsolete _factory_init protos -Fri Nov 24 07:46:54 2006 +0000 Stefan Kost +2006-11-24 07:46:54 +0000 Stefan Kost gst/avi/gstavidemux.c: remove dead code, tweak debugs statements, add comments, use _uint64_scale instead _uint64_sca... Original commit message from CVS: @@ -19907,28 +19934,28 @@ Fri Nov 24 07:46:54 2006 +0000 Stefan Kost _uint64_scale instead _uint64_scale_int when using guint64 values, small optimizations, reflow some error handling -Wed Nov 22 17:39:13 2006 +0000 Edward Hervey +2006-11-22 17:39:13 +0000 Edward Hervey po/.cvsignore: We never put .pot files in cvs. Let's ignore them all. Original commit message from CVS: * po/.cvsignore: We never put .pot files in cvs. Let's ignore them all. -Tue Nov 21 12:57:50 2006 +0000 Christian Schaller +2006-11-21 12:57:50 +0000 Christian Schaller * gst-plugins-good.spec.in: enalbe LADSPA plugin in spec file Original commit message from CVS: enalbe LADSPA plugin in spec file -Sun Nov 19 18:46:03 2006 +0000 Tim-Philipp Müller +2006-11-19 18:46:03 +0000 Tim-Philipp Müller po/POTFILES.in: ... but better exclude files that aren't disted. Original commit message from CVS: * po/POTFILES.in: ... but better exclude files that aren't disted. -Sun Nov 19 16:32:49 2006 +0000 Tim-Philipp Müller +2006-11-19 16:32:49 +0000 Tim-Philipp Müller po/POTFILES.in: Add v4l2 source files to list of files with translations, so the strings are actually extracted (howe... Original commit message from CVS: @@ -19936,7 +19963,7 @@ Sun Nov 19 16:32:49 2006 +0000 Tim-Philipp Müller Add v4l2 source files to list of files with translations, so the strings are actually extracted (however bad they still may be). -Sun Nov 19 16:30:19 2006 +0000 Tim-Philipp Müller +2006-11-19 16:30:19 +0000 Tim-Philipp Müller gst/videobox/gstvideobox.c: Minor clean-ups: const-ify static array, remove trailing comma from use GST_DEBUG_FUNCPTR. Original commit message from CVS: @@ -19944,7 +19971,7 @@ Sun Nov 19 16:30:19 2006 +0000 Tim-Philipp Müller Minor clean-ups: const-ify static array, remove trailing comma from last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR. -Sun Nov 19 13:41:53 2006 +0000 René Stadler +2006-11-19 13:41:53 +0000 René Stadler gst/id3demux/id3v2frames.c: Make sure that g_free always gets called on the same pointer that was returned by g_mallo... Original commit message from CVS: @@ -19955,14 +19982,14 @@ Sun Nov 19 13:41:53 2006 +0000 René Stadler Remove unneeded check of return value of g_malloc. Patch by: René Stadler -Sat Nov 18 18:14:34 2006 +0000 Tim-Philipp Müller +2006-11-18 18:14:34 +0000 Tim-Philipp Müller sys/v4l2/v4l2src_calls.c: Add missing curly brackets. Original commit message from CVS: * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit): Add missing curly brackets. -Fri Nov 17 14:54:01 2006 +0000 Edgard Lima +2006-11-17 14:54:01 +0000 Edgard Lima * ChangeLog: * sys/v4l2/v4l2src_calls.c: @@ -19970,7 +19997,7 @@ Fri Nov 17 14:54:01 2006 +0000 Edgard Lima Original commit message from CVS: Fix capture_deinit. -Thu Nov 16 15:36:48 2006 +0000 Tim-Philipp Müller +2006-11-16 15:36:48 +0000 Tim-Philipp Müller gst/matroska/matroska-mux.c: Use GST_DEBUG_FUNCPTR; activate request pad before returning it. Original commit message from CVS: @@ -19981,14 +20008,14 @@ Thu Nov 16 15:36:48 2006 +0000 Tim-Philipp Müller (setup_sink_pad), (GST_START_TEST): Activate pads before using them. -Thu Nov 16 15:04:55 2006 +0000 Tim-Philipp Müller +2006-11-16 15:04:55 +0000 Tim-Philipp Müller gst/avi/gstavidemux.c: Initialise variable to get rid of bogus compiler warning. Original commit message from CVS: * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan): Initialise variable to get rid of bogus compiler warning. -Thu Nov 16 07:26:17 2006 +0000 Ville Syrjala +2006-11-16 07:26:17 +0000 Ville Syrjala gst/rtp/: Specify H.263 variant and version in the caps (fixes #361637) Original commit message from CVS: @@ -19998,7 +20025,7 @@ Thu Nov 16 07:26:17 2006 +0000 Ville Syrjala * gst/rtp/gstrtph263ppay.c: Specify H.263 variant and version in the caps (fixes #361637) -Wed Nov 15 17:44:01 2006 +0000 Wim Taymans +2006-11-15 17:44:01 +0000 Wim Taymans gst/rtsp/rtspconnection.c: Don't set a data pointer to NULL and a size > 0 when we deal with empty packets. Original commit message from CVS: @@ -20011,7 +20038,7 @@ Wed Nov 15 17:44:01 2006 +0000 Wim Taymans (rtsp_message_take_body): Check that we can't create invalid empty packets. -Wed Nov 15 12:35:46 2006 +0000 Sebastian Dröge +2006-11-15 12:35:46 +0000 Sebastian Dröge ext/wavpack/: Some small clean-ups: use enums instead of hard-coded numbers, const-ify element details, re-factor som... Original commit message from CVS: @@ -20027,7 +20054,7 @@ Wed Nov 15 12:35:46 2006 +0000 Sebastian Dröge const-ify element details, re-factor some code into _reset() functions (#352605). -Wed Nov 15 12:08:20 2006 +0000 Mark Nauwelaerts +2006-11-15 12:08:20 +0000 Mark Nauwelaerts gst/matroska/matroska-mux.*: Add basic tag writing support; implement releasing pads (#374658). Original commit message from CVS: @@ -20041,7 +20068,7 @@ Wed Nov 15 12:08:20 2006 +0000 Mark Nauwelaerts * gst/matroska/matroska-mux.h: Add basic tag writing support; implement releasing pads (#374658). -Wed Nov 15 11:19:13 2006 +0000 Tim-Philipp Müller +2006-11-15 11:19:13 +0000 Tim-Philipp Müller gst/matroska/matroska-demux.c: Handle opaque/unspecified A_AAC audio codec ID (fixes #374737). Original commit message from CVS: @@ -20049,13 +20076,13 @@ Wed Nov 15 11:19:13 2006 +0000 Tim-Philipp Müller (gst_matroska_demux_audio_caps): Handle opaque/unspecified A_AAC audio codec ID (fixes #374737). -Wed Nov 15 00:12:19 2006 +0000 David Schleef +2006-11-15 00:12:19 +0000 David Schleef gst/matroska/matroska-mux.c: Add Dirac fourcc. Original commit message from CVS: * gst/matroska/matroska-mux.c: Add Dirac fourcc. -Tue Nov 14 20:07:22 2006 +0000 Sergey Scobich +2006-11-14 20:07:22 +0000 Sergey Scobich win32/vs8/: Make end-of-line returns unixy, so that when the files are checked out on win32 the line returns will be ... Original commit message from CVS: @@ -20109,7 +20136,7 @@ Tue Nov 14 20:07:22 2006 +0000 Sergey Scobich out on win32 the line returns will be 0d 0a and not 0d 0d 0a. Hopefully fixes #366492. -Tue Nov 14 15:55:32 2006 +0000 Wim Taymans +2006-11-14 15:55:32 +0000 Wim Taymans gst/avi/gstavidemux.c: Disable init_frames delay timestamp adjustment, it does not seem to be needed at all. Fixes #3... Original commit message from CVS: @@ -20117,7 +20144,7 @@ Tue Nov 14 15:55:32 2006 +0000 Wim Taymans Disable init_frames delay timestamp adjustment, it does not seem to be needed at all. Fixes #369621. -Tue Nov 14 11:43:40 2006 +0000 Wim Taymans +2006-11-14 11:43:40 +0000 Wim Taymans gst/qtdemux/qtdemux.c: Don't parse extra sample params for raw pcm. Fixes #374914. Original commit message from CVS: @@ -20125,7 +20152,7 @@ Tue Nov 14 11:43:40 2006 +0000 Wim Taymans (gst_qtdemux_handle_src_query), (qtdemux_parse_trak): Don't parse extra sample params for raw pcm. Fixes #374914. -Mon Nov 13 18:31:18 2006 +0000 Mark Nauwelaerts +2006-11-13 18:31:18 +0000 Mark Nauwelaerts gst/videomixer/videomixer.c: Fix memleak by unref'ing collectpads instance (when finalizing) Original commit message from CVS: @@ -20140,7 +20167,7 @@ Mon Nov 13 18:31:18 2006 +0000 Mark Nauwelaerts Fix memleak by unref'ing collectpads instance (when finalizing) Implement releasing a request pad. Fixes #374479. -Fri Nov 10 20:08:42 2006 +0000 Sergey Scobich +2006-11-10 20:08:42 +0000 Sergey Scobich win32/vs8/: Add VS8 project files (note that many of the plugins in ext are disabled by default). Fixes #366492. Original commit message from CVS: @@ -20193,14 +20220,14 @@ Fri Nov 10 20:08:42 2006 +0000 Sergey Scobich Add VS8 project files (note that many of the plugins in ext are disabled by default). Fixes #366492. -Fri Nov 10 19:18:33 2006 +0000 David Schleef +2006-11-10 19:18:33 +0000 David Schleef gst/multifile/Makefile.am: Let's not depend on a file that doesn't exist. Original commit message from CVS: * gst/multifile/Makefile.am: Let's not depend on a file that doesn't exist. -Fri Nov 10 18:51:10 2006 +0000 David Schleef +2006-11-10 18:51:10 +0000 David Schleef Revive multifile[src|sink]. Original commit message from CVS: @@ -20212,14 +20239,14 @@ Fri Nov 10 18:51:10 2006 +0000 David Schleef * gst/multifile/multifile.vproj: Revive multifile[src|sink]. -Fri Nov 10 08:09:05 2006 +0000 Stefan Kost +2006-11-10 08:09:05 +0000 Stefan Kost sys/v4l2/v4l2src_calls.c: we do not translate debug messages Original commit message from CVS: * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame): we do not translate debug messages -Wed Nov 8 12:04:03 2006 +0000 Stefan Kost +2006-11-08 12:04:03 +0000 Stefan Kost gst/flx/gstflxdec.c: fix categorisation, make short desc more explicit, remove unused code Original commit message from CVS: @@ -20227,7 +20254,7 @@ Wed Nov 8 12:04:03 2006 +0000 Stefan Kost fix categorisation, make short desc more explicit, remove unused code Fixes #372021 -Wed Nov 8 01:30:39 2006 +0000 Christian Schaller +2006-11-08 01:30:39 +0000 Christian Schaller gst/rtp/: Fix element descriptions. Original commit message from CVS: @@ -20255,7 +20282,7 @@ Wed Nov 8 01:30:39 2006 +0000 Christian Schaller * gst/rtp/gstrtpsv3vdepay.c: Fix element descriptions. -Wed Nov 8 01:29:51 2006 +0000 Christian Schaller +2006-11-08 01:29:51 +0000 Christian Schaller gst/rtp/: Fix description. Original commit message from CVS: @@ -20264,7 +20291,7 @@ Wed Nov 8 01:29:51 2006 +0000 Christian Schaller Fix description. Small cleanup in the payloader. -Wed Nov 8 01:28:00 2006 +0000 Christian Schaller +2006-11-08 01:28:00 +0000 Christian Schaller gst/rtp/: Add theora pay/depayloaders. Original commit message from CVS: @@ -20293,7 +20320,7 @@ Wed Nov 8 01:28:00 2006 +0000 Christian Schaller * gst/rtp/gstrtptheorapay.h: Add theora pay/depayloaders. -Tue Nov 7 01:43:06 2006 +0000 Christian Schaller +2006-11-07 01:43:06 +0000 Christian Schaller gst/rtp/Makefile.am: We depend on gsttag to generate the vorbis comments. Original commit message from CVS: @@ -20319,7 +20346,7 @@ Tue Nov 7 01:43:06 2006 +0000 Christian Schaller Add delivery-method to caps. Streaming vorbis over RTP now works. -Mon Nov 6 20:52:10 2006 +0000 Christian Schaller +2006-11-06 20:52:10 +0000 Christian Schaller gst/rtp/gstrtpvorbispay.*: Generate a valid configuration string in the caps based on the vorbis headers. Original commit message from CVS: @@ -20330,7 +20357,7 @@ Mon Nov 6 20:52:10 2006 +0000 Christian Schaller Generate a valid configuration string in the caps based on the vorbis headers. -Thu Nov 2 20:13:26 2006 +0000 Sebastian Dröge +2006-11-02 20:13:26 +0000 Sebastian Dröge Fix enum nicks; only emit no-more-pads once; add support for very fast encoding mode in upcoming 4.40.0 release (#369... Original commit message from CVS: @@ -20343,7 +20370,7 @@ Thu Nov 2 20:13:26 2006 +0000 Sebastian Dröge Fix enum nicks; only emit no-more-pads once; add support for very fast encoding mode in upcoming 4.40.0 release (#369539). -Thu Nov 2 14:43:11 2006 +0000 Tim-Philipp Müller +2006-11-02 14:43:11 +0000 Tim-Philipp Müller ext/cdio/: Move CD-TEXT utility function into common file so it can also be used by a future cdioparanoiasrc. Original commit message from CVS: @@ -20353,7 +20380,7 @@ Thu Nov 2 14:43:11 2006 +0000 Tim-Philipp Müller Move CD-TEXT utility function into common file so it can also be used by a future cdioparanoiasrc. -Wed Nov 1 19:48:26 2006 +0000 Edgard Lima +2006-11-01 19:48:26 +0000 Edgard Lima * ChangeLog: * sys/v4l2/Makefile.am: @@ -20365,7 +20392,7 @@ Wed Nov 1 19:48:26 2006 +0000 Edgard Lima Original commit message from CVS: Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to xoverlay code that is still not implemented. -Wed Nov 1 13:59:49 2006 +0000 Tim-Philipp Müller +2006-11-01 13:59:49 +0000 Tim-Philipp Müller gst/id3demux/id3v2frames.c: We require a -base more recent than 0.10.9, so it's safe to use Original commit message from CVS: @@ -20379,7 +20406,7 @@ Wed Nov 1 13:59:49 2006 +0000 Tim-Philipp Müller Remove cruft that we don't need any longer now that we depend on a recent enough -base. -Wed Nov 1 10:19:18 2006 +0000 Sergey Scobich +2006-11-01 10:19:18 +0000 Sergey Scobich sys/: Wait until the window is created before using it; guard unistd.h includes with HAVE_UNISTD_H. (#366523) Original commit message from CVS: @@ -20395,7 +20422,7 @@ Wed Nov 1 10:19:18 2006 +0000 Sergey Scobich * win32/vs8/libgstdirectsound.vcproj: Update project files. -Tue Oct 31 10:52:31 2006 +0000 Wim Taymans +2006-10-31 10:52:31 +0000 Wim Taymans gst/rtp/: Fix and activate ILBC pay and depayloaders. Fixes #368162. Original commit message from CVS: @@ -20405,7 +20432,7 @@ Tue Oct 31 10:52:31 2006 +0000 Wim Taymans (gst_rtpilbcpay_setcaps): Fix and activate ILBC pay and depayloaders. Fixes #368162. -Tue Oct 31 10:31:18 2006 +0000 Wim Taymans +2006-10-31 10:31:18 +0000 Wim Taymans gst/qtdemux/qtdemux.c: Handle unbounded length streams a bit better. Fixes #367696. Original commit message from CVS: @@ -20414,7 +20441,7 @@ Tue Oct 31 10:31:18 2006 +0000 Wim Taymans (qtdemux_parse_trak): Handle unbounded length streams a bit better. Fixes #367696. -Tue Oct 31 09:44:39 2006 +0000 Wim Taymans +2006-10-31 09:44:39 +0000 Wim Taymans ext/speex/gstspeexdec.c: Some small cleanups, use _scale. Original commit message from CVS: @@ -20422,14 +20449,14 @@ Tue Oct 31 09:44:39 2006 +0000 Wim Taymans (speex_dec_sink_event), (speex_dec_chain_parse_header): Some small cleanups, use _scale. -Tue Oct 31 09:29:36 2006 +0000 Wim Taymans +2006-10-31 09:29:36 +0000 Wim Taymans gst/avi/gstavidemux.c: Use higher precision scale function. Original commit message from CVS: * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query): Use higher precision scale function. -Mon Oct 30 16:18:18 2006 +0000 Michal Benes +2006-10-30 16:18:18 +0000 Michal Benes gst/matroska/matroska-demux.c: Fix several issues with encoded/compressed/encrypted/signed tracks; also, remove super... Original commit message from CVS: @@ -20441,7 +20468,7 @@ Mon Oct 30 16:18:18 2006 +0000 Michal Benes also, remove superfluous newline characters from some debug statements. (#366155) -Mon Oct 30 09:24:53 2006 +0000 Wim Taymans +2006-10-30 09:24:53 +0000 Wim Taymans ext/jpeg/: Various cleanups, capsnego and leak fixes. Original commit message from CVS: @@ -20457,7 +20484,7 @@ Mon Oct 30 09:24:53 2006 +0000 Wim Taymans (gst_smokeenc_change_state): Various cleanups, capsnego and leak fixes. -Mon Oct 30 08:17:08 2006 +0000 Mark Nauwelaerts +2006-10-30 08:17:08 +0000 Mark Nauwelaerts gst/videomixer/videomixer.c: Fix videomixer so that it can handle any combination of framerates. Original commit message from CVS: @@ -20466,7 +20493,7 @@ Mon Oct 30 08:17:08 2006 +0000 Mark Nauwelaerts Fix videomixer so that it can handle any combination of framerates. Fixes #367221. -Sat Oct 28 16:37:20 2006 +0000 Wim Taymans +2006-10-28 16:37:20 +0000 Wim Taymans gst/avi/gstavidemux.c: Fix position query for audio. also fixes timestamps in streaming mode and bug #364958. Original commit message from CVS: @@ -20479,7 +20506,7 @@ Sat Oct 28 16:37:20 2006 +0000 Wim Taymans mode and bug #364958. Small cleanups. -Fri Oct 27 17:10:42 2006 +0000 Wim Taymans +2006-10-27 17:10:42 +0000 Wim Taymans ext/libpng/gstpngenc.*: Fix strides. Fixes #364856. Original commit message from CVS: @@ -20489,7 +20516,7 @@ Fri Oct 27 17:10:42 2006 +0000 Wim Taymans Cleanup capsnego. Set caps on outgoing buffers. -Wed Oct 18 17:06:21 2006 +0000 Ville Syrjala +2006-10-18 17:06:21 +0000 Ville Syrjala gst/rtp/: Add static payload numbers in addition to the dynamic ones. Original commit message from CVS: @@ -20503,7 +20530,7 @@ Wed Oct 18 17:06:21 2006 +0000 Ville Syrjala Add static payload numbers in addition to the dynamic ones. Fixes #361639. -Wed Oct 18 16:18:55 2006 +0000 Wim Taymans +2006-10-18 16:18:55 +0000 Wim Taymans gst/rtsp/: Reuse already existing enum for lower transport. Original commit message from CVS: @@ -20519,7 +20546,7 @@ Wed Oct 18 16:18:55 2006 +0000 Wim Taymans Add rtspt and rtspu protocols. Send redirect to rtspt when udp times out. -Wed Oct 18 14:00:44 2006 +0000 Wim Taymans +2006-10-18 14:00:44 +0000 Wim Taymans gst/wavparse/gstwavparse.c: Fix seeking some more, mostly for speed changes. Original commit message from CVS: @@ -20527,14 +20554,14 @@ Wed Oct 18 14:00:44 2006 +0000 Wim Taymans (gst_wavparse_stream_data): Fix seeking some more, mostly for speed changes. -Wed Oct 18 11:28:05 2006 +0000 Tim-Philipp Müller +2006-10-18 11:28:05 +0000 Tim-Philipp Müller * ChangeLog: ChangeLog surgery: fix Fredrik's e-mail address Original commit message from CVS: ChangeLog surgery: fix Fredrik's e-mail address -Wed Oct 18 11:04:09 2006 +0000 Fredrik Persson +2006-10-18 11:04:09 +0000 Fredrik Persson sys/v4l2/gstv4l2tuner.*: Fix _set_channel(): remove useless g_object_notify() for "channel" property that doesn't exi... Original commit message from CVS: @@ -20545,7 +20572,7 @@ Wed Oct 18 11:04:09 2006 +0000 Fredrik Persson property that doesn't exist any longer and therefore now also useless redirect (#338818). -Tue Oct 17 15:16:47 2006 +0000 Tim-Philipp Müller +2006-10-17 15:16:47 +0000 Tim-Philipp Müller Activate pads before adding them to running element. Original commit message from CVS: @@ -20556,7 +20583,7 @@ Tue Oct 17 15:16:47 2006 +0000 Tim-Philipp Müller * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad): Activate pads before adding them to running element. -Tue Oct 17 14:57:17 2006 +0000 Josep Torra Valles +2006-10-17 14:57:17 +0000 Josep Torra Valles gst/qtdemux/qtdemux.c: Make compile with Forte compiler, mostly don't do pointer arithmetic with void pointers (#3626... Original commit message from CVS: @@ -20569,7 +20596,7 @@ Tue Oct 17 14:57:17 2006 +0000 Josep Torra Valles Make compile with Forte compiler, mostly don't do pointer arithmetic with void pointers (#362626). -Tue Oct 17 14:37:49 2006 +0000 Wim Taymans +2006-10-17 14:37:49 +0000 Wim Taymans sys/oss/gstosssink.c: Some drivers do not support unsetting the non-blocking flag once the device is opened. In those... Original commit message from CVS: @@ -20578,7 +20605,7 @@ Tue Oct 17 14:37:49 2006 +0000 Wim Taymans device is opened. In those cases, close/open the device in non-blocking mode. Fixes #362673. -Tue Oct 17 13:44:14 2006 +0000 Stefan Kost +2006-10-17 13:44:14 +0000 Stefan Kost sys/v4l2/: dear stefan, framespersecond is not frameperiod, reverting but adding comment Original commit message from CVS: @@ -20588,7 +20615,7 @@ Tue Oct 17 13:44:14 2006 +0000 Stefan Kost dear stefan, framespersecond is not frameperiod, reverting but adding comment -Tue Oct 17 11:28:50 2006 +0000 Stefan Kost +2006-10-17 11:28:50 +0000 Stefan Kost sys/v4l2/: Numerator is numerator and denominator is denominator. Say that aloud 5 times and retry after next beer. Original commit message from CVS: @@ -20598,7 +20625,7 @@ Tue Oct 17 11:28:50 2006 +0000 Stefan Kost Numerator is numerator and denominator is denominator. Say that aloud 5 times and retry after next beer. -Tue Oct 17 10:59:55 2006 +0000 Tim-Philipp Müller +2006-10-17 10:59:55 +0000 Tim-Philipp Müller gst/qtdemux/qtdemux.*: Avoid void pointer usage, better use guint8 * instead. Original commit message from CVS: @@ -20614,7 +20641,7 @@ Tue Oct 17 10:59:55 2006 +0000 Tim-Philipp Müller * gst/qtdemux/qtdemux.h: Avoid void pointer usage, better use guint8 * instead. -Mon Oct 16 18:22:47 2006 +0000 Josep Torra Valles +2006-10-16 18:22:47 +0000 Josep Torra Valles Fix a bunch of problems discovered by the Forte compiler, mostly type mixups and pointer arithmetics with void pointe... Original commit message from CVS: @@ -20642,7 +20669,7 @@ Mon Oct 16 18:22:47 2006 +0000 Josep Torra Valles Fix a bunch of problems discovered by the Forte compiler, mostly type mixups and pointer arithmetics with void pointers. Fixes #362603. -Thu Oct 12 19:02:51 2006 +0000 Tim-Philipp Müller +2006-10-12 19:02:51 +0000 Tim-Philipp Müller ext/speex/: Miscellaneous clean-ups, among other things: speexenc => enc to enhance code readability; change speexenc... Original commit message from CVS: @@ -20666,7 +20693,7 @@ Thu Oct 12 19:02:51 2006 +0000 Tim-Philipp Müller event function; use boilerplate macro; use gst_pad_query_peer_* convenience functions. -Thu Oct 12 18:35:10 2006 +0000 Tim-Philipp Müller +2006-10-12 18:35:10 +0000 Tim-Philipp Müller ext/speex/gstspeexenc.c: Fix some mem leaks. Original commit message from CVS: @@ -20675,7 +20702,7 @@ Thu Oct 12 18:35:10 2006 +0000 Tim-Philipp Müller (gst_speexenc_set_header_on_caps): Fix some mem leaks. -Wed Oct 11 16:21:53 2006 +0000 Wim Taymans +2006-10-11 16:21:53 +0000 Wim Taymans gst/rtsp/URLS: Added some other URL. Original commit message from CVS: @@ -20695,14 +20722,14 @@ Wed Oct 11 16:21:53 2006 +0000 Wim Taymans Fix parsing of urls with a ':' that is not part of the hostname:port part of the url. -Wed Oct 11 13:49:26 2006 +0000 Edward Hervey +2006-10-11 13:49:26 +0000 Edward Hervey gst/qtdemux/qtdemux.c: Add some fourcc for DV format. Original commit message from CVS: * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Add some fourcc for DV format. -Wed Oct 11 13:24:42 2006 +0000 Tim-Philipp Müller +2006-10-11 13:24:42 +0000 Tim-Philipp Müller gst/: Activate pad before adding it to the already-running element. Original commit message from CVS: @@ -20713,7 +20740,7 @@ Wed Oct 11 13:24:42 2006 +0000 Tim-Philipp Müller * tests/check/elements/icydemux.c: (icydemux_found_pad): Activate newly-created pad too. -Wed Oct 11 08:34:14 2006 +0000 Sebastien Cote +2006-10-11 08:34:14 +0000 Sebastien Cote gst/udp/gstudpsrc.c: Fix some leaks in caps and uris. Fixes #361252. Original commit message from CVS: @@ -20723,7 +20750,7 @@ Wed Oct 11 08:34:14 2006 +0000 Sebastien Cote (gst_udpsrc_start): Fix some leaks in caps and uris. Fixes #361252. -Tue Oct 10 18:54:05 2006 +0000 Tim-Philipp Müller +2006-10-10 18:54:05 +0000 Tim-Philipp Müller gst/qtdemux/qtdemux.c: Printf format fixes. Original commit message from CVS: @@ -20733,7 +20760,7 @@ Tue Oct 10 18:54:05 2006 +0000 Tim-Philipp Müller * sys/dvb/gstdvbsrc.c: Use "_stdint.h". -Tue Oct 10 09:57:19 2006 +0000 Wim Taymans +2006-10-10 09:57:19 +0000 Wim Taymans gst/qtdemux/qtdemux.c: Reorganise some stuff. Original commit message from CVS: @@ -20748,14 +20775,14 @@ Tue Oct 10 09:57:19 2006 +0000 Wim Taymans Reorganise some stuff. Parse RTSP redirection URLS. -Tue Oct 10 08:29:07 2006 +0000 Tim-Philipp Müller +2006-10-10 08:29:07 +0000 Tim-Philipp Müller gst/wavparse/Makefile.am: Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489). Original commit message from CVS: * gst/wavparse/Makefile.am: Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489). -Mon Oct 9 07:01:19 2006 +0000 Jan Schmidt +2006-10-09 07:01:19 +0000 Jan Schmidt sys/v4l2/gstv4l2xoverlay.*: Fix build as per the patch in #338818 comment 36. Original commit message from CVS: @@ -20763,7 +20790,7 @@ Mon Oct 9 07:01:19 2006 +0000 Jan Schmidt * sys/v4l2/gstv4l2xoverlay.h: Fix build as per the patch in #338818 comment 36. -Sun Oct 8 20:05:13 2006 +0000 Thomas Vander Stichele +2006-10-08 20:05:13 +0000 Thomas Vander Stichele * docs/plugins/inspect/plugin-1394.xml: * docs/plugins/inspect/plugin-rtp.xml: @@ -20772,14 +20799,14 @@ Sun Oct 8 20:05:13 2006 +0000 Thomas Vander Stichele Original commit message from CVS: inspect updates -Sat Oct 7 21:15:40 2006 +0000 Tim-Philipp Müller +2006-10-07 21:15:40 +0000 Tim-Philipp Müller gst/rtsp/gstrtspsrc.c: Activate pads before adding them to the source. Original commit message from CVS: * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport): Activate pads before adding them to the source. -Sat Oct 7 11:37:59 2006 +0000 Tim-Philipp Müller +2006-10-07 11:37:59 +0000 Tim-Philipp Müller docs/plugins/: Add/update docs stuff. Original commit message from CVS: @@ -20799,7 +20826,7 @@ Sat Oct 7 11:37:59 2006 +0000 Tim-Philipp Müller * docs/plugins/inspect/plugin-wavpack.xml: Add/update docs stuff. -Fri Oct 6 17:00:14 2006 +0000 Wim Taymans +2006-10-06 17:00:14 +0000 Wim Taymans Activate pads before adding. Original commit message from CVS: @@ -20807,7 +20834,7 @@ Fri Oct 6 17:00:14 2006 +0000 Wim Taymans * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad): Activate pads before adding. -Fri Oct 6 16:03:23 2006 +0000 Wim Taymans +2006-10-06 16:03:23 +0000 Wim Taymans gst/multipart/multipartdemux.c: Activate pads before adding. Original commit message from CVS: @@ -20817,7 +20844,7 @@ Fri Oct 6 16:03:23 2006 +0000 Wim Taymans * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init): BOILERPLATE sets parent_class for us. -Fri Oct 6 15:56:01 2006 +0000 René Stadler +2006-10-06 15:56:01 +0000 René Stadler Add ReplayGain analysis element (#357069). Original commit message from CVS: @@ -20864,7 +20891,7 @@ Fri Oct 6 15:56:01 2006 +0000 René Stadler (rganalysis_suite), (main): Unit tests for the new replaygain element. -Fri Oct 6 15:49:39 2006 +0000 Wim Taymans +2006-10-06 15:49:39 +0000 Wim Taymans ext/faad/gstfaad.c: Some cleanups. Original commit message from CVS: @@ -20876,7 +20903,7 @@ Fri Oct 6 15:49:39 2006 +0000 Wim Taymans * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream): Activate pad before adding it to the element. -Fri Oct 6 12:55:53 2006 +0000 Wim Taymans +2006-10-06 12:55:53 +0000 Wim Taymans gst/rtsp/gstrtspsrc.*: Rework how the transport string is constructed, try to share channels and udp ports. Original commit message from CVS: @@ -20911,14 +20938,14 @@ Fri Oct 6 12:55:53 2006 +0000 Wim Taymans * gst/rtsp/rtsptransport.h: Added methods to get mime/manager for certain transports. -Fri Oct 6 11:31:11 2006 +0000 Tim-Philipp Müller +2006-10-06 11:31:11 +0000 Tim-Philipp Müller gst/spectrum/gstspectrum.c: Fix mem leak, avoid unnecessary memcpy. Original commit message from CVS: * gst/spectrum/gstspectrum.c: (gst_spectrum_transform_ip): Fix mem leak, avoid unnecessary memcpy. -Fri Oct 6 02:29:35 2006 +0000 Stefan Kost +2006-10-06 02:29:35 +0000 Stefan Kost gst/spectrum/gstspectrum.c: Removed cruft code that was just commented out. Removed some obsolete debug logs statements. Original commit message from CVS: @@ -20927,7 +20954,7 @@ Fri Oct 6 02:29:35 2006 +0000 Stefan Kost Removed cruft code that was just commented out. Removed some obsolete debug logs statements. -Thu Oct 5 18:14:46 2006 +0000 Tim-Philipp Müller +2006-10-05 18:14:46 +0000 Tim-Philipp Müller Another batch of printf format fixes. Original commit message from CVS: @@ -20939,7 +20966,7 @@ Thu Oct 5 18:14:46 2006 +0000 Tim-Philipp Müller * gst/spectrum/gstspectrum.c: (gst_spectrum_transform_ip): Another batch of printf format fixes. -Thu Oct 5 16:37:33 2006 +0000 Tim-Philipp Müller +2006-10-05 16:37:33 +0000 Tim-Philipp Müller Printf format fixes. Original commit message from CVS: @@ -20967,7 +20994,7 @@ Thu Oct 5 16:37:33 2006 +0000 Tim-Philipp Müller * sys/ximage/ximageutil.c: (ximageutil_xcontext_get): Printf format fixes. -Wed Oct 4 22:37:07 2006 +0000 Tim-Philipp Müller +2006-10-04 22:37:07 +0000 Tim-Philipp Müller gst/videocrop/gstvideocrop.*: Handle packed YUV formats (UYVY, YUY2, YUYV) separately; also, fix passthrough mode; la... Original commit message from CVS: @@ -20985,7 +21012,7 @@ Wed Oct 4 22:37:07 2006 +0000 Tim-Philipp Müller passthrough mode; lastly, clear negotiated basetransform caps when the cropping changes in order to force renegotiation. -Wed Oct 4 20:05:07 2006 +0000 Tim-Philipp Müller +2006-10-04 20:05:07 +0000 Tim-Philipp Müller tests/icles/: Visual test for videocrop, shows that packed yuv doesn't work right yet. --with-ffmpegcolorspace option... Original commit message from CVS: @@ -20997,14 +21024,14 @@ Wed Oct 4 20:05:07 2006 +0000 Tim-Philipp Müller yet. --with-ffmpegcolorspace option doesn't work yet for unknown reasons (another basetransform issue?) -Wed Oct 4 17:53:12 2006 +0000 Wim Taymans +2006-10-04 17:53:12 +0000 Wim Taymans gst/rtsp/Makefile.am: Dist new .h file too. Original commit message from CVS: * gst/rtsp/Makefile.am: Dist new .h file too. -Wed Oct 4 17:24:40 2006 +0000 Wim Taymans +2006-10-04 17:24:40 +0000 Wim Taymans gst/rtsp/: Factor out extension in separate module. Original commit message from CVS: @@ -21033,7 +21060,7 @@ Wed Oct 4 17:24:40 2006 +0000 Wim Taymans Rework the transport parsing a bit for future extensions. Added some Real Header field definitions. -Wed Oct 4 10:29:11 2006 +0000 Thomas Vander Stichele +2006-10-04 10:29:11 +0000 Thomas Vander Stichele docs/plugins/: added v4l2 stubs Original commit message from CVS: @@ -21044,7 +21071,7 @@ Wed Oct 4 10:29:11 2006 +0000 Thomas Vander Stichele * gst-plugins-good.spec.in: add v4l2 -Wed Oct 4 10:24:49 2006 +0000 Tim-Philipp Müller +2006-10-04 10:24:49 +0000 Tim-Philipp Müller gst/apetag/gstapedemux.c: Extract disc/album/medium number and count and try harder to extract track number/count. Original commit message from CVS: @@ -21052,21 +21079,21 @@ Wed Oct 4 10:24:49 2006 +0000 Tim-Philipp Müller Extract disc/album/medium number and count and try harder to extract track number/count. -Tue Oct 3 18:36:29 2006 +0000 Thomas Vander Stichele +2006-10-03 18:36:29 +0000 Thomas Vander Stichele * tests/icles/.gitignore: moap ignore Original commit message from CVS: moap ignore -Tue Oct 3 18:35:34 2006 +0000 Thomas Vander Stichele +2006-10-03 18:35:34 +0000 Thomas Vander Stichele * tests/icles/Makefile.am: add icle for v4l2 Original commit message from CVS: add icle for v4l2 -Tue Oct 3 18:15:58 2006 +0000 Thomas Vander Stichele +2006-10-03 18:15:58 +0000 Thomas Vander Stichele add build stuff for v4l2, needs --enable-experimental until the last bits are resolved Original commit message from CVS: @@ -21075,14 +21102,14 @@ Tue Oct 3 18:15:58 2006 +0000 Thomas Vander Stichele add build stuff for v4l2, needs --enable-experimental until the last bits are resolved -Tue Oct 3 13:47:10 2006 +0000 Thomas Vander Stichele +2006-10-03 13:47:10 +0000 Thomas Vander Stichele * sys/v4l2/gstv4l2object.c: comment out the notifies for removed properties Original commit message from CVS: comment out the notifies for removed properties -Tue Oct 3 13:30:48 2006 +0000 Thomas Vander Stichele +2006-10-03 13:30:48 +0000 Thomas Vander Stichele sys/v4l2/gstv4l2object.c: comment out the properties that are already part of the tuner interface. Original commit message from CVS: @@ -21091,7 +21118,7 @@ Tue Oct 3 13:30:48 2006 +0000 Thomas Vander Stichele comment out the properties that are already part of the tuner interface. -Tue Oct 3 13:18:59 2006 +0000 Zaheer Abbas Merali +2006-10-03 13:18:59 +0000 Zaheer Abbas Merali sys/v4l2/gstv4l2src.c: Improve docs. Original commit message from CVS: @@ -21099,14 +21126,14 @@ Tue Oct 3 13:18:59 2006 +0000 Zaheer Abbas Merali * sys/v4l2/gstv4l2src.c: Improve docs. -Mon Oct 2 16:14:06 2006 +0000 Christian Schaller +2006-10-02 16:14:06 +0000 Christian Schaller * gst-plugins-good.spec.in: stop removing gdkpixbuf plugin from package Original commit message from CVS: stop removing gdkpixbuf plugin from package -Fri Sep 29 15:39:41 2006 +0000 Tim-Philipp Müller +2006-09-29 15:39:41 +0000 Tim-Philipp Müller tests/check/Makefile.am: Disable autodetect test temporarily, so that the build bots update -bad and the ranks of unr... Original commit message from CVS: @@ -21116,7 +21143,7 @@ Fri Sep 29 15:39:41 2006 +0000 Tim-Philipp Müller * tests/check/elements/autodetect.c: (GST_START_TEST): Skip test if no usable videosink is found. -Fri Sep 29 15:37:29 2006 +0000 Wim Taymans +2006-09-29 15:37:29 +0000 Wim Taymans gst/rtsp/URLS: Add some more URLs. Original commit message from CVS: @@ -21143,7 +21170,7 @@ Fri Sep 29 15:37:29 2006 +0000 Wim Taymans (gst_udpsrc_create): Really implement the timeout in microseconds and not milliseconds. -Fri Sep 29 11:09:40 2006 +0000 Wim Taymans +2006-09-29 11:09:40 +0000 Wim Taymans gst/udp/gstudpsrc.*: Added property to post a message on timeout. Original commit message from CVS: @@ -21157,7 +21184,7 @@ Fri Sep 29 11:09:40 2006 +0000 Wim Taymans Init control sockets so we don't accidentally close a random socket. API: GstUDPSrc::timeout property -Fri Sep 29 08:15:05 2006 +0000 Wim Taymans +2006-09-29 08:15:05 +0000 Wim Taymans gst/rtsp/gstrtspsrc.c: Fix flag registration. Original commit message from CVS: @@ -21166,7 +21193,7 @@ Fri Sep 29 08:15:05 2006 +0000 Wim Taymans * gst/rtsp/rtspconnection.c: (rtsp_connection_read): Reading 0 also means 'no more commands' -Fri Sep 29 08:09:24 2006 +0000 Antoine Tremblay +2006-09-29 08:09:24 +0000 Antoine Tremblay gst/udp/gstudpsrc.c: Fix possible infinite loop when shutting down, a read can also return 0 to indicate no more mess... Original commit message from CVS: @@ -21175,7 +21202,7 @@ Fri Sep 29 08:09:24 2006 +0000 Antoine Tremblay Fix possible infinite loop when shutting down, a read can also return 0 to indicate no more messages are available. Fixes #358156. -Thu Sep 28 17:08:47 2006 +0000 Wim Taymans +2006-09-28 17:08:47 +0000 Wim Taymans sys/v4l2/: Framerate can be 0/1 too. Original commit message from CVS: @@ -21187,14 +21214,14 @@ Thu Sep 28 17:08:47 2006 +0000 Wim Taymans devices that don't know about a framerate. Add some more debugging info. -Thu Sep 28 14:31:41 2006 +0000 Tim-Philipp Müller +2006-09-28 14:31:41 +0000 Tim-Philipp Müller gst/qtdemux/qtdemux.c: Add support for 'yv12' fourcc. Original commit message from CVS: * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Add support for 'yv12' fourcc. -Wed Sep 27 17:47:57 2006 +0000 Edgard Lima +2006-09-27 17:47:57 +0000 Edgard Lima * sys/v4l2/gstv4l2src.c: * sys/v4l2/gstv4l2src.h: @@ -21203,7 +21230,7 @@ Wed Sep 27 17:47:57 2006 +0000 Edgard Lima Original commit message from CVS: Removed set-undef-fps. -Wed Sep 27 17:04:22 2006 +0000 Wim Taymans +2006-09-27 17:04:22 +0000 Wim Taymans sys/v4l2/: Renamed some properties to match the tuner interface naming. Original commit message from CVS: @@ -21225,7 +21252,7 @@ Wed Sep 27 17:04:22 2006 +0000 Wim Taymans * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_get_fps): Renamed some properties to match the tuner interface naming. -Wed Sep 27 16:14:18 2006 +0000 Wim Taymans +2006-09-27 16:14:18 +0000 Wim Taymans Small cleanups. Original commit message from CVS: @@ -21252,7 +21279,7 @@ Wed Sep 27 16:14:18 2006 +0000 Wim Taymans Fix leaks in test. Add licensing header to tests. -Wed Sep 27 15:14:07 2006 +0000 Edgard Lima +2006-09-27 15:14:07 +0000 Edgard Lima * sys/v4l2/gstv4l2object.c: * sys/v4l2/gstv4l2src.c: @@ -21265,14 +21292,14 @@ Wed Sep 27 15:14:07 2006 +0000 Edgard Lima Original commit message from CVS: Some cleanups and comments. -Wed Sep 27 13:41:35 2006 +0000 Christian Schaller +2006-09-27 13:41:35 +0000 Christian Schaller * gst-plugins-good.spec.in: add audiofx plugin Original commit message from CVS: add audiofx plugin -Tue Sep 26 14:17:54 2006 +0000 Wim Taymans +2006-09-26 14:17:54 +0000 Wim Taymans docs/plugins/: Add v4l2 plugin to the docs. Original commit message from CVS: @@ -21287,7 +21314,7 @@ Tue Sep 26 14:17:54 2006 +0000 Wim Taymans Fix docs. Remove some more externs. -Tue Sep 26 13:18:06 2006 +0000 Wim Taymans +2006-09-26 13:18:06 +0000 Wim Taymans sys/v4l2/Makefile.am: Fix makefile, list libs in stack order. Original commit message from CVS: @@ -21313,7 +21340,7 @@ Tue Sep 26 13:18:06 2006 +0000 Wim Taymans Remove unused enums. Fix TOO_LAZY in error messages. -Tue Sep 26 11:06:17 2006 +0000 Wim Taymans +2006-09-26 11:06:17 +0000 Wim Taymans sys/v4l2/: Fix pass at code cleanups, move errors cases out of the normal flow for additional code clarity. Original commit message from CVS: @@ -21347,7 +21374,7 @@ Tue Sep 26 11:06:17 2006 +0000 Wim Taymans Fix pass at code cleanups, move errors cases out of the normal flow for additional code clarity. -Mon Sep 25 13:55:44 2006 +0000 Wim Taymans +2006-09-25 13:55:44 +0000 Wim Taymans gst/autodetect/: Small cleanups. don't try to set "sync" property when it is not available. Original commit message from CVS: @@ -21358,7 +21385,7 @@ Mon Sep 25 13:55:44 2006 +0000 Wim Taymans Small cleanups. don't try to set "sync" property when it is not available. -Mon Sep 25 11:47:42 2006 +0000 Peter Kjellerstedt +2006-09-25 11:47:42 +0000 Peter Kjellerstedt gst/: Include stdlib.h in some more places, makes things compile with uClibc and -Werror (#357592). Original commit message from CVS: @@ -21371,7 +21398,7 @@ Mon Sep 25 11:47:42 2006 +0000 Peter Kjellerstedt Include stdlib.h in some more places, makes things compile with uClibc and -Werror (#357592). -Mon Sep 25 09:15:10 2006 +0000 Tim-Philipp Müller +2006-09-25 09:15:10 +0000 Tim-Philipp Müller ext/jpeg/gstjpegdec.c: our code should handle that fine. Some of the buttons on the apple trailer site are apparently... Original commit message from CVS: @@ -21380,7 +21407,7 @@ Mon Sep 25 09:15:10 2006 +0000 Tim-Philipp Müller that fine. Some of the buttons on the apple trailer site are apparently only 15 pixels high (see #357470). -Sat Sep 23 15:31:56 2006 +0000 Wim Taymans +2006-09-23 15:31:56 +0000 Wim Taymans gst/rtsp/: Improve error reporting. Original commit message from CVS: @@ -21393,7 +21420,7 @@ Sat Sep 23 15:31:56 2006 +0000 Wim Taymans * gst/rtsp/rtspdefs.h: Improve error reporting. -Sat Sep 23 15:30:40 2006 +0000 Wim Taymans +2006-09-23 15:30:40 +0000 Wim Taymans gst/rtp/: Fix klass typos. Original commit message from CVS: @@ -21418,14 +21445,14 @@ Sat Sep 23 15:30:40 2006 +0000 Wim Taymans Fix klass typos. Mark RANK_MARGINAL, decodebin can handle the depayloaders fine. -Fri Sep 22 17:53:48 2006 +0000 Tim-Philipp Müller +2006-09-22 17:53:48 +0000 Tim-Philipp Müller configure.ac: Need -base CVS for gst_base_rtp_depayload_push_ts(). Original commit message from CVS: * configure.ac: Need -base CVS for gst_base_rtp_depayload_push_ts(). -Fri Sep 22 17:22:34 2006 +0000 Wim Taymans +2006-09-22 17:22:34 +0000 Wim Taymans gst/avi/gstavidemux.c: Don't check for a tag that is never there and check if we read the correct tag. Fixes seeking ... Original commit message from CVS: @@ -21434,7 +21461,7 @@ Fri Sep 22 17:22:34 2006 +0000 Wim Taymans correct tag. Fixes seeking again. We must post an error when all pads are unlinked. -Fri Sep 22 15:15:13 2006 +0000 Wim Taymans +2006-09-22 15:15:13 +0000 Wim Taymans gst/rtp/: More fixage, set endoder-params correctly in the payloader. Original commit message from CVS: @@ -21448,7 +21475,7 @@ Fri Sep 22 15:15:13 2006 +0000 Wim Taymans (gst_rtp_vorbis_pay_handle_buffer): More fixage, set endoder-params correctly in the payloader. -Fri Sep 22 12:12:10 2006 +0000 Tim-Philipp Müller +2006-09-22 12:12:10 +0000 Tim-Philipp Müller gst/autodetect/: Make static pad templates static to appease valgrind's leak detector. Original commit message from CVS: @@ -21466,7 +21493,7 @@ Fri Sep 22 12:12:10 2006 +0000 Tim-Philipp Müller CVS (audio bit disabled because it would need dozens of alsa suppressions and I'm too lazy to add those now). -Fri Sep 22 12:08:14 2006 +0000 Wim Taymans +2006-09-22 12:08:14 +0000 Wim Taymans gst/rtp/: Small cleanups. Original commit message from CVS: @@ -21494,14 +21521,14 @@ Fri Sep 22 12:08:14 2006 +0000 Wim Taymans * gst/rtp/gstrtpvorbispay.h: Add experimental vorbis pay and depayloaders. -Thu Sep 21 13:33:16 2006 +0000 Wim Taymans +2006-09-21 13:33:16 +0000 Wim Taymans gst/rtp/gstrtpmp4gpay.c: Fix profile-level-id parsing and setup. Original commit message from CVS: * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config): Fix profile-level-id parsing and setup. -Thu Sep 21 09:50:41 2006 +0000 Wim Taymans +2006-09-21 09:50:41 +0000 Wim Taymans gst/udp/: Update README, simple cleanup. Original commit message from CVS: @@ -21509,7 +21536,7 @@ Thu Sep 21 09:50:41 2006 +0000 Wim Taymans * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property): Update README, simple cleanup. -Thu Sep 21 09:35:13 2006 +0000 Wim Taymans +2006-09-21 09:35:13 +0000 Wim Taymans gst/rtp/README: Update README with some examples. Original commit message from CVS: @@ -21523,7 +21550,7 @@ Thu Sep 21 09:35:13 2006 +0000 Wim Taymans Make optional RTP parameters of type STRING, as required by the application/x-rtp caps specification. -Wed Sep 20 19:37:45 2006 +0000 Philippe Kalaf +2006-09-20 19:37:45 +0000 Philippe Kalaf gst/rtp/: Correctly calculate size of each H263+ RTP buffer taking into account MTU and Original commit message from CVS: @@ -21532,14 +21559,14 @@ Wed Sep 20 19:37:45 2006 +0000 Philippe Kalaf Correctly calculate size of each H263+ RTP buffer taking into account MTU and RTP header. -Wed Sep 20 16:41:48 2006 +0000 Wim Taymans +2006-09-20 16:41:48 +0000 Wim Taymans gst/rtp/Makefile.am: And makefile too. Original commit message from CVS: * gst/rtp/Makefile.am: And makefile too. -Wed Sep 20 16:09:03 2006 +0000 Wim Taymans +2006-09-20 16:09:03 +0000 Wim Taymans gst/rtp/: Added preliminary ASF depayloader. Original commit message from CVS: @@ -21555,7 +21582,7 @@ Wed Sep 20 16:09:03 2006 +0000 Wim Taymans * gst/rtp/gstrtph264depay.c: (decode_base64): Fix base64 decoding. -Wed Sep 20 16:06:27 2006 +0000 Wim Taymans +2006-09-20 16:06:27 +0000 Wim Taymans gst/rtsp/URLS: Added some test URLS. Original commit message from CVS: @@ -21607,7 +21634,7 @@ Wed Sep 20 16:06:27 2006 +0000 Wim Taymans * gst/rtsp/rtspdefs.h: Dual licensed under MIT and LGPL now. -Tue Sep 19 17:25:15 2006 +0000 Wim Taymans +2006-09-19 17:25:15 +0000 Wim Taymans gst/rtsp/gstrtspsrc.*: Reorganize stream parsing and creation. Original commit message from CVS: @@ -21628,14 +21655,14 @@ Tue Sep 19 17:25:15 2006 +0000 Wim Taymans * gst/rtsp/sdpmessage.h: Add some defines for the standard Bandwidth types. -Tue Sep 19 16:24:10 2006 +0000 Edgard Lima +2006-09-19 16:24:10 +0000 Edgard Lima * tests/icles/v4l2src-test.c: Just a small fix to the app options. Original commit message from CVS: Just a small fix to the app options. -Tue Sep 19 13:08:35 2006 +0000 Edgard Lima +2006-09-19 13:08:35 +0000 Edgard Lima * sys/v4l2/Makefile.am: * sys/v4l2/gstv4l2src.c: @@ -21646,21 +21673,21 @@ Tue Sep 19 13:08:35 2006 +0000 Edgard Lima Original commit message from CVS: Add Video Orientation interface support to v4l2src. -Tue Sep 19 10:53:56 2006 +0000 Wim Taymans +2006-09-19 10:53:56 +0000 Wim Taymans gst/rtsp/test.c: Fix build. Original commit message from CVS: * gst/rtsp/test.c: (main): Fix build. -Tue Sep 19 10:14:52 2006 +0000 Wim Taymans +2006-09-19 10:14:52 +0000 Wim Taymans gst/wavparse/gstwavparse.c: Add ms-gsm to the src template. Original commit message from CVS: * gst/wavparse/gstwavparse.c: Add ms-gsm to the src template. -Mon Sep 18 17:37:46 2006 +0000 Wim Taymans +2006-09-18 17:37:46 +0000 Wim Taymans gst/rtsp/gstrtspsrc.*: Small cleanups, added documentation. Original commit message from CVS: @@ -21700,14 +21727,14 @@ Mon Sep 18 17:37:46 2006 +0000 Wim Taymans Reorder arguments, object goes as the first one. Use g_return_val some more. -Mon Sep 18 15:36:14 2006 +0000 Edgard Lima +2006-09-18 15:36:14 +0000 Edgard Lima * sys/v4l2/v4l2src_calls.c: Fix GST_BUFFER_DURATION. Original commit message from CVS: Fix GST_BUFFER_DURATION. -Mon Sep 18 14:00:41 2006 +0000 Wim Taymans +2006-09-18 14:00:41 +0000 Wim Taymans gst/rtsp/gstrtspsrc.*: Export sometimes source pad with correct caps on the template, create the ghostpad from the te... Original commit message from CVS: @@ -21722,7 +21749,7 @@ Mon Sep 18 14:00:41 2006 +0000 Wim Taymans Avoid memcpy when creating the output buffer. Properly post an error and send EOS when the loop function is shut down. -Mon Sep 18 11:29:12 2006 +0000 Lutz Mueller +2006-09-18 11:29:12 +0000 Lutz Mueller gst/rtsp/gstrtspsrc.*: Make sure we can never set an invalid location. Original commit message from CVS: @@ -21738,7 +21765,7 @@ Mon Sep 18 11:29:12 2006 +0000 Lutz Mueller * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free): Make freeing of NULL url return immediatly. -Mon Sep 18 10:42:52 2006 +0000 Lutz Mueller +2006-09-18 10:42:52 +0000 Lutz Mueller gst/rtsp/gstrtspsrc.*: Use boilerplate. Original commit message from CVS: @@ -21752,7 +21779,7 @@ Mon Sep 18 10:42:52 2006 +0000 Lutz Mueller Make rtspsrc subclass GstBin to make state changes easier. Add Range header field on the PLAY request. -Mon Sep 18 08:59:17 2006 +0000 Thijs Vermeir +2006-09-18 08:59:17 +0000 Thijs Vermeir gst/rtsp/: Small cleanups. when multicast is selected as the transport, create UDP sources and connect to the multica... Original commit message from CVS: @@ -21768,7 +21795,7 @@ Mon Sep 18 08:59:17 2006 +0000 Thijs Vermeir Move parsing and setting of caps to a common place. Fixes #349894. -Sat Sep 16 22:14:35 2006 +0000 Stefan Kost +2006-09-16 22:14:35 +0000 Stefan Kost More G_OBJECT macro fixing. Original commit message from CVS: @@ -21789,7 +21816,7 @@ Sat Sep 16 22:14:35 2006 +0000 Stefan Kost * gst/virtualdub/gstxsharpen.c: More G_OBJECT macro fixing. -Sat Sep 16 21:57:29 2006 +0000 Stefan Kost +2006-09-16 21:57:29 +0000 Stefan Kost More G_OBJECT macro fixing. Original commit message from CVS: @@ -21815,7 +21842,7 @@ Sat Sep 16 21:57:29 2006 +0000 Stefan Kost * sys/sunaudio/gstsunaudiosrc.h: More G_OBJECT macro fixing. -Sat Sep 16 14:30:59 2006 +0000 Yves Lefebvre +2006-09-16 14:30:59 +0000 Yves Lefebvre gst/avi/gstavimux.c: Correctly set the dwLength in strh. Original commit message from CVS: @@ -21825,7 +21852,7 @@ Sat Sep 16 14:30:59 2006 +0000 Yves Lefebvre With this patch, the file duration is now displayed correctly in window media player and the AVI plays completely. Fixes #356147 -Fri Sep 15 19:11:00 2006 +0000 Edgard Lima +2006-09-15 19:11:00 +0000 Edgard Lima * sys/v4l2/gstv4l2src.c: * sys/v4l2/gstv4l2src.h: @@ -21837,7 +21864,7 @@ Fri Sep 15 19:11:00 2006 +0000 Edgard Lima Original commit message from CVS: The test application and the plgind error messages has been improved. -Fri Sep 15 17:10:22 2006 +0000 Darren Kenny +2006-09-15 17:10:22 +0000 Darren Kenny sys/sunaudio/gstsunaudiomixerctrl.c: Set the output track as the MASTER so that the gnome-settings-daemon keybindings... Original commit message from CVS: @@ -21848,7 +21875,7 @@ Fri Sep 15 17:10:22 2006 +0000 Darren Kenny keybindings for changing the volume using the keyboard works. Fixes #356142. -Fri Sep 15 16:01:48 2006 +0000 Wim Taymans +2006-09-15 16:01:48 +0000 Wim Taymans gst/multipart/multipartdemux.c: Fix documentation, it is not possible to control the framerate of jpegdec using filte... Original commit message from CVS: @@ -21858,7 +21885,7 @@ Fri Sep 15 16:01:48 2006 +0000 Wim Taymans Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we stop when there is an error. -Thu Sep 14 11:05:35 2006 +0000 Tim-Philipp Müller +2006-09-14 11:05:35 +0000 Tim-Philipp Müller gst/: Don't interpret a first buffer with an offset of NONE as 'from the middle of the stream', but only a first buff... Original commit message from CVS: @@ -21868,7 +21895,7 @@ Thu Sep 14 11:05:35 2006 +0000 Tim-Philipp Müller 'from the middle of the stream', but only a first buffer that has a valid buffer offset that's non-zero (see #345449). -Thu Sep 14 10:38:42 2006 +0000 Tim-Philipp Müller +2006-09-14 10:38:42 +0000 Tim-Philipp Müller gst/icydemux/gsticydemux.*: When we merge/collect multiple incoming buffers for typefinding purposes, keep an initial... Original commit message from CVS: @@ -21884,7 +21911,7 @@ Thu Sep 14 10:38:42 2006 +0000 Tim-Philipp Müller (icydemux_suite): Small test case for the above. -Wed Sep 13 13:26:15 2006 +0000 Stefan Kost +2006-09-13 13:26:15 +0000 Stefan Kost gst/avi/gstavidemux.c: More code reuse and better logging in _peek_chunk(). Reintroduce check for chunk sizes before ... Original commit message from CVS: @@ -21897,7 +21924,7 @@ Wed Sep 13 13:26:15 2006 +0000 Stefan Kost for chunk sizes before reading them (avoid oom). Better handling for invalid chunksizes when streaming. -Tue Sep 12 20:18:55 2006 +0000 Stefan Kost +2006-09-12 20:18:55 +0000 Stefan Kost gst/spectrum/gstspectrum.c: Implements stop() to clear the adapter and event() to clear the adapter on FLUSH_STOP and... Original commit message from CVS: @@ -21906,7 +21933,7 @@ Tue Sep 12 20:18:55 2006 +0000 Stefan Kost Implements stop() to clear the adapter and event() to clear the adapter on FLUSH_STOP and EOS. -Mon Sep 11 20:38:41 2006 +0000 Stefan Kost +2006-09-11 20:38:41 +0000 Stefan Kost gst/level/gstlevel.*: Fix type mixup in level->interval (gdouble<->guint64). Spotted by Original commit message from CVS: @@ -21915,7 +21942,7 @@ Mon Sep 11 20:38:41 2006 +0000 Stefan Kost Fix type mixup in level->interval (gdouble<->guint64). Spotted by René Stadler -Mon Sep 11 18:23:59 2006 +0000 Stefan Kost +2006-09-11 18:23:59 +0000 Stefan Kost gst/spectrum/gstspectrum.*: Fix type mixup in spectrum->interval (gdouble<->guint64). Spotted by Original commit message from CVS: @@ -21925,7 +21952,7 @@ Mon Sep 11 18:23:59 2006 +0000 Stefan Kost Fix type mixup in spectrum->interval (gdouble<->guint64). Spotted by René Stadler -Mon Sep 11 18:02:39 2006 +0000 Stefan Kost +2006-09-11 18:02:39 +0000 Stefan Kost gst/spectrum/demo-osssrc.c: Use more defines Original commit message from CVS: @@ -21937,7 +21964,7 @@ Mon Sep 11 18:02:39 2006 +0000 Stefan Kost * gst/spectrum/gstspectrum.h: Apply some of the spectrum cleanup changes suggested in #348085. -Fri Sep 8 16:47:46 2006 +0000 Tim-Philipp Müller +2006-09-08 16:47:46 +0000 Tim-Philipp Müller configure.ac: Bump requirements of -base (videocrop test case needs this). Original commit message from CVS: @@ -21954,7 +21981,7 @@ Fri Sep 8 16:47:46 2006 +0000 Tim-Philipp Müller Add another unit test that crops the input to 1x1 (and checks that that pixel has the expected values in a number of formats). -Fri Sep 8 11:04:24 2006 +0000 Tim-Philipp Müller +2006-09-08 11:04:24 +0000 Tim-Philipp Müller gst/videocrop/: Some quick tests indicate that it doesn't make a great deal of sense to use liboil here, at least not... Original commit message from CVS: @@ -21967,7 +21994,7 @@ Fri Sep 8 11:04:24 2006 +0000 Tim-Philipp Müller we do, so remove liboil usage until there is clear evidence it actually makes a positive difference somewhere. -Wed Sep 6 09:05:33 2006 +0000 Stefan Kost +2006-09-06 09:05:33 +0000 Stefan Kost gst/avi/gstavidemux.c: Revert one change to fix streaming avi (adapter size != data size). Original commit message from CVS: @@ -21976,7 +22003,7 @@ Wed Sep 6 09:05:33 2006 +0000 Stefan Kost (gst_avi_demux_stream_data): Revert one change to fix streaming avi (adapter size != data size). -Mon Sep 4 16:21:17 2006 +0000 Frédéric Riss +2006-09-04 16:21:17 +0000 Frédéric Riss gst/matroska/: Add support for VOBSUB subtitle tracks and zlib-compressed tracks. Make sure we start on a keyframe af... Original commit message from CVS: @@ -21991,7 +22018,7 @@ Mon Sep 4 16:21:17 2006 +0000 Frédéric Riss Add support for VOBSUB subtitle tracks and zlib-compressed tracks. Make sure we start on a keyframe after a seek. (#343348) -Mon Sep 4 15:06:25 2006 +0000 Tim-Philipp Müller +2006-09-04 15:06:25 +0000 Tim-Philipp Müller gst/matroska/: not perfect yet though, needs some tweaking in flacdec; also, seeking could be better. Original commit message from CVS: @@ -22006,7 +22033,7 @@ Mon Sep 4 15:06:25 2006 +0000 Tim-Philipp Müller Do better bounds checking when deserialising vorbis stream headers to make sure we don't read beyond the end of the buffer on bad input. -Mon Sep 4 09:34:25 2006 +0000 Alessandro Decina +2006-09-04 09:34:25 +0000 Alessandro Decina ext/annodex/gstcmmldec.c: Seeking back in a file containing a CMML stream errors out if the seek goes back up to the ... Original commit message from CVS: @@ -22020,7 +22047,7 @@ Mon Sep 4 09:34:25 2006 +0000 Alessandro Decina * ext/annodex/gstcmmlenc.h: Fix authors name. -Sun Sep 3 10:46:17 2006 +0000 Tim-Philipp Müller +2006-09-03 10:46:17 +0000 Tim-Philipp Müller tests/check/elements/videocrop.c: More tests: check passthrough mode and caps transform in both directions with fixed... Original commit message from CVS: @@ -22030,7 +22057,7 @@ Sun Sep 3 10:46:17 2006 +0000 Tim-Philipp Müller More tests: check passthrough mode and caps transform in both directions with fixed values, ranges and lists. -Sat Sep 2 18:49:01 2006 +0000 Tim-Philipp Müller +2006-09-02 18:49:01 +0000 Tim-Philipp Müller docs/plugins/: Add videocrop to docs. Original commit message from CVS: @@ -22051,7 +22078,7 @@ Sat Sep 2 18:49:01 2006 +0000 Tim-Philipp Müller (videocrop_test_cropping), (test_cropping), (videocrop_suite): Add unit tests for videocrop. -Sat Sep 2 15:30:45 2006 +0000 Tim-Philipp Müller +2006-09-02 15:30:45 +0000 Tim-Philipp Müller Port/rewrite videocrop from scratch for GStreamer-0.10, and make it support all formats videoscale supports (#345653). Original commit message from CVS: @@ -22070,7 +22097,7 @@ Sat Sep 2 15:30:45 2006 +0000 Tim-Philipp Müller Port/rewrite videocrop from scratch for GStreamer-0.10, and make it support all formats videoscale supports (#345653). -Sat Sep 2 14:45:04 2006 +0000 Stefan Kost +2006-09-02 14:45:04 +0000 Stefan Kost sys/v4l2/: Whitespace cleanups, dashify property-names. Original commit message from CVS: @@ -22082,7 +22109,7 @@ Sat Sep 2 14:45:04 2006 +0000 Stefan Kost * sys/v4l2/gstv4l2src.h: Whitespace cleanups, dashify property-names. -Sat Sep 2 14:28:55 2006 +0000 Stefan Kost +2006-09-02 14:28:55 +0000 Stefan Kost sys/v4l2/: Cleanup error messages and unify header comments Original commit message from CVS: @@ -22105,28 +22132,28 @@ Sat Sep 2 14:28:55 2006 +0000 Stefan Kost * sys/v4l2/v4l2src_calls.h: Cleanup error messages and unify header comments -Wed Aug 30 18:01:52 2006 +0000 Edgard Lima +2006-08-30 18:01:52 +0000 Edgard Lima * sys/v4l2/gstv4l2src.c: Another small fix to set_caps function. Original commit message from CVS: Another small fix to set_caps function. -Wed Aug 30 13:30:13 2006 +0000 Edgard Lima +2006-08-30 13:30:13 +0000 Edgard Lima * sys/v4l2/gstv4l2src.c: Send new_segment in GST_FORMAT_TIME instead of in GST_FORMAT_BYTES. Original commit message from CVS: Send new_segment in GST_FORMAT_TIME instead of in GST_FORMAT_BYTES. -Wed Aug 30 11:36:06 2006 +0000 Edgard Lima +2006-08-30 11:36:06 +0000 Edgard Lima * sys/v4l2/gstv4l2src.c: A small fix to set_caps function. Original commit message from CVS: A small fix to set_caps function. -Wed Aug 30 11:27:40 2006 +0000 Edward Hervey +2006-08-30 11:27:40 +0000 Edward Hervey gst/qtdemux/qtdemux.c: Reset each streams last_flow to GST_FLOW_OK. Original commit message from CVS: @@ -22136,7 +22163,7 @@ Wed Aug 30 11:27:40 2006 +0000 Edward Hervey (gst_qtdemux_activate_segment): Removing mystic modifications for good. -Wed Aug 30 11:07:37 2006 +0000 Stefan Kost +2006-08-30 11:07:37 +0000 Stefan Kost gst/qtdemux/qtdemux.c: put back 'segment start<=stop' change that was mystically reverted by the last commit Original commit message from CVS: @@ -22145,7 +22172,7 @@ Wed Aug 30 11:07:37 2006 +0000 Stefan Kost put back 'segment start<=stop' change that was mystically reverted by the last commit -Wed Aug 30 10:43:53 2006 +0000 Stefan Kost +2006-08-30 10:43:53 +0000 Stefan Kost gst/qtdemux/qtdemux.c: Fix the build for disabled debug Original commit message from CVS: @@ -22153,7 +22180,7 @@ Wed Aug 30 10:43:53 2006 +0000 Stefan Kost (qtdemux_parse_tree): Fix the build for disabled debug -Tue Aug 29 20:59:47 2006 +0000 Edgard Lima +2006-08-29 20:59:47 +0000 Edgard Lima * sys/v4l2/gstv4l2src.c: * sys/v4l2/v4l2src_calls.c: @@ -22162,7 +22189,7 @@ Tue Aug 29 20:59:47 2006 +0000 Edgard Lima Original commit message from CVS: Fixed framerate negotiation. -Mon Aug 28 17:47:29 2006 +0000 Wim Taymans +2006-08-28 17:47:29 +0000 Wim Taymans gst/qtdemux/qtdemux.c: Make sure segment start<=stop in weird quicktime files. Original commit message from CVS: @@ -22171,7 +22198,7 @@ Mon Aug 28 17:47:29 2006 +0000 Wim Taymans (qtdemux_video_caps): Make sure segment start<=stop in weird quicktime files. -Mon Aug 28 16:59:13 2006 +0000 Andy Wingo +2006-08-28 16:59:13 +0000 Andy Wingo ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle): New helper function to lessen the ifdefs. Original commit message from CVS: @@ -22185,14 +22212,14 @@ Mon Aug 28 16:59:13 2006 +0000 Andy Wingo (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate handle for AVC operations; fixes #348233. -Mon Aug 28 14:59:05 2006 +0000 Stefan Kost +2006-08-28 14:59:05 +0000 Stefan Kost sys/v4l2/v4l2_calls.c: add comments and more debug logging Original commit message from CVS: * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists): add comments and more debug logging -Sun Aug 27 17:14:06 2006 +0000 Stefan Kost +2006-08-27 17:14:06 +0000 Stefan Kost Rename again (audiofxgood -> audiofx). Original commit message from CVS: @@ -22209,7 +22236,7 @@ Sun Aug 27 17:14:06 2006 +0000 Stefan Kost * gst/audiofxgood/audiopanorama.h: Rename again (audiofxgood -> audiofx). -Sun Aug 27 13:12:52 2006 +0000 Stefan Kost +2006-08-27 13:12:52 +0000 Stefan Kost gst/avi/gstavidemux.c: Initialze variables. Original commit message from CVS: @@ -22217,7 +22244,7 @@ Sun Aug 27 13:12:52 2006 +0000 Stefan Kost (gst_avi_demux_stream_scan): Initialze variables. -Fri Aug 25 16:21:37 2006 +0000 Wim Taymans +2006-08-25 16:21:37 +0000 Wim Taymans gst/avi/gstavidemux.*: More attempts to turn this into readable code. Original commit message from CVS: @@ -22240,14 +22267,14 @@ Fri Aug 25 16:21:37 2006 +0000 Wim Taymans Calculate duration according to index more efficiently. Don't try to act like we drive the pipeline in chain mode. -Fri Aug 25 09:53:18 2006 +0000 Wim Taymans +2006-08-25 09:53:18 +0000 Wim Taymans ext/annodex/gstcmmlutils.c: Fix build. Original commit message from CVS: * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt): Fix build. -Fri Aug 25 09:42:43 2006 +0000 Alessandro Decina +2006-08-25 09:42:43 +0000 Alessandro Decina ext/annodex/gstannodex.c: Do some extra sanity checks. Original commit message from CVS: @@ -22285,7 +22312,7 @@ Fri Aug 25 09:42:43 2006 +0000 Alessandro Decina (check_empty_clip), (GST_START_TEST), (cmmlenc_suite): Added some more checks. -Thu Aug 24 19:00:22 2006 +0000 Stefan Kost +2006-08-24 19:00:22 +0000 Stefan Kost Make also the pan-property float (saves scaling and yields better resolution) Original commit message from CVS: @@ -22301,7 +22328,7 @@ Thu Aug 24 19:00:22 2006 +0000 Stefan Kost Make also the pan-property float (saves scaling and yields better resolution) -Thu Aug 24 18:23:14 2006 +0000 Stefan Kost +2006-08-24 18:23:14 +0000 Stefan Kost gst/audiofxgood/audiopanorama.c: ChangeLog surgery to add cymax's real name Original commit message from CVS: @@ -22310,7 +22337,7 @@ Thu Aug 24 18:23:14 2006 +0000 Stefan Kost (gst_audio_panorama_transform_s2s_float): ChangeLog surgery to add cymax's real name -Thu Aug 24 18:17:20 2006 +0000 Stefan Kost +2006-08-24 18:17:20 +0000 Stefan Kost gst/audiofxgood/audiopanorama.*: Added float support (thanks cymax) Original commit message from CVS: @@ -22323,7 +22350,7 @@ Thu Aug 24 18:17:20 2006 +0000 Stefan Kost * gst/audiofxgood/audiopanorama.h: Added float support (thanks cymax) -Thu Aug 24 14:16:55 2006 +0000 Stefan Kost +2006-08-24 14:16:55 +0000 Stefan Kost gst/audiofxgood/audiopanorama.c: Fix docs & debug category. Add Fixme for volume pan levels. Original commit message from CVS: @@ -22331,7 +22358,7 @@ Thu Aug 24 14:16:55 2006 +0000 Stefan Kost (gst_audio_panorama_transform_m2s): Fix docs & debug category. Add Fixme for volume pan levels. -Thu Aug 24 13:51:15 2006 +0000 Stefan Kost +2006-08-24 13:51:15 +0000 Stefan Kost gst/avi/gstavidemux.c: unbreak AVI index handling, some more debug, remove an obsolete adapter_flush that caused stre... Original commit message from CVS: @@ -22343,7 +22370,7 @@ Thu Aug 24 13:51:15 2006 +0000 Stefan Kost unbreak AVI index handling, some more debug, remove an obsolete adapter_flush that caused streaming to wander off in the wild -Thu Aug 24 11:21:06 2006 +0000 Wim Taymans +2006-08-24 11:21:06 +0000 Wim Taymans gst/avi/gstavidemux.*: Some more cleanups. Original commit message from CVS: @@ -22360,14 +22387,14 @@ Thu Aug 24 11:21:06 2006 +0000 Wim Taymans Disable use of index for length calculation in case of ODML as this is broken now. -Thu Aug 24 10:03:03 2006 +0000 Tim-Philipp Müller +2006-08-24 10:03:03 +0000 Tim-Philipp Müller ext/flac/gstflacdec.c: Use libgsttag helper function here too. Original commit message from CVS: * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata): Use libgsttag helper function here too. -Thu Aug 24 09:24:11 2006 +0000 Sebastian Dröge +2006-08-24 09:24:11 +0000 Sebastian Dröge ext/wavpack/gstwavpackdec.c: Post audio codec and average bitrate tags on bus (#344472). Original commit message from CVS: @@ -22380,7 +22407,7 @@ Thu Aug 24 09:24:11 2006 +0000 Sebastian Dröge Forward queries in other formats (BYTE format in particular) upstream; add Sebastian to authors. -Thu Aug 24 00:40:07 2006 +0000 Edgard Lima +2006-08-24 00:40:07 +0000 Edgard Lima * sys/v4l2/gstv4l2src.c: * sys/v4l2/v4l2src_calls.c: @@ -22389,7 +22416,7 @@ Thu Aug 24 00:40:07 2006 +0000 Edgard Lima Original commit message from CVS: Fix set_caps to set width and height to the values the driver is really working with. -Wed Aug 23 15:33:47 2006 +0000 Stefan Kost +2006-08-23 15:33:47 +0000 Stefan Kost gst/avi/gstavidemux.*: Initial streaming support for avidemux (fixes #336465) Original commit message from CVS: @@ -22414,7 +22441,7 @@ Wed Aug 23 15:33:47 2006 +0000 Stefan Kost * gst/avi/gstavidemux.h: Initial streaming support for avidemux (fixes #336465) -Wed Aug 23 10:30:31 2006 +0000 Tim-Philipp Müller +2006-08-23 10:30:31 +0000 Tim-Philipp Müller ext/wavpack/gstwavpackenc.c: Fix mem leak, send newsegment event on correction pad as well (#352476). Original commit message from CVS: @@ -22429,7 +22456,7 @@ Wed Aug 23 10:30:31 2006 +0000 Tim-Philipp Müller wavpackenc test from VALGRIND_TO_FIX now that the leak is fixed. -Wed Aug 23 09:22:07 2006 +0000 Sebastian Dröge +2006-08-23 09:22:07 +0000 Sebastian Dröge tests/check/: Add unit tests for wavpack elements (#352476). Original commit message from CVS: @@ -22445,7 +22472,7 @@ Wed Aug 23 09:22:07 2006 +0000 Sebastian Dröge (wavpackparse_suite), (main): Add unit tests for wavpack elements (#352476). -Wed Aug 23 08:52:50 2006 +0000 Sebastian Dröge +2006-08-23 08:52:50 +0000 Sebastian Dröge Add docs for wavpack elements (#352476). Original commit message from CVS: @@ -22463,7 +22490,7 @@ Wed Aug 23 08:52:50 2006 +0000 Sebastian Dröge * ext/wavpack/gstwavpackparse.h: Add docs for wavpack elements (#352476). -Tue Aug 22 20:39:26 2006 +0000 Edgard Lima +2006-08-22 20:39:26 +0000 Edgard Lima * sys/v4l2/gstv4l2src.c: * sys/v4l2/v4l2src_calls.c: @@ -22471,7 +22498,7 @@ Tue Aug 22 20:39:26 2006 +0000 Edgard Lima Original commit message from CVS: Fixed query size to work with drivers that uses intermediate step like "width * height" to find closest size. -Tue Aug 22 17:20:41 2006 +0000 Tim-Philipp Müller +2006-08-22 17:20:41 +0000 Tim-Philipp Müller docs/plugins/gst-plugins-good-plugins-docs.sgml: There is no taglibmux element ... Original commit message from CVS: @@ -22481,7 +22508,7 @@ Tue Aug 22 17:20:41 2006 +0000 Tim-Philipp Müller Use '%' rather than '&perc;' in gtk-doc blurb, docs build was complaining about unknown entity here. -Tue Aug 22 17:02:39 2006 +0000 Wim Taymans +2006-08-22 17:02:39 +0000 Wim Taymans gst/avi/gstavidemux.*: Mark DISCONT. Original commit message from CVS: @@ -22492,7 +22519,7 @@ Tue Aug 22 17:02:39 2006 +0000 Wim Taymans Mark DISCONT. Remove old unused fields and reorder the struct a bit. -Tue Aug 22 16:45:37 2006 +0000 Wim Taymans +2006-08-22 16:45:37 +0000 Wim Taymans Small documentation updates. Original commit message from CVS: @@ -22504,7 +22531,7 @@ Tue Aug 22 16:45:37 2006 +0000 Wim Taymans (gst_oss_sink_prepare), (gst_oss_sink_unprepare): Small documentation updates. -Tue Aug 22 16:42:22 2006 +0000 Wim Taymans +2006-08-22 16:42:22 +0000 Wim Taymans gst/avi/gstavidemux.*: Precalc most of the duration query for each stream. Original commit message from CVS: @@ -22526,7 +22553,7 @@ Tue Aug 22 16:42:22 2006 +0000 Wim Taymans Code cleanups and leak fixes. Calculate correct total duration based on index length. -Tue Aug 22 13:53:34 2006 +0000 Jan Schmidt +2006-08-22 13:53:34 +0000 Jan Schmidt gst/id3demux/id3v2frames.c: If strings in text fields are marked ISO8859-1, but contain valid UTF-8 already, then han... Original commit message from CVS: @@ -22536,7 +22563,7 @@ Tue Aug 22 13:53:34 2006 +0000 Jan Schmidt valid UTF-8 already, then handle them as UTF-8 and ignore the encoding. (#351794) -Tue Aug 22 12:28:24 2006 +0000 Tim-Philipp Müller +2006-08-22 12:28:24 +0000 Tim-Philipp Müller ext/flac/gstflacdec.*: Make flac-in-ogg work (#352100). Original commit message from CVS: @@ -22547,7 +22574,7 @@ Tue Aug 22 12:28:24 2006 +0000 Tim-Philipp Müller * ext/flac/gstflacdec.h: Make flac-in-ogg work (#352100). -Tue Aug 22 12:10:32 2006 +0000 Tim-Philipp Müller +2006-08-22 12:10:32 +0000 Tim-Philipp Müller gst/monoscope/gstmonoscope.c: Don't unref buffers of which we've already given away ownership to the adapter. Original commit message from CVS: @@ -22555,7 +22582,7 @@ Tue Aug 22 12:10:32 2006 +0000 Tim-Philipp Müller Don't unref buffers of which we've already given away ownership to the adapter. -Tue Aug 22 10:32:34 2006 +0000 Tim-Philipp Müller +2006-08-22 10:32:34 +0000 Tim-Philipp Müller ext/speex/gstspeexdec.c: Make metadata extraction actually work. Original commit message from CVS: @@ -22569,7 +22596,7 @@ Tue Aug 22 10:32:34 2006 +0000 Tim-Philipp Müller code cleanups (use static pad templates etc.) and a bunch of leak fixes. -Mon Aug 21 19:34:03 2006 +0000 Stefan Kost +2006-08-21 19:34:03 +0000 Stefan Kost gst/audiopanorama/: die! die! die! you should never have been there Original commit message from CVS: @@ -22580,7 +22607,7 @@ Mon Aug 21 19:34:03 2006 +0000 Stefan Kost * gst/audiopanorama/audiopanorama.h: die! die! die! you should never have been there -Mon Aug 21 16:24:28 2006 +0000 Wim Taymans +2006-08-21 16:24:28 +0000 Wim Taymans gst/qtdemux/qtdemux.c: Some more constification. Original commit message from CVS: @@ -22594,7 +22621,7 @@ Mon Aug 21 16:24:28 2006 +0000 Wim Taymans Add support for yuv2, which is like Yuv2. Add support for raw audio with the NONE fourcc, which is like raw. -Mon Aug 21 13:59:52 2006 +0000 Tim-Philipp Müller +2006-08-21 13:59:52 +0000 Tim-Philipp Müller ext/wavpack/: More clean-ups: use shorter variable names to make code easier to read; prefix structures we define wit... Original commit message from CVS: @@ -22614,7 +22641,7 @@ Mon Aug 21 13:59:52 2006 +0000 Tim-Philipp Müller read; prefix structures we define with 'Gst' to make it clearer where they come from. -Mon Aug 21 13:26:37 2006 +0000 Tim-Philipp Müller +2006-08-21 13:26:37 +0000 Tim-Philipp Müller ext/wavpack/gstwavpackenc.c: Fix caps set on buffers and template caps (output is framed) and make them match (#35166... Original commit message from CVS: @@ -22627,28 +22654,28 @@ Mon Aug 21 13:26:37 2006 +0000 Tim-Philipp Müller GST_ELEMENT_WARNING; simplify push_block(); do some small clean-ups here and there; fix memleak (#351663). -Mon Aug 21 13:12:47 2006 +0000 Jan Schmidt +2006-08-21 13:12:47 +0000 Jan Schmidt tests/check/elements/audiopanorama.c: Fix invalid memory access in audiopanorama test suite. Original commit message from CVS: * tests/check/elements/audiopanorama.c: (GST_START_TEST): Fix invalid memory access in audiopanorama test suite. -Mon Aug 21 11:34:41 2006 +0000 Edward Hervey +2006-08-21 11:34:41 +0000 Edward Hervey tests/check/elements/.cvsignore: ignore built file Original commit message from CVS: * tests/check/elements/.cvsignore: ignore built file -Mon Aug 21 10:46:21 2006 +0000 Wim Taymans +2006-08-21 10:46:21 +0000 Wim Taymans gst/rtp/Makefile.am: Fix the build again. Original commit message from CVS: * gst/rtp/Makefile.am: Fix the build again. -Mon Aug 21 09:21:27 2006 +0000 Stefan Kost +2006-08-21 09:21:27 +0000 Stefan Kost gst/audiofxgood/: resubmit with the desired name *again* Original commit message from CVS: @@ -22666,7 +22693,7 @@ Mon Aug 21 09:21:27 2006 +0000 Stefan Kost * gst/audiofxgood/audiopanorama.h: resubmit with the desired name *again* -Sun Aug 20 13:09:51 2006 +0000 Stefan Kost +2006-08-20 13:09:51 +0000 Stefan Kost use g_assert in _get_unit_size Original commit message from CVS: @@ -22674,7 +22701,7 @@ Sun Aug 20 13:09:51 2006 +0000 Stefan Kost * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size): use g_assert in _get_unit_size -Sun Aug 20 13:06:44 2006 +0000 Stefan Kost +2006-08-20 13:06:44 +0000 Stefan Kost docs/plugins/: cleanup -unused.txt to make it useful, add previously missing docs Original commit message from CVS: @@ -22690,7 +22717,7 @@ Sun Aug 20 13:06:44 2006 +0000 Stefan Kost * gst/audiofxgood/audiofx.c: (plugin_init): re-add -Sun Aug 20 12:09:16 2006 +0000 Stefan Kost +2006-08-20 12:09:16 +0000 Stefan Kost gst/audiofxgood/audiofx.c Original commit message from CVS: @@ -22713,7 +22740,7 @@ Sun Aug 20 12:09:16 2006 +0000 Stefan Kost (panorama_suite), (main): Add audiofxgood plugin with audiopanorama element -Fri Aug 18 21:39:00 2006 +0000 Sebastian Dröge +2006-08-18 21:39:00 +0000 Sebastian Dröge ext/wavpack/gstwavpackparse.c: Fix resyncing in push mode not stopping re-syncing at embedded zeroes; skip garbage be... Original commit message from CVS: @@ -22727,14 +22754,14 @@ Fri Aug 18 21:39:00 2006 +0000 Sebastian Dröge necessary; use gst_pad_query_peer_duration(); push EOS and NEWSEGMENT event in right direction (#351659). -Fri Aug 18 17:00:53 2006 +0000 Wim Taymans +2006-08-18 17:00:53 +0000 Wim Taymans docs/plugins/Makefile.am: More Oss docs fixage. Original commit message from CVS: * docs/plugins/Makefile.am: More Oss docs fixage. -Fri Aug 18 16:52:21 2006 +0000 Wim Taymans +2006-08-18 16:52:21 +0000 Wim Taymans gst/rtp/: Added experimental SVQ3 depayloader. Original commit message from CVS: @@ -22750,7 +22777,7 @@ Fri Aug 18 16:52:21 2006 +0000 Wim Taymans * gst/rtp/gstrtpsv3vdepay.h: Added experimental SVQ3 depayloader. -Fri Aug 18 13:25:06 2006 +0000 Edward Hervey +2006-08-18 13:25:06 +0000 Edward Hervey ext/dv/gstdvdemux.*: When handling seek requests, don't send the newsegment event from the calling thread. Instead sa... Original commit message from CVS: @@ -22761,7 +22788,7 @@ Fri Aug 18 13:25:06 2006 +0000 Edward Hervey calling thread. Instead save it so it can be sent from the streaming thread. -Thu Aug 17 15:51:50 2006 +0000 Sjoerd Simons +2006-08-17 15:51:50 +0000 Sjoerd Simons gst/multipart/multipartdemux.c: Accept leading whitespace before the boundary Original commit message from CVS: @@ -22773,14 +22800,14 @@ Thu Aug 17 15:51:50 2006 +0000 Sjoerd Simons multipartmuxer again (which placed an extra \n before the start of the stream) Fixes #349068. -Thu Aug 17 15:47:28 2006 +0000 Wim Taymans +2006-08-17 15:47:28 +0000 Wim Taymans gst/rtp/gstrtph264depay.c: Error out on non-implemented stuff. Original commit message from CVS: * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process): Error out on non-implemented stuff. -Wed Aug 16 16:50:00 2006 +0000 Andy Wingo +2006-08-16 16:50:00 +0000 Andy Wingo ext/ladspa/gstsignalprocessor.c: Make ladspa elements reusable. Fixes #350006. Original commit message from CVS: @@ -22793,7 +22820,7 @@ Wed Aug 16 16:50:00 2006 +0000 Andy Wingo (gst_signal_processor_change_state): Make ladspa elements reusable. Fixes #350006. -Wed Aug 16 15:33:12 2006 +0000 Wim Taymans +2006-08-16 15:33:12 +0000 Wim Taymans ext/ladspa/gstladspa.c: Convert ' ' into '_'. Try to keep as many characters in the padtemplate names as possible. Original commit message from CVS: @@ -22801,7 +22828,7 @@ Wed Aug 16 15:33:12 2006 +0000 Wim Taymans Convert ' ' into '_'. Try to keep as many characters in the padtemplate names as possible. -Wed Aug 16 14:47:50 2006 +0000 Wim Taymans +2006-08-16 14:47:50 +0000 Wim Taymans ext/ladspa/gstsignalprocessor.c: A push() gives away our refcount so we should not use the buffer on the pen anymore. Original commit message from CVS: @@ -22810,7 +22837,7 @@ Wed Aug 16 14:47:50 2006 +0000 Wim Taymans A push() gives away our refcount so we should not use the buffer on the pen anymore. -Wed Aug 16 13:48:00 2006 +0000 Tim-Philipp Müller +2006-08-16 13:48:00 +0000 Tim-Philipp Müller sys/oss/gstossmixerelement.c: Don't leak device string. Original commit message from CVS: @@ -22818,7 +22845,7 @@ Wed Aug 16 13:48:00 2006 +0000 Tim-Philipp Müller (gst_oss_mixer_element_finalize): Don't leak device string. -Wed Aug 16 13:01:32 2006 +0000 Tim-Philipp Müller +2006-08-16 13:01:32 +0000 Tim-Philipp Müller configure.ac: Require CVS of GStreamer core and -base (for Original commit message from CVS: @@ -22833,7 +22860,7 @@ Wed Aug 16 13:01:32 2006 +0000 Tim-Philipp Müller easier to properly retain the description bit of the tag and maintain this information when re-tagging (#348762). -Wed Aug 16 12:02:48 2006 +0000 Tim-Philipp Müller +2006-08-16 12:02:48 +0000 Tim-Philipp Müller tests/check/Makefile.am: Don't try to run annodex unit tests if the annodex plugin has not been built (Fixes #351116). Original commit message from CVS: @@ -22841,7 +22868,7 @@ Wed Aug 16 12:02:48 2006 +0000 Tim-Philipp Müller Don't try to run annodex unit tests if the annodex plugin has not been built (Fixes #351116). -Wed Aug 16 10:53:32 2006 +0000 Tim-Philipp Müller +2006-08-16 10:53:32 +0000 Tim-Philipp Müller gst/autodetect/gstautoaudiosink.c: When we can't find a usable audiosink, don't error out, but use a fake sink instea... Original commit message from CVS: @@ -22851,7 +22878,7 @@ Wed Aug 16 10:53:32 2006 +0000 Tim-Philipp Müller but use a fake sink instead and post a warning message on the bus (#341278). -Wed Aug 16 10:40:04 2006 +0000 Sebastian Dröge +2006-08-16 10:40:04 +0000 Sebastian Dröge ext/wavpack/: In push mode, re-sync to next wavpack header if sync is lost (#351557). Also use hyphens instead of und... Original commit message from CVS: @@ -22863,7 +22890,7 @@ Wed Aug 16 10:40:04 2006 +0000 Sebastian Dröge (#351557). Also use hyphens instead of underscores in GObject property names. -Wed Aug 16 10:22:32 2006 +0000 Tim-Philipp Müller +2006-08-16 10:22:32 +0000 Tim-Philipp Müller sys/oss/: Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for ossmixer's new device property. Original commit message from CVS: @@ -22925,7 +22952,7 @@ Wed Aug 16 10:22:32 2006 +0000 Tim-Philipp Müller * docs/plugins/inspect/plugin-ximagesrc.xml: Update to CVS version. -Wed Aug 16 10:05:00 2006 +0000 Wim Taymans +2006-08-16 10:05:00 +0000 Wim Taymans gst/rtp/: Caps extra properties must be defined as strings for depayloaders because they are generated from an SDP. Original commit message from CVS: @@ -22946,7 +22973,7 @@ Wed Aug 16 10:05:00 2006 +0000 Wim Taymans * gst/rtp/gstrtph264depay.h: Added basic, not completely functional RFC 3984 H264 depayloader. -Wed Aug 16 09:48:26 2006 +0000 Wim Taymans +2006-08-16 09:48:26 +0000 Wim Taymans gst/rtsp/gstrtpdec.c: Add pads after setting them up. Original commit message from CVS: @@ -22969,14 +22996,14 @@ Wed Aug 16 09:48:26 2006 +0000 Wim Taymans - Configure RTP/RTCP in stream. Use DEBUG_OBJECT more. -Wed Aug 16 09:29:20 2006 +0000 Wim Taymans +2006-08-16 09:29:20 +0000 Wim Taymans gst/udp/gstmultiudpsink.c: Turn a g_print into a DEBUG line. Original commit message from CVS: * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add): Turn a g_print into a DEBUG line. -Wed Aug 16 09:25:17 2006 +0000 Wim Taymans +2006-08-16 09:25:17 +0000 Wim Taymans sys/oss/: Small cleanups. Better error reporting. Original commit message from CVS: @@ -22991,7 +23018,7 @@ Wed Aug 16 09:25:17 2006 +0000 Wim Taymans /dev/mixer. Fixes #350785. API: GstOssMixerElement::device property -Tue Aug 15 22:44:27 2006 +0000 Jens Granseuer +2006-08-15 22:44:27 +0000 Jens Granseuer gconf/Makefile.am: Make --disable-schemas work right (they still need to be copied to the installation directory, jus... Original commit message from CVS: @@ -23001,7 +23028,7 @@ Tue Aug 15 22:44:27 2006 +0000 Jens Granseuer to be copied to the installation directory, just not applied). Fixes #351347 (also #344100). -Tue Aug 15 20:29:45 2006 +0000 Sebastian Dröge +2006-08-15 20:29:45 +0000 Sebastian Dröge ext/wavpack/gstwavpackparse.*: Make wavpackparse also work in push-mode (not seekable yet though); some small clean-u... Original commit message from CVS: @@ -23020,7 +23047,7 @@ Tue Aug 15 20:29:45 2006 +0000 Sebastian Dröge some small clean-ups along the way; add support for SEEKING query and query types function. (#351495). -Mon Aug 14 11:37:10 2006 +0000 Thomas Vander Stichele +2006-08-14 11:37:10 +0000 Thomas Vander Stichele * ChangeLog: * configure.ac: @@ -23029,7 +23056,7 @@ Mon Aug 14 11:37:10 2006 +0000 Thomas Vander Stichele Original commit message from CVS: back to HEAD -Mon Aug 14 11:14:43 2006 +0000 Thomas Vander Stichele +2006-08-14 11:14:43 +0000 Thomas Vander Stichele * ChangeLog: * NEWS: @@ -23090,7 +23117,7 @@ Mon Aug 14 11:14:43 2006 +0000 Thomas Vander Stichele Original commit message from CVS: releasing 0.10.4 -Mon Aug 14 10:06:55 2006 +0000 Tim-Philipp Müller +2006-08-14 10:06:55 +0000 Tim-Philipp Müller gst/qtdemux/qtdemux.c: Extract all references/redirections if there is more than one and sort them; also extract mini... Original commit message from CVS: @@ -23100,7 +23127,7 @@ Mon Aug 14 10:06:55 2006 +0000 Tim-Philipp Müller than one and sort them; also extract minimum required bitrate information if available. (#350399) -Thu Aug 10 14:10:28 2006 +0000 Edward Hervey +2006-08-10 14:10:28 +0000 Edward Hervey Send the newsegment event in the streaming thread. Original commit message from CVS: @@ -23111,14 +23138,14 @@ Thu Aug 10 14:10:28 2006 +0000 Edward Hervey Send the newsegment event in the streaming thread. Fixes #347529 -Thu Aug 10 14:02:45 2006 +0000 Thomas Vander Stichele +2006-08-10 14:02:45 +0000 Thomas Vander Stichele * win32/common/config.h: bumped for prerel Original commit message from CVS: bumped for prerel -Thu Aug 10 13:10:38 2006 +0000 Thomas Vander Stichele +2006-08-10 13:10:38 +0000 Thomas Vander Stichele * po/af.po: * po/az.po: @@ -23138,21 +23165,21 @@ Thu Aug 10 13:10:38 2006 +0000 Thomas Vander Stichele Original commit message from CVS: update translations -Tue Aug 8 14:55:53 2006 +0000 Tim-Philipp Müller +2006-08-08 14:55:53 +0000 Tim-Philipp Müller gst/qtdemux/qtdemux.c: Fix silly typo. Original commit message from CVS: * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree): Fix silly typo. -Tue Aug 8 14:46:00 2006 +0000 Tim-Philipp Müller +2006-08-08 14:46:00 +0000 Tim-Philipp Müller * ChangeLog: ChangeLog surgery: mention bug number Original commit message from CVS: ChangeLog surgery: mention bug number -Tue Aug 8 14:40:47 2006 +0000 Tim-Philipp Müller +2006-08-08 14:40:47 +0000 Tim-Philipp Müller ext/jpeg/: Refuse sink caps in the encoder if width or height is not a multiple of 16, the encoder does not support t... Original commit message from CVS: @@ -23164,7 +23191,7 @@ Tue Aug 8 14:40:47 2006 +0000 Tim-Philipp Müller same lines, check the return value of the encoder setup function; also remove some debug log clutter. -Fri Aug 4 11:38:54 2006 +0000 Andy Wingo +2006-08-04 11:38:54 +0000 Andy Wingo ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing whether a processor can work in place or not, and for... Original commit message from CVS: @@ -23186,7 +23213,7 @@ Fri Aug 4 11:38:54 2006 +0000 Andy Wingo * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare): Do the alloc_buffer in bytes, not frames. -Fri Aug 4 10:21:26 2006 +0000 Zaheer Abbas Merali +2006-08-04 10:21:26 +0000 Zaheer Abbas Merali sys/ximage/ximageutil.c: Fix rgb masks when recording in < 24bpp. Original commit message from CVS: @@ -23194,7 +23221,7 @@ Fri Aug 4 10:21:26 2006 +0000 Zaheer Abbas Merali * sys/ximage/ximageutil.c: (ximageutil_xcontext_get): Fix rgb masks when recording in < 24bpp. -Fri Aug 4 09:20:26 2006 +0000 Andy Wingo +2006-08-04 09:20:26 +0000 Andy Wingo * ChangeLog: * ext/ladspa/gstsignalprocessor.c: @@ -23202,7 +23229,7 @@ Fri Aug 4 09:20:26 2006 +0000 Andy Wingo Original commit message from CVS: (gst_signal_processor_src_activate_pull): BPB -Fri Aug 4 09:05:53 2006 +0000 Andy Wingo +2006-08-04 09:05:53 +0000 Andy Wingo * ChangeLog: * ext/ladspa/gstsignalprocessor.c: @@ -23220,7 +23247,7 @@ Fri Aug 4 09:05:53 2006 +0000 Andy Wingo that assumes that we process whole buffers at a time. Fix some debugging. Seems to work now in some cases. -Mon Jul 31 22:27:22 2006 +0000 Andy Wingo +2006-07-31 22:27:22 +0000 Andy Wingo ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process): Fix nframes-choosing. Original commit message from CVS: @@ -23229,7 +23256,7 @@ Mon Jul 31 22:27:22 2006 +0000 Andy Wingo Fix nframes-choosing. (gst_signal_processor_init): Init pending_in and pending_out. -Mon Jul 31 22:03:09 2006 +0000 Andy Wingo +2006-07-31 22:03:09 +0000 Andy Wingo ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No more default sample rate, although we never check tha... Original commit message from CVS: @@ -23251,7 +23278,7 @@ Mon Jul 31 22:03:09 2006 +0000 Andy Wingo (gst_signal_processor_src_activate_pull): Refcount fixen. * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay. -Mon Jul 31 19:44:18 2006 +0000 Stefan Kost +2006-07-31 19:44:18 +0000 Stefan Kost ext/ladspa/gstsignalprocessor.c: don't query buffer-frames from caps, add lots of debug-log, try fix for assert (#349... Original commit message from CVS: @@ -23260,14 +23287,14 @@ Mon Jul 31 19:44:18 2006 +0000 Stefan Kost don't query buffer-frames from caps, add lots of debug-log, try fix for assert (#349189) -Mon Jul 31 15:58:43 2006 +0000 Wim Taymans +2006-07-31 15:58:43 +0000 Wim Taymans gst/udp/gstudpsrc.c: Fix docs. Original commit message from CVS: * gst/udp/gstudpsrc.c: Fix docs. -Sat Jul 29 16:32:26 2006 +0000 Stefan Kost +2006-07-29 16:32:26 +0000 Stefan Kost ext/ladspa/gstsignalprocessor.c: Add debugs logs here and there, add more error handling, add some Original commit message from CVS: @@ -23282,7 +23309,7 @@ Sat Jul 29 16:32:26 2006 +0000 Stefan Kost Add debugs logs here and there, add more error handling, add some FIXME comments, filed #349189 -Sat Jul 29 11:22:47 2006 +0000 Zaheer Abbas Merali +2006-07-29 11:22:47 +0000 Zaheer Abbas Merali ext/jpeg/gstsmokeenc.c: Set caps on buffer correctly. Fixes bug #349155. Original commit message from CVS: @@ -23291,7 +23318,7 @@ Sat Jul 29 11:22:47 2006 +0000 Zaheer Abbas Merali (gst_smokeenc_setcaps), (gst_smokeenc_chain): Set caps on buffer correctly. Fixes bug #349155. -Fri Jul 28 16:17:17 2006 +0000 Sjoerd Simons +2006-07-28 16:17:17 +0000 Sjoerd Simons gst/multipart/multipartdemux.c: Uses GstAdapter instead of own buffering. Original commit message from CVS: @@ -23311,7 +23338,7 @@ Fri Jul 28 16:17:17 2006 +0000 Sjoerd Simons * gst/multipart/multipartmux.c: (gst_multipart_mux_collected): Don't start the stream with a \n. -Fri Jul 28 08:32:47 2006 +0000 Brian Cameron +2006-07-28 08:32:47 +0000 Brian Cameron sys/sunaudio/gstsunaudiosrc.c: Open source with O_NONBLOCK (#349015). Original commit message from CVS: @@ -23319,7 +23346,7 @@ Fri Jul 28 08:32:47 2006 +0000 Brian Cameron * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open): Open source with O_NONBLOCK (#349015). -Fri Jul 28 08:21:27 2006 +0000 Stefan Kost +2006-07-28 08:21:27 +0000 Stefan Kost gst/avi/gstavidemux.*: Whitespace fixes and more debug Original commit message from CVS: @@ -23328,7 +23355,7 @@ Fri Jul 28 08:21:27 2006 +0000 Stefan Kost * gst/avi/gstavidemux.h: Whitespace fixes and more debug -Thu Jul 27 11:21:53 2006 +0000 Tim-Philipp Müller +2006-07-27 11:21:53 +0000 Tim-Philipp Müller gst/autodetect/gstautoaudiosink.c: Get rid of old and unused magic sound-server properties stuff. Original commit message from CVS: @@ -23340,7 +23367,7 @@ Thu Jul 27 11:21:53 2006 +0000 Tim-Philipp Müller Add suffix to child sink's name that makes it easy to see from the name alone which type it actually is (alsa, oss, esd, etc.). -Thu Jul 27 10:05:27 2006 +0000 Wim Taymans +2006-07-27 10:05:27 +0000 Wim Taymans gst/udp/gstudpsrc.*: Rename "buffer" to "buffer-size" to make clear it is a size we set and not some sort of feature ... Original commit message from CVS: @@ -23351,7 +23378,7 @@ Thu Jul 27 10:05:27 2006 +0000 Wim Taymans Rename "buffer" to "buffer-size" to make clear it is a size we set and not some sort of feature we enable. -Thu Jul 27 10:01:49 2006 +0000 Tim-Philipp Müller +2006-07-27 10:01:49 +0000 Tim-Philipp Müller gst/udp/gstudpsrc.c: Use CLOSE_SOCKET() here instead of close() to maintain win32 workiness. Original commit message from CVS: @@ -23359,7 +23386,7 @@ Thu Jul 27 10:01:49 2006 +0000 Tim-Philipp Müller Use CLOSE_SOCKET() here instead of close() to maintain win32 workiness. -Thu Jul 27 09:04:51 2006 +0000 Thijs Vermeir +2006-07-27 09:04:51 +0000 Thijs Vermeir gst/udp/gstudpsrc.*: Added "buffer" property to control the kernel receive buffer size. Original commit message from CVS: @@ -23373,7 +23400,7 @@ Thu Jul 27 09:04:51 2006 +0000 Thijs Vermeir Small cleanups. Fixes #348752. API: buffer property -Wed Jul 26 16:36:59 2006 +0000 Kai Vehmanen +2006-07-26 16:36:59 +0000 Kai Vehmanen gst/rtp/: Fix timestamp calculation on outgoing RTP packets. Original commit message from CVS: @@ -23385,7 +23412,7 @@ Wed Jul 26 16:36:59 2006 +0000 Kai Vehmanen Fix timestamp calculation on outgoing RTP packets. Fixes #348675. -Wed Jul 26 10:07:29 2006 +0000 Tim-Philipp Müller +2006-07-26 10:07:29 +0000 Tim-Philipp Müller ext/taglib/gstid3v2mux.cc: is still sub-optimal though, since we don't retain or extract the comment descriptions pro... Original commit message from CVS: @@ -23395,7 +23422,7 @@ Wed Jul 26 10:07:29 2006 +0000 Tim-Philipp Müller extract the comment descriptions properly (#334375, also see #334375). -Wed Jul 26 09:02:56 2006 +0000 Tim-Philipp Müller +2006-07-26 09:02:56 +0000 Tim-Philipp Müller gst/wavparse/gstwavparse.c: #define 'fact' RIFF chunk if we are not compiling against Original commit message from CVS: @@ -23404,7 +23431,7 @@ Wed Jul 26 09:02:56 2006 +0000 Tim-Philipp Müller -base CVS (we don't want to depend on -base CVS for this one define only, and also not for release order reasons). -Wed Jul 26 08:17:45 2006 +0000 Tim-Philipp Müller +2006-07-26 08:17:45 +0000 Tim-Philipp Müller ext/taglib/gstid3v2mux.cc: Handle multiple tags of the same type properly. Re-inject unparsed ID3v2 frames that we ge... Original commit message from CVS: @@ -23414,7 +23441,7 @@ Wed Jul 26 08:17:45 2006 +0000 Tim-Philipp Müller id3demux into the tag again so we don't lose information when retagging (#334375). -Tue Jul 25 17:54:25 2006 +0000 Tim-Philipp Müller +2006-07-25 17:54:25 +0000 Tim-Philipp Müller sys/ximage/gstximagesrc.c: Document newly-added properties properly, so that there is a 'Since: 0.10.4' in the plugin... Original commit message from CVS: @@ -23424,7 +23451,7 @@ Tue Jul 25 17:54:25 2006 +0000 Tim-Philipp Müller names into canonical GObject style (GObject will do that internally anyway). -Tue Jul 25 16:47:04 2006 +0000 Tim-Philipp Müller +2006-07-25 16:47:04 +0000 Tim-Philipp Müller gst/id3demux/id3tags.c: Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as well, and add the version to... Original commit message from CVS: @@ -23434,7 +23461,7 @@ Tue Jul 25 16:47:04 2006 +0000 Tim-Philipp Müller well, and add the version to the blob's buffer caps, since that information will be needed for deserialisation later on (#348644). -Tue Jul 25 13:14:05 2006 +0000 Stefan Kost +2006-07-25 13:14:05 +0000 Stefan Kost gst/avi/gstavidemux.c: Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed indentation and spacing. Original commit message from CVS: @@ -23443,7 +23470,7 @@ Tue Jul 25 13:14:05 2006 +0000 Stefan Kost Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed indentation and spacing. -Mon Jul 24 21:43:06 2006 +0000 Sébastien Moutte +2006-07-24 21:43:06 +0000 Sébastien Moutte sys/directsound/gstdirectsoundsink.*: Add an attenuation property that will directly attenuate the directsound buffer. Original commit message from CVS: @@ -23465,7 +23492,7 @@ Mon Jul 24 21:43:06 2006 +0000 Sébastien Moutte * win32/common/config.h: update version waiting an auto-generated config.h -Mon Jul 24 15:25:49 2006 +0000 Tim-Philipp Müller +2006-07-24 15:25:49 +0000 Tim-Philipp Müller docs/plugins/: Update files to CVS/Prerelease version, add esdsink docs. Original commit message from CVS: @@ -23527,14 +23554,14 @@ Mon Jul 24 15:25:49 2006 +0000 Tim-Philipp Müller * gst/rtp/gstrtpmp4vpay.c: Fix typo in element description. -Mon Jul 24 14:54:04 2006 +0000 Tim-Philipp Müller +2006-07-24 14:54:04 +0000 Tim-Philipp Müller * ChangeLog: ChangeLog surgery: fix Stefan's e-mail address Original commit message from CVS: ChangeLog surgery: fix Stefan's e-mail address -Mon Jul 24 14:49:19 2006 +0000 Tim-Philipp Müller +2006-07-24 14:49:19 +0000 Tim-Philipp Müller ext/esd/esdsink.c: Prevent libesd from auto-spawning a sound daemon if it is not already running. Now that we don't d... Original commit message from CVS: @@ -23546,14 +23573,14 @@ Mon Jul 24 14:49:19 2006 +0000 Tim-Philipp Müller autoaudiosink will try it as well if all other audio sinks fail (#343051). -Mon Jul 24 14:42:11 2006 +0000 Tim-Philipp Müller +2006-07-24 14:42:11 +0000 Tim-Philipp Müller ext/esd/Makefile.am: Oops, need to remove README from EXTRA_DIST as well. Original commit message from CVS: * ext/esd/Makefile.am: Oops, need to remove README from EXTRA_DIST as well. -Mon Jul 24 14:37:36 2006 +0000 Tim-Philipp Müller +2006-07-24 14:37:36 +0000 Tim-Philipp Müller ext/esd/README: Remove, it contains nothing useful anyway. Original commit message from CVS: @@ -23563,7 +23590,7 @@ Mon Jul 24 14:37:36 2006 +0000 Tim-Philipp Müller (gst_esdsink_delay): Some small clean-ups; use GST_BOILERPLATE etc. -Mon Jul 24 14:16:06 2006 +0000 Wim Taymans +2006-07-24 14:16:06 +0000 Wim Taymans gst/law/: Fix negotiation to deal with ANY/EMPTY caps instead of leaking. Original commit message from CVS: @@ -23573,7 +23600,7 @@ Mon Jul 24 14:16:06 2006 +0000 Wim Taymans * gst/law/mulaw-encode.c: (mulawenc_getcaps): Fix negotiation to deal with ANY/EMPTY caps instead of leaking. -Mon Jul 24 13:40:56 2006 +0000 Stefan Kost +2006-07-24 13:40:56 +0000 Stefan Kost gst/wavparse/gstwavparse.*: Use information from 'fact' chunk for length calculation of compressed samples. Calculate... Original commit message from CVS: @@ -23587,7 +23614,7 @@ Mon Jul 24 13:40:56 2006 +0000 Stefan Kost samples. Calculate bps if bogus value is found in wav header (embeded mp2/mp3). -Mon Jul 24 11:48:03 2006 +0000 Joni Valtanen +2006-07-24 11:48:03 +0000 Joni Valtanen Port udp plugin to win32 (#345288). Original commit message from CVS: @@ -23610,14 +23637,14 @@ Mon Jul 24 11:48:03 2006 +0000 Joni Valtanen * gst/udp/gstudpnetutils.h: Port udp plugin to win32 (#345288). -Mon Jul 24 11:00:34 2006 +0000 Wim Taymans +2006-07-24 11:00:34 +0000 Wim Taymans gst/rtsp/rtspconnection.c: Remove unwanted DEBUG line. Original commit message from CVS: * gst/rtsp/rtspconnection.c: (rtsp_connection_send): Remove unwanted DEBUG line. -Sun Jul 23 11:33:54 2006 +0000 Tim-Philipp Müller +2006-07-23 11:33:54 +0000 Tim-Philipp Müller gst/id3demux/: On second thought, it might be wiser and more efficient not to do tag registration from a streaming th... Original commit message from CVS: @@ -23628,7 +23655,7 @@ Sun Jul 23 11:33:54 2006 +0000 Tim-Philipp Müller On second thought, it might be wiser and more efficient not to do tag registration from a streaming thread. -Sun Jul 23 10:56:27 2006 +0000 Tim-Philipp Müller +2006-07-23 10:56:27 +0000 Tim-Philipp Müller gst/id3demux/id3tags.c: Put ID3v2 frames we can't parse as binary blobs into private tags, so that they are not lost ... Original commit message from CVS: @@ -23640,7 +23667,7 @@ Sun Jul 23 10:56:27 2006 +0000 Tim-Philipp Müller id3v2mux has been taught to re-inject those frames again. See bug #334375. -Fri Jul 21 10:57:00 2006 +0000 Wim Taymans +2006-07-21 10:57:00 +0000 Wim Taymans gst/avi/gstavidemux.c: Fix some leaks. Original commit message from CVS: @@ -23650,7 +23677,7 @@ Fri Jul 21 10:57:00 2006 +0000 Wim Taymans * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list): Don't use \n in debug lines. -Thu Jul 20 18:48:32 2006 +0000 Stefan Kost +2006-07-20 18:48:32 +0000 Stefan Kost docs/plugins/: Add annodex and icydemux, cleanup the sections a bit Original commit message from CVS: @@ -23658,7 +23685,7 @@ Thu Jul 20 18:48:32 2006 +0000 Stefan Kost * docs/plugins/gst-plugins-good-plugins-sections.txt: Add annodex and icydemux, cleanup the sections a bit -Wed Jul 19 14:36:00 2006 +0000 Martin Szulecki +2006-07-19 14:36:00 +0000 Martin Szulecki sys/v4l2/gstv4l2object.c: If "device-name" is requested and the device is not open, try to temporarily open it to obt... Original commit message from CVS: @@ -23668,7 +23695,7 @@ Wed Jul 19 14:36:00 2006 +0000 Martin Szulecki open, try to temporarily open it to obtain this information (#342494). -Wed Jul 19 11:52:53 2006 +0000 Alex Lancaster +2006-07-19 11:52:53 +0000 Alex Lancaster ext/taglib/gstid3v2mux.cc: Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as Original commit message from CVS: @@ -23677,14 +23704,14 @@ Wed Jul 19 11:52:53 2006 +0000 Alex Lancaster Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as ID3v2 TSSE frames (#347898). -Wed Jul 19 07:40:52 2006 +0000 Tim-Philipp Müller +2006-07-19 07:40:52 +0000 Tim-Philipp Müller * ChangeLog: ChangeLog surgery: mention fixed bug Original commit message from CVS: ChangeLog surgery: mention fixed bug -Tue Jul 18 19:59:01 2006 +0000 Stefan Kost +2006-07-18 19:59:01 +0000 Stefan Kost gst/avi/gstavimux.c: Respect mpegversion for "video/mpeg" and give message in case of unhandled versions. Original commit message from CVS: @@ -23692,7 +23719,7 @@ Tue Jul 18 19:59:01 2006 +0000 Stefan Kost Respect mpegversion for "video/mpeg" and give message in case of unhandled versions. -Tue Jul 18 18:05:15 2006 +0000 Tim-Philipp Müller +2006-07-18 18:05:15 +0000 Tim-Philipp Müller ext/wavpack/gstwavpackdec.c: Fix caps after previous change to byte order endianness. Original commit message from CVS: @@ -23705,7 +23732,7 @@ Tue Jul 18 18:05:15 2006 +0000 Tim-Philipp Müller Queue incoming events if there's no source pad yet and send them downstream later when the pad is there. -Tue Jul 18 16:47:25 2006 +0000 Tim-Philipp Müller +2006-07-18 16:47:25 +0000 Tim-Philipp Müller ext/wavpack/gstwavpackdec.*: Output audio in native byte order (which is also how we get samples from wavpack); outpu... Original commit message from CVS: @@ -23718,7 +23745,7 @@ Tue Jul 18 16:47:25 2006 +0000 Tim-Philipp Müller samples from wavpack); output samples with 21-24 bit depth with 32 bit width (makes things easier for us). -Tue Jul 18 15:53:35 2006 +0000 Tim-Philipp Müller +2006-07-18 15:53:35 +0000 Tim-Philipp Müller ext/wavpack/gstwavpackdec.*: More clean-ups: remove most of the disfunctional correction pad stuff for now, if it eve... Original commit message from CVS: @@ -23735,7 +23762,7 @@ Tue Jul 18 15:53:35 2006 +0000 Tim-Philipp Müller overly long variable 'wavpackdec' to just 'dec'; miscellaneous other small stuff. -Tue Jul 18 14:08:06 2006 +0000 Sebastian Dröge +2006-07-18 14:08:06 +0000 Sebastian Dröge configure.ac: Check for wavpack version and define WAVPACK_OLD_API if necessary. Original commit message from CVS: @@ -23769,7 +23796,7 @@ Tue Jul 18 14:08:06 2006 +0000 Sebastian Dröge in wavpack header files and in the lib but meant to be private, at least not for recent wavpack versions; misc. 'cleanups' (#347443). -Mon Jul 17 10:25:57 2006 +0000 Wim Taymans +2006-07-17 10:25:57 +0000 Wim Taymans gst/qtdemux/qtdemux.c: Store duration in uint64 too instead of clipping. Original commit message from CVS: @@ -23781,7 +23808,7 @@ Mon Jul 17 10:25:57 2006 +0000 Wim Taymans keyframe, don't seek back to the beginning of the keyframe. Fixes #347439. -Mon Jul 17 10:22:54 2006 +0000 Wim Taymans +2006-07-17 10:22:54 +0000 Wim Taymans ext/libpng/gstpngdec.*: Use statically allocated segment instead of leaking. Original commit message from CVS: @@ -23795,7 +23822,7 @@ Mon Jul 17 10:22:54 2006 +0000 Wim Taymans Various cleanups. Fix flush and seek handling. -Sun Jul 16 14:31:48 2006 +0000 Wim Taymans +2006-07-16 14:31:48 +0000 Wim Taymans gst/rtp/: Added simple generic mpeg4 depayloader. Original commit message from CVS: @@ -23815,14 +23842,14 @@ Sun Jul 16 14:31:48 2006 +0000 Wim Taymans Added simple generic mpeg4 depayloader. Fix generic mpeg4 payloader. -Sat Jul 15 15:25:05 2006 +0000 Tim-Philipp Müller +2006-07-15 15:25:05 +0000 Tim-Philipp Müller gst/rtsp/gstrtspsrc.c: Don't try doing state changes on a NULL pointer. Original commit message from CVS: * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state): Don't try doing state changes on a NULL pointer. -Sat Jul 15 11:50:25 2006 +0000 Stefan Kost +2006-07-15 11:50:25 +0000 Stefan Kost gst/spectrum/: Do not use deprecated gtk functions. Original commit message from CVS: @@ -23830,7 +23857,7 @@ Sat Jul 15 11:50:25 2006 +0000 Stefan Kost * gst/spectrum/demo-osssrc.c: (main): Do not use deprecated gtk functions. -Fri Jul 14 13:33:54 2006 +0000 Sebastien Cote +2006-07-14 13:33:54 +0000 Sebastien Cote gst/rtp/gstrtpamrdepay.*: rtpamrdec isn't a subclass of GstBaseRtpDepayload. Original commit message from CVS: @@ -23842,7 +23869,7 @@ Fri Jul 14 13:33:54 2006 +0000 Sebastien Cote rtpamrdec isn't a subclass of GstBaseRtpDepayload. Fixes #321191 -Fri Jul 14 12:01:05 2006 +0000 Zaheer Abbas Merali +2006-07-14 12:01:05 +0000 Zaheer Abbas Merali sys/ximage/gstximagesrc.c: Fix segfault when moving mouse pointer to the bottom right corner. Original commit message from CVS: @@ -23851,7 +23878,7 @@ Fri Jul 14 12:01:05 2006 +0000 Zaheer Abbas Merali (gst_ximage_src_get_caps), (gst_ximage_src_class_init): Fix segfault when moving mouse pointer to the bottom right corner. -Thu Jul 13 15:22:20 2006 +0000 Thomas Vander Stichele +2006-07-13 15:22:20 +0000 Thomas Vander Stichele * common: * docs/plugins/inspect/plugin-qtdemux.xml: @@ -23859,7 +23886,7 @@ Thu Jul 13 15:22:20 2006 +0000 Thomas Vander Stichele Original commit message from CVS: remove sdlvideosink plugin and update the rest -Wed Jul 12 09:34:15 2006 +0000 Wim Taymans +2006-07-12 09:34:15 +0000 Wim Taymans gst/rtp/: Added mpeg2 TS depayloader. Closing #347234. Original commit message from CVS: @@ -23875,21 +23902,21 @@ Wed Jul 12 09:34:15 2006 +0000 Wim Taymans * gst/rtp/gstrtpmp2tdepay.h: Added mpeg2 TS depayloader. Closing #347234. -Wed Jul 12 09:28:46 2006 +0000 Tim-Philipp Müller +2006-07-12 09:28:46 +0000 Tim-Philipp Müller gst/spectrum/gstspectrum.c: Fix typo in property nick. Original commit message from CVS: * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init): Fix typo in property nick. -Tue Jul 11 22:46:47 2006 +0000 Tim-Philipp Müller +2006-07-11 22:46:47 +0000 Tim-Philipp Müller ext/cdio/gstcdiocddasrc.c: Remove g_assert that shouldn't be there. Original commit message from CVS: * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close): Remove g_assert that shouldn't be there. -Mon Jul 10 20:11:34 2006 +0000 Edward Hervey +2006-07-10 20:11:34 +0000 Edward Hervey gst/avi/gstavidemux.*: Don't push tag events found by gst_riff_parse_info() before outputting Original commit message from CVS: @@ -23899,7 +23926,7 @@ Mon Jul 10 20:11:34 2006 +0000 Edward Hervey Don't push tag events found by gst_riff_parse_info() before outputting GST_EVENT_NEWSEGMENT. -Mon Jul 10 16:41:57 2006 +0000 Wim Taymans +2006-07-10 16:41:57 +0000 Wim Taymans gst/rtsp/: replaced closesocket and close in code with one CLOSE_SOCKET. Original commit message from CVS: @@ -23910,14 +23937,14 @@ Mon Jul 10 16:41:57 2006 +0000 Wim Taymans replaced closesocket and close in code with one CLOSE_SOCKET. Some more cleanups. Fixes #345301. -Mon Jul 10 15:26:39 2006 +0000 Tim-Philipp Müller +2006-07-10 15:26:39 +0000 Tim-Philipp Müller gst/autodetect/gstautoaudiosink.c: Fix example pipeline in docs. Original commit message from CVS: * gst/autodetect/gstautoaudiosink.c: Fix example pipeline in docs. -Mon Jul 10 14:49:46 2006 +0000 Wim Taymans +2006-07-10 14:49:46 +0000 Wim Taymans gst/filter/: Don't forget new files. Original commit message from CVS: @@ -23926,7 +23953,7 @@ Mon Jul 10 14:49:46 2006 +0000 Wim Taymans * gst/filter/gstlpwsinc.h: Don't forget new files. -Mon Jul 10 14:42:15 2006 +0000 Mathis Hofer +2006-07-10 14:42:15 +0000 Mathis Hofer Ported the gstfilter plugin to GStreamer 0.10. Original commit message from CVS: @@ -23948,7 +23975,7 @@ Mon Jul 10 14:42:15 2006 +0000 Mathis Hofer (lpwsinc_set_property), (lpwsinc_get_property): Ported the gstfilter plugin to GStreamer 0.10. -Mon Jul 10 10:21:57 2006 +0000 Rob Taylor +2006-07-10 10:21:57 +0000 Rob Taylor gst/udp/gstmultiudpsink.c: If a destination is added before the stream is set to PAUSED, the multicast group is not j... Original commit message from CVS: @@ -23959,14 +23986,14 @@ Mon Jul 10 10:21:57 2006 +0000 Rob Taylor multicast group is not joined as the socket is not created yet. Also TTL and LOOP should also be set. Fixes #346921. -Mon Jul 10 09:57:26 2006 +0000 Wim Taymans +2006-07-10 09:57:26 +0000 Wim Taymans gst/qtdemux/qtdemux.c: Extract comment information!! Original commit message from CVS: * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta): Extract comment information!! -Mon Jul 10 09:46:25 2006 +0000 Tim-Philipp Müller +2006-07-10 09:46:25 +0000 Tim-Philipp Müller gst/qtdemux/qtdemux.c: Extract year/date information (fixes #347079). Original commit message from CVS: @@ -23974,7 +24001,7 @@ Mon Jul 10 09:46:25 2006 +0000 Tim-Philipp Müller (qtdemux_tag_add_date): Extract year/date information (fixes #347079). -Sat Jul 8 22:41:25 2006 +0000 Zaheer Abbas Merali +2006-07-08 22:41:25 +0000 Zaheer Abbas Merali sys/ximage/gstximagesrc.*: Fix use-damage property to actually work :) Original commit message from CVS: @@ -23988,7 +24015,7 @@ Sat Jul 8 22:41:25 2006 +0000 Zaheer Abbas Merali Add startx, starty, endx, endy properties so screencasts other than full screen ones can work. -Sat Jul 8 19:03:54 2006 +0000 Zaheer Abbas Merali +2006-07-08 19:03:54 +0000 Zaheer Abbas Merali sys/ximage/gstximagesrc.*: Add use_damage property to offer ability to choose whether to use Original commit message from CVS: @@ -24000,7 +24027,7 @@ Sat Jul 8 19:03:54 2006 +0000 Zaheer Abbas Merali Add use_damage property to offer ability to choose whether to use XDamage or not. -Fri Jul 7 15:04:29 2006 +0000 Wim Taymans +2006-07-07 15:04:29 +0000 Wim Taymans gst/goom/filters.c: Avoid goom coredumping by clearing memory. Original commit message from CVS: @@ -24008,21 +24035,21 @@ Fri Jul 7 15:04:29 2006 +0000 Wim Taymans Avoid goom coredumping by clearing memory. Fixes 345679. -Fri Jul 7 14:30:26 2006 +0000 Wim Taymans +2006-07-07 14:30:26 +0000 Wim Taymans gst/qtdemux/qtdemux.c: Don't crash on twos/sowt/raw audio. #345830. Original commit message from CVS: * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak): Don't crash on twos/sowt/raw audio. #345830. -Wed Jul 5 20:21:02 2006 +0000 Sébastien Moutte +2006-07-05 20:21:02 +0000 Sébastien Moutte win32/vs6/libgstid3demux.dsp: Add a link to libgsttag-0.10.lib. Original commit message from CVS: * win32/vs6/libgstid3demux.dsp: Add a link to libgsttag-0.10.lib. -Wed Jul 5 14:52:13 2006 +0000 Tim-Philipp Müller +2006-07-05 14:52:13 +0000 Tim-Philipp Müller gst/: Don't return FLOW_UNEXPECTED when a buffer is before the start of the stream (which might happen with large ID3... Original commit message from CVS: @@ -24036,7 +24063,7 @@ Wed Jul 5 14:52:13 2006 +0000 Tim-Philipp Müller based and we then switched to push mode later on). Fixes regression introduced by commit from June 29th. -Wed Jul 5 10:14:16 2006 +0000 Tim-Philipp Müller +2006-07-05 10:14:16 +0000 Tim-Philipp Müller ext/taglib/gstid3v2mux.cc: Make UTF-8 the default encoding when writing string tags (before, our UTF-8 strings would ... Original commit message from CVS: @@ -24051,14 +24078,14 @@ Wed Jul 5 10:14:16 2006 +0000 Tim-Philipp Müller Add test case that makes sure our UTF-8 strings have actually been written into the tag as UTF-8. -Tue Jul 4 16:00:26 2006 +0000 Tim-Philipp Müller +2006-07-04 16:00:26 +0000 Tim-Philipp Müller configure.ac: Let's try that again. Original commit message from CVS: * configure.ac: Let's try that again. -Tue Jul 4 15:40:47 2006 +0000 Tim-Philipp Müller +2006-07-04 15:40:47 +0000 Tim-Philipp Müller configure.ac: Disable monoscope plugin for now until it fulfills all the requirements. Original commit message from CVS: @@ -24066,7 +24093,7 @@ Tue Jul 4 15:40:47 2006 +0000 Tim-Philipp Müller Disable monoscope plugin for now until it fulfills all the requirements. -Mon Jul 3 20:35:45 2006 +0000 Tim-Philipp Müller +2006-07-03 20:35:45 +0000 Tim-Philipp Müller Port monoscope visualisation to 0.10. Original commit message from CVS: @@ -24082,7 +24109,7 @@ Mon Jul 3 20:35:45 2006 +0000 Tim-Philipp Müller * gst/monoscope/gstmonoscope.h: Port monoscope visualisation to 0.10. -Mon Jul 3 20:02:56 2006 +0000 Tim-Philipp Müller +2006-07-03 20:02:56 +0000 Tim-Philipp Müller gst/qtdemux/qtdemux.c: Fix silly crasher in state change function; add Original commit message from CVS: @@ -24092,7 +24119,7 @@ Mon Jul 3 20:02:56 2006 +0000 Tim-Philipp Müller IV41 fourcc (see bug #171111); don't output confusing debug message when skipping atoms. -Mon Jul 3 16:43:10 2006 +0000 Tim-Philipp Müller +2006-07-03 16:43:10 +0000 Tim-Philipp Müller gst/: Return FLOW_UNEXPECTED when at the end of the file, not Original commit message from CVS: @@ -24103,7 +24130,7 @@ Mon Jul 3 16:43:10 2006 +0000 Tim-Philipp Müller would sometimes occur in totem when scrubbing to the end of an ID3v1 tagged mp3 file. -Mon Jul 3 15:31:22 2006 +0000 Edward Hervey +2006-07-03 15:31:22 +0000 Edward Hervey ext/libpng/gstpngdec.*: Implement buffer clipping/dropping using GstSegment. Original commit message from CVS: @@ -24114,7 +24141,7 @@ Mon Jul 3 15:31:22 2006 +0000 Edward Hervey Implement buffer clipping/dropping using GstSegment. This provides accurate seeking. -Mon Jul 3 15:28:48 2006 +0000 Edward Hervey +2006-07-03 15:28:48 +0000 Edward Hervey gst/avi/gstavidemux.*: Proper aggregation of each stream's GstFlowReturn in order to figure out whether the task shou... Original commit message from CVS: @@ -24131,7 +24158,7 @@ Mon Jul 3 15:28:48 2006 +0000 Edward Hervey Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading sub-indexes. -Fri Jun 30 07:11:24 2006 +0000 Brian Cameron +2006-06-30 07:11:24 +0000 Brian Cameron sys/sunaudio/gstsunaudiomixerctrl.c: Move "Monitor" slider to input tab so it works more like sdtaudiocontrol, which ... Original commit message from CVS: @@ -24142,14 +24169,14 @@ Fri Jun 30 07:11:24 2006 +0000 Brian Cameron sdtaudiocontrol, which is what people on Solaris are used to using for their mixer program (#346259). -Thu Jun 29 14:50:18 2006 +0000 Thomas Vander Stichele +2006-06-29 14:50:18 +0000 Thomas Vander Stichele tests/check/elements/level.c: fix a leak, clean up at the end Original commit message from CVS: * tests/check/elements/level.c: (GST_START_TEST): fix a leak, clean up at the end -Thu Jun 29 11:41:55 2006 +0000 Tim-Philipp Müller +2006-06-29 11:41:55 +0000 Tim-Philipp Müller gst/matroska/: Send tag event after newsegment event. Original commit message from CVS: @@ -24159,7 +24186,7 @@ Thu Jun 29 11:41:55 2006 +0000 Tim-Philipp Müller * gst/matroska/matroska-ids.h: Send tag event after newsegment event. -Thu Jun 29 11:11:50 2006 +0000 Tim-Philipp Müller +2006-06-29 11:11:50 +0000 Tim-Philipp Müller gst/id3demux/gstid3demux.c: Make sure we don't return GST_FLOW_OK with a NULL buffer in certain cases where a read be... Original commit message from CVS: @@ -24172,7 +24199,7 @@ Thu Jun 29 11:11:50 2006 +0000 Tim-Philipp Müller (gst_tag_demux_read_range): Fix same issue here as well. -Thu Jun 29 11:05:14 2006 +0000 Zaheer Abbas Merali +2006-06-29 11:05:14 +0000 Zaheer Abbas Merali sys/ximage/gstximagesrc.c: Fix hypothetical crash. Original commit message from CVS: @@ -24180,7 +24207,7 @@ Thu Jun 29 11:05:14 2006 +0000 Zaheer Abbas Merali * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get): Fix hypothetical crash. -Wed Jun 28 08:36:30 2006 +0000 Brian Cameron +2006-06-28 08:36:30 +0000 Brian Cameron sys/sunaudio/gstsunaudiosink.c: Do not modify the ports value. If the user has turned off the built-in speakers, then... Original commit message from CVS: @@ -24192,14 +24219,14 @@ Wed Jun 28 08:36:30 2006 +0000 Brian Cameron back on anytime the user changes a track in totem, rhythmbox, etc. (#346066). -Fri Jun 23 09:35:45 2006 +0000 Wim Taymans +2006-06-23 09:35:45 +0000 Wim Taymans gst/goom/gstgoom.c: Fix double caps unref when negotiation fails. Original commit message from CVS: * gst/goom/gstgoom.c: (gst_goom_src_negotiate): Fix double caps unref when negotiation fails. -Thu Jun 22 19:31:04 2006 +0000 Tim-Philipp Müller +2006-06-22 19:31:04 +0000 Tim-Philipp Müller Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) plus two minor macro fixes. Original commit message from CVS: @@ -24236,7 +24263,7 @@ Thu Jun 22 19:31:04 2006 +0000 Tim-Philipp Müller Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) plus two minor macro fixes. -Thu Jun 22 16:27:03 2006 +0000 Tim-Philipp Müller +2006-06-22 16:27:03 +0000 Tim-Philipp Müller gst/matroska/: Try to fix up broken matroska files containing subtitle streams with non-UTF8 character encodings (cou... Original commit message from CVS: @@ -24254,7 +24281,7 @@ Thu Jun 22 16:27:03 2006 +0000 Tim-Philipp Müller current locale's character set if it is non-UTF8. Fixes #337076. -Thu Jun 22 12:17:13 2006 +0000 Tim-Philipp Müller +2006-06-22 12:17:13 +0000 Tim-Philipp Müller gst/id3demux/id3v2frames.c: Set image type from APIC frame as "image-type" field of GST_TAG_IMAGE buffer caps (#344605). Original commit message from CVS: @@ -24262,7 +24289,7 @@ Thu Jun 22 12:17:13 2006 +0000 Tim-Philipp Müller Set image type from APIC frame as "image-type" field of GST_TAG_IMAGE buffer caps (#344605). -Tue Jun 20 19:40:29 2006 +0000 Tim-Philipp Müller +2006-06-20 19:40:29 +0000 Tim-Philipp Müller ext/flac/: Support chain-based operation, should make flac-over-DAAP work (#340492). Original commit message from CVS: @@ -24290,14 +24317,14 @@ Tue Jun 20 19:40:29 2006 +0000 Tim-Philipp Müller Support chain-based operation, should make flac-over-DAAP work (#340492). -Tue Jun 20 15:35:05 2006 +0000 Wim Taymans +2006-06-20 15:35:05 +0000 Wim Taymans docs/plugins/gst-plugins-good-plugins-sections.txt: Doc updates, merge some unused symbols. Original commit message from CVS: * docs/plugins/gst-plugins-good-plugins-sections.txt: Doc updates, merge some unused symbols. -Tue Jun 20 14:57:09 2006 +0000 Wim Taymans +2006-06-20 14:57:09 +0000 Wim Taymans Added documentation for the rtsp plugin. Fixes #345393. Original commit message from CVS: @@ -24309,7 +24336,7 @@ Tue Jun 20 14:57:09 2006 +0000 Wim Taymans * gst/rtsp/gstrtspsrc.h: Added documentation for the rtsp plugin. Fixes #345393. -Tue Jun 20 12:10:29 2006 +0000 Wim Taymans +2006-06-20 12:10:29 +0000 Wim Taymans gst/rtsp/rtspconnection.c: Use better G_OS_* macros. Fixes #345301 some more. Original commit message from CVS: @@ -24317,7 +24344,7 @@ Tue Jun 20 12:10:29 2006 +0000 Wim Taymans (rtsp_connection_close), (rtsp_connection_free): Use better G_OS_* macros. Fixes #345301 some more. -Tue Jun 20 10:35:48 2006 +0000 Brian Cameron +2006-06-20 10:35:48 +0000 Brian Cameron sys/sunaudio/: Add a SunAudio source plugin. Original commit message from CVS: @@ -24351,7 +24378,7 @@ Tue Jun 20 10:35:48 2006 +0000 Brian Cameron Code cleanups like using an enumerator for track number instead of an integer. Fixes #344923. -Tue Jun 20 10:31:41 2006 +0000 Joni Valtanen +2006-06-20 10:31:41 +0000 Joni Valtanen gst/rtsp/rtspconnection.c: Make RTSP plugin compile on windows. Fixes #345301. Original commit message from CVS: @@ -24362,7 +24389,7 @@ Tue Jun 20 10:31:41 2006 +0000 Joni Valtanen Some changes to original patch to catch errors better. use ifdef WIN32 instead of ifndef. -Mon Jun 19 10:00:18 2006 +0000 Zaheer Abbas Merali +2006-06-19 10:00:18 +0000 Zaheer Abbas Merali configure.ac: If we have libraw1394 >= 1.2.1, then we need libiec61883. Original commit message from CVS: @@ -24370,7 +24397,7 @@ Mon Jun 19 10:00:18 2006 +0000 Zaheer Abbas Merali * configure.ac: If we have libraw1394 >= 1.2.1, then we need libiec61883. -Sun Jun 18 14:00:19 2006 +0000 Edward Hervey +2006-06-18 14:00:19 +0000 Edward Hervey ext/jpeg/gstjpegdec.c: After a failed buffer alloc, we need to abort the jpeg decoding (it started when parsing heade... Original commit message from CVS: @@ -24379,7 +24406,7 @@ Sun Jun 18 14:00:19 2006 +0000 Edward Hervey started when parsing headers to figure out how many bytes we need to request downstream). -Sun Jun 18 12:37:12 2006 +0000 Mark Nauwelaerts +2006-06-18 12:37:12 +0000 Mark Nauwelaerts gst/wavparse/gstwavparse.c: Make sure we don't read beyond the end of the file (#345232). Original commit message from CVS: @@ -24387,7 +24414,7 @@ Sun Jun 18 12:37:12 2006 +0000 Mark Nauwelaerts * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek): Make sure we don't read beyond the end of the file (#345232). -Sat Jun 17 14:35:37 2006 +0000 Tim-Philipp Müller +2006-06-17 14:35:37 +0000 Tim-Philipp Müller configure.ac: Fix --disable-external (can't set conditionals conditionally, #343602). Original commit message from CVS: @@ -24395,7 +24422,7 @@ Sat Jun 17 14:35:37 2006 +0000 Tim-Philipp Müller Fix --disable-external (can't set conditionals conditionally, #343602). -Fri Jun 16 12:35:08 2006 +0000 Zaheer Abbas Merali +2006-06-16 12:35:08 +0000 Zaheer Abbas Merali gst/spectrum/Makefile.am: Fix build. Original commit message from CVS: @@ -24403,7 +24430,7 @@ Fri Jun 16 12:35:08 2006 +0000 Zaheer Abbas Merali * gst/spectrum/Makefile.am: Fix build. -Fri Jun 16 10:56:24 2006 +0000 Tim-Philipp Müller +2006-06-16 10:56:24 +0000 Tim-Philipp Müller Use GST_PLUGIN_DOCS, --enable-plugin-docs etc. Original commit message from CVS: @@ -24416,7 +24443,7 @@ Fri Jun 16 10:56:24 2006 +0000 Tim-Philipp Müller * docs/plugins/inspect/plugin-taglib.xml: Add/fix apev2mux docs. -Fri Jun 16 09:49:07 2006 +0000 Stefan Kost +2006-06-16 09:49:07 +0000 Stefan Kost gst/spectrum/: port to use message to get results, cleanly exit when closing the window Original commit message from CVS: @@ -24434,7 +24461,7 @@ Fri Jun 16 09:49:07 2006 +0000 Stefan Kost port to derive from basetransform and send results via messages (like level element) -Thu Jun 15 15:58:09 2006 +0000 Wim Taymans +2006-06-15 15:58:09 +0000 Wim Taymans gst/qtdemux/qtdemux.c: Combine return values from src pad pushes. Original commit message from CVS: @@ -24443,7 +24470,7 @@ Thu Jun 15 15:58:09 2006 +0000 Wim Taymans (gst_qtdemux_loop), (gst_qtdemux_chain), (qtdemux_parse_trak): Combine return values from src pad pushes. -Thu Jun 15 08:50:09 2006 +0000 Wim Taymans +2006-06-15 08:50:09 +0000 Wim Taymans gst/qtdemux/qtdemux.c: Don't crash on files with 0 samples, EOS immediatly instead. Original commit message from CVS: @@ -24453,7 +24480,7 @@ Thu Jun 15 08:50:09 2006 +0000 Wim Taymans Don't crash on files with 0 samples, EOS immediatly instead. Fixes #344944. -Wed Jun 14 15:59:56 2006 +0000 Wim Taymans +2006-06-14 15:59:56 +0000 Wim Taymans ext/dv/gstdvdec.c: Reset segment info on flush. Original commit message from CVS: @@ -24465,14 +24492,14 @@ Wed Jun 14 15:59:56 2006 +0000 Wim Taymans * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek): Don't send segments twice. -Wed Jun 14 15:07:22 2006 +0000 Wim Taymans +2006-06-14 15:07:22 +0000 Wim Taymans ext/dv/gstdvdemux.c: Respect segment.stop. Fixes #342592. Original commit message from CVS: * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame): Respect segment.stop. Fixes #342592. -Wed Jun 14 11:28:41 2006 +0000 Tim-Philipp Müller +2006-06-14 11:28:41 +0000 Tim-Philipp Müller gst/matroska/matroska-demux.c: No language specified means the implied language is English according to the matroska ... Original commit message from CVS: @@ -24481,7 +24508,7 @@ Wed Jun 14 11:28:41 2006 +0000 Tim-Philipp Müller according to the matroska spec (partially fixes #344708); add some more debug output. -Wed Jun 14 09:32:27 2006 +0000 Sebastian Dröge +2006-06-14 09:32:27 +0000 Sebastian Dröge ext/wavpack/gstwavpackenc.*: Use bitrate property solely for bitrates and add new bits-per-sample property for the ot... Original commit message from CVS: @@ -24496,7 +24523,7 @@ Wed Jun 14 09:32:27 2006 +0000 Sebastian Dröge to 'unknown' in initial header and resend header with proper duration on EOS; update Sebastian's e-mail address. -Wed Jun 14 08:06:43 2006 +0000 Tim-Philipp Müller +2006-06-14 08:06:43 +0000 Tim-Philipp Müller gst/wavparse/gstwavparse.c: When operating chain-based, don't make any assumptions about the chunking of the incoming... Original commit message from CVS: @@ -24513,14 +24540,14 @@ Wed Jun 14 08:06:43 2006 +0000 Tim-Philipp Müller Remove trailing comma after last enum value, some compilers don't like that. -Tue Jun 13 17:05:25 2006 +0000 Wim Taymans +2006-06-13 17:05:25 +0000 Wim Taymans gst/wavparse/gstwavparse.c: Handle premature EOS gracefully. Original commit message from CVS: * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data): Handle premature EOS gracefully. -Tue Jun 13 09:54:26 2006 +0000 Tim-Philipp Müller +2006-06-13 09:54:26 +0000 Tim-Philipp Müller gst/avi/gstavidemux.c: Prevent out of bounds array access when scrubbing towards the end of the file between the last... Original commit message from CVS: @@ -24530,21 +24557,21 @@ Tue Jun 13 09:54:26 2006 +0000 Tim-Philipp Müller end. Fixes occasional 'start <= stop' newsegment event assertions when scrubbing in MJPEG files. -Mon Jun 12 11:13:39 2006 +0000 Tim-Philipp Müller +2006-06-12 11:13:39 +0000 Tim-Philipp Müller tests/check/elements/.cvsignore: And another one. Original commit message from CVS: * tests/check/elements/.cvsignore: And another one. -Mon Jun 12 11:04:59 2006 +0000 Tim-Philipp Müller +2006-06-12 11:04:59 +0000 Tim-Philipp Müller gst/spectrum/.cvsignore: Ignore more. Original commit message from CVS: * gst/spectrum/.cvsignore: Ignore more. -Mon Jun 12 10:53:26 2006 +0000 Tim-Philipp Müller +2006-06-12 10:53:26 +0000 Tim-Philipp Müller ext/libmms/gstmms.c: Set caps on outgoing buffers. Original commit message from CVS: @@ -24553,7 +24580,7 @@ Mon Jun 12 10:53:26 2006 +0000 Tim-Philipp Müller * sys/directdraw/gstdirectdrawsink.c: (gst_directdrawsink_init): Comment out unused global instance variable. -Sun Jun 11 19:31:10 2006 +0000 Tim-Philipp Müller +2006-06-11 19:31:10 +0000 Tim-Philipp Müller gst/id3demux/id3v2frames.c: Extract images from ID3v2 tags (APIC frames). Fixes #339704. Original commit message from CVS: @@ -24564,7 +24591,7 @@ Sun Jun 11 19:31:10 2006 +0000 Tim-Philipp Müller Require core >= 0.10.8 (for GST_TAG_IMAGE and GST_TAG_PPEVIEW_IMAGE used in the patch above). -Sun Jun 11 18:56:24 2006 +0000 Thomas Vander Stichele +2006-06-11 18:56:24 +0000 Thomas Vander Stichele * ext/raw1394/.gitignore: * ext/taglib/.gitignore: @@ -24574,7 +24601,7 @@ Sun Jun 11 18:56:24 2006 +0000 Thomas Vander Stichele Original commit message from CVS: moap ignore -Sun Jun 11 18:52:19 2006 +0000 Thomas Vander Stichele +2006-06-11 18:52:19 +0000 Thomas Vander Stichele ext/raw1394/gstdv1394src.c: gratuitous comment changes Original commit message from CVS: @@ -24583,14 +24610,14 @@ Sun Jun 11 18:52:19 2006 +0000 Thomas Vander Stichele * tests/check/elements/level.c: (GST_START_TEST): fix level test leaks -Sun Jun 11 18:44:54 2006 +0000 Thomas Vander Stichele +2006-06-11 18:44:54 +0000 Thomas Vander Stichele * .gitignore: ignore more Original commit message from CVS: ignore more -Sun Jun 11 18:20:39 2006 +0000 Tim-Philipp Müller +2006-06-11 18:20:39 +0000 Tim-Philipp Müller gst/: Use gst_pad_query_peer_duration() utility function here. Original commit message from CVS: @@ -24598,7 +24625,7 @@ Sun Jun 11 18:20:39 2006 +0000 Tim-Philipp Müller * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size): Use gst_pad_query_peer_duration() utility function here. -Sun Jun 11 13:57:19 2006 +0000 Thomas Vander Stichele +2006-06-11 13:57:19 +0000 Thomas Vander Stichele autogen.sh: require am17 Original commit message from CVS: @@ -24620,7 +24647,7 @@ Sun Jun 11 13:57:19 2006 +0000 Thomas Vander Stichele * sys/ximage/Makefile.am: clean up build further -Sun Jun 11 13:55:34 2006 +0000 Thomas Vander Stichele +2006-06-11 13:55:34 +0000 Thomas Vander Stichele * common: * win32/common/config.h: @@ -24628,7 +24655,7 @@ Sun Jun 11 13:55:34 2006 +0000 Thomas Vander Stichele Original commit message from CVS: update -Sat Jun 10 15:33:18 2006 +0000 Sebastian Dröge +2006-06-10 15:33:18 +0000 Sebastian Dröge ext/wavpack/: Add wavpack encoder element (#343131). Original commit message from CVS: @@ -24652,14 +24679,14 @@ Sat Jun 10 15:33:18 2006 +0000 Sebastian Dröge * ext/wavpack/md5.h: Add wavpack encoder element (#343131). -Fri Jun 9 20:36:00 2006 +0000 Tim-Philipp Müller +2006-06-09 20:36:00 +0000 Tim-Philipp Müller gconf/Makefile.am: Honour --disable-schemas-install configure option. Fixes #344100. Original commit message from CVS: * gconf/Makefile.am: Honour --disable-schemas-install configure option. Fixes #344100. -Fri Jun 9 18:33:01 2006 +0000 Tim-Philipp Müller +2006-06-09 18:33:01 +0000 Tim-Philipp Müller tests/examples/level/Makefile.am: Add -lm to LIBS for pow() function, don't assume one of our dependencies (such as l... Original commit message from CVS: @@ -24668,7 +24695,7 @@ Fri Jun 9 18:33:01 2006 +0000 Tim-Philipp Müller dependencies (such as libxml-2.0) drags it in automatically (#343603). -Fri Jun 9 18:17:23 2006 +0000 Peter Kjellerstedt +2006-06-09 18:17:23 +0000 Peter Kjellerstedt configure.ac: We should use $SED and not $(SED) in configure.ac (#343678). Original commit message from CVS: @@ -24676,7 +24703,7 @@ Fri Jun 9 18:17:23 2006 +0000 Peter Kjellerstedt * configure.ac: We should use $SED and not $(SED) in configure.ac (#343678). -Fri Jun 9 17:38:19 2006 +0000 Tim-Philipp Müller +2006-06-09 17:38:19 +0000 Tim-Philipp Müller configure.ac: Check for X before using X_CFLAGS in the check for opengl (#343866). Original commit message from CVS: @@ -24687,7 +24714,7 @@ Fri Jun 9 17:38:19 2006 +0000 Tim-Philipp Müller * gst/speed/Makefile.am: Add missing GST_LIBS, fixes build on cygwin (#343866). -Fri Jun 9 17:29:08 2006 +0000 Brian Cameron +2006-06-09 17:29:08 +0000 Brian Cameron sys/sunaudio/: Attached find a patch that fixes a number of bugs with the SunAudio mixer plugin and fixes #344101: 1.... Original commit message from CVS: @@ -24711,7 +24738,7 @@ Fri Jun 9 17:29:08 2006 +0000 Brian Cameron look better. Also some minor cleanup in gstsunaudiosink.c. -Fri Jun 9 17:12:52 2006 +0000 Wim Taymans +2006-06-09 17:12:52 +0000 Wim Taymans ext/jpeg/gstjpegdec.*: API: Added IDCT method property Original commit message from CVS: @@ -24726,7 +24753,7 @@ Fri Jun 9 17:12:52 2006 +0000 Wim Taymans Avoid dynamic allocation of trivial fixed structure. Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661. -Wed Jun 7 09:25:16 2006 +0000 Zaheer Abbas Merali +2006-06-07 09:25:16 +0000 Zaheer Abbas Merali configure.ac: We now require libraw1394 >= 1.1.0 and that version onwards all have .pc files. Original commit message from CVS: @@ -24735,14 +24762,14 @@ Wed Jun 7 09:25:16 2006 +0000 Zaheer Abbas Merali We now require libraw1394 >= 1.1.0 and that version onwards all have .pc files. -Fri Jun 2 15:02:54 2006 +0000 Edward Hervey +2006-06-02 15:02:54 +0000 Edward Hervey gst/law/alaw-decode.c: Trying to get items from an ANY or EMPTY caps is ... stupid. Original commit message from CVS: * gst/law/alaw-decode.c: (alawdec_getcaps): Trying to get items from an ANY or EMPTY caps is ... stupid. -Fri Jun 2 11:33:18 2006 +0000 Edward Hervey +2006-06-02 11:33:18 +0000 Edward Hervey ext/dv/gstdvdec.*: Added GstSegment handling, now implements dropping/clipping. Original commit message from CVS: @@ -24751,7 +24778,7 @@ Fri Jun 2 11:33:18 2006 +0000 Edward Hervey * ext/dv/gstdvdec.h: Added GstSegment handling, now implements dropping/clipping. -Thu Jun 1 22:00:26 2006 +0000 Stefan Kost +2006-06-01 22:00:26 +0000 Stefan Kost Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass Original commit message from CVS: @@ -24831,7 +24858,7 @@ Thu Jun 1 22:00:26 2006 +0000 Stefan Kost * sys/vcd/vcdsrc.h: Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass -Thu Jun 1 21:07:26 2006 +0000 Stefan Kost +2006-06-01 21:07:26 +0000 Stefan Kost Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass Original commit message from CVS: @@ -24926,7 +24953,7 @@ Thu Jun 1 21:07:26 2006 +0000 Stefan Kost * sys/ximage/gstximagesrc.h: Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass -Wed May 31 16:23:54 2006 +0000 Wim Taymans +2006-05-31 16:23:54 +0000 Wim Taymans gst/goom/gstgoom.*: Handle QoS. Original commit message from CVS: @@ -24940,7 +24967,7 @@ Wed May 31 16:23:54 2006 +0000 Wim Taymans Handle flushing, discont and events. Fix timestamps and various other cleanups. -Wed May 31 15:37:16 2006 +0000 Zaheer Abbas Merali +2006-05-31 15:37:16 +0000 Zaheer Abbas Merali ext/raw1394/gstdv1394src.c: Fix bus reset when using libiec61883 Original commit message from CVS: @@ -24948,7 +24975,7 @@ Wed May 31 15:37:16 2006 +0000 Zaheer Abbas Merali * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset): Fix bus reset when using libiec61883 -Wed May 31 10:31:23 2006 +0000 Zaheer Abbas Merali +2006-05-31 10:31:23 +0000 Zaheer Abbas Merali configure.ac: Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394. Original commit message from CVS: @@ -24975,7 +25002,7 @@ Wed May 31 10:31:23 2006 +0000 Zaheer Abbas Merali * ext/raw1394/gstdv1394src.h: Add libiec61883 handle. -Tue May 30 21:07:38 2006 +0000 Sébastien Moutte +2006-05-30 21:07:38 +0000 Sébastien Moutte gst/avi/gstavidemux.c: add an explicit dll imported declaration for GST_CAT_EVENT+WIN32 Original commit message from CVS: @@ -24990,7 +25017,7 @@ Tue May 30 21:07:38 2006 +0000 Sébastien Moutte * win32/vs6/libgstmatroska.dsp: add matroska-ids.c to the project -Tue May 30 14:35:18 2006 +0000 Sebastian Dröge +2006-05-30 14:35:18 +0000 Sebastian Dröge Add apev2mux element (#343122). Original commit message from CVS: @@ -25013,7 +25040,7 @@ Tue May 30 14:35:18 2006 +0000 Sebastian Dröge (apev2mux_suite), (main): Add unit test for apev2mux element. -Sun May 28 17:33:13 2006 +0000 Tim-Philipp Müller +2006-05-28 17:33:13 +0000 Tim-Philipp Müller gst/: GST_PTR_FORMAT should be used to print caps in debug statements. Original commit message from CVS: @@ -25022,7 +25049,7 @@ Sun May 28 17:33:13 2006 +0000 Tim-Philipp Müller * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps): GST_PTR_FORMAT should be used to print caps in debug statements. -Sun May 28 14:38:11 2006 +0000 Sebastian Dröge +2006-05-28 14:38:11 +0000 Sebastian Dröge gst/apetag/gstapedemux.c: Some clean-ups and additions: map APE 'file' tag to Original commit message from CVS: @@ -25033,14 +25060,14 @@ Sun May 28 14:38:11 2006 +0000 Sebastian Dröge GST_TAG_LOCATION (#343123); add support for extracting the track count and clean up parsing a bit (#343127). -Sun May 28 13:49:12 2006 +0000 Edward Hervey +2006-05-28 13:49:12 +0000 Edward Hervey ext/jpeg/gstjpegdec.c: Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED. Original commit message from CVS: * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state): Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED. -Sun May 28 13:30:13 2006 +0000 Edward Hervey +2006-05-28 13:30:13 +0000 Edward Hervey ext/jpeg/gstjpegdec.*: Clip outgoing buffers according to currently configured segment. Original commit message from CVS: @@ -25050,7 +25077,7 @@ Sun May 28 13:30:13 2006 +0000 Edward Hervey * ext/jpeg/gstjpegdec.h: Clip outgoing buffers according to currently configured segment. -Sun May 28 10:39:00 2006 +0000 Tim-Philipp Müller +2006-05-28 10:39:00 +0000 Tim-Philipp Müller ext/taglib/gstid3v2mux.cc: Handle writing of track-count or album-volume-count without track-number or albume-volume... Original commit message from CVS: @@ -25063,7 +25090,7 @@ Sun May 28 10:39:00 2006 +0000 Tim-Philipp Müller track/album-volume number/count in _check_tags(), rather than setting them again ... -Sun May 28 10:05:47 2006 +0000 Tim-Philipp Müller +2006-05-28 10:05:47 +0000 Tim-Philipp Müller gst/id3demux/id3v2frames.c: A track/volume number or count of 0 does not make sense, just ignore it along with negati... Original commit message from CVS: @@ -25072,7 +25099,7 @@ Sun May 28 10:05:47 2006 +0000 Tim-Philipp Müller just ignore it along with negative numbers (a tag might only contain a track count without a track number). -Sat May 27 13:11:37 2006 +0000 Edward Hervey +2006-05-27 13:11:37 +0000 Edward Hervey ext/jpeg/gstjpegdec.c: Abort decompression when receiving FLUSH_STOP. This should avoid issues when interrupting deco... Original commit message from CVS: @@ -25081,14 +25108,14 @@ Sat May 27 13:11:37 2006 +0000 Edward Hervey Abort decompression when receiving FLUSH_STOP. This should avoid issues when interrupting decoding with flushes. -Sat May 27 12:10:50 2006 +0000 Tim-Philipp Müller +2006-05-27 12:10:50 +0000 Tim-Philipp Müller ext/flac/gstflac.c: Don't #include file we don't dist any longer. Original commit message from CVS: * ext/flac/gstflac.c: Don't #include file we don't dist any longer. -Sat May 27 11:27:59 2006 +0000 Tim-Philipp Müller +2006-05-27 11:27:59 +0000 Tim-Philipp Müller README: Replace current README (containing the release notes from some 0.9.x version) with a proper README taken from... Original commit message from CVS: @@ -25096,7 +25123,7 @@ Sat May 27 11:27:59 2006 +0000 Tim-Philipp Müller Replace current README (containing the release notes from some 0.9.x version) with a proper README taken from the core. -Fri May 26 22:35:00 2006 +0000 Stefan Kost +2006-05-26 22:35:00 +0000 Stefan Kost gst/spectrum/: added another example Original commit message from CVS: @@ -25108,7 +25135,7 @@ Fri May 26 22:35:00 2006 +0000 Stefan Kost * sys/v4l2/gstv4l2src.c: fix typo -Fri May 26 13:16:54 2006 +0000 Edward Hervey +2006-05-26 13:16:54 +0000 Edward Hervey gst/qtdemux/qtdemux.c: Clip the outputed NEWSEGMENT stop time to the configured segment stop time. Original commit message from CVS: @@ -25116,14 +25143,14 @@ Fri May 26 13:16:54 2006 +0000 Edward Hervey Clip the outputed NEWSEGMENT stop time to the configured segment stop time. -Fri May 26 11:48:44 2006 +0000 Wim Taymans +2006-05-26 11:48:44 +0000 Wim Taymans gst/qtdemux/qtdemux.c: Don't clear the running variable in the seek code. Original commit message from CVS: * gst/qtdemux/qtdemux.c: (gst_qtdemux_do_seek): Don't clear the running variable in the seek code. -Wed May 24 16:03:40 2006 +0000 Wim Taymans +2006-05-24 16:03:40 +0000 Wim Taymans ext/dv/gstdvdemux.c: Implement EOS correctly by either posting Original commit message from CVS: @@ -25132,14 +25159,14 @@ Wed May 24 16:03:40 2006 +0000 Wim Taymans SEGMENT_DONE or pushing an EOS message depending on the seek type. Fixes #342592 -Wed May 24 11:56:43 2006 +0000 Wim Taymans +2006-05-24 11:56:43 +0000 Wim Taymans gst/qtdemux/qtdemux.c: Detect QCELP in mp4a descriptors. Original commit message from CVS: * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_esds): Detect QCELP in mp4a descriptors. -Wed May 24 10:00:50 2006 +0000 Wim Taymans +2006-05-24 10:00:50 +0000 Wim Taymans gst/law/: Some cleanups in the chain functions. Original commit message from CVS: @@ -25154,7 +25181,7 @@ Wed May 24 10:00:50 2006 +0000 Wim Taymans Some cleanups in the chain functions. Remove some GStreamer 0.0.2 bits. -Tue May 23 20:15:04 2006 +0000 Mark Nauwelaerts +2006-05-23 20:15:04 +0000 Mark Nauwelaerts gst/matroska/matroska-mux.c: gst_collect_pads_stop() needs to be called before chaining up to the parent class (#3427... Original commit message from CVS: @@ -25163,7 +25190,7 @@ Tue May 23 20:15:04 2006 +0000 Mark Nauwelaerts gst_collect_pads_stop() needs to be called before chaining up to the parent class (#342734). -Tue May 23 16:45:22 2006 +0000 Tim-Philipp Müller +2006-05-23 16:45:22 +0000 Tim-Philipp Müller ext/flac/: Remove backwards compatibility cruft for dealing with FLAC API changes in the 1.0.x series - we require 1.... Original commit message from CVS: @@ -25175,7 +25202,7 @@ Tue May 23 16:45:22 2006 +0000 Tim-Philipp Müller Remove backwards compatibility cruft for dealing with FLAC API changes in the 1.0.x series - we require 1.1.1 or newer these days. -Tue May 23 13:44:11 2006 +0000 Tim-Philipp Müller +2006-05-23 13:44:11 +0000 Tim-Philipp Müller gst/matroska/: Add support for muxing/demuxing theora video (#342448; too bad none of the usual linux players can act... Original commit message from CVS: @@ -25197,7 +25224,7 @@ Tue May 23 13:44:11 2006 +0000 Tim-Philipp Müller Refactor streamheaders <=> CodecPrivateData code a bit; some small cleanups. -Mon May 22 18:00:52 2006 +0000 Tim-Philipp Müller +2006-05-22 18:00:52 +0000 Tim-Philipp Müller gst/qtdemux/qtdemux.c: po/POTFILES.in: Original commit message from CVS: @@ -25207,7 +25234,7 @@ Mon May 22 18:00:52 2006 +0000 Tim-Philipp Müller to the end of the file, add stuff for i18n, make debug category static. -Mon May 22 15:23:05 2006 +0000 Tim-Philipp Müller +2006-05-22 15:23:05 +0000 Tim-Philipp Müller ext/jpeg/gstjpegdec.c: Fix crashes when the horizontal subsampling is 1. Original commit message from CVS: @@ -25216,7 +25243,7 @@ Mon May 22 15:23:05 2006 +0000 Tim-Philipp Müller Fix crashes when the horizontal subsampling is 1. Fixes #342097. -Mon May 22 14:56:29 2006 +0000 Thomas Vander Stichele +2006-05-22 14:56:29 +0000 Thomas Vander Stichele * gst/rtp/gstasteriskh263.h: * gst/rtp/gstrtpL16depay.h: @@ -25237,7 +25264,7 @@ Mon May 22 14:56:29 2006 +0000 Thomas Vander Stichele Original commit message from CVS: cover up the dirty truth -Mon May 22 13:53:18 2006 +0000 Mark Nauwelaerts +2006-05-22 13:53:18 +0000 Mark Nauwelaerts gst/avi/gstavimux.*: - add odml (large file) index support Original commit message from CVS: @@ -25257,7 +25284,7 @@ Mon May 22 13:53:18 2006 +0000 Mark Nauwelaerts - store codec init data (e.g. huffyuv) - miscellaneous other fixes/cleanups -Mon May 22 13:51:30 2006 +0000 Thomas Vander Stichele +2006-05-22 13:51:30 +0000 Thomas Vander Stichele * gst/rtp/gstasteriskh263.c: * gst/rtp/gstrtpL16depay.c: @@ -25285,7 +25312,7 @@ Mon May 22 13:51:30 2006 +0000 Thomas Vander Stichele fix descriptions and license blocks cut and paste anyone ? -Sun May 21 16:41:44 2006 +0000 Stefan Kost +2006-05-21 16:41:44 +0000 Stefan Kost gst/spectrum/gstspectrum.c: Use boilerplate macro, fix strings to match plugin-moval-requirements Original commit message from CVS: @@ -25294,7 +25321,7 @@ Sun May 21 16:41:44 2006 +0000 Stefan Kost (gst_spectrum_get_sink_caps), (gst_spectrum_chain): Use boilerplate macro, fix strings to match plugin-moval-requirements -Sun May 21 16:23:23 2006 +0000 Stefan Kost +2006-05-21 16:23:23 +0000 Stefan Kost gst/spectrum/Makefile.am: Link to base libraries Original commit message from CVS: @@ -25312,7 +25339,7 @@ Sun May 21 16:23:23 2006 +0000 Stefan Kost result, add docs, fix resulting spectrum range (was including mirrored results) -Sat May 20 22:42:15 2006 +0000 Stefan Kost +2006-05-20 22:42:15 +0000 Stefan Kost Initial port of the spectrum element Original commit message from CVS: @@ -25326,14 +25353,14 @@ Sat May 20 22:42:15 2006 +0000 Stefan Kost * gst/spectrum/gstspectrum.h: Initial port of the spectrum element -Fri May 19 18:58:05 2006 +0000 Edgard Lima +2006-05-19 18:58:05 +0000 Edgard Lima * sys/v4l2/gstv4l2xoverlay.c: I forget to add sys/v4l2/gstv4l2xoverlay.c in las commit Original commit message from CVS: I forget to add sys/v4l2/gstv4l2xoverlay.c in las commit -Fri May 19 18:31:25 2006 +0000 Edgard Lima +2006-05-19 18:31:25 +0000 Edgard Lima * sys/v4l2/gstv4l2.c: * sys/v4l2/gstv4l2object.c: @@ -25343,7 +25370,7 @@ Fri May 19 18:31:25 2006 +0000 Edgard Lima Original commit message from CVS: Some clean-ups requested by wingo in bug #338818. -Fri May 19 14:05:53 2006 +0000 Jan Schmidt +2006-05-19 14:05:53 +0000 Jan Schmidt gst/id3demux/id3v2frames.c: Don't output any tag when we encounter a negative track number - the tag type is uint, so... Original commit message from CVS: @@ -25352,14 +25379,14 @@ Fri May 19 14:05:53 2006 +0000 Jan Schmidt tag type is uint, so we end up outputting huge positive numbers instead. (Fixes: #342029) -Thu May 18 23:04:59 2006 +0000 Thomas Vander Stichele +2006-05-18 23:04:59 +0000 Thomas Vander Stichele configure.ac: update for new GSTPB_PLUGINS_DIR Original commit message from CVS: * configure.ac: update for new GSTPB_PLUGINS_DIR -Thu May 18 19:34:47 2006 +0000 Stefan Kost +2006-05-18 19:34:47 +0000 Stefan Kost configure.ac: Check for X11 Original commit message from CVS: @@ -25373,7 +25400,7 @@ Thu May 18 19:34:47 2006 +0000 Stefan Kost * sys/v4l2/gstv4l2xoverlay.h: Code cleanups, fix debug macros -Thu May 18 14:45:33 2006 +0000 Philippe Kalaf +2006-05-18 14:45:33 +0000 Philippe Kalaf rtp/gst/gstrtph263pay.c: Properly set static caps for H263 at 34. Original commit message from CVS: @@ -25381,7 +25408,7 @@ Thu May 18 14:45:33 2006 +0000 Philippe Kalaf * rtp/gst/gstrtph263pay.c: Properly set static caps for H263 at 34. -Thu May 18 12:46:08 2006 +0000 James Doc Livingston +2006-05-18 12:46:08 +0000 James Doc Livingston ext/taglib/gsttaglibmux.c: Merge event tags and tag setter tags correctly (#339918). Also, don't leak taglist in case... Original commit message from CVS: @@ -25390,7 +25417,7 @@ Thu May 18 12:46:08 2006 +0000 James Doc Livingston Merge event tags and tag setter tags correctly (#339918). Also, don't leak taglist in case of an error. -Wed May 17 18:09:06 2006 +0000 Philippe Kalaf +2006-05-17 18:09:06 +0000 Philippe Kalaf * common: * gst/rtp/gstrtph263pay.c: @@ -25398,7 +25425,7 @@ Wed May 17 18:09:06 2006 +0000 Philippe Kalaf Original commit message from CVS: Fixed caps for H263 (not the same as H263+) -Wed May 17 12:36:26 2006 +0000 Edward Hervey +2006-05-17 12:36:26 +0000 Edward Hervey gst/law/mulaw-decode.c: We can only do caps intersection if the othercaps are non-empty and not Original commit message from CVS: @@ -25406,7 +25433,7 @@ Wed May 17 12:36:26 2006 +0000 Edward Hervey We can only do caps intersection if the othercaps are non-empty and not ANY. Else we return the pad template (base_caps). -Wed May 17 11:20:44 2006 +0000 Tim-Philipp Müller +2006-05-17 11:20:44 +0000 Tim-Philipp Müller ext/jpeg/gstjpegdec.c: Fix crash when outputting debugging information for certain pictures (always good to use the r... Original commit message from CVS: @@ -25415,7 +25442,7 @@ Wed May 17 11:20:44 2006 +0000 Tim-Philipp Müller pictures (always good to use the right struct member for the number of records in an array). -Wed May 17 08:10:31 2006 +0000 Jindrich Makovicka +2006-05-17 08:10:31 +0000 Jindrich Makovicka gst/matroska/ebml-read.c: Don't create unnecessary sub-buffers all the time. Dramatically improves performance with m... Original commit message from CVS: @@ -25431,7 +25458,7 @@ Wed May 17 08:10:31 2006 +0000 Jindrich Makovicka +2006-05-16 17:20:04 +0000 Edward Hervey ext/libpng/gstpngenc.c: In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the return value of gst_pad_p... Original commit message from CVS: @@ -25439,7 +25466,7 @@ Tue May 16 17:20:04 2006 +0000 Edward Hervey In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the return value of gst_pad_push_event(). -Tue May 16 14:07:29 2006 +0000 Jan Schmidt +2006-05-16 14:07:29 +0000 Jan Schmidt gst/autodetect/: Make the name of the child element be based on the name of the parent, so that debug output is more ... Original commit message from CVS: @@ -25456,7 +25483,7 @@ Tue May 16 14:07:29 2006 +0000 Jan Schmidt then trying the opposite endianness if that fails to convert to valid UTF-8. Fixes #341774 -Tue May 16 13:31:02 2006 +0000 Zaheer Abbas Merali +2006-05-16 13:31:02 +0000 Zaheer Abbas Merali ext/libpng/Makefile.am: Add LIBPNG_CFLAGS. Original commit message from CVS: @@ -25465,14 +25492,14 @@ Tue May 16 13:31:02 2006 +0000 Zaheer Abbas Merali * ext/libpng/Makefile.am: Add LIBPNG_CFLAGS. -Mon May 15 11:20:21 2006 +0000 Christian Schaller +2006-05-15 11:20:21 +0000 Christian Schaller * gst-plugins-good.spec.in: update with latest changes Original commit message from CVS: update with latest changes -Mon May 15 09:00:42 2006 +0000 Tim-Philipp Müller +2006-05-15 09:00:42 +0000 Tim-Philipp Müller ext/taglib/gstid3v2mux.cc: Add support for writing images (APIC frames) into ID3v2 tags (picture type always set to '... Original commit message from CVS: @@ -25480,14 +25507,14 @@ Mon May 15 09:00:42 2006 +0000 Tim-Philipp Müller Add support for writing images (APIC frames) into ID3v2 tags (picture type always set to 'other' for now though). -Sun May 14 12:50:07 2006 +0000 Michael Smith +2006-05-14 12:50:07 +0000 Michael Smith gst/wavparse/gstwavparse.c: Update docs; wavparse implements push and pull modes. Original commit message from CVS: * gst/wavparse/gstwavparse.c: Update docs; wavparse implements push and pull modes. -Fri May 12 18:10:36 2006 +0000 Wim Taymans +2006-05-12 18:10:36 +0000 Wim Taymans gst/avi/gstavidemux.c: Ooops, bitten by the copy-and-paste design paradigm, fixes seek again. Original commit message from CVS: @@ -25497,7 +25524,7 @@ Fri May 12 18:10:36 2006 +0000 Wim Taymans Ooops, bitten by the copy-and-paste design paradigm, fixes seek again. -Fri May 12 18:04:22 2006 +0000 Wim Taymans +2006-05-12 18:04:22 +0000 Wim Taymans gst/avi/gstavidemux.*: Some cleanups, prepare to use GstSegment. Original commit message from CVS: @@ -25518,7 +25545,7 @@ Fri May 12 18:04:22 2006 +0000 Wim Taymans Smarter timestamp calculation code. Uniform error/eos handling. -Fri May 12 17:44:15 2006 +0000 Michael Smith +2006-05-12 17:44:15 +0000 Michael Smith gst/wavparse/gstwavparse.c: Fix use of uninitialised values if we're NOT seeking in ready. Original commit message from CVS: @@ -25527,7 +25554,7 @@ Fri May 12 17:44:15 2006 +0000 Michael Smith Fix use of uninitialised values if we're NOT seeking in ready. Fix typos. -Fri May 12 08:23:18 2006 +0000 Tim-Philipp Müller +2006-05-12 08:23:18 +0000 Tim-Philipp Müller gst/wavparse/Makefile.am: Add CFLAGS and LIBS for libgstbase, fixes build on Original commit message from CVS: @@ -25535,7 +25562,7 @@ Fri May 12 08:23:18 2006 +0000 Tim-Philipp Müller Add CFLAGS and LIBS for libgstbase, fixes build on Cygwin (#341489). -Fri May 12 08:21:37 2006 +0000 Tim-Philipp Müller +2006-05-12 08:21:37 +0000 Tim-Philipp Müller gst/id3demux/id3v2frames.c: Some more debug info. No need to check whether the string returned by g_convert() is real... Original commit message from CVS: @@ -25544,7 +25571,7 @@ Fri May 12 08:21:37 2006 +0000 Tim-Philipp Müller returned by g_convert() is really UTF-8 - either it is or we get NULL returned. -Thu May 11 17:59:59 2006 +0000 Edgard Lima +2006-05-11 17:59:59 +0000 Edgard Lima * sys/v4l2/Makefile.am: * sys/v4l2/gstv4l2.c: @@ -25568,7 +25595,7 @@ Thu May 11 17:59:59 2006 +0000 Edgard Lima Original commit message from CVS: Changes proposed by Wingo in bug #338818. -Thu May 11 09:09:49 2006 +0000 Wim Taymans +2006-05-11 09:09:49 +0000 Wim Taymans gst/qtdemux/qtdemux.c: Figure out the real audio type in mp4a boxes by parsing the optional descriptors in the option... Original commit message from CVS: @@ -25578,7 +25605,7 @@ Thu May 11 09:09:49 2006 +0000 Wim Taymans optional descriptors in the optional esds box. Promote the default AAC to mp3 when indicated. Fixes #330632. -Wed May 10 17:44:50 2006 +0000 Wim Taymans +2006-05-10 17:44:50 +0000 Wim Taymans gst/qtdemux/qtdemux.c: Parse version 2 sample descriptions. Original commit message from CVS: @@ -25588,7 +25615,7 @@ Wed May 10 17:44:50 2006 +0000 Wim Taymans Don't #define gst_util_dump_mem(), use something more specific instead to avoid confusion. -Wed May 10 13:51:01 2006 +0000 Jan Schmidt +2006-05-10 13:51:01 +0000 Jan Schmidt gst/id3demux/id3v2frames.c: Fix parsing of numeric genre strings some more, by ensuring that we only try and parse st... Original commit message from CVS: @@ -25599,7 +25626,7 @@ Wed May 10 13:51:01 2006 +0000 Jan Schmidt Also, when finding an escaping '((' sequence, bust it back to '(' by swallowing the first parenthesis -Wed May 10 11:17:31 2006 +0000 Tim-Philipp Müller +2006-05-10 11:17:31 +0000 Tim-Philipp Müller ext/esd/esdsink.*: Move the esd_get_server_info() into gst_esdsink_open() and fail with a decent error message on err... Original commit message from CVS: @@ -25609,7 +25636,7 @@ Wed May 10 11:17:31 2006 +0000 Tim-Philipp Müller Move the esd_get_server_info() into gst_esdsink_open() and fail with a decent error message on errors. -Wed May 10 10:29:54 2006 +0000 Tim-Philipp Müller +2006-05-10 10:29:54 +0000 Tim-Philipp Müller Const-ify GEnumValue arrays. Original commit message from CVS: @@ -25628,7 +25655,7 @@ Wed May 10 10:29:54 2006 +0000 Tim-Philipp Müller (gst_video_mixer_background_get_type): Const-ify GEnumValue arrays. -Tue May 9 14:08:15 2006 +0000 Mark Nauwelaerts +2006-05-09 14:08:15 +0000 Mark Nauwelaerts gst/avi/gstavimux.c: Work around gst_buffer_make_metadata_writable() bug that results in avimux marking all frames in... Original commit message from CVS: @@ -25639,7 +25666,7 @@ Tue May 9 14:08:15 2006 +0000 Mark Nauwelaerts results in avimux marking all frames in the index as keyframes (#340859). -Mon May 8 19:21:18 2006 +0000 Martin Rubli +2006-05-08 19:21:18 +0000 Martin Rubli * sys/v4l2/gstv4l2src.c: * sys/v4l2/v4l2src_calls.c: @@ -25647,7 +25674,7 @@ Mon May 8 19:21:18 2006 +0000 Martin Rubli Original commit message from CVS: Fix fourcc name printed out. Patch from Martin Rubli. -Mon May 8 15:20:10 2006 +0000 Wim Taymans +2006-05-08 15:20:10 +0000 Wim Taymans gst/qtdemux/qtdemux.c: Don't cause side effects in a debugging function. Original commit message from CVS: @@ -25656,21 +25683,21 @@ Mon May 8 15:20:10 2006 +0000 Wim Taymans Don't cause side effects in a debugging function. Also report duration in push mode since we can. -Mon May 8 14:35:20 2006 +0000 Wim Taymans +2006-05-08 14:35:20 +0000 Wim Taymans gst/rtsp/rtspurl.c: Make parsing of urls suck slightly less. Original commit message from CVS: * gst/rtsp/rtspurl.c: (rtsp_url_parse): Make parsing of urls suck slightly less. -Mon May 8 11:53:03 2006 +0000 Edward Hervey +2006-05-08 11:53:03 +0000 Edward Hervey autogen.sh: libtoolize on Darwin/MacOSX is called glibtoolize. Original commit message from CVS: * autogen.sh: (CONFIGURE_DEF_OPT): libtoolize on Darwin/MacOSX is called glibtoolize. -Mon May 8 10:59:05 2006 +0000 Jens Granseuer +2006-05-08 10:59:05 +0000 Jens Granseuer C89 compliance fixes. Fixes #340980 Original commit message from CVS: @@ -25679,7 +25706,7 @@ Mon May 8 10:59:05 2006 +0000 Jens Granseuer * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose): C89 compliance fixes. Fixes #340980 -Sat May 6 09:01:34 2006 +0000 Tim-Philipp Müller +2006-05-06 09:01:34 +0000 Tim-Philipp Müller ext/flac/gstflacdec.*: Handle segment seeks that include the end of the file as stop point properly: when the decoder... Original commit message from CVS: @@ -25690,7 +25717,7 @@ Sat May 6 09:01:34 2006 +0000 Tim-Philipp Müller message instead of an EOS event in case we're in segment seek mode (fixes #340699). -Sat May 6 00:14:09 2006 +0000 Maciej Katafiasz +2006-05-06 00:14:09 +0000 Maciej Katafiasz * ChangeLog: * ext/cairo/gsttextoverlay.c: @@ -25708,7 +25735,7 @@ Sat May 6 00:14:09 2006 +0000 Maciej Katafiasz Original commit message from CVS: Add semicolons after GST_BOILERPLATE[_FULL] so that indent doesn't mess up following lines. -Fri May 5 20:12:59 2006 +0000 Martin Rubli +2006-05-05 20:12:59 +0000 Martin Rubli * sys/v4l2/gstv4l2element.c: * sys/v4l2/gstv4l2element.h: @@ -25725,7 +25752,7 @@ Fri May 5 20:12:59 2006 +0000 Martin Rubli Original commit message from CVS: Some changes proposed by wingo in bug #338818 (but not everything yet). Patch from Martin Rubli to fix framerate detection. -Thu May 4 17:27:27 2006 +0000 Michal Benes +2006-05-04 17:27:27 +0000 Michal Benes gst/matroska/matroska-demux.c: Don't leak caps when freeing the stream context (#340623). Original commit message from CVS: @@ -25733,14 +25760,16 @@ Thu May 4 17:27:27 2006 +0000 Michal Benes * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset): Don't leak caps when freeing the stream context (#340623). -Thu May 4 15:40:18 2006 +0000 Jan Schmidt +2006-05-04 15:40:18 +0000 Jan Schmidt configure.ac: Back to CVS Original commit message from CVS: * configure.ac: Back to CVS -Thu May 4 15:36:02 2006 +0000 Jan Schmidt +=== release 0.10.3 === + +2006-05-04 15:36:02 +0000 Jan Schmidt * configure.ac: * docs/plugins/inspect/plugin-1394.xml: @@ -25797,14 +25826,14 @@ Thu May 4 15:36:02 2006 +0000 Jan Schmidt Original commit message from CVS: Really release 0.10.3 -Thu May 4 15:28:53 2006 +0000 Jan Schmidt +2006-05-04 15:28:53 +0000 Jan Schmidt * docs/plugins/inspect/plugin-qtdemux.xml: Really release 0.10.3 this time Original commit message from CVS: Really release 0.10.3 this time -Thu May 4 15:05:00 2006 +0000 Jan Schmidt +2006-05-04 15:05:00 +0000 Jan Schmidt * ChangeLog: * NEWS: @@ -25868,7 +25897,7 @@ Thu May 4 15:05:00 2006 +0000 Jan Schmidt Original commit message from CVS: Release 0.10.3 -Wed May 3 18:44:38 2006 +0000 Jan Schmidt +2006-05-03 18:44:38 +0000 Jan Schmidt * po/af.po: * po/az.po: @@ -25888,7 +25917,7 @@ Wed May 3 18:44:38 2006 +0000 Jan Schmidt Original commit message from CVS: Update .po files -Wed May 3 18:41:47 2006 +0000 Tim-Philipp Müller +2006-05-03 18:41:47 +0000 Tim-Philipp Müller gst/matroska/matroska-mux.c: Don't strcmp() NULL strings. Original commit message from CVS: @@ -25900,7 +25929,7 @@ Wed May 3 18:41:47 2006 +0000 Tim-Philipp Müller random audio buffer that doesn't have the DELTA_UNIT flag set (fixes 'make check' again). -Wed May 3 14:51:50 2006 +0000 Mark Nauwelaerts +2006-05-03 14:51:50 +0000 Mark Nauwelaerts gst/matroska/matroska-mux.c: Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp value and then dead-lock w... Original commit message from CVS: @@ -25915,7 +25944,7 @@ Wed May 3 14:51:50 2006 +0000 Mark Nauwelaerts Improve clustering: start a new cluster also whenever we get a keyframe. -Wed May 3 14:30:21 2006 +0000 Jan Schmidt +2006-05-03 14:30:21 +0000 Jan Schmidt gst/qtdemux/qtdemux.c: Clean up one piece of logic slightly and remove a dead code block. Original commit message from CVS: @@ -25923,7 +25952,7 @@ Wed May 3 14:30:21 2006 +0000 Jan Schmidt Clean up one piece of logic slightly and remove a dead code block. -Wed May 3 14:28:57 2006 +0000 Thomas Vander Stichele +2006-05-03 14:28:57 +0000 Thomas Vander Stichele add win32 stuff Original commit message from CVS: @@ -25932,7 +25961,7 @@ Wed May 3 14:28:57 2006 +0000 Thomas Vander Stichele * win32/common/config.h.in: add win32 stuff -Wed May 3 14:26:51 2006 +0000 Thomas Vander Stichele +2006-05-03 14:26:51 +0000 Thomas Vander Stichele add win32 stuff Original commit message from CVS: @@ -25941,7 +25970,7 @@ Wed May 3 14:26:51 2006 +0000 Thomas Vander Stichele * win32/common/config.h.in: add win32 stuff -Tue May 2 22:34:52 2006 +0000 Michael Smith +2006-05-02 22:34:52 +0000 Michael Smith ext/cairo/gsttimeoverlay.c: Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap Original commit message from CVS: @@ -25949,14 +25978,14 @@ Tue May 2 22:34:52 2006 +0000 Michael Smith Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap SUCKS. -Tue May 2 21:52:48 2006 +0000 Edgard Lima +2006-05-02 21:52:48 +0000 Edgard Lima * sys/v4l2/gstv4l2src.c: Fix get_caps func to work when no framerate is available and the caps isn't simple. Original commit message from CVS: Fix get_caps func to work when no framerate is available and the caps isn't simple. -Tue May 2 18:50:23 2006 +0000 Stefan Kost +2006-05-02 18:50:23 +0000 Stefan Kost gst/: don't leak caps-string Original commit message from CVS: @@ -25965,7 +25994,7 @@ Tue May 2 18:50:23 2006 +0000 Stefan Kost * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps): don't leak caps-string -Tue May 2 15:46:02 2006 +0000 Tim-Philipp Müller +2006-05-02 15:46:02 +0000 Tim-Philipp Müller gst/id3demux/gstid3demux.c: Let core insert default error message for TYPE_NOT_FOUND errors, it's just as good as our... Original commit message from CVS: @@ -25975,7 +26004,7 @@ Tue May 2 15:46:02 2006 +0000 Tim-Philipp Müller errors, it's just as good as our own and has the added bonus of being translated. -Tue May 2 15:40:15 2006 +0000 Tim-Philipp Müller +2006-05-02 15:40:15 +0000 Tim-Philipp Müller gst/: Post an error message when we get an EOS event and were not able to find out the type of stream. Original commit message from CVS: @@ -25991,7 +26020,7 @@ Tue May 2 15:40:15 2006 +0000 Tim-Philipp Müller many memcpy()s and reallocations in the test will hammer slow CPUs completely and make the test timeout. -Tue May 2 13:24:38 2006 +0000 Thomas Vander Stichele +2006-05-02 13:24:38 +0000 Thomas Vander Stichele configure.ac: figure out where plugins-base plugins are Original commit message from CVS: @@ -26003,14 +26032,14 @@ Tue May 2 13:24:38 2006 +0000 Thomas Vander Stichele increase num-buffers, this makes sure the test errors out instead of timing out when no typefind functions are present -Tue May 2 13:01:50 2006 +0000 Thomas Vander Stichele +2006-05-02 13:01:50 +0000 Thomas Vander Stichele * gst/wavparse/gstwavparse.c: fix docs for wavparse Original commit message from CVS: fix docs for wavparse -Mon May 1 21:37:51 2006 +0000 Edgard Lima +2006-05-01 21:37:51 +0000 Edgard Lima * sys/v4l2/Makefile.am: * sys/v4l2/gstv4l2colorbalance.c: @@ -26021,7 +26050,7 @@ Mon May 1 21:37:51 2006 +0000 Edgard Lima Original commit message from CVS: Few improvements to move to good. -Mon May 1 11:46:33 2006 +0000 Thomas Vander Stichele +2006-05-01 11:46:33 +0000 Thomas Vander Stichele docs/plugins/Makefile.am: also check .cc files for gtk-doc markup Original commit message from CVS: @@ -26039,14 +26068,14 @@ Mon May 1 11:46:33 2006 +0000 Thomas Vander Stichele * ext/taglib/gsttaglibmux.h: move taglib-based id3v2muxer to -good. Fixes #336110. -Mon May 1 11:45:15 2006 +0000 Thomas Vander Stichele +2006-05-01 11:45:15 +0000 Thomas Vander Stichele * docs/plugins/inspect/plugin-icydemux.xml: add icydemux inspection Original commit message from CVS: add icydemux inspection -Mon May 1 11:43:31 2006 +0000 Thomas Vander Stichele +2006-05-01 11:43:31 +0000 Thomas Vander Stichele * po/POTFILES.in: * po/af.po: @@ -26067,7 +26096,7 @@ Mon May 1 11:43:31 2006 +0000 Thomas Vander Stichele Original commit message from CVS: add ximagesrc for translation -Sun Apr 30 16:16:59 2006 +0000 Thomas Vander Stichele +2006-04-30 16:16:59 +0000 Thomas Vander Stichele * ext/taglib/gstid3v2mux.cc: * ext/taglib/gsttaglibmux.c: @@ -26075,14 +26104,14 @@ Sun Apr 30 16:16:59 2006 +0000 Thomas Vander Stichele Original commit message from CVS: small cleanups -Sun Apr 30 15:32:13 2006 +0000 Thomas Vander Stichele +2006-04-30 15:32:13 +0000 Thomas Vander Stichele * ext/taglib/gstid3v2mux.cc: fix docs Original commit message from CVS: fix docs -Sun Apr 30 14:55:15 2006 +0000 Thomas Vander Stichele +2006-04-30 14:55:15 +0000 Thomas Vander Stichele * docs/plugins/inspect/plugin-qtdemux.xml: * docs/plugins/inspect/plugin-taglib.xml: @@ -26090,7 +26119,7 @@ Sun Apr 30 14:55:15 2006 +0000 Thomas Vander Stichele Original commit message from CVS: update to latest version -Sat Apr 29 18:46:36 2006 +0000 Tim-Philipp Müller +2006-04-29 18:46:36 +0000 Tim-Philipp Müller ext/taglib/gsttaglib.cc: Post an error message on the bus in the (extremely unlikely) case of an error. Original commit message from CVS: @@ -26098,7 +26127,7 @@ Sat Apr 29 18:46:36 2006 +0000 Tim-Philipp Müller Post an error message on the bus in the (extremely unlikely) case of an error. -Sat Apr 29 18:18:24 2006 +0000 Tim-Philipp Müller +2006-04-29 18:18:24 +0000 Tim-Philipp Müller ext/taglib/: Split the actual ID3v2 tag rendering code into its own subclass. Original commit message from CVS: @@ -26110,14 +26139,14 @@ Sat Apr 29 18:18:24 2006 +0000 Tim-Philipp Müller Split the actual ID3v2 tag rendering code into its own subclass. -Sat Apr 29 16:14:20 2006 +0000 Tim-Philipp Müller +2006-04-29 16:14:20 +0000 Tim-Philipp Müller gst/wavparse/gstwavparse.c: ... and fix multichannel/WAVFORMATEX support again. Original commit message from CVS: * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers): ... and fix multichannel/WAVFORMATEX support again. -Fri Apr 28 23:09:17 2006 +0000 Stefan Kost +2006-04-28 23:09:17 +0000 Stefan Kost gst/wavparse/gstwavparse.*: Add push (streaming) mode to wavparse (fixes #337625) Original commit message from CVS: @@ -26137,21 +26166,21 @@ Fri Apr 28 23:09:17 2006 +0000 Stefan Kost * gst/wavparse/gstwavparse.h: Add push (streaming) mode to wavparse (fixes #337625) -Fri Apr 28 21:43:07 2006 +0000 Thomas Vander Stichele +2006-04-28 21:43:07 +0000 Thomas Vander Stichele * tests/check/elements/id3v2mux.c: element renamed Original commit message from CVS: element renamed -Fri Apr 28 19:22:46 2006 +0000 Thomas Vander Stichele +2006-04-28 19:22:46 +0000 Thomas Vander Stichele * docs/plugins/inspect/plugin-ximagesrc.xml: add plugin docs for ximagesrc Original commit message from CVS: add plugin docs for ximagesrc -Fri Apr 28 19:15:08 2006 +0000 Thomas Vander Stichele +2006-04-28 19:15:08 +0000 Thomas Vander Stichele add ximagesrc icles test Original commit message from CVS: @@ -26159,7 +26188,7 @@ Fri Apr 28 19:15:08 2006 +0000 Thomas Vander Stichele * tests/Makefile.am: add ximagesrc icles test -Fri Apr 28 18:57:09 2006 +0000 Thomas Vander Stichele +2006-04-28 18:57:09 +0000 Thomas Vander Stichele Move ximagesrc plug-in to good after review. Fixes #336756. Original commit message from CVS: @@ -26174,7 +26203,7 @@ Fri Apr 28 18:57:09 2006 +0000 Thomas Vander Stichele * sys/ximage/gstximagesrc.c: Move ximagesrc plug-in to good after review. Fixes #336756. -Fri Apr 28 16:51:33 2006 +0000 Thomas Vander Stichele +2006-04-28 16:51:33 +0000 Thomas Vander Stichele * sys/ximage/gstximagesrc.c: * sys/ximage/gstximagesrc.h: @@ -26182,14 +26211,14 @@ Fri Apr 28 16:51:33 2006 +0000 Thomas Vander Stichele Original commit message from CVS: borgify naming -Fri Apr 28 16:46:52 2006 +0000 Thomas Vander Stichele +2006-04-28 16:46:52 +0000 Thomas Vander Stichele * sys/ximage/gstximagesrc.c: doc tweaks Original commit message from CVS: doc tweaks -Fri Apr 28 16:15:20 2006 +0000 Thomas Vander Stichele +2006-04-28 16:15:20 +0000 Thomas Vander Stichele * sys/ximage/Makefile.am: * sys/ximage/gstximagesrc.c: @@ -26197,7 +26226,7 @@ Fri Apr 28 16:15:20 2006 +0000 Thomas Vander Stichele Original commit message from CVS: clean up Makefile.am -Fri Apr 28 15:33:09 2006 +0000 Thomas Vander Stichele +2006-04-28 15:33:09 +0000 Thomas Vander Stichele * ext/taglib/gsttaglibmux.c: * ext/taglib/gsttaglibmux.h: @@ -26205,7 +26234,7 @@ Fri Apr 28 15:33:09 2006 +0000 Thomas Vander Stichele Original commit message from CVS: pedantic cleanups -Fri Apr 28 14:57:57 2006 +0000 Michael Smith +2006-04-28 14:57:57 +0000 Michael Smith gst/icydemux/gsticydemux.*: Fix event handling: cache events when typefinding and forward later. Original commit message from CVS: @@ -26217,7 +26246,7 @@ Fri Apr 28 14:57:57 2006 +0000 Michael Smith * gst/icydemux/gsticydemux.h: Fix event handling: cache events when typefinding and forward later. -Fri Apr 28 14:55:20 2006 +0000 Zaheer Abbas Merali +2006-04-28 14:55:20 +0000 Zaheer Abbas Merali sys/osxaudio/gstosxaudiosink.c: Register osxaudiosrc to the plugin. Original commit message from CVS: @@ -26237,14 +26266,14 @@ Fri Apr 28 14:55:20 2006 +0000 Zaheer Abbas Merali * sys/osxaudio/Makefile.am: Add osxaudiosrc -Fri Apr 28 12:00:39 2006 +0000 Zaheer Abbas Merali +2006-04-28 12:00:39 +0000 Zaheer Abbas Merali * ChangeLog: commit Changelog for previous commit Original commit message from CVS: commit Changelog for previous commit -Fri Apr 28 11:57:39 2006 +0000 Zaheer Abbas Merali +2006-04-28 11:57:39 +0000 Zaheer Abbas Merali * sys/osxaudio/gstosxringbuffer.c: * sys/osxaudio/gstosxringbuffer.h: @@ -26252,7 +26281,7 @@ Fri Apr 28 11:57:39 2006 +0000 Zaheer Abbas Merali Original commit message from CVS: Forgot to commit, quick commit be4 apple dies -Fri Apr 28 11:37:22 2006 +0000 Tim-Philipp Müller +2006-04-28 11:37:22 +0000 Tim-Philipp Müller gst/id3demux/id3v2frames.c: Recognise and skip any byte order marker (BOM) in Original commit message from CVS: @@ -26261,7 +26290,7 @@ Fri Apr 28 11:37:22 2006 +0000 Tim-Philipp Müller Recognise and skip any byte order marker (BOM) in UTF-16 strings. -Thu Apr 27 16:05:54 2006 +0000 Tim-Philipp Müller +2006-04-27 16:05:54 +0000 Tim-Philipp Müller Add docs for both avidemux and avimux. Original commit message from CVS: @@ -26274,7 +26303,7 @@ Thu Apr 27 16:05:54 2006 +0000 Tim-Philipp Müller * gst/avi/gstavimux.c: Add docs for both avidemux and avimux. -Thu Apr 27 14:51:06 2006 +0000 Mark Nauwelaerts +2006-04-27 14:51:06 +0000 Mark Nauwelaerts gst/avi/: Port AVI muxer to GStreamer-0.10 (#332031). Original commit message from CVS: @@ -26307,7 +26336,7 @@ Thu Apr 27 14:51:06 2006 +0000 Mark Nauwelaerts * tests/check/elements/.cvsignore: Add unit test for AVI muxer. -Wed Apr 26 21:29:45 2006 +0000 Stefan Kost +2006-04-26 21:29:45 +0000 Stefan Kost gst/wavparse/gstwavparse.*: reverted patch #337625 for the price of 1 hour sleep Original commit message from CVS: @@ -26324,7 +26353,7 @@ Wed Apr 26 21:29:45 2006 +0000 Stefan Kost * gst/wavparse/gstwavparse.h: reverted patch #337625 for the price of 1 hour sleep -Wed Apr 26 20:11:18 2006 +0000 Stefan Kost +2006-04-26 20:11:18 +0000 Stefan Kost gst/wavparse/gstwavparse.*: correct partial implementation of push mode (from my last commit) Original commit message from CVS: @@ -26340,7 +26369,7 @@ Wed Apr 26 20:11:18 2006 +0000 Stefan Kost correct partial implementation of push mode (from my last commit) -Wed Apr 26 17:37:10 2006 +0000 Wim Taymans +2006-04-26 17:37:10 +0000 Wim Taymans ext/esd/esdsink.c: Fix compile problem by defining ESD_MAX_WRITE_SIZE if it is not in esd.h Original commit message from CVS: @@ -26348,7 +26377,7 @@ Wed Apr 26 17:37:10 2006 +0000 Wim Taymans Fix compile problem by defining ESD_MAX_WRITE_SIZE if it is not in esd.h -Wed Apr 26 17:08:24 2006 +0000 Tim-Philipp Müller +2006-04-26 17:08:24 +0000 Tim-Philipp Müller gst/auparse/gstauparse.*: Rewrite auparse to suck a little bit less: make source pad dynamic, so decodebin/playbin wo... Original commit message from CVS: @@ -26370,7 +26399,7 @@ Wed Apr 26 17:08:24 2006 +0000 Tim-Philipp Müller to the native endianness ourselves for float formats; send initial newsegment event. Fixes #161712. -Wed Apr 26 16:29:38 2006 +0000 Zaheer Abbas Merali +2006-04-26 16:29:38 +0000 Zaheer Abbas Merali sys/osxaudio/: Port of osxaudiosink to 0.10 Original commit message from CVS: @@ -26391,7 +26420,7 @@ Wed Apr 26 16:29:38 2006 +0000 Zaheer Abbas Merali * sys/osxaudio/gstosxaudiosink.h: Port of osxaudiosink to 0.10 -Wed Apr 26 08:55:27 2006 +0000 Wim Taymans +2006-04-26 08:55:27 +0000 Wim Taymans ext/esd/esdsink.c: Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as the size of the ringbuffer. This sho... Original commit message from CVS: @@ -26400,7 +26429,7 @@ Wed Apr 26 08:55:27 2006 +0000 Wim Taymans the size of the ringbuffer. This should fix hangs with older esd sound servers. -Tue Apr 25 21:56:38 2006 +0000 Stefan Kost +2006-04-25 21:56:38 +0000 Stefan Kost Define GstElementDetails as const and also static (when defined as global) Original commit message from CVS: @@ -26496,7 +26525,7 @@ Tue Apr 25 21:56:38 2006 +0000 Stefan Kost Define GstElementDetails as const and also static (when defined as global) -Tue Apr 25 21:39:46 2006 +0000 Stefan Kost +2006-04-25 21:39:46 +0000 Stefan Kost Define GstElementDetails as const and also static (when defined as global) Original commit message from CVS: @@ -26642,7 +26671,7 @@ Tue Apr 25 21:39:46 2006 +0000 Stefan Kost Define GstElementDetails as const and also static (when defined as global) -Tue Apr 25 17:57:23 2006 +0000 Tim-Philipp Müller +2006-04-25 17:57:23 +0000 Tim-Philipp Müller ext/jpeg/gstjpegdec.c: Source pad has fixed caps. If we don't set this, bad things happen when the window is resized. Original commit message from CVS: @@ -26650,7 +26679,7 @@ Tue Apr 25 17:57:23 2006 +0000 Tim-Philipp Müller Source pad has fixed caps. If we don't set this, bad things happen when the window is resized. -Tue Apr 25 16:38:50 2006 +0000 Tim-Philipp Müller +2006-04-25 16:38:50 +0000 Tim-Philipp Müller gst/matroska/: Handle case where the TrackType ebml chunk does not come before the Original commit message from CVS: @@ -26667,7 +26696,7 @@ Tue Apr 25 16:38:50 2006 +0000 Tim-Philipp Müller TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS events. -Tue Apr 25 16:09:55 2006 +0000 Wim Taymans +2006-04-25 16:09:55 +0000 Wim Taymans gst/rtp/: It's codec_data, not codec_info. Original commit message from CVS: @@ -26675,7 +26704,7 @@ Tue Apr 25 16:09:55 2006 +0000 Wim Taymans * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps): It's codec_data, not codec_info. -Tue Apr 25 11:45:00 2006 +0000 Mark Nauwelaerts +2006-04-25 11:45:00 +0000 Mark Nauwelaerts gst/matroska/matroska-demux.c: Handle codec_data for VfW compatibility codec IDs (#339451) Original commit message from CVS: @@ -26687,7 +26716,7 @@ Tue Apr 25 11:45:00 2006 +0000 Mark Nauwelaerts Same here, handle codec_data and add additional caps we can handle now to the pad template (huffyuv, dv and h263 video) (#339451) -Tue Apr 25 11:09:24 2006 +0000 Josef Zlomek +2006-04-25 11:09:24 +0000 Josef Zlomek gst/matroska/matroska-mux.c: Fix timestamping of B-frames, use signed integers, do some rounding (#339678). Original commit message from CVS: @@ -26698,7 +26727,7 @@ Tue Apr 25 11:09:24 2006 +0000 Josef Zlomek Fix timestamping of B-frames, use signed integers, do some rounding (#339678). -Mon Apr 24 18:30:55 2006 +0000 Edgard Lima +2006-04-24 18:30:55 +0000 Edgard Lima * ChangeLog: * ext/annodex/gstcmmlparser.c: @@ -26706,7 +26735,7 @@ Mon Apr 24 18:30:55 2006 +0000 Edgard Lima Original commit message from CVS: just make it compile with --disable-gst-debug. -Sun Apr 23 15:55:30 2006 +0000 Sébastien Moutte +2006-04-23 15:55:30 +0000 Sébastien Moutte gst/matroska/matroska-demux.c: Fix a bad conversion using gst_guint64_to_gdouble. fabs ((gdouble) demux->index[entry]... Original commit message from CVS: @@ -26718,7 +26747,7 @@ Sun Apr 23 15:55:30 2006 +0000 Sébastien Moutte gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my mistake. -Sat Apr 22 15:32:48 2006 +0000 Sébastien Moutte +2006-04-22 15:32:48 +0000 Sébastien Moutte gst/matroska/matroska-demux.c: Use gst_guint64_to_gdouble for conversions Original commit message from CVS: @@ -26728,7 +26757,7 @@ Sat Apr 22 15:32:48 2006 +0000 Sébastien Moutte * win32/vs6/libgsticydemux.dsp: Add a project file for icydemux -Fri Apr 21 18:07:10 2006 +0000 Fabrizio Gennari +2006-04-21 18:07:10 +0000 Fabrizio Gennari gst/avi/gstavidemux.c: When splitting audio chunks, the block alignment is not taken in consideration, so the smaller... Original commit message from CVS: @@ -26739,21 +26768,21 @@ Fri Apr 21 18:07:10 2006 +0000 Fabrizio Gennari consideration, so the smaller chunks could be of size which is not a multiple of the block alignment. Fixes #336904 -Fri Apr 21 17:59:03 2006 +0000 Wim Taymans +2006-04-21 17:59:03 +0000 Wim Taymans ext/raw1394/gstdv1394src.c: Use scale functions Original commit message from CVS: * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert): Use scale functions -Fri Apr 21 17:27:40 2006 +0000 Tim-Philipp Müller +2006-04-21 17:27:40 +0000 Tim-Philipp Müller ext/dv/gstdv.c: Fix build. Original commit message from CVS: * ext/dv/gstdv.c: (plugin_init): Fix build. -Fri Apr 21 17:15:29 2006 +0000 Tim-Philipp Müller +2006-04-21 17:15:29 +0000 Tim-Philipp Müller gst/debug/progressreport.c: Add 'format' property to force querying to a particular format. Original commit message from CVS: @@ -26764,7 +26793,7 @@ Fri Apr 21 17:15:29 2006 +0000 Tim-Philipp Müller (gst_progress_report_get_property): Add 'format' property to force querying to a particular format. -Fri Apr 21 15:50:28 2006 +0000 Andy Wingo +2006-04-21 15:50:28 +0000 Andy Wingo ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at best, on big endian systems. Drop its rank in that case... Original commit message from CVS: @@ -26773,7 +26802,7 @@ Fri Apr 21 15:50:28 2006 +0000 Andy Wingo best, on big endian systems. Drop its rank in that case. OTOH on x86 it's quite fine. See changes from today in gst-ffmpeg as well. -Fri Apr 21 09:27:11 2006 +0000 Michael Smith +2006-04-21 09:27:11 +0000 Michael Smith Add icydemux, and tests. Original commit message from CVS: @@ -26797,21 +26826,21 @@ Fri Apr 21 09:27:11 2006 +0000 Michael Smith (icydemux_suite), (main): Add icydemux, and tests. -Thu Apr 20 17:48:29 2006 +0000 Tim-Philipp Müller +2006-04-20 17:48:29 +0000 Tim-Philipp Müller ext/flac/gstflacdec.c: Post SEGMENT_DONE message in TIME format. Original commit message from CVS: * ext/flac/gstflacdec.c: (gst_flac_dec_loop): Post SEGMENT_DONE message in TIME format. -Thu Apr 20 17:29:56 2006 +0000 Edgard Lima +2006-04-20 17:29:56 +0000 Edgard Lima * sys/v4l2/gstv4l2src.c: Added a couple of ifdefs to make it compile with other kernels. Original commit message from CVS: Added a couple of ifdefs to make it compile with other kernels. -Thu Apr 20 16:33:55 2006 +0000 Fabrizio Gennari +2006-04-20 16:33:55 +0000 Fabrizio Gennari gst/avi/gstavidemux.c: Fix index creation when we have to scan the file to create an index. There may be other types ... Original commit message from CVS: @@ -26823,7 +26852,7 @@ Thu Apr 20 16:33:55 2006 +0000 Fabrizio Gennari 'movi' and we need to skip them properly as well or we'll end up reading garbage (#336889). Some other cosmetic changes. -Thu Apr 20 14:21:42 2006 +0000 Tim-Philipp Müller +2006-04-20 14:21:42 +0000 Tim-Philipp Müller ext/flac/gstflacdec.c: Add support for segment seeks (fixes #338290). Also demote some recurring debug message from D... Original commit message from CVS: @@ -26832,7 +26861,7 @@ Thu Apr 20 14:21:42 2006 +0000 Tim-Philipp Müller Add support for segment seeks (fixes #338290). Also demote some recurring debug message from DEBUG to LOG level. -Thu Apr 20 13:23:40 2006 +0000 Tim-Philipp Müller +2006-04-20 13:23:40 +0000 Tim-Philipp Müller gst/matroska/: Set DISCONT flag on first buffer after a discontinuity. Original commit message from CVS: @@ -26848,7 +26877,7 @@ Thu Apr 20 13:23:40 2006 +0000 Tim-Philipp Müller * gst/matroska/matroska-demux.h: Fix GObject macros. -Thu Apr 20 11:00:16 2006 +0000 Mark Nauwelaerts +2006-04-20 11:00:16 +0000 Mark Nauwelaerts gst/matroska/matroska-demux.c: Handle end of segment properly when set; don't dead-lock when posting start of segment... Original commit message from CVS: @@ -26859,7 +26888,7 @@ Thu Apr 20 11:00:16 2006 +0000 Mark Nauwelaerts posting start of segment message when doing a segment seek. Fixes #338810. -Thu Apr 20 09:48:05 2006 +0000 j^ +2006-04-20 09:48:05 +0000 j^ gst/qtdemux/qtdemux.c: Never treat video streams as an audio stream. Original commit message from CVS: @@ -26870,7 +26899,7 @@ Thu Apr 20 09:48:05 2006 +0000 j^ Add qtdrw mime type. Fixes #339041 -Thu Apr 20 09:11:22 2006 +0000 Tim-Philipp Müller +2006-04-20 09:11:22 +0000 Tim-Philipp Müller gst/matroska/matroska-demux.c: Make mpeg2 aac audio work: create artificial private codec data chunk which faad2 seem... Original commit message from CVS: @@ -26880,7 +26909,7 @@ Thu Apr 20 09:11:22 2006 +0000 Tim-Philipp Müller chunk which faad2 seems to require, just as we do for mpeg4 aac. Also call gst_riff_init(). Partially fixes #338767. -Wed Apr 19 15:16:33 2006 +0000 Tim-Philipp Müller +2006-04-19 15:16:33 +0000 Tim-Philipp Müller gst/wavenc/gstwavenc.*: Set caps on first outgoing buffer, so that it doesn't error out immediately with a non-negoti... Original commit message from CVS: @@ -26896,7 +26925,7 @@ Wed Apr 19 15:16:33 2006 +0000 Tim-Philipp Müller fix sink caps (8bit audio is unsigned and doesn't have depth); use boilerplate macros; remove unused properties stuff. -Wed Apr 19 09:27:00 2006 +0000 Wim Taymans +2006-04-19 09:27:00 +0000 Wim Taymans gst/qtdemux/qtdemux.c: For VBR audio, don't try to calculate the samples_per_frame. Original commit message from CVS: @@ -26904,7 +26933,7 @@ Wed Apr 19 09:27:00 2006 +0000 Wim Taymans For VBR audio, don't try to calculate the samples_per_frame. Fixes #338935. -Tue Apr 18 18:14:34 2006 +0000 Tim-Philipp Müller +2006-04-18 18:14:34 +0000 Tim-Philipp Müller ext/gdk_pixbuf/gstgdkpixbuf.c: Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot handle MJPEG streams an... Original commit message from CVS: @@ -26915,7 +26944,7 @@ Tue Apr 18 18:14:34 2006 +0000 Tim-Philipp Müller message about huffman tables). Better to disable JPEG decoding here and let the user figure out that she needs to install jpegdec. -Tue Apr 18 18:04:48 2006 +0000 Tim-Philipp Müller +2006-04-18 18:04:48 +0000 Tim-Philipp Müller ext/gdk_pixbuf/gstgdkpixbuf.*: Make work with packetised/framed input (e.g. png-in-quicktime). Use Original commit message from CVS: @@ -26928,7 +26957,7 @@ Tue Apr 18 18:04:48 2006 +0000 Tim-Philipp Müller GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring debug messages. Fix boilerplate macros. -Tue Apr 18 17:29:42 2006 +0000 Tim-Philipp Müller +2006-04-18 17:29:42 +0000 Tim-Philipp Müller ext/gdk_pixbuf/gstgdkpixbuf.c: No need to special-case for Gdk-2.0 any longer, we require Original commit message from CVS: @@ -26937,7 +26966,7 @@ Tue Apr 18 17:29:42 2006 +0000 Tim-Philipp Müller No need to special-case for Gdk-2.0 any longer, we require Gdk 2.2 or newer; minor clean-ups. -Tue Apr 18 17:17:55 2006 +0000 Tim-Philipp Müller +2006-04-18 17:17:55 +0000 Tim-Philipp Müller Rewrite a bit: use GstBaseSink::start and stop instead of a state change function; use GST_ELEMENT_ERROR for error re... Original commit message from CVS: @@ -26958,7 +26987,7 @@ Tue Apr 18 17:17:55 2006 +0000 Tim-Philipp Müller property, basesink already has such a property; misc. other minor fixes and cleanups. -Tue Apr 18 14:15:33 2006 +0000 Tim-Philipp Müller +2006-04-18 14:15:33 +0000 Tim-Philipp Müller Add translatable error message for when we cannot connect to the sound server, as "Cannot open resource for writing" ... Original commit message from CVS: @@ -26970,14 +26999,14 @@ Tue Apr 18 14:15:33 2006 +0000 Tim-Philipp Müller for writing" isn't really an acceptable message to show to the user in this case. -Tue Apr 18 13:32:29 2006 +0000 Tim-Philipp Müller +2006-04-18 13:32:29 +0000 Tim-Philipp Müller sys/oss/gst-i18n-plugin.h: Remove bogus file that doesn't belong here. Original commit message from CVS: * sys/oss/gst-i18n-plugin.h: Remove bogus file that doesn't belong here. -Mon Apr 17 19:57:10 2006 +0000 Philippe Valembois +2006-04-17 19:57:10 +0000 Philippe Valembois ext/shout2/gstshout2.*: Handle tags being received before the connection to the server is established properly (see #... Original commit message from CVS: @@ -26989,14 +27018,14 @@ Mon Apr 17 19:57:10 2006 +0000 Philippe Valembois Handle tags being received before the connection to the server is established properly (see #338636). -Mon Apr 17 19:43:32 2006 +0000 Edgard Lima +2006-04-17 19:43:32 +0000 Edgard Lima * sys/v4l2/gstv4l2src.c: Just added a gtk-doc comment. Original commit message from CVS: Just added a gtk-doc comment. -Mon Apr 17 19:12:36 2006 +0000 Tim-Philipp Müller +2006-04-17 19:12:36 +0000 Tim-Philipp Müller ext/shout2/gstshout2.c: Don't crash in case the connection to the server fails: don't set pointer to NULL by assignin... Original commit message from CVS: @@ -27007,7 +27036,7 @@ Mon Apr 17 19:12:36 2006 +0000 Tim-Philipp Müller GST_FLOW_ERROR (fixes #338636). Lastly, free connection before resetting the pointer. -Mon Apr 17 10:01:51 2006 +0000 Alex Lancaster +2006-04-17 10:01:51 +0000 Alex Lancaster gst/id3demux/id3tags.c: (Fixes #338713) Original commit message from CVS: @@ -27015,7 +27044,7 @@ Mon Apr 17 10:01:51 2006 +0000 Alex Lancaster Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster (Fixes #338713) -Thu Apr 13 21:45:57 2006 +0000 Edgard Lima +2006-04-13 21:45:57 +0000 Edgard Lima * sys/v4l2/gstv4l2src.c: * sys/v4l2/v4l2src_calls.c: @@ -27023,7 +27052,7 @@ Thu Apr 13 21:45:57 2006 +0000 Edgard Lima Original commit message from CVS: Fixed some memory leaks. -Thu Apr 13 09:15:31 2006 +0000 Thomas Vander Stichele +2006-04-13 09:15:31 +0000 Thomas Vander Stichele * ChangeLog: * gst/rtp/Makefile.am: @@ -27056,7 +27085,7 @@ Thu Apr 13 09:15:31 2006 +0000 Thomas Vander Stichele Original commit message from CVS: reverting rtp patches to fix freeze break on -base as explained on the list -Thu Apr 13 09:01:17 2006 +0000 Tim-Philipp Müller +2006-04-13 09:01:17 +0000 Tim-Philipp Müller gst/rtp/: Fix GObject macros. Original commit message from CVS: @@ -27086,7 +27115,7 @@ Thu Apr 13 09:01:17 2006 +0000 Tim-Philipp Müller * gst/rtp/gstrtpspeexpay.h: Fix GObject macros. -Thu Apr 13 03:42:51 2006 +0000 Philippe Kalaf +2006-04-13 03:42:51 +0000 Philippe Kalaf gst/rtp/: Ported mulaw and alaw payloaders to use new base class Original commit message from CVS: @@ -27105,14 +27134,14 @@ Thu Apr 13 03:42:51 2006 +0000 Philippe Kalaf Added new iLBC payloader/depayloader. Payloader uses new audio payload base class. -Wed Apr 12 21:57:02 2006 +0000 Edgard Lima +2006-04-12 21:57:02 +0000 Edgard Lima * sys/v4l2/gstv4l2src.c: Fix to work in read mode. Original commit message from CVS: Fix to work in read mode. -Wed Apr 12 09:42:10 2006 +0000 Wim Taymans +2006-04-12 09:42:10 +0000 Wim Taymans ext/gdk_pixbuf/gstgdkpixbuf.c: Some cleanups. Original commit message from CVS: @@ -27127,7 +27156,7 @@ Wed Apr 12 09:42:10 2006 +0000 Wim Taymans deprecate silent arg, it's not used. Return result from _alloc_buffer to peer. -Tue Apr 11 18:03:36 2006 +0000 Tim-Philipp Müller +2006-04-11 18:03:36 +0000 Tim-Philipp Müller gst/rtp/gstrtpmp4vdepay.c: Don't leak memory allocated by gst_buffer_new_and_alloc() by overwriting GST_BUFFER_MALLOC... Original commit message from CVS: @@ -27135,14 +27164,14 @@ Tue Apr 11 18:03:36 2006 +0000 Tim-Philipp Müller Don't leak memory allocated by gst_buffer_new_and_alloc() by overwriting GST_BUFFER_MALLOCDATA. -Tue Apr 11 15:27:31 2006 +0000 Christian Schaller +2006-04-11 15:27:31 +0000 Christian Schaller * gst-plugins-good.spec.in: fix version number macro Original commit message from CVS: fix version number macro -Tue Apr 11 09:35:45 2006 +0000 Tim-Philipp Müller +2006-04-11 09:35:45 +0000 Tim-Philipp Müller ext/libpng/gstpngdec.*: Handle more than one frame if the content is framed, like with png-in-quicktime (#331917). Original commit message from CVS: @@ -27155,7 +27184,7 @@ Tue Apr 11 09:35:45 2006 +0000 Tim-Philipp Müller Handle more than one frame if the content is framed, like with png-in-quicktime (#331917). -Mon Apr 10 19:55:31 2006 +0000 Thomas Vander Stichele +2006-04-10 19:55:31 +0000 Thomas Vander Stichele sys/oss/: - the user-visible error strings were in the wrong category Original commit message from CVS: @@ -27174,14 +27203,14 @@ Mon Apr 10 19:55:31 2006 +0000 Thomas Vander Stichele - and they were obviously copied from each other and then modified - so a common header makes sense -Mon Apr 10 17:16:09 2006 +0000 Wim Taymans +2006-04-10 17:16:09 +0000 Wim Taymans gst/qtdemux/qtdemux.c: Fix parsing of newer stsd chunks again. Original commit message from CVS: * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak): Fix parsing of newer stsd chunks again. -Mon Apr 10 16:09:03 2006 +0000 Tim-Philipp Müller +2006-04-10 16:09:03 +0000 Tim-Philipp Müller gst/matroska/ebml-read.c: Don't try to modify read-only data. Original commit message from CVS: @@ -27191,7 +27220,7 @@ Mon Apr 10 16:09:03 2006 +0000 Tim-Philipp Müller (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix comment (won't crash any longer now). -Mon Apr 10 15:48:55 2006 +0000 Michael Smith +2006-04-10 15:48:55 +0000 Michael Smith ext/annodex/gstcmmlenc.c: Use copies of header buffers for caps to avoid circular refcounting problems (as in theorad... Original commit message from CVS: @@ -27203,7 +27232,7 @@ Mon Apr 10 15:48:55 2006 +0000 Michael Smith * tests/check/elements/cmmlenc.c: (check_headers): Fix refcount checks now that we use buffer-copies for caps. -Mon Apr 10 15:43:54 2006 +0000 Tim-Philipp Müller +2006-04-10 15:43:54 +0000 Tim-Philipp Müller gst/matroska/matroska-demux.c: Use static pad templates with ANY caps for audio and video source pads and get rid of ... Original commit message from CVS: @@ -27221,7 +27250,7 @@ Mon Apr 10 15:43:54 2006 +0000 Tim-Philipp Müller Fixes #337183. Also add myself to copyright holders. -Mon Apr 10 15:29:21 2006 +0000 Michael Smith +2006-04-10 15:29:21 +0000 Michael Smith ext/annodex/gstcmmlutils.c: Use g_list_delete_link () instead of g_list_remove_link () so that we free the link as we... Original commit message from CVS: @@ -27229,7 +27258,7 @@ Mon Apr 10 15:29:21 2006 +0000 Michael Smith Use g_list_delete_link () instead of g_list_remove_link () so that we free the link as well as the contained data. -Mon Apr 10 14:20:41 2006 +0000 Wim Taymans +2006-04-10 14:20:41 +0000 Wim Taymans gst/qtdemux/qtdemux.c: Fix framerate calculation. Original commit message from CVS: @@ -27237,7 +27266,7 @@ Mon Apr 10 14:20:41 2006 +0000 Wim Taymans (qtdemux_parse_trak): Fix framerate calculation. -Mon Apr 10 10:10:55 2006 +0000 Ryan Lortie (desrt) +2006-04-10 10:10:55 +0000 Ryan Lortie (desrt) gst/avi/gstavidemux.c: Fix some crashers with empty chunks. (Fixes #337749) Original commit message from CVS: @@ -27247,14 +27276,14 @@ Mon Apr 10 10:10:55 2006 +0000 Ryan Lortie (desrt) (gst_avi_demux_stream_header): Fix some crashers with empty chunks. (Fixes #337749) -Mon Apr 10 08:31:40 2006 +0000 Wim Taymans +2006-04-10 08:31:40 +0000 Wim Taymans gst/qtdemux/qtdemux.c: force mono 8000 Hz on AMR samples. Original commit message from CVS: * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak): force mono 8000 Hz on AMR samples. -Sun Apr 9 18:30:51 2006 +0000 Sébastien Moutte +2006-04-09 18:30:51 +0000 Sébastien Moutte ext/neon/gstneonhttpsrc.c: remove atoll by using g_ascii_strtoull (atoll is not supported on WIN32) Original commit message from CVS: @@ -27266,7 +27295,7 @@ Sun Apr 9 18:30:51 2006 +0000 Sébastien Moutte * win32/vs6: add project files for neon, qtdemux -Sun Apr 9 17:31:37 2006 +0000 Sébastien Moutte +2006-04-09 17:31:37 +0000 Sébastien Moutte gst/level/gstlevel.c: use G_GINT64_CONSTANT for INT64 constants Original commit message from CVS: @@ -27278,7 +27307,7 @@ Sun Apr 9 17:31:37 2006 +0000 Sébastien Moutte add missing libraries for the link and remove avimux.c from the project as it isn't ported to 0.10 yet -Sun Apr 9 14:00:32 2006 +0000 Tim-Philipp Müller +2006-04-09 14:00:32 +0000 Tim-Philipp Müller gst/matroska/ebml-read.c: Even better would be if we actually did the right thing here (also, G_GUINT64_CONSTANT only... Original commit message from CVS: @@ -27286,7 +27315,7 @@ Sun Apr 9 14:00:32 2006 +0000 Tim-Philipp Müller Even better would be if we actually did the right thing here (also, G_GUINT64_CONSTANT only exists since GLib-2.10). -Sun Apr 9 13:52:03 2006 +0000 Tim-Philipp Müller +2006-04-09 13:52:03 +0000 Tim-Philipp Müller gst/matroska/ebml-read.c: Can't just replace 1LL with 1L here just because MSVC doesn't support it, as it might lead ... Original commit message from CVS: @@ -27296,7 +27325,7 @@ Sun Apr 9 13:52:03 2006 +0000 Tim-Philipp Müller bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to force a 64-bit constant in a way that all compilers are happy with. -Sat Apr 8 21:48:01 2006 +0000 Stefan Kost +2006-04-08 21:48:01 +0000 Stefan Kost Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent) Original commit message from CVS: @@ -27374,7 +27403,7 @@ Sat Apr 8 21:48:01 2006 +0000 Stefan Kost * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_class_init): Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent) -Sat Apr 8 21:21:45 2006 +0000 Stefan Kost +2006-04-08 21:21:45 +0000 Stefan Kost Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent) Original commit message from CVS: @@ -27447,7 +27476,7 @@ Sat Apr 8 21:21:45 2006 +0000 Stefan Kost * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init): Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent) -Sat Apr 8 19:06:25 2006 +0000 Stefan Kost +2006-04-08 19:06:25 +0000 Stefan Kost Fix more broken GObject macros Original commit message from CVS: @@ -27455,7 +27484,7 @@ Sat Apr 8 19:06:25 2006 +0000 Stefan Kost * gst/level/gstlevel.h: Fix more broken GObject macros -Sat Apr 8 18:41:07 2006 +0000 Stefan Kost +2006-04-08 18:41:07 +0000 Stefan Kost Fix broken GObject macros Original commit message from CVS: @@ -27465,7 +27494,7 @@ Sat Apr 8 18:41:07 2006 +0000 Stefan Kost * sys/ximagesrc/ximageutil.h: Fix broken GObject macros -Sat Apr 8 18:25:55 2006 +0000 Stefan Kost +2006-04-08 18:25:55 +0000 Stefan Kost Fix broken GObject macros Original commit message from CVS: @@ -27479,7 +27508,7 @@ Sat Apr 8 18:25:55 2006 +0000 Stefan Kost * sys/osxaudio/gstosxaudioelement.h: Fix broken GObject macros -Sat Apr 8 18:23:04 2006 +0000 Wim Taymans +2006-04-08 18:23:04 +0000 Wim Taymans gst/qtdemux/qtdemux.c: Don't make rounding errors in timestamp/duration calculations. Original commit message from CVS: @@ -27490,7 +27519,7 @@ Sat Apr 8 18:23:04 2006 +0000 Wim Taymans Fix timestamps for AMR and IMA4. Fixes (#337436). Create a dummy segment even when there is no edit list. -Sat Apr 8 13:09:50 2006 +0000 Tim-Philipp Müller +2006-04-08 13:09:50 +0000 Tim-Philipp Müller ext/flac/gstflacdec.c: Don't try to seek beyond the end of the file (would occasionally display error dialogs in tote... Original commit message from CVS: @@ -27501,7 +27530,7 @@ Sat Apr 8 13:09:50 2006 +0000 Tim-Philipp Müller if the file is truncated and the total_samples value in the stream header is wrong. -Fri Apr 7 18:15:08 2006 +0000 Tim-Philipp Müller +2006-04-07 18:15:08 +0000 Tim-Philipp Müller ext/flac/gstflacdec.*: If the stream header doesn't contain the total number of samples, search for the last flac fra... Original commit message from CVS: @@ -27513,7 +27542,7 @@ Fri Apr 7 18:15:08 2006 +0000 Tim-Philipp Müller search for the last flac frame at the end of the file and calculate the total duration from that frame's offset (fixes #337609). -Fri Apr 7 15:53:43 2006 +0000 Zaheer Abbas Merali +2006-04-07 15:53:43 +0000 Zaheer Abbas Merali Typo fix, s/XFree86/X11 and added doc blurb saying that it fixates to 25fps Original commit message from CVS: @@ -27524,7 +27553,7 @@ Fri Apr 7 15:53:43 2006 +0000 Zaheer Abbas Merali Typo fix, s/XFree86/X11 and added doc blurb saying that it fixates to 25fps -Fri Apr 7 15:47:27 2006 +0000 Zaheer Abbas Merali +2006-04-07 15:47:27 +0000 Zaheer Abbas Merali tests/icles/ximagesrc-test.c: Actually assert that pipeline goes to playing Original commit message from CVS: @@ -27532,7 +27561,7 @@ Fri Apr 7 15:47:27 2006 +0000 Zaheer Abbas Merali * tests/icles/ximagesrc-test.c: (main): Actually assert that pipeline goes to playing -Fri Apr 7 15:27:40 2006 +0000 Zaheer Abbas Merali +2006-04-07 15:27:40 +0000 Zaheer Abbas Merali sys/ximagesrc/ximagesrc.c: Fix typo, C++ style comments and other small cleanups Original commit message from CVS: @@ -27542,7 +27571,7 @@ Fri Apr 7 15:27:40 2006 +0000 Zaheer Abbas Merali (gst_ximagesrc_create), (gst_ximagesrc_set_property): Fix typo, C++ style comments and other small cleanups -Fri Apr 7 10:48:19 2006 +0000 Edward Hervey +2006-04-07 10:48:19 +0000 Edward Hervey gst/avi/gstavidemux.c: Don't unref the GstPadTemplate returned by gst_element_class_get_pad_template(). Original commit message from CVS: @@ -27550,7 +27579,7 @@ Fri Apr 7 10:48:19 2006 +0000 Edward Hervey Don't unref the GstPadTemplate returned by gst_element_class_get_pad_template(). -Thu Apr 6 19:16:02 2006 +0000 Wim Taymans +2006-04-06 19:16:02 +0000 Wim Taymans gst/qtdemux/qtdemux.c: Added full edit list support. Original commit message from CVS: @@ -27567,7 +27596,7 @@ Thu Apr 6 19:16:02 2006 +0000 Wim Taymans Avoid overflows in prologue image detection code. Avoid roundoff errors in timestamp calculations. -Thu Apr 6 11:35:26 2006 +0000 j^ +2006-04-06 11:35:26 +0000 j^ Unify the long descriptions in the plugin details (#337263). Original commit message from CVS: @@ -27641,7 +27670,7 @@ Thu Apr 6 11:35:26 2006 +0000 j^ * gst/y4m/gsty4mencode.c: Unify the long descriptions in the plugin details (#337263). -Thu Apr 6 09:14:30 2006 +0000 Brian Cameron +2006-04-06 09:14:30 +0000 Brian Cameron sys/sunaudio/gstsunaudiosink.*: Use spec->segsize and spec->segtotal in the prepare function to initialise the ring b... Original commit message from CVS: @@ -27653,7 +27682,7 @@ Thu Apr 6 09:14:30 2006 +0000 Brian Cameron to initialise the ring buffer instead of using the buffer-time property (#337421). -Thu Apr 6 08:52:51 2006 +0000 Tim-Philipp Müller +2006-04-06 08:52:51 +0000 Tim-Philipp Müller configure.ac: Bump core requirements to CVS for gst_pad_query_peer_duration() which is used by speexdec. Original commit message from CVS: @@ -27661,7 +27690,7 @@ Thu Apr 6 08:52:51 2006 +0000 Tim-Philipp Müller Bump core requirements to CVS for gst_pad_query_peer_duration() which is used by speexdec. -Wed Apr 5 18:27:22 2006 +0000 Tim-Philipp Müller +2006-04-05 18:27:22 +0000 Tim-Philipp Müller ext/speex/: Fix seeking and duration queries (#337033); clean up and refactor a bit. Original commit message from CVS: @@ -27679,7 +27708,7 @@ Wed Apr 5 18:27:22 2006 +0000 Tim-Philipp Müller Fix seeking and duration queries (#337033); clean up and refactor a bit. -Wed Apr 5 12:41:14 2006 +0000 Thomas Vander Stichele +2006-04-05 12:41:14 +0000 Thomas Vander Stichele ext/raw1394/gstdv1394src.c: distinguish between device not found and could not open for reading Original commit message from CVS: @@ -27687,7 +27716,7 @@ Wed Apr 5 12:41:14 2006 +0000 Thomas Vander Stichele distinguish between device not found and could not open for reading -Wed Apr 5 08:36:55 2006 +0000 Wim Taymans +2006-04-05 08:36:55 +0000 Wim Taymans gst/qtdemux/qtdemux.c: Use duration as segment stop position if none is explicitly configured. Original commit message from CVS: @@ -27698,7 +27727,7 @@ Wed Apr 5 08:36:55 2006 +0000 Wim Taymans explicitly configured. Also perform EOS when we run past the segment stop. -Tue Apr 4 11:20:58 2006 +0000 Wim Taymans +2006-04-04 11:20:58 +0000 Wim Taymans gst/qtdemux/qtdemux.c: More cleanups, added comments. Original commit message from CVS: @@ -27711,7 +27740,7 @@ Tue Apr 4 11:20:58 2006 +0000 Wim Taymans Post better errors when something goes wrong. Handle EOS and segment end properly. -Tue Apr 4 08:31:10 2006 +0000 Wim Taymans +2006-04-04 08:31:10 +0000 Wim Taymans gst/qtdemux/qtdemux.*: Handle stss boxes so we can mark and find keyframes. Original commit message from CVS: @@ -27730,21 +27759,21 @@ Tue Apr 4 08:31:10 2006 +0000 Wim Taymans Implement correct accurate and keyframe seeking. Use _DEBUG_OBJECT when possible. -Mon Apr 3 13:29:20 2006 +0000 Thomas Vander Stichele +2006-04-03 13:29:20 +0000 Thomas Vander Stichele * tests/check/elements/.gitignore: ignore more Original commit message from CVS: ignore more -Mon Apr 3 13:28:55 2006 +0000 Thomas Vander Stichele +2006-04-03 13:28:55 +0000 Thomas Vander Stichele * pkgconfig/Makefile.am: fix dist Original commit message from CVS: fix dist -Mon Apr 3 09:02:29 2006 +0000 Thomas Vander Stichele +2006-04-03 09:02:29 +0000 Thomas Vander Stichele add a .pc file so other modules can use good plugins in tests Original commit message from CVS: @@ -27755,7 +27784,7 @@ Mon Apr 3 09:02:29 2006 +0000 Thomas Vander Stichele * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in: add a .pc file so other modules can use good plugins in tests -Sat Apr 1 16:50:49 2006 +0000 Thomas Vander Stichele +2006-04-01 16:50:49 +0000 Thomas Vander Stichele * common: * docs/plugins/inspect/plugin-qtdemux.xml: @@ -27766,7 +27795,7 @@ Sat Apr 1 16:50:49 2006 +0000 Thomas Vander Stichele Original commit message from CVS: add taglib checks and docs -Sat Apr 1 15:30:51 2006 +0000 Thomas Vander Stichele +2006-04-01 15:30:51 +0000 Thomas Vander Stichele * configure.ac: * docs/plugins/gst-plugins-good-plugins-docs.sgml: @@ -27775,7 +27804,7 @@ Sat Apr 1 15:30:51 2006 +0000 Thomas Vander Stichele Original commit message from CVS: disable use of AS_LIBTOOL_TAGS, it doesn't work correctly -Sat Apr 1 14:03:03 2006 +0000 Thomas Vander Stichele +2006-04-01 14:03:03 +0000 Thomas Vander Stichele * common: * docs/plugins/inspect/plugin-1394.xml: @@ -27828,14 +27857,14 @@ Sat Apr 1 14:03:03 2006 +0000 Thomas Vander Stichele Original commit message from CVS: adding inspect files -Sat Apr 1 10:15:33 2006 +0000 Thomas Vander Stichele +2006-04-01 10:15:33 +0000 Thomas Vander Stichele * tests/icles/ximagesrc-test.c: 5 second timeout Original commit message from CVS: 5 second timeout -Sat Apr 1 10:14:26 2006 +0000 Thomas Vander Stichele +2006-04-01 10:14:26 +0000 Thomas Vander Stichele * tests/icles/.gitignore: * tests/icles/Makefile.am: @@ -27844,7 +27873,7 @@ Sat Apr 1 10:14:26 2006 +0000 Thomas Vander Stichele Original commit message from CVS: rename test -Sat Apr 1 10:09:11 2006 +0000 Thomas Vander Stichele +2006-04-01 10:09:11 +0000 Thomas Vander Stichele * gst/equalizer/gstiirequalizer.c: * gst/qtdemux/qtdemux.c: @@ -27858,7 +27887,7 @@ Sat Apr 1 10:09:11 2006 +0000 Thomas Vander Stichele Original commit message from CVS: rework build; add translations for v4l2 -Sat Apr 1 09:56:45 2006 +0000 Thomas Vander Stichele +2006-04-01 09:56:45 +0000 Thomas Vander Stichele configure.ac: clean up, use AS_VERSION and AS_NANO Original commit message from CVS: @@ -27882,7 +27911,7 @@ Sat Apr 1 09:56:45 2006 +0000 Thomas Vander Stichele * po/vi.po: updated -Fri Mar 31 17:52:36 2006 +0000 Zaheer Abbas Merali +2006-03-31 17:52:36 +0000 Zaheer Abbas Merali Add tests and fix PAR caps issue to ximagesrc Original commit message from CVS: @@ -27898,7 +27927,7 @@ Fri Mar 31 17:52:36 2006 +0000 Zaheer Abbas Merali * tests/icles/ximagesrc-test.c: (terminate_playback), (main): Add tests and fix PAR caps issue to ximagesrc -Fri Mar 31 16:32:47 2006 +0000 Zaheer Abbas Merali +2006-03-31 16:32:47 +0000 Zaheer Abbas Merali sys/ximagesrc/ximagesrc.c: Add docs to ximagesrc Original commit message from CVS: @@ -27906,7 +27935,7 @@ Fri Mar 31 16:32:47 2006 +0000 Zaheer Abbas Merali * sys/ximagesrc/ximagesrc.c: Add docs to ximagesrc -Fri Mar 31 15:21:35 2006 +0000 Zaheer Abbas Merali +2006-03-31 15:21:35 +0000 Zaheer Abbas Merali sys/ximagesrc/: Fix ximagesrc so a) the cursor doesnt trail and b) there are no yellow rectangles with the cursor Original commit message from CVS: @@ -27920,7 +27949,7 @@ Fri Mar 31 15:21:35 2006 +0000 Zaheer Abbas Merali Fix ximagesrc so a) the cursor doesnt trail and b) there are no yellow rectangles with the cursor -Thu Mar 30 23:46:42 2006 +0000 Sébastien Moutte +2006-03-30 23:46:42 +0000 Sébastien Moutte * win32/vs6/gst_plugins_good.dsw: * win32/vs6/libgstalaw.dsp: @@ -27957,7 +27986,7 @@ Thu Mar 30 23:46:42 2006 +0000 Sébastien Moutte Original commit message from CVS: *** empty log message *** -Thu Mar 30 23:37:16 2006 +0000 Sébastien Moutte +2006-03-30 23:37:16 +0000 Sébastien Moutte ext\jpeg\smokecodec.c: use of GST_DEBUG instead of DEBUG(a...) for WIN32 Original commit message from CVS: @@ -27986,7 +28015,7 @@ Thu Mar 30 23:37:16 2006 +0000 Sébastien Moutte * win32/vs6: add vs6 projects files for most of plugins-good -Thu Mar 30 15:37:05 2006 +0000 Wim Taymans +2006-03-30 15:37:05 +0000 Wim Taymans better/unified long descriptions Original commit message from CVS: @@ -28102,7 +28131,7 @@ Thu Mar 30 15:37:05 2006 +0000 Wim Taymans Fixed #336602 Some cleanups to auparse, don't send multiple newsegments. -Wed Mar 29 16:06:50 2006 +0000 Michael Dominic K +2006-03-29 16:06:50 +0000 Michael Dominic K ext/dv/gstdvdemux.*: Seek in READY patch. Only works for pull based mode. Original commit message from CVS: @@ -28115,14 +28144,14 @@ Wed Mar 29 16:06:50 2006 +0000 Michael Dominic K Seek in READY patch. Only works for pull based mode. Fixes #323880 -Mon Mar 27 17:06:45 2006 +0000 Edgard Lima +2006-03-27 17:06:45 +0000 Edgard Lima * sys/v4l2/v4l2src_calls.c: Small fix, now pwc driver can tell about its buffers. Original commit message from CVS: Small fix, now pwc driver can tell about its buffers. -Mon Mar 27 14:09:18 2006 +0000 Tim-Philipp Müller +2006-03-27 14:09:18 +0000 Tim-Philipp Müller ext/gdk_pixbuf/gstgdkpixbuf.c: Fix two crashers: don't unref the same caps twice, and set pixbuf loader to NULL after... Original commit message from CVS: @@ -28131,7 +28160,7 @@ Mon Mar 27 14:09:18 2006 +0000 Tim-Philipp Müller Fix two crashers: don't unref the same caps twice, and set pixbuf loader to NULL after freeing it. -Mon Mar 27 14:00:02 2006 +0000 Wim Taymans +2006-03-27 14:00:02 +0000 Wim Taymans ext/speex/gstspeexenc.*: Don't leak adapter. Original commit message from CVS: @@ -28144,7 +28173,7 @@ Mon Mar 27 14:00:02 2006 +0000 Wim Taymans errors. Small cleanups. -Sun Mar 26 19:56:37 2006 +0000 Tim-Philipp Müller +2006-03-26 19:56:37 +0000 Tim-Philipp Müller ext/taglib/gsttaglib.*: Fix newsegment event handling a bit. We need to cache the first newsegment event, because we ... Original commit message from CVS: @@ -28157,14 +28186,14 @@ Sun Mar 26 19:56:37 2006 +0000 Tim-Philipp Müller Also do some minor cleaning up here and there and add some debug statements. -Sun Mar 26 12:24:56 2006 +0000 Tim-Philipp Müller +2006-03-26 12:24:56 +0000 Tim-Philipp Müller gst/id3demux/gstid3demux.c: Create source pad without leaking. Original commit message from CVS: * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad): Create source pad without leaking. -Sat Mar 25 21:57:24 2006 +0000 Tim-Philipp Müller +2006-03-25 21:57:24 +0000 Tim-Philipp Müller ext/taglib/gsttaglib.cc: We do not want to proxy the caps on the sink pad; our source pad should have application/x-i... Original commit message from CVS: @@ -28174,7 +28203,7 @@ Sat Mar 25 21:57:24 2006 +0000 Tim-Philipp Müller don't use already-freed strings in debug messages; finally, adjust buffer offsets on buffers sent out. -Sat Mar 25 13:02:55 2006 +0000 Tim-Philipp Müller +2006-03-25 13:02:55 +0000 Tim-Philipp Müller sys/v4l2/gstv4l2src.c: Older kernels don't seem to have this particular v4l2 format, so comment out until this gets f... Original commit message from CVS: @@ -28183,7 +28212,7 @@ Sat Mar 25 13:02:55 2006 +0000 Tim-Philipp Müller so comment out until this gets fixed properly (and make buildbots happy). -Sat Mar 25 05:31:28 2006 +0000 Edgard Lima +2006-03-25 05:31:28 +0000 Edgard Lima * common: * sys/v4l2/gstv4l2colorbalance.c: @@ -28199,7 +28228,7 @@ Sat Mar 25 05:31:28 2006 +0000 Edgard Lima Original commit message from CVS: Just make few things more robust and also some identation. -Fri Mar 24 19:41:03 2006 +0000 Wim Taymans +2006-03-24 19:41:03 +0000 Wim Taymans ext/flac/: Spifify a bit. Original commit message from CVS: @@ -28211,7 +28240,7 @@ Fri Mar 24 19:41:03 2006 +0000 Wim Taymans cannot be taken within LOCK and the streaming variables are protected with the STREAM_LOCK anyway. -Fri Mar 24 18:56:16 2006 +0000 Wim Taymans +2006-03-24 18:56:16 +0000 Wim Taymans gst/avi/gstavidemux.c: this patch combines the global init_frames with the stream init_frames. Rationale being that t... Original commit message from CVS: @@ -28223,7 +28252,7 @@ Fri Mar 24 18:56:16 2006 +0000 Wim Taymans be subtracted from any stream delay. Fixes #335858. -Fri Mar 24 17:11:56 2006 +0000 Stefan Kost +2006-03-24 17:11:56 +0000 Stefan Kost gst/: use DEBUG_FUNCPTR for collectpads Original commit message from CVS: @@ -28233,7 +28262,7 @@ Fri Mar 24 17:11:56 2006 +0000 Stefan Kost * gst/videomixer/videomixer.c: (gst_videomixer_init): use DEBUG_FUNCPTR for collectpads -Fri Mar 24 09:54:00 2006 +0000 Tim-Philipp Müller +2006-03-24 09:54:00 +0000 Tim-Philipp Müller ext/jpeg/gstjpegenc.c: Don't crash when encoding images where the number of rows isn't a multiple of 2*DCTSIZE. Add s... Original commit message from CVS: @@ -28241,7 +28270,7 @@ Fri Mar 24 09:54:00 2006 +0000 Tim-Philipp Müller Don't crash when encoding images where the number of rows isn't a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR. -Thu Mar 23 21:28:06 2006 +0000 Tim-Philipp Müller +2006-03-23 21:28:06 +0000 Tim-Philipp Müller More state change function fixes. Original commit message from CVS: @@ -28251,7 +28280,7 @@ Thu Mar 23 21:28:06 2006 +0000 Tim-Philipp Müller * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state): More state change function fixes. -Thu Mar 23 20:12:47 2006 +0000 Wim Taymans +2006-03-23 20:12:47 +0000 Wim Taymans ext/esd/esdsink.*: Fix esd choppy playback by configuring audiosink correctly. Fixes #325191 Original commit message from CVS: @@ -28263,14 +28292,14 @@ Thu Mar 23 20:12:47 2006 +0000 Wim Taymans Fix esd choppy playback by configuring audiosink correctly. Fixes #325191 -Thu Mar 23 19:57:34 2006 +0000 Tim-Philipp Müller +2006-03-23 19:57:34 +0000 Tim-Philipp Müller ext/libpng/gstpngdec.c: Make state change function thread-safe. Original commit message from CVS: * ext/libpng/gstpngdec.c: (gst_pngdec_change_state): Make state change function thread-safe. -Thu Mar 23 16:50:32 2006 +0000 Tim-Philipp Müller +2006-03-23 16:50:32 +0000 Tim-Philipp Müller gst/wavparse/gstwavparse.c: Don't try to read beyond the end of the file just because the header claims a bigger size... Original commit message from CVS: @@ -28279,7 +28308,7 @@ Thu Mar 23 16:50:32 2006 +0000 Tim-Philipp Müller Don't try to read beyond the end of the file just because the header claims a bigger size (like with truncated files). -Thu Mar 23 15:36:27 2006 +0000 Tim-Philipp Müller +2006-03-23 15:36:27 +0000 Tim-Philipp Müller gst/wavparse/gstwavparse.*: Delay source pad creation until we have the first chunk of media data, so the we can exam... Original commit message from CVS: @@ -28292,21 +28321,21 @@ Thu Mar 23 15:36:27 2006 +0000 Tim-Philipp Müller caps accordingly if required. This makes playback of .wav files with DTS-declared-as-PCM content work (#313266). -Wed Mar 22 19:50:56 2006 +0000 Christian Schaller +2006-03-22 19:50:56 +0000 Christian Schaller * gst-plugins-good.spec.in: add videobalance plugn Original commit message from CVS: add videobalance plugn -Wed Mar 22 13:02:11 2006 +0000 Jan Schmidt +2006-03-22 13:02:11 +0000 Jan Schmidt * ChangeLog: mention fixed bug number in the changelog Original commit message from CVS: mention fixed bug number in the changelog -Wed Mar 22 13:00:34 2006 +0000 Jan Schmidt +2006-03-22 13:00:34 +0000 Jan Schmidt gst/: Don't attempt typefinding on too-short buffers that have been completely trimmed away. Original commit message from CVS: @@ -28317,7 +28346,7 @@ Wed Mar 22 13:00:34 2006 +0000 Jan Schmidt * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag): Improve the debug output -Tue Mar 21 18:12:59 2006 +0000 Wim Taymans +2006-03-21 18:12:59 +0000 Wim Taymans ext/esd/esdsink.c: Some cleanups. Original commit message from CVS: @@ -28328,7 +28357,7 @@ Tue Mar 21 18:12:59 2006 +0000 Wim Taymans Some cleanups. Reset fd to -1 when we close them. -Tue Mar 21 16:19:37 2006 +0000 Wim Taymans +2006-03-21 16:19:37 +0000 Wim Taymans gst/rtsp/gstrtspsrc.c: the OPTIONS request result is optional so don't fail on it. Original commit message from CVS: @@ -28336,7 +28365,7 @@ Tue Mar 21 16:19:37 2006 +0000 Wim Taymans the OPTIONS request result is optional so don't fail on it. -Tue Mar 21 14:53:36 2006 +0000 Edward Hervey +2006-03-21 14:53:36 +0000 Edward Hervey gst/: gcc 4.1 unreferenced pointer fixes. Original commit message from CVS: @@ -28347,7 +28376,7 @@ Tue Mar 21 14:53:36 2006 +0000 Edward Hervey (gst_wavparse_change_state): gcc 4.1 unreferenced pointer fixes. -Tue Mar 21 13:07:31 2006 +0000 Tommi Myöhänen +2006-03-21 13:07:31 +0000 Tommi Myöhänen gst/wavparse/gstwavparse.c: Fix block alignment calculation. Alignment should be done before adding the byte offset w... Original commit message from CVS: @@ -28356,7 +28385,7 @@ Tue Mar 21 13:07:31 2006 +0000 Tommi Myöhänen Fix block alignment calculation. Alignment should be done before adding the byte offset where the data starts (#335231). -Mon Mar 20 18:34:21 2006 +0000 Jan Schmidt +2006-03-20 18:34:21 +0000 Jan Schmidt gst/matroska/ebml-write.c: Ensure that we set correct caps on buffers that are transferred direct from the input. Original commit message from CVS: @@ -28364,7 +28393,7 @@ Mon Mar 20 18:34:21 2006 +0000 Jan Schmidt Ensure that we set correct caps on buffers that are transferred direct from the input. -Mon Mar 20 17:38:48 2006 +0000 Jan Schmidt +2006-03-20 17:38:48 +0000 Jan Schmidt gst/goom/: Free filter data when cleaning up. (Fixes: #334995) Original commit message from CVS: @@ -28372,21 +28401,21 @@ Mon Mar 20 17:38:48 2006 +0000 Jan Schmidt * gst/goom/goom_core.c: (goom_close): Free filter data when cleaning up. (Fixes: #334995) -Mon Mar 20 08:59:29 2006 +0000 Tim-Philipp Müller +2006-03-20 08:59:29 +0000 Tim-Philipp Müller ext/taglib/gsttaglib.h: Fix left-over gst_my_filter_get_type. Original commit message from CVS: * ext/taglib/gsttaglib.h: Fix left-over gst_my_filter_get_type. -Fri Mar 17 16:34:36 2006 +0000 Zaheer Abbas Merali +2006-03-17 16:34:36 +0000 Zaheer Abbas Merali * sys/ximage/gstximagesrc.c: Have a show mouse pointer property and use it if we can Original commit message from CVS: Have a show mouse pointer property and use it if we can -Fri Mar 17 15:33:08 2006 +0000 Tim-Philipp Müller +2006-03-17 15:33:08 +0000 Tim-Philipp Müller configure.ac: Don't compile udp and rtsp plugins on win32 (mingw) or other systems that don't have for... Original commit message from CVS: @@ -28394,7 +28423,7 @@ Fri Mar 17 15:33:08 2006 +0000 Tim-Philipp Müller Don't compile udp and rtsp plugins on win32 (mingw) or other systems that don't have for some reason (#316203). -Thu Mar 16 17:28:07 2006 +0000 Zaheer Abbas Merali +2006-03-16 17:28:07 +0000 Zaheer Abbas Merali * ChangeLog: * ext/raw1394/gstdv1394src.c: @@ -28404,7 +28433,7 @@ Thu Mar 16 17:28:07 2006 +0000 Zaheer Abbas Merali Change bus reset handler so it reports useful information such as whether the device being used connected or disconnected -Thu Mar 16 16:06:22 2006 +0000 Tim-Philipp Müller +2006-03-16 16:06:22 +0000 Tim-Philipp Müller gst/id3demux/id3v2frames.c: We only care about gain and peak data for the master volume. Original commit message from CVS: @@ -28412,7 +28441,7 @@ Thu Mar 16 16:06:22 2006 +0000 Tim-Philipp Müller (parse_relative_volume_adjustment_two): We only care about gain and peak data for the master volume. -Thu Mar 16 13:22:28 2006 +0000 Tim-Philipp Müller +2006-03-16 13:22:28 +0000 Tim-Philipp Müller gst/id3demux/id3v2frames.c: Read replay gain tags (#323721). Original commit message from CVS: @@ -28421,7 +28450,7 @@ Thu Mar 16 13:22:28 2006 +0000 Tim-Philipp Müller (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist): Read replay gain tags (#323721). -Wed Mar 15 23:19:30 2006 +0000 Tim-Philipp Müller +2006-03-15 23:19:30 +0000 Tim-Philipp Müller configure.ac: Bump requirements to gst-plugins-base CVS because of buggy gst_tag_from_id3_user_tag() in 0.10.5. Original commit message from CVS: @@ -28429,7 +28458,7 @@ Wed Mar 15 23:19:30 2006 +0000 Tim-Philipp Müller Bump requirements to gst-plugins-base CVS because of buggy gst_tag_from_id3_user_tag() in 0.10.5. -Wed Mar 15 22:30:24 2006 +0000 Philippe Kalaf +2006-03-15 22:30:24 +0000 Philippe Kalaf * ChangeLog: * gst/rtp/gstrtppcmadepay.c: @@ -28437,7 +28466,7 @@ Wed Mar 15 22:30:24 2006 +0000 Philippe Kalaf Original commit message from CVS: Fixed one of the caps in the code from mulaw to alaw. -Wed Mar 15 16:21:38 2006 +0000 Jan Schmidt +2006-03-15 16:21:38 +0000 Jan Schmidt gst/apetag/gsttagdemux.c: Ensure that we set caps on the buffers we pass. Original commit message from CVS: @@ -28449,7 +28478,7 @@ Wed Mar 15 16:21:38 2006 +0000 Jan Schmidt Use STREAM, TYPE_NOT_FOUND as the error class when typefinding fails. -Wed Mar 15 16:17:12 2006 +0000 Edward Hervey +2006-03-15 16:17:12 +0000 Edward Hervey Fix memleak with gst_static_pad_template_get(). Original commit message from CVS: @@ -28492,14 +28521,14 @@ Wed Mar 15 16:17:12 2006 +0000 Edward Hervey This uses gst_pad_new_from_static_template() instead. Fixes #333512 -Wed Mar 15 15:08:20 2006 +0000 Edward Hervey +2006-03-15 15:08:20 +0000 Edward Hervey gst/qtdemux/qtdemux.c: Let's not forget to chain up to the parent dispose. Original commit message from CVS: * gst/qtdemux/qtdemux.c: (gst_qtdemux_dispose): Let's not forget to chain up to the parent dispose. -Wed Mar 15 14:39:25 2006 +0000 Edward Hervey +2006-03-15 14:39:25 +0000 Edward Hervey gst/qtdemux/qtdemux.c: Series of memleak fixes: Original commit message from CVS: @@ -28511,7 +28540,7 @@ Wed Mar 15 14:39:25 2006 +0000 Edward Hervey - Use gst_pad_new_from_static_template(), shorter and safer. - Free unused QtDemuxStream when not used. -Tue Mar 14 17:56:02 2006 +0000 Tim-Philipp Müller +2006-03-14 17:56:02 +0000 Tim-Philipp Müller configure.ac: Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(), used by id3demux. Original commit message from CVS: @@ -28524,7 +28553,7 @@ Tue Mar 14 17:56:02 2006 +0000 Tim-Philipp Müller (parse_unique_file_identifier): Add support for UFID and TXXX frames and extract musicbrainz tags. -Tue Mar 14 17:24:03 2006 +0000 Edward Hervey +2006-03-14 17:24:03 +0000 Edward Hervey sys/v4l2/gstv4l2src.c: Initialization of the debugging category should be as early as possible, moving it from _class... Original commit message from CVS: @@ -28533,7 +28562,7 @@ Tue Mar 14 17:24:03 2006 +0000 Edward Hervey Initialization of the debugging category should be as early as possible, moving it from _class_init() to beginning of _base_init(). -Tue Mar 14 15:28:00 2006 +0000 Tim-Philipp Müller +2006-03-14 15:28:00 +0000 Tim-Philipp Müller gst/avi/gstavidemux.c: Catch short reads, like they might happen with truncated files (see #305279); remove unnecessa... Original commit message from CVS: @@ -28541,7 +28570,7 @@ Tue Mar 14 15:28:00 2006 +0000 Tim-Philipp Müller Catch short reads, like they might happen with truncated files (see #305279); remove unnecessary indentation. -Tue Mar 14 14:18:16 2006 +0000 Tim-Philipp Müller +2006-03-14 14:18:16 +0000 Tim-Philipp Müller gst/avi/gstavidemux.c: Fix DIB image inversion for pictures with a depth != 8 (#305279). Original commit message from CVS: @@ -28549,7 +28578,7 @@ Tue Mar 14 14:18:16 2006 +0000 Tim-Philipp Müller Fix DIB image inversion for pictures with a depth != 8 (#305279). -Tue Mar 14 09:23:09 2006 +0000 Tim-Philipp Müller +2006-03-14 09:23:09 +0000 Tim-Philipp Müller ext/jpeg/gstjpegdec.*: Fix durations on outgoing buffers after seeking in MJPEG files (#334083); some minor clean-ups. Original commit message from CVS: @@ -28559,7 +28588,7 @@ Tue Mar 14 09:23:09 2006 +0000 Tim-Philipp Müller Fix durations on outgoing buffers after seeking in MJPEG files (#334083); some minor clean-ups. -Mon Mar 13 18:28:18 2006 +0000 Wim Taymans +2006-03-13 18:28:18 +0000 Wim Taymans gst/wavparse/gstwavparse.c: Implement seek in READY (re-fixes #327658) Original commit message from CVS: @@ -28567,7 +28596,7 @@ Mon Mar 13 18:28:18 2006 +0000 Wim Taymans (gst_wavparse_change_state): Implement seek in READY (re-fixes #327658) -Mon Mar 13 17:22:19 2006 +0000 Tim-Philipp Müller +2006-03-13 17:22:19 +0000 Tim-Philipp Müller ext/taglib/gsttaglib.cc: Add gtk-doc blurb (unused for the time being); match registered plugin name to the filename ... Original commit message from CVS: @@ -28575,7 +28604,7 @@ Mon Mar 13 17:22:19 2006 +0000 Tim-Philipp Müller Add gtk-doc blurb (unused for the time being); match registered plugin name to the filename of the plugin (taglibmux => taglib) -Mon Mar 13 15:49:08 2006 +0000 Wim Taymans +2006-03-13 15:49:08 +0000 Wim Taymans close #333784 unref the result of gst_pad_get_parent() by: Christophe Fergeau. Original commit message from CVS: @@ -28616,7 +28645,7 @@ Mon Mar 13 15:49:08 2006 +0000 Wim Taymans close #333784 unref the result of gst_pad_get_parent() by: Christophe Fergeau. -Mon Mar 13 10:05:09 2006 +0000 Julien Moutte +2006-03-13 10:05:09 +0000 Julien Moutte Fix build of v4l2 (sigh) Original commit message from CVS: @@ -28624,7 +28653,7 @@ Mon Mar 13 10:05:09 2006 +0000 Julien Moutte * docs/plugins/gst-plugins-bad-plugins-decl-list.txt: * sys/v4l2/Makefile.am: Fix build of v4l2 (sigh) -Sun Mar 12 15:33:00 2006 +0000 Edward Hervey +2006-03-12 15:33:00 +0000 Edward Hervey sys/v4l2/v4l2src_calls.c: g_atomic_int_set is only available in glib-0.10, use gst_atomic_int_et instead. Original commit message from CVS: @@ -28633,7 +28662,7 @@ Sun Mar 12 15:33:00 2006 +0000 Edward Hervey g_atomic_int_set is only available in glib-0.10, use gst_atomic_int_et instead. -Sun Mar 12 15:25:51 2006 +0000 Edward Hervey +2006-03-12 15:25:51 +0000 Edward Hervey sys/v4l2/gstv4l2element.h: Remove tim's addition of "_stdint.h" since it doesn't make the PPC buildbot happy. Original commit message from CVS: @@ -28643,7 +28672,7 @@ Sun Mar 12 15:25:51 2006 +0000 Edward Hervey I will just use the same comment Ronald used when he added these lines: Yet Another Hack (tm) for kernel header borkedness. -Sun Mar 12 15:02:02 2006 +0000 Tim-Philipp Müller +2006-03-12 15:02:02 +0000 Tim-Philipp Müller ext/taglib/: Add support for writing MusicBrainz IDs. Original commit message from CVS: @@ -28652,7 +28681,7 @@ Sun Mar 12 15:02:02 2006 +0000 Tim-Philipp Müller * ext/taglib/gsttaglib.h: Add support for writing MusicBrainz IDs. -Sun Mar 12 14:43:57 2006 +0000 Tim-Philipp Müller +2006-03-12 14:43:57 +0000 Tim-Philipp Müller sys/v4l2/gstv4l2element.h: Include "_stdint.h" in an attempt to make the Original commit message from CVS: @@ -28660,7 +28689,7 @@ Sun Mar 12 14:43:57 2006 +0000 Tim-Philipp Müller Include "_stdint.h" in an attempt to make the PPC-buildbot happy. -Sat Mar 11 22:50:03 2006 +0000 Edgard Lima +2006-03-11 22:50:03 +0000 Edgard Lima * sys/v4l2/Makefile.am: * sys/v4l2/gstv4l2.c: @@ -28681,7 +28710,7 @@ Sat Mar 11 22:50:03 2006 +0000 Edgard Lima Original commit message from CVS: V4L2 ported to 0.10. -Sat Mar 11 10:58:08 2006 +0000 Alex Lancaster +2006-03-11 10:58:08 +0000 Alex Lancaster ext/taglib/gsttaglib.cc: and add support for TCOP (copyright) Original commit message from CVS: @@ -28690,14 +28719,14 @@ Sat Mar 11 10:58:08 2006 +0000 Alex Lancaster * ext/taglib/gsttaglib.cc: fix writing of TPOS tags (album number), and add support for TCOP (copyright) -Thu Mar 9 20:02:44 2006 +0000 Tim-Philipp Müller +2006-03-09 20:02:44 +0000 Tim-Philipp Müller gst/qtdemux/qtdemux.c: Fix build with gcc-4.1 (#327355). Original commit message from CVS: * gst/qtdemux/qtdemux.c: (gst_qtdemux_send_event): Fix build with gcc-4.1 (#327355). -Thu Mar 9 17:44:17 2006 +0000 Christophe Fergeau +2006-03-09 17:44:17 +0000 Christophe Fergeau new id3v2 muxer based on TagLib Original commit message from CVS: @@ -28709,7 +28738,7 @@ Thu Mar 9 17:44:17 2006 +0000 Christophe Fergeau * ext/taglib/gsttaglib.cc: * ext/taglib/gsttaglib.h: new id3v2 muxer based on TagLib -Thu Mar 9 11:47:32 2006 +0000 Wim Taymans +2006-03-09 11:47:32 +0000 Wim Taymans ext/dv/gstdvdemux.c: Handle events in push mode better, can now do non-flushing seeks in push mode as well. Original commit message from CVS: @@ -28718,7 +28747,7 @@ Thu Mar 9 11:47:32 2006 +0000 Wim Taymans Handle events in push mode better, can now do non-flushing seeks in push mode as well. -Wed Mar 8 12:16:14 2006 +0000 Tim-Philipp Müller +2006-03-08 12:16:14 +0000 Tim-Philipp Müller gst/qtdemux/qtdemux.c: Extract disc number and count from files that use 'disk' instead of 'disc' as node identifier ... Original commit message from CVS: @@ -28727,14 +28756,14 @@ Wed Mar 8 12:16:14 2006 +0000 Tim-Philipp Müller 'disk' instead of 'disc' as node identifier for that (fixes #332066). -Tue Mar 7 17:31:03 2006 +0000 Wim Taymans +2006-03-07 17:31:03 +0000 Wim Taymans gst/udp/gstdynudpsink.c: Applied patch from Kai Vehmanen, fixes #333624. Original commit message from CVS: * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init): Applied patch from Kai Vehmanen, fixes #333624. -Mon Mar 6 22:22:45 2006 +0000 Julien Moutte +2006-03-06 22:22:45 +0000 Julien Moutte ext/libpng/gstpngdec.c: Implement paletted and grayscale png files handling. (#150363). Original commit message from CVS: @@ -28743,7 +28772,7 @@ Mon Mar 6 22:22:45 2006 +0000 Julien Moutte Implement paletted and grayscale png files handling. (#150363). -Mon Mar 6 00:10:29 2006 +0000 Thomas Vander Stichele +2006-03-06 00:10:29 +0000 Thomas Vander Stichele ext/speex/gstspeexenc.c: fix a tag list assert follow gst-plugins-base/ext/ogg/README; set OFFSET and OFFSET_END. Mu... Original commit message from CVS: @@ -28754,14 +28783,14 @@ Mon Mar 6 00:10:29 2006 +0000 Thomas Vander Stichele and OFFSET_END. Muxes correctly with gst-plugins-base > 0.9.3 -Sun Mar 5 13:03:40 2006 +0000 Tim-Philipp Müller +2006-03-05 13:03:40 +0000 Tim-Philipp Müller gst/qtdemux/qtdemux.c: Add support for '3IVD' fourcc (#333403). Original commit message from CVS: * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Add support for '3IVD' fourcc (#333403). -Sat Mar 4 20:11:35 2006 +0000 Tim-Philipp Müller +2006-03-04 20:11:35 +0000 Tim-Philipp Müller gst/id3demux/: Use new typefind helper functions here as well, and do typefinding in pull-mode if upstream supports t... Original commit message from CVS: @@ -28771,7 +28800,7 @@ Sat Mar 4 20:11:35 2006 +0000 Tim-Philipp Müller Use new typefind helper functions here as well, and do typefinding in pull-mode if upstream supports that. -Sat Mar 4 18:57:37 2006 +0000 Benjamin Pineau +2006-03-04 18:57:37 +0000 Benjamin Pineau sys/sunaudio/: Remove unused variables, breaks build from CVS Original commit message from CVS: @@ -28783,7 +28812,7 @@ Sat Mar 4 18:57:37 2006 +0000 Benjamin Pineau Remove unused variables, breaks build from CVS with -Werror (#333392, patch by: Benjamin Pineau) -Fri Mar 3 23:45:23 2006 +0000 Sébastien Moutte +2006-03-03 23:45:23 +0000 Sébastien Moutte sys/: sinks are now using GST_RANK_PRIMARY to be used with autodectection Original commit message from CVS: @@ -28796,7 +28825,7 @@ Fri Mar 3 23:45:23 2006 +0000 Sébastien Moutte * win32/vs8: vs7 and vs8 project files added -Fri Mar 3 18:36:53 2006 +0000 Wim Taymans +2006-03-03 18:36:53 +0000 Wim Taymans docs/plugins/: Added wavparse docs. Original commit message from CVS: @@ -28816,7 +28845,7 @@ Fri Mar 3 18:36:53 2006 +0000 Wim Taymans Implement seek in READY (fixes #327658) Added docs and did some cleanups. -Fri Mar 3 17:51:16 2006 +0000 Tim-Philipp Müller +2006-03-03 17:51:16 +0000 Tim-Philipp Müller gst/avi/gstavidemux.*: If we have an index, use a duration based on the index instead of blindly trusting the informa... Original commit message from CVS: @@ -28829,7 +28858,7 @@ Fri Mar 3 17:51:16 2006 +0000 Tim-Philipp Müller of blindly trusting the information in the stream headers (fixes #331817). -Fri Mar 3 15:50:40 2006 +0000 Wim Taymans +2006-03-03 15:50:40 +0000 Wim Taymans docs/plugins/: Added smoke and jpeg to the docs. Original commit message from CVS: @@ -28852,7 +28881,7 @@ Fri Mar 3 15:50:40 2006 +0000 Wim Taymans Added some docs. Some cleanups. -Fri Mar 3 14:39:55 2006 +0000 Wim Taymans +2006-03-03 14:39:55 +0000 Wim Taymans docs/plugins/: Added videobalance and videoflip to the docs. Original commit message from CVS: @@ -28884,7 +28913,7 @@ Fri Mar 3 14:39:55 2006 +0000 Wim Taymans * gst/videofilter/gstvideoflip.h: Added docs. -Fri Mar 3 11:07:41 2006 +0000 Edward Hervey +2006-03-03 11:07:41 +0000 Edward Hervey gst/qtdemux/qtdemux.c: Use GST_WARNING instead of GST_ERROR for all the too short/long atoms when parsing. Original commit message from CVS: @@ -28893,7 +28922,7 @@ Fri Mar 3 11:07:41 2006 +0000 Edward Hervey when parsing. Also let's be a bit less vulgar in our warning messages :) -Thu Mar 2 15:14:22 2006 +0000 Tim-Philipp Müller +2006-03-02 15:14:22 +0000 Tim-Philipp Müller configure.ac: Bump requirements to current core and -base CVS (core for new typefind helper API, and -base for the Original commit message from CVS: @@ -28909,7 +28938,7 @@ Thu Mar 2 15:14:22 2006 +0000 Tim-Philipp Müller home-grown stuff; also, do typefinding in pull-mode if upstream supports that. -Tue Feb 28 11:59:49 2006 +0000 Tim-Philipp Müller +2006-02-28 11:59:49 +0000 Tim-Philipp Müller gst/qtdemux/qtdemux.c: Can't divide through zero (suppress warning in case of stream with one single still picture) (... Original commit message from CVS: @@ -28917,21 +28946,21 @@ Tue Feb 28 11:59:49 2006 +0000 Tim-Philipp Müller Can't divide through zero (suppress warning in case of stream with one single still picture) (see #327083) -Tue Feb 28 10:40:01 2006 +0000 Christian Schaller +2006-02-28 10:40:01 +0000 Christian Schaller * ChangeLog: remove conflict indicator Original commit message from CVS: remove conflict indicator -Tue Feb 28 10:39:08 2006 +0000 Christian Schaller +2006-02-28 10:39:08 +0000 Christian Schaller * ChangeLog: add missing entry Original commit message from CVS: add missing entry -Tue Feb 28 10:29:16 2006 +0000 Wim Taymans +2006-02-28 10:29:16 +0000 Wim Taymans gst/wavparse/gstwavparse.c: Use DEBUG_OBJECT more. Original commit message from CVS: @@ -28941,7 +28970,7 @@ Tue Feb 28 10:29:16 2006 +0000 Wim Taymans (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull): Use DEBUG_OBJECT more. -Tue Feb 28 10:22:11 2006 +0000 Wim Taymans +2006-02-28 10:22:11 +0000 Wim Taymans docs/plugins/: Added dvdec and dvdemux to docs. Original commit message from CVS: @@ -28974,7 +29003,7 @@ Tue Feb 28 10:22:11 2006 +0000 Wim Taymans Fix memleaks. Reduce memcpy for the video demuxing. -Tue Feb 28 09:21:27 2006 +0000 Jan Schmidt +2006-02-28 09:21:27 +0000 Jan Schmidt ext/annodex/: Add a little extra debug. Make the decoder not return NOT_LINKED, as we want to continue decoding all C... Original commit message from CVS: @@ -28985,14 +29014,14 @@ Tue Feb 28 09:21:27 2006 +0000 Jan Schmidt Add a little extra debug. Make the decoder not return NOT_LINKED, as we want to continue decoding all CMML and emitting tags. -Mon Feb 27 14:37:29 2006 +0000 Christian Schaller +2006-02-27 14:37:29 +0000 Christian Schaller * gst-plugins-good.spec.in: add annodex plugin Original commit message from CVS: add annodex plugin -Mon Feb 27 14:00:18 2006 +0000 Michael Smith +2006-02-27 14:00:18 +0000 Michael Smith ext/annodex/gstskeltag.*: Deleted; these files aren't used any more either. Original commit message from CVS: @@ -29000,14 +29029,14 @@ Mon Feb 27 14:00:18 2006 +0000 Michael Smith * ext/annodex/gstskeltag.h: Deleted; these files aren't used any more either. -Sat Feb 25 20:37:29 2006 +0000 Julien Moutte +2006-02-25 20:37:29 +0000 Julien Moutte ext/Makefile.am: Fix dist-check. Original commit message from CVS: 2006-02-25 Julien MOUTTE * ext/Makefile.am: Fix dist-check. -Sat Feb 25 19:36:24 2006 +0000 Julien Moutte +2006-02-25 19:36:24 +0000 Julien Moutte ext/annodex/gstcmmlenc.c: Fix another memleak. Original commit message from CVS: @@ -29015,7 +29044,7 @@ Sat Feb 25 19:36:24 2006 +0000 Julien Moutte * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another memleak. -Sat Feb 25 19:07:41 2006 +0000 Julien Moutte +2006-02-25 19:07:41 +0000 Julien Moutte Fix a memleak in gst_cmml_track_list_add_clip. Original commit message from CVS: @@ -29036,7 +29065,7 @@ Sat Feb 25 19:07:41 2006 +0000 Julien Moutte Register a libxml error handler to not print stuff on stderr. Check for bad clip start and end times in the testsuites. -Sat Feb 25 11:37:10 2006 +0000 Julien Moutte +2006-02-25 11:37:10 +0000 Julien Moutte ext/annodex/: Fix possible memleaks. Original commit message from CVS: @@ -29048,7 +29077,7 @@ Sat Feb 25 11:37:10 2006 +0000 Julien Moutte * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix possible memleaks. -Fri Feb 24 23:52:28 2006 +0000 Julien Moutte +2006-02-24 23:52:28 +0000 Julien Moutte tests/check/: Fix tests so that they use the plugins-base tags. Original commit message from CVS: @@ -29058,21 +29087,21 @@ Fri Feb 24 23:52:28 2006 +0000 Julien Moutte * tests/check/elements/cmmlenc.c: Fix tests so that they use the plugins-base tags. -Fri Feb 24 23:36:58 2006 +0000 Julien Moutte +2006-02-24 23:36:58 +0000 Julien Moutte ext/Makefile.am: Re-enable module. Original commit message from CVS: 2006-02-25 Julien MOUTTE * ext/Makefile.am: Re-enable module. -Fri Feb 24 23:32:14 2006 +0000 Julien Moutte +2006-02-24 23:32:14 +0000 Julien Moutte tests/check/Makefile.am: Forgot to remove that test. Original commit message from CVS: 2006-02-25 Julien MOUTTE * tests/check/Makefile.am: Forgot to remove that test. -Fri Feb 24 23:31:08 2006 +0000 Julien Moutte +2006-02-24 23:31:08 +0000 Julien Moutte Try to fix Annodex plugin. Original commit message from CVS: @@ -29085,14 +29114,14 @@ Fri Feb 24 23:31:08 2006 +0000 Julien Moutte * tests/check/Makefile.am: * tests/check/elements/skeldec.c: Try to fix Annodex plugin. -Fri Feb 24 23:06:27 2006 +0000 Julien Moutte +2006-02-24 23:06:27 +0000 Julien Moutte tests/check/Makefile.am: Disable those checks as well. Original commit message from CVS: 2006-02-25 Julien MOUTTE * tests/check/Makefile.am: Disable those checks as well. -Fri Feb 24 22:49:29 2006 +0000 Julien Moutte +2006-02-24 22:49:29 +0000 Julien Moutte ext/Makefile.am: Disable annodex for now until we figure out how to make it build. Original commit message from CVS: @@ -29105,7 +29134,7 @@ Fri Feb 24 22:49:29 2006 +0000 Julien Moutte to do that, please check that the buildbots are not crying because of your commit." -Fri Feb 24 19:51:29 2006 +0000 Edgard Lima +2006-02-24 19:51:29 +0000 Edgard Lima * ChangeLog: * configure.ac: @@ -29119,7 +29148,7 @@ Fri Feb 24 19:51:29 2006 +0000 Edgard Lima Original commit message from CVS: Gdkpixbuf ported from 0.8 to 0.10 by Renato Filho . gst_loader and gdkpixbufanimation still need port. -Fri Feb 24 19:49:32 2006 +0000 Fabrizio Gennari +2006-02-24 19:49:32 +0000 Fabrizio Gennari gst/qtdemux/qtdemux.c: Add support for palettised Apple SMC videos (#327075, based on Original commit message from CVS: @@ -29128,7 +29157,7 @@ Fri Feb 24 19:49:32 2006 +0000 Fabrizio Gennari Add support for palettised Apple SMC videos (#327075, based on patch by: Fabrizio Gennari ). -Fri Feb 24 19:07:10 2006 +0000 Michael Smith +2006-02-24 19:07:10 +0000 Michael Smith Add Annodex elements from Alessendro Decina: skeleton and CMML. Original commit message from CVS: @@ -29160,21 +29189,21 @@ Fri Feb 24 19:07:10 2006 +0000 Michael Smith Includes tests & docs, oh my! Passes Thomas's -good checklist entirely. Wow. -Fri Feb 24 17:09:56 2006 +0000 Michael Smith +2006-02-24 17:09:56 +0000 Michael Smith autogen.sh: Check for automake 1.9 as well. Original commit message from CVS: * autogen.sh: Check for automake 1.9 as well. -Fri Feb 24 14:49:48 2006 +0000 Tim-Philipp Müller +2006-02-24 14:49:48 +0000 Tim-Philipp Müller ext/flac/gstflacenc.c: Change min. sample rate to 8kHz to match flacdec's. Original commit message from CVS: * ext/flac/gstflacenc.c: Change min. sample rate to 8kHz to match flacdec's. -Thu Feb 23 20:08:58 2006 +0000 Tim-Philipp Müller +2006-02-23 20:08:58 +0000 Tim-Philipp Müller ext/cdio/Makefile.am: Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be required for Cygwin, see #317048) Original commit message from CVS: @@ -29187,7 +29216,7 @@ Thu Feb 23 20:08:58 2006 +0000 Tim-Philipp Müller includes to only use one or the other, prefering the unxi one (#317048). -Thu Feb 23 12:21:25 2006 +0000 Philippe Kalaf +2006-02-23 12:21:25 +0000 Philippe Kalaf rtp/gst/: Separated the G711 payloaders/depayloaders into separate elements for mulaw/alaw. Also removed the old g711... Original commit message from CVS: @@ -29206,7 +29235,7 @@ Thu Feb 23 12:21:25 2006 +0000 Philippe Kalaf Separated the G711 payloaders/depayloaders into separate elements for mulaw/alaw. Also removed the old g711 payloaders/depayloaders. -Wed Feb 22 20:22:25 2006 +0000 Wim Taymans +2006-02-22 20:22:25 +0000 Wim Taymans ext/dv/: Ueber spiffify some more, added debug category. Original commit message from CVS: @@ -29225,7 +29254,7 @@ Wed Feb 22 20:22:25 2006 +0000 Wim Taymans Use segments, respect playback rate from newsegment. Fix refcount issue. -Wed Feb 22 09:33:25 2006 +0000 Edward Hervey +2006-02-22 09:33:25 +0000 Edward Hervey gst/qtdemux/qtdemux.c: Add 'dvsd' and 'dv25' to list of possible fourcc values for DV Video. Original commit message from CVS: @@ -29234,7 +29263,7 @@ Wed Feb 22 09:33:25 2006 +0000 Edward Hervey Add 'dvsd' and 'dv25' to list of possible fourcc values for DV Video. Add image/png for fourcc 'png ' -Mon Feb 20 21:19:59 2006 +0000 Jan Schmidt +2006-02-20 21:19:59 +0000 Jan Schmidt Port ximagesrc to 0.10 (Closes #304795) Original commit message from CVS: @@ -29264,7 +29293,9 @@ Mon Feb 20 21:19:59 2006 +0000 Jan Schmidt * sys/ximagesrc/ximageutil.h: Port ximagesrc to 0.10 (Closes #304795) -Mon Feb 20 19:12:10 2006 +0000 Jan Schmidt +=== release 0.10.1 === + +2006-02-20 19:12:10 +0000 Jan Schmidt configure.ac: releasing 0.10.1, "Slimy - yet satisfying" Original commit message from CVS: @@ -29272,7 +29303,7 @@ Mon Feb 20 19:12:10 2006 +0000 Jan Schmidt * configure.ac: releasing 0.10.1, "Slimy - yet satisfying" -Mon Feb 20 13:08:50 2006 +0000 Jan Schmidt +2006-02-20 13:08:50 +0000 Jan Schmidt ext/ladspa/gstsignalprocessor.c: Fix compilation of LADPSA. It doesn't seem to work, and isn't enabled for the build,... Original commit message from CVS: @@ -29282,7 +29313,7 @@ Mon Feb 20 13:08:50 2006 +0000 Jan Schmidt enabled for the build, but it helps me win the feature-count competitions ooh yeah. -Sun Feb 19 16:02:25 2006 +0000 Wim Taymans +2006-02-19 16:02:25 +0000 Wim Taymans gst/avi/gstavidemux.c: Use scaling code for added precission and more correct stop position in case scale==0. Original commit message from CVS: @@ -29295,7 +29326,7 @@ Sun Feb 19 16:02:25 2006 +0000 Wim Taymans Use scaling code for added precission and more correct stop position in case scale==0. -Sun Feb 19 12:09:19 2006 +0000 Wim Taymans +2006-02-19 12:09:19 +0000 Wim Taymans gst/flx/gstflxdec.*: Implement DURATION query. Original commit message from CVS: @@ -29304,7 +29335,7 @@ Sun Feb 19 12:09:19 2006 +0000 Wim Taymans * gst/flx/gstflxdec.h: Implement DURATION query. -Sun Feb 19 11:57:58 2006 +0000 Wim Taymans +2006-02-19 11:57:58 +0000 Wim Taymans gst/flx/: Set MALLOCDATA for the temp buffers so we don't leak. Original commit message from CVS: @@ -29319,7 +29350,7 @@ Sun Feb 19 11:57:58 2006 +0000 Wim Taymans Consume all data in the adapter before leaving the chain function. Fixes #330678. -Sat Feb 18 20:48:09 2006 +0000 Jan Schmidt +2006-02-18 20:48:09 +0000 Jan Schmidt gst/id3demux/: Handle 0 data size in otherwise valid frames. Original commit message from CVS: @@ -29328,7 +29359,7 @@ Sat Feb 18 20:48:09 2006 +0000 Jan Schmidt Handle 0 data size in otherwise valid frames. Handle numeric strings in 2.4.0 even when not in parentheses -Sat Feb 18 17:20:48 2006 +0000 Tim-Philipp Müller +2006-02-18 17:20:48 +0000 Tim-Philipp Müller gst/matroska/: Recognise SSA/ASS and USF subtitle formats and set proper caps when they are found. Original commit message from CVS: @@ -29339,7 +29370,7 @@ Sat Feb 18 17:20:48 2006 +0000 Tim-Philipp Müller Recognise SSA/ASS and USF subtitle formats and set proper caps when they are found. -Fri Feb 17 18:25:42 2006 +0000 Tim-Philipp Müller +2006-02-17 18:25:42 +0000 Tim-Philipp Müller gst/qtdemux/qtdemux.c: Don't GST_LOG timestamps from nonexistent index entries (#331582). Original commit message from CVS: @@ -29347,7 +29378,7 @@ Fri Feb 17 18:25:42 2006 +0000 Tim-Philipp Müller Don't GST_LOG timestamps from nonexistent index entries (#331582). -Fri Feb 17 17:54:05 2006 +0000 Tim-Philipp Müller +2006-02-17 17:54:05 +0000 Tim-Philipp Müller ext/jpeg/gstjpegdec.c: Fix invalid memory access for some odd-sized images (see image contained in quicktime stream i... Original commit message from CVS: @@ -29357,7 +29388,7 @@ Fri Feb 17 17:54:05 2006 +0000 Tim-Philipp Müller (see image contained in quicktime stream in #327083); use g_malloc() instead of g_alloca(). -Fri Feb 17 16:28:29 2006 +0000 Edward Hervey +2006-02-17 16:28:29 +0000 Edward Hervey gst/qtdemux/qtdemux.c: Check that the size of the returned buffer is of the correct size because the parser assumes t... Original commit message from CVS: @@ -29366,21 +29397,21 @@ Fri Feb 17 16:28:29 2006 +0000 Edward Hervey because the parser assumes that. Fixes #331543. -Fri Feb 17 15:37:38 2006 +0000 Wim Taymans +2006-02-17 15:37:38 +0000 Wim Taymans gst/rtp/gstrtpamrdepay.c: Patch from Sebastien Cote, fixes #319884 Original commit message from CVS: * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain): Patch from Sebastien Cote, fixes #319884 -Fri Feb 17 11:19:34 2006 +0000 Tim-Philipp Müller +2006-02-17 11:19:34 +0000 Tim-Philipp Müller ext/cdio/gstcdio.c: Init debug category (#331253). Original commit message from CVS: * ext/cdio/gstcdio.c: (plugin_init): Init debug category (#331253). -Fri Feb 17 10:53:38 2006 +0000 Christian Schaller +2006-02-17 10:53:38 +0000 Christian Schaller * ext/gconf/gconf.c: * ext/gconf/gconf.h: @@ -29392,7 +29423,7 @@ Fri Feb 17 10:53:38 2006 +0000 Christian Schaller Original commit message from CVS: add Jurg's patch for multidevice support -Thu Feb 16 20:30:13 2006 +0000 Tim-Philipp Müller +2006-02-16 20:30:13 +0000 Tim-Philipp Müller gst/wavparse/gstwavparse.c: Pass extra_data to gst_riff_create_audio_caps(), so that Original commit message from CVS: @@ -29402,7 +29433,7 @@ Thu Feb 16 20:30:13 2006 +0000 Tim-Philipp Müller it as taglist on the bus. Allow up to 8 channesl for raw PCM in the source pad template caps. -Thu Feb 16 16:53:52 2006 +0000 Wim Taymans +2006-02-16 16:53:52 +0000 Wim Taymans gst/multipart/multipartdemux.c: Applied #318663. Gives quite a few false positives in autoscan mode, but it's better ... Original commit message from CVS: @@ -29414,7 +29445,7 @@ Thu Feb 16 16:53:52 2006 +0000 Wim Taymans Applied #318663. Gives quite a few false positives in autoscan mode, but it's better than nothing. Not closing yet. -Thu Feb 16 14:13:48 2006 +0000 Wim Taymans +2006-02-16 14:13:48 +0000 Wim Taymans Update documentation. Original commit message from CVS: @@ -29428,7 +29459,7 @@ Thu Feb 16 14:13:48 2006 +0000 Wim Taymans Update documentation. Fix args. -Thu Feb 16 14:02:57 2006 +0000 Edward Hervey +2006-02-16 14:02:57 +0000 Edward Hervey gst/qtdemux/qtdemux.c: Don't stop the task if the pad isn't linked. Original commit message from CVS: @@ -29436,7 +29467,7 @@ Thu Feb 16 14:02:57 2006 +0000 Edward Hervey (gst_qtdemux_loop), (qtdemux_sink_activate_pull): Don't stop the task if the pad isn't linked. -Thu Feb 16 10:58:18 2006 +0000 Jan Schmidt +2006-02-16 10:58:18 +0000 Jan Schmidt gst/id3demux/id3tags.c: ID3 2.3.0 used synch-safe integers for the tag size, but not for the frame size. (Fixes #331368) Original commit message from CVS: @@ -29444,7 +29475,7 @@ Thu Feb 16 10:58:18 2006 +0000 Jan Schmidt ID3 2.3.0 used synch-safe integers for the tag size, but not for the frame size. (Fixes #331368) -Thu Feb 16 10:42:25 2006 +0000 Wim Taymans +2006-02-16 10:42:25 +0000 Wim Taymans gst/rtsp/README: Updated README. Original commit message from CVS: @@ -29461,7 +29492,7 @@ Thu Feb 16 10:42:25 2006 +0000 Wim Taymans Cleanup when port allocation fails. Fixes #319183. -Thu Feb 16 09:17:58 2006 +0000 Wouter Paesen +2006-02-16 09:17:58 +0000 Wouter Paesen gst/alpha/gstalpha.c: Don't ignore return value of the parent class's state Original commit message from CVS: @@ -29469,7 +29500,7 @@ Thu Feb 16 09:17:58 2006 +0000 Wouter Paesen Don't ignore return value of the parent class's state change function (#331385, patch by: Wouter Paesen). -Wed Feb 15 12:17:28 2006 +0000 Wim Taymans +2006-02-15 12:17:28 +0000 Wim Taymans Add HAL sound device wrapper plugins. Closes #329106 Original commit message from CVS: @@ -29501,14 +29532,14 @@ Wed Feb 15 12:17:28 2006 +0000 Wim Taymans * ext/hal/hal.h: Add HAL sound device wrapper plugins. Closes #329106 -Wed Feb 15 12:13:47 2006 +0000 Tim-Philipp Müller +2006-02-15 12:13:47 +0000 Tim-Philipp Müller gst/qtdemux/qtdemux.c: It appears 100% equals 1/1 and not 100/1 ... Original commit message from CVS: * gst/qtdemux/qtdemux.c: (gst_qtdemux_chain): It appears 100% equals 1/1 and not 100/1 ... -Wed Feb 15 10:15:47 2006 +0000 Wim Taymans +2006-02-15 10:15:47 +0000 Wim Taymans gst/avi/gstavidemux.c: Add comment in a fultile attempt to stop the copy-and-paste paradigm leading to duplication of... Original commit message from CVS: @@ -29518,7 +29549,7 @@ Wed Feb 15 10:15:47 2006 +0000 Wim Taymans * gst/rtsp/rtsptransport.c: (rtsp_transport_parse): Mime parameters have to be checked case insensitive -Wed Feb 15 09:45:27 2006 +0000 Tim-Philipp Müller +2006-02-15 09:45:27 +0000 Tim-Philipp Müller gst/qtdemux/qtdemux.c: When buffering MDAT data, show the user something is happening by posting 'buffering' messages... Original commit message from CVS: @@ -29527,7 +29558,7 @@ Wed Feb 15 09:45:27 2006 +0000 Tim-Philipp Müller When buffering MDAT data, show the user something is happening by posting 'buffering' messages on the bus. -Tue Feb 14 23:23:08 2006 +0000 Tim-Philipp Müller +2006-02-14 23:23:08 +0000 Tim-Philipp Müller gst/matroska/matroska-demux.c: Advance stream time for lagging subtitle streams by sending newsegment events with the... Original commit message from CVS: @@ -29535,7 +29566,7 @@ Tue Feb 14 23:23:08 2006 +0000 Tim-Philipp Müller Advance stream time for lagging subtitle streams by sending newsegment events with the update flag set. -Tue Feb 14 18:50:13 2006 +0000 Edward Hervey +2006-02-14 18:50:13 +0000 Edward Hervey gst/qtdemux/qtdemux.*: Make push-based work if mdat atom is before moov atom. Original commit message from CVS: @@ -29547,7 +29578,7 @@ Tue Feb 14 18:50:13 2006 +0000 Edward Hervey Don't answer duration query. This should be transformed into replying FALSE to seek events. -Tue Feb 14 16:58:30 2006 +0000 Edward Hervey +2006-02-14 16:58:30 +0000 Edward Hervey gst/avi/gstavidemux.c: There can be bogus data before the hdrl LIST tag in the RIFF header. Original commit message from CVS: @@ -29557,7 +29588,7 @@ Tue Feb 14 16:58:30 2006 +0000 Edward Hervey but since Google Video is producing AVIs like that and the other player don't seem to complain, I guess we should do the same. -Tue Feb 14 11:24:53 2006 +0000 Edward Hervey +2006-02-14 11:24:53 +0000 Edward Hervey gst/qtdemux/qtdemux.c: Handle the case where data atoms are before moov atoms in push-based mode. Original commit message from CVS: @@ -29565,7 +29596,7 @@ Tue Feb 14 11:24:53 2006 +0000 Edward Hervey Handle the case where data atoms are before moov atoms in push-based mode. Errors out gracefully. -Mon Feb 13 22:04:42 2006 +0000 Edward Hervey +2006-02-13 22:04:42 +0000 Edward Hervey gst/qtdemux/: QtDemux can now work push-based. Original commit message from CVS: @@ -29581,7 +29612,7 @@ Mon Feb 13 22:04:42 2006 +0000 Edward Hervey QtDemux can now work push-based. It still needs some love for seeking. -Mon Feb 13 12:00:51 2006 +0000 Jan Schmidt +2006-02-13 12:00:51 +0000 Jan Schmidt gst/id3demux/id3v2frames.c: Add more validation to ensure that a char encoding conversion produced a valid UTF-8 string. Original commit message from CVS: @@ -29590,7 +29621,7 @@ Mon Feb 13 12:00:51 2006 +0000 Jan Schmidt Add more validation to ensure that a char encoding conversion produced a valid UTF-8 string. -Mon Feb 13 10:43:15 2006 +0000 Edward Hervey +2006-02-13 10:43:15 +0000 Edward Hervey gst/avi/gstavidemux.c: Properly handle end of segment. Closes #330885. Original commit message from CVS: @@ -29598,14 +29629,14 @@ Mon Feb 13 10:43:15 2006 +0000 Edward Hervey * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry): Properly handle end of segment. Closes #330885. -Mon Feb 13 10:36:23 2006 +0000 Wim Taymans +2006-02-13 10:36:23 +0000 Wim Taymans gst/rtp/gstrtpmp4gpay.h: For got to commit this one. Original commit message from CVS: * gst/rtp/gstrtpmp4gpay.h: For got to commit this one. -Sun Feb 12 18:59:36 2006 +0000 Wim Taymans +2006-02-12 18:59:36 +0000 Wim Taymans gst/rtp/gstrtpmp4gpay.*: Make more things work. Original commit message from CVS: @@ -29617,14 +29648,14 @@ Sun Feb 12 18:59:36 2006 +0000 Wim Taymans Make more things work. Handle ACC config strings. -Sun Feb 12 13:10:20 2006 +0000 Thomas Vander Stichele +2006-02-12 13:10:20 +0000 Thomas Vander Stichele gst/rtp/gstrtpamrpay.c: set timestamps if no incoming timestamps set Original commit message from CVS: * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer): set timestamps if no incoming timestamps set -Sat Feb 11 13:54:26 2006 +0000 Tim-Philipp Müller +2006-02-11 13:54:26 +0000 Tim-Philipp Müller gst/apetag/gsttagdemux.c: ... and fix the very same leaks in GstTagDemux. Original commit message from CVS: @@ -29632,7 +29663,7 @@ Sat Feb 11 13:54:26 2006 +0000 Tim-Philipp Müller (gst_tag_demux_do_typefind): ... and fix the very same leaks in GstTagDemux. -Sat Feb 11 13:35:13 2006 +0000 Jon Trowbridge +2006-02-11 13:35:13 +0000 Jon Trowbridge gst/id3demux/gstid3demux.c: Original commit message from CVS: @@ -29641,7 +29672,7 @@ Sat Feb 11 13:35:13 2006 +0000 Jon Trowbridge Fix a couple of mem leaks. (Patch by Jonathan Matthew ) -Fri Feb 10 17:37:39 2006 +0000 Wim Taymans +2006-02-10 17:37:39 +0000 Wim Taymans gst/rtp/gstrtpmp4vpay.c: First set options, then set caps or else the baseclass will not know about the options, duh. Original commit message from CVS: @@ -29649,7 +29680,7 @@ Fri Feb 10 17:37:39 2006 +0000 Wim Taymans First set options, then set caps or else the baseclass will not know about the options, duh. -Fri Feb 10 17:16:55 2006 +0000 Wim Taymans +2006-02-10 17:16:55 +0000 Wim Taymans gst/rtp/gstrtpmp4vpay.c: Don't waste time looking for a config string if we have codec_info on the incomming caps. Original commit message from CVS: @@ -29658,7 +29689,7 @@ Fri Feb 10 17:16:55 2006 +0000 Wim Taymans Don't waste time looking for a config string if we have codec_info on the incomming caps. -Fri Feb 10 16:40:58 2006 +0000 Wim Taymans +2006-02-10 16:40:58 +0000 Wim Taymans gst/rtp/README: Say something about case-sensitivity of caps vs mime-attributes. Original commit message from CVS: @@ -29678,7 +29709,7 @@ Fri Feb 10 16:40:58 2006 +0000 Wim Taymans * gst/rtp/gstrtpmp4gpay.h: Added beginnings of mpeg4-generic payloader (RFC 3640) -Thu Feb 9 14:20:14 2006 +0000 Wim Taymans +2006-02-09 14:20:14 +0000 Wim Taymans gst/rtsp/: Resurected rtpdec to make rtspsrc happy again. Original commit message from CVS: @@ -29698,7 +29729,7 @@ Thu Feb 9 14:20:14 2006 +0000 Wim Taymans Skip attributes from the session id. Don't crash when dumping a message with an empty body. -Thu Feb 9 14:14:07 2006 +0000 Wim Taymans +2006-02-09 14:14:07 +0000 Wim Taymans gst/rtp/gstrtpamrdepay.c: Added more meaningfull warnings when something goes wrong. Original commit message from CVS: @@ -29712,14 +29743,16 @@ Thu Feb 9 14:14:07 2006 +0000 Wim Taymans * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data): Added some debugging. -Thu Feb 9 11:25:42 2006 +0000 Jan Schmidt +2006-02-09 11:25:42 +0000 Jan Schmidt configure.ac: Back to CVS Original commit message from CVS: * configure.ac: Back to CVS -Thu Feb 9 11:22:38 2006 +0000 Jan Schmidt +=== release 0.10.2 === + +2006-02-09 11:22:38 +0000 Jan Schmidt * ChangeLog: * NEWS: @@ -29771,7 +29804,7 @@ Thu Feb 9 11:22:38 2006 +0000 Jan Schmidt Original commit message from CVS: Releasing 0.10.2 -Wed Feb 8 17:35:05 2006 +0000 Jan Schmidt +2006-02-08 17:35:05 +0000 Jan Schmidt * po/af.po: * po/az.po: @@ -29791,14 +29824,14 @@ Wed Feb 8 17:35:05 2006 +0000 Jan Schmidt Original commit message from CVS: Update .po files -Wed Feb 8 17:18:20 2006 +0000 Jan Schmidt +2006-02-08 17:18:20 +0000 Jan Schmidt * ChangeLog: Oops, jumping the gun with the ChangeLog entry Original commit message from CVS: Oops, jumping the gun with the ChangeLog entry -Wed Feb 8 17:16:46 2006 +0000 Jan Schmidt +2006-02-08 17:16:46 +0000 Jan Schmidt configure.ac: Bump core and plugins-base requirement to 0.10.2.2 for API additions (and 1 migration of gst_bin_find_u... Original commit message from CVS: @@ -29806,7 +29839,7 @@ Wed Feb 8 17:16:46 2006 +0000 Jan Schmidt Bump core and plugins-base requirement to 0.10.2.2 for API additions (and 1 migration of gst_bin_find_unconnected_pad) -Wed Feb 8 17:12:40 2006 +0000 Tim-Philipp Müller +2006-02-08 17:12:40 +0000 Tim-Philipp Müller ext/: Register musicbrainz tags. Original commit message from CVS: @@ -29814,14 +29847,14 @@ Wed Feb 8 17:12:40 2006 +0000 Tim-Philipp Müller * ext/speex/gstspeex.c: (plugin_init): Register musicbrainz tags. -Tue Feb 7 18:31:31 2006 +0000 Thomas Vander Stichele +2006-02-07 18:31:31 +0000 Thomas Vander Stichele * gst/qtdemux/qtdemux.c: remove unused var Original commit message from CVS: remove unused var -Tue Feb 7 18:01:17 2006 +0000 Thomas Vander Stichele +2006-02-07 18:01:17 +0000 Thomas Vander Stichele gst/qtdemux/qtdemux.c: use the correct variable to check if we can calculate the last chunk. Looks like an obvious b... Original commit message from CVS: @@ -29831,7 +29864,7 @@ Tue Feb 7 18:01:17 2006 +0000 Thomas Vander Stichele the last chunk. Looks like an obvious bug, and makes the dump of offsets comparable to other tools -Tue Feb 7 17:54:42 2006 +0000 Thomas Vander Stichele +2006-02-07 17:54:42 +0000 Thomas Vander Stichele gst/qtdemux/qtdemux.c: clean up some debugging, using _OBJECT, moving recurring messages to LOG level Original commit message from CVS: @@ -29840,14 +29873,14 @@ Tue Feb 7 17:54:42 2006 +0000 Thomas Vander Stichele clean up some debugging, using _OBJECT, moving recurring messages to LOG level -Tue Feb 7 16:23:33 2006 +0000 Tim-Philipp Müller +2006-02-07 16:23:33 +0000 Tim-Philipp Müller ext/gconf/gconf.h: Remove declaration of function that no longer exists. Original commit message from CVS: * ext/gconf/gconf.h: Remove declaration of function that no longer exists. -Tue Feb 7 13:39:08 2006 +0000 Zaheer Abbas Merali +2006-02-07 13:39:08 +0000 Zaheer Abbas Merali ext/shout2/gstshout2.c: Make shout2 work for non ogg streams Original commit message from CVS: @@ -29856,7 +29889,7 @@ Tue Feb 7 13:39:08 2006 +0000 Zaheer Abbas Merali (gst_shout2send_setcaps), (gst_shout2send_change_state): Make shout2 work for non ogg streams -Mon Feb 6 17:26:43 2006 +0000 Wim Taymans +2006-02-06 17:26:43 +0000 Wim Taymans gst/udp/gstmultiudpsink.*: Updated docs. Original commit message from CVS: @@ -29871,7 +29904,7 @@ Mon Feb 6 17:26:43 2006 +0000 Wim Taymans Post proper error messages, Emit client added signal too. -Mon Feb 6 15:41:25 2006 +0000 Wim Taymans +2006-02-06 15:41:25 +0000 Wim Taymans gst/qtdemux/qtdemux.*: Some QT demux loving. Original commit message from CVS: @@ -29889,7 +29922,7 @@ Mon Feb 6 15:41:25 2006 +0000 Wim Taymans Remove some \n in DEBUG strings. Use _scale_int for maximum precision. -Mon Feb 6 15:31:16 2006 +0000 Thomas Vander Stichele +2006-02-06 15:31:16 +0000 Thomas Vander Stichele * ChangeLog: * common: @@ -29901,14 +29934,14 @@ Mon Feb 6 15:31:16 2006 +0000 Thomas Vander Stichele Original commit message from CVS: adding docs for multiudpsink -Mon Feb 6 15:28:56 2006 +0000 Thomas Vander Stichele +2006-02-06 15:28:56 +0000 Thomas Vander Stichele gst/level/gstlevel.c: peak below decay is not necessarily an error, so don't ERROR log Original commit message from CVS: * gst/level/gstlevel.c: (gst_level_transform_ip): peak below decay is not necessarily an error, so don't ERROR log -Mon Feb 6 15:27:06 2006 +0000 Thomas Vander Stichele +2006-02-06 15:27:06 +0000 Thomas Vander Stichele * docs/plugins/inspect/plugin-1394.xml: * docs/plugins/inspect/plugin-aasink.xml: @@ -29952,7 +29985,7 @@ Mon Feb 6 15:27:06 2006 +0000 Thomas Vander Stichele Original commit message from CVS: cvs versions -Mon Feb 6 14:25:34 2006 +0000 Tim-Philipp Müller +2006-02-06 14:25:34 +0000 Tim-Philipp Müller gst/matroska/ebml-write.*: Make sure we send a newsegment event in BYTES format before sending buffers (#328531). Original commit message from CVS: @@ -29963,7 +29996,7 @@ Mon Feb 6 14:25:34 2006 +0000 Tim-Philipp Müller Make sure we send a newsegment event in BYTES format before sending buffers (#328531). -Mon Feb 6 12:18:45 2006 +0000 Tim-Philipp Müller +2006-02-06 12:18:45 +0000 Tim-Philipp Müller Pass unhandled queries upstream instead of just dropping them (#326446). Update query type arrays here and there. Original commit message from CVS: @@ -29983,7 +30016,7 @@ Mon Feb 6 12:18:45 2006 +0000 Tim-Philipp Müller Pass unhandled queries upstream instead of just dropping them (#326446). Update query type arrays here and there. -Mon Feb 6 11:57:52 2006 +0000 Tim-Philipp Müller +2006-02-06 11:57:52 +0000 Tim-Philipp Müller tests/check/elements/matroskamux.c: Collectpads in core got changed and now also holds a reference to any pad that is... Original commit message from CVS: @@ -29992,14 +30025,14 @@ Mon Feb 6 11:57:52 2006 +0000 Tim-Philipp Müller reference to any pad that is part of it. Fix refcount checks in test case accordingly. -Mon Feb 6 11:41:43 2006 +0000 Tim-Philipp Müller +2006-02-06 11:41:43 +0000 Tim-Philipp Müller gst/apetag/gstapedemux.h: Fix include, for now GstTagDemux is in the apetag dir. Original commit message from CVS: * gst/apetag/gstapedemux.h: Fix include, for now GstTagDemux is in the apetag dir. -Mon Feb 6 11:34:23 2006 +0000 Tim-Philipp Müller +2006-02-06 11:34:23 +0000 Tim-Philipp Müller docs/plugins/: Add cdio plugin to docs. Original commit message from CVS: @@ -30013,7 +30046,7 @@ Mon Feb 6 11:34:23 2006 +0000 Tim-Philipp Müller * ext/cdio/gstcdio.c: The plugin is called 'cdio' not 'cddio'. -Mon Feb 6 10:56:07 2006 +0000 Tim-Philipp Müller +2006-02-06 10:56:07 +0000 Tim-Philipp Müller Add APE tag demuxer (#325649). Original commit message from CVS: @@ -30030,7 +30063,7 @@ Mon Feb 6 10:56:07 2006 +0000 Tim-Philipp Müller * gst/apetag/gsttagdemux.h: Add APE tag demuxer (#325649). -Sun Feb 5 22:22:56 2006 +0000 Jan Schmidt +2006-02-05 22:22:56 +0000 Jan Schmidt ext/gconf/: Ignore changing the GConf key to "". Ignore GConf key updates that don't actually change the string. Original commit message from CVS: @@ -30063,7 +30096,7 @@ Sun Feb 5 22:22:56 2006 +0000 Jan Schmidt and possibly prerolling. (Fixes #326736) -Sun Feb 5 20:43:49 2006 +0000 Jan Schmidt +2006-02-05 20:43:49 +0000 Jan Schmidt gst/goom/: Make goom reentrant by moving all important static variables into instance structures. Original commit message from CVS: @@ -30086,7 +30119,7 @@ Sun Feb 5 20:43:49 2006 +0000 Jan Schmidt into instance structures. (Fixes #329181) -Sat Feb 4 15:41:43 2006 +0000 Tim-Philipp Müller +2006-02-04 15:41:43 +0000 Tim-Philipp Müller gst/avi/gstavidemux.*: Third attempt, use gst_pad_is_linked() this time. Original commit message from CVS: @@ -30096,7 +30129,7 @@ Sat Feb 4 15:41:43 2006 +0000 Tim-Philipp Müller * gst/avi/gstavidemux.h: Third attempt, use gst_pad_is_linked() this time. -Sat Feb 4 13:30:12 2006 +0000 Jan Schmidt +2006-02-04 13:30:12 +0000 Jan Schmidt gst/id3demux/id3v2frames.c: Adjust for data length indicators when parsing (Fixes #329810) Original commit message from CVS: @@ -30107,7 +30140,7 @@ Sat Feb 4 13:30:12 2006 +0000 Jan Schmidt Output tag strings with multiple fields as multiple tags, so the app gets all the data. -Fri Feb 3 20:05:20 2006 +0000 Edgard Lima +2006-02-03 20:05:20 +0000 Edgard Lima * ChangeLog: * ext/flac/gstflacenc.c: @@ -30115,7 +30148,7 @@ Fri Feb 3 20:05:20 2006 +0000 Edgard Lima Original commit message from CVS: Fixed a bug add in last commit, where no event is send. Thanks Tim to show me. -Fri Feb 3 18:07:35 2006 +0000 Edgard Lima +2006-02-03 18:07:35 +0000 Edgard Lima * ChangeLog: * ext/flac/gstflacenc.c: @@ -30124,14 +30157,14 @@ Fri Feb 3 18:07:35 2006 +0000 Edgard Lima Original commit message from CVS: Just make it compile with --disable-gst-debug. -Fri Feb 3 16:55:42 2006 +0000 Christian Schaller +2006-02-03 16:55:42 +0000 Christian Schaller * gst-plugins-good.spec.in: update spec file Original commit message from CVS: update spec file -Fri Feb 3 13:06:24 2006 +0000 Jan Schmidt +2006-02-03 13:06:24 +0000 Jan Schmidt gst/id3demux/id3v2frames.c: Never output a tag with a null contents string. Original commit message from CVS: @@ -30140,7 +30173,7 @@ Fri Feb 3 13:06:24 2006 +0000 Jan Schmidt (id3v2_genre_fields_to_taglist): Never output a tag with a null contents string. -Thu Feb 2 21:00:16 2006 +0000 Tim-Philipp Müller +2006-02-02 21:00:16 +0000 Tim-Philipp Müller gst/avi/gstavidemux.c: Only pause if all pads are unlinked AND we've tried to send data on all of them at least once. Original commit message from CVS: @@ -30148,7 +30181,7 @@ Thu Feb 2 21:00:16 2006 +0000 Tim-Philipp Müller Only pause if all pads are unlinked AND we've tried to send data on all of them at least once. -Thu Feb 2 12:29:24 2006 +0000 Tim-Philipp Müller +2006-02-02 12:29:24 +0000 Tim-Philipp Müller gst/avi/gstavidemux.c: Make loop function/task pause itself when all source pads are unlinked. Original commit message from CVS: @@ -30157,7 +30190,7 @@ Thu Feb 2 12:29:24 2006 +0000 Tim-Philipp Müller Make loop function/task pause itself when all source pads are unlinked. -Thu Feb 2 10:47:15 2006 +0000 Tim-Philipp Müller +2006-02-02 10:47:15 +0000 Tim-Philipp Müller Use new functions from core to render a bin from a string. Fixes build. Up requirements to core CVS. Original commit message from CVS: @@ -30166,7 +30199,7 @@ Thu Feb 2 10:47:15 2006 +0000 Tim-Philipp Müller Use new functions from core to render a bin from a string. Fixes build. Up requirements to core CVS. -Wed Feb 1 11:01:04 2006 +0000 Tim-Philipp Müller +2006-02-01 11:01:04 +0000 Tim-Philipp Müller gst/auparse/gstauparse.c: Don't push buffers into the adapter that we are going to push downstream again without fram... Original commit message from CVS: @@ -30177,7 +30210,7 @@ Wed Feb 1 11:01:04 2006 +0000 Tim-Philipp Müller auparse pushing invalid buffers for .au files with ADPCM contents). Finally, set caps on all outgoing buffers. -Mon Jan 30 23:13:05 2006 +0000 Jan Schmidt +2006-01-30 23:13:05 +0000 Jan Schmidt gst/id3demux/: Someone should kick my butt. Remove ID3v1 tags from the end of the file. Original commit message from CVS: @@ -30191,7 +30224,7 @@ Mon Jan 30 23:13:05 2006 +0000 Jan Schmidt typefinding, instead of waiting until we send the first buffer. Downstream tag event is still sent before the first buffer. -Sun Jan 29 20:07:49 2006 +0000 Tim-Philipp Müller +2006-01-29 20:07:49 +0000 Tim-Philipp Müller ext/wavpack/gstwavpackdec.c: Add debug category, use boilerplate macros, fix handling of widths of 32 bits. Original commit message from CVS: @@ -30224,7 +30257,7 @@ Sun Jan 29 20:07:49 2006 +0000 Tim-Philipp Müller Fix buffer/event refcounting. Add some debug statements. Add width of 32 to source pad template caps. Use boilerplate macros. -Fri Jan 27 12:17:56 2006 +0000 Andy Wingo +2006-01-27 12:17:56 +0000 Andy Wingo ext/dv/: Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new to not have warings flooding stderr. this... Original commit message from CVS: @@ -30236,7 +30269,7 @@ Fri Jan 27 12:17:56 2006 +0000 Andy Wingo to not have warings flooding stderr. this is the suggested way also used in dvgrab and kino. (#328336) -Fri Jan 27 01:43:07 2006 +0000 Jan Schmidt +2006-01-27 01:43:07 +0000 Jan Schmidt sys/oss/gstosssink.c: Free the device name string when finalised. Original commit message from CVS: @@ -30244,14 +30277,14 @@ Fri Jan 27 01:43:07 2006 +0000 Jan Schmidt (gst_oss_sink_init), (gst_oss_sink_finalise): Free the device name string when finalised. -Thu Jan 26 16:23:42 2006 +0000 Tim-Philipp Müller +2006-01-26 16:23:42 +0000 Tim-Philipp Müller gst/qtdemux/qtdemux.c: Fix wrong memcpy source pointer. Original commit message from CVS: * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak): Fix wrong memcpy source pointer. -Wed Jan 25 22:05:28 2006 +0000 Tim-Philipp Müller +2006-01-25 22:05:28 +0000 Tim-Philipp Müller gst/id3demux/gstid3demux.c: Don't put function calls in g_return_if_fail() statements, or they'll be replaced with NO... Original commit message from CVS: @@ -30260,14 +30293,14 @@ Wed Jan 25 22:05:28 2006 +0000 Tim-Philipp Müller or they'll be replaced with NOOPs if someone compiles with G_DISABLE_CHECKS defined. -Wed Jan 25 20:33:05 2006 +0000 Jan Schmidt +2006-01-25 20:33:05 +0000 Jan Schmidt * ChangeLog: changelog surgery Original commit message from CVS: changelog surgery -Wed Jan 25 18:23:05 2006 +0000 Jan Schmidt +2006-01-25 18:23:05 +0000 Jan Schmidt gst/id3demux/id3v2frames.c: Never trust ANY information encoded in a media file, especially when it's giving you size... Original commit message from CVS: @@ -30275,7 +30308,7 @@ Wed Jan 25 18:23:05 2006 +0000 Jan Schmidt Never trust ANY information encoded in a media file, especially when it's giving you sizes. (Fixes #328452) -Tue Jan 24 18:03:46 2006 +0000 Edgard Lima +2006-01-24 18:03:46 +0000 Edgard Lima * ChangeLog: * gst/rtp/gstrtpg711pay.c: @@ -30283,7 +30316,7 @@ Tue Jan 24 18:03:46 2006 +0000 Edgard Lima Original commit message from CVS: Patch written by Kai Vehmanen applied. See bug #325148. -Tue Jan 24 11:58:53 2006 +0000 Edward Hervey +2006-01-24 11:58:53 +0000 Edward Hervey gst/qtdemux/qtdemux.c: More coherent framerate setting on caps. Original commit message from CVS: @@ -30295,7 +30328,7 @@ Tue Jan 24 11:58:53 2006 +0000 Edward Hervey fixes some other cases). Tested on testsuite, no regression. -Mon Jan 23 18:39:31 2006 +0000 Edward Hervey +2006-01-23 18:39:31 +0000 Edward Hervey gst/matroska/: Added recognition of Real Audio and Video streams in matroska demuxer. Original commit message from CVS: @@ -30304,7 +30337,7 @@ Mon Jan 23 18:39:31 2006 +0000 Edward Hervey * gst/matroska/matroska-ids.h: Added recognition of Real Audio and Video streams in matroska demuxer. -Mon Jan 23 15:10:55 2006 +0000 Edward Hervey +2006-01-23 15:10:55 +0000 Edward Hervey gst/qtdemux/qtdemux.c: Added codec recognition for: _ VP31 : video/x-vp3 _ AVDJ : image/jpeg _ dvcp, dvc : video/x-d... Original commit message from CVS: @@ -30316,7 +30349,7 @@ Mon Jan 23 15:10:55 2006 +0000 Edward Hervey _ dvcp, dvc : video/x-dv, systemstream=(boolean)false _ 0x6d730017 : audio/x-adpcm, layout=(string)quicktime -Mon Jan 23 14:32:47 2006 +0000 Jan Schmidt +2006-01-23 14:32:47 +0000 Jan Schmidt gst/id3demux/id3v2frames.c: Remove errant break statement, and fix compilation with older GCC. Original commit message from CVS: @@ -30324,14 +30357,14 @@ Mon Jan 23 14:32:47 2006 +0000 Jan Schmidt Remove errant break statement, and fix compilation with older GCC. -Mon Jan 23 12:04:12 2006 +0000 Jan Schmidt +2006-01-23 12:04:12 +0000 Jan Schmidt * ChangeLog: Mention that my last commit fixes #328241 Original commit message from CVS: Mention that my last commit fixes #328241 -Mon Jan 23 11:06:34 2006 +0000 Tim-Philipp Müller +2006-01-23 11:06:34 +0000 Tim-Philipp Müller sys/sunaudio/: Export functions that are needed in other parts of the code, makes the mixer actually work; adjust mag... Original commit message from CVS: @@ -30343,7 +30376,7 @@ Mon Jan 23 11:06:34 2006 +0000 Tim-Philipp Müller value from 3ms to 5ms to work around stuttering during mp3 playback (#327765). -Mon Jan 23 10:44:03 2006 +0000 Tim-Philipp Müller +2006-01-23 10:44:03 +0000 Tim-Philipp Müller gst/matroska/matroska-mux.c: Fix possible deadlock in matroska muxer (#327825). Original commit message from CVS: @@ -30352,7 +30385,7 @@ Mon Jan 23 10:44:03 2006 +0000 Tim-Philipp Müller (gst_matroska_mux_write_data), (gst_matroska_mux_collected): Fix possible deadlock in matroska muxer (#327825). -Mon Jan 23 09:59:03 2006 +0000 Jens Granseuer +2006-01-23 09:59:03 +0000 Jens Granseuer C89 fixes: declare variables at the beginning of a block and Original commit message from CVS: @@ -30366,7 +30399,7 @@ Mon Jan 23 09:59:03 2006 +0000 Jens Granseuer make gcc-2.9x happy (#328264; patch by: Jens Granseuer ). -Mon Jan 23 09:22:17 2006 +0000 Jan Schmidt +2006-01-23 09:22:17 +0000 Jan Schmidt gst/id3demux/: Rewrite parsing of text tags to handle multiple NULL terminated strings. Parse numeric genre strings a... Original commit message from CVS: @@ -30382,7 +30415,7 @@ Mon Jan 23 09:22:17 2006 +0000 Jan Schmidt "(3)(6)Alternative" style genre strings. Parse dates that are only YYYY or YYYY-mm format. -Sat Jan 21 11:43:53 2006 +0000 Fabrizio +2006-01-21 11:43:53 +0000 Fabrizio gst/qtdemux/qtdemux.c: 'twos' and 'sowt' fourcc can be 16bit or 8bit audio. Original commit message from CVS: @@ -30395,7 +30428,7 @@ Sat Jan 21 11:43:53 2006 +0000 Fabrizio valid literals for endianness in caps strings, only "LITTLE_ENDIAN" and "BIG_ENDIAN" are valid. -Fri Jan 20 15:06:28 2006 +0000 Christoph Burghardt +2006-01-20 15:06:28 +0000 Christoph Burghardt gst/videobox/gstvideobox.c: Don't forget to initialize liboil, otherwise our oil functions Original commit message from CVS: @@ -30404,14 +30437,14 @@ Fri Jan 20 15:06:28 2006 +0000 Christoph Burghardt will crash (fixes #327871; patch by: Christoph Burghardt ). -Thu Jan 19 21:46:32 2006 +0000 Tim-Philipp Müller +2006-01-19 21:46:32 +0000 Tim-Philipp Müller * ChangeLog: ChangeLog surgery (last entry may have been slightly misleading) Original commit message from CVS: ChangeLog surgery (last entry may have been slightly misleading) -Thu Jan 19 21:00:50 2006 +0000 Brian Cameron +2006-01-19 21:00:50 +0000 Brian Cameron configure.ac: just like in the core and gst-plugins-base. Fixes build on Solaris (fixes Original commit message from CVS: @@ -30420,7 +30453,7 @@ Thu Jan 19 21:00:50 2006 +0000 Brian Cameron like in the core and gst-plugins-base. Fixes build on Solaris (fixes #326683; patch by: Brian Cameron ) -Thu Jan 19 00:10:51 2006 +0000 Tim-Philipp Müller +2006-01-19 00:10:51 +0000 Tim-Philipp Müller ext/cdio/: Fix build for libcdio versions >= 76; give slightly lower rank than cdparanoia. Original commit message from CVS: @@ -30430,7 +30463,7 @@ Thu Jan 19 00:10:51 2006 +0000 Tim-Philipp Müller Fix build for libcdio versions >= 76; give slightly lower rank than cdparanoia. -Wed Jan 18 19:30:36 2006 +0000 Tim-Philipp Müller +2006-01-18 19:30:36 +0000 Tim-Philipp Müller Port libcdio cdda source, formerly known as cddasrc, now known as cdiocddasrc (fixes #323327). Should also read CD-TE... Original commit message from CVS: @@ -30445,7 +30478,7 @@ Wed Jan 18 19:30:36 2006 +0000 Tim-Philipp Müller cdiocddasrc (fixes #323327). Should also read CD-TEXT if available, but that's not tested (fixes #317658). -Wed Jan 18 19:08:08 2006 +0000 Tommi Myöhänen +2006-01-18 19:08:08 +0000 Tommi Myöhänen gst/wavparse/gstwavparse.c: Fix conversion from TIME to BYTES format (fixes #326864; Original commit message from CVS: @@ -30453,14 +30486,14 @@ Wed Jan 18 19:08:08 2006 +0000 Tommi Myöhänen Fix conversion from TIME to BYTES format (fixes #326864; patch by: Tommi Myöhänen ) -Wed Jan 18 18:54:02 2006 +0000 Edgard Lima +2006-01-18 18:54:02 +0000 Edgard Lima * gst/qtdemux/qtdemux.c: Ronald's patch applied. see bug #326318. Original commit message from CVS: Ronald's patch applied. see bug #326318. -Tue Jan 17 16:45:43 2006 +0000 Tim-Philipp Müller +2006-01-17 16:45:43 +0000 Tim-Philipp Müller gst/qtdemux/qtdemux.*: Fix seeking for quicktime files. Could still use some more love and sophistication. Original commit message from CVS: @@ -30471,14 +30504,14 @@ Tue Jan 17 16:45:43 2006 +0000 Tim-Philipp Müller Fix seeking for quicktime files. Could still use some more love and sophistication. -Mon Jan 16 10:23:47 2006 +0000 Christian Schaller +2006-01-16 10:23:47 +0000 Christian Schaller * gst-plugins-good.spec.in: update with love Original commit message from CVS: update with love -Sun Jan 15 20:21:48 2006 +0000 Sergey Scobich +2006-01-15 20:21:48 +0000 Sergey Scobich gst/id3demux/id3v2frames.c: Fix compilation of id3demux when zlib is not present. Original commit message from CVS: @@ -30486,7 +30519,7 @@ Sun Jan 15 20:21:48 2006 +0000 Sergey Scobich Fix compilation of id3demux when zlib is not present. (Fixes #326602; patch by: Sergey Scobich) -Sun Jan 15 14:12:12 2006 +0000 Tim-Philipp Müller +2006-01-15 14:12:12 +0000 Tim-Philipp Müller ext/esd/Makefile.am: otherwise build will fail for folks with libesd in a non-standard prefix (#327009). Original commit message from CVS: @@ -30494,7 +30527,7 @@ Sun Jan 15 14:12:12 2006 +0000 Tim-Philipp Müller Add $(ESD_CFLAGS), otherwise build will fail for folks with libesd in a non-standard prefix (#327009). -Fri Jan 13 19:29:27 2006 +0000 Thomas Vander Stichele +2006-01-13 19:29:27 +0000 Thomas Vander Stichele * ChangeLog: * configure.ac: @@ -30502,7 +30535,7 @@ Fri Jan 13 19:29:27 2006 +0000 Thomas Vander Stichele Original commit message from CVS: back to head -Fri Jan 13 19:25:40 2006 +0000 Thomas Vander Stichele +2006-01-13 19:25:40 +0000 Thomas Vander Stichele * ChangeLog: * NEWS: @@ -30553,7 +30586,7 @@ Fri Jan 13 19:25:40 2006 +0000 Thomas Vander Stichele Original commit message from CVS: releasing 0.10.1 -Fri Jan 13 18:37:13 2006 +0000 Wim Taymans +2006-01-13 18:37:13 +0000 Wim Taymans ext/jpeg/gstsmokeenc.c: fix memleak. Fixes #326618 Original commit message from CVS: @@ -30561,7 +30594,7 @@ Fri Jan 13 18:37:13 2006 +0000 Wim Taymans * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain): fix memleak. Fixes #326618 -Fri Jan 13 18:35:00 2006 +0000 Mike Smith +2006-01-13 18:35:00 +0000 Mike Smith gst/level/gstlevel.c: Fix memleak. Fixes #326612 Original commit message from CVS: @@ -30571,7 +30604,7 @@ Fri Jan 13 18:35:00 2006 +0000 Mike Smith (gst_level_message_append_channel): Fix memleak. Fixes #326612 -Wed Jan 11 11:39:10 2006 +0000 Thomas Vander Stichele +2006-01-11 11:39:10 +0000 Thomas Vander Stichele configure.ac: prereleasing Original commit message from CVS: @@ -30593,7 +30626,7 @@ Wed Jan 11 11:39:10 2006 +0000 Thomas Vander Stichele * po/vi.po: update translations -Wed Jan 11 11:04:03 2006 +0000 Edward Hervey +2006-01-11 11:04:03 +0000 Edward Hervey gst/qtdemux/qtdemux.c: Add support for Indeo3 video in Quicktime files. Original commit message from CVS: @@ -30602,7 +30635,7 @@ Wed Jan 11 11:04:03 2006 +0000 Edward Hervey Add support for Indeo3 video in Quicktime files. Closes #326524 -Tue Jan 10 12:38:59 2006 +0000 Michael Smith +2006-01-10 12:38:59 +0000 Michael Smith gst/level/gstlevel.c: Don't leak filter arrays. Original commit message from CVS: @@ -30610,7 +30643,7 @@ Tue Jan 10 12:38:59 2006 +0000 Michael Smith (gst_level_dispose): Don't leak filter arrays. -Mon Jan 9 17:04:52 2006 +0000 Christian Schaller +2006-01-09 17:04:52 +0000 Christian Schaller * ChangeLog: * configure.ac: @@ -30633,7 +30666,7 @@ Mon Jan 9 17:04:52 2006 +0000 Christian Schaller add Sun Audio plugin. Verified that nothing breaks and that make check works. Don't think the docs gets properly built yet, but I don't understand exactly how to enable that. -Sat Jan 7 20:01:09 2006 +0000 Philippe Kalaf +2006-01-07 20:01:09 +0000 Philippe Kalaf gst-plugins-good/gst/udp/: Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc, overrides the por... Original commit message from CVS: @@ -30643,7 +30676,7 @@ Sat Jan 7 20:01:09 2006 +0000 Philippe Kalaf Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc, overrides the port or multicast parameters. Fixes bugs #323021. -Fri Jan 6 16:28:30 2006 +0000 Tim-Philipp Müller +2006-01-06 16:28:30 +0000 Tim-Philipp Müller ext/gconf/: Add new gconfaudiosrc and gconfvideosrc elements (needed for gnome-sound-recorder). Original commit message from CVS: @@ -30664,7 +30697,7 @@ Fri Jan 6 16:28:30 2006 +0000 Tim-Philipp Müller Add new gconfaudiosrc and gconfvideosrc elements (needed for gnome-sound-recorder). -Fri Jan 6 11:46:53 2006 +0000 Edward Hervey +2006-01-06 11:46:53 +0000 Edward Hervey gst/id3demux/gstid3demux.c: Add gst_element_no_more_pads() for proper decodebin behaviour. Original commit message from CVS: @@ -30677,7 +30710,7 @@ Fri Jan 6 11:46:53 2006 +0000 Edward Hervey When iterating over a chunk of text, check that we haven't gone too far. -Thu Jan 5 23:17:44 2006 +0000 Sébastien Moutte +2006-01-05 23:17:44 +0000 Sébastien Moutte * sys/directdraw/gstdirectdrawplugin.c: * sys/directdraw/gstdirectdrawsink.c: @@ -30697,7 +30730,7 @@ Thu Jan 5 23:17:44 2006 +0000 Sébastien Moutte * added win32/vs6/libgstdirectdraw.dsp * added win32/common/config.h -Thu Jan 5 17:03:45 2006 +0000 Stefan Kost +2006-01-05 17:03:45 +0000 Stefan Kost gst/videobox/gstvideobox.c: call oil_init() when using liboil Original commit message from CVS: @@ -30705,7 +30738,7 @@ Thu Jan 5 17:03:45 2006 +0000 Stefan Kost (plugin_init): call oil_init() when using liboil -Wed Jan 4 17:28:49 2006 +0000 Wim Taymans +2006-01-04 17:28:49 +0000 Wim Taymans ext/jpeg/: Fix leaks. Original commit message from CVS: @@ -30713,7 +30746,7 @@ Wed Jan 4 17:28:49 2006 +0000 Wim Taymans * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain): Fix leaks. -Mon Jan 2 19:38:32 2006 +0000 Tim-Philipp Müller +2006-01-02 19:38:32 +0000 Tim-Philipp Müller ext/flac/gstflacdec.c: Don't g_assert() where we should just return FALSE; remove unnecessary g_assert(); initialize ... Original commit message from CVS: @@ -30726,7 +30759,7 @@ Mon Jan 2 19:38:32 2006 +0000 Tim-Philipp Müller state change function (fixes #325504). Also, use GST_DEBUG_OBJECT in two more places. -Fri Dec 30 15:51:05 2005 +0000 Stefan Kost +2005-12-30 15:51:05 +0000 Stefan Kost configure.ac: also remove smoothwave's Makefile.am Original commit message from CVS: @@ -30735,7 +30768,7 @@ Fri Dec 30 15:51:05 2005 +0000 Stefan Kost * docs/plugins/Makefile.am: fix plugin docs -Fri Dec 30 15:39:17 2005 +0000 Thomas Vander Stichele +2005-12-30 15:39:17 +0000 Thomas Vander Stichele * gst/smoothwave/.gitignore: * gst/smoothwave/Makefile.am: @@ -30747,14 +30780,14 @@ Fri Dec 30 15:39:17 2005 +0000 Thomas Vander Stichele Original commit message from CVS: remove old plugin that went bad -Fri Dec 30 15:34:18 2005 +0000 Stefan Kost +2005-12-30 15:34:18 +0000 Stefan Kost tests/examples/Makefile.am: added missing Makefile.am Original commit message from CVS: * tests/examples/Makefile.am: added missing Makefile.am -Fri Dec 30 15:28:44 2005 +0000 Stefan Kost +2005-12-30 15:28:44 +0000 Stefan Kost moved level-example to tests/examples/level-example Original commit message from CVS: @@ -30769,7 +30802,7 @@ Fri Dec 30 15:28:44 2005 +0000 Stefan Kost * tests/old/examples/level/plot.c: (main): some initial fixes -Thu Dec 29 16:36:19 2005 +0000 Michael Smith +2005-12-29 16:36:19 +0000 Michael Smith gst/udp/gstmultiudpsink.*: Track packets sent per client in addition to bytes sent; provide this info through get-sta... Original commit message from CVS: @@ -30779,14 +30812,14 @@ Thu Dec 29 16:36:19 2005 +0000 Michael Smith Track packets sent per client in addition to bytes sent; provide this info through get-stats signal -Thu Dec 29 11:26:12 2005 +0000 Tim-Philipp Müller +2005-12-29 11:26:12 +0000 Tim-Philipp Müller gst/auparse/gstauparse.c: Can't use gst_object_unref() on a GstAdapter (#325191). Original commit message from CVS: * gst/auparse/gstauparse.c: (gst_au_parse_dispose): Can't use gst_object_unref() on a GstAdapter (#325191). -Wed Dec 28 18:55:32 2005 +0000 Jan Schmidt +2005-12-28 18:55:32 +0000 Jan Schmidt gst/id3demux/id3tags.c: If a broken tag has 0 bytes payload, at least still skip the 10 byte header Original commit message from CVS: @@ -30794,7 +30827,7 @@ Wed Dec 28 18:55:32 2005 +0000 Jan Schmidt If a broken tag has 0 bytes payload, at least still skip the 10 byte header -Thu Dec 22 15:00:41 2005 +0000 Philippe Kalaf +2005-12-22 15:00:41 +0000 Philippe Kalaf gst-plugins-good/gst/rtp/: Making these depayloaders (H263+ and mpeg4 video) inherit from Original commit message from CVS: @@ -30806,7 +30839,7 @@ Thu Dec 22 15:00:41 2005 +0000 Philippe Kalaf Making these depayloaders (H263+ and mpeg4 video) inherit from RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908. -Wed Dec 21 17:15:09 2005 +0000 Jan Schmidt +2005-12-21 17:15:09 +0000 Jan Schmidt docs/plugins/gst-plugins-good-plugins.*: Regenerate the plugin hiearchy. Original commit message from CVS: @@ -30814,7 +30847,7 @@ Wed Dec 21 17:15:09 2005 +0000 Jan Schmidt * docs/plugins/gst-plugins-good-plugins.hierarchy: Regenerate the plugin hiearchy. -Wed Dec 21 15:24:59 2005 +0000 Jan Schmidt +2005-12-21 15:24:59 +0000 Jan Schmidt Add documentation for id3demux. Original commit message from CVS: @@ -30832,7 +30865,7 @@ Wed Dec 21 15:24:59 2005 +0000 Jan Schmidt attempt to typefind and do pass through Rename the gst_type function from gst_gst_id3demux.. -Tue Dec 20 12:44:25 2005 +0000 Michael Smith +2005-12-20 12:44:25 +0000 Michael Smith gst/udp/gstmultiudpsink.*: Collect statistics; return them from get_stats. Original commit message from CVS: @@ -30842,14 +30875,14 @@ Tue Dec 20 12:44:25 2005 +0000 Michael Smith * gst/udp/gstmultiudpsink.h: Collect statistics; return them from get_stats. -Mon Dec 19 15:43:30 2005 +0000 Edward Hervey +2005-12-19 15:43:30 +0000 Edward Hervey gst/avi/gstavidemux.c: Stupid signedness issue... Original commit message from CVS: * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan): Stupid signedness issue... -Mon Dec 19 15:19:44 2005 +0000 Edward Hervey +2005-12-19 15:19:44 +0000 Edward Hervey ext/swfdec/gstswfdec.c: Add debugging category and return GstFlowReturn in the right places Original commit message from CVS: @@ -30863,7 +30896,7 @@ Mon Dec 19 15:19:44 2005 +0000 Edward Hervey (qtdemux_video_caps): Couple of fixes -Mon Dec 19 15:06:27 2005 +0000 Edward Hervey +2005-12-19 15:06:27 +0000 Edward Hervey gst/avi/gstavidemux.c: Construct index for indexless files. Original commit message from CVS: @@ -30878,7 +30911,7 @@ Mon Dec 19 15:06:27 2005 +0000 Edward Hervey * gst/wavparse/gstwavparse.c: Yes, you can have 96KHz audio and wma in wav :( -Sun Dec 18 15:14:44 2005 +0000 Jan Schmidt +2005-12-18 15:14:44 +0000 Jan Schmidt configure.ac: Check for optional dependency on zlib for id3demux Original commit message from CVS: @@ -30917,7 +30950,7 @@ Sun Dec 18 15:14:44 2005 +0000 Jan Schmidt Don't send EOS to a non-existing srcpad The debug category can be static -Sat Dec 17 17:48:38 2005 +0000 Julien Moutte +2005-12-17 17:48:38 +0000 Julien Moutte docs/plugins/: Updates. Original commit message from CVS: @@ -30955,7 +30988,7 @@ Sat Dec 17 17:48:38 2005 +0000 Julien Moutte * ext/directfb/dfbvideosink.h: Implement vertical sync and color balance interface. -Fri Dec 16 21:57:51 2005 +0000 Stefan Kost +2005-12-16 21:57:51 +0000 Stefan Kost change some char* into char[] Original commit message from CVS: @@ -30964,7 +30997,7 @@ Fri Dec 16 21:57:51 2005 +0000 Stefan Kost * gst/multipart/multipartdemux.c: change some char* into char[] -Fri Dec 16 19:32:53 2005 +0000 Wim Taymans +2005-12-16 19:32:53 +0000 Wim Taymans gst/wavparse/gstwavparse.*: Use GstSegment to implement more seeking features. Original commit message from CVS: @@ -30976,14 +31009,14 @@ Fri Dec 16 19:32:53 2005 +0000 Wim Taymans * gst/wavparse/gstwavparse.h: Use GstSegment to implement more seeking features. -Fri Dec 16 12:25:38 2005 +0000 Tim-Philipp Müller +2005-12-16 12:25:38 +0000 Tim-Philipp Müller ext/wavpack/gstwavpackdec.c: Oops, remove trailing comma from caps string. Original commit message from CVS: * ext/wavpack/gstwavpackdec.c: Oops, remove trailing comma from caps string. -Fri Dec 16 10:12:49 2005 +0000 Benjamin Pineau +2005-12-16 10:12:49 +0000 Benjamin Pineau gst/rtsp/rtspconnection.c: Add include and move include to make things work on OpenBSD a... Original commit message from CVS: @@ -30992,7 +31025,7 @@ Fri Dec 16 10:12:49 2005 +0000 Benjamin Pineau to make things work on OpenBSD as well (fixes #323717; patch by: Benjamin Pineau) -Fri Dec 16 09:59:21 2005 +0000 gcocatre@gmail.com +2005-12-16 09:59:21 +0000 gcocatre@gmail.com ext/wavpack/: Wavpack supports samplerates from 6-192kHz, fix pad template remove buffer-frames from caps, they are g... Original commit message from CVS: @@ -31002,7 +31035,7 @@ Fri Dec 16 09:59:21 2005 +0000 gcocatre@gmail.com caps (fixes #322973; patch by: gcocatre@gmail.com). Also remove buffer-frames from caps, they are gone in 0.10. -Wed Dec 14 20:05:45 2005 +0000 Edgard Lima +2005-12-14 20:05:45 +0000 Edgard Lima * ChangeLog: * gst/rtp/gstrtpspeexdepay.c: @@ -31011,7 +31044,7 @@ Wed Dec 14 20:05:45 2005 +0000 Edgard Lima Original commit message from CVS: Set clock rate to be fixed in 8000. It fixes bug #324012. -Wed Dec 14 18:07:16 2005 +0000 Philippe Kalaf +2005-12-14 18:07:16 +0000 Philippe Kalaf gst-plugins-good/gst/rtp/: Fixed payload range in payloder caps. Removed payload range completly from depayloaders as... Original commit message from CVS: @@ -31035,7 +31068,7 @@ Wed Dec 14 18:07:16 2005 +0000 Philippe Kalaf there isn't any specific payload type for any given codec, only suggestions. Fixes bug #324011. -Tue Dec 13 21:58:42 2005 +0000 Julien Moutte +2005-12-13 21:58:42 +0000 Julien Moutte gst/videomixer/videomixer.c: Code cleanup and re-enabling queued time validity check for correct EOS handling. Original commit message from CVS: @@ -31045,7 +31078,7 @@ Tue Dec 13 21:58:42 2005 +0000 Julien Moutte (gst_videomixer_collected): Code cleanup and re-enabling queued time validity check for correct EOS handling. -Tue Dec 13 17:18:32 2005 +0000 Tim-Philipp Müller +2005-12-13 17:18:32 +0000 Tim-Philipp Müller sys/oss/gstossmixerelement.c: Add 'device-name' property and fix state change function. Original commit message from CVS: @@ -31054,7 +31087,7 @@ Tue Dec 13 17:18:32 2005 +0000 Tim-Philipp Müller (gst_oss_mixer_element_change_state): Add 'device-name' property and fix state change function. -Tue Dec 13 10:45:04 2005 +0000 Edward Hervey +2005-12-13 10:45:04 +0000 Edward Hervey gst/flx/gstflxdec.c: If the speed of the file is null in the header, set the frame_time to the default setting of GST... Original commit message from CVS: @@ -31065,7 +31098,7 @@ Tue Dec 13 10:45:04 2005 +0000 Edward Hervey Would be nice to have the time conversion done properly too (duration = flxh->frames * flxdec->frame_time) -Mon Dec 12 22:29:34 2005 +0000 Julien Moutte +2005-12-12 22:29:34 +0000 Julien Moutte Adding documentation for videomixer on my way with a funny sample pipeline. Original commit message from CVS: @@ -31082,7 +31115,7 @@ Mon Dec 12 22:29:34 2005 +0000 Julien Moutte documentation for videomixer on my way with a funny sample pipeline. -Mon Dec 12 21:43:00 2005 +0000 Julien Moutte +2005-12-12 21:43:00 +0000 Julien Moutte gst/videomixer/videomixer.c: Fix caps negotiation. (#323896) Original commit message from CVS: @@ -31093,7 +31126,7 @@ Mon Dec 12 21:43:00 2005 +0000 Julien Moutte (gst_videomixer_update_queues), (gst_videomixer_collected): Fix caps negotiation. (#323896) -Mon Dec 12 18:14:58 2005 +0000 Arwed v. Merkatz +2005-12-12 18:14:58 +0000 Arwed v. Merkatz * ChangeLog: * gst/matroska/matroska-demux.c: @@ -31101,7 +31134,7 @@ Mon Dec 12 18:14:58 2005 +0000 Arwed v. Merkatz Original commit message from CVS: Set correct timestamps on audio laces, fixes playback of mp3 from matroska. -Mon Dec 12 10:40:42 2005 +0000 Tim-Philipp Müller +2005-12-12 10:40:42 +0000 Tim-Philipp Müller ext/: GstObjects must be unref'ed with gst_object_unref() instead of g_object_unref(), otherwise things break for GLi... Original commit message from CVS: @@ -31115,7 +31148,7 @@ Mon Dec 12 10:40:42 2005 +0000 Tim-Philipp Müller GstObjects must be unref'ed with gst_object_unref() instead of g_object_unref(), otherwise things break for GLib-2.6 users. -Mon Dec 12 10:30:20 2005 +0000 Tim-Philipp Müller +2005-12-12 10:30:20 +0000 Tim-Philipp Müller gst/auparse/gstauparse.*: Use gst_object_unref() for GstObjects instead of g_object_unref() and fix a mem leak in a d... Original commit message from CVS: @@ -31129,7 +31162,7 @@ Mon Dec 12 10:30:20 2005 +0000 Tim-Philipp Müller statement; while we're at it, also borgify, use boilerplate macros and clean up a little bit. -Sun Dec 11 20:27:06 2005 +0000 Edward Hervey +2005-12-11 20:27:06 +0000 Edward Hervey gst/debug/efence.c: Added pull mode. Original commit message from CVS: @@ -31137,7 +31170,7 @@ Sun Dec 11 20:27:06 2005 +0000 Edward Hervey (gst_efence_checkgetrange), (gst_efence_activate_src_pull): Added pull mode. -Sun Dec 11 19:25:41 2005 +0000 Tim-Philipp Müller +2005-12-11 19:25:41 +0000 Tim-Philipp Müller gst/: Use audiotestsrc instead of sinesrc (#323798). Original commit message from CVS: @@ -31146,14 +31179,14 @@ Sun Dec 11 19:25:41 2005 +0000 Tim-Philipp Müller * gst/smoothwave/demo-osssrc.c: (main): Use audiotestsrc instead of sinesrc (#323798). -Sun Dec 11 17:50:50 2005 +0000 Stefan Kost +2005-12-11 17:50:50 +0000 Stefan Kost sys/oss/gstosssink.c: more debug-func-ptr usage Original commit message from CVS: * sys/oss/gstosssink.c: (gst_oss_sink_class_init): more debug-func-ptr usage -Sun Dec 11 16:43:42 2005 +0000 Zeeshan Ali +2005-12-11 16:43:42 +0000 Zeeshan Ali * ChangeLog: * gst/flx/flx_color.c: @@ -31165,7 +31198,7 @@ Sun Dec 11 16:43:42 2005 +0000 Zeeshan Ali Original commit message from CVS: Now flxdec works on big-endian machines as well. -Sun Dec 11 16:14:22 2005 +0000 Tim-Philipp Müller +2005-12-11 16:14:22 +0000 Tim-Philipp Müller gst/debug/efence.c: Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix Original commit message from CVS: @@ -31176,7 +31209,7 @@ Sun Dec 11 16:14:22 2005 +0000 Tim-Philipp Müller conjunction with GST_TIME_ARGS. Also, don't leak pad templates and use GST_DEBUG_FUNCPTR for pad functions. -Sat Dec 10 20:26:33 2005 +0000 Tim-Philipp Müller +2005-12-10 20:26:33 +0000 Tim-Philipp Müller ext/flac/gstflacdec.*: Rewrite flacdec a bit, so that even seeking might work now. Most importantly, don't act upon a... Original commit message from CVS: @@ -31199,7 +31232,7 @@ Sat Dec 10 20:26:33 2005 +0000 Tim-Philipp Müller 'flacdec:' from debug messages, use gst_util_uint64_scale_int, and lots of other things. -Sat Dec 10 14:57:48 2005 +0000 Tim-Philipp Müller +2005-12-10 14:57:48 +0000 Tim-Philipp Müller configure.ac: Update comment in OSS includes check. Original commit message from CVS: @@ -31217,7 +31250,7 @@ Sat Dec 10 14:57:48 2005 +0000 Tim-Philipp Müller from config.h to include the right file. Fixes compilation on OpenBSD 3.8 (#323718). -Fri Dec 9 19:51:03 2005 +0000 Thomas Vander Stichele +2005-12-09 19:51:03 +0000 Thomas Vander Stichele * ChangeLog: * docs/plugins/gst-plugins-good-plugins-sections.txt: @@ -31270,7 +31303,7 @@ Fri Dec 9 19:51:03 2005 +0000 Thomas Vander Stichele Original commit message from CVS: borgify and fix up documentation -Fri Dec 9 15:30:21 2005 +0000 Jan Schmidt +2005-12-09 15:30:21 +0000 Jan Schmidt ext/faad/gstfaad.c: Assume that an unknown channel mapping with 2 channels is stereo and play it that way instead of ... Original commit message from CVS: @@ -31283,14 +31316,14 @@ Fri Dec 9 15:30:21 2005 +0000 Jan Schmidt Handle e.g. jpeg streams with 0 duration frames as having 0 framerate. Debug fixes. Some 64 bit variable fixes -Fri Dec 9 11:12:48 2005 +0000 Michael Smith +2005-12-09 11:12:48 +0000 Michael Smith ext/flac/gstflacdec.c: Accept a wider range of flac files, more closely matching flac sp Original commit message from CVS: * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write): Accept a wider range of flac files, more closely matching flac sp -Thu Dec 8 16:27:12 2005 +0000 Julien Moutte +2005-12-08 16:27:12 +0000 Julien Moutte docs/plugins/Makefile.am: Add multipart elements. Original commit message from CVS: @@ -31302,7 +31335,7 @@ Thu Dec 8 16:27:12 2005 +0000 Julien Moutte * gst/multipart/multipartdemux.c: * gst/multipart/multipartmux.c: Add docs. -Wed Dec 7 11:46:15 2005 +0000 Edward Hervey +2005-12-07 11:46:15 +0000 Edward Hervey gst/qtdemux/qtdemux.c: Memleak fixes. Original commit message from CVS: @@ -31312,7 +31345,7 @@ Wed Dec 7 11:46:15 2005 +0000 Edward Hervey Send out EOS for valid reasons (couldn't pull_range() from upstream for example). -Wed Dec 7 11:40:46 2005 +0000 Edward Hervey +2005-12-07 11:40:46 +0000 Edward Hervey gst/avi/gstavidemux.c: Memleak and crasher fixes. Original commit message from CVS: @@ -31324,7 +31357,7 @@ Wed Dec 7 11:40:46 2005 +0000 Edward Hervey (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers): Memleak fixes -Tue Dec 6 19:55:58 2005 +0000 Thomas Vander Stichele +2005-12-06 19:55:58 +0000 Thomas Vander Stichele * gst/equalizer/gstiirequalizer.c: * gst/qtdemux/qtdemux.c: @@ -31342,7 +31375,7 @@ Tue Dec 6 19:55:58 2005 +0000 Thomas Vander Stichele Original commit message from CVS: expand tabs -Tue Dec 6 19:44:58 2005 +0000 Thomas Vander Stichele +2005-12-06 19:44:58 +0000 Thomas Vander Stichele * ChangeLog: * ext/aalib/gstaasink.h: @@ -31447,14 +31480,16 @@ Tue Dec 6 19:44:58 2005 +0000 Thomas Vander Stichele Original commit message from CVS: expand tabs -Mon Dec 5 18:12:07 2005 +0000 Thomas Vander Stichele +2005-12-05 18:12:07 +0000 Thomas Vander Stichele * configure.ac: back to HEAD Original commit message from CVS: back to HEAD -Mon Dec 5 18:03:23 2005 +0000 Thomas Vander Stichele +=== release 0.10.0 === + +2005-12-05 18:03:23 +0000 Thomas Vander Stichele * ChangeLog: * NEWS: @@ -31502,14 +31537,14 @@ Mon Dec 5 18:03:23 2005 +0000 Thomas Vander Stichele Original commit message from CVS: releasing 0.10.0 -Mon Dec 5 18:01:48 2005 +0000 Thomas Vander Stichele +2005-12-05 18:01:48 +0000 Thomas Vander Stichele * docs/plugins/inspect/plugin-qtdemux.xml: releasing 0.10.0 Original commit message from CVS: releasing 0.10.0 -Mon Dec 5 16:21:08 2005 +0000 Thomas Vander Stichele +2005-12-05 16:21:08 +0000 Thomas Vander Stichele * po/af.po: * po/az.po: @@ -31529,7 +31564,7 @@ Mon Dec 5 16:21:08 2005 +0000 Thomas Vander Stichele Original commit message from CVS: Update .po files -Mon Dec 5 15:08:46 2005 +0000 Thomas Vander Stichele +2005-12-05 15:08:46 +0000 Thomas Vander Stichele * Makefile.am: * po/af.po: @@ -31548,7 +31583,7 @@ Mon Dec 5 15:08:46 2005 +0000 Thomas Vander Stichele Original commit message from CVS: update translations -Mon Dec 5 13:04:22 2005 +0000 Andy Wingo +2005-12-05 13:04:22 +0000 Andy Wingo Update for alloc_buffer changes. Original commit message from CVS: @@ -31563,7 +31598,7 @@ Mon Dec 5 13:04:22 2005 +0000 Andy Wingo * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain): Update for alloc_buffer changes. -Mon Dec 5 13:03:00 2005 +0000 Andy Wingo +2005-12-05 13:03:00 +0000 Andy Wingo Update for alloc_buffer changes. Original commit message from CVS: @@ -31591,21 +31626,21 @@ Mon Dec 5 13:03:00 2005 +0000 Andy Wingo * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for alloc_buffer changes. -Mon Dec 5 12:23:22 2005 +0000 Michael Smith +2005-12-05 12:23:22 +0000 Michael Smith docs/plugins/gst-plugins-good-plugins.args: Remove args for plugins that aren't in -good. Original commit message from CVS: * docs/plugins/gst-plugins-good-plugins.args: Remove args for plugins that aren't in -good. -Sun Dec 4 22:26:07 2005 +0000 Christian Schaller +2005-12-04 22:26:07 +0000 Christian Schaller * gst-plugins-good.spec.in: remove pango plugin as its gone into base Original commit message from CVS: remove pango plugin as its gone into base -Sat Dec 3 18:51:48 2005 +0000 Thomas Vander Stichele +2005-12-03 18:51:48 +0000 Thomas Vander Stichele * gst/rtp/gstrtpL16pay.c: * gst/rtp/gstrtpg711pay.c: @@ -31617,21 +31652,23 @@ Sat Dec 3 18:51:48 2005 +0000 Thomas Vander Stichele Original commit message from CVS: fix element descriptions -Sat Dec 3 18:50:12 2005 +0000 Thomas Vander Stichele +2005-12-03 18:50:12 +0000 Thomas Vander Stichele * docs/plugins/inspect/plugin-fdsrc.xml: remove fdsrc docs Original commit message from CVS: remove fdsrc docs -Thu Dec 1 19:18:08 2005 +0000 Thomas Vander Stichele +2005-12-01 19:18:08 +0000 Thomas Vander Stichele * configure.ac: back to HEAD Original commit message from CVS: back to HEAD -Thu Dec 1 19:14:26 2005 +0000 Thomas Vander Stichele +=== release 0.9.7 === + +2005-12-01 19:14:26 +0000 Thomas Vander Stichele * ChangeLog: * NEWS: @@ -31680,14 +31717,14 @@ Thu Dec 1 19:14:26 2005 +0000 Thomas Vander Stichele Original commit message from CVS: releasing 0.9.7 -Thu Dec 1 19:13:20 2005 +0000 Thomas Vander Stichele +2005-12-01 19:13:20 +0000 Thomas Vander Stichele * docs/plugins/inspect/plugin-qtdemux.xml: releasing 0.9.7 Original commit message from CVS: releasing 0.9.7 -Thu Dec 1 17:53:29 2005 +0000 Thomas Vander Stichele +2005-12-01 17:53:29 +0000 Thomas Vander Stichele * common: * po/af.po: @@ -31708,7 +31745,7 @@ Thu Dec 1 17:53:29 2005 +0000 Thomas Vander Stichele Original commit message from CVS: Update .po files -Thu Dec 1 15:34:13 2005 +0000 Thomas Vander Stichele +2005-12-01 15:34:13 +0000 Thomas Vander Stichele * ChangeLog: * docs/plugins/.gitignore: @@ -31719,7 +31756,7 @@ Thu Dec 1 15:34:13 2005 +0000 Thomas Vander Stichele Original commit message from CVS: add multipart plugin to docs -Thu Dec 1 15:22:25 2005 +0000 Thomas Vander Stichele +2005-12-01 15:22:25 +0000 Thomas Vander Stichele * ChangeLog: * configure.ac: @@ -31737,7 +31774,7 @@ Thu Dec 1 15:22:25 2005 +0000 Thomas Vander Stichele Original commit message from CVS: move pango to base -Thu Dec 1 14:39:30 2005 +0000 Thomas Vander Stichele +2005-12-01 14:39:30 +0000 Thomas Vander Stichele gst/rtp/: parsers are depayers Original commit message from CVS: @@ -31752,7 +31789,7 @@ Thu Dec 1 14:39:30 2005 +0000 Thomas Vander Stichele * gst/rtp/gstrtpgsmparse.h: parsers are depayers -Thu Dec 1 14:30:01 2005 +0000 Thomas Vander Stichele +2005-12-01 14:30:01 +0000 Thomas Vander Stichele * ChangeLog: * common: @@ -31835,7 +31872,7 @@ Thu Dec 1 14:30:01 2005 +0000 Thomas Vander Stichele Original commit message from CVS: Do burger's rename for rtp payloaders and depayloaders -Wed Nov 30 19:02:35 2005 +0000 Wim Taymans +2005-11-30 19:02:35 +0000 Wim Taymans ext/dv/: Fix seeking in dvdemux again, add some more debug info. Original commit message from CVS: @@ -31844,7 +31881,7 @@ Wed Nov 30 19:02:35 2005 +0000 Wim Taymans * ext/dv/gstdvdemux.h: Fix seeking in dvdemux again, add some more debug info. -Wed Nov 30 18:48:56 2005 +0000 Thomas Vander Stichele +2005-11-30 18:48:56 +0000 Thomas Vander Stichele * ChangeLog: * configure.ac: @@ -31852,21 +31889,21 @@ Wed Nov 30 18:48:56 2005 +0000 Thomas Vander Stichele Original commit message from CVS: fix tests -Wed Nov 30 18:40:19 2005 +0000 Thomas Vander Stichele +2005-11-30 18:40:19 +0000 Thomas Vander Stichele * Makefile.am: add tests subdir Original commit message from CVS: add tests subdir -Wed Nov 30 18:36:02 2005 +0000 Thomas Vander Stichele +2005-11-30 18:36:02 +0000 Thomas Vander Stichele * tests/check/Makefile.am: add Makefile.am Original commit message from CVS: add Makefile.am -Wed Nov 30 18:28:53 2005 +0000 Thomas Vander Stichele +2005-11-30 18:28:53 +0000 Thomas Vander Stichele move Original commit message from CVS: @@ -31878,7 +31915,7 @@ Wed Nov 30 18:28:53 2005 +0000 Thomas Vander Stichele * win32/gst.sln: remove -Wed Nov 30 18:24:08 2005 +0000 Thomas Vander Stichele +2005-11-30 18:24:08 +0000 Thomas Vander Stichele * ChangeLog: * Makefile.am: @@ -31912,7 +31949,7 @@ Wed Nov 30 18:24:08 2005 +0000 Thomas Vander Stichele Original commit message from CVS: move under tests -Wed Nov 30 16:57:57 2005 +0000 Christian Schaller +2005-11-30 16:57:57 +0000 Christian Schaller * common: * gst-plugins-good.spec.in: @@ -31920,7 +31957,7 @@ Wed Nov 30 16:57:57 2005 +0000 Christian Schaller Original commit message from CVS: update for latest changes -Wed Nov 30 14:53:29 2005 +0000 Tim-Philipp Müller +2005-11-30 14:53:29 +0000 Tim-Philipp Müller ext/pango/gsttextrender.*: Add missing files. Original commit message from CVS: @@ -31933,7 +31970,7 @@ Wed Nov 30 14:53:29 2005 +0000 Tim-Philipp Müller * ext/pango/gsttextrender.h: Add missing files. -Wed Nov 30 13:20:57 2005 +0000 Tim-Philipp Müller +2005-11-30 13:20:57 +0000 Tim-Philipp Müller Port pango-based textoverlay, timeoverlay and textrender to 0.9 and add background shading and text wrapping modes. M... Original commit message from CVS: @@ -31966,14 +32003,14 @@ Wed Nov 30 13:20:57 2005 +0000 Tim-Philipp Müller timoverlay derive from textoverlay. Also add new clockoverlay element. -Wed Nov 30 11:10:01 2005 +0000 Julien Moutte +2005-11-30 11:10:01 +0000 Julien Moutte gst/udp/Makefile.am: Moved to netbuffer. Original commit message from CVS: 2005-11-30 Julien MOUTTE * gst/udp/Makefile.am: Moved to netbuffer. -Wed Nov 30 10:18:42 2005 +0000 Julien Moutte +2005-11-30 10:18:42 +0000 Julien Moutte Ported multipart mux/demux to 0.9. Original commit message from CVS: @@ -31996,7 +32033,7 @@ Wed Nov 30 10:18:42 2005 +0000 Julien Moutte (gst_multipart_mux_change_state): Ported multipart mux/demux to 0.9. -Wed Nov 30 08:26:47 2005 +0000 Thomas Vander Stichele +2005-11-30 08:26:47 +0000 Thomas Vander Stichele gst/: update for symbols change Original commit message from CVS: @@ -32015,7 +32052,7 @@ Wed Nov 30 08:26:47 2005 +0000 Thomas Vander Stichele * gst/videofilter/gstvideoflip.h: update for symbols change -Tue Nov 29 17:46:04 2005 +0000 Thomas Vander Stichele +2005-11-29 17:46:04 +0000 Thomas Vander Stichele gst/udp/: the old gstnet lib was renamed gstnetbuffer (#322257) Original commit message from CVS: @@ -32023,7 +32060,7 @@ Tue Nov 29 17:46:04 2005 +0000 Thomas Vander Stichele * gst/udp/gstudpsrc.c: the old gstnet lib was renamed gstnetbuffer (#322257) -Tue Nov 29 15:42:01 2005 +0000 Tim-Philipp Müller +2005-11-29 15:42:01 +0000 Tim-Philipp Müller ext/cairo/gsttextoverlay.c: Actually render the text from the text pad. Original commit message from CVS: @@ -32031,7 +32068,7 @@ Tue Nov 29 15:42:01 2005 +0000 Tim-Philipp Müller (gst_text_overlay_collected): Actually render the text from the text pad. -Tue Nov 29 14:49:00 2005 +0000 Edward Hervey +2005-11-29 14:49:00 +0000 Edward Hervey gst/debug/: Update for GstBaseTransform event virtual method Original commit message from CVS: @@ -32039,7 +32076,7 @@ Tue Nov 29 14:49:00 2005 +0000 Edward Hervey * gst/debug/progressreport.c: (gst_progress_report_event): Update for GstBaseTransform event virtual method -Tue Nov 29 10:55:09 2005 +0000 Thomas Vander Stichele +2005-11-29 10:55:09 +0000 Thomas Vander Stichele ext/cairo/Makefile.am: no need to link to videofilter Original commit message from CVS: @@ -32047,7 +32084,7 @@ Tue Nov 29 10:55:09 2005 +0000 Thomas Vander Stichele * ext/cairo/Makefile.am: no need to link to videofilter -Tue Nov 29 10:46:00 2005 +0000 Thomas Vander Stichele +2005-11-29 10:46:00 +0000 Thomas Vander Stichele * ChangeLog: * gst/debug/Makefile.am: @@ -32069,7 +32106,7 @@ Tue Nov 29 10:46:00 2005 +0000 Thomas Vander Stichele Original commit message from CVS: remove the videofilter library and link to the one in base -Tue Nov 29 01:30:40 2005 +0000 Thomas Vander Stichele +2005-11-29 01:30:40 +0000 Thomas Vander Stichele * common: * gst/videofilter/gstvideoflip.c: @@ -32078,14 +32115,14 @@ Tue Nov 29 01:30:40 2005 +0000 Thomas Vander Stichele Original commit message from CVS: borgify -Mon Nov 28 17:31:44 2005 +0000 Edward Hervey +2005-11-28 17:31:44 +0000 Edward Hervey gst/avi/gstavidemux.c: Useless check now we're setting the current entry correctly. Original commit message from CVS: * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry): Useless check now we're setting the current entry correctly. -Mon Nov 28 16:54:03 2005 +0000 Tim-Philipp Müller +2005-11-28 16:54:03 +0000 Tim-Philipp Müller ext/jpeg/gstjpegenc.c: Don't leak input buffer in chain function (fixes #322667); make state change function thread-s... Original commit message from CVS: @@ -32097,7 +32134,7 @@ Mon Nov 28 16:54:03 2005 +0000 Tim-Philipp Müller name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use gst_pad_alloc_buffer(); misc. minor cleanups. -Mon Nov 28 15:43:29 2005 +0000 Edward Hervey +2005-11-28 15:43:29 +0000 Edward Hervey ext/faad/gstfaad.c: Handle gracefully the consequence of "Maximum number of scalefactor bands exceeded", which result... Original commit message from CVS: @@ -32108,7 +32145,7 @@ Mon Nov 28 15:43:29 2005 +0000 Edward Hervey Do upward transitions, then call parent state_change, then do downward transitions. -Mon Nov 28 15:13:22 2005 +0000 Jan Schmidt +2005-11-28 15:13:22 +0000 Jan Schmidt gst/matroska/matroska-mux.c: Look for pixel-aspect-ratio in caps, not pixel_width and pixel_height (Fixes: #322645) Original commit message from CVS: @@ -32117,7 +32154,7 @@ Mon Nov 28 15:13:22 2005 +0000 Jan Schmidt Look for pixel-aspect-ratio in caps, not pixel_width and pixel_height (Fixes: #322645) -Mon Nov 28 12:59:05 2005 +0000 Jan Schmidt +2005-11-28 12:59:05 +0000 Jan Schmidt gst/matroska/matroska-mux.c: From Michal Benes: frame duration should be GST_SECOND / framerate, not Original commit message from CVS: @@ -32127,7 +32164,7 @@ Mon Nov 28 12:59:05 2005 +0000 Jan Schmidt frame duration should be GST_SECOND / framerate, not GST_SECOND * framerate. (Fixes: #322643) -Sun Nov 27 17:02:53 2005 +0000 Thomas Vander Stichele +2005-11-27 17:02:53 +0000 Thomas Vander Stichele configure.ac: fix up GST_PLUGIN_LDFLAGS Original commit message from CVS: @@ -32138,14 +32175,14 @@ Sun Nov 27 17:02:53 2005 +0000 Thomas Vander Stichele * gst/videofilter/Makefile.am: stop installing this library -Sun Nov 27 15:30:25 2005 +0000 Thomas Vander Stichele +2005-11-27 15:30:25 +0000 Thomas Vander Stichele * configure.ac: no need for an AS_LIBTOOL call Original commit message from CVS: no need for an AS_LIBTOOL call -Sun Nov 27 14:33:31 2005 +0000 Thomas Vander Stichele +2005-11-27 14:33:31 +0000 Thomas Vander Stichele * Makefile.am: * common: @@ -32154,7 +32191,7 @@ Sun Nov 27 14:33:31 2005 +0000 Thomas Vander Stichele Original commit message from CVS: add ACLOCAL_AMFLAGS; remove old stuff from spec changelog -Sat Nov 26 12:54:47 2005 +0000 Edward Hervey +2005-11-26 12:54:47 +0000 Edward Hervey ext/dv/gstdvdec.c: Handle the case where the incoming Video dv stream doesn't have a pixel aspect ratio set. Original commit message from CVS: @@ -32162,7 +32199,7 @@ Sat Nov 26 12:54:47 2005 +0000 Edward Hervey Handle the case where the incoming Video dv stream doesn't have a pixel aspect ratio set. -Fri Nov 25 22:14:47 2005 +0000 Thomas Vander Stichele +2005-11-25 22:14:47 +0000 Thomas Vander Stichele * ChangeLog: * docs/plugins/Makefile.am: @@ -32173,7 +32210,7 @@ Fri Nov 25 22:14:47 2005 +0000 Thomas Vander Stichele Original commit message from CVS: document flacdec -Fri Nov 25 21:36:18 2005 +0000 Thomas Vander Stichele +2005-11-25 21:36:18 +0000 Thomas Vander Stichele * ChangeLog: * docs/plugins/Makefile.am: @@ -32190,7 +32227,7 @@ Fri Nov 25 21:36:18 2005 +0000 Thomas Vander Stichele do some name borgifying document -Fri Nov 25 21:02:16 2005 +0000 Thomas Vander Stichele +2005-11-25 21:02:16 +0000 Thomas Vander Stichele documenting auto*sink using strstr for the video sink lookup, class field is not ordered update other plugins Original commit message from CVS: @@ -32206,7 +32243,7 @@ Fri Nov 25 21:02:16 2005 +0000 Thomas Vander Stichele using strstr for the video sink lookup, class field is not ordered update other plugins -Fri Nov 25 19:58:19 2005 +0000 Edgard Lima +2005-11-25 19:58:19 +0000 Edgard Lima * ext/wavpack/Makefile.am: * ext/wavpack/gstwavpackdec.c: @@ -32217,7 +32254,7 @@ Fri Nov 25 19:58:19 2005 +0000 Edgard Lima Original commit message from CVS: Wavpack ported to 0.9. No support for correction file yet. -Fri Nov 25 18:15:51 2005 +0000 Thomas Vander Stichele +2005-11-25 18:15:51 +0000 Thomas Vander Stichele ext/wavpack/: put back wavpack - still needs porting Original commit message from CVS: @@ -32240,14 +32277,14 @@ Fri Nov 25 18:15:51 2005 +0000 Thomas Vander Stichele * ext/wavpack/gstwavpackparse.h: put back wavpack - still needs porting -Fri Nov 25 18:03:24 2005 +0000 Sebastien Cote +2005-11-25 18:03:24 +0000 Sebastien Cote gst/udp/gstudpsrc.c: Patch from Sebastien Cote to close control sockets in udpsrc. Original commit message from CVS: * gst/udp/gstudpsrc.c: (gst_udpsrc_stop): Patch from Sebastien Cote to close control sockets in udpsrc. -Thu Nov 24 15:07:06 2005 +0000 Julien Moutte +2005-11-24 15:07:06 +0000 Julien Moutte gst/effectv/gstquark.c: Flush the planes list on reverse caps negotiation. This was crashing because of differently s... Original commit message from CVS: @@ -32260,7 +32297,7 @@ Thu Nov 24 15:07:06 2005 +0000 Julien Moutte negotiation. This was crashing because of differently sized buffers. -Thu Nov 24 12:50:28 2005 +0000 Julien Moutte +2005-11-24 12:50:28 +0000 Julien Moutte gst/: Handle strides correctly, fix identity flipping, convert navigation event correctly again. Original commit message from CVS: @@ -32276,28 +32313,28 @@ Thu Nov 24 12:50:28 2005 +0000 Julien Moutte correctly, fix identity flipping, convert navigation event correctly again. -Thu Nov 24 11:16:53 2005 +0000 Michael Smith +2005-11-24 11:16:53 +0000 Michael Smith * README: Fix #320288: wrong readme in plugins-good Original commit message from CVS: Fix #320288: wrong readme in plugins-good -Thu Nov 24 11:06:29 2005 +0000 Thomas Vander Stichele +2005-11-24 11:06:29 +0000 Thomas Vander Stichele * Makefile.am: fix torture target Original commit message from CVS: fix torture target -Wed Nov 23 21:25:56 2005 +0000 Thomas Vander Stichele +2005-11-23 21:25:56 +0000 Thomas Vander Stichele * Makefile.am: add a torture target Original commit message from CVS: add a torture target -Wed Nov 23 20:05:26 2005 +0000 Thomas Vander Stichele +2005-11-23 20:05:26 +0000 Thomas Vander Stichele * ChangeLog: * configure.ac: @@ -32305,14 +32342,16 @@ Wed Nov 23 20:05:26 2005 +0000 Thomas Vander Stichele Original commit message from CVS: back to HEAD -Wed Nov 23 19:57:49 2005 +0000 Thomas Vander Stichele +=== release 0.9.6 === + +2005-11-23 19:57:49 +0000 Thomas Vander Stichele * docs/plugins/inspect/plugin-qtdemux.xml: releasing 0.9.6 Original commit message from CVS: releasing 0.9.6 -Wed Nov 23 19:56:31 2005 +0000 Thomas Vander Stichele +2005-11-23 19:56:31 +0000 Thomas Vander Stichele * ChangeLog: * NEWS: @@ -32359,14 +32398,14 @@ Wed Nov 23 19:56:31 2005 +0000 Thomas Vander Stichele Original commit message from CVS: releasing 0.9.6 -Wed Nov 23 19:14:07 2005 +0000 Thomas Vander Stichele +2005-11-23 19:14:07 +0000 Thomas Vander Stichele * docs/plugins/inspect/plugin-cutter.xml: adding cutter Original commit message from CVS: adding cutter -Wed Nov 23 19:05:29 2005 +0000 Thomas Vander Stichele +2005-11-23 19:05:29 +0000 Thomas Vander Stichele * po/af.po: * po/az.po: @@ -32386,14 +32425,14 @@ Wed Nov 23 19:05:29 2005 +0000 Thomas Vander Stichele Original commit message from CVS: Update .po files -Wed Nov 23 16:49:16 2005 +0000 Jan Schmidt +2005-11-23 16:49:16 +0000 Jan Schmidt gst/debug/gstnavigationtest.c: Oops, initialise the framerate GValue Original commit message from CVS: * gst/debug/gstnavigationtest.c: (gst_navigationtest_init): Oops, initialise the framerate GValue -Wed Nov 23 15:50:51 2005 +0000 Julien Moutte +2005-11-23 15:50:51 +0000 Julien Moutte VideoFilter inherits from Original commit message from CVS: @@ -32477,7 +32516,7 @@ Wed Nov 23 15:50:51 2005 +0000 Julien Moutte depending on flip method ! Fixes #320953 -Wed Nov 23 14:22:18 2005 +0000 Jan Schmidt +2005-11-23 14:22:18 +0000 Jan Schmidt Fixes for API changes Original commit message from CVS: @@ -32490,14 +32529,14 @@ Wed Nov 23 14:22:18 2005 +0000 Jan Schmidt * sys/osxvideo/osxvideosink.m: Fixes for API changes -Wed Nov 23 12:19:06 2005 +0000 Christian Schaller +2005-11-23 12:19:06 +0000 Christian Schaller * gst-plugins-good.spec.in: add cutter to spec in Original commit message from CVS: add cutter to spec in -Wed Nov 23 11:57:51 2005 +0000 Jan Schmidt +2005-11-23 11:57:51 +0000 Jan Schmidt gst/qtdemux/qtdemux.c: Convert to fractional framerates Original commit message from CVS: @@ -32506,7 +32545,7 @@ Wed Nov 23 11:57:51 2005 +0000 Jan Schmidt (qtdemux_parse_trak): Convert to fractional framerates -Tue Nov 22 23:58:14 2005 +0000 Michael Smith +2005-11-22 23:58:14 +0000 Michael Smith ext/jpeg/: JPEG fractiony goodness. Original commit message from CVS: @@ -32520,7 +32559,7 @@ Tue Nov 22 23:58:14 2005 +0000 Michael Smith * ext/jpeg/gstsmokeenc.h: JPEG fractiony goodness. -Tue Nov 22 22:35:57 2005 +0000 Michael Smith +2005-11-22 22:35:57 +0000 Michael Smith * ChangeLog: * gst/goom/filters.c: @@ -32532,7 +32571,7 @@ Tue Nov 22 22:35:57 2005 +0000 Michael Smith Does not, however, fix the general crackheadedness of goom (global variables, oh my!); this should be moved to -bad. -Tue Nov 22 22:21:37 2005 +0000 Jan Schmidt +2005-11-22 22:21:37 +0000 Jan Schmidt More fractional framerate conversions Original commit message from CVS: @@ -32559,7 +32598,7 @@ Tue Nov 22 22:21:37 2005 +0000 Jan Schmidt * sys/osxvideo/osxvideosink.m: More fractional framerate conversions -Tue Nov 22 20:07:47 2005 +0000 Jan Schmidt +2005-11-22 20:07:47 +0000 Jan Schmidt Convert to fractional framerates. Original commit message from CVS: @@ -32572,7 +32611,7 @@ Tue Nov 22 20:07:47 2005 +0000 Jan Schmidt * gst/videofilter/gstvideofilter.h: Convert to fractional framerates. -Tue Nov 22 18:11:58 2005 +0000 Thomas Vander Stichele +2005-11-22 18:11:58 +0000 Thomas Vander Stichele * ChangeLog: * ext/aalib/gstaasink.c: @@ -32594,7 +32633,7 @@ Tue Nov 22 18:11:58 2005 +0000 Thomas Vander Stichele Original commit message from CVS: fix up more enums -Tue Nov 22 17:39:11 2005 +0000 Michael Smith +2005-11-22 17:39:11 +0000 Michael Smith gst/videomixer/videomixer.c: Fractional framerates, videomixer. Original commit message from CVS: @@ -32603,7 +32642,7 @@ Tue Nov 22 17:39:11 2005 +0000 Michael Smith (gst_videomixer_update_queues): Fractional framerates, videomixer. -Tue Nov 22 17:09:36 2005 +0000 Michael Smith +2005-11-22 17:09:36 +0000 Michael Smith ext/dv/: Fractional framerates for DV. Original commit message from CVS: @@ -32616,7 +32655,7 @@ Tue Nov 22 17:09:36 2005 +0000 Michael Smith * ext/dv/gstdvdemux.h: Fractional framerates for DV. -Tue Nov 22 14:44:26 2005 +0000 Tim-Philipp Müller +2005-11-22 14:44:26 +0000 Tim-Philipp Müller gst/autodetect/: Use gst_plugin_feature_list_free() to free feature list and in the case of autovideosink free the li... Original commit message from CVS: @@ -32628,7 +32667,7 @@ Tue Nov 22 14:44:26 2005 +0000 Tim-Philipp Müller in the case of autovideosink free the list at all. Also miscellaneous cosmetic fixes. -Tue Nov 22 13:13:21 2005 +0000 Thomas Vander Stichele +2005-11-22 13:13:21 +0000 Thomas Vander Stichele gst/cutter/gstcutter.c: copy calculation code from level; remove use of some audio functions Original commit message from CVS: @@ -32637,28 +32676,28 @@ Tue Nov 22 13:13:21 2005 +0000 Thomas Vander Stichele copy calculation code from level; remove use of some audio functions -Tue Nov 22 13:11:25 2005 +0000 Thomas Vander Stichele +2005-11-22 13:11:25 +0000 Thomas Vander Stichele * gst/level/gstlevel.c: various cosmetic fixes Original commit message from CVS: various cosmetic fixes -Tue Nov 22 12:48:10 2005 +0000 Thomas Vander Stichele +2005-11-22 12:48:10 +0000 Thomas Vander Stichele * gst/level/gstlevel.c: various cosmetic fixes Original commit message from CVS: various cosmetic fixes -Tue Nov 22 12:41:35 2005 +0000 Thomas Vander Stichele +2005-11-22 12:41:35 +0000 Thomas Vander Stichele * gst/level/gstlevel.c: various cosmetic fixes Original commit message from CVS: various cosmetic fixes -Tue Nov 22 12:38:33 2005 +0000 Andy Wingo +2005-11-22 12:38:33 +0000 Andy Wingo * ChangeLog: * ext/flac/gstflacenc.c: @@ -32671,7 +32710,7 @@ Tue Nov 22 12:38:33 2005 +0000 Andy Wingo 2005-11-22 Andy Wingo * Update for gst_tag_setter API changes. -Tue Nov 22 11:57:51 2005 +0000 Andy Wingo +2005-11-22 11:57:51 +0000 Andy Wingo * gst/qtdemux/qtdemux.c: ext/faad/gstfaad.c (gst_faad_event) ext/ivorbis/vorbisfile.c (gst_ivorbisfile_loop) gst/qtdemux/qtdemux.c (gst_qtdemu... @@ -32684,7 +32723,7 @@ Tue Nov 22 11:57:51 2005 +0000 Andy Wingo * gst/tta/gstttaparse.c (gst_tta_parse_src_event) (gst_tta_parse_parse_header): Run update-funcnames. -Tue Nov 22 11:53:34 2005 +0000 Andy Wingo +2005-11-22 11:53:34 +0000 Andy Wingo * ChangeLog: * ext/dv/gstdvdemux.c: @@ -32729,7 +32768,7 @@ Tue Nov 22 11:53:34 2005 +0000 Andy Wingo * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek) (gst_wavparse_stream_headers): Run update-funcnames. -Tue Nov 22 11:49:30 2005 +0000 Edward Hervey +2005-11-22 11:49:30 +0000 Edward Hervey URIHandler interface and element properties are now properly synchronized for DV1394src and UDPSrc Original commit message from CVS: @@ -32743,7 +32782,7 @@ Tue Nov 22 11:49:30 2005 +0000 Edward Hervey URIHandler interface and element properties are now properly synchronized for DV1394src and UDPSrc -Tue Nov 22 11:36:04 2005 +0000 Tim-Philipp Müller +2005-11-22 11:36:04 +0000 Tim-Philipp Müller ext/: libgsttagedit has been renamed to libgsttag. Original commit message from CVS: @@ -32751,14 +32790,14 @@ Tue Nov 22 11:36:04 2005 +0000 Tim-Philipp Müller * ext/speex/Makefile.am: libgsttagedit has been renamed to libgsttag. -Mon Nov 21 20:11:59 2005 +0000 Wim Taymans +2005-11-21 20:11:59 +0000 Wim Taymans gst/rtsp/rtspconnection.c: Apply patch from Sebastien Cote to fix #319184. Original commit message from CVS: * gst/rtsp/rtspconnection.c: (read_body): Apply patch from Sebastien Cote to fix #319184. -Mon Nov 21 19:50:25 2005 +0000 Thomas Vander Stichele +2005-11-21 19:50:25 +0000 Thomas Vander Stichele port cutter Original commit message from CVS: @@ -32772,7 +32811,7 @@ Mon Nov 21 19:50:25 2005 +0000 Thomas Vander Stichele * gst/level/gstlevel.c: fix up plugin details -Mon Nov 21 18:09:02 2005 +0000 Tim-Philipp Müller +2005-11-21 18:09:02 +0000 Tim-Philipp Müller Update for stream lock API changes: don't take stream log in sink event handlers any longer and change GST_STREAM_LOC... Original commit message from CVS: @@ -32793,7 +32832,7 @@ Mon Nov 21 18:09:02 2005 +0000 Tim-Philipp Müller to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event functions. -Mon Nov 21 17:52:15 2005 +0000 Michael Smith +2005-11-21 17:52:15 +0000 Michael Smith * gst/auparse/Makefile.am: * gst/auparse/gstauparse.h: @@ -32801,7 +32840,7 @@ Mon Nov 21 17:52:15 2005 +0000 Michael Smith Original commit message from CVS: Forgot to commit header file changes, Makefile.am changes. Oops. -Mon Nov 21 17:49:21 2005 +0000 Michael Smith +2005-11-21 17:49:21 +0000 Michael Smith * ChangeLog: * gst/auparse/gstauparse.c: @@ -32809,7 +32848,7 @@ Mon Nov 21 17:49:21 2005 +0000 Michael Smith Original commit message from CVS: gst_object_unref, not g_object_unref -Mon Nov 21 17:37:41 2005 +0000 Wim Taymans +2005-11-21 17:37:41 +0000 Wim Taymans Fix for stream lock updates. Original commit message from CVS: @@ -32818,7 +32857,7 @@ Mon Nov 21 17:37:41 2005 +0000 Wim Taymans * gst/tta/gstttaparse.c: (gst_tta_parse_src_event): Fix for stream lock updates. -Mon Nov 21 17:23:46 2005 +0000 Tim-Philipp Müller +2005-11-21 17:23:46 +0000 Tim-Philipp Müller gst/wavparse/gstwavparse.c: Use GST_DEBUG_FUNCPTR; add debug message in pad activate function. Original commit message from CVS: @@ -32826,7 +32865,7 @@ Mon Nov 21 17:23:46 2005 +0000 Tim-Philipp Müller (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate): Use GST_DEBUG_FUNCPTR; add debug message in pad activate function. -Mon Nov 21 17:18:01 2005 +0000 Michael Smith +2005-11-21 17:18:01 +0000 Michael Smith gst/auparse/: Partially fix #161712. playbin still doesn't work on these files, (on the bug report, Andy says we aren... Original commit message from CVS: @@ -32839,7 +32878,7 @@ Mon Nov 21 17:18:01 2005 +0000 Michael Smith (on the bug report, Andy says we aren't typefinding it for some reason?) but at least auparse isn't totally busted like it was before. -Mon Nov 21 16:45:46 2005 +0000 Tim-Philipp Müller +2005-11-21 16:45:46 +0000 Tim-Philipp Müller gst/qtdemux/qtdemux.c: j@bootlab.org, #321903). Original commit message from CVS: @@ -32847,7 +32886,7 @@ Mon Nov 21 16:45:46 2005 +0000 Tim-Philipp Müller Add DX50, DIVX and DIV3 fourccs (patch by j@bootlab.org, #321903). -Mon Nov 21 16:36:05 2005 +0000 Andy Wingo +2005-11-21 16:36:05 +0000 Andy Wingo *.*: Ran scripts/update-macros. Oh yes. Original commit message from CVS: @@ -32855,7 +32894,7 @@ Mon Nov 21 16:36:05 2005 +0000 Andy Wingo * *.h: * *.c: Ran scripts/update-macros. Oh yes. -Mon Nov 21 15:06:35 2005 +0000 Tim-Philipp Müller +2005-11-21 15:06:35 +0000 Tim-Philipp Müller gst/matroska/matroska-demux.c: Filler events are gone for now, comment out section generating them. Original commit message from CVS: @@ -32863,7 +32902,7 @@ Mon Nov 21 15:06:35 2005 +0000 Tim-Philipp Müller Filler events are gone for now, comment out section generating them. -Mon Nov 21 14:39:04 2005 +0000 Tim-Philipp Müller +2005-11-21 14:39:04 +0000 Tim-Philipp Müller Update for GST_FOURCC_FORMAT API change. Original commit message from CVS: @@ -32880,7 +32919,7 @@ Mon Nov 21 14:39:04 2005 +0000 Tim-Philipp Müller (gst_v4l2src_capture_init), (gst_v4l2src_get_size_limits): Update for GST_FOURCC_FORMAT API change. -Mon Nov 21 14:33:11 2005 +0000 Jan Schmidt +2005-11-21 14:33:11 +0000 Jan Schmidt Rename gst_caps_structure_fixate_* to gst_structure_fixate_* (#322027) Original commit message from CVS: @@ -32893,7 +32932,7 @@ Mon Nov 21 14:33:11 2005 +0000 Jan Schmidt Rename gst_caps_structure_fixate_* to gst_structure_fixate_* (#322027) -Mon Nov 21 14:31:05 2005 +0000 Jan Schmidt +2005-11-21 14:31:05 +0000 Jan Schmidt Rename gst_caps_structure_fixate_* to gst_structure_fixate_* (#322027) Original commit message from CVS: @@ -32904,7 +32943,7 @@ Mon Nov 21 14:31:05 2005 +0000 Jan Schmidt Rename gst_caps_structure_fixate_* to gst_structure_fixate_* (#322027) -Mon Nov 21 13:38:24 2005 +0000 Tim-Philipp Müller +2005-11-21 13:38:24 +0000 Tim-Philipp Müller Fixes for GST_FOURCC_FORMAT API change. Original commit message from CVS: @@ -32920,7 +32959,7 @@ Mon Nov 21 13:38:24 2005 +0000 Tim-Philipp Müller (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers): Fixes for GST_FOURCC_FORMAT API change. -Mon Nov 21 12:13:48 2005 +0000 Tim-Philipp Müller +2005-11-21 12:13:48 +0000 Tim-Philipp Müller Fix for collect pads API change. Also fix textoverlay state change function. Original commit message from CVS: @@ -32939,7 +32978,7 @@ Mon Nov 21 12:13:48 2005 +0000 Tim-Philipp Müller Fix for collect pads API change. Also fix textoverlay state change function. -Sun Nov 20 17:04:55 2005 +0000 Julien Moutte +2005-11-20 17:04:55 +0000 Julien Moutte gst/matroska/matroska-mux.c: Replace Original commit message from CVS: @@ -32947,7 +32986,7 @@ Sun Nov 20 17:04:55 2005 +0000 Julien Moutte * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace GST_PAD_IS_USABLE by something approaching it. -Sun Nov 20 16:43:32 2005 +0000 Julien Moutte +2005-11-20 16:43:32 +0000 Julien Moutte gst/matroska/matroska-mux.c: Fix for Original commit message from CVS: @@ -32959,7 +32998,7 @@ Sun Nov 20 16:43:32 2005 +0000 Julien Moutte but also fix the code that was not checking return values from pad_push neither using pad_alloc_buffer. -Fri Nov 18 18:19:21 2005 +0000 Edward Hervey +2005-11-18 18:19:21 +0000 Edward Hervey ext/libpng/gstpngenc.c: Added debug category Original commit message from CVS: @@ -32969,7 +33008,7 @@ Fri Nov 18 18:19:21 2005 +0000 Edward Hervey Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline goes to EOS. -Thu Nov 17 18:23:23 2005 +0000 Edgard Lima +2005-11-17 18:23:23 +0000 Edgard Lima * ChangeLog: * gst/rtp/Makefile.am: @@ -32992,21 +33031,21 @@ Thu Nov 17 18:23:23 2005 +0000 Edgard Lima Original commit message from CVS: Created Speex payloader and depayloader; Optimize G711 payloader to use adapter and send packets until MTU size. -Wed Nov 16 19:08:54 2005 +0000 Wim Taymans +2005-11-16 19:08:54 +0000 Wim Taymans check/elements/matroskamux.c: Fix leak in check. Original commit message from CVS: * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad): Fix leak in check. -Wed Nov 16 17:00:32 2005 +0000 Wim Taymans +2005-11-16 17:00:32 +0000 Wim Taymans gst/flx/gstflxdec.c: Fix state change. Original commit message from CVS: * gst/flx/gstflxdec.c: (gst_flxdec_change_state): Fix state change. -Wed Nov 16 11:02:24 2005 +0000 Andy Wingo +2005-11-16 11:02:24 +0000 Andy Wingo * ChangeLog: * gst/udp/gstudpsrc.c: @@ -33014,14 +33053,14 @@ Wed Nov 16 11:02:24 2005 +0000 Andy Wingo Original commit message from CVS: (gst_udpsrc_create): Move comment. -Wed Nov 16 10:43:44 2005 +0000 Andy Wingo +2005-11-16 10:43:44 +0000 Andy Wingo gst/udp/gstudpsrc.c: Clean up with the boilerplate macro. Original commit message from CVS: 2005-11-16 Andy Wingo * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro. -Tue Nov 15 19:41:21 2005 +0000 Tim-Philipp Müller +2005-11-15 19:41:21 +0000 Tim-Philipp Müller gst/matroska/matroska-demux.c: When seeking, seek to closest index entry at or before the requested seek position, no... Original commit message from CVS: @@ -33030,7 +33069,7 @@ Tue Nov 15 19:41:21 2005 +0000 Tim-Philipp Müller When seeking, seek to closest index entry at or before the requested seek position, not just the closest one (#321001). -Tue Nov 15 12:16:00 2005 +0000 Tim-Philipp Müller +2005-11-15 12:16:00 +0000 Tim-Philipp Müller gst/avi/gstavidemux.c: Invert DIB images again (see #132341). Original commit message from CVS: @@ -33038,7 +33077,7 @@ Tue Nov 15 12:16:00 2005 +0000 Tim-Philipp Müller (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data): Invert DIB images again (see #132341). -Mon Nov 14 02:13:35 2005 +0000 Thomas Vander Stichele +2005-11-14 02:13:35 +0000 Thomas Vander Stichele * ChangeLog: * common: @@ -33103,14 +33142,14 @@ Mon Nov 14 02:13:35 2005 +0000 Thomas Vander Stichele Original commit message from CVS: rework configure.ac; make asterisk rtp stuff compile on mingw -Sat Nov 12 13:31:56 2005 +0000 Edward Hervey +2005-11-12 13:31:56 +0000 Edward Hervey ext/jpeg/gstjpegdec.c: Only GST_DEBUG() information on the valid components. Original commit message from CVS: * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): Only GST_DEBUG() information on the valid components. -Fri Nov 11 19:34:50 2005 +0000 Thomas Vander Stichele +2005-11-11 19:34:50 +0000 Thomas Vander Stichele * ChangeLog: * configure.ac: @@ -33118,7 +33157,9 @@ Fri Nov 11 19:34:50 2005 +0000 Thomas Vander Stichele Original commit message from CVS: back to head -Fri Nov 11 19:33:23 2005 +0000 Thomas Vander Stichele +=== release 0.9.5 === + +2005-11-11 19:33:23 +0000 Thomas Vander Stichele * ChangeLog: * NEWS: @@ -33166,7 +33207,7 @@ Fri Nov 11 19:33:23 2005 +0000 Thomas Vander Stichele Original commit message from CVS: releasing 0.9.5 -Fri Nov 11 18:33:21 2005 +0000 Thomas Vander Stichele +2005-11-11 18:33:21 +0000 Thomas Vander Stichele * po/af.po: * po/az.po: @@ -33186,7 +33227,7 @@ Fri Nov 11 18:33:21 2005 +0000 Thomas Vander Stichele Original commit message from CVS: Update .po files -Fri Nov 11 16:48:58 2005 +0000 Edward Hervey +2005-11-11 16:48:58 +0000 Edward Hervey gst/avi/gstavidemux.*: Yeah, implement proper seeking. Exact seeking and segment seeking. Original commit message from CVS: @@ -33199,14 +33240,14 @@ Fri Nov 11 16:48:58 2005 +0000 Edward Hervey Yeah, implement proper seeking. Exact seeking and segment seeking. Still need to do some checks for segment_stop. -Fri Nov 11 15:17:44 2005 +0000 Christian Schaller +2005-11-11 15:17:44 +0000 Christian Schaller * gst-plugins-good.spec.in: fix Cairo entry Original commit message from CVS: fix Cairo entry -Thu Nov 10 12:34:26 2005 +0000 Tim-Philipp Müller +2005-11-10 12:34:26 +0000 Tim-Philipp Müller gst/qtdemux/qtdemux.c: Add support for custom genre tags. Original commit message from CVS: @@ -33214,7 +33255,7 @@ Thu Nov 10 12:34:26 2005 +0000 Tim-Philipp Müller * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta): Add support for custom genre tags. -Thu Nov 10 12:22:30 2005 +0000 Tim-Philipp Müller +2005-11-10 12:22:30 +0000 Tim-Philipp Müller gst/matroska/matroska-mux.c: Don't try to ready buffer duration from buffer that we don't own any longer and that mi... Original commit message from CVS: @@ -33224,7 +33265,7 @@ Thu Nov 10 12:22:30 2005 +0000 Tim-Philipp Müller own any longer and that might already have been unreffed. (#321136) -Wed Nov 9 21:35:29 2005 +0000 Zeeshan Ali +2005-11-09 21:35:29 +0000 Zeeshan Ali * ChangeLog: * gst/flx/gstflxdec.c: @@ -33232,7 +33273,7 @@ Wed Nov 9 21:35:29 2005 +0000 Zeeshan Ali Original commit message from CVS: Attempting to optimize the code for embedded systems. -Tue Nov 8 08:54:30 2005 +0000 Tim-Philipp Müller +2005-11-08 08:54:30 +0000 Tim-Philipp Müller sys/oss/gstosssink.c: Don't re-use already closed file descriptor. (#320920) Original commit message from CVS: @@ -33240,7 +33281,7 @@ Tue Nov 8 08:54:30 2005 +0000 Tim-Philipp Müller * sys/oss/gstosssink.c: (gst_oss_sink_close): Don't re-use already closed file descriptor. (#320920) -Mon Nov 7 17:35:20 2005 +0000 Tim-Philipp Müller +2005-11-07 17:35:20 +0000 Tim-Philipp Müller sys/oss/gstosssink.*: Cache probed caps; fix debug output for SET_PARAM macros. Original commit message from CVS: @@ -33250,7 +33291,7 @@ Mon Nov 7 17:35:20 2005 +0000 Tim-Philipp Müller * sys/oss/gstosssink.h: Cache probed caps; fix debug output for SET_PARAM macros. -Mon Nov 7 15:09:54 2005 +0000 Tim-Philipp Müller +2005-11-07 15:09:54 +0000 Tim-Philipp Müller ext/cairo/: Port cairo textoverlay plugin to 0.9. Add 'shaded-background' property and redo position. Doesn't handle ... Original commit message from CVS: @@ -33272,7 +33313,7 @@ Mon Nov 7 15:09:54 2005 +0000 Tim-Philipp Müller property and redo position. Doesn't handle upstream renegotiation yet though. -Mon Nov 7 10:31:32 2005 +0000 Tim-Philipp Müller +2005-11-07 10:31:32 +0000 Tim-Philipp Müller gst/avi/gstavidemux.c: No need to take the STREAM_LOCK in the loop function. Improve some debug messages. Don't leak ... Original commit message from CVS: @@ -33282,7 +33323,7 @@ Mon Nov 7 10:31:32 2005 +0000 Tim-Philipp Müller No need to take the STREAM_LOCK in the loop function. Improve some debug messages. Don't leak pad names in debug messages. -Mon Nov 7 10:27:00 2005 +0000 Tim-Philipp Müller +2005-11-07 10:27:00 +0000 Tim-Philipp Müller gst/matroska/matroska-demux.c: Don't error out when the source pad isn't linked. Original commit message from CVS: @@ -33291,7 +33332,7 @@ Mon Nov 7 10:27:00 2005 +0000 Tim-Philipp Müller (gst_matroska_demux_add_wvpk_header): Don't error out when the source pad isn't linked. -Wed Nov 2 19:42:38 2005 +0000 Tim-Philipp Müller +2005-11-02 19:42:38 +0000 Tim-Philipp Müller ext/gconf/: Fix state change functions here as well and set kid to NULL state before removing it. Original commit message from CVS: @@ -33302,7 +33343,7 @@ Wed Nov 2 19:42:38 2005 +0000 Tim-Philipp Müller Fix state change functions here as well and set kid to NULL state before removing it. -Wed Nov 2 16:48:55 2005 +0000 Thomas Vander Stichele +2005-11-02 16:48:55 +0000 Thomas Vander Stichele * check/elements/matroskamux.c: * common: @@ -33311,7 +33352,7 @@ Wed Nov 2 16:48:55 2005 +0000 Thomas Vander Stichele Original commit message from CVS: sigh, static pad templates aren't refcounted properly -Tue Nov 1 16:14:25 2005 +0000 Thomas Vander Stichele +2005-11-01 16:14:25 +0000 Thomas Vander Stichele * check/elements/.gitignore: * gst/level/.gitignore: @@ -33320,7 +33361,7 @@ Tue Nov 1 16:14:25 2005 +0000 Thomas Vander Stichele Original commit message from CVS: ignore more -Tue Nov 1 15:15:44 2005 +0000 Edward Hervey +2005-11-01 15:15:44 +0000 Edward Hervey gst/wavenc/gstwavenc.c: Added proper event handlind, made downstream newsegment event use GST_FORMAT_BYTES (otherwise... Original commit message from CVS: @@ -33334,7 +33375,7 @@ Tue Nov 1 15:15:44 2005 +0000 Edward Hervey GstWavEnc needs some serious loving, after going through the code I'm really wondering how this can stay in -good ... -Tue Nov 1 15:11:16 2005 +0000 Thomas Vander Stichele +2005-11-01 15:11:16 +0000 Thomas Vander Stichele Fix leaks and invalid memory access as reported by valgrind Original commit message from CVS: @@ -33346,7 +33387,7 @@ Tue Nov 1 15:11:16 2005 +0000 Thomas Vander Stichele (gst_matroska_mux_collected): Fix leaks and invalid memory access as reported by valgrind -Tue Nov 1 14:41:01 2005 +0000 Thomas Vander Stichele +2005-11-01 14:41:01 +0000 Thomas Vander Stichele * check/elements/matroskamux.c: * tests/check/elements/matroskamux.c: @@ -33354,7 +33395,7 @@ Tue Nov 1 14:41:01 2005 +0000 Thomas Vander Stichele Original commit message from CVS: ... and add the missing file -Tue Nov 1 14:36:02 2005 +0000 Michal Benes +2005-11-01 14:36:02 +0000 Michal Benes add a unit test for matroskamux fix the bugs that the unit test exposed Original commit message from CVS: @@ -33366,14 +33407,14 @@ Tue Nov 1 14:36:02 2005 +0000 Michal Benes add a unit test for matroskamux fix the bugs that the unit test exposed -Tue Nov 1 14:34:22 2005 +0000 Thomas Vander Stichele +2005-11-01 14:34:22 +0000 Thomas Vander Stichele * gst/rtp/Makefile.am: fix Makefile.am Original commit message from CVS: fix Makefile.am -Tue Nov 1 12:39:16 2005 +0000 Tim-Philipp Müller +2005-11-01 12:39:16 +0000 Tim-Philipp Müller gst/autodetect/: Fix state change function and use GST_DEBUG_FUNCPTR in class_init. Original commit message from CVS: @@ -33386,7 +33427,7 @@ Tue Nov 1 12:39:16 2005 +0000 Tim-Philipp Müller Fix state change function and use GST_DEBUG_FUNCPTR in class_init. -Tue Nov 1 12:35:39 2005 +0000 Tim-Philipp Müller +2005-11-01 12:35:39 +0000 Tim-Philipp Müller gst/matroska/: Set timestamps on outgoing ebml headers as well, so that the element after matroskamux can get the tim... Original commit message from CVS: @@ -33400,7 +33441,7 @@ Tue Nov 1 12:35:39 2005 +0000 Tim-Philipp Müller reading the first ebml element and doesn't have to wait for the actual data buffer for that (#320308). -Mon Oct 31 22:08:52 2005 +0000 Andy Wingo +2005-10-31 22:08:52 +0000 Andy Wingo * ChangeLog: * gst/videomixer/videomixer.c: @@ -33416,7 +33457,7 @@ Mon Oct 31 22:08:52 2005 +0000 Andy Wingo (gst_videomixer_loop): Kill memleak. (gst_videomixer_collected): Kill memleak. -Mon Oct 31 19:08:27 2005 +0000 Edgard Lima +2005-10-31 19:08:27 +0000 Edgard Lima * ChangeLog: * gst/auparse/gstauparse.c: @@ -33424,7 +33465,7 @@ Mon Oct 31 19:08:27 2005 +0000 Edgard Lima Original commit message from CVS: Just some cleanup. -Mon Oct 31 14:41:31 2005 +0000 Edgard Lima +2005-10-31 14:41:31 +0000 Edgard Lima * ChangeLog: * ext/speex/gstspeexenc.c: @@ -33432,7 +33473,7 @@ Mon Oct 31 14:41:31 2005 +0000 Edgard Lima Original commit message from CVS: Add checks to GST_FLOW_NOT_LINKED for values returned from gst_pad_push. -Mon Oct 31 12:00:10 2005 +0000 Zeeshan Ali +2005-10-31 12:00:10 +0000 Zeeshan Ali * ChangeLog: * gst/rtp/gstrtpg711dec.c: @@ -33441,7 +33482,7 @@ Mon Oct 31 12:00:10 2005 +0000 Zeeshan Ali Original commit message from CVS: Payloader now sets some default caps on the srcpad if caps on the sinkpad are never set. This is important for the g711 to work with burger's rtpbin element. -Fri Oct 28 19:19:40 2005 +0000 Edgard Lima +2005-10-28 19:19:40 +0000 Edgard Lima * ChangeLog: * common: @@ -33450,7 +33491,7 @@ Fri Oct 28 19:19:40 2005 +0000 Edgard Lima Original commit message from CVS: Add checks for return values from gst_pad_push and gst_pad_alloc_buffer. -Fri Oct 28 15:32:48 2005 +0000 Tim-Philipp Müller +2005-10-28 15:32:48 +0000 Tim-Philipp Müller gst/matroska/: Add SimpleBlock support to matroska demuxer and muxer (part of Original commit message from CVS: @@ -33469,7 +33510,7 @@ Fri Oct 28 15:32:48 2005 +0000 Tim-Philipp Müller Add SimpleBlock support to matroska demuxer and muxer (part of Matroska v2). (#319731) -Fri Oct 28 13:24:40 2005 +0000 Wim Taymans +2005-10-28 13:24:40 +0000 Wim Taymans ext/jpeg/gstjpegdec.*: Cleanups. Don't create caps for every chain. Original commit message from CVS: @@ -33478,7 +33519,7 @@ Fri Oct 28 13:24:40 2005 +0000 Wim Taymans * ext/jpeg/gstjpegdec.h: Cleanups. Don't create caps for every chain. -Thu Oct 27 18:46:32 2005 +0000 Flavio Oliveira +2005-10-27 18:46:32 +0000 Flavio Oliveira * ChangeLog: * gst/law/alaw-encode.c: @@ -33489,14 +33530,14 @@ Thu Oct 27 18:46:32 2005 +0000 Flavio Oliveira Original commit message from CVS: Fix to set timestamp on buffer, it was tested with RTP G711 elements. -Thu Oct 27 11:27:53 2005 +0000 Tim-Philipp Müller +2005-10-27 11:27:53 +0000 Tim-Philipp Müller gst/qtdemux/qtdemux.h: Remove got_redirect from class structure as well. Original commit message from CVS: * gst/qtdemux/qtdemux.h: Remove got_redirect from class structure as well. -Thu Oct 27 11:25:19 2005 +0000 Tim-Philipp Müller +2005-10-27 11:25:19 +0000 Tim-Philipp Müller gst/qtdemux/qtdemux.c: Remove 'got-redirect' signal and post element message on the bus instead. Original commit message from CVS: @@ -33505,14 +33546,14 @@ Thu Oct 27 11:25:19 2005 +0000 Tim-Philipp Müller Remove 'got-redirect' signal and post element message on the bus instead. -Thu Oct 27 11:00:40 2005 +0000 Wim Taymans +2005-10-27 11:00:40 +0000 Wim Taymans sys/oss/gstosssrc.c: Set correct format on oss instead of a silly value. Original commit message from CVS: * sys/oss/gstosssrc.c: (gst_oss_src_prepare): Set correct format on oss instead of a silly value. -Thu Oct 27 09:52:08 2005 +0000 Julien Moutte +2005-10-27 09:52:08 +0000 Julien Moutte gst/videobox/gstvideobox.c: Use liboil for Original commit message from CVS: @@ -33524,7 +33565,7 @@ Thu Oct 27 09:52:08 2005 +0000 Julien Moutte I420 rendering as well, doesn't bring much for my platform. Might help on some other platforms. -Wed Oct 26 21:47:36 2005 +0000 Zeeshan Ali +2005-10-26 21:47:36 +0000 Zeeshan Ali * ChangeLog: * gst/rtp/gstrtpgsmdepay.c: @@ -33535,7 +33576,7 @@ Wed Oct 26 21:47:36 2005 +0000 Zeeshan Ali Original commit message from CVS: Declaring the padtemplate correctly. -Wed Oct 26 20:28:32 2005 +0000 Zeeshan Ali +2005-10-26 20:28:32 +0000 Zeeshan Ali * ChangeLog: * gst/rtp/gstrtpg711dec.c: @@ -33550,7 +33591,7 @@ Wed Oct 26 20:28:32 2005 +0000 Zeeshan Ali Original commit message from CVS: Setting the proper copyright notice. -Wed Oct 26 17:23:06 2005 +0000 Julien Moutte +2005-10-26 17:23:06 +0000 Julien Moutte gst/videobox/Makefile.am: Use liboil. Original commit message from CVS: @@ -33563,14 +33604,14 @@ Wed Oct 26 17:23:06 2005 +0000 Julien Moutte using liboil. Will dot the same to I420 border generation tomorrow. -Wed Oct 26 16:36:01 2005 +0000 Thomas Vander Stichele +2005-10-26 16:36:01 +0000 Thomas Vander Stichele * gst/rtp/Makefile.am: fix automake warnings Original commit message from CVS: fix automake warnings -Wed Oct 26 14:50:59 2005 +0000 Zeeshan Ali +2005-10-26 14:50:59 +0000 Zeeshan Ali * ChangeLog: * gst/rtp/gstrtpg711dec.c: @@ -33589,7 +33630,7 @@ Wed Oct 26 14:50:59 2005 +0000 Zeeshan Ali Original commit message from CVS: Hacked the G711 (de)payloader to try to make things right. rtpg711dec now inherits from the basertpdepayloader. -Wed Oct 26 14:23:45 2005 +0000 Julien Moutte +2005-10-26 14:23:45 +0000 Julien Moutte gst/videobox/gstvideobox.c: Removing this forgotten debug. Original commit message from CVS: @@ -33598,7 +33639,7 @@ Wed Oct 26 14:23:45 2005 +0000 Julien Moutte (gst_video_box_transform_caps), (gst_video_box_get_unit_size), (gst_video_box_ayuv): Removing this forgotten debug. -Wed Oct 26 14:08:49 2005 +0000 Julien Moutte +2005-10-26 14:08:49 +0000 Julien Moutte gst/videobox/gstvideobox.c: Fix the stride issue when boxing to AYUV. Original commit message from CVS: @@ -33607,7 +33648,7 @@ Wed Oct 26 14:08:49 2005 +0000 Julien Moutte (gst_video_box_transform_caps), (gst_video_box_get_unit_size), (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV. -Wed Oct 26 11:12:34 2005 +0000 Tim-Philipp Müller +2005-10-26 11:12:34 +0000 Tim-Philipp Müller sys/oss/: Actually use the 'oss' debug category we register. Original commit message from CVS: @@ -33621,7 +33662,7 @@ Wed Oct 26 11:12:34 2005 +0000 Tim-Philipp Müller * sys/oss/gstosssrc.c: Actually use the 'oss' debug category we register. -Wed Oct 26 10:38:18 2005 +0000 Julien Moutte +2005-10-26 10:38:18 +0000 Julien Moutte gst/videomixer/videomixer.c: Use gst_pad_get_parent and drop the ref that was added through that call. Original commit message from CVS: @@ -33632,7 +33673,7 @@ Wed Oct 26 10:38:18 2005 +0000 Julien Moutte Use gst_pad_get_parent and drop the ref that was added through that call. -Wed Oct 26 10:03:02 2005 +0000 Thomas Vander Stichele +2005-10-26 10:03:02 +0000 Thomas Vander Stichele * ChangeLog: * gst/rtp/gstrtpgsmenc.c: @@ -33641,7 +33682,7 @@ Wed Oct 26 10:03:02 2005 +0000 Thomas Vander Stichele Original commit message from CVS: fix compilation -Tue Oct 25 21:09:36 2005 +0000 Flavio Oliveira +2005-10-25 21:09:36 +0000 Flavio Oliveira * ChangeLog: * gst/rtp/gstrtpg711dec.c: @@ -33650,7 +33691,7 @@ Tue Oct 25 21:09:36 2005 +0000 Flavio Oliveira Original commit message from CVS: Just removed a couple of lines of weird code used during development/test time. -Tue Oct 25 19:19:38 2005 +0000 Flavio Oliveira +2005-10-25 19:19:38 +0000 Flavio Oliveira * ChangeLog: * gst/rtp/Makefile.am: @@ -33668,7 +33709,7 @@ Tue Oct 25 19:19:38 2005 +0000 Flavio Oliveira G711 payloader and depayloader created by Edgard Lima (it supports mulaw and alaw (dec)encoders) -Tue Oct 25 17:55:19 2005 +0000 Julien Moutte +2005-10-25 17:55:19 +0000 Julien Moutte gst/videobox/gstvideobox.c: Doh ! I introduced wingo's bug again ! Sorry... Original commit message from CVS: @@ -33677,7 +33718,7 @@ Tue Oct 25 17:55:19 2005 +0000 Julien Moutte (gst_video_box_transform_caps), (gst_video_box_get_unit_size): Doh ! I introduced wingo's bug again ! Sorry... -Tue Oct 25 16:02:38 2005 +0000 Christian Schaller +2005-10-25 16:02:38 +0000 Christian Schaller * ChangeLog: * gst/rtp/Makefile.am: @@ -33685,7 +33726,7 @@ Tue Oct 25 16:02:38 2005 +0000 Christian Schaller Original commit message from CVS: add missing header files for disting -Tue Oct 25 15:07:02 2005 +0000 Zeeshan Ali +2005-10-25 15:07:02 +0000 Zeeshan Ali * ChangeLog: * gst/rtp/gstrtpgsmdepay.c: @@ -33700,14 +33741,14 @@ Tue Oct 25 15:07:02 2005 +0000 Zeeshan Ali Original commit message from CVS: Getting the GSM (de)payloader working and compatible with our plans for RTP. -Tue Oct 25 13:03:04 2005 +0000 Christian Schaller +2005-10-25 13:03:04 +0000 Christian Schaller * gst/rtp/gstrtp.c: fix mistaken claim on GPL, its LGPL Original commit message from CVS: fix mistaken claim on GPL, its LGPL -Tue Oct 25 10:47:09 2005 +0000 Julien Moutte +2005-10-25 10:47:09 +0000 Julien Moutte ext/libpng/gstpngdec.c: Push a newsegment event, move some redundant code in a single place. Original commit message from CVS: @@ -33716,7 +33757,7 @@ Tue Oct 25 10:47:09 2005 +0000 Julien Moutte (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push a newsegment event, move some redundant code in a single place. -Tue Oct 25 10:23:26 2005 +0000 Julien Moutte +2005-10-25 10:23:26 +0000 Julien Moutte ext/libpng/gstpngdec.c: Temporary hack to get correct colors order when we have a png image with alpha channel. Original commit message from CVS: @@ -33726,14 +33767,14 @@ Tue Oct 25 10:23:26 2005 +0000 Julien Moutte hack to get correct colors order when we have a png image with alpha channel. -Mon Oct 24 17:29:02 2005 +0000 Edward Hervey +2005-10-24 17:29:02 +0000 Edward Hervey ext/dv/gstdvdemux.c: Call gst_element_no_more_pads when there will be no more pads. Original commit message from CVS: * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): Call gst_element_no_more_pads when there will be no more pads. -Mon Oct 24 16:39:38 2005 +0000 Wim Taymans +2005-10-24 16:39:38 +0000 Wim Taymans gst/rtp/: Added two new payloaders, an RFC 2190 payloader for h263 and a payload convertor for an asterisk server. Original commit message from CVS: @@ -33756,7 +33797,7 @@ Mon Oct 24 16:39:38 2005 +0000 Wim Taymans Added two new payloaders, an RFC 2190 payloader for h263 and a payload convertor for an asterisk server. -Mon Oct 24 15:57:17 2005 +0000 Tim-Philipp Müller +2005-10-24 15:57:17 +0000 Tim-Philipp Müller sys/oss/gstosssrc.c: Set bytes_per_sample correctly (is not always 4, but depends on width and number of channels). Original commit message from CVS: @@ -33764,7 +33805,7 @@ Mon Oct 24 15:57:17 2005 +0000 Tim-Philipp Müller Set bytes_per_sample correctly (is not always 4, but depends on width and number of channels). -Mon Oct 24 15:50:06 2005 +0000 Tim-Philipp Müller +2005-10-24 15:50:06 +0000 Tim-Philipp Müller ext/flac/gstflacenc.*: Fix seeking, so that flacenc can rewrite the header with the correct duration and amount of sa... Original commit message from CVS: @@ -33780,7 +33821,7 @@ Mon Oct 24 15:50:06 2005 +0000 Tim-Philipp Müller also set timestamps and granulepos on outgoing buffers; add debug category; fix state change function. -Mon Oct 24 13:46:09 2005 +0000 Julien Moutte +2005-10-24 13:46:09 +0000 Julien Moutte gst/videomixer/videomixer.c: Don't restrict video geometry from 16 to 4096. Original commit message from CVS: @@ -33788,7 +33829,7 @@ Mon Oct 24 13:46:09 2005 +0000 Julien Moutte * gst/videomixer/videomixer.c: Don't restrict video geometry from 16 to 4096. -Mon Oct 24 13:22:14 2005 +0000 Julien Moutte +2005-10-24 13:22:14 +0000 Julien Moutte gst/videobox/gstvideobox.c: Fix caps negotiation correctly, add debugging category. Original commit message from CVS: @@ -33797,7 +33838,7 @@ Mon Oct 24 13:22:14 2005 +0000 Julien Moutte (gst_video_box_transform_caps), (gst_video_box_get_unit_size): Fix caps negotiation correctly, add debugging category. -Mon Oct 24 13:02:47 2005 +0000 Christian Schaller +2005-10-24 13:02:47 +0000 Christian Schaller * ChangeLog: * configure.ac: @@ -33805,7 +33846,7 @@ Mon Oct 24 13:02:47 2005 +0000 Christian Schaller Original commit message from CVS: port over plugin listing from base -Mon Oct 24 08:59:24 2005 +0000 Julien Moutte +2005-10-24 08:59:24 +0000 Julien Moutte ext/libpng/gstpngdec.c: Don't use fixed caps on a sink pad. Original commit message from CVS: @@ -33814,7 +33855,7 @@ Mon Oct 24 08:59:24 2005 +0000 Julien Moutte caps on a sink pad. -Sun Oct 23 23:05:59 2005 +0000 Thomas Vander Stichele +2005-10-23 23:05:59 +0000 Thomas Vander Stichele * ChangeLog: * configure.ac: @@ -33823,7 +33864,9 @@ Sun Oct 23 23:05:59 2005 +0000 Thomas Vander Stichele Original commit message from CVS: back to HEAD -Sun Oct 23 22:43:08 2005 +0000 Thomas Vander Stichele +=== release 0.9.4 === + +2005-10-23 22:43:08 +0000 Thomas Vander Stichele * ChangeLog: * NEWS: @@ -33887,7 +33930,7 @@ Sun Oct 23 22:43:08 2005 +0000 Thomas Vander Stichele Original commit message from CVS: releasing 0.9.4 -Sun Oct 23 11:07:10 2005 +0000 Thomas Vander Stichele +2005-10-23 11:07:10 +0000 Thomas Vander Stichele * ext/libpng/gstpngdec.c: * gst/wavparse/gstwavparse.c: @@ -33896,7 +33939,7 @@ Sun Oct 23 11:07:10 2005 +0000 Thomas Vander Stichele Original commit message from CVS: STOPPED->FAILED -Fri Oct 21 17:00:58 2005 +0000 Tim-Philipp Müller +2005-10-21 17:00:58 +0000 Tim-Philipp Müller ext/speex/gstspeexenc.c: Add position and duration query, fix query type function. Original commit message from CVS: @@ -33907,7 +33950,7 @@ Fri Oct 21 17:00:58 2005 +0000 Tim-Philipp Müller (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps): Let's not set non-fixed caps on source pads. -Fri Oct 21 16:15:57 2005 +0000 Wim Taymans +2005-10-21 16:15:57 +0000 Wim Taymans Set correct stream_time in newsegment event. avi can also handle a duration query now. Original commit message from CVS: @@ -33917,14 +33960,14 @@ Fri Oct 21 16:15:57 2005 +0000 Wim Taymans Set correct stream_time in newsegment event. avi can also handle a duration query now. -Fri Oct 21 10:06:40 2005 +0000 Christian Schaller +2005-10-21 10:06:40 +0000 Christian Schaller * gst-plugins-good.spec.in: update for latest additions Original commit message from CVS: update for latest additions -Thu Oct 20 19:14:27 2005 +0000 Tim-Philipp Müller +2005-10-20 19:14:27 +0000 Tim-Philipp Müller gst/matroska/matroska-demux.c: Fix duration query; fix basetime in newsegment event after seek; fix duration in initi... Original commit message from CVS: @@ -33940,7 +33983,7 @@ Thu Oct 20 19:14:27 2005 +0000 Tim-Philipp Müller add some debug messages when querying the durations of the input streams. -Thu Oct 20 11:50:53 2005 +0000 Wim Taymans +2005-10-20 11:50:53 +0000 Wim Taymans gst/wavparse/gstwavparse.c: Set stream time correctly in newsegment. Original commit message from CVS: @@ -33949,14 +33992,14 @@ Thu Oct 20 11:50:53 2005 +0000 Wim Taymans (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event): Set stream time correctly in newsegment. -Thu Oct 20 11:39:40 2005 +0000 Wim Taymans +2005-10-20 11:39:40 +0000 Wim Taymans gst/avi/gstavidemux.c: Correctly fill in the stream time. Original commit message from CVS: * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek): Correctly fill in the stream time. -Wed Oct 19 20:48:24 2005 +0000 Thomas Vander Stichele +2005-10-19 20:48:24 +0000 Thomas Vander Stichele * ChangeLog: * check/elements/level.c: @@ -33967,7 +34010,7 @@ Wed Oct 19 20:48:24 2005 +0000 Thomas Vander Stichele Original commit message from CVS: use ELEMENT messages instead -Wed Oct 19 15:58:00 2005 +0000 Wim Taymans +2005-10-19 15:58:00 +0000 Wim Taymans gst/: API change fix. Original commit message from CVS: @@ -33978,7 +34021,7 @@ Wed Oct 19 15:58:00 2005 +0000 Wim Taymans (gst_tta_parse_get_query_types), (gst_tta_parse_query): API change fix. -Wed Oct 19 15:57:04 2005 +0000 Wim Taymans +2005-10-19 15:57:04 +0000 Wim Taymans API change fix. Original commit message from CVS: @@ -34001,7 +34044,7 @@ Wed Oct 19 15:57:04 2005 +0000 Wim Taymans (gst_wavparse_srcpad_event): API change fix. -Wed Oct 19 10:57:46 2005 +0000 Tim-Philipp Müller +2005-10-19 10:57:46 +0000 Tim-Philipp Müller gst/goom/: Make inline functions either 'static inline' or 'extern inline', otherwise the Forte compiler apparently w... Original commit message from CVS: @@ -34011,14 +34054,14 @@ Wed Oct 19 10:57:46 2005 +0000 Tim-Philipp Müller Make inline functions either 'static inline' or 'extern inline', otherwise the Forte compiler apparently won't inline them (#317300). -Tue Oct 18 22:50:11 2005 +0000 Julien Moutte +2005-10-18 22:50:11 +0000 Julien Moutte ext/libpng/gstpngdec.c: forgot the buffer unref in pull. Original commit message from CVS: 2005-10-19 Julien MOUTTE * ext/libpng/gstpngdec.c: forgot the buffer unref in pull. -Tue Oct 18 22:44:11 2005 +0000 Julien Moutte +2005-10-18 22:44:11 +0000 Julien Moutte ext/libpng/gstpngdec.*: Complete rewrite of pngdec. It's now very nice and handle push/pull based model. if you have ... Original commit message from CVS: @@ -34041,7 +34084,7 @@ Tue Oct 18 22:44:11 2005 +0000 Julien Moutte (transform_rgb), (transform_bgr): Fix caps negotiation correctly thanks to Master Wim Taymans ;-) -Tue Oct 18 18:12:31 2005 +0000 Tim-Philipp Müller +2005-10-18 18:12:31 +0000 Tim-Philipp Müller gst/matroska/: Ported matroska demuxer to 0.9. Original commit message from CVS: @@ -34053,7 +34096,7 @@ Tue Oct 18 18:12:31 2005 +0000 Tim-Philipp Müller * gst/matroska/matroska.c: (plugin_init): Ported matroska demuxer to 0.9. -Tue Oct 18 18:06:14 2005 +0000 Tim-Philipp Müller +2005-10-18 18:06:14 +0000 Tim-Philipp Müller gst/matroska/matroska-mux.c: Fix mpeg4 input handling (#318847); also, while we're at it, fix media type for Motion-J... Original commit message from CVS: @@ -34064,7 +34107,7 @@ Tue Oct 18 18:06:14 2005 +0000 Tim-Philipp Müller Fix mpeg4 input handling (#318847); also, while we're at it, fix media type for Motion-JPEG: should be image/jpeg. -Tue Oct 18 13:21:18 2005 +0000 Wim Taymans +2005-10-18 13:21:18 +0000 Wim Taymans gst/wavparse/gstwavparse.c: Fix for segment-start/stop API change. Original commit message from CVS: @@ -34073,7 +34116,7 @@ Tue Oct 18 13:21:18 2005 +0000 Wim Taymans (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event): Fix for segment-start/stop API change. -Mon Oct 17 17:18:56 2005 +0000 Julien Moutte +2005-10-17 17:18:56 +0000 Julien Moutte gst/alpha/gstalphacolor.c: Handle caps negotiation in a better way. Original commit message from CVS: @@ -34083,7 +34126,7 @@ Mon Oct 17 17:18:56 2005 +0000 Julien Moutte better way. -Mon Oct 17 16:59:20 2005 +0000 Julien Moutte +2005-10-17 16:59:20 +0000 Julien Moutte gst/videobox/gstvideobox.c: Fix caps nego some more to get Original commit message from CVS: @@ -34093,14 +34136,14 @@ Mon Oct 17 16:59:20 2005 +0000 Julien Moutte AYUV output declared in transform_caps. -Mon Oct 17 15:23:24 2005 +0000 Julien Moutte +2005-10-17 15:23:24 +0000 Julien Moutte ext/libpng/gstpngdec.c: We use fixed caps. Original commit message from CVS: 2005-10-17 Julien MOUTTE * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps. -Mon Oct 17 15:14:29 2005 +0000 Julien Moutte +2005-10-17 15:14:29 +0000 Julien Moutte gst/videobox/gstvideobox.c: Fix wrong size calculations and implement get_unit_size correctly. Original commit message from CVS: @@ -34109,7 +34152,7 @@ Mon Oct 17 15:14:29 2005 +0000 Julien Moutte (gst_video_box_get_unit_size): Fix wrong size calculations and implement get_unit_size correctly. -Mon Oct 17 14:56:12 2005 +0000 Tim-Philipp Müller +2005-10-17 14:56:12 +0000 Tim-Philipp Müller configure.ac: Enable flx plugin. Original commit message from CVS: @@ -34118,7 +34161,7 @@ Mon Oct 17 14:56:12 2005 +0000 Tim-Philipp Müller * gst/flx/gstflxdec.c: (flx_decode_chunks): Fix gcc4 signedness issue. -Mon Oct 17 08:46:30 2005 +0000 Julien Moutte +2005-10-17 08:46:30 +0000 Julien Moutte configure.ac: Adding videomixer. Original commit message from CVS: @@ -34146,7 +34189,7 @@ Mon Oct 17 08:46:30 2005 +0000 Julien Moutte Ported to 0.9 using collectpads. -Sun Oct 16 21:19:44 2005 +0000 Zeeshan Ali +2005-10-16 21:19:44 +0000 Zeeshan Ali * ChangeLog: * common: @@ -34158,7 +34201,7 @@ Sun Oct 16 21:19:44 2005 +0000 Zeeshan Ali Original commit message from CVS: flx plugin ported to 0.9 -Sun Oct 16 14:33:05 2005 +0000 Thomas Vander Stichele +2005-10-16 14:33:05 +0000 Thomas Vander Stichele * ChangeLog: * ext/shout2/gstshout2.c: @@ -34166,14 +34209,14 @@ Sun Oct 16 14:33:05 2005 +0000 Thomas Vander Stichele Original commit message from CVS: use gst_version_string -Sun Oct 16 13:17:11 2005 +0000 Andy Wingo +2005-10-16 13:17:11 +0000 Andy Wingo configure.ac: GLIB_CHECK. Original commit message from CVS: 2005-10-16 Andy Wingo * configure.ac: GLIB_CHECK. -Sat Oct 15 16:48:55 2005 +0000 Julien Moutte +2005-10-15 16:48:55 +0000 Julien Moutte ext/libpng/: Ported pngdec to 0.9 Original commit message from CVS: @@ -34184,7 +34227,7 @@ Sat Oct 15 16:48:55 2005 +0000 Julien Moutte (gst_pngdec_init), (user_read_data), (gst_pngdec_chain): * ext/libpng/gstpngdec.h: Ported pngdec to 0.9 -Fri Oct 14 12:43:30 2005 +0000 Tim-Philipp Müller +2005-10-14 12:43:30 +0000 Tim-Philipp Müller Port matroska muxer to 0.9 (#318847). Original commit message from CVS: @@ -34200,7 +34243,7 @@ Fri Oct 14 12:43:30 2005 +0000 Tim-Philipp Müller * gst/matroska/matroska.c: (plugin_init): Port matroska muxer to 0.9 (#318847). -Thu Oct 13 18:59:35 2005 +0000 Tim-Philipp Müller +2005-10-13 18:59:35 +0000 Tim-Philipp Müller ext/speex/gstspeexenc.c: Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE; use GST_READ_UINT32_LE() and fr... Original commit message from CVS: @@ -34210,21 +34253,21 @@ Thu Oct 13 18:59:35 2005 +0000 Tim-Philipp Müller use GST_READ_UINT32_LE() and friends rather than the private implementation of those same macros. -Thu Oct 13 16:01:35 2005 +0000 Thomas Vander Stichele +2005-10-13 16:01:35 +0000 Thomas Vander Stichele * ext/cairo/Makefile.am: fix dist Original commit message from CVS: fix dist -Thu Oct 13 15:28:01 2005 +0000 Stefan Kost +2005-10-13 15:28:01 +0000 Stefan Kost examples/stats/mp2ogg.c: more typo fixes Original commit message from CVS: * examples/stats/mp2ogg.c: more typo fixes -Wed Oct 12 14:29:55 2005 +0000 Stefan Kost +2005-10-12 14:29:55 +0000 Stefan Kost renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enum definition Original commit message from CVS: @@ -34302,7 +34345,7 @@ Wed Oct 12 14:29:55 2005 +0000 Stefan Kost renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enum definition -Wed Oct 12 14:29:43 2005 +0000 Stefan Kost +2005-10-12 14:29:43 +0000 Stefan Kost renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enum definition Original commit message from CVS: @@ -34334,14 +34377,14 @@ Wed Oct 12 14:29:43 2005 +0000 Stefan Kost renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enum definition -Wed Oct 12 03:14:57 2005 +0000 Thomas Vander Stichele +2005-10-12 03:14:57 +0000 Thomas Vander Stichele * ext/Makefile.am: dist cairo Original commit message from CVS: dist cairo -Wed Oct 12 03:12:57 2005 +0000 Thomas Vander Stichele +2005-10-12 03:12:57 +0000 Thomas Vander Stichele ext/: update of cairo-based timeoverlay to 1.0 Cairo API doesn't work yet for resizing of output sink Original commit message from CVS: @@ -34355,14 +34398,14 @@ Wed Oct 12 03:12:57 2005 +0000 Thomas Vander Stichele update of cairo-based timeoverlay to 1.0 Cairo API doesn't work yet for resizing of output sink -Wed Oct 12 03:07:26 2005 +0000 Thomas Vander Stichele +2005-10-12 03:07:26 +0000 Thomas Vander Stichele * configure.ac: don't build checks if we don't have check Original commit message from CVS: don't build checks if we don't have check -Wed Oct 12 03:03:27 2005 +0000 Thomas Vander Stichele +2005-10-12 03:03:27 +0000 Thomas Vander Stichele * Makefile.am: * common: @@ -34370,14 +34413,14 @@ Wed Oct 12 03:03:27 2005 +0000 Thomas Vander Stichele Original commit message from CVS: don't build checks if we don't have gstcheck -Tue Oct 11 17:38:29 2005 +0000 Wim Taymans +2005-10-11 17:38:29 +0000 Wim Taymans ext/speex/gstspeexdec.c: newsegment API fix. Original commit message from CVS: * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain): newsegment API fix. -Tue Oct 11 16:34:36 2005 +0000 Wim Taymans +2005-10-11 16:34:36 +0000 Wim Taymans gst/: newsegment API update. Original commit message from CVS: @@ -34386,7 +34429,7 @@ Tue Oct 11 16:34:36 2005 +0000 Wim Taymans (gst_tta_parse_parse_header): newsegment API update. -Tue Oct 11 16:33:08 2005 +0000 Wim Taymans +2005-10-11 16:33:08 +0000 Wim Taymans newsegment API update. Original commit message from CVS: @@ -34404,14 +34447,14 @@ Tue Oct 11 16:33:08 2005 +0000 Wim Taymans (gst_wavparse_srcpad_event): newsegment API update. -Tue Oct 11 10:07:35 2005 +0000 Andy Wingo +2005-10-11 10:07:35 +0000 Andy Wingo ext/speex/gstspeexenc.c: Signedness cleanups. Original commit message from CVS: 2005-10-11 Andy Wingo * ext/speex/gstspeexenc.c: Signedness cleanups. -Mon Oct 10 19:57:40 2005 +0000 Edgard Lima +2005-10-10 19:57:40 +0000 Edgard Lima * ChangeLog: * PORTED_09: @@ -34422,7 +34465,7 @@ Mon Oct 10 19:57:40 2005 +0000 Edgard Lima Original commit message from CVS: Speexenc ported to 0.9. -Mon Oct 10 14:16:21 2005 +0000 Wim Taymans +2005-10-10 14:16:21 +0000 Wim Taymans sys/oss/: Cleanups, make device configurable in the sink, handle and report errors. Original commit message from CVS: @@ -34437,7 +34480,7 @@ Mon Oct 10 14:16:21 2005 +0000 Wim Taymans Cleanups, make device configurable in the sink, handle and report errors. -Mon Oct 10 12:31:07 2005 +0000 Wim Taymans +2005-10-10 12:31:07 +0000 Wim Taymans ext/gconf/: Make sure element is NULL before removing from the bin. Original commit message from CVS: @@ -34445,7 +34488,7 @@ Mon Oct 10 12:31:07 2005 +0000 Wim Taymans * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset): Make sure element is NULL before removing from the bin. -Fri Oct 7 16:28:24 2005 +0000 Andy Wingo +2005-10-07 16:28:24 +0000 Andy Wingo * ChangeLog: * ext/raw1394/gstdv1394src.c: @@ -34453,7 +34496,7 @@ Fri Oct 7 16:28:24 2005 +0000 Andy Wingo Original commit message from CVS: (gst_dv1394src_bus_reset): Don't unref the message. -Fri Oct 7 16:22:59 2005 +0000 Andy Wingo +2005-10-07 16:22:59 +0000 Andy Wingo * ChangeLog: * ext/raw1394/gstdv1394src.c: @@ -34463,7 +34506,7 @@ Fri Oct 7 16:22:59 2005 +0000 Andy Wingo unplugged. (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints. -Fri Oct 7 15:24:24 2005 +0000 Andy Wingo +2005-10-07 15:24:24 +0000 Andy Wingo ext/raw1394/gstdv1394src.c: Make interruptible, so it won't block forever in a read(). Original commit message from CVS: @@ -34471,7 +34514,7 @@ Fri Oct 7 15:24:24 2005 +0000 Andy Wingo * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't block forever in a read(). -Fri Oct 7 13:17:53 2005 +0000 Andy Wingo +2005-10-07 13:17:53 +0000 Andy Wingo ext/raw1394/gstdv1394src.c: Clean up for style before doing some hacking. The only change should be that the state ch... Original commit message from CVS: @@ -34481,7 +34524,7 @@ Fri Oct 7 13:17:53 2005 +0000 Andy Wingo put into basesrc's start() and stop() routines, which coalesces some steps. -Fri Oct 7 11:30:41 2005 +0000 Tim-Philipp Müller +2005-10-07 11:30:41 +0000 Tim-Philipp Müller configure.ac: Add check for mmap Original commit message from CVS: @@ -34490,14 +34533,14 @@ Fri Oct 7 11:30:41 2005 +0000 Tim-Philipp Müller * gst/debug/Makefile.am: Only compile efence plugin on systems that have mmap. -Wed Oct 5 16:36:57 2005 +0000 Christian Schaller +2005-10-05 16:36:57 +0000 Christian Schaller * gst-plugins-good.spec.in: add latest files Original commit message from CVS: add latest files -Wed Oct 5 11:38:29 2005 +0000 Tim-Philipp Müller +2005-10-05 11:38:29 +0000 Tim-Philipp Müller gst/debug/: Port progressreport, navseek, navigationtest, testsink and breakmydata. Original commit message from CVS: @@ -34512,7 +34555,7 @@ Wed Oct 5 11:38:29 2005 +0000 Tim-Philipp Müller Port progressreport, navseek, navigationtest, testsink and breakmydata. -Wed Oct 5 11:15:23 2005 +0000 Edward Hervey +2005-10-05 11:15:23 +0000 Edward Hervey ext/dv/gstdvdemux.c: Fixes for better conversion Original commit message from CVS: @@ -34520,7 +34563,7 @@ Wed Oct 5 11:15:23 2005 +0000 Edward Hervey (gst_dvdemux_src_query): Fixes for better conversion -Tue Oct 4 17:58:40 2005 +0000 Michael Smith +2005-10-04 17:58:40 +0000 Michael Smith gst/autodetect/: Set state of elements to NULL before removing from bins. Original commit message from CVS: @@ -34531,7 +34574,7 @@ Tue Oct 4 17:58:40 2005 +0000 Michael Smith Set state of elements to NULL before removing from bins. Set state of test element to NULL if we failed to move it to READY -Tue Oct 4 17:44:43 2005 +0000 Edward Hervey +2005-10-04 17:44:43 +0000 Edward Hervey ext/dv/: Added DEFAULT <==> BYTES, TIME conversions on srcpad, Original commit message from CVS: @@ -34541,7 +34584,7 @@ Tue Oct 4 17:44:43 2005 +0000 Edward Hervey Corrected the query function for position so it doesn't forget what format was asked, and calls the conversion functions on the correct pad. -Mon Oct 3 17:59:18 2005 +0000 Thomas Vander Stichele +2005-10-03 17:59:18 +0000 Thomas Vander Stichele * ChangeLog: * configure.ac: @@ -34549,7 +34592,9 @@ Mon Oct 3 17:59:18 2005 +0000 Thomas Vander Stichele Original commit message from CVS: back to head -Mon Oct 3 17:48:57 2005 +0000 Thomas Vander Stichele +=== release 0.9.3 === + +2005-10-03 17:48:57 +0000 Thomas Vander Stichele * ChangeLog: * NEWS: @@ -34573,7 +34618,7 @@ Mon Oct 3 17:48:57 2005 +0000 Thomas Vander Stichele Original commit message from CVS: release time -Sun Oct 2 23:08:35 2005 +0000 Andy Wingo +2005-10-02 23:08:35 +0000 Andy Wingo ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc error returns. Original commit message from CVS: @@ -34581,7 +34626,7 @@ Sun Oct 2 23:08:35 2005 +0000 Andy Wingo * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc error returns. -Sun Oct 2 15:33:14 2005 +0000 Andy Wingo +2005-10-02 15:33:14 +0000 Andy Wingo configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base. Original commit message from CVS: @@ -34593,7 +34638,7 @@ Sun Oct 2 15:33:14 2005 +0000 Andy Wingo and link to gsttagedit. Enable flacenc. * ext/flac/gstflacdec.c: Re-enable tag reading. -Fri Sep 30 16:36:49 2005 +0000 Wim Taymans +2005-09-30 16:36:49 +0000 Wim Taymans gst/rtp/: Various class and caps fixes from Andre Magalhaes (andrunko) Original commit message from CVS: @@ -34606,21 +34651,21 @@ Fri Sep 30 16:36:49 2005 +0000 Wim Taymans * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer): Various class and caps fixes from Andre Magalhaes (andrunko) -Thu Sep 29 13:08:41 2005 +0000 Wim Taymans +2005-09-29 13:08:41 +0000 Wim Taymans gst/level/level-example.c: Update for new bus API. Original commit message from CVS: * gst/level/level-example.c: (main): Update for new bus API. -Wed Sep 28 13:38:02 2005 +0000 Wim Taymans +2005-09-28 13:38:02 +0000 Wim Taymans gst/qtdemux/qtdemux.c: No need to take stream lock here. Original commit message from CVS: * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header): No need to take stream lock here. -Wed Sep 28 09:45:00 2005 +0000 Tim-Philipp Müller +2005-09-28 09:45:00 +0000 Tim-Philipp Müller configure.ac: Fix unexpanded autoconf macro GST_DOC, which has been renamed to GST_DOCBOOK_CHECK (see common/m4/gst-d... Original commit message from CVS: @@ -34628,7 +34673,7 @@ Wed Sep 28 09:45:00 2005 +0000 Tim-Philipp Müller Fix unexpanded autoconf macro GST_DOC, which has been renamed to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202). -Tue Sep 27 15:12:45 2005 +0000 Tim-Philipp Müller +2005-09-27 15:12:45 +0000 Tim-Philipp Müller sys/oss/gstosssink.c: Fix playback of mono streams (bytes_per_sample should be set from the sample width and the numb... Original commit message from CVS: @@ -34637,14 +34682,14 @@ Tue Sep 27 15:12:45 2005 +0000 Tim-Philipp Müller from the sample width and the number of channels negotiated, and not just be set to 4) (#317338) -Mon Sep 26 14:59:10 2005 +0000 Christian Schaller +2005-09-26 14:59:10 +0000 Christian Schaller * gst-plugins-good.spec.in: add auparse to plugins list Original commit message from CVS: add auparse to plugins list -Mon Sep 26 14:42:09 2005 +0000 Wim Taymans +2005-09-26 14:42:09 +0000 Wim Taymans gst/rtp/gstrtpmpaenc.c: Set buffer duration correctly. Original commit message from CVS: @@ -34652,7 +34697,7 @@ Mon Sep 26 14:42:09 2005 +0000 Wim Taymans (gst_rtpmpaenc_handle_buffer): Set buffer duration correctly. -Mon Sep 26 13:06:27 2005 +0000 Tim-Philipp Müller +2005-09-26 13:06:27 +0000 Tim-Philipp Müller gst/avi/gstavidemux.c: Don't crash when encountering a stream with an unknown fourcc or codec id. Instead, create a p... Original commit message from CVS: @@ -34665,7 +34710,7 @@ Mon Sep 26 13:06:27 2005 +0000 Tim-Philipp Müller confusing error messages in players ('no decoder' vs. 'no streams'); minor fixes to state change function and class_init function. -Sat Sep 24 13:34:46 2005 +0000 Thomas Vander Stichele +2005-09-24 13:34:46 +0000 Thomas Vander Stichele * check/Makefile.am: * tests/check/Makefile.am: @@ -34673,7 +34718,7 @@ Sat Sep 24 13:34:46 2005 +0000 Thomas Vander Stichele Original commit message from CVS: set up plugin paths properly -Sat Sep 24 13:10:52 2005 +0000 Wim Taymans +2005-09-24 13:10:52 +0000 Wim Taymans gst/autodetect/: These are sinks. Original commit message from CVS: @@ -34681,7 +34726,7 @@ Sat Sep 24 13:10:52 2005 +0000 Wim Taymans * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init): These are sinks. -Sat Sep 24 12:10:02 2005 +0000 Thomas Vander Stichele +2005-09-24 12:10:02 +0000 Thomas Vander Stichele check/elements/level.c: fix test for new GstClockTime use Original commit message from CVS: @@ -34693,7 +34738,7 @@ Sat Sep 24 12:10:02 2005 +0000 Thomas Vander Stichele fix up the decay peak, ensuring the decay peak is never lower than the peak for that interval -Fri Sep 23 18:23:04 2005 +0000 Thomas Vander Stichele +2005-09-23 18:23:04 +0000 Thomas Vander Stichele * ChangeLog: * docs/plugins/gst-plugins-good-plugins.args: @@ -34704,7 +34749,7 @@ Fri Sep 23 18:23:04 2005 +0000 Thomas Vander Stichele Original commit message from CVS: updating docs -Fri Sep 23 18:15:51 2005 +0000 Thomas Vander Stichele +2005-09-23 18:15:51 +0000 Thomas Vander Stichele * ChangeLog: * Makefile.am: @@ -34719,14 +34764,14 @@ Fri Sep 23 18:15:51 2005 +0000 Thomas Vander Stichele Original commit message from CVS: convert to using GstClockTime for all time values, finally. -Fri Sep 23 15:01:00 2005 +0000 Thomas Vander Stichele +2005-09-23 15:01:00 +0000 Thomas Vander Stichele * gst/goom/Makefile.am: fix build of goom Original commit message from CVS: fix build of goom -Fri Sep 23 14:20:01 2005 +0000 Thomas Vander Stichele +2005-09-23 14:20:01 +0000 Thomas Vander Stichele * common: * gst/level/gstlevel.c: @@ -34734,7 +34779,7 @@ Fri Sep 23 14:20:01 2005 +0000 Thomas Vander Stichele Original commit message from CVS: we handle more than two channels -Fri Sep 23 04:23:00 2005 +0000 Thomas Vander Stichele +2005-09-23 04:23:00 +0000 Thomas Vander Stichele * ChangeLog: * configure.ac: @@ -34785,7 +34830,7 @@ Fri Sep 23 04:23:00 2005 +0000 Thomas Vander Stichele Original commit message from CVS: fix build and use of GST_LIBS -Thu Sep 22 22:38:48 2005 +0000 Edgard Lima +2005-09-22 22:38:48 +0000 Edgard Lima * ChangeLog: * PORTED_09: @@ -34796,7 +34841,7 @@ Thu Sep 22 22:38:48 2005 +0000 Edgard Lima Original commit message from CVS: Auparse ported to 0.9. Tested with filesrc ! auparse ! osssink and alsasink -Thu Sep 22 14:13:36 2005 +0000 Wim Taymans +2005-09-22 14:13:36 +0000 Wim Taymans gst/rtp/: Use is_filled to both check MTU and max-ptime of base class. Original commit message from CVS: @@ -34810,7 +34855,7 @@ Thu Sep 22 14:13:36 2005 +0000 Wim Taymans * gst/rtp/gstrtpmpaenc.h: Use is_filled to both check MTU and max-ptime of base class. -Thu Sep 22 11:28:23 2005 +0000 Wim Taymans +2005-09-22 11:28:23 +0000 Wim Taymans gst/rtp/gstrtpmp4venc.c: Don't fragment packets with multiple frames. Original commit message from CVS: @@ -34819,7 +34864,7 @@ Thu Sep 22 11:28:23 2005 +0000 Wim Taymans (gst_rtpmp4venc_set_property): Don't fragment packets with multiple frames. -Thu Sep 22 10:39:11 2005 +0000 Wim Taymans +2005-09-22 10:39:11 +0000 Wim Taymans gst/rtp/: Remove g_print. Original commit message from CVS: @@ -34836,7 +34881,7 @@ Thu Sep 22 10:39:11 2005 +0000 Wim Taymans timestamps. Added option in payloader to include config string in-band. -Wed Sep 21 19:41:45 2005 +0000 Wim Taymans +2005-09-21 19:41:45 +0000 Wim Taymans gst/rtsp/gstrtspsrc.c: Strip spaces for key/value pairs. Original commit message from CVS: @@ -34845,7 +34890,7 @@ Wed Sep 21 19:41:45 2005 +0000 Wim Taymans (gst_rtspsrc_send): Strip spaces for key/value pairs. -Wed Sep 21 17:53:26 2005 +0000 Wim Taymans +2005-09-21 17:53:26 +0000 Wim Taymans gst/rtsp/gstrtspsrc.c: More SDP parsing and caps setting. Original commit message from CVS: @@ -34860,7 +34905,7 @@ Wed Sep 21 17:53:26 2005 +0000 Wim Taymans (gst_udpsrc_getcaps): Implement the getcaps function. -Wed Sep 21 17:50:29 2005 +0000 Wim Taymans +2005-09-21 17:50:29 +0000 Wim Taymans gst/rtp/gstrtpamrdec.c: Handle multiple AMr packets per payload. Handle CRC and parse ILL/ILP. Original commit message from CVS: @@ -34876,7 +34921,7 @@ Wed Sep 21 17:50:29 2005 +0000 Wim Taymans * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps): Generate and parse config string in the caps. -Wed Sep 21 12:19:24 2005 +0000 Wim Taymans +2005-09-21 12:19:24 +0000 Wim Taymans gst/rtp/README: Update README Original commit message from CVS: @@ -34892,7 +34937,7 @@ Wed Sep 21 12:19:24 2005 +0000 Wim Taymans * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property): Don't unref old caps when NULL. -Tue Sep 20 17:35:11 2005 +0000 Wim Taymans +2005-09-20 17:35:11 +0000 Wim Taymans gst/rtsp/: Add URI handler. Original commit message from CVS: @@ -34907,14 +34952,14 @@ Tue Sep 20 17:35:11 2005 +0000 Wim Taymans Add URI handler. Parse SDP and create caps. -Tue Sep 20 17:19:43 2005 +0000 Christian Schaller +2005-09-20 17:19:43 +0000 Christian Schaller * gst-plugins-good.spec.in: more spec file fixoring Original commit message from CVS: more spec file fixoring -Tue Sep 20 17:04:33 2005 +0000 Christian Schaller +2005-09-20 17:04:33 +0000 Christian Schaller * gst-plugins-good.spec.in: * gst-plugins.spec.in: @@ -34922,7 +34967,7 @@ Tue Sep 20 17:04:33 2005 +0000 Christian Schaller Original commit message from CVS: fix spec files -Tue Sep 20 10:51:51 2005 +0000 Thomas Vander Stichele +2005-09-20 10:51:51 +0000 Thomas Vander Stichele * gst/rtp/README: * gst/rtp/gstrtpamrdec.c: @@ -34947,21 +34992,21 @@ Tue Sep 20 10:51:51 2005 +0000 Thomas Vander Stichele Original commit message from CVS: don't use underscores -Tue Sep 20 07:30:31 2005 +0000 Stefan Kost +2005-09-20 07:30:31 +0000 Stefan Kost gst/alpha/gstalpha.c: fix element description Original commit message from CVS: * gst/alpha/gstalpha.c: fix element description -Mon Sep 19 17:57:06 2005 +0000 Thomas Vander Stichele +2005-09-19 17:57:06 +0000 Thomas Vander Stichele * docs/plugins/gst-plugins-good-plugins.prerequisites: prereqs as well Original commit message from CVS: prereqs as well -Mon Sep 19 17:53:42 2005 +0000 Thomas Vander Stichele +2005-09-19 17:53:42 +0000 Thomas Vander Stichele * docs/plugins/.gitignore: * docs/plugins/gst-plugins-good-plugins.args: @@ -34972,21 +35017,21 @@ Mon Sep 19 17:53:42 2005 +0000 Thomas Vander Stichele Original commit message from CVS: commit result of scanobj step -Mon Sep 19 17:03:55 2005 +0000 Wim Taymans +2005-09-19 17:03:55 +0000 Wim Taymans gst/rtp/gstrtph263pdec.c: Don't check payload for now. Original commit message from CVS: * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain): Don't check payload for now. -Mon Sep 19 16:43:56 2005 +0000 Thomas Vander Stichele +2005-09-19 16:43:56 +0000 Thomas Vander Stichele * Makefile.am: add check-valgrind target Original commit message from CVS: add check-valgrind target -Mon Sep 19 16:26:30 2005 +0000 Wim Taymans +2005-09-19 16:26:30 +0000 Wim Taymans gst/wavparse/gstwavparse.*: Fix wavparse some more. Original commit message from CVS: @@ -35000,14 +35045,14 @@ Mon Sep 19 16:26:30 2005 +0000 Wim Taymans * gst/wavparse/gstwavparse.h: Fix wavparse some more. -Mon Sep 19 11:48:13 2005 +0000 Wim Taymans +2005-09-19 11:48:13 +0000 Wim Taymans check/elements/level.c: Fix for bus API change. Original commit message from CVS: * check/elements/level.c: (GST_START_TEST): Fix for bus API change. -Mon Sep 19 11:38:10 2005 +0000 Wim Taymans +2005-09-19 11:38:10 +0000 Wim Taymans gst/level/level-example.c: Fix for new bus API. Original commit message from CVS: @@ -35016,14 +35061,14 @@ Mon Sep 19 11:38:10 2005 +0000 Wim Taymans * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property): Set caps on pads. -Mon Sep 19 11:06:05 2005 +0000 Thomas Vander Stichele +2005-09-19 11:06:05 +0000 Thomas Vander Stichele * gst/debug/Makefile.am: disable flags for unbuilt plugins Original commit message from CVS: disable flags for unbuilt plugins -Mon Sep 19 08:21:29 2005 +0000 Thomas Vander Stichele +2005-09-19 08:21:29 +0000 Thomas Vander Stichele * common: * docs/plugins/scanobj-build.stamp: @@ -35031,7 +35076,7 @@ Mon Sep 19 08:21:29 2005 +0000 Thomas Vander Stichele Original commit message from CVS: normal builds shouldn't scan gobjects -Fri Sep 16 00:38:50 2005 +0000 Thomas Vander Stichele +2005-09-16 00:38:50 +0000 Thomas Vander Stichele * check/Makefile.am: * common: @@ -35040,7 +35085,7 @@ Fri Sep 16 00:38:50 2005 +0000 Thomas Vander Stichele Original commit message from CVS: remove gst-register -Thu Sep 15 13:57:56 2005 +0000 Wim Taymans +2005-09-15 13:57:56 +0000 Wim Taymans * ChangeLog: * common: @@ -35087,7 +35132,7 @@ Thu Sep 15 13:57:56 2005 +0000 Wim Taymans to/from SDP. Added config descriptor in mp4v payloader. -Thu Sep 15 10:47:58 2005 +0000 Andy Wingo +2005-09-15 10:47:58 +0000 Andy Wingo gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): gst/autodetect/gstautovideosink.c Original commit message from CVS: @@ -35096,7 +35141,7 @@ Thu Sep 15 10:47:58 2005 +0000 Andy Wingo * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_find_best): Update for new registry API. -Wed Sep 14 20:51:47 2005 +0000 Thomas Vander Stichele +2005-09-14 20:51:47 +0000 Thomas Vander Stichele common/: a simple py script to generate valid xml from a C example probably also need to strip an MIT license when we... Original commit message from CVS: @@ -35112,14 +35157,14 @@ Wed Sep 14 20:51:47 2005 +0000 Thomas Vander Stichele * gst/rtp/TODO: add a note for the future -Wed Sep 14 11:44:11 2005 +0000 Michael Smith +2005-09-14 11:44:11 +0000 Michael Smith gst/wavenc/gstwavenc.c: Actually define the debug object being used in wavenc. Fixes #316205 Original commit message from CVS: * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init): Actually define the debug object being used in wavenc. Fixes #316205 -Wed Sep 14 11:23:44 2005 +0000 Michael Smith +2005-09-14 11:23:44 +0000 Michael Smith * ChangeLog: * gst/smpte/Makefile.am: @@ -35128,21 +35173,21 @@ Wed Sep 14 11:23:44 2005 +0000 Michael Smith Link smpte plugin against GST_BASE_LIBS, to get libgstbase; needed to build on win32 as this plugin uses collectpads (bug 316204) -Mon Sep 12 16:37:05 2005 +0000 Jan Schmidt +2005-09-12 16:37:05 +0000 Jan Schmidt * ChangeLog: Fix up bogus ChangeLog entry Original commit message from CVS: Fix up bogus ChangeLog entry -Mon Sep 12 16:14:48 2005 +0000 Andy Wingo +2005-09-12 16:14:48 +0000 Andy Wingo autogen.sh (package): Now type 'make' to build gst-plugins-good. Original commit message from CVS: 2005-09-12 Andy Wingo * autogen.sh (package): Now type 'make' to build gst-plugins-good. -Sun Sep 11 17:52:09 2005 +0000 Thomas Vander Stichele +2005-09-11 17:52:09 +0000 Thomas Vander Stichele * common: * docs/plugins/inspect/plugin-1394.xml: @@ -35177,7 +35222,7 @@ Sun Sep 11 17:52:09 2005 +0000 Thomas Vander Stichele Original commit message from CVS: add source module to docs; reinspect -Fri Sep 9 17:56:43 2005 +0000 Jan Schmidt +2005-09-09 17:56:43 +0000 Jan Schmidt Move fdsrc back into gstreamer core elements. Original commit message from CVS: @@ -35191,7 +35236,7 @@ Fri Sep 9 17:56:43 2005 +0000 Jan Schmidt * gst/videobox/gstvideobox.c: (gst_video_box_set_property): Basetransform changes. -Fri Sep 9 16:11:48 2005 +0000 Thomas Vander Stichele +2005-09-09 16:11:48 +0000 Thomas Vander Stichele * ChangeLog: * ext/jpeg/gstsmokeenc.c: @@ -35200,7 +35245,7 @@ Fri Sep 9 16:11:48 2005 +0000 Thomas Vander Stichele Original commit message from CVS: fix compiler warnings -Fri Sep 9 11:09:49 2005 +0000 Thomas Vander Stichele +2005-09-09 11:09:49 +0000 Thomas Vander Stichele gst-plugins-good.spec.in: spec file fixes Original commit message from CVS: @@ -35214,7 +35259,7 @@ Fri Sep 9 11:09:49 2005 +0000 Thomas Vander Stichele * gst/udp/gstudpsrc.c: (gst_udpsrc_start): some debugging -Thu Sep 8 16:58:40 2005 +0000 Flavio Oliveira +2005-09-08 16:58:40 +0000 Flavio Oliveira * ext/jpeg/Makefile.am: * ext/jpeg/gstjpeg.c: @@ -35224,14 +35269,14 @@ Thu Sep 8 16:58:40 2005 +0000 Flavio Oliveira Original commit message from CVS: jpgenc ported to GSTreamer 0.9 -Thu Sep 8 16:26:17 2005 +0000 Flavio Oliveira +2005-09-08 16:26:17 +0000 Flavio Oliveira * ChangeLog: jpegenc ported to GStreamer 0.9 Original commit message from CVS: jpegenc ported to GStreamer 0.9 -Wed Sep 7 13:49:37 2005 +0000 Stefan Kost +2005-09-07 13:49:37 +0000 Stefan Kost ext/: gsttaginterface.h -> gsttagsetter.h Original commit message from CVS: @@ -35241,7 +35286,7 @@ Wed Sep 7 13:49:37 2005 +0000 Stefan Kost * ext/speex/gstspeexenc.c: gsttaginterface.h -> gsttagsetter.h -Tue Sep 6 23:30:03 2005 +0000 Jan Schmidt +2005-09-06 23:30:03 +0000 Jan Schmidt Port to 0.9 and re-enable efence plugin. Original commit message from CVS: @@ -35254,7 +35299,7 @@ Tue Sep 6 23:30:03 2005 +0000 Jan Schmidt (gst_fenced_buffer_init), (gst_fenced_buffer_get_type): Port to 0.9 and re-enable efence plugin. -Tue Sep 6 21:31:25 2005 +0000 Tim-Philipp Müller +2005-09-06 21:31:25 +0000 Tim-Philipp Müller ext/flac/gstflacdec.*: Add support for flac files with 24/32 bits per sample; and misc. minor clean-ups. Seeking is s... Original commit message from CVS: @@ -35264,7 +35309,7 @@ Tue Sep 6 21:31:25 2005 +0000 Tim-Philipp Müller Add support for flac files with 24/32 bits per sample; and misc. minor clean-ups. Seeking is still partly broken (for me at least). -Tue Sep 6 15:50:58 2005 +0000 Wim Taymans +2005-09-06 15:50:58 +0000 Wim Taymans gst/rtp/: Added mpeg4 video payload encoder/decoder. Original commit message from CVS: @@ -35289,14 +35334,16 @@ Tue Sep 6 15:50:58 2005 +0000 Wim Taymans Added mpeg4 video payload encoder/decoder. Added some docs in mpa payloader. -Tue Sep 6 14:06:47 2005 +0000 Thomas Vander Stichele +2005-09-06 14:06:47 +0000 Thomas Vander Stichele * configure.ac: back to HEAD Original commit message from CVS: back to HEAD -Tue Sep 6 14:05:33 2005 +0000 Thomas Vander Stichele +=== release 0.9.1 === + +2005-09-06 14:05:33 +0000 Thomas Vander Stichele * ChangeLog: * NEWS: @@ -35309,7 +35356,7 @@ Tue Sep 6 14:05:33 2005 +0000 Thomas Vander Stichele Original commit message from CVS: releasing 0.9.2 -Mon Sep 5 17:20:28 2005 +0000 Jan Schmidt +2005-09-05 17:20:28 +0000 Jan Schmidt * gst/videocrop/gstvideocrop.c: * sys/v4l2/gstv4l2element.c: @@ -35318,7 +35365,7 @@ Mon Sep 5 17:20:28 2005 +0000 Jan Schmidt Original commit message from CVS: Fix up all the state change functions. -Mon Sep 5 16:28:16 2005 +0000 Andy Wingo +2005-09-05 16:28:16 +0000 Andy Wingo ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding here from the state change handler, so we fire signals w... Original commit message from CVS: @@ -35327,14 +35374,14 @@ Mon Sep 5 16:28:16 2005 +0000 Andy Wingo here from the state change handler, so we fire signals without holding the state lock. -Mon Sep 5 15:10:18 2005 +0000 Thomas Vander Stichele +2005-09-05 15:10:18 +0000 Thomas Vander Stichele * gst/qtdemux/qtdemux.c: cleaning up bad Original commit message from CVS: cleaning up bad -Mon Sep 5 13:18:42 2005 +0000 Thomas Vander Stichele +2005-09-05 13:18:42 +0000 Thomas Vander Stichele * docs/.gitignore: * docs/plugins/.gitignore: @@ -35342,7 +35389,7 @@ Mon Sep 5 13:18:42 2005 +0000 Thomas Vander Stichele Original commit message from CVS: maintenance commits -Sun Sep 4 15:09:33 2005 +0000 Thomas Vander Stichele +2005-09-04 15:09:33 +0000 Thomas Vander Stichele * configure.ac: * docs/plugins/gst-plugins-good-plugins-docs.sgml: @@ -35380,7 +35427,7 @@ Sun Sep 4 15:09:33 2005 +0000 Thomas Vander Stichele Original commit message from CVS: distcheck fixes -Sun Sep 4 11:50:47 2005 +0000 Thomas Vander Stichele +2005-09-04 11:50:47 +0000 Thomas Vander Stichele * Makefile.am: * autogen.sh: @@ -35404,14 +35451,14 @@ Sun Sep 4 11:50:47 2005 +0000 Thomas Vander Stichele Original commit message from CVS: fix distcheck -Fri Sep 2 15:56:52 2005 +0000 Thomas Vander Stichele +2005-09-02 15:56:52 +0000 Thomas Vander Stichele * gst-plugins-good.spec.in: various spec fixes Original commit message from CVS: various spec fixes -Fri Sep 2 15:44:50 2005 +0000 Andy Wingo +2005-09-02 15:44:50 +0000 Andy Wingo * check/elements/level.c: * examples/gstplay/player.c: @@ -35512,35 +35559,35 @@ Fri Sep 2 15:44:50 2005 +0000 Andy Wingo 2005-09-02 Andy Wingo * All plugins updated for element state changes. -Thu Sep 1 21:24:57 2005 +0000 Thomas Vander Stichele +2005-09-01 21:24:57 +0000 Thomas Vander Stichele * ext/aalib/Makefile.am: fix build after cleaning up my vomit Original commit message from CVS: fix build after cleaning up my vomit -Thu Sep 1 21:23:09 2005 +0000 Thomas Vander Stichele +2005-09-01 21:23:09 +0000 Thomas Vander Stichele * ext/aalib/Makefile.am: fix build after cleaning up my vomit Original commit message from CVS: fix build after cleaning up my vomit -Thu Sep 1 21:20:45 2005 +0000 Thomas Vander Stichele +2005-09-01 21:20:45 +0000 Thomas Vander Stichele * gst/smpte/Makefile.am: fix build after cleaning up my vomit Original commit message from CVS: fix build after cleaning up my vomit -Thu Sep 1 21:15:30 2005 +0000 Thomas Vander Stichele +2005-09-01 21:15:30 +0000 Thomas Vander Stichele * gst/smpte/Makefile.am: fix build after cleaning up my vomit Original commit message from CVS: fix build after cleaning up my vomit -Thu Sep 1 20:23:22 2005 +0000 Thomas Vander Stichele +2005-09-01 20:23:22 +0000 Thomas Vander Stichele * ChangeLog: * Makefile.am: @@ -35562,7 +35609,7 @@ Thu Sep 1 20:23:22 2005 +0000 Thomas Vander Stichele Add a regression test for level and fix a casting bug that made the additional channels turn out wrong -Thu Sep 1 17:55:14 2005 +0000 Thomas Vander Stichele +2005-09-01 17:55:14 +0000 Thomas Vander Stichele add docs to build Original commit message from CVS: @@ -35588,7 +35635,7 @@ Thu Sep 1 17:55:14 2005 +0000 Thomas Vander Stichele * gst/monoscope/gstmonoscope.c: cleanups -Wed Aug 31 16:28:05 2005 +0000 Thomas Vander Stichele +2005-08-31 16:28:05 +0000 Thomas Vander Stichele * gst/dvdlpcmdec/.gitignore: * gst/dvdlpcmdec/Makefile.am: @@ -35598,7 +35645,7 @@ Wed Aug 31 16:28:05 2005 +0000 Thomas Vander Stichele Original commit message from CVS: remove dvdlpcmdec, it's dvd stuff -Tue Aug 30 19:41:12 2005 +0000 Thomas Vander Stichele +2005-08-30 19:41:12 +0000 Thomas Vander Stichele * Makefile.am: * gst-libs/gst/gettext.h: @@ -35607,21 +35654,21 @@ Tue Aug 30 19:41:12 2005 +0000 Thomas Vander Stichele Original commit message from CVS: add some i18n headers -Tue Aug 30 19:24:37 2005 +0000 Thomas Vander Stichele +2005-08-30 19:24:37 +0000 Thomas Vander Stichele * docs/plugins/.gitignore: ignore more Original commit message from CVS: ignore more -Tue Aug 30 19:24:03 2005 +0000 Thomas Vander Stichele +2005-08-30 19:24:03 +0000 Thomas Vander Stichele * docs/Makefile.am: Makefile.am Original commit message from CVS: Makefile.am -Tue Aug 30 19:20:02 2005 +0000 Thomas Vander Stichele +2005-08-30 19:20:02 +0000 Thomas Vander Stichele * docs/upload.mak: * docs/version.entities.in: @@ -35629,7 +35676,7 @@ Tue Aug 30 19:20:02 2005 +0000 Thomas Vander Stichele Original commit message from CVS: commit new stuff -Tue Aug 30 19:01:18 2005 +0000 Thomas Vander Stichele +2005-08-30 19:01:18 +0000 Thomas Vander Stichele * ChangeLog: * common: @@ -35642,7 +35689,7 @@ Tue Aug 30 19:01:18 2005 +0000 Thomas Vander Stichele Original commit message from CVS: document elements and plugins. Shazam ! -Tue Aug 30 17:37:00 2005 +0000 Thomas Vander Stichele +2005-08-30 17:37:00 +0000 Thomas Vander Stichele * .gitignore: * COPYING: -- cgit