gst/law/: The encoder can't really renegotiate at the time they perform a pad-alloc...
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-08-25  Wim Taymans  <wim.taymans@collabora.co.uk>
2
3         * gst/law/alaw-encode.c: (gst_alaw_enc_init), (gst_alaw_enc_chain):
4         * gst/law/mulaw-conversion.c:
5         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
6         (gst_mulawenc_chain):
7         The encoder can't really renegotiate at the time they perform a
8         pad-alloc so make the srcpads use fixed caps.
9         Check the buffer size after a pad-alloc because the returned size might
10         not be right when the downstream element does not know the size of the
11         new buffer (capsfilter). Fixes #549073.
12
13 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
14
15         Patch by: Filippo Argiolas <filippo dot argiolas at gmail dot com>
16
17         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_norm_and_notify):
18         v4l2src doesn't have a property named "norm" so don't try to notify
19         about changes to that property. The "norm" property and related
20         code are commented out currently. Fixes bug #549090.
21
22 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
23
24         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
25
26         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
27         Reprobe devices again instead of taking a cached list as new
28         devices could've been plugged in. Fixes bug #549062.
29
30 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
31
32         * gst/autodetect/Makefile.am:
33         Don't link the autodetect plugin with GConf as it doesn't
34         use GConf. Fixes bug #545463.
35
36 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
37
38         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39         (gst_ebml_read_element_length), (gst_ebml_read_uint),
40         (gst_ebml_read_sint), (gst_ebml_read_float),
41         (gst_ebml_read_header):
42         Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it
43         possible to ignore errors and not post any ERROR messages on
44         the bus.
45
46         * gst/matroska/matroska-demux.c:
47         (gst_matroska_demux_parse_contents):
48         Ignore any errors and not just EOS when parsing the contents of
49         a SeekHead. Errors here are usually caused by truncated files
50         and playback of the file works fine. Fixes playback of the
51         audio_only_chapter_seekbroken.mka file from the MPlayer samples
52         archive.
53
54 2008-08-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
55
56         * gst/multipart/multipartdemux.c:
57         * gst/multipart/multipartmux.c:
58         Conform to RFC2046. audio/basic is mulaw 8000Hz mono.
59
60 2008-08-21  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
61
62         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc,
63           gst_directdraw_sink_bufferpool_clear):
64           Fix two more buffer ref leaks.
65
66 2008-08-21  Tim-Philipp Müller  <tim.muller at collabora co uk>
67
68         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
69
70         * sys/directdraw/gstdirectdrawsink.c:
71           (gst_directdraw_sink_show_frame):
72           Fix buffer ref leak.
73
74 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
75
76         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
77         Revert the last commit. wavenc still supports width!=depth for 32 bit
78         width. Thanks Tim.
79
80 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
81
82         * gst/matroska/matroska-demux.c:
83         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
84         If the duration of a block is unknown only use the timestamp for the
85         first lace and use GST_CLOCK_TIME_NONE as duration for the following
86         laces. Otherwise every lace has the same timestamp which leads to
87         various problems. Really fixes bug #548831.
88
89 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
90
91         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
92         If we're not allowing width!=depth in wavenc we should also disable
93         the code that was added to support width!=depth.
94
95 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
96
97         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
98         Don't calculate the default duration of a frame from the audio sampling
99         rate. This only works for raw audio if every frame contains a single
100         sample and results in broken buffer durations for other formats
101         if no specified default duration is given or the blocks have no
102         duration. Fixes bug #548831.
103
104 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
105
106         * gst/matroska/matroska-demux.c:
107         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
108         Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks
109         are used for text/plain subtitles as a gap-filler in some files.
110
111 2008-08-21  Wim Taymans  <wim.taymans@collabora.co.uk>
112
113         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
114         (gst_v4l2_get_caps_info):
115         Add S910 and PWC formats with a low priority.
116
117         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank),
118         (gst_v4l2src_probe_caps_for_format):
119         Add more debugging.
120
121 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
122
123         * ext/flac/gstflacenc.c:
124           Fix compilation against older libflac versions.
125
126 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
127
128         * ext/pulse/pulsemixer.c: (gst_pulsemixer_class_init),
129         (gst_pulsemixer_set_property), (gst_pulsemixer_get_property):
130         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
131         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_timeout_event),
132         (gst_pulsemixer_ctrl_set_volume):
133         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_new):
134         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open):
135         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
136         (gst_pulsesink_init), (gst_pulsesink_open),
137         (gst_pulsesink_prepare), (gst_pulsesink_write),
138         (gst_pulsesink_delay), (gst_pulsesink_reset):
139         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
140         (gst_pulsesrc_init):
141         Use GST_BOILERPLATE everywhere and fix coding style at some places.
142         Fix a locking issue in pulsesink's prepare function.
143
144         * ext/pulse/pulseutil.c: (gst_pulse_channel_map_to_gst):
145         Check if the created channel layout is valid for GStreamer.
146
147 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
148
149         * gst/rtsp/gstrtspgoogle.c:
150         Things that can happen when your brain is in google mode trying to
151         deal with their google rtsp server extensions and trying to type your
152         google mail account.
153
154 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
155
156         * gst/rtsp/Makefile.am:
157         * gst/rtsp/gstrtsp.c: (plugin_init):
158         * gst/rtsp/gstrtspgoogle.c: (gst_rtsp_google_before_send),
159         (gst_rtsp_google_after_send), (gst_rtsp_google_get_transports),
160         (_do_init), (gst_rtsp_google_base_init),
161         (gst_rtsp_google_class_init), (gst_rtsp_google_init),
162         (gst_rtsp_google_finalize), (gst_rtsp_google_change_state),
163         (gst_rtsp_google_extension_init):
164         * gst/rtsp/gstrtspgoogle.h:
165         Add google RTSP extension, it can only handle udp and responds with
166         unsupported if we do anything else. Fixes #546465.
167
168         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_connection_send),
169         (gst_rtspsrc_connection_receive), (gst_rtspsrc_loop_send_cmd),
170         (gst_rtspsrc_create_transports_string),
171         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
172         (gst_rtspsrc_close), (gst_rtspsrc_pause):
173         Make transport setup code a bit better using GString.
174         Add some more debug.
175         Check for closed connections before doing anything on them.
176
177 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
178
179         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
180         (gst_pulsesrc_create_stream), (gst_pulsesrc_negotiate),
181         (gst_pulsesrc_prepare):
182         * ext/pulse/pulseutil.c: (gst_pulse_gst_to_channel_map),
183         (gst_pulse_channel_map_to_gst):
184         * ext/pulse/pulseutil.h:
185         If downstream provides no channel layout and >2 channels should be
186         used use the default layout that pulseaudio chooses and also
187         add this layout to the caps. Fixes bug #547258.
188
189 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
190
191         Patch by: Peter Kjellerstedt <pkj at axis com>
192
193         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
194         (gst_dynudpsink_finalize), (gst_dynudpsink_set_property),
195         (gst_dynudpsink_init_send), (gst_dynudpsink_close):
196         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
197         (gst_multiudpsink_finalize), (gst_multiudpsink_set_property):
198         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize),
199         (gst_udpsrc_set_property):
200         Avoid leaking internally allocated file descriptors when setting
201         custom file descriptors. Fixes #543101.
202
203 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
204
205         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
206         Don't try to configure RTCP back to the server when the server did not
207         give us a valid port number.
208
209 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
210
211         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
212         Use new basetransform method to renegotiate. Fixes #544956.
213
214         * tests/icles/Makefile.am:
215         * tests/icles/videobox-test.c: (make_pipeline), (main):
216         Add videobox renegotiation example.
217
218 2008-08-19  David Schleef  <ds@schleef.org>
219
220         * gst/wavenc/gstwavenc.c: Remove depth ranges and replace
221         with sane values.  Fixes #548530.
222
223 2008-08-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
224
225         * ext/pulse/pulsesink.c: (gst_pulsesink_prepare):
226         * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare):
227         The bytes_per_sample and silence_sample fields of the GstRingBufferSpec
228         are already filled with the correct values by
229         gst_ring_buffer_parse_caps() so there's no need to set them again
230         with wrong values.
231
232 2008-08-16  Edward Hervey  <edward.hervey@collabora.co.uk>
233
234         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
235         (gst_avi_demux_read_subindexes_push):
236         Some AVI 2.0 (ODML) files don't respect the 'specifications' completely
237         and instead of using the 'ix##' nomenclature, use '##ix'.
238         They're still valid though, this fixes the duration and indexes for
239         virtually all the ODML files I have.
240
241 2008-08-15  Wim Taymans  <wim.taymans@collabora.co.uk>
242
243         Patch by: Olivier Crete <tester at tester dot ca>
244
245         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
246         (gst_rtp_vorbis_depay_process):
247         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
248         Update the vorbis RTP pay/depay to RFC 5215.
249         Fixes #547842.
250
251 2008-08-14  David Schleef  <ds@schleef.org>
252
253         * gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60
254           with 3:2 pulldown, i.e., 24p.
255
256 2008-08-14  Wim Taymans  <wim.taymans@collabora.co.uk>
257
258         * tests/check/elements/level.c: (GST_START_TEST):
259         Fix compilation some more.
260
261 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
262
263         * configure.ac::
264           Require -base CVS for wavparse acid chunk parsing.
265
266 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
267
268         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
269         (gst_pulsesink_init), (gst_pulsesink_finalize),
270         (gst_pulsesink_set_volume), (gst_pulsesink_get_volume),
271         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
272         (gst_pulsesink_prepare), (gst_pulsesink_change_state):
273         * ext/pulse/pulsesink.h:
274         Add "device-name" property to pulsesink too and currently commented
275         out and not working support for a "volume" property.
276
277 2008-08-13  Thijs Vermeir  <thijsvermeir@gmail.com>
278
279         * configure.ac:
280         Remove more cdio stuff (moved to ugly)
281
282 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
283
284         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
285
286         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
287         (gst_pulsesrc_get_property):
288         Add "device-name" property, which provides a human readable string
289         for the audio device, to make it more consisten with other audio
290         sources. Fixes bug #547519.
291
292 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
293
294         * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state):
295         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
296         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new),
297         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_timeout_event):
298         * ext/pulse/pulsemixerctrl.h:
299         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open),
300         (gst_pulseprobe_enumerate), (gst_pulseprobe_new),
301         (gst_pulseprobe_free), (gst_pulseprobe_needs_probe),
302         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values):
303         * ext/pulse/pulseprobe.h:
304         * ext/pulse/pulsesink.c: (gst_pulsesink_init):
305         * ext/pulse/pulsesrc.c: (gst_pulsesrc_init), (gst_pulsesrc_delay),
306         (gst_pulsesrc_change_state):
307         Improve debugging a bit by including the parent object in pulsemixerctrl
308         and pulseprobe objects and using GST_WARNING_OBJECT instead of
309         GST_WARNING.
310
311         Use the parent GObject subclass instead of a random struct as GObject
312         parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash
313         when probing for another property than "device".
314
315 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
316
317         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
318
319         * ext/pulse/pulsemixer.c: (gst_pulsemixer_set_property):
320         Fix property probing after the device property is set by calling
321         set_server when the server property changes. Fixes bug #547518.
322
323 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
324
325         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
326
327         * ext/pulse/pulsesink.c: (gst_pulsesink_interface_supported),
328         (gst_pulsesink_implements_interface_init),
329         (gst_pulsesink_init_interfaces), (gst_pulsesink_init),
330         (gst_pulsesink_finalize), (gst_pulsesink_set_property),
331         (gst_pulsesink_get_type):
332         * ext/pulse/pulsesink.h:
333         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
334         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_init),
335         (gst_pulsesrc_finalize), (gst_pulsesrc_set_property):
336         * ext/pulse/pulsesrc.h:
337         Implement GstPropertyProbe interface on pulsesink for detecting
338         sink devices and on pulsesrc for detecting source devices.
339         Fixes bugs #547227 and #547217.
340
341 2008-08-13  Stefan Kost  <ensonic@users.sf.net>
342
343         * gst/spectrum/gstspectrum.c:
344           Don't terminate on fabs(in)>1.0. Init doubles as doubles.
345
346 2008-08-13  Edward Hervey  <edward.hervey@collabora.co.uk>
347
348         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
349         Properly set the maximum latency value, in the same way it is done in
350         v4lsrc.
351         * sys/v4l2/v4l2src_calls.c:
352         Simplify fraction equality check, no need to use GValues for this.
353
354 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
355
356         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
357         Add warning messages stating exactly why the latency query failed.
358         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
359         In some cases, the negotiated framerate might be the default one which
360         is already set internally. But we still need to mark it down in fps_n
361         and fps_d so that the latency query can happen properly.
362
363 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
364
365         * docs/plugins/inspect/plugin-1394.xml:
366         Whoops, forgot one doc file for people who can't/don't build the
367         raw1394 plugin.
368
369 2008-08-12  Jan Schmidt  <jan.schmidt@sun.com>
370
371         * docs/plugins/Makefile.am:
372         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
373         * docs/plugins/gst-plugins-good-plugins-sections.txt:
374         * docs/plugins/inspect/plugin-cdio.xml:
375         * ext/Makefile.am:
376         * ext/cdio/Makefile.am:
377         * ext/cdio/gstcdio.c:
378         * ext/cdio/gstcdio.h:
379         * ext/cdio/gstcdiocddasrc.c:
380         * ext/cdio/gstcdiocddasrc.h:
381
382         Pull changes from 0.10.9.2 pre-release branch moving the libcdio
383         CDDA source to -ugly.
384
385         * po/LINGUAS:
386         * po/POTFILES.in:
387         * po/id.po:
388         Pull in new translation from 0.10.9.2 release branch.
389
390 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
391
392         * docs/plugins/Makefile.am:
393         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
394         * docs/plugins/gst-plugins-good-plugins-sections.txt:
395         * docs/plugins/gst-plugins-good-plugins.args:
396         * docs/plugins/gst-plugins-good-plugins.hierarchy:
397         * docs/plugins/gst-plugins-good-plugins.interfaces:
398         Integrate documentation for new hdv1394src element.
399
400 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
401
402         * ext/raw1394/Makefile.am:
403         * ext/raw1394/gst1394.c: (plugin_init):
404         * ext/raw1394/gsthdv1394src.c: (_do_init),
405         (gst_hdv1394src_base_init), (gst_hdv1394src_class_init),
406         (gst_hdv1394src_init), (gst_hdv1394src_dispose),
407         (gst_hdv1394src_set_property), (gst_hdv1394src_get_property),
408         (gst_hdv1394src_from_raw1394handle),
409         (gst_hdv1394src_iec61883_receive), (gst_hdv1394src_bus_reset),
410         (gst_hdv1394src_create), (gst_hdv1394src_discover_avc_node),
411         (gst_hdv1394src_start), (gst_hdv1394src_stop),
412         (gst_hdv1394src_unlock), (gst_hdv1394src_update_device_name),
413         (gst_hdv1394src_uri_get_type), (gst_hdv1394src_uri_get_protocols),
414         (gst_hdv1394src_uri_get_uri), (gst_hdv1394src_uri_set_uri),
415         (gst_hdv1394src_uri_handler_init):
416         * ext/raw1394/gsthdv1394src.h:
417         mpeg2-ts (HDV) variant of firewire capture element.
418         Fixes #350830
419
420 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
421
422         * gst/level/gstlevel.c: (gst_level_message_new):
423          Fix compilation (also known as the classic 'fix code that someone
424          committed without compiling it first').
425
426 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
427
428         * tests/check/elements/level.c:
429           Add a test for level in stereo mode.
430
431 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
432
433         * tests/examples/spectrum/demo-audiotest.c:
434         * tests/examples/spectrum/demo-osssrc.c:
435           Demo how to draw analyzer results synced to the clock.
436
437 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
438
439         * gst/level/gstlevel.c:
440           Little renaming (l -> level).
441
442         * gst/spectrum/gstspectrum.c:
443         * gst/spectrum/gstspectrum.h:
444           Also send full timestamp/duration details here.
445
446 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
447
448         * gst/level/gstlevel.c:
449         * gst/level/gstlevel.h:
450           Send same timestamp/duration details as videoanalysis. This gives
451           applications better chance to sync analysis results with playback.
452
453 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
454
455         * gst/matroska/matroska-mux.c:
456         (gst_matroska_mux_handle_sink_event),
457         (flac_streamheader_to_codecdata):
458         We need to drop one additional buffer for FLAC as the fLaC
459         marker and STREAMINFO block are merged into one buffer in the caps.
460
461         Also don't pretend to support NEWSEGMENT events, otherwise we
462         will most probably write some invalid data.
463
464 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
465
466         * gst/matroska/matroska-mux.c: (flac_streamheader_to_codecdata),
467         (gst_matroska_mux_audio_pad_setcaps):
468         Add support for muxing FLAC into Matroska containers.
469         Fixes bug #311586.
470
471 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
472
473         * ext/flac/gstflacenc.c: (gst_flac_enc_check_discont):
474         Actually provide the variables required for the format string.
475
476 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
477
478         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
479         (gst_matroska_demux_element_send_event),
480         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
481         * gst/matroska/matroska-demux.h:
482         Close the current segment if we're doing a non-flushing seek and send
483         the close-segment and the new segment of the seek from the streaming
484         thread.
485
486 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
487
488         * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback),
489         (gst_flac_enc_check_discont), (gst_flac_enc_chain),
490         (gst_flac_enc_change_state):
491         * ext/flac/gstflacenc.h:
492         Handle non-zero start timestamps correctly, mark header packets as
493         IN_CAPS and print a warning and suggest using audiorate if stream
494         discontinuities are detected. When FLAC supports flushing the encoder
495         somehow this should be done for discontinuities instead.
496
497         Remove some unused variables from the instance struct.
498
499 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
500
501         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback):
502         If seeking failed return the appropiate return value to FLAC.
503         Otherwise it thinks seeking was successfull and tries to rewrite
504         parts of the headers which then get appended to the output.
505
506 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
507
508         Patch by: Frederic Crozat <fcrozat@mandriva.org>
509
510         * ext/esd/gstesd.c: (plugin_init):
511         * ext/flac/gstflac.c: (plugin_init):
512         * ext/shout2/gstshout2.c: (plugin_init):
513         * ext/wavpack/gstwavpack.c: (plugin_init):
514         * sys/oss/gstossaudio.c: (plugin_init):
515         * sys/v4l2/gstv4l2.c: (plugin_init):
516         Make sure gettext returns translations in UTF-8 encoding rather
517         than in the current locale encoding (#546822).
518
519 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
520
521         * ext/flac/gstflacdec.c:
522         Add FIXME for 0.11 to simply output everything with width=32 as given
523         by FLAC and let audioconvert handle the conversions instead of doing
524         them in flacdec.
525
526 2008-08-07  Jan Schmidt  <Jan.Schmidt@sun.com>
527
528         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
529         When outputting a pad template range for the size, include a framerate
530         range too, to avoid 'not a real subset of template caps' errors.
531
532 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
533
534         Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>
535
536         * ext/flac/Makefile.am:
537         * ext/flac/gstflac.c: (plugin_init):
538         * ext/flac/gstflactag.c: (gst_flac_tag_setup_interfaces),
539         (gst_flac_tag_base_init), (gst_flac_tag_class_init),
540         (gst_flac_tag_dispose), (gst_flac_tag_init),
541         (gst_flac_tag_sink_setcaps), (gst_flac_tag_chain),
542         (gst_flac_tag_change_state):
543         * ext/flac/gstflactag.h:
544         Port flactag to 0.10, add documentation for it and clean it up a bit.
545         Fixes bug #413841.
546
547         * docs/plugins/Makefile.am:
548         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
549         * docs/plugins/gst-plugins-good-plugins-sections.txt:
550         * docs/plugins/gst-plugins-good-plugins.hierarchy:
551         * docs/plugins/gst-plugins-good-plugins.interfaces:
552         * docs/plugins/gst-plugins-good-plugins.prerequisites:
553         * docs/plugins/inspect/plugin-flac.xml:
554         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init):
555         * ext/flac/gstflacdec.h:
556         * ext/flac/gstflacenc.c: (gst_flac_enc_base_init):
557         * ext/flac/gstflacenc.h:
558         Add flactag and flacenc to the documentation and mark
559         the private parts of the flacdec instance structure as private.
560
561         Also use gst_element_class_set_details_simple() in flacdec and
562         flacenc.
563
564 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
565
566         * gst/qtdemux/qtdemux.c:
567           Use audio/x-qdm for caps. Collect some info - mplayer has a decoder
568           for it but ffmpeg does not.
569
570 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
571
572         * gst/wavparse/gstwavparse.c:
573           Handle the list chunk and use gst_riff_parse_info() to parse the info
574           sub-chunk.
575
576 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
577
578         * gst/wavparse/gstwavparse.c:
579           Handle the acid chunk and send tempo as part of tags. Other fields are
580           interesting too, but need more tag-definitions. Fixes #545433.
581
582 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
583
584         * gst/wavparse/gstwavparse.c:
585           Refactor wavparse. Call _reset() from dispose() and move old code from
586           dispose into reset. This way we don't leak taglists when we abort
587           parsing. Fix some comments. Move code for skipping a chunk into extra
588           function. Replace chunk sizes with a const to ease readability.         
589
590 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
591
592         Patch by: Aurelien Grimaud <gstelzz at yahoo dot fr>
593
594         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_alloc_udp_ports):
595         Improve udp port setup. Fixes #545710.
596
597 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
598
599         * gst/rtp/Makefile.am:
600         * gst/rtp/gstrtp.c: (plugin_init):
601         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_base_init),
602         (gst_rtp_mp1s_depay_class_init), (gst_rtp_mp1s_depay_init),
603         (gst_rtp_mp1s_depay_setcaps), (gst_rtp_mp1s_depay_process),
604         (gst_rtp_mp1s_depay_set_property),
605         (gst_rtp_mp1s_depay_get_property),
606         (gst_rtp_mp1s_depay_change_state),
607         (gst_rtp_mp1s_depay_plugin_init):
608         * gst/rtp/gstrtpmp1sdepay.h:
609         Add MP1S depayloader.
610
611         * gst/rtsp/URLS:
612         Some more sample rtsp streams.
613
614 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
615
616         * gst/rtsp/URLS:
617         Add another URL.
618
619         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
620         * tests/check/elements/rglimiter.c: (GST_START_TEST):
621         Add some more debug info.
622
623 2008-08-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
624
625         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
626         Provide cbSize field for audio extra_data size, and take care to
627         pad extra_data.
628
629 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
630
631         * gst/qtdemux/qtdemux.c:
632           Return the result of gst_pad_{start,stop}_task instead of hard-coded
633           TRUE.
634
635 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
636
637         * gst/qtdemux/qtdemux.c:
638         * gst/qtdemux/qtdemux_fourcc.h:
639           Add keyword tag support. Fixes #520694 for qtdemux.
640
641 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
642
643         * gst/qtdemux/qtdemux.c:
644           Add support for tmpo tag (BPM).
645
646 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
647
648         * ext/flac/gstflacenc.c: (gst_flac_enc_query_peer_total_samples),
649         (gst_flac_enc_sink_setcaps), (gst_flac_enc_write_callback):
650         Set an estimate for the total number of samples that will be encoded
651         if possible to help decoders if the streaminfo can't be rewritten
652         later (like when muxing into Ogg containers).
653
654         Add a warning if we get header packets after data packets as those
655         will get lost when muxing into Ogg, i.e. rewriting the headers doesn't
656         work.
657
658 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
659
660         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
661         (gst_flac_dec_write):
662         Support decoding of all depths between 4 and 32 bits and read the
663         depth from the streaminfo header if needed. Also support all sampling
664         rates between 1 and 655350 Hz.
665
666         * ext/flac/gstflacenc.c:
667         (gst_flac_enc_caps_append_structure_with_widths),
668         (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps),
669         (gst_flac_enc_chain):
670         * ext/flac/gstflacenc.h:
671         Support encoding in all bit depths supported by the streamable
672         subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates
673         between 1 Hz and 655350 Hz.
674
675 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
676
677         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
678         (gst_flac_enc_sink_getcaps):
679         Support encoding of up to 8 channels.
680
681 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
682
683         * ext/soup/gstsouphttpsrc.c:
684         * ext/soup/gstsouphttpsrc.h:
685         Fix seeking race condition in #540300
686         Patch By: Wouter Cloetens  <wouter at mind be>
687
688 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
689
690         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek),
691         (gst_matroska_demux_element_send_event),
692         (gst_matroska_demux_handle_seek_event),
693         (gst_matroska_demux_handle_src_event):
694         When receiving a SEEK event on a specific pad first search for a seek
695         table entry for the stream of the pad and then fall back to an entry
696         for a different stream.
697
698 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
699
700         * configure.ac:
701         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
702         * gst/matroska/matroska-ids.h:
703         Build depend on core CVS for the attachment tag.
704
705 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
706
707         * configure.ac:
708         * gst/matroska/Makefile.am:
709         * gst/matroska/lzo.c: (get_byte), (get_len), (copy),
710         (copy_backptr), (lzo1x_decode), (main):
711         * gst/matroska/lzo.h:
712         * gst/matroska/matroska-demux.c:
713         (gst_matroska_demux_read_track_encoding),
714         (gst_matroska_decompress_data), (gst_matroska_decode_data),
715         (gst_matroska_decode_buffer),
716         (gst_matroska_decode_content_encodings),
717         (gst_matroska_demux_read_track_encodings),
718         (gst_matroska_demux_add_stream),
719         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
720         * gst/matroska/matroska-ids.h:
721         Decode the codec private data and following ContentEncoding if
722         necessary.
723
724         Support bzip2, lzo and header stripped compression. For lzo use the
725         ffmpeg lzo implementation as liblzo is GPL licensed.
726         
727         Fix zlib decompression.
728
729 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
730
731         * gst/matroska/matroska-mux.c:
732         (gst_matroska_mux_audio_pad_setcaps):
733         Fix muxing of MP3/MP2 with different MPEG versions by calculating the
734         duration of a frame with the new mpegaudioversion caps field.
735
736 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
737
738         * gst/matroska/matroska-demux.c: (gst_matroska_demux_finalize),
739         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
740         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
741         (gst_matroska_demux_stream_from_num),
742         (gst_matroska_demux_tracknumber_unique),
743         (gst_matroska_demux_add_stream), (gst_matroska_demux_send_event),
744         (gst_matroska_demux_handle_seek_event),
745         (gst_matroska_demux_sync_streams),
746         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
747         (gst_matroska_demux_loop):
748         * gst/matroska/matroska-demux.h:
749         Allow an infinite number of stream inside Matroska containers and use
750         a GPtrArray for storing them instead of allowing "only" 127 streams.
751
752 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
753
754         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
755         (gst_ebml_read_change_state), (gst_ebml_read_element_level_up),
756         (gst_ebml_read_peek_bytes), (gst_ebml_read_element_id),
757         (gst_ebml_read_element_length), (gst_ebml_peek_id),
758         (gst_ebml_read_get_length), (gst_ebml_read_skip),
759         (gst_ebml_read_buffer), (gst_ebml_read_bytes),
760         (gst_ebml_read_uint), (gst_ebml_read_sint), (_ext2dbl),
761         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_date),
762         (gst_ebml_read_master), (gst_ebml_read_binary),
763         (gst_ebml_read_header):
764         * gst/matroska/ebml-write.c: (gst_ebml_write_element_id),
765         (gst_ebml_write_element_size), (gst_ebml_write_uint),
766         (gst_ebml_write_sint), (gst_ebml_write_ascii),
767         (gst_ebml_write_master_start), (gst_ebml_write_master_finish),
768         (gst_ebml_replace_uint):
769         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
770         (gst_matroska_demux_read_track_encoding),
771         (gst_matroska_demux_read_track_encodings),
772         (gst_matroska_demux_add_stream), (gst_matroskademux_do_index_seek),
773         (gst_matroska_demux_send_event),
774         (gst_matroska_demux_element_send_event),
775         (gst_matroska_demux_handle_seek_event),
776         (gst_matroska_demux_handle_src_event),
777         (gst_matroska_demux_init_stream),
778         (gst_matroska_demux_parse_tracks),
779         (gst_matroska_demux_parse_index_cuetrack),
780         (gst_matroska_demux_parse_index_pointentry),
781         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
782         (gst_matroska_demux_parse_metadata_id_simple_tag),
783         (gst_matroska_demux_parse_metadata_id_tag),
784         (gst_matroska_demux_parse_metadata),
785         (gst_matroska_demux_parse_attached_file),
786         (gst_matroska_demux_parse_attachments),
787         (gst_matroska_demux_parse_chapters), (gst_matroska_ebmlnum_uint),
788         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_push_hdr_buf),
789         (gst_matroska_demux_push_flac_codec_priv_data),
790         (gst_matroska_demux_push_xiph_codec_priv_data),
791         (gst_matroska_demux_push_dvd_clut_change_event),
792         (gst_matroska_demux_add_mpeg_seq_header),
793         (gst_matroska_demux_add_wvpk_header),
794         (gst_matroska_demux_check_subtitle_buffer),
795         (gst_matroska_decode_buffer),
796         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
797         (gst_matroska_demux_parse_cluster),
798         (gst_matroska_demux_parse_contents_seekentry),
799         (gst_matroska_demux_parse_contents),
800         (gst_matroska_demux_loop_stream_parse_id),
801         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop),
802         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
803         (gst_matroska_demux_subtitle_caps),
804         (gst_matroska_demux_change_state):
805         * gst/matroska/matroska-ids.c:
806         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
807         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
808         (gst_matroska_mux_video_pad_setcaps),
809         (xiph3_streamheader_to_codecdata),
810         (vorbis_streamheader_to_codecdata),
811         (theora_streamheader_to_codecdata),
812         (gst_matroska_mux_audio_pad_setcaps),
813         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
814         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
815         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
816         (gst_matroska_mux_best_pad), (gst_matroska_mux_write_data),
817         (gst_matroska_mux_collected), (gst_matroska_mux_change_state):
818         Fix indention everywhere. A broken indent version has added newlines
819         after every single declaration some time ago.
820
821 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
822
823         * gst/matroska/matroska-demux.c:
824         (gst_matroska_demux_loop_stream_parse_id):
825         If no Tracks are found error out instead of trying it again until the
826         end of time.
827
828 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
829
830         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
831         Fix demuxing of raw integer audio. The samples are unsigned only for 8
832         bit and signed otherwise, not the other way around.
833
834 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
835
836         * gst/matroska/matroska-mux.c:
837         Add more raw YUV formats to the list of supported formats.
838
839 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
840
841         * gst/matroska/matroska-mux.c:
842         (gst_matroska_mux_audio_pad_setcaps):
843         Add support for muxing raw float audio now that the spec defines the
844         endianness and add support for muxing raw integer audio with 24 and
845         32 bits.
846
847         Allow muxing of more than 8 audio channels.
848
849 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
850
851         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
852         (gst_matroska_mux_reset), (gst_matroska_mux_start):
853         Add locking to the global array of used track UIDs to prevent random
854         crashes if more than a single matrosmux instance is used.
855
856         Use 64 bit values for the track UIDs.
857
858         Use the global GRandom of GLib instead of creating our own one
859         for the few random numbers we need every single time.
860
861 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
862
863         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
864         (gst_flac_dec_setup_stream_decoder),
865         (gst_flac_dec_update_metadata):
866         Always post the audio-codec tag, not only if other tags are present.
867
868 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
869
870         * configure.ac:
871         Back to development -> 0.10.9.1
872
873 === release 0.10.9 ===
874
875 2008-07-31  Jan Schmidt <jan.schmidt@sun.com>
876
877         * configure.ac:
878           releasing 0.10.9, "Steam Train Rolling"
879
880 2008-07-31  Jan Schmidt  <jan.schmidt@sun.com>
881
882         * ext/soup/gstsouphttpsrc.c:
883         Don't throw an error when soup completes a msg with status
884         'cancelled', as that indicates we cancelled a request while
885         shutting down or seeking, and it's not an error.
886         Fixes: #540300 again.
887
888 2008-07-28  Jan Schmidt  <jan.schmidt@sun.com>
889
890         * configure.ac:
891         0.10.8.4 pre-release
892
893 2008-07-25  Edward Hervey  <edward.hervey@collabora.co.uk>
894
895         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment):
896         Fix segment-stop regression.
897         Add documentation regarding segments in quicktime files by Wim Taymans.
898         Fixes #544509
899
900 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
901
902         * configure.ac:
903         0.10.8.3 pre-release
904
905         * po/LINGUAS:
906         * po/pt_BR.po:
907         Add pt_BR translation
908
909 2008-07-23  Michael Smith <msmith@songbirdnest.com>
910
911         * gst/goom/convolve_fx.c:
912         * gst/goom/filters.c:
913         * gst/goom/goom_config.h:
914         * gst/goom/goom_core.c:
915         * gst/goom/goom_tools.h:
916           Fix build with MSVC: include glib.h to define inline appropriately,
917           use header guards where needed.
918         * gst/udp/gstudpnetutils.c:
919         * gst/udp/gstudpsrc.c:
920           Fix build with MSVC: use WSA* constants/functions where appropriate, use
921           g_snprintf rather than snprintf.
922           Fixes #544433.
923
924 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
925
926         * gst/debug/gsttaginject.c:
927         * gst/debug/gsttaginject.h:
928           Sent tags in _transform_ip() instead of _start(). Fixes #543404
929           partially.
930
931 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
932
933         * configure.ac:
934         0.10.8.2 pre-release
935
936 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
937
938         * ext/Makefile.am:
939         Finish hooking up pulseaudio plugin to the build.
940
941         * ext/pulse/pulsemixerctrl.c:
942         Fix compilation error.
943
944 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
945
946         * po/LINGUAS:
947         * po/lt.po:
948         Add new lithunian translation, and add french to the LINGUAS
949         file.
950
951 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
952
953         * ext/soup/gstsouphttpsrc.c:
954         Fix Soup HTTP source seeking.
955         Patch By: Wouter Cloetens  <wouter at mind be>
956         Fixes: #540300
957
958         * tests/check/elements/.cvsignore:
959         Ignore new check programs.
960
961 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
962
963         * configure.ac:
964         * docs/plugins/Makefile.am:
965         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
966         * docs/plugins/gst-plugins-good-plugins-sections.txt:
967         * docs/plugins/gst-plugins-good-plugins.args:
968         * docs/plugins/gst-plugins-good-plugins.hierarchy:
969         * docs/plugins/gst-plugins-good-plugins.interfaces:
970         * docs/plugins/gst-plugins-good-plugins.prerequisites:
971         * docs/plugins/inspect/plugin-interleave.xml:
972         * docs/plugins/inspect/plugin-replaygain.xml:
973         * tests/check/Makefile.am:
974
975         Move replaygain and interleave plugins from -bad.
976         Fixes: #543406
977         Fixes: #536228
978
979 2008-07-18  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
980
981         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
982         (qtdemux_parse_trak):
983         Revert ISO base media spec based pixel-aspect-ratio calculation.
984         Fixes #543300.
985
986 2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>
987
988         * sys/osxvideo/osxvideosink.m:
989         Fix minor build issues on macosx.
990         Fixes #543054
991
992 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
993
994         * configure.ac::
995         * ext/taglib/Makefile.am::
996           Only use -Wno-attributes (which is there to work around a
997           bug in the taglib 1.5 headers) if the c++ compiler actually
998           supports it (#543255).
999
1000 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
1001
1002         Patch by: Benoit Fouet <benoit.fouet purplelabs com>
1003
1004         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
1005           Avoid compiler warning by initialising variable to NULL (#543259).
1006
1007 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
1008
1009         * gst/debug/gsttaginject.c: (gst_tag_inject_start):
1010         Don't pass NULL taglists to gst_tag_list_is_empty().
1011
1012 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
1013
1014         * tests/check/elements/cmmldec.c: (GST_START_TEST):
1015         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_create),
1016         (rtp_pipeline_run):
1017         * tests/check/elements/souphttpsrc.c: (souphttpsrc_suite):
1018         Don't use declarations after statements.
1019
1020 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1021
1022         * ext/jpeg/gstjpegdec.c:
1023         Align documentation with reality.
1024
1025 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1026
1027         * gst/udp/gstudpnetutils.c:
1028         EAI_ADDRFAMILY was obsoleted in BSD at some point. Define it to the
1029         old value (1) if it's not defined which should not cause any problems
1030         as we're using it internal only anyway.
1031
1032 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1033
1034         Patch by: Alessandro Decina <alessandro at nnva dot org>
1035
1036         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp):
1037         Fix build of avidemux on big endian architectures.
1038
1039 2008-07-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1040
1041         Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
1042
1043         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
1044         Correctly distinguish 8bit vs 16bit raw audio.  Fixes #542410.
1045
1046 2008-07-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1047
1048         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
1049         (qtdemux_parse_trak):
1050         Set pixel-aspect-ratio in caps using display width and height
1051         provided in track.
1052
1053 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1054
1055         * configure.ac:
1056         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
1057         flags that are invalid for C++. Fixes bug #516509.
1058
1059 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1060
1061         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
1062         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps):
1063         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
1064         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
1065         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1066         * tests/examples/equalizer/demo.c: (message_handler):
1067         * tests/examples/spectrum/demo-audiotest.c: (message_handler):
1068         * tests/examples/spectrum/demo-osssrc.c: (message_handler):
1069         Don't use declarations after statements and variable length arrays.
1070
1071 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1072
1073         Patch by: Daniel Drake <dsd at gentoo dot org>
1074
1075         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture),
1076         (gst_v4l2src_get_nearest_size):
1077         Try progressive video if interlaced fails. Fixes bug #541956
1078         and the usage of v4l2src on OLPC.
1079
1080 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1081
1082         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
1083         (gst_rtp_speex_depay_process):
1084         * gst/rtp/gstrtpspeexdepay.h:
1085         Revert last change: Only the jitterbuffer is able to convert RTP to
1086         Gstreamer timestamps and normal (de)payloaders should simply copy it.
1087         Reopens bug #541787.
1088
1089 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
1090
1091         * gst/rtp/gstrtpvrawdepay.c:
1092           Include stdlib.h for atoi().
1093
1094         * gst/rtsp/gstrtspsrc.c:
1095           Use floating point math for latencies < 0 sec in log output.
1096
1097 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1098
1099         Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net>
1100
1101         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
1102         (gst_rtp_speex_depay_process):
1103         * gst/rtp/gstrtpspeexdepay.h:
1104         Take timestamp from the RTP packet as a first step to fix problems
1105         with transmission over RTP when the network is not reliable.
1106         Fixes bug #541787.
1107
1108 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1109
1110         Patch by: Tero Saarni <tero dot saarni at gmail dot com>
1111
1112         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_uri):
1113         Fix parsing of udp:// URIs containing IPv6 addresses.
1114         Fixes bug #541650.
1115
1116 2008-07-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1117
1118         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
1119         Do not leak incoming buffers.
1120
1121 2008-07-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1122
1123         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1124
1125         * configure.ac:
1126         Fix build of the RTP plugin with mingw32 by linking to ws2_32
1127         for htons() and htonl(). Fixes bug #541412.
1128
1129 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1130
1131         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
1132         (gst_matroska_demux_add_stream), (gst_matroska_demux_query),
1133         (gst_matroska_demux_element_query),
1134         (gst_matroska_demux_handle_src_query),
1135         (gst_matroska_demux_handle_seek_event):
1136         Handle position and duration query in DEFAULT format if the
1137         pad's track has a default frame duration set.
1138
1139         Fix seeking now that the segment's duration doesn't contain the
1140         (possibly wrong or inaccurate) duration of the Matroska file.
1141
1142 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1143
1144         * gst/matroska/ebml-read.c: (_ext2dbl):
1145         Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
1146         in math.h except on MSVC where it is defined in xmath.h.
1147         Fixes compilation with MSVC.
1148
1149 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1150
1151         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1152         (gst_matroska_demux_handle_src_query),
1153         (gst_matroska_demux_parse_info),
1154         (gst_matroska_demux_loop_stream_parse_id):
1155         * gst/matroska/matroska-demux.h:
1156         Don't set the segment duration to the duration from the Matroska
1157         header as this value could be wrong and is just informational.
1158
1159 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1160
1161         * gst/matroska/matroska-demux.c:
1162         (gst_matroska_demux_loop_stream_parse_id):
1163         If no Tracks element is found until the first Cluster is found
1164         search it and error out if none is found in the complete file.
1165
1166 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1167
1168         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
1169         Resync non-subtitle tracks too if a too large gap compared to other
1170         tracks is detected.
1171
1172 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1173
1174         * gst/rtp/Makefile.am:
1175         * gst/rtp/gstrtp.c: (plugin_init):
1176         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_base_init),
1177         (gst_rtp_vraw_depay_class_init), (gst_rtp_vraw_depay_init),
1178         (gst_rtp_vraw_depay_setcaps), (gst_rtp_vraw_depay_process),
1179         (gst_rtp_vraw_depay_change_state),
1180         (gst_rtp_vraw_depay_plugin_init):
1181         * gst/rtp/gstrtpvrawdepay.h:
1182         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_get_type),
1183         (gst_rtp_vraw_pay_base_init), (gst_rtp_vraw_pay_class_init),
1184         (gst_rtp_vraw_pay_init), (gst_rtp_vraw_pay_finalize),
1185         (gst_rtp_vraw_pay_setcaps), (gst_rtp_vraw_pay_handle_buffer),
1186         (gst_rtp_vraw_pay_plugin_init):
1187         * gst/rtp/gstrtpvrawpay.h:
1188         Add raw video pay and depayloaders, see RFC4175.
1189
1190 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
1191
1192         * ext/libpng/gstpngdec.c:
1193         Don't return GST_FLOW_ERROR when buffer_alloc fails - return
1194         whatever it returned.
1195
1196 2008-06-29  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1197
1198         * gst/avi/avi-ids.h:
1199         Add vprp chunk related structures.
1200         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp),
1201         (gst_avi_demux_parse_stream):
1202         Parse optional vprp chunk and add calculated pixel-aspect-ratio
1203         to caps.  Fixes #539482.
1204         * gst/avi/gstavimux.h:
1205         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset),
1206         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_riff_get_avi_header):
1207         Add a vprp chunk if non-trival pixel-aspect-ratio provided in caps.
1208
1209 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1210
1211         * tests/check/elements/avimux.c: (check_avimux_pad):
1212         Adjust avimux unit test according to increased streamheader size.
1213
1214 2008-06-27  David Schleef  <ds@schleef.org>
1215
1216         * gst/qtdemux/qtdemux.c: Add Dirac stream type
1217
1218 2008-06-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1219
1220         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
1221         * gst/avi/gstavimux.h:
1222         Add 8 bytes to current streamheader to make for a complete one
1223         and to make more players happy.  Fixes #519460.
1224
1225 2008-06-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
1226
1227         * sys/v4l2/v4l2_calls.c::
1228           Don't include unused gstv4l2xoverlay.h. Fixes build
1229           in case where X11 headers are not installed.
1230
1231 2008-06-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1232
1233         * ext/dv/gstdv.c: (plugin_init):
1234         Fix compilation.
1235
1236 2008-06-26  Edward Hervey  <edward.hervey@collabora.co.uk>
1237
1238         * ext/dv/gstdv.c: (plugin_init):
1239         Marking rank of dvdec as GST_RANK_MARGINAL since it's the slowest
1240         DV decoder available.
1241         Fixes #532393
1242
1243 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1244
1245         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
1246         Call getsockname() after the call to bind() to get updated values
1247         for the port, etc. This fixes the usage of udpsrc on anonymous
1248         binding and it's usage by rtspsrc. Fixes bugs #539372, #539548.
1249         Thanks to Aurelien Grimaud for pointing out the obvious fix.
1250
1251 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1252
1253         * tests/check/pipelines/wavpack.c: (bus_handler):
1254         Remove workaround for a bug in identity that is fixed in 0.10.20.
1255
1256 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1257
1258         Patch by: Jason Donenfeld <BugZilla at zx2c4 dot com>
1259
1260         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb):
1261         Fix HTTP auth support with user/password passed via the URI.
1262         Fixes bug #540067.
1263
1264 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
1265
1266         * configure.ac:
1267           Depend on released versions of core and -base.
1268
1269 2008-06-23  Julien Moutte  <julien@fluendo.com>
1270
1271         * gst/matroska/matroska-demux.c:
1272         (gst_matroska_demux_read_track_encoding),
1273         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy
1274         format strings in macros. (makes it build on OS X again...)
1275
1276 2008-06-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1277
1278         * gst/rtp/gstrtptheorapay.c:
1279         * gst/udp/gstmultiudpsink.c:
1280           Added debug.
1281
1282 2008-06-20  Christian Schaller <christian.schaller@collabora.co.uk>
1283
1284         * configure.ac: switch v4l2src over to the normal build instead of
1285         being 'experimental'. Fixes bug #536831.
1286
1287 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
1288
1289         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
1290         Remove unused variable so that we can compile again.
1291
1292 2008-06-19  Peter Kjellerstedt  <pkj@axis.com>
1293
1294         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
1295         No need to check for audio/G723 and audio/32KADPCM here as they are
1296         no longer supported.
1297
1298 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
1299
1300         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
1301         (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad):
1302         Use G_GINT64_CONSTANT, this fixes the duration query on files without
1303         known length.
1304
1305 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
1306
1307         * gst/matroska/matroska-demux.c:
1308         (gst_matroska_demux_add_wvpk_header),
1309         (gst_matroska_demux_audio_caps):
1310         * gst/matroska/matroska-ids.h:
1311         Fix demuxing of WavPack files. Muxing is still broken.
1312
1313 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
1314
1315         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
1316         (gst_matroska_demux_add_mpeg_seq_header),
1317         (gst_matroska_demux_add_wvpk_header),
1318         (gst_matroska_demux_check_subtitle_buffer),
1319         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1320         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
1321         (gst_matroska_demux_subtitle_caps):
1322         * gst/matroska/matroska-ids.h:
1323         Add a "vfunc" to the track context for postprocessing frames and
1324         convert the wavpack and subtitle postprocessing to this vfunc.
1325         Copy buffer flags in those functions to the new buffers too.
1326
1327         Parse CodecState elements of Blocks.
1328
1329         Add a postprocessing function for MPEG video that adds the sequence
1330         header from the codec private data or codec state to the frames if
1331         it's not already there.
1332
1333 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
1334
1335         * gst/matroska/matroska-demux.c:
1336         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1337         If a gap of more than 1/2 second is found in one stream send a
1338         NEWSEGMENT event to not stall the pipeline if the gap is too large.
1339         This also fixes Matroska files where the first buffer doesn't start
1340         at timestamp 0. Fixes bug #429322.
1341
1342         The duration of a block is the default duration multiplied with the
1343         number of laces. Every lace is one frame and the default duration
1344         is the duration of one frame. This fixes playback of files that use
1345         lacing for some tracks.
1346
1347 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
1348
1349         * gst/matroska/matroska-demux.c:
1350         (gst_matroska_demux_parse_contents_seekentry):
1351         Update FIXME/TODOs and only ignore EOS at the central, important place
1352         instead of several places.
1353
1354 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
1355
1356         * gst/rtp/gstrtpg726pay.c:
1357         Fix caps, See #538891.
1358
1359 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
1360
1361         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1362         (gst_matroska_demux_stream_from_num),
1363         (gst_matroska_demux_encoding_cmp),
1364         (gst_matroska_demux_encoding_order_unique),
1365         (gst_matroska_demux_read_track_encoding),
1366         (gst_matroska_demux_read_track_encodings),
1367         (gst_matroska_demux_tracknumber_unique),
1368         (gst_matroska_demux_add_stream), (gst_matroska_demux_init_stream),
1369         (gst_matroska_demux_parse_tracks),
1370         (gst_matroska_demux_parse_index_cuetrack),
1371         (gst_matroska_demux_parse_index_pointentry),
1372         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
1373         (gst_matroska_demux_parse_metadata_id_simple_tag),
1374         (gst_matroska_demux_parse_metadata_id_tag),
1375         (gst_matroska_demux_parse_metadata),
1376         (gst_matroska_demux_parse_attached_file),
1377         (gst_matroska_demux_parse_attachments),
1378         (gst_matroska_demux_parse_chapters),
1379         (gst_matroska_demux_sync_streams), (gst_matroska_decode_buffer),
1380         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1381         (gst_matroska_demux_parse_cluster),
1382         (gst_matroska_demux_parse_contents_seekentry),
1383         (gst_matroska_demux_parse_contents),
1384         (gst_matroska_demux_loop_stream_parse_id),
1385         (gst_matroska_demux_loop):
1386         Improve debug output everywhere and fix the EOS logic.
1387
1388         Check the values of the ContentEncoding elements more strictly and
1389         don't use tracks for which it's invalid.
1390
1391         Check that the track number is unique for this stream.
1392
1393         Check that seek positions are below G_MAXINT64 as our seeks are
1394         int64-based and overflows will fail badly.
1395
1396         After seeks also don't push SimpleBlocks until the first one
1397         containing a keyframe is found. Before this was done only for normal
1398         Blocks.
1399
1400         Update some FIXME/TODOs.
1401         
1402         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
1403         (gst_ebml_read_utf8), (gst_ebml_read_header):
1404         Improve debug output.
1405
1406         * gst/matroska/matroska-ids.c:
1407         (gst_matroska_track_init_video_context):
1408         * gst/matroska/matroska-ids.h:
1409         * gst/matroska/matroska-mux.c:
1410         (gst_matroska_mux_video_pad_setcaps):
1411         Remove eye mode and don't parse it anymore. We can't use that
1412         information in GStreamer yet so it's useless.
1413
1414
1415 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
1416
1417         Patch by: Mersad Jelacic <mersad at axis dot com>
1418
1419         * gst/rtp/Makefile.am:
1420         * gst/rtp/gstrtp.c: (plugin_init):
1421         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init),
1422         (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init),
1423         (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process),
1424         (gst_rtp_g726_depay_plugin_init):
1425         * gst/rtp/gstrtpg726depay.h:
1426         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init),
1427         (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init),
1428         (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init):
1429         * gst/rtp/gstrtpg726pay.h:
1430         Added G726 pay/depayloaders. Fixes #538891.
1431
1432 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
1433
1434         * gst/rtsp/URLS:
1435         Some more urls.
1436
1437         * gst/smpte/barboxwipes.c:
1438         Add a comment
1439
1440         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
1441         Fix typo, add audioresample to the pipeline.
1442
1443 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
1444
1445         * ext/libmng/Makefile.am:
1446         * ext/libmng/gstmng.c: (plugin_init):
1447         * ext/libmng/gstmngdec.c: (gst_mng_dec_base_init),
1448         (gst_mng_dec_class_init), (gst_mng_dec_sink_setcaps),
1449         (gst_mng_dec_init), (gst_mng_dec_src_getcaps), (gst_mng_dec_loop),
1450         (gst_mng_dec_get_property), (gst_mng_dec_set_property),
1451         (mngdec_error), (mngdec_openstream), (mngdec_closestream),
1452         (gst_mng_dec_sink_event), (mngdec_readdata), (mngdec_settimer),
1453         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
1454         (gst_mng_dec_change_state):
1455         * ext/libmng/gstmngdec.h:
1456         * ext/libmng/gstmngenc.c: (gst_mng_enc_base_init),
1457         (gst_mng_enc_class_init), (gst_mng_enc_sink_setcaps),
1458         (gst_mng_enc_init), (gst_mng_enc_chain),
1459         (gst_mng_enc_get_property), (gst_mng_enc_set_property):
1460         * ext/libmng/gstmngenc.h:
1461         Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many
1462         bits ifdeffed out still.
1463
1464 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
1465
1466         * gst/matroska/matroska-demux.c: (gst_matroska_index_compare):
1467         When comparing index elements with the same time compare their
1468         block number.
1469
1470 2008-06-16  Tim-Philipp Müller  <tim.muller at collabora co uk>
1471
1472         * gst/matroska/matroska-demux.c:
1473           (gst_matroska_demux_parse_attached_file)
1474           Init variable to NULL to avoid compiler warning.
1475
1476 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
1477
1478         * gst/matroska/Makefile.am:
1479         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1480         (gst_matroska_demux_parse_attached_file),
1481         (gst_matroska_demux_parse_attachments),
1482         (gst_matroska_demux_parse_contents_seekentry),
1483         (gst_matroska_demux_loop_stream_parse_id):
1484         * gst/matroska/matroska-demux.h:
1485         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
1486         * gst/matroska/matroska-ids.h:
1487         * gst/matroska/matroska.c: (plugin_init):
1488         Parse Attachments and post them as GST_TAG_IMAGE if we detect
1489         it as image and otherwise as GST_TAG_ATTACHMENT. Include filename
1490         and description of the attachments in the caps. Fixes bug #537622.
1491
1492 2008-06-16  Wim Taymans  <wim.taymans@collabora.co.uk>
1493
1494         * ext/speex/gstspeexenc.c: (gst_speex_enc_mode_get_type),
1495         (gst_speex_enc_class_init), (gst_speex_enc_sink_getcaps),
1496         (gst_speex_enc_get_latency), (gst_speex_enc_get_query_types),
1497         (gst_speex_enc_src_query), (gst_speex_enc_init),
1498         (gst_speex_enc_setup), (gst_speex_enc_push_buffer),
1499         (gst_speex_enc_chain), (gst_speex_enc_get_property),
1500         (gst_speex_enc_set_property):
1501         Add mode property.
1502         Some cleanups, add more debug info.
1503         Add latency query.
1504
1505 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
1506
1507         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes):
1508         Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads.
1509         If we get less bytes than requested we can't do anything except doing
1510         our EOS logic.
1511
1512 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
1513
1514         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1515         (gst_matroskademux_do_index_seek),
1516         (gst_matroska_demux_parse_index_cuetrack),
1517         (gst_matroska_demux_parse_index_pointentry),
1518         (gst_matroska_index_compare), (gst_matroska_demux_parse_index),
1519         (gst_matroska_demux_parse_metadata):
1520         * gst/matroska/matroska-demux.h:
1521         * gst/matroska/matroska-ids.h:
1522         Use a GArray for storing the Cue (i.e. seek) information, store
1523         the CueTrackPositions for every track, store the block number
1524         and optimize searching in the array by sorting it after the last
1525         element was added.
1526
1527         Fix a small memory leak when trying to parse a tags element that was
1528         already parsed.
1529
1530 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
1531
1532         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
1533         (gst_matroska_mux_start), (gst_matroska_mux_finish),
1534         (gst_matroska_mux_write_data):
1535         * gst/matroska/matroska-mux.h:
1536         Don't write another SeekHead which indexes all Clusters to the end of
1537         the file. This isn't useful for anything and just increases filesize.
1538
1539 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
1540
1541         * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float):
1542         Prevent unaligned memory access when reading floats.
1543
1544 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
1545
1546         * gst/matroska/ebml-read.c:
1547         * gst/matroska/ebml-read.h:
1548         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1549         (gst_matroska_demux_parse_metadata):
1550         * gst/matroska/matroska-demux.h:
1551         Make sure that every Tags element is only parsed once and it's
1552         containing tags are only posted once.
1553
1554 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
1555
1556         * gst/matroska/ebml-read.c: (gst_ebml_peek_id),
1557         (gst_ebml_read_header):
1558         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
1559         (gst_matroska_demux_parse_tracks),
1560         (gst_matroska_demux_parse_index_cuetrack),
1561         (gst_matroska_demux_parse_index_pointentry),
1562         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
1563         (gst_matroska_demux_parse_metadata_id_simple_tag),
1564         (gst_matroska_demux_parse_metadata_id_tag),
1565         (gst_matroska_demux_parse_metadata),
1566         (gst_matroska_demux_parse_attachments),
1567         (gst_matroska_demux_parse_chapters),
1568         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1569         (gst_matroska_demux_parse_cluster),
1570         (gst_matroska_demux_parse_contents_seekentry),
1571         (gst_matroska_demux_parse_contents),
1572         (gst_matroska_demux_loop_stream_parse_id):
1573         Handle EBML elements like Void or CRC32 in the EbmlRead base class
1574         already. They're not useful in the matroska parser and only cause
1575         additional code.
1576
1577 2008-06-14  Sebastian Dröge  <slomo@circular-chaos.org>
1578
1579         * gst/matroska/ebml-read.c: (gst_ebml_level_free),
1580         (gst_ebml_finalize), (gst_ebml_read_change_state),
1581         (gst_ebml_read_element_level_up), (gst_ebml_read_master):
1582         * gst/matroska/matroska-demux.c:
1583         (gst_matroska_demux_parse_contents_seekentry):
1584         Reverse the level list as we usually are only interested in the
1585         first element or want to add a new first element. Having the
1586         first element stored at the end and calling g_list_last() and
1587         g_list_append() is more expensive.
1588
1589         Also use GSlice for allocating the GstEbmlLevel structs.
1590
1591 2008-06-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
1592
1593         * gst/debug/gsttaginject.c: (gst_tag_inject_finalize),
1594           (gst_tag_inject_class_init), (gst_tag_inject_init):
1595           Don't unref NULL taglist in finalize. Don't use c++ style
1596           comments.
1597
1598 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
1599
1600         * gst/matroska/matroska-demux.c:
1601         (gst_matroska_demux_parse_metadata_id_simple_tag):
1602         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag),
1603         (gst_matroska_mux_write_data):
1604         Use gst_value_serialize() and gst_value_deserialize() for transforming
1605         tags from some GType to a string and the other way around. The default
1606         transformations in GLib don't include transformations from string to
1607         number types.
1608
1609 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
1610
1611         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1612         (gst_matroska_demux_parse_tracks),
1613         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
1614         (gst_matroska_demux_parse_attachments),
1615         (gst_matroska_demux_parse_chapters),
1616         (gst_matroska_demux_parse_contents_seekentry),
1617         (gst_matroska_demux_loop_stream_parse_id):
1618         * gst/matroska/matroska-demux.h:
1619         Only parse Tracks, SeekHead and SegmentInfo elements once but allow
1620         Tags multiple times. The first ones can appear more than once but must
1621         contain the same content as the first for backup purposes so we ignore
1622         all but the first one. Tags can appear multiple times with different
1623         content.
1624
1625         Jump to all elements except Clusters that are available from a
1626         SeekHead to make it more likely to have all required informations
1627         before getting to the first Clusters.
1628
1629         Add dummy functions for parsing Attachments and Chapters.
1630
1631 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1632
1633         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
1634         (gst_udpsrc_create), (gst_udpsrc_set_property),
1635         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
1636         * gst/udp/gstudpsrc.h:
1637         Add property to control automatic join/leave of multicast groups.
1638         Add G_LIKELY.
1639         Remove setting caps on buffers explicitly, basesrc does that for us now.
1640         Improve debug info.
1641         Convert some non-fatal error into warnings.
1642         Use g_ntohs for better portability.
1643         Leave multicast groups when stopping.
1644         When using external sockets, use getsockname() on them to fill up the
1645         addr structure before calling methods that use the structure.
1646         Should all fix #536903.
1647         API: GstUDPSrc::auto-multicast property
1648
1649 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1650
1651         * gst/udp/gstudpnetutils.c: (gst_udp_is_multicast):
1652         Use g_ntohl for better portability.
1653
1654 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1655
1656         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
1657         (gst_multiudpsink_remove):
1658         Fix a typo and do some small cleanups.
1659
1660 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1661
1662         Patch by: Olivier Crete <tester at tester dot ca>
1663
1664         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
1665         Make the delivery-method mandatory on the caps and only accept inline
1666         for now.
1667         Reverse strcmp checks for delivery-method.
1668
1669         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
1670         Make delivery method optional when parsing caps and note this in the
1671         caps.
1672         Reverse strcmp checks for delivery-method.
1673
1674         * gst/rtp/gstrtpvorbispay.c:
1675         Update a comment to note that the delivery-method is optional, 
1676         Fixes #537675.
1677
1678 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
1679
1680         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_mcast):
1681         Set udpsrc for receiving data from multicast groups to PAUSED instead of
1682         leaving them in READY. Fixes #537832.
1683
1684 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
1685
1686         * gst/avi/gstavimux.c:
1687           Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME
1688           for a random constant in tagmuxing code.
1689
1690 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
1691
1692         * gst/debug/gsttaginject.c:
1693         * gst/debug/gsttaginject.h:
1694           Now actually adding the new element.
1695
1696 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
1697
1698         * docs/plugins/Makefile.am:
1699         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1700         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1701         * docs/plugins/gst-plugins-good-plugins.args:
1702         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1703         * docs/plugins/gst-plugins-good-plugins.interfaces:
1704         * docs/plugins/gst-plugins-good-plugins.prerequisites:
1705         * docs/plugins/inspect/plugin-aasink.xml:
1706         * docs/plugins/inspect/plugin-alaw.xml:
1707         * docs/plugins/inspect/plugin-alpha.xml:
1708         * docs/plugins/inspect/plugin-alphacolor.xml:
1709         * docs/plugins/inspect/plugin-annodex.xml:
1710         * docs/plugins/inspect/plugin-apetag.xml:
1711         * docs/plugins/inspect/plugin-audiofx.xml:
1712         * docs/plugins/inspect/plugin-auparse.xml:
1713         * docs/plugins/inspect/plugin-autodetect.xml:
1714         * docs/plugins/inspect/plugin-avi.xml:
1715         * docs/plugins/inspect/plugin-cacasink.xml:
1716         * docs/plugins/inspect/plugin-cairo.xml:
1717         * docs/plugins/inspect/plugin-cdio.xml:
1718         * docs/plugins/inspect/plugin-cutter.xml:
1719         * docs/plugins/inspect/plugin-debug.xml:
1720         * docs/plugins/inspect/plugin-dv.xml:
1721         * docs/plugins/inspect/plugin-efence.xml:
1722         * docs/plugins/inspect/plugin-effectv.xml:
1723         * docs/plugins/inspect/plugin-equalizer.xml:
1724         * docs/plugins/inspect/plugin-esdsink.xml:
1725         * docs/plugins/inspect/plugin-flac.xml:
1726         * docs/plugins/inspect/plugin-flxdec.xml:
1727         * docs/plugins/inspect/plugin-gamma.xml:
1728         * docs/plugins/inspect/plugin-gconfelements.xml:
1729         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
1730         * docs/plugins/inspect/plugin-goom.xml:
1731         * docs/plugins/inspect/plugin-goom2k1.xml:
1732         * docs/plugins/inspect/plugin-halelements.xml:
1733         * docs/plugins/inspect/plugin-icydemux.xml:
1734         * docs/plugins/inspect/plugin-id3demux.xml:
1735         * docs/plugins/inspect/plugin-jpeg.xml:
1736         * docs/plugins/inspect/plugin-level.xml:
1737         * docs/plugins/inspect/plugin-matroska.xml:
1738         * docs/plugins/inspect/plugin-monoscope.xml:
1739         * docs/plugins/inspect/plugin-mulaw.xml:
1740         * docs/plugins/inspect/plugin-multifile.xml:
1741         * docs/plugins/inspect/plugin-multipart.xml:
1742         * docs/plugins/inspect/plugin-navigationtest.xml:
1743         * docs/plugins/inspect/plugin-ossaudio.xml:
1744         * docs/plugins/inspect/plugin-png.xml:
1745         * docs/plugins/inspect/plugin-quicktime.xml:
1746         * docs/plugins/inspect/plugin-rtp.xml:
1747         * docs/plugins/inspect/plugin-rtsp.xml:
1748         * docs/plugins/inspect/plugin-smpte.xml:
1749         * docs/plugins/inspect/plugin-soup.xml:
1750         * docs/plugins/inspect/plugin-spectrum.xml:
1751         * docs/plugins/inspect/plugin-speex.xml:
1752         * docs/plugins/inspect/plugin-taglib.xml:
1753         * docs/plugins/inspect/plugin-udp.xml:
1754         * docs/plugins/inspect/plugin-video4linux2.xml:
1755         * docs/plugins/inspect/plugin-videobalance.xml:
1756         * docs/plugins/inspect/plugin-videobox.xml:
1757         * docs/plugins/inspect/plugin-videocrop.xml:
1758         * docs/plugins/inspect/plugin-videoflip.xml:
1759         * docs/plugins/inspect/plugin-videomixer.xml:
1760         * docs/plugins/inspect/plugin-wavenc.xml:
1761         * docs/plugins/inspect/plugin-wavpack.xml:
1762         * docs/plugins/inspect/plugin-wavparse.xml:
1763         * docs/plugins/inspect/plugin-ximagesrc.xml:
1764         * gst/debug/Makefile.am:
1765         * gst/debug/breakmydata.c:
1766         * gst/debug/efence.c:
1767         * gst/debug/gstdebug.c:
1768         * gst/debug/gstnavseek.c:
1769         * gst/debug/gstpushfilesrc.c:
1770         * gst/debug/gstpushfilesrc.h:
1771         * gst/debug/negotiation.c:
1772         * gst/debug/progressreport.c:
1773         * gst/debug/progressreport.h:
1774         * gst/debug/rndbuffersize.c:
1775         * gst/debug/testplugin.c:
1776           Remove dummy plugin_init. Remove some undefined entries from doc-
1777           section file. Add taginject element and rebuild docs for it.
1778
1779 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
1780
1781         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
1782         (gst_matroska_mux_release_pad), (gst_matroska_mux_write_data):
1783         Update the counter for the number of streams when pads are added or
1784         removed. This will make sure that a seek table is generated for
1785         files with just one audio stream.
1786
1787 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
1788
1789         * gst/matroska/matroska-demux.c:
1790         (gst_matroska_demux_parse_metadata_id_simple_tag):
1791         * gst/matroska/matroska-ids.h:
1792         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag):
1793         Add some more tags, improve debugging a bit and make sure that
1794         GValue transformation has succeeded before using the result
1795         as a tag.
1796
1797 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
1798
1799         Patch by: Olivier Crete <tester at tester dot ca>
1800
1801         * gst/rtp/gstrtptheorapay.c:
1802         The Theora RTP payloader only supports the "inline" delievery method
1803         so let's declare this on the caps of the static pad template.
1804         Fixes bug #537675.
1805
1806 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
1807
1808         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
1809         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues):
1810         Remove bogus check.
1811
1812 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
1813
1814         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
1815         (gst_videomixer_blend_buffers):
1816         Use stream_time to synchronize the object properties.
1817         Use running_time of the master pad to timestamp outgoing buffers.
1818         Fix the initial segment event to extend an unknown amount of time.
1819         Fixes #537361.
1820
1821 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
1822
1823         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
1824         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
1825         (gst_avi_demux_calculate_durations_from_index),
1826         (gst_avi_demux_stream_header_push),
1827         (gst_avi_demux_stream_header_pull):
1828         Try to ignore unparsable/unknown streams and give a warning instead of
1829         erroring out. Fixes #537377.
1830
1831 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
1832
1833         * gst/matroska/ebml-write.c: (gst_ebml_write_float):
1834         Use GDOUBLE_TO_BE() instead of (probably slower) custom code.
1835
1836         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
1837         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
1838         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
1839         (gst_matroska_demux_read_track_encodings),
1840         (gst_matroska_demux_add_stream),
1841         (gst_matroska_demux_handle_src_query),
1842         (gst_matroska_demux_init_stream),
1843         (gst_matroska_demux_parse_index_cuetrack),
1844         (gst_matroska_demux_parse_index_pointentry),
1845         (gst_matroska_demux_parse_info),
1846         (gst_matroska_demux_parse_metadata_id_simple_tag),
1847         (gst_matroska_demux_parse_metadata),
1848         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
1849         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1850         (gst_matroska_demux_parse_cluster),
1851         (gst_matroska_demux_parse_contents_seekentry),
1852         (gst_matroska_demux_loop_stream_parse_id),
1853         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
1854         (gst_matroska_demux_audio_caps),
1855         (gst_matroska_demux_subtitle_caps):
1856         * gst/matroska/matroska-demux.h:
1857         * gst/matroska/matroska-ids.c:
1858         (gst_matroska_track_init_subtitle_context):
1859         * gst/matroska/matroska-ids.h:
1860         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
1861         (gst_matroska_mux_class_init), (gst_matroska_mux_init),
1862         (gst_matroska_mux_create_uid), (gst_matroska_mux_reset),
1863         (gst_matroska_mux_video_pad_setcaps),
1864         (gst_matroska_mux_audio_pad_setcaps),
1865         (gst_matroska_mux_subtitle_pad_setcaps),
1866         (gst_matroska_mux_request_new_pad),
1867         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
1868         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
1869         (gst_matroska_mux_write_data), (gst_matroska_mux_collected),
1870         (gst_matroska_mux_set_property):
1871         Add many FIXMEs/TODOs all over the matroska muxer and demuxer
1872         elements, do some checks for valid values in the demuxer, handle
1873         tracktimecodescale in the demuxer, set correct default values for all
1874         settings in the demuxer, review and add all missing matroska
1875         IDs and some more raw YUV formats, and some trivial cleanup.
1876
1877 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
1878
1879         * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init),
1880         (gst_pulsemixer_class_init):
1881         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
1882         (gst_pulsesink_class_init), (gst_pulsesink_prepare):
1883         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
1884         (gst_pulsesrc_base_init), (gst_pulsesrc_class_init),
1885         (gst_pulsesrc_prepare):
1886         Some smaller cleanup. Use G_PARAM_STATIC_STRINGS,
1887         gst_element_class_set_details_simple() and fix coding style a bit
1888         more.
1889
1890 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
1891
1892         * docs/plugins/Makefile.am:
1893         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1894         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1895         * docs/plugins/gst-plugins-good-plugins.args:
1896         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1897         * docs/plugins/gst-plugins-good-plugins.interfaces:
1898         * docs/plugins/gst-plugins-good-plugins.prerequisites:
1899         * docs/plugins/inspect/plugin-aasink.xml:
1900         * docs/plugins/inspect/plugin-alaw.xml:
1901         * docs/plugins/inspect/plugin-alpha.xml:
1902         * docs/plugins/inspect/plugin-alphacolor.xml:
1903         * docs/plugins/inspect/plugin-annodex.xml:
1904         * docs/plugins/inspect/plugin-apetag.xml:
1905         * docs/plugins/inspect/plugin-audiofx.xml:
1906         * docs/plugins/inspect/plugin-auparse.xml:
1907         * docs/plugins/inspect/plugin-autodetect.xml:
1908         * docs/plugins/inspect/plugin-avi.xml:
1909         * docs/plugins/inspect/plugin-cacasink.xml:
1910         * docs/plugins/inspect/plugin-cairo.xml:
1911         * docs/plugins/inspect/plugin-cdio.xml:
1912         * docs/plugins/inspect/plugin-cutter.xml:
1913         * docs/plugins/inspect/plugin-debug.xml:
1914         * docs/plugins/inspect/plugin-dv.xml:
1915         * docs/plugins/inspect/plugin-efence.xml:
1916         * docs/plugins/inspect/plugin-effectv.xml:
1917         * docs/plugins/inspect/plugin-equalizer.xml:
1918         * docs/plugins/inspect/plugin-esdsink.xml:
1919         * docs/plugins/inspect/plugin-flac.xml:
1920         * docs/plugins/inspect/plugin-flxdec.xml:
1921         * docs/plugins/inspect/plugin-gamma.xml:
1922         * docs/plugins/inspect/plugin-gconfelements.xml:
1923         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
1924         * docs/plugins/inspect/plugin-goom.xml:
1925         * docs/plugins/inspect/plugin-goom2k1.xml:
1926         * docs/plugins/inspect/plugin-halelements.xml:
1927         * docs/plugins/inspect/plugin-icydemux.xml:
1928         * docs/plugins/inspect/plugin-id3demux.xml:
1929         * docs/plugins/inspect/plugin-jpeg.xml:
1930         * docs/plugins/inspect/plugin-level.xml:
1931         * docs/plugins/inspect/plugin-matroska.xml:
1932         * docs/plugins/inspect/plugin-monoscope.xml:
1933         * docs/plugins/inspect/plugin-mulaw.xml:
1934         * docs/plugins/inspect/plugin-multifile.xml:
1935         * docs/plugins/inspect/plugin-multipart.xml:
1936         * docs/plugins/inspect/plugin-navigationtest.xml:
1937         * docs/plugins/inspect/plugin-ossaudio.xml:
1938         * docs/plugins/inspect/plugin-png.xml:
1939         * docs/plugins/inspect/plugin-pulseaudio.xml:
1940         * docs/plugins/inspect/plugin-quicktime.xml:
1941         * docs/plugins/inspect/plugin-rtp.xml:
1942         * docs/plugins/inspect/plugin-rtsp.xml:
1943         * docs/plugins/inspect/plugin-smpte.xml:
1944         * docs/plugins/inspect/plugin-soup.xml:
1945         * docs/plugins/inspect/plugin-spectrum.xml:
1946         * docs/plugins/inspect/plugin-speex.xml:
1947         * docs/plugins/inspect/plugin-taglib.xml:
1948         * docs/plugins/inspect/plugin-udp.xml:
1949         * docs/plugins/inspect/plugin-video4linux2.xml:
1950         * docs/plugins/inspect/plugin-videobalance.xml:
1951         * docs/plugins/inspect/plugin-videobox.xml:
1952         * docs/plugins/inspect/plugin-videocrop.xml:
1953         * docs/plugins/inspect/plugin-videoflip.xml:
1954         * docs/plugins/inspect/plugin-videomixer.xml:
1955         * docs/plugins/inspect/plugin-wavenc.xml:
1956         * docs/plugins/inspect/plugin-wavpack.xml:
1957         * docs/plugins/inspect/plugin-wavparse.xml:
1958         * docs/plugins/inspect/plugin-ximagesrc.xml:
1959         * ext/pulse/plugin.c:
1960         * ext/pulse/pulsemixer.c:
1961         * ext/pulse/pulsesink.c:
1962         * ext/pulse/pulsesrc.c:
1963         Add documentation to the pulseaudio plugin and run make update
1964         in docs/plugins.
1965
1966 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
1967
1968         Patch by: Brian Cameron <brian.cameron at sun dot com>
1969
1970         * sys/sunaudio/gstsunaudiomixerctrl.c:
1971         (gst_sunaudiomixer_ctrl_get_volume),
1972         (gst_sunaudiomixer_ctrl_set_volume):
1973         Improvements for the SunAudio mixer by handling mute as no gain
1974         for tracks that have a gain property but no mute property.
1975         Fixes bug #536067.
1976
1977 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
1978
1979         * configure.ac:
1980         * ext/pulse/Makefile.am:
1981         * ext/pulse/plugin.c: (plugin_init):
1982         * ext/pulse/pulsemixer.c: (gst_pulsemixer_interface_supported),
1983         (gst_pulsemixer_implements_interface_init),
1984         (gst_pulsemixer_init_interfaces), (gst_pulsemixer_base_init),
1985         (gst_pulsemixer_class_init), (gst_pulsemixer_init),
1986         (gst_pulsemixer_finalize), (gst_pulsemixer_set_property),
1987         (gst_pulsemixer_get_property), (gst_pulsemixer_change_state):
1988         * ext/pulse/pulsemixer.h:
1989         * ext/pulse/pulsemixerctrl.c:
1990         (gst_pulsemixer_ctrl_context_state_cb),
1991         (gst_pulsemixer_ctrl_sink_info_cb),
1992         (gst_pulsemixer_ctrl_source_info_cb),
1993         (gst_pulsemixer_ctrl_subscribe_cb),
1994         (gst_pulsemixer_ctrl_success_cb), (gst_pulsemixer_ctrl_open),
1995         (gst_pulsemixer_ctrl_close), (gst_pulsemixer_ctrl_new),
1996         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_list_tracks),
1997         (gst_pulsemixer_ctrl_timeout_event), (restart_time_event),
1998         (gst_pulsemixer_ctrl_set_volume), (gst_pulsemixer_ctrl_get_volume),
1999         (gst_pulsemixer_ctrl_set_record), (gst_pulsemixer_ctrl_set_mute):
2000         * ext/pulse/pulsemixerctrl.h:
2001         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_class_init),
2002         (gst_pulsemixer_track_init), (gst_pulsemixer_track_new):
2003         * ext/pulse/pulsemixertrack.h:
2004         * ext/pulse/pulseprobe.c: (gst_pulseprobe_context_state_cb),
2005         (gst_pulseprobe_sink_info_cb), (gst_pulseprobe_source_info_cb),
2006         (gst_pulseprobe_invalidate), (gst_pulseprobe_open),
2007         (gst_pulseprobe_enumerate), (gst_pulseprobe_close),
2008         (gst_pulseprobe_new), (gst_pulseprobe_free),
2009         (gst_pulseprobe_get_properties), (gst_pulseprobe_needs_probe),
2010         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values),
2011         (gst_pulseprobe_set_server):
2012         * ext/pulse/pulseprobe.h:
2013         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
2014         (gst_pulsesink_class_init), (gst_pulsesink_init),
2015         (gst_pulsesink_destroy_stream), (gst_pulsesink_destroy_context),
2016         (gst_pulsesink_finalize), (gst_pulsesink_dispose),
2017         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
2018         (gst_pulsesink_context_state_cb), (gst_pulsesink_stream_state_cb),
2019         (gst_pulsesink_stream_request_cb),
2020         (gst_pulsesink_stream_latency_update_cb), (gst_pulsesink_open),
2021         (gst_pulsesink_close), (gst_pulsesink_prepare),
2022         (gst_pulsesink_unprepare), (gst_pulsesink_write),
2023         (gst_pulsesink_delay), (gst_pulsesink_success_cb),
2024         (gst_pulsesink_reset), (gst_pulsesink_change_title),
2025         (gst_pulsesink_event), (gst_pulsesink_get_type):
2026         * ext/pulse/pulsesink.h:
2027         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
2028         (gst_pulsesrc_implements_interface_init),
2029         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_base_init),
2030         (gst_pulsesrc_class_init), (gst_pulsesrc_init),
2031         (gst_pulsesrc_destroy_stream), (gst_pulsesrc_destroy_context),
2032         (gst_pulsesrc_finalize), (gst_pulsesrc_dispose),
2033         (gst_pulsesrc_set_property), (gst_pulsesrc_get_property),
2034         (gst_pulsesrc_context_state_cb), (gst_pulsesrc_stream_state_cb),
2035         (gst_pulsesrc_stream_request_cb), (gst_pulsesrc_open),
2036         (gst_pulsesrc_close), (gst_pulsesrc_prepare),
2037         (gst_pulsesrc_unprepare), (gst_pulsesrc_read),
2038         (gst_pulsesrc_delay), (gst_pulsesrc_change_state),
2039         (gst_pulsesrc_get_type):
2040         * ext/pulse/pulsesrc.h:
2041         * ext/pulse/pulseutil.c: (gst_pulse_fill_sample_spec),
2042         (gst_pulse_client_name), (gst_pulse_gst_to_channel_map):
2043         * ext/pulse/pulseutil.h:
2044         Add pulseaudio GStreamer element from gst-pulse. Development will
2045         continue here instead of pulseaudio SVN. Fixes bug #400679.
2046         Only changes over gst-pulse SVN are added copyright to the top of
2047         files and coding style changes.
2048
2049 2008-06-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
2050
2051         Patch by: Benjamin Kampmann  <benjamin at fluendo dot com>
2052
2053         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
2054           (gst_cdio_add_cdtext_album_tags):
2055         * ext/cdio/gstcdio.h:
2056         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
2057           Also extract album title and album genre from CD-TEXT if
2058           available (#537021).
2059
2060 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
2061
2062         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2063
2064         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
2065         Improve negotiation a bit more by picking the smallest possible
2066         resolution that is larger than the resolution specified in the
2067         first caps entry of the peer caps. Fixes bug #536994.
2068
2069 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
2070
2071         Patch by: Bastien Nocera <hadess at hadess dot net>
2072
2073         * sys/v4l2/gstv4l2vidorient.c:
2074         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
2075         Fix compilation with newer GIT kernels that deprecated
2076         V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
2077
2078 2008-06-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
2079
2080         * configure.ac:
2081         * ext/cdio/gstcdio.c:
2082         * ext/cdio/gstcdio.h:
2083         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
2084           Require libcdio >= 0.76.
2085
2086 2008-06-05  Thijs Vermeir  <thijsvermeir@gmail.com>
2087
2088         * gst/avi/gstavidemux.c:
2089         Catch UNEXPECTED when downstream has reached end of
2090         segment in reverse mode.
2091
2092 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
2093
2094         * gst/avi/gstavidemux.c:
2095         Fix typo in comment
2096
2097 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
2098
2099         * gst/avi/gstavidemux.c:
2100         Because we don't know the frame order we need to push till
2101         the next keyframe
2102
2103 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2104
2105         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2106
2107         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
2108         (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
2109         Provide a custom negotiation function to make sure to pick the highest
2110         possible framerate and resolution. Fixes bug #536646.
2111
2112 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
2113
2114         * gst/avi/gstavidemux.c:
2115         Set EOS when going out of the segment in reverse playback
2116
2117 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2118
2119         * ext/taglib/Makefile.am::
2120           Add -Wno-attributes to CXXFLAGS to suppress warning caused by
2121           taglib headers (with gcc 4.3.1).
2122
2123 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2124
2125         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
2126         Use the new gst_rtsp_connection_get_ip() to access the IP address
2127         of a GstRTSPConnection since it is a private member.
2128
2129 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2130
2131         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
2132         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
2133           Use new utility functions in libgsttag to process coverart (#512333).
2134
2135 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2136
2137         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
2138         We actually support left/side, right/side and mid/side files. The
2139         conversion to normal, interleaved stereo is done by libflac.
2140
2141 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2142
2143         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
2144         (gst_ebml_write_set_cache):
2145         Unref the write cache in finalize if it was set and add add "FIXME"
2146         to a comment that needs it.
2147
2148 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2149
2150         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
2151
2152         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
2153         (gst_avi_demux_index_prev), (gst_avi_demux_index_entry_for_time),
2154         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
2155         (gst_avi_demux_process_next_entry):
2156         * gst/avi/gstavidemux.h:
2157         Implement reverse playback. Fixes #535300.
2158         Small cleanups.
2159
2160 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
2161
2162         * gst/videomixer/videomixer.c: (gst_videomixer_query_duration),
2163         (gst_videomixer_query_latency):
2164         When using gst_element_iterate_pads() one has to unref every pad
2165         after usage.
2166
2167 2008-05-31  Edward Hervey  <edward.hervey@collabora.co.uk>
2168
2169         Patch by: Bastien Nocera <hadess at hadess dot net>
2170         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
2171         (qtdemux_parse_udta):
2172         * gst/qtdemux/qtdemux_fourcc.h:
2173         Improve meta-data handling, add 'comment', 'description' and
2174         'copyright' tag handling.
2175         Fixes #535935
2176
2177 2008-05-31  Julien Moutte  <julien@fluendo.com>
2178
2179         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
2180         (gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
2181         (gst_qtdemux_seek_to_previous_keyframe),
2182         (gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
2183         we don't clip the segment's stop using the main segment duration as
2184         that could crop quite some video frames. Make reverse playback support
2185         more robust and support edit lists. Support seeking to the last frame,
2186         and fix reverse looping playback. Add some debugging.
2187         * win32/common/config.h: Updated.
2188
2189 2008-05-31  Sebastian Dröge  <slomo@circular-chaos.org>
2190
2191         * gst/equalizer/gstiirequalizer.c:
2192         (gst_iir_equalizer_transform_ip):
2193         Don't clip float/double samples, correctly unset passthrough mode
2194         and use better rounding for integer samples.
2195
2196 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
2197
2198         * gst/equalizer/gstiirequalizer.c:
2199         (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
2200         (setup_filter), (set_passthrough), (update_coefficients),
2201         (gst_iir_equalizer_compute_frequencies),
2202         (gst_iir_equalizer_transform_ip):
2203         * gst/equalizer/gstiirequalizer.h:
2204         Update the filter coefficients only when needed in the transform_ip
2205         function and correctly set the element into passthrough mode if the
2206         gain of all bands is 0.
2207
2208 2008-05-29  Wim Taymans  <wim.taymans@collabora.co.uk>
2209
2210         Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
2211
2212         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
2213         (gst_alpha_set_property), (gst_alpha_get_property),
2214         (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
2215         Try to skip pixels or areas that are too dark or too bright for us to do
2216         meaningfull color detection.
2217         Added properties to control the sensitivity to light and darkness.
2218         Added some small cleanups. Fixes #512345.
2219
2220 2008-05-28  Jan Schmidt  <jan.schmidt@sun.com>
2221
2222         * docs/plugins/.cvsignore:
2223         * tests/check/elements/.cvsignore:
2224         Ignore some more generated things
2225
2226         * tests/check/Makefile.am:
2227         Ignore OSS elements in the state changes test too.
2228
2229 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2230
2231         * docs/plugins/Makefile.am:
2232         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2233         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2234         Add SMPTE effect elements to docs.
2235
2236 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
2237
2238         * docs/plugins/Makefile.am:
2239         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2240         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2241         * ext/raw1394/gstdv1394src.c:
2242           Document whats first shown on the fdo plugin docs page :)
2243
2244 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
2245
2246         * docs/plugins/Makefile.am:
2247         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2248         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2249         * docs/plugins/gst-plugins-good-plugins.args:
2250         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2251         * docs/plugins/inspect/plugin-audiofx.xml:
2252         * gst/audiofx/Makefile.am:
2253         * gst/audiofx/audiofx.c:
2254         * gst/audiofx/audiokaraoke.c:
2255         * gst/audiofx/audiokaraoke.h:
2256         * gst/audiofx/audiovoice.c:
2257         * gst/audiofx/audiovoice.h:
2258           Rename audiovoice to audiokaraoke and add it to the docs.
2259
2260 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
2261
2262         * REQUIREMENTS:
2263         * docs/plugins/Makefile.am:
2264         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2265         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2266         * docs/plugins/gst-plugins-good-plugins.args:
2267         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2268         * docs/plugins/gst-plugins-good-plugins.interfaces:
2269         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2270         * docs/plugins/inspect/plugin-aasink.xml:
2271         * docs/plugins/inspect/plugin-alaw.xml:
2272         * docs/plugins/inspect/plugin-alpha.xml:
2273         * docs/plugins/inspect/plugin-alphacolor.xml:
2274         * docs/plugins/inspect/plugin-annodex.xml:
2275         * docs/plugins/inspect/plugin-apetag.xml:
2276         * docs/plugins/inspect/plugin-audiofx.xml:
2277         * docs/plugins/inspect/plugin-auparse.xml:
2278         * docs/plugins/inspect/plugin-autodetect.xml:
2279         * docs/plugins/inspect/plugin-avi.xml:
2280         * docs/plugins/inspect/plugin-cacasink.xml:
2281         * docs/plugins/inspect/plugin-cairo.xml:
2282         * docs/plugins/inspect/plugin-cdio.xml:
2283         * docs/plugins/inspect/plugin-cutter.xml:
2284         * docs/plugins/inspect/plugin-debug.xml:
2285         * docs/plugins/inspect/plugin-dv.xml:
2286         * docs/plugins/inspect/plugin-efence.xml:
2287         * docs/plugins/inspect/plugin-effectv.xml:
2288         * docs/plugins/inspect/plugin-equalizer.xml:
2289         * docs/plugins/inspect/plugin-esdsink.xml:
2290         * docs/plugins/inspect/plugin-flac.xml:
2291         * docs/plugins/inspect/plugin-flxdec.xml:
2292         * docs/plugins/inspect/plugin-gamma.xml:
2293         * docs/plugins/inspect/plugin-gconfelements.xml:
2294         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2295         * docs/plugins/inspect/plugin-goom.xml:
2296         * docs/plugins/inspect/plugin-goom2k1.xml:
2297         * docs/plugins/inspect/plugin-halelements.xml:
2298         * docs/plugins/inspect/plugin-icydemux.xml:
2299         * docs/plugins/inspect/plugin-id3demux.xml:
2300         * docs/plugins/inspect/plugin-jpeg.xml:
2301         * docs/plugins/inspect/plugin-level.xml:
2302         * docs/plugins/inspect/plugin-matroska.xml:
2303         * docs/plugins/inspect/plugin-monoscope.xml:
2304         * docs/plugins/inspect/plugin-mulaw.xml:
2305         * docs/plugins/inspect/plugin-multifile.xml:
2306         * docs/plugins/inspect/plugin-multipart.xml:
2307         * docs/plugins/inspect/plugin-navigationtest.xml:
2308         * docs/plugins/inspect/plugin-ossaudio.xml:
2309         * docs/plugins/inspect/plugin-png.xml:
2310         * docs/plugins/inspect/plugin-quicktime.xml:
2311         * docs/plugins/inspect/plugin-rtp.xml:
2312         * docs/plugins/inspect/plugin-rtsp.xml:
2313         * docs/plugins/inspect/plugin-smpte.xml:
2314         * docs/plugins/inspect/plugin-soup.xml:
2315         * docs/plugins/inspect/plugin-spectrum.xml:
2316         * docs/plugins/inspect/plugin-speex.xml:
2317         * docs/plugins/inspect/plugin-taglib.xml:
2318         * docs/plugins/inspect/plugin-udp.xml:
2319         * docs/plugins/inspect/plugin-video4linux2.xml:
2320         * docs/plugins/inspect/plugin-videobalance.xml:
2321         * docs/plugins/inspect/plugin-videobox.xml:
2322         * docs/plugins/inspect/plugin-videocrop.xml:
2323         * docs/plugins/inspect/plugin-videoflip.xml:
2324         * docs/plugins/inspect/plugin-videomixer.xml:
2325         * docs/plugins/inspect/plugin-wavenc.xml:
2326         * docs/plugins/inspect/plugin-wavpack.xml:
2327         * docs/plugins/inspect/plugin-wavparse.xml:
2328         * docs/plugins/inspect/plugin-ximagesrc.xml:
2329         * ext/aalib/gstaasink.c:
2330         * ext/libcaca/gstcacasink.c:
2331           Document aasink and cacasink.
2332
2333 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
2334
2335         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
2336         (gst_videomixer_init), (gst_videomixer_query_duration),
2337         (gst_videomixer_query_latency), (gst_videomixer_query),
2338         (gst_videomixer_blend_buffers):
2339         * gst/videomixer/videomixer.h:
2340         Implement position (in time), duration and latency queries.
2341
2342 2008-05-27  Edward Hervey  <edward.hervey@collabora.co.uk>
2343
2344         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
2345         (gst_videomixer_init), (gst_videomixer_request_new_pad),
2346         (gst_videomixer_fill_queues), (forward_event_func),
2347         (forward_event), (gst_videomixer_src_event),
2348         (gst_videomixer_sink_event):
2349         * gst/videomixer/videomixer.h:
2350         Implement proper seek/newsegment handling.
2351         Based on adder's implementation.
2352         Fixes #535121
2353
2354 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2355
2356         Patch by: Jan Gerber <j at oil21 dot org>
2357
2358         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2359         Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481.
2360
2361 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2362
2363         * gst/audiofx/Makefile.am:
2364         * gst/audiofx/audiofx.c: (plugin_init):
2365         * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
2366         (gst_audio_voice_class_init), (gst_audio_voice_init),
2367         (update_filter), (gst_audio_voice_set_property),
2368         (gst_audio_voice_get_property), (gst_audio_voice_setup),
2369         (gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
2370         (gst_audio_voice_transform_ip):
2371         * gst/audiofx/audiovoice.h:
2372         Add simple voice removal element. Yay karaoke.
2373
2374 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2375
2376         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
2377
2378         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2379         Fix potential caps leak.
2380         If we can't get the framerate with an ioctl, try to get it with the
2381         current norm. Fixes #520092.
2382
2383 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2384
2385         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
2386
2387         * sys/v4l2/v4l2src_calls.c:
2388         (gst_v4l2src_probe_caps_for_format_and_size):
2389         If we fail to get the frame intervals, simply don't touch the framerates
2390         on the template caps instead of discarding the format. See #520092.
2391
2392 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2393
2394         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
2395
2396         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
2397         (gst_v4l2_get_caps_info):
2398         Add NV12, NV21 and bayer support. See #520092.
2399
2400 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2401
2402         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
2403         (gst_qtdemux_activate_segment):
2404         Unbreak segment activation again. Fixes #531672.
2405
2406 2008-05-25  Sebastian Dröge  <slomo@circular-chaos.org>
2407
2408         * ext/flac/Makefile.am:
2409         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
2410         Set the channel layout when decoding FLAC files with more than 2
2411         channels as defined by the FLAC spec. Fixes bug #534570.
2412
2413         Also don't try to decode left/side, right/side and mid/side files
2414         as we don't support this at all.
2415
2416 2008-05-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
2417
2418         * configure.ac:
2419           We need -base CVS (rtsp).
2420
2421 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
2422
2423         * gst/udp/Makefile.am:
2424           Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY
2425           when including netdb.h when building against glibc >= 2.8.
2426
2427 2008-05-22  Julien Moutte  <julien@fluendo.com>
2428
2429         * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix
2430         debug statement arguments.
2431         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp):
2432         * gst/udp/gstudpnetutils.c: (gst_udp_join_group),
2433         (gst_udp_leave_group): Fix IP and IPV6 options to make it work
2434         on more platforms.
2435
2436 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2437
2438         * tests/check/elements/avimux.c: (setup_src_pad),
2439         (teardown_src_pad):
2440         * tests/check/elements/icydemux.c: (icydemux_found_pad),
2441         (GST_START_TEST):
2442         * tests/check/elements/matroskamux.c: (setup_src_pad),
2443         (teardown_src_pad), (setup_sink_pad), (teardown_sink_pad):
2444         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
2445         (GST_START_TEST):
2446         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
2447         (setup_wavpackparse), (cleanup_wavpackparse):
2448         Don't use gst_element_get_pad(), it's a bad, bad method.
2449
2450 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2451
2452         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
2453         (do_toggle_element):
2454         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
2455         (do_toggle_element):
2456         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
2457         (do_toggle_element):
2458         * ext/gconf/gstswitchsink.c: (gst_switch_commit_new_kid):
2459         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_reset),
2460         (do_toggle_element):
2461         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_reset),
2462         (do_toggle_element):
2463         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
2464         (gst_auto_audio_sink_detect):
2465         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
2466         (gst_auto_video_sink_detect):
2467         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2468         (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp),
2469         (gst_rtspsrc_stream_configure_udp_sink), (gst_rtspsrc_skip_lws),
2470         (gst_rtspsrc_unskip_lws), (gst_rtspsrc_skip_commas),
2471         (gst_rtspsrc_skip_item), (gst_rtsp_decode_quoted_string),
2472         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr):
2473         * tests/icles/videocrop-test.c: (test_with_caps),
2474         (video_crop_get_test_caps):
2475         Don't use gst_element_get_pad(), it's a bad method.
2476
2477 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2478
2479         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
2480         (gst_multiudpsink_add_internal):
2481         * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
2482         (gst_udp_join_group):
2483         * gst/udp/gstudpnetutils.h:
2484         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
2485         Joining a multicast group and setting the loop/ttl properties are
2486         totally unrelated tasks are must be separated.
2487
2488 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
2489
2490         * gst/avi/gstavimux.c:
2491           Also support alaw/mulaw.
2492
2493 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2494
2495         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2496         (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
2497         * gst/udp/gstmultiudpsink.h:
2498         Add a fixme for the auto-multicast property.
2499         Fix some confusing debug messages.
2500         Disable setting a qos value by default.
2501
2502 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2503
2504         Patch by: Gustaf Räntilä <g dot rantila at gmail dot com>
2505
2506         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
2507         Ignore EPERM errors from sendto. Fixes #533619.
2508
2509 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2510
2511         Patch by: Henrik Eriksson <henriken at axis dot com>
2512
2513         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2514         (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp),
2515         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
2516         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal):
2517         * gst/udp/gstmultiudpsink.h:
2518         Add qos-dscp property to manage the Quality of service. Fixes #469917.
2519
2520 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2521
2522         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process):
2523         Improve debugging of the ident.
2524
2525 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2526
2527         Patch by: Bruno Santos <brunof at ua dot pt>
2528
2529         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr),
2530         (gst_udp_join_group), (gst_udp_leave_group),
2531         (gst_udp_is_multicast):
2532         * gst/udp/gstudpnetutils.h:
2533         Provide a bunch of helper methods to deal with IPv4 and IPv6
2534         transparently.
2535
2536         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2537         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
2538         (gst_multiudpsink_get_property), (join_multicast),
2539         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
2540         (gst_multiudpsink_remove):
2541         * gst/udp/gstmultiudpsink.h:
2542         Add multicast TTL and loopback properties.
2543         Use the helper methods to implement ip4 and ip6.
2544
2545         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
2546         * gst/udp/gstudpsrc.h:
2547         Use the helper methods to implement ip4 and ip6.
2548         Fixes #515962.
2549
2550 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2551
2552         Patch by: Patrick Radizi <patrick dot radizi at axis dot com>
2553
2554         * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init),
2555         (gst_multipart_demux_get_gstname),
2556         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain):
2557         * gst/multipart/multipartdemux.h:
2558         Don't blindly copy the mime-type as the caps name because they not
2559         always map directly. Instead use a hashtable with common mappings.
2560         Fixes #533287.
2561
2562 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2563
2564         * ext/esd/esdsink.c: (gst_esdsink_write):
2565         When we post an error, we must return -1 to let the parent know that we
2566         cannot write the segment else it will loop and continue to call us again
2567         forever. Patch by Michael Meeks.
2568
2569 2008-05-20  Stefan Kost  <ensonic@users.sf.net>
2570
2571         * gst/videomixer/videomixer.c:
2572           Add missing incudes.
2573
2574 2008-05-20  Peter Kjellerstedt  <pkj@axis.com>
2575
2576         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
2577         (gst_rtp_h264_pay_handle_buffer):
2578         * gst/rtp/gstrtph264pay.h:
2579         Correct a typo (sinle -> single).
2580
2581 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2582
2583         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
2584         (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
2585         (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
2586         (gst_rtp_h264_depay_process):
2587         * gst/rtp/gstrtph264depay.h:
2588         Add experimental support for outputting quicktime-like AVC output in
2589         addition to the existing bytestream output.
2590
2591         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
2592         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
2593         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
2594         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
2595         (gst_rtp_h264_pay_get_property):
2596         * gst/rtp/gstrtph264pay.h:
2597         Make the parsing mode configurable, for some inputs we don't need to
2598         scan every byte for start codes.
2599         Only set the marker bit on ACCESS units.
2600
2601 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2602
2603         * gst/equalizer/gstiirequalizer.c:
2604         Use a bigger type in integer mode for the intermediate results to
2605         prevent overflows. This fixes the crippled sound when using the
2606         equalizer in integer mode. Fixes bug #510865.
2607
2608 2008-05-20  Jan Schmidt  <jan.schmidt@sun.com>
2609
2610         * gst/videomixer/videomixer.c:
2611         * gst/videomixer/videomixer.h:
2612         Instead of a random number for the request pad id's,
2613         use a counter.
2614
2615         Register the videomixerpad class from the element's class_init
2616         where it's safer, and allows the docs generator to scan it.
2617
2618 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2619
2620         * gst/smpte/Makefile.am:
2621         * gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
2622         * gst/smpte/gstsmpte.h:
2623         * gst/smpte/gstsmptealpha.c:
2624         (gst_smpte_alpha_transition_type_get_type),
2625         (gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
2626         (gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
2627         (gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
2628         (gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
2629         (gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
2630         (gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
2631         (gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
2632         * gst/smpte/gstsmptealpha.h:
2633         * gst/smpte/plugin.c: (plugin_init):
2634         Add new plugin that adds the SMPTE transition in the alpha channel of
2635         I420 and AYUV frames so that they can be blended with videomixer later
2636         on. Uses all niceties such as using base transform for efficient alloc
2637         and negotiation. It currently requires GstController to control the
2638         position in the transition effect.
2639
2640 2008-05-19  Stefan Kost  <ensonic@users.sf.net>
2641
2642         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2643         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2644         * docs/plugins/gst-plugins-good-plugins.args:
2645         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2646         * docs/plugins/gst-plugins-good-plugins.interfaces:
2647         * docs/plugins/gst-plugins-good-plugins.types:
2648         * gst/videomixer/videomixer.c:
2649           Try using thaytans new mechanism to get extra classes into plugin
2650           docs. Aparently works for the Eq. For VideoMixer the GObject stuff is
2651           missing still.
2652
2653 2008-05-18  Mark Nauwelaerts  <mnauw@users.sf.net>
2654
2655         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
2656         Set proper rate in avi stream header for PCM audio, and also do some
2657         more sanity checks on caps in this case.  Fixes #511489.
2658
2659 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
2660
2661         * sys/v4l2/gstv4l2src.c:
2662         Don't include the gstv4l2xoverlay.h header as the XOverlay support
2663         isn't implemented at all yet and this requires X headers to be
2664         installed. Fixes bug #533264.
2665
2666 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
2667
2668         reviewed by: <delete if not using a buddy>
2669
2670         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
2671         (gst_ebml_write_set_cache):
2672         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
2673         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
2674         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
2675         (gst_matroska_demux_read_track_encodings),
2676         (gst_matroska_demux_add_stream),
2677         (gst_matroska_demux_handle_src_query),
2678         (gst_matroska_demux_init_stream),
2679         (gst_matroska_demux_parse_index_cuetrack),
2680         (gst_matroska_demux_parse_index_pointentry),
2681         (gst_matroska_demux_parse_info),
2682         (gst_matroska_demux_parse_metadata_id_simple_tag),
2683         (gst_matroska_demux_parse_metadata),
2684         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
2685         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2686         (gst_matroska_demux_parse_cluster),
2687         (gst_matroska_demux_parse_contents_seekentry),
2688         (gst_matroska_demux_loop_stream_parse_id),
2689         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
2690         (gst_matroska_demux_audio_caps),
2691         (gst_matroska_demux_subtitle_caps):
2692         * gst/matroska/matroska-demux.h:
2693         * gst/matroska/matroska-ids.c:
2694         (gst_matroska_track_init_subtitle_context):
2695         * gst/matroska/matroska-ids.h:
2696         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
2697         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
2698         (gst_matroska_mux_finish), (gst_matroska_mux_collected):
2699         * sys/v4l2/gstv4l2src.c:
2700         * tests/check/pipelines/wavpack.c: (bus_handler):
2701         * win32/common/config.h:
2702
2703 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
2704
2705         * ext/wavpack/gstwavpackstreamreader.c:
2706         * tests/examples/spectrum/demo-audiotest.c:
2707         * tests/examples/spectrum/demo-osssrc.c:
2708         Fix some compiler warnings.
2709
2710 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2711
2712         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
2713         Small comment added.
2714
2715         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
2716         (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
2717         (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
2718         Debug string cleanups (remove trailing \n)
2719         Refactor and clean up the payloader a bit and make sure that we only
2720         put one NAL unit in an RTP packet even if the input buffer contains
2721         multiple NAL units.
2722         Add suport for AVC format input.
2723
2724 2008-05-14  Peter Kjellerstedt  <pkj@axis.com>
2725
2726         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
2727         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer),
2728         (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property):
2729         * gst/rtp/gstrtph264pay.h:
2730         Make it possible to specify profile-level-id and sprop-parameter-sets
2731         using properties in case they are not available in-stream.
2732
2733 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
2734
2735         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2736         * docs/plugins/gst-plugins-good-plugins.args:
2737         * docs/plugins/inspect/plugin-ladspa.xml:
2738           Remove ladspa fro plugin-docs, its in gst-plugins-bad.
2739
2740 2008-05-13  Mark Nauwelaerts  <mnauw@users.sf.net>
2741
2742         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
2743         Send an initial BYTE segment to inform downstream of later seeking,
2744         and to forego sync attempts.
2745
2746 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2747
2748         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
2749         Fix wrong caps string.
2750
2751 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2752
2753         Based on patch by: Olivier Crete <tester at tester dot ca>
2754
2755         * gst/rtp/Makefile.am:
2756         * gst/rtp/gstrtp.c: (plugin_init):
2757         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_base_init),
2758         (gst_rtp_g729_depay_class_init), (gst_rtp_g729_depay_init),
2759         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process),
2760         (gst_rtp_g729_depay_plugin_init):
2761         * gst/rtp/gstrtpg729depay.h:
2762         * gst/rtp/gstrtpg729pay.c: (gst_rtpg729pay_base_init),
2763         (gst_rtpg729pay_class_init), (gst_rtpg729pay_init),
2764         (gst_rtpg729pay_setcaps), (gst_rtp_g729_pay_plugin_init):
2765         * gst/rtp/gstrtpg729pay.h:
2766         Added G729 pay and depayloaders. Fixes #532409.
2767
2768 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2769
2770         * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
2771         Fix the calculation of the duration of the concealment packets.
2772
2773 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2774
2775         Based on patch by: Olivier Crete <tester at tester dot ca>
2776
2777         * gst/rtp/Makefile.am:
2778         * gst/rtp/gstrtp.c: (plugin_init):
2779         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
2780         (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
2781         (parse_encode), (gst_rtp_dv_depay_setcaps),
2782         (calculate_difblock_location), (gst_rtp_dv_depay_process),
2783         (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
2784         (gst_rtp_dv_depay_plugin_init):
2785         * gst/rtp/gstrtpdvdepay.h:
2786         * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
2787         (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
2788         (gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
2789         (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
2790         (gst_dv_pay_negotiate), (include_dif),
2791         (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
2792         * gst/rtp/gstrtpdvpay.h:
2793         Add DV pay and depayloaders. Fixes #532423.
2794
2795 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
2796
2797         * gst/matroska/matroska-demux.c:
2798         (gst_matroska_demux_push_dvd_clut_change_event):
2799         Convert subtitle palette info in VobSub private data from VobSub's
2800         (buggy) RGB to YUV.
2801
2802 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
2803
2804         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset):
2805         Do not leave fourcc stream header field empty upon reset.
2806         Fixes #519301.
2807
2808 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
2809
2810         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2811         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2812         * docs/plugins/inspect/plugin-goom.xml:
2813         * docs/plugins/inspect/plugin-goom2k1.xml:
2814         * gst/goom/gstgoom.c:
2815         * gst/goom2k1/gstgoom.c:
2816         Add goom2k1 into the docs.
2817
2818 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
2819
2820         Based on patch by: Wouter Cloetens  <wouter at mind be>
2821
2822         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2823         (gst_rtspsrc_skip_lws), (gst_rtspsrc_unskip_lws),
2824         (gst_rtspsrc_skip_commas), (gst_rtspsrc_skip_item),
2825         (gst_rtsp_decode_quoted_string),
2826         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr),
2827         (gst_rtspsrc_setup_auth):
2828         Support Digest authentication. Fixes #532065.
2829
2830 2008-05-08  Stefan Kost  <ensonic@users.sf.net>
2831
2832         * gst/level/gstlevel.c:
2833           Also support 32bit (e.g. whe having it after 'mad'). Add more notes
2834           about whats needed for liboil acceleration. Simplify docs a bit.
2835
2836 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
2837
2838         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2839
2840         * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
2841         Update the track duration if the old one was invalid.
2842         Fixes bug #532117.
2843
2844 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
2845
2846         * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
2847           Use GST_STR_NULL when trying to print sps and pps strings that could
2848           be NULL, as this might crash on some platforms.
2849
2850 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
2851
2852         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
2853
2854         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw):
2855           Do IDirectDrawClipper_SetHWnd() if the window ID has already been
2856           set after creating the clipper.
2857
2858 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
2859
2860         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
2861
2862         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
2863           Added checking of surface lost case after an unsuccessful
2864           IDirectDrawSurface7_Lock() call.
2865           If surface is lost, return GST_FLOW_OK.
2866
2867 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
2868
2869         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
2870
2871         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
2872           WndProc, gst_directdraw_sink_window_thread):
2873           Improved Windows message loop and fixed window destruction issue.
2874           When the window which DirectDraw is rendering to is destroyed, the
2875           render/show_frame function will return GST_FLOW_ERROR.
2876           Partially fixes #520885.
2877
2878 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
2879
2880         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
2881
2882         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
2883           Fixed mid stream resolution change bug, the offscreen surface is now
2884           released when set_caps is called.
2885           Partially fixes #520885.
2886
2887 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
2888
2889         * sys/directdraw/gstdirectdrawsink.c
2890           (gst_directdraw_sink_buffer_alloc):
2891           Make it so that gst_directdraw_sink_buffer_alloc uses the right
2892           width/height.
2893
2894           Especially when looking through the pool of buffers, make sure that
2895           the width/height of caps is used instead of the already negotiated
2896           dimensions.
2897           For example if a buffer with different caps is requested, i.e.
2898           higher resolution, the caller would get a buffer with the old
2899           dimensions and thus corrupt the heap.
2900
2901 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
2902
2903         * sys/directdraw/gstdirectdrawsink.c
2904           (gst_directdraw_sink_buffer_alloc):
2905           Clear the flags on recycled buffers from buffer_alloc.
2906           Partially fixes #520885.
2907
2908 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
2909
2910         * gst/rtp/gstrtpilbcpay.c:
2911           Added missing stdlib.h include for strtol(), and made include ordering and
2912           style consistent with the corresponding depayloader.
2913
2914 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
2915
2916         * configure.ac:
2917           Error out if we don't have the required core/base versions.
2918
2919 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2920
2921         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
2922
2923         * sys/osxvideo/cocoawindow.m:
2924         Fix compiler warnings on PPC64. Fixes bug #499318.
2925
2926 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2927
2928         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2929
2930         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
2931         Don't leak file descriptors on error. Fixes #531532.
2932
2933 2008-05-03  Sebastian Dröge  <slomo@circular-chaos.org>
2934
2935         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
2936         (gst_gconf_audio_src_change_state):
2937         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
2938         (gst_gconf_video_sink_change_state):
2939         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
2940         (gst_gconf_video_src_change_state):
2941         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
2942         (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
2943         When we can't create a fakesink/fakesrc complain instead of unreffing
2944         NULL pointers and crashing later. See bug #530535.
2945
2946 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2947
2948         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
2949         Add some more debug info and guard against small payloads.
2950
2951         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
2952         Set duration on outgoing buffers because we can.
2953
2954 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2955
2956         Patch by: Olivier Crete <tester at tester dot ca>
2957
2958         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
2959         (gst_speex_enc_init), (gst_speex_enc_chain):
2960         Add negotiation for the speex channels and rate. Fixes #465146.
2961
2962 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2963
2964         Patch by: Olivier Crete <tester at tester dot ca>
2965
2966         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
2967         (gst_rtp_speex_pay_getcaps):
2968         Add negotiation for the speex channels and rate. See #465146.
2969
2970 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2971
2972         Patch by: Olivier Crete <tester at tester dot ca>
2973
2974         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
2975         (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
2976         Add negotiation for the ILBC mode. See #465146.
2977
2978 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
2979
2980         * ext/soup/gstsouphttpsrc.c:
2981           Include stdlib to fix the build. Use g_free instead of free, libsoup
2982           uses glib.
2983
2984 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2985
2986         Patch by: j^ <j@bootlab.org>
2987
2988         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2989         Add more mpeg2 variants. Fixes #530886.
2990
2991 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
2992
2993         Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
2994
2995         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2996           Don't error out if we get an ICMP destination-unreachable
2997           message when trying to read packets on win32 (#529454).
2998
2999 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3000
3001         * configure.ac:
3002         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
3003           Use new error code for encrypted streams (which requires core CVS).
3004
3005 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3006
3007         * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
3008           (gst_qtdemux_audiosrc_template):
3009           Fix swapped pad template names, spotted by Thiago Sousa Santos.
3010
3011 2008-04-30  Wim Taymans  <wim.taymans@collabora.co.uk>
3012
3013         * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
3014         (speex_dec_chain_parse_data):
3015         Produce concealment data when time progresses in a segment update.
3016
3017 2008-04-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3018
3019         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
3020         (speex_dec_chain):
3021         Try to preserve input timestamps when we can.
3022         Do beginnings of error concealment.
3023
3024 2008-04-28  Michael Smith <msmith@songbirdnest.com>
3025
3026         * gst/debug/gstnavigationtest.c:
3027           MSVC doesn't provide rint(), define an adequate replacement locally as
3028           elsewhere.
3029
3030 2008-04-28  Julien Moutte  <julien@fluendo.com>
3031
3032         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
3033         format to pacify Mac OSX's gcc.
3034
3035 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
3036
3037         * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
3038           (DEFAULT_MAX), (src_template), (sink_template),
3039           (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
3040           (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
3041           (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
3042           Bring rndbuffersize element into a state that doesn't require us
3043           to move it to -bad immediately. For one, fix up default min/max
3044           values so that the element actuall works using the default values.
3045           Also, don't ignore flow return values and do some kind of minimal
3046           eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
3047           other gratuitious clean-ups.
3048
3049 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
3050
3051         * docs/plugins/Makefile.am:
3052         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3053         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3054         * docs/plugins/gst-plugins-good-plugins.args:
3055         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3056         * docs/plugins/gst-plugins-good-plugins.interfaces:
3057         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3058         * docs/plugins/inspect/plugin-1394.xml:
3059         * docs/plugins/inspect/plugin-aasink.xml:
3060         * docs/plugins/inspect/plugin-alaw.xml:
3061         * docs/plugins/inspect/plugin-alpha.xml:
3062         * docs/plugins/inspect/plugin-alphacolor.xml:
3063         * docs/plugins/inspect/plugin-annodex.xml:
3064         * docs/plugins/inspect/plugin-apetag.xml:
3065         * docs/plugins/inspect/plugin-audiofx.xml:
3066         * docs/plugins/inspect/plugin-auparse.xml:
3067         * docs/plugins/inspect/plugin-autodetect.xml:
3068         * docs/plugins/inspect/plugin-avi.xml:
3069         * docs/plugins/inspect/plugin-cacasink.xml:
3070         * docs/plugins/inspect/plugin-cairo.xml:
3071         * docs/plugins/inspect/plugin-cdio.xml:
3072         * docs/plugins/inspect/plugin-cutter.xml:
3073         * docs/plugins/inspect/plugin-debug.xml:
3074         * docs/plugins/inspect/plugin-dv.xml:
3075         * docs/plugins/inspect/plugin-efence.xml:
3076         * docs/plugins/inspect/plugin-effectv.xml:
3077         * docs/plugins/inspect/plugin-equalizer.xml:
3078         * docs/plugins/inspect/plugin-esdsink.xml:
3079         * docs/plugins/inspect/plugin-flac.xml:
3080         * docs/plugins/inspect/plugin-flxdec.xml:
3081         * docs/plugins/inspect/plugin-gamma.xml:
3082         * docs/plugins/inspect/plugin-gconfelements.xml:
3083         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3084         * docs/plugins/inspect/plugin-goom.xml:
3085         * docs/plugins/inspect/plugin-halelements.xml:
3086         * docs/plugins/inspect/plugin-icydemux.xml:
3087         * docs/plugins/inspect/plugin-id3demux.xml:
3088         * docs/plugins/inspect/plugin-jpeg.xml:
3089         * docs/plugins/inspect/plugin-level.xml:
3090         * docs/plugins/inspect/plugin-matroska.xml:
3091         * docs/plugins/inspect/plugin-monoscope.xml:
3092         * docs/plugins/inspect/plugin-mulaw.xml:
3093         * docs/plugins/inspect/plugin-multifile.xml:
3094         * docs/plugins/inspect/plugin-multipart.xml:
3095         * docs/plugins/inspect/plugin-navigationtest.xml:
3096         * docs/plugins/inspect/plugin-ossaudio.xml:
3097         * docs/plugins/inspect/plugin-png.xml:
3098         * docs/plugins/inspect/plugin-quicktime.xml:
3099         * docs/plugins/inspect/plugin-rtp.xml:
3100         * docs/plugins/inspect/plugin-rtsp.xml:
3101         * docs/plugins/inspect/plugin-shout2send.xml:
3102         * docs/plugins/inspect/plugin-smpte.xml:
3103         * docs/plugins/inspect/plugin-spectrum.xml:
3104         * docs/plugins/inspect/plugin-speex.xml:
3105         * docs/plugins/inspect/plugin-taglib.xml:
3106         * docs/plugins/inspect/plugin-udp.xml:
3107         * docs/plugins/inspect/plugin-video4linux2.xml:
3108         * docs/plugins/inspect/plugin-videobalance.xml:
3109         * docs/plugins/inspect/plugin-videobox.xml:
3110         * docs/plugins/inspect/plugin-videocrop.xml:
3111         * docs/plugins/inspect/plugin-videoflip.xml:
3112         * docs/plugins/inspect/plugin-videomixer.xml:
3113         * docs/plugins/inspect/plugin-wavenc.xml:
3114         * docs/plugins/inspect/plugin-wavpack.xml:
3115         * docs/plugins/inspect/plugin-wavparse.xml:
3116         * docs/plugins/inspect/plugin-ximagesrc.xml:
3117           Add docs for gdkpixbufsink; update docs to CVS version.
3118
3119 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3120
3121         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
3122         Remove test sync-offset by default.
3123
3124 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
3125
3126         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
3127         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
3128         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
3129           Use GLib versions of htonl, htons, ntohl and ntohs in order
3130           to avoid problems on win32 (#529707).
3131
3132 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
3133
3134         Patch by: Jesús Corrius <jesus at softcatala org>
3135
3136         * gst/goom/filters.c: (zoomVector):
3137         * gst/goom/goom_core.c: (init_buffers):
3138           Fix build with mingw32: use rand() instead of random() and
3139           replace bzero() with memset(). Fixes #529692.
3140
3141 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3142
3143         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
3144         Fix typo in comments.
3145
3146         * tests/examples/rtp/client-H263p-PCMA.sdp:
3147         * tests/examples/rtp/client-H263p-PCMA.sh:
3148         * tests/examples/rtp/client-H264-PCMA.sdp:
3149         * tests/examples/rtp/client-H264-PCMA.sh:
3150         * tests/examples/rtp/client-H264.sdp:
3151         * tests/examples/rtp/client-H264.sh:
3152         * tests/examples/rtp/client-PCMA.sdp:
3153         * tests/examples/rtp/client-PCMA.sh:
3154         * tests/examples/rtp/server-alsasrc-PCMA.sh:
3155         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
3156         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
3157         Add some more docs and fix examples.
3158
3159 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
3160
3161         * tests/check/elements/multifile.c:
3162         Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
3163         declared in the former, some have it declared in the latter.
3164
3165 2008-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
3166
3167         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
3168         * gst/debug/tests.c: (md5_get_value):
3169         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
3170         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
3171         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
3172         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
3173         Stop using deprecated GLib functions.
3174
3175 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
3176
3177         * configure.ac:
3178         Back to development -> 0.10.8.1
3179
3180 === release 0.10.8 ===
3181
3182 2008-04-23  Jan Schmidt <jan.schmidt@sun.com>
3183
3184         * configure.ac:
3185           releasing 0.10.8, "One For The Money"
3186
3187 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
3188
3189         * configure.ac:
3190         0.10.7.4 pre-release
3191
3192 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
3193
3194         * gst/goom/config_param.c: (goom_plugin_parameters_free):
3195         * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
3196         * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
3197         * gst/goom/flying_stars_fx.c: (fs_free):
3198         * gst/goom/goom_config_param.h:
3199         * gst/goom/goom_core.c: (goom_init), (goom_close):
3200         * gst/goom/goom_plugin_info.h:
3201         * gst/goom/gstgoom.c: (gst_goom_finalize):
3202         * gst/goom/lines.c: (goom_lines_free):
3203         * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
3204         * gst/goom/surf3d.c: (grid3d_free):
3205         * gst/goom/surf3d.h:
3206         * gst/goom/tentacle3d.c: (tentacle_free):
3207         Free a bunch of stuff, and initialise things to fix leaks
3208         and valgrind warnings in the testsuite.
3209
3210         Fixes: #529268
3211
3212 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3213
3214         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
3215         (gst_rtspsrc_configure_caps):
3216         Ref caps as the return value for the request_pt_map signal.
3217         Remove some caps weirdness when configuring a stream. See #528245.
3218
3219 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
3220
3221         * tests/icles/gdkpixbufsink-test.c:
3222           Add cast to placate gcc 4.1.2.
3223
3224 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
3225
3226         * configure.ac:
3227         0.10.7.3 pre-release
3228
3229 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
3230
3231         * tests/check/Makefile.am:
3232         Disable some more elements in the state test.
3233         Add a define so the soup test can find the test files
3234         it needs at runtime.
3235
3236         * tests/check/elements/souphttpsrc.c: (run_server):
3237
3238         Add a define so the soup test can find the test files
3239         it needs at runtime.
3240
3241 2008-04-17  Jan Schmidt  <Jan.Schmidt@sun.com>
3242
3243         * gst/goom/convolve_fx.c: (convolve_apply):
3244         Don't ever draw the GOOM logo.
3245         Fixes: #528615
3246
3247 2008-04-17  Edward Hervey  <edward.hervey@collabora.co.uk>
3248
3249         * ext/cdio/gstcdiocddasrc.c:
3250         * ext/dv/gstdvdemux.c: 
3251         gst_atomic_int_set ==> g_atomic_int_set
3252
3253 2008-04-16  Tim-Philipp Müller  <tim at centricular dot net>
3254
3255         * configure.ac:
3256         * gst/goom/Makefile.am:
3257         * gst/goom/convolve_fx.c:
3258         * gst/goom/default_scripts.h:
3259         * gst/goom/goom.h:
3260         * gst/goom/goom_core.c: (choose_a_goom_line):
3261         * gst/goom/goom_plugin_info.h:
3262         * gst/goom/goomsl.c:
3263         * gst/goom/goomsl.h:
3264         * gst/goom/goomsl_hash.c:
3265         * gst/goom/goomsl_hash.h:
3266         * gst/goom/goomsl_heap.c:
3267         * gst/goom/goomsl_heap.h:
3268         * gst/goom/goomsl_private.h:
3269         * gst/goom/plugin_info.c:
3270           Strip out the config/script parsing stuff, we don't need it.
3271           Fixes #527999.
3272
3273 2008-04-15  Tim-Philipp Müller  <tim at centricular dot net>
3274
3275         * gst/goom/plugin_info.c: (setOptimizedMethods):
3276           Disable altivec optimisations for 32-bit PPC as well to make
3277           things build properly on all PPC systems. Fixes #528143
3278
3279 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
3280
3281         * gst-plugins-good.spec.in:
3282           Update for souphttpsrc plugin which has moved to -good.
3283
3284 2008-04-14  Jan Schmidt  <Jan.Schmidt@sun.com>
3285
3286         * gst/matroska/matroska-demux.c:
3287         (gst_matroska_demux_handle_seek_event):
3288         Fix open-ended seeks in matroskademux
3289         Patch by: Mark Nauwelaerts <manauw skynet be>
3290         Fixes: #526557
3291
3292 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
3293
3294         * tests/check/Makefile.am:
3295         Add soup test certificates to the dist.
3296
3297 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
3298
3299         * ext/Makefile.am:
3300         Remove LADSPA reference I missed.
3301
3302 2008-04-13  Sebastian Dröge  <slomo@circular-chaos.org>
3303
3304         * ext/soup/gstsouphttpsrc.c: (plugin_init):
3305         Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
3306         over gnome-vfs and everything else. Fixes bug #527848.
3307
3308 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
3309
3310         * configure.ac:
3311         * ext/Makefile.am:
3312         Remove LADSPA plugin. Fixes: #515978
3313
3314 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
3315
3316         * configure.ac:
3317         * docs/plugins/Makefile.am:
3318         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3319         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3320         * docs/plugins/gst-plugins-good-plugins.args:
3321         * docs/plugins/inspect/plugin-soup.xml:
3322         * ext/Makefile.am:
3323         * tests/check/Makefile.am:
3324         Move soup plugin from -bad (Fixes: #523124)
3325
3326 2008-04-11  Jan Schmidt  <Jan.Schmidt@sun.com>
3327
3328         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
3329         Fix bounds checking of mode in Speex header, which may
3330         produce negative numbers in speex <= 1.1.12
3331
3332 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
3333
3334         * gst/goom/Makefile.am:
3335         * gst/goom/gfontlib.c:
3336         * gst/goom/gfontlib.h:
3337         * gst/goom/gfontrle.c:
3338         * gst/goom/gfontrle.h:
3339         * gst/goom/goom.h:
3340         * gst/goom/goom_core.c: (goom_update):
3341         * gst/goom/goom_plugin_info.h:
3342         * gst/goom/gstgoom.c: (gst_goom_chain):
3343         * gst/goom/plugin_info.c:
3344           Remove a bunch of font/text related code that we don't need.
3345
3346 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
3347
3348         * gst/goom/ppc_drawings.s:
3349         * gst/goom/ppc_zoom_ultimate.s:
3350           Change license of these files to LGPL, as permitted by the
3351           author, Guillaume Borios. See #515073.
3352
3353 2008-04-09  Stefan Kost  <ensonic@users.sf.net>
3354
3355         * gst/goom/convolve_fx.c:
3356         * gst/goom/motif_goom1.h:
3357         * gst/goom/motif_goom2.h:
3358           As hinted in Bug #518213, revert one change and fix warnings properly.
3359           This fixes both #518213 and #520073 for me.     
3360
3361 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
3362
3363         * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
3364         * gst/matroska/matroska-demux.c:
3365         (gst_matroska_demux_handle_seek_event),
3366         (gst_matroska_demux_parse_contents_seekentry),
3367         (gst_matroska_demux_loop):
3368         Fix the Forte build by making function declaration signatures
3369         match the implementations.
3370
3371 2008-04-08  Tim-Philipp Müller  <tim at centricular dot net>
3372
3373         * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
3374         * sys/oss/gstosssink.c: (gst_oss_sink_reset):
3375         * sys/oss/gstosssrc.c: (gst_oss_src_reset):
3376           More logging when probing (see #518474), some comments in _reset().
3377
3378 2008-04-07  Julien Moutte  <julien@fluendo.com>
3379
3380         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
3381         because of a bad argument number.
3382
3383 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3384
3385         * tests/icles/.cvsignore:
3386         * tests/icles/Makefile.am:
3387         * tests/icles/gdkpixbufsink-test.c:
3388           Interactive test app for gdkpixbufsink.
3389
3390 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
3391
3392         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3393
3394         * configure.ac:
3395         Actually build dlls when cross-compiling with mingw32.
3396         Fixes bug #526247.
3397
3398 2008-04-05  Tim-Philipp Müller  <tim at centricular dot net>
3399
3400         * ext/hal/hal.c: (gst_hal_get_alsa_element):
3401           Don't munge device string to 'default:x' for capture devices.
3402           Fixes #525833.
3403
3404 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
3405
3406         * ext/wavpack/gstwavpackparse.c:
3407         (gst_wavpack_parse_index_entry_free):
3408         Always use GSlice as we actually depend on GLib 2.12 already.
3409
3410 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
3411
3412         * configure.ac:
3413           Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
3414           Also bump the GLib requirement to the current de-facto requirement
3415           (ie. 2.12).
3416
3417 2008-04-04  Wim Taymans  <wim.taymans@collabora.co.uk>
3418
3419         * gst/rtp/gstrtph264pay.c: (encode_base64),
3420         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
3421         * gst/rtp/gstrtph264pay.h:
3422         Parse codec_data for future AVC compatibility.
3423         Fail when we encounter AVC data for now.
3424
3425 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
3426
3427         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
3428           (gst_spectrum_init), (gst_spectrum_set_property),
3429           (gst_spectrum_get_property), (gst_spectrum_message_new):
3430           Rename property enums and default defines for the properties to match
3431           the property names and rephrase property descriptions to make them a
3432           bit clearer (hopefully). See #518188.
3433
3434 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3435
3436         * tests/check/Makefile.am:
3437         * tests/check/elements/.cvsignore:
3438         * tests/check/elements/gdkpixbufsink.c:
3439           Add unit test for gdkpixbufsink element.
3440
3441 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3442
3443         * ext/gdk_pixbuf/Makefile.am:
3444         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
3445         * ext/gdk_pixbuf/gstgdkpixbufsink.c:
3446           (gst_gdk_pixbuf_sink_base_init),
3447           (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
3448           (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
3449           (gst_gdk_pixbuf_sink_set_caps),
3450           (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
3451           (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
3452           (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
3453           (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
3454           (gst_gdk_pixbuf_sink_get_property):
3455         * ext/gdk_pixbuf/gstgdkpixbufsink.h:
3456           Add gdkpixbufsink element for easy snapshotting (#525946).
3457
3458 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3459
3460         * tests/check/pipelines/wavpack.c: (wavpack_suite):
3461         Bump timeout from 3 to 60 seconds.
3462
3463 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3464
3465         * tests/check/pipelines/.cvignore:
3466         Remove useless file.
3467
3468         * tests/check/pipelines/.cvsignore:
3469         Add new test to .cvsignore.
3470
3471 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3472
3473         * tests/check/Makefile.am:
3474         * tests/check/pipelines/wavpack.c: (bus_handler),
3475         (identity_handoff), (fakesink_handoff), (GST_START_TEST),
3476         (wavpack_suite), (main):
3477         Add unit test that encodes and decodes some data, checks that it
3478         is still the same and that all timestamps/offsets are perfect.
3479
3480 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3481
3482         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
3483         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
3484         * ext/wavpack/gstwavpackparse.c:
3485         (gst_wavpack_parse_index_entry_new),
3486         (gst_wavpack_parse_index_entry_free),
3487         (gst_wavpack_parse_base_init),
3488         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
3489         Use GSlice for allocating index entries and use
3490         gst_element_class_set_details_simple().
3491
3492 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
3493
3494         Patch by: Brian Cameron <brian.cameron at sun dot com>
3495
3496         * sys/sunaudio/gstsunaudio.c:
3497         * sys/sunaudio/gstsunaudiomixer.c:
3498         * sys/sunaudio/gstsunaudiomixer.h:
3499         * sys/sunaudio/gstsunaudiomixerctrl.c:
3500         * sys/sunaudio/gstsunaudiomixerctrl.h:
3501         * sys/sunaudio/gstsunaudiomixertrack.c:
3502         * sys/sunaudio/gstsunaudiomixertrack.h:
3503         * sys/sunaudio/gstsunaudiosink.c:
3504         * sys/sunaudio/gstsunaudiosink.h:
3505         * sys/sunaudio/gstsunaudiosrc.c:
3506         * sys/sunaudio/gstsunaudiosrc.h:
3507           Fix up copyrights (#525860).
3508
3509 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
3510
3511         * gst/goom/goomsl.c: (gsl_read_file):
3512           Check return value of fread() to avoid compiler warnings.
3513
3514 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
3515
3516         Based on patch by: Mersad Jelacic <mersad at axis dot com>
3517
3518         * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
3519         (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
3520         * gst/law/alaw-decode.h:
3521         * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
3522         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
3523         (gst_mulawdec_chain), (gst_mulawdec_change_state):
3524         * gst/law/mulaw-decode.h:
3525         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
3526         Make negotiation a bit modern.
3527         Use pad_alloc. Fixes #525359.
3528
3529 2008-03-31  David Schleef  <ds@schleef.org>
3530
3531         * gst/goom/xmmx.c: Fix constraints on asm code so that it
3532           compiles consistently.  Fixes #522278.
3533
3534 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
3535
3536         Patch by: Brian Cameron <brian.cameron at sun dot com>
3537
3538         * sys/sunaudio/gstsunaudiomixerctrl.c:
3539           (gst_sunaudiomixer_ctrl_get_volume),
3540           (gst_sunaudiomixer_ctrl_set_volume):
3541         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
3542           Fix up the mixer tracks to use a volume range of 0-255, which is what
3543           the sun audio API uses. This simplifies the code and avoids rounding
3544           errors. Fixes #524593.
3545
3546 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
3547
3548         * sys/v4l2/gstv4l2object.c:
3549         * sys/v4l2/gstv4l2object.h:
3550         Add device-fd property to make it possible to apps to call ioctl's.
3551
3552 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3553
3554         * gst/qtdemux/qtdemux.c: (next_entry_size):
3555         Unbreak streaming mode again.
3556
3557 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
3558
3559         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
3560           Remove superfluous DEBUG macro.
3561
3562 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
3563
3564         Based on patch by: William M. Brack <wbrack at mmm com hk>
3565
3566         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
3567           (gst_v4l2src_set_capture):
3568           Check whether the device supports setting the framerate before
3569           trying to set it and then posting a warning or error if it doesn't
3570           work (#516649, #520092). Also compare fractions more correctly.
3571
3572 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
3573
3574         * gst/goom/Makefile.am:
3575           Remove ppc assembler optimisations from the build until they
3576           actually build (they also seem to have GPL headers).
3577
3578 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
3579
3580         * m4/Makefile.am:
3581           Better not dist files that don't exist any longer (lrint*m4).
3582
3583 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3584
3585         * configure.ac:
3586         * m4/lrint.m4:
3587         * m4/lrintf.m4:
3588         Remove lrint/lrintf checks. We don't use it anywhere.
3589
3590 2008-03-18  Andy Wingo  <wingo@pobox.com>
3591
3592         * sys/osxvideo/osxvideosink.m
3593         (gst_osx_video_sink_osxwindow_destroy)
3594         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
3595         task, whoopdee.
3596         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
3597         2 ms.
3598
3599 2008-03-18  Andy Wingo  <wingo@pobox.com>
3600
3601         * sys/osxvideo/osxvideosink.m
3602         (gst_osx_video_sink_osxwindow_destroy)
3603         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
3604         task, whoopdee.
3605         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
3606         2 ms.
3607         
3608 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
3609
3610         Patch by: William M. Brack <wbrack at mmm com hk>
3611
3612         * sys/v4l2/v4l2src_calls.c:
3613           (gst_v4l2src_probe_caps_for_format_and_size),
3614           (gst_v4l2src_probe_caps_for_format):
3615           Make sure the probed frame sizes are reversed in the resulting
3616           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
3617           highest resolution first); also remove unused variable.
3618           (Partly fixes #520092)
3619
3620 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3621
3622         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
3623
3624         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3625         (gst_rtspsrc_finalize):
3626         Call WSAStartup() and WSACleanup before using the Winsock API.
3627         See #520808.
3628
3629 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
3630
3631         * gst/avi/gstavidemux.c:
3632           Erm, the buffer-size is just guint, no need for the special format
3633           specifier.
3634
3635 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
3636
3637         * gst/goom/plugin_info.c:
3638         * gst/goom/ppc_zoom_ultimate.h:
3639           Small fixes to build more on PPC: ifdef out code that uses unknown
3640           define; add newline at end of header file to avoid compiler warning.
3641           Assembler code still doesn't build though.
3642
3643 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
3644
3645         * gst/avi/gstavidemux.c:
3646           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
3647           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
3648
3649 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
3650
3651         * gst/avi/gstavidemux.c:
3652           Chunksize is uint32. Fix format specifier.
3653
3654 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
3655
3656         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
3657         mistake. Return file to pure MIT text.
3658
3659 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
3660
3661         * gst/audiofx/audiofx.c:
3662         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
3663         of hardcoding values.
3664
3665 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
3666
3667         Patch by: Mark Nauwelaerts <manauw skynet be>
3668
3669         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
3670           (gst_oss_src_close):
3671         * sys/oss/gstosssrc.h:
3672           Cache probed caps, so _get_caps() during recording doesn't cause
3673           ioctl calls which may disrupt the recording (fixes #521875).
3674
3675 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
3676
3677         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
3678         (gst_qtdemux_activate_segment),
3679         (gst_qtdemux_prepare_current_sample),
3680         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
3681         Make sure we always send a DISCONT after a seek by setting the sample
3682         index to an undefined value after a seek.
3683
3684 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
3685
3686         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
3687           (GST_IS_AVI_SUBTITLE_CLASS):
3688           Fix up IS_FOO macros, which makes gtk-doc much happier.
3689
3690 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
3691
3692         * tests/icles/Makefile.am:
3693           Move the -lgstfoo where it belongs.
3694
3695 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
3696
3697         * gst/matroska/ebml-ids.h:
3698         Add ID for EBML CRC32 elements.
3699
3700         * gst/matroska/Makefile.am:
3701         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
3702         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
3703         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
3704         (gst_ebml_read_header):
3705         Support reading 80bit floats, add finalize method to clean up
3706         in any case, support reading length/id elements with any length
3707         as long as it's smaller than our supported maximum, don't leak
3708         buffers if reading as much data as we wanted failed and some
3709         smaller cleanup.
3710
3711 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
3712
3713         Patch by: Olivier Crete <tester at tester dot ca>
3714
3715         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
3716         Check that a buffer is large enough before reading from it.
3717         Fixes bug #521102.
3718         
3719 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3720
3721         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
3722         Fix compilation after removing the GstPollMode from the
3723         constructor.
3724
3725 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
3726
3727         * configure.ac:
3728         * gst/audiofx/Makefile.am:
3729         * gst/audiofx/audiochebband.c:
3730         * gst/audiofx/audiocheblimit.c:
3731         * gst/audiofx/math_compat.h:
3732         Check for sinh(), cosh() and asinh() and define our own
3733         implementations if they're not available. Fixes bug #520880.
3734
3735 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
3736
3737         Patch by: Olivier Crete <tester at tester dot ca>
3738
3739         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
3740         Unref the buffers only once when handling not-negotiated errors.
3741         Fixes bug #520764.
3742
3743 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3744
3745         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
3746
3747         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
3748         (gst_udpsrc_stop):
3749         Properly balance WSA_Cleanup with WSA_Startup.
3750         Also make the poll controllable on windows. Fixes #520888.
3751
3752 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3753
3754         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
3755         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
3756         (gst_ebml_read_element_length), (gst_ebml_peek_id),
3757         (gst_ebml_read_skip), (gst_ebml_read_buffer),
3758         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
3759         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
3760         (gst_ebml_read_date), (gst_ebml_read_master),
3761         (gst_ebml_read_binary), (gst_ebml_read_header):
3762         * gst/matroska/ebml-read.h:
3763         * gst/matroska/matroska-demux.c:
3764         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
3765         (gst_matroska_demux_read_track_encodings),
3766         (gst_matroska_demux_add_stream),
3767         (gst_matroska_demux_handle_src_query),
3768         (gst_matroska_demux_handle_seek_event),
3769         (gst_matroska_demux_init_stream),
3770         (gst_matroska_demux_parse_tracks),
3771         (gst_matroska_demux_parse_index_cuetrack),
3772         (gst_matroska_demux_parse_index_pointentry),
3773         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3774         (gst_matroska_demux_parse_metadata_id_simple_tag),
3775         (gst_matroska_demux_parse_metadata_id_tag),
3776         (gst_matroska_demux_parse_metadata),
3777         (gst_matroska_demux_sync_streams),
3778         (gst_matroska_demux_push_hdr_buf),
3779         (gst_matroska_demux_push_flac_codec_priv_data),
3780         (gst_matroska_demux_push_xiph_codec_priv_data),
3781         (gst_matroska_demux_add_wvpk_header),
3782         (gst_matroska_demux_check_subtitle_buffer),
3783         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3784         (gst_matroska_demux_parse_cluster),
3785         (gst_matroska_demux_parse_contents_seekentry),
3786         (gst_matroska_demux_parse_contents),
3787         (gst_matroska_demux_loop_stream_parse_id),
3788         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
3789         * gst/matroska/matroska-demux.h:
3790         * gst/matroska/matroska-ids.h:
3791         Handle return values from pull_range in a more granular way to properly
3792         shut down on seeks.
3793         Combine return values from push.
3794         Implement proper error handling.
3795         Prepare for handling seeking correctly.
3796
3797 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
3798
3799         * gst/matroska/ebml-read.c:
3800         Use GINT64 formatting constants from GLIB.
3801
3802         * gst/matroska/matroska-demux.c:
3803         Add some guards to avoid a possible division by 0 and crashing
3804         with NULL events on some systems.
3805         Use gst_gdouble_to_guint64 somewhere instead of an implicit
3806         conversion. 
3807
3808         * gst/matroska/matroska-mux.c:
3809         Check for invalid timestamps in a bunch of places to avoid
3810         writing bogus durations into the output file.
3811         Fix some double<->gint64 conversions that weren't using
3812         gst_guint64_to_gdouble
3813
3814 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3815
3816         * configure.ac:
3817         Move the checks for bison, flex and as to the program section and the
3818         check for gcc inline asm to the compiler characteristics section.
3819
3820 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3821
3822         * configure.ac:
3823         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
3824         plug-ins are included/excluded. (#498222)
3825
3826 2008-02-29  Michael Smith <msmith@fluendo.com>
3827
3828         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
3829           Don't call gst_object_sync_values() unless we have a valid timestamp.
3830
3831 2008-02-28  David Schleef  <ds@schleef.org>
3832
3833         * gst/matroska/matroska-demux.c:
3834         * gst/matroska/matroska-ids.h:
3835         * gst/matroska/matroska-mux.c:
3836           Fix Dirac mapping.  I had previously added a VfW-type
3837           mapping, but it looks like Dirac will get a native Matroska
3838           mapping, and this is the most likely method.
3839
3840 2008-02-28  David Schleef  <ds@schleef.org>
3841
3842         * gst/avi/gstavimux.c: Add Dirac encoding
3843
3844 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3845
3846         Patch by: Peter Kjellerstedt <pkj at axis com>
3847
3848         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
3849         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
3850         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
3851         * gst/udp/gstudpsrc.h:
3852         Port to GstPoll. See #505417.
3853
3854 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
3855
3856         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
3857         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
3858         yet on the srcpad. We need rate and channels before we
3859         can do any processing. Fixes bug #519088.
3860
3861 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
3862
3863         * configure.ac:
3864         Detect and indicate if GCC inline assembly syntax is
3865         available.
3866
3867         * gst/goom/Makefile.am:
3868         * gst/goom/convolve_fx.c:
3869         * gst/goom/flying_stars_fx.c:
3870         * gst/goom/goom_config.h:
3871         * gst/goom/goom_core.c:
3872         * gst/goom/goomsl.c:
3873         * gst/goom/ifs.c:
3874         * gst/goom/mmx.c:
3875         * gst/goom/plugin_info.c:
3876         * gst/goom/xmmx.c:
3877         Fix various GCC-isms, and only build the inline assembly
3878         with compilers that support GCC inline assembly.
3879
3880         Fix a couple of other warnings shown with Forte.
3881
3882 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
3883
3884         * gst/goom/xmmx.c:
3885           Use 'emms' instead of 'femms' to not crash on cpus that do not
3886           implement this 3dnow specific instruction.
3887
3888 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
3889
3890         * gst/goom/plugin_info.c: (setOptimizedMethods):
3891         Use extended MMX for draw_line() too if available, not only
3892         normal MMX.
3893
3894 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
3895
3896         * ext/jpeg/gstjpeg.c: (plugin_init):
3897         Remove (commented out) smoke typefinder. This is in base now.
3898
3899 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
3900
3901         * gst/goom2k1/Makefile.am:
3902         * gst/goom2k1/gstgoom.c:
3903
3904         Rename the installed library, and don't register the same 
3905         GType name as the new goom.
3906
3907 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
3908
3909         * configure.ac:
3910         * ext/taglib/Makefile.am:
3911           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
3912           when building C++ code (#516509).
3913
3914 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
3915
3916         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
3917         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
3918           (setOptimizedMethods):
3919           Call oil_init(), otherwise oil_get_cpu_flags() won't return
3920           anything useful. Export goom debug category so we can get
3921           rid of the VERBOSE define and the printfs.
3922
3923 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
3924
3925         * gst/goom/goomsl_heap.c: (align_it):
3926         * gst/goom/plugin_info.c: (setOptimizedMethods):
3927           Compile fixes for x86-64.
3928
3929 2008-02-23  Bastien Nocera  <hadess@hadess.net>
3930
3931         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
3932         with warnings, but add other CFLAGS
3933
3934         * gst/goom/goomsl.c (gsl_instr_set_namespace),
3935         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
3936         (calculate_labels), (gsl_read_file):
3937         * gst/goom/goomsl_lex.l:
3938         * gst/goom/goomsl_yacc.y:
3939         * gst/goom/plugin_info.c: Remove a few live printf, and
3940         fprintf, replace exit() calls with g_assert_not_reached()
3941         if it not optimal for a library
3942
3943 2008-02-23  Bastien Nocera  <hadess@hadess.net>
3944
3945         * gst/goom/Makefile.am: Remove the warnings being disabled,
3946         fix linkage on x86, spotted by Sebastian Dröge
3947         <slomo@circular-chaos.org>
3948
3949         * gst/goom/convolve_fx.c (convolve_init),
3950         (create_output_with_brightness), (convolve_apply):
3951         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
3952         * gst/goom/goomsl.c:
3953         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
3954         * gst/goom/plugin_info.c:
3955         * gst/goom/tentacle3d.c (tentacle_fx_create):
3956         Fix warnings, and disable the motifs in the convolve_fx
3957         plugin (they were causing warnings, and they were just
3958         "Goom" in funny letterring)
3959
3960 2008-02-23  Bastien Nocera  <hadess@hadess.net>
3961
3962         * configure.ac: Add checks for Flex/Yacc/Bison and other
3963         furry animals, for the new goom 2k4 based plugin
3964
3965         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
3966         CPU optimisations (not working yet), move the old plugin to...
3967
3968         * gst/goom2k1/*: ... here, in case somebody is sick enough
3969
3970         Fixes #515073
3971
3972 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
3973
3974         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
3975         Post the server response code in an error message instead of a generic
3976         'error' message. Fixes #517237.
3977
3978 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
3979
3980         * tests/check/Makefile.am:
3981         Ignore gconfaudiosrc for the states unit test too. It will fallback
3982         to alsasrc if the gconf settings can't be read and not everybody has
3983         alsa.
3984
3985 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
3986
3987         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
3988         (gst_wavpack_parse_create_src_pad):
3989         * ext/wavpack/gstwavpackparse.h:
3990         Always report the duration if we know it in push mode and don't
3991         return 0 just to make totem believe we can't seek in push mode.
3992         Newer totem version use the SEEKING query which properly reports
3993         if we can seek or not.
3994
3995 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
3996
3997         Patch by: Jens Granseuer <jensgr at gmx dot net>
3998
3999         * tests/examples/equalizer/demo.c: (main):
4000         C89 fix, moving variable declarations to the beginning of
4001         the block. Fixes bug #517933.
4002
4003 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
4004
4005         * configure.ac:
4006         Back to development...
4007
4008 === release 0.10.7 ===
4009
4010 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
4011
4012         * configure.ac:
4013           releasing 0.10.7, "Red Door Black"
4014
4015 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4016
4017         * gst/alpha/Makefile.am:
4018         Link alpha plugin with libgstbase. Fixes bug #517386.
4019
4020 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4021
4022         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
4023         Init values to -1 instead of the default 0 value.
4024         Fixes #516524.
4025
4026 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
4027
4028         * tests/examples/spectrum/spectrum-example.c:
4029         Add missing include to fix compilation when libxml usage is disabled.
4030         Fixes: #516371
4031
4032 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
4033
4034         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
4035         fixes: #514889
4036
4037         * gst/rtp/gstrtph264pay.c:
4038         * gst/rtp/gstrtpmp4gdepay.c:
4039         * gst/rtp/gstrtpmp4gpay.c:
4040         * gst/rtp/gstrtpmp4gpay.h:
4041         * gst/rtp/gstrtptheorapay.c:
4042         * gst/rtp/gstrtpvorbispay.c:
4043
4044         Fix various leaks shown up in valgrind
4045         - free sprops and buffer in error cases in H264 payloader
4046         - fix leak in mp4g depayloader when construction the caps
4047         - don't leak config string in the mp4g payloader
4048         - don't leak buffers and headers in theora and vorbis payloaders
4049
4050         * tests/check/elements/rtp-payloading.c:
4051
4052         Fix the RTP data test
4053         - Actually send valid amr data to the payloader instead of 20
4054         zero-bytes
4055         - The mp4g payloader expects codec_data on the caps
4056
4057 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
4058
4059         * win32/MANIFEST:
4060         Add libgstpng.dsp to MANIFEST.
4061         * win32/vs6/libgstaudiofx.dsp:
4062         Add new source files to VS project file.
4063
4064 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
4065
4066         * sys/ximage/gstximagesrc.c:
4067         Initialise variables when opening the X display rather
4068         than in _start(), as the display can be opened before that.
4069
4070         Fixes: #515985
4071
4072 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4073
4074         * sys/directdraw/gstdirectdrawsink.c:
4075         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
4076         (gst_directdraw_sink_finalize):
4077         Properly chain up finalize functions. Fixes bug #515980.
4078
4079 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4080
4081         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
4082         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
4083         (gst_v4l2_buffer_pool_class_init):
4084         Chain up the finalize functions. Fixes bug #515984.
4085
4086 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
4087
4088         * sys/ximage/ximageutil.c:
4089         Chain up in the finalize function for our custom
4090         buffer sub-class.
4091         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
4092         Fixes: #515706
4093
4094 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4095
4096         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
4097         (gst_fenced_buffer_class_init):
4098         Properly chain up finalize method. Fixes bug #515979.
4099
4100 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
4101
4102         * sys/ximage/gstximagesrc.c:
4103         Free allocated Damage memory before closing our connection to the
4104         X server. Partially fixes: #515706
4105
4106 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4107
4108         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
4109         * tests/check/Makefile.am:
4110         * tests/check/gst-plugins-good.supp:
4111         Add a few libjpeg suppressions and initialize a variable to
4112         make smokeenc valgrind clean. Fixes bug #515701.
4113
4114 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
4115
4116         * gst/avi/gstavidemux.c:
4117         Revert patch which sends timestamps only on keyframes, as it
4118         breaks playback with current gst-ffmpeg.
4119
4120         Fixes: #515562
4121
4122 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4123
4124         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
4125         * tests/check/elements/multifile.c: (GST_START_TEST):
4126         Close some memory leaks spotted by the unit test. Fixes bug #515697.
4127
4128 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4129
4130         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
4131         Use and unset the GError when pipeline creation fails instead of
4132         simply leaking it. Fixes bug #515704.
4133
4134 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
4135
4136         * gst/audiofx/audioamplify.c:
4137         * gst/audiofx/audiochebband.c:
4138         * gst/audiofx/audiocheblimit.c:
4139         * gst/audiofx/audiodynamic.c:
4140         * gst/audiofx/audioinvert.c:
4141         * gst/audiofx/audiopanorama.c:
4142         * gst/audiofx/audiowsincband.c:
4143         * gst/audiofx/audiowsinclimit.c:
4144         Fix long description of audiofx elements. Fixes bug #515457.
4145
4146 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
4147
4148         * docs/plugins/Makefile.am:
4149         * gst/spectrum/gstspectrum.c:
4150         * tests/examples/spectrum/.cvsignore:
4151         * tests/examples/spectrum/Makefile.am:
4152         * tests/examples/spectrum/spectrum-example.c:
4153
4154         Add a simple example application for the spectrum element, include it
4155         in the docs, and fix some documentation ambiguities.
4156
4157         Fixes: #348085
4158
4159 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4160
4161         * gst/equalizer/Makefile.am:
4162         * gst/spectrum/Makefile.am:
4163         Fix includes order
4164
4165         * tests/check/Makefile.am:
4166         Exclude v4l2src from the states test - it takes too long to start.
4167
4168         * tests/check/elements/spectrum.c:
4169         Make the test run properly with CK_FORK=no
4170
4171 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
4172
4173         * gst/audiofix/Makefile.am: add missing header files 
4174
4175 2008-02-08  Julien Moutte  <julien@fluendo.com>
4176
4177         * gst/matroska/matroska-demux.c:
4178         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
4179         keyframe and delta units correctly when dealign with a BlockGroup.
4180         Fixes: #514397
4181
4182 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4183
4184         * tests/check/elements/.cvsignore:
4185         Spell the new tests correctly in .cvsignore
4186
4187 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
4188
4189         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
4190           Need to use gsize here for the size, fixes compiler warning.
4191
4192         * tests/examples/equalizer/.cvsignore:
4193         * tests/examples/equalizer/Makefile.am:
4194         * tests/examples/spectrum/.cvsignore:
4195         * tests/examples/spectrum/Makefile.am:
4196           Add missing files to fix the build.
4197
4198 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4199
4200         * configure.ac:
4201         * docs/plugins/Makefile.am:
4202         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4203         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4204         * docs/plugins/gst-plugins-good-plugins.args:
4205         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4206         * docs/plugins/inspect/plugin-multifile.xml:
4207         * tests/check/Makefile.am:
4208         * tests/check/elements/.cvsignore:
4209
4210         Move multifile plugin from -bad.
4211         Fixes: #490283
4212
4213 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4214
4215         * configure.ac:
4216         * docs/plugins/Makefile.am:
4217         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4218         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4219         * docs/plugins/gst-plugins-good-plugins.args:
4220         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4221         * docs/plugins/inspect/plugin-spectrum.xml:
4222         * gst/spectrum/Makefile.am:
4223         * tests/check/Makefile.am:
4224         * tests/check/elements/.cvsignore:
4225         * tests/examples/Makefile.am:
4226
4227         Move spectrum plugin from -bad.
4228         Move examples into tests/examples/spectrum.
4229
4230 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4231
4232         * configure.ac:
4233         * docs/plugins/Makefile.am:
4234         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4235         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4236         * docs/plugins/gst-plugins-good-plugins.args:
4237         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4238         * docs/plugins/gst-plugins-good-plugins.interfaces:
4239         * docs/plugins/inspect/plugin-equalizer.xml:
4240         * gst/equalizer/Makefile.am:
4241         * tests/check/Makefile.am:
4242         * tests/examples/Makefile.am:
4243         Move the equalizer plugin across from -bad
4244
4245         * tests/check/elements/.cvsignore:
4246         Add equalizer, audiosincwband and audiosincwlimit
4247
4248         * tests/check/elements/equalizer.c:
4249         Fix compiler warnings
4250
4251         Fixes: #415627
4252
4253 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4254
4255         * configure.ac:
4256         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
4257         are treated like releases and build without it.
4258
4259 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4260
4261         * docs/plugins/Makefile.am:
4262         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4263         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4264         * docs/plugins/gst-plugins-good-plugins.args:
4265         * docs/plugins/inspect/plugin-audiofx.xml:
4266         * gst/audiofx/Makefile.am:
4267         * gst/audiofx/audiofx.c:
4268         * gst/audiofx/audiowsincband.c:
4269         * gst/audiofx/audiowsincband.h:
4270         * gst/audiofx/audiowsinclimit.c:
4271         * gst/audiofx/audiowsinclimit.h:
4272         * tests/check/Makefile.am:
4273         * tests/check/elements/audiowsincband.c:
4274         * tests/check/elements/audiowsinclimit.c:
4275
4276         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
4277         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
4278         respectively.
4279
4280         Fixes: #467666
4281
4282 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4283
4284         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
4285         * tests/check/elements/icydemux.c:
4286           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
4287           caps, and add a somewhat useful debug message. Plus test.
4288
4289 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
4290
4291         * gst/rtsp/gstrtspsrc.c:
4292         Include unistd.h only if HAVE_UNISTD_H is defined
4293         * win32/common/config.h.in:
4294         * win32/common/config.h:
4295         Define socklen_t as it seems it's not defined in default 
4296         Visual Studio headers.
4297         * win32/vs6/libgstalpha.dsp:
4298         * win32/vs6/libgstapetag.dsp:
4299         * win32/vs6/libgstavi.dsp:
4300         * win32/vs6/libgstrtp.dsp:
4301         * win32/vs6/libgstrtsp.dsp:
4302         * win32/vs6/libgstvideomixer.dsp:
4303         Update project file dependencies and add new source files       
4304
4305 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
4306
4307         Patch by: Bjarne Rosengren <bjarne at axis dot com>
4308
4309         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
4310         Don't leak buffers when we don't push them downstream.
4311         Fixes bug #514965.
4312
4313 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4314
4315         * configure.ac:
4316           Bump requirements to (good) released versions to avoid
4317           confusion and make implicit core requirement explicit.
4318
4319 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
4320
4321         * docs/plugins/Makefile.am:
4322         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4323         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4324         * docs/plugins/gst-plugins-good-plugins.args:
4325         * docs/plugins/inspect/plugin-audiofx.xml:
4326         * gst/audiofx/Makefile.am:
4327         * gst/audiofx/audiochebband.c:
4328         * gst/audiofx/audiochebband.h:
4329         * gst/audiofx/audiocheblimit.c:
4330         * gst/audiofx/audiocheblimit.h:
4331         * gst/audiofx/audiochebyshevfreqband.c:
4332         * gst/audiofx/audiochebyshevfreqband.h:
4333         * gst/audiofx/audiochebyshevfreqlimit.c:
4334         * gst/audiofx/audiochebyshevfreqlimit.h:
4335         * gst/audiofx/audiofx.c:
4336         * tests/check/Makefile.am:
4337         * tests/check/elements/.cvsignore:
4338         * tests/check/elements/audiochebband.c:
4339         * tests/check/elements/audiocheblimit.c:
4340         * tests/check/elements/audiochebyshevfreqband.c:
4341         * tests/check/elements/audiochebyshevfreqlimit.c:
4342
4343         Rename audiochebyshevfreqband -> audiochebband and
4344         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
4345         surgery.
4346
4347         Closes: #491811
4348
4349 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
4350
4351         Patch by: Orjan Friberg <orjanf at axis dot com>
4352
4353         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
4354         Fix caps memory leak. Fixes #514573.
4355
4356 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
4357
4358         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
4359         If there's no entries in the subindex, don't try to do anything stupid,
4360         just return.
4361
4362 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4363
4364         Patch by: John Millikin <jmillikin at gmail dot com>
4365
4366         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
4367           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
4368           Fix extraction of picture blocks with newer libflac versions again:
4369           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
4370
4371 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4372
4373         * tests/check/Makefile.am:
4374           Add rtp-payloading test to VALGRIND_TO_FIX.
4375
4376         * tests/check/elements/rtp-payloading.c:
4377           Add semicolons after GST_TEST_END so gst-indent gets the
4378           formatting right; make test less verbose in general, but
4379           more verbose in the error case (which should probably
4380           make the test fail anyway).
4381
4382 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
4383
4384         * docs/plugins/Makefile.am:
4385         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4386         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4387         * gst/avi/gstavisubtitle.c:
4388         Add documentation for avisubtitle and change class to
4389         Codec/Parser/Subtitle
4390
4391 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
4392
4393         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
4394         Treat ENOTTY (driver does not implement ioctl) the same as
4395         EINVAL since it implies there are no available standards.
4396
4397         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
4398         (gst_v4l2src_get_nearest_size):
4399         Replace gst_v4l2src_get_size_limits with 2 calls to new function
4400         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
4401         probe if the driver does not support VIDIOC_TRY_FMT for whatever
4402         reason, and if we aren't yet actively capturing.
4403
4404         * sys/v4l2/v4l2src_calls.h:
4405         Remove replaced function declaration.
4406
4407 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
4408
4409         * configure.ac:
4410         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
4411         API.
4412
4413 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
4414
4415         * configure.ac:
4416         Fix typo.
4417
4418 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4419
4420         * gst/alpha/Makefile.am:
4421         * gst/alpha/gstalpha.c:
4422
4423         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
4424         some stuff, and making buffer-alloc and resizing work automatically.
4425         No longer crashes on odd frame widths and heights, although there
4426         seems to be a disagreement with ffmpegcolorspace about what size
4427         an AYUV frame with odd height should be.
4428
4429 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4430
4431         Patch by: Alessandro Decina <alessandro at nnva dot org>
4432
4433         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
4434         * ext/libpng/gstpngenc.h:
4435         Preallocate the output buffer so that g_memdup() and
4436         gst_buffer_merge() aren't needed anymore. This greatly improves
4437         performances and fixes #512544.
4438
4439 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4440
4441         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
4442         (gst_avi_demux_stream_data):
4443         GStreamer timestamps are PTS values while AVI only knows about DTS
4444         timestamps. Make sure we only copy the DTS as the buffer timestamp when
4445         we are dealing with a key frame.
4446
4447 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
4448
4449         * tests/check/Makefile.am:
4450         * tests/check/elements/.cvsignore:
4451         * tests/check/elements/rtp-payloading.c:
4452           Add add testsuite for the rtp-payloader that tries simulating
4453           dataflow. Needs more test data.
4454
4455 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
4456
4457         * tests/check/elements/alphacolor.c:
4458           Remove two unused variables.
4459
4460 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
4461
4462         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
4463           Use g_ascii_strtoll() instead of atoll, which is only
4464           available in C99.
4465
4466 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
4467
4468         * gst/rtp/Makefile.am:
4469         * gst/rtp/gstrtp.c:
4470         * gst/rtp/gstrtpmpvpay.c:
4471         * gst/rtp/gstrtpmpvpay.h:
4472         Add MPEG2 video payloader
4473
4474 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
4475
4476         * gst/level/gstlevel.c:
4477         Use #include <math.h> instead of #include "math.h".
4478
4479 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
4480
4481         * tests/check/Makefile.am:
4482         Fix up some CFLAGS sets.
4483         Don't include gconfvideosrc in the states test.
4484
4485         * tests/check/elements/autodetect.c: (GST_START_TEST):
4486         Add some error strings to fail_unless arguments to fix some weird
4487         compiler errors on Solaris.
4488
4489 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
4490
4491         * configure.ac:
4492         Detect video4linux headers on Solaris too.
4493         * sys/v4l2/gstv4l2colorbalance.h:
4494         * sys/v4l2/gstv4l2object.h:
4495         * sys/v4l2/v4l2_calls.c:
4496         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
4497         (gst_v4l2_buffer_new):
4498
4499         Make v4l2 build on Solaris.
4500         Patch by: Brian Cameron  <brian.cameron at sun dot com>
4501         Fixes: #510505
4502
4503 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
4504
4505         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4506           Update list from (still local) scanning script.
4507
4508 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
4509
4510         Based on a patch by:
4511             Victor STINNER <victor dot stinner at haypocalc dot com>
4512
4513         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4514         Set variable to NULL after freeing it to prevent double frees
4515         or make failures by another use of it afterwards more obvious
4516         and fix use of it after the freeing. Fixes bug #510592.
4517
4518 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
4519
4520         * gst/udp/gstmultiudpsink.c:
4521         use GST_WARNING for logging
4522
4523 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
4524
4525         * gst/udp/gstmultiudpsink.c:
4526         Don't try to leave a multicast group with an invalid socket
4527
4528 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
4529
4530         * ext/flac/gstflacdec.c:
4531           Fix compilation against flac 1.1.2 (as on debian stable), where
4532           the picture metadata defines and structs don't exist yet.
4533           Fixes #509301.
4534
4535 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
4536
4537         Patch by: Olivier Crete <tester at tester dot ca>
4538
4539         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4540         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
4541         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
4542         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
4543         * gst/udp/gstmultiudpsink.h:
4544         Add property to automatically join a multicast group or not. This can be
4545         useful when sharing a socket between multiple elements.
4546         Fixes #509531.
4547
4548 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
4549
4550         * gst/videomixer/Makefile.am:
4551           Add controller flags.
4552
4553 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
4554
4555         * gst/videomixer/videomixer.c:
4556           Also commit the missing gst_object_sync_values().
4557
4558 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
4559
4560         * docs/plugins/Makefile.am:
4561           Remove duplicate entry.
4562
4563 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
4564
4565         * docs/plugins/Makefile.am:
4566         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4567         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4568         * docs/plugins/inspect/plugin-gamma.xml:
4569         * docs/plugins/inspect/plugin-monoscope.xml:
4570         * docs/plugins/inspect/plugin-video4linux2.xml:
4571           Add 3 more plugins to docs.
4572
4573 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
4574
4575         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4576         * sys/osxvideo/osxvideosink.h:
4577           Revert previous change caused by a file that got stuck on an old
4578           revision.
4579
4580 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
4581
4582         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4583         * gst/multipart/Makefile.am:
4584         * gst/multipart/multipartdemux.c:
4585         * gst/multipart/multipartdemux.h:
4586         * gst/multipart/multipartmux.c:
4587         * gst/multipart/multipartmux.h:
4588           Re-add multipartdemux to the docs. Last round of section cleanup.
4589
4590 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
4591
4592         * docs/plugins/Makefile.am:
4593         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4594         * sys/osxaudio/gstosxaudiosink.h:
4595         * sys/osxvideo/osxvideosink.h:
4596           Managed to resolve most unused declarations. Filed a bug for one left.          
4597
4598 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
4599
4600         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4601           Cleanup section file.
4602
4603 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
4604
4605         * docs/plugins/Makefile.am:
4606         * docs/plugins/gst-plugins-good-plugins.args:
4607         * docs/plugins/gst-plugins-good-plugins.signals:
4608         * docs/plugins/inspect/plugin-alaw.xml:
4609         * docs/plugins/inspect/plugin-alpha.xml:
4610         * docs/plugins/inspect/plugin-alphacolor.xml:
4611         * docs/plugins/inspect/plugin-annodex.xml:
4612         * docs/plugins/inspect/plugin-apetag.xml:
4613         * docs/plugins/inspect/plugin-audiofx.xml:
4614         * docs/plugins/inspect/plugin-auparse.xml:
4615         * docs/plugins/inspect/plugin-autodetect.xml:
4616         * docs/plugins/inspect/plugin-avi.xml:
4617         * docs/plugins/inspect/plugin-cairo.xml:
4618         * docs/plugins/inspect/plugin-cdio.xml:
4619         * docs/plugins/inspect/plugin-cutter.xml:
4620         * docs/plugins/inspect/plugin-debug.xml:
4621         * docs/plugins/inspect/plugin-dv.xml:
4622         * docs/plugins/inspect/plugin-efence.xml:
4623         * docs/plugins/inspect/plugin-effectv.xml:
4624         * docs/plugins/inspect/plugin-flac.xml:
4625         * docs/plugins/inspect/plugin-flxdec.xml:
4626         * docs/plugins/inspect/plugin-gconfelements.xml:
4627         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4628         * docs/plugins/inspect/plugin-goom.xml:
4629         * docs/plugins/inspect/plugin-halelements.xml:
4630         * docs/plugins/inspect/plugin-icydemux.xml:
4631         * docs/plugins/inspect/plugin-id3demux.xml:
4632         * docs/plugins/inspect/plugin-jpeg.xml:
4633         * docs/plugins/inspect/plugin-ladspa.xml:
4634         * docs/plugins/inspect/plugin-level.xml:
4635         * docs/plugins/inspect/plugin-matroska.xml:
4636         * docs/plugins/inspect/plugin-mulaw.xml:
4637         * docs/plugins/inspect/plugin-multipart.xml:
4638         * docs/plugins/inspect/plugin-navigationtest.xml:
4639         * docs/plugins/inspect/plugin-png.xml:
4640         * docs/plugins/inspect/plugin-quicktime.xml:
4641         * docs/plugins/inspect/plugin-rtp.xml:
4642         * docs/plugins/inspect/plugin-rtsp.xml:
4643         * docs/plugins/inspect/plugin-shout2send.xml:
4644         * docs/plugins/inspect/plugin-smpte.xml:
4645         * docs/plugins/inspect/plugin-speex.xml:
4646         * docs/plugins/inspect/plugin-taglib.xml:
4647         * docs/plugins/inspect/plugin-udp.xml:
4648         * docs/plugins/inspect/plugin-videobalance.xml:
4649         * docs/plugins/inspect/plugin-videobox.xml:
4650         * docs/plugins/inspect/plugin-videocrop.xml:
4651         * docs/plugins/inspect/plugin-videoflip.xml:
4652         * docs/plugins/inspect/plugin-videomixer.xml:
4653         * docs/plugins/inspect/plugin-wavenc.xml:
4654         * docs/plugins/inspect/plugin-wavpack.xml:
4655         * docs/plugins/inspect/plugin-wavparse.xml:
4656           Update plugin docs.
4657
4658         * gst/videomixer/Makefile.am:
4659         * gst/videomixer/videomixer.c:
4660         * gst/videomixer/videomixer.h:
4661         * gst/videomixer/videomixerpad.h:
4662           Split out header to fix warnings from the doc-build.
4663
4664 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4665
4666         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
4667
4668         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
4669         Use atoll to parse the rtptime with enough precision. Fixes #509329.
4670
4671 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
4672
4673         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
4674         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
4675           Initialise variables to work around (false) 'foo might be used
4676           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
4677
4678 2008-01-11  David Schleef  <ds@schleef.org>
4679
4680         * docs/plugins/.cvsignore:
4681         * tests/check/pipelines/.cvsignore:
4682           Ignore more files for the buildbot.
4683
4684 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
4685
4686         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
4687         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
4688         Generate the image-type values correctly. Leave them out of the caps
4689         when outputting a "preview image" tag, since it only makes sense
4690         to have one of those - the type is irrelevant.
4691
4692         * sys/sunaudio/gstsunaudiomixerctrl.c:
4693         (gst_sunaudiomixer_ctrl_open):
4694         If we can, mark the mixer multiple open when we use it, in case
4695         (for some reason) the process wants to open it again elsewhere.
4696
4697 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4698
4699         Patch by: Olivier Crete <tester at tester dot ca>
4700
4701         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
4702         * gst/rtp/gstrtptheorapay.c:
4703         Fix the clock rate to 90000 as required by the RFC.
4704         Fixes #508644.
4705
4706 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
4707
4708         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
4709           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
4710
4711 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
4712
4713         * autogen.sh:
4714           Add -Wno-portability to the automake parameters to stop warnings
4715           about GNU make extensions being used. We require GNU make in almost
4716           every Makefile anyway.
4717           
4718         * configure.ac:
4719           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
4720           at the same time is required for per target flags.
4721
4722 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
4723
4724         * gst/videomixer/videomixer.c: (gst_videomixer_init):
4725         Fix error from my last commit.
4726
4727 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
4728
4729         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
4730
4731         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
4732           Make sure the ISO 639-X language code in ID3v2 COMM frames
4733           is actually valid UTF-8 (or rather: ASCII), so we don't end
4734           up with non-UTF8 strings in tags if there's garbage in the
4735           language field. Also make sure the language code is always
4736           lower case. Fixes: #508291.
4737
4738 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
4739
4740         * ChangeLog:
4741           Fix ChangeLog typo.
4742
4743 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
4744
4745         * Makefile.am:
4746           Include lcov.mak to allow building coverage reports. Guard
4747           check-torture target like in the other packages.
4748
4749 2008-01-09  Sameer Naik  <sameer@damagehead.com>
4750
4751         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
4752
4753         * gst/videomixer/videomixer.c:
4754         (gst_videomixer_set_master_geometry), (_do_init),
4755         (gst_videomixer_child_proxy_get_child_by_index),
4756         (gst_videomixer_child_proxy_get_children_count),
4757         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
4758         (gst_videomixer_init), (gst_videomixer_request_new_pad),
4759         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
4760         Implement GstChildProxy interface.
4761         Send newsegment at the right moment
4762         Fixes #488879
4763
4764 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
4765
4766         * gst/alpha/Makefile.am:
4767         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
4768         (gst_alpha_sink_event), (gst_alpha_chain),
4769         (gst_alpha_change_state), (plugin_init):
4770         Make the various properties of 'alpha' controllable. This allows doing
4771         niceties like fade-in/fade-out.
4772
4773 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
4774
4775         * gst/rtp/gstasteriskh263.c:
4776         * gst/rtp/gstrtpL16depay.c:
4777         * gst/rtp/gstrtpac3depay.c:
4778         * gst/rtp/gstrtpamrpay.c:
4779         * gst/rtp/gstrtpdepay.c:
4780         * gst/rtp/gstrtpgsmdepay.c:
4781         * gst/rtp/gstrtph263depay.c:
4782         * gst/rtp/gstrtph263pdepay.c:
4783         * gst/rtp/gstrtph263ppay.c:
4784         * gst/rtp/gstrtph264depay.c:
4785         * gst/rtp/gstrtph264pay.c:
4786         * gst/rtp/gstrtpmp2tdepay.c:
4787         * gst/rtp/gstrtpmp4adepay.c:
4788         * gst/rtp/gstrtpmp4gdepay.c:
4789         * gst/rtp/gstrtpmp4gpay.c:
4790         * gst/rtp/gstrtpmp4vdepay.c:
4791         * gst/rtp/gstrtpmpadepay.c:
4792         * gst/rtp/gstrtpmpvdepay.c:
4793         * gst/rtp/gstrtpsv3vdepay.c:
4794         * gst/rtp/gstrtptheoradepay.c:
4795         * gst/rtp/gstrtptheorapay.c:
4796         * gst/rtp/gstrtpvorbisdepay.c:
4797         * gst/rtp/gstrtpvorbispay.c:
4798           Remove copy/paste unused code (property setters and getter) found by
4799           the coverage suite (yay, saves ~20k on disk).
4800
4801 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4802
4803         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
4804           (videosink_templ):
4805           Also fix up pad templates to indicate that image/jpeg doesn't
4806           absolutely require the framerate property to be set (#504081).
4807
4808 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4809
4810         Based on patch by: Wouter Cloetens  <wouter at mind be>
4811
4812         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
4813           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
4814           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
4815         * gst/matroska/matroska-mux.h:
4816           Keep track of first and last timestamps for each incoming stream,
4817           so we can calculate the total duration for live sources and other
4818           input where we can't query the duration from the start or where
4819           there's no constant framerate from which we can deduce the
4820           duration; also use calculated/observed duration if it is bigger
4821           than the previously queried duration. Furthermore, use
4822           gst_pad_query_peer_duration() and take into account that it may
4823           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
4824           screws up comparisons when using unsigned integers. Fixes #504081.
4825
4826 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
4827
4828         * configure.ac:
4829         * gst/audiofx/audioamplify.c:
4830         (gst_audio_amplify_clipping_method_get_type),
4831         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
4832         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
4833         (gst_audio_dynamic_transform_ip):
4834         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
4835         (gst_audio_invert_transform_ip):
4836         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
4837         (gst_audio_panorama_transform):
4838         * gst/level/gstlevel.c: (gst_level_init):
4839         Make elements GST_BUFFER_FLAG_GAP aware and call
4840         gst_base_transform_set_gap_aware for this.
4841         Bump core requirement to CVS.
4842         
4843         * gst/audiofx/audiochebyshevfreqband.c:
4844         (gst_audio_chebyshev_freq_band_transform_ip):
4845         * gst/audiofx/audiochebyshevfreqlimit.c:
4846         (gst_audio_chebyshev_freq_limit_transform_ip):
4847         Also sync GObject properties to the controller if operating
4848         in passthrough mode.
4849
4850 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
4851
4852         * sys/directdraw/gstdirectdrawsink.c:
4853           (gst_directdraw_sink_window_thread):
4854           FALSE is not a gpointer.
4855
4856 2008-01-05  Julien Moutte  <julien@fluendo.com>
4857
4858         * sys/directdraw/gstdirectdrawsink.c:
4859         (gst_directdraw_sink_set_window_id),
4860         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
4861         (gst_directdraw_sink_buffer_alloc),
4862         (gst_directdraw_sink_draw_borders),
4863         (gst_directdraw_sink_show_frame),
4864         (gst_directdraw_sink_setup_ddraw),
4865         (gst_directdraw_sink_window_thread),
4866         (gst_directdraw_sink_get_ddrawcaps),
4867         (gst_directdraw_sink_surface_create): Make sure we create our
4868         internal window only when we need it. That will give a chance to
4869         the application to get the prepare-xwindow-id bus message. Draw
4870         black borders when keeping aspect ratio. Handle the case where our
4871         rendering window disappears (closed or errors) like other sinks
4872         do. Various 80 columns fixes, improve state change order. That
4873         element could need some more love.
4874
4875 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
4876
4877         * ext/taglib/gstapev2mux.h:
4878         * ext/taglib/gstid3v2mux.h:
4879         Remove useless typedefs without new type name. Fixes a warning with
4880         gcc 4.3.
4881
4882 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
4883
4884         Patch by: John Millikin <jmillikin at gmail dot com>
4885
4886         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
4887         (gst_flac_dec_setup_stream_decoder),
4888         (gst_flac_normalize_picture_mime_type),
4889         (gst_flac_extract_picture_buffer),
4890         (gst_flac_dec_metadata_callback):
4891         Emit metadata messages when a PICTURE block is encountered.
4892         Fixes #506715.
4893
4894 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
4895
4896         * gst/avi/gstavi.c:
4897         increase rank because no known issues anymore ...
4898         * gst/avi/gstavisubtitle.c:
4899         send subtitle name to the srcpad
4900
4901 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
4902
4903         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
4904         * gst/rtsp/gstrtspsrc.h:
4905         Implement redirect for the DESCRIBE reply. Fixes #506025.
4906
4907 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
4908
4909         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
4910         Fix 'xyz may be used uninitialized' compiler warnings caused
4911         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
4912         abort() in any case but properly report the error.
4913
4914 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
4915
4916         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
4917         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
4918         * sys/ximage/gstximagesrc.c: (composite_pixel):
4919           Fix 'xyz may be used uninitialized' compiler warnings caused
4920           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
4921           not really nice to abort in any case). Fixes #505745.
4922
4923 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
4924
4925         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
4926           Small unit test fix (has no practical impact at the moment,
4927           since we're only feeding utf8 and hence just create a sub-
4928           buffer for the output).
4929
4930 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
4931
4932         * gst/avi/gstavisubtitle.c:
4933         * tests/check/elements/avisubtitle.c:
4934         Add seeking support for avi subtitle
4935
4936 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4937
4938         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
4939         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
4940         (gst_flac_dec_write):
4941         * ext/flac/gstflacdec.h:
4942         Remove some unused vars.
4943         Do more cleanup of leftover events and tags.
4944         Output tags after the segment event. Fixes #504018.
4945
4946 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
4947
4948         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
4949           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
4950           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
4951           Detect other UTF byte order markers and convert to UTF-8 as
4952           appropriate.
4953
4954 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
4955
4956         * gst/avi/gstavisubtitle.c: (src_template),
4957           (gst_avi_subtitle_extract_utf8_file),
4958           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
4959           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
4960           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
4961         * gst/avi/gstavisubtitle.h:
4962           Refactor a bit; fix name extraction; don't assume all the data
4963           in the chunk is actually subtitle data, there may be padding at
4964           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
4965           file so it's there to send again after a seek (for future use).
4966
4967 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
4968
4969         * gst/avi/Makefile.am:
4970         * gst/avi/gstavi.c:
4971         * gst/avi/gstavisubtitle.c:
4972         * gst/avi/gstavisubtitle.h:
4973         * tests/check/Makefile.am:
4974         * tests/check/elements/avisubtitle.c:
4975         * win32/common/config.h:
4976                 Add avi subtitle element for bug #442034. Need seeking support
4977                 and more support for character conversion.
4978
4979 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
4980
4981         * Makefile.am:
4982           Include common/win32.mak for CRLF check of win32 project
4983           files (see #393626).
4984
4985         * win32/vs6/libgstpng.dsp:
4986           Fix line endings and do cvs admin -kb.
4987
4988 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
4989
4990         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
4991         Actually drop the buffers which are outside the currently configured
4992         segment instead of just emitting a WARNING.
4993
4994 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4995
4996         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
4997         (gst_flac_dec_write):
4998         * ext/flac/gstflacdec.h:
4999         Send segments from the streaming thread. Fixes #502187.
5000         Fix segment seeking and a bunch of other seeking cases.
5001
5002 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
5003
5004         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
5005           Parse WOAF frames and put the result into GST_TAG_CONTACT,
5006           which is where it would end up if the same information was
5007           put in a vorbis comment (don't think it's worth adding a
5008           new URI tag for this). Fixes #488112.
5009
5010 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5011
5012         * configure.ac:
5013           We need core/base 0.10.15 or later.
5014
5015 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5016
5017         Patch by: Mark Nauwelaerts <manauw skynet be>
5018
5019         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
5020         Fix regression in stream numbering. Fixes #502655.
5021
5022 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5023
5024         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
5025
5026         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
5027         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
5028         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
5029         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
5030         (gst_rtp_h264_pay_handle_buffer):
5031         * gst/rtp/gstrtph264pay.h:
5032         Use higher performance start-code searching.
5033         Parse NALs and store SPS, PPS and profile in the caps so that they can
5034         be used in the SDP. Fixes #502814.
5035
5036 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5037
5038         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
5039         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
5040           Init some structs to zero before we pass them to ioctl, which
5041           avoids valgrind warnings.  Also fix a small memory leak.
5042
5043 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5044
5045         Patch by: Wouter Cloetens <wouter at mind dot be>
5046
5047         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
5048         Copy timestamp from input to output. Not very perfect yet but better
5049         than nothing. Fixes #503023.
5050
5051 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5052
5053         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
5054           Also print a useful error message with the old Wavpack API
5055           if possible.
5056
5057 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
5058
5059         * ext/wavpack/gstwavpackdec.c:
5060           More build fixes for old libwavpack versions: include config.h so
5061           that WAVPACK_OLD_API is actually defined as detected; only use
5062           WavpackGetErrorMessage if it is available. This fixes the build
5063           on debian stable for me.
5064
5065 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5066
5067         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
5068         * ext/wavpack/gstwavpackparse.c:
5069           (gst_wavpack_parse_create_src_pad):
5070           Workaround the non-existance of WavpackGetChannelMask in Wavpack
5071           versions below 4.40.0.
5072
5073 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5074
5075         * configure.ac:
5076           And now do it right for real...
5077
5078 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5079
5080         * configure.ac:
5081           Correctly reset $LIBS to not contain -lm.
5082
5083 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5084
5085         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
5086
5087         * configure.ac:
5088         * ext/cairo/gsttimeoverlay.c:
5089           (gst_cairo_time_overlay_print_smpte_time):
5090           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
5091           and checking for rint() and implementing it ourself if it doesn't
5092           exist. Fixes #497293.
5093
5094 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5095
5096         * configure.ac:
5097           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
5098
5099 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
5100
5101         * sys/oss/gstosshelper.c:
5102         Verify that the format returned after the ioctl is the one
5103         we requested. It is valid for the ioctl to succeed while
5104         substituting an alternate 'supported' sample format.
5105
5106 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
5107
5108         * sys/oss/gstossaudio.c: (plugin_init):
5109         * sys/oss/gstosssink.c: (gst_oss_sink_open):
5110         * sys/oss/gstosssrc.c: (gst_oss_src_open):
5111           Post decent (and translated) error message when we can't
5112           open the audio device for some reason.
5113
5114 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
5115
5116         * sys/oss/gstosssink.c:
5117         * sys/oss/gstosssrc.c:
5118         Allow the AUDIODEV environment variable to redirect us
5119         to a different default OSS device, like sunaudiosink does
5120         on Solaris (makes audio play automatically on SunRays).
5121
5122 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
5123
5124         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
5125         * gst/audiofx/audiochebyshevfreqband.c:
5126         (gst_audio_chebyshev_freq_band_transform_ip):
5127         * gst/audiofx/audiochebyshevfreqlimit.c:
5128         (gst_audio_chebyshev_freq_limit_transform_ip):
5129         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
5130         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
5131         The transform_ip() methods should do nothing if in passthrough mode.
5132         It might get non-writable buffers in that case but the buffer might
5133         as well be writable.
5134
5135         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
5136         The transform() methods won't be called in passthrough mode and
5137         otherwise the buffer is always writable so don't check here.
5138
5139 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
5140
5141         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
5142           Fix seeking in .wav files again (#501775).  Some people seem to think
5143           they don't need to test their changes when they're just 'reflowing'
5144           some code.
5145
5146 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
5147
5148         * gst/autodetect/gstautovideosink.c:
5149         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
5150         (gst_auto_video_sink_init),
5151         (gst_auto_video_sink_create_element_with_pretty_name),
5152         (gst_auto_video_sink_find_best),
5153         (gst_auto_video_sink_set_property),
5154         (gst_auto_video_sink_get_property):
5155         * gst/autodetect/gstautovideosink.h:
5156         Fix docs.
5157         Use same error reporting code as autoaudiosink.
5158         Add property to filter sinks based on caps. Only select raw video sinks
5159         by default for backwards compat.
5160         API: GstAutoVideoSink::filter-caps
5161
5162 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
5163
5164         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
5165
5166         * gst/autodetect/gstautoaudiosink.c:
5167         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
5168         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
5169         (gst_auto_audio_sink_set_property),
5170         (gst_auto_audio_sink_get_property):
5171         * gst/autodetect/gstautoaudiosink.h:
5172         Add property to filter sinks based on caps. Only select raw audio sinks
5173         by default for backwards compat.  Fixes #417420.
5174         API: GstAutoAudioSink::filter-caps
5175
5176 2007-11-29  Michael Smith <msmith@fluendo.com>
5177
5178         Patch by: Arek Korbik <arkadini@gmail.com>
5179
5180         * gst/videobox/gstvideobox.c: (plugin_init):
5181           Initialise liboil in plugin_init()
5182
5183 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
5184
5185         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
5186         Post error before sending EOS. Fixes #499178.
5187
5188 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
5189
5190         * win32/vs6/gst_plugins_good.dsw:
5191         * win32/vs6/libgstpng.dsp:
5192         Add a project file for libgstpng
5193
5194 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
5195
5196         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
5197         (gst_rtp_h263_depay_process):
5198         Code beautification.
5199         Added debug statements.
5200         Don't bit-shift everything, just do operations on last/first byte
5201         instead.
5202
5203 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
5204
5205         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
5206
5207         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
5208         Fix wrong comparison in overrun check. Fixes #499239 some more.
5209
5210 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
5211
5212         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
5213         (gst_rtp_h263_depay_process):
5214         * gst/rtp/gstrtph263depay.h:
5215         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
5216         stream.
5217
5218 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
5219
5220         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
5221
5222         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
5223         (gst_rtp_mp4a_depay_process):
5224         * gst/rtp/gstrtpmp4adepay.h:
5225         Fix depayloading when multiple frames are inside one RTP packet.
5226         Fixes #499239.
5227
5228 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
5229
5230         * gst/level/gstlevel.c:
5231           Add GAP-flag support.
5232
5233 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
5234
5235         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
5236         Read the I flag for Mode A h263 rtp stream and set the
5237         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
5238         Fixes #499383
5239
5240 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
5241
5242         * gst/level/gstlevel.c:
5243           Remove some dead code and do cleanups.
5244
5245 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
5246
5247         * tests/check/pipelines/simple-launch-lines.c:
5248           Improve the tests by allowing to set a target state.
5249
5250 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
5251
5252         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
5253         Don't check the caps of the output buffer if they're equal some
5254         other caps. The caps can change in a backward compatible way
5255         and did at this point.
5256
5257 2007-11-24  Julien MOUTTE  <julien@moutte.net>
5258
5259         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
5260         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
5261         (gst_qtdemux_seek_to_previous_keyframe),
5262         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
5263         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
5264         reverse playback support.
5265
5266 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
5267
5268         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
5269         Also set the channel layout on the Wavpack caps if we're having
5270         a mono layout. Of course only do it for "audio/x-wavpack".
5271
5272 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
5273
5274         * ext/wavpack/gstwavpackcommon.c:
5275         (gst_wavpack_get_default_channel_mask),
5276         (gst_wavpack_set_channel_layout),
5277         (gst_wavpack_get_default_channel_positions),
5278         (gst_wavpack_get_channel_mask_from_positions),
5279         (gst_wavpack_set_channel_mapping):
5280         * ext/wavpack/gstwavpackcommon.h:
5281         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
5282         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
5283         * ext/wavpack/gstwavpackdec.h:
5284         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
5285         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
5286         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
5287         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
5288         (gst_wavpack_enc_rewrite_first_block),
5289         (gst_wavpack_enc_sink_event):
5290         * ext/wavpack/gstwavpackenc.h:
5291         * ext/wavpack/gstwavpackparse.c:
5292         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
5293         (gst_wavpack_parse_scan_to_find_sample),
5294         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
5295         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
5296         * ext/wavpack/gstwavpackparse.h:
5297         Add support for encoding, parsing and decoding multichannel
5298         files with up to 8 channels. This also improves the robustness
5299         of parsing quite a bit.
5300
5301         * ext/wavpack/gstwavpackstreamreader.c:
5302         (gst_wavpack_stream_reader_read_bytes),
5303         (gst_wavpack_stream_reader_get_pos),
5304         (gst_wavpack_stream_reader_set_pos_abs),
5305         (gst_wavpack_stream_reader_set_pos_rel),
5306         (gst_wavpack_stream_reader_push_back_byte),
5307         (gst_wavpack_stream_reader_get_length),
5308         (gst_wavpack_stream_reader_can_seek),
5309         (gst_wavpack_stream_reader_write_bytes):
5310         Improve debugging.
5311
5312 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
5313
5314         * ext/libpng/gstpngdec.c:
5315         * ext/libpng/gstpngdec.h:
5316           Don't release the png-memory from within the callback.
5317
5318 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
5319
5320         Patch by: René Stadler <mail at renestadler dot de>
5321
5322         * ext/libpng/gstpngenc.c:
5323           Don't leak buffer data memory. Fixes #498395.
5324
5325 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
5326
5327         Patch by: René Stadler <mail at renestadler dot de>
5328
5329         * tests/check/pipelines/simple-launch-lines.c:
5330           Tests for #498395.
5331
5332 2007-11-20  Julien MOUTTE  <julien@moutte.net>
5333
5334         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
5335         (gst_tag_lib_mux_adjust_event_offsets):
5336         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
5337         * sys/osxaudio/Makefile.am:
5338         * sys/osxvideo/cocoawindow.h:
5339         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
5340
5341 2007-11-15  David Schleef  <ds@schleef.org>
5342
5343         * ext/cairo/gsttextoverlay.c:
5344           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
5345
5346 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
5347
5348         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
5349
5350         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
5351         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
5352         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
5353         * gst/rtp/gstrtpmp2tpay.h:
5354         Fill the MTU with as many packets as possible. Fixes #491323.
5355
5356 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
5357
5358         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
5359
5360         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
5361         Fix some more leaks. Fixes #497007.
5362
5363 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
5364
5365         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
5366
5367         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
5368         (gst_rtspsrc_stream_configure_tcp):
5369         Fix 3 pad leaks. Fixes #496983.
5370
5371 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
5372
5373         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
5374
5375         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
5376         Fix small leak. Fixes #497017.
5377
5378 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
5379
5380         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
5381         (gst_qtdemux_prepare_current_sample),
5382         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
5383         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
5384         * gst/qtdemux/qtdemux_fourcc.h:
5385         * gst/qtdemux/qtdemux_types.c:
5386         Add suppport for theora in quicktime according to XiphQT.
5387
5388 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
5389
5390         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
5391         (gst_v4l2src_init), (gst_v4l2src_set_property),
5392         (gst_v4l2src_get_property):
5393         * sys/v4l2/gstv4l2src.h:
5394         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
5395           Always copy buffers by default (handle safer with bugged drivers)
5396           and added a property to make it possible to use mmap effectively (no
5397           copy if possible) when application wants to. Fixes: #480557.
5398
5399 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
5400
5401         * gst/id3demux/id3tags.c:
5402         * gst/id3demux/id3tags.h:
5403         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
5404           We don't want the same string multiple times in a tag list for the
5405           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
5406           this doesn't happen and remove special-case code for GST_TAG_GENRE.
5407
5408 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
5409
5410         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
5411           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
5412           into ID3v2 TXXX frames (fixes #347848).
5413
5414 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
5415
5416         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
5417           Don't leak sdp message contents (fixes #496773).
5418
5419         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
5420           Don't leak URI string.
5421
5422 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
5423
5424         Patch by: Julien Puydt <julien dot puydt at laposte net>
5425
5426         * ext/raw1394/Makefile.am:
5427         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
5428           (gst_1394_property_probe_get_properties),
5429           (gst_1394_property_probe_probe_property),
5430           (gst_1394_property_probe_needs_probe),
5431           (gst_1394_property_probe_get_values),
5432           (gst_1394_property_probe_interface_init),
5433           (gst_1394_type_add_property_probe_interface):
5434         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
5435         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
5436           (gst_dv1394src_init), (gst_dv1394src_dispose),
5437           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
5438           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
5439           (gst_dv1394src_update_device_name):
5440         * ext/raw1394/gstdv1394src.h:
5441           Implement GstPropertyProbe interface and add "device-name" property,
5442           so applications can use this to probe for available devices in the
5443           same way they can already with v4lsrc and v4l2src (however horrible
5444           this property probe interface may be). Fixes #358841.
5445
5446 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
5447
5448         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
5449
5450         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
5451           (gst_rtspsrc_parse_range):
5452           Don't leak event, don't leak range (fixes #496752).
5453
5454 2007-11-14  Michael Smith <msmith@fluendo.com>
5455
5456         Patch by: Arek Korbik <arkadini@gmail.com>
5457
5458         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
5459           Detect RGBA/BGRA correctly on little endian systems.
5460
5461 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
5462
5463         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
5464           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
5465           corresponding ioctl() call fails even though the driver claims to
5466           support this format, just fall back to the pre-2.6.19 kernel
5467           routine that creates caps with suitable height and width ranges
5468           (see #448278).
5469
5470 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
5471
5472         Patch by: Mark Nauwelaerts <manauw skynet be>
5473
5474         * gst/matroska/matroska-demux.c:
5475           (gst_matroska_demux_push_dvd_clut_change_event),
5476           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
5477           (gst_matroska_demux_subtitle_caps):
5478         * gst/matroska/matroska-ids.h:
5479           Extract palette data for dvd subpicture streams and send it
5480           downstream as custom gstreamer dvd event (fixes #453417).
5481
5482 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
5483
5484         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
5485           Implement minimal parsing of the passed pango font description
5486           string, so passing a font size works the same as with the
5487           pango textoverlay plugin; fixes #455086.
5488           (Maybe we could just use pangocairo here at some point).
5489
5490 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
5491
5492         * gst/avi/gstavidemux.c:
5493         * gst/wavparse/gstwavparse.c:
5494           Return the result in _activate_pull(). Don't ref element there.
5495
5496 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
5497
5498         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
5499         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
5500         (gst_wavparse_srcpad_event):
5501           Ref the element when we should, but not when we its not needed. Reflow
5502           the event_handling to not leak the event.       
5503
5504 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
5505
5506         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
5507         (qtdemux_parse_samples):
5508         Properly free QTDemuxSamples array.
5509         Protect table write with a sensible check, some files apparently DO contain
5510         stts values starting with 0 :(
5511
5512 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
5513
5514         * gst/avi/gstavidemux.c:
5515         * gst/qtdemux/qtdemux.c:
5516           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
5517           previous commit messed up.
5518
5519 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
5520
5521         * gst/avi/gstavidemux.c:
5522         * gst/qtdemux/qtdemux.c:
5523           Sync _handle_src_event() with oggdemux. In avidemux also ref the
5524           element when we should, but not when we its not needed.
5525
5526 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
5527
5528         * gst/wavparse/gstwavparse.c:
5529           Return FALSE if we can't handle a query instead of changing the
5530           format. Ignore fact when dealing with mpeg audio.
5531
5532 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
5533
5534         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5535
5536         * configure.ac:
5537         * gst/udp/gstdynudpsink.c:
5538         * gst/udp/gstdynudpsink.h:
5539         * gst/udp/gstmultiudpsink.c:
5540         * gst/udp/gstmultiudpsink.h:
5541         * gst/udp/gstudpsink.c:
5542         * gst/udp/gstudpsink.h:
5543           Fix includes for MSVC and GLib-2.14.0 (#492388).
5544
5545         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5546           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
5547
5548 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
5549
5550         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
5551         (gst_mulawdec_chain):
5552         * gst/law/mulaw-decode.h:
5553         Calculate outgoing buffer duration if incoming buffer didn't have a
5554         valid duration.
5555
5556 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
5557
5558         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
5559         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
5560         Smarter combine_flow code that also deals with downstream elements
5561         returning UNEXPECTED when they receive data out of the segment
5562         boundaries. Fixes #491305.
5563
5564 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
5565
5566         * sys/v4l2/v4l2src_calls.c:
5567           Fix 'unused variable' compiler warning when compiling against
5568           older kernel headers.
5569
5570 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
5571
5572         * ext/taglib/gstid3v2mux.cc (add_funcs):
5573           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
5574
5575 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
5576
5577         * tests/check/pipelines/simple-launch-lines.c:
5578            Improve the tests a little more.
5579
5580 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
5581
5582         patch by: Yun Zheng Hu
5583
5584         * sys/osxaudio/gstosxaudiosrc.c:
5585         Use default input device instead of default output device and
5586         only memcpy actual available bytes.
5587
5588 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
5589
5590         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
5591           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
5592           early. It is temporary until we find something better.
5593
5594 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
5595
5596         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
5597
5598         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
5599         Fix race when pausing a RTSP stream in interleaved.
5600         Fixes #475784.
5601
5602 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
5603
5604         Patch by: Peter Kjellerstedt <pkj at axis com>
5605
5606         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
5607         Use correct unref function for buffers. #488844.
5608
5609 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
5610
5611         * gst/avi/gstavimux.c:
5612         * tests/check/elements/avimux.c:
5613           Add some debug and sync tests with the fix.     
5614
5615 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
5616
5617         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
5618
5619         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
5620         When the socket is used by the app for other purposes, don't generate an
5621         error if there is activaty on the socket that is not data related.
5622         Fixes #487488.
5623
5624 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
5625
5626         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
5627         (gst_v4l2src_grab_frame):
5628         Add some more debug info. Generate an error when we run out of buffers
5629         for some reason. See #480557.
5630
5631 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
5632
5633         Patch by: Anders Skargren <anders dot skargren at axis dot com>
5634
5635         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
5636         Set marker bit correctly.
5637
5638 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
5639
5640         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
5641         Use allowed name for the GstStructure.
5642
5643 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
5644
5645         * ext/gconf/gstswitchsink.c:
5646         * gst/autodetect/gstautoaudiosink.c:
5647           Use new gst_bus_pop_filtered().
5648
5649 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
5650
5651         * sys/v4l2/gstv4l2src.c:
5652         * sys/v4l2/v4l2src_calls.c:
5653           When probing the formats and sizes a camera supports, make
5654           sure the best ones (highest resolution, prefered format)
5655           end up at the beginning of the probed caps and the less
5656           desirable ones at the end.  This is important because the
5657           order within the caps matters for things like fixation and
5658           negotiation, ie. what format is chosen in the end.
5659           With recent kernels, the current probing code will end up
5660           querying the supported sizes from lowest resolution to
5661           highest resolution, adding them to the probed caps in that
5662           order, resulting to v4l2src fixating to the lowest possible
5663           resolution if downstream does not express a size preference.
5664           Also make up a somewhat random ranking of prefered output
5665           formats for the same reason. Fixes #485828.
5666         
5667 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
5668
5669         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
5670
5671         * gst/id3demux/id3v2frames.c:
5672           Extract license/copyright URIs from ID3v2 WCOP frames
5673           (Fixes #447000).
5674
5675         * tests/check/elements/id3demux.c:
5676         * tests/files/Makefile.am:
5677         * tests/files/id3-447000-wcop.tag:
5678           Add simple unit test.
5679
5680 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
5681
5682         * ext/taglib/gstid3v2mux.cc:
5683           Add support for license/copyright URI tags (ID3v2 WCOP frame).
5684           Prerequisite for #447000.
5685
5686 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
5687
5688         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
5689         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
5690         a GstClockTime.
5691
5692 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
5693
5694         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
5695         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
5696         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
5697         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
5698         (gst_rtspsrc_change_state):
5699         More seeking fixes, mostly passing around the new playback segment in
5700         order to configure it properly.
5701         Also reset base_time of udp sources when setting them back to PLAYING as
5702         a temporary hack until core supports seek in live sources properly.
5703
5704 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
5705
5706         * gst/rtp/gstrtpmp4adepay.c:
5707         Fix caps as to not confuse autopluggers.
5708
5709 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
5710
5711         * gst/id3demux/gstid3demux.c:
5712         * gst/id3demux/gstid3demux.h:
5713         * gst/id3demux/id3tags.c:
5714         * gst/id3demux/id3tags.h:
5715         * gst/id3demux/id3v2frames.c:
5716           Port ID3 tag demuxer over to the new GstTagDemux in -base
5717           (now would be a good time to test re-importing your music
5718           collection).
5719
5720 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
5721
5722         * gst/apetag/Makefile.am:
5723         * gst/apetag/gstapedemux.c:
5724         * gst/apetag/gstapedemux.h:
5725         * gst/apetag/gsttagdemux.c:
5726         * gst/apetag/gsttagdemux.h:
5727           Port APE tag demuxer over to the new GstTagDemux in -base.
5728
5729 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
5730
5731         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
5732         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
5733         (gst_rtspsrc_handle_internal_src_query),
5734         (gst_rtspsrc_handle_src_query), (new_session_pad),
5735         (gst_rtspsrc_stream_configure_tcp),
5736         (gst_rtspsrc_stream_configure_transport),
5737         (gst_rtspsrc_loop_send_cmd):
5738         Improve flushing behaviour.
5739         Set state of the udp sources to PAUSE/PLAYING correctly.
5740         Handle events and queries for UDP and TCP transport now.
5741
5742 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
5743
5744         * gst/rtp/gstrtpgsmdepay.c:
5745         * gst/rtp/gstrtpgsmpay.c:
5746           Add log category.
5747
5748 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
5749
5750         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
5751
5752         * tests/check/Makefile.am:
5753         * tests/check/pipelines/simple-launch-lines.c:
5754           Add unit tests for payloaders/depayloaders.
5755
5756 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
5757
5758         * gst/avi/gstavimux.c:
5759         * gst/avi/gstavimux.h:
5760           Also save codec data for audio streams. Fixes #482495.
5761
5762 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
5763
5764         * gst/avi/gstavimux.c:
5765           Fix "Index entry has invalid stream nr 1".
5766           Add support for muxing aac - work in progress (see #482495).
5767
5768 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
5769
5770         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
5771         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
5772         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
5773         * gst/rtsp/gstrtspsrc.h:
5774         Parse bandwidth modifiers, they are not yet configured in the session
5775         manager because we don't have an API for that yet.
5776
5777 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
5778
5779         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
5780         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
5781         Use shiny new function in -base to get the default clock-rate.
5782         Update some docs.
5783
5784 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
5785
5786         * win32/MANIFEST:
5787         Add files to win32 manifest.
5788         * win32/vs6/libgstaudiofx.dsp:
5789         * win32/vs6/libgstqtdemux.dsp:
5790         * win32/vs6/libgstrtp.dsp:
5791         * win32/vs6/libgstrtsp.dsp:
5792         Update project files.
5793
5794 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
5795
5796         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
5797         (gst_rtspsrc_play):
5798         * gst/rtsp/gstrtspsrc.h:
5799         In TCP mode, only timestamp the first buffer. TCP is not real time and
5800         it does not make sense to try to skew compensate, also some servers send
5801         the first batch of data in a burst.
5802
5803 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
5804
5805         * gst/matroska/matroska-demux.c:
5806           Fix setting the discont flag on the first buffer
5807           pushed downstream for formats with private codec
5808           data that needs to be deserialised into buffers
5809           (such as vorbis and FLAC when in a matroska container).
5810
5811 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
5812
5813         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
5814
5815         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
5816         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
5817         (gst_rtp_mp4v_pay_handle_buffer):
5818         * gst/rtp/gstrtpmp4vpay.h:
5819         Free the config string. Fixes #480707.
5820         Clean up the timestamp code a little.
5821
5822 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
5823
5824         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
5825         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
5826         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
5827         * gst/rtsp/gstrtspsrc.h:
5828         Set timestamps on RTP buffers in interleaved mode.
5829         Mark first buffers with a DISCONT.
5830         Remove flush hack now that sync for live sources has been figured out.
5831
5832 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
5833
5834         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
5835         Update documentation.
5836
5837 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
5838
5839         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
5840         (gst_rtp_xqt_depay_change_state):
5841         * gst/qtdemux/gstrtpxqtdepay.h:
5842         Fail if we don't know the quicktime format.
5843
5844 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
5845
5846         * ext/flac/gstflacenc.c:
5847         * ext/flac/gstflacenc.h:
5848           Save the flow return from the last gst_pad_push() and
5849           make sure we pass the right flow return value upstream
5850           in the case of failure; minor clean-ups.
5851
5852 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
5853
5854         * ext/taglib/gstapev2mux.cc:
5855         * ext/taglib/gstid3v2mux.cc:
5856         * gst/apetag/gstapedemux.c:
5857           Add support for the new GST_TAG_COMPOSER (#459809).
5858
5859 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
5860
5861         * gst/law/alaw-decode.c:
5862         * gst/law/alaw-decode.h:
5863         * gst/law/alaw-encode.c:
5864         * gst/law/alaw-encode.h:
5865         * gst/law/alaw.c:
5866         * gst/law/mulaw-conversion.h:
5867           Compulsive clean-ups: use boilerplate macros, add debug
5868           categories, fix up things to conform to symbol nomenklatura,
5869           etc.
5870
5871 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
5872
5873         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
5874
5875         * gst/law/alaw-decode.c:
5876         * gst/law/alaw-encode.c:
5877           Use static tables for A-Law decoding and encoding; this makes
5878           A-Law decoding and encoding less CPU-intensive, but increases
5879           the binary size a bit. Leaving old code around for now,
5880           selectable by a define in the code. Fixes #435435.
5881
5882 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
5883
5884         * configure.ac:
5885         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
5886         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
5887         in configure.ac.
5888
5889 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
5890
5891         Patch by: Jan Gerber <j at bootlab dot org>
5892
5893         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
5894         Add fourccs for MPEG2 HDV streams. Fixes #479960.
5895
5896 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
5897
5898         * sys/oss/gstosshelper.c:
5899           Use GST_WARNING instead of a g_critical. This situation is not caused
5900           by the application.
5901
5902 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5903
5904         * po/LINGUAS:
5905         * po/nl.po:
5906           Updated translations.
5907
5908 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5909
5910         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
5911
5912         * po/eu.po:
5913           Added Basque translation.
5914
5915 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5916
5917         translated by: Abel Cheung <abelcheung@gmail.com>
5918
5919         * po/zh_HK.po:
5920         * po/zh_TW.po:
5921           Added Chinese (traditional and Hong Kong) translation.
5922
5923 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5924
5925         translated by: Jakub Bogusz <qboosh@pld-linux.org>
5926
5927         * po/pl.po:
5928           Added Polish translation.
5929
5930 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5931
5932         translated by: Ilkka Tuohela <hile@iki.fi>
5933
5934         * po/fi.po:
5935           Added Finnish translation.
5936
5937 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5938
5939         translated by: Jorge González González <aloriel@gmail.com>
5940
5941         * po/es.po:
5942           Added Spanish translation.
5943
5944 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5945
5946         translated by: Mogens Jaeger <mogens@jaeger.tf>
5947
5948         * po/da.po:
5949           Added Danish translation.
5950
5951 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5952
5953         translated by: Funda Wang <fundawang@linux.net.cn>
5954
5955         * po/zh_CN.po:
5956           Added Chinese (simplified) translation.
5957
5958 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5959
5960         translated by: Alexander Shopov <ash@contact.bg>
5961
5962         * po/bg.po:
5963           Added Bulgarian translation.
5964
5965 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
5966
5967         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
5968         Set outgoing packet duration because we can. Fixes #478244 some more.
5969
5970 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
5971
5972         * ext/cairo/gsttextoverlay.c:
5973           Add info about static leak.
5974         
5975         * tests/check/Makefile.am:
5976         * tests/check/generic/states.c:
5977           Improved state change unit test.
5978
5979 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
5980
5981         * docs/plugins/.cvsignore:
5982         * tests/check/.cvsignore:
5983           Ignore registries in any format.
5984
5985 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
5986
5987         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
5988         Removed some unused code.
5989
5990         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
5991         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
5992         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
5993         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
5994         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
5995         (gst_rtp_theora_pay_flush_packet):
5996         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
5997         Try to preserve the incomming buffer duration on the outgoing
5998         packets. Fixes #478244.
5999
6000 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
6001
6002         * ext/taglib/gstapev2mux.cc:
6003         * ext/taglib/gstid3v2mux.cc:
6004           Work around compiler warnings with g++-4.2 when assigning a
6005           string constant to a gchar * (partially fixes #478092).
6006
6007 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
6008
6009         * configure.ac:
6010           We require core CVS now for gst_base_src_set_do_timestamp().
6011
6012 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
6013
6014         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
6015         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6016         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
6017         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
6018         (gst_rtspsrc_handle_message):
6019         Fix compiler warnings shown with Forte.
6020
6021 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
6022
6023         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
6024         (gst_rtspsrc_dup_printf):
6025         Give meaningfull error when all streams failed to configure for some
6026         reason.
6027
6028 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
6029
6030         * gst/rtp/README:
6031         Update README with the design for synchronisation rules of RTP on
6032         sender and receiver.
6033
6034 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
6035
6036         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
6037         (gst_wavparse_chain):
6038         Don't push EOS from the chain function, the element
6039         driving the pipeline is responsible for this. The bug
6040         this was meant to fix seems to be queue not forwarding
6041         EOS in all cases (see #476514).
6042
6043 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
6044
6045         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
6046         (gst_level_transform_ip):
6047         * gst/level/gstlevel.h:
6048         Use basetransform segment so that it is correctly managed on flushes and
6049         start/stop.
6050         Report message timestamp as stream time, which is what an application
6051         can understand.
6052
6053 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
6054
6055         * ext/taglib/gstapev2mux.cc:
6056         * ext/taglib/gstapev2mux.h:
6057         * ext/taglib/gsttaglibmux.c:
6058         * tests/check/elements/apev2mux.c:
6059         Update my mail address.
6060
6061 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
6062
6063         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
6064         (gst_wavparse_loop), (gst_wavparse_chain):
6065         Add EOS logic for the push-based mode too. Fixes #476514.
6066
6067 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
6068
6069         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
6070         * gst/law/alaw-encode.h:
6071         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
6072         (gst_mulawenc_chain):
6073         * gst/law/mulaw-encode.h:
6074         Fix law encoder timestamps.
6075
6076 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
6077
6078         * ext/gconf/gstgconfaudiosink.c:
6079           Fix warning when building without debug.
6080
6081         * sys/oss/gstossmixertrack.c:
6082           Use const like in alsamixertrack.c (fixes warnings).
6083
6084 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
6085
6086         * sys/v4l2/v4l2src_calls.c:
6087         (gst_v4l2src_probe_caps_for_format_and_size):
6088         Fix framerate detection code some more.
6089         Handle the case where there is a weird step in the stepwise framerates.
6090         Don't overwrite the min interval with the framerate, use a temp variable
6091         instead.
6092         Use max in the Continuous framerate intervals instead of step, which is
6093         1 according to the docs. Fixes #475424.
6094
6095 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
6096
6097         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
6098         Make udpsrc timestamp outgoing buffers based on when they were received.
6099         Also make it output a segment in time.
6100
6101 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
6102
6103         * gst/avi/gstavidemux.c:
6104           Plug a little leak. Little code cleanups.
6105
6106 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
6107
6108         * configure.ac:
6109           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
6110           flac versions, 's good for cross-compilation karma.
6111
6112 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6113
6114         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
6115
6116         * gst/rtp/gstrtph263pay.c:
6117           Fix up header structure so that compilers don't add padding
6118           between the structure fields, since that would lead to us
6119           sending RTP packets with broken headers (as is currently the
6120           case when compiling with MSVC). Also see similar fixes in
6121           libgstrtp in gst-plugins-base. (#474616; #471194)
6122
6123 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
6124
6125         * sys/v4l2/v4l2src_calls.c:
6126         (gst_v4l2src_probe_caps_for_format_and_size):
6127         Don't overwrite our GValue with 0 but instead use the previously
6128         computed value. Fixes #471823 some more.
6129
6130 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
6131
6132         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6133           No tabs in this file please, or gtk-doc will end up documenting
6134           rather absurd class hierarchies.
6135
6136 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
6137
6138         * ext/gconf/gstswitchsink.c:
6139           If the new kid element fails to change state for some reason
6140           (e.g. esdsink not being able to connect to the sound server),
6141           forward the error message it posted on the bus instead of just
6142           posting a generic 'Internal state change error: please file a
6143           bug' error message. Fixes #471364.
6144
6145 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6146
6147         * gst/qtdemux/Makefile.am:
6148         * gst/qtdemux/qtdemux.c:
6149           Don't assume tags are encoded as UTF-8 (#473670).
6150
6151 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6152
6153         * sys/v4l2/gstv4l2src.c:
6154         * sys/v4l2/gstv4l2src.h:
6155         * sys/v4l2/v4l2src_calls.c:
6156           Implement LATENCY queries in the crudest way possible so I don't
6157           have to use sync=false any longer when testing with videosinks.
6158
6159 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6160
6161         * configure.ac:
6162           Fix build.
6163
6164 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
6165
6166         * sys/v4l2/v4l2src_calls.c:
6167         (gst_v4l2src_probe_caps_for_format_and_size):
6168         Add some more debugging in the framerate function.
6169         Iterate stepwise framerate up to and _including_ the max and if nothing
6170         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
6171         don't end up with an empty list. Fixes #471823
6172
6173 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
6174
6175         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
6176         (gst_multiudpsink_set_clients_string),
6177         (gst_multiudpsink_get_clients_string),
6178         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
6179         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
6180         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
6181         (gst_multiudpsink_clear):
6182         Add property do configure destination address/port pairs
6183         API:GstMultiUDPSink::clients
6184
6185 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
6186
6187         * tests/examples/Makefile.am:
6188         * tests/examples/rtp/Makefile.am:
6189         * tests/examples/rtp/client-H263p-AMR.sh:
6190         * tests/examples/rtp/client-H263p-PCMA.sdp:
6191         * tests/examples/rtp/client-H263p-PCMA.sh:
6192         * tests/examples/rtp/client-H264-PCMA.sdp:
6193         * tests/examples/rtp/client-H264-PCMA.sh:
6194         * tests/examples/rtp/client-PCMA.sh:
6195         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
6196         * tests/examples/rtp/server-alsasrc-PCMA.sh:
6197         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
6198         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
6199         Added some RTP example scripts for sending and receiving RTP streams.
6200
6201 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
6202
6203         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
6204         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
6205         Restructure the setcaps function so that we can also compute the
6206         expected GStreamer output size of the video frames.
6207         Set frame_byte_size correctly so that read-based devices have a chance
6208         of working correctly.
6209         When grabbing a frame, discard frames that are not of the expected size.
6210         Some cameras don't output the right framesize for the first buffer.
6211         Try only a couple of times to get a valid frame, else error out.
6212
6213         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
6214         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
6215         Add some more debug info when scanning the device.
6216
6217         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
6218         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
6219         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
6220         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
6221         Add some more debug info when dequeing a frame.
6222
6223 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
6224
6225         * gst/wavparse/gstwavparse.c:
6226           More code cleanups. Add some more comment and improve debugs logs.
6227
6228 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
6229
6230         * gst/wavparse/gstwavparse.c:
6231         * gst/wavparse/gstwavparse.h:
6232           Implement seek-query. Refactor duration calculations. Appropriate use
6233           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
6234           out of loops.
6235
6236 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
6237
6238         * gst/avi/gstavidemux.c:
6239           Implement seek-query.
6240
6241 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
6242
6243         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
6244         (gst_rtspsrc_dup_printf):
6245         Use new basesink async property to make sparse RTCP packet not wait for
6246         preroll.
6247
6248 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
6249
6250         * gst/audiofx/Makefile.am:
6251         Dist the right file.
6252
6253 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
6254
6255         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
6256         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
6257         Make sure we generate and parse floating point values in the POSIX
6258         locale instead of the current locale. 
6259
6260 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
6261
6262         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
6263         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
6264         (gst_rtspsrc_play):
6265         * gst/rtsp/gstrtspsrc.h:
6266         Fix method detection again.
6267         Keep track of when we must send a Range header.
6268         Use segment values for Range, Speed and Scale headers.
6269         Parse Speed and Scale headers to update the segment values.
6270
6271 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
6272
6273         patch by: Mark Nauwelaerts <manauw@skynet.be>
6274
6275         * sys/v4l2/v4l2src_calls.c:
6276           Handle optional v4l2 ioctls gracefully.
6277
6278 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
6279
6280         * gst/rtp/Makefile.am:
6281         * gst/rtp/gstrtp.c: (plugin_init):
6282         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
6283         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
6284         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
6285         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
6286         (gst_rtp_h263_depay_get_property),
6287         (gst_rtp_h263_depay_change_state),
6288         (gst_rtp_h263_depay_plugin_init):
6289         * gst/rtp/gstrtph263depay.h:
6290         Added an H263 depayloader. Fixes #369392.
6291
6292         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
6293         (gst_rtp_h263p_depay_process):
6294         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
6295         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
6296         Make the H263+ pay/depayloader support H263-1998 and H263-2000
6297         payloads.
6298         Also alow plain H263 on the h263p payloaders. Fixes #465040.
6299
6300 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
6301
6302         * gst/audiofx/audiochebyshevfreqband.c:
6303         * gst/audiofx/audiochebyshevfreqlimit.c:
6304         Add small comparision with the windowed sinc filters in the docs.
6305
6306 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
6307
6308         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
6309         (audiochebyshevfreqband_suite):
6310         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
6311         (audiochebyshevfreqlimit_suite):
6312         Also test 32 bit float mode and the type 2 variants of the filters.
6313
6314 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
6315
6316         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
6317         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
6318         (gst_rtspsrc_loop):
6319         Refactor the udp and interleaved loop function a bit.
6320
6321 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
6322
6323         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
6324         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
6325         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
6326         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
6327         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
6328         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
6329         * gst/rtsp/gstrtspsrc.h:
6330         Protect connection activity with a new lock, avoids deadlocks when going
6331         to PAUSED. Fixes #455808.
6332
6333 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
6334
6335         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
6336         Fix debug statement.
6337
6338 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
6339
6340         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
6341         Fix stray %u in debug line as spotted by Saur on IRC.
6342
6343 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
6344
6345         * gst/audiofx/audiochebyshevfreqband.c:
6346         (gst_audio_chebyshev_freq_band_class_init):
6347         * gst/audiofx/audiochebyshevfreqlimit.c:
6348         (gst_audio_chebyshev_freq_limit_class_init):
6349         Use generator macros for the process functions for the different
6350         sample types, add lower upper boundaries for the GObject properties
6351         so automatically generated UIs can use sliders and add a note about
6352         the number of poles as a too high number of poles combined with
6353         very low or very high frequencies will produce only noise.
6354         * docs/plugins/gst-plugins-good-plugins.args:
6355         Regenerated for the property changes.
6356
6357 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
6358
6359         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
6360         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
6361         (gst_rtspsrc_stream_configure_udp_sink),
6362         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
6363         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
6364         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
6365         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
6366         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
6367         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
6368         * gst/rtsp/gstrtspsrc.h:
6369         Improve timeout handling.
6370         Use the same socket for sending and receiving RTCP packets so that some
6371         servers can track clients better.
6372         Improve connection closed handling. Try to reconnect.
6373         Don't overwrite our content base with NULL.
6374         Improve debugging.
6375         Improve range parsing and handling.
6376         Remove flushing hack now that core does the right thing.
6377
6378 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
6379
6380         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
6381         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
6382         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
6383         (gst_multiudpsink_close), (gst_multiudpsink_add):
6384         * gst/udp/gstmultiudpsink.h:
6385         Add support for getting and setting the socket to use.
6386
6387         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
6388         (gst_udpsrc_create), (gst_udpsrc_get_property):
6389         Add support for getting the currently used socket.
6390
6391 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
6392
6393         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6394
6395         * gst/audiofx/Makefile.am:
6396         * gst/audiofx/audiochebyshevfreqband.c:
6397         (gst_audio_chebyshev_freq_band_mode_get_type),
6398         (gst_audio_chebyshev_freq_band_base_init),
6399         (gst_audio_chebyshev_freq_band_dispose),
6400         (gst_audio_chebyshev_freq_band_class_init),
6401         (gst_audio_chebyshev_freq_band_init),
6402         (generate_biquad_coefficients), (calculate_gain),
6403         (generate_coefficients),
6404         (gst_audio_chebyshev_freq_band_set_property),
6405         (gst_audio_chebyshev_freq_band_get_property),
6406         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
6407         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
6408         (gst_audio_chebyshev_freq_band_start):
6409         * gst/audiofx/audiochebyshevfreqband.h:
6410         * gst/audiofx/audiochebyshevfreqlimit.c:
6411         (gst_audio_chebyshev_freq_limit_mode_get_type),
6412         (gst_audio_chebyshev_freq_limit_base_init),
6413         (gst_audio_chebyshev_freq_limit_dispose),
6414         (gst_audio_chebyshev_freq_limit_class_init),
6415         (gst_audio_chebyshev_freq_limit_init),
6416         (generate_biquad_coefficients), (calculate_gain),
6417         (generate_coefficients),
6418         (gst_audio_chebyshev_freq_limit_set_property),
6419         (gst_audio_chebyshev_freq_limit_get_property),
6420         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
6421         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
6422         (gst_audio_chebyshev_freq_limit_start):
6423         * gst/audiofx/audiochebyshevfreqlimit.h:
6424         * gst/audiofx/audiofx.c: (plugin_init):
6425         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
6426         Fixes #464800.
6427
6428         * tests/check/Makefile.am:
6429         * tests/check/elements/.cvsignore:
6430         * tests/check/elements/audiochebyshevfreqband.c:
6431         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
6432         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
6433         * tests/check/elements/audiochebyshevfreqlimit.c:
6434         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
6435         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
6436         Add unit tests for the chebyshev filters.
6437
6438         * docs/plugins/Makefile.am:
6439         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6440         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6441         * docs/plugins/gst-plugins-good-plugins.args:
6442         * docs/plugins/inspect/plugin-1394.xml:
6443         * docs/plugins/inspect/plugin-audiofx.xml:
6444         * docs/plugins/inspect/plugin-dv.xml:
6445         * docs/plugins/inspect/plugin-flac.xml:
6446         * docs/plugins/inspect/plugin-jpeg.xml:
6447         * docs/plugins/inspect/plugin-png.xml:
6448         * docs/plugins/inspect/plugin-rtp.xml:
6449         * docs/plugins/inspect/plugin-shout2send.xml:
6450         * docs/plugins/inspect/plugin-wavpack.xml:
6451         And add docs for the chebyshev filters. While doing
6452         that also run make update in docs/plugins.
6453
6454 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
6455
6456         * ext/annodex/gstcmmltag.c:
6457         * gst/rtp/gstrtpvorbispay.c:
6458           Make ro memory to share.
6459
6460 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
6461
6462         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6463         Improve UDP performance by avoiding a select() when we have data
6464         available immediatly.
6465
6466 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
6467
6468         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
6469         (gst_rtp_dec_class_init):
6470         * gst/rtsp/gstrtpdec.h:
6471         Add (dummy) SSRC management signals.
6472
6473         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
6474         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
6475         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
6476         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
6477         (on_timeout), (gst_rtspsrc_stream_configure_manager),
6478         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
6479         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
6480         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
6481         * gst/rtsp/gstrtspsrc.h:
6482         Add connection-speed property.
6483         Add find_stream helper functions.
6484         Handle stream EOS based on BYE messages or SSRC timeout.
6485         Returns SUCCESS from the state change function as we hide our async
6486         elements from the parent.
6487
6488 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
6489
6490         * gst/debug/rndbuffersize.c:
6491           Fix da leak.
6492
6493 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
6494
6495         * gst/debug/Makefile.am:
6496         * gst/debug/breakmydata.c:
6497         * gst/debug/gstdebug.c:
6498         * gst/debug/negotiation.c:
6499         * gst/debug/progressreport.c:
6500         * gst/debug/rndbuffersize.c:
6501         * gst/debug/testplugin.c:
6502           Add new test element and clean-up the others a little.
6503
6504 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
6505
6506         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
6507         Fix parsing of mp4a version 0 atoms. Fixes #465774.
6508
6509 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
6510
6511         * gst/rtp/gstrtpilbcdepay.c:
6512           Include stdlib.
6513
6514 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
6515
6516         * gst/rtp/gstrtpmpvdepay.c:
6517         Set the mpegversion in the caps so that autoplugging does not get
6518         confused.
6519
6520 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
6521
6522         * po/hu.po:
6523         * po/uk.po:
6524         * po/vi.po:
6525           Updated translations.
6526
6527 2007-08-08  Michael Smith <msmith@fluendo.com>
6528
6529         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
6530           Render right border in the correct location.
6531
6532 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
6533
6534         Patch by: Olivier Crete <tester at tester dot ca>
6535
6536         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
6537         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
6538         Make mode property a string. Fixes #464475.
6539
6540 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
6541
6542         * ext/flac/gstflacenc.c:
6543           Widen caps to match decoder a bit and add more FIXMEs.
6544
6545 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
6546
6547         patch by: Mark Nauwelaerts <manauw@skynet.be>
6548
6549         * gst/avi/gstavimux.c:
6550           Fix ODML index tag numbering. Fixes #463624.
6551
6552 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
6553
6554         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
6555         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
6556         (gst_rtspsrc_stream_configure_tcp),
6557         (gst_rtspsrc_stream_configure_udp_sink):
6558         Fix default clock-rate for realmedia.
6559         Fix parsing of transport.
6560         Don't try to link NULL pads.
6561
6562 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
6563
6564         * po/POTFILES.skip:
6565           Add POTFILES.skip with list of source files that aren't disted at the
6566           moment but contain translatable strings. Should hopefully pacify
6567           broken tools and make it clearer that these files are left out
6568           intentionally (#461600).
6569
6570 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
6571
6572         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
6573         If the buffer was entirely clipped ... don't try sending it :)
6574
6575 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
6576
6577         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
6578         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
6579         (gst_rtspsrc_create_transports_string),
6580         (gst_rtspsrc_prepare_transports):
6581         If we don't hav a session manager, set the caps on outgoing buffers
6582         ourselves.
6583         Force PAUSE/PLAY methods for now until the extensions can overwrite.
6584         Append final bit of the transport string even when it does not contain a
6585         placeholder.
6586
6587 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
6588
6589         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
6590         (gst_rtsp_ext_list_connect):
6591         * gst/rtsp/gstrtspext.h:
6592         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
6593         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
6594         Clean up the interface list.
6595         Allow connecting to interface signals for the extensions.
6596         Remove old extension code.
6597         Free list on cleanup.
6598         Allow extensions to send additional RTSP messages.
6599
6600 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
6601
6602         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
6603         Handle a NULL gconf key gracefully by rendering the default element.
6604
6605 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
6606
6607         * gst/rtsp/gstrtspext.h:
6608         Fix include path for extension interface.
6609
6610 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
6611
6612         * gst/audiofx/audioamplify.h:
6613         Also remove a now unecessary variable here.
6614
6615 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
6616
6617         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
6618         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
6619         * gst/audiofx/audiodynamic.c:
6620         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
6621         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
6622         * gst/audiofx/audiodynamic.h:
6623         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
6624         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
6625         * gst/audiofx/audioinvert.h:
6626         Don't save format information ourselves, this is already saved in
6627         GstAudioFilter.
6628
6629 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
6630
6631         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
6632         (gst_rtsp_ext_list_stream_select):
6633         * gst/rtsp/gstrtspext.h:
6634         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
6635         Use rank to filter out extensions.
6636         Add url to stream_select interface call.
6637
6638 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
6639
6640         * gst/rtsp/Makefile.am:
6641         * gst/rtsp/base64.c:
6642         * gst/rtsp/base64.h:
6643         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
6644         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
6645         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
6646         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
6647         (gst_rtsp_ext_list_setup_media),
6648         (gst_rtsp_ext_list_configure_stream),
6649         (gst_rtsp_ext_list_get_transports),
6650         (gst_rtsp_ext_list_stream_select):
6651         * gst/rtsp/gstrtspext.h:
6652         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
6653         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
6654         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
6655         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
6656         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
6657         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
6658         (gst_rtspsrc_stream_configure_tcp),
6659         (gst_rtspsrc_stream_configure_mcast),
6660         (gst_rtspsrc_stream_configure_udp),
6661         (gst_rtspsrc_stream_configure_udp_sink),
6662         (gst_rtspsrc_stream_configure_transport),
6663         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
6664         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
6665         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
6666         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
6667         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
6668         (gst_rtspsrc_parse_methods),
6669         (gst_rtspsrc_create_transports_string),
6670         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
6671         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
6672         (gst_rtspsrc_play), (gst_rtspsrc_pause),
6673         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
6674         * gst/rtsp/gstrtspsrc.h:
6675         * gst/rtsp/rtsp.h:
6676         * gst/rtsp/rtspconnection.c:
6677         * gst/rtsp/rtspconnection.h:
6678         * gst/rtsp/rtspdefs.c:
6679         * gst/rtsp/rtspdefs.h:
6680         * gst/rtsp/rtspext.h:
6681         * gst/rtsp/rtspextwms.c:
6682         * gst/rtsp/rtspextwms.h:
6683         * gst/rtsp/rtspmessage.c:
6684         * gst/rtsp/rtspmessage.h:
6685         * gst/rtsp/rtsprange.c:
6686         * gst/rtsp/rtsprange.h:
6687         * gst/rtsp/rtsptransport.c:
6688         * gst/rtsp/rtsptransport.h:
6689         * gst/rtsp/rtspurl.c:
6690         * gst/rtsp/rtspurl.h:
6691         * gst/rtsp/sdp.h:
6692         * gst/rtsp/sdpmessage.c:
6693         * gst/rtsp/sdpmessage.h:
6694         * gst/rtsp/test.c:
6695         Use shiny new RTSP and SDP library.
6696         Implement RTSP extensions using the new interface.
6697         Remove a lot of old code.
6698
6699 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
6700
6701         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
6702         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
6703
6704 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
6705
6706         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6707         Don't unref the outgoing buffer twice when dropping it because it's
6708         outside of the segment.
6709
6710 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
6711
6712         * configure.ac:
6713         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
6714         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
6715         Use the new buffer clipping function from gstaudio here and
6716         require gst-plugins-base CVS.
6717         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
6718         For framed Wavpack buffers we require a valid timestamp.
6719
6720 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
6721
6722         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
6723         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
6724         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
6725         Clip raw audio and video when we can, keep track of current output
6726         segment.
6727         Don't leak buffers and events when there is no output pad.
6728         Improve debugging here and there.
6729
6730 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
6731
6732         * configure.ac:
6733           Sync liboil check with plugins-base.
6734
6735 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
6736
6737         * ext/annodex/Makefile.am:
6738           Fix CFLAGS/LIBS.
6739
6740         * ext/cdio/gstcdiocddasrc.c:
6741         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
6742           Include stdlib
6743
6744         * ext/cairo/Makefile.am:
6745         * gst/videofilter/Makefile.am:
6746         * tests/examples/level/Makefile.am:
6747           Use $(LIBM) instead of -lm
6748
6749 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
6750
6751         * sys/v4l2/gstv4l2src.c:
6752           Add another example pipeline.
6753
6754 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
6755
6756         Patch by: Alexander Eichner <alexeichi@yahoo.de>
6757
6758         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
6759           Use define here.
6760
6761         * sys/v4l2/gstv4l2tuner.c:
6762         (gst_v4l2_tuner_set_frequency_and_notify):
6763           Don't touch the property - its still disabled.
6764
6765         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
6766         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
6767         * sys/v4l2/v4l2src_calls.h:
6768           Improve fallback format negotionation. Fixes #451388
6769
6770 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
6771
6772         * tests/check/elements/videocrop.c: (GST_START_TEST):
6773           Fix the test.
6774
6775 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
6776
6777         * docs/plugins/Makefile.am:
6778         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6779         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6780         * docs/plugins/inspect/plugin-jpeg.xml:
6781         * docs/plugins/inspect/plugin-png.xml:
6782         * ext/jpeg/gstjpegdec.c:
6783         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
6784         (gst_pngdec_sink_setcaps):
6785           More docs. More logs in pngdec.
6786
6787 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
6788
6789         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
6790           Initialize num_buffers with minimum value.
6791
6792         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6793         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
6794           Handle frame-size query failure gracefully.
6795
6796 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
6797
6798         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
6799         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
6800         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
6801         of qt/aac files.
6802
6803 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
6804
6805         * ext/wavpack/gstwavpackdec.c:
6806         (gst_wavpack_dec_clip_outgoing_buffer):
6807         Fix buffer clipping to correctly clip to the segment stop.
6808
6809 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
6810
6811         * configure.ac:
6812         * tests/Makefile.am:
6813         Remove bogus check for libcheck, since we check for
6814         gstreamer-check and it pulls in the required info from there,
6815         and we weren't actually _using_ the information for libcheck
6816         ourselves anyway.
6817
6818 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
6819
6820         * configure.ac:
6821           Use pkg-config to locate check.
6822
6823 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
6824
6825         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
6826         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
6827         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
6828         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6829         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
6830         * gst/effectv/gstaging.c: (gst_agingtv_transform):
6831         * gst/effectv/gstdice.c: (gst_dicetv_transform):
6832         * gst/effectv/gstedge.c: (gst_edgetv_transform):
6833         * gst/effectv/gstquark.c: (gst_quarktv_transform):
6834         * gst/effectv/gstrev.c: (gst_revtv_transform):
6835         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
6836         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
6837         * gst/effectv/gstwarp.c: (gst_warptv_transform):
6838         * gst/matroska/matroska-demux.c:
6839         (gst_matroska_demux_add_wvpk_header),
6840         (gst_matroska_demux_check_subtitle_buffer),
6841         (gst_matroska_decode_buffer):
6842         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
6843           Fix build against core CVS.
6844
6845 2007-07-10  Edward Hervey  <bilboed@gmail.com>
6846
6847         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
6848         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
6849         don't have enough granularity to convert that boolean into a
6850         GstFlowReturn.
6851
6852 2007-07-06  Michael Smith <msmith@fluendo.com>
6853
6854         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
6855         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
6856         (gst_alawdec_change_state):
6857         * gst/law/alaw-decode.h:
6858         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
6859         (gst_mulawdec_class_init), (gst_mulawdec_init),
6860         (gst_mulawdec_chain), (gst_mulawdec_change_state):
6861         * gst/law/mulaw-decode.h:
6862           Fix capsnego bogosity in *law decoders. 
6863
6864 2007-07-06  Michael Smith <msmith@fluendo.com>
6865
6866         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
6867         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
6868         (gst_smokeenc_change_state):
6869         * ext/jpeg/gstsmokeenc.h:
6870           Remove stupidity in get/set caps functions.
6871           Fix some refcounting problems.
6872
6873 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
6874
6875         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
6876         Remove endianness-flipping hack that seems to have been required
6877         only because of a bug in ffmpegcolorspace.
6878         Partially Fixes: #451908
6879
6880 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
6881
6882         * docs/plugins/Makefile.am:
6883           Simplify --extra-dir as gtkdoc scans recursively.
6884
6885 2007-07-03  Wim Taymans  <wim@fluendo.com>
6886
6887         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6888
6889         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
6890         Set the encoding-name in the rtp caps to all uppercase, as required by
6891         the caps spec.
6892         Some small cleanups in the error paths. Fixes #453037.
6893
6894 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
6895
6896         * ext/wavpack/gstwavpackparse.c:
6897         (gst_wavpack_parse_index_get_last_entry),
6898         (gst_wavpack_parse_index_get_entry_from_sample),
6899         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
6900         (gst_wavpack_parse_scan_to_find_sample):
6901         * ext/wavpack/gstwavpackparse.h:
6902         Use a GSList for the GArray that is used like a list anyway.
6903
6904 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
6905
6906         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
6907         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
6908         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
6909           Add state change function where we set 0/1 as default framerate in
6910           case our setcaps function isn't called, like it might not in a
6911           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
6912           gdkpixbufdec trying to create caps with a 0/0 framerate.
6913           Also post an error message on the bus if gst_pad_push() fails when
6914           called from our sink event handler (+1 for flow returns for event
6915           functions in 0.11) instead of failing silently.
6916
6917 2007-06-27  Wim Taymans  <wim@fluendo.com>
6918
6919         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
6920         Cast stack args to the proper types. Fixes #451249.
6921
6922 2007-06-27  Wim Taymans  <wim@fluendo.com>
6923
6924         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6925         (new_session_pad), (gst_rtspsrc_setup_streams):
6926         * gst/rtsp/gstrtspsrc.h:
6927         For container formats we only need to activate one of the streams so
6928         that we correctly signal no-more-pads. Fixes #451015.
6929
6930 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
6931
6932         * docs/plugins/gst-plugins-good-plugins.args:
6933         * docs/plugins/inspect/plugin-aasink.xml:
6934         * docs/plugins/inspect/plugin-alaw.xml:
6935         * docs/plugins/inspect/plugin-alpha.xml:
6936         * docs/plugins/inspect/plugin-alphacolor.xml:
6937         * docs/plugins/inspect/plugin-annodex.xml:
6938         * docs/plugins/inspect/plugin-apetag.xml:
6939         * docs/plugins/inspect/plugin-audiofx.xml:
6940         * docs/plugins/inspect/plugin-auparse.xml:
6941         * docs/plugins/inspect/plugin-autodetect.xml:
6942         * docs/plugins/inspect/plugin-avi.xml:
6943         * docs/plugins/inspect/plugin-cacasink.xml:
6944         * docs/plugins/inspect/plugin-cairo.xml:
6945         * docs/plugins/inspect/plugin-cdio.xml:
6946         * docs/plugins/inspect/plugin-cutter.xml:
6947         * docs/plugins/inspect/plugin-debug.xml:
6948         * docs/plugins/inspect/plugin-efence.xml:
6949         * docs/plugins/inspect/plugin-effectv.xml:
6950         * docs/plugins/inspect/plugin-esdsink.xml:
6951         * docs/plugins/inspect/plugin-flac.xml:
6952         * docs/plugins/inspect/plugin-flxdec.xml:
6953         * docs/plugins/inspect/plugin-gconfelements.xml:
6954         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6955         * docs/plugins/inspect/plugin-goom.xml:
6956         * docs/plugins/inspect/plugin-halelements.xml:
6957         * docs/plugins/inspect/plugin-icydemux.xml:
6958         * docs/plugins/inspect/plugin-id3demux.xml:
6959         * docs/plugins/inspect/plugin-jpeg.xml:
6960         * docs/plugins/inspect/plugin-ladspa.xml:
6961         * docs/plugins/inspect/plugin-level.xml:
6962         * docs/plugins/inspect/plugin-matroska.xml:
6963         * docs/plugins/inspect/plugin-mulaw.xml:
6964         * docs/plugins/inspect/plugin-multipart.xml:
6965         * docs/plugins/inspect/plugin-navigationtest.xml:
6966         * docs/plugins/inspect/plugin-ossaudio.xml:
6967         * docs/plugins/inspect/plugin-png.xml:
6968         * docs/plugins/inspect/plugin-quicktime.xml:
6969         * docs/plugins/inspect/plugin-rtp.xml:
6970         * docs/plugins/inspect/plugin-rtsp.xml:
6971         * docs/plugins/inspect/plugin-smpte.xml:
6972         * docs/plugins/inspect/plugin-speex.xml:
6973         * docs/plugins/inspect/plugin-taglib.xml:
6974         * docs/plugins/inspect/plugin-udp.xml:
6975         * docs/plugins/inspect/plugin-videobalance.xml:
6976         * docs/plugins/inspect/plugin-videobox.xml:
6977         * docs/plugins/inspect/plugin-videocrop.xml:
6978         * docs/plugins/inspect/plugin-videoflip.xml:
6979         * docs/plugins/inspect/plugin-videomixer.xml:
6980         * docs/plugins/inspect/plugin-wavenc.xml:
6981         * docs/plugins/inspect/plugin-wavparse.xml:
6982         * docs/plugins/inspect/plugin-ximagesrc.xml:
6983           Update docs with caps info.
6984
6985 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
6986
6987         * po/POTFILES.in:
6988           Add more files with translatable strings (#450878).
6989
6990 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
6991
6992         * MAINTAINERS:
6993         Updating all the maintainers files
6994
6995 2007-06-22  Edward Hervey  <edward@fluendo.com>
6996
6997         * ext/flac/gstflactag.c: (gst_flac_tag_init):
6998         * gst/interleave/deinterleave.c: (deinterleave_init),
6999         (deinterleave_sink_link):
7000         * gst/interleave/interleave.c: (interleave_init):
7001         * gst/median/gstmedian.c: (gst_median_init):
7002         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
7003         Fix memory leaks.
7004         * tests/check/elements/id3demux.c: (pad_added_cb):
7005         Remove unused variable.
7006
7007 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
7008
7009         * ext/gconf/gconf.h:
7010         Make the prototype of gst_gconf_get_key_for_sink_profile
7011         match the implementation.
7012         Patch by: Damien Carbery <damien dot carbery at sun dot com>
7013         Fixes: #449747
7014
7015 2007-06-20  Michael Smith <msmith@fluendo.com>
7016
7017         * gst/rtp/gstrtpdepay.c:
7018           Fix description - rtpdepay is not a payloader.
7019
7020 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
7021
7022         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
7023         (qtdemux_video_caps):
7024         * gst/qtdemux/qtdemux_fourcc.h:
7025           Add MJPG to the variants of motion jpeg.
7026
7027 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
7028
7029         * tests/check/Makefile.am:
7030         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
7031         * tests/check/elements/videocrop.c: (GST_START_TEST):
7032         * tests/check/elements/videofilter.c:
7033         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
7034         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
7035           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
7036           error flags are included and it errors out on compiler warnings
7037           for CVS builds; remove unused variables in various unit tests.
7038
7039 2007-06-19  Wim Taymans  <wim@fluendo.com>
7040
7041         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
7042         (rtsp_connection_close), (rtsp_connection_free):
7043         Use threadsafe inet_ntop to convert an ip number to a string. 
7044         Fixes #447961.
7045         Don't leak fd (and ip) when freeing a connection without first closing
7046         it.
7047
7048 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
7049
7050         * configure.ac:
7051         Back to CVS
7052
7053         * gst-plugins-good.doap:
7054         Add 0.10.6 to the doap file.
7055
7056 === release 0.10.6 ===
7057
7058 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
7059
7060         * configure.ac:
7061           releasing 0.10.6, "Wobble Board"
7062
7063 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
7064
7065         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
7066         (rtsp_connection_free):
7067           Revert previous commit again, since we are frozen (sorry).
7068
7069 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
7070
7071         Patch by: Peter Kjellerstedt <pkj at axis com>
7072
7073         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
7074         (rtsp_connection_free):
7075           inet_ntoa() uses a static buffer internally, so we need to copy the
7076           returned string if we want to store it for later (#447961).
7077
7078 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
7079
7080         * win32/vs6/autogen.dsp:
7081         * win32/vs6/gst_plugins_good.dsw:
7082         * win32/vs6/libgstalaw.dsp:
7083         * win32/vs6/libgstalpha.dsp:
7084         * win32/vs6/libgstalphacolor.dsp:
7085         * win32/vs6/libgstapetag.dsp:
7086         * win32/vs6/libgstaudiofx.dsp:
7087         * win32/vs6/libgstauparse.dsp:
7088         * win32/vs6/libgstautodetect.dsp:
7089         * win32/vs6/libgstavi.dsp:
7090         * win32/vs6/libgstcutter.dsp:
7091         * win32/vs6/libgstdirectdraw.dsp:
7092         * win32/vs6/libgstdirectsound.dsp:
7093         * win32/vs6/libgsteffectv.dsp:
7094         * win32/vs6/libgstflx.dsp:
7095         * win32/vs6/libgstgoom.dsp:
7096         * win32/vs6/libgsticydemux.dsp:
7097         * win32/vs6/libgstid3demux.dsp:
7098         * win32/vs6/libgstinterleave.dsp:
7099         * win32/vs6/libgstjpeg.dsp:
7100         * win32/vs6/libgstlevel.dsp:
7101         * win32/vs6/libgstmatroska.dsp:
7102         * win32/vs6/libgstmedian.dsp:
7103         * win32/vs6/libgstmonoscope.dsp:
7104         * win32/vs6/libgstmulaw.dsp:
7105         * win32/vs6/libgstmultipart.dsp:
7106         * win32/vs6/libgstqtdemux.dsp:
7107         * win32/vs6/libgstrtp.dsp:
7108         * win32/vs6/libgstrtsp.dsp:
7109         * win32/vs6/libgstsmpte.dsp:
7110         * win32/vs6/libgstspeex.dsp:
7111         * win32/vs6/libgstudp.dsp:
7112         * win32/vs6/libgstvideobalance.dsp:
7113         * win32/vs6/libgstvideobox.dsp:
7114         * win32/vs6/libgstvideocrop.dsp:
7115         * win32/vs6/libgstvideoflip.dsp:
7116         * win32/vs6/libgstvideomixer.dsp:
7117         * win32/vs6/libgstwaveform.dsp:
7118         * win32/vs6/libgstwavenc.dsp:
7119         * win32/vs6/libgstwavparse.dsp:
7120         Mark *.dsp & *.dsw as binary files and convert to DOS line
7121         endings, as they don't load into VS6 correctly otherwise.
7122
7123 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
7124
7125         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7126         (rtsp_connection_connect):
7127         Fix the MingW build. 
7128         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
7129         Fixes: #446981
7130
7131 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
7132
7133         * tests/check/elements/.cvsignore:
7134         * tests/icles/.cvsignore:
7135         Hush the buildbots up
7136
7137 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
7138
7139         * configure.ac:
7140         * sys/Makefile.am:
7141         * sys/directdraw/Makefile.am:
7142         * sys/directsound/Makefile.am:
7143         * sys/waveform/Makefile.am:
7144         Make sure to dist everything needed for win32 builds.
7145
7146 2007-06-14  Edward Hervey  <edward@fluendo.com>
7147
7148         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
7149         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
7150         caps.
7151         Fixes #447458
7152
7153 2007-06-13  Wim Taymans  <wim@fluendo.com>
7154
7155         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
7156         Make sure we allocate enough memory for the codec_data.
7157         Fixes #447210.
7158
7159 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
7160
7161         * win32/MANIFEST:
7162         Add videocrop project file to the win32 manifest.
7163         * win32/vs6/gst_plugins_good.dsw:
7164         Add qtdemux,videocrop and waveform projects to the workspace.
7165         * win32/vs6/libgstqtdemux.dsp:
7166         Add zlib to the link list of qtdemux.
7167         * win32/vs6/libgstvideocrop.dsp:
7168         Add a project file for videocrop.
7169
7170 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
7171
7172         * po/POTFILES.in:
7173         Add qtdemux for translation
7174
7175 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
7176
7177         * configure.ac:
7178         * docs/plugins/Makefile.am:
7179         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7180         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7181         * docs/plugins/inspect/plugin-videocrop.xml:
7182         * gst-plugins-good.spec.in:
7183         * sys/Makefile.am:
7184         * tests/check/Makefile.am:
7185         * tests/icles/Makefile.am:
7186         * tests/icles/videocrop-test.c:
7187         Move videocrop and osxvideo from -bad.
7188
7189 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
7190
7191         * configure.ac:
7192         * docs/plugins/Makefile.am:
7193         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7194         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7195         * docs/plugins/gst-plugins-good-plugins.args:
7196         * docs/plugins/inspect/plugin-qtdemux.xml:
7197         * docs/plugins/inspect/plugin-quicktime.xml:
7198         * win32/MANIFEST:
7199         Move qtdemux from -bad.
7200
7201         * gst-plugins-good.spec.in:
7202         Update spec file to reflect moving of qtdemux and wavpack
7203
7204 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
7205         
7206         * win32/MANIFEST:
7207         * docs/plugins/Makefile.am:
7208         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7209         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7210         * docs/plugins/inspect/plugin-directdraw.xml:
7211         * docs/plugins/inspect/plugin-directsound.xml:
7212         * docs/plugins/inspect/plugin-waveform.xml:
7213         Move the waveform plugin from -bad too. Update the inspect xml
7214         files to mention Plugins Good instead of Plugins Bad.
7215
7216 2007-06-12  Andy Wingo  <wingo@pobox.com>
7217
7218         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
7219         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
7220         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
7221         finalization and resuscitation. No longer public.
7222         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
7223         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
7224         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
7225         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
7226         miniobject semantics, and be threadsafe.
7227         (gst_v4l2src_queue_frame): Remove this function, as we just call
7228         the ioctls directly in the two places where we queue buffers.
7229         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
7230         directly.
7231         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
7232         to allocate the pool, which also preallocates the GstBuffers.
7233         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
7234         queueing the frames directly.
7235         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
7236         mmap buffers have been dequeued.
7237
7238         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
7239         real MiniObject instead of rolling our own refcounting and
7240         finalizing. Give it a lock.
7241         (struct _GstV4l2Buffer): Remove one intermediary object, having
7242         the buffers hold the struct v4l2_buffer directly.
7243
7244         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
7245         capture_init so that it can set them on the buffers that it will
7246         create.
7247         (gst_v4l2src_get_read): For better or for worse, include the
7248         timestamping and offsetting code here; really we should be using
7249         bufferalloc though.
7250         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
7251         preallocated, mmap'd buffers.
7252
7253 2007-06-11  Wim Taymans  <wim@fluendo.com>
7254
7255         Patch by: daniel fischer <dan at f3c dot com>
7256
7257         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
7258         (gst_ximage_src_get_caps):
7259         Actually use the display_name property so that we can dump any
7260         available X display. Fixes #445905.
7261
7262 2007-06-11  Wim Taymans  <wim@fluendo.com>
7263
7264         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7265
7266         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
7267         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
7268         Add missing rate fields to caps. Fixes #441118.
7269
7270 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
7271
7272         * win32/vs6/gst_plugins_good.dsw:
7273         * win32/vs8/gst-plugins-good.sln:
7274         Add DirectSound and DirectDraw sinks project files to
7275         workspace and solution files.
7276
7277 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
7278
7279         Patch by: Josh Coalson <xflac at yahoo dot com>,
7280         updated by Alexis Ballier <aballier at gentoo dot org>:
7281
7282         * configure.ac:
7283         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
7284         (gst_flac_dec_setup_seekable_decoder),
7285         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
7286         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
7287         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
7288         * ext/flac/gstflacdec.h:
7289         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
7290         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
7291         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
7292         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
7293         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
7294         (gst_flac_enc_chain), (gst_flac_enc_set_property),
7295         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
7296         * ext/flac/gstflacenc.h:
7297         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
7298         
7299 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
7300
7301         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
7302         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
7303         not necessary anymore as we need at least that core version. 
7304
7305 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
7306
7307         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
7308         (gst_wavpack_dec_chain):
7309         * ext/wavpack/gstwavpackdec.h:
7310         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
7311         (gst_wavpack_parse_push_buffer):
7312         * ext/wavpack/gstwavpackparse.h:
7313         Improve discont handling by checking if the next Wavpack block has
7314         the expected, following block index.
7315
7316 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7317
7318         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
7319           Fix element description.
7320
7321 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7322
7323         * configure.ac:
7324         * docs/plugins/Makefile.am:
7325         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7326         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7327         * docs/plugins/gst-plugins-good-plugins.args:
7328         * docs/plugins/gst-plugins-good-plugins.hierarchy:
7329         * docs/plugins/gst-plugins-good-plugins.signals:
7330         * docs/plugins/inspect/plugin-autodetect.xml:
7331         * docs/plugins/inspect/plugin-gconfelements.xml:
7332         * docs/plugins/inspect/plugin-ladspa.xml:
7333         * docs/plugins/inspect/plugin-rtp.xml:
7334         * docs/plugins/inspect/plugin-wavpack.xml:
7335         * ext/Makefile.am:
7336         * tests/check/Makefile.am:
7337           move wavpack plugin.  See #352605.
7338
7339 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
7340
7341         * configure.ac:
7342         * docs/plugins/Makefile.am:
7343         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7344         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7345         * docs/plugins/gst-plugins-good-plugins.args:
7346         * sys/Makefile.am:
7347         * win32/MANIFEST:
7348         Add DirectDraw & DirectSound plugins to the build and docs.
7349
7350 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
7351
7352         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
7353         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
7354           When operating in pull mode, error out correct on not-linked.
7355
7356 2007-06-06  Andy Wingo  <wingo@pobox.com>
7357
7358         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
7359         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
7360         format and size if the ioctls are defined; should fix compilation
7361         on Linux < 2.16.19.
7362
7363 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
7364
7365         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
7366           Printf fixes in debug statements; use LOG level for debug statements
7367           that are printed for each and every frame; convert c++ comments to
7368           C-style comments; not much point using g_try_malloc() if we then not
7369           even check the return value.
7370
7371 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
7372
7373         * configure.ac:
7374           Bump requirements to released versions (core and base 0.10.13).
7375
7376         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
7377           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
7378           own implementation.
7379
7380 2007-06-05  Andy Wingo  <wingo@pobox.com>
7381
7382         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
7383         some useless comments.
7384
7385         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
7386         frames before calling STREAMON, that might leave them in a state
7387         where they can't be dequeued if we go back to NULL without calling
7388         STREAMON, according to the docs.
7389         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
7390         before we call STREAMON.
7391         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
7392         failures. (For me this code hung.) The pool refcounting is still
7393         crack; added a note to that effect.
7394
7395 2007-06-05  Wim Taymans  <wim@fluendo.com>
7396
7397         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
7398         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
7399         Add support for mapping gst structure names to the MIME type equivalent.
7400         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
7401
7402 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
7403
7404         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
7405         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
7406         (gst_wavenc_chain), (gst_wavenc_change_state):
7407         * gst/wavenc/gstwavenc.h:
7408         Properly write wav files with width!=depth by having the depth most
7409         significant bytes set and all others zero. Fixes #442535.
7410
7411 2007-06-01  Wim Taymans  <wim@fluendo.com>
7412
7413         * gst/rtsp/rtspconnection.c:
7414         Add include to make buildbot happy.
7415
7416 2007-06-01  Wim Taymans  <wim@fluendo.com>
7417
7418         Patch by: Peter Kjellerstedt  <pkj at axis com>
7419
7420         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7421         (rtsp_connection_connect), (add_date_header),
7422         (rtsp_connection_send), (parse_response_status),
7423         (parse_request_line), (parse_line), (rtsp_connection_receive):
7424         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
7425         * gst/rtsp/rtspdefs.h:
7426         * gst/rtsp/rtspmessage.c: (key_value_foreach),
7427         (rtsp_message_init_request), (rtsp_message_init_response),
7428         (rtsp_message_remove_header), (rtsp_message_append_headers),
7429         (rtsp_message_dump):
7430         * gst/rtsp/rtspmessage.h:
7431         Improves version checking, allowing an RTSP server to reply with "505
7432         RTSP Version not supported.
7433         Adds a Date header to all messages.
7434         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
7435         want to be able to send a response even if something in the request was
7436         invalid. EINVAL is only used when passing wrong arguments to functions.
7437         Do not handle an invalid method in parse_request_line(). Defer this to
7438         the caller so it can respond with "405 Method Not Allowed".
7439         Improves parsing of the timeout parameter to the Session header,
7440         allowing whitespace after the semicolon. 
7441         Avoids a compiler warning due to variables shadowing a function argument.
7442
7443 2007-06-01  Wim Taymans  <wim@fluendo.com>
7444
7445         Based on Patch by: Daniel Charles <dcharles at ti dot com>
7446
7447         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
7448         (gst_rtp_amr_depay_process):
7449         * gst/rtp/gstrtpamrdepay.h:
7450         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
7451         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
7452         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
7453         * gst/rtp/gstrtpamrpay.h:
7454         Add support for AMR-WB.
7455         Small cleanups such as using BOILERPLATE.
7456
7457 2007-05-31  Wim Taymans  <wim@fluendo.com>
7458
7459         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
7460         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
7461
7462 2007-05-30  Andy Wingo  <wingo@pobox.com>
7463
7464         * sys/v4l2/gstv4l2object.h: 
7465         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
7466         unintended changes.
7467
7468         * sys/v4l2/v4l2src_calls.h: 
7469         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
7470         the format list in the order that the driver gives it to us.
7471         (gst_v4l2src_probe_caps_for_format_and_size)
7472         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
7473         based on the capabilities of the device.
7474         (gst_v4l2src_grab_frame): Update for object variable renaming.
7475         (gst_v4l2src_set_capture): Update to be strict in its parameters,
7476         as in the set_caps below.
7477         (gst_v4l2src_capture_init): Update for object variable renaming,
7478         and reflow.
7479         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
7480         (gst_v4l2src_capture_deinit): Update for object variable renaming.
7481         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
7482         (gst_v4l2src_get_fps): Remove; these functions don't have much
7483         meaning outside of an atomic set_caps method.
7484         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
7485         known.
7486
7487         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
7488         call to update_fps; not sure about this change.
7489         (gst_v4l2_tuner_set_norm): Work around the fact that for the
7490         moment we don't have an update_fps_func.
7491
7492         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
7493         structures in the object, just store what we need. Do store the
7494         probed caps of the device. Don't store the current frame rate.
7495
7496         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
7497         update_fps_function, for now. Update for new object variable
7498         naming.
7499         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
7500         new object variable naming.
7501         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
7502         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
7503         (gst_v4l2src_get_caps): Rework to probe the device for supported
7504         frame sizes and frame rates.
7505         (gst_v4l2src_set_caps): Rework to be strict in the given
7506         parameters: if someone asks us to have a certain size and rate,
7507         that is what we configure.
7508         (gst_v4l2src_get_read): Update for object variable naming. Don't
7509         leak buffers on short reads.
7510         (gst_v4l2src_get_mmap): Update for object variable naming, and add
7511         comments.
7512         (gst_v4l2src_create): Update for object variable naming.
7513
7514 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
7515
7516         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
7517         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
7518         * gst/avi/gstavidemux.h:
7519           Parse subtitle text streams instead of erroring out (#442034). Still
7520           needs a parser for the subtitles to actually show up.
7521
7522 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
7523
7524         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
7525         (gst_avi_demux_loop):
7526           Make _push_event() return TRUE if the event could be pushed on at
7527           least one pad and not only if it could be pushed on all pads,
7528           otherwise we'll end up posting an error message on EOS if one or
7529           more source pads are not connected.
7530
7531 2007-05-28  Wim Taymans  <wim@fluendo.com>
7532
7533         * gst/rtsp/rtsptransport.c:
7534         Use renamed RTP bin.
7535
7536 2007-05-28  Wim Taymans  <wim@fluendo.com>
7537
7538         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
7539
7540         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
7541         (gst_video_box_set_property), (gst_video_box_transform_caps),
7542         (video_box_recalc_transform), (gst_video_box_set_caps),
7543         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
7544         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
7545         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
7546         (gst_video_box_i420_i420), (gst_video_box_transform),
7547         (plugin_init):
7548         Add AYUV->AYUV and AYUV->I420 formats. 
7549         Fix negotiation and I420->AYUV conversion.
7550         Fixes #429329.
7551
7552 2007-05-26  Wim Taymans  <wim@fluendo.com>
7553
7554         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
7555         Use different variables for nested for loops so that the outer loop
7556         functions properly and speex files with multiple frames per buffer work
7557         properly.
7558         Fixes #441408.
7559
7560 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
7561
7562         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
7563           Don't leak newsegment events.
7564
7565 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
7566
7567         * gst/wavparse/Makefile.am:
7568           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
7569           drags it in.
7570
7571 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
7572
7573         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
7574         (notgst_value_array_append_buffer),
7575         (gst_flac_enc_process_stream_headers),
7576         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
7577         (gst_flac_enc_change_state):
7578         * ext/flac/gstflacenc.h:
7579           Collect headers, add "streamheader" field to output caps and set
7580           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
7581           produces output according to the official FLAC-to-Ogg mapping
7582           instead of completely broken files. Fixes #426044.
7583
7584 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
7585
7586         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
7587         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
7588         (gst_id3demux_sink_event):
7589         * gst/id3demux/gstid3demux.h:
7590         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
7591         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
7592         (gst_tag_demux_send_new_segment):
7593         Handle and adjust new-segment events so that downstream really
7594         sees a stream with the tag pieces stripped off the front and back.
7595         Fixes strangeness in seeking when mp3 decoders use the new-segment
7596         byte position to estimate their current playback position timestamp
7597         and then the arriving buffers don't match up.
7598
7599 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
7600
7601         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
7602           Don't unnecessarily perform a READY->NULL->READY transition on the
7603           detected audio sink when starting up. Fixes: #440127
7604
7605 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
7606
7607         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
7608         (gst_flac_enc_chain):
7609           Don't crash in chain function if setcaps hasn't been called.
7610
7611 2007-05-24  Wim Taymans  <wim@fluendo.com>
7612
7613         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
7614         Init value to avoid infinte loops.
7615
7616 2007-05-24  Wim Taymans  <wim@fluendo.com>
7617
7618         Patch by: Peter Kjellerstedt  <pkj at axis com>
7619
7620         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
7621         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
7622         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
7623         (gst_rtspsrc_play):
7624         (rtsp_connection_send), (rtsp_connection_receive):
7625         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
7626         Fix for new API.
7627
7628         * gst/rtsp/rtspconnection.c: (add_auth_header),
7629         Only add authorisation and session headers when sending messages.
7630
7631         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
7632         (rtsp_message_init_request), (rtsp_message_init_response),
7633         (rtsp_message_unset), (rtsp_message_add_header),
7634         (rtsp_message_remove_header), (rtsp_message_get_header),
7635         (rtsp_message_append_headers), (dump_key_value),
7636         (rtsp_message_dump):
7637         * gst/rtsp/rtspmessage.h:
7638         Add support for multiple headers of the same type by storing the parsed
7639         headers in a GArray instaed of a hashtable.
7640
7641 2007-05-21  Wim Taymans  <wim@fluendo.com>
7642
7643         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7644         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
7645         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
7646         safer shutdown.
7647
7648 2007-05-21  Wim Taymans  <wim@fluendo.com>
7649
7650         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
7651         * gst/rtsp/gstrtpdec.h:
7652         Added signal for backwards compat.
7653
7654 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
7655         
7656         Patch by: René Stadler <mail at renestadler dot de>
7657
7658         * configure.ac:
7659         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
7660         (gst_au_parse_parse_header), (gst_au_parse_chain):
7661         * gst/auparse/gstauparse.h:
7662         Use audioconvert for converting from non-native endianness floats
7663         in auparse instead of doing it ourself. Fixes #424527.
7664         This needs the audioconvert from plugins-base CVS.
7665         
7666 2007-05-21  Wim Taymans  <wim@fluendo.com>
7667
7668         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
7669         (gst_rtp_h263p_pay_flush):
7670         Fix enum registration.
7671
7672 2007-05-21  Wim Taymans  <wim@fluendo.com>
7673
7674         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7675
7676         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
7677         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
7678         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
7679         (gst_rtp_h263p_pay_flush):
7680         * gst/rtp/gstrtph263ppay.h:
7681         Add new fragmentation mode base on GOB headers. Fixes #438940.
7682
7683 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
7684
7685         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
7686           Printf format fix.
7687
7688 2007-05-18  Wim Taymans  <wim@fluendo.com>
7689
7690         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
7691         Don't crash when an unsupported transport error was returned by the
7692         server, just try to configure the next stream. Fixes #439255.
7693
7694 2007-05-18  Wim Taymans  <wim@fluendo.com>
7695
7696         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7697         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7698         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
7699         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
7700         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
7701         * gst/rtsp/gstrtspsrc.h:
7702         Add TCP timeout property and use it for all TCP connection.
7703
7704         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
7705         (rtsp_connection_write), (rtsp_connection_next_timeout),
7706         (rtsp_connection_reset_timeout):
7707         Make connect and writes cancelable and make them use the timeout.
7708
7709 2007-05-18  Wim Taymans  <wim@fluendo.com>
7710
7711         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
7712         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
7713         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
7714         (gst_rtspsrc_setup_streams):
7715         Refactor timeout handling.
7716         Also send keep-alive when dealing with TCP transport.
7717
7718         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7719         (rtsp_connection_free), (rtsp_connection_next_timeout),
7720         (rtsp_connection_reset_timeout):
7721         * gst/rtsp/rtspconnection.h:
7722         Use a timer to handle the session timeouts, add some methods to deal
7723         with timeouts.
7724
7725 2007-05-17  Wim Taymans  <wim@fluendo.com>
7726
7727         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
7728         (gst_rtspsrc_setup_streams):
7729         Ignore streams that fail the setup command, we will retry with a
7730         different transport later on.
7731
7732         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
7733         (rtsp_ext_wms_configure_stream):
7734         Fix encoding name case.
7735
7736 2007-05-16  Edward Hervey  <edward@fluendo.com>
7737
7738         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
7739         Fix build on macosx.
7740
7741 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
7742
7743         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
7744         Replace direct comparison of a string with the string literal "" with
7745         a comparison of the first character with '\0'. Fixes #438926.
7746
7747 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
7748
7749         * gst/debug/breakmydata.c (gst_break_my_data_init):
7750           One more try. This should be the proper fix now.
7751
7752 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
7753
7754         * gst/debug/breakmydata.c:
7755           Ooops, no // comments please.
7756
7757 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
7758
7759         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
7760         (gst_break_my_data_init):
7761           Fix gst_buffer_is_writable() assertion.
7762
7763 2007-05-14  David Schleef  <ds@schleef.org>
7764
7765         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
7766           video/x-raw-bayer.  Fixes #314160.
7767
7768 2007-05-14  Wim Taymans  <wim@fluendo.com>
7769
7770         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
7771         (gst_rtp_theora_depay_parse_configuration):
7772         * gst/rtp/gstrtptheorapay.c: (encode_base64),
7773         (gst_rtp_theora_pay_finish_headers),
7774         (gst_rtp_theora_pay_handle_buffer):
7775         Update theora pay/depayloader in a similar to vorbis.
7776
7777         * gst/rtp/gstrtpvorbisdepay.c:
7778         (gst_rtp_vorbis_depay_parse_configuration):
7779         Update docs.
7780
7781 2007-05-14  Wim Taymans  <wim@fluendo.com>
7782
7783         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
7784         When we try to execute a method that is not supported by the server,
7785         don't error out but remove the method from the accepted methods so that
7786         we never try to perform this method again.
7787
7788 2007-05-14  Wim Taymans  <wim@fluendo.com>
7789
7790         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
7791         Remove annoying _dump_mem.
7792
7793 2007-05-14  Wim Taymans  <wim@fluendo.com>
7794
7795         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
7796         Parse range correctly.
7797
7798         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
7799         The baseurl now always has a '/' at the start.
7800
7801 2007-05-14  Wim Taymans  <wim@fluendo.com>
7802
7803         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
7804         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
7805         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
7806         Factor out caps configuration and configure more stuff such as the time
7807         ranges and speed/scale values.
7808
7809         * gst/rtsp/rtsptransport.c:
7810         Add Copyright after non-trival fixes.
7811
7812 2007-05-12  Wim Taymans  <wim@fluendo.com>
7813
7814         Patch by: Peter Kjellerstedt  <pkj at axis com>
7815
7816         * gst/rtsp/gstrtspsrc.h:
7817         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
7818         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
7819         (rtsp_message_get_header):
7820         * gst/rtsp/rtspmessage.h:
7821         Make channel guint8 where possible.
7822         Make rtsp_message_init_data() take the channel as a guint8.
7823
7824         * gst/rtsp/rtspdefs.c:
7825         Fixed a typo: Timout -> Timeout
7826
7827         * gst/rtsp/rtspdefs.h:
7828         Make RTSP_CHECK() behave as a statement.
7829
7830         * gst/rtsp/sdpmessage.c:
7831         Avoid a compiler warning in INIT_ARRAY().
7832         Fixes #437692.
7833
7834 2007-05-12  Wim Taymans  <wim@fluendo.com>
7835
7836         Patch by: Peter Kjellerstedt  <pkj at axis com>
7837
7838         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
7839         (rtsp_url_get_request_uri):
7840         * gst/rtsp/rtspurl.h:
7841         Add support for query parameters to RTSP URLs.
7842
7843 2007-05-12  Wim Taymans  <wim@fluendo.com>
7844
7845         Patch by: Peter Kjellerstedt  <pkj at axis com>
7846
7847         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
7848         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
7849         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
7850         (rtsp_transport_parse), (rtsp_transport_as_text):
7851         * gst/rtsp/rtsptransport.h:
7852         Add validation to rtsp_transport_parse().
7853         Add rtsp_transport_as_text() to generate an RTSP header from an
7854         RTSPTransport.
7855         Change ssrc to guint (was a string) since that is what it is, even
7856         though it is sent as a hex string.
7857         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
7858         incorrect, which can be seen when looking at the examples in the RFC).
7859         Fixes #437670.
7860
7861 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
7862
7863         Patch by: Eric Anholt
7864
7865         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
7866           gst_ximage_src_ximage_get):
7867         Use union of all damage between frames to make it faster.
7868         Fixes bug #342463.
7869         Also fix crasher when cursor is at bottom right of window.
7870
7871 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
7872
7873         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
7874           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
7875           streaming mode regression for file from #343837 with 'bext' chunk
7876           before the 'fmt' chunk.
7877
7878 2007-05-11  Wim Taymans  <wim@fluendo.com>
7879
7880         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7881         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
7882         (gst_rtspsrc_handle_src_event),
7883         (gst_rtspsrc_stream_configure_manager),
7884         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
7885         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
7886         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
7887         * gst/rtsp/gstrtspsrc.h:
7888         * gst/rtsp/rtspdefs.h:
7889         Preliminary seek support.
7890         Activate internal pads so that we can receive events on them.
7891         Don't try to parse a range string when it's NULL.
7892
7893 2007-05-11  Wim Taymans  <wim@fluendo.com>
7894
7895         * gst/rtp/README:
7896         Update README with new RTP variables that will be used for
7897         synchronisation.
7898
7899         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
7900         (gst_rtp_vorbis_depay_parse_configuration),
7901         (gst_rtp_vorbis_depay_process):
7902         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
7903         (gst_rtp_vorbis_pay_finish_headers),
7904         (gst_rtp_vorbis_pay_handle_buffer):
7905         Update vorbis pay and depayloader to draft-04.
7906
7907 2007-05-11  Wim Taymans  <wim@fluendo.com>
7908
7909         * gst/rtsp/rtsptransport.c:
7910         UDP MCAST is actually the default for RTP/AVP.
7911 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
7912
7913         * gst/level/gstlevel.c: (gst_level_transform_ip):
7914         Use guint8 * instead of gpointer then vs6 can build 
7915         in_data += (filter->width / 8).
7916
7917 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
7918
7919         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
7920           gst_ximage_src_ximage_get):
7921         * sys/ximage/gstximagesrc.h (last_ximage):
7922         When using Damage actually keep the last frame, and not assume
7923         that the buffer we get already has the last frame on it.
7924         Copy the cursor over if we specify a non-zero start x and
7925         start y.
7926
7927 2007-05-11  Wim Taymans  <wim@fluendo.com>
7928
7929         * gst/rtsp/rtsptransport.c:
7930         Make UDP the default transport when not specified.
7931
7932 2007-05-09  David Schleef  <ds@schleef.org>
7933
7934         * gst/level/gstlevel.c:
7935           Revert last change.
7936
7937 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
7938
7939         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
7940         (gst_level_transform_ip):
7941         Use guint8 * instead of gpointer then vs6 know the size of data
7942         pointed when moving the pointer.
7943         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
7944         Move instructions after variables declaration.
7945         * win32/vs6/autogen.dsp:
7946         * win32/vs6/libgstrtp.dsp:
7947         * win32/vs6/libgstrtsp.dsp:
7948         Update vs6 project files.
7949
7950 2007-05-09  Wim Taymans  <wim@fluendo.com>
7951
7952         * gst/rtsp/Makefile.am:
7953         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
7954         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
7955         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
7956         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
7957         (rtsp_range_free):
7958         * gst/rtsp/rtsprange.h:
7959         Add code to parse time ranges.
7960         Report DURATION on the stream when possible.
7961
7962 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
7963
7964         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
7965         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
7966         (gst_videomixer_collected):
7967           Fix strides calculation for AYUV (it's just width*4) (#436910).
7968
7969 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
7970
7971         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
7972         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
7973         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
7974         Sync the GObject properties before each processing step to properly
7975         work with the controller.
7976
7977 2007-05-04  Wim Taymans  <wim@fluendo.com>
7978
7979         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
7980         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
7981         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
7982         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
7983         (gst_rtspsrc_change_state):
7984         Let more error state trickle down so that we can catch more error
7985         cases.
7986         Handle keep-alive a little smarter by selecting a method the server
7987         actually supports.
7988         Fix a race in UDP streaming shutdown.
7989
7990 2007-05-04  Wim Taymans  <wim@fluendo.com>
7991
7992         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
7993         Ignore errors when trying to use the keep-alive messages.
7994
7995 2007-05-04  Wim Taymans  <wim@fluendo.com>
7996
7997         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
7998         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
7999         (gst_rtspsrc_stream_configure_manager),
8000         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
8001         (gst_rtspsrc_stream_configure_mcast),
8002         (gst_rtspsrc_stream_configure_udp),
8003         (gst_rtspsrc_stream_configure_udp_sink),
8004         (gst_rtspsrc_stream_configure_transport):
8005         Send RTCP messages back to the server over the TCP connection.
8006
8007         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
8008         (rtsp_connection_send), (rtsp_connection_read), (read_body),
8009         (rtsp_connection_receive):
8010         * gst/rtsp/rtspconnection.h:
8011         Factor out and expose lowlevel _write and _read methods.
8012         Implement sending data messages to the server.
8013
8014 2007-05-03  Wim Taymans  <wim@fluendo.com>
8015
8016         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
8017         (gst_multipart_mux_collected):
8018         Fix timestamps on outgoing buffers.
8019
8020 2007-05-03  Wim Taymans  <wim@fluendo.com>
8021
8022         * gst/multipart/multipartmux.c:
8023         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
8024         (gst_multipart_mux_change_state):
8025         Emit NEWSEGMENT events before pushing the first buffer.
8026
8027 2007-05-03  Wim Taymans  <wim@fluendo.com>
8028
8029         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
8030         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
8031         (gst_rtspsrc_handle_src_query),
8032         (gst_rtspsrc_stream_configure_manager),
8033         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
8034         (gst_rtspsrc_stream_configure_mcast),
8035         (gst_rtspsrc_stream_configure_udp),
8036         (gst_rtspsrc_stream_configure_udp_sink),
8037         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
8038         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
8039         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
8040         (gst_rtspsrc_pause):
8041         Refactor transport configuration code.
8042         Create internal pads for TCP transport so that we can implement events
8043         and queries.
8044         Handle events and queries.
8045         Parse range from the SDP.
8046         Fix race in pause handler where the connection could still be flushing.
8047
8048 2007-05-02  Wim Taymans  <wim@fluendo.com>
8049
8050         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8051         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
8052         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
8053         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
8054         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
8055         (gst_rtspsrc_change_state):
8056         * gst/rtsp/gstrtspsrc.h:
8057         Fix race when multiple udp sources post timeouts, just act on the first
8058         received timeout.
8059         Protect stream list with a recursive lock to fix some races.
8060         Flush connection when we need to do a reconnect or stop.
8061         Make state lock recursive.
8062
8063         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8064         (rtsp_connection_close):
8065         Some small cleanups.
8066
8067 2007-05-02  Wim Taymans  <wim@fluendo.com>
8068
8069         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8070         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
8071         Only set DISCONT when there actually is a discont or when we just
8072         started.
8073
8074 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
8075
8076         * ext/flac/gstflac.c: (plugin_init):
8077         Call bindtextdomain() to get localized strings.
8078
8079 2007-05-02  Wim Taymans  <wim@fluendo.com>
8080
8081         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8082         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
8083         (gst_wavparse_stream_data):
8084         * gst/wavparse/gstwavparse.h:
8085         Be a bit more clever when dealing with VBR files with FACT tags, we
8086         don't want to timestamp buffers in that case but the estimated BPS can
8087         be used for seeking.
8088         Only send close segment in the streaming thread.
8089
8090 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
8091
8092         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
8093         Correctly post an error on the bus if something went wrong in the loop
8094         function. This fixes a few cases where the task was paused and nothing
8095         happened anymore.
8096
8097 2007-05-02  Wim Taymans  <wim@fluendo.com>
8098
8099         * gst/rtsp/test.c: (main):
8100         Fix compilation of deprecated test just because I'm too lazy to delete
8101         it.
8102
8103 2007-05-02  Wim Taymans  <wim@fluendo.com>
8104
8105         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8106         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
8107         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
8108         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
8109         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
8110         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
8111         * gst/rtsp/gstrtspsrc.h:
8112         Fix sending RTCP to the right place.
8113         Fix bug in reffing the wrong UDP element.
8114         Use new pad names for the session manager.
8115         Implement handling server requests in interleaved and UDP modes.
8116         Handle session keep-alive in UDP modes.
8117         Remove GCond for handling UDP timeouts.
8118
8119         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8120         (rtsp_connection_send), (rtsp_connection_read), (read_body),
8121         (rtsp_connection_receive), (rtsp_connection_close):
8122         * gst/rtsp/rtspconnection.h:
8123         Store connection IP address for later.
8124         Add timeout args to all operations that might block forever.
8125         Parse session timeout.
8126         Only close sockets when not already closed.
8127
8128         * gst/rtsp/rtspdefs.c:
8129         * gst/rtsp/rtspdefs.h:
8130         Add timeout return value and error string.
8131
8132         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
8133         Add small comment.
8134
8135 2007-05-01  Wim Taymans  <wim@fluendo.com>
8136
8137         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8138
8139         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
8140         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
8141         * gst/rtp/gstrtpmp4vpay.h:
8142         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
8143
8144 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
8145
8146         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8147           Remove v4l2src from docs, since it breaks the docs build, and the
8148           plugin is only built if --enable-experimental is used anyway.
8149
8150         * docs/plugins/Makefile.am:
8151           Spaces => tab.
8152
8153 2007-04-29  Wim Taymans  <wim@fluendo.com>
8154
8155         * gst/udp/gstmultiudpsink.c: (leave_multicast),
8156         (gst_multiudpsink_add), (gst_multiudpsink_remove):
8157         Add code to drop membership of a multicast group.
8158
8159         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
8160         (gst_udpsink_set_uri):
8161         Implement URI handler.
8162
8163         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
8164         (gst_rtspsrc_parse_rtpinfo):
8165         Use URI handler to make udpsink instace.
8166         Improve code to configure port and destination.
8167
8168 2007-04-29  Wim Taymans  <wim@fluendo.com>
8169
8170         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
8171         Fix multicast detection.
8172         Don't try to join a multicast group if the address is not multicast.
8173
8174         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
8175         Small debug improvement.
8176
8177 2007-04-27  Wim Taymans  <wim@fluendo.com>
8178
8179         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
8180         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
8181         (gst_rtspsrc_handle_message):
8182         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
8183         parent.
8184
8185 2007-04-27  Wim Taymans  <wim@fluendo.com>
8186
8187         * gst/rtp/gstrtpilbcdepay.h:
8188         Fix mode property when specified as an arg.
8189
8190 2007-04-26  Edward Hervey  <edward@fluendo.com>
8191
8192         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8193         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8194         * docs/plugins/gst-plugins-good-plugins.hierarchy:
8195         * docs/plugins/inspect/plugin-osxaudio.xml:
8196         Add documentation for osxaudio plugin.
8197
8198 2007-04-26  Wim Taymans  <wim@fluendo.com>
8199
8200         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8201         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
8202         (gst_rtspsrc_open), (gst_rtspsrc_close),
8203         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
8204         (gst_rtspsrc_pause):
8205         * gst/rtsp/gstrtspsrc.h:
8206         Protect state changes with a lock.
8207
8208         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8209         (parse_line):
8210         * gst/rtsp/rtspconnection.h:
8211         Remove some unused stuff.
8212
8213 2007-04-26  Wim Taymans  <wim@fluendo.com>
8214
8215         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
8216         Handle the case where there are exactly 0 bytes to read and the ioctl
8217         did not report an error. Fixes #433530.
8218
8219 2007-04-26  Wim Taymans  <wim@fluendo.com>
8220
8221         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8222         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
8223         * gst/wavparse/gstwavparse.h:
8224         Apply DISCONT to buffers.
8225         Only apply timestamp to the first sample after a DISCONT, too many VBR
8226         files cause random jitter in the timestamps. Fixes #433119.
8227
8228 2007-04-25  Wim Taymans  <wim@fluendo.com>
8229
8230         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
8231         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
8232         (gst_rtp_dec_get_property):
8233         * gst/rtsp/gstrtpdec.h:
8234         Add dummy latency property to be backwards compat with rtpbin.
8235
8236         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8237         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8238         (gst_rtspsrc_stream_configure_transport),
8239         (gst_rtspsrc_parse_rtpinfo):
8240         * gst/rtsp/gstrtspsrc.h:
8241         Add latency property and configure in the session manager.
8242         Don't set invalid clock-base and seqnum-base on caps, some servers
8243         sometimes don't send them.
8244
8245 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
8246
8247         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
8248         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
8249           Double-check that RGB input caps are really RGBA caps (apparently
8250           the core doesn't always catch it if those caps aren't a subset of
8251           our template caps, also see #421543). Fixes #429319 in a way.
8252           Also, don't leak the pad template in the transform_caps function.
8253
8254         * tests/check/Makefile.am:
8255         * tests/check/elements/.cvsignore:
8256         * tests/check/elements/alphacolor.c: (setup_alphacolor),
8257         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
8258         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
8259         (GST_START_TEST), (alphacolor_suite):
8260           Add some basic unit tests for alphacolor.
8261
8262 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
8263
8264         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
8265           If we get a fatal flow return in the loop function, first post the
8266           error message and only then send the EOS event downstream, otherwise
8267           applications might get an eos message before the error message and
8268           think everything was ok (related to #429319).
8269
8270 2007-04-25  Wim Taymans  <wim@fluendo.com>
8271
8272         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
8273         Read the channel byte as an unsigned byte.
8274
8275 2007-04-25  Wim Taymans  <wim@fluendo.com>
8276
8277         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
8278         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
8279         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
8280         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
8281         (gst_rtp_gsm_depay_setcaps):
8282         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
8283         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
8284         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
8285         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
8286         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
8287         (gst_ilbc_depay_get_property):
8288         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
8289         * gst/rtp/gstrtpmp4adepay.c:
8290         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
8291         (gst_rtp_pcma_depay_setcaps):
8292         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
8293         (gst_rtp_pcmu_depay_setcaps):
8294         Make sure we configure the clock_rate in the baseclass in the setcaps
8295         function. Fixes #431282.
8296
8297 2007-04-25  Wim Taymans  <wim@fluendo.com>
8298
8299         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
8300         (gst_rtspsrc_stream_free), (request_pt_map),
8301         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
8302         * gst/rtsp/gstrtspsrc.h:
8303         Parse server address from SDP.
8304         Hook up a udpsink to send RTCP back to the server.
8305
8306         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8307         * gst/rtsp/rtsptransport.h:
8308         Add some docs.
8309
8310 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
8311
8312         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
8313           Make header field check conditional. Fixes #433135
8314
8315 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
8316
8317         * docs/plugins/Makefile.am:
8318         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8319         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8320         * docs/plugins/inspect/plugin-alphacolor.xml:
8321         * gst/alpha/Makefile.am:
8322         * gst/alpha/gstalphacolor.c:
8323         * gst/alpha/gstalphacolor.h:
8324           Add minimal docs blurb to alphacolor; split out headers into
8325           separate header file for gtk-doc.
8326
8327 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
8328
8329         * gst/debug/progressreport.c: (gst_progress_report_report):
8330           Don't try to post NULL message (in case we can't query upstream
8331           position or duration).
8332
8333 2007-04-18  Michael Smith  <msmith@fluendo.com>
8334
8335         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
8336         (gst_cutter_get_caps):
8337         * gst/cutter/gstcutter.h:
8338           Fix some of the most obvious bugs in cutter. Now doesn't leak
8339           everything if input is silent.
8340
8341 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
8342
8343         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
8344         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
8345         * gst/wavenc/gstwavenc.h:
8346         Wav apparently only supports width==GST_ROUND_UP(depth), everything
8347         else results in a invalid block align and invalid files.
8348
8349 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
8350
8351         Patch by: Snaik <snaik32 gmail com>
8352
8353         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
8354           Add missing break statement for BOX_HORIZONTAL case.
8355
8356 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8357
8358         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
8359
8360         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
8361         Use correct format strings for integer types.
8362
8363 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8364
8365         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
8366         (gst_wavparse_create_sourcepad):
8367         Use gst_riff_create_audio_template_caps () instead of the local caps.
8368         This makes updates of the local caps unecessary whenever libgstriff
8369         gets support for new formats.
8370
8371 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
8372
8373         Patch by: Brian Cameron  <brian.cameron at sun dot com>
8374
8375         * sys/sunaudio/gstsunaudio.c:
8376         * sys/sunaudio/gstsunaudiomixer.c:
8377         * sys/sunaudio/gstsunaudiomixer.h:
8378         * sys/sunaudio/gstsunaudiomixerctrl.c:
8379         * sys/sunaudio/gstsunaudiomixerctrl.h:
8380         * sys/sunaudio/gstsunaudiomixertrack.h:
8381         * sys/sunaudio/gstsunaudiosink.c:
8382         * sys/sunaudio/gstsunaudiosink.h:
8383         * sys/sunaudio/gstsunaudiosrc.c:
8384         * sys/sunaudio/gstsunaudiosrc.h:
8385           Fix and/or update copyright attributions (#430228).
8386
8387 2007-04-13  Wim Taymans  <wim@fluendo.com>
8388
8389         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8390         Fix docs.
8391
8392         * gst/rtsp/URLS:
8393         Add some more example urls.
8394
8395         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
8396         (gst_rtp_dec_chain_rtp):
8397         Better debugging.
8398
8399         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
8400         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
8401         (gst_rtspsrc_parse_rtpinfo):
8402         Remove unused code.
8403
8404 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
8405
8406         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
8407         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
8408         (gst_wavparse_stream_data):
8409           Relax the audio/mpeg caps again and add FIXME: comment.
8410
8411 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
8412
8413         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
8414         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
8415         (gst_wavparse_stream_data):
8416         * gst/wavparse/gstwavparse.h:
8417           More sanity check for the header fields. Fix type for 'rate' header
8418           field.
8419
8420 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
8421
8422         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
8423         (gst_icydemux_unicodify):
8424           If the metadata strings we get in the stream are not UTF-8, try to
8425           interpret them according to the character encodings specified in the
8426           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
8427           only fall back to locale/ISO-8859-1 if those aren't set or don't
8428           work. Should fix #428901.
8429
8430 2007-04-12  Wim Taymans  <wim@fluendo.com>
8431
8432         * gst/rtp/gstrtph264depay.c:
8433         Use the proper sync word for SPS and PPS.
8434
8435 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
8436
8437         * gst/rtp/Makefile.am:
8438         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
8439           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
8440         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
8441           Add a simple hashing implementation that we can use to generate
8442           a 24-bit ident value based on the codebooks for vorbis and theora.
8443         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
8444           gst_rtp_theora_pay_handle_buffer):
8445         * gst/rtp/gstrtpvorbisdepay.c
8446           (gst_rtp_vorbis_depay_parse_configuration,
8447           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
8448         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
8449           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
8450           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
8451           Use the hashing function, ensuring that the same codebooks result
8452           in the same ident and thus the same SDP description.
8453           Various log fixes/changes.
8454
8455 2007-04-12  Wim Taymans  <wim@fluendo.com>
8456
8457         Patch by: jerry tan <jerry dot tan at sun dot com>
8458
8459         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
8460         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
8461         application's responsibility to make sure it open the device once.
8462         Remove a careless error if AUDIODEV is set. Fixes #392620.
8463
8464 2007-04-12  Wim Taymans  <wim@fluendo.com>
8465
8466         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
8467         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
8468         * gst/rtsp/gstrtpdec.h:
8469         Make backward compat with rtpbin by adding the request-pt-map signals.
8470
8471         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8472         (new_session_pad), (request_pt_map),
8473         (gst_rtspsrc_stream_configure_transport),
8474         (gst_rtspsrc_stream_configure_caps),
8475         (gst_rtspsrc_activate_streams):
8476         * gst/rtsp/gstrtspsrc.h:
8477         Implement request-pt-map signals instead of setting caps on the buffers
8478         for the session manager.
8479
8480 2007-04-11  Wim Taymans  <wim@fluendo.com>
8481
8482         * gst/udp/gstudp.c: (plugin_init):
8483         Register GstNetBuffer in plugin_init so that the type can be used from
8484         multiple threads without races.
8485
8486 2007-04-10  Wim Taymans  <wim@fluendo.com>
8487
8488         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
8489         (gst_rtp_amr_depay_process):
8490         Fix depayloader clock_rate and some cleanups.
8491
8492         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
8493         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
8494         * gst/rtp/gstrtph264depay.h:
8495         Don't push codec_data in the adapter because it might get flushed when
8496         we get a discont.
8497
8498         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
8499         Handle multiple AU per packet.
8500
8501         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
8502         (gst_rtp_sv3v_depay_plugin_init):
8503         Disable rank, this one does not work.
8504         Remove timestamping, base class does that.
8505
8506 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
8507
8508         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
8509           limit caps to the formats we announce in the template
8510
8511         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
8512         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
8513         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
8514           fix some crashers/asserts when dealing with broken files
8515
8516 2007-04-10  Wim Taymans  <wim@fluendo.com>
8517
8518         Patch by: Peter Kjellerstedt  <pkj at axis com>
8519
8520         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
8521         * gst/rtp/gstrtpL16depay.c:
8522         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
8523         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
8524         (gst_rtp_speex_depay_setcaps):
8525         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8526         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
8527         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
8528         Fix some compiler warnings. Fixes #428182.
8529
8530 2007-04-06  Wim Taymans  <wim@fluendo.com>
8531
8532         * gst/rtsp/Makefile.am:
8533         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
8534         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
8535         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
8536         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
8537         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
8538         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
8539         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
8540         (create_rtcp), (gst_rtp_dec_request_new_pad),
8541         (gst_rtp_dec_release_pad):
8542         * gst/rtsp/gstrtpdec.h:
8543         * gst/rtsp/gstrtsp.c: (plugin_init):
8544         Morph RTPDec into something compatible with RTPBin as a fallback.
8545         Various other style fixes.
8546
8547         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
8548         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
8549         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
8550         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
8551         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
8552         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
8553         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8554         * gst/rtsp/gstrtspsrc.h:
8555         Implement RTPBin session manager handling.
8556         Don't try to add empty properties to caps.
8557         Implement fallback session manager, handling.
8558         Don't combine errors from RTCP streams, just ignore them.
8559
8560         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
8561         * gst/rtsp/rtsptransport.h:
8562         Implement fallback session manager.
8563         Make RTPBin the default one when available.
8564
8565 2007-04-05  Wim Taymans  <wim@fluendo.com>
8566
8567         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
8568         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
8569         This element is ready to be autoplugged.
8570
8571 2007-04-05  Julien MOUTTE  <julien@moutte.net>
8572
8573         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
8574         Don't leave the offsets defined by upstream element on the
8575         compressed data buffer we are pushing downstream. Make them
8576         GST_BUFFER_OFFSET_NONE.
8577
8578 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
8579
8580         * gst/avi/README:
8581         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8582         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
8583         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
8584         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
8585         (gst_avi_demux_calculate_durations_from_index),
8586         (gst_avi_demux_stream_header_push),
8587         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
8588         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
8589           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
8590
8591 2007-04-03  Wim Taymans  <wim@fluendo.com>
8592
8593         * gst/smpte/barboxwipes.c:
8594         Fix error as spotted by Snaik <snaik32 at gmail dot com>
8595
8596 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
8597
8598         * gst/wavparse/gstwavparse.c:
8599         Support audio/x-raw-float in wav files. This only works with
8600         plugins-base CVS, using an older version doesn't have any
8601         disadvantages though.
8602
8603 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
8604
8605         * configure.ac:
8606         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
8607         (gst_au_parse_parse_header), (gst_au_parse_chain):
8608         * gst/auparse/gstauparse.h:
8609         Revert last change as we don't want plugins-good to depend on
8610         plugins-base CVS now.
8611
8612 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
8613
8614         * configure.ac:
8615         Require gst-plugins-base CVS for audioconvert with non-native
8616         float support and width/depth fix in libgstriff.
8617
8618         Patch by: René Stadler <mail at renestadler dot de>
8619
8620         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
8621         (gst_au_parse_parse_header), (gst_au_parse_chain):
8622         * gst/auparse/gstauparse.h:
8623         Don't swap the floats ourself if they're not in native endianness.
8624         Instead let audioconvert handle this. Fixes #339838.
8625
8626 2007-03-29  Wim Taymans  <wim@fluendo.com>
8627
8628         * gst/rtp/gstasteriskh263.h:
8629         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
8630         (gst_rtp_h263p_depay_change_state):
8631         * gst/rtp/gstrtph263pdepay.h:
8632         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
8633         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
8634         (gst_rtp_h264_depay_change_state):
8635         * gst/rtp/gstrtph264depay.h:
8636         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
8637         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
8638         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
8639         Flush adapter on disconts.
8640
8641 2007-03-29  Wim Taymans  <wim@fluendo.com>
8642
8643         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
8644         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
8645         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
8646         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
8647         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
8648         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
8649         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
8650         (gst_rtp_mp4v_depay_process):
8651         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
8652         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
8653         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
8654         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
8655         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
8656         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
8657         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
8658         Use more efficient adapter and rtpbuffer methods when possible.
8659
8660 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
8661
8662         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
8663         (gst_wavenc_sink_setcaps):
8664         Correctly handle width!=depth input.
8665         * gst/wavparse/gstwavparse.c:
8666         Already export in the caps that width==8 uses unsigned samples and
8667         everything else uses signed samples.
8668
8669 2007-03-29  Wim Taymans  <wim@fluendo.com>
8670
8671         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
8672
8673         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
8674         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
8675         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
8676         (gst_dynudpsink_close):
8677         * gst/udp/gstdynudpsink.h:
8678         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8679         (gst_udpsrc_create), (gst_udpsrc_set_property),
8680         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
8681         * gst/udp/gstudpsrc.h:
8682         Rework the socket allocation a bit based on the sockfd argument so that
8683         it becomes usable.
8684         Add a closefd property to instruct the udp elements to close the custom
8685         file descriptors when going to READY. Fixes #423304.
8686         API:GstUDPSrc::closefd property
8687         API:GstDynUDPSink::closefd property
8688
8689 2007-03-29  Wim Taymans  <wim@fluendo.com>
8690
8691         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
8692
8693         * gst/rtp/Makefile.am:
8694         * gst/rtp/gstrtp.c: (plugin_init):
8695         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
8696         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
8697         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
8698         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
8699         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
8700         (gst_rtp_h264_pay_plugin_init):
8701         * gst/rtp/gstrtph264pay.h:
8702         Added H264 payloader. Fixes #423782.
8703
8704         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
8705         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
8706         Small fixes.
8707
8708 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
8709
8710         * gst/wavparse/gstwavparse.c:
8711         Actually support depths from 1 to 32, not only 8 to 32.
8712
8713 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
8714
8715         * gst/wavparse/gstwavparse.c:
8716         Add support for wav files containing audio/x-raw-int with random
8717         depths between 1 and 32 bits.
8718
8719 2007-03-28  Wim Taymans  <wim@fluendo.com>
8720
8721         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
8722
8723         * gst/rtp/Makefile.am:
8724         * gst/rtp/gstrtp.c: (plugin_init):
8725         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
8726         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
8727         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
8728         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
8729         (gst_rtp_mp4a_depay_get_property),
8730         (gst_rtp_mp4a_depay_change_state),
8731         (gst_rtp_mp4a_depay_plugin_init):
8732         * gst/rtp/gstrtpmp4adepay.h:
8733         Added MP4A-LATM depayloader. Fixes #417792.
8734
8735         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
8736         (gst_rtp_mp4v_depay_process):
8737         Fixup depayloader, setting codec_data, using more efficient adaptor and
8738         rtpbuffer handling.
8739
8740         * gst/rtsp/URLS:
8741         Add url to test above.
8742
8743 2007-03-25  Wim Taymans  <wim@fluendo.com>
8744
8745         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
8746         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
8747         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
8748         (gst_rtspsrc_media_to_caps),
8749         (gst_rtspsrc_stream_configure_transport),
8750         (gst_rtspsrc_stream_configure_caps),
8751         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
8752         * gst/rtsp/gstrtspsrc.h:
8753         Handle default clock-rates for static payload types, rearrange stuff so
8754         that the rtpmap field in the sdp can override the defaults.
8755         Parse RTP-Info field to get the seqnum and timebase fields that should
8756         go in the caps.
8757         Delay configuring caps after we got the RTP-Info from the PLAY reply from
8758         the server. 
8759
8760 2007-03-22  Wim Taymans  <wim@fluendo.com>
8761
8762         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
8763
8764         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
8765         Accept complex pipeline descriptions as an audio profile instead of just
8766         a single element. Fixes #420658.
8767
8768 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
8769
8770         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
8771           Rename registered type in preparation of GstTagDemux moving to
8772           -base at some point in the future.
8773
8774 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
8775
8776         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
8777           Streaming mode fixes: don't unref buffer we don't own any longer;
8778           remove bogus adapter flush. Fixes #419338.
8779
8780 2007-03-17  David Schleef  <ds@schleef.org>
8781
8782         * REQUIREMENTS: Change the format to key/value, add a bunch of
8783           information, remove a bunch of requirements that are for
8784           other GStreamer packages.
8785
8786 2007-03-17  David Schleef  <ds@schleef.org>
8787
8788         * REQUIREMENTS: Fix a few things.  This file really needs a
8789         good once-over.
8790
8791 2007-03-15  Edward Hervey  <edward@fluendo.com>
8792
8793         * sys/Makefile.am:
8794         Don't forget to distribute the sys/osxaudio/ directory.
8795
8796 2007-03-15  Edward Hervey  <edward@fluendo.com>
8797
8798         * configure.ac:
8799         * sys/Makefile.am:
8800         * sys/osxaudio/Makefile.am:
8801         * sys/osxaudio/gstosxaudio.c:
8802         * sys/osxaudio/gstosxaudiosink.c:
8803         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
8804         (gst_osx_audio_sink_getcaps),
8805         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
8806         * sys/osxaudio/gstosxaudiosrc.c:
8807         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
8808         (gst_osx_audio_src_create_ringbuffer):
8809         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
8810         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
8811         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
8812         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
8813         * sys/osxaudio/gstosxringbuffer.h:
8814         Activate osxaudio in gst-plugins-good with proper build setup.
8815         Add inlined documentation.
8816         Fix debug statements
8817         Fix ringbuffer when pausing.
8818         Fixes #323471
8819
8820 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
8821         * gst/rtp/gstrtppcmapay.c:
8822         * gst/rtp/gstrtppcmapay.h:
8823         * gst/rtp/gstrtppcmupay.c:
8824         * gst/rtp/gstrtppcmupay.h:
8825         Ported mulaw and alaw payloaders to use new base class
8826
8827 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8828
8829         * po/af.po:
8830         * po/az.po:
8831         * po/cs.po:
8832         * po/en_GB.po:
8833         * po/it.po:
8834         * po/nl.po:
8835         * po/or.po:
8836         * po/sq.po:
8837         * po/sr.po:
8838         * po/sv.po:
8839         * po/uk.po:
8840         * po/vi.po:
8841           Update translations.
8842
8843 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
8844
8845         * configure.ac:
8846           Fix string replace error (AG_AG_GST_* => AG_GST_*).
8847
8848 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
8849
8850         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
8851           Fix handling of -1 values for start and stop values when seeking,
8852           and SEEK_CUR+SEEK_END here as well.
8853
8854 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
8855
8856         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
8857           Fix handling of -1 values for start and stop values when seeking, 
8858           and SEEK_CUR+SEEK_END.
8859
8860 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
8861
8862         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
8863           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
8864           the image format a variable-length NUL-terminated string; in
8865           versions before that the image format is a fixed-length string of
8866           3 characters (see #348644 for a sample tag).
8867           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
8868
8869 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
8870
8871         * win32/MANIFEST:
8872         Add new project files to MANIFEST.
8873         * win32/vs6/libgstaudiofx.dsp:
8874         * win32/vs6/libgstrtp.dsp:
8875         * win32/vs6/libgstrtsp.dsp:
8876         Update project files.
8877         
8878 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
8879
8880         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
8881         (gst_avi_demux_parse_index):
8882         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
8883         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
8884           Printf format fixes; also add some missing quotes in translated
8885           strings. Fixes #416728 and #416727.
8886
8887 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
8888
8889         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
8890           Tim and I can't think of any reason the child audio sink needs to 
8891           be set back to NULL after successfully determining that it can 
8892           reach READY - it gets immediately set back to READY by the caller
8893           anyway, causing an unnecessary close/open of any audio devices
8894           involved.
8895
8896 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
8897
8898         * po/LINGUAS:
8899         * po/ja.po:
8900           Add ja.po file from #377306.
8901
8902 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
8903
8904         * sys/sunaudio/gstsunaudio.c: (plugin_init):
8905         * sys/sunaudio/gstsunaudiomixertrack.c:
8906         (gst_sunaudiomixer_track_new):
8907           Actually translate sunaudio mixer track labels instead of just
8908           marking the strings as translatable (#377306); clean up weird
8909           label string mapping code that serves no apparent purpose. Also
8910           set the 'untranslated-label' property when creating mixer tracks
8911           if the GstMixerTrack base class supports this.
8912
8913         * tests/check/Makefile.am:
8914         * tests/check/elements/.cvsignore:
8915         * tests/check/elements/sunaudio.c: (GST_START_TEST),
8916         (sunaudio_suite):
8917           Very minimalistic unit test for sunaudiomixer element (compiles, but not
8918           actually tested on a system where sunaudiomixer is available).
8919
8920 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
8921
8922         * tests/check/Makefile.am:
8923         Re-enable the states test and see if it works on the buildbots.
8924
8925 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
8926
8927         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
8928         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
8929         (gst_dvdec_change_state):
8930         * ext/dv/gstdvdec.h:
8931         Infer pixel-aspect-ratio from the video frame format if it isn't
8932         provided by the container, as happens when playing DV from AVI
8933         or Quicktime containers.
8934
8935         Patch by: Wim Taymans <wim@fluendo.com>
8936         Fixes #380944
8937
8938 2007-03-09  Wim Taymans  <wim@fluendo.com>
8939
8940         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
8941         When activated, remove the udpsrc timeout, we have dataflow and timeouts
8942         will later be handled by the jitterbuffer.
8943
8944 2007-03-09  Wim Taymans  <wim@fluendo.com>
8945
8946         * ext/taglib/gstid3v2mux.cc:
8947         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
8948         Fixes #414496.
8949         
8950         Patch by: Alex Lancaster <alexl at users sourceforge net>
8951
8952 2007-03-09  Wim Taymans  <wim@fluendo.com>
8953
8954         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8955         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
8956         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8957         (gst_avi_demux_chain):
8958         Fix stream position reporting after a seek. Fixes #416445.
8959
8960 2007-03-08  Wim Taymans  <wim@fluendo.com>
8961
8962         Patch by: René Stadler <mail at renestadler dot de>
8963
8964         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8965         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
8966         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
8967         Make avidemux accept optional header chunks in any order.
8968         Fixes #415446.
8969
8970 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
8971
8972         * tests/check/Makefile.am:
8973         Disable the states check until the remaining Valgrind errors
8974         are fixed or suppressed.
8975
8976 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
8977
8978         * tests/check/elements/.cvsignore:
8979           Add audiodynamic check to .cvsignore
8980
8981 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
8982
8983         reviewed by: Stefan Kost  <ensonic@users.sf.net>
8984
8985         * gst/audiofx/Makefile.am:
8986         * gst/audiofx/audiodynamic.c:
8987         (gst_audio_dynamic_characteristics_get_type),
8988         (gst_audio_dynamic_mode_get_type),
8989         (gst_audio_dynamic_set_process_function),
8990         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
8991         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
8992         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
8993         (gst_audio_dynamic_transform_hard_knee_compressor_int),
8994         (gst_audio_dynamic_transform_hard_knee_compressor_float),
8995         (gst_audio_dynamic_transform_soft_knee_compressor_int),
8996         (gst_audio_dynamic_transform_soft_knee_compressor_float),
8997         (gst_audio_dynamic_transform_hard_knee_expander_int),
8998         (gst_audio_dynamic_transform_hard_knee_expander_float),
8999         (gst_audio_dynamic_transform_soft_knee_expander_int),
9000         (gst_audio_dynamic_transform_soft_knee_expander_float),
9001         (gst_audio_dynamic_transform_ip):
9002         * gst/audiofx/audiodynamic.h:
9003         * gst/audiofx/audiofx.c: (plugin_init):
9004         Add new audiodynamic element which can act as a compressor or
9005         expander. Supported are hard-knee and soft-knee operation modes with
9006         user-specified ratio and threshold.
9007         Attack and release parameters are not yet implemented but will follow.
9008         * docs/plugins/Makefile.am:
9009         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9010         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9011         * docs/plugins/gst-plugins-good-plugins.args:
9012         * docs/plugins/inspect/plugin-audiofx.xml:
9013         Integrate audiodynamic into the docs.
9014         * tests/check/Makefile.am:
9015         * tests/check/elements/audiodynamic.c: (setup_dynamic),
9016         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
9017         Add unit test for audiodynamic.
9018
9019 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9020
9021         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
9022         Free handles that we allocated when exiting via the error paths.
9023
9024 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
9025
9026         * gst/level/gstlevel.c: (gst_level_class_init),
9027         (gst_level_set_caps), (gst_level_start), (gst_level_event),
9028         (gst_level_transform_ip):
9029         * gst/level/gstlevel.h:
9030           Resolve message timestamps against the playback segment.
9031
9032 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
9033
9034         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
9035         (gst_id3demux_sink_activate):
9036           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
9037           caps passed to it (previously one code path assumed it took ownership
9038           while another one assumed it didn't, while in fact it sometimes did and
9039           sometimes didn't ...).
9040
9041         * configure.ac:
9042         * tests/files/Makefile.am:
9043         * tests/files/id3-407349-1.tag:
9044         * tests/files/id3-407349-2.tag:
9045           Add directory where data for unit tests can be stored.
9046
9047         * tests/Makefile.am:
9048         * tests/check/Makefile.am:
9049         * tests/check/elements/.cvsignore:
9050         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
9051         (read_tags_from_file), (run_check_for_file),
9052         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
9053           Add unit test for id3demux, and in particular for bug #407349. Only
9054           testing pull-mode for now; push mode doesn't work yet because the test
9055           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
9056
9057 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
9058
9059         * tests/check/Makefile.am:
9060           Add missing backslash at end of line.
9061
9062 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
9063
9064         Trigger rebuild.
9065
9066 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
9067
9068         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
9069         * gst/id3demux/id3tags.h:
9070         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
9071         (parse_obsolete_tdat_frame):
9072           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
9073           the four-digit number will be interpreted as a year, whereas it is
9074           month and day in DDMM format. Instead, parse TDAT frames and fix up
9075           the date in the GST_TAG_DATE tag later if we also extracted a year.
9076           Fixes #407349.
9077
9078 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
9079
9080         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
9081         (gst_switch_commit_new_kid):
9082         Fix up the dispose logic so it doesn't leak, and fix setting of 
9083         the child state so that we don't set a child to our current state 
9084         just as we are changing it to something else.
9085
9086 2007-03-06  Wim Taymans  <wim@fluendo.com>
9087
9088         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
9089         (gst_goom_chain):
9090         * gst/goom/gstgoom.h:
9091         Document, fix and improve goom adapter behaviour.
9092         Fixes #407006.
9093
9094 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
9095
9096         * ext/esd/esdsink.c: (gst_esdsink_open):
9097         Unref static pad template after using it.
9098
9099 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
9100
9101         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
9102         (gst_switch_commit_new_kid):
9103         Fix up the reference counting of the child elements.
9104
9105 2007-03-05  Wim Taymans  <wim@fluendo.com>
9106
9107         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
9108         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
9109         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
9110         Fix encoding-name case.
9111
9112 2007-03-05  Wim Taymans  <wim@fluendo.com>
9113
9114         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
9115         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
9116         (gst_rtp_speex_depay_process):
9117         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
9118         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
9119         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
9120         (gst_rtp_speex_pay_change_state):
9121         * gst/rtp/gstrtpspeexpay.h:
9122         Fix speex (de)payloader. Fixes #358040.
9123
9124 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
9125
9126         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
9127         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
9128         Install fakesink in NULL by fixing some broken logic. This obviates
9129         the need to manually set _IS_SINK.
9130         Add some comments and remove a little cruft while I'm at it.
9131
9132 2007-03-05  Wim Taymans  <wim@fluendo.com>
9133
9134         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
9135         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
9136
9137 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
9138
9139         * po/POTFILES.in:
9140           Update.
9141
9142 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
9143
9144         * tests/check/Makefile.am:
9145         Gah! Also disable gconfvideosink from the tests, otherwise
9146         it will instantiate autovideosink, and dfbvideosink and
9147         leak on the buildbots.
9148
9149 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
9150
9151         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
9152         (gst_cdio_cdda_src_finalize):
9153         Make sure we always destroy our libcdio handle.
9154
9155 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
9156
9157         * tests/check/Makefile.am:
9158         Disable autovideosink so the buildbots don't barf over memory
9159         leaked in the directfb sink.
9160
9161 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
9162
9163         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
9164         Chain up in dispose
9165
9166 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
9167
9168         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
9169         (gst_multipart_find_pad_by_mime):
9170         Use gst_pad_new_from_static_template instead of
9171         static_pad_template_get+pad_new.
9172
9173 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
9174
9175         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
9176         Catch the case where no clock has been set.
9177
9178 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
9179
9180         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
9181         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
9182         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
9183         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
9184         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
9185         (gst_gconf_audio_src_finalize), (do_toggle_element):
9186         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
9187         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
9188         (do_toggle_element):
9189         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
9190         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
9191         (gst_gconf_video_src_finalize), (do_toggle_element):
9192         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
9193         (gst_switch_sink_reset), (gst_switch_sink_set_child):
9194         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
9195         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
9196         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
9197         (gst_shout2send_init), (gst_shout2send_finalize):
9198         * gst/debug/testplugin.c: (gst_test_class_init),
9199         (gst_test_finalize):
9200         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
9201         (gst_flxdec_dispose):
9202         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
9203         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
9204         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9205         (gst_rtspsrc_finalize):
9206         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
9207         * gst/rtsp/rtspextwms.h:
9208         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
9209         (gst_smpte_finalize):
9210         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
9211         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
9212         (gst_udpsink_finalize):
9213         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
9214         (gst_wavparse_sink_activate):
9215         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
9216         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
9217         (gst_oss_src_finalize):
9218         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
9219         * sys/v4l2/gstv4l2object.h:
9220         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
9221         (gst_v4l2src_finalize):
9222         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
9223
9224         Fix a bunch of leaks shown by the newly-added states test.
9225
9226 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
9227
9228         * ext/dv/gstdvdec.c: (gst_dvdec_init):
9229         Use gst_pad_new_from_static_template instead of 
9230         static_pad_template_get+pad_new.
9231
9232 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
9233
9234         Patch by: Loïc Minier <lool+gnome at via ecp fr>
9235
9236         * ext/libcaca/Makefile.am:
9237         * gst/debug/Makefile.am:
9238           Don't mix tabs and spaces (#414168).
9239
9240 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
9241
9242         * tests/check/generic/.cvsignore:
9243           Ignore files to please buildbot.
9244
9245 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
9246
9247         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
9248         (gst_wavparse_stream_data):
9249           Unbreak my previous commit (swapped nominator & denominator). Tim,
9250           thanks for spotting.
9251
9252 2007-03-02  Wim Taymans  <wim@fluendo.com>
9253
9254         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
9255         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
9256         (gst_cdio_cdda_src_finalize):
9257         Small code cleanups.
9258         Don't use pad_alloc as the base class cannot deal with the error codes.
9259
9260 2007-03-02  Wim Taymans  <wim@fluendo.com>
9261
9262         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
9263         (gst_udpsrc_create):
9264         Fix doc.
9265
9266 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
9267
9268         Patch by: René Stadler <mail@renestadler.de>
9269
9270         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9271         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9272         (gst_wavparse_stream_data):
9273           Handle rounding better to not drop last sample frame. Fixes #356692
9274
9275 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
9276
9277         * tests/check/Makefile.am:
9278         Disable cacasink from the states check too - it also calls exit(1)
9279         on us when it can't find a terminal to talk to.
9280
9281 2007-03-02  Wim Taymans  <wim@fluendo.com>
9282
9283         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
9284
9285         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9286         (gst_udpsrc_create), (gst_udpsrc_set_property),
9287         (gst_udpsrc_get_property):
9288         * gst/udp/gstudpsrc.h:
9289         Add support to strip proprietary headers. Fixes #350296.
9290
9291 2007-03-02  Wim Taymans  <wim@fluendo.com>
9292
9293         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
9294         Fix compilation.
9295
9296 2007-03-02  Wim Taymans  <wim@fluendo.com>
9297
9298         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
9299
9300         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
9301         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
9302         (gst_rtp_mp2t_depay_set_property),
9303         (gst_rtp_mp2t_depay_get_property):
9304         * gst/rtp/gstrtpmp2tdepay.h:
9305         Add support to strip off proprietary headers. Fixes #350278.
9306
9307 2007-03-02  Wim Taymans  <wim@fluendo.com>
9308
9309         * ext/hal/hal.c:
9310         Fix compilation.
9311
9312 2007-03-02  Wim Taymans  <wim@fluendo.com>
9313
9314         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
9315         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
9316         (gst_sunaudiosrc_open):
9317         * sys/sunaudio/gstsunaudiosrc.h:
9318         Remove device-name from GstSunAudioSrc. Fixes #412597.
9319
9320 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
9321
9322         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
9323         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
9324         Having NULL as UDI previously selected the default sink/src. Change
9325         this back but mention it in the debug output.
9326         * ext/hal/hal.c: (gst_hal_get_alsa_element),
9327         (gst_hal_get_oss_element), (gst_hal_get_string),
9328         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
9329         (gst_hal_get_audio_src):
9330         * ext/hal/hal.h:
9331         Refactor a bit, check all error conditions, greatly improve debugging
9332         and fix some possible memory leaks. Also implement OSS support
9333         and allow specifying an UDI that points to a real device. For this the
9334         child device which supports ALSA (preferred) or OSS is used.
9335         As a side effect this makes it impossible now to get a alsasink in
9336         halaudiosrc and a alsasrc in halaudiosink.
9337
9338 2007-03-01  Wim Taymans  <wim@fluendo.com>
9339
9340         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
9341         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
9342         Errors from the udp sources are not fatal unless all of them are in
9343         error.
9344
9345 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
9346
9347         * tests/check/Makefile.am:
9348         Disable aasink in the states test. I suspect this is the element that
9349         is calling exit(1) when it can't proceed.
9350
9351 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
9352
9353         * tests/check/Makefile.am:
9354         Draw plugins in from the build tree sys/ dir, rather than picking
9355         up the already installed versions.
9356
9357 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9358
9359         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
9360         Error out correctly when getting xcontext fails.
9361
9362 2007-03-01  Wim Taymans  <wim@fluendo.com>
9363
9364         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
9365         Make state change to PAUSED NO_PREROLL because that's what it will be in
9366         the future and rtspsrc relies on it.
9367
9368         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9369         (gst_rtspsrc_change_state):
9370         Don't error out when we don't get an error from the state change
9371         function.
9372
9373 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
9374
9375         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
9376         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
9377           Check if the device UDI is set before trying to query HAL
9378           about it and give a useful error message if it wasn't set.
9379         * ext/hal/hal.c: (gst_hal_get_string):
9380           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
9381           gives an assertion failure in D-Bus when running with
9382           DBUS_FATAL_WARNINGS=1.
9383
9384 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9385
9386         * configure.ac:
9387           Convert to new AG_GST style.
9388
9389 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9390
9391         * tests/check/Makefile.am:
9392         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
9393           add test for states
9394
9395 2007-02-28  Wim Taymans  <wim@fluendo.com>
9396
9397         * tests/check/elements/.cvsignore:
9398         Add new videofilter check to .cvsignore.
9399
9400 2007-02-28  Wim Taymans  <wim@fluendo.com>
9401
9402         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
9403         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
9404         (gst_avi_demux_loop), (gst_avi_demux_chain):
9405         Fix combined flow return. Fixes #412608.
9406
9407 2007-02-28  Wim Taymans  <wim@fluendo.com>
9408
9409         * gst/videofilter/Makefile.am:
9410         Dist header..
9411
9412 2007-02-28  Wim Taymans  <wim@fluendo.com>
9413
9414         * gst/videofilter/gstgamma.h:
9415         Add header too.
9416
9417 2007-02-28  Wim Taymans  <wim@fluendo.com>
9418
9419         Patch by: Mark Nauwelaerts <manauw at skynet be>
9420
9421         * gst/videofilter/Makefile.am:
9422         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
9423         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
9424         (gst_gamma_get_property), (gst_gamma_calculate_tables),
9425         (oil_tablelookup_u8), (gst_gamma_set_caps),
9426         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
9427         Port gamma filter to 0.10. Fixes #412704.
9428
9429         * tests/check/Makefile.am:
9430         * tests/check/elements/videofilter.c: (setup_filter),
9431         (cleanup_filter), (check_filter), (GST_START_TEST),
9432         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
9433         Add unit tests for videofilters.
9434
9435 2007-02-28  Wim Taymans  <wim@fluendo.com>
9436
9437         * gst/rtsp/URLS:
9438         Add another interesting test url.
9439
9440         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
9441         Don't allow getting header fields from data packets.
9442
9443 2007-02-28  Michael Smith  <msmith@fluendo.com>
9444
9445         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
9446         (gst_shout2send_init), (gst_shout2send_start),
9447         (gst_shout2send_set_property), (gst_shout2send_get_property):
9448         * ext/shout2/gstshout2.h:
9449           Add a property for username.
9450
9451 2007-02-27  Christian Schallerr <christian@fluendo.com>
9452
9453         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
9454
9455 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
9456
9457         * gst/rtsp/Makefile.am:
9458         Fix make check too.
9459
9460 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
9461
9462         * gst/rtsp/base64.c: (util_base64_encode):
9463         * gst/rtsp/base64.h:
9464         Commit missing files for base64 encoding.
9465
9466 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
9467
9468         Patch by: Loïc Minier <lool+gnome at via ecp fr>
9469
9470         * configure.ac:
9471         * ext/annodex/Makefile.am:
9472         * ext/jpeg/Makefile.am:
9473         * ext/speex/Makefile.am:
9474         * gst/alpha/Makefile.am:
9475         * gst/cutter/Makefile.am:
9476         * gst/debug/Makefile.am:
9477         * gst/effectv/Makefile.am:
9478         * gst/goom/Makefile.am:
9479         * gst/level/Makefile.am:
9480         * gst/smpte/Makefile.am:
9481         * gst/videofilter/Makefile.am:
9482           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
9483
9484 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
9485
9486         * gst/rtsp/Makefile.am:
9487         * gst/rtsp/rtspconnection.c: (append_auth_header),
9488         (rtsp_connection_send), (rtsp_connection_set_auth):
9489         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
9490         from icecast to replace it. Relicensed from GPL courtesy of Mike
9491         Smith.
9492
9493 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
9494
9495         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9496         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
9497         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
9498         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
9499         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
9500         (gst_rtspsrc_uri_set_uri):
9501         * gst/rtsp/gstrtspsrc.h:
9502         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9503         (append_auth_header), (rtsp_connection_send),
9504         (rtsp_connection_free), (rtsp_connection_set_auth):
9505         * gst/rtsp/rtspconnection.h:
9506         * gst/rtsp/rtspdefs.h:
9507         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
9508         * gst/rtsp/rtspurl.h:
9509
9510         Implement simple Basic Authentication support so that urls like
9511         rtsp://user:pass@hostname/rtspstream work on hosts that require
9512         authentication.
9513
9514 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
9515
9516         * sys/v4l2/gstv4l2object.c:
9517         * sys/v4l2/gstv4l2tuner.c:
9518         * sys/v4l2/v4l2_calls.c:
9519         Fix segfault when oppening a radio device.
9520         
9521 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
9522
9523         * gst/level/gstlevel.c: (gst_level_set_caps),
9524         (gst_level_transform_ip):
9525         * sys/v4l2/README:
9526         * tests/check/elements/level.c: (GST_START_TEST):
9527           Fix level for multi-channel case.
9528
9529 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
9530
9531         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
9532         (gst_level_transform_ip):
9533         * gst/level/gstlevel.h:
9534           Use function pointer for process function and add process functions
9535           for float audio.
9536
9537 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
9538
9539         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
9540         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
9541         (gst_v4l2src_capture_init):
9542           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
9543           fixes #407369
9544
9545 2007-02-18  Wim Taymans  <wim@fluendo.com>
9546
9547         * gst/rtp/Makefile.am:
9548         * gst/rtp/gstrtp.c: (plugin_init):
9549         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
9550         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
9551         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
9552         (gst_rtp_mp2t_pay_plugin_init):
9553         * gst/rtp/gstrtpmp2tpay.h:
9554         Added simple mpeg transport stream payloader.
9555
9556 2007-02-16  Wim Taymans  <wim@fluendo.com>
9557
9558         * gst/rtsp/URLS:
9559         Add example H264 rtsp url.
9560
9561         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
9562         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
9563         Don't convert values to lowercase or we might mess up base64 encoded
9564         properties.
9565
9566 2007-02-16  Wim Taymans  <wim@fluendo.com>
9567
9568         * gst/rtp/README:
9569         Fix case of string params.
9570
9571         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
9572         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
9573         Fix depayloader, support more packet types.
9574         Add sync codes to make sure the packetizer can do its job.
9575
9576         * gst/rtp/gstrtpmp4gdepay.c:
9577         * gst/rtp/gstrtpmp4gpay.c:
9578         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
9579         Fix caps case again.
9580
9581 2007-02-15  Wim Taymans  <wim@fluendo.com>
9582
9583         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
9584         Set right caps on output buffers.
9585
9586 2007-02-14  Wim Taymans  <wim@fluendo.com>
9587
9588         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
9589         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
9590         Clear stack allocated SDPMedia struct before calling _init() on it.
9591         Clarify this in the docs as well.
9592
9593 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
9594
9595         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
9596         (do_change_child):
9597         Don't reset the profile when going switching states, as it makes
9598         the element non-reusable.
9599
9600 2007-02-14  Wim Taymans  <wim@fluendo.com>
9601
9602         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
9603         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
9604         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
9605         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
9606         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
9607         (sdp_parse_line):
9608         * gst/rtsp/sdpmessage.h:
9609         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
9610         Fix memory management of SDP messages. Fixes #407793.
9611
9612 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
9613
9614         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
9615
9616         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
9617         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
9618
9619 2007-02-14  Wim Taymans  <wim@fluendo.com>
9620
9621         Patch by: jp.liu <jp_liu at astrocom dot cn>
9622
9623         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
9624         Fix parsing of password field in url. Fixes #407797.
9625
9626 2007-02-14  Wim Taymans  <wim@fluendo.com>
9627
9628         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
9629         (gst_wavparse_reset), (gst_wavparse_init),
9630         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
9631         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
9632         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
9633         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
9634         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
9635         (gst_wavparse_loop), (gst_wavparse_chain),
9636         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
9637         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
9638         (plugin_init):
9639         * gst/wavparse/gstwavparse.h:
9640         Update docs.
9641         Use boilerplate.
9642         Various code cleanups.
9643         When the bitrate is not known (bps == 0 or compressed formats) let
9644         downstream element guestimate the duration and position and don't
9645         generate timestamps or durations. Fixes #405213.
9646         Fix EOS and ERROR conditions in chain mode, we just need to forward the
9647         error flowreturn upstream.
9648
9649 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
9650
9651         * ext/gconf/Makefile.am:
9652         * ext/gconf/gconf.c: (gst_gconf_get_string),
9653         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
9654         (gst_gconf_render_bin_with_default):
9655         * ext/gconf/gconf.h:
9656         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
9657         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
9658         (gst_gconf_audio_sink_dispose), (do_change_child),
9659         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
9660         (cb_change_child), (gst_gconf_audio_sink_change_state):
9661         * ext/gconf/gstgconfaudiosink.h:
9662         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
9663         (gst_switch_sink_class_init), (gst_switch_sink_reset),
9664         (gst_switch_sink_init), (gst_switch_sink_dispose),
9665         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
9666         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
9667         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
9668         * ext/gconf/gstswitchsink.h:
9669         * gst/autodetect/gstautoaudiosink.c:
9670         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
9671         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
9672         (gst_auto_audio_sink_detect):
9673         * gst/autodetect/gstautovideosink.c:
9674         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
9675         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
9676         (gst_auto_video_sink_detect):
9677         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
9678         and a child that implements the GConf key monitoring. The end goal of
9679         this is an audio sink that can be changed on the fly, but at the 
9680         moment it still only changes on the next READY transition.
9681
9682 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
9683
9684         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
9685         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
9686         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
9687         (gst_avi_demux_calculate_durations_from_index),
9688         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
9689         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
9690         (gst_avi_demux_loop):
9691           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
9692
9693 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
9694
9695         * configure.ac:
9696         * docs/plugins/Makefile.am:
9697           Add crossreferences to glib/gobject/gstream docs.
9698
9699 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
9700
9701         * gst/monoscope/Makefile.am:
9702         * gst/monoscope/gstmonoscope.c:
9703           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
9704           (but no LIBS, since we only use defines from the headers).
9705
9706 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
9707
9708         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
9709
9710         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
9711         (gst_wavparse_stream_data):
9712           Fix massive memory leak when operating in streaming mode due to
9713           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
9714           Fixes #407057.
9715
9716 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
9717
9718         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
9719         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
9720         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
9721         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
9722         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
9723         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
9724         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
9725         (gst_avi_demux_calculate_durations_from_index),
9726         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
9727         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
9728         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
9729         * gst/avi/gstavidemux.h:
9730           Save some memory (8%) by repacking the index entry structure (more to
9731           come). Add more FIXMEs to questionable parts.
9732
9733 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
9734
9735         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
9736         (gst_v4l2src_get_caps):
9737         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
9738         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
9739         (gst_v4l2src_capture_init):
9740           More FIXME comments and messaging changes.
9741
9742 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
9743
9744         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
9745         (gst_goom_change_state):
9746         * gst/goom/gstgoom.h:
9747           Improved docs and use GST_DEBUG_FUNCPTR.
9748
9749         * gst/level/gstlevel.c: (gst_level_class_init):
9750           Use GST_DEBUG_FUNCPTR.
9751
9752         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
9753         (gst_monoscope_chain), (gst_monoscope_change_state):
9754           Improved docs source cleanups.
9755
9756 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
9757
9758         * gst/debug/Makefile.am:
9759         * gst/debug/gstdebug.c: (plugin_init):
9760         * gst/debug/gstpushfilesrc.c:
9761         * gst/debug/gstpushfilesrc.h:
9762           Add code for a pushfilesrc element that implements a pushfile:// URI
9763           handler, to make debugging push-mode operation of demuxer/decoders
9764           that support both easier in connection with seek/playbin/etc.
9765           The element isn't registered at the moment.
9766
9767 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
9768
9769         * gst/avi/gstavimux.c:
9770           Comment a #if 0 in caps template definition as VS6 seems to 
9771         do not support it.
9772         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
9773           Use gst_guint64_to_gdouble for conversion.
9774         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
9775           Move variables declaration before the first instruction.
9776         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
9777           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
9778           And don't include netdb.h for G_OS_WIN32
9779         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
9780           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
9781           by VS6 then use an other way to initialize SDPMedia structure.
9782         * gst/udp/gstdynudpsink.h:
9783         * gst/udp/gstdynudpnetutils.h:
9784           Do not include <sys/time.h> for G_OS_WIN32
9785         * gst/udp/gstudpsrc.c:
9786           Define socklen_t as int for G_OS_WIN32
9787         * win/common/config.h.in:
9788           Undef HAVE_NETINET_IN_H
9789         * win32/vs6/gst_plugins_good.dsw:
9790         * win32/vs6/libgstrtp.dsp:
9791         * win32/vs6/libgstrtsp.dsp:
9792         * win32/vs6/libgstautogen.dsp:
9793         * win32/vs6/libgstaudiofx.dsp:
9794         * win32/vs6/libgstudp.dsp:
9795           Add and update project files.
9796         * win32/common/gstudp-enumtypes.c:
9797         * win32/common/gstudp-enumtypes.h:
9798           Add a copy of udp enumtypes to win32/common as in core 
9799           and base.
9800         
9801 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
9802
9803         * configure.ac:
9804           Activate monoscope when building with --enable-experimental. Fix
9805           --enable-external configure switch description.
9806
9807         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
9808         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
9809           Help gst-indent.
9810
9811 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
9812
9813         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
9814           Explicitly cast result of pointer arithmetic to integer in order to
9815           avoid compiler warnings on some 64-bit systems. Should fix #406018.
9816
9817 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
9818
9819         * gst/debug/progressreport.c:
9820           Some more docs.
9821
9822 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
9823
9824         * docs/plugins/inspect/plugin-rtp.xml:
9825           Update for new elements.
9826
9827         * gst/debug/progressreport.h:
9828           Commit newly-created header file as well.
9829
9830 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
9831
9832         * docs/plugins/Makefile.am:
9833         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9834         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9835         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9836         * gst/debug/Makefile.am:
9837         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
9838         (gst_progress_report_do_query), (gst_progress_report_report):
9839           Make progressreport element post messages with the current progress
9840           on the bus. Also add some basic docs for it.
9841
9842 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
9843
9844         * ext/hal/hal.c: (gst_hal_get_string):
9845         * ext/hal/hal.h:
9846           Some small cleanups; deal with errors when parsing the HAL ALSA
9847           capabilities a bit better.
9848
9849 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
9850
9851         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
9852           Let's try this again and use the right cast this time.
9853
9854 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
9855
9856         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
9857           Add cast to avoid compiler warnings with older GLib versions
9858           where the nick/name members in GEnumValue are not declared as
9859           constant strings.
9860
9861 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
9862
9863         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
9864         (gst_gconf_render_bin_from_key),
9865         (gst_gconf_get_default_audio_sink):
9866         * ext/gconf/gconf.h:
9867         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
9868         (do_toggle_element), (gst_gconf_audio_sink_set_property),
9869         (gst_gconf_audio_sink_get_property):
9870           In gconfaudiosink, get the right key as the old key in do_toggle
9871           (ie. one dependent on the profile selected). Log some more stuff so
9872           we can see what's actually going on.
9873
9874 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
9875
9876         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
9877         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
9878         (gst_audio_amplify_set_process_function),
9879         (gst_audio_amplify_setup):
9880         * gst/audiofx/audioamplify.h:
9881         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
9882         (gst_audio_invert_class_init), (gst_audio_invert_setup):
9883         * gst/audiofx/audioinvert.h:
9884         Some small cleanups and port both elements to the new GstAudioFilter
9885         base class to save a few lines of common code.
9886         * gst/audiofx/Makefile.am:
9887         Link against libgstaudio for the above changes
9888
9889 2007-01-29  Wim Taymans  <wim@fluendo.com>
9890
9891         * tests/check/elements/.cvsignore:
9892         Some more ignores.
9893
9894 2007-01-26  Wim Taymans  <wim@fluendo.com>
9895
9896         Patch by: charles <charlesg3 at gmail dot com>
9897
9898         * ext/shout2/gstshout2.c: (gst_shout2send_init),
9899         (set_shout_metadata), (gst_shout2send_event):
9900         * ext/shout2/gstshout2.h:
9901         Properly handle tags in shout2send. Fixes #399825.
9902
9903 2007-01-25  Wim Taymans  <wim@fluendo.com>
9904
9905         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
9906         (gst_rtspsrc_activate_streams):
9907         Convert SDP fields to upper/lowercase following the rules in the SDP to
9908         caps document. 
9909
9910 2007-01-25  Wim Taymans  <wim@fluendo.com>
9911
9912         * gst/rtp/README:
9913         * gst/rtp/gstrtpilbcdepay.c:
9914         * gst/rtp/gstrtpilbcpay.c:
9915         * gst/rtp/gstrtpmp4gdepay.c:
9916         * gst/rtp/gstrtpmp4gpay.c:
9917         * gst/rtp/gstrtpspeexdepay.c:
9918         * gst/rtp/gstrtpspeexpay.c:
9919         * gst/rtp/gstrtpsv3vdepay.c:
9920         * gst/rtp/gstrtptheoradepay.c:
9921         * gst/rtp/gstrtptheorapay.c:
9922         * gst/rtp/gstrtpvorbisdepay.c:
9923         * gst/rtp/gstrtpvorbispay.c:
9924         Fix case of encoding-name and key/value pairs to match the document.
9925         This is to make interoperation with SDP case-insensitive as required by
9926         the relevant RFCs.
9927
9928 2007-01-25  Wim Taymans  <wim@fluendo.com>
9929
9930         * configure.ac:
9931         Bump required -core/-base to CVS
9932
9933 2007-01-25  Wim Taymans  <wim@fluendo.com>
9934
9935         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
9936         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
9937         * gst/rtp/gstrtpL16pay.h:
9938         Fill up to MTU using adapter.
9939         Timestamp rtp packets.
9940
9941 2007-01-25  Edward Hervey  <edward@fluendo.com>
9942
9943         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
9944         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
9945         Use G_GSIZE_FORMAT in print statements for portability.
9946         Fixes build on macosx.
9947
9948 2007-01-24  Wim Taymans  <wim@fluendo.com>
9949
9950         * gst/rtp/Makefile.am:
9951         * gst/rtp/gstrtp.c: (plugin_init):
9952         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
9953         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
9954         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
9955         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
9956         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
9957         (gst_rtp_L16_depay_plugin_init):
9958         * gst/rtp/gstrtpL16depay.h:
9959         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
9960         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
9961         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
9962         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
9963         (gst_rtp_L16_pay_plugin_init):
9964         * gst/rtp/gstrtpL16pay.h:
9965         Port and enable raw audio payloader/depayloader. Needs a bit more work
9966         on the payloader side.
9967
9968 2007-01-24  Wim Taymans  <wim@fluendo.com>
9969
9970         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
9971         (gst_rtspsrc_stream_configure_transport),
9972         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
9973         * gst/rtsp/gstrtspsrc.h:
9974         Only unblock the udp pads when we linked and activated them all.
9975         Fixes #395688.
9976
9977 2007-01-24  Wim Taymans  <wim@fluendo.com>
9978
9979         * gst/rtp/Makefile.am:
9980         * gst/rtp/gstrtp.c: (plugin_init):
9981         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
9982         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
9983         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
9984         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
9985         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
9986         * gst/rtp/gstrtpac3depay.h:
9987         Added simple AC3 depayloader (RFC 4184).
9988
9989         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
9990         Fix a leak.
9991
9992 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
9993
9994         reviewed by: Stefan Kost  <ensonic@users.sf.net>
9995
9996         * gst/audiofx/Makefile.am:
9997         * gst/audiofx/audioamplify.c:
9998         (gst_audio_amplify_clipping_method_get_type),
9999         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
10000         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
10001         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
10002         (gst_audio_amplify_set_caps),
10003         (gst_audio_amplify_transform_int_clip),
10004         (gst_audio_amplify_transform_int_wrap_negative),
10005         (gst_audio_amplify_transform_int_wrap_positive),
10006         (gst_audio_amplify_transform_float_clip),
10007         (gst_audio_amplify_transform_float_wrap_negative),
10008         (gst_audio_amplify_transform_float_wrap_positive),
10009         (gst_audio_amplify_transform_ip):
10010         * gst/audiofx/audioamplify.h:
10011         * gst/audiofx/audiofx.c: (plugin_init):
10012         Add new element "audioamplify". This allows scaling of raw audio
10013         samples, similar to the "volume" element, but provides different modes
10014         for clipping and allows unlimited amplification. It's mainly targeted
10015         for creative sound design and not as a replacement of the "volume"
10016         element. Fixes #397162
10017         * docs/plugins/Makefile.am:
10018         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10019         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10020         * docs/plugins/gst-plugins-good-plugins.args:
10021         * docs/plugins/inspect/plugin-audiofx.xml:
10022         Add docs for audioamplify and integrate them into the build system
10023         * tests/check/Makefile.am:
10024         * tests/check/elements/audioamplify.c: (setup_amplify),
10025         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
10026         Add fairly extensive unit test suite for audioamplify
10027
10028 2007-01-24  Wim Taymans  <wim@fluendo.com>
10029
10030         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
10031         Unblock pads after adding the pads to the element so that autopluggers
10032         get a change to link something. Possibly fixes #395688.
10033
10034 2007-01-24  Wim Taymans  <wim@fluendo.com>
10035
10036         * gst/rtp/gstrtpamrdepay.c:
10037         * gst/rtp/gstrtpgsmdepay.c:
10038         * gst/rtp/gstrtph263pdepay.c:
10039         * gst/rtp/gstrtph263ppay.c:
10040         * gst/rtp/gstrtph264depay.c:
10041         * gst/rtp/gstrtpilbcdepay.c:
10042         * gst/rtp/gstrtpmp2tdepay.c:
10043         * gst/rtp/gstrtpmp4gdepay.c:
10044         * gst/rtp/gstrtpmp4gpay.c:
10045         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
10046         * gst/rtp/gstrtpmp4vpay.c:
10047         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
10048         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
10049         (gst_rtp_mpa_depay_process):
10050         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
10051         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
10052         * gst/rtp/gstrtppcmadepay.c:
10053         * gst/rtp/gstrtppcmudepay.c:
10054         * gst/rtp/gstrtpspeexdepay.c:
10055         * gst/rtp/gstrtpspeexpay.c:
10056         * gst/rtp/gstrtpsv3vdepay.c:
10057         * gst/rtp/gstrtptheoradepay.c:
10058         * gst/rtp/gstrtptheorapay.c:
10059         * gst/rtp/gstrtpvorbisdepay.c:
10060         * gst/rtp/gstrtpvorbispay.c:
10061         Fix caps with payload numbers.
10062         Add some fixed payload numbers to caps when possible.
10063
10064 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
10065
10066         reviewed by: Stefan Kost  <ensonic@users.sf.net>
10067
10068         * gst/audiofx/Makefile.am:
10069         * gst/audiofx/audiofx.c: (plugin_init):
10070         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
10071         (gst_audio_invert_class_init), (gst_audio_invert_init),
10072         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
10073         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
10074         (gst_audio_invert_transform_float),
10075         (gst_audio_invert_transform_ip):
10076         * gst/audiofx/audioinvert.h:
10077         Add new audiofx element "audioinvert". This element swaps the upper
10078         and lower half of samples and can be used for example for a
10079         wide-stereo effect. Fixes #396057
10080         * docs/plugins/Makefile.am:
10081         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10082         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10083         * docs/plugins/gst-plugins-good-plugins.args:
10084         * docs/plugins/inspect/plugin-audiofx.xml:
10085         Add docs for the audioinvert element and add them to the build system.
10086         * tests/check/Makefile.am:
10087         * tests/check/elements/audioinvert.c: (setup_invert),
10088         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
10089         Add unit test suite for the audioinvert element.
10090
10091 2007-01-23  Wim Taymans  <wim@fluendo.com>
10092
10093         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
10094         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
10095         Parse config params as string and int.
10096         Parse and use AU header length
10097
10098 2007-01-23  Wim Taymans  <wim@fluendo.com>
10099
10100         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
10101         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
10102         * gst/smpte/gstmask.c: (_gst_mask_register):
10103         * gst/smpte/gstmask.h:
10104         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
10105         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
10106         (gst_smpte_paint_triangle_clock):
10107         constify some static structs.
10108         Don't update the mask if nothing changed to the params.
10109         Make sure we never draw outside of the picture. Fixes #398325.
10110
10111 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10112
10113         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
10114           Error out properly when pull_range fails while we're reading the
10115           headers, instead of just pausing the task silently. Fixes #399338.
10116
10117 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10118
10119         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
10120           Some more sanity checks to make sure the input formats match and the
10121           input pads are actually negotiated, in case someone tries to feed
10122           buffers from fakesrc or filesrc. Fixes #398299.
10123           Also const-ify an array, just because we can.
10124
10125 2007-01-19  Edward Hervey  <edward@fluendo.com>
10126
10127         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
10128         Ignore previous commit, that was only valid for widths and heights
10129         that are multiples of 4.
10130         Copy over size/stride macros from jpegdec. This allows the element
10131         to work with any width,height...
10132         ... but puts in evidence that the actual transformations only work
10133         with width/height that are multiples of 4.
10134
10135 2007-01-19  Edward Hervey  <edward@fluendo.com>
10136
10137         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
10138         Allocate buffers of the right size.
10139         The proper size of a I420 buffer in bytes is:
10140         
10141             width * height * 3
10142             ------------------
10143                     2
10144
10145 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
10146
10147         * gst/smpte/gstsmpte.c: (gst_smpte_init):
10148           Proxy getcaps on sink pads too, so that we either end up with the
10149           same dimensions on all pads or error out if that's not possible
10150           (seems to work even!). Fixes #398086, I think.
10151
10152 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
10153
10154         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10155         * docs/plugins/gst-plugins-good-plugins.args:
10156         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10157           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
10158           fix integer properties with -1 as minimum value.
10159
10160         * docs/plugins/inspect/plugin-1394.xml:
10161         * docs/plugins/inspect/plugin-aasink.xml:
10162         * docs/plugins/inspect/plugin-alaw.xml:
10163         * docs/plugins/inspect/plugin-alpha.xml:
10164         * docs/plugins/inspect/plugin-alphacolor.xml:
10165         * docs/plugins/inspect/plugin-annodex.xml:
10166         * docs/plugins/inspect/plugin-apetag.xml:
10167         * docs/plugins/inspect/plugin-audiofx.xml:
10168         * docs/plugins/inspect/plugin-auparse.xml:
10169         * docs/plugins/inspect/plugin-autodetect.xml:
10170         * docs/plugins/inspect/plugin-avi.xml:
10171         * docs/plugins/inspect/plugin-cacasink.xml:
10172         * docs/plugins/inspect/plugin-cairo.xml:
10173         * docs/plugins/inspect/plugin-cdio.xml:
10174         * docs/plugins/inspect/plugin-cutter.xml:
10175         * docs/plugins/inspect/plugin-debug.xml:
10176         * docs/plugins/inspect/plugin-dv.xml:
10177         * docs/plugins/inspect/plugin-efence.xml:
10178         * docs/plugins/inspect/plugin-effectv.xml:
10179         * docs/plugins/inspect/plugin-esdsink.xml:
10180         * docs/plugins/inspect/plugin-flac.xml:
10181         * docs/plugins/inspect/plugin-flxdec.xml:
10182         * docs/plugins/inspect/plugin-gconfelements.xml:
10183         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
10184         * docs/plugins/inspect/plugin-goom.xml:
10185         * docs/plugins/inspect/plugin-halelements.xml:
10186         * docs/plugins/inspect/plugin-icydemux.xml:
10187         * docs/plugins/inspect/plugin-id3demux.xml:
10188         * docs/plugins/inspect/plugin-jpeg.xml:
10189         * docs/plugins/inspect/plugin-level.xml:
10190         * docs/plugins/inspect/plugin-matroska.xml:
10191         * docs/plugins/inspect/plugin-mulaw.xml:
10192         * docs/plugins/inspect/plugin-multipart.xml:
10193         * docs/plugins/inspect/plugin-navigationtest.xml:
10194         * docs/plugins/inspect/plugin-ossaudio.xml:
10195         * docs/plugins/inspect/plugin-png.xml:
10196         * docs/plugins/inspect/plugin-rtp.xml:
10197         * docs/plugins/inspect/plugin-rtsp.xml:
10198         * docs/plugins/inspect/plugin-shout2send.xml:
10199         * docs/plugins/inspect/plugin-smpte.xml:
10200         * docs/plugins/inspect/plugin-speex.xml:
10201         * docs/plugins/inspect/plugin-taglib.xml:
10202         * docs/plugins/inspect/plugin-udp.xml:
10203         * docs/plugins/inspect/plugin-videobalance.xml:
10204         * docs/plugins/inspect/plugin-videobox.xml:
10205         * docs/plugins/inspect/plugin-videoflip.xml:
10206         * docs/plugins/inspect/plugin-videomixer.xml:
10207         * docs/plugins/inspect/plugin-wavenc.xml:
10208         * docs/plugins/inspect/plugin-wavparse.xml:
10209         * docs/plugins/inspect/plugin-ximagesrc.xml:
10210           Update to CVS.
10211
10212 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
10213
10214         Patch by: Sebastian Dröge <slomo circular-chaos org>
10215
10216         * gst/audiofx/audiopanorama.c:
10217           Fix doc section name (Fixes #397946)
10218
10219 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
10220
10221         * sys/v4l2/gstv4l2object.c:
10222         (gst_v4l2_object_install_properties_helper),
10223         (gst_v4l2_object_set_property_helper),
10224         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
10225         * sys/v4l2/gstv4l2object.h:
10226         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
10227         (gst_v4l2src_init), (gst_v4l2src_set_property),
10228         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
10229         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
10230         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
10231         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
10232         (gst_v4l2src_capture_deinit):
10233           Fix EIO handing when capturing. Add new property to specify the number of
10234           buffers to enque (and remove the borked num-buffers usage).
10235
10236 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10237
10238         Patch by: Sebastian Dröge <slomo circular-chaos org>
10239
10240         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
10241         (gst_audio_panorama_set_process_function):
10242           Use a function array for process methods, add more docs and define the
10243           startindex of enums.
10244
10245 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
10246
10247         Patch by: Mark Nauwelaerts <manauw at skynet be>
10248
10249         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
10250         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
10251         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10252         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
10253         (gst_avi_mux_riff_get_avi_header),
10254         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
10255         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
10256         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
10257         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
10258         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
10259         (gst_avi_mux_change_state):
10260         * gst/avi/gstavimux.h:
10261         * tests/check/elements/avimux.c: (teardown_src_pad):
10262           Add support for more than one audio stream; write better AVIX
10263           header; refactor code a bit; don't announce vorbis caps on our audio
10264           sink pads since we don't support it anyway. Closes #379298.
10265
10266 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
10267
10268         Patch by: Sebastian Dröge <slomo circular-chaos org>
10269
10270         * gst/audiofx/audiopanorama.c:
10271         (gst_audio_panorama_method_get_type),
10272         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
10273         (gst_audio_panorama_set_process_function),
10274         (gst_audio_panorama_set_property),
10275         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
10276         (gst_audio_panorama_transform_m2s_int_simple),
10277         (gst_audio_panorama_transform_s2s_int_simple),
10278         (gst_audio_panorama_transform_m2s_float_simple),
10279         (gst_audio_panorama_transform_s2s_float_simple):
10280         * gst/audiofx/audiopanorama.h:
10281           Add 'method' property and provide a simple (non-psychoacustic)
10282           processing method (#394859).
10283
10284         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
10285         (panorama_suite):
10286           Tests for new method.
10287
10288 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
10289
10290         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
10291         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
10292           Set correct caps on outgoing pulled buffers, or things blow up
10293           after recent core changes.
10294
10295 2007-01-11  Wim Taymans  <wim@fluendo.com>
10296
10297         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
10298
10299         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
10300         (gst_multipart_mux_request_new_pad),
10301         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
10302         (gst_multipart_mux_change_state):
10303         Return FLOW errors ASAP. Fixes #394977.
10304         Misc cleanups.
10305
10306 2007-01-11  Wim Taymans  <wim@fluendo.com>
10307
10308         Patch by: Lutz Mueller <lutz at topfrose dot de>
10309
10310         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
10311         Check for stream pad before activating. 
10312
10313 2007-01-10  Wim Taymans  <wim@fluendo.com>
10314
10315         Patch by: Peter Kjellerstedt  <pkj at axis com>
10316
10317         * gst/rtsp/COPYING.MIT:
10318         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
10319         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
10320         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
10321         (gst_rtspsrc_stream_configure_transport),
10322         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10323         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
10324         (gst_rtspsrc_parse_methods),
10325         (gst_rtspsrc_create_transports_string),
10326         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
10327         (gst_rtspsrc_open), (gst_rtspsrc_close):
10328         * gst/rtsp/gstrtspsrc.h:
10329         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
10330         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
10331         (parse_request_line), (parse_line), (rtsp_connection_read),
10332         (rtsp_connection_close):
10333         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
10334         (rtsp_method_as_text), (rtsp_header_as_text),
10335         (rtsp_status_as_text), (rtsp_find_header_field),
10336         (rtsp_find_method):
10337         * gst/rtsp/rtspdefs.h:
10338         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
10339         (rtsp_ext_wms_configure_stream):
10340         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
10341         (rtsp_message_new_request), (rtsp_message_init_request),
10342         (rtsp_message_new_response), (rtsp_message_init_response),
10343         (rtsp_message_init_data), (rtsp_message_unset),
10344         (rtsp_message_free), (rtsp_message_add_header),
10345         (rtsp_message_get_header), (rtsp_message_set_body),
10346         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
10347         * gst/rtsp/rtspmessage.h:
10348         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
10349         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
10350         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
10351         (sdp_message_dump):
10352         Allow url to be NULL to be able to use it for server connections.
10353         Can now send responses as well as requests.
10354         No longer hangs in an endless loop if EOF is received.
10355         Can now convert a status code to a text string.
10356         Return RTSP_HDR_INVALID for unknown headers.
10357         Return RTSP_INVALID for unknown methods.
10358         Copy CSeq and Session headers from the request.
10359         Only free memory corresponding to the currently set message type.
10360         Added const to function arguments as appropriate.
10361         Avoid a compiler warning when initializing nmedia.
10362         Use guint rather than gint to avoid compiler warnings.
10363         Fix crasher in wms extension.
10364         Factor out stream setup from open_connection.
10365         Delay activation of streams when actual data is received from the
10366         server, this prepares us to do proper protocol switching.
10367         Added new license.
10368         Fixes #380895.
10369
10370
10371 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
10372
10373         Patch by: Sebastian Dröge <slomo ubuntu com>
10374
10375         * docs/plugins/Makefile.am:
10376         * gst/audiofx/audiopanorama.c:
10377           Some small docs fixes (#394851).
10378
10379 2007-01-09  Wim Taymans  <wim@fluendo.com>
10380
10381         * gst/avi/gstavidemux.c:
10382         Fix docs.
10383
10384 2007-01-09  Wim Taymans  <wim@fluendo.com>
10385
10386         * gst/rtp/Makefile.am:
10387         * gst/rtp/gstrtp.c: (plugin_init):
10388         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
10389         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
10390         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
10391         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
10392         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
10393         * gst/rtp/gstrtpmpvdepay.h:
10394           Added RFC 2250 MPEG Video Depayloader.
10395
10396         * gst/rtp/gstrtpL16depay.h:
10397         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
10398         (gst_rtp_h263p_depay_process):
10399         Fix Header file. Small cleanups.
10400
10401         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
10402         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
10403         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
10404         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
10405         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
10406         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
10407         (gst_rtp_mp4v_depay_change_state):
10408         Remove usused code. Remove Adapter from state Change. Added debug.
10409
10410         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
10411         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
10412         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
10413         * gst/rtp/gstrtpmpadepay.h:
10414         Subclass base depayloader.
10415         Added debug.
10416         Support static payload type assignment as well.
10417
10418         * gst/rtp/gstrtpmpapay.c:
10419         Fix caps.
10420
10421 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10422
10423         Patch by: Vincent Torri  <vtorri at univ-evry fr>
10424
10425         * ext/jpeg/gstjpegdec.c:
10426         * ext/jpeg/gstjpegenc.c:
10427         * ext/jpeg/smokecodec.c:
10428           These libjpeg callbacks should return a 'boolean' (unsigned char
10429           apparently) and not a 'gboolean' (which maps to gint). Fixes
10430           warnings when compiling with MingW (#393427).
10431
10432         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
10433           Use ioctlsocket on win32.
10434
10435         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
10436           Some printf format fixes for win32.
10437
10438 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
10439
10440         * gst/cutter/gstcutter.c: (gst_cutter_chain):
10441           Use gst_guint64_to_gdouble for conversion.
10442         * win32/vs6/libgstmatroska.dsp:
10443           Add zlib to the link.
10444         * win32/vs6/libgstvideobox.dsp:
10445           Update liboil library name (project is linked to 
10446           liboil-0.3-0.lib now).
10447           
10448 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10449
10450         * gst/matroska/Makefile.am:
10451           If zlib is available and used, we must link it explicitly for
10452           things to work on MingW (fixes #392855).
10453
10454 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
10455
10456         * ext/esd/esdsink.c: (gst_esdsink_delay):
10457           Don't return bogus values when esd_get_delay() fails for some
10458           reason (#392189).
10459
10460 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
10461
10462         * sys/ximage/gstximagesrc.c: (composite_pixel):
10463           Fix presumably copy'n'pasto for 16bpp depth.
10464
10465 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
10466
10467         * gst/matroska/matroska-mux.c:
10468         (gst_matroska_mux_audio_pad_setcaps):
10469           The "signed" field in audio caps is of boolean type, trying to use
10470           gst_structure_get_int() to extract it will fail. Fixing this makes
10471           matroskamux accept raw audio input (#387121) (use at your own risk
10472           though, due to the matroska spec being not entirely useful in this
10473           respect).
10474           Also fix up raw audio structures in template caps so that they
10475           represent what our setcaps function will actually accept, so that
10476           converters know what to convert to.
10477           Finally, don't fail if there isn't an "endianness" field in 8-bit
10478           PCM caps.
10479
10480 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
10481
10482         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
10483         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
10484         * tests/check/elements/cmmldec.c: (setup_cmmldec),
10485         (teardown_cmmldec):
10486         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
10487         (teardown_cmmlenc):
10488         * tests/check/elements/level.c: (setup_level), (cleanup_level):
10489           reapply consistent pad (de)activation
10490
10491 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
10492
10493         * configure.ac:
10494         Back to CVS
10495
10496         * gst-plugins-good.doap:
10497         Add 0.10.5 doap entry
10498
10499 === release 0.10.5 ===
10500
10501 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
10502
10503         * configure.ac:
10504           releasing 0.10.5, "The Path of Thorns"
10505
10506 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
10507
10508         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
10509         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
10510         * tests/check/elements/cmmldec.c: (setup_cmmldec),
10511         (teardown_cmmldec):
10512         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
10513         (teardown_cmmlenc):
10514         * tests/check/elements/level.c: (setup_level), (cleanup_level):
10515           revert my freeze breakage
10516
10517 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
10518
10519         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
10520         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
10521         * tests/check/elements/cmmldec.c: (setup_cmmldec),
10522         (teardown_cmmldec):
10523         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
10524         (teardown_cmmlenc):
10525         * tests/check/elements/level.c: (setup_level), (cleanup_level):
10526           consistent pad (de)activation
10527
10528 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
10529
10530         * configure.ac:
10531         * ext/Makefile.am:
10532         Disable LADPSA, as it has moved to the -bad module for the duration.
10533
10534 2006-12-18  Wim Taymans  <wim@fluendo.com>
10535
10536         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
10537         (gst_signal_processor_event):
10538         Reset flow_state back to _OK after a flush stop so that we exit our
10539         error state after the flush. Fixes #374213
10540
10541 2006-12-16  David Schleef  <ds@schleef.org>
10542
10543         * sys/osxvideo/osxvideosink.h:
10544         * sys/osxvideo/osxvideosink.m:
10545           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
10546
10547 2006-12-16  David Schleef  <ds@schleef.org>
10548
10549         Patch by: Vijay Santhanam <vijay santhanam gmail com>
10550
10551         * sys/osxvideo/Makefile.am:
10552         * sys/osxvideo/osxvideosink.h:
10553         * sys/osxvideo/osxvideosink.m:
10554           Preliminary patch for porting osxvideosink
10555
10556 2006-12-16  Wim Taymans  <wim@fluendo.com>
10557
10558         Patch by: Sjoerd Simons <sjoerd at luon dot net>
10559
10560         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
10561         (gst_videomixer_set_master_geometry),
10562         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
10563         (gst_videomixer_reset), (gst_videomixer_init),
10564         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
10565         (gst_videomixer_release_pad), (gst_videomixer_collected),
10566         (gst_videomixer_change_state):
10567         Introduce some locking around the videomixer state so that it does not
10568         crash when adding/removing pads. Fixes #383043.
10569
10570 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
10571
10572         * configure.ac:
10573           Make sure libcaca can actually be used instead of just checking for
10574           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
10575           cross-compiling (fixes #384587).
10576
10577 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
10578
10579         * Makefile.am:
10580         * gst-plugins-good.doap:
10581         * gst-plugins-good.spec.in:
10582           adding doap file
10583
10584 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
10585
10586         * configure.ac:
10587           libflac-1.1.3 changed API again, but we can't build against it yet,
10588           so make sure our check doesn't use libflac-1.1.3 and add a comment
10589           to this effect.
10590
10591 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
10592
10593         * gst/effectv/gstquark.c: (gst_quarktv_transform),
10594         (gst_quarktv_planetable_clear):
10595           Add some NULL pointer checks (possibly related to #385623).
10596
10597 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
10598
10599         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
10600         (gst_tag_demux_chain):
10601         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
10602           In streaming mode, if the first buffer we get doesn't have an
10603           offset, fix it up to be 0, otherwise trimming won't work later on
10604           and we'll be typefinding application/x-id3, which may result in
10605           decodebin plugging an endless number of id3demux elements as a
10606           consequence. Fixes #385031.
10607           
10608 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
10609
10610         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
10611           Ignore the buffer_time the sound device reports. Turns out it is 
10612           sometimes completely bogus and we're better off without it.
10613
10614 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
10615
10616         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10617         (gst_matroska_demux_video_caps):
10618         * gst/matroska/matroska-ids.c:
10619         (gst_matroska_track_init_video_context):
10620         * gst/matroska/matroska-ids.h:
10621           Try harder to extract the framerate for video tracks correctly and
10622           save it directly instead of converting it back and forth a few
10623           times. Mostly makes a difference for very small framerates (<1).
10624           Fixes #380199.
10625
10626 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
10627
10628         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
10629         (gst_gconf_audio_src_dispose), (do_toggle_element):
10630         * ext/gconf/gstgconfaudiosrc.h:
10631           Remove gconf notify hook when the gconfaudiosrc element is
10632           destroyed, otherwise the callback may be called on an
10633           already-destroyed instance and bad things happen. Should fix
10634           #378184.
10635           Also ignore gconf key changes when the source is already running.
10636
10637 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
10638
10639         Patch by: Sebastian Dröge  <mail at slomosnail de>
10640
10641         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
10642           We need to be able to read and parse any possible floating point string
10643           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
10644           will parse the former only in certain locales though, so we really need
10645           to canonicalise the separator to '.' and then use g_ascii_strtod() to
10646           make sure we can parse either version at all times.
10647           Fixes #382982 for real.
10648
10649 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
10650
10651         * sys/sunaudio/gstsunaudiomixerctrl.c:
10652         * sys/sunaudio/gstsunaudiosrc.c:
10653
10654         Use the sunaudio debug category.
10655
10656         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
10657         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
10658         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
10659         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
10660         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
10661         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
10662         (gst_sunaudiosink_reset):
10663         * sys/sunaudio/gstsunaudiosink.h:
10664
10665         Uses the sunaudio debug category for all debug output
10666         Implements the _delay() callback to synchronise video playback better
10667         Change the segtotal and segsize values back to the parent class 
10668           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
10669           respectively)
10670         Measure the samples written to the device vs. played.
10671         Keep track of segments in the device by writing empty eof frames, and
10672         sleep using a GCond when we get too far ahead and risk overrunning the
10673         sink's ringbuffer.
10674
10675         Fixes: #360673
10676
10677 2006-12-08  Wim Taymans  <wim@fluendo.com>
10678
10679         Patch by: Sebastian Dröge  <mail at slomosnail de >
10680
10681         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
10682         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
10683         * gst/audiofx/audiopanorama.h:
10684         Fix audiopanorame with float samples. Fixes #383726.
10685
10686 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
10687
10688         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
10689         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
10690         (gst_sunaudiosrc_reset):
10691
10692         Implement reset functions to unblock the src/sink more quickly on 
10693         state change requests.
10694         Patch by: Brian Cameron <brian dot cameron at sun com>
10695
10696 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
10697
10698         * sys/sunaudio/gstsunaudiomixer.c:
10699         (gst_sunaudiomixer_change_state):
10700         Construct the correct mixer device name when the AUDIODEV env var
10701         is set.
10702
10703         Patch by: Jerry Tan <jerry.tan at sun dot com>
10704         Fixes: #383596
10705
10706 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
10707
10708         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
10709         Apply patch to open the mixer control and set the MULTIPLE_OPEN
10710         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
10711         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
10712         Patch by: Jerry Tan <jerry.tan at sun dot com>
10713         Fixes: #349015
10714
10715 2006-12-07  Wim Taymans  <wim@fluendo.com>
10716
10717         * gst/smpte/gstmask.h:
10718         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
10719         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
10720         (gst_smpte_collected), (gst_smpte_set_property),
10721         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
10722         * gst/smpte/gstsmpte.h:
10723         Port to 0.10 some more. 
10724         Added duration property to specify the duration of the transition.
10725         Make framerate a fraction.
10726         Deprecate fps property, we only use negotiated fps.
10727         Added docs.
10728         Fix collectpad usage.
10729         Reset state in READY.
10730         Send NEWSEGMENT event.
10731         Fix racy updates of object properties.
10732         Added debug category.
10733         Fixes #383323.
10734
10735 2006-12-06  Wim Taymans  <wim@fluendo.com>
10736
10737         Patch by: Sjoerd Simons <sjoerd at luon dot net>
10738
10739         * gst/videomixer/videomixer.c:
10740         (gst_videomixer_set_master_geometry),
10741         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
10742         Don't reset xpos and ypos in the setcaps function because causes
10743         unexpected behaviour.
10744         Fixes #382179.
10745
10746 2006-12-06  Wim Taymans  <wim@fluendo.com>
10747
10748         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
10749         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
10750         Keep track of the buffer timestamp in the collectdata member instead
10751         of modifying the buffer without making the metadata writable first.
10752         Fixes #382277.
10753
10754 2006-12-06  Wim Taymans  <wim@fluendo.com>
10755
10756         Patch by: Rob Taylor <robtaylor at floopily dot org>
10757
10758         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
10759         If using multicast in udpsrc, bind to the multicast address rather than
10760         IN_ADDR_ANY.
10761         This allows the simultanous use of multiple udpsrcs listening on
10762         different multicat addresses. Without this all udpsrcs will receive all
10763         packets from all subscribed multicast addresses.
10764         Fixes #383001.
10765
10766 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
10767
10768         * ext/taglib/gstid3v2mux.cc:
10769         Don't attempt to write a NULL frame into the ID3 tag set when the 
10770         createFrame method returned NULL.
10771         Fixes: #381857
10772         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
10773
10774 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
10775
10776         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
10777         Use g_strtod() instead of sscanf to parse doubles, so that it will
10778         try parsing in the C locale if the current locale fails.
10779         Fixes: #382982
10780         Patch by: Sebastian Dröge  <mail at slomosnail de >
10781
10782 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
10783
10784         * win32/MANIFEST:
10785         Fix compilation on win32 under VS8
10786         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
10787         Partially fixes #381175
10788
10789 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
10790
10791         * gst/avi/gstavimux.c:
10792           accept all mpegversions,fixes #380825
10793           spotted by: Jerome Alet  
10794
10795 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
10796
10797         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
10798         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
10799         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
10800         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
10801           cleanup the error message a bit more
10802
10803 2006-11-28  Wim Taymans  <wim@fluendo.com>
10804
10805         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
10806         Fix width and height properties.
10807
10808         * ext/libcaca/gstcacasink.h:
10809         Fix compilation on newer libcaca that require us to include a new
10810         header. Fixes #379918.
10811
10812 2006-11-28  Wim Taymans  <wim@fluendo.com>
10813
10814         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
10815         * gst/rtsp/gstrtspsrc.h:
10816         * gst/rtsp/rtspext.h:
10817         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
10818         (rtsp_ext_wms_get_context):
10819         Add method so that extensions can choose to disable the setup of
10820         a stream.
10821         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
10822
10823 2006-11-27  Wim Taymans  <wim@fluendo.com>
10824
10825         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
10826
10827         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
10828         Push header in a separate buffer instead of memcpy:ing all data.
10829         Change LF => CRLF in headers.
10830         Move trailing LF to header. Fixes #379792.
10831
10832 2006-11-27  Wim Taymans  <wim@fluendo.com>
10833
10834         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
10835         Small buffer overflow fix and improve debugging.
10836
10837 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
10838
10839         * ext/esd/esdmon.h:
10840         * ext/esd/esdsink.h:
10841           remove obsolete _factory_init protos
10842
10843 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
10844
10845         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
10846         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
10847         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
10848         (gst_avi_demux_read_subindexes_push),
10849         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
10850         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
10851         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
10852         (gst_avi_demux_massage_index),
10853         (gst_avi_demux_calculate_durations_from_index),
10854         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
10855         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10856         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
10857           remove dead code, tweak debugs statements, add comments, use
10858           _uint64_scale instead _uint64_scale_int when using guint64 values,
10859           small optimizations, reflow some error handling
10860
10861 2006-11-22  Edward Hervey  <edward@fluendo.com>
10862
10863         * po/.cvsignore:
10864         We never put .pot files in cvs. Let's ignore them all.
10865
10866 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
10867
10868         * po/POTFILES.in:
10869           ... but better exclude files that aren't disted.
10870
10871 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
10872
10873         * po/POTFILES.in:
10874           Add v4l2 source files to list of files with translations, so the
10875           strings are actually extracted (however bad they still may be).
10876
10877 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
10878
10879         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
10880           Minor clean-ups: const-ify static array, remove trailing comma from
10881           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
10882
10883 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
10884
10885         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
10886         Make sure that g_free always gets called on the same pointer that was 
10887         returned by g_malloc.  Fixes #376594.
10888         Do not leak memory if decompressed size is wrong.
10889         Remove unneeded check of return value of g_malloc.
10890         Patch by: René Stadler <mail@renestadler.de>
10891
10892 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
10893
10894         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
10895           Add missing curly brackets.
10896
10897 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
10898
10899         * sys/v4l2/v4l2src_calls.c:
10900         Fix capture_deinit.
10901
10902 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
10903
10904         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
10905         (gst_matroska_mux_request_new_pad):
10906           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
10907
10908         * tests/check/elements/matroskamux.c: (setup_src_pad),
10909         (setup_sink_pad), (GST_START_TEST):
10910         Activate pads before using them.
10911
10912 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
10913
10914         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
10915           Initialise variable to get rid of bogus compiler warning.
10916
10917 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
10918
10919         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
10920
10921         * gst/rtp/gstrtph263pay.c:
10922         * gst/rtp/gstrtph263pdepay.c:
10923         * gst/rtp/gstrtph263ppay.c:
10924           Specify H.263 variant and version in the caps (fixes #361637)
10925
10926 2006-11-15  Wim Taymans  <wim@fluendo.com>
10927
10928         * gst/rtsp/rtspconnection.c: (read_body):
10929         Don't set a data pointer to NULL and a size > 0 when we deal
10930         with empty packets.
10931
10932         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
10933         (rtsp_message_init_response), (rtsp_message_init_data),
10934         (rtsp_message_unset), (rtsp_message_free),
10935         (rtsp_message_take_body):
10936         Check that we can't create invalid empty packets. 
10937
10938 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
10939
10940         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10941
10942         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
10943         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
10944         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
10945         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
10946         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
10947         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
10948         * gst/matroska/matroska-mux.h:
10949           Add basic tag writing support; implement releasing pads (#374658).
10950
10951 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
10952
10953         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10954         (gst_matroska_demux_audio_caps):
10955           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
10956
10957 2006-11-14  David Schleef  <ds@schleef.org>
10958
10959         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
10960
10961 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
10962
10963         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
10964
10965         * win32/vs8/gst-plugins-good.sln:
10966         * win32/vs8/libgst1394.vcproj:
10967         * win32/vs8/libgstaasink.vcproj:
10968         * win32/vs8/libgstalaw.vcproj:
10969         * win32/vs8/libgstalpha.vcproj:
10970         * win32/vs8/libgstalphacolor.vcproj:
10971         * win32/vs8/libgstannodex.vcproj:
10972         * win32/vs8/libgstapetag.vcproj:
10973         * win32/vs8/libgstaudiofx.vcproj:
10974         * win32/vs8/libgstauparse.vcproj:
10975         * win32/vs8/libgstautodetect.vcproj:
10976         * win32/vs8/libgstavi.vcproj:
10977         * win32/vs8/libgstcacasink.vcproj:
10978         * win32/vs8/libgstcdio.vcproj:
10979         * win32/vs8/libgstcutter.vcproj:
10980         * win32/vs8/libgstdv.vcproj:
10981         * win32/vs8/libgsteffectv.vcproj:
10982         * win32/vs8/libgstflac.vcproj:
10983         * win32/vs8/libgstflxdec.vcproj:
10984         * win32/vs8/libgstgoom.vcproj:
10985         * win32/vs8/libgsticydemux.vcproj:
10986         * win32/vs8/libgstid3demux.vcproj:
10987         * win32/vs8/libgstjpeg.vcproj:
10988         * win32/vs8/libgstladspa.vcproj:
10989         * win32/vs8/libgstlevel.vcproj:
10990         * win32/vs8/libgstmatroska.vcproj:
10991         * win32/vs8/libgstmikmod.vcproj:
10992         * win32/vs8/libgstmng.vcproj:
10993         * win32/vs8/libgstmonoscope.vcproj:
10994         * win32/vs8/libgstmulaw.vcproj:
10995         * win32/vs8/libgstmultipart.vcproj:
10996         * win32/vs8/libgstpng.vcproj:
10997         * win32/vs8/libgstrtp.vcproj:
10998         * win32/vs8/libgstrtsp.vcproj:
10999         * win32/vs8/libgstshout2.vcproj:
11000         * win32/vs8/libgstsmpte.vcproj:
11001         * win32/vs8/libgstspeex.vcproj:
11002         * win32/vs8/libgsttaglib.vcproj:
11003         * win32/vs8/libgstudp.vcproj:
11004         * win32/vs8/libgstvideobalance.vcproj:
11005         * win32/vs8/libgstvideobox.vcproj:
11006         * win32/vs8/libgstvideoflip.vcproj:
11007         * win32/vs8/libgstvideomixer.vcproj:
11008         * win32/vs8/libgstwavenc.vcproj:
11009         * win32/vs8/libgstwavparse.vcproj:
11010           Make end-of-line returns unixy, so that when the files are checked
11011           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
11012           Hopefully fixes #366492.
11013
11014 2006-11-14  Wim Taymans  <wim@fluendo.com>
11015
11016         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
11017         Disable init_frames delay timestamp adjustment, it does not
11018         seem to be needed at all. Fixes #369621.
11019
11020 2006-11-13  Wim Taymans  <wim@fluendo.com>
11021
11022         Patch by: Mark Nauwelaerts  <manauw at skynet be>
11023
11024         * gst/videomixer/videomixer.c:
11025         (gst_videomixer_set_master_geometry),
11026         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
11027         (gst_videomixer_collect_free), (gst_videomixer_reset),
11028         (gst_videomixer_init), (gst_videomixer_finalize),
11029         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
11030         (gst_videomixer_collected), (gst_videomixer_change_state):
11031         Fix memleak by unref'ing collectpads instance (when finalizing)
11032         Implement releasing a request pad. Fixes #374479.
11033
11034 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11035
11036         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
11037
11038         * win32/vs8/gst-plugins-good.sln:
11039         * win32/vs8/libgst1394.vcproj:
11040         * win32/vs8/libgstaasink.vcproj:
11041         * win32/vs8/libgstalaw.vcproj:
11042         * win32/vs8/libgstalpha.vcproj:
11043         * win32/vs8/libgstalphacolor.vcproj:
11044         * win32/vs8/libgstannodex.vcproj:
11045         * win32/vs8/libgstapetag.vcproj:
11046         * win32/vs8/libgstaudiofx.vcproj:
11047         * win32/vs8/libgstauparse.vcproj:
11048         * win32/vs8/libgstautodetect.vcproj:
11049         * win32/vs8/libgstavi.vcproj:
11050         * win32/vs8/libgstcacasink.vcproj:
11051         * win32/vs8/libgstcdio.vcproj:
11052         * win32/vs8/libgstcutter.vcproj:
11053         * win32/vs8/libgstdv.vcproj:
11054         * win32/vs8/libgsteffectv.vcproj:
11055         * win32/vs8/libgstflac.vcproj:
11056         * win32/vs8/libgstflxdec.vcproj:
11057         * win32/vs8/libgstgoom.vcproj:
11058         * win32/vs8/libgsticydemux.vcproj:
11059         * win32/vs8/libgstid3demux.vcproj:
11060         * win32/vs8/libgstjpeg.vcproj:
11061         * win32/vs8/libgstladspa.vcproj:
11062         * win32/vs8/libgstlevel.vcproj:
11063         * win32/vs8/libgstmatroska.vcproj:
11064         * win32/vs8/libgstmikmod.vcproj:
11065         * win32/vs8/libgstmng.vcproj:
11066         * win32/vs8/libgstmonoscope.vcproj:
11067         * win32/vs8/libgstmulaw.vcproj:
11068         * win32/vs8/libgstmultipart.vcproj:
11069         * win32/vs8/libgstpng.vcproj:
11070         * win32/vs8/libgstrtp.vcproj:
11071         * win32/vs8/libgstrtsp.vcproj:
11072         * win32/vs8/libgstshout2.vcproj:
11073         * win32/vs8/libgstsmpte.vcproj:
11074         * win32/vs8/libgstspeex.vcproj:
11075         * win32/vs8/libgsttaglib.vcproj:
11076         * win32/vs8/libgstudp.vcproj:
11077         * win32/vs8/libgstvideobalance.vcproj:
11078         * win32/vs8/libgstvideobox.vcproj:
11079         * win32/vs8/libgstvideoflip.vcproj:
11080         * win32/vs8/libgstvideomixer.vcproj:
11081         * win32/vs8/libgstwavenc.vcproj:
11082         * win32/vs8/libgstwavparse.vcproj:
11083           Add VS8 project files (note that many of the plugins in ext are
11084           disabled by default). Fixes #366492.
11085
11086 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
11087
11088         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
11089           we do not translate debug messages
11090
11091 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
11092
11093         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
11094           fix categorisation, make short desc more explicit, remove unused code
11095           Fixes #372021
11096
11097 2006-11-08  Wim Taymans  <wim@fluendo.com>
11098
11099         * gst/rtp/gstrtpL16depay.c:
11100         * gst/rtp/gstrtpamrdepay.c:
11101         * gst/rtp/gstrtpamrpay.c:
11102         * gst/rtp/gstrtpgsmdepay.c:
11103         * gst/rtp/gstrtph263pay.c:
11104         * gst/rtp/gstrtph263pdepay.c:
11105         * gst/rtp/gstrtph263ppay.c:
11106         * gst/rtp/gstrtph264depay.c:
11107         * gst/rtp/gstrtpmp2tdepay.c:
11108         * gst/rtp/gstrtpmp4gdepay.c:
11109         * gst/rtp/gstrtpmp4gpay.c:
11110         * gst/rtp/gstrtpmp4vdepay.c:
11111         * gst/rtp/gstrtpmp4vpay.c:
11112         * gst/rtp/gstrtpmpadepay.c:
11113         * gst/rtp/gstrtpmpapay.c:
11114         * gst/rtp/gstrtppcmadepay.c:
11115         * gst/rtp/gstrtppcmapay.c:
11116         * gst/rtp/gstrtppcmudepay.c:
11117         * gst/rtp/gstrtppcmupay.c:
11118         * gst/rtp/gstrtpspeexdepay.c:
11119         * gst/rtp/gstrtpspeexpay.c:
11120         * gst/rtp/gstrtpsv3vdepay.c:
11121         Fix element descriptions.
11122
11123 2006-11-08  Wim Taymans  <wim@fluendo.com>
11124
11125         * gst/rtp/gstrtpvorbisdepay.c:
11126         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
11127         Fix description.
11128         Small cleanup in the payloader.
11129
11130 2006-11-08  Wim Taymans  <wim@fluendo.com>
11131
11132         * gst/rtp/Makefile.am:
11133         * gst/rtp/gstrtp.c: (plugin_init):
11134         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
11135         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
11136         (gst_rtp_theora_depay_finalize),
11137         (gst_rtp_theora_depay_parse_configuration),
11138         (gst_rtp_theora_depay_setcaps),
11139         (gst_rtp_theora_depay_switch_codebook),
11140         (gst_rtp_theora_depay_process),
11141         (gst_rtp_theora_depay_set_property),
11142         (gst_rtp_theora_depay_get_property),
11143         (gst_rtp_theora_depay_change_state),
11144         (gst_rtp_theora_depay_plugin_init):
11145         * gst/rtp/gstrtptheoradepay.h:
11146         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
11147         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
11148         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
11149         (gst_rtp_theora_pay_init_packet),
11150         (gst_rtp_theora_pay_flush_packet),
11151         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
11152         (gst_rtp_theora_pay_handle_buffer),
11153         (gst_rtp_theora_pay_plugin_init):
11154         * gst/rtp/gstrtptheorapay.h:
11155         Add theora pay/depayloaders.
11156
11157 2006-11-06  Wim Taymans  <wim@fluendo.com>
11158
11159         * gst/rtp/Makefile.am:
11160         We depend on gsttag to generate the vorbis comments.
11161
11162         * gst/rtp/gstrtpvorbisdepay.c:
11163         (gst_rtp_vorbis_depay_parse_configuration),
11164         (gst_rtp_vorbis_depay_setcaps),
11165         (gst_rtp_vorbis_depay_switch_codebook),
11166         (gst_rtp_vorbis_depay_process):
11167         * gst/rtp/gstrtpvorbisdepay.h:
11168         Parse configuration string in the depayloader.
11169         Implement selecting and switching to a new codebook.
11170         Receiving vorbis over RTP now works.
11171
11172         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
11173         (gst_rtp_vorbis_pay_init_packet),
11174         (gst_rtp_vorbis_pay_finish_headers),
11175         (gst_rtp_vorbis_pay_handle_buffer):
11176         * gst/rtp/gstrtpvorbispay.h:
11177         Set timestamps on outgoing buffers and RTP packets.
11178         Fix configuration string, prepend number of Packet headers.
11179         Fix encoding of ident string.
11180         Add delivery-method to caps.
11181         Streaming vorbis over RTP now works.
11182
11183 2006-11-06  Wim Taymans  <wim@fluendo.com>
11184
11185         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
11186         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
11187         (gst_rtp_vorbis_pay_handle_buffer):
11188         * gst/rtp/gstrtpvorbispay.h:
11189         Generate a valid configuration string in the caps based on the
11190         vorbis headers.
11191
11192 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
11193
11194         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
11195         * ext/cdio/gstcdio.h:
11196         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
11197           Move CD-TEXT utility function into common file so it can also be
11198           used by a future cdioparanoiasrc.
11199
11200 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
11201         
11202         * sys/v4l2/Makefile.am:
11203         * sys/v4l2/gstv4l2object.c:
11204         * sys/v4l2/gstv4l2src.c:
11205         * sys/v4l2/gstv4l2xoverlay.c:
11206         * sys/v4l2/v4l2_calls.c:
11207         * sys/v4l2/v4l2src_calls.c:
11208         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
11209         xoverlay code that is still not implemented.
11210
11211 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
11212
11213         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
11214           We require a -base more recent than 0.10.9, so it's safe to use
11215           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
11216
11217         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
11218         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
11219           Use _newsegment_full() now that we depend on a recent enough core.
11220
11221         * gst/wavparse/gstwavparse.c:
11222           Remove cruft that we don't need any longer now that we depend on
11223           a recent enough -base.
11224
11225 2006-10-31  Wim Taymans  <wim@fluendo.com>
11226
11227         * gst/rtp/Makefile.am:
11228         * gst/rtp/gstrtp.c: (plugin_init):
11229         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
11230         (gst_rtpilbcpay_setcaps):
11231         Fix and activate ILBC pay and depayloaders. Fixes #368162.
11232
11233 2006-10-31  Wim Taymans  <wim@fluendo.com>
11234
11235         * ext/speex/gstspeexdec.c: (speex_dec_convert),
11236         (speex_dec_sink_event), (speex_dec_chain_parse_header):
11237         Some small cleanups, use _scale.
11238
11239 2006-10-31  Wim Taymans  <wim@fluendo.com>
11240
11241         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
11242         Use higher precision scale function.
11243
11244 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
11245
11246         Patch by: Michal Benes  <michal dot benes at itonis tv>
11247
11248         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
11249         (gst_matroska_demux_read_track_encodings),
11250         (gst_matroska_decode_buffer):
11251           Fix several issues with encoded/compressed/encrypted/signed tracks;
11252           also, remove superfluous newline characters from some debug
11253           statements. (#366155)
11254
11255 2006-10-30  Wim Taymans  <wim@fluendo.com>
11256
11257         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
11258         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
11259         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
11260         (gst_smokedec_change_state):
11261         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
11262         (gst_smokeenc_init), (gst_smokeenc_finalize),
11263         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
11264         (gst_smokeenc_resync), (gst_smokeenc_chain),
11265         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
11266         (gst_smokeenc_change_state):
11267         Various cleanups, capsnego and leak fixes.
11268
11269 2006-10-30  Wim Taymans  <wim@fluendo.com>
11270
11271         Patch by: Mark Nauwelaerts  <manauw at skynet be>
11272
11273         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
11274         Fix videomixer so that it can handle any combination of framerates.
11275         Fixes #367221.
11276
11277 2006-10-28  Wim Taymans  <wim@fluendo.com>
11278
11279         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11280         (gst_avi_demux_parse_file_header),
11281         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
11282         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
11283         (gst_avi_demux_chain):
11284         Fix position query for audio. also fixes timestamps in streaming
11285         mode and bug #364958.
11286         Small cleanups.
11287
11288 2006-10-27  Wim Taymans  <wim@fluendo.com>
11289
11290         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
11291         * ext/libpng/gstpngenc.h:
11292         Fix strides. Fixes #364856.
11293         Cleanup capsnego.
11294         Set caps on outgoing buffers.
11295
11296 2006-10-18  Wim Taymans  <wim@fluendo.com>
11297
11298         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
11299
11300         * gst/rtp/gstrtpgsmpay.c:
11301         * gst/rtp/gstrtph263pay.c:
11302         * gst/rtp/gstrtpmpapay.c:
11303         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
11304         (gst_rtp_pcma_pay_handle_buffer):
11305         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
11306         Add static payload numbers in addition to the dynamic ones.
11307         Fixes #361639.
11308
11309 2006-10-18  Wim Taymans  <wim@fluendo.com>
11310
11311         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
11312         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
11313         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
11314         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
11315         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
11316         * gst/rtsp/rtspdefs.h:
11317         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
11318         * gst/rtsp/rtspurl.h:
11319         Reuse already existing enum for lower transport.
11320         Add rtspt and rtspu protocols.
11321         Send redirect to rtspt when udp times out.
11322
11323 2006-10-18  Wim Taymans  <wim@fluendo.com>
11324
11325         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
11326         (gst_wavparse_stream_data):
11327         Fix seeking some more, mostly for speed changes.
11328
11329 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11330
11331         Patch by: Fredrik Persson  <frepe at bredband net>
11332
11333         * sys/v4l2/gstv4l2tuner.c:
11334         * sys/v4l2/gstv4l2tuner.h:
11335           Fix _set_channel(): remove useless g_object_notify() for "channel"
11336           property that doesn't exist any longer and therefore now also
11337           useless redirect (#338818).
11338
11339 2006-10-17  Wim Taymans  <wim@fluendo.com>
11340
11341         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
11342         Some drivers do not support unsetting the non-blocking flag once the
11343         device is opened. In those cases, close/open the device in
11344         non-blocking mode. Fixes #362673.
11345
11346 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
11347
11348         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
11349         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
11350         (gst_v4l2src_get_fps):
11351           dear stefan, framespersecond is not frameperiod, reverting but adding
11352           comment
11353
11354 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
11355
11356         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
11357         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
11358         (gst_v4l2src_get_fps):
11359           Numerator is numerator and denominator is denominator. Say that aloud
11360           5 times and retry after next beer.
11361
11362 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
11363
11364         Patch by: Josep Torra Valles  <josep at fluendo com>
11365
11366         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
11367         * ext/esd/esdsink.c: (gst_esdsink_write):
11368         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
11369         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
11370         (gst_flac_dec_send_newsegment):
11371         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
11372         (gst_flac_enc_tell_callback):
11373         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
11374         (smokecodec_parse_header), (smokecodec_decode):
11375         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
11376         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
11377         * gst/goom/Makefile.am:
11378         * gst/goom/gstgoom.c:
11379         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
11380         * gst/rtsp/gstrtspsrc.c:
11381         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
11382         * gst/udp/gstudpsink.c:
11383         * gst/udp/gstudpsrc.c:
11384         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
11385         * sys/sunaudio/gstsunaudiomixertrack.h:
11386           Fix a bunch of problems discovered by the Forte compiler, mostly type
11387           mixups and pointer arithmetics with void pointers. Fixes #362603.
11388
11389 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
11390
11391         * ext/speex/gstspeex.c: (plugin_init):
11392         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
11393         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
11394         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
11395         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
11396         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
11397         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
11398         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
11399         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
11400         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
11401         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
11402         (gst_speex_enc_chain), (gst_speex_enc_get_property),
11403         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
11404         * ext/speex/gstspeexenc.h:
11405           Miscellaneous clean-ups, among other things: speexenc => enc to
11406           enhance code readability; change speexenc => speex_enc; in chain
11407           function unref input buffer in case of error; take reference in
11408           event function; use boilerplate macro; use gst_pad_query_peer_*
11409           convenience functions.
11410
11411 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
11412
11413         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
11414         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
11415         (gst_speexenc_set_header_on_caps):
11416           Fix some mem leaks.
11417
11418 2006-10-11  Wim Taymans  <wim@fluendo.com>
11419
11420         * gst/rtsp/URLS:
11421         Added some other URL.
11422
11423         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
11424         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
11425         (gst_rtspsrc_open), (gst_rtspsrc_play),
11426         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
11427         * gst/rtsp/gstrtspsrc.h:
11428         Work on fallback to TCP connection when the UDP socket times out.
11429         Handler server requests, just reply with OK for now.
11430
11431         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
11432         * gst/rtsp/rtspdefs.h:
11433         Added some more Real extension headers.
11434
11435         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
11436         Fix parsing of urls with a ':' that is not part of the hostname:port
11437         part of the url.
11438
11439 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
11440
11441         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
11442         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
11443         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
11444           Activate pad before adding it to the already-running element.
11445
11446         * tests/check/elements/icydemux.c: (icydemux_found_pad):
11447           Activate newly-created pad too.
11448
11449 2006-10-11  Wim Taymans  <wim@fluendo.com>
11450
11451         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
11452
11453         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
11454         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
11455         (gst_udpsrc_start):
11456         Fix some leaks in caps and uris. Fixes #361252.
11457
11458 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
11459
11460         * gst/wavparse/Makefile.am:
11461           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
11462
11463 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
11464
11465         * sys/v4l2/gstv4l2xoverlay.c:
11466         * sys/v4l2/gstv4l2xoverlay.h:
11467         Fix build as per the patch in #338818 comment 36.
11468
11469 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
11470
11471         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
11472           Activate pads before adding them to the source.
11473
11474 2006-10-06  Wim Taymans  <wim@fluendo.com>
11475
11476         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
11477         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
11478         Activate pads before adding.
11479
11480 2006-10-06  Wim Taymans  <wim@fluendo.com>
11481
11482         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
11483         (gst_multipart_find_pad_by_mime):
11484         Activate pads before adding.
11485
11486         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11487         BOILERPLATE sets parent_class for us.
11488
11489 2006-10-06  Wim Taymans  <wim@fluendo.com>
11490
11491         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
11492         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
11493         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
11494         (gst_rtspsrc_alloc_udp_ports),
11495         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
11496         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
11497         (gst_rtspsrc_create_transports_string),
11498         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
11499         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
11500         * gst/rtsp/gstrtspsrc.h:
11501         Rework how the transport string is constructed, try to share channels
11502         and udp ports.
11503         Make most of the stuff less dependant on RTP as we are also going to use
11504         it for RDT.
11505         Add support for transport specific session managers.
11506
11507         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
11508         Implement _flush().
11509
11510         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
11511         * gst/rtsp/rtspdefs.h:
11512         Add generic error return code.
11513
11514         * gst/rtsp/rtspext.h:
11515         Add support for pluggable tranport strings.
11516
11517         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
11518         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
11519         (rtsp_ext_wms_get_context):
11520         Detect WMServer and activate the extension.
11521
11522         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
11523         (rtsp_transport_get_manager), (rtsp_transport_parse):
11524         * gst/rtsp/rtsptransport.h:
11525         Added methods to get mime/manager for certain transports.
11526
11527 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
11528
11529         * ext/cairo/gsttimeoverlay.c:
11530         (gst_cairo_time_overlay_update_font_height):
11531         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
11532         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
11533         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
11534         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
11535         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
11536         * ext/libpng/gstpngdec.c: (user_endrow_callback):
11537         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
11538         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
11539         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
11540         (gst_avi_demux_stream_data):
11541         * gst/cutter/gstcutter.c: (gst_cutter_chain):
11542         * gst/debug/efence.c: (gst_efence_buffer_alloc),
11543         (gst_fenced_buffer_copy):
11544         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
11545         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
11546         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
11547         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
11548         (gst_rtspsrc_handle_message):
11549         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
11550         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
11551           Printf format fixes.
11552
11553 2006-10-04  Wim Taymans  <wim@fluendo.com>
11554
11555         * gst/rtsp/Makefile.am:
11556         Dist new .h file too.
11557
11558 2006-10-04  Wim Taymans  <wim@fluendo.com>
11559
11560         * gst/rtsp/Makefile.am:
11561         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
11562         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
11563         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
11564         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
11565         (gst_rtspsrc_parse_rtpmap),
11566         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
11567         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
11568         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
11569         * gst/rtsp/gstrtspsrc.h:
11570         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
11571         * gst/rtsp/rtspdefs.h:
11572         * gst/rtsp/rtspext.h:
11573         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
11574         (rtsp_ext_wms_get_context):
11575         * gst/rtsp/rtspextwms.h:
11576         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
11577         (rtsp_transport_parse):
11578         * gst/rtsp/rtsptransport.h:
11579         Factor out extension in separate module.
11580         Fix getcaps to filter against the padtemplate.
11581         Use Content-Base if the server gives one.
11582         Rework the transport parsing a bit for future extensions.
11583         Added some Real Header field definitions.
11584
11585 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11586
11587         * docs/plugins/Makefile.am:
11588         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11589         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11590           added v4l2 stubs
11591         * gst-plugins-good.spec.in:
11592           add v4l2
11593
11594 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
11595
11596         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
11597           Extract disc/album/medium number and count and try harder
11598           to extract track number/count.
11599
11600 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11601
11602         * configure.ac:
11603         * sys/Makefile.am:
11604           add build stuff for v4l2, needs --enable-experimental until
11605           the last bits are resolved
11606
11607 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
11608
11609         * tests/check/Makefile.am:
11610           Disable autodetect test temporarily, so that the build bots
11611           update -bad and the ranks of unreliable video sinks in there.
11612
11613         * tests/check/elements/autodetect.c: (GST_START_TEST):
11614           Skip test if no usable videosink is found.
11615
11616 2006-09-29  Wim Taymans  <wim@fluendo.com>
11617
11618         * gst/rtsp/URLS:
11619         Add some more URLs.
11620
11621         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
11622         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
11623         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
11624         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
11625         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
11626         (gst_rtspsrc_loop), (gst_rtspsrc_send),
11627         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
11628         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
11629         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
11630         * gst/rtsp/gstrtspsrc.h:
11631         Add timeout property to control UDP timeouts.
11632         Fix error messages.
11633         Also start a loop function when operating in UDP mode so that we can
11634         do some more stuff async.
11635         Handle element messages from udpsrc to detect timeouts. If a timeout
11636         happens we currently generate an error.
11637         API: rtspsrc::timeout property.
11638
11639         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
11640         (gst_udpsrc_create):
11641         Really implement the timeout in microseconds and not milliseconds.
11642
11643 2006-09-29  Wim Taymans  <wim@fluendo.com>
11644
11645         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
11646         (gst_udpsrc_create), (gst_udpsrc_set_property),
11647         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
11648         * gst/udp/gstudpsrc.h:
11649         Added property to post a message on timeout.
11650         Updated docs.
11651         When restarting the select, initialize the fdsets again.
11652         Init control sockets so we don't accidentally close a random socket.
11653         API: GstUDPSrc::timeout property
11654
11655 2006-09-29  Wim Taymans  <wim@fluendo.com>
11656
11657         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
11658         Fix flag registration.
11659
11660         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
11661         Reading 0 also means 'no more commands'
11662
11663 2006-09-29  Wim Taymans  <wim@fluendo.com>
11664
11665         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
11666
11667         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
11668         Fix possible infinite loop when shutting down, a read can also return
11669         0 to indicate no more messages are available. Fixes #358156.
11670
11671 2006-09-25  Wim Taymans  <wim@fluendo.com>
11672
11673         * gst/autodetect/gstautoaudiosink.c:
11674         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
11675         (gst_auto_audio_sink_find_best):
11676         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
11677         Small cleanups.
11678         don't try to set "sync" property when it is not available.
11679
11680 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
11681
11682         Patch by: Peter Kjellerstedt  <pkj at axis com>
11683
11684         * gst/alpha/gstalpha.c:
11685         * gst/rtp/gstrtpamrdepay.c:
11686         * gst/rtsp/gstrtspsrc.c:
11687         * gst/udp/gstudpsrc.c:
11688         * gst/videomixer/videomixer.c:
11689           Include stdlib.h in some more places, makes things compile
11690           with uClibc and -Werror (#357592).
11691
11692 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
11693
11694         * ext/jpeg/gstjpegdec.c:
11695           Set minimum height to 8 (from 16), our code should handle
11696           that fine. Some of the buttons on the apple trailer site
11697           are apparently only 15 pixels high (see #357470).
11698
11699 2006-09-23  Wim Taymans  <wim@fluendo.com>
11700
11701         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
11702         (gst_rtspsrc_open):
11703         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11704         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
11705         (rtsp_connection_receive):
11706         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
11707         * gst/rtsp/rtspdefs.h:
11708         Improve error reporting.
11709
11710 2006-09-23  Wim Taymans  <wim@fluendo.com>
11711
11712         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
11713         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
11714         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
11715         * gst/rtp/gstrtpdepay.c:
11716         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
11717         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
11718         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
11719         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
11720         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
11721         (gst_rtp_mp2t_depay_plugin_init):
11722         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
11723         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
11724         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
11725         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
11726         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
11727         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
11728         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
11729         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
11730         Fix klass typos.
11731         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
11732
11733 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
11734
11735         * configure.ac:
11736           Need  -base CVS for gst_base_rtp_depayload_push_ts().
11737
11738 2006-09-22  Wim Taymans  <wim@fluendo.com>
11739
11740         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
11741         Don't check for a tag that is never there and check if we read the
11742         correct tag. Fixes seeking again.
11743         We must post an error when all pads are unlinked.
11744
11745 2006-09-22  Wim Taymans  <wim@fluendo.com>
11746
11747         * gst/rtp/Makefile.am:
11748         * gst/rtp/gstrtp.c: (plugin_init):
11749         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
11750         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
11751         (gst_rtp_vorbis_pay_reset_packet),
11752         (gst_rtp_vorbis_pay_init_packet),
11753         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
11754         (gst_rtp_vorbis_pay_handle_buffer):
11755         More fixage, set endoder-params correctly in the payloader.
11756
11757 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
11758
11759         * gst/autodetect/gstautoaudiosink.c:
11760         (gst_auto_audio_sink_base_init):
11761         * gst/autodetect/gstautovideosink.c:
11762         (gst_auto_video_sink_base_init):
11763           Make static pad templates static to appease valgrind's leak
11764           detector.
11765
11766         * tests/check/Makefile.am:
11767         * tests/check/elements/.cvsignore:
11768         * tests/check/elements/autodetect.c: (GST_START_TEST),
11769         (autodetect_suite):
11770           Add simple test for the ghostpad lockup on shutdown fixed in core
11771           CVS (audio bit disabled because it would need dozens of alsa
11772           suppressions and I'm too lazy to add those now).
11773
11774 2006-09-22  Wim Taymans  <wim@fluendo.com>
11775
11776         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
11777         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
11778         Small cleanups.
11779
11780         * gst/rtp/Makefile.am:
11781         * gst/rtp/gstrtp.c: (plugin_init):
11782         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
11783         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
11784         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
11785         (gst_rtp_vorbis_depay_process),
11786         (gst_rtp_vorbis_depay_set_property),
11787         (gst_rtp_vorbis_depay_get_property),
11788         (gst_rtp_vorbis_depay_change_state),
11789         (gst_rtp_vorbis_depay_plugin_init):
11790         * gst/rtp/gstrtpvorbisdepay.h:
11791         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
11792         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
11793         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
11794         (gst_rtp_vorbis_pay_flush_packet),
11795         (gst_rtp_vorbis_pay_append_buffer),
11796         (gst_rtp_vorbis_pay_handle_buffer),
11797         (gst_rtp_vorbis_pay_plugin_init):
11798         * gst/rtp/gstrtpvorbispay.h:
11799         Add experimental vorbis pay and depayloaders.
11800
11801 2006-09-21  Wim Taymans  <wim@fluendo.com>
11802
11803         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
11804         Fix profile-level-id parsing and setup.
11805
11806 2006-09-21  Wim Taymans  <wim@fluendo.com>
11807
11808         * gst/udp/README:
11809         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
11810         Update README, simple cleanup.
11811
11812 2006-09-21  Wim Taymans  <wim@fluendo.com>
11813
11814         * gst/rtp/README:
11815         Update README with some examples.
11816
11817         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
11818         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
11819         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
11820         (gst_rtp_mp4g_pay_setcaps):
11821         * gst/rtp/gstrtpmp4gpay.h:
11822         Make optional RTP parameters of type STRING, as required by the
11823         application/x-rtp caps specification.
11824
11825 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
11826
11827         * gst/rtp/gstrtph263pdepay.c:
11828         * gst/rtp/gstrtph263ppay.c:
11829         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
11830         RTP header.
11831
11832 2006-09-20  Wim Taymans  <wim@fluendo.com>
11833
11834         * gst/rtp/Makefile.am:
11835         And makefile too.
11836
11837 2006-09-20  Wim Taymans  <wim@fluendo.com>
11838
11839         * gst/rtp/gstrtp.c: (plugin_init):
11840         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
11841         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
11842         (decode_base64), (gst_rtp_asf_depay_setcaps),
11843         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
11844         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
11845         (gst_rtp_asf_depay_plugin_init):
11846         * gst/rtp/gstrtpasfdepay.h:
11847         Added preliminary ASF depayloader.
11848
11849         * gst/rtp/gstrtph264depay.c: (decode_base64):
11850         Fix base64 decoding.
11851
11852 2006-09-20  Wim Taymans  <wim@fluendo.com>
11853
11854         * gst/rtsp/URLS:
11855         Added some test URLS.
11856
11857         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
11858         (gst_rtspsrc_loop), (gst_rtspsrc_open):
11859         * gst/rtsp/gstrtspsrc.h:
11860         When creating streams, give access to the complete SDP.
11861         Fix some leaks.
11862         Collect and merge global stream properties in stream caps.
11863         Preliminary support for WMServer.
11864
11865         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11866         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
11867         (rtsp_connection_receive):
11868         * gst/rtsp/rtspconnection.h:
11869         Make connection interruptable.
11870         Refactor to make it reconnectable.
11871         Don't fail on short reads when reading data packets.
11872
11873         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
11874         (rtsp_url_get_port):
11875         * gst/rtsp/rtspurl.h:
11876         Add methods for getting/setting the port.
11877
11878         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
11879         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
11880         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
11881         (sdp_media_get_format), (sdp_parse_line),
11882         (sdp_message_parse_buffer):
11883         Fix headers. 
11884         Add methods for getting multiple attributes with the same name.
11885         Increase buffer size when parsing.
11886         Fix parsing of a=foo fields.
11887
11888         * gst/rtsp/test.c: (main):
11889         Update to new connection API.
11890
11891         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
11892         (rtsp_message_init_response), (rtsp_message_init_data),
11893         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
11894         * gst/rtsp/rtspmessage.h:
11895         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
11896         * gst/rtsp/rtsptransport.h:
11897         * gst/rtsp/sdp.h:
11898         * gst/rtsp/sdpmessage.h:
11899         * gst/rtsp/gstrtsp.c:
11900         * gst/rtsp/gstrtsp.h:
11901         * gst/rtsp/gstrtpdec.c:
11902         * gst/rtsp/gstrtpdec.h:
11903         * gst/rtsp/rtsp.h:
11904         * gst/rtsp/rtspdefs.c:
11905         * gst/rtsp/rtspdefs.h:
11906         Dual licensed under MIT and LGPL now.
11907
11908 2006-09-19  Wim Taymans  <wim@fluendo.com>
11909
11910         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
11911         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
11912         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
11913         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
11914         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
11915         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
11916         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
11917         * gst/rtsp/gstrtspsrc.h:
11918         Reorganize stream parsing and creation.
11919         Detect container formats in interleaved mode.
11920         Keep more state about the streams.
11921         Assume a server also supports PLAY if it does not say.
11922         Add unicast and interleaved properties to TCP transport requests to make
11923         some servers happy (WMServer).
11924
11925         * gst/rtsp/sdpmessage.h:
11926         Add some defines for the standard Bandwidth types.
11927
11928 2006-09-19  Wim Taymans  <wim@fluendo.com>
11929
11930         * gst/rtsp/test.c: (main):
11931         Fix build.
11932
11933 2006-09-19  Wim Taymans  <wim@fluendo.com>
11934
11935         * gst/wavparse/gstwavparse.c:
11936         Add ms-gsm to the src template.
11937
11938 2006-09-18  Wim Taymans  <wim@fluendo.com>
11939
11940         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11941         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
11942         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
11943         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
11944         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
11945         * gst/rtsp/gstrtspsrc.h:
11946         Small cleanups, added documentation.
11947         Try to clean up the requests and responses.
11948         Refactor parsing the supported methods.
11949
11950         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
11951         (rtsp_connection_create), (rtsp_connection_send),
11952         (parse_response_status), (parse_request_line),
11953         (rtsp_connection_receive), (rtsp_connection_close),
11954         (rtsp_connection_free):
11955         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
11956         (rtsp_transport_init), (rtsp_transport_parse),
11957         (rtsp_transport_free):
11958         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
11959         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
11960         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
11961         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
11962         Use g_return_val some more.
11963
11964         * gst/rtsp/rtspdefs.h:
11965         Add more enum values to track initial states.
11966
11967         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
11968         (rtsp_message_init_request), (rtsp_message_new_response),
11969         (rtsp_message_init_response), (rtsp_message_init_data),
11970         (rtsp_message_unset), (rtsp_message_free),
11971         (rtsp_message_add_header), (rtsp_message_remove_header),
11972         (rtsp_message_get_header), (rtsp_message_set_body),
11973         (rtsp_message_take_body), (rtsp_message_get_body),
11974         (rtsp_message_steal_body), (rtsp_message_dump):
11975         * gst/rtsp/rtspmessage.h:
11976         Reorder arguments, object goes as the first one.
11977         Use g_return_val some more.
11978
11979 2006-09-18  Wim Taymans  <wim@fluendo.com>
11980
11981         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
11982         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
11983         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
11984         * gst/rtsp/gstrtspsrc.h:
11985         Export sometimes source pad with correct caps on the template, create
11986         the ghostpad from the template.
11987         Remove RTCP template as we never expose RTCP.
11988         Protect against invalid body size.
11989         Avoid memcpy when creating the output buffer.
11990         Properly post an error and send EOS when the loop function is shut down.
11991
11992 2006-09-18  Wim Taymans  <wim@fluendo.com>
11993
11994         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
11995
11996         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
11997         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
11998         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
11999         * gst/rtsp/gstrtspsrc.h:
12000         Make sure we can never set an invalid location.
12001
12002         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
12003         * gst/rtsp/rtspmessage.h:
12004         Added _steal_body method for future use.
12005
12006         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
12007         Make freeing of NULL url return immediatly.
12008
12009 2006-09-18  Wim Taymans  <wim@fluendo.com>
12010
12011         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
12012
12013         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
12014         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
12015         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
12016         (gst_rtspsrc_change_state):
12017         * gst/rtsp/gstrtspsrc.h:
12018         Use boilerplate.
12019         Make rtspsrc subclass GstBin to make state changes easier.
12020         Add Range header field on the PLAY request.
12021
12022 2006-09-18  Wim Taymans  <wim@fluendo.com>
12023
12024         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
12025
12026         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
12027         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
12028         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
12029         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
12030         * gst/rtsp/rtspconnection.c: (inet_aton):
12031         Small cleanups.
12032         when multicast is selected as the transport, create UDP sources and
12033         connect to the multicast group.
12034         Move parsing and setting of caps to a common place.
12035         Fixes #349894.
12036
12037 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12038
12039         * ext/flac/gstflactag.c:
12040         * gst/alpha/gstalpha.c:
12041         * gst/debug/breakmydata.c:
12042         * gst/debug/negotiation.c:
12043         * gst/debug/testplugin.c:
12044         * gst/effectv/gstaging.c:
12045         * gst/effectv/gstdice.c:
12046         * gst/effectv/gstedge.c:
12047         * gst/effectv/gstquark.c:
12048         * gst/effectv/gstrev.c:
12049         * gst/effectv/gstshagadelic.c:
12050         * gst/effectv/gstvertigo.c:
12051         * gst/effectv/gstwarp.c:
12052         * gst/multipart/multipartdemux.c:
12053         * gst/multipart/multipartmux.c:
12054         * gst/videobox/gstvideobox.c:
12055         * gst/videofilter/gstgamma.c:
12056         * gst/videofilter/gstvideotemplate.c:
12057         * gst/videomixer/videomixer.c:
12058         * sys/sunaudio/gstsunaudiosrc.h:
12059         More G_OBJECT macro fixing.
12060
12061 2006-09-16  Wim Taymans  <wim@fluendo.com>
12062
12063         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
12064
12065         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
12066         Correctly set the dwLength in strh.
12067         With this patch, the file duration is now displayed correctly in window
12068         media player and the AVI plays completely. Fixes #356147
12069
12070 2006-09-15  Wim Taymans  <wim@fluendo.com>
12071
12072         Patch by: Darren Kenny <darren dot kenny at sun dot com>
12073
12074         * sys/sunaudio/gstsunaudiomixerctrl.c:
12075         (gst_sunaudiomixer_ctrl_build_list):
12076         Set the output track as the MASTER so that the gnome-settings-daemon
12077         keybindings for changing the volume using the keyboard works.
12078         Fixes #356142.
12079
12080 2006-09-15  Wim Taymans  <wim@fluendo.com>
12081
12082         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
12083         Fix documentation, it is not possible to control the framerate of jpegdec
12084         using filtered caps yet. Fixes #355210.
12085         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
12086         stop when there is an error.
12087
12088 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
12089
12090         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
12091         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
12092           Don't interpret a first buffer with an offset of NONE as
12093           'from the middle of the stream', but only a first buffer
12094           that has a valid buffer offset that's non-zero (see #345449).
12095
12096 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
12097
12098         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
12099         (gst_icydemux_typefind_or_forward):
12100         * gst/icydemux/gsticydemux.h:
12101           When we merge/collect multiple incoming buffers for typefinding
12102           purposes, keep an initial 0 offset on the first outgoing buffer
12103           as well (otherwise id3demux won't work right). Fixes #345449.
12104           Also Make buffer metadata writable before setting buffer caps.
12105
12106         * tests/check/elements/icydemux.c: (typefind_succeed),
12107         (cleanup_icydemux), (push_data), (GST_START_TEST),
12108         (icydemux_suite):
12109           Small test case for the above.
12110
12111 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
12112
12113         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
12114         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
12115         (gst_avi_demux_stream_header_push),
12116         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
12117         (gst_avi_demux_loop):
12118           More code reuse and better logging in _peek_chunk(). Reintroduce check
12119           for chunk sizes before reading them (avoid oom). Better handling for 
12120           invalid chunksizes when streaming.
12121
12122 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
12123
12124         * gst/level/gstlevel.c: (gst_level_set_property):
12125         * gst/level/gstlevel.h:
12126           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
12127           René Stadler
12128
12129 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
12130
12131         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
12132         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
12133         (gst_avi_demux_stream_data):
12134           Revert one change to fix streaming avi (adapter size != data size).
12135
12136 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
12137
12138         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
12139
12140         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
12141         (gst_matroska_demux_reset),
12142         (gst_matroska_demux_read_track_encodings),
12143         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
12144         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
12145         (gst_matroska_demux_subtitle_caps):
12146         * gst/matroska/matroska-ids.h:
12147           Add support for VOBSUB subtitle tracks and zlib-compressed
12148           tracks. Make sure we start on a keyframe after a seek. (#343348)
12149
12150 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
12151
12152         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
12153         (gst_matroska_demux_push_flac_codec_priv_data),
12154         (gst_matroska_demux_push_xiph_codec_priv_data),
12155         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
12156         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
12157         * gst/matroska/matroska-ids.h:
12158           Add basic FLAC support (#311586), not perfect yet though, needs some
12159           tweaking in flacdec; also, seeking could be better.
12160           Do better bounds checking when deserialising vorbis stream headers
12161           to make sure we don't read beyond the end of the buffer on bad input.
12162
12163 2006-09-04  Wim Taymans  <wim@fluendo.com>
12164
12165         Patch by: Alessandro Decina <alessandro at nnva dot org>
12166
12167         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
12168         Seeking back in a file containing a CMML stream errors out if the seek
12169         goes back up to the CMML headers. This is because after the seek the xml
12170         processing instruction <?xml ...?> is submitted to the xml parser again, 
12171         which results in an error. The attached patch fixes the problem. 
12172         Fixes #353908.
12173
12174         * ext/annodex/gstcmmlenc.h:
12175         Fix authors name.
12176
12177
12178 2006-08-28  Andy Wingo  <wingo@pobox.com>
12179
12180         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
12181         New helper function to lessen the ifdefs.
12182         (GST_INFO_OBJECT): 
12183         (gst_dv1394src_iso_receive): Use it.
12184         (gst_dv1394src_create): Also use the control sockets in iec61883
12185         mode.
12186         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
12187         handle for AVC operations; fixes #348233.
12188
12189 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
12190
12191         * configure.ac:
12192         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12193         * docs/plugins/inspect/plugin-audiofx.xml:
12194         * docs/plugins/inspect/plugin-audiofxgood.xml:
12195         * gst/audiofx/Makefile.am:
12196         * gst/audiofx/audiofx.c:
12197         * gst/audiofxgood/.cvsignore:
12198         * gst/audiofxgood/Makefile.am:
12199         * gst/audiofxgood/audiofx.c:
12200         * gst/audiofxgood/audiopanorama.c:
12201         * gst/audiofxgood/audiopanorama.h:
12202           Rename again (audiofxgood -> audiofx).
12203
12204 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
12205
12206         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
12207         (gst_avi_demux_stream_scan):
12208           Initialze variables.
12209
12210 2006-08-25  Wim Taymans  <wim@fluendo.com>
12211
12212         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
12213         (gst_avi_demux_init), (gst_avi_demux_finalize),
12214         (gst_avi_demux_reset), (gst_avi_demux_index_last),
12215         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
12216         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
12217         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
12218         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
12219         (gst_avi_demux_massage_index),
12220         (gst_avi_demux_calculate_durations_from_index),
12221         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
12222         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
12223         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
12224         (gst_avi_demux_change_state):
12225         * gst/avi/gstavidemux.h:
12226         More attempts to turn this into readable code.
12227         Don't leak adapters.
12228         Calculate duration according to index more efficiently.
12229         Don't try to act like we drive the pipeline in chain mode.
12230
12231 2006-08-25  Wim Taymans  <wim@fluendo.com>
12232
12233         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
12234         Fix build.
12235
12236 2006-08-25  Wim Taymans  <wim@fluendo.com>
12237
12238         Patch by: Alessandro Decina <alessandro at nnva dot org>
12239
12240         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
12241         Do some extra sanity checks.
12242         Fixes #350340.
12243
12244         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
12245         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
12246         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
12247         Check if clip->start_time is valid before adding the clip to the
12248         track list.
12249         Reset enc->preamble going from PAUSED to READY.
12250         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
12251         only used for EOS.
12252         Only post an error message if we were the one that created the fatal
12253         GstFlowReturn value.
12254
12255         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
12256         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
12257         Parse the seconds field of the npt-sec time format using %llu rather than
12258         %d and check that the value scaled by GST_SECOND doesn't overflow.
12259         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
12260         Lookup a clip's track with clip->track rather than clip->id which
12261         makes no sense.
12262         Identify a clip by its track and start time and not its xml id.
12263         do some more input checking and make sure we don't do undefined shifts.
12264
12265         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12266         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
12267         (cmml_tag_message_pop), (check_headers), (push_clip_full),
12268         (push_clip), (push_empty_clip), (check_output_clip),
12269         (GST_START_TEST), (cmmldec_suite):
12270         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12271         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
12272         (check_headers), (push_clip), (check_clip_times), (check_clip),
12273         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
12274         Added some more checks.
12275
12276 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
12277
12278         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
12279         (gst_audio_panorama_set_property),
12280         (gst_audio_panorama_get_property),
12281         (gst_audio_panorama_transform_m2s_int),
12282         (gst_audio_panorama_transform_s2s_int),
12283         (gst_audio_panorama_transform_m2s_float),
12284         (gst_audio_panorama_transform_s2s_float):
12285         * gst/audiofxgood/audiopanorama.h:
12286         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
12287           Make also the pan-property float (saves scaling and yields better
12288           resolution)
12289
12290 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
12291
12292         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
12293         (gst_audio_panorama_transform_m2s_float),
12294         (gst_audio_panorama_transform_s2s_float):
12295           ChangeLog surgery to add cymax's real name
12296
12297
12298 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
12299
12300         Patch by: René Stadler <mail@renestadler.de>
12301
12302         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
12303         (gst_audio_panorama_transform_m2s_int),
12304         (gst_audio_panorama_transform_s2s_int),
12305         (gst_audio_panorama_transform_m2s_float),
12306         (gst_audio_panorama_transform_s2s_float),
12307         (gst_audio_panorama_transform):
12308         * gst/audiofxgood/audiopanorama.h:
12309           Added float support
12310
12311 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
12312
12313         * gst/audiofxgood/audiopanorama.c:
12314         (gst_audio_panorama_transform_m2s):
12315           Fix docs & debug category. Add Fixme for volume pan levels.
12316
12317 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
12318
12319         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
12320         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
12321         (gst_avi_demux_stream_header_pull),
12322         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
12323         (gst_avi_demux_chain):
12324           unbreak AVI index handling, some more debug, remove an obsolete
12325           adapter_flush that caused streaming to wander off in the wild
12326
12327 2006-08-24  Wim Taymans  <wim@fluendo.com>
12328
12329         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12330         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
12331         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
12332         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
12333         (gst_avi_demux_calculate_durations_from_index),
12334         (gst_avi_demux_stream_header_push),
12335         (gst_avi_demux_stream_header_pull):
12336         * gst/avi/gstavidemux.h:
12337         Some more cleanups. 
12338         Fix totalFrames parsing in ODML.
12339         Disable use of index for length calculation in case of ODML as this is
12340         broken now.
12341
12342 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
12343
12344         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
12345           Use libgsttag helper function here too.
12346
12347 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
12348
12349         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
12350         (gst_avi_demux_init), (gst_avi_demux_dispose),
12351         (gst_avi_demux_reset), (gst_avi_demux_index_next),
12352         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
12353         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
12354         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
12355         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
12356         (gst_avi_demux_parse_subindex),
12357         (gst_avi_demux_read_subindexes_push),
12358         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
12359         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
12360         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
12361         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
12362         (gst_avi_demux_stream_header_pull),
12363         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
12364         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
12365         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
12366         (gst_avi_demux_change_state):
12367         * gst/avi/gstavidemux.h:
12368           Initial streaming support for avidemux (fixes #336465)
12369
12370 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
12371
12372         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12373           There is no taglibmux element ...
12374
12375         * gst/rtsp/gstrtspsrc.c:
12376           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
12377           was complaining about unknown entity here.
12378
12379 2006-08-22  Wim Taymans  <wim@fluendo.com>
12380
12381         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
12382         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
12383         (gst_avi_demux_process_next_entry):
12384         * gst/avi/gstavidemux.h:
12385         Mark DISCONT.
12386         Remove old unused fields and reorder the struct a bit.
12387
12388 2006-08-22  Wim Taymans  <wim@fluendo.com>
12389
12390         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
12391         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
12392         (gst_rtspsrc_pause):
12393         * gst/rtsp/gstrtspsrc.h:
12394         * sys/oss/gstosssink.c: (gst_oss_sink_open),
12395         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
12396         Small documentation updates.
12397
12398 2006-08-22  Wim Taymans  <wim@fluendo.com>
12399
12400         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
12401         (gst_avi_demux_index_entry_for_time),
12402         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
12403         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
12404         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
12405         (gst_avi_demux_next_data_buffer),
12406         (gst_avi_demux_calculate_durations_from_index),
12407         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
12408         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
12409         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
12410         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
12411         * gst/avi/gstavidemux.h:
12412         Precalc most of the duration query for each stream.
12413         Make seeking more correct.
12414         Use GstSegment to track position and duration.
12415         Code cleanups and leak fixes.
12416         Calculate correct total duration based on index length.
12417
12418 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
12419
12420         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
12421         (parse_insert_string_field):
12422           If strings in text fields are marked ISO8859-1, but contain
12423           valid UTF-8 already, then handle them as UTF-8 and ignore
12424           the encoding. (#351794)
12425
12426 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
12427
12428         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
12429         (gst_flac_dec_write), (gst_flac_dec_loop),
12430         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
12431         (gst_flac_dec_src_query):
12432         * ext/flac/gstflacdec.h:
12433           Make flac-in-ogg work (#352100).
12434
12435 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
12436
12437         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
12438           Don't unref buffers of which we've already given away
12439           ownership to the adapter.
12440
12441 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
12442
12443         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
12444           Make metadata extraction actually work.
12445
12446         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
12447         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
12448         (gst_speexenc_chain):
12449           Fix metadata writing: replace old code which wrote completely
12450           broken tags with libgsttag-based code. Plus miscellaneous
12451           code cleanups (use static pad templates etc.) and a bunch
12452           of leak fixes.
12453
12454 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
12455
12456         * gst/audiopanorama/.cvsignore:
12457         * gst/audiopanorama/Makefile.am:
12458         * gst/audiopanorama/audiofx.c:
12459         * gst/audiopanorama/audiopanorama.c:
12460         * gst/audiopanorama/audiopanorama.h:
12461           die! die! die! you should never have been there
12462
12463 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
12464
12465         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
12466         Fix invalid memory access in audiopanorama test suite.
12467
12468 2006-08-21  Edward Hervey  <edward@fluendo.com>
12469
12470         * tests/check/elements/.cvsignore:
12471         ignore built file
12472
12473 2006-08-21  Wim Taymans  <wim@fluendo.com>
12474
12475         * gst/rtp/Makefile.am:
12476         Fix the build again.
12477
12478 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
12479
12480         * gst/audiofxgood/.cvsignore:
12481         * gst/audiofxgood/Makefile.am:
12482         * gst/audiofxgood/audiofx.c: (plugin_init):
12483         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
12484         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
12485         (gst_audio_panorama_set_property),
12486         (gst_audio_panorama_get_property),
12487         (gst_audio_panorama_get_unit_size),
12488         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
12489         (gst_audio_panorama_transform_m2s),
12490         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
12491         * gst/audiofxgood/audiopanorama.h:
12492           resubmit with the desired name *again*
12493
12494 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
12495
12496         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
12497         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
12498           use g_assert in _get_unit_size
12499
12500 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
12501
12502         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12503         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12504         * docs/plugins/inspect/plugin-audiofxgood.xml:
12505           cleanup -unused.txt to make it useful, add previously missing docs
12506
12507         * ext/Makefile.am:
12508           Quietly (accidentally) enable LADSPA for building by default, 
12509           despite the fact that it doesn't meet the plugin checklist.
12510             -- Added by Jan Schmidt 18 Dec 2006
12511
12512         * ext/esd/esdmon.c:
12513         * ext/esd/esdsink.c:
12514         * ext/esd/gstesd.c: (plugin_init):
12515           reflow to get rid of two external symbols
12516
12517         * gst/audiofxgood/audiofx.c: (plugin_init):
12518           re-add
12519
12520 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
12521
12522         * configure.ac:
12523         * gst/audiofxgood/.cvsignore:
12524         * gst/audiofxgood/Makefile.am:
12525         * gst/audiofxgood/audiofx.c
12526         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
12527         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
12528         (gst_audio_panorama_set_property),
12529         (gst_audio_panorama_get_property),
12530         (gst_audio_panorama_get_unit_size),
12531         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
12532         (gst_audio_panorama_transform_m2s),
12533         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
12534         * gst/audiofxgood/audiopanorama.h:
12535         * tests/check/Makefile.am:
12536         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
12537         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
12538         (panorama_suite), (main):
12539         Add audiofxgood plugin with audiopanorama element
12540
12541 2006-08-18  Wim Taymans  <wim@fluendo.com>
12542
12543         * docs/plugins/Makefile.am:
12544         More Oss docs fixage. 
12545
12546 2006-08-18  Wim Taymans  <wim@fluendo.com>
12547
12548         * gst/rtp/Makefile.am:
12549         * gst/rtp/gstrtp.c: (plugin_init):
12550         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
12551         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
12552         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
12553         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
12554         (gst_rtp_sv3v_depay_get_property),
12555         (gst_rtp_sv3v_depay_change_state),
12556         (gst_rtp_sv3v_depay_plugin_init):
12557         * gst/rtp/gstrtpsv3vdepay.h:
12558         Added experimental SVQ3 depayloader.
12559
12560 2006-08-18  Edward Hervey  <edward@fluendo.com>
12561
12562         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
12563         (gst_dvdemux_loop), (gst_dvdemux_change_state):
12564         * ext/dv/gstdvdemux.h:
12565         When handling seek requests, don't send the newsegment event from the
12566         calling thread. Instead save it so it can be sent from the streaming
12567         thread.
12568
12569 2006-08-17  Wim Taymans  <wim@fluendo.com>
12570
12571         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12572
12573         * gst/multipart/multipartdemux.c: (multipart_parse_header):
12574         Accept leading whitespace before the boundary
12575         This patch makes the demuxer allow some whitespace before the actual
12576         boundary. This makes the demuxer work with the ``old'' gstreamer
12577         multipartmuxer again (which placed an extra \n before the start
12578         of the stream) Fixes #349068.
12579
12580 2006-08-17  Wim Taymans  <wim@fluendo.com>
12581
12582         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
12583         Error out on non-implemented stuff.
12584
12585 2006-08-16  Wim Taymans  <wim@fluendo.com>
12586
12587         Patch by: Andy Wingo <wingo at pobox dot com>
12588
12589         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
12590         (gst_signal_processor_start), (gst_signal_processor_stop),
12591         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
12592         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
12593         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
12594         (gst_signal_processor_change_state):
12595         Make ladspa elements reusable. Fixes #350006.
12596
12597 2006-08-16  Wim Taymans  <wim@fluendo.com>
12598
12599         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
12600         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
12601         names as possible. Fixes #349901.
12602
12603 2006-08-16  Wim Taymans  <wim@fluendo.com>
12604
12605         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
12606         (gst_signal_processor_do_pushes):
12607         A push() gives away our refcount so we should not use the buffer on the
12608         pen anymore.
12609
12610 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
12611
12612         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
12613         (gst_oss_mixer_element_finalize):
12614           Don't leak device string.
12615
12616 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
12617
12618         * configure.ac:
12619           Require CVS of GStreamer core and -base (for
12620           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
12621
12622         * ext/taglib/gstid3v2mux.cc:
12623           Write extended comment tags properly (#348762).
12624
12625         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12626         (parse_comment_frame):
12627           Extract COMM frames into extended comments, which makes it
12628           easier to properly retain the description bit of the tag
12629           and maintain this information when re-tagging (#348762).
12630
12631 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
12632
12633         * tests/check/Makefile.am:
12634           Don't try to run annodex unit tests if the annodex
12635           plugin has not been built (Fixes #351116).
12636
12637 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
12638
12639         * gst/autodetect/gstautoaudiosink.c:
12640         (gst_auto_audio_sink_find_best):
12641           When we can't find a usable audiosink, don't error out,
12642           but use a fake sink instead and post a warning message
12643           on the bus (#341278).
12644
12645 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
12646
12647         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
12648         * sys/oss/gstosssink.c:
12649         * sys/oss/gstosssrc.c:
12650           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
12651           ossmixer's new device property.
12652
12653         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12654         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12655           Add docs for OSS elements.
12656
12657         * docs/plugins/inspect/plugin-aasink.xml:
12658         * docs/plugins/inspect/plugin-alaw.xml:
12659         * docs/plugins/inspect/plugin-alpha.xml:
12660         * docs/plugins/inspect/plugin-alphacolor.xml:
12661         * docs/plugins/inspect/plugin-annodex.xml:
12662         * docs/plugins/inspect/plugin-apetag.xml:
12663         * docs/plugins/inspect/plugin-auparse.xml:
12664         * docs/plugins/inspect/plugin-autodetect.xml:
12665         * docs/plugins/inspect/plugin-avi.xml:
12666         * docs/plugins/inspect/plugin-cacasink.xml:
12667         * docs/plugins/inspect/plugin-cairo.xml:
12668         * docs/plugins/inspect/plugin-cdio.xml:
12669         * docs/plugins/inspect/plugin-cutter.xml:
12670         * docs/plugins/inspect/plugin-debug.xml:
12671         * docs/plugins/inspect/plugin-dv.xml:
12672         * docs/plugins/inspect/plugin-efence.xml:
12673         * docs/plugins/inspect/plugin-effectv.xml:
12674         * docs/plugins/inspect/plugin-esdsink.xml:
12675         * docs/plugins/inspect/plugin-flac.xml:
12676         * docs/plugins/inspect/plugin-flxdec.xml:
12677         * docs/plugins/inspect/plugin-gconfelements.xml:
12678         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
12679         * docs/plugins/inspect/plugin-goom.xml:
12680         * docs/plugins/inspect/plugin-halelements.xml:
12681         * docs/plugins/inspect/plugin-icydemux.xml:
12682         * docs/plugins/inspect/plugin-id3demux.xml:
12683         * docs/plugins/inspect/plugin-jpeg.xml:
12684         * docs/plugins/inspect/plugin-level.xml:
12685         * docs/plugins/inspect/plugin-matroska.xml:
12686         * docs/plugins/inspect/plugin-mulaw.xml:
12687         * docs/plugins/inspect/plugin-multipart.xml:
12688         * docs/plugins/inspect/plugin-navigationtest.xml:
12689         * docs/plugins/inspect/plugin-ossaudio.xml:
12690         * docs/plugins/inspect/plugin-png.xml:
12691         * docs/plugins/inspect/plugin-rtp.xml:
12692         * docs/plugins/inspect/plugin-rtsp.xml:
12693         * docs/plugins/inspect/plugin-shout2send.xml:
12694         * docs/plugins/inspect/plugin-smpte.xml:
12695         * docs/plugins/inspect/plugin-speex.xml:
12696         * docs/plugins/inspect/plugin-taglib.xml:
12697         * docs/plugins/inspect/plugin-udp.xml:
12698         * docs/plugins/inspect/plugin-videobalance.xml:
12699         * docs/plugins/inspect/plugin-videobox.xml:
12700         * docs/plugins/inspect/plugin-videoflip.xml:
12701         * docs/plugins/inspect/plugin-videomixer.xml:
12702         * docs/plugins/inspect/plugin-wavenc.xml:
12703         * docs/plugins/inspect/plugin-wavparse.xml:
12704         * docs/plugins/inspect/plugin-ximagesrc.xml:
12705           Update to CVS version.
12706           
12707 2006-08-16  Wim Taymans  <wim@fluendo.com>
12708
12709         * gst/rtp/gstrtpamrdepay.c:
12710         * gst/rtp/gstrtpmp4gdepay.c:
12711         Caps extra properties must be defined as strings for
12712         depayloaders because they are generated from an SDP.
12713
12714         * gst/rtp/Makefile.am:
12715         * gst/rtp/gstrtp.c: (plugin_init):
12716         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
12717         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
12718         (gst_rtp_h264_depay_finalize), (decode_base64),
12719         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
12720         (gst_rtp_h264_depay_set_property),
12721         (gst_rtp_h264_depay_get_property),
12722         (gst_rtp_h264_depay_change_state),
12723         (gst_rtp_h264_depay_plugin_init):
12724         * gst/rtp/gstrtph264depay.h:
12725         Added basic, not completely functional RFC 3984 H264 depayloader.
12726
12727 2006-08-16  Wim Taymans  <wim@fluendo.com>
12728
12729         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
12730         Add pads after setting them up.
12731
12732         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
12733         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
12734         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
12735         (gst_rtspsrc_stream_setup_rtp),
12736         (gst_rtspsrc_stream_configure_transport),
12737         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
12738         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
12739         (gst_rtspsrc_pause):
12740         * gst/rtsp/gstrtspsrc.h:
12741         Fix interleaved mode.
12742          - Protect streaming with lock.
12743          - Combine flows
12744          - set caps on outgoing buffers.
12745          - strip trailing \0 from data packets.
12746          - Configure RTP/RTCP in stream.
12747         Use DEBUG_OBJECT more.
12748
12749 2006-08-16  Wim Taymans  <wim@fluendo.com>
12750
12751         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
12752         Turn a g_print into a DEBUG line.
12753
12754 2006-08-13  Wim Taymans  <wim@fluendo.com>
12755
12756         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
12757         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
12758         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
12759         (gst_oss_mixer_element_get_property),
12760         (gst_oss_mixer_element_change_state):
12761         * sys/oss/gstossmixerelement.h:
12762         Small cleanups. Better error reporting.
12763         Add device property for the mixer instead of the hardcoded
12764         /dev/mixer. Fixes #350785.
12765         API: GstOssMixerElement::device property
12766
12767 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
12768
12769         Patch by: Jens Granseuer <jensgr at gmx net>
12770
12771         * gconf/Makefile.am:
12772           Make --disable-schemas work right (they still need
12773           to be copied to the installation directory, just not
12774           applied). Fixes #351347 (also #344100).
12775           
12776 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12777
12778         * configure.ac: back to HEAD
12779
12780 === release 0.10.4 ===
12781
12782 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
12783
12784         * configure.ac:
12785           releasing 0.10.4, "Dear Leader"
12786
12787 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
12788
12789         Patch by: Edward Hervey <edward@fluendo.com>
12790
12791         * configure.ac:
12792         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12793         (gst_wavparse_stream_data):
12794         Send the newsegment event in the streaming thread.
12795         Fixes #347529
12796
12797 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
12798
12799         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
12800         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
12801         (gst_smokeenc_resync), (gst_smokeenc_chain):
12802           Refuse sink caps in the encoder if width or height is not a
12803           multiple of 16, the encoder does not support that yet (#349939);
12804           along the same lines, check the return value of the encoder
12805           setup function; also remove some debug log clutter.
12806
12807 2006-08-04  Andy Wingo  <wingo@pobox.com>
12808
12809         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
12810         whether a processor can work in place or not, and for keeping
12811         track of its state. Change the FlowReturn instance variable from
12812         "state" to "flow_state", all callers changed.
12813
12814         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
12815         (gst_signal_processor_start, gst_signal_processor_stop)
12816         (gst_signal_processor_cleanup): New functions to manage the
12817         processor's state.
12818         (gst_signal_processor_setcaps): start() as well as setup() here.
12819         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
12820         (gst_signal_processor_change_state): Stop and cleanup the
12821         processor as we go to NULL.
12822
12823         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
12824         INPLACE_BROKEN is not set.
12825
12826         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
12827         Do the alloc_buffer in bytes, not frames.
12828         
12829 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12830
12831         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
12832         Fix rgb masks when recording in < 24bpp.
12833
12834 2006-08-04  Andy Wingo  <wingo@pobox.com>
12835
12836         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
12837         (gst_signal_processor_prepare)
12838         (gst_signal_processor_update_inputs)
12839         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
12840         (gst_signal_processor_flush)
12841         (gst_signal_processor_sink_activate_push)
12842         (gst_signal_processor_src_activate_pull)
12843         (gst_signal_processor_change_state): Remove the last of the code
12844         that assumes that we process whole buffers at a time. Fix some
12845         debugging. Seems to work now in some cases.
12846         (gst_signal_processor_src_activate_pull): BPB
12847
12848 2006-08-01  Andy Wingo  <wingo@pobox.com>
12849
12850         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
12851         Fix nframes-choosing.
12852         (gst_signal_processor_init): Init pending_in and pending_out.
12853
12854         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
12855         more default sample rate, although we never check that the sample
12856         rate actually gets set. Something for the future.
12857         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
12858         (gst_signal_processor_event): Refcount fixen.
12859         (gst_signal_processor_process): Pull the number of frames to
12860         process from the sizes of the buffers in the input pens.
12861         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
12862         (gst_signal_processor_do_pulls): Add an nframes argument, and use
12863         it instead of buffer_frames.
12864         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
12865         to do_pulls.
12866         (gst_signal_processor_chain)
12867         (gst_signal_processor_sink_activate_push)
12868         (gst_signal_processor_src_activate_pull):  Refcount fixen.
12869
12870         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
12871
12872 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
12873
12874         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
12875         (gst_signal_processor_process):
12876           don't query buffer-frames from caps, add lots of debug-log,
12877           try fix for assert (#349189)
12878
12879 2006-07-31  Wim Taymans  <wim@fluendo.com>
12880
12881         * gst/udp/gstudpsrc.c:
12882         Fix docs.
12883
12884 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
12885
12886         * ext/ladspa/gstsignalprocessor.c:
12887         (gst_signal_processor_add_pad_from_template),
12888         (gst_signal_processor_init), (gst_signal_processor_setcaps),
12889         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
12890         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
12891         (gst_signal_processor_sink_activate_push),
12892         (gst_signal_processor_src_activate_pull),
12893         (gst_signal_processor_change_state):
12894          Add debugs logs here and there, add more error handling, add some
12895          FIXME comments, filed #349189
12896
12897 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12898
12899         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
12900         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
12901         Set caps on buffer correctly.  Fixes bug #349155.
12902
12903 2006-07-28  Wim Taymans  <wim@fluendo.com>
12904
12905         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12906
12907         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
12908         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
12909         (gst_multipart_demux_finalize), (get_line_end),
12910         (multipart_parse_header), (multipart_find_boundary),
12911         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
12912         (gst_multipart_set_property), (gst_multipart_get_property):
12913         Uses GstAdapter instead of own buffering.
12914         Actually parses the mime-type correctly (In tests the mime-type was
12915         always "" with the old version).
12916         Uses the Content-length header if available to speed up things.
12917         Reliably autoscans the boundary name by default.
12918         Fixes #349068.
12919
12920         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12921         Don't start the stream with a \n.
12922
12923 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
12924
12925         Patch by: Brian Cameron <brian dot cameron at sun com>
12926
12927         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
12928           Open source with O_NONBLOCK (#349015).
12929
12930 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
12931
12932         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
12933         (gst_avi_demux_massage_index):
12934         * gst/avi/gstavidemux.h:
12935           Whitespace fixes and more debug
12936
12937 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
12938
12939         * gst/autodetect/gstautoaudiosink.c:
12940         (gst_auto_audio_sink_create_element_with_pretty_name),
12941         (gst_auto_audio_sink_find_best),
12942         (gst_auto_audio_sink_change_state):
12943           Get rid of old and unused magic sound-server properties stuff.
12944           Add suffix to child sink's name that makes it easy to see from
12945           the name alone which type it actually is (alsa, oss, esd, etc.).
12946
12947 2006-07-27  Wim Taymans  <wim@fluendo.com>
12948
12949         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12950         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
12951         (gst_udpsrc_start):
12952         * gst/udp/gstudpsrc.h:
12953         Rename "buffer" to "buffer-size" to make clear it is a size we set and
12954         not some sort of feature we enable.
12955
12956 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
12957
12958         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
12959           Use CLOSE_SOCKET() here instead of close() to maintain
12960           win32 workiness.
12961
12962 2006-07-27  Wim Taymans  <wim@fluendo.com>
12963
12964         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
12965
12966         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12967         (gst_udpsrc_create), (gst_udpsrc_set_property),
12968         (gst_udpsrc_get_property), (gst_udpsrc_start):
12969         * gst/udp/gstudpsrc.h:
12970         Added "buffer-size" property to control the kernel receive buffer size.
12971         Update documentation.
12972         Small cleanups. Fixes #348752.
12973         API: buffer-size property
12974
12975 2006-07-26  Wim Taymans  <wim@fluendo.com>
12976
12977         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
12978
12979         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
12980         (gst_rtp_pcma_pay_handle_buffer):
12981         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
12982         (gst_rtp_pcmu_pay_handle_buffer):
12983         Fix timestamp calculation on outgoing RTP packets.
12984         Fixes #348675.
12985
12986 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
12987
12988         * ext/taglib/gstid3v2mux.cc:
12989           Fix writing of comment frames (should be COMM not TCOM),
12990           is still sub-optimal though, since we don't retain or
12991           extract the comment descriptions properly (#334375,
12992           also see #334375).
12993
12994 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
12995
12996         * gst/wavparse/gstwavparse.c:
12997           #define 'fact' RIFF chunk if we are not compiling against
12998           -base CVS (we don't want to depend on -base CVS for this
12999           one define only, and also not for release order reasons).
13000
13001 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
13002
13003         * ext/taglib/gstid3v2mux.cc:
13004           Handle multiple tags of the same type properly. Re-inject
13005           unparsed ID3v2 frames that we get as binary blobs from
13006           id3demux into the tag again so we don't lose information
13007           when retagging (#334375).
13008
13009 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
13010
13011         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
13012           Document newly-added properties properly, so that there is a
13013           'Since: 0.10.4' in the plugin docs. Convert some property
13014           names into canonical GObject style (GObject will do that
13015           internally anyway).
13016
13017 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
13018
13019         * gst/id3demux/id3tags.c:
13020         (id3demux_add_id3v2_frame_blob_to_taglist):
13021           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
13022           well, and add the version to the blob's buffer caps, since that
13023           information will be needed for deserialisation later on (#348644).
13024
13025 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
13026
13027         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
13028         (gst_avi_demux_parse_stream):
13029          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
13030          indentation and spacing.
13031
13032 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
13033
13034         * docs/plugins/Makefile.am:
13035         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13036         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13037         * docs/plugins/gst-plugins-good-plugins.args:
13038         * docs/plugins/inspect/plugin-1394.xml:
13039         * docs/plugins/inspect/plugin-aasink.xml:
13040         * docs/plugins/inspect/plugin-alaw.xml:
13041         * docs/plugins/inspect/plugin-alpha.xml:
13042         * docs/plugins/inspect/plugin-alphacolor.xml:
13043         * docs/plugins/inspect/plugin-annodex.xml:
13044         * docs/plugins/inspect/plugin-apetag.xml:
13045         * docs/plugins/inspect/plugin-auparse.xml:
13046         * docs/plugins/inspect/plugin-autodetect.xml:
13047         * docs/plugins/inspect/plugin-avi.xml:
13048         * docs/plugins/inspect/plugin-cacasink.xml:
13049         * docs/plugins/inspect/plugin-cairo.xml:
13050         * docs/plugins/inspect/plugin-cdio.xml:
13051         * docs/plugins/inspect/plugin-cutter.xml:
13052         * docs/plugins/inspect/plugin-debug.xml:
13053         * docs/plugins/inspect/plugin-dv.xml:
13054         * docs/plugins/inspect/plugin-efence.xml:
13055         * docs/plugins/inspect/plugin-effectv.xml:
13056         * docs/plugins/inspect/plugin-esdsink.xml:
13057         * docs/plugins/inspect/plugin-flac.xml:
13058         * docs/plugins/inspect/plugin-flxdec.xml:
13059         * docs/plugins/inspect/plugin-gconfelements.xml:
13060         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
13061         * docs/plugins/inspect/plugin-goom.xml:
13062         * docs/plugins/inspect/plugin-halelements.xml:
13063         * docs/plugins/inspect/plugin-icydemux.xml:
13064         * docs/plugins/inspect/plugin-id3demux.xml:
13065         * docs/plugins/inspect/plugin-jpeg.xml:
13066         * docs/plugins/inspect/plugin-level.xml:
13067         * docs/plugins/inspect/plugin-matroska.xml:
13068         * docs/plugins/inspect/plugin-mulaw.xml:
13069         * docs/plugins/inspect/plugin-multipart.xml:
13070         * docs/plugins/inspect/plugin-navigationtest.xml:
13071         * docs/plugins/inspect/plugin-ossaudio.xml:
13072         * docs/plugins/inspect/plugin-png.xml:
13073         * docs/plugins/inspect/plugin-rtp.xml:
13074         * docs/plugins/inspect/plugin-rtsp.xml:
13075         * docs/plugins/inspect/plugin-shout2send.xml:
13076         * docs/plugins/inspect/plugin-smpte.xml:
13077         * docs/plugins/inspect/plugin-speex.xml:
13078         * docs/plugins/inspect/plugin-udp.xml:
13079         * docs/plugins/inspect/plugin-videobalance.xml:
13080         * docs/plugins/inspect/plugin-videobox.xml:
13081         * docs/plugins/inspect/plugin-videoflip.xml:
13082         * docs/plugins/inspect/plugin-videomixer.xml:
13083         * docs/plugins/inspect/plugin-wavenc.xml:
13084         * docs/plugins/inspect/plugin-wavparse.xml:
13085         * docs/plugins/inspect/plugin-ximagesrc.xml:
13086           Update files to CVS/Prerelease version, add esdsink docs.
13087
13088         * ext/esd/esdsink.c:
13089           Add gtk-doc blurb.
13090
13091         * gst/rtp/gstrtpmp4vpay.c:
13092           Fix typo in element description.
13093
13094 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
13095
13096         * ext/esd/esdsink.c: (gst_esdsink_open),
13097         (gst_esdsink_factory_init):
13098           Prevent libesd from auto-spawning a sound daemon if it
13099           is not already running. Now that we don't do evil stuff
13100           like that any longer we can give esdsink a rank so that
13101           autoaudiosink will try it as well if all other audio
13102           sinks fail (#343051).
13103
13104 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
13105
13106         * ext/esd/Makefile.am:
13107           Oops, need to remove README from EXTRA_DIST as well.
13108
13109 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
13110
13111         * ext/esd/README:
13112           Remove, it contains nothing useful anyway.
13113
13114         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
13115         (gst_esdsink_delay):
13116           Some small clean-ups; use GST_BOILERPLATE etc.
13117
13118 2006-07-24  Wim Taymans  <wim@fluendo.com>
13119
13120         * gst/law/alaw-decode.c: (alawdec_getcaps):
13121         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
13122         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
13123         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
13124         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
13125
13126 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
13127
13128         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
13129         (gst_wavparse_other), (gst_wavparse_perform_seek),
13130         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
13131         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
13132         (gst_wavparse_pad_query):
13133         * gst/wavparse/gstwavparse.h:
13134           Use information from 'fact' chunk for length calculation of compressed
13135           samples. Calculate bps if bogus value is found in wav header (embeded
13136           mp2/mp3).
13137           
13138
13139 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
13140
13141         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
13142
13143         * configure.ac:
13144         * gst/udp/Makefile.am:
13145         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
13146         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
13147         * gst/udp/gstdynudpsink.h:
13148         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
13149         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
13150         * gst/udp/gstmultiudpsink.h:
13151         * gst/udp/gstudp.c: (plugin_init):
13152         * gst/udp/gstudpsink.h:
13153         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
13154         (gst_udpsrc_start), (gst_udpsrc_stop):
13155         * gst/udp/gstudpsrc.h:
13156         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
13157         (gst_udp_net_utils_win32_wsa_startup):
13158         * gst/udp/gstudpnetutils.h:
13159           Port udp plugin to win32 (#345288).
13160
13161 2006-07-24  Wim Taymans  <wim@fluendo.com>
13162
13163         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
13164         Remove unwanted DEBUG line.
13165
13166 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
13167
13168         * gst/id3demux/gstid3demux.c: (plugin_init):
13169         * gst/id3demux/id3tags.c:
13170         (id3demux_add_id3v2_frame_blob_to_taglist):
13171         * gst/id3demux/id3tags.h:
13172           On second thought, it might be wiser and more efficient
13173           not to do tag registration from a streaming thread.
13174
13175 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
13176
13177         * gst/id3demux/id3tags.c:
13178         (id3demux_add_id3v2_frame_blob_to_taglist),
13179         (id3demux_id3v2_frames_to_tag_list):
13180           Put ID3v2 frames we can't parse as binary blobs into private
13181           tags, so that they are not lost when retagging, at least once
13182           id3v2mux has been taught to re-inject those frames again.
13183           See bug #334375.
13184
13185 2006-07-21  Wim Taymans  <wim@fluendo.com>
13186
13187         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
13188         (gst_avi_demux_process_next_entry):
13189         Fix some leaks.
13190
13191         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
13192         Don't use \n in debug lines.
13193
13194 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
13195
13196         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13197         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13198           Add annodex and icydemux, cleanup the sections a bit
13199
13200 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
13201
13202         Patch by: Alex Lancaster <alexl at users sourceforge net>
13203
13204         * ext/taglib/gstid3v2mux.cc:
13205           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
13206           ID3v2 TSSE frames (#347898).
13207
13208 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
13209
13210         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
13211           Respect mpegversion for "video/mpeg" and give message in case of
13212           unhandled versions.
13213
13214 2006-07-17  Wim Taymans  <wim@fluendo.com>
13215
13216         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
13217         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
13218         (gst_pngdec_chain), (gst_pngdec_sink_event),
13219         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
13220         (gst_pngdec_sink_activate_push):
13221         * ext/libpng/gstpngdec.h:
13222         Use statically allocated segment instead of leaking.
13223         Various cleanups.
13224         Fix flush and seek handling.
13225
13226 2006-07-16  Wim Taymans  <wim@fluendo.com>
13227
13228         * gst/rtp/Makefile.am:
13229         * gst/rtp/gstrtp.c: (plugin_init):
13230         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
13231         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
13232         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
13233         (gst_rtp_mp4g_depay_set_property),
13234         (gst_rtp_mp4g_depay_get_property),
13235         (gst_rtp_mp4g_depay_change_state),
13236         (gst_rtp_mp4g_depay_plugin_init):
13237         * gst/rtp/gstrtpmp4gdepay.h:
13238         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
13239         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
13240         (gst_rtp_mp4g_pay_flush):
13241         Added simple generic mpeg4 depayloader.
13242         Fix generic mpeg4 payloader.
13243
13244 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
13245
13246         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
13247           Don't try doing state changes on a NULL pointer.
13248
13249 2006-07-14  Wim Taymans  <wim@fluendo.com>
13250
13251         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
13252
13253         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
13254         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
13255         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
13256         * gst/rtp/gstrtpamrdepay.h:
13257         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
13258         Fixes #321191
13259
13260 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13261
13262         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
13263         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
13264         Fix segfault when moving mouse pointer to the bottom right corner.
13265
13266 2006-07-12  Wim Taymans  <wim@fluendo.com>
13267
13268         * gst/rtp/Makefile.am:
13269         * gst/rtp/gstrtp.c: (plugin_init):
13270         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
13271         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
13272         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
13273         (gst_rtp_mp2t_depay_set_property),
13274         (gst_rtp_mp2t_depay_get_property),
13275         (gst_rtp_mp2t_depay_change_state),
13276         (gst_rtp_mp2t_depay_plugin_init):
13277         * gst/rtp/gstrtpmp2tdepay.h:
13278         Added mpeg2 TS depayloader. Closing #347234.
13279
13280 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
13281
13282         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
13283           Remove g_assert that shouldn't be there and was triggered
13284           after trying to open a device that doesn't exist or can't
13285           be opened for some other reason (#347972).
13286
13287 2006-07-10  Edward Hervey  <edward@fluendo.com>
13288
13289         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13290         (gst_avi_demux_stream_header), (push_tag_lists):
13291         * gst/avi/gstavidemux.h:
13292         Don't push tag events found by gst_riff_parse_info() before outputting
13293         GST_EVENT_NEWSEGMENT.
13294
13295 2006-07-10  Wim Taymans  <wim@fluendo.com>
13296
13297         * gst/rtsp/Makefile.am:
13298         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
13299         (rtsp_connection_close):
13300         * gst/rtsp/rtspdefs.h:
13301         replaced closesocket and close in code with one CLOSE_SOCKET. 
13302         Some more cleanups. Fixes #345301.
13303
13304 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
13305
13306         * gst/autodetect/gstautoaudiosink.c:
13307           Fix example pipeline in docs.
13308
13309 2006-07-10  Wim Taymans  <wim@fluendo.com>
13310
13311         Patch by: Rob Taylor <robtaylor at floopily dot org>
13312
13313         * gst/udp/gstmultiudpsink.c: (join_multicast),
13314         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
13315         If a destination is added before the stream is set to PAUSED, the
13316         multicast group is not joined as the socket is not created yet. 
13317         Also TTL and LOOP should also be set. Fixes #346921.
13318
13319 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13320
13321         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
13322         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
13323         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
13324         (gst_ximage_src_init):
13325         * sys/ximage/gstximagesrc.h:
13326         Fix use-damage property to actually work :)
13327         Add startx, starty, endx, endy properties so screencasts other than full
13328         screen ones can work.
13329
13330 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13331
13332         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
13333         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
13334         (gst_ximage_src_class_init), (gst_ximage_src_init):
13335         * sys/ximage/gstximagesrc.h:
13336         Add use_damage property to offer ability to choose whether to use
13337         XDamage or not.
13338
13339 2006-07-07  Wim Taymans  <wim@fluendo.com>
13340
13341         * gst/goom/filters.c: (zoomFilterSetResolution):
13342         Avoid goom coredumping by clearing memory. 
13343         Fixes 345679.
13344
13345 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
13346
13347         * win32/vs6/libgstid3demux.dsp:
13348         Add a link to libgsttag-0.10.lib.
13349
13350 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
13351
13352         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
13353         (gst_tag_demux_read_range):
13354         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
13355         (gst_id3demux_read_range):
13356           Don't return FLOW_UNEXPECTED when a buffer is before
13357           the start of the stream (which might happen with
13358           large ID3v2 tags if the tag reading was done pullrange
13359           based and we then switched to push mode later on).
13360           Fixes regression introduced by commit from June 29th.
13361
13362 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
13363
13364         * ext/taglib/gstid3v2mux.cc:
13365           Make UTF-8 the default encoding when writing string
13366           tags (before, our UTF-8 strings would automatically
13367           be converted to ISO-8859-1 by taglib and written as
13368           ISO-8859-1 fields if that was possible).
13369
13370         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
13371         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
13372         (test_taglib_id3mux_with_tags):
13373           Add test case that makes sure our UTF-8 strings have
13374           actually been written into the tag as UTF-8.
13375
13376 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
13377
13378         * configure.ac:
13379           Let's try that again.
13380
13381 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
13382
13383         * configure.ac:
13384           Disable monoscope plugin for now until it fulfills
13385           all the requirements.
13386
13387 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
13388
13389         * configure.ac:
13390         * gst/monoscope/Makefile.am:
13391         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
13392         (gst_monoscope_class_init), (gst_monoscope_init),
13393         (gst_monoscope_finalize), (gst_monoscope_reset),
13394         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
13395         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
13396         (gst_monoscope_sink_event), (gst_monoscope_src_event),
13397         (gst_monoscope_change_state), (plugin_init):
13398         * gst/monoscope/gstmonoscope.h:
13399           Port monoscope visualisation to 0.10.
13400
13401 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
13402
13403         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
13404         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
13405           Return FLOW_UNEXPECTED when at the end of the file, not
13406           FLOW_ERROR. Fixes 'internal stream error' errors that
13407           would sometimes occur in totem when scrubbing to the
13408           end of an ID3v1 tagged mp3 file.
13409
13410 2006-07-03  Edward Hervey  <edward@fluendo.com>
13411
13412         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
13413         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
13414         (gst_pngdec_sink_event), (gst_pngdec_change_state):
13415         * ext/libpng/gstpngdec.h:
13416         Implement buffer clipping/dropping using GstSegment.
13417         This provides accurate seeking.
13418
13419 2006-07-03  Edward Hervey  <edward@fluendo.com>
13420
13421         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13422         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
13423         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
13424         (gst_avi_demux_process_next_entry), (push_tag_lists),
13425         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
13426         * gst/avi/gstavidemux.h:
13427         Proper aggregation of each stream's GstFlowReturn in order to figure out
13428         whether the task should stop or not.
13429         Don't send inline events before pushing out a NEW_SEGMENT, more
13430         specifically for GST_TAG_EVENT.
13431         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
13432         sub-indexes.
13433
13434 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
13435
13436         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
13437
13438         * sys/sunaudio/gstsunaudiomixerctrl.c:
13439         (gst_sunaudiomixer_ctrl_build_list):
13440           Move "Monitor" slider to input tab so it works more like
13441           sdtaudiocontrol, which is what people on Solaris are used
13442           to using for their mixer program (#346259).
13443
13444 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13445
13446         * tests/check/elements/level.c: (GST_START_TEST):
13447           fix a leak, clean up at the end
13448
13449 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
13450
13451         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
13452         (gst_matroska_demux_send_event),
13453         (gst_matroska_demux_loop_stream_parse_id):
13454         * gst/matroska/matroska-ids.h:
13455           Send tag event after newsegment event.
13456
13457 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
13458
13459         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
13460         (gst_id3demux_read_range):
13461           Make sure we don't return GST_FLOW_OK with a NULL buffer in
13462           certain cases where a read beyond the end of the file is
13463           requested. Fixes #345930.
13464
13465         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
13466         (gst_tag_demux_read_range):
13467           Fix same issue here as well.
13468
13469 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13470
13471         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
13472         
13473         Fix hypothetical crash.
13474
13475 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
13476
13477         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
13478
13479         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
13480           Do not modify the ports value. If the user has turned off the
13481           built-in speakers, then we should not reset it in the prepare
13482           function, since this causes the built-in speakers to turn
13483           back on anytime the user changes a track in totem, rhythmbox,
13484           etc. (#346066).
13485
13486 2006-06-23  Wim Taymans  <wim@fluendo.com>
13487
13488         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
13489         Fix double caps unref when negotiation fails.
13490
13491 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13492
13493         * ext/annodex/gstcmmldec.c:
13494         * ext/annodex/gstcmmlenc.c:
13495         * ext/annodex/gstcmmlparser.c:
13496         * ext/dv/gstdvdec.c:
13497         * ext/dv/gstdvdemux.c:
13498         * ext/gdk_pixbuf/pixbufscale.c:
13499         * ext/jpeg/gstjpegenc.c:
13500         * ext/jpeg/gstsmokedec.c:
13501         * ext/jpeg/gstsmokeenc.c:
13502         * ext/libpng/gstpngdec.c:
13503         * ext/libpng/gstpngenc.c:
13504         * ext/speex/gstspeexenc.c:
13505         * gst/alpha/gstalphacolor.c:
13506         * gst/cutter/gstcutter.c:
13507         * gst/debug/gstnavigationtest.c:
13508         * gst/icydemux/gsticydemux.c:
13509         * gst/level/gstlevel.c:
13510         * gst/multipart/multipart.c:
13511         * gst/rtp/gstrtpamrpay.c:
13512         * gst/rtp/gstrtpdepay.c:
13513         * gst/rtp/gstrtpilbcpay.c:
13514         * gst/rtp/gstrtpmp4gpay.c:
13515         * gst/rtp/gstrtpmp4vpay.c:
13516         * gst/rtsp/gstrtpdec.c:
13517         * gst/rtsp/gstrtspsrc.c:
13518         * gst/udp/gstdynudpsink.c:
13519         * gst/udp/gstmultiudpsink.c:
13520         * gst/udp/gstudpsrc.c:
13521         * gst/videobox/gstvideobox.c:
13522         * gst/videofilter/gstvideoflip.c:
13523           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
13524           plus two minor macro fixes.
13525
13526 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13527
13528         * gst/matroska/matroska-demux.c:
13529         (gst_matroska_demux_check_subtitle_buffer),
13530         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13531         (gst_matroska_demux_subtitle_caps):
13532         * gst/matroska/matroska-ids.c:
13533         (gst_matroska_track_init_subtitle_context):
13534         * gst/matroska/matroska-ids.h:
13535           Try to fix up broken matroska files containing subtitle
13536           streams with non-UTF8 character encodings (courtesy of
13537           mkvmerge) using either the encoding specified in the
13538           GST_SUBTITLE_ENCODING environment variable or the
13539           current locale's character set if it is non-UTF8.
13540           Fixes #337076.
13541
13542 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13543
13544         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
13545           Set image type from APIC frame as "image-type" field
13546           of GST_TAG_IMAGE buffer caps (#344605).
13547
13548 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
13549
13550         * ext/flac/Makefile.am:
13551         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
13552         (gst_flac_dec_reset_decoders),
13553         (gst_flac_dec_setup_seekable_decoder),
13554         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
13555         (gst_flac_dec_metadata_callback),
13556         (gst_flac_dec_metadata_callback_seekable),
13557         (gst_flac_dec_metadata_callback_stream),
13558         (gst_flac_dec_error_callback),
13559         (gst_flac_dec_error_callback_seekable),
13560         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
13561         (gst_flac_dec_read_stream), (gst_flac_dec_write),
13562         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
13563         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
13564         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
13565         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
13566         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
13567         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
13568         (gst_flac_dec_sink_activate_push),
13569         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
13570         * ext/flac/gstflacdec.h:
13571           Support chain-based operation, should make flac-over-DAAP
13572           work (#340492).
13573
13574 2006-06-20  Wim Taymans  <wim@fluendo.com>
13575
13576         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13577         Doc updates, merge some unused symbols.
13578
13579 2006-06-20  Wim Taymans  <wim@fluendo.com>
13580
13581         * docs/plugins/Makefile.am:
13582         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13583         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13584         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
13585         * gst/rtsp/gstrtspsrc.c:
13586         * gst/rtsp/gstrtspsrc.h:
13587         Added documentation for the rtsp plugin. Fixes #345393.
13588
13589 2006-06-20  Wim Taymans  <wim@fluendo.com>
13590
13591         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
13592         (rtsp_connection_close), (rtsp_connection_free):
13593         Use better G_OS_* macros. Fixes #345301 some more.
13594
13595 2006-06-20  Wim Taymans  <wim@fluendo.com>
13596
13597         Patch by: Brian Cameron <brian dot cameron at sun dot com>
13598
13599         * sys/sunaudio/Makefile.am:
13600         * sys/sunaudio/gstsunaudio.c: (plugin_init):
13601         * sys/sunaudio/gstsunaudiomixerctrl.c:
13602         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
13603         (gst_sunaudiomixer_ctrl_list_tracks),
13604         (gst_sunaudiomixer_ctrl_get_volume),
13605         (gst_sunaudiomixer_ctrl_set_volume),
13606         (gst_sunaudiomixer_ctrl_set_mute),
13607         (gst_sunaudiomixer_ctrl_set_record):
13608         * sys/sunaudio/gstsunaudiomixerctrl.h:
13609         * sys/sunaudio/gstsunaudiomixertrack.c:
13610         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
13611         * sys/sunaudio/gstsunaudiomixertrack.h:
13612         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
13613         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
13614         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
13615         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
13616         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
13617         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
13618         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
13619         (gst_sunaudiosrc_reset):
13620         * sys/sunaudio/gstsunaudiosrc.h:
13621         Add a SunAudio source plugin.
13622         Support stereo and right/left channel gain in the mixer plugin.
13623         Support the RECORD flag so that you can switch between line-input and
13624         microphone in gnome-volume-control.
13625         Code cleanups like using an enumerator for track number instead of an 
13626         integer. Fixes #344923.
13627
13628 2006-06-20  Wim Taymans  <wim@fluendo.com>
13629
13630         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
13631
13632         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
13633         (rtsp_connection_close):
13634         Make RTSP plugin compile on windows. Fixes #345301.
13635         Some changes to original patch to catch errors better.
13636         use ifdef WIN32 instead of ifndef.
13637
13638 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13639
13640         * configure.ac:
13641         If we have libraw1394 >= 1.2.1, then we need libiec61883.
13642
13643 2006-06-18  Edward Hervey  <edward@fluendo.com>
13644
13645         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
13646         After a failed buffer alloc, we need to abort the jpeg decoding (it
13647         started when parsing headers to figure out how many bytes we need
13648         to request downstream).
13649
13650 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
13651
13652         Patch by: Mark Nauwelaerts  <manauw at skynet be>
13653
13654         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
13655           Make sure we don't read beyond the end of the file (#345232).
13656
13657 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
13658
13659         * configure.ac:
13660           Fix --disable-external (can't set conditionals conditionally,
13661           #343602).
13662
13663 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
13664
13665         * autogen.sh:
13666         * configure.ac:
13667         * docs/Makefile.am:
13668           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
13669
13670         * docs/plugins/Makefile.am:
13671         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13672         * docs/plugins/inspect/plugin-taglib.xml:
13673           Add/fix apev2mux docs.
13674
13675 2006-06-14  Wim Taymans  <wim@fluendo.com>
13676
13677         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
13678         (gst_dvdec_finalize), (gst_dvdec_sink_event),
13679         (gst_dvdec_change_state):
13680         Reset segment info on flush.
13681         Alloc segment in _init, free in _finalize.
13682
13683         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
13684         Don't send segments twice.
13685
13686 2006-06-14  Wim Taymans  <wim@fluendo.com>
13687
13688         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
13689         Respect segment.stop. Fixes #342592.
13690
13691 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
13692
13693         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
13694           No language specified means the implied language is English
13695           according to the matroska spec (partially fixes #344708);
13696           add some more debug output.
13697
13698 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
13699
13700         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
13701         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
13702         (gst_wavparse_chain):
13703           When operating chain-based, don't make any assumptions about the
13704           chunking of the incoming data and make streaming work on days other
13705           than the second Thursday after a full moon. Also fix up debug
13706           messages here and there and make use of the most excellent new
13707           gst_pad_query_peer_duration() utility function.
13708           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
13709
13710         * gst/wavparse/gstwavparse.h:
13711           Remove trailing comma after last enum value, some compilers don't
13712           like that.
13713
13714 2006-06-13  Wim Taymans  <wim@fluendo.com>
13715
13716         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
13717         Handle premature EOS gracefully.
13718
13719 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
13720
13721         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
13722           Prevent out of bounds array access when scrubbing towards
13723           the end of the file between the last index entry and the
13724           end. Fixes occasional 'start <= stop' newsegment event
13725           assertions when scrubbing in MJPEG files.
13726
13727 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
13728
13729         * tests/check/elements/.cvsignore:
13730           And another one.
13731
13732 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
13733
13734         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13735         (scan_encoded_string), (parse_picture_frame):
13736           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
13737
13738         * configure.ac:
13739           Require core >= 0.10.8 (for GST_TAG_IMAGE and
13740           GST_TAG_PPEVIEW_IMAGE used in the patch above).
13741
13742 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13743
13744         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
13745           gratuitous comment changes
13746         * tests/check/elements/level.c: (GST_START_TEST):
13747           fix level test leaks
13748
13749 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
13750
13751         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
13752         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
13753           Use gst_pad_query_peer_duration() utility function here.
13754
13755 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13756
13757         * autogen.sh:
13758           require am17
13759         * configure.ac:
13760         * ext/annodex/Makefile.am:
13761         * ext/cdio/Makefile.am:
13762         * ext/dv/Makefile.am:
13763         * ext/esd/Makefile.am:
13764         * ext/flac/Makefile.am:
13765         * ext/gdk_pixbuf/Makefile.am:
13766         * ext/ladspa/Makefile.am:
13767         * ext/libcaca/Makefile.am:
13768         * ext/speex/Makefile.am:
13769         * ext/taglib/Makefile.am:
13770         * sys/oss/Makefile.am:
13771         * sys/sunaudio/Makefile.am:
13772         * sys/ximage/Makefile.am:
13773           clean up build further
13774
13775 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
13776
13777         * gconf/Makefile.am:
13778           Honour --disable-schemas-install configure option. Fixes #344100.
13779
13780 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
13781
13782         * tests/examples/level/Makefile.am:
13783           Add -lm to LIBS for pow() function, don't assume one of our
13784           dependencies (such as libxml-2.0) drags it in automatically
13785           (#343603).
13786
13787 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
13788
13789         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
13790
13791         * configure.ac:
13792           We should use $SED and not $(SED) in configure.ac (#343678).
13793
13794 2006-06-09  Wim Taymans  <wim@fluendo.com>
13795
13796         Patch by: Brian Cameron <brian dot cameron at sun dot com>
13797
13798         * sys/sunaudio/gstsunaudiomixerctrl.c:
13799         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
13800         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
13801         (gst_sunaudiomixer_ctrl_set_mute):
13802         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
13803         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
13804         (gst_sunaudiosink_write):
13805         Attached find a patch that fixes a number of bugs with the SunAudio
13806         mixer plugin and fixes #344101:
13807         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
13808            tracks onto the tracklist causing gnome-volume-control's preferences
13809            dialog to be messed up and would core dump if you checked/unchecked
13810            any item.
13811         2. We weren't previously setting the MUTE flag properly.  Fixing this
13812            makes gnome-volume-control work better.
13813         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
13814            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
13815            gnome-volume-control look better.
13816         Also some minor cleanup in gstsunaudiosink.c.
13817
13818 2006-06-09  Wim Taymans  <wim@fluendo.com>
13819
13820         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
13821         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
13822         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
13823         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
13824         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
13825         * ext/jpeg/gstjpegdec.h:
13826         API: Added IDCT method property
13827         Small cleanups.
13828         Avoid dynamic allocation of trivial fixed structure.
13829         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
13830
13831 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13832
13833         * configure.ac:
13834         We now require libraw1394 >= 1.1.0 and that version onwards all
13835         have .pc files.
13836
13837 2006-06-02  Edward Hervey  <edward@fluendo.com>
13838
13839         * gst/law/alaw-decode.c: (alawdec_getcaps): 
13840         Trying to get items from an ANY or EMPTY caps is ... stupid.
13841
13842 2006-06-02  Edward Hervey  <edward@fluendo.com>
13843
13844         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
13845         (gst_dvdec_chain), (gst_dvdec_change_state):
13846         * ext/dv/gstdvdec.h:
13847         Added GstSegment handling, now implements dropping/clipping.
13848
13849 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
13850
13851         * ext/aalib/gstaasink.h:
13852         * ext/annodex/gstcmmldec.h:
13853         * ext/cairo/gsttimeoverlay.h:
13854         * ext/dv/gstdvdec.h:
13855         * ext/dv/gstdvdemux.h:
13856         * ext/esd/esdmon.h:
13857         * ext/esd/esdsink.h:
13858         * ext/flac/gstflacenc.h:
13859         * ext/gconf/gstgconfaudiosink.h:
13860         * ext/gconf/gstgconfaudiosrc.h:
13861         * ext/gconf/gstgconfvideosink.h:
13862         * ext/gconf/gstgconfvideosrc.h:
13863         * ext/gdk_pixbuf/gstgdkanimation.h:
13864         * ext/gdk_pixbuf/pixbufscale.h:
13865         * ext/hal/gsthalaudiosink.h:
13866         * ext/hal/gsthalaudiosrc.h:
13867         * ext/jpeg/gstjpegenc.h:
13868         * ext/jpeg/gstsmokedec.h:
13869         * ext/jpeg/gstsmokeenc.h:
13870         * ext/libcaca/gstcacasink.h:
13871         * ext/libmng/gstmngdec.h:
13872         * ext/libmng/gstmngenc.h:
13873         * ext/libpng/gstpngdec.h:
13874         * ext/libpng/gstpngenc.h:
13875         * ext/raw1394/gstdv1394src.h:
13876         * ext/speex/gstspeexenc.h:
13877         * gst/autodetect/gstautoaudiosink.h:
13878         * gst/autodetect/gstautovideosink.h:
13879         * gst/avi/gstavidemux.h:
13880         * gst/cutter/gstcutter.h:
13881         * gst/debug/efence.h:
13882         * gst/debug/gstnavigationtest.h:
13883         * gst/debug/gstnavseek.h:
13884         * gst/flx/gstflxdec.h:
13885         * gst/goom/gstgoom.h:
13886         * gst/icydemux/gsticydemux.h:
13887         * gst/id3demux/gstid3demux.h:
13888         * gst/law/alaw-decode.h:
13889         * gst/law/alaw-encode.h:
13890         * gst/law/mulaw-decode.h:
13891         * gst/law/mulaw-encode.h:
13892         * gst/matroska/matroska-mux.h:
13893         * gst/median/gstmedian.h:
13894         * gst/oldcore/gstaggregator.h:
13895         * gst/oldcore/gstfdsink.h:
13896         * gst/oldcore/gstmd5sink.h:
13897         * gst/oldcore/gstmultifilesrc.h:
13898         * gst/oldcore/gstpipefilter.h:
13899         * gst/oldcore/gstshaper.h:
13900         * gst/oldcore/gststatistics.h:
13901         * gst/rtp/gstasteriskh263.h:
13902         * gst/rtp/gstrtpL16depay.h:
13903         * gst/rtp/gstrtpL16pay.h:
13904         * gst/rtp/gstrtpamrdepay.h:
13905         * gst/rtp/gstrtpamrpay.h:
13906         * gst/rtp/gstrtpdepay.h:
13907         * gst/rtp/gstrtpgsmdepay.h:
13908         * gst/rtp/gstrtpgsmpay.h:
13909         * gst/rtp/gstrtph263pay.h:
13910         * gst/rtp/gstrtph263pdepay.h:
13911         * gst/rtp/gstrtph263ppay.h:
13912         * gst/rtp/gstrtpmp4gpay.h:
13913         * gst/rtp/gstrtpmp4vdepay.h:
13914         * gst/rtp/gstrtpmp4vpay.h:
13915         * gst/rtp/gstrtpmpadepay.h:
13916         * gst/rtp/gstrtpmpapay.h:
13917         * gst/rtp/gstrtppcmadepay.h:
13918         * gst/rtp/gstrtppcmapay.h:
13919         * gst/rtp/gstrtppcmudepay.h:
13920         * gst/rtp/gstrtppcmupay.h:
13921         * gst/rtp/gstrtpspeexdepay.h:
13922         * gst/rtp/gstrtpspeexpay.h:
13923         * gst/rtsp/gstrtpdec.h:
13924         * gst/rtsp/gstrtspsrc.h:
13925         * gst/smpte/gstsmpte.h:
13926         * gst/udp/gstdynudpsink.h:
13927         * gst/udp/gstmultiudpsink.h:
13928         * gst/udp/gstudpsink.h:
13929         * gst/udp/gstudpsrc.h:
13930         * gst/videofilter/gstvideobalance.h:
13931         * gst/videofilter/gstvideoflip.h:
13932         * sys/oss/gstossdmabuffer.h:
13933         * sys/oss/gstossmixerelement.h:
13934         * sys/oss/gstosssink.h:
13935         * sys/oss/gstosssrc.h:
13936         * sys/osxvideo/osxvideosink.h:
13937         * sys/sunaudio/gstsunaudiomixer.h:
13938         * sys/sunaudio/gstsunaudiosink.h:
13939         * sys/ximage/gstximagesrc.h:
13940         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
13941
13942 2006-05-31  Wim Taymans  <wim@fluendo.com>
13943
13944         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
13945         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
13946         (gst_goom_src_setcaps), (gst_goom_src_event),
13947         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
13948         (gst_goom_change_state):
13949         * gst/goom/gstgoom.h:
13950         Handle QoS.
13951         Handle flushing, discont and events.
13952         Fix timestamps and various other cleanups.
13953
13954 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13955
13956         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
13957         Fix bus reset when using libiec61883
13958
13959 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13960
13961         * configure.ac:
13962         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
13963         * ext/raw1394/Makefile.am:
13964         Add CFLAGS.
13965         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
13966         New method, to receive using libiec61883.
13967         (gst_dv1394src_iso_receive),
13968         #ifdef'd out if libiec61883 is present.
13969         (gst_dv1394src_bus_reset),
13970         Get userdata correctly if using libiec61883. 
13971         (gst_dv1394src_create),
13972         When using libiec61883, only poll one fd and no need to read.
13973         (gst_dv1394src_discover_avc_node),
13974         Replace g_warnings.
13975         (gst_dv1394src_start),
13976         Create new handle when we know which dv port.  More reliable
13977         than setting port on an existing handle.  Initialise libiec61883.
13978         (gst_dv1394src_stop):
13979         If using libiec61883, then cleanup its handle properly.
13980         * ext/raw1394/gstdv1394src.h:
13981         Add libiec61883 handle.
13982
13983 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
13984
13985         * gst/avi/gstavidemux.c:
13986           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
13987         * win32/MANIFEST:
13988           sort file listing
13989         * win32/vs6/libgstavi.dsp:
13990           add gstavimux.c to the project
13991         * win32/vs6/libgstid3demux.dsp:
13992           add link to zlib library
13993         * win32/vs6/libgstmatroska.dsp:
13994           add matroska-ids.c to the project
13995
13996 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
13997
13998         Patch by: Sebastian Dröge  <mail at slomosnail de >
13999
14000         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14001         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14002         * ext/taglib/Makefile.am:
14003         * ext/taglib/gstapev2mux.cc:
14004         * ext/taglib/gstapev2mux.h:
14005         * ext/taglib/gstid3v2mux.cc:
14006         * ext/taglib/gsttaglibmux.c: (plugin_init):
14007         * ext/taglib/gsttaglibmux.h:
14008           Add apev2mux element (#343122).
14009         
14010         * tests/check/Makefile.am:
14011         * tests/check/elements/apev2mux.c:
14012         (test_taglib_apev2mux_create_tags),
14013         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
14014         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
14015         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
14016         (apev2mux_suite), (main):
14017           Add unit test for apev2mux element.
14018
14019 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
14020
14021         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
14022         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
14023         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
14024           GST_PTR_FORMAT should be used to print caps in debug statements.
14025
14026 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
14027
14028         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
14029
14030         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
14031         (ape_demux_parse_tags):
14032           Some clean-ups and additions: map APE 'file' tag to
14033           GST_TAG_LOCATION (#343123); add support for extracting
14034           the track count and clean up parsing a bit (#343127).
14035
14036 2006-05-28  Edward Hervey  <edward@fluendo.com>
14037
14038         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
14039         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
14040
14041 2006-05-28  Edward Hervey  <edward@fluendo.com>
14042
14043         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
14044         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
14045         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
14046         * ext/jpeg/gstjpegdec.h:
14047         Clip outgoing buffers according to currently configured segment.
14048
14049 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
14050
14051         * ext/taglib/gstid3v2mux.cc:
14052           Handle  writing of track-count or album-volume-count without
14053           track-number or albume-volume-number (in this case the number
14054           will just be set to 0).
14055
14056         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
14057           It would be nice if we actually checked the values received for
14058           track/album-volume number/count in  _check_tags(), rather than
14059           setting them again ...
14060
14061 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
14062
14063         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
14064           A track/volume number or count of 0 does not make sense,
14065           just ignore it along with negative numbers (a tag might
14066           only contain a track count without a track number).
14067
14068 2006-05-27  Edward Hervey  <edward@fluendo.com>
14069
14070         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
14071         (gst_jpeg_dec_sink_event):
14072         Abort decompression when receiving FLUSH_STOP. This should avoid
14073         issues when interrupting decoding with flushes.
14074
14075 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
14076
14077         * ext/flac/gstflac.c:
14078           Don't #include file we don't dist any longer.
14079
14080 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
14081
14082         * README:
14083           Replace current README (containing the release notes from
14084           some 0.9.x version) with a proper README taken from the core.
14085
14086 2006-05-24  Wim Taymans  <wim@fluendo.com>
14087
14088         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
14089         Implement EOS correctly by either posting
14090         SEGMENT_DONE or pushing an EOS message depending
14091         on the seek type. Fixes #342592
14092
14093 2006-05-24  Wim Taymans  <wim@fluendo.com>
14094
14095         * gst/law/alaw-decode.c: (gst_alawdec_chain):
14096         * gst/law/alaw-decode.h:
14097         * gst/law/alaw-encode.c: (gst_alawenc_chain):
14098         * gst/law/alaw-encode.h:
14099         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
14100         * gst/law/mulaw-decode.h:
14101         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
14102         * gst/law/mulaw-encode.h:
14103         Some cleanups in the chain functions.
14104         Remove some GStreamer 0.0.2 bits.
14105
14106 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
14107
14108         Patch by: Mark Nauwelaerts  <manauw at skynet be>
14109
14110         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
14111           gst_collect_pads_stop() needs to be called before chaining up
14112           to the parent class (#342734).
14113
14114 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
14115
14116         * ext/flac/Makefile.am:
14117         * ext/flac/flac_compat.h:
14118         * ext/flac/gstflac.c:
14119         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
14120         * ext/flac/gstflacenc.c:
14121           Remove backwards compatibility cruft for dealing with FLAC API
14122           changes in the 1.0.x series - we require 1.1.1 or newer these days.
14123
14124 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
14125
14126         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
14127         (gst_matroska_demux_push_xiph_codec_priv_data),
14128         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14129         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
14130         * gst/matroska/matroska-ids.h:
14131         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
14132         (gst_matroska_mux_video_pad_setcaps),
14133         (xiph3_streamheader_to_codecdata),
14134         (vorbis_streamheader_to_codecdata),
14135         (theora_streamheader_to_codecdata),
14136         (gst_matroska_mux_audio_pad_setcaps),
14137         (gst_matroska_mux_write_data):
14138           Add support for muxing/demuxing theora video (#342448; too bad
14139           none of the usual linux players can actually play this). Playback
14140           in GStreamer will require additional changes to theoradec in -base.
14141           Refactor streamheaders <=> CodecPrivateData code a bit; some small
14142           cleanups.
14143
14144 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
14145
14146         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
14147         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
14148           Fix crashes when the horizontal subsampling is 1.
14149           Fixes #342097.
14150
14151 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
14152
14153         Patch by: Mark Nauwelaerts  <manauw at skynet be>
14154
14155         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
14156         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
14157         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
14158         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
14159         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
14160         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
14161         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
14162         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
14163         (gst_avi_mux_change_state):
14164         * gst/avi/gstavimux.h:
14165           Some enhancements for avimux (#342526):
14166            - add odml (large file) index support
14167            - store codec init data (e.g. huffyuv)
14168            - miscellaneous other fixes/cleanups
14169
14170 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
14171
14172         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
14173         Don't output any tag when we encounter a negative track number - the
14174         tag type is uint, so we end up outputting huge positive numbers
14175         instead. (Fixes: #342029)
14176
14177 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14178
14179         * configure.ac:
14180           update for new GSTPB_PLUGINS_DIR
14181
14182 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
14183
14184         * rtp/gst/gstrtph263pay.c:
14185         Properly set static caps for H263 at 34.
14186
14187 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14188
14189         Patch by: James "Doc" Livingston  <doclivingston gmail com>
14190
14191         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
14192           Merge event tags and tag setter tags correctly (#339918). Also,
14193           don't leak taglist in case of an error.
14194           
14195 2006-05-17  Edward Hervey  <edward@fluendo.com>
14196
14197         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
14198         We can only do caps intersection if the othercaps are non-empty and not
14199         ANY. Else we return the pad template (base_caps).
14200
14201 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
14202
14203         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
14204           Fix crash when outputting debugging information for certain
14205           pictures (always good to use the right struct member for
14206           the number of records in an array).
14207
14208 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
14209
14210         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
14211
14212         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
14213         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
14214         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
14215         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
14216         (gst_ebml_read_float), (gst_ebml_read_ascii),
14217         (gst_ebml_read_binary):
14218           Don't create unnecessary sub-buffers all the time. Dramatically
14219           improves performance with multiple concurrently running
14220           matroskademux instances (#341818) (and avoids doing
14221           unnecessarily inefficient things in the general case).
14222
14223 2006-05-16  Edward Hervey  <edward@fluendo.com>
14224
14225         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
14226         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
14227         return value of gst_pad_push_event().
14228
14229 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
14230
14231         * gst/autodetect/gstautoaudiosink.c:
14232         (gst_auto_audio_sink_find_best):
14233         * gst/autodetect/gstautovideosink.c:
14234         (gst_auto_video_sink_find_best):
14235         Make the name of the child element be based on the name of the
14236         parent, so that debug output is more useful.
14237         
14238         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
14239         (parse_insert_string_field), (parse_split_strings):
14240         Rework string parsing to always walk over BOM markers in UTF16
14241         strings, using the endianness indicated by the innermost one,
14242         then trying the opposite endianness if that fails to convert
14243         to valid UTF-8. Fixes #341774
14244
14245 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14246
14247         Patch from: Matthieu <matthieu at fluendo dot com>
14248
14249         * ext/libpng/Makefile.am:
14250         Add LIBPNG_CFLAGS.
14251
14252 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14253
14254         * ext/taglib/gstid3v2mux.cc:
14255           Add support for writing images (APIC frames) into ID3v2
14256           tags (picture type always set to 'other' for now though).
14257
14258 2006-05-14  Michael Smith  <msmith@fluendo.com>
14259
14260         * gst/wavparse/gstwavparse.c:
14261           Update docs; wavparse implements push and pull modes.
14262
14263 2006-05-12  Wim Taymans  <wim@fluendo.com>
14264
14265         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
14266         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
14267         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
14268         Ooops, bitten by the copy-and-paste design paradigm, fixes
14269         seek again.
14270
14271 2006-05-12  Wim Taymans  <wim@fluendo.com>
14272
14273         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14274         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
14275         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
14276         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
14277         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
14278         (gst_avi_demux_massage_index),
14279         (gst_avi_demux_calculate_durations_from_index),
14280         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
14281         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
14282         (gst_avi_demux_loop):
14283         * gst/avi/gstavidemux.h:
14284         Some cleanups, prepare to use GstSegment.
14285         Fix error in entry walking code.
14286         Fix VBR detection.
14287         Smarter timestamp calculation code.
14288         Uniform error/eos handling.
14289
14290 2006-05-12  Michael Smith  <msmith@fluendo.com>
14291
14292         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
14293         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
14294           Fix use of uninitialised values if we're NOT seeking in ready.
14295           Fix typos.
14296
14297 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
14298
14299         * gst/wavparse/Makefile.am:
14300           Add CFLAGS and LIBS for libgstbase, fixes build on
14301           Cygwin (#341489).
14302
14303 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
14304
14305         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
14306           Some more debug info. No need to check whether the string
14307           returned by g_convert() is really UTF-8 - either it is or
14308           we get NULL returned.
14309
14310 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
14311
14312         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
14313           Fix parsing of numeric genre strings some more, by ensuring that
14314           we only try and parse strings that a) Start with '(' and b) Consist
14315           only of digits.
14316           Also, when finding an escaping '((' sequence, bust it back to '(' by
14317           swallowing the first parenthesis
14318
14319 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
14320
14321         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
14322         (gst_esdsink_open), (gst_esdsink_close):
14323         * ext/esd/esdsink.h:
14324           Move the esd_get_server_info() into gst_esdsink_open() and fail
14325           with a decent error message on errors.
14326
14327 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
14328
14329         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
14330         (gst_esdmon_channels_get_type):
14331         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
14332         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
14333         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
14334         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
14335         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
14336         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
14337         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
14338         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
14339         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
14340         * gst/videomixer/videomixer.c:
14341         (gst_video_mixer_background_get_type):
14342           Const-ify GEnumValue arrays.
14343
14344 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
14345
14346         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
14347
14348         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
14349         (gst_avi_mux_do_video_buffer):
14350           Work around gst_buffer_make_metadata_writable() bug that
14351           results in avimux marking all frames in the index as
14352           keyframes (#340859).
14353           
14354 2006-05-08  Wim Taymans  <wim@fluendo.com>
14355
14356         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
14357         Make parsing of urls suck slightly less.
14358
14359 2006-05-08  Edward Hervey  <edward@fluendo.com>
14360
14361         * autogen.sh: (CONFIGURE_DEF_OPT): 
14362         libtoolize on Darwin/MacOSX is called glibtoolize.
14363
14364 2006-05-08  Wim Taymans  <wim@fluendo.com>
14365
14366         Patch by: Jens Granseuer <jensgr at gmx dot net>
14367
14368         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
14369         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
14370         C89 compliance fixes. Fixes #340980
14371
14372 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
14373
14374         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
14375         * ext/flac/gstflacdec.h:
14376           Handle segment seeks that include the end of the file as stop point
14377           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
14378           message instead of an EOS event in case we're in segment seek
14379           mode (fixes #340699).
14380           
14381 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
14382
14383         * ext/cairo/gsttextoverlay.c:
14384         * ext/flac/gstflacdec.c:
14385         * ext/gdk_pixbuf/pixbufscale.c:
14386         * gst/apetag/gstapedemux.c:
14387         * gst/debug/breakmydata.c:
14388         * gst/debug/testplugin.c:
14389         * gst/matroska/ebml-write.c:
14390         * gst/multipart/multipartdemux.c:
14391         * sys/osxaudio/gstosxaudiosink.c:
14392         * sys/osxaudio/gstosxaudiosrc.c:
14393         Add semicolons after GST_BOILERPLATE[_FULL] so that
14394         indent doesn't mess up following lines.
14395
14396 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
14397
14398         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
14399
14400         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
14401           Don't leak caps when freeing the stream context (#340623).
14402
14403 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
14404
14405         * configure.ac:
14406           Back to CVS
14407
14408 === release 0.10.3 ===
14409
14410 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
14411
14412         * configure.ac:
14413           releasing 0.10.3, "Desplazado"
14414
14415 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
14416
14417         * gst/matroska/matroska-mux.c:
14418         (gst_matroska_mux_stream_is_vorbis_header),
14419         (gst_matroska_mux_write_data):
14420           Don't strcmp() NULL strings.
14421           Only start new clusters on video keyframes, not on any
14422           random audio buffer that doesn't have the DELTA_UNIT
14423           flag set (fixes 'make check' again).
14424
14425 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
14426
14427         Patch by: Mark Nauwelaerts  <manauw at skynet be>
14428
14429         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
14430         (gst_matroska_mux_stream_is_vorbis_header),
14431         (gst_matroska_mux_write_data):
14432           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
14433           value and then dead-lock when muxing vorbis audio streams
14434           (the three vorbis header buffers carry no timestamp, and it
14435           would try to mux these after all video buffers). Fixes #340346.
14436
14437           Improve clustering: start a new cluster also whenever we get
14438           a keyframe.     
14439
14440 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14441
14442         * win32/common/config.h:
14443         * win32/MANIFEST
14444           add the generated file as well
14445
14446 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14447
14448         * Makefile.am:
14449         * configure.ac:
14450         * win32/common/config.h.in:
14451           add win32 stuff
14452
14453 2006-05-03  Michael Smith  <msmith@fluendo.com>
14454
14455         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
14456           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
14457           SUCKS.
14458
14459 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
14460
14461         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
14462         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
14463         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
14464           don't leak caps-string
14465
14466 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
14467
14468         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
14469         (gst_id3demux_sink_activate):
14470           Let core insert default error message for TYPE_NOT_FOUND
14471           errors, it's just as good as our own and has the added
14472           bonus of being translated.
14473
14474 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
14475
14476         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
14477         (gst_tag_demux_sink_event):
14478         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
14479         (gst_id3demux_sink_event):
14480           Post an error message when we get an EOS event and were not
14481           able to find out the type of stream.
14482
14483         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
14484         (test_taglib_id3mux_with_tags):
14485           Decrease num-buffers to 16 per iteration again, otherwise the
14486           many memcpy()s and reallocations in the test will hammer slow
14487           CPUs completely and make the test timeout.
14488
14489 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14490
14491         * configure.ac:
14492           figure out where plugins-base plugins are
14493         * tests/check/Makefile.am:
14494           use plugins-base plugins, so we have typefind functions
14495         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
14496           increase num-buffers, this makes sure the test errors out instead
14497           of timing out when no typefind functions are present
14498
14499 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14500
14501         * docs/plugins/Makefile.am:
14502           also check .cc files for gtk-doc markup
14503         * configure.ac:
14504         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14505         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14506         * tests/check/Makefile.am:
14507         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
14508         * ext/Makefile.am:
14509         * ext/taglib/Makefile.am:
14510         * ext/taglib/gstid3v2mux.h:
14511         * ext/taglib/gsttaglibmux.c:
14512         * ext/taglib/gsttaglibmux.h:
14513           move taglib-based id3v2muxer to -good.  Fixes #336110.
14514
14515 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
14516
14517         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
14518           ... and fix multichannel/WAVFORMATEX support again.
14519
14520 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
14521
14522         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
14523         (gst_wavparse_class_init), (gst_wavparse_dispose),
14524         (gst_wavparse_reset), (gst_wavparse_init),
14525         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
14526         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
14527         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
14528         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
14529         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
14530         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
14531         (gst_wavparse_stream_data), (gst_wavparse_loop),
14532         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
14533         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
14534         (gst_wavparse_change_state), (plugin_init):
14535         * gst/wavparse/gstwavparse.h:
14536           Add push (streaming) mode to wavparse (fixes #337625)
14537
14538 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
14539
14540         * configure.ac:
14541         * tests/Makefile.am:
14542           add ximagesrc icles test
14543
14544 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
14545
14546         * configure.ac:
14547         * docs/plugins/Makefile.am:
14548         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14549         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14550         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
14551         (gst_cmml_enc_push_clip):
14552         * sys/Makefile.am:
14553         * sys/ximage/Makefile.am:
14554         * sys/ximage/gstximagesrc.c:
14555           Move ximagesrc plug-in to good after review.  Fixes #336756.
14556
14557 2006-04-28  Michael Smith  <msmith@fluendo.com>
14558
14559         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
14560         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
14561         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
14562         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
14563         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
14564         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
14565         * gst/icydemux/gsticydemux.h:
14566           Fix event handling: cache events when typefinding and forward later.
14567
14568 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14569
14570         * sys/osxaudio/gstosxaudiosink.c:
14571         (plugin_init):
14572          Register osxaudiosrc to the plugin.
14573         * sys/osxaudio/gstosxaudiosrc.c:
14574         (gst_osx_audio_src_osxelement_do_init),
14575         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
14576         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
14577         (gst_osx_audio_src_get_property),
14578         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
14579         (gst_osx_audio_src_osxelement_init):
14580         * sys/osxaudio/gstosxaudiosrc.h:
14581           Port of osxaudiosrc to 0.10.
14582         * sys/osxaudio/Makefile.am:
14583           Add osxaudiosrc
14584
14585 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14586
14587         * sys/osxaudio/gstosxringbuffer.c:
14588         * sys/osxaudio/gstosxringbuffer.h:
14589           Forgot to commit earlier, part of the OSX audio plugin port
14590
14591 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
14592
14593         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
14594         (parse_split_strings):
14595           Recognise and skip any byte order marker (BOM) in
14596           UTF-16 strings.
14597
14598 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
14599
14600         * docs/plugins/Makefile.am:
14601         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14602         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14603         * docs/plugins/gst-plugins-good-plugins.hierarchy:
14604         * docs/plugins/inspect/plugin-avi.xml:
14605         * gst/avi/gstavidemux.c:
14606         * gst/avi/gstavimux.c:
14607           Add docs for both avidemux and avimux.
14608
14609 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
14610
14611         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
14612
14613         * gst/avi/Makefile.am:
14614         * gst/avi/gstavi.c: (plugin_init):
14615         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
14616         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
14617         (gst_avi_mux_class_init), (gst_avi_mux_init),
14618         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
14619         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
14620         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
14621         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
14622         (gst_avi_mux_riff_get_avix_header),
14623         (gst_avi_mux_riff_get_video_header),
14624         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
14625         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
14626         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
14627         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
14628         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
14629         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
14630         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
14631         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
14632         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
14633         (gst_avi_mux_change_state):
14634         * gst/avi/gstavimux.h:
14635           Port AVI muxer to GStreamer-0.10 (#332031).
14636
14637         * tests/check/Makefile.am:
14638         * tests/check/elements/avimux.c:
14639         * tests/check/elements/.cvsignore:
14640           Add unit test for AVI muxer.
14641
14642 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
14643
14644         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
14645         (gst_wavparse_class_init), (gst_wavparse_reset),
14646         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
14647         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
14648         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
14649         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
14650         (gst_wavparse_stream_data), (gst_wavparse_loop),
14651         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
14652         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
14653         (plugin_init):
14654         * gst/wavparse/gstwavparse.h:
14655           reverted patch #337625 for the price of 1 hour sleep
14656
14657 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
14658
14659         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
14660         (gst_wavparse_class_init), (gst_wavparse_reset),
14661         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
14662         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
14663         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
14664         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
14665         (gst_wavparse_stream_data), (gst_wavparse_loop),
14666         (gst_wavparse_chain), (plugin_init):
14667         * gst/wavparse/gstwavparse.h:
14668           correct partial implementation of push mode
14669           (from my last commit)
14670
14671 2006-04-26  Wim Taymans  <wim@fluendo.com>
14672
14673         * ext/esd/esdsink.c:
14674         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
14675         it is not in esd.h
14676
14677 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
14678
14679         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
14680         (gst_au_parse_class_init), (gst_au_parse_init),
14681         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
14682         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
14683         (gst_au_parse_chain), (gst_au_parse_src_convert),
14684         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
14685         (gst_au_parse_sink_event), (gst_au_parse_src_event),
14686         (gst_au_parse_change_state):
14687         * gst/auparse/gstauparse.h:
14688           Rewrite auparse to suck a little bit less: make source pad
14689           dynamic, so decodebin/playbin work with non-raw formats
14690           like alaw/mulaw; add query function for duration/position
14691           queries; check whether we have enough data before attempting
14692           to parse the header (instead of crashing when that is not the
14693           case); work around audioconvert sucking by swapping endianness
14694           to the native endianness ourselves for float formats; send
14695           initial newsegment event. Fixes #161712.
14696
14697 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14698
14699         * sys/osxaudio/Makefile.am:
14700         * sys/osxaudio/gstosxaudioelement.c:
14701         (gst_osx_audio_element_get_type),
14702         (gst_osx_audio_element_class_init):
14703         * sys/osxaudio/gstosxaudioelement.h:
14704         * sys/osxaudio/gstosxaudiosink.c:
14705         (gst_osx_audio_sink_osxelement_do_init),
14706         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
14707         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
14708         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
14709         (gst_osx_audio_sink_create_ringbuffer),
14710         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
14711         (plugin_init):
14712         * sys/osxaudio/gstosxaudiosink.h:
14713         Port of osxaudiosink to 0.10
14714
14715 2006-04-26  Wim Taymans  <wim@fluendo.com>
14716
14717         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
14718         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
14719         the size of the ringbuffer. This should fix hangs with older 
14720         esd sound servers.
14721
14722 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
14723
14724         * ext/aalib/gstaasink.c:
14725         * ext/annodex/gstcmmldec.c:
14726         * ext/annodex/gstcmmlenc.c:
14727         * ext/cairo/gsttextoverlay.c:
14728         * ext/cairo/gsttimeoverlay.c:
14729         * ext/cdio/gstcdiocddasrc.c:
14730         * ext/dv/gstdvdec.c:
14731         * ext/dv/gstdvdemux.c:
14732         * ext/esd/esdmon.c:
14733         * ext/esd/esdsink.c:
14734         * ext/flac/gstflacenc.c:
14735         * ext/flac/gstflactag.c:
14736         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
14737         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
14738         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
14739         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
14740         * ext/gdk_pixbuf/pixbufscale.c:
14741         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
14742         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
14743         * ext/jpeg/gstjpegdec.c:
14744         * ext/jpeg/gstjpegenc.c:
14745         * ext/jpeg/gstsmokedec.c:
14746         * ext/jpeg/gstsmokeenc.c:
14747         * ext/libcaca/gstcacasink.c:
14748         * ext/libmng/gstmngdec.c:
14749         * ext/libmng/gstmngenc.c:
14750         * ext/libpng/gstpngdec.c:
14751         * ext/libpng/gstpngenc.c:
14752         * ext/mikmod/gstmikmod.c:
14753         * ext/raw1394/gstdv1394src.c:
14754         * ext/shout2/gstshout2.c: (gst_shout2send_init):
14755         * ext/shout2/gstshout2.h:
14756         * ext/speex/gstspeexdec.c:
14757         * ext/speex/gstspeexenc.c:
14758         * gst/alpha/gstalpha.c:
14759         * gst/alpha/gstalphacolor.c:
14760         * gst/apetag/gstapedemux.c:
14761         * gst/auparse/gstauparse.c:
14762         * gst/autodetect/gstautoaudiosink.c:
14763         (gst_auto_audio_sink_base_init):
14764         * gst/autodetect/gstautovideosink.c:
14765         (gst_auto_video_sink_base_init):
14766         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
14767         * gst/avi/gstavimux.c: (gst_avimux_base_init):
14768         * gst/cutter/gstcutter.c:
14769         * gst/debug/breakmydata.c:
14770         * gst/debug/efence.c:
14771         * gst/debug/gstnavigationtest.c:
14772         * gst/debug/gstnavseek.c:
14773         * gst/debug/negotiation.c:
14774         * gst/debug/progressreport.c:
14775         * gst/debug/testplugin.c:
14776         * gst/effectv/gstaging.c:
14777         * gst/effectv/gstdice.c:
14778         * gst/effectv/gstedge.c:
14779         * gst/effectv/gstquark.c:
14780         * gst/effectv/gstrev.c:
14781         * gst/effectv/gstshagadelic.c:
14782         * gst/effectv/gstvertigo.c:
14783         * gst/effectv/gstwarp.c:
14784         * gst/flx/gstflxdec.c:
14785         * gst/goom/gstgoom.c:
14786         * gst/icydemux/gsticydemux.c:
14787         * gst/id3demux/gstid3demux.c:
14788         * gst/interleave/deinterleave.c:
14789         * gst/interleave/interleave.c:
14790         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
14791         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
14792         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
14793         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
14794         * gst/level/gstlevel.c:
14795         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
14796         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
14797         * gst/median/gstmedian.c:
14798         * gst/monoscope/gstmonoscope.c:
14799         * gst/multipart/multipartdemux.c:
14800         * gst/multipart/multipartmux.c:
14801         * gst/oldcore/gstaggregator.c:
14802         * gst/oldcore/gstfdsink.c:
14803         * gst/oldcore/gstmd5sink.c:
14804         * gst/oldcore/gstmultifilesrc.c:
14805         * gst/oldcore/gstpipefilter.c:
14806         * gst/oldcore/gstshaper.c:
14807         * gst/oldcore/gststatistics.c:
14808         * gst/rtp/gstasteriskh263.c:
14809         * gst/rtp/gstrtpL16depay.c:
14810         * gst/rtp/gstrtpL16pay.c:
14811         * gst/rtp/gstrtpamrdepay.c:
14812         * gst/rtp/gstrtpamrpay.c:
14813         * gst/rtp/gstrtpdepay.c:
14814         * gst/rtp/gstrtpgsmpay.c:
14815         * gst/rtp/gstrtph263pay.c:
14816         * gst/rtp/gstrtph263pdepay.c:
14817         * gst/rtp/gstrtph263ppay.c:
14818         * gst/rtp/gstrtpilbcdepay.c:
14819         * gst/rtp/gstrtpmp4gpay.c:
14820         * gst/rtp/gstrtpmp4vdepay.c:
14821         * gst/rtp/gstrtpmp4vpay.c:
14822         * gst/rtp/gstrtpmpadepay.c:
14823         * gst/rtp/gstrtpmpapay.c:
14824         * gst/rtp/gstrtppcmadepay.c:
14825         * gst/rtp/gstrtppcmapay.c:
14826         * gst/rtp/gstrtppcmudepay.c:
14827         * gst/rtp/gstrtppcmupay.c:
14828         * gst/rtp/gstrtpspeexdepay.c:
14829         * gst/rtp/gstrtpspeexpay.c:
14830         * gst/rtsp/gstrtpdec.c:
14831         * gst/rtsp/gstrtspsrc.c:
14832         * gst/smpte/gstsmpte.c:
14833         * gst/udp/gstdynudpsink.c:
14834         * gst/udp/gstmultiudpsink.c:
14835         * gst/udp/gstudpsink.c:
14836         * gst/udp/gstudpsrc.c:
14837         * gst/videobox/gstvideobox.c:
14838         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
14839         * gst/videofilter/gstvideobalance.c:
14840         * gst/videofilter/gstvideoflip.c:
14841         * gst/videofilter/gstvideotemplate.c:
14842         (gst_videotemplate_base_init):
14843         * gst/videomixer/videomixer.c:
14844         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
14845         (gst_wavparse_class_init), (gst_wavparse_dispose),
14846         (gst_wavparse_reset), (gst_wavparse_init),
14847         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
14848         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
14849         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
14850         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
14851         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
14852         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
14853         (gst_wavparse_change_state):
14854         * gst/wavparse/gstwavparse.h:
14855         * sys/oss/gstossmixerelement.c:
14856         * sys/oss/gstosssink.c:
14857         * sys/oss/gstosssrc.c:
14858         * sys/osxaudio/gstosxaudioelement.c:
14859         * sys/osxaudio/gstosxaudiosink.c:
14860         * sys/osxaudio/gstosxaudiosrc.c:
14861         * sys/sunaudio/gstsunaudiomixer.c:
14862         * sys/sunaudio/gstsunaudiosink.c:
14863           Define GstElementDetails as const and also static (when defined as
14864           global)
14865
14866 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
14867
14868         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
14869           Source pad has fixed caps. If we don't set this, bad
14870           things happen when the window is resized.
14871
14872 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
14873
14874         * gst/matroska/Makefile.am:
14875         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
14876         (gst_matroska_demux_handle_src_event):
14877         * gst/matroska/matroska-ids.c:
14878         (gst_matroska_track_init_video_context),
14879         (gst_matroska_track_init_audio_context),
14880         (gst_matroska_track_init_subtitle_context),
14881         (gst_matroska_track_init_complex_context):
14882         * gst/matroska/matroska-ids.h:
14883           Handle case where the TrackType ebml chunk does not come before the
14884           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
14885           events.
14886
14887 2006-04-25  Wim Taymans  <wim@fluendo.com>
14888
14889         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
14890         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
14891         It's codec_data, not codec_info.
14892
14893 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
14894
14895         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
14896
14897         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14898           Handle codec_data for VfW compatibility codec IDs (#339451)
14899
14900         * gst/matroska/matroska-mux.c:
14901         (gst_matroska_mux_video_pad_setcaps):
14902           Same here, handle codec_data and add additional caps we can handle
14903           now to the pad template (huffyuv, dv and h263 video) (#339451)
14904
14905 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
14906
14907         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
14908
14909         * gst/matroska/matroska-mux.c:
14910         (gst_matroska_mux_create_buffer_header),
14911         (gst_matroska_mux_write_data):
14912           Fix timestamping of B-frames, use signed integers, do
14913           some rounding (#339678).
14914
14915 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
14916
14917         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
14918         just make it compile with --disable-gst-debug.
14919
14920 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
14921
14922         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
14923         Fix a bad conversion using gst_guint64_to_gdouble.
14924         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
14925         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
14926         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
14927     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
14928         mistake.
14929
14930 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
14931
14932         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
14933         Use gst_guint64_to_gdouble for conversions
14934         * win32/vs6/gst_plugins_good.dsw:
14935         * win32/vs6/libgsticydemux.dsp:
14936         Add a project file for icydemux
14937
14938 2006-04-21  Wim Taymans  <wim@fluendo.com>
14939
14940         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
14941
14942         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14943         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
14944         When splitting audio chunks, the block alignment is not taken in
14945         consideration, so the smaller chunks could be of size which is 
14946         not a multiple of the block alignment. Fixes #336904
14947
14948 2006-04-21  Wim Taymans  <wim@fluendo.com>
14949
14950         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
14951         Use scale functions
14952
14953 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
14954
14955         * ext/dv/gstdv.c: (plugin_init):
14956           Fix build.
14957
14958 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
14959
14960         * gst/debug/progressreport.c: (gst_progress_report_finalize),
14961         (gst_progress_report_class_init), (gst_progress_report_init),
14962         (gst_progress_report_do_query), (gst_progress_report_report),
14963         (gst_progress_report_set_property),
14964         (gst_progress_report_get_property):
14965           Add 'format' property to force querying to a particular format.
14966
14967 2006-04-21  Andy Wingo  <wingo@pobox.com>
14968
14969         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
14970         best, on big endian systems. Drop its rank in that case. OTOH on
14971         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
14972
14973 2006-04-21  Michael Smith  <msmith@fluendo.com>
14974
14975         * configure.ac:
14976         * gst/icydemux/Makefile.am:
14977         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
14978         (gst_icydemux_base_init), (gst_icydemux_class_init),
14979         (gst_icydemux_reset), (gst_icydemux_init),
14980         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
14981         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
14982         (unicodify), (gst_icydemux_unicodify),
14983         (gst_icydemux_parse_and_send_tags),
14984         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
14985         (gst_icydemux_chain), (gst_icydemux_change_state),
14986         (gst_icydemux_send_tag_event), (plugin_init):
14987         * gst/icydemux/gsticydemux.h:
14988         * tests/check/Makefile.am:
14989         * tests/check/elements/icydemux.c: (typefind_succeed),
14990         (plugin_init), (icydemux_found_pad), (create_icydemux),
14991         (cleanup_icydemux), (push_data), (GST_START_TEST),
14992         (icydemux_suite), (main):
14993           Add icydemux, and tests.
14994
14995 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
14996
14997         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
14998           Post SEGMENT_DONE message in TIME format.
14999
15000 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
15001
15002         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
15003
15004         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
15005         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
15006           Fix index creation when we have to scan the file to create
15007           an index. There may be other types of RIFF 'LIST' chunks than
15008           'movi' and we need to skip them properly as well or we'll end up
15009           reading garbage (#336889). Some other cosmetic changes.
15010           
15011 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
15012
15013         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
15014         (gst_flac_dec_handle_seek_event):
15015           Add support for segment seeks (fixes #338290). Also demote
15016           some recurring debug message from DEBUG to LOG level.
15017
15018 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
15019
15020         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15021         (gst_matroskademux_do_index_seek),
15022         (gst_matroska_demux_handle_seek_event),
15023         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
15024         * gst/matroska/matroska-ids.h:
15025           Set DISCONT flag on first buffer after a discontinuity.
15026           Fix newsegment events sent when seeking and honour KEY_UNIT
15027           seek flag. Create pad with bogus caps if we don't recognise
15028           the stream codec id.
15029
15030         * gst/matroska/matroska-demux.h:
15031           Fix GObject macros.
15032
15033 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
15034
15035         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
15036
15037         * gst/matroska/matroska-demux.c:
15038         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
15039           Handle end of segment properly when set; don't dead-lock when
15040           posting start of segment message when doing a segment seek.
15041           Fixes #338810.
15042
15043 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
15044
15045         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
15046         (gst_matroska_demux_plugin_init):
15047           Make mpeg2 aac audio work: create artificial private codec data
15048           chunk which faad2 seems to require, just as we do for mpeg4 aac.
15049           Also call gst_riff_init(). Partially fixes #338767.
15050
15051 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
15052
15053         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
15054         (gst_wavenc_class_init), (gst_wavenc_init),
15055         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
15056         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
15057         (gst_wavenc_chain), (gst_wavenc_change_state):
15058         * gst/wavenc/gstwavenc.h:
15059           Set caps on first outgoing buffer, so that it doesn't error out
15060           immediately with a non-negotiated error (#338716). Rewrite and
15061           clean up a bit; fix setcaps function to parse things properly;
15062           fix sink caps (8bit audio is unsigned and doesn't have depth);
15063           use boilerplate macros; remove unused properties stuff.
15064
15065 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
15066
15067         * ext/gdk_pixbuf/gstgdkpixbuf.c:
15068           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
15069           handle MJPEG streams and might be autoplugged for those if the
15070           user doesn't have jpegdec installed (resulting in a cryptic error
15071           message about huffman tables). Better to disable JPEG decoding here
15072           and let the user figure out that she needs to install jpegdec.
15073
15074 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
15075
15076         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
15077         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
15078         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
15079         * ext/gdk_pixbuf/gstgdkpixbuf.h:
15080           Make work with packetised/framed input (e.g. png-in-quicktime). Use
15081           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
15082           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
15083           debug messages. Fix boilerplate macros.
15084
15085 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
15086
15087         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
15088         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
15089           No need to special-case for Gdk-2.0 any longer, we require
15090           Gdk 2.2 or newer; minor clean-ups.
15091
15092 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
15093
15094         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
15095         (gst_shout2send_class_init), (gst_shout2send_init),
15096         (set_shout_metadata), (gst_shout2send_set_metadata),
15097         (gst_shout2send_event), (gst_shout2send_start),
15098         (gst_shout2send_connect), (gst_shout2send_stop),
15099         (gst_shout2send_render), (gst_shout2send_set_property),
15100         (gst_shout2send_get_property), (gst_shout2send_setcaps),
15101         (plugin_init):
15102         * ext/shout2/gstshout2.h:
15103         * po/POTFILES.in:
15104           Rewrite a bit: use GstBaseSink::start and stop instead of a state
15105           change function; use GST_ELEMENT_ERROR for error reporting, not
15106           g_error() or GST_ERROR(); don't unref caps in setcaps function,
15107           will cause crashes or assertion failures; remove (unused) "sync"
15108           property, basesink already has such a property; misc. other
15109           minor fixes and cleanups.
15110
15111 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
15112
15113         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
15114         * ext/esd/gstesd.c: (plugin_init):
15115         * po/POTFILES.in:
15116           Add translatable error message for when we cannot
15117           connect to the sound server, as "Cannot open resource
15118           for writing" isn't really an acceptable message to show
15119           to the user in this case.
15120
15121 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
15122
15123         * sys/oss/gst-i18n-plugin.h:
15124           Remove bogus file that doesn't belong here.
15125
15126 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
15127
15128         Patch by: Philippe Valembois
15129
15130         * ext/shout2/gstshout2.c: (gst_shout2send_init),
15131         (gst_shout2send_set_metadata), (gst_shout2send_event),
15132         (gst_shout2send_render), (gst_shout2send_change_state):
15133         * ext/shout2/gstshout2.h:
15134           Handle tags being received before the connection to
15135           the server is established properly (see #338636).
15136
15137 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
15138
15139         * ext/shout2/gstshout2.c: (gst_shout2send_render):
15140           Don't crash in case the connection to the server fails:
15141           don't set pointer to NULL by assigning FALSE; error out
15142           properly by using GST_ELEMENT_ERROR and returning
15143           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
15144           before resetting the pointer.
15145
15146 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
15147
15148         * gst/id3demux/id3tags.c:
15149         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
15150         (Fixes #338713)
15151
15152 2006-04-12  Wim Taymans  <wim@fluendo.com>
15153
15154         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
15155         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
15156         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
15157         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
15158         (gst_gdk_pixbuf_chain):
15159         Some cleanups.
15160         Added RGBA as a possible output format.
15161         Correctly free the supported mimetypes.
15162         deprecate silent arg, it's not used.
15163         Return result from _alloc_buffer to peer.
15164
15165 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
15166
15167         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
15168           Don't leak memory allocated by gst_buffer_new_and_alloc() by
15169           overwriting GST_BUFFER_MALLOCDATA.
15170
15171 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
15172
15173         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
15174         (user_endrow_callback), (user_end_callback),
15175         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
15176         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
15177         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
15178         * ext/libpng/gstpngdec.h:
15179           Handle more than one frame if the content is framed,
15180           like with png-in-quicktime (#331917).
15181
15182 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15183
15184         * sys/oss/Makefile.am:
15185         * sys/oss/common.h:
15186         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
15187         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
15188         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
15189         (gst_oss_src_unprepare):
15190           - the user-visible error strings were in the wrong category
15191           - and the messages were not marked for translation
15192           - which is actually a good thing, because they were exactly
15193             the kind of message you would never want anyone to see
15194           - the macros were using variables that didn't exist in the macro
15195             arguments
15196           - and they were obviously copied from each other and then modified
15197           - so a common header makes sense
15198
15199 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
15200
15201         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
15202           Don't try to modify read-only data.
15203
15204         * gst/matroska/matroska-demux.c:
15205         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
15206           Fix comment (won't crash any longer now).
15207
15208 2006-04-10  Michael Smith  <msmith@fluendo.com>
15209
15210         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
15211           Use copies of header buffers for caps to avoid circular refcounting
15212           problems (as in theoradec, vorbisdec).
15213
15214         * tests/check/elements/cmmldec.c: (GST_START_TEST):
15215           Fix a typo in test that meant it was testing the wrong thing.
15216
15217         * tests/check/elements/cmmlenc.c: (check_headers):
15218           Fix refcount checks now that we use buffer-copies for caps.
15219
15220 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
15221
15222         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
15223         (gst_matroska_demux_handle_seek_event),
15224         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
15225         (gst_matroska_demux_subtitle_caps),
15226         (gst_matroska_demux_plugin_init):
15227           Use static pad templates with ANY caps for audio and video
15228           source pads and get rid of a lot of unnecessary (and partially
15229           broken) code for the template caps. Clean up caps finding
15230           functions. Fixes playback of audio files/streams that do not
15231           contain the sample rate and/or number of channels in the audio
15232           context (happens a lot with vorbis/mp3 .mka files it seems).
15233           Fixes #337183.
15234           Also add myself to copyright holders.
15235
15236 2006-04-10  Michael Smith  <msmith@fluendo.com>
15237
15238         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
15239           Use g_list_delete_link () instead of g_list_remove_link () so that
15240           we free the link as well as the contained data.
15241
15242 2006-04-10  Wim Taymans  <wim@fluendo.com>
15243
15244         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
15245
15246         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
15247         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
15248         (gst_avi_demux_stream_header):
15249         Fix some crashers with empty chunks. (Fixes #337749)
15250
15251 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
15252
15253         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
15254           use G_GINT64_CONSTANT for INT64 constants
15255         * gst/videofilter/gstvideobalance.c:
15256           define rint for WIN32 #define rint(x) (floor((x)+0.5))
15257         * win32/vs6/libgstavi.dsp:
15258          add missing libraries for the link and remove avimux.c from
15259          the project as it isn't ported to 0.10 yet
15260         
15261 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
15262
15263         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
15264           Even better would be if we actually did the right thing
15265           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
15266
15267 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
15268
15269         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
15270           Can't just replace 1LL with 1L here just because MSVC doesn't
15271           support it, as it might lead to incorrect results when doing the
15272           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
15273           force a 64-bit constant in a way that all compilers are happy with.
15274
15275 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15276
15277         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
15278         * ext/esd/esdsink.c: (gst_esdsink_class_init):
15279         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
15280         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
15281         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
15282         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
15283         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
15284         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
15285         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
15286         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
15287         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
15288         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
15289         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
15290         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
15291         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
15292         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
15293         * gst/avi/gstavimux.c: (gst_avimux_class_init):
15294         * gst/debug/efence.c: (gst_efence_class_init):
15295         * gst/debug/negotiation.c: (gst_negotiation_class_init):
15296         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
15297         * gst/goom/gstgoom.c: (gst_goom_class_init):
15298         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
15299         * gst/interleave/deinterleave.c: (deinterleave_class_init):
15300         * gst/interleave/interleave.c: (interleave_class_init):
15301         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
15302         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
15303         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
15304         * gst/median/gstmedian.c: (gst_median_class_init):
15305         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
15306         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
15307         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
15308         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
15309         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
15310         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
15311         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
15312         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
15313         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
15314         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
15315         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
15316         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
15317         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
15318         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
15319         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
15320         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
15321         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
15322         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
15323         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
15324         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
15325         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
15326         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
15327         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
15328         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
15329         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
15330         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
15331         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
15332         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
15333         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
15334         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
15335         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
15336         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
15337         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
15338         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
15339         * sys/osxaudio/gstosxaudioelement.c:
15340         (gst_osxaudioelement_class_init):
15341         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
15342         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
15343         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
15344         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
15345
15346 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15347
15348         * ext/mikmod/gstmikmod.h:
15349         * gst/level/gstlevel.h:
15350         Fix more broken GObject macros
15351
15352 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15353
15354         * ext/annodex/gstcmmldec.h:
15355         * ext/annodex/gstcmmlenc.h:
15356         * ext/annodex/gstcmmltag.h:
15357         * ext/cairo/gsttextoverlay.h:
15358         * ext/ladspa/gstsignalprocessor.h:
15359         * gst/matroska/ebml-read.h:
15360         * gst/matroska/ebml-write.h:
15361         * sys/osxaudio/gstosxaudioelement.h:
15362         Fix broken GObject macros
15363
15364 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
15365
15366         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
15367           Don't try to seek beyond the end of the file (would
15368           occasionally display error dialogs in totem when seeking
15369           to the end) (#335869). Will still throw an error though
15370           if the file is truncated and the total_samples value in
15371           the stream header is wrong.
15372
15373 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
15374
15375         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
15376         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
15377         (gst_flac_dec_metadata_callback):
15378         * ext/flac/gstflacdec.h:
15379           If the stream header doesn't contain the total number of samples,
15380           search for the last flac frame at the end of the file and calculate
15381           the total duration from that frame's offset (fixes #337609).
15382
15383 2006-04-07  Edward Hervey  <edward@fluendo.com>
15384
15385         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
15386         Don't unref the GstPadTemplate returned by
15387         gst_element_class_get_pad_template().
15388
15389 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
15390
15391         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15392
15393         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
15394         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
15395         * sys/sunaudio/gstsunaudiosink.h:
15396           Use spec->segsize and spec->segtotal in the prepare function
15397           to initialise the ring buffer instead of using the buffer-time
15398           property (#337421).
15399
15400 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
15401
15402         * configure.ac:
15403           Bump core requirements to CVS for gst_pad_query_peer_duration()
15404           which is used by speexdec.
15405
15406 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
15407
15408         * ext/speex/gstspeex.c: (plugin_init):
15409         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
15410         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
15411         (speex_get_sink_query_types), (speex_dec_sink_query),
15412         (speex_get_src_query_types), (speex_dec_src_query),
15413         (speex_dec_src_event), (speex_dec_sink_event),
15414         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
15415         (speex_dec_chain_parse_data), (speex_dec_chain),
15416         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
15417         (speex_dec_change_state):
15418         * ext/speex/gstspeexdec.h:
15419           Fix seeking and duration queries (#337033); clean up and
15420           refactor a bit.
15421
15422 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15423
15424         * ext/raw1394/gstdv1394src.c:
15425           distinguish between device not found and could not open for
15426           reading
15427
15428 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15429
15430         * Makefile.am:
15431         * configure.ac:
15432         * pkgconfig/.cvsignore:
15433         * pkgconfig/Makefile.am:
15434         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
15435           add a .pc file so other modules can use good plugins in tests
15436
15437 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15438
15439         * configure.ac:
15440           clean up, use AS_VERSION and AS_NANO
15441         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
15442           use PACKAGE_VERSION define
15443         * po/af.po:
15444         * po/az.po:
15445         * po/cs.po:
15446         * po/en_GB.po:
15447         * po/hu.po:
15448         * po/it.po:
15449         * po/nb.po:
15450         * po/nl.po:
15451         * po/or.po:
15452         * po/sq.po:
15453         * po/sr.po:
15454         * po/sv.po:
15455         * po/uk.po:
15456         * po/vi.po:
15457           updated
15458
15459 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
15460
15461         * ext\jpeg\smokecodec.c:
15462           use of GST_DEBUG instead of DEBUG(a...) for WIN32
15463         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
15464           move first instruction after all variables declarations
15465         * gst\alpha\gstalpha.c:
15466         * gst\effectv\gstshagadelic.c:
15467         * gst\smpte\paint.c:
15468         * gst\videofilter\gstvideobalance.c:
15469           define M_PI if it's not defined (it's not defined on WIN32)
15470         * gst\cutter\gstcutter.c: (gst_cutter_chain):
15471         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
15472         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
15473         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
15474         (gst_matroska_demux_video_caps):
15475         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
15476         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
15477           use gst_guint64_to_gdouble for conversions
15478         * gst\goom\filters.c: (setPixelRGB_):
15479           fix a debug which was using undefined variable
15480         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
15481         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
15482           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
15483         * win32/vs6:
15484           add vs6 projects files for most of plugins-good
15485         
15486 2006-03-30  j^  <j@bootlab.org>
15487
15488         * ext/aalib/gstaasink.c:
15489         * ext/annodex/gstcmmldec.c:
15490         * ext/annodex/gstcmmlenc.c:
15491         * ext/cairo/gsttextoverlay.c:
15492         * ext/cairo/gsttimeoverlay.c:
15493         * ext/cdio/gstcdiocddasrc.c:
15494         * ext/dv/gstdvdec.c:
15495         * ext/esd/esdmon.c:
15496         * ext/esd/esdsink.c:
15497         * ext/flac/gstflacdec.c:
15498         * ext/flac/gstflacenc.c:
15499         * ext/flac/gstflactag.c:
15500         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
15501         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
15502         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
15503         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
15504         * ext/gdk_pixbuf/gstgdkpixbuf.c:
15505         * ext/gdk_pixbuf/pixbufscale.c:
15506         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
15507         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
15508         * ext/jpeg/gstjpegdec.c:
15509         * ext/jpeg/gstjpegenc.c:
15510         * ext/jpeg/gstsmokedec.c:
15511         * ext/jpeg/gstsmokeenc.c:
15512         * ext/libcaca/gstcacasink.c:
15513         * ext/libmng/gstmngdec.c:
15514         * ext/libmng/gstmngenc.c:
15515         * ext/libpng/gstpngdec.c:
15516         * ext/libpng/gstpngenc.c:
15517         * ext/mikmod/gstmikmod.c:
15518         * ext/raw1394/gstdv1394src.c:
15519         * ext/shout2/gstshout2.c:
15520         * ext/speex/gstspeexdec.c:
15521         * ext/speex/gstspeexenc.c:
15522         * gst/alpha/gstalpha.c:
15523         * gst/alpha/gstalphacolor.c:
15524         * gst/auparse/gstauparse.c:
15525         * gst/autodetect/gstautoaudiosink.c:
15526         (gst_auto_audio_sink_base_init):
15527         * gst/autodetect/gstautovideosink.c:
15528         (gst_auto_video_sink_base_init):
15529         * gst/avi/gstavimux.c: (gst_avimux_base_init):
15530         * gst/cutter/gstcutter.c:
15531         * gst/debug/breakmydata.c:
15532         * gst/debug/efence.c:
15533         * gst/debug/gstnavigationtest.c:
15534         * gst/debug/negotiation.c:
15535         * gst/debug/progressreport.c:
15536         * gst/debug/testplugin.c:
15537         * gst/effectv/gstaging.c:
15538         * gst/effectv/gstdice.c:
15539         * gst/effectv/gstedge.c:
15540         * gst/effectv/gstquark.c:
15541         * gst/effectv/gstrev.c:
15542         * gst/effectv/gstvertigo.c:
15543         * gst/effectv/gstwarp.c:
15544         * gst/flx/gstflxdec.c:
15545         * gst/goom/gstgoom.c:
15546         * gst/interleave/deinterleave.c:
15547         * gst/interleave/interleave.c:
15548         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
15549         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
15550         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
15551         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
15552         * gst/level/gstlevel.c:
15553         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
15554         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
15555         * gst/median/gstmedian.c:
15556         * gst/monoscope/gstmonoscope.c:
15557         * gst/multipart/multipartdemux.c:
15558         * gst/multipart/multipartmux.c:
15559         * gst/oldcore/gstmd5sink.c:
15560         * gst/oldcore/gstmultifilesrc.c:
15561         * gst/oldcore/gstpipefilter.c:
15562         * gst/oldcore/gstshaper.c:
15563         * gst/oldcore/gststatistics.c:
15564         * gst/rtp/gstasteriskh263.c:
15565         * gst/rtp/gstrtpL16depay.c:
15566         * gst/rtp/gstrtpL16pay.c:
15567         * gst/rtp/gstrtpamrdepay.c:
15568         * gst/rtp/gstrtpamrpay.c:
15569         * gst/rtp/gstrtpdepay.c:
15570         * gst/rtp/gstrtpgsmpay.c:
15571         * gst/rtp/gstrtph263pay.c:
15572         * gst/rtp/gstrtph263pdepay.c:
15573         * gst/rtp/gstrtph263ppay.c:
15574         * gst/rtp/gstrtpmp4gpay.c:
15575         * gst/rtp/gstrtpmp4vdepay.c:
15576         * gst/rtp/gstrtpmp4vpay.c:
15577         * gst/rtp/gstrtpmpadepay.c:
15578         * gst/rtp/gstrtpmpapay.c:
15579         * gst/rtp/gstrtppcmadepay.c:
15580         * gst/rtp/gstrtppcmapay.c:
15581         * gst/rtp/gstrtppcmudepay.c:
15582         * gst/rtp/gstrtppcmupay.c:
15583         * gst/rtp/gstrtpspeexdepay.c:
15584         * gst/rtp/gstrtpspeexpay.c:
15585         * gst/rtsp/gstrtpdec.c:
15586         * gst/smpte/gstsmpte.c:
15587         * gst/videobox/gstvideobox.c:
15588         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
15589         * gst/videofilter/gstvideobalance.c:
15590         * gst/videofilter/gstvideoflip.c:
15591         * gst/videofilter/gstvideotemplate.c:
15592         (gst_videotemplate_base_init):
15593         * gst/videomixer/videomixer.c:
15594         * gst/wavenc/gstwavenc.c:
15595         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
15596          better/unified long descriptions
15597          Fixed #336602
15598          Some cleanups to auparse, don't send multiple newsegments.
15599
15600 2006-03-29  Wim Taymans  <wim@fluendo.com>
15601
15602         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
15603
15604         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
15605         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
15606         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
15607         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
15608         * ext/dv/gstdvdemux.h:
15609         Seek in READY patch. Only works for pull based mode.
15610         Fixes #323880
15611
15612 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
15613
15614         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
15615         (gst_gdk_pixbuf_event):
15616           Fix two crashers: don't unref the same caps twice, and
15617           set pixbuf loader to NULL after freeing it.
15618
15619 2006-03-27  Wim Taymans  <wim@fluendo.com>
15620
15621         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
15622         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
15623         (gst_speexenc_chain):
15624         * ext/speex/gstspeexenc.h:
15625         Don't leak adapter.
15626         A push *always* takes ownership of the buffer, even on
15627         errors.
15628         Small cleanups.
15629
15630 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
15631
15632         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
15633           Create source pad without leaking.
15634
15635 2006-03-24  Wim Taymans  <wim@fluendo.com>
15636
15637         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
15638         * ext/flac/gstflacdec.h:
15639         * ext/flac/gstflacenc.h:
15640         Spifify a bit.
15641         Fix deadly lock order error in seeking code, STREAM_LOCK
15642         cannot be taken within LOCK and the streaming variables are
15643         protected with the STREAM_LOCK anyway.
15644
15645 2006-03-24  Wim Taymans  <wim@fluendo.com>
15646
15647         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
15648         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
15649         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
15650         this patch combines the global init_frames with the stream
15651         init_frames. Rationale being that the global delay should 
15652         be subtracted from any stream delay.
15653         Fixes #335858.
15654
15655 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
15656
15657         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
15658         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
15659         * gst/smpte/gstsmpte.c: (gst_smpte_init):
15660         * gst/videomixer/videomixer.c: (gst_videomixer_init):
15661         use DEBUG_FUNCPTR for collectpads
15662
15663 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
15664
15665         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
15666           Don't crash when encoding images where the number of rows isn't
15667           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
15668
15669 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
15670
15671         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
15672         * gst/interleave/deinterleave.c: (deinterleave_change_state):
15673         * gst/interleave/interleave.c: (interleave_change_state):
15674         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
15675           More state change function fixes.
15676
15677 2006-03-23  Wim Taymans  <wim@fluendo.com>
15678
15679         * ext/esd/esdsink.c: (gst_esdsink_class_init),
15680         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
15681         (gst_esdsink_prepare), (gst_esdsink_unprepare),
15682         (gst_esdsink_delay), (gst_esdsink_reset):
15683         * ext/esd/esdsink.h:
15684         Fix esd choppy playback by configuring audiosink
15685         correctly. Fixes #325191
15686
15687 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
15688
15689         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
15690           Make state change function thread-safe.
15691
15692 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
15693
15694         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
15695         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
15696           Don't try to read beyond the end of the file just because
15697           the header claims a bigger size (like with truncated files).
15698
15699 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
15700
15701         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
15702         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
15703         (gst_wavparse_stream_data), (gst_wavparse_loop):
15704         * gst/wavparse/gstwavparse.h:
15705           Delay source pad creation until we have the first chunk of
15706           media data, so the we can examine the data and adjust the
15707           caps accordingly if required. This makes playback of .wav
15708           files with DTS-declared-as-PCM content work (#313266).
15709
15710 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
15711
15712         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
15713         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
15714         Don't attempt typefinding on too-short buffers that have been
15715         completely trimmed away. (Fixes #330239)
15716
15717         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
15718         Improve the debug output
15719
15720 2006-03-21  Wim Taymans  <wim@fluendo.com>
15721
15722         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
15723         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
15724         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
15725         (gst_esdsink_set_property), (gst_esdsink_get_property):
15726         Some cleanups.
15727         Reset fd to -1 when we close them.
15728
15729 2006-03-21  Wim Taymans  <wim@fluendo.com>
15730
15731         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
15732         the OPTIONS request result is optional so don't
15733         fail on it.
15734
15735 2006-03-21  Edward Hervey  <edward@fluendo.com>
15736
15737         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
15738         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
15739         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
15740         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
15741         (gst_wavparse_change_state):
15742         gcc 4.1 unreferenced pointer fixes.
15743
15744 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
15745
15746         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
15747
15748         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
15749           Fix block alignment calculation. Alignment should be done before
15750           adding the byte offset where the data starts (#335231).
15751
15752 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
15753
15754         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
15755           Ensure that we set correct caps on buffers that are transferred
15756           direct from the input.
15757
15758 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
15759
15760         * gst/goom/filters.c: (zoomFilterDestroy):
15761         * gst/goom/goom_core.c: (goom_close):
15762           Free filter data when cleaning up. (Fixes: #334995)
15763
15764 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
15765
15766         * configure.ac:
15767           Don't compile udp and rtsp plugins on win32 (mingw) or other
15768           systems that don't have <sys/socket.h> for some reason (#316203).
15769
15770 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15771
15772         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
15773         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
15774         * ext/raw1394/gstdv1394src.h:
15775           Change bus reset handler so it reports useful information such as
15776           whether the device being used connected or disconnected
15777
15778 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
15779
15780         * gst/id3demux/id3v2frames.c:
15781         (parse_relative_volume_adjustment_two):
15782           We only care about gain and peak data for the master volume.
15783
15784 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
15785
15786         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
15787         (parse_id_string), (parse_unique_file_identifier),
15788         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
15789           Read replay gain tags (#323721).
15790
15791 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
15792
15793         * configure.ac:
15794           Bump requirements to gst-plugins-base CVS because
15795           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
15796
15797 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
15798
15799         * rtp/gst/gstrtppcmadepay.c:
15800         Fixed one of the caps in the code from mulaw to alaw.
15801
15802 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
15803
15804         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
15805           Ensure that we set caps on the buffers we pass.
15806
15807         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
15808         (gst_id3demux_sink_activate):
15809           Ensure that we set caps on the buffers we pass.
15810
15811           Use STREAM, TYPE_NOT_FOUND as the error class when
15812           typefinding fails.
15813
15814 2006-03-15  Edward Hervey  <edward@fluendo.com>
15815
15816         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
15817         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
15818         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
15819         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
15820         (gst_jpeg_dec_setcaps):
15821         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
15822         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
15823         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
15824         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
15825         (gst_mngdec_src_getcaps):
15826         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
15827         (gst_pngdec_caps_create_and_set):
15828         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
15829         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
15830         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
15831         * gst/alpha/gstalpha.c: (gst_alpha_init):
15832         * gst/auparse/gstauparse.c: (gst_au_parse_init):
15833         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
15834         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
15835         * gst/cutter/gstcutter.c: (gst_cutter_init):
15836         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
15837         (gst_efence_checkgetrange):
15838         * gst/debug/negotiation.c: (gst_negotiation_init):
15839         * gst/flx/gstflxdec.c: (gst_flxdec_init):
15840         * gst/goom/gstgoom.c: (gst_goom_init):
15841         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
15842         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
15843         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
15844         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
15845         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
15846         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
15847         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
15848         * gst/smpte/gstsmpte.c: (gst_smpte_init):
15849         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
15850         (gst_wavparse_create_sourcepad):
15851         Fix memleak with gst_static_pad_template_get().
15852         This uses gst_pad_new_from_static_template() instead.
15853         Fixes #333512
15854
15855 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
15856
15857         * configure.ac:
15858           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
15859           used by id3demux.
15860
15861         * gst/id3demux/gstid3demux.c: (plugin_init):
15862         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
15863         (parse_user_text_identification_frame),
15864         (parse_unique_file_identifier):
15865           Add support for UFID and TXXX frames and extract musicbrainz tags.
15866
15867 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
15868
15869         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
15870           Catch short reads, like they might happen with truncated
15871           files (see #305279); remove unnecessary indentation.
15872
15873 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
15874
15875         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
15876           Fix DIB image inversion for pictures with a
15877           depth != 8 (#305279).
15878
15879 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
15880
15881         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
15882         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
15883         * ext/jpeg/gstjpegdec.h:
15884           Fix durations on outgoing buffers after seeking
15885           in MJPEG files (#334083); some minor clean-ups.
15886
15887 2006-03-13  Wim Taymans  <wim@fluendo.com>
15888
15889         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
15890         (gst_wavparse_change_state):
15891         Implement seek in READY (re-fixes #327658)
15892
15893 2006-03-13  Wim Taymans  <wim@fluendo.com>
15894
15895         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
15896         * ext/esd/esdmon.c: (gst_esdmon_get):
15897         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
15898         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
15899         (gst_gdk_pixbuf_sink_getcaps):
15900         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
15901         (gst_jpegenc_setcaps):
15902         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
15903         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
15904         (gst_smokeenc_setcaps):
15905         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
15906         (gst_mngdec_src_getcaps):
15907         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
15908         (gst_mngenc_chain):
15909         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
15910         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
15911         * ext/speex/gstspeexdec.c: (speex_dec_convert),
15912         (speex_dec_src_event), (speex_dec_chain):
15913         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
15914         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
15915         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
15916         (gst_negotiation_pad_link), (gst_negotiation_chain):
15917         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
15918         (gst_flxdec_chain):
15919         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
15920         (deinterleave_chain):
15921         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
15922         * gst/median/gstmedian.c: (gst_median_link):
15923         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
15924         (gst_monoscope_chain):
15925         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
15926         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
15927         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
15928         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
15929         close #333784 unref the result of gst_pad_get_parent()
15930         by: Christophe Fergeau.
15931
15932 2006-03-09  Wim Taymans  <wim@fluendo.com>
15933
15934         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
15935         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
15936         Handle events in push mode better, can now do non-flushing
15937         seeks in push mode as well.
15938
15939 2006-03-07  Wim Taymans  <wim@fluendo.com>
15940
15941         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
15942         Applied patch from Kai Vehmanen, fixes #333624.
15943
15944 2006-03-06  Julien MOUTTE  <julien@moutte.net>
15945
15946         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
15947         Implement paletted and grayscale png files handling.
15948         (#150363).
15949
15950 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15951
15952         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
15953         (gst_speexenc_chain):
15954           fix a tag list assert
15955           follow gst-plugins-base/ext/ogg/README; set OFFSET
15956           and OFFSET_END.  Muxes correctly with gst-plugins-base
15957           > 0.9.3
15958
15959 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
15960
15961         * gst/id3demux/Makefile.am:
15962         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
15963         (gst_id3demux_chain), (gst_id3demux_sink_activate):
15964           Use new typefind helper functions here as well, and
15965           do typefinding in pull-mode if upstream supports that.
15966
15967 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
15968
15969         * sys/sunaudio/gstsunaudiomixerctrl.c:
15970         (gst_sunaudiomixer_ctrl_get_volume),
15971         (gst_sunaudiomixer_ctrl_set_volume):
15972         * sys/sunaudio/gstsunaudiomixertrack.c:
15973         (gst_sunaudiomixer_track_new):
15974           Remove unused variables, breaks build from CVS
15975           with -Werror (#333392, patch by: Benjamin Pineau)
15976
15977 2006-03-03  Wim Taymans  <wim@fluendo.com>
15978
15979         * docs/plugins/Makefile.am:
15980         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15981         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15982         Added wavparse docs.
15983
15984         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
15985         (gst_wavparse_reset), (gst_wavparse_init),
15986         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
15987         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
15988         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
15989         (gst_wavparse_stream_data), (gst_wavparse_loop),
15990         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
15991         (gst_wavparse_change_state):
15992         * gst/wavparse/gstwavparse.h:
15993         Implement seek in READY (fixes #327658)
15994         Added docs and did some cleanups.
15995
15996 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
15997
15998         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
15999         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
16000         (gst_avi_demux_calculate_durations_from_index),
16001         (gst_avi_demux_stream_header):
16002         * gst/avi/gstavidemux.h:
16003           If we have an index, use a duration based on the index instead
16004           of blindly trusting the information in the stream headers
16005           (fixes #331817).
16006
16007 2006-03-03  Wim Taymans  <wim@fluendo.com>
16008
16009         * docs/plugins/Makefile.am:
16010         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16011         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16012         * docs/plugins/gst-plugins-good-plugins.hierarchy:
16013         Added smoke and jpeg to the docs.
16014
16015         * ext/jpeg/Makefile.am:
16016         * ext/jpeg/gstjpeg.c: (plugin_init):
16017         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16018         * ext/jpeg/gstjpegenc.h:
16019         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
16020         (gst_smokedec_chain):
16021         * ext/jpeg/gstsmokedec.h:
16022         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
16023         * ext/jpeg/gstsmokeenc.h:
16024         * ext/jpeg/smokecodec.h:
16025         Port smokedec (fixes #331905).
16026         Added some docs.
16027         Some cleanups.
16028
16029 2006-03-03  Wim Taymans  <wim@fluendo.com>
16030
16031         * docs/plugins/Makefile.am:
16032         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16033         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16034         * docs/plugins/gst-plugins-good-plugins.hierarchy:
16035         Added videobalance and videoflip to the docs.
16036
16037         * gst/videofilter/Makefile.am:
16038         * gst/videofilter/gstvideobalance.c:
16039         (gst_video_balance_update_tables_planar411),
16040         (gst_video_balance_is_passthrough),
16041         (gst_video_balance_update_properties), (oil_tablelookup_u8),
16042         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
16043         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
16044         (gst_video_balance_finalize), (gst_video_balance_class_init),
16045         (gst_video_balance_init), (gst_video_balance_interface_supported),
16046         (gst_video_balance_interface_init),
16047         (gst_video_balance_colorbalance_list_channels),
16048         (gst_video_balance_colorbalance_set_value),
16049         (gst_video_balance_colorbalance_get_value),
16050         (gst_video_balance_colorbalance_init),
16051         (gst_video_balance_set_property), (gst_video_balance_get_property),
16052         (gst_video_balance_get_type), (plugin_init):
16053         * gst/videofilter/gstvideobalance.h:
16054         Ported to 0.10. (Fixes #326160)
16055         Added docs.
16056
16057         * gst/videofilter/gstvideoflip.c:
16058         * gst/videofilter/gstvideoflip.h:
16059         Added docs.
16060
16061 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
16062
16063         * configure.ac:
16064           Bump requirements to current core and -base CVS
16065           (core for new typefind helper API, and -base for the
16066           WAVFORMATEX support that was added to libgstriff and
16067           is needed by wavparse).
16068         
16069         * gst/apetag/Makefile.am:
16070         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
16071         (gst_tag_demux_sink_activate):
16072           Use new typefind helpers for typefinding instead of our
16073           home-grown stuff; also, do typefinding in pull-mode if
16074           upstream supports that.
16075
16076 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
16077
16078         Reviewed by: Christian Schaller <christian@fluendo.com>
16079
16080         This patch fixes bug: 329107
16081
16082         This Changelog entry is for a commit done on February 17
16083
16084         * ext/gconf/gconf.c
16085         * ext/gconf/gconf.h
16086         * ext/gconf/gstgconfaudiosink.c
16087         * ext/gconf/gstgconfaudiosink.h
16088         * gconf/gstreamer.schemas.in
16089
16090 2006-02-28  Wim Taymans  <wim@fluendo.com>
16091
16092         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
16093         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
16094         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
16095         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
16096         Use DEBUG_OBJECT more.
16097
16098 2006-02-28  Wim Taymans  <wim@fluendo.com>
16099
16100         * docs/plugins/Makefile.am:
16101         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16102         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16103         Added dvdec and dvdemux to docs.
16104
16105         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
16106         Added docs.
16107         Check frame sizes so we don't crash when don't have enough
16108         data.
16109         Send nice error messages on error.
16110
16111         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
16112         (gst_dvdemux_class_init), (gst_dvdemux_init),
16113         (gst_dvdemux_finalize), (gst_dvdemux_reset),
16114         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
16115         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
16116         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
16117         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
16118         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
16119         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
16120         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
16121         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
16122         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
16123         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
16124         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
16125         * ext/dv/gstdvdemux.h:
16126         Added docs.
16127         Implement pull mode.
16128         Fix memleaks.
16129         Reduce memcpy for the video demuxing.
16130
16131 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
16132
16133         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
16134         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
16135         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
16136         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
16137           Add a little extra debug. Make the decoder not return NOT_LINKED,
16138           as we want to continue decoding all CMML and emitting tags.
16139
16140 2006-02-27  Michael Smith  <msmith@fluendo.com>
16141
16142         * ext/annodex/gstskeltag.c:
16143         * ext/annodex/gstskeltag.h:
16144           Deleted; these files aren't used any more either.
16145
16146 2006-02-25  Julien MOUTTE  <julien@moutte.net>
16147
16148         * ext/Makefile.am: Fix dist-check.
16149
16150 2006-02-25  Julien MOUTTE  <julien@moutte.net>
16151
16152         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
16153         memleak.
16154
16155 2006-02-25  Alessandro Decina <alessandro@nnva.org>
16156
16157         * ext/annodex/Makefile.am:
16158         * ext/annodex/gstannodex.c:
16159         * ext/annodex/gstcmmldec.c:
16160         * ext/annodex/gstcmmlenc.c:
16161         * ext/annodex/gstcmmlparser.c:
16162         * ext/annodex/gstcmmlparser.h:
16163         * ext/annodex/gstcmmlutils.c:
16164         * tests/check/elements/cmmldec.c:
16165         * tests/check/elements/cmmlenc.c:
16166           Fix a memleak in gst_cmml_track_list_add_clip.
16167           Handle overflows in clip's start and end times.
16168           Add the "encoded" parameter to cmmldec and cmmlenc caps.
16169           Do not parse junk at the end of a CMML preamble buffer.
16170           Register a libxml error handler to not print stuff on stderr.
16171           Check for bad clip start and end times in the testsuites.
16172
16173 2006-02-25  Julien MOUTTE  <julien@moutte.net>
16174
16175         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
16176         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
16177         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
16178         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
16179         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
16180         possible memleaks.
16181
16182 2006-02-25  Julien MOUTTE  <julien@moutte.net>
16183
16184         * tests/check/Makefile.am:
16185         * tests/check/elements/cmmldec.c:
16186         * tests/check/elements/cmmlenc.c: Fix tests so that they use
16187         the plugins-base tags.
16188
16189 2006-02-25  Julien MOUTTE  <julien@moutte.net>
16190
16191         * ext/Makefile.am: Re-enable module.
16192
16193 2006-02-25  Julien MOUTTE  <julien@moutte.net>
16194
16195         * tests/check/Makefile.am: Forgot to remove that test.
16196
16197 2006-02-25  Julien MOUTTE  <julien@moutte.net>
16198
16199         * ext/annodex/Makefile.am:
16200         * ext/annodex/gstannodex.c: (plugin_init):
16201         * ext/annodex/gstcmmldec.c:
16202         * ext/annodex/gstskeldec.c:
16203         * ext/annodex/gstskeldec.h:
16204         * tests/check/Makefile.am:
16205         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
16206
16207 2006-02-25  Julien MOUTTE  <julien@moutte.net>
16208
16209         * tests/check/Makefile.am: Disable those checks as well.
16210
16211 2006-02-24  Julien MOUTTE  <julien@moutte.net>
16212
16213         * ext/Makefile.am: Disable annodex for now until we figure out
16214         how to make it build.
16215         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
16216         Add a rule to your checklist : "please try to at least build 
16217         what you are going to commit into -good, or if you are too lazy
16218         to do that, please check that the buildbots are not crying because
16219         of your commit."
16220
16221 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
16222
16223         * configure.ac:
16224         * ext/Makefile.am:
16225         * ext/gdk_pixbuf/Makefile.am:
16226         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16227         * ext/gdk_pixbuf/gstgdkpixbuf.h:
16228         * ext/gdk_pixbuf/pixbufscale.c:
16229         * ext/gdk_pixbuf/pixbufscale.h:
16230           Gdkpixbuf ported from 0.8 to 0.10 by
16231           Renato Filho <renato.filho@indt.org.br>.
16232           gst_loader and gdkpixbufanimation still need port.
16233
16234 2006-02-24  Michael Smith  <msmith@fluendo.com>
16235
16236         * configure.ac:
16237         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16238         * ext/Makefile.am:
16239         * ext/annodex/Makefile.am:
16240         * ext/annodex/gstannodex.c:
16241         * ext/annodex/gstannodex.h:
16242         * ext/annodex/gstcmmldec.c:
16243         * ext/annodex/gstcmmldec.h:
16244         * ext/annodex/gstcmmlenc.c:
16245         * ext/annodex/gstcmmlenc.h:
16246         * ext/annodex/gstcmmlparser.c:
16247         * ext/annodex/gstcmmlparser.h:
16248         * ext/annodex/gstcmmltag.c:
16249         * ext/annodex/gstcmmltag.h:
16250         * ext/annodex/gstcmmlutils.c:
16251         * ext/annodex/gstcmmlutils.h:
16252         * ext/annodex/gstskeldec.c:
16253         * ext/annodex/gstskeldec.h:
16254         * ext/annodex/gstskeltag.c:
16255         * ext/annodex/gstskeltag.h:
16256         * tests/check/Makefile.am:
16257         * tests/check/elements/cmmldec.c:
16258         * tests/check/elements/cmmlenc.c:
16259         * tests/check/elements/skeldec.c:
16260           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
16261           Includes tests & docs, oh my! Passes Thomas's -good checklist
16262           entirely. Wow.
16263
16264 2006-02-24  Michael Smith  <msmith@fluendo.com>
16265
16266         * autogen.sh:
16267           Check for automake 1.9 as well.
16268
16269 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
16270
16271         * ext/flac/gstflacenc.c:
16272           Change min. sample rate to 8kHz to match flacdec's.
16273           
16274 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
16275
16276         * ext/cdio/Makefile.am:
16277           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
16278           required for Cygwin, see #317048)
16279
16280         * gst/rtp/gstasteriskh263.c:
16281           Cygwin has includes for both the unix network socket API
16282           and the windows API, but only one can be included, so fix
16283           includes to only use one or the other, prefering the unxi
16284           one (#317048).
16285
16286 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
16287
16288         * rtp/gst/gstrtppcmadepay.c:
16289         * rtp/gst/gstrtppcmadepay.h:
16290         * rtp/gst/gstgstrtppcmapay.c:
16291         * rtp/gst/gstgstrtppcmapay.h:
16292         * rtp/gst/gstrtppcmudepay.c:
16293         * rtp/gst/gstrtppcmudepay.h:
16294         * rtp/gst/gstrtppcmupay.c:
16295         * rtp/gst/gstrtppcmupay.h:
16296         * rtp/gst/Makefile.am:
16297         * rtp/gst/gstrtp.c:
16298         * rtp/gst/README:
16299         Separated the G711 payloaders/depayloaders into separate elements for
16300         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
16301
16302 2006-02-22  Wim Taymans  <wim@fluendo.com>
16303
16304         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
16305         (gst_dvdec_change_state):
16306         * ext/dv/gstdvdec.h:
16307         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
16308         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
16309         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
16310         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
16311         (gst_dvdemux_flush), (gst_dvdemux_chain),
16312         (gst_dvdemux_change_state):
16313         * ext/dv/gstdvdemux.h:
16314         Ueber spiffify some more, added debug category.
16315         Use _scale.
16316         Use segments, respect playback rate from newsegment.
16317         Fix refcount issue.
16318
16319 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
16320
16321         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
16322         (gst_signal_processor_process):
16323         Fix compilation of LADPSA. It doesn't seem to work, and isn't
16324         enabled for the build, but it helps me win the feature-count
16325         competitions ooh yeah.
16326
16327 2006-02-19  Wim Taymans  <wim@fluendo.com>
16328
16329         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
16330         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
16331         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
16332         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
16333         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
16334         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
16335         Use scaling code for added precission and more correct stop
16336         position in case scale==0.
16337
16338 2006-02-19  Wim Taymans  <wim@fluendo.com>
16339
16340         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
16341         (gst_flxdec_chain):
16342         * gst/flx/gstflxdec.h:
16343         Implement DURATION query.
16344
16345 2006-02-19  Wim Taymans  <wim@fluendo.com>
16346
16347         * gst/flx/flx_color.h:
16348         * gst/flx/flx_fmt.h:
16349         * gst/flx/gstflxdec.c: (gst_flxdec_init),
16350         (gst_flxdec_src_query_handler), (flx_decode_color),
16351         (gst_flxdec_chain):
16352         * gst/flx/gstflxdec.h:
16353         Set MALLOCDATA for the temp buffers so we don't leak.
16354         Some debug cleanups.
16355         Consume all data in the adapter before leaving the chain
16356         function. Fixes #330678.
16357
16358 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
16359
16360         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
16361         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
16362          Handle 0 data size in otherwise valid frames.
16363          Handle numeric strings in 2.4.0 even when not in parentheses 
16364
16365 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
16366
16367         * gst/matroska/matroska-demux.c:
16368         (gst_matroska_demux_subtitle_caps),
16369         (gst_matroska_demux_plugin_init):
16370         * gst/matroska/matroska-ids.h:
16371           Recognise SSA/ASS and USF subtitle formats and
16372           set proper caps when they are found.
16373
16374 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
16375
16376         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
16377         (gst_jpeg_dec_chain):
16378           Fix invalid memory access for some odd-sized images
16379           (see image contained in quicktime stream in #327083);
16380           use g_malloc() instead of g_alloca().
16381
16382 2006-02-17  Wim Taymans  <wim@fluendo.com>
16383
16384         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
16385         Patch from Sebastien Cote, fixes #319884
16386
16387 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
16388
16389         * ext/cdio/gstcdio.c: (plugin_init):
16390           Init debug category (#331253).
16391
16392 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
16393
16394         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
16395           Pass extra_data to gst_riff_create_audio_caps(), so that
16396           WAVEFORMATEX stuff works. Post audio codec name and post
16397           it as taglist on the bus. Allow up to 8 channesl for raw
16398           PCM in the source pad template caps.
16399
16400 2006-02-16  Wim Taymans  <wim@fluendo.com>
16401
16402         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
16403         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
16404         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
16405         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
16406         (gst_multipart_set_property), (gst_multipart_get_property):
16407         Applied #318663. Gives quite a few false positives in
16408         autoscan mode, but it's better than nothing. Not closing yet.
16409
16410 2006-02-16  Wim Taymans  <wim@fluendo.com>
16411
16412         * docs/plugins/Makefile.am:
16413         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16414         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16415         * docs/plugins/gst-plugins-good-plugins.args:
16416         * docs/plugins/inspect/plugin-udp.xml:
16417         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
16418         (gst_udpsrc_start):
16419         Update documentation.
16420         Fix args.
16421
16422 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
16423
16424         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
16425         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
16426         frame size. (Fixes #331368)
16427
16428 2006-02-16  Wim Taymans  <wim@fluendo.com>
16429
16430         * gst/rtsp/README:
16431         Updated README.
16432
16433         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
16434         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
16435         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
16436         * gst/rtsp/gstrtspsrc.h:
16437         Make sure the RTP port is an even port an try to allocate 
16438         another if not.
16439         Added retry property to control max retries for port allocation.
16440         Make sure RTCP port is RTP port+1.
16441         Cleanup when port allocation fails.
16442         Fixes #319183.
16443         
16444 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
16445
16446         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
16447           Don't ignore return value of the parent class's state
16448           change function (#331385, patch by: Wouter Paesen).
16449
16450 2006-02-15  Wim Taymans  <wim@fluendo.com>
16451
16452         * configure.ac:
16453         * docs/plugins/Makefile.am:
16454         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16455         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16456         * docs/plugins/gst-plugins-good-plugins.hierarchy:
16457         * ext/Makefile.am:
16458         * ext/hal/Makefile.am:
16459         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
16460         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
16461         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
16462         (do_toggle_element), (gst_hal_audio_sink_set_property),
16463         (gst_hal_audio_sink_get_property),
16464         (gst_hal_audio_sink_change_state):
16465         * ext/hal/gsthalaudiosink.h:
16466         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
16467         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
16468         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
16469         (do_toggle_element), (gst_hal_audio_src_set_property),
16470         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
16471         * ext/hal/gsthalaudiosrc.h:
16472         * ext/hal/gsthalelements.c: (plugin_init):
16473         * ext/hal/gsthalelements.h:
16474         * ext/hal/hal.c: (gst_hal_get_string),
16475         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
16476         (gst_hal_get_audio_src):
16477         * ext/hal/hal.h:
16478         Add HAL sound device wrapper plugins. Closes #329106
16479
16480 2006-02-15  Wim Taymans  <wim@fluendo.com>
16481
16482         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
16483         Add comment in a fultile attempt to stop the copy-and-paste 
16484         paradigm leading to duplication of bad code.
16485
16486         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
16487         Mime parameters have to be checked case insensitive
16488
16489 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
16490
16491         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
16492           Advance stream time for lagging subtitle streams by sending
16493           newsegment events with the update flag set.
16494
16495 2006-02-14  Edward Hervey  <edward@fluendo.com>
16496
16497         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
16498         There can be bogus data before the hdrl LIST tag in the RIFF header.
16499         It's hard to say if it's not respecting the AVI specifications or not,
16500         but since Google Video is producing AVIs like that and the other player
16501         don't seem to complain, I guess we should do the same.
16502
16503 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
16504
16505         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
16506         (parse_split_strings):
16507         Add more validation to ensure that a char encoding conversion
16508         produced a valid UTF-8 string.
16509
16510 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
16511
16512         Reviewed by: Edward Hervey  <edward@fluendo.com>
16513
16514         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
16515         Properly handle end of segment. Closes #330885.
16516
16517 2006-02-13  Wim Taymans  <wim@fluendo.com>
16518
16519         * gst/rtp/gstrtpmp4gpay.h:
16520         For got to commit this one.
16521
16522 2006-02-12  Wim Taymans  <wim@fluendo.com>
16523
16524         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
16525         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
16526         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
16527         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
16528         * gst/rtp/gstrtpmp4gpay.h:
16529         Make more things work.
16530         Handle ACC config strings.
16531
16532 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
16533
16534         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
16535           set timestamps if no incoming timestamps set
16536
16537 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
16538
16539         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
16540         (gst_tag_demux_do_typefind):
16541           ... and fix the very same leaks in GstTagDemux.
16542
16543 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
16544
16545         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
16546         (gst_id3demux_do_typefind):
16547         Fix a couple of mem leaks. (Patch by Jonathan Matthew
16548         <jonathan at kaolin dot wh9 dot net>)
16549
16550 2006-02-10  Wim Taymans  <wim@fluendo.com>
16551
16552         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
16553         First set options, then set caps or else the baseclass
16554         will not know about the options, duh.
16555
16556 2006-02-10  Wim Taymans  <wim@fluendo.com>
16557
16558         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
16559         (gst_rtp_mp4v_pay_setcaps):
16560         Don't waste time looking for a config string if we have codec_info
16561         on the incomming caps.
16562
16563 2006-02-10  Wim Taymans  <wim@fluendo.com>
16564
16565         * gst/rtp/README:
16566         Say something about case-sensitivity of caps vs mime-attributes.
16567
16568         * gst/rtp/Makefile.am:
16569         * gst/rtp/gstrtp.c: (plugin_init):
16570         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
16571         (gst_rtp_amr_pay_handle_buffer):
16572         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
16573         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
16574         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
16575         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
16576         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
16577         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
16578         (gst_rtp_mp4g_pay_plugin_init):
16579         * gst/rtp/gstrtpmp4gpay.h:
16580         Added beginnings of mpeg4-generic payloader (RFC 3640)
16581
16582 2006-02-09  Wim Taymans  <wim@fluendo.com>
16583
16584         * gst/rtsp/Makefile.am:
16585         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
16586         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
16587         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
16588         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
16589         (gst_rtpdec_change_state):
16590         * gst/rtsp/gstrtpdec.h:
16591         * gst/rtsp/gstrtsp.c: (plugin_init):
16592         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
16593         * gst/rtsp/rtspconnection.c: (read_body),
16594         (rtsp_connection_receive):
16595         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
16596         Resurected rtpdec to make rtspsrc happy again.
16597         Skip attributes from the session id.
16598         Don't crash when dumping a message with an empty body.
16599
16600
16601 2006-02-09  Wim Taymans  <wim@fluendo.com>
16602
16603         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
16604         Added more meaningfull warnings when something goes wrong.
16605         Clear F bit on outgoing AMR packets.
16606
16607         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
16608         (gst_rtp_amr_pay_handle_buffer):
16609         Added debugging category
16610         Support payloading of multiple AMR frames.
16611
16612         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
16613         Added some debugging.
16614
16615 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
16616
16617         * configure.ac:
16618           Back to CVS
16619
16620 === release 0.10.2 ===
16621
16622 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
16623
16624         * configure.ac:
16625           releasing 0.10.2, "Papa was a rolling stone"
16626
16627 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
16628
16629         * configure.ac:
16630           Bump core and plugins-base requirement to 0.10.2.2
16631           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
16632
16633 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
16634
16635         * ext/flac/gstflac.c: (plugin_init):
16636         * ext/speex/gstspeex.c: (plugin_init):
16637           Register musicbrainz tags.
16638
16639 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
16640
16641         * ext/gconf/gconf.h:
16642           Remove declaration of function that no longer exists.
16643
16644 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16645
16646         * ext/shout2/gstshout2.c: (gst_shout2send_render),
16647         (gst_shout2send_setcaps), (gst_shout2send_change_state):
16648         Make shout2 work for non ogg streams
16649
16650 2006-02-06  Wim Taymans  <wim@fluendo.com>
16651
16652         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
16653         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
16654         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
16655         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
16656         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
16657         * gst/udp/gstmultiudpsink.h:
16658         Updated docs.
16659         Added properties bytes-served, bytes_to_serve.
16660         Post proper error messages,
16661         Emit client added signal too.
16662
16663 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16664
16665         * docs/plugins/Makefile.am:
16666         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16667         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16668         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
16669         (gst_multiudpsink_get_stats):
16670           adding docs for multiudpsink
16671
16672 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16673
16674         * gst/level/gstlevel.c: (gst_level_transform_ip):
16675           peak below decay is not necessarily an error, so don't ERROR log
16676
16677 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
16678
16679         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
16680         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
16681         (gst_ebml_write_seek):
16682         * gst/matroska/ebml-write.h:
16683           Make sure we send a newsegment event in BYTES format
16684           before sending buffers (#328531).
16685
16686 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
16687
16688         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
16689         (gst_dvdemux_sink_query):
16690         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
16691         * ext/speex/gstspeexdec.c: (speex_get_query_types),
16692         (speex_dec_src_query):
16693         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
16694         (gst_speexenc_sink_query):
16695         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
16696         * gst/matroska/matroska-demux.c:
16697         (gst_matroska_demux_get_src_query_types),
16698         (gst_matroska_demux_handle_src_query):
16699         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
16700         (gst_wavparse_pad_query):
16701           Pass unhandled queries upstream instead of just dropping
16702           them (#326446). Update query type arrays here and there.
16703
16704 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
16705
16706         * tests/check/elements/matroskamux.c: (setup_src_pad):
16707           Collectpads in core got changed and now also holds a
16708           reference to any pad that is part of it. Fix refcount
16709           checks in test case accordingly.
16710
16711 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
16712
16713         * gst/apetag/gstapedemux.h:
16714           Fix include, for now GstTagDemux is in the apetag dir.
16715
16716 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
16717
16718         * docs/plugins/Makefile.am:
16719         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16720         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16721         * docs/plugins/inspect/plugin-cdio.xml:
16722           Add cdio plugin to docs.
16723
16724         * ext/cdio/gstcdiocddasrc.c:
16725           Add gtk-doc blurb.
16726
16727         * ext/cdio/gstcdio.c:
16728           The plugin is called 'cdio' not 'cddio'.
16729
16730 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
16731
16732         * configure.ac:
16733         * docs/plugins/Makefile.am:
16734         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16735         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16736         * docs/plugins/gst-plugins-good-plugins.hierarchy:
16737         * docs/plugins/inspect/plugin-apetag.xml:
16738         * gst/apetag/Makefile.am:
16739         * gst/apetag/gstapedemux.c:
16740         * gst/apetag/gstapedemux.h:
16741         * gst/apetag/gsttagdemux.c:
16742         * gst/apetag/gsttagdemux.h:
16743           Add APE tag demuxer (#325649).
16744
16745 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16746
16747         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
16748         (gst_gconf_get_default_video_sink),
16749         (gst_gconf_get_default_audio_src),
16750         (gst_gconf_get_default_video_src):
16751         * ext/gconf/gconf.h:
16752         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
16753         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
16754         (do_toggle_element):
16755         * ext/gconf/gstgconfaudiosink.h:
16756         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
16757         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
16758         (do_toggle_element):
16759         * ext/gconf/gstgconfaudiosrc.h:
16760         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
16761         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
16762         (do_toggle_element):
16763         * ext/gconf/gstgconfvideosink.h:
16764         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
16765         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
16766         (do_toggle_element):
16767         * ext/gconf/gstgconfvideosrc.h:
16768           Ignore changing the GConf key to "". Ignore GConf key updates
16769           that don't actually change the string.
16770           For now, ignore the GConf key when the state is > READY, as
16771           it breaks streaming. Sometime it will be nice to bring the
16772           new sink online even mid-stream, by sending NEWSEGMENT info
16773           and possibly prerolling.
16774           (Fixes #326736)
16775
16776 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16777
16778         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
16779         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
16780         (zoomFilterSetResolution), (zoomFilterDestroy),
16781         (zoomFilterFastRGB), (pointFilter):
16782         * gst/goom/filters.h:
16783         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
16784         (goom_update), (goom_close):
16785         * gst/goom/goom_core.h:
16786         * gst/goom/goom_tools.h:
16787         * gst/goom/graphic.c:
16788         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
16789         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
16790         * gst/goom/gstgoom.h:
16791         * gst/goom/lines.c: (goom_lines):
16792         * gst/goom/lines.h:
16793           Make goom reentrant by moving all important static variables
16794           into instance structures.
16795           (Fixes #329181)
16796
16797 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
16798
16799         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
16800         (gst_avi_demux_all_source_pads_unlinked),
16801         (gst_avi_demux_process_next_entry):
16802         * gst/avi/gstavidemux.h:
16803           Third attempt, use gst_pad_is_linked() this time.
16804
16805 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
16806
16807         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
16808         (parse_split_strings):
16809         Adjust for data length indicators when parsing (Fixes #329810)
16810         Fix stupid bug parsing UTF-8 tag text.
16811         Output tag strings with multiple fields as multiple tags, so the
16812         app gets all the data.
16813
16814 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
16815
16816         * ext/flac/gstflacenc.c:
16817         Fixed a bug add in last commit, where no event is send. Thanks Tim to
16818         show me.
16819         
16820 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
16821
16822         * ext/flac/gstflacenc.c:
16823         * gst/matroska/ebml-read.c:
16824         Just make it compile with --disable-gst-debug.
16825
16826 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
16827
16828         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
16829         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
16830         (id3v2_genre_fields_to_taglist):
16831           Never output a tag with a null contents string.
16832
16833 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
16834
16835         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
16836           Only pause if all pads are unlinked AND we've tried to send data
16837           on all of them at least once.
16838
16839 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
16840
16841         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
16842         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
16843           Make loop function/task pause itself when all source pads are
16844           unlinked.
16845
16846 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
16847
16848         * configure.ac:
16849         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
16850           Use new functions from core to render a bin from a
16851           string. Fixes build. Up requirements to core CVS.
16852
16853 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
16854
16855         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
16856           Don't push buffers into the adapter that we are going to
16857           push downstream again without framing anyway. Also, the
16858           adaptor takes ownership of buffers put into it (fixes
16859           auparse pushing invalid buffers for .au files with
16860           ADPCM contents). Finally, set caps on all outgoing buffers.
16861
16862 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
16863
16864         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
16865         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
16866         (gst_id3demux_send_tag_event):
16867         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
16868         Someone should kick my butt. Remove ID3v1 tags from the end of the
16869         file.
16870
16871         Improve error messages. Send the TAG message as soon as we complete
16872         typefinding, instead of waiting until we send the first buffer.
16873         Downstream tag event is still sent before the first buffer.
16874
16875 2006-01-27  Jan Gerber  <j@bootlab.org>
16876
16877         Reviewed by: Andy Wingo <wingo@pobox.com>
16878
16879         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
16880         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
16881         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
16882         to not have warings flooding stderr. this is the suggested way
16883         also used in dvgrab and kino. (#328336)
16884
16885 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
16886
16887         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
16888         (gst_oss_sink_init), (gst_oss_sink_finalise):
16889           Free the device name string when finalised.
16890
16891 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
16892
16893         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
16894           Don't put function calls in g_return_if_fail() statements,
16895           or they'll be replaced with NOOPs if someone compiles with
16896           G_DISABLE_CHECKS defined.
16897           
16898 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
16899
16900         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
16901         Never trust ANY information encoded in a media file, especially
16902         when it's giving you sizes. (Fixes #328452)
16903
16904 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
16905
16906         * gst/rtp/gstrtpg711pay.c:
16907         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
16908         bug #325148.
16909
16910 2006-01-23  Edward Hervey  <edward@fluendo.com>
16911
16912         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
16913         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
16914         * gst/matroska/matroska-ids.h:
16915         Added recognition of Real Audio and Video streams in matroska demuxer.
16916
16917 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
16918
16919         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
16920           Remove errant break statement, and fix compilation with
16921           older GCC.
16922
16923 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
16924
16925         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16926
16927         * sys/sunaudio/gstsunaudiomixerctrl.c:
16928         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
16929           Export functions that are needed in other parts of the code,
16930           makes the mixer actually work; adjust magic minimum buffer-time
16931           value from 3ms to 5ms to work around stuttering during mp3
16932           playback (#327765).
16933
16934 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
16935
16936         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16937
16938         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
16939         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
16940           Fix possible deadlock in matroska muxer (#327825).
16941
16942 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
16943
16944         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
16945         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
16946         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
16947         * gst/rtsp/sdpmessage.h:
16948         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
16949         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
16950           C89 fixes: declare variables at the beginning of a block and
16951           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
16952           <jensgr at gmx dot net>).
16953
16954 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
16955
16956         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
16957         * gst/id3demux/id3tags.h:
16958         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
16959         (parse_comment_frame), (parse_text_identification_frame),
16960         (id3v2_tag_to_taglist), (id3v2_are_digits),
16961         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
16962         (parse_split_strings), (free_tag_strings):
16963           Rewrite parsing of text tags to handle multiple NULL terminated
16964           strings. Parse numeric genre strings and ID3v2 type
16965           "(3)(6)Alternative" style genre strings.
16966           Parse dates that are only YYYY or YYYY-mm format.
16967           (Fixes #328241 and #322154)
16968
16969 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
16970
16971         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
16972           Don't forget to initialize liboil, otherwise our oil functions
16973           will crash (fixes #327871; patch by: Christoph Burghardt
16974           <hawkes at web dot de>).
16975
16976 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
16977
16978         * configure.ac:
16979           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
16980           like in the core and gst-plugins-base. Fixes #324367 and #326683;
16981           patch by: Brian Cameron <brian dot cameron at sun dot com>
16982
16983 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
16984
16985         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
16986         * ext/cdio/gstcdio.h:
16987         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
16988           Fix build for libcdio versions >= 76; give slightly lower rank
16989           than cdparanoia.
16990
16991 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
16992
16993         * configure.ac:
16994         * ext/Makefile.am:
16995         * ext/cdio/Makefile.am:
16996         * ext/cdio/gstcdio.c:
16997         * ext/cdio/gstcdio.h:
16998         * ext/cdio/gstcdiocddasrc.c:
16999         * ext/cdio/gstcdiocddasrc.h:
17000           Port libcdio cdda source, formerly known as cddasrc, now known as
17001           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
17002           but that's not tested (fixes #317658).
17003
17004 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
17005
17006         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
17007           Fix conversion from TIME to BYTES format (fixes #326864;
17008           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
17009
17010 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
17011
17012         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
17013           Fix compilation of id3demux when zlib is not present.
17014           (Fixes #326602; patch by: Sergey Scobich)
17015
17016 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
17017
17018         * ext/esd/Makefile.am:
17019           Add $(ESD_CFLAGS), otherwise build will fail for folks
17020           with libesd in a non-standard prefix (#327009).
17021
17022 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17023
17024         * configure.ac:
17025           back to HEAD
17026
17027 === release 0.10.1 ===
17028
17029 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
17030
17031         * configure.ac:
17032           releasing 0.10.1, "Li"
17033
17034 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17035
17036           patch by: Wim Taymans
17037
17038         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
17039           fix memleak.  Fixes #326618
17040
17041 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17042
17043           patch by: Mike Smith
17044
17045         * gst/level/gstlevel.c: (gst_level_message_new),
17046         (gst_level_message_append_channel):
17047           Fix memleak.  Fixes #326612
17048
17049 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
17050
17051         * configure.ac:
17052           prereleasing
17053         * po/af.po:
17054         * po/az.po:
17055         * po/cs.po:
17056         * po/en_GB.po:
17057         * po/hu.po:
17058         * po/it.po:
17059         * po/nb.po:
17060         * po/nl.po:
17061         * po/or.po:
17062         * po/sq.po:
17063         * po/sr.po:
17064         * po/sv.po:
17065         * po/uk.po:
17066         * po/vi.po:
17067           update translations
17068
17069 2006-01-10  Michael Smith  <msmith@fluendo.com>
17070
17071         * gst/level/gstlevel.c: (gst_level_class_init),
17072         (gst_level_dispose):
17073           Don't leak filter arrays.
17074
17075 2006-01-09 Brian Cameron <brian.cameron@sun.com>
17076
17077         reviewed by: Christian Schaller <uraeus@gnome.org>
17078         
17079         * configure.ac:
17080         * gst-plugins-good.spec.in:
17081         * sys/Makefile.am:
17082         * sys/sunaudio/Makefile.am:
17083         * sys/sunaudio/gstsunaudio.c: (plugin_init):
17084         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
17085         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
17086         (gst_sunaudiomixer_change_state):
17087         * sys/sunaudio/gstsunaudiomixer.h:
17088         * sys/sunaudio/gstsunaudiomixerctrl.c:
17089         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
17090         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
17091         (gst_sunaudiomixer_ctrl_list_tracks),
17092         (gst_sunaudiomixer_ctrl_get_volume),
17093         (gst_sunaudiomixer_ctrl_set_volume),
17094         (gst_sunaudiomixer_ctrl_set_mute),
17095         (gst_sunaudiomixer_ctrl_set_record):
17096         * sys/sunaudio/gstsunaudiomixerctrl.h:
17097         * sys/sunaudio/gstsunaudiomixertrack.c:
17098         (gst_sunaudiomixer_track_class_init),
17099         (gst_sunaudiomixer_track_init), (fill_labels),
17100         (gst_sunaudiomixer_track_new):
17101         * sys/sunaudio/gstsunaudiomixertrack.h:
17102         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
17103         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
17104         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
17105         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
17106         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
17107         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
17108         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
17109         * sys/sunaudio/gstsunaudiosink.h:
17110
17111         Add SunAudio plugin - tested to make sure it doesn't break
17112         the build under GNU/Linux.      
17113
17114 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
17115
17116         * gst-plugins-good/gst/udp/gstdynudpsink.c:
17117         * gst-plugins-good/gst/udp/gstudpsrc.c:
17118         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
17119         overrides the port or multicast parameters. Fixes bugs #323021.
17120         API addition: adds GstUDPSrc::sockfd property   
17121
17122 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
17123
17124         * ext/gconf/Makefile.am:
17125         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
17126         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
17127         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
17128         (do_toggle_element), (cb_toggle_element),
17129         (gst_gconf_audio_src_change_state):
17130         * ext/gconf/gstgconfaudiosrc.h:
17131         * ext/gconf/gstgconfelements.c: (plugin_init):
17132         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
17133         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
17134         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
17135         (do_toggle_element), (cb_toggle_element),
17136         (gst_gconf_video_src_change_state):
17137         * ext/gconf/gstgconfvideosrc.h:
17138           Add new gconfaudiosrc and gconfvideosrc elements
17139           (needed for gnome-sound-recorder).
17140
17141 2006-01-06  Edward Hervey  <edward@fluendo.com>
17142
17143         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
17144         Add gst_element_no_more_pads() for proper decodebin behaviour.
17145         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
17146         (parse_text_identification_frame), (parse_split_strings):
17147         Failure to decode some tags is not a GST_ERROR() but a
17148         GST_WARNING()
17149         When iterating over a chunk of text, check that we haven't gone too
17150         far.
17151
17152 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
17153
17154         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
17155         (plugin_init):
17156           call oil_init() when using liboil
17157
17158 2006-01-04  Wim Taymans  <wim@fluendo.com>
17159
17160         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
17161         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
17162         Fix leaks.
17163
17164 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
17165
17166         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
17167
17168         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
17169         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
17170         (gst_flac_dec_change_state):
17171           Don't g_assert() where we should just return FALSE; remove
17172           unnecessary g_assert(); initialize some fields properly in
17173           state change function (fixes #325504). Also, use
17174           GST_DEBUG_OBJECT in two more places.
17175
17176 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
17177
17178         * configure.ac:
17179           also remove smoothwave's Makefile.am
17180         * docs/plugins/Makefile.am:
17181           fix plugin docs
17182
17183 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
17184
17185         * tests/examples/Makefile.am:
17186           added missing Makefile.am
17187
17188 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
17189
17190         * configure.ac:
17191         * gst/level/Makefile.am:
17192         * gst/level/level-example.c:
17193         * tests/Makefile.am:
17194         * tests/examples/level/Makefile.am:
17195         * tests/examples/level/level-example.c: (message_handler), (main):
17196           moved level-example to tests/examples/level-example
17197         * tests/old/examples/level/demo.c: (main):
17198         * tests/old/examples/level/plot.c: (main):
17199           some initial fixes
17200
17201 2005-12-29  Michael Smith  <msmith@fluendo.com>
17202
17203         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
17204         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
17205         * gst/udp/gstmultiudpsink.h:
17206           Track packets sent per client in addition to bytes sent; provide
17207           this info through get-stats signal
17208
17209 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
17210
17211         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
17212           Can't use gst_object_unref() on a GstAdapter (#325191).
17213
17214 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
17215
17216         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
17217         If a broken tag has 0 bytes payload, at least still skip
17218         the 10 byte header
17219
17220 2005-12-22  Philippe Khalaf  <burger@speedy.org>
17221
17222         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
17223         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
17224         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
17225         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
17226           Making these depayloaders (H263+ and mpeg4 video) inherit from
17227           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
17228
17229 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
17230
17231         * docs/plugins/gst-plugins-good-plugins.args:
17232         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17233         Regenerate the plugin hiearchy.
17234
17235 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
17236
17237         * docs/plugins/Makefile.am:
17238         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17239         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17240         * docs/plugins/gst-plugins-good-plugins.args:
17241         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
17242         (gst_id3demux_base_init), (gst_id3demux_class_init),
17243         (gst_id3demux_chain):
17244         * gst/id3demux/gstid3demux.h:
17245           Add documentation for id3demux.
17246           Don't fail if the first buffer is not at offset 0, just
17247           attempt to typefind and do pass through
17248           Rename the gst_type function from gst_gst_id3demux..
17249
17250 2005-12-20  Michael Smith  <msmith@fluendo.com>
17251
17252         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
17253         (gst_multiudpsink_add), (gst_multiudpsink_remove),
17254         (gst_multiudpsink_get_stats):
17255         * gst/udp/gstmultiudpsink.h:
17256           Collect statistics; return them from get_stats.
17257
17258 2005-12-19  Edward Hervey  <edward@fluendo.com>
17259
17260         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
17261         Stupid signedness issue...
17262
17263 2005-12-19  Edward Hervey  <edward@fluendo.com>
17264
17265         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
17266         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
17267         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
17268         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
17269         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
17270         Construct index for indexless files.
17271         Make sure pad/buffers are correctly reset to NULL once we don't need
17272         them anymore, else we get lovely segfaults/assertions.
17273         * gst/wavparse/gstwavparse.c:
17274         Yes, you can have 96KHz audio and wma in wav :(
17275
17276 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
17277
17278         * configure.ac:
17279           Check for optional dependency on zlib for id3demux
17280
17281         * gst/id3demux/Makefile.am:
17282         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
17283         (gst_id3demux_base_init), (gst_id3demux_class_init),
17284         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
17285         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
17286         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
17287         (gst_id3demux_set_property), (gst_id3demux_get_property),
17288         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
17289         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
17290         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
17291         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
17292         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
17293         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
17294         (simple_find_peek), (simple_find_suggest),
17295         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
17296         (plugin_init):
17297         * gst/id3demux/gstid3demux.h:
17298         * gst/id3demux/id3tags.c: (read_synch_uint),
17299         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
17300         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
17301         (id3demux_id3v2_frames_to_tag_list):
17302         * gst/id3demux/id3tags.h:
17303         * gst/id3demux/id3v2.4.0-frames.txt:
17304         * gst/id3demux/id3v2.4.0-structure.txt:
17305         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17306         (parse_comment_frame), (parse_text_identification_frame),
17307         (id3v2_tag_to_taglist), (parse_split_strings):
17308           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
17309           otherwise it discards them. Works on my test files. 
17310
17311         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
17312           Don't send EOS to a non-existing srcpad
17313           The debug category can be static
17314
17315 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
17316
17317         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
17318         * ext/esd/esdsink.c: (gst_esdsink_prepare):
17319         * gst/multipart/multipartdemux.c:
17320           change some char* into char[]
17321
17322 2005-12-16  Wim Taymans  <wim@fluendo.com>
17323
17324         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
17325         (gst_wavparse_other), (gst_wavparse_perform_seek),
17326         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
17327         (gst_wavparse_loop), (gst_wavparse_pad_convert),
17328         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
17329         * gst/wavparse/gstwavparse.h:
17330         Use GstSegment to implement more seeking features.
17331
17332 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
17333
17334         * gst/rtsp/rtspconnection.c:
17335           Add <netinet/in.h> include and move <arpa/inet.h> include
17336           to make things work on OpenBSD as well (fixes #323717;
17337           patch by: Benjamin Pineau)
17338
17339 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
17340
17341         * gst/rtp/gstrtpspeexdepay.c:
17342         * gst/rtp/gstrtpspeexpay.c:
17343         Set clock rate to be fixed in 8000. It fixes bug #324012.
17344
17345 2005-12-14  Philippe Khalaf  <burger@speedy.org>
17346
17347         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
17348         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
17349         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
17350         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
17351         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
17352         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
17353         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
17354         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
17355         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
17356         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
17357         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
17358         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
17359         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
17360         * gst-plugins-good/gst/rtp/README:
17361         Fixed payload range in payloder caps. Removed payload range completely
17362         from depayloaders as they don't require payload type in their caps.
17363         In effect, there isn't any specific payload type for any given codec,
17364         only suggestions.
17365         Fixes bug #324011.
17366
17367 2005-12-13  Julien MOUTTE  <julien@moutte.net>
17368
17369         * gst/videomixer/videomixer.c: (gst_videomixer_init),
17370         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
17371         (gst_videomixer_collected): Code cleanup and re-enabling 
17372         queued time validity check for correct EOS handling.
17373
17374 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
17375
17376         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
17377         (gst_oss_mixer_element_get_property),
17378         (gst_oss_mixer_element_change_state):
17379         Add 'device-name' property and fix state change function.
17380
17381 2005-12-13  Edward Hervey  <edward@fluendo.com>
17382
17383         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
17384         If the speed of the file is null in the header, set the frame_time to
17385         the default setting of GST_SECOND / 70. Which is the default
17386         frame_delay for .fli files as stated in this document :
17387         http://www.compuphase.com/flic.htm
17388         Would be nice to have the time conversion done properly too (duration =
17389         flxh->frames * flxdec->frame_time)
17390
17391 2005-12-12  Julien MOUTTE  <julien@moutte.net>
17392
17393         * docs/plugins/Makefile.am:
17394         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17395         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17396         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17397         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
17398         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
17399         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
17400         documentation for videomixer on my way with a funny sample
17401         pipeline.
17402
17403 2005-12-12  Julien MOUTTE  <julien@moutte.net>
17404
17405         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
17406         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
17407         (gst_videomixer_update_queues), (gst_videomixer_collected):
17408         Fix caps negotiation. (#323896)
17409
17410 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
17411
17412         * gst/matroska/matroska-demux.c:
17413         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
17414           Set correct timestamps on audio laces, fixes playback of mp3 from
17415                 matroska.
17416
17417 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
17418
17419         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
17420         (gst_au_parse_class_init), (gst_au_parse_init),
17421         (gst_au_parse_dispose), (gst_au_parse_chain),
17422         (gst_au_parse_change_state), (plugin_init):
17423         * gst/auparse/gstauparse.h:
17424           Use gst_object_unref() for GstObjects instead of
17425           g_object_unref() and fix a mem leak in a debug
17426           statement; while we're at it, also borgify, use
17427           boilerplate macros and clean up a little bit.
17428
17429 2005-12-11  Edward Hervey  <edward@fluendo.com>
17430
17431         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
17432         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
17433         Added pull mode.
17434
17435 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
17436
17437         * gst/goom/gstgoom.c:
17438         * gst/level/level-example.c: (main):
17439         * gst/smoothwave/demo-osssrc.c: (main):
17440           Use audiotestsrc instead of sinesrc (#323798).
17441
17442 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
17443
17444         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
17445           more debug-func-ptr usage
17446
17447 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
17448
17449         * gst/flx/flx_color.c: (flx_colorspace_convert):
17450         * gst/flx/flx_color.h:
17451         * gst/flx/flx_fmt.h:
17452         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
17453         * gst/flx/gstflxdec.h:
17454           Now flxdec works on big-endian machines as well.
17455
17456 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
17457
17458         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
17459         (gst_fenced_buffer_copy):
17460           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
17461           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
17462           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
17463           and use GST_DEBUG_FUNCPTR for pad functions.
17464
17465 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
17466
17467         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
17468         (gst_flac_dec_class_init), (gst_flac_dec_init),
17469         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
17470         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
17471         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
17472         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
17473         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
17474         (gst_flac_dec_change_state):
17475         * ext/flac/gstflacdec.h:
17476           Rewrite flacdec a bit, so that even seeking might work now. Most
17477           importantly, don't act upon any flow return values we get, just tell
17478           the decoder everything's dandy and act on the flow return values
17479           later on in the loop function. We don't want to mess up the internal
17480           decoder state for non-fatal things like flushing pads etc. Other
17481           than that, use GstSegment (segment seeks don't work yet though, but
17482           should be easy to add), use boilerplate macros, drop the superfluous
17483           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
17484           lots of other things.
17485
17486 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
17487
17488         * configure.ac:
17489           Update comment in OSS includes check.
17490
17491         * sys/oss/gstossdmabuffer.c:
17492         * sys/oss/gstosshelper.c:
17493         * sys/oss/gstossmixer.c:
17494         * sys/oss/gstossmixertrack.c:
17495         * sys/oss/gstosssink.c:
17496         * sys/oss/gstosssrc.c:
17497         * sys/oss/oss_probe.c:
17498           Don't assume the OSS soundcard.h include is always in
17499           the sys/ directory. Instead, use the existing defines
17500           from config.h to include the right file. Fixes
17501           compilation on OpenBSD 3.8 (#323718).
17502
17503 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17504
17505         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17506         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17507         * docs/plugins/inspect/plugin-1394.xml:
17508         * docs/plugins/inspect/plugin-aasink.xml:
17509         * docs/plugins/inspect/plugin-alaw.xml:
17510         * docs/plugins/inspect/plugin-alpha.xml:
17511         * docs/plugins/inspect/plugin-alphacolor.xml:
17512         * docs/plugins/inspect/plugin-auparse.xml:
17513         * docs/plugins/inspect/plugin-autodetect.xml:
17514         * docs/plugins/inspect/plugin-avi.xml:
17515         * docs/plugins/inspect/plugin-cacasink.xml:
17516         * docs/plugins/inspect/plugin-cairo.xml:
17517         * docs/plugins/inspect/plugin-cutter.xml:
17518         * docs/plugins/inspect/plugin-debug.xml:
17519         * docs/plugins/inspect/plugin-dv.xml:
17520         * docs/plugins/inspect/plugin-efence.xml:
17521         * docs/plugins/inspect/plugin-effectv.xml:
17522         * docs/plugins/inspect/plugin-esdsink.xml:
17523         * docs/plugins/inspect/plugin-flac.xml:
17524         * docs/plugins/inspect/plugin-flxdec.xml:
17525         * docs/plugins/inspect/plugin-gconfelements.xml:
17526         * docs/plugins/inspect/plugin-goom.xml:
17527         * docs/plugins/inspect/plugin-jpeg.xml:
17528         * docs/plugins/inspect/plugin-level.xml:
17529         * docs/plugins/inspect/plugin-matroska.xml:
17530         * docs/plugins/inspect/plugin-mulaw.xml:
17531         * docs/plugins/inspect/plugin-multipart.xml:
17532         * docs/plugins/inspect/plugin-navigationtest.xml:
17533         * docs/plugins/inspect/plugin-ossaudio.xml:
17534         * docs/plugins/inspect/plugin-png.xml:
17535         * docs/plugins/inspect/plugin-rtp.xml:
17536         * docs/plugins/inspect/plugin-rtsp.xml:
17537         * docs/plugins/inspect/plugin-shout2send.xml:
17538         * docs/plugins/inspect/plugin-smpte.xml:
17539         * docs/plugins/inspect/plugin-speex.xml:
17540         * docs/plugins/inspect/plugin-udp.xml:
17541         * docs/plugins/inspect/plugin-videobox.xml:
17542         * docs/plugins/inspect/plugin-videoflip.xml:
17543         * docs/plugins/inspect/plugin-videomixer.xml:
17544         * docs/plugins/inspect/plugin-wavenc.xml:
17545         * docs/plugins/inspect/plugin-wavparse.xml:
17546         * ext/flac/gstflac.c: (plugin_init):
17547         * ext/flac/gstflacdec.c: (flacdec_get_type),
17548         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
17549         (gst_flac_dec_init), (gst_flac_dec_finalize),
17550         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
17551         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
17552         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
17553         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
17554         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
17555         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
17556         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
17557         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
17558         * ext/flac/gstflacdec.h:
17559         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
17560         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
17561         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
17562         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
17563         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
17564         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
17565         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
17566         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
17567         (gst_flac_enc_change_state):
17568         * ext/flac/gstflacenc.h:
17569           borgify and fix up documentation
17570
17571 2005-12-09  Michael Smith  <msmith@fluendo.com>
17572
17573         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
17574           Accept a wider range of flac files, more closely matching flac spec.
17575
17576 2005-12-08  Julien MOUTTE  <julien@moutte.net>
17577
17578         * docs/plugins/Makefile.am: Add multipart elements.
17579         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17580         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
17581         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17582         * gst/multipart/multipartdemux.c:
17583         * gst/multipart/multipartmux.c: Add docs.
17584
17585 2005-12-07  Edward Hervey  <edward@fluendo.com>
17586
17587         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
17588         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
17589         (gst_avi_demux_invert):
17590         Memleak and crasher fixes.
17591         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
17592         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
17593         Memleak fixes
17594
17595 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17596
17597         * ext/aalib/gstaasink.h:
17598         * ext/cairo/gsttextoverlay.h:
17599         * ext/dv/gstdvdec.h:
17600         * ext/dv/gstdvdemux.c:
17601         * ext/dv/gstdvdemux.h:
17602         * ext/esd/esdsink.h:
17603         * ext/flac/flac_compat.h:
17604         * ext/flac/gstflacdec.h:
17605         * ext/flac/gstflacenc.h:
17606         * ext/gconf/gconf.h:
17607         * ext/gconf/gstgconfaudiosink.h:
17608         * ext/gconf/gstgconfvideosink.h:
17609         * ext/gdk_pixbuf/gstgdkanimation.h:
17610         * ext/jpeg/gstjpegdec.h:
17611         * ext/jpeg/smokecodec.h:
17612         * ext/jpeg/smokeformat.h:
17613         * ext/ladspa/gstsignalprocessor.h:
17614         * ext/ladspa/search.c: (LADSPAPluginSearch):
17615         * ext/ladspa/utils.h:
17616         * ext/libmng/gstmng.c:
17617         * ext/libmng/gstmngdec.h:
17618         * ext/libmng/gstmngenc.c:
17619         * ext/libmng/gstmngenc.h:
17620         * ext/libpng/gstpng.c:
17621         * ext/libpng/gstpngenc.c:
17622         * ext/libpng/gstpngenc.h:
17623         * ext/shout2/gstshout2.h:
17624         * ext/speex/gstspeexdec.h:
17625         * ext/speex/gstspeexenc.c:
17626         * ext/speex/gstspeexenc.h:
17627         * gst/auparse/gstauparse.c: (gst_auparse_chain):
17628         * gst/autodetect/gstautoaudiosink.h:
17629         * gst/autodetect/gstautovideosink.h:
17630         * gst/avi/gstavidemux.h:
17631         * gst/cutter/gstcutter.c: (gst_cutter_chain),
17632         (gst_cutter_set_property), (gst_cutter_get_caps):
17633         * gst/cutter/gstcutter.h:
17634         * gst/debug/tests.c: (md5_process_block):
17635         * gst/debug/tests.h:
17636         * gst/effectv/gstwarp.c:
17637         * gst/flx/flx_fmt.h:
17638         * gst/flx/gstflxdec.h:
17639         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
17640         (zoomFilterFastRGB):
17641         * gst/goom/filters.h:
17642         * gst/goom/goom_tools.h:
17643         * gst/law/alaw-encode.c:
17644         * gst/level/gstlevel.c:
17645         * gst/level/gstlevel.h:
17646         * gst/matroska/ebml-write.h:
17647         * gst/matroska/matroska-demux.h:
17648         * gst/matroska/matroska-ids.h:
17649         * gst/matroska/matroska-mux.h:
17650         * gst/monoscope/convolve.c: (convolve_match):
17651         * gst/monoscope/convolve.h:
17652         * gst/multipart/multipartmux.c:
17653         * gst/oldcore/gstaggregator.c:
17654         * gst/oldcore/gstaggregator.h:
17655         * gst/oldcore/gstmd5sink.c: (md5_process_block):
17656         * gst/oldcore/gstmd5sink.h:
17657         * gst/oldcore/gstmultifilesrc.c:
17658         * gst/oldcore/gstmultifilesrc.h:
17659         * gst/oldcore/gstpipefilter.h:
17660         * gst/oldcore/gstshaper.h:
17661         * gst/rtp/gstrtpL16depay.h:
17662         * gst/rtp/gstrtpL16pay.h:
17663         * gst/rtp/gstrtpdepay.h:
17664         * gst/rtp/gstrtpmp4vpay.c:
17665         * gst/rtp/gstrtpmp4vpay.h:
17666         * gst/rtsp/gstrtspsrc.c:
17667         * gst/rtsp/gstrtspsrc.h:
17668         * gst/rtsp/rtspconnection.h:
17669         * gst/rtsp/rtspdefs.h:
17670         * gst/rtsp/rtspmessage.h:
17671         * gst/rtsp/rtsptransport.h:
17672         * gst/rtsp/rtspurl.c:
17673         * gst/rtsp/rtspurl.h:
17674         * gst/rtsp/sdpmessage.c:
17675         * gst/rtsp/sdpmessage.h:
17676         * gst/smpte/barboxwipes.c:
17677         * gst/smpte/gstmask.h:
17678         * gst/smpte/gstsmpte.h:
17679         * gst/smpte/paint.c:
17680         * gst/smpte/paint.h:
17681         * gst/udp/gstdynudpsink.h:
17682         * gst/udp/gstmultiudpsink.h:
17683         * gst/udp/gstudpsink.c:
17684         * gst/udp/gstudpsink.h:
17685         * gst/udp/gstudpsrc.c:
17686         * gst/videomixer/videomixer.c:
17687         * gst/wavenc/riff.h:
17688         * gst/wavparse/gstwavparse.h:
17689         * sys/oss/gstossdmabuffer.h:
17690         * sys/oss/gstossmixer.h:
17691         * sys/oss/gstossmixerelement.h:
17692         * sys/oss/gstossmixertrack.h:
17693         * sys/oss/gstosssink.c:
17694         * sys/oss/gstosssink.h:
17695         * sys/oss/gstosssrc.c:
17696         * sys/oss/gstosssrc.h:
17697         * sys/osxaudio/gstosxaudioelement.h:
17698         * sys/osxaudio/gstosxaudiosink.h:
17699         * sys/osxaudio/gstosxaudiosrc.h:
17700           expand tabs
17701
17702 === release 0.10.0 ===
17703
17704 2005-12-05   <thomas (at) apestaart (dot) org>
17705
17706         * configure.ac:
17707           releasing 0.10.0, "Abondance"
17708
17709 2005-12-05  Andy Wingo  <wingo@pobox.com>
17710
17711         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
17712         * ext/flac/gstflacdec.c: (gst_flacdec_write):
17713         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
17714         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
17715         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
17716         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
17717         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
17718         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
17719         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
17720         * ext/speex/gstspeexdec.c: (speex_dec_chain):
17721         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
17722         * gst/auparse/gstauparse.c: (gst_auparse_chain):
17723         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
17724         * gst/goom/gstgoom.c: (gst_goom_chain):
17725         * gst/matroska/matroska-demux.c:
17726         (gst_matroska_demux_push_vorbis_codec_priv_data),
17727         (gst_matroska_demux_add_wvpk_header):
17728         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
17729         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
17730         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
17731         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
17732         alloc_buffer changes.
17733
17734 2005-12-05  Michael Smith  <msmith@fluendo.com>
17735
17736         * docs/plugins/gst-plugins-good-plugins.args:
17737           Remove args for plugins that aren't in -good.
17738
17739 === release 0.9.7 ===
17740
17741 2005-12-01   <thomas (at) apestaart (dot) org>
17742
17743         * configure.ac:
17744           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
17745
17746 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17747
17748         * docs/plugins/.cvsignore:
17749         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17750         * docs/plugins/inspect/plugin-multipart.xml:
17751         * docs/plugins/inspect/plugin-rtp.xml:
17752           add multipart plugin to docs
17753
17754 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17755
17756         * configure.ac:
17757         * ext/Makefile.am:
17758         * ext/pango/Makefile.am:
17759         * ext/pango/gstclockoverlay.c:
17760         * ext/pango/gstclockoverlay.h:
17761         * ext/pango/gsttextoverlay.c:
17762         * ext/pango/gsttextoverlay.h:
17763         * ext/pango/gsttextrender.c:
17764         * ext/pango/gsttextrender.h:
17765         * ext/pango/gsttimeoverlay.c:
17766         * ext/pango/gsttimeoverlay.h:
17767           move pango to base
17768
17769 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17770
17771         * gst/rtp/Makefile.am:
17772         * gst/rtp/gstrtpL16depay.c:
17773         * gst/rtp/gstrtpL16depay.h:
17774         * gst/rtp/gstrtpL16parse.c:
17775         * gst/rtp/gstrtpL16parse.h:
17776         * gst/rtp/gstrtpgsmdepay.c:
17777         * gst/rtp/gstrtpgsmdepay.h:
17778         * gst/rtp/gstrtpgsmparse.c:
17779         * gst/rtp/gstrtpgsmparse.h:
17780           parsers are depayers
17781
17782 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17783
17784         * gst/rtp/Makefile.am:
17785         * gst/rtp/gstasteriskh263.c:
17786         * gst/rtp/gstrtp.c:
17787         * gst/rtp/gstrtpL16enc.c:
17788         * gst/rtp/gstrtpL16enc.h:
17789         * gst/rtp/gstrtpL16parse.c:
17790         * gst/rtp/gstrtpL16parse.h:
17791         * gst/rtp/gstrtpL16pay.c:
17792         * gst/rtp/gstrtpL16pay.h:
17793         * gst/rtp/gstrtpamrdec.c:
17794         * gst/rtp/gstrtpamrdec.h:
17795         * gst/rtp/gstrtpamrdepay.c:
17796         * gst/rtp/gstrtpamrdepay.h:
17797         * gst/rtp/gstrtpamrenc.c:
17798         * gst/rtp/gstrtpamrenc.h:
17799         * gst/rtp/gstrtpamrpay.c:
17800         * gst/rtp/gstrtpamrpay.h:
17801         * gst/rtp/gstrtpdec.c:
17802         * gst/rtp/gstrtpdec.h:
17803         * gst/rtp/gstrtpdepay.c:
17804         * gst/rtp/gstrtpdepay.h:
17805         * gst/rtp/gstrtpg711dec.c:
17806         * gst/rtp/gstrtpg711dec.h:
17807         * gst/rtp/gstrtpg711depay.c:
17808         * gst/rtp/gstrtpg711depay.h:
17809         * gst/rtp/gstrtpg711enc.c:
17810         * gst/rtp/gstrtpg711enc.h:
17811         * gst/rtp/gstrtpg711pay.c:
17812         * gst/rtp/gstrtpg711pay.h:
17813         * gst/rtp/gstrtpgsmenc.c:
17814         * gst/rtp/gstrtpgsmenc.h:
17815         * gst/rtp/gstrtpgsmparse.c:
17816         * gst/rtp/gstrtpgsmparse.h:
17817         * gst/rtp/gstrtpgsmpay.c:
17818         * gst/rtp/gstrtpgsmpay.h:
17819         * gst/rtp/gstrtph263enc.c:
17820         * gst/rtp/gstrtph263enc.h:
17821         * gst/rtp/gstrtph263pay.c:
17822         * gst/rtp/gstrtph263pay.h:
17823         * gst/rtp/gstrtph263pdec.c:
17824         * gst/rtp/gstrtph263pdec.h:
17825         * gst/rtp/gstrtph263pdepay.c:
17826         * gst/rtp/gstrtph263pdepay.h:
17827         * gst/rtp/gstrtph263penc.c:
17828         * gst/rtp/gstrtph263penc.h:
17829         * gst/rtp/gstrtph263ppay.c:
17830         * gst/rtp/gstrtph263ppay.h:
17831         * gst/rtp/gstrtpmp4vdec.c:
17832         * gst/rtp/gstrtpmp4vdec.h:
17833         * gst/rtp/gstrtpmp4vdepay.c:
17834         * gst/rtp/gstrtpmp4vdepay.h:
17835         * gst/rtp/gstrtpmp4venc.c:
17836         * gst/rtp/gstrtpmp4venc.h:
17837         * gst/rtp/gstrtpmp4vpay.c:
17838         * gst/rtp/gstrtpmp4vpay.h:
17839         * gst/rtp/gstrtpmpadec.c:
17840         * gst/rtp/gstrtpmpadec.h:
17841         * gst/rtp/gstrtpmpadepay.c:
17842         * gst/rtp/gstrtpmpadepay.h:
17843         * gst/rtp/gstrtpmpaenc.c:
17844         * gst/rtp/gstrtpmpaenc.h:
17845         * gst/rtp/gstrtpmpapay.c:
17846         * gst/rtp/gstrtpmpapay.h:
17847         * gst/rtp/gstrtpspeexdec.c:
17848         * gst/rtp/gstrtpspeexdec.h:
17849         * gst/rtp/gstrtpspeexdepay.c:
17850         * gst/rtp/gstrtpspeexdepay.h:
17851         * gst/rtp/gstrtpspeexenc.c:
17852         * gst/rtp/gstrtpspeexenc.h:
17853         * gst/rtp/gstrtpspeexpay.c:
17854         * gst/rtp/gstrtpspeexpay.h:
17855           Do burger's rename for rtp payloaders and depayloaders
17856
17857 2005-11-30  Wim Taymans  <wim@fluendo.com>
17858
17859         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
17860         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
17861         * ext/dv/gstdvdemux.h:
17862         Fix seeking in dvdemux again, add some more debug info.
17863
17864 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17865
17866         * configure.ac:
17867           fix tests
17868
17869 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17870
17871         * PORTED_09:
17872         * docs/random/PORTED_09:
17873           move
17874         * tests/Makefile.am:
17875           add
17876         * win32/gst.sln:
17877           remove
17878
17879 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17880
17881         * Makefile.am:
17882         * check/.cvsignore:
17883         * check/Makefile.am:
17884         * check/elements/.cvsignore:
17885         * check/elements/level.c:
17886         * check/elements/matroskamux.c:
17887         * configure.ac:
17888         * examples/Makefile.am:
17889         * examples/capsfilter/Makefile.am:
17890         * examples/capsfilter/capsfilter1.c:
17891         * examples/gob/Makefile.am:
17892         * examples/gob/gst-identity2.gob:
17893         * examples/gstplay/.cvsignore:
17894         * examples/gstplay/Makefile.am:
17895         * examples/gstplay/player.c:
17896         * examples/indexing/.cvsignore:
17897         * examples/indexing/Makefile.am:
17898         * examples/indexing/indexmpeg.c:
17899         * examples/level/Makefile.am:
17900         * examples/level/README:
17901         * examples/level/demo.c:
17902         * examples/level/plot.c:
17903         * examples/stats/Makefile.am:
17904         * examples/stats/mp2ogg.c:
17905         * examples/switch/.cvsignore:
17906         * examples/switch/Makefile.am:
17907         * examples/switch/switcher.c:
17908           move under tests/
17909
17910 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
17911
17912         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
17913         (gst_text_render_class_init), (resize_bitmap),
17914         (gst_text_render_render_text), (gst_text_render_setcaps),
17915         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
17916         (gst_text_render_chain), (gst_text_render_finalize),
17917         (gst_text_render_init), (gst_text_render_set_property):
17918         * ext/pango/gsttextrender.h:
17919           Add missing files.
17920
17921 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
17922
17923         * configure.ac:
17924         * ext/Makefile.am:
17925         * ext/pango/Makefile.am:
17926         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
17927         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
17928         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
17929         * ext/pango/gstclockoverlay.h:
17930         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17931         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
17932         (gst_text_overlay_finalize), (gst_text_overlay_init),
17933         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
17934         (gst_text_overlay_text_pad_linked),
17935         (gst_text_overlay_text_pad_unlinked),
17936         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
17937         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
17938         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
17939         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
17940         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
17941         (gst_text_overlay_change_state), (plugin_init):
17942         * ext/pango/gsttextoverlay.h:
17943         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
17944         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
17945         (gst_time_overlay_class_init), (gst_time_overlay_init):
17946         * ext/pango/gsttimeoverlay.h:
17947           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
17948           and add background shading and text wrapping modes. Make 
17949           timoverlay derive from textoverlay. Also add new clockoverlay
17950           element.
17951
17952 2005-11-30  Julien MOUTTE  <julien@moutte.net>
17953
17954         * gst/udp/Makefile.am: Moved to netbuffer.
17955
17956 2005-11-30  Julien MOUTTE  <julien@moutte.net>
17957
17958         * configure.ac:
17959         * PORTED_O9:
17960         * gst/multipart/Makefile.am:
17961         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
17962         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
17963         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
17964         (gst_multipart_demux_change_state),
17965         (gst_multipart_demux_plugin_init):
17966         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
17967         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
17968         (gst_multipart_mux_sinkconnect),
17969         (gst_multipart_mux_request_new_pad),
17970         (gst_multipart_mux_handle_src_event),
17971         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
17972         (gst_multipart_mux_change_state): Ported multipart mux/demux to
17973         0.9.
17974
17975 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17976
17977         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
17978         * gst/debug/gstnavigationtest.h:
17979         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
17980         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
17981         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
17982         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
17983         * gst/effectv/gstrev.c: (gst_revtv_get_type):
17984         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
17985         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
17986         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
17987         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
17988         (gst_video_flip_get_type):
17989         * gst/videofilter/gstvideoflip.h:
17990           update for symbols change
17991
17992 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17993
17994         * gst/udp/gstdynudpsink.c:
17995         * gst/udp/gstudpsrc.c:
17996           the old gstnet lib was renamed gstnetbuffer (#322257)
17997
17998 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
17999
18000         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
18001         (gst_text_overlay_collected):
18002           Actually render the text from the text pad.
18003
18004 2005-11-29  Edward Hervey  <edward@fluendo.com>
18005
18006         * gst/debug/gstnavseek.c: (gst_navseek_event):
18007         * gst/debug/progressreport.c: (gst_progress_report_event):
18008         Update for GstBaseTransform event virtual method
18009
18010 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18011
18012         * ext/cairo/Makefile.am:
18013           no need to link to videofilter
18014
18015 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18016
18017         * gst/debug/Makefile.am:
18018         * gst/debug/gstnavigationtest.h:
18019         * gst/effectv/Makefile.am:
18020         * gst/effectv/gstaging.c:
18021         * gst/effectv/gstdice.c:
18022         * gst/effectv/gstedge.c:
18023         * gst/effectv/gstquark.c:
18024         * gst/effectv/gstrev.c:
18025         * gst/effectv/gstshagadelic.c:
18026         * gst/effectv/gstvertigo.c:
18027         * gst/effectv/gstwarp.c:
18028         * gst/videofilter/Makefile.am:
18029         * gst/videofilter/gstvideofilter.c:
18030         * gst/videofilter/gstvideofilter.h:
18031         * gst/videofilter/gstvideoflip.h:
18032           remove the videofilter library and link to the one in base
18033
18034 2005-11-28  Edward Hervey  <edward@fluendo.com>
18035
18036         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18037         Useless check now we're setting the current entry correctly.
18038
18039 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
18040
18041         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
18042         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
18043         (gst_jpegenc_change_state):
18044           Don't leak input buffer in chain function (fixes #322667); make 
18045           state change function thread-safe; don't repeat the current function
18046           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
18047           gst_pad_alloc_buffer(); misc. minor cleanups.
18048
18049 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
18050
18051         * gst/matroska/matroska-mux.c:
18052         (gst_matroska_mux_video_pad_setcaps):
18053         Look for pixel-aspect-ratio in caps, not pixel_width and
18054         pixel_height (Fixes: #322645)
18055
18056 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
18057
18058         * gst/matroska/matroska-mux.c:
18059         (gst_matroska_mux_video_pad_setcaps):
18060         From Michal Benes:
18061         frame duration should be GST_SECOND / framerate, not
18062         GST_SECOND * framerate. (Fixes: #322643)
18063
18064 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18065
18066         * configure.ac:
18067           fix up GST_PLUGIN_LDFLAGS
18068         * gst/rtsp/rtspconnection.c:
18069           fix includes (see #317043)
18070         * gst/videofilter/Makefile.am:
18071           stop installing this library
18072
18073 2005-11-26  Edward Hervey  <edward@fluendo.com>
18074
18075         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
18076         Handle the case where the incoming Video dv stream doesn't have
18077         a pixel aspect ratio set.
18078
18079 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18080
18081         * docs/plugins/Makefile.am:
18082         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18083         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18084         * ext/flac/gstflacdec.c:
18085           document flacdec
18086
18087 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18088
18089         * docs/plugins/Makefile.am:
18090         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18091         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18092         * docs/plugins/inspect/plugin-autodetect.xml:
18093         * ext/cairo/gstcairo.c: (plugin_init):
18094         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
18095         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
18096         (gst_text_overlay_init), (gst_text_overlay_font_init),
18097         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
18098         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
18099         (gst_text_overlay_text_pad_linked),
18100         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
18101         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
18102         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
18103         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
18104         (gst_text_overlay_change_state):
18105         * ext/cairo/gsttextoverlay.h:
18106         * ext/cairo/gsttimeoverlay.c:
18107         (gst_cairo_time_overlay_update_font_height),
18108         (gst_cairo_time_overlay_set_caps),
18109         (gst_cairo_time_overlay_get_unit_size),
18110         (gst_cairo_time_overlay_print_smpte_time),
18111         (gst_cairo_time_overlay_transform),
18112         (gst_cairo_time_overlay_base_init),
18113         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
18114         (gst_cairo_time_overlay_get_type):
18115         * ext/cairo/gsttimeoverlay.h:
18116           do some name borgifying
18117           document
18118
18119 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18120
18121         * docs/plugins/Makefile.am:
18122         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18123         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18124         * gst/autodetect/gstautoaudiosink.c:
18125         (gst_auto_audio_sink_base_init):
18126         * gst/autodetect/gstautovideosink.c:
18127         (gst_auto_video_sink_base_init),
18128         (gst_auto_video_sink_factory_filter):
18129           documenting auto*sink
18130           using strstr for the video sink lookup, class field is not ordered
18131         * docs/plugins/inspect/plugin-1394.xml:
18132         * docs/plugins/inspect/plugin-aasink.xml:
18133         * docs/plugins/inspect/plugin-alaw.xml:
18134         * docs/plugins/inspect/plugin-alpha.xml:
18135         * docs/plugins/inspect/plugin-alphacolor.xml:
18136         * docs/plugins/inspect/plugin-auparse.xml:
18137         * docs/plugins/inspect/plugin-autodetect.xml:
18138         * docs/plugins/inspect/plugin-avi.xml:
18139         * docs/plugins/inspect/plugin-cacasink.xml:
18140         * docs/plugins/inspect/plugin-cairo.xml:
18141         * docs/plugins/inspect/plugin-cutter.xml:
18142         * docs/plugins/inspect/plugin-debug.xml:
18143         * docs/plugins/inspect/plugin-dv.xml:
18144         * docs/plugins/inspect/plugin-efence.xml:
18145         * docs/plugins/inspect/plugin-effectv.xml:
18146         * docs/plugins/inspect/plugin-esdsink.xml:
18147         * docs/plugins/inspect/plugin-flac.xml:
18148         * docs/plugins/inspect/plugin-flxdec.xml:
18149         * docs/plugins/inspect/plugin-gconfelements.xml:
18150         * docs/plugins/inspect/plugin-goom.xml:
18151         * docs/plugins/inspect/plugin-jpeg.xml:
18152         * docs/plugins/inspect/plugin-level.xml:
18153         * docs/plugins/inspect/plugin-matroska.xml:
18154         * docs/plugins/inspect/plugin-mulaw.xml:
18155         * docs/plugins/inspect/plugin-navigationtest.xml:
18156         * docs/plugins/inspect/plugin-ossaudio.xml:
18157         * docs/plugins/inspect/plugin-png.xml:
18158         * docs/plugins/inspect/plugin-rtp.xml:
18159         * docs/plugins/inspect/plugin-rtsp.xml:
18160         * docs/plugins/inspect/plugin-shout2send.xml:
18161         * docs/plugins/inspect/plugin-smpte.xml:
18162         * docs/plugins/inspect/plugin-speex.xml:
18163         * docs/plugins/inspect/plugin-udp.xml:
18164         * docs/plugins/inspect/plugin-videobox.xml:
18165         * docs/plugins/inspect/plugin-videoflip.xml:
18166         * docs/plugins/inspect/plugin-videomixer.xml:
18167         * docs/plugins/inspect/plugin-wavenc.xml:
18168         * docs/plugins/inspect/plugin-wavparse.xml:
18169           update for HEAD version
18170
18171 2005-11-25  Michael Smith  <msmith@fluendo.com>
18172
18173         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
18174           Patch from Sebastien Cote to close control sockets in udpsrc.
18175
18176 2005-11-24  Julien MOUTTE  <julien@moutte.net>
18177
18178         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
18179         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
18180         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
18181         (gst_quarktv_base_init), (gst_quarktv_class_init),
18182         (gst_quarktv_init): Flush the planes list on reverse caps
18183         negotiation. This was crashing because of differently sized
18184         buffers.
18185
18186 2005-11-24  Julien MOUTTE  <julien@moutte.net>
18187
18188         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
18189         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
18190         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
18191         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
18192         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
18193         (gst_videoflip_set_property), (gst_videoflip_base_init),
18194         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
18195         correctly, fix identity flipping, convert navigation event 
18196         correctly again.
18197
18198 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18199
18200         * configure.ac: back to HEAD
18201
18202 === release 0.9.6 ===
18203
18204 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
18205
18206         * configure.ac:
18207           releasing 0.9.6, "Everything's Not Lost"
18208
18209 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
18210
18211         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
18212         Oops, initialise the framerate GValue
18213
18214 2005-11-23  Julien MOUTTE  <julien@moutte.net>
18215
18216         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
18217         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
18218         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
18219         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
18220         (gst_timeoverlay_get_type):
18221         * ext/cairo/gsttimeoverlay.h:
18222         * gst/debug/Makefile.am:
18223         * gst/debug/gstnavigationtest.c:
18224         (gst_navigationtest_handle_src_event),
18225         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
18226         (gst_navigationtest_transform), (gst_navigationtest_change_state),
18227         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
18228         (gst_navigationtest_init), (gst_navigationtest_get_type),
18229         (plugin_init):
18230         * gst/debug/gstnavigationtest.h:
18231         * gst/effectv/Makefile.am:
18232         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
18233         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
18234         (gst_agingtv_base_init), (gst_agingtv_class_init),
18235         (gst_agingtv_init), (gst_agingtv_get_type):
18236         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
18237         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
18238         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
18239         (gst_dicetv_get_type):
18240         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
18241         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
18242         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
18243         (gst_edgetv_get_type):
18244         * gst/effectv/gsteffectv.c:
18245         * gst/effectv/gsteffectv.h:
18246         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
18247         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
18248         (gst_quarktv_change_state), (gst_quarktv_base_init),
18249         (gst_quarktv_class_init), (gst_quarktv_init),
18250         (gst_quarktv_get_type):
18251         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
18252         (gst_revtv_get_unit_size), (gst_revtv_transform),
18253         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
18254         (gst_revtv_get_type):
18255         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
18256         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
18257         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
18258         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
18259         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
18260         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
18261         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
18262         (gst_vertigotv_init), (gst_vertigotv_get_type):
18263         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
18264         (gst_warptv_get_unit_size), (gst_warptv_transform),
18265         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
18266         (gst_warptv_get_type):
18267         * gst/videofilter/Makefile.am:
18268         * gst/videofilter/gstvideobalance.c:
18269         * gst/videofilter/gstvideobalance.h:
18270         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
18271         (gst_videofilter_class_init), (gst_videofilter_init):
18272         * gst/videofilter/gstvideofilter.h:
18273         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
18274         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
18275         (gst_videoflip_flip), (gst_videoflip_transform),
18276         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
18277         (gst_videoflip_base_init), (gst_videoflip_class_init),
18278         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
18279         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
18280         BaseTransform, it's just a place holder for now and every video
18281         effect plugin has been ported to use BaseTransform features 
18282         directly. QuarkTV was fixed too (was broken), navigationtest works
18283         and best for the end, videoflip converts navigation events depending
18284         on flip method ! Fixes #320953
18285
18286 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
18287
18288         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
18289         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
18290         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
18291         (gst_goom_src_negotiate), (gst_goom_chain):
18292         * gst/matroska/matroska-mux.c:
18293         (gst_matroska_mux_video_pad_setcaps):
18294         * sys/osxvideo/osxvideosink.m:
18295           Fixes for API changes
18296
18297 2005-11-23  Michael Smith <msmith@fluendo.com>
18298
18299         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
18300         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
18301         * ext/jpeg/gstjpegdec.h:
18302         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
18303         * ext/jpeg/gstjpegenc.h:
18304         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
18305         (gst_smokeenc_resync):
18306         * ext/jpeg/gstsmokeenc.h:
18307           JPEG fractiony goodness.
18308
18309 2005-11-22  Michael Smith <msmith@fluendo.com>
18310
18311         * gst/goom/filters.c:
18312         * gst/goom/graphic.h:
18313           Fix compilation by making some functions static inline instead of
18314           extern inline, matching the way they're used.
18315
18316 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
18317
18318         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
18319         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
18320         * ext/cairo/gsttextoverlay.h:
18321         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
18322         * ext/gdk_pixbuf/gstgdkpixbuf.h:
18323         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
18324         (gst_pngdec_caps_create_and_set):
18325         * ext/libpng/gstpngdec.h:
18326         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
18327         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
18328         * gst/avi/gstavimux.c: (gst_avimux_init),
18329         (gst_avimux_vidsinkconnect):
18330         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
18331         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
18332         (gst_goom_src_negotiate), (gst_goom_chain):
18333         * gst/goom/gstgoom.h:
18334         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
18335         * gst/matroska/matroska-mux.c:
18336         (gst_matroska_mux_video_pad_setcaps):
18337         * sys/osxvideo/osxvideosink.h:
18338         * sys/osxvideo/osxvideosink.m:
18339           More fractional framerate conversions 
18340
18341 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
18342
18343         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
18344         * gst/debug/gstnavigationtest.c:
18345         (gst_navigationtest_handle_src_event):
18346         * gst/videofilter/gstvideofilter.c:
18347         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
18348         (gst_videofilter_init):
18349         * gst/videofilter/gstvideofilter.h:
18350           Convert to fractional framerates.
18351
18352 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
18353
18354         * ext/aalib/gstaasink.c:
18355         * ext/dv/gstdvdec.c:
18356         * ext/esd/esdmon.c:
18357         * ext/flac/gstflacenc.c:
18358         * ext/gdk_pixbuf/pixbufscale.c:
18359         * ext/libcaca/gstcacasink.c:
18360         * ext/shout2/gstshout2.c:
18361         * gst/alpha/gstalpha.c:
18362         * gst/oldcore/gstaggregator.c:
18363         * gst/oldcore/gstshaper.c:
18364         * gst/smpte/barboxwipes.c:
18365         * gst/smpte/gstsmpte.c:
18366         * gst/videobox/gstvideobox.c:
18367         * gst/videofilter/gstvideoflip.c:
18368         * gst/videomixer/videomixer.c:
18369           fix up more enums
18370
18371 2005-11-22  Michael Smith <msmith@fluendo.com>
18372
18373         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
18374         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
18375         (gst_videomixer_update_queues):
18376           Fractional framerates, videomixer.
18377
18378 2005-11-22  Michael Smith <msmith@fluendo.com>
18379
18380         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
18381         * ext/dv/gstdvdec.h:
18382         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
18383         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
18384         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
18385         (gst_dvdemux_flush):
18386         * ext/dv/gstdvdemux.h:
18387           Fractional framerates for DV. 
18388
18389 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
18390
18391         * gst/autodetect/gstautoaudiosink.c:
18392         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
18393         * gst/autodetect/gstautovideosink.c:
18394         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
18395           Use gst_plugin_feature_list_free() to free feature list and
18396           in the case of autovideosink free the list at all. Also
18397           miscellaneous cosmetic fixes.
18398
18399 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
18400
18401         * gst/cutter/gstcutter.c: (gst_cutter_chain),
18402         (gst_cutter_set_property), (gst_cutter_get_caps):
18403           copy calculation code from level; remove use of some audio
18404           functions
18405
18406 2005-11-22  Andy Wingo  <wingo@pobox.com>
18407
18408         * Update for gst_tag_setter API changes.
18409
18410 2005-11-22  Andy Wingo  <wingo@pobox.com>
18411
18412         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
18413         (gst_dvdemux_demux_frame)
18414         * ext/flac/gstflacdec.c (gst_flacdec_write)
18415         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
18416         (gst_flacenc_sink_event)
18417         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
18418         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
18419         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
18420         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
18421         * gst/auparse/gstauparse.c (gst_auparse_chain)
18422         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
18423         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
18424         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
18425         (gst_avi_demux_handle_seek)
18426         * gst/goom/gstgoom.c (gst_goom_event)
18427         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
18428         * gst/matroska/matroska-demux.c
18429         (gst_matroska_demux_handle_seek_event)
18430         (gst_matroska_demux_loop_stream_parse_id)
18431         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
18432         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
18433         (gst_wavparse_stream_headers): Run update-funcnames.
18434
18435 2005-11-22  Edward Hervey  <edward@fluendo.com>
18436
18437         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
18438         (gst_dv1394src_init), (gst_dv1394src_dispose),
18439         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
18440         (gst_dv1394src_uri_set_uri):
18441         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
18442         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
18443         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
18444         URIHandler interface and element properties are now properly
18445         synchronized for DV1394src and UDPSrc
18446
18447 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
18448
18449         * ext/flac/Makefile.am:
18450         * ext/speex/Makefile.am:
18451           libgsttagedit has been renamed to libgsttag.
18452
18453 2005-11-21  Wim Taymans  <wim@fluendo.com>
18454
18455         * gst/rtsp/rtspconnection.c: (read_body):
18456         Apply patch from Sebastien Cote to fix #319184.
18457
18458 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
18459
18460         * configure.ac:
18461         * gst/cutter/Makefile.am:
18462         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
18463         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
18464         (gst_cutter_set_property), (gst_cutter_get_property),
18465         (plugin_init), (gst_cutter_get_caps):
18466           port cutter
18467         * gst/level/gstlevel.c:
18468           fix up plugin details
18469
18470 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
18471
18472         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
18473         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
18474         (gst_flacdec_src_event):
18475         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
18476         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
18477         (gst_signal_processor_getrange), (gst_signal_processor_chain):
18478         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
18479         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
18480         (gst_flxdec_sink_event_handler):
18481         * gst/matroska/matroska-demux.c:
18482         (gst_matroska_demux_handle_seek_event):
18483         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
18484           Update for stream lock API changes: don't take stream log
18485           in sink event handlers any longer and change GST_STREAM_LOCK
18486           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
18487           functions.
18488
18489 2005-11-21  Michael Smith <msmith@fluendo.com>
18490
18491         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
18492           gst_object_unref, not g_object_unref
18493
18494 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
18495
18496         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
18497         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
18498           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
18499
18500 2005-11-21  Michael Smith <msmith@fluendo.com>
18501
18502         * gst/auparse/Makefile.am:
18503         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
18504         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
18505         (gst_auparse_change_state):
18506         * gst/auparse/gstauparse.h:
18507           Partially fix #161712. playbin still doesn't work on these files,
18508           (on the bug report, Andy says we aren't typefinding it for some
18509           reason?) but at least auparse isn't totally busted like it was before.
18510
18511 2005-11-21  Andy Wingo  <wingo@pobox.com>
18512
18513         * *.h:
18514         * *.c: Ran scripts/update-macros. Oh yes.
18515
18516 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
18517
18518         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
18519           Filler events are gone for now, comment out section generating
18520           them.
18521
18522 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
18523
18524         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
18525         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
18526         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
18527         * sys/osxvideo/osxvideosink.m:
18528           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
18529           (#322027)
18530
18531 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
18532
18533         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
18534         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
18535         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
18536         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
18537         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
18538         (gst_avi_demux_stream_data):
18539         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
18540         * gst/wavenc/gstwavenc.c: (write_metadata):
18541         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
18542         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
18543         Fixes for GST_FOURCC_FORMAT API change.
18544
18545 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
18546
18547         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
18548         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
18549         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
18550         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
18551         (gst_text_overlay_change_state):
18552         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
18553         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
18554         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
18555         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
18556         * gst/videomixer/videomixer.c: (gst_videomixer_init),
18557         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
18558         (gst_videomixer_change_state):
18559           Fix for collect pads API change. Also fix textoverlay state
18560           change function.
18561
18562 2005-11-20  Julien MOUTTE  <julien@moutte.net>
18563
18564         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
18565         GST_PAD_IS_USABLE by something approaching it.
18566
18567 2005-11-20  Julien MOUTTE  <julien@moutte.net>
18568
18569         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
18570         API changes.
18571         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
18572         but also fix the code that was not checking return values from
18573         pad_push neither using pad_alloc_buffer.
18574
18575 2005-11-18  Edward Hervey  <edward@fluendo.com>
18576
18577         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
18578         (gst_pngenc_chain):
18579         Added debug category
18580         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
18581         goes to EOS.
18582
18583 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
18584
18585         * gst/rtp/Makefile.am
18586         * gst/rtp/gstrtp.c
18587         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
18588         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
18589         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
18590         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
18591         * gst/rtp/gstrtpg711enc.h:
18592         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
18593         * gst/rtp/gstrtpspeexenc.c:
18594         * gst/rtp/gstrtpspeexenc.h:
18595         * gst/rtp/gstrtpspeexdec.c:
18596         * gst/rtp/gstrtpspeexdec.h:
18597         Created Speex payloader and depayloader; Optimize G711 payloader to
18598         use adapter and send packets until MTU size.
18599
18600 2005-11-16  Wim Taymans  <wim@fluendo.com>
18601
18602         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
18603         Fix leak in check.
18604
18605 2005-11-16  Wim Taymans  <wim@fluendo.com>
18606
18607         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
18608         Fix state change.
18609
18610 2005-11-16  Andy Wingo  <wingo@pobox.com>
18611
18612         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
18613         (gst_udpsrc_create): Move comment.
18614
18615 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
18616
18617         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18618
18619         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
18620           When seeking, seek to closest index entry at or before the requested
18621           seek position, not just the closest one (#321001).
18622
18623 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
18624
18625         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
18626         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
18627           Invert DIB images again (see #132341).
18628
18629 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18630
18631         * configure.ac:
18632           rework configure.ac file
18633         * ext/aalib/gstaasink.c:
18634         * ext/cairo/gstcairo.c:
18635         * ext/dv/gstdv.c:
18636         * ext/esd/gstesd.c:
18637         * ext/flac/gstflac.c:
18638         * ext/gconf/gstgconfelements.c:
18639         * ext/gdk_pixbuf/gstgdkpixbuf.c:
18640         * ext/jpeg/gstjpeg.c:
18641         * ext/ladspa/gstladspa.c:
18642         * ext/libcaca/gstcacasink.c:
18643         * ext/libmng/gstmng.c:
18644         * ext/libpng/gstpng.c:
18645         * ext/mikmod/gstmikmod.c:
18646         * ext/pango/gsttextoverlay.c:
18647         * ext/pango/gsttimeoverlay.c:
18648         * ext/raw1394/gst1394.c:
18649         * ext/speex/gstspeex.c:
18650         * gst/alpha/Makefile.am:
18651         * gst/alpha/gstalpha.c:
18652         * gst/alpha/gstalphacolor.c:
18653         * gst/auparse/gstauparse.c:
18654         * gst/autodetect/gstautoaudiosink.c:
18655         (gst_auto_audio_sink_factory_filter),
18656         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
18657         * gst/autodetect/gstautodetect.c:
18658         * gst/avi/gstavi.c:
18659         * gst/cutter/gstcutter.c:
18660         * gst/debug/efence.c:
18661         * gst/debug/gstdebug.c:
18662         * gst/debug/gstnavigationtest.c:
18663         * gst/effectv/gsteffectv.c:
18664         * gst/flx/gstflxdec.c:
18665         * gst/goom/gstgoom.c:
18666         * gst/interleave/plugin.c:
18667         * gst/law/alaw.c:
18668         * gst/law/mulaw.c:
18669         * gst/level/gstlevel.c:
18670         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
18671         * gst/matroska/matroska.c:
18672         * gst/median/gstmedian.c:
18673         * gst/monoscope/gstmonoscope.c:
18674         * gst/multipart/multipart.c:
18675         * gst/oldcore/gstelements.c:
18676         * gst/rtp/gstrtp.c:
18677         * gst/rtsp/gstrtsp.c:
18678         * gst/smoothwave/gstsmoothwave.c:
18679         * gst/smpte/gstsmpte.c:
18680         * gst/udp/gstudp.c:
18681         * gst/videobox/gstvideobox.c:
18682         * gst/videofilter/gstgamma.c:
18683         * gst/videofilter/gstvideobalance.c:
18684         * gst/videofilter/gstvideoflip.c:
18685         * gst/videofilter/gstvideotemplate.c:
18686         * gst/videomixer/videomixer.c:
18687         * gst/wavenc/gstwavenc.c:
18688         * gst/wavparse/gstwavparse.c:
18689         * sys/oss/gstossaudio.c:
18690         * sys/osxaudio/gstosxaudio.c:
18691           update GST_PLUGIN_DEFINE
18692         * gst/rtp/Makefile.am:
18693         * gst/rtp/gstasteriskh263.c:
18694           check for htons/htonl headers and possibly link to winsock2 lib
18695
18696 2005-11-12  Edward Hervey  <edward@fluendo.com>
18697
18698         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
18699         Only GST_DEBUG() information on the valid components.
18700
18701 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18702
18703         * configure.ac: back to HEAD
18704
18705 === release 0.9.5 ===
18706
18707 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
18708
18709         * configure.ac:
18710           releasing 0.9.5, "Phone Alarm"
18711
18712 2005-11-11  Edward Hervey  <edward@fluendo.com>
18713
18714         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
18715         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
18716         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
18717         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
18718         (gst_avi_demux_loop):
18719         * gst/avi/gstavidemux.h:
18720         Yeah, implement proper seeking. Exact seeking and segment seeking.
18721         Still need to do some checks for segment_stop.
18722
18723 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
18724
18725         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18726
18727         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
18728           Don't try to ready buffer duration from buffer that we don't
18729           own any  longer and that might already have been unreffed.
18730           (#321136)
18731
18732 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
18733
18734         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
18735         (flx_decode_delta_flc), (gst_flxdec_chain):
18736         Attempting to optimize the code for embedded systems.
18737
18738 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
18739
18740         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18741
18742         * sys/oss/gstosssink.c: (gst_oss_sink_close):
18743           Don't re-use already closed file descriptor. (#320920)
18744
18745 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
18746
18747         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
18748         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
18749         (gst_oss_sink_prepare):
18750         * sys/oss/gstosssink.h:
18751           Cache probed caps; fix debug output for SET_PARAM macros.
18752
18753 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
18754
18755         * ext/cairo/Makefile.am:
18756         * ext/cairo/gstcairo.c: (plugin_init):
18757         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
18758         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
18759         (gst_text_overlay_init), (gst_text_overlay_font_init),
18760         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
18761         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
18762         (gst_text_overlay_text_pad_linked),
18763         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
18764         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
18765         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
18766         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
18767         (gst_text_overlay_change_state):
18768         * ext/cairo/gsttextoverlay.h:
18769           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
18770           property and redo positioning. Doesn't handle upstream renegotiation
18771           yet though.
18772
18773 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
18774
18775         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
18776         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
18777         (gst_avi_demux_loop):
18778           No need to take the STREAM_LOCK in the loop function. Improve
18779           some debug messages. Don't leak pad names in debug messages.
18780
18781 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
18782
18783         * gst/matroska/matroska-demux.c:
18784         (gst_matroska_demux_push_vorbis_codec_priv_data),
18785         (gst_matroska_demux_add_wvpk_header):
18786           Don't error out when the source pad isn't linked.
18787
18788 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
18789
18790         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
18791         (gst_gconf_audio_sink_change_state):
18792         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
18793         (gst_gconf_video_sink_change_state):
18794           Fix state change functions here as well and set kid
18795           to NULL state before removing it.
18796
18797 2005-11-01  Edward Hervey  <edward@fluendo.com>
18798
18799         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
18800         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
18801         Added proper event handlind, 
18802         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
18803         ignored),
18804         and don't set a duration of 0 for buffers otherwise they are discarded
18805         by GstBaseSink.
18806
18807         GstWavEnc needs some serious loving, after going through the code I'm
18808         really wondering how this can stay in -good ...
18809
18810 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18811
18812         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
18813         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
18814         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
18815         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
18816         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
18817         (gst_matroska_mux_collected):
18818           Fix leaks and invalid memory access as reported by valgrind
18819
18820 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18821
18822         Patch by: Michal Benes <michal.benes@xeris.cz>
18823
18824         * check/Makefile.am:
18825         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
18826         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
18827         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
18828           add a unit test for matroskamux
18829           fix the bugs that the unit test exposed
18830
18831 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
18832
18833         * gst/autodetect/gstautoaudiosink.c:
18834         (gst_auto_audio_sink_class_init),
18835         (gst_auto_audio_sink_change_state):
18836         * gst/autodetect/gstautovideosink.c:
18837         (gst_auto_video_sink_class_init),
18838         (gst_auto_video_sink_change_state):
18839           Fix state change function and use GST_DEBUG_FUNCPTR in
18840           class_init.
18841
18842 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
18843
18844         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18845
18846         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
18847         (gst_ebml_write_reset), (gst_ebml_write_element_new):
18848         * gst/matroska/ebml-write.h:
18849         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
18850           Set timestamps on outgoing ebml headers as well, so that the
18851           element after matroskamux can get the timestamp already when
18852           reading the first ebml element and doesn't have to wait for
18853           the actual data buffer for that (#320308).
18854           
18855 2005-10-31  Andy Wingo  <wingo@pobox.com>
18856
18857         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
18858         (gst_videomixer_pad_link): Kill some memleaks.
18859         (gst_videomixer_pad_get_property): Style fix.
18860         (gst_videomixer_pad_set_property): Style fix.
18861         (gst_videomixer_pad_init): Style fix.
18862         (gst_videomixer_update_queues): Kill memleak.
18863         (gst_videomixer_loop): Kill memleak.
18864         (gst_videomixer_collected): Kill memleak.
18865
18866 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
18867
18868         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
18869         gst_auparse_change_state:
18870         Just some cleanup.
18871
18872 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
18873
18874         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
18875         Add checks to GST_FLOW_NOT_LINKED for values returned
18876         from gst_pad_push.
18877         
18878 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
18879
18880         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
18881         (gst_rtpg711dec_process):
18882         * gst/rtp/gstrtpgsmenc.c:
18883         Payloader now sets some default caps on the srcpad if caps on the sinkpad
18884         are never set. This is important for the g711 to work with burger's rtpbin
18885         element.
18886
18887 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
18888
18889         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
18890         (gst_speexenc_push_buffer):
18891         Add checks for return values from gst_pad_push and
18892         gst_pad_alloc_buffer.
18893
18894 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
18895
18896         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18897
18898         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
18899         (gst_matroska_demux_parse_info),
18900         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
18901         (gst_matroska_demux_parse_cluster):
18902         * gst/matroska/matroska-ids.h:
18903         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
18904         (gst_matroska_mux_init), (gst_matroska_mux_start),
18905         (gst_matroska_mux_create_buffer_header),
18906         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
18907         (gst_matroska_mux_get_property):
18908         * gst/matroska/matroska-mux.h:
18909           Add SimpleBlock support to matroska demuxer and muxer (part of
18910           Matroska v2). (#319731)
18911
18912 2005-10-28  Wim Taymans  <wim@fluendo.com>
18913
18914         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
18915         (gst_jpeg_dec_change_state):
18916         * ext/jpeg/gstjpegdec.h:
18917         Cleanups. Don't create caps for every chain.
18918
18919 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
18920
18921         * gst/law/alaw-encode.c: (gst_alawenc_init),
18922         (alawenc_setcaps), (gst_alawenc_chain)
18923         * gst/law/alaw-encode.h:
18924         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
18925         (mulawenc_setcaps), (gst_mulawenc_chain)
18926         * gst/law/mulaw-encode.h:
18927         Set timestamp on buffer and it allows RTP G711 elements
18928         work properly.
18929
18930 2005-10-27  Wim Taymans  <wim@fluendo.com>
18931
18932         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
18933         Set correct format on oss instead of a silly value. 
18934
18935 2005-10-27  Julien MOUTTE  <julien@moutte.net>
18936
18937         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
18938         (gst_video_box_transform_caps), (gst_video_box_set_caps),
18939         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
18940         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
18941         I420 rendering as well, doesn't bring much for my platform.
18942         Might help on some other platforms.
18943
18944 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
18945
18946         * gst/rtp/gstrtpgsmenc.c:
18947         * gst/rtp/gstrtpgsmparse.c:
18948         Declaring the padtemplate correctly.
18949
18950 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
18951
18952         * gst/rtp/gstrtpg711dec.c:
18953         * gst/rtp/gstrtpg711enc.c:
18954         * gst/rtp/gstrtpgsmenc.c:
18955         * gst/rtp/gstrtpgsmparse.c:
18956         Setting the proper copyright notice.
18957
18958 2005-10-26  Julien MOUTTE  <julien@moutte.net>
18959
18960         * gst/videobox/Makefile.am: Use liboil.
18961         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
18962         (gst_video_box_set_property), (gst_video_box_transform_caps),
18963         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
18964         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
18965         using liboil. Will dot the same to I420 border generation
18966         tomorrow.
18967
18968 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
18969
18970         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
18971         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
18972         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
18973         * gst/rtp/gstrtpg711dec.h:
18974         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
18975         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
18976         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
18977         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
18978         (gst_rtpgsmenc_handle_buffer):
18979         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
18980         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
18981         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
18982         * gst/rtp/gstrtpgsmparse.h:
18983         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
18984         inherits from the basertpdepayloader.
18985
18986 2005-10-26  Julien MOUTTE  <julien@moutte.net>
18987
18988         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
18989         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
18990         (gst_video_box_ayuv): Removing this forgotten debug.
18991
18992 2005-10-26  Julien MOUTTE  <julien@moutte.net>
18993
18994         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
18995         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
18996         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
18997
18998 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
18999
19000         * sys/oss/gstossaudio.c:
19001         * sys/oss/gstossdmabuffer.c:
19002         * sys/oss/gstosshelper.c:
19003         * sys/oss/gstossmixer.c:
19004         * sys/oss/gstossmixerelement.c:
19005         * sys/oss/gstossmixertrack.c:
19006         * sys/oss/gstosssink.c:
19007         * sys/oss/gstosssrc.c:
19008           Actually use the 'oss' debug category we register.
19009
19010 2005-10-26  Julien MOUTTE  <julien@moutte.net>
19011
19012         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
19013         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
19014         Use gst_pad_get_parent and drop the ref that was added through
19015         that call.
19016
19017 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
19018
19019         * gst/rtp/gstrtpgsmenc.c:
19020           Fix compilation
19021
19022 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
19023
19024         * gst/rtp/gstrtpg711dec.c
19025         Just removed a couple of lines of weird code used during
19026         development/test time.
19027
19028 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
19029
19030         * gst/rtp/Makefile.am
19031         * gst/rtp/gstrtp.c
19032         * gst/rtp/gstrtpg711enc.c
19033         * gst/rtp/gstrtpg711enc.h
19034         * gst/rtp/gstrtpg711dec.c
19035         * gst/rtp/gstrtpg711dec.h
19036         Created G711 payloader and depayloader (it supports mulaw and alaw
19037         (dec)encoders)
19038
19039 2005-10-25  Julien MOUTTE  <julien@moutte.net>
19040
19041         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19042         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
19043         Doh ! I introduced wingo's bug again ! Sorry...
19044
19045 2005-10-25  Christian Schaller <christian@fluendo.com> 
19046
19047         * gst/rtp/Makefile.am: add missing header files for disting
19048
19049 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
19050
19051         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
19052         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
19053         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
19054         (gst_rtpgsmenc_handle_buffer):
19055         * gst/rtp/gstrtpgsmenc.h:
19056         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
19057         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
19058         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
19059         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
19060         * gst/rtp/gstrtpgsmparse.h:
19061         Getting the GSM (de)payloader working and compatible with our plans for RTP.
19062
19063 2005-10-25  Julien MOUTTE  <julien@moutte.net>
19064
19065         * ext/libpng/gstpngdec.c: (user_info_callback),
19066         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
19067         a newsegment event, move some redundant code in a single place.
19068
19069 2005-10-25  Julien MOUTTE  <julien@moutte.net>
19070
19071         * ext/libpng/gstpngdec.c: (user_info_callback),
19072         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
19073         hack to get correct colors order when we have a png image with
19074         alpha channel.
19075
19076 2005-10-24  Edward Hervey  <edward@fluendo.com>
19077
19078         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
19079         Call gst_element_no_more_pads when there will be no more pads.
19080
19081 2005-10-24  Wim Taymans  <wim@fluendo.com>
19082
19083         * gst/rtp/Makefile.am:
19084         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
19085         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
19086         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
19087         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
19088         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
19089         (gst_asteriskh263_plugin_init):
19090         * gst/rtp/gstasteriskh263.h:
19091         * gst/rtp/gstrtp.c: (plugin_init):
19092         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
19093         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
19094         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
19095         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
19096         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
19097         (gst_rtph263enc_plugin_init):
19098         * gst/rtp/gstrtph263enc.h:
19099         Added two new payloaders, an RFC 2190 payloader for h263 and
19100         a payload convertor for an asterisk server.
19101
19102 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
19103
19104         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
19105           Set bytes_per_sample correctly (is not always 4, but 
19106           depends on width and number of channels).
19107
19108 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
19109
19110         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
19111         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
19112         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
19113         (gst_flacenc_sink_event), (gst_flacenc_chain),
19114         (gst_flacenc_set_property), (gst_flacenc_get_property),
19115         (gst_flacenc_change_state):
19116         * ext/flac/gstflacenc.h:
19117           Fix seeking, so that flacenc can rewrite the header with the
19118           correct duration and amount of samples and all that at EOS;
19119           also set timestamps and granulepos on outgoing buffers; add
19120           debug category; fix state change function.
19121           
19122 2005-10-24  Julien MOUTTE  <julien@moutte.net>
19123
19124         * gst/videomixer/videomixer.c: Don't restrict video geometry
19125         from 16 to 4096.
19126
19127 2005-10-24  Julien MOUTTE  <julien@moutte.net>
19128
19129         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19130         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
19131         Fix caps negotiation correctly, add debugging category.
19132
19133 2005-10-24  Christian Schaller  <christian@fluendo.com>
19134
19135         * configure.ac: Port over Thomas's change from base listing all plugins
19136
19137 2005-10-24  Julien MOUTTE  <julien@moutte.net>
19138
19139         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
19140         a sink pad.
19141
19142 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19143
19144         * configure.ac:
19145         * docs/upload.mak:
19146           back to HEAD
19147
19148 === release 0.9.4 ===
19149
19150 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19151
19152         * configure.ac:
19153           Releasing 0.9.4, "Dromiceiomimus"
19154
19155 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
19156
19157         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
19158         (gst_speexenc_src_query):
19159           Add position and duration query, fix query type function.
19160           
19161         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
19162         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
19163           Let's not set non-fixed caps on source pads.
19164
19165 2005-10-21  Wim Taymans  <wim@fluendo.com>
19166
19167         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
19168         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
19169         (gst_avi_demux_handle_seek):
19170         Set correct stream_time in newsegment event.
19171         avi can also handle a duration query now.
19172
19173 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
19174
19175         * gst/matroska/matroska-demux.c:
19176         (gst_matroska_demux_handle_src_query),
19177         (gst_matroska_demux_handle_seek_event),
19178         (gst_matroska_demux_loop_stream_parse_id):
19179           Fix duration query; fix basetime in newsegment event after
19180           seek; fix duration in initial newsegment event.
19181
19182         * gst/matroska/matroska-mux.c:
19183         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
19184           Extract number of channels and samplerate from vorbis headers;
19185           add some debug messages when querying the durations of the
19186           input streams.
19187
19188 2005-10-20  Wim Taymans  <wim@fluendo.com>
19189
19190         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
19191         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
19192         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
19193         Set stream time correctly in newsegment.
19194
19195 2005-10-20  Wim Taymans  <wim@fluendo.com>
19196
19197         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
19198         Correctly fill in the stream time.
19199
19200 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19201
19202         * check/elements/level.c: (GST_START_TEST):
19203         * gst/level/gstlevel.c: (gst_level_message_new):
19204         * gst/level/level-example.c: (message_handler):
19205           use ELEMENT messages instead
19206
19207 2005-10-19  Wim Taymans  <wim@fluendo.com>
19208
19209         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
19210         (gst_dvdemux_src_query):
19211         * ext/flac/gstflacdec.c: (gst_flacdec_length),
19212         (gst_flacdec_src_query):
19213         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
19214         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
19215         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
19216         * gst/debug/gstnavseek.c: (gst_navseek_seek):
19217         * gst/debug/progressreport.c: (gst_progress_report_report):
19218         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
19219         * gst/matroska/matroska-demux.c:
19220         (gst_matroska_demux_handle_src_query):
19221         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
19222         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
19223         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
19224         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
19225         (gst_wavparse_srcpad_event):
19226         API change fix.
19227
19228 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
19229
19230         * gst/goom/filters.c:
19231         * gst/goom/graphic.h:
19232         * gst/goom/lines.c:
19233           Make inline functions either 'static inline' or 'extern inline',
19234           otherwise the Forte compiler apparently won't inline them (#317300).
19235
19236 2005-10-19  Julien MOUTTE  <julien@moutte.net>
19237
19238         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
19239         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
19240         (user_info_callback), (user_endrow_callback), (user_end_callback),
19241         (user_read_data), (gst_pngdec_caps_create_and_set),
19242         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
19243         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
19244         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
19245         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
19246         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
19247         very nice and handle push/pull based model. if you have filesrc
19248         connected to it, it will do random access to load the png file.
19249         If you have a network source that can't do _getrange, it does 
19250         progressive loading through the chain function.
19251         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
19252         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
19253         thanks to Master Wim Taymans ;-)
19254
19255 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
19256
19257         * gst/matroska/Makefile.am:
19258         * gst/matroska/ebml-read.c:
19259         * gst/matroska/ebml-read.h:
19260         * gst/matroska/matroska-demux.c:
19261         * gst/matroska/matroska-demux.h:
19262         * gst/matroska/matroska.c: (plugin_init):
19263           Ported matroska demuxer to 0.9.
19264
19265 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
19266
19267         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19268
19269         * gst/matroska/matroska-mux.c:
19270         (gst_matroska_mux_video_pad_setcaps),
19271         (gst_matroska_mux_audio_pad_setcaps):
19272           Fix mpeg4 input handling (#318847); also, while we're at it,
19273           fix media type for Motion-JPEG: should be image/jpeg.
19274
19275 2005-10-18  Wim Taymans  <wim@fluendo.com>
19276
19277         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
19278         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
19279         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
19280         Fix for segment-start/stop API change.
19281
19282 2005-10-17  Julien MOUTTE  <julien@moutte.net>
19283
19284         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
19285         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
19286         way.
19287
19288 2005-10-17  Julien MOUTTE  <julien@moutte.net>
19289
19290         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
19291         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
19292         output declared in transform_caps.
19293
19294 2005-10-17  Julien MOUTTE  <julien@moutte.net>
19295
19296         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
19297
19298 2005-10-17  Julien MOUTTE  <julien@moutte.net>
19299
19300         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
19301         (gst_video_box_get_unit_size): Fix wrong size calculations and
19302         implement get_unit_size correctly.
19303
19304 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
19305
19306         * configure.ac:
19307           Enable flx plugin.
19308
19309         * gst/flx/gstflxdec.c: (flx_decode_chunks):
19310           Fix gcc4 signedness issue.
19311
19312 2005-10-17  Julien MOUTTE  <julien@moutte.net>
19313
19314         * configure.ac: Adding videomixer.
19315         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
19316         (user_read_data), (gst_pngdec_chain): More debugging.
19317         * gst/alpha/Makefile.am: Adding alphacolor
19318         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
19319         (gst_alpha_color_class_init), (gst_alpha_color_init),
19320         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
19321         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
19322         (plugin_init): Ported to 0.9 using in place base tranform.
19323         * gst/videomixer/Makefile.am:
19324         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
19325         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
19326         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
19327         (gst_videomixer_pad_init), (gst_videomixer_class_init),
19328         (gst_videomixer_init), (gst_videomixer_getcaps),
19329         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
19330         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
19331         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
19332         to 0.9 using collectpads.
19333
19334 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
19335
19336         * configure.ac:
19337         * gst/flx/Makefile.am:
19338         * gst/flx/gstflxdec.c: (gst_flxdec_init),
19339         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
19340         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
19341         * gst/flx/gstflxdec.h:
19342         flx plugin ported to 0.9
19343
19344 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19345
19346         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
19347           use new gst_version_string()
19348
19349 2005-10-16  Andy Wingo  <wingo@pobox.com>
19350
19351         * configure.ac: GLIB_CHECK.
19352
19353 2005-10-15  Julien MOUTTE  <julien@moutte.net>
19354
19355         * ext/libpng/Makefile.am:
19356         * ext/libpng/gstpng.c: (plugin_init):
19357         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
19358         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
19359         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
19360
19361 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
19362
19363         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19364
19365         * configure.ac:
19366         * gst/matroska/Makefile.am:
19367         * gst/matroska/ebml-ids.h:
19368         * gst/matroska/ebml-write.c:
19369         * gst/matroska/ebml-write.h:
19370         * gst/matroska/matroska-ids.h:
19371         * gst/matroska/matroska-mux.c:
19372         * gst/matroska/matroska-mux.h:
19373         * gst/matroska/matroska.c: (plugin_init):
19374           Port matroska muxer to 0.9 (#318847).
19375
19376 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
19377
19378         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
19379         (comment_init), (comment_add):
19380           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
19381           use GST_READ_UINT32_LE() and friends rather than the private
19382           implementation of those same macros.
19383
19384 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
19385
19386         * examples/stats/mp2ogg.c:
19387           more typo fixes
19388
19389 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
19390
19391         * examples/indexing/indexmpeg.c: (main):
19392         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
19393         (gst_esdmon_close_audio), (gst_esdmon_change_state):
19394         * ext/esd/esdmon.h:
19395         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
19396         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
19397         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
19398         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
19399         * gst/avi/gstavimux.c: (gst_avimux_init):
19400         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
19401         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
19402         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
19403         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
19404         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
19405         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
19406         * gst/oldcore/gstmultifilesrc.h:
19407         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
19408         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
19409         (gst_pipefilter_change_state):
19410         * gst/oldcore/gstpipefilter.h:
19411         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
19412         * gst/videomixer/videomixer.c: (gst_videomixer_init):
19413         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
19414         * sys/osxaudio/gstosxaudiosink.h:
19415         * sys/osxaudio/gstosxaudiosrc.h:
19416           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
19417           moved bitshift from macro to enum definition
19418
19419 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
19420
19421         * ext/Makefile.am:
19422         * ext/cairo/Makefile.am:
19423         * ext/cairo/gstcairo.c: (plugin_init):
19424         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
19425         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
19426         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
19427         * ext/cairo/gsttimeoverlay.h:
19428           update of cairo-based timeoverlay to 1.0 Cairo API
19429           doesn't work yet for resizing of output sink
19430
19431 2005-10-11  Wim Taymans  <wim@fluendo.com>
19432
19433         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
19434         newsegment API fix.
19435
19436 2005-10-11  Wim Taymans  <wim@fluendo.com>
19437
19438         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
19439         (gst_dvdemux_demux_frame):
19440         * ext/flac/gstflacdec.c: (gst_flacdec_write):
19441         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19442         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
19443         (gst_avi_demux_handle_seek):
19444         * gst/goom/gstgoom.c: (gst_goom_event):
19445         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
19446         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
19447         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
19448         (gst_wavparse_loop), (gst_wavparse_pad_convert),
19449         (gst_wavparse_srcpad_event):
19450         newsegment API update.
19451
19452 2005-10-11  Andy Wingo  <wingo@pobox.com>
19453
19454         * ext/speex/gstspeexenc.c: Signedness cleanups.
19455
19456 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
19457
19458         * PORTED_09:
19459         * ext/speex/Makefile.am:
19460         * ext/speex/gstspeex.c:
19461         * ext/speex/gstspeexenc.c:
19462         Speexenc ported to 0.9
19463
19464 2005-10-10  Wim Taymans  <wim@fluendo.com>
19465
19466         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
19467         (gst_oss_sink_init), (gst_oss_sink_set_property),
19468         (gst_oss_sink_get_property), (gst_oss_sink_open),
19469         (gst_oss_sink_prepare), (gst_oss_sink_reset):
19470         * sys/oss/gstosssink.h:
19471         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
19472         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
19473         (gst_oss_src_prepare):
19474         Cleanups, make device configurable in the sink, handle and report
19475         errors.
19476
19477 2005-10-10  Wim Taymans  <wim@fluendo.com>
19478
19479         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
19480         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
19481         Make sure element is NULL before removing from the bin.
19482
19483 2005-10-07  Andy Wingo  <wingo@pobox.com>
19484
19485         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
19486         block forever in a read().
19487         (gst_dv1394src_bus_reset): Post a message when the cable is
19488         unplugged.
19489         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
19490         (gst_dv1394src_bus_reset): Don't unref the message.
19491
19492         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
19493         hacking. The only change should be that the state change stuff was
19494         put into basesrc's start() and stop() routines, which coalesces
19495         some steps.
19496
19497 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
19498
19499         * configure.ac:
19500           Add check for mmap
19501           
19502         * gst/debug/Makefile.am:
19503           Only compile efence plugin on systems that have mmap.
19504
19505 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
19506
19507         * gst/debug/Makefile.am:
19508         * gst/debug/breakmydata.c:
19509         * gst/debug/gstdebug.c:
19510         * gst/debug/gstnavigationtest.c:
19511         * gst/debug/gstnavseek.c: 
19512         * gst/debug/gstnavseek.h:
19513         * gst/debug/progressreport.c: 
19514         * gst/debug/testplugin.c:
19515           Port progressreport, navseek, navigationtest, testsink and
19516           breakmydata.
19517
19518 2005-10-05  Edward Hervey  <edward@fluendo.com>
19519
19520         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
19521         (gst_dvdemux_src_query):
19522         Fixes for better conversion
19523
19524 2005-10-04  Michael Smith <msmith@fluendo.com>
19525
19526         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
19527         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
19528         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
19529         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
19530           Set state of elements to NULL before removing from bins.
19531           Set state of test element to NULL if we failed to move it to READY
19532
19533 2005-10-04  Edward Hervey  <edward@fluendo.com>
19534
19535         * ext/dv/Makefile.am:
19536         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
19537         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
19538         Corrected the query function for position so it doesn't forget what
19539         format was asked, and calls the conversion functions on the correct pad.
19540
19541 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19542
19543         * configure.ac:
19544           back to development
19545
19546 === release 0.9.3 ===
19547
19548 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19549
19550         * configure.ac:
19551           Releasing 0.9.3, "Aramis"
19552
19553 2005-10-03  Andy Wingo  <wingo@pobox.com>
19554
19555         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
19556         error returns.
19557
19558 2005-10-02  Andy Wingo  <wingo@pobox.com>
19559
19560         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
19561
19562         * ext/flac/gstflacenc.c: Ported to 0.9.
19563
19564         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
19565
19566         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
19567         and link to gsttagedit. Enable flacenc.
19568
19569         * ext/flac/gstflacdec.c: Re-enable tag reading.
19570
19571 2005-09-30  Wim Taymans  <wim@fluendo.com>
19572
19573         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
19574         * gst/rtp/gstrtpgsmparse.c:
19575         * gst/rtp/gstrtph263penc.c:
19576         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
19577         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
19578         (gst_rtpmp4venc_set_property):
19579         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
19580         Various class and caps fixes from Andre Magalhaes (andrunko)
19581
19582 2005-09-29  Wim Taymans  <wim@fluendo.com>
19583
19584         * gst/level/level-example.c: (main):
19585         Update for new bus API.
19586
19587 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
19588
19589         * configure.ac:
19590           Fix unexpanded autoconf macro GST_DOC, which has been renamed
19591           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
19592
19593 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
19594
19595         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
19596           Fix playback of mono streams (bytes_per_sample should be set
19597           from the sample width and the number of channels negotiated,
19598           and not just be set to 4) (#317338)
19599
19600 2005-09-26  Wim Taymans  <wim@fluendo.com>
19601
19602         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
19603         (gst_rtpmpaenc_handle_buffer):
19604         Set buffer duration correctly.
19605
19606 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
19607
19608         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
19609         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
19610         (gst_avi_demux_change_state):
19611           Don't crash when encountering a stream with an unknown fourcc or
19612           codec id. Instead, create a pad of type video/x-avi-unknown or
19613           audio/x-avi-unknown, which as a side-effect also results in less
19614           confusing error messages in players ('no decoder' vs. 'no streams');
19615           minor fixes to state change function and class_init function.
19616
19617 2005-09-24  Wim Taymans  <wim@fluendo.com>
19618
19619         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
19620         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
19621         These are sinks.
19622
19623 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19624
19625         * check/elements/level.c: (GST_START_TEST):
19626           fix test for new GstClockTime use
19627         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
19628         (gst_level_transform_ip):
19629         * gst/level/gstlevel.h:
19630           fix up the decay peak, ensuring the decay peak is never lower
19631           than the peak for that interval
19632
19633 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19634
19635         * docs/plugins/gst-plugins-good-plugins.args:
19636         * docs/plugins/inspect/plugin-alpha.xml:
19637         * docs/plugins/inspect/plugin-rtp.xml:
19638         * gst/level/gstlevel.c: (gst_level_set_caps),
19639         (gst_level_transform_ip):
19640           updating docs
19641
19642 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19643
19644         * Makefile.am:
19645         * check/elements/level.c: (GST_START_TEST):
19646         * gst/level/Makefile.am:
19647         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
19648         (gst_level_set_property), (gst_level_get_property),
19649         (gst_level_set_caps), (gst_level_message_new),
19650         (gst_level_transform_ip):
19651         * gst/level/gstlevel.h:
19652         * gst/level/level-example.c: (message_handler), (main):
19653           convert to using GstClockTime for all time values, finally.
19654
19655 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19656
19657         * gst/auparse/Makefile.am:
19658         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19659           fix up build
19660         * configure.ac:
19661         * ext/cairo/Makefile.am:
19662         * ext/dv/Makefile.am:
19663         * ext/esd/Makefile.am:
19664         * ext/flac/Makefile.am:
19665         * ext/gconf/Makefile.am:
19666         * ext/gdk_pixbuf/Makefile.am:
19667         * ext/jpeg/Makefile.am:
19668         * ext/ladspa/Makefile.am:
19669         * ext/libcaca/Makefile.am:
19670         * ext/libmng/Makefile.am:
19671         * ext/libpng/Makefile.am:
19672         * ext/mikmod/Makefile.am:
19673         * ext/pango/Makefile.am:
19674         * ext/raw1394/Makefile.am:
19675         * ext/shout2/Makefile.am:
19676         * ext/speex/Makefile.am:
19677         * gst/alpha/Makefile.am:
19678         * gst/autodetect/Makefile.am:
19679         * gst/avi/Makefile.am:
19680         * gst/cutter/Makefile.am:
19681         * gst/debug/Makefile.am:
19682         * gst/effectv/Makefile.am:
19683         * gst/flx/Makefile.am:
19684         * gst/goom/Makefile.am:
19685         * gst/interleave/Makefile.am:
19686         * gst/law/Makefile.am:
19687         * gst/matroska/Makefile.am:
19688         * gst/median/Makefile.am:
19689         * gst/monoscope/Makefile.am:
19690         * gst/multipart/Makefile.am:
19691         * gst/oldcore/Makefile.am:
19692         * gst/rtp/Makefile.am:
19693         * gst/rtsp/Makefile.am:
19694         * gst/smoothwave/Makefile.am:
19695         * gst/smpte/Makefile.am:
19696         * gst/videobox/Makefile.am:
19697         * gst/videofilter/Makefile.am:
19698         * gst/videomixer/Makefile.am:
19699         * gst/wavenc/Makefile.am:
19700         * gst/wavparse/Makefile.am:
19701         * sys/oss/Makefile.am:
19702         * sys/osxaudio/Makefile.am:
19703         * sys/osxvideo/Makefile.am:
19704           fix up GST_LIBS use
19705
19706 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19707
19708         * gst/auparse/Makefile.am:
19709         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19710           fix build of auparse
19711
19712 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
19713
19714         * configure.ac:
19715         * PORTED_09:
19716         * gst/auparse/gstauparse.c:
19717         * gst/auparse/gstauparse.h:
19718         Auparse ported to 0.9.
19719
19720 2005-09-22  Wim Taymans  <wim@fluendo.com>
19721
19722         * gst/rtp/TODO:
19723         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
19724         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
19725         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
19726         (gst_rtpmp4venc_set_property):
19727         * gst/rtp/gstrtpmp4venc.h:
19728         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
19729         * gst/rtp/gstrtpmpaenc.h:
19730         Use is_filled to both check MTU and max-ptime of base class.
19731
19732 2005-09-22  Wim Taymans  <wim@fluendo.com>
19733
19734         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
19735         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
19736         (gst_rtpmp4venc_set_property):
19737         Don't fragment packets with multiple frames.
19738
19739 2005-09-22  Wim Taymans  <wim@fluendo.com>
19740
19741         * gst/rtp/TODO:
19742         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
19743         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
19744         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
19745         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
19746         (gst_rtpmp4venc_get_property):
19747         * gst/rtp/gstrtpmp4venc.h:
19748         Remove g_print.
19749         Update TODO
19750         Make payload encoder a bit smarter and more correct with
19751         timestamps.
19752         Added option in payloader to include config string in-band.
19753
19754 2005-09-21  Wim Taymans  <wim@fluendo.com>
19755
19756         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
19757         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
19758         (gst_rtspsrc_send):
19759         Strip spaces for key/value pairs.
19760
19761 2005-09-21  Wim Taymans  <wim@fluendo.com>
19762
19763         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
19764         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
19765         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
19766         (gst_rtspsrc_change_state):
19767         More SDP parsing and caps setting.
19768         Do NO_PREROLL differently.
19769         add pads only after negotiated.
19770
19771         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
19772         (gst_udpsrc_getcaps):
19773         Implement the getcaps function.
19774
19775 2005-09-21  Wim Taymans  <wim@fluendo.com>
19776
19777         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
19778         (gst_rtpamrdec_chain):
19779         Handle multiple AMr packets per payload. Handle CRC and
19780         parse ILL/ILP.
19781
19782         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
19783         Make caps params strings for easy SDP mapping.
19784         
19785         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
19786         Handle capsnego better.
19787
19788         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
19789         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
19790         Generate and parse config string in the caps.
19791
19792 2005-09-21  Wim Taymans  <wim@fluendo.com>
19793
19794         * gst/rtp/README:
19795         Update README
19796
19797         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
19798         Make extra params as strings.
19799
19800         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
19801         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
19802         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
19803         Make state change return NO_PREROLL as this is a live
19804         source.
19805
19806         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
19807         Don't unref old caps when NULL.
19808
19809 2005-09-20  Wim Taymans  <wim@fluendo.com>
19810
19811         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
19812         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
19813         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
19814         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
19815         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
19816         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
19817         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
19818         * gst/rtsp/sdpmessage.h:
19819         Add URI handler.
19820         Parse SDP and create caps.
19821
19822 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
19823
19824         * gst/alpha/gstalpha.c:
19825           fix element description
19826
19827 2005-09-19  Wim Taymans  <wim@fluendo.com>
19828
19829         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
19830         Don't check payload for now.
19831
19832 2005-09-19  Wim Taymans  <wim@fluendo.com>
19833
19834         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
19835         (gst_wavparse_init), (gst_wavparse_parse_file_header),
19836         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
19837         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
19838         (gst_wavparse_loop), (gst_wavparse_pad_convert),
19839         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
19840         (gst_wavparse_change_state):
19841         * gst/wavparse/gstwavparse.h:
19842         Fix wavparse some more.
19843
19844 2005-09-19  Wim Taymans  <wim@fluendo.com>
19845
19846         * check/elements/level.c: (GST_START_TEST):
19847         Fix for bus API change.
19848
19849 2005-09-19  Wim Taymans  <wim@fluendo.com>
19850
19851         * gst/level/level-example.c: (main):
19852         Fix for new bus API.
19853
19854         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
19855         Set caps on pads.
19856
19857 2005-09-15  Wim Taymans  <wim@fluendo.com>
19858
19859         * gst/rtp/Makefile.am:
19860         * gst/rtp/README:
19861         * gst/rtp/gstrtp.c: (plugin_init):
19862         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
19863         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
19864         (gst_rtpamrdec_change_state):
19865         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
19866         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
19867         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
19868         * gst/rtp/gstrtpamrenc.h:
19869         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
19870         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
19871         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
19872         * gst/rtp/gstrtpgsmenc.h:
19873         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
19874         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
19875         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
19876         (gst_rtpgsmparse_change_state):
19877         * gst/rtp/gstrtpgsmparse.h:
19878         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
19879         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
19880         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
19881         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
19882         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
19883         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
19884         * gst/rtp/gstrtph263penc.h:
19885         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
19886         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
19887         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
19888         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
19889         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
19890         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
19891         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
19892         * gst/rtp/gstrtpmp4venc.h:
19893         * gst/rtp/gstrtpmpadec.c:
19894         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
19895         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
19896         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
19897         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
19898         * gst/rtp/gstrtpmpaenc.h:
19899         Updates to payloader/depayloaders, make payloaders use
19900         the base classes.
19901         Updated README with suggested RTP caps and how to convert
19902         to/from SDP.
19903         Added config descriptor in mp4v payloader.
19904
19905 2005-09-15  Andy Wingo  <wingo@pobox.com>
19906
19907         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
19908         * gst/autodetect/gstautovideosink.c
19909         (gst_auto_video_sink_find_best): Update for new registry API.
19910
19911 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19912
19913         * common/c-to-xml.py:
19914         * common/gtk-doc-plugins.mak:
19915           a simple py script to generate valid xml from a C example
19916           probably also need to strip an MIT license when we decide
19917         * docs/plugins/Makefile.am:
19918         * gst/level/Makefile.am:
19919         * gst/level/gstlevel.c: (gst_level_init):
19920         * gst/level/level-example.c: (message_handler), (main):
19921           add an example to level that will show up in the docs
19922         * gst/rtp/TODO:
19923           add a note for the future
19924
19925 2005-09-14  Michael Smith <msmith@fluendo.com>
19926
19927         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
19928           Actually define the debug object being used in wavenc. Fixes #316205
19929
19930 2005-09-14  Michael Smith <msmith@fluendo.com>
19931
19932         * gst/smpte/Makefile.am:
19933           Link against GST_BASE_LIBS, to get it linked against libgstbase;
19934           needed to build on windows (bug 316204)
19935
19936 2005-09-12  Andy Wingo  <wingo@pobox.com>
19937
19938         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
19939
19940 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
19941
19942         * configure.ac:
19943         * gst/fdsrc/Makefile.am:
19944         * gst/fdsrc/gstfdsrc.c:
19945         * gst/fdsrc/gstfdsrc.h:
19946           Move fdsrc back into gstreamer core elements.
19947
19948         * gst/level/gstlevel.c: (gst_level_class_init),
19949         (gst_level_transform_ip):
19950         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
19951           Basetransform changes.
19952
19953 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19954
19955         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
19956         * ext/jpeg/smokecodec.c: (find_best_size):
19957           fix compiler warnings
19958
19959 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19960
19961         * gst-plugins-good.spec.in:
19962           spec file fixes
19963         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
19964         (gst_multiudpsink_render), (gst_multiudpsink_add),
19965         (gst_multiudpsink_clear):
19966           it actually helps to actually stream if we hook up the
19967           "add" signal to an actual implementation
19968         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
19969           some debugging
19970
19971 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
19972
19973         * ext/jpeg/Makefile.am:
19974         * ext/jpeg/gstjpeg.c
19975         * ext/jpeg/gstjpegenc.c:
19976         * ext/jpeg/gstsmokeenc.c:
19977
19978 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
19979
19980         * ext/flac/gstflacdec.c:
19981         * ext/flac/gstflacenc.c:
19982         * ext/flac/gstflactag.c:
19983         * ext/speex/gstspeexenc.c:
19984           gsttaginterface.h -> gsttagsetter.h
19985
19986 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
19987
19988         * configure.ac:
19989         * gst/debug/Makefile.am:
19990         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
19991         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
19992         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
19993         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
19994         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
19995           Port to 0.9 and re-enable efence plugin.
19996
19997 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
19998
19999         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
20000         (gst_flacdec_write), (gst_flacdec_convert_src):
20001         * ext/flac/gstflacdec.h:
20002           Add support for flac files with 24/32 bits per sample; and misc.
20003           minor clean-ups. Seeking is still partly broken (for me at least).
20004
20005 2005-09-06  Wim Taymans  <wim@fluendo.com>
20006
20007         * gst/rtp/Makefile.am:
20008         * gst/rtp/gstrtp.c: (plugin_init):
20009         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
20010         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
20011         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
20012         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
20013         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
20014         (gst_rtpmp4vdec_plugin_init):
20015         * gst/rtp/gstrtpmp4vdec.h:
20016         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
20017         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
20018         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
20019         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
20020         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
20021         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
20022         * gst/rtp/gstrtpmp4venc.h:
20023         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
20024         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
20025         Added mpeg4 video payload encoder/decoder.
20026         Added some docs in mpa payloader.
20027
20028 === release 0.9.1 ===
20029
20030 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20031
20032         * NEWS:
20033         * README:
20034         * RELEASE:
20035         * autogen.sh:
20036         * configure.ac:
20037           releasing 0.9.1, "Blondie"
20038
20039 2005-09-05  Andy Wingo  <wingo@pobox.com>
20040
20041         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
20042         here from the state change handler, so we fire signals without
20043         holding the state lock.
20044
20045 2005-09-02  Andy Wingo  <wingo@pobox.com>
20046
20047         * All plugins updated for element state changes.
20048
20049 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20050
20051         * Makefile.am:
20052         * check/.cvsignore:
20053         * check/Makefile.am:
20054         * check/elements/.cvsignore:
20055         * check/elements/level.c: (setup_level), (cleanup_level),
20056         (GST_START_TEST), (level_suite), (main):
20057           add a test for level
20058         * common/release.mak:
20059           move the enum checking to release.mak
20060         * configure.ac:
20061           add valgrind and check checking
20062         * gst/level/gstlevel.c: (gst_level_transform):
20063         * gst/level/gstlevel.h:
20064           fix Andy's cast bug
20065           convert a field to int
20066           fix the arithmetic to int when checking for emit so that a
20067           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
20068
20069 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20070
20071         * Makefile.am:
20072         * configure.ac:
20073           add docs to build
20074         * common/plugins.xsl:
20075           wrap Description into a refsect2
20076         * docs/Makefile.am:
20077         * docs/plugins/Makefile.am:
20078         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20079         * docs/plugins/gst-plugins-good-plugins-sections.txt:
20080         * gst/goom/Makefile.am:
20081         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
20082         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
20083         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
20084         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
20085         (gst_goom_change_state):
20086         * gst/goom/gstgoom.h:
20087           GstGOOM -> GstGoom
20088           add an example launch line
20089         * gst/level/gstlevel.h:
20090         * gst/monoscope/gstmonoscope.c:
20091           cleanups
20092
20093 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20094
20095         * configure.ac:
20096         * docs/plugins/Makefile.am:
20097         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20098         * docs/plugins/gst-plugins-good-plugins-sections.txt:
20099         * docs/plugins/gst-plugins-good-plugins.types:
20100           document elements and plugins.  Shazam !
20101
20102 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20103
20104         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
20105           be found under doc/random/ChangeLog-0.8