Return a copy of the pool buffer if all mmap buffers have been dequeued.
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-06-12  Andy Wingo  <wingo@pobox.com>
2
3         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
4         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
5         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
6         finalization and resuscitation. No longer public.
7         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
8         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
9         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
10         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
11         miniobject semantics, and be threadsafe.
12         (gst_v4l2src_queue_frame): Remove this function, as we just call
13         the ioctls directly in the two places where we queue buffers.
14         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
15         directly.
16         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
17         to allocate the pool, which also preallocates the GstBuffers.
18         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
19         queueing the frames directly.
20         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
21         mmap buffers have been dequeued.
22
23         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
24         real MiniObject instead of rolling our own refcounting and
25         finalizing. Give it a lock.
26         (struct _GstV4l2Buffer): Remove one intermediary object, having
27         the buffers hold the struct v4l2_buffer directly.
28
29         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
30         capture_init so that it can set them on the buffers that it will
31         create.
32         (gst_v4l2src_get_read): For better or for worse, include the
33         timestamping and offsetting code here; really we should be using
34         bufferalloc though.
35         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
36         preallocated, mmap'd buffers.
37
38 2007-06-11  Wim Taymans  <wim@fluendo.com>
39
40         Patch by: daniel fischer <dan at f3c dot com>
41
42         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
43         (gst_ximage_src_get_caps):
44         Actually use the display_name property so that we can dump any
45         available X display. Fixes #445905.
46
47 2007-06-11  Wim Taymans  <wim@fluendo.com>
48
49         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
50
51         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
52         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
53         Add missing rate fields to caps. Fixes #441118.
54
55 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
56
57         * win32/vs6/gst_plugins_good.dsw:
58         * win32/vs8/gst-plugins-good.sln:
59         Add DirectSound and DirectDraw sinks project files to
60         workspace and solution files.
61
62 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
63
64         Patch by: Josh Coalson <xflac at yahoo dot com>,
65         updated by Alexis Ballier <aballier at gentoo dot org>:
66
67         * configure.ac:
68         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
69         (gst_flac_dec_setup_seekable_decoder),
70         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
71         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
72         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
73         * ext/flac/gstflacdec.h:
74         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
75         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
76         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
77         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
78         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
79         (gst_flac_enc_chain), (gst_flac_enc_set_property),
80         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
81         * ext/flac/gstflacenc.h:
82         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
83         
84 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
85
86         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
87         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
88         not necessary anymore as we need at least that core version. 
89
90 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
91
92         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
93         (gst_wavpack_dec_chain):
94         * ext/wavpack/gstwavpackdec.h:
95         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
96         (gst_wavpack_parse_push_buffer):
97         * ext/wavpack/gstwavpackparse.h:
98         Improve discont handling by checking if the next Wavpack block has
99         the expected, following block index.
100
101 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
102
103         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
104           Fix element description.
105
106 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
107
108         * configure.ac:
109         * docs/plugins/Makefile.am:
110         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
111         * docs/plugins/gst-plugins-good-plugins-sections.txt:
112         * docs/plugins/gst-plugins-good-plugins.args:
113         * docs/plugins/gst-plugins-good-plugins.hierarchy:
114         * docs/plugins/gst-plugins-good-plugins.signals:
115         * docs/plugins/inspect/plugin-autodetect.xml:
116         * docs/plugins/inspect/plugin-gconfelements.xml:
117         * docs/plugins/inspect/plugin-ladspa.xml:
118         * docs/plugins/inspect/plugin-rtp.xml:
119         * docs/plugins/inspect/plugin-wavpack.xml:
120         * ext/Makefile.am:
121         * tests/check/Makefile.am:
122           move wavpack plugin.  See #352605.
123
124 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
125
126         * configure.ac:
127         * docs/plugins/Makefile.am:
128         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
129         * docs/plugins/gst-plugins-good-plugins-sections.txt:
130         * docs/plugins/gst-plugins-good-plugins.args:
131         * sys/Makefile.am:
132         * win32/MANIFEST:
133         Add DirectDraw & DirectSound plugins to the build and docs.
134
135 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
136
137         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
138         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
139           When operating in pull mode, error out correct on not-linked.
140
141 2007-06-06  Andy Wingo  <wingo@pobox.com>
142
143         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
144         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
145         format and size if the ioctls are defined; should fix compilation
146         on Linux < 2.16.19.
147
148 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
149
150         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
151           Printf fixes in debug statements; use LOG level for debug statements
152           that are printed for each and every frame; convert c++ comments to
153           C-style comments; not much point using g_try_malloc() if we then not
154           even check the return value.
155
156 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
157
158         * configure.ac:
159           Bump requirements to released versions (core and base 0.10.13).
160
161         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
162           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
163           own implementation.
164
165 2007-06-05  Andy Wingo  <wingo@pobox.com>
166
167         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
168         some useless comments.
169
170         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
171         frames before calling STREAMON, that might leave them in a state
172         where they can't be dequeued if we go back to NULL without calling
173         STREAMON, according to the docs.
174         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
175         before we call STREAMON.
176         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
177         failures. (For me this code hung.) The pool refcounting is still
178         crack; added a note to that effect.
179
180 2007-06-05  Wim Taymans  <wim@fluendo.com>
181
182         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
183         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
184         Add support for mapping gst structure names to the MIME type equivalent.
185         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
186
187 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
188
189         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
190         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
191         (gst_wavenc_chain), (gst_wavenc_change_state):
192         * gst/wavenc/gstwavenc.h:
193         Properly write wav files with width!=depth by having the depth most
194         significant bytes set and all others zero. Fixes #442535.
195
196 2007-06-01  Wim Taymans  <wim@fluendo.com>
197
198         * gst/rtsp/rtspconnection.c:
199         Add include to make buildbot happy.
200
201 2007-06-01  Wim Taymans  <wim@fluendo.com>
202
203         Patch by: Peter Kjellerstedt  <pkj at axis com>
204
205         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
206         (rtsp_connection_connect), (add_date_header),
207         (rtsp_connection_send), (parse_response_status),
208         (parse_request_line), (parse_line), (rtsp_connection_receive):
209         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
210         * gst/rtsp/rtspdefs.h:
211         * gst/rtsp/rtspmessage.c: (key_value_foreach),
212         (rtsp_message_init_request), (rtsp_message_init_response),
213         (rtsp_message_remove_header), (rtsp_message_append_headers),
214         (rtsp_message_dump):
215         * gst/rtsp/rtspmessage.h:
216         Improves version checking, allowing an RTSP server to reply with "505
217         RTSP Version not supported.
218         Adds a Date header to all messages.
219         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
220         want to be able to send a response even if something in the request was
221         invalid. EINVAL is only used when passing wrong arguments to functions.
222         Do not handle an invalid method in parse_request_line(). Defer this to
223         the caller so it can respond with "405 Method Not Allowed".
224         Improves parsing of the timeout parameter to the Session header,
225         allowing whitespace after the semicolon. 
226         Avoids a compiler warning due to variables shadowing a function argument.
227
228 2007-06-01  Wim Taymans  <wim@fluendo.com>
229
230         Based on Patch by: Daniel Charles <dcharles at ti dot com>
231
232         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
233         (gst_rtp_amr_depay_process):
234         * gst/rtp/gstrtpamrdepay.h:
235         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
236         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
237         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
238         * gst/rtp/gstrtpamrpay.h:
239         Add support for AMR-WB.
240         Small cleanups such as using BOILERPLATE.
241
242 2007-05-31  Wim Taymans  <wim@fluendo.com>
243
244         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
245         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
246
247 2007-05-30  Andy Wingo  <wingo@pobox.com>
248
249         * sys/v4l2/gstv4l2object.h: 
250         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
251         unintended changes.
252
253         * sys/v4l2/v4l2src_calls.h: 
254         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
255         the format list in the order that the driver gives it to us.
256         (gst_v4l2src_probe_caps_for_format_and_size)
257         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
258         based on the capabilities of the device.
259         (gst_v4l2src_grab_frame): Update for object variable renaming.
260         (gst_v4l2src_set_capture): Update to be strict in its parameters,
261         as in the set_caps below.
262         (gst_v4l2src_capture_init): Update for object variable renaming,
263         and reflow.
264         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
265         (gst_v4l2src_capture_deinit): Update for object variable renaming.
266         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
267         (gst_v4l2src_get_fps): Remove; these functions don't have much
268         meaning outside of an atomic set_caps method.
269         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
270         known.
271
272         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
273         call to update_fps; not sure about this change.
274         (gst_v4l2_tuner_set_norm): Work around the fact that for the
275         moment we don't have an update_fps_func.
276
277         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
278         structures in the object, just store what we need. Do store the
279         probed caps of the device. Don't store the current frame rate.
280
281         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
282         update_fps_function, for now. Update for new object variable
283         naming.
284         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
285         new object variable naming.
286         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
287         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
288         (gst_v4l2src_get_caps): Rework to probe the device for supported
289         frame sizes and frame rates.
290         (gst_v4l2src_set_caps): Rework to be strict in the given
291         parameters: if someone asks us to have a certain size and rate,
292         that is what we configure.
293         (gst_v4l2src_get_read): Update for object variable naming. Don't
294         leak buffers on short reads.
295         (gst_v4l2src_get_mmap): Update for object variable naming, and add
296         comments.
297         (gst_v4l2src_create): Update for object variable naming.
298
299 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
300
301         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
302         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
303         * gst/avi/gstavidemux.h:
304           Parse subtitle text streams instead of erroring out (#442034). Still
305           needs a parser for the subtitles to actually show up.
306
307 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
308
309         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
310         (gst_avi_demux_loop):
311           Make _push_event() return TRUE if the event could be pushed on at
312           least one pad and not only if it could be pushed on all pads,
313           otherwise we'll end up posting an error message on EOS if one or
314           more source pads are not connected.
315
316 2007-05-28  Wim Taymans  <wim@fluendo.com>
317
318         * gst/rtsp/rtsptransport.c:
319         Use renamed RTP bin.
320
321 2007-05-28  Wim Taymans  <wim@fluendo.com>
322
323         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
324
325         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
326         (gst_video_box_set_property), (gst_video_box_transform_caps),
327         (video_box_recalc_transform), (gst_video_box_set_caps),
328         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
329         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
330         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
331         (gst_video_box_i420_i420), (gst_video_box_transform),
332         (plugin_init):
333         Add AYUV->AYUV and AYUV->I420 formats. 
334         Fix negotiation and I420->AYUV conversion.
335         Fixes #429329.
336
337 2007-05-26  Wim Taymans  <wim@fluendo.com>
338
339         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
340         Use different variables for nested for loops so that the outer loop
341         functions properly and speex files with multiple frames per buffer work
342         properly.
343         Fixes #441408.
344
345 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
346
347         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
348           Don't leak newsegment events.
349
350 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
351
352         * gst/wavparse/Makefile.am:
353           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
354           drags it in.
355
356 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
357
358         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
359         (notgst_value_array_append_buffer),
360         (gst_flac_enc_process_stream_headers),
361         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
362         (gst_flac_enc_change_state):
363         * ext/flac/gstflacenc.h:
364           Collect headers, add "streamheader" field to output caps and set
365           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
366           produces output according to the official FLAC-to-Ogg mapping
367           instead of completely broken files. Fixes #426044.
368
369 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
370
371         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
372         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
373         (gst_id3demux_sink_event):
374         * gst/id3demux/gstid3demux.h:
375         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
376         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
377         (gst_tag_demux_send_new_segment):
378         Handle and adjust new-segment events so that downstream really
379         sees a stream with the tag pieces stripped off the front and back.
380         Fixes strangeness in seeking when mp3 decoders use the new-segment
381         byte position to estimate their current playback position timestamp
382         and then the arriving buffers don't match up.
383
384 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
385
386         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
387           Don't unnecessarily perform a READY->NULL->READY transition on the
388           detected audio sink when starting up. Fixes: #440127
389
390 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
391
392         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
393         (gst_flac_enc_chain):
394           Don't crash in chain function if setcaps hasn't been called.
395
396 2007-05-24  Wim Taymans  <wim@fluendo.com>
397
398         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
399         Init value to avoid infinte loops.
400
401 2007-05-24  Wim Taymans  <wim@fluendo.com>
402
403         Patch by: Peter Kjellerstedt  <pkj at axis com>
404
405         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
406         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
407         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
408         (gst_rtspsrc_play):
409         (rtsp_connection_send), (rtsp_connection_receive):
410         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
411         Fix for new API.
412
413         * gst/rtsp/rtspconnection.c: (add_auth_header),
414         Only add authorisation and session headers when sending messages.
415
416         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
417         (rtsp_message_init_request), (rtsp_message_init_response),
418         (rtsp_message_unset), (rtsp_message_add_header),
419         (rtsp_message_remove_header), (rtsp_message_get_header),
420         (rtsp_message_append_headers), (dump_key_value),
421         (rtsp_message_dump):
422         * gst/rtsp/rtspmessage.h:
423         Add support for multiple headers of the same type by storing the parsed
424         headers in a GArray instaed of a hashtable.
425
426 2007-05-21  Wim Taymans  <wim@fluendo.com>
427
428         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
429         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
430         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
431         safer shutdown.
432
433 2007-05-21  Wim Taymans  <wim@fluendo.com>
434
435         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
436         * gst/rtsp/gstrtpdec.h:
437         Added signal for backwards compat.
438
439 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
440         
441         Patch by: René Stadler <mail at renestadler dot de>
442
443         * configure.ac:
444         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
445         (gst_au_parse_parse_header), (gst_au_parse_chain):
446         * gst/auparse/gstauparse.h:
447         Use audioconvert for converting from non-native endianness floats
448         in auparse instead of doing it ourself. Fixes #424527.
449         This needs the audioconvert from plugins-base CVS.
450         
451 2007-05-21  Wim Taymans  <wim@fluendo.com>
452
453         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
454         (gst_rtp_h263p_pay_flush):
455         Fix enum registration.
456
457 2007-05-21  Wim Taymans  <wim@fluendo.com>
458
459         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
460
461         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
462         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
463         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
464         (gst_rtp_h263p_pay_flush):
465         * gst/rtp/gstrtph263ppay.h:
466         Add new fragmentation mode base on GOB headers. Fixes #438940.
467
468 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
469
470         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
471           Printf format fix.
472
473 2007-05-18  Wim Taymans  <wim@fluendo.com>
474
475         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
476         Don't crash when an unsupported transport error was returned by the
477         server, just try to configure the next stream. Fixes #439255.
478
479 2007-05-18  Wim Taymans  <wim@fluendo.com>
480
481         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
482         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
483         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
484         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
485         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
486         * gst/rtsp/gstrtspsrc.h:
487         Add TCP timeout property and use it for all TCP connection.
488
489         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
490         (rtsp_connection_write), (rtsp_connection_next_timeout),
491         (rtsp_connection_reset_timeout):
492         Make connect and writes cancelable and make them use the timeout.
493
494 2007-05-18  Wim Taymans  <wim@fluendo.com>
495
496         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
497         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
498         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
499         (gst_rtspsrc_setup_streams):
500         Refactor timeout handling.
501         Also send keep-alive when dealing with TCP transport.
502
503         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
504         (rtsp_connection_free), (rtsp_connection_next_timeout),
505         (rtsp_connection_reset_timeout):
506         * gst/rtsp/rtspconnection.h:
507         Use a timer to handle the session timeouts, add some methods to deal
508         with timeouts.
509
510 2007-05-17  Wim Taymans  <wim@fluendo.com>
511
512         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
513         (gst_rtspsrc_setup_streams):
514         Ignore streams that fail the setup command, we will retry with a
515         different transport later on.
516
517         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
518         (rtsp_ext_wms_configure_stream):
519         Fix encoding name case.
520
521 2007-05-16  Edward Hervey  <edward@fluendo.com>
522
523         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
524         Fix build on macosx.
525
526 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
527
528         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
529         Replace direct comparison of a string with the string literal "" with
530         a comparison of the first character with '\0'. Fixes #438926.
531
532 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
533
534         * gst/debug/breakmydata.c (gst_break_my_data_init):
535           One more try. This should be the proper fix now.
536
537 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
538
539         * gst/debug/breakmydata.c:
540           Ooops, no // comments please.
541
542 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
543
544         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
545         (gst_break_my_data_init):
546           Fix gst_buffer_is_writable() assertion.
547
548 2007-05-14  David Schleef  <ds@schleef.org>
549
550         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
551           video/x-raw-bayer.  Fixes #314160.
552
553 2007-05-14  Wim Taymans  <wim@fluendo.com>
554
555         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
556         (gst_rtp_theora_depay_parse_configuration):
557         * gst/rtp/gstrtptheorapay.c: (encode_base64),
558         (gst_rtp_theora_pay_finish_headers),
559         (gst_rtp_theora_pay_handle_buffer):
560         Update theora pay/depayloader in a similar to vorbis.
561
562         * gst/rtp/gstrtpvorbisdepay.c:
563         (gst_rtp_vorbis_depay_parse_configuration):
564         Update docs.
565
566 2007-05-14  Wim Taymans  <wim@fluendo.com>
567
568         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
569         When we try to execute a method that is not supported by the server,
570         don't error out but remove the method from the accepted methods so that
571         we never try to perform this method again.
572
573 2007-05-14  Wim Taymans  <wim@fluendo.com>
574
575         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
576         Remove annoying _dump_mem.
577
578 2007-05-14  Wim Taymans  <wim@fluendo.com>
579
580         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
581         Parse range correctly.
582
583         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
584         The baseurl now always has a '/' at the start.
585
586 2007-05-14  Wim Taymans  <wim@fluendo.com>
587
588         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
589         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
590         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
591         Factor out caps configuration and configure more stuff such as the time
592         ranges and speed/scale values.
593
594         * gst/rtsp/rtsptransport.c:
595         Add Copyright after non-trival fixes.
596
597 2007-05-12  Wim Taymans  <wim@fluendo.com>
598
599         Patch by: Peter Kjellerstedt  <pkj at axis com>
600
601         * gst/rtsp/gstrtspsrc.h:
602         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
603         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
604         (rtsp_message_get_header):
605         * gst/rtsp/rtspmessage.h:
606         Make channel guint8 where possible.
607         Make rtsp_message_init_data() take the channel as a guint8.
608
609         * gst/rtsp/rtspdefs.c:
610         Fixed a typo: Timout -> Timeout
611
612         * gst/rtsp/rtspdefs.h:
613         Make RTSP_CHECK() behave as a statement.
614
615         * gst/rtsp/sdpmessage.c:
616         Avoid a compiler warning in INIT_ARRAY().
617         Fixes #437692.
618
619 2007-05-12  Wim Taymans  <wim@fluendo.com>
620
621         Patch by: Peter Kjellerstedt  <pkj at axis com>
622
623         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
624         (rtsp_url_get_request_uri):
625         * gst/rtsp/rtspurl.h:
626         Add support for query parameters to RTSP URLs.
627
628 2007-05-12  Wim Taymans  <wim@fluendo.com>
629
630         Patch by: Peter Kjellerstedt  <pkj at axis com>
631
632         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
633         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
634         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
635         (rtsp_transport_parse), (rtsp_transport_as_text):
636         * gst/rtsp/rtsptransport.h:
637         Add validation to rtsp_transport_parse().
638         Add rtsp_transport_as_text() to generate an RTSP header from an
639         RTSPTransport.
640         Change ssrc to guint (was a string) since that is what it is, even
641         though it is sent as a hex string.
642         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
643         incorrect, which can be seen when looking at the examples in the RFC).
644         Fixes #437670.
645
646 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
647
648         Patch by: Eric Anholt
649
650         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
651           gst_ximage_src_ximage_get):
652         Use union of all damage between frames to make it faster.
653         Fixes bug #342463.
654         Also fix crasher when cursor is at bottom right of window.
655
656 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
657
658         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
659           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
660           streaming mode regression for file from #343837 with 'bext' chunk
661           before the 'fmt' chunk.
662
663 2007-05-11  Wim Taymans  <wim@fluendo.com>
664
665         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
666         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
667         (gst_rtspsrc_handle_src_event),
668         (gst_rtspsrc_stream_configure_manager),
669         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
670         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
671         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
672         * gst/rtsp/gstrtspsrc.h:
673         * gst/rtsp/rtspdefs.h:
674         Preliminary seek support.
675         Activate internal pads so that we can receive events on them.
676         Don't try to parse a range string when it's NULL.
677
678 2007-05-11  Wim Taymans  <wim@fluendo.com>
679
680         * gst/rtp/README:
681         Update README with new RTP variables that will be used for
682         synchronisation.
683
684         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
685         (gst_rtp_vorbis_depay_parse_configuration),
686         (gst_rtp_vorbis_depay_process):
687         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
688         (gst_rtp_vorbis_pay_finish_headers),
689         (gst_rtp_vorbis_pay_handle_buffer):
690         Update vorbis pay and depayloader to draft-04.
691
692 2007-05-11  Wim Taymans  <wim@fluendo.com>
693
694         * gst/rtsp/rtsptransport.c:
695         UDP MCAST is actually the default for RTP/AVP.
696 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
697
698         * gst/level/gstlevel.c: (gst_level_transform_ip):
699         Use guint8 * instead of gpointer then vs6 can build 
700         in_data += (filter->width / 8).
701
702 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
703
704         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
705           gst_ximage_src_ximage_get):
706         * sys/ximage/gstximagesrc.h (last_ximage):
707         When using Damage actually keep the last frame, and not assume
708         that the buffer we get already has the last frame on it.
709         Copy the cursor over if we specify a non-zero start x and
710         start y.
711
712 2007-05-11  Wim Taymans  <wim@fluendo.com>
713
714         * gst/rtsp/rtsptransport.c:
715         Make UDP the default transport when not specified.
716
717 2007-05-09  David Schleef  <ds@schleef.org>
718
719         * gst/level/gstlevel.c:
720           Revert last change.
721
722 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
723
724         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
725         (gst_level_transform_ip):
726         Use guint8 * instead of gpointer then vs6 know the size of data
727         pointed when moving the pointer.
728         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
729         Move instructions after variables declaration.
730         * win32/vs6/autogen.dsp:
731         * win32/vs6/libgstrtp.dsp:
732         * win32/vs6/libgstrtsp.dsp:
733         Update vs6 project files.
734
735 2007-05-09  Wim Taymans  <wim@fluendo.com>
736
737         * gst/rtsp/Makefile.am:
738         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
739         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
740         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
741         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
742         (rtsp_range_free):
743         * gst/rtsp/rtsprange.h:
744         Add code to parse time ranges.
745         Report DURATION on the stream when possible.
746
747 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
748
749         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
750         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
751         (gst_videomixer_collected):
752           Fix strides calculation for AYUV (it's just width*4) (#436910).
753
754 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
755
756         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
757         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
758         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
759         Sync the GObject properties before each processing step to properly
760         work with the controller.
761
762 2007-05-04  Wim Taymans  <wim@fluendo.com>
763
764         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
765         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
766         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
767         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
768         (gst_rtspsrc_change_state):
769         Let more error state trickle down so that we can catch more error
770         cases.
771         Handle keep-alive a little smarter by selecting a method the server
772         actually supports.
773         Fix a race in UDP streaming shutdown.
774
775 2007-05-04  Wim Taymans  <wim@fluendo.com>
776
777         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
778         Ignore errors when trying to use the keep-alive messages.
779
780 2007-05-04  Wim Taymans  <wim@fluendo.com>
781
782         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
783         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
784         (gst_rtspsrc_stream_configure_manager),
785         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
786         (gst_rtspsrc_stream_configure_mcast),
787         (gst_rtspsrc_stream_configure_udp),
788         (gst_rtspsrc_stream_configure_udp_sink),
789         (gst_rtspsrc_stream_configure_transport):
790         Send RTCP messages back to the server over the TCP connection.
791
792         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
793         (rtsp_connection_send), (rtsp_connection_read), (read_body),
794         (rtsp_connection_receive):
795         * gst/rtsp/rtspconnection.h:
796         Factor out and expose lowlevel _write and _read methods.
797         Implement sending data messages to the server.
798
799 2007-05-03  Wim Taymans  <wim@fluendo.com>
800
801         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
802         (gst_multipart_mux_collected):
803         Fix timestamps on outgoing buffers.
804
805 2007-05-03  Wim Taymans  <wim@fluendo.com>
806
807         * gst/multipart/multipartmux.c:
808         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
809         (gst_multipart_mux_change_state):
810         Emit NEWSEGMENT events before pushing the first buffer.
811
812 2007-05-03  Wim Taymans  <wim@fluendo.com>
813
814         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
815         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
816         (gst_rtspsrc_handle_src_query),
817         (gst_rtspsrc_stream_configure_manager),
818         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
819         (gst_rtspsrc_stream_configure_mcast),
820         (gst_rtspsrc_stream_configure_udp),
821         (gst_rtspsrc_stream_configure_udp_sink),
822         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
823         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
824         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
825         (gst_rtspsrc_pause):
826         Refactor transport configuration code.
827         Create internal pads for TCP transport so that we can implement events
828         and queries.
829         Handle events and queries.
830         Parse range from the SDP.
831         Fix race in pause handler where the connection could still be flushing.
832
833 2007-05-02  Wim Taymans  <wim@fluendo.com>
834
835         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
836         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
837         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
838         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
839         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
840         (gst_rtspsrc_change_state):
841         * gst/rtsp/gstrtspsrc.h:
842         Fix race when multiple udp sources post timeouts, just act on the first
843         received timeout.
844         Protect stream list with a recursive lock to fix some races.
845         Flush connection when we need to do a reconnect or stop.
846         Make state lock recursive.
847
848         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
849         (rtsp_connection_close):
850         Some small cleanups.
851
852 2007-05-02  Wim Taymans  <wim@fluendo.com>
853
854         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
855         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
856         Only set DISCONT when there actually is a discont or when we just
857         started.
858
859 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
860
861         * ext/flac/gstflac.c: (plugin_init):
862         Call bindtextdomain() to get localized strings.
863
864 2007-05-02  Wim Taymans  <wim@fluendo.com>
865
866         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
867         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
868         (gst_wavparse_stream_data):
869         * gst/wavparse/gstwavparse.h:
870         Be a bit more clever when dealing with VBR files with FACT tags, we
871         don't want to timestamp buffers in that case but the estimated BPS can
872         be used for seeking.
873         Only send close segment in the streaming thread.
874
875 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
876
877         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
878         Correctly post an error on the bus if something went wrong in the loop
879         function. This fixes a few cases where the task was paused and nothing
880         happened anymore.
881
882 2007-05-02  Wim Taymans  <wim@fluendo.com>
883
884         * gst/rtsp/test.c: (main):
885         Fix compilation of deprecated test just because I'm too lazy to delete
886         it.
887
888 2007-05-02  Wim Taymans  <wim@fluendo.com>
889
890         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
891         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
892         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
893         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
894         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
895         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
896         * gst/rtsp/gstrtspsrc.h:
897         Fix sending RTCP to the right place.
898         Fix bug in reffing the wrong UDP element.
899         Use new pad names for the session manager.
900         Implement handling server requests in interleaved and UDP modes.
901         Handle session keep-alive in UDP modes.
902         Remove GCond for handling UDP timeouts.
903
904         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
905         (rtsp_connection_send), (rtsp_connection_read), (read_body),
906         (rtsp_connection_receive), (rtsp_connection_close):
907         * gst/rtsp/rtspconnection.h:
908         Store connection IP address for later.
909         Add timeout args to all operations that might block forever.
910         Parse session timeout.
911         Only close sockets when not already closed.
912
913         * gst/rtsp/rtspdefs.c:
914         * gst/rtsp/rtspdefs.h:
915         Add timeout return value and error string.
916
917         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
918         Add small comment.
919
920 2007-05-01  Wim Taymans  <wim@fluendo.com>
921
922         Patch by: Sjoerd Simons <sjoerd at luon dot net>
923
924         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
925         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
926         * gst/rtp/gstrtpmp4vpay.h:
927         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
928
929 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
930
931         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
932           Remove v4l2src from docs, since it breaks the docs build, and the
933           plugin is only built if --enable-experimental is used anyway.
934
935         * docs/plugins/Makefile.am:
936           Spaces => tab.
937
938 2007-04-29  Wim Taymans  <wim@fluendo.com>
939
940         * gst/udp/gstmultiudpsink.c: (leave_multicast),
941         (gst_multiudpsink_add), (gst_multiudpsink_remove):
942         Add code to drop membership of a multicast group.
943
944         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
945         (gst_udpsink_set_uri):
946         Implement URI handler.
947
948         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
949         (gst_rtspsrc_parse_rtpinfo):
950         Use URI handler to make udpsink instace.
951         Improve code to configure port and destination.
952
953 2007-04-29  Wim Taymans  <wim@fluendo.com>
954
955         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
956         Fix multicast detection.
957         Don't try to join a multicast group if the address is not multicast.
958
959         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
960         Small debug improvement.
961
962 2007-04-27  Wim Taymans  <wim@fluendo.com>
963
964         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
965         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
966         (gst_rtspsrc_handle_message):
967         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
968         parent.
969
970 2007-04-27  Wim Taymans  <wim@fluendo.com>
971
972         * gst/rtp/gstrtpilbcdepay.h:
973         Fix mode property when specified as an arg.
974
975 2007-04-26  Edward Hervey  <edward@fluendo.com>
976
977         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
978         * docs/plugins/gst-plugins-good-plugins-sections.txt:
979         * docs/plugins/gst-plugins-good-plugins.hierarchy:
980         * docs/plugins/inspect/plugin-osxaudio.xml:
981         Add documentation for osxaudio plugin.
982
983 2007-04-26  Wim Taymans  <wim@fluendo.com>
984
985         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
986         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
987         (gst_rtspsrc_open), (gst_rtspsrc_close),
988         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
989         (gst_rtspsrc_pause):
990         * gst/rtsp/gstrtspsrc.h:
991         Protect state changes with a lock.
992
993         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
994         (parse_line):
995         * gst/rtsp/rtspconnection.h:
996         Remove some unused stuff.
997
998 2007-04-26  Wim Taymans  <wim@fluendo.com>
999
1000         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1001         Handle the case where there are exactly 0 bytes to read and the ioctl
1002         did not report an error. Fixes #433530.
1003
1004 2007-04-26  Wim Taymans  <wim@fluendo.com>
1005
1006         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
1007         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
1008         * gst/wavparse/gstwavparse.h:
1009         Apply DISCONT to buffers.
1010         Only apply timestamp to the first sample after a DISCONT, too many VBR
1011         files cause random jitter in the timestamps. Fixes #433119.
1012
1013 2007-04-25  Wim Taymans  <wim@fluendo.com>
1014
1015         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
1016         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
1017         (gst_rtp_dec_get_property):
1018         * gst/rtsp/gstrtpdec.h:
1019         Add dummy latency property to be backwards compat with rtpbin.
1020
1021         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
1022         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
1023         (gst_rtspsrc_stream_configure_transport),
1024         (gst_rtspsrc_parse_rtpinfo):
1025         * gst/rtsp/gstrtspsrc.h:
1026         Add latency property and configure in the session manager.
1027         Don't set invalid clock-base and seqnum-base on caps, some servers
1028         sometimes don't send them.
1029
1030 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
1031
1032         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
1033         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
1034           Double-check that RGB input caps are really RGBA caps (apparently
1035           the core doesn't always catch it if those caps aren't a subset of
1036           our template caps, also see #421543). Fixes #429319 in a way.
1037           Also, don't leak the pad template in the transform_caps function.
1038
1039         * tests/check/Makefile.am:
1040         * tests/check/elements/.cvsignore:
1041         * tests/check/elements/alphacolor.c: (setup_alphacolor),
1042         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
1043         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
1044         (GST_START_TEST), (alphacolor_suite):
1045           Add some basic unit tests for alphacolor.
1046
1047 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
1048
1049         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
1050           If we get a fatal flow return in the loop function, first post the
1051           error message and only then send the EOS event downstream, otherwise
1052           applications might get an eos message before the error message and
1053           think everything was ok (related to #429319).
1054
1055 2007-04-25  Wim Taymans  <wim@fluendo.com>
1056
1057         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
1058         Read the channel byte as an unsigned byte.
1059
1060 2007-04-25  Wim Taymans  <wim@fluendo.com>
1061
1062         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
1063         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
1064         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
1065         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
1066         (gst_rtp_gsm_depay_setcaps):
1067         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
1068         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
1069         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
1070         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
1071         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
1072         (gst_ilbc_depay_get_property):
1073         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
1074         * gst/rtp/gstrtpmp4adepay.c:
1075         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
1076         (gst_rtp_pcma_depay_setcaps):
1077         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
1078         (gst_rtp_pcmu_depay_setcaps):
1079         Make sure we configure the clock_rate in the baseclass in the setcaps
1080         function. Fixes #431282.
1081
1082 2007-04-25  Wim Taymans  <wim@fluendo.com>
1083
1084         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
1085         (gst_rtspsrc_stream_free), (request_pt_map),
1086         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
1087         * gst/rtsp/gstrtspsrc.h:
1088         Parse server address from SDP.
1089         Hook up a udpsink to send RTCP back to the server.
1090
1091         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1092         * gst/rtsp/rtsptransport.h:
1093         Add some docs.
1094
1095 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
1096
1097         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
1098           Make header field check conditional. Fixes #433135
1099
1100 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
1101
1102         * docs/plugins/Makefile.am:
1103         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1104         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1105         * docs/plugins/inspect/plugin-alphacolor.xml:
1106         * gst/alpha/Makefile.am:
1107         * gst/alpha/gstalphacolor.c:
1108         * gst/alpha/gstalphacolor.h:
1109           Add minimal docs blurb to alphacolor; split out headers into
1110           separate header file for gtk-doc.
1111
1112 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
1113
1114         * gst/debug/progressreport.c: (gst_progress_report_report):
1115           Don't try to post NULL message (in case we can't query upstream
1116           position or duration).
1117
1118 2007-04-18  Michael Smith  <msmith@fluendo.com>
1119
1120         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
1121         (gst_cutter_get_caps):
1122         * gst/cutter/gstcutter.h:
1123           Fix some of the most obvious bugs in cutter. Now doesn't leak
1124           everything if input is silent.
1125
1126 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
1127
1128         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
1129         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
1130         * gst/wavenc/gstwavenc.h:
1131         Wav apparently only supports width==GST_ROUND_UP(depth), everything
1132         else results in a invalid block align and invalid files.
1133
1134 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
1135
1136         Patch by: Snaik <snaik32 gmail com>
1137
1138         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
1139           Add missing break statement for BOX_HORIZONTAL case.
1140
1141 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
1142
1143         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
1144
1145         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
1146         Use correct format strings for integer types.
1147
1148 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
1149
1150         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
1151         (gst_wavparse_create_sourcepad):
1152         Use gst_riff_create_audio_template_caps () instead of the local caps.
1153         This makes updates of the local caps unecessary whenever libgstriff
1154         gets support for new formats.
1155
1156 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
1157
1158         Patch by: Brian Cameron  <brian.cameron at sun dot com>
1159
1160         * sys/sunaudio/gstsunaudio.c:
1161         * sys/sunaudio/gstsunaudiomixer.c:
1162         * sys/sunaudio/gstsunaudiomixer.h:
1163         * sys/sunaudio/gstsunaudiomixerctrl.c:
1164         * sys/sunaudio/gstsunaudiomixerctrl.h:
1165         * sys/sunaudio/gstsunaudiomixertrack.h:
1166         * sys/sunaudio/gstsunaudiosink.c:
1167         * sys/sunaudio/gstsunaudiosink.h:
1168         * sys/sunaudio/gstsunaudiosrc.c:
1169         * sys/sunaudio/gstsunaudiosrc.h:
1170           Fix and/or update copyright attributions (#430228).
1171
1172 2007-04-13  Wim Taymans  <wim@fluendo.com>
1173
1174         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1175         Fix docs.
1176
1177         * gst/rtsp/URLS:
1178         Add some more example urls.
1179
1180         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
1181         (gst_rtp_dec_chain_rtp):
1182         Better debugging.
1183
1184         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
1185         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
1186         (gst_rtspsrc_parse_rtpinfo):
1187         Remove unused code.
1188
1189 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
1190
1191         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
1192         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
1193         (gst_wavparse_stream_data):
1194           Relax the audio/mpeg caps again and add FIXME: comment.
1195
1196 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
1197
1198         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
1199         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
1200         (gst_wavparse_stream_data):
1201         * gst/wavparse/gstwavparse.h:
1202           More sanity check for the header fields. Fix type for 'rate' header
1203           field.
1204
1205 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
1206
1207         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
1208         (gst_icydemux_unicodify):
1209           If the metadata strings we get in the stream are not UTF-8, try to
1210           interpret them according to the character encodings specified in the
1211           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
1212           only fall back to locale/ISO-8859-1 if those aren't set or don't
1213           work. Should fix #428901.
1214
1215 2007-04-12  Wim Taymans  <wim@fluendo.com>
1216
1217         * gst/rtp/gstrtph264depay.c:
1218         Use the proper sync word for SPS and PPS.
1219
1220 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
1221
1222         * gst/rtp/Makefile.am:
1223         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
1224           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
1225         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
1226           Add a simple hashing implementation that we can use to generate
1227           a 24-bit ident value based on the codebooks for vorbis and theora.
1228         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
1229           gst_rtp_theora_pay_handle_buffer):
1230         * gst/rtp/gstrtpvorbisdepay.c
1231           (gst_rtp_vorbis_depay_parse_configuration,
1232           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
1233         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
1234           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
1235           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
1236           Use the hashing function, ensuring that the same codebooks result
1237           in the same ident and thus the same SDP description.
1238           Various log fixes/changes.
1239
1240 2007-04-12  Wim Taymans  <wim@fluendo.com>
1241
1242         Patch by: jerry tan <jerry dot tan at sun dot com>
1243
1244         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
1245         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
1246         application's responsibility to make sure it open the device once.
1247         Remove a careless error if AUDIODEV is set. Fixes #392620.
1248
1249 2007-04-12  Wim Taymans  <wim@fluendo.com>
1250
1251         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
1252         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
1253         * gst/rtsp/gstrtpdec.h:
1254         Make backward compat with rtpbin by adding the request-pt-map signals.
1255
1256         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
1257         (new_session_pad), (request_pt_map),
1258         (gst_rtspsrc_stream_configure_transport),
1259         (gst_rtspsrc_stream_configure_caps),
1260         (gst_rtspsrc_activate_streams):
1261         * gst/rtsp/gstrtspsrc.h:
1262         Implement request-pt-map signals instead of setting caps on the buffers
1263         for the session manager.
1264
1265 2007-04-11  Wim Taymans  <wim@fluendo.com>
1266
1267         * gst/udp/gstudp.c: (plugin_init):
1268         Register GstNetBuffer in plugin_init so that the type can be used from
1269         multiple threads without races.
1270
1271 2007-04-10  Wim Taymans  <wim@fluendo.com>
1272
1273         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
1274         (gst_rtp_amr_depay_process):
1275         Fix depayloader clock_rate and some cleanups.
1276
1277         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
1278         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
1279         * gst/rtp/gstrtph264depay.h:
1280         Don't push codec_data in the adapter because it might get flushed when
1281         we get a discont.
1282
1283         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
1284         Handle multiple AU per packet.
1285
1286         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
1287         (gst_rtp_sv3v_depay_plugin_init):
1288         Disable rank, this one does not work.
1289         Remove timestamping, base class does that.
1290
1291 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
1292
1293         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
1294           limit caps to the formats we announce in the template
1295
1296         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
1297         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
1298         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
1299           fix some crashers/asserts when dealing with broken files
1300
1301 2007-04-10  Wim Taymans  <wim@fluendo.com>
1302
1303         Patch by: Peter Kjellerstedt  <pkj at axis com>
1304
1305         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
1306         * gst/rtp/gstrtpL16depay.c:
1307         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
1308         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
1309         (gst_rtp_speex_depay_setcaps):
1310         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
1311         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
1312         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
1313         Fix some compiler warnings. Fixes #428182.
1314
1315 2007-04-06  Wim Taymans  <wim@fluendo.com>
1316
1317         * gst/rtsp/Makefile.am:
1318         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
1319         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
1320         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
1321         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
1322         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
1323         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
1324         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
1325         (create_rtcp), (gst_rtp_dec_request_new_pad),
1326         (gst_rtp_dec_release_pad):
1327         * gst/rtsp/gstrtpdec.h:
1328         * gst/rtsp/gstrtsp.c: (plugin_init):
1329         Morph RTPDec into something compatible with RTPBin as a fallback.
1330         Various other style fixes.
1331
1332         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
1333         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
1334         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
1335         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
1336         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
1337         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
1338         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
1339         * gst/rtsp/gstrtspsrc.h:
1340         Implement RTPBin session manager handling.
1341         Don't try to add empty properties to caps.
1342         Implement fallback session manager, handling.
1343         Don't combine errors from RTCP streams, just ignore them.
1344
1345         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
1346         * gst/rtsp/rtsptransport.h:
1347         Implement fallback session manager.
1348         Make RTPBin the default one when available.
1349
1350 2007-04-05  Wim Taymans  <wim@fluendo.com>
1351
1352         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
1353         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
1354         This element is ready to be autoplugged.
1355
1356 2007-04-05  Julien MOUTTE  <julien@moutte.net>
1357
1358         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
1359         Don't leave the offsets defined by upstream element on the
1360         compressed data buffer we are pushing downstream. Make them
1361         GST_BUFFER_OFFSET_NONE.
1362
1363 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
1364
1365         * gst/avi/README:
1366         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
1367         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
1368         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
1369         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
1370         (gst_avi_demux_calculate_durations_from_index),
1371         (gst_avi_demux_stream_header_push),
1372         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
1373         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
1374           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
1375
1376 2007-04-03  Wim Taymans  <wim@fluendo.com>
1377
1378         * gst/smpte/barboxwipes.c:
1379         Fix error as spotted by Snaik <snaik32 at gmail dot com>
1380
1381 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
1382
1383         * gst/wavparse/gstwavparse.c:
1384         Support audio/x-raw-float in wav files. This only works with
1385         plugins-base CVS, using an older version doesn't have any
1386         disadvantages though.
1387
1388 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
1389
1390         * configure.ac:
1391         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
1392         (gst_au_parse_parse_header), (gst_au_parse_chain):
1393         * gst/auparse/gstauparse.h:
1394         Revert last change as we don't want plugins-good to depend on
1395         plugins-base CVS now.
1396
1397 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
1398
1399         * configure.ac:
1400         Require gst-plugins-base CVS for audioconvert with non-native
1401         float support and width/depth fix in libgstriff.
1402
1403         Patch by: René Stadler <mail at renestadler dot de>
1404
1405         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
1406         (gst_au_parse_parse_header), (gst_au_parse_chain):
1407         * gst/auparse/gstauparse.h:
1408         Don't swap the floats ourself if they're not in native endianness.
1409         Instead let audioconvert handle this. Fixes #339838.
1410
1411 2007-03-29  Wim Taymans  <wim@fluendo.com>
1412
1413         * gst/rtp/gstasteriskh263.h:
1414         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
1415         (gst_rtp_h263p_depay_change_state):
1416         * gst/rtp/gstrtph263pdepay.h:
1417         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
1418         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
1419         (gst_rtp_h264_depay_change_state):
1420         * gst/rtp/gstrtph264depay.h:
1421         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
1422         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
1423         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
1424         Flush adapter on disconts.
1425
1426 2007-03-29  Wim Taymans  <wim@fluendo.com>
1427
1428         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
1429         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
1430         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
1431         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
1432         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
1433         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
1434         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
1435         (gst_rtp_mp4v_depay_process):
1436         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
1437         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
1438         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
1439         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
1440         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
1441         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
1442         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
1443         Use more efficient adapter and rtpbuffer methods when possible.
1444
1445 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
1446
1447         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
1448         (gst_wavenc_sink_setcaps):
1449         Correctly handle width!=depth input.
1450         * gst/wavparse/gstwavparse.c:
1451         Already export in the caps that width==8 uses unsigned samples and
1452         everything else uses signed samples.
1453
1454 2007-03-29  Wim Taymans  <wim@fluendo.com>
1455
1456         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
1457
1458         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
1459         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
1460         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
1461         (gst_dynudpsink_close):
1462         * gst/udp/gstdynudpsink.h:
1463         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
1464         (gst_udpsrc_create), (gst_udpsrc_set_property),
1465         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
1466         * gst/udp/gstudpsrc.h:
1467         Rework the socket allocation a bit based on the sockfd argument so that
1468         it becomes usable.
1469         Add a closefd property to instruct the udp elements to close the custom
1470         file descriptors when going to READY. Fixes #423304.
1471         API:GstUDPSrc::closefd property
1472         API:GstDynUDPSink::closefd property
1473
1474 2007-03-29  Wim Taymans  <wim@fluendo.com>
1475
1476         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
1477
1478         * gst/rtp/Makefile.am:
1479         * gst/rtp/gstrtp.c: (plugin_init):
1480         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
1481         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
1482         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
1483         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
1484         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
1485         (gst_rtp_h264_pay_plugin_init):
1486         * gst/rtp/gstrtph264pay.h:
1487         Added H264 payloader. Fixes #423782.
1488
1489         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
1490         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
1491         Small fixes.
1492
1493 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
1494
1495         * gst/wavparse/gstwavparse.c:
1496         Actually support depths from 1 to 32, not only 8 to 32.
1497
1498 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
1499
1500         * gst/wavparse/gstwavparse.c:
1501         Add support for wav files containing audio/x-raw-int with random
1502         depths between 1 and 32 bits.
1503
1504 2007-03-28  Wim Taymans  <wim@fluendo.com>
1505
1506         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
1507
1508         * gst/rtp/Makefile.am:
1509         * gst/rtp/gstrtp.c: (plugin_init):
1510         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
1511         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
1512         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
1513         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
1514         (gst_rtp_mp4a_depay_get_property),
1515         (gst_rtp_mp4a_depay_change_state),
1516         (gst_rtp_mp4a_depay_plugin_init):
1517         * gst/rtp/gstrtpmp4adepay.h:
1518         Added MP4A-LATM depayloader. Fixes #417792.
1519
1520         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
1521         (gst_rtp_mp4v_depay_process):
1522         Fixup depayloader, setting codec_data, using more efficient adaptor and
1523         rtpbuffer handling.
1524
1525         * gst/rtsp/URLS:
1526         Add url to test above.
1527
1528 2007-03-25  Wim Taymans  <wim@fluendo.com>
1529
1530         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
1531         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
1532         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
1533         (gst_rtspsrc_media_to_caps),
1534         (gst_rtspsrc_stream_configure_transport),
1535         (gst_rtspsrc_stream_configure_caps),
1536         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
1537         * gst/rtsp/gstrtspsrc.h:
1538         Handle default clock-rates for static payload types, rearrange stuff so
1539         that the rtpmap field in the sdp can override the defaults.
1540         Parse RTP-Info field to get the seqnum and timebase fields that should
1541         go in the caps.
1542         Delay configuring caps after we got the RTP-Info from the PLAY reply from
1543         the server. 
1544
1545 2007-03-22  Wim Taymans  <wim@fluendo.com>
1546
1547         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
1548
1549         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
1550         Accept complex pipeline descriptions as an audio profile instead of just
1551         a single element. Fixes #420658.
1552
1553 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
1554
1555         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
1556           Rename registered type in preparation of GstTagDemux moving to
1557           -base at some point in the future.
1558
1559 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
1560
1561         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
1562           Streaming mode fixes: don't unref buffer we don't own any longer;
1563           remove bogus adapter flush. Fixes #419338.
1564
1565 2007-03-17  David Schleef  <ds@schleef.org>
1566
1567         * REQUIREMENTS: Change the format to key/value, add a bunch of
1568           information, remove a bunch of requirements that are for
1569           other GStreamer packages.
1570
1571 2007-03-17  David Schleef  <ds@schleef.org>
1572
1573         * REQUIREMENTS: Fix a few things.  This file really needs a
1574         good once-over.
1575
1576 2007-03-15  Edward Hervey  <edward@fluendo.com>
1577
1578         * sys/Makefile.am:
1579         Don't forget to distribute the sys/osxaudio/ directory.
1580
1581 2007-03-15  Edward Hervey  <edward@fluendo.com>
1582
1583         * configure.ac:
1584         * sys/Makefile.am:
1585         * sys/osxaudio/Makefile.am:
1586         * sys/osxaudio/gstosxaudio.c:
1587         * sys/osxaudio/gstosxaudiosink.c:
1588         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
1589         (gst_osx_audio_sink_getcaps),
1590         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
1591         * sys/osxaudio/gstosxaudiosrc.c:
1592         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
1593         (gst_osx_audio_src_create_ringbuffer):
1594         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
1595         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
1596         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
1597         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
1598         * sys/osxaudio/gstosxringbuffer.h:
1599         Activate osxaudio in gst-plugins-good with proper build setup.
1600         Add inlined documentation.
1601         Fix debug statements
1602         Fix ringbuffer when pausing.
1603         Fixes #323471
1604
1605 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
1606         * gst/rtp/gstrtppcmapay.c:
1607         * gst/rtp/gstrtppcmapay.h:
1608         * gst/rtp/gstrtppcmupay.c:
1609         * gst/rtp/gstrtppcmupay.h:
1610         Ported mulaw and alaw payloaders to use new base class
1611
1612 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
1613
1614         * po/af.po:
1615         * po/az.po:
1616         * po/cs.po:
1617         * po/en_GB.po:
1618         * po/it.po:
1619         * po/nl.po:
1620         * po/or.po:
1621         * po/sq.po:
1622         * po/sr.po:
1623         * po/sv.po:
1624         * po/uk.po:
1625         * po/vi.po:
1626           Update translations.
1627
1628 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
1629
1630         * configure.ac:
1631           Fix string replace error (AG_AG_GST_* => AG_GST_*).
1632
1633 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
1634
1635         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
1636           Fix handling of -1 values for start and stop values when seeking,
1637           and SEEK_CUR+SEEK_END here as well.
1638
1639 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
1640
1641         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
1642           Fix handling of -1 values for start and stop values when seeking, 
1643           and SEEK_CUR+SEEK_END.
1644
1645 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
1646
1647         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
1648           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
1649           the image format a variable-length NUL-terminated string; in
1650           versions before that the image format is a fixed-length string of
1651           3 characters (see #348644 for a sample tag).
1652           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
1653
1654 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
1655
1656         * win32/MANIFEST:
1657         Add new project files to MANIFEST.
1658         * win32/vs6/libgstaudiofx.dsp:
1659         * win32/vs6/libgstrtp.dsp:
1660         * win32/vs6/libgstrtsp.dsp:
1661         Update project files.
1662         
1663 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
1664
1665         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
1666         (gst_avi_demux_parse_index):
1667         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
1668         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1669           Printf format fixes; also add some missing quotes in translated
1670           strings. Fixes #416728 and #416727.
1671
1672 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
1673
1674         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
1675           Tim and I can't think of any reason the child audio sink needs to 
1676           be set back to NULL after successfully determining that it can 
1677           reach READY - it gets immediately set back to READY by the caller
1678           anyway, causing an unnecessary close/open of any audio devices
1679           involved.
1680
1681 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
1682
1683         * po/LINGUAS:
1684         * po/ja.po:
1685           Add ja.po file from #377306.
1686
1687 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
1688
1689         * sys/sunaudio/gstsunaudio.c: (plugin_init):
1690         * sys/sunaudio/gstsunaudiomixertrack.c:
1691         (gst_sunaudiomixer_track_new):
1692           Actually translate sunaudio mixer track labels instead of just
1693           marking the strings as translatable (#377306); clean up weird
1694           label string mapping code that serves no apparent purpose. Also
1695           set the 'untranslated-label' property when creating mixer tracks
1696           if the GstMixerTrack base class supports this.
1697
1698         * tests/check/Makefile.am:
1699         * tests/check/elements/.cvsignore:
1700         * tests/check/elements/sunaudio.c: (GST_START_TEST),
1701         (sunaudio_suite):
1702           Very minimalistic unit test for sunaudiomixer element (compiles, but not
1703           actually tested on a system where sunaudiomixer is available).
1704
1705 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
1706
1707         * tests/check/Makefile.am:
1708         Re-enable the states test and see if it works on the buildbots.
1709
1710 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
1711
1712         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
1713         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
1714         (gst_dvdec_change_state):
1715         * ext/dv/gstdvdec.h:
1716         Infer pixel-aspect-ratio from the video frame format if it isn't
1717         provided by the container, as happens when playing DV from AVI
1718         or Quicktime containers.
1719
1720         Patch by: Wim Taymans <wim@fluendo.com>
1721         Fixes #380944
1722
1723 2007-03-09  Wim Taymans  <wim@fluendo.com>
1724
1725         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
1726         When activated, remove the udpsrc timeout, we have dataflow and timeouts
1727         will later be handled by the jitterbuffer.
1728
1729 2007-03-09  Wim Taymans  <wim@fluendo.com>
1730
1731         * ext/taglib/gstid3v2mux.cc:
1732         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
1733         Fixes #414496.
1734         
1735         Patch by: Alex Lancaster <alexl at users sourceforge net>
1736
1737 2007-03-09  Wim Taymans  <wim@fluendo.com>
1738
1739         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
1740         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
1741         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
1742         (gst_avi_demux_chain):
1743         Fix stream position reporting after a seek. Fixes #416445.
1744
1745 2007-03-08  Wim Taymans  <wim@fluendo.com>
1746
1747         Patch by: René Stadler <mail at renestadler dot de>
1748
1749         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
1750         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
1751         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
1752         Make avidemux accept optional header chunks in any order.
1753         Fixes #415446.
1754
1755 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
1756
1757         * tests/check/Makefile.am:
1758         Disable the states check until the remaining Valgrind errors
1759         are fixed or suppressed.
1760
1761 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
1762
1763         * tests/check/elements/.cvsignore:
1764           Add audiodynamic check to .cvsignore
1765
1766 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
1767
1768         reviewed by: Stefan Kost  <ensonic@users.sf.net>
1769
1770         * gst/audiofx/Makefile.am:
1771         * gst/audiofx/audiodynamic.c:
1772         (gst_audio_dynamic_characteristics_get_type),
1773         (gst_audio_dynamic_mode_get_type),
1774         (gst_audio_dynamic_set_process_function),
1775         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
1776         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
1777         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
1778         (gst_audio_dynamic_transform_hard_knee_compressor_int),
1779         (gst_audio_dynamic_transform_hard_knee_compressor_float),
1780         (gst_audio_dynamic_transform_soft_knee_compressor_int),
1781         (gst_audio_dynamic_transform_soft_knee_compressor_float),
1782         (gst_audio_dynamic_transform_hard_knee_expander_int),
1783         (gst_audio_dynamic_transform_hard_knee_expander_float),
1784         (gst_audio_dynamic_transform_soft_knee_expander_int),
1785         (gst_audio_dynamic_transform_soft_knee_expander_float),
1786         (gst_audio_dynamic_transform_ip):
1787         * gst/audiofx/audiodynamic.h:
1788         * gst/audiofx/audiofx.c: (plugin_init):
1789         Add new audiodynamic element which can act as a compressor or
1790         expander. Supported are hard-knee and soft-knee operation modes with
1791         user-specified ratio and threshold.
1792         Attack and release parameters are not yet implemented but will follow.
1793         * docs/plugins/Makefile.am:
1794         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1795         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1796         * docs/plugins/gst-plugins-good-plugins.args:
1797         * docs/plugins/inspect/plugin-audiofx.xml:
1798         Integrate audiodynamic into the docs.
1799         * tests/check/Makefile.am:
1800         * tests/check/elements/audiodynamic.c: (setup_dynamic),
1801         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
1802         Add unit test for audiodynamic.
1803
1804 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
1805
1806         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
1807         Free handles that we allocated when exiting via the error paths.
1808
1809 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
1810
1811         * gst/level/gstlevel.c: (gst_level_class_init),
1812         (gst_level_set_caps), (gst_level_start), (gst_level_event),
1813         (gst_level_transform_ip):
1814         * gst/level/gstlevel.h:
1815           Resolve message timestamps against the playback segment.
1816
1817 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
1818
1819         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
1820         (gst_id3demux_sink_activate):
1821           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
1822           caps passed to it (previously one code path assumed it took ownership
1823           while another one assumed it didn't, while in fact it sometimes did and
1824           sometimes didn't ...).
1825
1826         * configure.ac:
1827         * tests/files/Makefile.am:
1828         * tests/files/id3-407349-1.tag:
1829         * tests/files/id3-407349-2.tag:
1830           Add directory where data for unit tests can be stored.
1831
1832         * tests/Makefile.am:
1833         * tests/check/Makefile.am:
1834         * tests/check/elements/.cvsignore:
1835         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
1836         (read_tags_from_file), (run_check_for_file),
1837         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
1838           Add unit test for id3demux, and in particular for bug #407349. Only
1839           testing pull-mode for now; push mode doesn't work yet because the test
1840           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
1841
1842 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
1843
1844         * tests/check/Makefile.am:
1845           Add missing backslash at end of line.
1846
1847 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
1848
1849         Trigger rebuild.
1850
1851 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
1852
1853         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
1854         * gst/id3demux/id3tags.h:
1855         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
1856         (parse_obsolete_tdat_frame):
1857           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
1858           the four-digit number will be interpreted as a year, whereas it is
1859           month and day in DDMM format. Instead, parse TDAT frames and fix up
1860           the date in the GST_TAG_DATE tag later if we also extracted a year.
1861           Fixes #407349.
1862
1863 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
1864
1865         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
1866         (gst_switch_commit_new_kid):
1867         Fix up the dispose logic so it doesn't leak, and fix setting of 
1868         the child state so that we don't set a child to our current state 
1869         just as we are changing it to something else.
1870
1871 2007-03-06  Wim Taymans  <wim@fluendo.com>
1872
1873         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
1874         (gst_goom_chain):
1875         * gst/goom/gstgoom.h:
1876         Document, fix and improve goom adapter behaviour.
1877         Fixes #407006.
1878
1879 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
1880
1881         * ext/esd/esdsink.c: (gst_esdsink_open):
1882         Unref static pad template after using it.
1883
1884 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
1885
1886         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
1887         (gst_switch_commit_new_kid):
1888         Fix up the reference counting of the child elements.
1889
1890 2007-03-05  Wim Taymans  <wim@fluendo.com>
1891
1892         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
1893         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
1894         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
1895         Fix encoding-name case.
1896
1897 2007-03-05  Wim Taymans  <wim@fluendo.com>
1898
1899         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
1900         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
1901         (gst_rtp_speex_depay_process):
1902         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
1903         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
1904         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
1905         (gst_rtp_speex_pay_change_state):
1906         * gst/rtp/gstrtpspeexpay.h:
1907         Fix speex (de)payloader. Fixes #358040.
1908
1909 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
1910
1911         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
1912         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
1913         Install fakesink in NULL by fixing some broken logic. This obviates
1914         the need to manually set _IS_SINK.
1915         Add some comments and remove a little cruft while I'm at it.
1916
1917 2007-03-05  Wim Taymans  <wim@fluendo.com>
1918
1919         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
1920         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
1921
1922 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
1923
1924         * po/POTFILES.in:
1925           Update.
1926
1927 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
1928
1929         * tests/check/Makefile.am:
1930         Gah! Also disable gconfvideosink from the tests, otherwise
1931         it will instantiate autovideosink, and dfbvideosink and
1932         leak on the buildbots.
1933
1934 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
1935
1936         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
1937         (gst_cdio_cdda_src_finalize):
1938         Make sure we always destroy our libcdio handle.
1939
1940 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
1941
1942         * tests/check/Makefile.am:
1943         Disable autovideosink so the buildbots don't barf over memory
1944         leaked in the directfb sink.
1945
1946 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
1947
1948         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
1949         Chain up in dispose
1950
1951 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
1952
1953         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
1954         (gst_multipart_find_pad_by_mime):
1955         Use gst_pad_new_from_static_template instead of
1956         static_pad_template_get+pad_new.
1957
1958 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
1959
1960         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
1961         Catch the case where no clock has been set.
1962
1963 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
1964
1965         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
1966         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
1967         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
1968         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
1969         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
1970         (gst_gconf_audio_src_finalize), (do_toggle_element):
1971         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
1972         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
1973         (do_toggle_element):
1974         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
1975         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
1976         (gst_gconf_video_src_finalize), (do_toggle_element):
1977         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
1978         (gst_switch_sink_reset), (gst_switch_sink_set_child):
1979         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
1980         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
1981         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
1982         (gst_shout2send_init), (gst_shout2send_finalize):
1983         * gst/debug/testplugin.c: (gst_test_class_init),
1984         (gst_test_finalize):
1985         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
1986         (gst_flxdec_dispose):
1987         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
1988         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
1989         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
1990         (gst_rtspsrc_finalize):
1991         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
1992         * gst/rtsp/rtspextwms.h:
1993         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
1994         (gst_smpte_finalize):
1995         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
1996         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
1997         (gst_udpsink_finalize):
1998         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
1999         (gst_wavparse_sink_activate):
2000         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
2001         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
2002         (gst_oss_src_finalize):
2003         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
2004         * sys/v4l2/gstv4l2object.h:
2005         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
2006         (gst_v4l2src_finalize):
2007         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
2008
2009         Fix a bunch of leaks shown by the newly-added states test.
2010
2011 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
2012
2013         * ext/dv/gstdvdec.c: (gst_dvdec_init):
2014         Use gst_pad_new_from_static_template instead of 
2015         static_pad_template_get+pad_new.
2016
2017 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
2018
2019         Patch by: Loïc Minier <lool+gnome at via ecp fr>
2020
2021         * ext/libcaca/Makefile.am:
2022         * gst/debug/Makefile.am:
2023           Don't mix tabs and spaces (#414168).
2024
2025 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
2026
2027         * tests/check/generic/.cvsignore:
2028           Ignore files to please buildbot.
2029
2030 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
2031
2032         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
2033         (gst_wavparse_stream_data):
2034           Unbreak my previous commit (swapped nominator & denominator). Tim,
2035           thanks for spotting.
2036
2037 2007-03-02  Wim Taymans  <wim@fluendo.com>
2038
2039         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
2040         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
2041         (gst_cdio_cdda_src_finalize):
2042         Small code cleanups.
2043         Don't use pad_alloc as the base class cannot deal with the error codes.
2044
2045 2007-03-02  Wim Taymans  <wim@fluendo.com>
2046
2047         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
2048         (gst_udpsrc_create):
2049         Fix doc.
2050
2051 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
2052
2053         Patch by: René Stadler <mail@renestadler.de>
2054
2055         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
2056         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
2057         (gst_wavparse_stream_data):
2058           Handle rounding better to not drop last sample frame. Fixes #356692
2059
2060 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
2061
2062         * tests/check/Makefile.am:
2063         Disable cacasink from the states check too - it also calls exit(1)
2064         on us when it can't find a terminal to talk to.
2065
2066 2007-03-02  Wim Taymans  <wim@fluendo.com>
2067
2068         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
2069
2070         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2071         (gst_udpsrc_create), (gst_udpsrc_set_property),
2072         (gst_udpsrc_get_property):
2073         * gst/udp/gstudpsrc.h:
2074         Add support to strip proprietary headers. Fixes #350296.
2075
2076 2007-03-02  Wim Taymans  <wim@fluendo.com>
2077
2078         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
2079         Fix compilation.
2080
2081 2007-03-02  Wim Taymans  <wim@fluendo.com>
2082
2083         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
2084
2085         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
2086         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
2087         (gst_rtp_mp2t_depay_set_property),
2088         (gst_rtp_mp2t_depay_get_property):
2089         * gst/rtp/gstrtpmp2tdepay.h:
2090         Add support to strip off proprietary headers. Fixes #350278.
2091
2092 2007-03-02  Wim Taymans  <wim@fluendo.com>
2093
2094         * ext/hal/hal.c:
2095         Fix compilation.
2096
2097 2007-03-02  Wim Taymans  <wim@fluendo.com>
2098
2099         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
2100         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
2101         (gst_sunaudiosrc_open):
2102         * sys/sunaudio/gstsunaudiosrc.h:
2103         Remove device-name from GstSunAudioSrc. Fixes #412597.
2104
2105 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
2106
2107         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
2108         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
2109         Having NULL as UDI previously selected the default sink/src. Change
2110         this back but mention it in the debug output.
2111         * ext/hal/hal.c: (gst_hal_get_alsa_element),
2112         (gst_hal_get_oss_element), (gst_hal_get_string),
2113         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
2114         (gst_hal_get_audio_src):
2115         * ext/hal/hal.h:
2116         Refactor a bit, check all error conditions, greatly improve debugging
2117         and fix some possible memory leaks. Also implement OSS support
2118         and allow specifying an UDI that points to a real device. For this the
2119         child device which supports ALSA (preferred) or OSS is used.
2120         As a side effect this makes it impossible now to get a alsasink in
2121         halaudiosrc and a alsasrc in halaudiosink.
2122
2123 2007-03-01  Wim Taymans  <wim@fluendo.com>
2124
2125         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
2126         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
2127         Errors from the udp sources are not fatal unless all of them are in
2128         error.
2129
2130 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
2131
2132         * tests/check/Makefile.am:
2133         Disable aasink in the states test. I suspect this is the element that
2134         is calling exit(1) when it can't proceed.
2135
2136 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
2137
2138         * tests/check/Makefile.am:
2139         Draw plugins in from the build tree sys/ dir, rather than picking
2140         up the already installed versions.
2141
2142 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2143
2144         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
2145         Error out correctly when getting xcontext fails.
2146
2147 2007-03-01  Wim Taymans  <wim@fluendo.com>
2148
2149         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
2150         Make state change to PAUSED NO_PREROLL because that's what it will be in
2151         the future and rtspsrc relies on it.
2152
2153         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
2154         (gst_rtspsrc_change_state):
2155         Don't error out when we don't get an error from the state change
2156         function.
2157
2158 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
2159
2160         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
2161         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
2162           Check if the device UDI is set before trying to query HAL
2163           about it and give a useful error message if it wasn't set.
2164         * ext/hal/hal.c: (gst_hal_get_string):
2165           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
2166           gives an assertion failure in D-Bus when running with
2167           DBUS_FATAL_WARNINGS=1.
2168
2169 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2170
2171         * configure.ac:
2172           Convert to new AG_GST style.
2173
2174 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2175
2176         * tests/check/Makefile.am:
2177         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
2178           add test for states
2179
2180 2007-02-28  Wim Taymans  <wim@fluendo.com>
2181
2182         * tests/check/elements/.cvsignore:
2183         Add new videofilter check to .cvsignore.
2184
2185 2007-02-28  Wim Taymans  <wim@fluendo.com>
2186
2187         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
2188         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
2189         (gst_avi_demux_loop), (gst_avi_demux_chain):
2190         Fix combined flow return. Fixes #412608.
2191
2192 2007-02-28  Wim Taymans  <wim@fluendo.com>
2193
2194         * gst/videofilter/Makefile.am:
2195         Dist header..
2196
2197 2007-02-28  Wim Taymans  <wim@fluendo.com>
2198
2199         * gst/videofilter/gstgamma.h:
2200         Add header too.
2201
2202 2007-02-28  Wim Taymans  <wim@fluendo.com>
2203
2204         Patch by: Mark Nauwelaerts <manauw at skynet be>
2205
2206         * gst/videofilter/Makefile.am:
2207         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
2208         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
2209         (gst_gamma_get_property), (gst_gamma_calculate_tables),
2210         (oil_tablelookup_u8), (gst_gamma_set_caps),
2211         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
2212         Port gamma filter to 0.10. Fixes #412704.
2213
2214         * tests/check/Makefile.am:
2215         * tests/check/elements/videofilter.c: (setup_filter),
2216         (cleanup_filter), (check_filter), (GST_START_TEST),
2217         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
2218         Add unit tests for videofilters.
2219
2220 2007-02-28  Wim Taymans  <wim@fluendo.com>
2221
2222         * gst/rtsp/URLS:
2223         Add another interesting test url.
2224
2225         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
2226         Don't allow getting header fields from data packets.
2227
2228 2007-02-28  Michael Smith  <msmith@fluendo.com>
2229
2230         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
2231         (gst_shout2send_init), (gst_shout2send_start),
2232         (gst_shout2send_set_property), (gst_shout2send_get_property):
2233         * ext/shout2/gstshout2.h:
2234           Add a property for username.
2235
2236 2007-02-27  Christian Schallerr <christian@fluendo.com>
2237
2238         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
2239
2240 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
2241
2242         * gst/rtsp/Makefile.am:
2243         Fix make check too.
2244
2245 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
2246
2247         * gst/rtsp/base64.c: (util_base64_encode):
2248         * gst/rtsp/base64.h:
2249         Commit missing files for base64 encoding.
2250
2251 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
2252
2253         Patch by: Loïc Minier <lool+gnome at via ecp fr>
2254
2255         * configure.ac:
2256         * ext/annodex/Makefile.am:
2257         * ext/jpeg/Makefile.am:
2258         * ext/speex/Makefile.am:
2259         * gst/alpha/Makefile.am:
2260         * gst/cutter/Makefile.am:
2261         * gst/debug/Makefile.am:
2262         * gst/effectv/Makefile.am:
2263         * gst/goom/Makefile.am:
2264         * gst/level/Makefile.am:
2265         * gst/smpte/Makefile.am:
2266         * gst/videofilter/Makefile.am:
2267           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
2268
2269 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
2270
2271         * gst/rtsp/Makefile.am:
2272         * gst/rtsp/rtspconnection.c: (append_auth_header),
2273         (rtsp_connection_send), (rtsp_connection_set_auth):
2274         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
2275         from icecast to replace it. Relicensed from GPL courtesy of Mike
2276         Smith.
2277
2278 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
2279
2280         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
2281         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
2282         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
2283         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
2284         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
2285         (gst_rtspsrc_uri_set_uri):
2286         * gst/rtsp/gstrtspsrc.h:
2287         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
2288         (append_auth_header), (rtsp_connection_send),
2289         (rtsp_connection_free), (rtsp_connection_set_auth):
2290         * gst/rtsp/rtspconnection.h:
2291         * gst/rtsp/rtspdefs.h:
2292         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
2293         * gst/rtsp/rtspurl.h:
2294
2295         Implement simple Basic Authentication support so that urls like
2296         rtsp://user:pass@hostname/rtspstream work on hosts that require
2297         authentication.
2298
2299 >>>>>>> 1.2755
2300 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
2301
2302         * sys/v4l2/gstv4l2object.c:
2303         * sys/v4l2/gstv4l2tuner.c:
2304         * sys/v4l2/v4l2_calls.c:
2305         Fix segfault when oppening a radio device.
2306         
2307 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
2308
2309         * gst/level/gstlevel.c: (gst_level_set_caps),
2310         (gst_level_transform_ip):
2311         * sys/v4l2/README:
2312         * tests/check/elements/level.c: (GST_START_TEST):
2313           Fix level for multi-channel case.
2314
2315 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
2316
2317         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
2318         (gst_level_transform_ip):
2319         * gst/level/gstlevel.h:
2320           Use function pointer for process function and add process functions
2321           for float audio.
2322
2323 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
2324
2325         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
2326         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
2327         (gst_v4l2src_capture_init):
2328           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
2329           fixes #407369
2330
2331 2007-02-18  Wim Taymans  <wim@fluendo.com>
2332
2333         * gst/rtp/Makefile.am:
2334         * gst/rtp/gstrtp.c: (plugin_init):
2335         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
2336         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
2337         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
2338         (gst_rtp_mp2t_pay_plugin_init):
2339         * gst/rtp/gstrtpmp2tpay.h:
2340         Added simple mpeg transport stream payloader.
2341
2342 2007-02-16  Wim Taymans  <wim@fluendo.com>
2343
2344         * gst/rtsp/URLS:
2345         Add example H264 rtsp url.
2346
2347         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
2348         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2349         Don't convert values to lowercase or we might mess up base64 encoded
2350         properties.
2351
2352 2007-02-16  Wim Taymans  <wim@fluendo.com>
2353
2354         * gst/rtp/README:
2355         Fix case of string params.
2356
2357         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
2358         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
2359         Fix depayloader, support more packet types.
2360         Add sync codes to make sure the packetizer can do its job.
2361
2362         * gst/rtp/gstrtpmp4gdepay.c:
2363         * gst/rtp/gstrtpmp4gpay.c:
2364         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
2365         Fix caps case again.
2366
2367 2007-02-15  Wim Taymans  <wim@fluendo.com>
2368
2369         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
2370         Set right caps on output buffers.
2371
2372 2007-02-14  Wim Taymans  <wim@fluendo.com>
2373
2374         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
2375         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
2376         Clear stack allocated SDPMedia struct before calling _init() on it.
2377         Clarify this in the docs as well.
2378
2379 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
2380
2381         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
2382         (do_change_child):
2383         Don't reset the profile when going switching states, as it makes
2384         the element non-reusable.
2385
2386 2007-02-14  Wim Taymans  <wim@fluendo.com>
2387
2388         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
2389         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
2390         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
2391         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
2392         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
2393         (sdp_parse_line):
2394         * gst/rtsp/sdpmessage.h:
2395         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
2396         Fix memory management of SDP messages. Fixes #407793.
2397
2398 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
2399
2400         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
2401
2402         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
2403         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
2404
2405 2007-02-14  Wim Taymans  <wim@fluendo.com>
2406
2407         Patch by: jp.liu <jp_liu at astrocom dot cn>
2408
2409         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
2410         Fix parsing of password field in url. Fixes #407797.
2411
2412 2007-02-14  Wim Taymans  <wim@fluendo.com>
2413
2414         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
2415         (gst_wavparse_reset), (gst_wavparse_init),
2416         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
2417         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
2418         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
2419         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
2420         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
2421         (gst_wavparse_loop), (gst_wavparse_chain),
2422         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
2423         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
2424         (plugin_init):
2425         * gst/wavparse/gstwavparse.h:
2426         Update docs.
2427         Use boilerplate.
2428         Various code cleanups.
2429         When the bitrate is not known (bps == 0 or compressed formats) let
2430         downstream element guestimate the duration and position and don't
2431         generate timestamps or durations. Fixes #405213.
2432         Fix EOS and ERROR conditions in chain mode, we just need to forward the
2433         error flowreturn upstream.
2434
2435 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
2436
2437         * ext/gconf/Makefile.am:
2438         * ext/gconf/gconf.c: (gst_gconf_get_string),
2439         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
2440         (gst_gconf_render_bin_with_default):
2441         * ext/gconf/gconf.h:
2442         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
2443         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
2444         (gst_gconf_audio_sink_dispose), (do_change_child),
2445         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
2446         (cb_change_child), (gst_gconf_audio_sink_change_state):
2447         * ext/gconf/gstgconfaudiosink.h:
2448         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
2449         (gst_switch_sink_class_init), (gst_switch_sink_reset),
2450         (gst_switch_sink_init), (gst_switch_sink_dispose),
2451         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
2452         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
2453         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
2454         * ext/gconf/gstswitchsink.h:
2455         * gst/autodetect/gstautoaudiosink.c:
2456         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
2457         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
2458         (gst_auto_audio_sink_detect):
2459         * gst/autodetect/gstautovideosink.c:
2460         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
2461         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
2462         (gst_auto_video_sink_detect):
2463         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
2464         and a child that implements the GConf key monitoring. The end goal of
2465         this is an audio sink that can be changed on the fly, but at the 
2466         moment it still only changes on the next READY transition.
2467
2468 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
2469
2470         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
2471         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
2472         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
2473         (gst_avi_demux_calculate_durations_from_index),
2474         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
2475         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
2476         (gst_avi_demux_loop):
2477           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
2478
2479 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
2480
2481         * configure.ac:
2482         * docs/plugins/Makefile.am:
2483           Add crossreferences to glib/gobject/gstream docs.
2484
2485 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
2486
2487         * gst/monoscope/Makefile.am:
2488         * gst/monoscope/gstmonoscope.c:
2489           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
2490           (but no LIBS, since we only use defines from the headers).
2491
2492 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
2493
2494         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
2495
2496         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
2497         (gst_wavparse_stream_data):
2498           Fix massive memory leak when operating in streaming mode due to
2499           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
2500           Fixes #407057.
2501
2502 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
2503
2504         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
2505         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
2506         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
2507         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
2508         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
2509         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
2510         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
2511         (gst_avi_demux_calculate_durations_from_index),
2512         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
2513         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
2514         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
2515         * gst/avi/gstavidemux.h:
2516           Save some memory (8%) by repacking the index entry structure (more to
2517           come). Add more FIXMEs to questionable parts.
2518
2519 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
2520
2521         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
2522         (gst_v4l2src_get_caps):
2523         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
2524         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
2525         (gst_v4l2src_capture_init):
2526           More FIXME comments and messaging changes.
2527
2528 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
2529
2530         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
2531         (gst_goom_change_state):
2532         * gst/goom/gstgoom.h:
2533           Improved docs and use GST_DEBUG_FUNCPTR.
2534
2535         * gst/level/gstlevel.c: (gst_level_class_init):
2536           Use GST_DEBUG_FUNCPTR.
2537
2538         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
2539         (gst_monoscope_chain), (gst_monoscope_change_state):
2540           Improved docs source cleanups.
2541
2542 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
2543
2544         * gst/debug/Makefile.am:
2545         * gst/debug/gstdebug.c: (plugin_init):
2546         * gst/debug/gstpushfilesrc.c:
2547         * gst/debug/gstpushfilesrc.h:
2548           Add code for a pushfilesrc element that implements a pushfile:// URI
2549           handler, to make debugging push-mode operation of demuxer/decoders
2550           that support both easier in connection with seek/playbin/etc.
2551           The element isn't registered at the moment.
2552
2553 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
2554
2555         * gst/avi/gstavimux.c:
2556           Comment a #if 0 in caps template definition as VS6 seems to 
2557         do not support it.
2558         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
2559           Use gst_guint64_to_gdouble for conversion.
2560         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
2561           Move variables declaration before the first instruction.
2562         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
2563           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
2564           And don't include netdb.h for G_OS_WIN32
2565         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
2566           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
2567           by VS6 then use an other way to initialize SDPMedia structure.
2568         * gst/udp/gstdynudpsink.h:
2569         * gst/udp/gstdynudpnetutils.h:
2570           Do not include <sys/time.h> for G_OS_WIN32
2571         * gst/udp/gstudpsrc.c:
2572           Define socklen_t as int for G_OS_WIN32
2573         * win/common/config.h.in:
2574           Undef HAVE_NETINET_IN_H
2575         * win32/vs6/gst_plugins_good.dsw:
2576         * win32/vs6/libgstrtp.dsp:
2577         * win32/vs6/libgstrtsp.dsp:
2578         * win32/vs6/libgstautogen.dsp:
2579         * win32/vs6/libgstaudiofx.dsp:
2580         * win32/vs6/libgstudp.dsp:
2581           Add and update project files.
2582         * win32/common/gstudp-enumtypes.c:
2583         * win32/common/gstudp-enumtypes.h:
2584           Add a copy of udp enumtypes to win32/common as in core 
2585           and base.
2586         
2587 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
2588
2589         * configure.ac:
2590           Activate monoscope when building with --enable-experimental. Fix
2591           --enable-external configure switch description.
2592
2593         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
2594         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
2595           Help gst-indent.
2596
2597 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
2598
2599         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2600           Explicitly cast result of pointer arithmetic to integer in order to
2601           avoid compiler warnings on some 64-bit systems. Should fix #406018.
2602
2603 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
2604
2605         * gst/debug/progressreport.c:
2606           Some more docs.
2607
2608 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
2609
2610         * docs/plugins/inspect/plugin-rtp.xml:
2611           Update for new elements.
2612
2613         * gst/debug/progressreport.h:
2614           Commit newly-created header file as well.
2615
2616 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
2617
2618         * docs/plugins/Makefile.am:
2619         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2620         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2621         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2622         * gst/debug/Makefile.am:
2623         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
2624         (gst_progress_report_do_query), (gst_progress_report_report):
2625           Make progressreport element post messages with the current progress
2626           on the bus. Also add some basic docs for it.
2627
2628 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
2629
2630         * ext/hal/hal.c: (gst_hal_get_string):
2631         * ext/hal/hal.h:
2632           Some small cleanups; deal with errors when parsing the HAL ALSA
2633           capabilities a bit better.
2634
2635 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
2636
2637         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
2638           Let's try this again and use the right cast this time.
2639
2640 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
2641
2642         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
2643           Add cast to avoid compiler warnings with older GLib versions
2644           where the nick/name members in GEnumValue are not declared as
2645           constant strings.
2646
2647 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
2648
2649         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
2650         (gst_gconf_render_bin_from_key),
2651         (gst_gconf_get_default_audio_sink):
2652         * ext/gconf/gconf.h:
2653         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
2654         (do_toggle_element), (gst_gconf_audio_sink_set_property),
2655         (gst_gconf_audio_sink_get_property):
2656           In gconfaudiosink, get the right key as the old key in do_toggle
2657           (ie. one dependent on the profile selected). Log some more stuff so
2658           we can see what's actually going on.
2659
2660 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
2661
2662         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
2663         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
2664         (gst_audio_amplify_set_process_function),
2665         (gst_audio_amplify_setup):
2666         * gst/audiofx/audioamplify.h:
2667         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
2668         (gst_audio_invert_class_init), (gst_audio_invert_setup):
2669         * gst/audiofx/audioinvert.h:
2670         Some small cleanups and port both elements to the new GstAudioFilter
2671         base class to save a few lines of common code.
2672         * gst/audiofx/Makefile.am:
2673         Link against libgstaudio for the above changes
2674
2675 2007-01-29  Wim Taymans  <wim@fluendo.com>
2676
2677         * tests/check/elements/.cvsignore:
2678         Some more ignores.
2679
2680 2007-01-26  Wim Taymans  <wim@fluendo.com>
2681
2682         Patch by: charles <charlesg3 at gmail dot com>
2683
2684         * ext/shout2/gstshout2.c: (gst_shout2send_init),
2685         (set_shout_metadata), (gst_shout2send_event):
2686         * ext/shout2/gstshout2.h:
2687         Properly handle tags in shout2send. Fixes #399825.
2688
2689 2007-01-25  Wim Taymans  <wim@fluendo.com>
2690
2691         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
2692         (gst_rtspsrc_activate_streams):
2693         Convert SDP fields to upper/lowercase following the rules in the SDP to
2694         caps document. 
2695
2696 2007-01-25  Wim Taymans  <wim@fluendo.com>
2697
2698         * gst/rtp/README:
2699         * gst/rtp/gstrtpilbcdepay.c:
2700         * gst/rtp/gstrtpilbcpay.c:
2701         * gst/rtp/gstrtpmp4gdepay.c:
2702         * gst/rtp/gstrtpmp4gpay.c:
2703         * gst/rtp/gstrtpspeexdepay.c:
2704         * gst/rtp/gstrtpspeexpay.c:
2705         * gst/rtp/gstrtpsv3vdepay.c:
2706         * gst/rtp/gstrtptheoradepay.c:
2707         * gst/rtp/gstrtptheorapay.c:
2708         * gst/rtp/gstrtpvorbisdepay.c:
2709         * gst/rtp/gstrtpvorbispay.c:
2710         Fix case of encoding-name and key/value pairs to match the document.
2711         This is to make interoperation with SDP case-insensitive as required by
2712         the relevant RFCs.
2713
2714 2007-01-25  Wim Taymans  <wim@fluendo.com>
2715
2716         * configure.ac:
2717         Bump required -core/-base to CVS
2718
2719 2007-01-25  Wim Taymans  <wim@fluendo.com>
2720
2721         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
2722         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
2723         * gst/rtp/gstrtpL16pay.h:
2724         Fill up to MTU using adapter.
2725         Timestamp rtp packets.
2726
2727 2007-01-25  Edward Hervey  <edward@fluendo.com>
2728
2729         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
2730         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
2731         Use G_GSIZE_FORMAT in print statements for portability.
2732         Fixes build on macosx.
2733
2734 2007-01-24  Wim Taymans  <wim@fluendo.com>
2735
2736         * gst/rtp/Makefile.am:
2737         * gst/rtp/gstrtp.c: (plugin_init):
2738         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
2739         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
2740         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
2741         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
2742         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
2743         (gst_rtp_L16_depay_plugin_init):
2744         * gst/rtp/gstrtpL16depay.h:
2745         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
2746         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
2747         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
2748         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
2749         (gst_rtp_L16_pay_plugin_init):
2750         * gst/rtp/gstrtpL16pay.h:
2751         Port and enable raw audio payloader/depayloader. Needs a bit more work
2752         on the payloader side.
2753
2754 2007-01-24  Wim Taymans  <wim@fluendo.com>
2755
2756         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
2757         (gst_rtspsrc_stream_configure_transport),
2758         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
2759         * gst/rtsp/gstrtspsrc.h:
2760         Only unblock the udp pads when we linked and activated them all.
2761         Fixes #395688.
2762
2763 2007-01-24  Wim Taymans  <wim@fluendo.com>
2764
2765         * gst/rtp/Makefile.am:
2766         * gst/rtp/gstrtp.c: (plugin_init):
2767         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
2768         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
2769         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
2770         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
2771         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
2772         * gst/rtp/gstrtpac3depay.h:
2773         Added simple AC3 depayloader (RFC 4184).
2774
2775         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
2776         Fix a leak.
2777
2778 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
2779
2780         reviewed by: Stefan Kost  <ensonic@users.sf.net>
2781
2782         * gst/audiofx/Makefile.am:
2783         * gst/audiofx/audioamplify.c:
2784         (gst_audio_amplify_clipping_method_get_type),
2785         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
2786         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
2787         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
2788         (gst_audio_amplify_set_caps),
2789         (gst_audio_amplify_transform_int_clip),
2790         (gst_audio_amplify_transform_int_wrap_negative),
2791         (gst_audio_amplify_transform_int_wrap_positive),
2792         (gst_audio_amplify_transform_float_clip),
2793         (gst_audio_amplify_transform_float_wrap_negative),
2794         (gst_audio_amplify_transform_float_wrap_positive),
2795         (gst_audio_amplify_transform_ip):
2796         * gst/audiofx/audioamplify.h:
2797         * gst/audiofx/audiofx.c: (plugin_init):
2798         Add new element "audioamplify". This allows scaling of raw audio
2799         samples, similar to the "volume" element, but provides different modes
2800         for clipping and allows unlimited amplification. It's mainly targeted
2801         for creative sound design and not as a replacement of the "volume"
2802         element. Fixes #397162
2803         * docs/plugins/Makefile.am:
2804         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2805         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2806         * docs/plugins/gst-plugins-good-plugins.args:
2807         * docs/plugins/inspect/plugin-audiofx.xml:
2808         Add docs for audioamplify and integrate them into the build system
2809         * tests/check/Makefile.am:
2810         * tests/check/elements/audioamplify.c: (setup_amplify),
2811         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
2812         Add fairly extensive unit test suite for audioamplify
2813
2814 2007-01-24  Wim Taymans  <wim@fluendo.com>
2815
2816         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
2817         Unblock pads after adding the pads to the element so that autopluggers
2818         get a change to link something. Possibly fixes #395688.
2819
2820 2007-01-24  Wim Taymans  <wim@fluendo.com>
2821
2822         * gst/rtp/gstrtpamrdepay.c:
2823         * gst/rtp/gstrtpgsmdepay.c:
2824         * gst/rtp/gstrtph263pdepay.c:
2825         * gst/rtp/gstrtph263ppay.c:
2826         * gst/rtp/gstrtph264depay.c:
2827         * gst/rtp/gstrtpilbcdepay.c:
2828         * gst/rtp/gstrtpmp2tdepay.c:
2829         * gst/rtp/gstrtpmp4gdepay.c:
2830         * gst/rtp/gstrtpmp4gpay.c:
2831         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
2832         * gst/rtp/gstrtpmp4vpay.c:
2833         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
2834         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
2835         (gst_rtp_mpa_depay_process):
2836         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
2837         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
2838         * gst/rtp/gstrtppcmadepay.c:
2839         * gst/rtp/gstrtppcmudepay.c:
2840         * gst/rtp/gstrtpspeexdepay.c:
2841         * gst/rtp/gstrtpspeexpay.c:
2842         * gst/rtp/gstrtpsv3vdepay.c:
2843         * gst/rtp/gstrtptheoradepay.c:
2844         * gst/rtp/gstrtptheorapay.c:
2845         * gst/rtp/gstrtpvorbisdepay.c:
2846         * gst/rtp/gstrtpvorbispay.c:
2847         Fix caps with payload numbers.
2848         Add some fixed payload numbers to caps when possible.
2849
2850 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
2851
2852         reviewed by: Stefan Kost  <ensonic@users.sf.net>
2853
2854         * gst/audiofx/Makefile.am:
2855         * gst/audiofx/audiofx.c: (plugin_init):
2856         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
2857         (gst_audio_invert_class_init), (gst_audio_invert_init),
2858         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
2859         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
2860         (gst_audio_invert_transform_float),
2861         (gst_audio_invert_transform_ip):
2862         * gst/audiofx/audioinvert.h:
2863         Add new audiofx element "audioinvert". This element swaps the upper
2864         and lower half of samples and can be used for example for a
2865         wide-stereo effect. Fixes #396057
2866         * docs/plugins/Makefile.am:
2867         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2868         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2869         * docs/plugins/gst-plugins-good-plugins.args:
2870         * docs/plugins/inspect/plugin-audiofx.xml:
2871         Add docs for the audioinvert element and add them to the build system.
2872         * tests/check/Makefile.am:
2873         * tests/check/elements/audioinvert.c: (setup_invert),
2874         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
2875         Add unit test suite for the audioinvert element.
2876
2877 2007-01-23  Wim Taymans  <wim@fluendo.com>
2878
2879         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
2880         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
2881         Parse config params as string and int.
2882         Parse and use AU header length
2883
2884 2007-01-23  Wim Taymans  <wim@fluendo.com>
2885
2886         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
2887         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
2888         * gst/smpte/gstmask.c: (_gst_mask_register):
2889         * gst/smpte/gstmask.h:
2890         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
2891         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
2892         (gst_smpte_paint_triangle_clock):
2893         constify some static structs.
2894         Don't update the mask if nothing changed to the params.
2895         Make sure we never draw outside of the picture. Fixes #398325.
2896
2897 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
2898
2899         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
2900           Error out properly when pull_range fails while we're reading the
2901           headers, instead of just pausing the task silently. Fixes #399338.
2902
2903 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
2904
2905         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
2906           Some more sanity checks to make sure the input formats match and the
2907           input pads are actually negotiated, in case someone tries to feed
2908           buffers from fakesrc or filesrc. Fixes #398299.
2909           Also const-ify an array, just because we can.
2910
2911 2007-01-19  Edward Hervey  <edward@fluendo.com>
2912
2913         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
2914         Ignore previous commit, that was only valid for widths and heights
2915         that are multiples of 4.
2916         Copy over size/stride macros from jpegdec. This allows the element
2917         to work with any width,height...
2918         ... but puts in evidence that the actual transformations only work
2919         with width/height that are multiples of 4.
2920
2921 2007-01-19  Edward Hervey  <edward@fluendo.com>
2922
2923         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
2924         Allocate buffers of the right size.
2925         The proper size of a I420 buffer in bytes is:
2926         
2927             width * height * 3
2928             ------------------
2929                     2
2930
2931 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
2932
2933         * gst/smpte/gstsmpte.c: (gst_smpte_init):
2934           Proxy getcaps on sink pads too, so that we either end up with the
2935           same dimensions on all pads or error out if that's not possible
2936           (seems to work even!). Fixes #398086, I think.
2937
2938 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
2939
2940         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2941         * docs/plugins/gst-plugins-good-plugins.args:
2942         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2943           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
2944           fix integer properties with -1 as minimum value.
2945
2946         * docs/plugins/inspect/plugin-1394.xml:
2947         * docs/plugins/inspect/plugin-aasink.xml:
2948         * docs/plugins/inspect/plugin-alaw.xml:
2949         * docs/plugins/inspect/plugin-alpha.xml:
2950         * docs/plugins/inspect/plugin-alphacolor.xml:
2951         * docs/plugins/inspect/plugin-annodex.xml:
2952         * docs/plugins/inspect/plugin-apetag.xml:
2953         * docs/plugins/inspect/plugin-audiofx.xml:
2954         * docs/plugins/inspect/plugin-auparse.xml:
2955         * docs/plugins/inspect/plugin-autodetect.xml:
2956         * docs/plugins/inspect/plugin-avi.xml:
2957         * docs/plugins/inspect/plugin-cacasink.xml:
2958         * docs/plugins/inspect/plugin-cairo.xml:
2959         * docs/plugins/inspect/plugin-cdio.xml:
2960         * docs/plugins/inspect/plugin-cutter.xml:
2961         * docs/plugins/inspect/plugin-debug.xml:
2962         * docs/plugins/inspect/plugin-dv.xml:
2963         * docs/plugins/inspect/plugin-efence.xml:
2964         * docs/plugins/inspect/plugin-effectv.xml:
2965         * docs/plugins/inspect/plugin-esdsink.xml:
2966         * docs/plugins/inspect/plugin-flac.xml:
2967         * docs/plugins/inspect/plugin-flxdec.xml:
2968         * docs/plugins/inspect/plugin-gconfelements.xml:
2969         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2970         * docs/plugins/inspect/plugin-goom.xml:
2971         * docs/plugins/inspect/plugin-halelements.xml:
2972         * docs/plugins/inspect/plugin-icydemux.xml:
2973         * docs/plugins/inspect/plugin-id3demux.xml:
2974         * docs/plugins/inspect/plugin-jpeg.xml:
2975         * docs/plugins/inspect/plugin-level.xml:
2976         * docs/plugins/inspect/plugin-matroska.xml:
2977         * docs/plugins/inspect/plugin-mulaw.xml:
2978         * docs/plugins/inspect/plugin-multipart.xml:
2979         * docs/plugins/inspect/plugin-navigationtest.xml:
2980         * docs/plugins/inspect/plugin-ossaudio.xml:
2981         * docs/plugins/inspect/plugin-png.xml:
2982         * docs/plugins/inspect/plugin-rtp.xml:
2983         * docs/plugins/inspect/plugin-rtsp.xml:
2984         * docs/plugins/inspect/plugin-shout2send.xml:
2985         * docs/plugins/inspect/plugin-smpte.xml:
2986         * docs/plugins/inspect/plugin-speex.xml:
2987         * docs/plugins/inspect/plugin-taglib.xml:
2988         * docs/plugins/inspect/plugin-udp.xml:
2989         * docs/plugins/inspect/plugin-videobalance.xml:
2990         * docs/plugins/inspect/plugin-videobox.xml:
2991         * docs/plugins/inspect/plugin-videoflip.xml:
2992         * docs/plugins/inspect/plugin-videomixer.xml:
2993         * docs/plugins/inspect/plugin-wavenc.xml:
2994         * docs/plugins/inspect/plugin-wavparse.xml:
2995         * docs/plugins/inspect/plugin-ximagesrc.xml:
2996           Update to CVS.
2997
2998 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
2999
3000         Patch by: Sebastian Dröge <slomo circular-chaos org>
3001
3002         * gst/audiofx/audiopanorama.c:
3003           Fix doc section name (Fixes #397946)
3004
3005 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
3006
3007         * sys/v4l2/gstv4l2object.c:
3008         (gst_v4l2_object_install_properties_helper),
3009         (gst_v4l2_object_set_property_helper),
3010         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
3011         * sys/v4l2/gstv4l2object.h:
3012         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
3013         (gst_v4l2src_init), (gst_v4l2src_set_property),
3014         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
3015         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
3016         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
3017         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
3018         (gst_v4l2src_capture_deinit):
3019           Fix EIO handing when capturing. Add new property to specify the number of
3020           buffers to enque (and remove the borked num-buffers usage).
3021
3022 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
3023
3024         Patch by: Sebastian Dröge <slomo circular-chaos org>
3025
3026         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
3027         (gst_audio_panorama_set_process_function):
3028           Use a function array for process methods, add more docs and define the
3029           startindex of enums.
3030
3031 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
3032
3033         Patch by: Mark Nauwelaerts <manauw at skynet be>
3034
3035         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
3036         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
3037         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
3038         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
3039         (gst_avi_mux_riff_get_avi_header),
3040         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
3041         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
3042         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
3043         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
3044         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
3045         (gst_avi_mux_change_state):
3046         * gst/avi/gstavimux.h:
3047         * tests/check/elements/avimux.c: (teardown_src_pad):
3048           Add support for more than one audio stream; write better AVIX
3049           header; refactor code a bit; don't announce vorbis caps on our audio
3050           sink pads since we don't support it anyway. Closes #379298.
3051
3052 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
3053
3054         Patch by: Sebastian Dröge <slomo circular-chaos org>
3055
3056         * gst/audiofx/audiopanorama.c:
3057         (gst_audio_panorama_method_get_type),
3058         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
3059         (gst_audio_panorama_set_process_function),
3060         (gst_audio_panorama_set_property),
3061         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
3062         (gst_audio_panorama_transform_m2s_int_simple),
3063         (gst_audio_panorama_transform_s2s_int_simple),
3064         (gst_audio_panorama_transform_m2s_float_simple),
3065         (gst_audio_panorama_transform_s2s_float_simple):
3066         * gst/audiofx/audiopanorama.h:
3067           Add 'method' property and provide a simple (non-psychoacustic)
3068           processing method (#394859).
3069
3070         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
3071         (panorama_suite):
3072           Tests for new method.
3073
3074 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
3075
3076         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
3077         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
3078           Set correct caps on outgoing pulled buffers, or things blow up
3079           after recent core changes.
3080
3081 2007-01-11  Wim Taymans  <wim@fluendo.com>
3082
3083         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
3084
3085         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
3086         (gst_multipart_mux_request_new_pad),
3087         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
3088         (gst_multipart_mux_change_state):
3089         Return FLOW errors ASAP. Fixes #394977.
3090         Misc cleanups.
3091
3092 2007-01-11  Wim Taymans  <wim@fluendo.com>
3093
3094         Patch by: Lutz Mueller <lutz at topfrose dot de>
3095
3096         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
3097         Check for stream pad before activating. 
3098
3099 2007-01-10  Wim Taymans  <wim@fluendo.com>
3100
3101         Patch by: Peter Kjellerstedt  <pkj at axis com>
3102
3103         * gst/rtsp/COPYING.MIT:
3104         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
3105         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
3106         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
3107         (gst_rtspsrc_stream_configure_transport),
3108         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
3109         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
3110         (gst_rtspsrc_parse_methods),
3111         (gst_rtspsrc_create_transports_string),
3112         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
3113         (gst_rtspsrc_open), (gst_rtspsrc_close):
3114         * gst/rtsp/gstrtspsrc.h:
3115         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3116         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
3117         (parse_request_line), (parse_line), (rtsp_connection_read),
3118         (rtsp_connection_close):
3119         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
3120         (rtsp_method_as_text), (rtsp_header_as_text),
3121         (rtsp_status_as_text), (rtsp_find_header_field),
3122         (rtsp_find_method):
3123         * gst/rtsp/rtspdefs.h:
3124         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
3125         (rtsp_ext_wms_configure_stream):
3126         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
3127         (rtsp_message_new_request), (rtsp_message_init_request),
3128         (rtsp_message_new_response), (rtsp_message_init_response),
3129         (rtsp_message_init_data), (rtsp_message_unset),
3130         (rtsp_message_free), (rtsp_message_add_header),
3131         (rtsp_message_get_header), (rtsp_message_set_body),
3132         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
3133         * gst/rtsp/rtspmessage.h:
3134         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
3135         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
3136         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
3137         (sdp_message_dump):
3138         Allow url to be NULL to be able to use it for server connections.
3139         Can now send responses as well as requests.
3140         No longer hangs in an endless loop if EOF is received.
3141         Can now convert a status code to a text string.
3142         Return RTSP_HDR_INVALID for unknown headers.
3143         Return RTSP_INVALID for unknown methods.
3144         Copy CSeq and Session headers from the request.
3145         Only free memory corresponding to the currently set message type.
3146         Added const to function arguments as appropriate.
3147         Avoid a compiler warning when initializing nmedia.
3148         Use guint rather than gint to avoid compiler warnings.
3149         Fix crasher in wms extension.
3150         Factor out stream setup from open_connection.
3151         Delay activation of streams when actual data is received from the
3152         server, this prepares us to do proper protocol switching.
3153         Added new license.
3154         Fixes #380895.
3155
3156
3157 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
3158
3159         Patch by: Sebastian Dröge <slomo ubuntu com>
3160
3161         * docs/plugins/Makefile.am:
3162         * gst/audiofx/audiopanorama.c:
3163           Some small docs fixes (#394851).
3164
3165 2007-01-09  Wim Taymans  <wim@fluendo.com>
3166
3167         * gst/avi/gstavidemux.c:
3168         Fix docs.
3169
3170 2007-01-09  Wim Taymans  <wim@fluendo.com>
3171
3172         * gst/rtp/Makefile.am:
3173         * gst/rtp/gstrtp.c: (plugin_init):
3174         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
3175         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
3176         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
3177         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
3178         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
3179         * gst/rtp/gstrtpmpvdepay.h:
3180           Added RFC 2250 MPEG Video Depayloader.
3181
3182         * gst/rtp/gstrtpL16depay.h:
3183         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
3184         (gst_rtp_h263p_depay_process):
3185         Fix Header file. Small cleanups.
3186
3187         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
3188         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
3189         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
3190         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
3191         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
3192         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
3193         (gst_rtp_mp4v_depay_change_state):
3194         Remove usused code. Remove Adapter from state Change. Added debug.
3195
3196         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
3197         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
3198         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
3199         * gst/rtp/gstrtpmpadepay.h:
3200         Subclass base depayloader.
3201         Added debug.
3202         Support static payload type assignment as well.
3203
3204         * gst/rtp/gstrtpmpapay.c:
3205         Fix caps.
3206
3207 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
3208
3209         Patch by: Vincent Torri  <vtorri at univ-evry fr>
3210
3211         * ext/jpeg/gstjpegdec.c:
3212         * ext/jpeg/gstjpegenc.c:
3213         * ext/jpeg/smokecodec.c:
3214           These libjpeg callbacks should return a 'boolean' (unsigned char
3215           apparently) and not a 'gboolean' (which maps to gint). Fixes
3216           warnings when compiling with MingW (#393427).
3217
3218         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
3219           Use ioctlsocket on win32.
3220
3221         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
3222           Some printf format fixes for win32.
3223
3224 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
3225
3226         * gst/cutter/gstcutter.c: (gst_cutter_chain):
3227           Use gst_guint64_to_gdouble for conversion.
3228         * win32/vs6/libgstmatroska.dsp:
3229           Add zlib to the link.
3230         * win32/vs6/libgstvideobox.dsp:
3231           Update liboil library name (project is linked to 
3232           liboil-0.3-0.lib now).
3233           
3234 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
3235
3236         * gst/matroska/Makefile.am:
3237           If zlib is available and used, we must link it explicitly for
3238           things to work on MingW (fixes #392855).
3239
3240 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
3241
3242         * ext/esd/esdsink.c: (gst_esdsink_delay):
3243           Don't return bogus values when esd_get_delay() fails for some
3244           reason (#392189).
3245
3246 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
3247
3248         * sys/ximage/gstximagesrc.c: (composite_pixel):
3249           Fix presumably copy'n'pasto for 16bpp depth.
3250
3251 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
3252
3253         * gst/matroska/matroska-mux.c:
3254         (gst_matroska_mux_audio_pad_setcaps):
3255           The "signed" field in audio caps is of boolean type, trying to use
3256           gst_structure_get_int() to extract it will fail. Fixing this makes
3257           matroskamux accept raw audio input (#387121) (use at your own risk
3258           though, due to the matroska spec being not entirely useful in this
3259           respect).
3260           Also fix up raw audio structures in template caps so that they
3261           represent what our setcaps function will actually accept, so that
3262           converters know what to convert to.
3263           Finally, don't fail if there isn't an "endianness" field in 8-bit
3264           PCM caps.
3265
3266 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
3267
3268         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
3269         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
3270         * tests/check/elements/cmmldec.c: (setup_cmmldec),
3271         (teardown_cmmldec):
3272         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
3273         (teardown_cmmlenc):
3274         * tests/check/elements/level.c: (setup_level), (cleanup_level):
3275           reapply consistent pad (de)activation
3276
3277 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
3278
3279         * configure.ac:
3280         Back to CVS
3281
3282         * gst-plugins-good.doap:
3283         Add 0.10.5 doap entry
3284
3285 === release 0.10.5 ===
3286
3287 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
3288
3289         * configure.ac:
3290           releasing 0.10.5, "The Path of Thorns"
3291
3292 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
3293
3294         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
3295         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
3296         * tests/check/elements/cmmldec.c: (setup_cmmldec),
3297         (teardown_cmmldec):
3298         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
3299         (teardown_cmmlenc):
3300         * tests/check/elements/level.c: (setup_level), (cleanup_level):
3301           revert my freeze breakage
3302
3303 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
3304
3305         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
3306         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
3307         * tests/check/elements/cmmldec.c: (setup_cmmldec),
3308         (teardown_cmmldec):
3309         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
3310         (teardown_cmmlenc):
3311         * tests/check/elements/level.c: (setup_level), (cleanup_level):
3312           consistent pad (de)activation
3313
3314 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
3315
3316         * configure.ac:
3317         * ext/Makefile.am:
3318         Disable LADPSA, as it has moved to the -bad module for the duration.
3319
3320 2006-12-18  Wim Taymans  <wim@fluendo.com>
3321
3322         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
3323         (gst_signal_processor_event):
3324         Reset flow_state back to _OK after a flush stop so that we exit our
3325         error state after the flush. Fixes #374213
3326
3327 2006-12-16  David Schleef  <ds@schleef.org>
3328
3329         * sys/osxvideo/osxvideosink.h:
3330         * sys/osxvideo/osxvideosink.m:
3331           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
3332
3333 2006-12-16  David Schleef  <ds@schleef.org>
3334
3335         Patch by: Vijay Santhanam <vijay santhanam gmail com>
3336
3337         * sys/osxvideo/Makefile.am:
3338         * sys/osxvideo/osxvideosink.h:
3339         * sys/osxvideo/osxvideosink.m:
3340           Preliminary patch for porting osxvideosink
3341
3342 2006-12-16  Wim Taymans  <wim@fluendo.com>
3343
3344         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3345
3346         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
3347         (gst_videomixer_set_master_geometry),
3348         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
3349         (gst_videomixer_reset), (gst_videomixer_init),
3350         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
3351         (gst_videomixer_release_pad), (gst_videomixer_collected),
3352         (gst_videomixer_change_state):
3353         Introduce some locking around the videomixer state so that it does not
3354         crash when adding/removing pads. Fixes #383043.
3355
3356 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
3357
3358         * configure.ac:
3359           Make sure libcaca can actually be used instead of just checking for
3360           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
3361           cross-compiling (fixes #384587).
3362
3363 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
3364
3365         * Makefile.am:
3366         * gst-plugins-good.doap:
3367         * gst-plugins-good.spec.in:
3368           adding doap file
3369
3370 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
3371
3372         * configure.ac:
3373           libflac-1.1.3 changed API again, but we can't build against it yet,
3374           so make sure our check doesn't use libflac-1.1.3 and add a comment
3375           to this effect.
3376
3377 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
3378
3379         * gst/effectv/gstquark.c: (gst_quarktv_transform),
3380         (gst_quarktv_planetable_clear):
3381           Add some NULL pointer checks (possibly related to #385623).
3382
3383 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
3384
3385         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
3386         (gst_tag_demux_chain):
3387         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
3388           In streaming mode, if the first buffer we get doesn't have an
3389           offset, fix it up to be 0, otherwise trimming won't work later on
3390           and we'll be typefinding application/x-id3, which may result in
3391           decodebin plugging an endless number of id3demux elements as a
3392           consequence. Fixes #385031.
3393           
3394 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
3395
3396         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
3397           Ignore the buffer_time the sound device reports. Turns out it is 
3398           sometimes completely bogus and we're better off without it.
3399
3400 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
3401
3402         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
3403         (gst_matroska_demux_video_caps):
3404         * gst/matroska/matroska-ids.c:
3405         (gst_matroska_track_init_video_context):
3406         * gst/matroska/matroska-ids.h:
3407           Try harder to extract the framerate for video tracks correctly and
3408           save it directly instead of converting it back and forth a few
3409           times. Mostly makes a difference for very small framerates (<1).
3410           Fixes #380199.
3411
3412 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
3413
3414         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
3415         (gst_gconf_audio_src_dispose), (do_toggle_element):
3416         * ext/gconf/gstgconfaudiosrc.h:
3417           Remove gconf notify hook when the gconfaudiosrc element is
3418           destroyed, otherwise the callback may be called on an
3419           already-destroyed instance and bad things happen. Should fix
3420           #378184.
3421           Also ignore gconf key changes when the source is already running.
3422
3423 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
3424
3425         Patch by: Sebastian Dröge  <mail at slomosnail de>
3426
3427         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
3428           We need to be able to read and parse any possible floating point string
3429           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
3430           will parse the former only in certain locales though, so we really need
3431           to canonicalise the separator to '.' and then use g_ascii_strtod() to
3432           make sure we can parse either version at all times.
3433           Fixes #382982 for real.
3434
3435 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
3436
3437         * sys/sunaudio/gstsunaudiomixerctrl.c:
3438         * sys/sunaudio/gstsunaudiosrc.c:
3439
3440         Use the sunaudio debug category.
3441
3442         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
3443         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
3444         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
3445         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
3446         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
3447         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
3448         (gst_sunaudiosink_reset):
3449         * sys/sunaudio/gstsunaudiosink.h:
3450
3451         Uses the sunaudio debug category for all debug output
3452         Implements the _delay() callback to synchronise video playback better
3453         Change the segtotal and segsize values back to the parent class 
3454           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
3455           respectively)
3456         Measure the samples written to the device vs. played.
3457         Keep track of segments in the device by writing empty eof frames, and
3458         sleep using a GCond when we get too far ahead and risk overrunning the
3459         sink's ringbuffer.
3460
3461         Fixes: #360673
3462
3463 2006-12-08  Wim Taymans  <wim@fluendo.com>
3464
3465         Patch by: Sebastian Dröge  <mail at slomosnail de >
3466
3467         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
3468         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
3469         * gst/audiofx/audiopanorama.h:
3470         Fix audiopanorame with float samples. Fixes #383726.
3471
3472 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
3473
3474         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
3475         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
3476         (gst_sunaudiosrc_reset):
3477
3478         Implement reset functions to unblock the src/sink more quickly on 
3479         state change requests.
3480         Patch by: Brian Cameron <brian dot cameron at sun com>
3481
3482 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
3483
3484         * sys/sunaudio/gstsunaudiomixer.c:
3485         (gst_sunaudiomixer_change_state):
3486         Construct the correct mixer device name when the AUDIODEV env var
3487         is set.
3488
3489         Patch by: Jerry Tan <jerry.tan at sun dot com>
3490         Fixes: #383596
3491
3492 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
3493
3494         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
3495         Apply patch to open the mixer control and set the MULTIPLE_OPEN
3496         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
3497         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
3498         Patch by: Jerry Tan <jerry.tan at sun dot com>
3499         Fixes: #349015
3500
3501 2006-12-07  Wim Taymans  <wim@fluendo.com>
3502
3503         * gst/smpte/gstmask.h:
3504         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
3505         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
3506         (gst_smpte_collected), (gst_smpte_set_property),
3507         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
3508         * gst/smpte/gstsmpte.h:
3509         Port to 0.10 some more. 
3510         Added duration property to specify the duration of the transition.
3511         Make framerate a fraction.
3512         Deprecate fps property, we only use negotiated fps.
3513         Added docs.
3514         Fix collectpad usage.
3515         Reset state in READY.
3516         Send NEWSEGMENT event.
3517         Fix racy updates of object properties.
3518         Added debug category.
3519         Fixes #383323.
3520
3521 2006-12-06  Wim Taymans  <wim@fluendo.com>
3522
3523         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3524
3525         * gst/videomixer/videomixer.c:
3526         (gst_videomixer_set_master_geometry),
3527         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
3528         Don't reset xpos and ypos in the setcaps function because causes
3529         unexpected behaviour.
3530         Fixes #382179.
3531
3532 2006-12-06  Wim Taymans  <wim@fluendo.com>
3533
3534         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
3535         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
3536         Keep track of the buffer timestamp in the collectdata member instead
3537         of modifying the buffer without making the metadata writable first.
3538         Fixes #382277.
3539
3540 2006-12-06  Wim Taymans  <wim@fluendo.com>
3541
3542         Patch by: Rob Taylor <robtaylor at floopily dot org>
3543
3544         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
3545         If using multicast in udpsrc, bind to the multicast address rather than
3546         IN_ADDR_ANY.
3547         This allows the simultanous use of multiple udpsrcs listening on
3548         different multicat addresses. Without this all udpsrcs will receive all
3549         packets from all subscribed multicast addresses.
3550         Fixes #383001.
3551
3552 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
3553
3554         * ext/taglib/gstid3v2mux.cc:
3555         Don't attempt to write a NULL frame into the ID3 tag set when the 
3556         createFrame method returned NULL.
3557         Fixes: #381857
3558         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
3559
3560 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
3561
3562         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
3563         Use g_strtod() instead of sscanf to parse doubles, so that it will
3564         try parsing in the C locale if the current locale fails.
3565         Fixes: #382982
3566         Patch by: Sebastian Dröge  <mail at slomosnail de >
3567
3568 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
3569
3570         * win32/MANIFEST:
3571         Fix compilation on win32 under VS8
3572         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
3573         Partially fixes #381175
3574
3575 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
3576
3577         * gst/avi/gstavimux.c:
3578           accept all mpegversions,fixes #380825
3579           spotted by: Jerome Alet  
3580
3581 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
3582
3583         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
3584         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
3585         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
3586         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
3587           cleanup the error message a bit more
3588
3589 2006-11-28  Wim Taymans  <wim@fluendo.com>
3590
3591         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
3592         Fix width and height properties.
3593
3594         * ext/libcaca/gstcacasink.h:
3595         Fix compilation on newer libcaca that require us to include a new
3596         header. Fixes #379918.
3597
3598 2006-11-28  Wim Taymans  <wim@fluendo.com>
3599
3600         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
3601         * gst/rtsp/gstrtspsrc.h:
3602         * gst/rtsp/rtspext.h:
3603         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
3604         (rtsp_ext_wms_get_context):
3605         Add method so that extensions can choose to disable the setup of
3606         a stream.
3607         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
3608
3609 2006-11-27  Wim Taymans  <wim@fluendo.com>
3610
3611         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
3612
3613         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
3614         Push header in a separate buffer instead of memcpy:ing all data.
3615         Change LF => CRLF in headers.
3616         Move trailing LF to header. Fixes #379792.
3617
3618 2006-11-27  Wim Taymans  <wim@fluendo.com>
3619
3620         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
3621         Small buffer overflow fix and improve debugging.
3622
3623 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
3624
3625         * ext/esd/esdmon.h:
3626         * ext/esd/esdsink.h:
3627           remove obsolete _factory_init protos
3628
3629 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
3630
3631         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
3632         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
3633         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
3634         (gst_avi_demux_read_subindexes_push),
3635         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
3636         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
3637         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
3638         (gst_avi_demux_massage_index),
3639         (gst_avi_demux_calculate_durations_from_index),
3640         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
3641         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
3642         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
3643           remove dead code, tweak debugs statements, add comments, use
3644           _uint64_scale instead _uint64_scale_int when using guint64 values,
3645           small optimizations, reflow some error handling
3646
3647 2006-11-22  Edward Hervey  <edward@fluendo.com>
3648
3649         * po/.cvsignore:
3650         We never put .pot files in cvs. Let's ignore them all.
3651
3652 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
3653
3654         * po/POTFILES.in:
3655           ... but better exclude files that aren't disted.
3656
3657 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
3658
3659         * po/POTFILES.in:
3660           Add v4l2 source files to list of files with translations, so the
3661           strings are actually extracted (however bad they still may be).
3662
3663 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
3664
3665         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
3666           Minor clean-ups: const-ify static array, remove trailing comma from
3667           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
3668
3669 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
3670
3671         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
3672         Make sure that g_free always gets called on the same pointer that was 
3673         returned by g_malloc.  Fixes #376594.
3674         Do not leak memory if decompressed size is wrong.
3675         Remove unneeded check of return value of g_malloc.
3676         Patch by: René Stadler <mail@renestadler.de>
3677
3678 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
3679
3680         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
3681           Add missing curly brackets.
3682
3683 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
3684
3685         * sys/v4l2/v4l2src_calls.c:
3686         Fix capture_deinit.
3687
3688 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
3689
3690         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
3691         (gst_matroska_mux_request_new_pad):
3692           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
3693
3694         * tests/check/elements/matroskamux.c: (setup_src_pad),
3695         (setup_sink_pad), (GST_START_TEST):
3696         Activate pads before using them.
3697
3698 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
3699
3700         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
3701           Initialise variable to get rid of bogus compiler warning.
3702
3703 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
3704
3705         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
3706
3707         * gst/rtp/gstrtph263pay.c:
3708         * gst/rtp/gstrtph263pdepay.c:
3709         * gst/rtp/gstrtph263ppay.c:
3710           Specify H.263 variant and version in the caps (fixes #361637)
3711
3712 2006-11-15  Wim Taymans  <wim@fluendo.com>
3713
3714         * gst/rtsp/rtspconnection.c: (read_body):
3715         Don't set a data pointer to NULL and a size > 0 when we deal
3716         with empty packets.
3717
3718         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
3719         (rtsp_message_init_response), (rtsp_message_init_data),
3720         (rtsp_message_unset), (rtsp_message_free),
3721         (rtsp_message_take_body):
3722         Check that we can't create invalid empty packets. 
3723
3724 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
3725
3726         Patch by: Mark Nauwelaerts  <manauw at skynet be>
3727
3728         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
3729         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
3730         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
3731         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
3732         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
3733         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
3734         * gst/matroska/matroska-mux.h:
3735           Add basic tag writing support; implement releasing pads (#374658).
3736
3737 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
3738
3739         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
3740         (gst_matroska_demux_audio_caps):
3741           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
3742
3743 2006-11-14  David Schleef  <ds@schleef.org>
3744
3745         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
3746
3747 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
3748
3749         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
3750
3751         * win32/vs8/gst-plugins-good.sln:
3752         * win32/vs8/libgst1394.vcproj:
3753         * win32/vs8/libgstaasink.vcproj:
3754         * win32/vs8/libgstalaw.vcproj:
3755         * win32/vs8/libgstalpha.vcproj:
3756         * win32/vs8/libgstalphacolor.vcproj:
3757         * win32/vs8/libgstannodex.vcproj:
3758         * win32/vs8/libgstapetag.vcproj:
3759         * win32/vs8/libgstaudiofx.vcproj:
3760         * win32/vs8/libgstauparse.vcproj:
3761         * win32/vs8/libgstautodetect.vcproj:
3762         * win32/vs8/libgstavi.vcproj:
3763         * win32/vs8/libgstcacasink.vcproj:
3764         * win32/vs8/libgstcdio.vcproj:
3765         * win32/vs8/libgstcutter.vcproj:
3766         * win32/vs8/libgstdv.vcproj:
3767         * win32/vs8/libgsteffectv.vcproj:
3768         * win32/vs8/libgstflac.vcproj:
3769         * win32/vs8/libgstflxdec.vcproj:
3770         * win32/vs8/libgstgoom.vcproj:
3771         * win32/vs8/libgsticydemux.vcproj:
3772         * win32/vs8/libgstid3demux.vcproj:
3773         * win32/vs8/libgstjpeg.vcproj:
3774         * win32/vs8/libgstladspa.vcproj:
3775         * win32/vs8/libgstlevel.vcproj:
3776         * win32/vs8/libgstmatroska.vcproj:
3777         * win32/vs8/libgstmikmod.vcproj:
3778         * win32/vs8/libgstmng.vcproj:
3779         * win32/vs8/libgstmonoscope.vcproj:
3780         * win32/vs8/libgstmulaw.vcproj:
3781         * win32/vs8/libgstmultipart.vcproj:
3782         * win32/vs8/libgstpng.vcproj:
3783         * win32/vs8/libgstrtp.vcproj:
3784         * win32/vs8/libgstrtsp.vcproj:
3785         * win32/vs8/libgstshout2.vcproj:
3786         * win32/vs8/libgstsmpte.vcproj:
3787         * win32/vs8/libgstspeex.vcproj:
3788         * win32/vs8/libgsttaglib.vcproj:
3789         * win32/vs8/libgstudp.vcproj:
3790         * win32/vs8/libgstvideobalance.vcproj:
3791         * win32/vs8/libgstvideobox.vcproj:
3792         * win32/vs8/libgstvideoflip.vcproj:
3793         * win32/vs8/libgstvideomixer.vcproj:
3794         * win32/vs8/libgstwavenc.vcproj:
3795         * win32/vs8/libgstwavparse.vcproj:
3796           Make end-of-line returns unixy, so that when the files are checked
3797           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
3798           Hopefully fixes #366492.
3799
3800 2006-11-14  Wim Taymans  <wim@fluendo.com>
3801
3802         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
3803         Disable init_frames delay timestamp adjustment, it does not
3804         seem to be needed at all. Fixes #369621.
3805
3806 2006-11-13  Wim Taymans  <wim@fluendo.com>
3807
3808         Patch by: Mark Nauwelaerts  <manauw at skynet be>
3809
3810         * gst/videomixer/videomixer.c:
3811         (gst_videomixer_set_master_geometry),
3812         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
3813         (gst_videomixer_collect_free), (gst_videomixer_reset),
3814         (gst_videomixer_init), (gst_videomixer_finalize),
3815         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
3816         (gst_videomixer_collected), (gst_videomixer_change_state):
3817         Fix memleak by unref'ing collectpads instance (when finalizing)
3818         Implement releasing a request pad. Fixes #374479.
3819
3820 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
3821
3822         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
3823
3824         * win32/vs8/gst-plugins-good.sln:
3825         * win32/vs8/libgst1394.vcproj:
3826         * win32/vs8/libgstaasink.vcproj:
3827         * win32/vs8/libgstalaw.vcproj:
3828         * win32/vs8/libgstalpha.vcproj:
3829         * win32/vs8/libgstalphacolor.vcproj:
3830         * win32/vs8/libgstannodex.vcproj:
3831         * win32/vs8/libgstapetag.vcproj:
3832         * win32/vs8/libgstaudiofx.vcproj:
3833         * win32/vs8/libgstauparse.vcproj:
3834         * win32/vs8/libgstautodetect.vcproj:
3835         * win32/vs8/libgstavi.vcproj:
3836         * win32/vs8/libgstcacasink.vcproj:
3837         * win32/vs8/libgstcdio.vcproj:
3838         * win32/vs8/libgstcutter.vcproj:
3839         * win32/vs8/libgstdv.vcproj:
3840         * win32/vs8/libgsteffectv.vcproj:
3841         * win32/vs8/libgstflac.vcproj:
3842         * win32/vs8/libgstflxdec.vcproj:
3843         * win32/vs8/libgstgoom.vcproj:
3844         * win32/vs8/libgsticydemux.vcproj:
3845         * win32/vs8/libgstid3demux.vcproj:
3846         * win32/vs8/libgstjpeg.vcproj:
3847         * win32/vs8/libgstladspa.vcproj:
3848         * win32/vs8/libgstlevel.vcproj:
3849         * win32/vs8/libgstmatroska.vcproj:
3850         * win32/vs8/libgstmikmod.vcproj:
3851         * win32/vs8/libgstmng.vcproj:
3852         * win32/vs8/libgstmonoscope.vcproj:
3853         * win32/vs8/libgstmulaw.vcproj:
3854         * win32/vs8/libgstmultipart.vcproj:
3855         * win32/vs8/libgstpng.vcproj:
3856         * win32/vs8/libgstrtp.vcproj:
3857         * win32/vs8/libgstrtsp.vcproj:
3858         * win32/vs8/libgstshout2.vcproj:
3859         * win32/vs8/libgstsmpte.vcproj:
3860         * win32/vs8/libgstspeex.vcproj:
3861         * win32/vs8/libgsttaglib.vcproj:
3862         * win32/vs8/libgstudp.vcproj:
3863         * win32/vs8/libgstvideobalance.vcproj:
3864         * win32/vs8/libgstvideobox.vcproj:
3865         * win32/vs8/libgstvideoflip.vcproj:
3866         * win32/vs8/libgstvideomixer.vcproj:
3867         * win32/vs8/libgstwavenc.vcproj:
3868         * win32/vs8/libgstwavparse.vcproj:
3869           Add VS8 project files (note that many of the plugins in ext are
3870           disabled by default). Fixes #366492.
3871
3872 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
3873
3874         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
3875           we do not translate debug messages
3876
3877 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
3878
3879         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
3880           fix categorisation, make short desc more explicit, remove unused code
3881           Fixes #372021
3882
3883 2006-11-08  Wim Taymans  <wim@fluendo.com>
3884
3885         * gst/rtp/gstrtpL16depay.c:
3886         * gst/rtp/gstrtpamrdepay.c:
3887         * gst/rtp/gstrtpamrpay.c:
3888         * gst/rtp/gstrtpgsmdepay.c:
3889         * gst/rtp/gstrtph263pay.c:
3890         * gst/rtp/gstrtph263pdepay.c:
3891         * gst/rtp/gstrtph263ppay.c:
3892         * gst/rtp/gstrtph264depay.c:
3893         * gst/rtp/gstrtpmp2tdepay.c:
3894         * gst/rtp/gstrtpmp4gdepay.c:
3895         * gst/rtp/gstrtpmp4gpay.c:
3896         * gst/rtp/gstrtpmp4vdepay.c:
3897         * gst/rtp/gstrtpmp4vpay.c:
3898         * gst/rtp/gstrtpmpadepay.c:
3899         * gst/rtp/gstrtpmpapay.c:
3900         * gst/rtp/gstrtppcmadepay.c:
3901         * gst/rtp/gstrtppcmapay.c:
3902         * gst/rtp/gstrtppcmudepay.c:
3903         * gst/rtp/gstrtppcmupay.c:
3904         * gst/rtp/gstrtpspeexdepay.c:
3905         * gst/rtp/gstrtpspeexpay.c:
3906         * gst/rtp/gstrtpsv3vdepay.c:
3907         Fix element descriptions.
3908
3909 2006-11-08  Wim Taymans  <wim@fluendo.com>
3910
3911         * gst/rtp/gstrtpvorbisdepay.c:
3912         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
3913         Fix description.
3914         Small cleanup in the payloader.
3915
3916 2006-11-08  Wim Taymans  <wim@fluendo.com>
3917
3918         * gst/rtp/Makefile.am:
3919         * gst/rtp/gstrtp.c: (plugin_init):
3920         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
3921         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
3922         (gst_rtp_theora_depay_finalize),
3923         (gst_rtp_theora_depay_parse_configuration),
3924         (gst_rtp_theora_depay_setcaps),
3925         (gst_rtp_theora_depay_switch_codebook),
3926         (gst_rtp_theora_depay_process),
3927         (gst_rtp_theora_depay_set_property),
3928         (gst_rtp_theora_depay_get_property),
3929         (gst_rtp_theora_depay_change_state),
3930         (gst_rtp_theora_depay_plugin_init):
3931         * gst/rtp/gstrtptheoradepay.h:
3932         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
3933         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
3934         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
3935         (gst_rtp_theora_pay_init_packet),
3936         (gst_rtp_theora_pay_flush_packet),
3937         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
3938         (gst_rtp_theora_pay_handle_buffer),
3939         (gst_rtp_theora_pay_plugin_init):
3940         * gst/rtp/gstrtptheorapay.h:
3941         Add theora pay/depayloaders.
3942
3943 2006-11-06  Wim Taymans  <wim@fluendo.com>
3944
3945         * gst/rtp/Makefile.am:
3946         We depend on gsttag to generate the vorbis comments.
3947
3948         * gst/rtp/gstrtpvorbisdepay.c:
3949         (gst_rtp_vorbis_depay_parse_configuration),
3950         (gst_rtp_vorbis_depay_setcaps),
3951         (gst_rtp_vorbis_depay_switch_codebook),
3952         (gst_rtp_vorbis_depay_process):
3953         * gst/rtp/gstrtpvorbisdepay.h:
3954         Parse configuration string in the depayloader.
3955         Implement selecting and switching to a new codebook.
3956         Receiving vorbis over RTP now works.
3957
3958         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
3959         (gst_rtp_vorbis_pay_init_packet),
3960         (gst_rtp_vorbis_pay_finish_headers),
3961         (gst_rtp_vorbis_pay_handle_buffer):
3962         * gst/rtp/gstrtpvorbispay.h:
3963         Set timestamps on outgoing buffers and RTP packets.
3964         Fix configuration string, prepend number of Packet headers.
3965         Fix encoding of ident string.
3966         Add delivery-method to caps.
3967         Streaming vorbis over RTP now works.
3968
3969 2006-11-06  Wim Taymans  <wim@fluendo.com>
3970
3971         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
3972         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
3973         (gst_rtp_vorbis_pay_handle_buffer):
3974         * gst/rtp/gstrtpvorbispay.h:
3975         Generate a valid configuration string in the caps based on the
3976         vorbis headers.
3977
3978 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
3979
3980         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
3981         * ext/cdio/gstcdio.h:
3982         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3983           Move CD-TEXT utility function into common file so it can also be
3984           used by a future cdioparanoiasrc.
3985
3986 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
3987         
3988         * sys/v4l2/Makefile.am:
3989         * sys/v4l2/gstv4l2object.c:
3990         * sys/v4l2/gstv4l2src.c:
3991         * sys/v4l2/gstv4l2xoverlay.c:
3992         * sys/v4l2/v4l2_calls.c:
3993         * sys/v4l2/v4l2src_calls.c:
3994         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
3995         xoverlay code that is still not implemented.
3996
3997 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
3998
3999         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
4000           We require a -base more recent than 0.10.9, so it's safe to use
4001           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
4002
4003         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
4004         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
4005           Use _newsegment_full() now that we depend on a recent enough core.
4006
4007         * gst/wavparse/gstwavparse.c:
4008           Remove cruft that we don't need any longer now that we depend on
4009           a recent enough -base.
4010
4011 2006-10-31  Wim Taymans  <wim@fluendo.com>
4012
4013         * gst/rtp/Makefile.am:
4014         * gst/rtp/gstrtp.c: (plugin_init):
4015         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
4016         (gst_rtpilbcpay_setcaps):
4017         Fix and activate ILBC pay and depayloaders. Fixes #368162.
4018
4019 2006-10-31  Wim Taymans  <wim@fluendo.com>
4020
4021         * ext/speex/gstspeexdec.c: (speex_dec_convert),
4022         (speex_dec_sink_event), (speex_dec_chain_parse_header):
4023         Some small cleanups, use _scale.
4024
4025 2006-10-31  Wim Taymans  <wim@fluendo.com>
4026
4027         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
4028         Use higher precision scale function.
4029
4030 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
4031
4032         Patch by: Michal Benes  <michal dot benes at itonis tv>
4033
4034         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
4035         (gst_matroska_demux_read_track_encodings),
4036         (gst_matroska_decode_buffer):
4037           Fix several issues with encoded/compressed/encrypted/signed tracks;
4038           also, remove superfluous newline characters from some debug
4039           statements. (#366155)
4040
4041 2006-10-30  Wim Taymans  <wim@fluendo.com>
4042
4043         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
4044         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
4045         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
4046         (gst_smokedec_change_state):
4047         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
4048         (gst_smokeenc_init), (gst_smokeenc_finalize),
4049         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
4050         (gst_smokeenc_resync), (gst_smokeenc_chain),
4051         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
4052         (gst_smokeenc_change_state):
4053         Various cleanups, capsnego and leak fixes.
4054
4055 2006-10-30  Wim Taymans  <wim@fluendo.com>
4056
4057         Patch by: Mark Nauwelaerts  <manauw at skynet be>
4058
4059         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
4060         Fix videomixer so that it can handle any combination of framerates.
4061         Fixes #367221.
4062
4063 2006-10-28  Wim Taymans  <wim@fluendo.com>
4064
4065         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
4066         (gst_avi_demux_parse_file_header),
4067         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
4068         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
4069         (gst_avi_demux_chain):
4070         Fix position query for audio. also fixes timestamps in streaming
4071         mode and bug #364958.
4072         Small cleanups.
4073
4074 2006-10-27  Wim Taymans  <wim@fluendo.com>
4075
4076         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
4077         * ext/libpng/gstpngenc.h:
4078         Fix strides. Fixes #364856.
4079         Cleanup capsnego.
4080         Set caps on outgoing buffers.
4081
4082 2006-10-18  Wim Taymans  <wim@fluendo.com>
4083
4084         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
4085
4086         * gst/rtp/gstrtpgsmpay.c:
4087         * gst/rtp/gstrtph263pay.c:
4088         * gst/rtp/gstrtpmpapay.c:
4089         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
4090         (gst_rtp_pcma_pay_handle_buffer):
4091         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
4092         Add static payload numbers in addition to the dynamic ones.
4093         Fixes #361639.
4094
4095 2006-10-18  Wim Taymans  <wim@fluendo.com>
4096
4097         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
4098         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
4099         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
4100         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
4101         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
4102         * gst/rtsp/rtspdefs.h:
4103         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
4104         * gst/rtsp/rtspurl.h:
4105         Reuse already existing enum for lower transport.
4106         Add rtspt and rtspu protocols.
4107         Send redirect to rtspt when udp times out.
4108
4109 2006-10-18  Wim Taymans  <wim@fluendo.com>
4110
4111         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4112         (gst_wavparse_stream_data):
4113         Fix seeking some more, mostly for speed changes.
4114
4115 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
4116
4117         Patch by: Fredrik Persson  <frepe at bredband net>
4118
4119         * sys/v4l2/gstv4l2tuner.c:
4120         * sys/v4l2/gstv4l2tuner.h:
4121           Fix _set_channel(): remove useless g_object_notify() for "channel"
4122           property that doesn't exist any longer and therefore now also
4123           useless redirect (#338818).
4124
4125 2006-10-17  Wim Taymans  <wim@fluendo.com>
4126
4127         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
4128         Some drivers do not support unsetting the non-blocking flag once the
4129         device is opened. In those cases, close/open the device in
4130         non-blocking mode. Fixes #362673.
4131
4132 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
4133
4134         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
4135         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
4136         (gst_v4l2src_get_fps):
4137           dear stefan, framespersecond is not frameperiod, reverting but adding
4138           comment
4139
4140 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
4141
4142         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
4143         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
4144         (gst_v4l2src_get_fps):
4145           Numerator is numerator and denominator is denominator. Say that aloud
4146           5 times and retry after next beer.
4147
4148 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
4149
4150         Patch by: Josep Torra Valles  <josep at fluendo com>
4151
4152         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
4153         * ext/esd/esdsink.c: (gst_esdsink_write):
4154         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
4155         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
4156         (gst_flac_dec_send_newsegment):
4157         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
4158         (gst_flac_enc_tell_callback):
4159         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
4160         (smokecodec_parse_header), (smokecodec_decode):
4161         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
4162         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
4163         * gst/goom/Makefile.am:
4164         * gst/goom/gstgoom.c:
4165         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
4166         * gst/rtsp/gstrtspsrc.c:
4167         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
4168         * gst/udp/gstudpsink.c:
4169         * gst/udp/gstudpsrc.c:
4170         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
4171         * sys/sunaudio/gstsunaudiomixertrack.h:
4172           Fix a bunch of problems discovered by the Forte compiler, mostly type
4173           mixups and pointer arithmetics with void pointers. Fixes #362603.
4174
4175 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
4176
4177         * ext/speex/gstspeex.c: (plugin_init):
4178         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
4179         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
4180         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
4181         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
4182         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
4183         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
4184         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
4185         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
4186         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
4187         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
4188         (gst_speex_enc_chain), (gst_speex_enc_get_property),
4189         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
4190         * ext/speex/gstspeexenc.h:
4191           Miscellaneous clean-ups, among other things: speexenc => enc to
4192           enhance code readability; change speexenc => speex_enc; in chain
4193           function unref input buffer in case of error; take reference in
4194           event function; use boilerplate macro; use gst_pad_query_peer_*
4195           convenience functions.
4196
4197 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
4198
4199         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
4200         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
4201         (gst_speexenc_set_header_on_caps):
4202           Fix some mem leaks.
4203
4204 2006-10-11  Wim Taymans  <wim@fluendo.com>
4205
4206         * gst/rtsp/URLS:
4207         Added some other URL.
4208
4209         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
4210         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
4211         (gst_rtspsrc_open), (gst_rtspsrc_play),
4212         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
4213         * gst/rtsp/gstrtspsrc.h:
4214         Work on fallback to TCP connection when the UDP socket times out.
4215         Handler server requests, just reply with OK for now.
4216
4217         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
4218         * gst/rtsp/rtspdefs.h:
4219         Added some more Real extension headers.
4220
4221         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
4222         Fix parsing of urls with a ':' that is not part of the hostname:port
4223         part of the url.
4224
4225 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
4226
4227         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
4228         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
4229         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
4230           Activate pad before adding it to the already-running element.
4231
4232         * tests/check/elements/icydemux.c: (icydemux_found_pad):
4233           Activate newly-created pad too.
4234
4235 2006-10-11  Wim Taymans  <wim@fluendo.com>
4236
4237         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
4238
4239         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
4240         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
4241         (gst_udpsrc_start):
4242         Fix some leaks in caps and uris. Fixes #361252.
4243
4244 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
4245
4246         * gst/wavparse/Makefile.am:
4247           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
4248
4249 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
4250
4251         * sys/v4l2/gstv4l2xoverlay.c:
4252         * sys/v4l2/gstv4l2xoverlay.h:
4253         Fix build as per the patch in #338818 comment 36.
4254
4255 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
4256
4257         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
4258           Activate pads before adding them to the source.
4259
4260 2006-10-06  Wim Taymans  <wim@fluendo.com>
4261
4262         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
4263         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
4264         Activate pads before adding.
4265
4266 2006-10-06  Wim Taymans  <wim@fluendo.com>
4267
4268         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
4269         (gst_multipart_find_pad_by_mime):
4270         Activate pads before adding.
4271
4272         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
4273         BOILERPLATE sets parent_class for us.
4274
4275 2006-10-06  Wim Taymans  <wim@fluendo.com>
4276
4277         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
4278         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
4279         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
4280         (gst_rtspsrc_alloc_udp_ports),
4281         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
4282         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
4283         (gst_rtspsrc_create_transports_string),
4284         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
4285         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
4286         * gst/rtsp/gstrtspsrc.h:
4287         Rework how the transport string is constructed, try to share channels
4288         and udp ports.
4289         Make most of the stuff less dependant on RTP as we are also going to use
4290         it for RDT.
4291         Add support for transport specific session managers.
4292
4293         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
4294         Implement _flush().
4295
4296         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
4297         * gst/rtsp/rtspdefs.h:
4298         Add generic error return code.
4299
4300         * gst/rtsp/rtspext.h:
4301         Add support for pluggable tranport strings.
4302
4303         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
4304         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
4305         (rtsp_ext_wms_get_context):
4306         Detect WMServer and activate the extension.
4307
4308         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
4309         (rtsp_transport_get_manager), (rtsp_transport_parse):
4310         * gst/rtsp/rtsptransport.h:
4311         Added methods to get mime/manager for certain transports.
4312
4313 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
4314
4315         * ext/cairo/gsttimeoverlay.c:
4316         (gst_cairo_time_overlay_update_font_height):
4317         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
4318         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
4319         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
4320         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
4321         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
4322         * ext/libpng/gstpngdec.c: (user_endrow_callback):
4323         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
4324         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
4325         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
4326         (gst_avi_demux_stream_data):
4327         * gst/cutter/gstcutter.c: (gst_cutter_chain):
4328         * gst/debug/efence.c: (gst_efence_buffer_alloc),
4329         (gst_fenced_buffer_copy):
4330         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
4331         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
4332         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
4333         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
4334         (gst_rtspsrc_handle_message):
4335         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4336         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
4337           Printf format fixes.
4338
4339 2006-10-04  Wim Taymans  <wim@fluendo.com>
4340
4341         * gst/rtsp/Makefile.am:
4342         Dist new .h file too.
4343
4344 2006-10-04  Wim Taymans  <wim@fluendo.com>
4345
4346         * gst/rtsp/Makefile.am:
4347         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
4348         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
4349         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4350         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
4351         (gst_rtspsrc_parse_rtpmap),
4352         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
4353         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
4354         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
4355         * gst/rtsp/gstrtspsrc.h:
4356         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
4357         * gst/rtsp/rtspdefs.h:
4358         * gst/rtsp/rtspext.h:
4359         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
4360         (rtsp_ext_wms_get_context):
4361         * gst/rtsp/rtspextwms.h:
4362         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
4363         (rtsp_transport_parse):
4364         * gst/rtsp/rtsptransport.h:
4365         Factor out extension in separate module.
4366         Fix getcaps to filter against the padtemplate.
4367         Use Content-Base if the server gives one.
4368         Rework the transport parsing a bit for future extensions.
4369         Added some Real Header field definitions.
4370
4371 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
4372
4373         * docs/plugins/Makefile.am:
4374         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4375         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4376           added v4l2 stubs
4377         * gst-plugins-good.spec.in:
4378           add v4l2
4379
4380 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
4381
4382         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
4383           Extract disc/album/medium number and count and try harder
4384           to extract track number/count.
4385
4386 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
4387
4388         * configure.ac:
4389         * sys/Makefile.am:
4390           add build stuff for v4l2, needs --enable-experimental until
4391           the last bits are resolved
4392
4393 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
4394
4395         * tests/check/Makefile.am:
4396           Disable autodetect test temporarily, so that the build bots
4397           update -bad and the ranks of unreliable video sinks in there.
4398
4399         * tests/check/elements/autodetect.c: (GST_START_TEST):
4400           Skip test if no usable videosink is found.
4401
4402 2006-09-29  Wim Taymans  <wim@fluendo.com>
4403
4404         * gst/rtsp/URLS:
4405         Add some more URLs.
4406
4407         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
4408         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
4409         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
4410         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
4411         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
4412         (gst_rtspsrc_loop), (gst_rtspsrc_send),
4413         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
4414         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
4415         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
4416         * gst/rtsp/gstrtspsrc.h:
4417         Add timeout property to control UDP timeouts.
4418         Fix error messages.
4419         Also start a loop function when operating in UDP mode so that we can
4420         do some more stuff async.
4421         Handle element messages from udpsrc to detect timeouts. If a timeout
4422         happens we currently generate an error.
4423         API: rtspsrc::timeout property.
4424
4425         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
4426         (gst_udpsrc_create):
4427         Really implement the timeout in microseconds and not milliseconds.
4428
4429 2006-09-29  Wim Taymans  <wim@fluendo.com>
4430
4431         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
4432         (gst_udpsrc_create), (gst_udpsrc_set_property),
4433         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
4434         * gst/udp/gstudpsrc.h:
4435         Added property to post a message on timeout.
4436         Updated docs.
4437         When restarting the select, initialize the fdsets again.
4438         Init control sockets so we don't accidentally close a random socket.
4439         API: GstUDPSrc::timeout property
4440
4441 2006-09-29  Wim Taymans  <wim@fluendo.com>
4442
4443         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
4444         Fix flag registration.
4445
4446         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
4447         Reading 0 also means 'no more commands'
4448
4449 2006-09-29  Wim Taymans  <wim@fluendo.com>
4450
4451         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
4452
4453         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4454         Fix possible infinite loop when shutting down, a read can also return
4455         0 to indicate no more messages are available. Fixes #358156.
4456
4457 2006-09-25  Wim Taymans  <wim@fluendo.com>
4458
4459         * gst/autodetect/gstautoaudiosink.c:
4460         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
4461         (gst_auto_audio_sink_find_best):
4462         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
4463         Small cleanups.
4464         don't try to set "sync" property when it is not available.
4465
4466 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
4467
4468         Patch by: Peter Kjellerstedt  <pkj at axis com>
4469
4470         * gst/alpha/gstalpha.c:
4471         * gst/rtp/gstrtpamrdepay.c:
4472         * gst/rtsp/gstrtspsrc.c:
4473         * gst/udp/gstudpsrc.c:
4474         * gst/videomixer/videomixer.c:
4475           Include stdlib.h in some more places, makes things compile
4476           with uClibc and -Werror (#357592).
4477
4478 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
4479
4480         * ext/jpeg/gstjpegdec.c:
4481           Set minimum height to 8 (from 16), our code should handle
4482           that fine. Some of the buttons on the apple trailer site
4483           are apparently only 15 pixels high (see #357470).
4484
4485 2006-09-23  Wim Taymans  <wim@fluendo.com>
4486
4487         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
4488         (gst_rtspsrc_open):
4489         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4490         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
4491         (rtsp_connection_receive):
4492         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
4493         * gst/rtsp/rtspdefs.h:
4494         Improve error reporting.
4495
4496 2006-09-23  Wim Taymans  <wim@fluendo.com>
4497
4498         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
4499         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
4500         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
4501         * gst/rtp/gstrtpdepay.c:
4502         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
4503         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
4504         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
4505         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
4506         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
4507         (gst_rtp_mp2t_depay_plugin_init):
4508         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
4509         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
4510         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
4511         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
4512         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
4513         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
4514         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
4515         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
4516         Fix klass typos.
4517         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
4518
4519 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
4520
4521         * configure.ac:
4522           Need  -base CVS for gst_base_rtp_depayload_push_ts().
4523
4524 2006-09-22  Wim Taymans  <wim@fluendo.com>
4525
4526         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
4527         Don't check for a tag that is never there and check if we read the
4528         correct tag. Fixes seeking again.
4529         We must post an error when all pads are unlinked.
4530
4531 2006-09-22  Wim Taymans  <wim@fluendo.com>
4532
4533         * gst/rtp/Makefile.am:
4534         * gst/rtp/gstrtp.c: (plugin_init):
4535         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
4536         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
4537         (gst_rtp_vorbis_pay_reset_packet),
4538         (gst_rtp_vorbis_pay_init_packet),
4539         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
4540         (gst_rtp_vorbis_pay_handle_buffer):
4541         More fixage, set endoder-params correctly in the payloader.
4542
4543 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
4544
4545         * gst/autodetect/gstautoaudiosink.c:
4546         (gst_auto_audio_sink_base_init):
4547         * gst/autodetect/gstautovideosink.c:
4548         (gst_auto_video_sink_base_init):
4549           Make static pad templates static to appease valgrind's leak
4550           detector.
4551
4552         * tests/check/Makefile.am:
4553         * tests/check/elements/.cvsignore:
4554         * tests/check/elements/autodetect.c: (GST_START_TEST),
4555         (autodetect_suite):
4556           Add simple test for the ghostpad lockup on shutdown fixed in core
4557           CVS (audio bit disabled because it would need dozens of alsa
4558           suppressions and I'm too lazy to add those now).
4559
4560 2006-09-22  Wim Taymans  <wim@fluendo.com>
4561
4562         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
4563         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
4564         Small cleanups.
4565
4566         * gst/rtp/Makefile.am:
4567         * gst/rtp/gstrtp.c: (plugin_init):
4568         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
4569         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
4570         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
4571         (gst_rtp_vorbis_depay_process),
4572         (gst_rtp_vorbis_depay_set_property),
4573         (gst_rtp_vorbis_depay_get_property),
4574         (gst_rtp_vorbis_depay_change_state),
4575         (gst_rtp_vorbis_depay_plugin_init):
4576         * gst/rtp/gstrtpvorbisdepay.h:
4577         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
4578         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
4579         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
4580         (gst_rtp_vorbis_pay_flush_packet),
4581         (gst_rtp_vorbis_pay_append_buffer),
4582         (gst_rtp_vorbis_pay_handle_buffer),
4583         (gst_rtp_vorbis_pay_plugin_init):
4584         * gst/rtp/gstrtpvorbispay.h:
4585         Add experimental vorbis pay and depayloaders.
4586
4587 2006-09-21  Wim Taymans  <wim@fluendo.com>
4588
4589         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
4590         Fix profile-level-id parsing and setup.
4591
4592 2006-09-21  Wim Taymans  <wim@fluendo.com>
4593
4594         * gst/udp/README:
4595         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
4596         Update README, simple cleanup.
4597
4598 2006-09-21  Wim Taymans  <wim@fluendo.com>
4599
4600         * gst/rtp/README:
4601         Update README with some examples.
4602
4603         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
4604         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
4605         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
4606         (gst_rtp_mp4g_pay_setcaps):
4607         * gst/rtp/gstrtpmp4gpay.h:
4608         Make optional RTP parameters of type STRING, as required by the
4609         application/x-rtp caps specification.
4610
4611 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
4612
4613         * gst/rtp/gstrtph263pdepay.c:
4614         * gst/rtp/gstrtph263ppay.c:
4615         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
4616         RTP header.
4617
4618 2006-09-20  Wim Taymans  <wim@fluendo.com>
4619
4620         * gst/rtp/Makefile.am:
4621         And makefile too.
4622
4623 2006-09-20  Wim Taymans  <wim@fluendo.com>
4624
4625         * gst/rtp/gstrtp.c: (plugin_init):
4626         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
4627         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
4628         (decode_base64), (gst_rtp_asf_depay_setcaps),
4629         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
4630         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
4631         (gst_rtp_asf_depay_plugin_init):
4632         * gst/rtp/gstrtpasfdepay.h:
4633         Added preliminary ASF depayloader.
4634
4635         * gst/rtp/gstrtph264depay.c: (decode_base64):
4636         Fix base64 decoding.
4637
4638 2006-09-20  Wim Taymans  <wim@fluendo.com>
4639
4640         * gst/rtsp/URLS:
4641         Added some test URLS.
4642
4643         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
4644         (gst_rtspsrc_loop), (gst_rtspsrc_open):
4645         * gst/rtsp/gstrtspsrc.h:
4646         When creating streams, give access to the complete SDP.
4647         Fix some leaks.
4648         Collect and merge global stream properties in stream caps.
4649         Preliminary support for WMServer.
4650
4651         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4652         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
4653         (rtsp_connection_receive):
4654         * gst/rtsp/rtspconnection.h:
4655         Make connection interruptable.
4656         Refactor to make it reconnectable.
4657         Don't fail on short reads when reading data packets.
4658
4659         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
4660         (rtsp_url_get_port):
4661         * gst/rtsp/rtspurl.h:
4662         Add methods for getting/setting the port.
4663
4664         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
4665         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
4666         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
4667         (sdp_media_get_format), (sdp_parse_line),
4668         (sdp_message_parse_buffer):
4669         Fix headers. 
4670         Add methods for getting multiple attributes with the same name.
4671         Increase buffer size when parsing.
4672         Fix parsing of a=foo fields.
4673
4674         * gst/rtsp/test.c: (main):
4675         Update to new connection API.
4676
4677         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
4678         (rtsp_message_init_response), (rtsp_message_init_data),
4679         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
4680         * gst/rtsp/rtspmessage.h:
4681         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
4682         * gst/rtsp/rtsptransport.h:
4683         * gst/rtsp/sdp.h:
4684         * gst/rtsp/sdpmessage.h:
4685         * gst/rtsp/gstrtsp.c:
4686         * gst/rtsp/gstrtsp.h:
4687         * gst/rtsp/gstrtpdec.c:
4688         * gst/rtsp/gstrtpdec.h:
4689         * gst/rtsp/rtsp.h:
4690         * gst/rtsp/rtspdefs.c:
4691         * gst/rtsp/rtspdefs.h:
4692         Dual licensed under MIT and LGPL now.
4693
4694 2006-09-19  Wim Taymans  <wim@fluendo.com>
4695
4696         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
4697         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
4698         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
4699         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
4700         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
4701         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
4702         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
4703         * gst/rtsp/gstrtspsrc.h:
4704         Reorganize stream parsing and creation.
4705         Detect container formats in interleaved mode.
4706         Keep more state about the streams.
4707         Assume a server also supports PLAY if it does not say.
4708         Add unicast and interleaved properties to TCP transport requests to make
4709         some servers happy (WMServer).
4710
4711         * gst/rtsp/sdpmessage.h:
4712         Add some defines for the standard Bandwidth types.
4713
4714 2006-09-19  Wim Taymans  <wim@fluendo.com>
4715
4716         * gst/rtsp/test.c: (main):
4717         Fix build.
4718
4719 2006-09-19  Wim Taymans  <wim@fluendo.com>
4720
4721         * gst/wavparse/gstwavparse.c:
4722         Add ms-gsm to the src template.
4723
4724 2006-09-18  Wim Taymans  <wim@fluendo.com>
4725
4726         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
4727         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
4728         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
4729         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
4730         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
4731         * gst/rtsp/gstrtspsrc.h:
4732         Small cleanups, added documentation.
4733         Try to clean up the requests and responses.
4734         Refactor parsing the supported methods.
4735
4736         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
4737         (rtsp_connection_create), (rtsp_connection_send),
4738         (parse_response_status), (parse_request_line),
4739         (rtsp_connection_receive), (rtsp_connection_close),
4740         (rtsp_connection_free):
4741         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
4742         (rtsp_transport_init), (rtsp_transport_parse),
4743         (rtsp_transport_free):
4744         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
4745         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
4746         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
4747         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
4748         Use g_return_val some more.
4749
4750         * gst/rtsp/rtspdefs.h:
4751         Add more enum values to track initial states.
4752
4753         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
4754         (rtsp_message_init_request), (rtsp_message_new_response),
4755         (rtsp_message_init_response), (rtsp_message_init_data),
4756         (rtsp_message_unset), (rtsp_message_free),
4757         (rtsp_message_add_header), (rtsp_message_remove_header),
4758         (rtsp_message_get_header), (rtsp_message_set_body),
4759         (rtsp_message_take_body), (rtsp_message_get_body),
4760         (rtsp_message_steal_body), (rtsp_message_dump):
4761         * gst/rtsp/rtspmessage.h:
4762         Reorder arguments, object goes as the first one.
4763         Use g_return_val some more.
4764
4765 2006-09-18  Wim Taymans  <wim@fluendo.com>
4766
4767         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
4768         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
4769         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
4770         * gst/rtsp/gstrtspsrc.h:
4771         Export sometimes source pad with correct caps on the template, create
4772         the ghostpad from the template.
4773         Remove RTCP template as we never expose RTCP.
4774         Protect against invalid body size.
4775         Avoid memcpy when creating the output buffer.
4776         Properly post an error and send EOS when the loop function is shut down.
4777
4778 2006-09-18  Wim Taymans  <wim@fluendo.com>
4779
4780         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
4781
4782         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
4783         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
4784         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
4785         * gst/rtsp/gstrtspsrc.h:
4786         Make sure we can never set an invalid location.
4787
4788         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
4789         * gst/rtsp/rtspmessage.h:
4790         Added _steal_body method for future use.
4791
4792         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
4793         Make freeing of NULL url return immediatly.
4794
4795 2006-09-18  Wim Taymans  <wim@fluendo.com>
4796
4797         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
4798
4799         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
4800         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
4801         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
4802         (gst_rtspsrc_change_state):
4803         * gst/rtsp/gstrtspsrc.h:
4804         Use boilerplate.
4805         Make rtspsrc subclass GstBin to make state changes easier.
4806         Add Range header field on the PLAY request.
4807
4808 2006-09-18  Wim Taymans  <wim@fluendo.com>
4809
4810         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
4811
4812         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
4813         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
4814         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
4815         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
4816         * gst/rtsp/rtspconnection.c: (inet_aton):
4817         Small cleanups.
4818         when multicast is selected as the transport, create UDP sources and
4819         connect to the multicast group.
4820         Move parsing and setting of caps to a common place.
4821         Fixes #349894.
4822
4823 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
4824
4825         * ext/flac/gstflactag.c:
4826         * gst/alpha/gstalpha.c:
4827         * gst/debug/breakmydata.c:
4828         * gst/debug/negotiation.c:
4829         * gst/debug/testplugin.c:
4830         * gst/effectv/gstaging.c:
4831         * gst/effectv/gstdice.c:
4832         * gst/effectv/gstedge.c:
4833         * gst/effectv/gstquark.c:
4834         * gst/effectv/gstrev.c:
4835         * gst/effectv/gstshagadelic.c:
4836         * gst/effectv/gstvertigo.c:
4837         * gst/effectv/gstwarp.c:
4838         * gst/multipart/multipartdemux.c:
4839         * gst/multipart/multipartmux.c:
4840         * gst/videobox/gstvideobox.c:
4841         * gst/videofilter/gstgamma.c:
4842         * gst/videofilter/gstvideotemplate.c:
4843         * gst/videomixer/videomixer.c:
4844         * sys/sunaudio/gstsunaudiosrc.h:
4845         More G_OBJECT macro fixing.
4846
4847 2006-09-16  Wim Taymans  <wim@fluendo.com>
4848
4849         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
4850
4851         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
4852         Correctly set the dwLength in strh.
4853         With this patch, the file duration is now displayed correctly in window
4854         media player and the AVI plays completely. Fixes #356147
4855
4856 2006-09-15  Wim Taymans  <wim@fluendo.com>
4857
4858         Patch by: Darren Kenny <darren dot kenny at sun dot com>
4859
4860         * sys/sunaudio/gstsunaudiomixerctrl.c:
4861         (gst_sunaudiomixer_ctrl_build_list):
4862         Set the output track as the MASTER so that the gnome-settings-daemon
4863         keybindings for changing the volume using the keyboard works.
4864         Fixes #356142.
4865
4866 2006-09-15  Wim Taymans  <wim@fluendo.com>
4867
4868         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
4869         Fix documentation, it is not possible to control the framerate of jpegdec
4870         using filtered caps yet. Fixes #355210.
4871         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
4872         stop when there is an error.
4873
4874 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
4875
4876         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
4877         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
4878           Don't interpret a first buffer with an offset of NONE as
4879           'from the middle of the stream', but only a first buffer
4880           that has a valid buffer offset that's non-zero (see #345449).
4881
4882 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
4883
4884         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
4885         (gst_icydemux_typefind_or_forward):
4886         * gst/icydemux/gsticydemux.h:
4887           When we merge/collect multiple incoming buffers for typefinding
4888           purposes, keep an initial 0 offset on the first outgoing buffer
4889           as well (otherwise id3demux won't work right). Fixes #345449.
4890           Also Make buffer metadata writable before setting buffer caps.
4891
4892         * tests/check/elements/icydemux.c: (typefind_succeed),
4893         (cleanup_icydemux), (push_data), (GST_START_TEST),
4894         (icydemux_suite):
4895           Small test case for the above.
4896
4897 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
4898
4899         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
4900         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
4901         (gst_avi_demux_stream_header_push),
4902         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
4903         (gst_avi_demux_loop):
4904           More code reuse and better logging in _peek_chunk(). Reintroduce check
4905           for chunk sizes before reading them (avoid oom). Better handling for 
4906           invalid chunksizes when streaming.
4907
4908 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
4909
4910         * gst/level/gstlevel.c: (gst_level_set_property):
4911         * gst/level/gstlevel.h:
4912           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
4913           René Stadler
4914
4915 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
4916
4917         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
4918         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
4919         (gst_avi_demux_stream_data):
4920           Revert one change to fix streaming avi (adapter size != data size).
4921
4922 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
4923
4924         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
4925
4926         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
4927         (gst_matroska_demux_reset),
4928         (gst_matroska_demux_read_track_encodings),
4929         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
4930         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
4931         (gst_matroska_demux_subtitle_caps):
4932         * gst/matroska/matroska-ids.h:
4933           Add support for VOBSUB subtitle tracks and zlib-compressed
4934           tracks. Make sure we start on a keyframe after a seek. (#343348)
4935
4936 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
4937
4938         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
4939         (gst_matroska_demux_push_flac_codec_priv_data),
4940         (gst_matroska_demux_push_xiph_codec_priv_data),
4941         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
4942         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
4943         * gst/matroska/matroska-ids.h:
4944           Add basic FLAC support (#311586), not perfect yet though, needs some
4945           tweaking in flacdec; also, seeking could be better.
4946           Do better bounds checking when deserialising vorbis stream headers
4947           to make sure we don't read beyond the end of the buffer on bad input.
4948
4949 2006-09-04  Wim Taymans  <wim@fluendo.com>
4950
4951         Patch by: Alessandro Decina <alessandro at nnva dot org>
4952
4953         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
4954         Seeking back in a file containing a CMML stream errors out if the seek
4955         goes back up to the CMML headers. This is because after the seek the xml
4956         processing instruction <?xml ...?> is submitted to the xml parser again, 
4957         which results in an error. The attached patch fixes the problem. 
4958         Fixes #353908.
4959
4960         * ext/annodex/gstcmmlenc.h:
4961         Fix authors name.
4962
4963
4964 2006-08-28  Andy Wingo  <wingo@pobox.com>
4965
4966         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
4967         New helper function to lessen the ifdefs.
4968         (GST_INFO_OBJECT): 
4969         (gst_dv1394src_iso_receive): Use it.
4970         (gst_dv1394src_create): Also use the control sockets in iec61883
4971         mode.
4972         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
4973         handle for AVC operations; fixes #348233.
4974
4975 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
4976
4977         * configure.ac:
4978         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4979         * docs/plugins/inspect/plugin-audiofx.xml:
4980         * docs/plugins/inspect/plugin-audiofxgood.xml:
4981         * gst/audiofx/Makefile.am:
4982         * gst/audiofx/audiofx.c:
4983         * gst/audiofxgood/.cvsignore:
4984         * gst/audiofxgood/Makefile.am:
4985         * gst/audiofxgood/audiofx.c:
4986         * gst/audiofxgood/audiopanorama.c:
4987         * gst/audiofxgood/audiopanorama.h:
4988           Rename again (audiofxgood -> audiofx).
4989
4990 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
4991
4992         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
4993         (gst_avi_demux_stream_scan):
4994           Initialze variables.
4995
4996 2006-08-25  Wim Taymans  <wim@fluendo.com>
4997
4998         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
4999         (gst_avi_demux_init), (gst_avi_demux_finalize),
5000         (gst_avi_demux_reset), (gst_avi_demux_index_last),
5001         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
5002         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
5003         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
5004         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
5005         (gst_avi_demux_massage_index),
5006         (gst_avi_demux_calculate_durations_from_index),
5007         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
5008         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
5009         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
5010         (gst_avi_demux_change_state):
5011         * gst/avi/gstavidemux.h:
5012         More attempts to turn this into readable code.
5013         Don't leak adapters.
5014         Calculate duration according to index more efficiently.
5015         Don't try to act like we drive the pipeline in chain mode.
5016
5017 2006-08-25  Wim Taymans  <wim@fluendo.com>
5018
5019         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
5020         Fix build.
5021
5022 2006-08-25  Wim Taymans  <wim@fluendo.com>
5023
5024         Patch by: Alessandro Decina <alessandro at nnva dot org>
5025
5026         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
5027         Do some extra sanity checks.
5028         Fixes #350340.
5029
5030         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
5031         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
5032         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
5033         Check if clip->start_time is valid before adding the clip to the
5034         track list.
5035         Reset enc->preamble going from PAUSED to READY.
5036         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
5037         only used for EOS.
5038         Only post an error message if we were the one that created the fatal
5039         GstFlowReturn value.
5040
5041         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
5042         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
5043         Parse the seconds field of the npt-sec time format using %llu rather than
5044         %d and check that the value scaled by GST_SECOND doesn't overflow.
5045         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
5046         Lookup a clip's track with clip->track rather than clip->id which
5047         makes no sense.
5048         Identify a clip by its track and start time and not its xml id.
5049         do some more input checking and make sure we don't do undefined shifts.
5050
5051         * tests/check/elements/cmmldec.c: (setup_cmmldec),
5052         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
5053         (cmml_tag_message_pop), (check_headers), (push_clip_full),
5054         (push_clip), (push_empty_clip), (check_output_clip),
5055         (GST_START_TEST), (cmmldec_suite):
5056         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
5057         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
5058         (check_headers), (push_clip), (check_clip_times), (check_clip),
5059         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
5060         Added some more checks.
5061
5062 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
5063
5064         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
5065         (gst_audio_panorama_set_property),
5066         (gst_audio_panorama_get_property),
5067         (gst_audio_panorama_transform_m2s_int),
5068         (gst_audio_panorama_transform_s2s_int),
5069         (gst_audio_panorama_transform_m2s_float),
5070         (gst_audio_panorama_transform_s2s_float):
5071         * gst/audiofxgood/audiopanorama.h:
5072         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
5073           Make also the pan-property float (saves scaling and yields better
5074           resolution)
5075
5076 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
5077
5078         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
5079         (gst_audio_panorama_transform_m2s_float),
5080         (gst_audio_panorama_transform_s2s_float):
5081           ChangeLog surgery to add cymax's real name
5082
5083
5084 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
5085
5086         Patch by: René Stadler <mail@renestadler.de>
5087
5088         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
5089         (gst_audio_panorama_transform_m2s_int),
5090         (gst_audio_panorama_transform_s2s_int),
5091         (gst_audio_panorama_transform_m2s_float),
5092         (gst_audio_panorama_transform_s2s_float),
5093         (gst_audio_panorama_transform):
5094         * gst/audiofxgood/audiopanorama.h:
5095           Added float support
5096
5097 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
5098
5099         * gst/audiofxgood/audiopanorama.c:
5100         (gst_audio_panorama_transform_m2s):
5101           Fix docs & debug category. Add Fixme for volume pan levels.
5102
5103 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
5104
5105         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
5106         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
5107         (gst_avi_demux_stream_header_pull),
5108         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5109         (gst_avi_demux_chain):
5110           unbreak AVI index handling, some more debug, remove an obsolete
5111           adapter_flush that caused streaming to wander off in the wild
5112
5113 2006-08-24  Wim Taymans  <wim@fluendo.com>
5114
5115         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
5116         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
5117         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
5118         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5119         (gst_avi_demux_calculate_durations_from_index),
5120         (gst_avi_demux_stream_header_push),
5121         (gst_avi_demux_stream_header_pull):
5122         * gst/avi/gstavidemux.h:
5123         Some more cleanups. 
5124         Fix totalFrames parsing in ODML.
5125         Disable use of index for length calculation in case of ODML as this is
5126         broken now.
5127
5128 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
5129
5130         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
5131           Use libgsttag helper function here too.
5132
5133 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
5134
5135         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
5136         (gst_avi_demux_init), (gst_avi_demux_dispose),
5137         (gst_avi_demux_reset), (gst_avi_demux_index_next),
5138         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
5139         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
5140         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
5141         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
5142         (gst_avi_demux_parse_subindex),
5143         (gst_avi_demux_read_subindexes_push),
5144         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
5145         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5146         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
5147         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
5148         (gst_avi_demux_stream_header_pull),
5149         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5150         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
5151         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
5152         (gst_avi_demux_change_state):
5153         * gst/avi/gstavidemux.h:
5154           Initial streaming support for avidemux (fixes #336465)
5155
5156 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
5157
5158         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5159           There is no taglibmux element ...
5160
5161         * gst/rtsp/gstrtspsrc.c:
5162           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
5163           was complaining about unknown entity here.
5164
5165 2006-08-22  Wim Taymans  <wim@fluendo.com>
5166
5167         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
5168         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
5169         (gst_avi_demux_process_next_entry):
5170         * gst/avi/gstavidemux.h:
5171         Mark DISCONT.
5172         Remove old unused fields and reorder the struct a bit.
5173
5174 2006-08-22  Wim Taymans  <wim@fluendo.com>
5175
5176         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5177         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
5178         (gst_rtspsrc_pause):
5179         * gst/rtsp/gstrtspsrc.h:
5180         * sys/oss/gstosssink.c: (gst_oss_sink_open),
5181         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
5182         Small documentation updates.
5183
5184 2006-08-22  Wim Taymans  <wim@fluendo.com>
5185
5186         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
5187         (gst_avi_demux_index_entry_for_time),
5188         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
5189         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
5190         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
5191         (gst_avi_demux_next_data_buffer),
5192         (gst_avi_demux_calculate_durations_from_index),
5193         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
5194         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
5195         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
5196         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
5197         * gst/avi/gstavidemux.h:
5198         Precalc most of the duration query for each stream.
5199         Make seeking more correct.
5200         Use GstSegment to track position and duration.
5201         Code cleanups and leak fixes.
5202         Calculate correct total duration based on index length.
5203
5204 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
5205
5206         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
5207         (parse_insert_string_field):
5208           If strings in text fields are marked ISO8859-1, but contain
5209           valid UTF-8 already, then handle them as UTF-8 and ignore
5210           the encoding. (#351794)
5211
5212 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
5213
5214         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
5215         (gst_flac_dec_write), (gst_flac_dec_loop),
5216         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
5217         (gst_flac_dec_src_query):
5218         * ext/flac/gstflacdec.h:
5219           Make flac-in-ogg work (#352100).
5220
5221 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
5222
5223         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
5224           Don't unref buffers of which we've already given away
5225           ownership to the adapter.
5226
5227 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
5228
5229         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
5230           Make metadata extraction actually work.
5231
5232         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
5233         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
5234         (gst_speexenc_chain):
5235           Fix metadata writing: replace old code which wrote completely
5236           broken tags with libgsttag-based code. Plus miscellaneous
5237           code cleanups (use static pad templates etc.) and a bunch
5238           of leak fixes.
5239
5240 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
5241
5242         * gst/audiopanorama/.cvsignore:
5243         * gst/audiopanorama/Makefile.am:
5244         * gst/audiopanorama/audiofx.c:
5245         * gst/audiopanorama/audiopanorama.c:
5246         * gst/audiopanorama/audiopanorama.h:
5247           die! die! die! you should never have been there
5248
5249 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
5250
5251         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
5252         Fix invalid memory access in audiopanorama test suite.
5253
5254 2006-08-21  Edward Hervey  <edward@fluendo.com>
5255
5256         * tests/check/elements/.cvsignore:
5257         ignore built file
5258
5259 2006-08-21  Wim Taymans  <wim@fluendo.com>
5260
5261         * gst/rtp/Makefile.am:
5262         Fix the build again.
5263
5264 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
5265
5266         * gst/audiofxgood/.cvsignore:
5267         * gst/audiofxgood/Makefile.am:
5268         * gst/audiofxgood/audiofx.c: (plugin_init):
5269         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
5270         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
5271         (gst_audio_panorama_set_property),
5272         (gst_audio_panorama_get_property),
5273         (gst_audio_panorama_get_unit_size),
5274         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
5275         (gst_audio_panorama_transform_m2s),
5276         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
5277         * gst/audiofxgood/audiopanorama.h:
5278           resubmit with the desired name *again*
5279
5280 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
5281
5282         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
5283         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
5284           use g_assert in _get_unit_size
5285
5286 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
5287
5288         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5289         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5290         * docs/plugins/inspect/plugin-audiofxgood.xml:
5291           cleanup -unused.txt to make it useful, add previously missing docs
5292
5293         * ext/Makefile.am:
5294           Quietly (accidentally) enable LADSPA for building by default, 
5295           despite the fact that it doesn't meet the plugin checklist.
5296             -- Added by Jan Schmidt 18 Dec 2006
5297
5298         * ext/esd/esdmon.c:
5299         * ext/esd/esdsink.c:
5300         * ext/esd/gstesd.c: (plugin_init):
5301           reflow to get rid of two external symbols
5302
5303         * gst/audiofxgood/audiofx.c: (plugin_init):
5304           re-add
5305
5306 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
5307
5308         * configure.ac:
5309         * gst/audiofxgood/.cvsignore:
5310         * gst/audiofxgood/Makefile.am:
5311         * gst/audiofxgood/audiofx.c
5312         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
5313         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
5314         (gst_audio_panorama_set_property),
5315         (gst_audio_panorama_get_property),
5316         (gst_audio_panorama_get_unit_size),
5317         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
5318         (gst_audio_panorama_transform_m2s),
5319         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
5320         * gst/audiofxgood/audiopanorama.h:
5321         * tests/check/Makefile.am:
5322         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
5323         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
5324         (panorama_suite), (main):
5325         Add audiofxgood plugin with audiopanorama element
5326
5327 2006-08-18  Wim Taymans  <wim@fluendo.com>
5328
5329         * docs/plugins/Makefile.am:
5330         More Oss docs fixage. 
5331
5332 2006-08-18  Wim Taymans  <wim@fluendo.com>
5333
5334         * gst/rtp/Makefile.am:
5335         * gst/rtp/gstrtp.c: (plugin_init):
5336         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
5337         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
5338         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
5339         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
5340         (gst_rtp_sv3v_depay_get_property),
5341         (gst_rtp_sv3v_depay_change_state),
5342         (gst_rtp_sv3v_depay_plugin_init):
5343         * gst/rtp/gstrtpsv3vdepay.h:
5344         Added experimental SVQ3 depayloader.
5345
5346 2006-08-18  Edward Hervey  <edward@fluendo.com>
5347
5348         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
5349         (gst_dvdemux_loop), (gst_dvdemux_change_state):
5350         * ext/dv/gstdvdemux.h:
5351         When handling seek requests, don't send the newsegment event from the
5352         calling thread. Instead save it so it can be sent from the streaming
5353         thread.
5354
5355 2006-08-17  Wim Taymans  <wim@fluendo.com>
5356
5357         Patch by: Sjoerd Simons <sjoerd at luon dot net>
5358
5359         * gst/multipart/multipartdemux.c: (multipart_parse_header):
5360         Accept leading whitespace before the boundary
5361         This patch makes the demuxer allow some whitespace before the actual
5362         boundary. This makes the demuxer work with the ``old'' gstreamer
5363         multipartmuxer again (which placed an extra \n before the start
5364         of the stream) Fixes #349068.
5365
5366 2006-08-17  Wim Taymans  <wim@fluendo.com>
5367
5368         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
5369         Error out on non-implemented stuff.
5370
5371 2006-08-16  Wim Taymans  <wim@fluendo.com>
5372
5373         Patch by: Andy Wingo <wingo at pobox dot com>
5374
5375         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
5376         (gst_signal_processor_start), (gst_signal_processor_stop),
5377         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
5378         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
5379         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
5380         (gst_signal_processor_change_state):
5381         Make ladspa elements reusable. Fixes #350006.
5382
5383 2006-08-16  Wim Taymans  <wim@fluendo.com>
5384
5385         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
5386         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
5387         names as possible. Fixes #349901.
5388
5389 2006-08-16  Wim Taymans  <wim@fluendo.com>
5390
5391         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
5392         (gst_signal_processor_do_pushes):
5393         A push() gives away our refcount so we should not use the buffer on the
5394         pen anymore.
5395
5396 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
5397
5398         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
5399         (gst_oss_mixer_element_finalize):
5400           Don't leak device string.
5401
5402 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
5403
5404         * configure.ac:
5405           Require CVS of GStreamer core and -base (for
5406           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
5407
5408         * ext/taglib/gstid3v2mux.cc:
5409           Write extended comment tags properly (#348762).
5410
5411         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
5412         (parse_comment_frame):
5413           Extract COMM frames into extended comments, which makes it
5414           easier to properly retain the description bit of the tag
5415           and maintain this information when re-tagging (#348762).
5416
5417 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
5418
5419         * tests/check/Makefile.am:
5420           Don't try to run annodex unit tests if the annodex
5421           plugin has not been built (Fixes #351116).
5422
5423 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
5424
5425         * gst/autodetect/gstautoaudiosink.c:
5426         (gst_auto_audio_sink_find_best):
5427           When we can't find a usable audiosink, don't error out,
5428           but use a fake sink instead and post a warning message
5429           on the bus (#341278).
5430
5431 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
5432
5433         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
5434         * sys/oss/gstosssink.c:
5435         * sys/oss/gstosssrc.c:
5436           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
5437           ossmixer's new device property.
5438
5439         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5440         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5441           Add docs for OSS elements.
5442
5443         * docs/plugins/inspect/plugin-aasink.xml:
5444         * docs/plugins/inspect/plugin-alaw.xml:
5445         * docs/plugins/inspect/plugin-alpha.xml:
5446         * docs/plugins/inspect/plugin-alphacolor.xml:
5447         * docs/plugins/inspect/plugin-annodex.xml:
5448         * docs/plugins/inspect/plugin-apetag.xml:
5449         * docs/plugins/inspect/plugin-auparse.xml:
5450         * docs/plugins/inspect/plugin-autodetect.xml:
5451         * docs/plugins/inspect/plugin-avi.xml:
5452         * docs/plugins/inspect/plugin-cacasink.xml:
5453         * docs/plugins/inspect/plugin-cairo.xml:
5454         * docs/plugins/inspect/plugin-cdio.xml:
5455         * docs/plugins/inspect/plugin-cutter.xml:
5456         * docs/plugins/inspect/plugin-debug.xml:
5457         * docs/plugins/inspect/plugin-dv.xml:
5458         * docs/plugins/inspect/plugin-efence.xml:
5459         * docs/plugins/inspect/plugin-effectv.xml:
5460         * docs/plugins/inspect/plugin-esdsink.xml:
5461         * docs/plugins/inspect/plugin-flac.xml:
5462         * docs/plugins/inspect/plugin-flxdec.xml:
5463         * docs/plugins/inspect/plugin-gconfelements.xml:
5464         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
5465         * docs/plugins/inspect/plugin-goom.xml:
5466         * docs/plugins/inspect/plugin-halelements.xml:
5467         * docs/plugins/inspect/plugin-icydemux.xml:
5468         * docs/plugins/inspect/plugin-id3demux.xml:
5469         * docs/plugins/inspect/plugin-jpeg.xml:
5470         * docs/plugins/inspect/plugin-level.xml:
5471         * docs/plugins/inspect/plugin-matroska.xml:
5472         * docs/plugins/inspect/plugin-mulaw.xml:
5473         * docs/plugins/inspect/plugin-multipart.xml:
5474         * docs/plugins/inspect/plugin-navigationtest.xml:
5475         * docs/plugins/inspect/plugin-ossaudio.xml:
5476         * docs/plugins/inspect/plugin-png.xml:
5477         * docs/plugins/inspect/plugin-rtp.xml:
5478         * docs/plugins/inspect/plugin-rtsp.xml:
5479         * docs/plugins/inspect/plugin-shout2send.xml:
5480         * docs/plugins/inspect/plugin-smpte.xml:
5481         * docs/plugins/inspect/plugin-speex.xml:
5482         * docs/plugins/inspect/plugin-taglib.xml:
5483         * docs/plugins/inspect/plugin-udp.xml:
5484         * docs/plugins/inspect/plugin-videobalance.xml:
5485         * docs/plugins/inspect/plugin-videobox.xml:
5486         * docs/plugins/inspect/plugin-videoflip.xml:
5487         * docs/plugins/inspect/plugin-videomixer.xml:
5488         * docs/plugins/inspect/plugin-wavenc.xml:
5489         * docs/plugins/inspect/plugin-wavparse.xml:
5490         * docs/plugins/inspect/plugin-ximagesrc.xml:
5491           Update to CVS version.
5492           
5493 2006-08-16  Wim Taymans  <wim@fluendo.com>
5494
5495         * gst/rtp/gstrtpamrdepay.c:
5496         * gst/rtp/gstrtpmp4gdepay.c:
5497         Caps extra properties must be defined as strings for
5498         depayloaders because they are generated from an SDP.
5499
5500         * gst/rtp/Makefile.am:
5501         * gst/rtp/gstrtp.c: (plugin_init):
5502         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
5503         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
5504         (gst_rtp_h264_depay_finalize), (decode_base64),
5505         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
5506         (gst_rtp_h264_depay_set_property),
5507         (gst_rtp_h264_depay_get_property),
5508         (gst_rtp_h264_depay_change_state),
5509         (gst_rtp_h264_depay_plugin_init):
5510         * gst/rtp/gstrtph264depay.h:
5511         Added basic, not completely functional RFC 3984 H264 depayloader.
5512
5513 2006-08-16  Wim Taymans  <wim@fluendo.com>
5514
5515         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
5516         Add pads after setting them up.
5517
5518         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
5519         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
5520         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
5521         (gst_rtspsrc_stream_setup_rtp),
5522         (gst_rtspsrc_stream_configure_transport),
5523         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
5524         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
5525         (gst_rtspsrc_pause):
5526         * gst/rtsp/gstrtspsrc.h:
5527         Fix interleaved mode.
5528          - Protect streaming with lock.
5529          - Combine flows
5530          - set caps on outgoing buffers.
5531          - strip trailing \0 from data packets.
5532          - Configure RTP/RTCP in stream.
5533         Use DEBUG_OBJECT more.
5534
5535 2006-08-16  Wim Taymans  <wim@fluendo.com>
5536
5537         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
5538         Turn a g_print into a DEBUG line.
5539
5540 2006-08-13  Wim Taymans  <wim@fluendo.com>
5541
5542         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
5543         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
5544         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
5545         (gst_oss_mixer_element_get_property),
5546         (gst_oss_mixer_element_change_state):
5547         * sys/oss/gstossmixerelement.h:
5548         Small cleanups. Better error reporting.
5549         Add device property for the mixer instead of the hardcoded
5550         /dev/mixer. Fixes #350785.
5551         API: GstOssMixerElement::device property
5552
5553 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
5554
5555         Patch by: Jens Granseuer <jensgr at gmx net>
5556
5557         * gconf/Makefile.am:
5558           Make --disable-schemas work right (they still need
5559           to be copied to the installation directory, just not
5560           applied). Fixes #351347 (also #344100).
5561           
5562 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5563
5564         * configure.ac: back to HEAD
5565
5566 === release 0.10.4 ===
5567
5568 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
5569
5570         * configure.ac:
5571           releasing 0.10.4, "Dear Leader"
5572
5573 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5574
5575         Patch by: Edward Hervey <edward@fluendo.com>
5576
5577         * configure.ac:
5578         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
5579         (gst_wavparse_stream_data):
5580         Send the newsegment event in the streaming thread.
5581         Fixes #347529
5582
5583 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
5584
5585         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
5586         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
5587         (gst_smokeenc_resync), (gst_smokeenc_chain):
5588           Refuse sink caps in the encoder if width or height is not a
5589           multiple of 16, the encoder does not support that yet (#349939);
5590           along the same lines, check the return value of the encoder
5591           setup function; also remove some debug log clutter.
5592
5593 2006-08-04  Andy Wingo  <wingo@pobox.com>
5594
5595         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
5596         whether a processor can work in place or not, and for keeping
5597         track of its state. Change the FlowReturn instance variable from
5598         "state" to "flow_state", all callers changed.
5599
5600         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
5601         (gst_signal_processor_start, gst_signal_processor_stop)
5602         (gst_signal_processor_cleanup): New functions to manage the
5603         processor's state.
5604         (gst_signal_processor_setcaps): start() as well as setup() here.
5605         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
5606         (gst_signal_processor_change_state): Stop and cleanup the
5607         processor as we go to NULL.
5608
5609         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
5610         INPLACE_BROKEN is not set.
5611
5612         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
5613         Do the alloc_buffer in bytes, not frames.
5614         
5615 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5616
5617         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
5618         Fix rgb masks when recording in < 24bpp.
5619
5620 2006-08-04  Andy Wingo  <wingo@pobox.com>
5621
5622         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
5623         (gst_signal_processor_prepare)
5624         (gst_signal_processor_update_inputs)
5625         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
5626         (gst_signal_processor_flush)
5627         (gst_signal_processor_sink_activate_push)
5628         (gst_signal_processor_src_activate_pull)
5629         (gst_signal_processor_change_state): Remove the last of the code
5630         that assumes that we process whole buffers at a time. Fix some
5631         debugging. Seems to work now in some cases.
5632         (gst_signal_processor_src_activate_pull): BPB
5633
5634 2006-08-01  Andy Wingo  <wingo@pobox.com>
5635
5636         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
5637         Fix nframes-choosing.
5638         (gst_signal_processor_init): Init pending_in and pending_out.
5639
5640         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
5641         more default sample rate, although we never check that the sample
5642         rate actually gets set. Something for the future.
5643         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
5644         (gst_signal_processor_event): Refcount fixen.
5645         (gst_signal_processor_process): Pull the number of frames to
5646         process from the sizes of the buffers in the input pens.
5647         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
5648         (gst_signal_processor_do_pulls): Add an nframes argument, and use
5649         it instead of buffer_frames.
5650         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
5651         to do_pulls.
5652         (gst_signal_processor_chain)
5653         (gst_signal_processor_sink_activate_push)
5654         (gst_signal_processor_src_activate_pull):  Refcount fixen.
5655
5656         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
5657
5658 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
5659
5660         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
5661         (gst_signal_processor_process):
5662           don't query buffer-frames from caps, add lots of debug-log,
5663           try fix for assert (#349189)
5664
5665 2006-07-31  Wim Taymans  <wim@fluendo.com>
5666
5667         * gst/udp/gstudpsrc.c:
5668         Fix docs.
5669
5670 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
5671
5672         * ext/ladspa/gstsignalprocessor.c:
5673         (gst_signal_processor_add_pad_from_template),
5674         (gst_signal_processor_init), (gst_signal_processor_setcaps),
5675         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
5676         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
5677         (gst_signal_processor_sink_activate_push),
5678         (gst_signal_processor_src_activate_pull),
5679         (gst_signal_processor_change_state):
5680          Add debugs logs here and there, add more error handling, add some
5681          FIXME comments, filed #349189
5682
5683 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5684
5685         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
5686         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
5687         Set caps on buffer correctly.  Fixes bug #349155.
5688
5689 2006-07-28  Wim Taymans  <wim@fluendo.com>
5690
5691         Patch by: Sjoerd Simons <sjoerd at luon dot net>
5692
5693         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
5694         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
5695         (gst_multipart_demux_finalize), (get_line_end),
5696         (multipart_parse_header), (multipart_find_boundary),
5697         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
5698         (gst_multipart_set_property), (gst_multipart_get_property):
5699         Uses GstAdapter instead of own buffering.
5700         Actually parses the mime-type correctly (In tests the mime-type was
5701         always "" with the old version).
5702         Uses the Content-length header if available to speed up things.
5703         Reliably autoscans the boundary name by default.
5704         Fixes #349068.
5705
5706         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
5707         Don't start the stream with a \n.
5708
5709 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
5710
5711         Patch by: Brian Cameron <brian dot cameron at sun com>
5712
5713         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
5714           Open source with O_NONBLOCK (#349015).
5715
5716 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
5717
5718         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
5719         (gst_avi_demux_massage_index):
5720         * gst/avi/gstavidemux.h:
5721           Whitespace fixes and more debug
5722
5723 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
5724
5725         * gst/autodetect/gstautoaudiosink.c:
5726         (gst_auto_audio_sink_create_element_with_pretty_name),
5727         (gst_auto_audio_sink_find_best),
5728         (gst_auto_audio_sink_change_state):
5729           Get rid of old and unused magic sound-server properties stuff.
5730           Add suffix to child sink's name that makes it easy to see from
5731           the name alone which type it actually is (alsa, oss, esd, etc.).
5732
5733 2006-07-27  Wim Taymans  <wim@fluendo.com>
5734
5735         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
5736         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
5737         (gst_udpsrc_start):
5738         * gst/udp/gstudpsrc.h:
5739         Rename "buffer" to "buffer-size" to make clear it is a size we set and
5740         not some sort of feature we enable.
5741
5742 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
5743
5744         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5745           Use CLOSE_SOCKET() here instead of close() to maintain
5746           win32 workiness.
5747
5748 2006-07-27  Wim Taymans  <wim@fluendo.com>
5749
5750         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
5751
5752         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
5753         (gst_udpsrc_create), (gst_udpsrc_set_property),
5754         (gst_udpsrc_get_property), (gst_udpsrc_start):
5755         * gst/udp/gstudpsrc.h:
5756         Added "buffer-size" property to control the kernel receive buffer size.
5757         Update documentation.
5758         Small cleanups. Fixes #348752.
5759         API: buffer-size property
5760
5761 2006-07-26  Wim Taymans  <wim@fluendo.com>
5762
5763         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
5764
5765         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
5766         (gst_rtp_pcma_pay_handle_buffer):
5767         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
5768         (gst_rtp_pcmu_pay_handle_buffer):
5769         Fix timestamp calculation on outgoing RTP packets.
5770         Fixes #348675.
5771
5772 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
5773
5774         * ext/taglib/gstid3v2mux.cc:
5775           Fix writing of comment frames (should be COMM not TCOM),
5776           is still sub-optimal though, since we don't retain or
5777           extract the comment descriptions properly (#334375,
5778           also see #334375).
5779
5780 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
5781
5782         * gst/wavparse/gstwavparse.c:
5783           #define 'fact' RIFF chunk if we are not compiling against
5784           -base CVS (we don't want to depend on -base CVS for this
5785           one define only, and also not for release order reasons).
5786
5787 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
5788
5789         * ext/taglib/gstid3v2mux.cc:
5790           Handle multiple tags of the same type properly. Re-inject
5791           unparsed ID3v2 frames that we get as binary blobs from
5792           id3demux into the tag again so we don't lose information
5793           when retagging (#334375).
5794
5795 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
5796
5797         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
5798           Document newly-added properties properly, so that there is a
5799           'Since: 0.10.4' in the plugin docs. Convert some property
5800           names into canonical GObject style (GObject will do that
5801           internally anyway).
5802
5803 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
5804
5805         * gst/id3demux/id3tags.c:
5806         (id3demux_add_id3v2_frame_blob_to_taglist):
5807           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
5808           well, and add the version to the blob's buffer caps, since that
5809           information will be needed for deserialisation later on (#348644).
5810
5811 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
5812
5813         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
5814         (gst_avi_demux_parse_stream):
5815          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
5816          indentation and spacing.
5817
5818 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
5819
5820         * docs/plugins/Makefile.am:
5821         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5822         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5823         * docs/plugins/gst-plugins-good-plugins.args:
5824         * docs/plugins/inspect/plugin-1394.xml:
5825         * docs/plugins/inspect/plugin-aasink.xml:
5826         * docs/plugins/inspect/plugin-alaw.xml:
5827         * docs/plugins/inspect/plugin-alpha.xml:
5828         * docs/plugins/inspect/plugin-alphacolor.xml:
5829         * docs/plugins/inspect/plugin-annodex.xml:
5830         * docs/plugins/inspect/plugin-apetag.xml:
5831         * docs/plugins/inspect/plugin-auparse.xml:
5832         * docs/plugins/inspect/plugin-autodetect.xml:
5833         * docs/plugins/inspect/plugin-avi.xml:
5834         * docs/plugins/inspect/plugin-cacasink.xml:
5835         * docs/plugins/inspect/plugin-cairo.xml:
5836         * docs/plugins/inspect/plugin-cdio.xml:
5837         * docs/plugins/inspect/plugin-cutter.xml:
5838         * docs/plugins/inspect/plugin-debug.xml:
5839         * docs/plugins/inspect/plugin-dv.xml:
5840         * docs/plugins/inspect/plugin-efence.xml:
5841         * docs/plugins/inspect/plugin-effectv.xml:
5842         * docs/plugins/inspect/plugin-esdsink.xml:
5843         * docs/plugins/inspect/plugin-flac.xml:
5844         * docs/plugins/inspect/plugin-flxdec.xml:
5845         * docs/plugins/inspect/plugin-gconfelements.xml:
5846         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
5847         * docs/plugins/inspect/plugin-goom.xml:
5848         * docs/plugins/inspect/plugin-halelements.xml:
5849         * docs/plugins/inspect/plugin-icydemux.xml:
5850         * docs/plugins/inspect/plugin-id3demux.xml:
5851         * docs/plugins/inspect/plugin-jpeg.xml:
5852         * docs/plugins/inspect/plugin-level.xml:
5853         * docs/plugins/inspect/plugin-matroska.xml:
5854         * docs/plugins/inspect/plugin-mulaw.xml:
5855         * docs/plugins/inspect/plugin-multipart.xml:
5856         * docs/plugins/inspect/plugin-navigationtest.xml:
5857         * docs/plugins/inspect/plugin-ossaudio.xml:
5858         * docs/plugins/inspect/plugin-png.xml:
5859         * docs/plugins/inspect/plugin-rtp.xml:
5860         * docs/plugins/inspect/plugin-rtsp.xml:
5861         * docs/plugins/inspect/plugin-shout2send.xml:
5862         * docs/plugins/inspect/plugin-smpte.xml:
5863         * docs/plugins/inspect/plugin-speex.xml:
5864         * docs/plugins/inspect/plugin-udp.xml:
5865         * docs/plugins/inspect/plugin-videobalance.xml:
5866         * docs/plugins/inspect/plugin-videobox.xml:
5867         * docs/plugins/inspect/plugin-videoflip.xml:
5868         * docs/plugins/inspect/plugin-videomixer.xml:
5869         * docs/plugins/inspect/plugin-wavenc.xml:
5870         * docs/plugins/inspect/plugin-wavparse.xml:
5871         * docs/plugins/inspect/plugin-ximagesrc.xml:
5872           Update files to CVS/Prerelease version, add esdsink docs.
5873
5874         * ext/esd/esdsink.c:
5875           Add gtk-doc blurb.
5876
5877         * gst/rtp/gstrtpmp4vpay.c:
5878           Fix typo in element description.
5879
5880 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
5881
5882         * ext/esd/esdsink.c: (gst_esdsink_open),
5883         (gst_esdsink_factory_init):
5884           Prevent libesd from auto-spawning a sound daemon if it
5885           is not already running. Now that we don't do evil stuff
5886           like that any longer we can give esdsink a rank so that
5887           autoaudiosink will try it as well if all other audio
5888           sinks fail (#343051).
5889
5890 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
5891
5892         * ext/esd/Makefile.am:
5893           Oops, need to remove README from EXTRA_DIST as well.
5894
5895 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
5896
5897         * ext/esd/README:
5898           Remove, it contains nothing useful anyway.
5899
5900         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
5901         (gst_esdsink_delay):
5902           Some small clean-ups; use GST_BOILERPLATE etc.
5903
5904 2006-07-24  Wim Taymans  <wim@fluendo.com>
5905
5906         * gst/law/alaw-decode.c: (alawdec_getcaps):
5907         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
5908         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
5909         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
5910         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
5911
5912 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
5913
5914         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
5915         (gst_wavparse_other), (gst_wavparse_perform_seek),
5916         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
5917         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
5918         (gst_wavparse_pad_query):
5919         * gst/wavparse/gstwavparse.h:
5920           Use information from 'fact' chunk for length calculation of compressed
5921           samples. Calculate bps if bogus value is found in wav header (embeded
5922           mp2/mp3).
5923           
5924
5925 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
5926
5927         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
5928
5929         * configure.ac:
5930         * gst/udp/Makefile.am:
5931         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
5932         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
5933         * gst/udp/gstdynudpsink.h:
5934         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
5935         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
5936         * gst/udp/gstmultiudpsink.h:
5937         * gst/udp/gstudp.c: (plugin_init):
5938         * gst/udp/gstudpsink.h:
5939         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
5940         (gst_udpsrc_start), (gst_udpsrc_stop):
5941         * gst/udp/gstudpsrc.h:
5942         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
5943         (gst_udp_net_utils_win32_wsa_startup):
5944         * gst/udp/gstudpnetutils.h:
5945           Port udp plugin to win32 (#345288).
5946
5947 2006-07-24  Wim Taymans  <wim@fluendo.com>
5948
5949         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
5950         Remove unwanted DEBUG line.
5951
5952 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
5953
5954         * gst/id3demux/gstid3demux.c: (plugin_init):
5955         * gst/id3demux/id3tags.c:
5956         (id3demux_add_id3v2_frame_blob_to_taglist):
5957         * gst/id3demux/id3tags.h:
5958           On second thought, it might be wiser and more efficient
5959           not to do tag registration from a streaming thread.
5960
5961 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
5962
5963         * gst/id3demux/id3tags.c:
5964         (id3demux_add_id3v2_frame_blob_to_taglist),
5965         (id3demux_id3v2_frames_to_tag_list):
5966           Put ID3v2 frames we can't parse as binary blobs into private
5967           tags, so that they are not lost when retagging, at least once
5968           id3v2mux has been taught to re-inject those frames again.
5969           See bug #334375.
5970
5971 2006-07-21  Wim Taymans  <wim@fluendo.com>
5972
5973         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
5974         (gst_avi_demux_process_next_entry):
5975         Fix some leaks.
5976
5977         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
5978         Don't use \n in debug lines.
5979
5980 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
5981
5982         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5983         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5984           Add annodex and icydemux, cleanup the sections a bit
5985
5986 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
5987
5988         Patch by: Alex Lancaster <alexl at users sourceforge net>
5989
5990         * ext/taglib/gstid3v2mux.cc:
5991           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
5992           ID3v2 TSSE frames (#347898).
5993
5994 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
5995
5996         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
5997           Respect mpegversion for "video/mpeg" and give message in case of
5998           unhandled versions.
5999
6000 2006-07-17  Wim Taymans  <wim@fluendo.com>
6001
6002         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
6003         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
6004         (gst_pngdec_chain), (gst_pngdec_sink_event),
6005         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
6006         (gst_pngdec_sink_activate_push):
6007         * ext/libpng/gstpngdec.h:
6008         Use statically allocated segment instead of leaking.
6009         Various cleanups.
6010         Fix flush and seek handling.
6011
6012 2006-07-16  Wim Taymans  <wim@fluendo.com>
6013
6014         * gst/rtp/Makefile.am:
6015         * gst/rtp/gstrtp.c: (plugin_init):
6016         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
6017         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
6018         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
6019         (gst_rtp_mp4g_depay_set_property),
6020         (gst_rtp_mp4g_depay_get_property),
6021         (gst_rtp_mp4g_depay_change_state),
6022         (gst_rtp_mp4g_depay_plugin_init):
6023         * gst/rtp/gstrtpmp4gdepay.h:
6024         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
6025         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
6026         (gst_rtp_mp4g_pay_flush):
6027         Added simple generic mpeg4 depayloader.
6028         Fix generic mpeg4 payloader.
6029
6030 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
6031
6032         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
6033           Don't try doing state changes on a NULL pointer.
6034
6035 2006-07-14  Wim Taymans  <wim@fluendo.com>
6036
6037         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
6038
6039         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
6040         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
6041         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
6042         * gst/rtp/gstrtpamrdepay.h:
6043         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
6044         Fixes #321191
6045
6046 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6047
6048         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
6049         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
6050         Fix segfault when moving mouse pointer to the bottom right corner.
6051
6052 2006-07-12  Wim Taymans  <wim@fluendo.com>
6053
6054         * gst/rtp/Makefile.am:
6055         * gst/rtp/gstrtp.c: (plugin_init):
6056         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
6057         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
6058         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
6059         (gst_rtp_mp2t_depay_set_property),
6060         (gst_rtp_mp2t_depay_get_property),
6061         (gst_rtp_mp2t_depay_change_state),
6062         (gst_rtp_mp2t_depay_plugin_init):
6063         * gst/rtp/gstrtpmp2tdepay.h:
6064         Added mpeg2 TS depayloader. Closing #347234.
6065
6066 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
6067
6068         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
6069           Remove g_assert that shouldn't be there and was triggered
6070           after trying to open a device that doesn't exist or can't
6071           be opened for some other reason (#347972).
6072
6073 2006-07-10  Edward Hervey  <edward@fluendo.com>
6074
6075         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
6076         (gst_avi_demux_stream_header), (push_tag_lists):
6077         * gst/avi/gstavidemux.h:
6078         Don't push tag events found by gst_riff_parse_info() before outputting
6079         GST_EVENT_NEWSEGMENT.
6080
6081 2006-07-10  Wim Taymans  <wim@fluendo.com>
6082
6083         * gst/rtsp/Makefile.am:
6084         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
6085         (rtsp_connection_close):
6086         * gst/rtsp/rtspdefs.h:
6087         replaced closesocket and close in code with one CLOSE_SOCKET. 
6088         Some more cleanups. Fixes #345301.
6089
6090 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
6091
6092         * gst/autodetect/gstautoaudiosink.c:
6093           Fix example pipeline in docs.
6094
6095 2006-07-10  Wim Taymans  <wim@fluendo.com>
6096
6097         Patch by: Rob Taylor <robtaylor at floopily dot org>
6098
6099         * gst/udp/gstmultiudpsink.c: (join_multicast),
6100         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
6101         If a destination is added before the stream is set to PAUSED, the
6102         multicast group is not joined as the socket is not created yet. 
6103         Also TTL and LOOP should also be set. Fixes #346921.
6104
6105 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6106
6107         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
6108         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
6109         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
6110         (gst_ximage_src_init):
6111         * sys/ximage/gstximagesrc.h:
6112         Fix use-damage property to actually work :)
6113         Add startx, starty, endx, endy properties so screencasts other than full
6114         screen ones can work.
6115
6116 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6117
6118         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
6119         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
6120         (gst_ximage_src_class_init), (gst_ximage_src_init):
6121         * sys/ximage/gstximagesrc.h:
6122         Add use_damage property to offer ability to choose whether to use
6123         XDamage or not.
6124
6125 2006-07-07  Wim Taymans  <wim@fluendo.com>
6126
6127         * gst/goom/filters.c: (zoomFilterSetResolution):
6128         Avoid goom coredumping by clearing memory. 
6129         Fixes 345679.
6130
6131 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
6132
6133         * win32/vs6/libgstid3demux.dsp:
6134         Add a link to libgsttag-0.10.lib.
6135
6136 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
6137
6138         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
6139         (gst_tag_demux_read_range):
6140         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
6141         (gst_id3demux_read_range):
6142           Don't return FLOW_UNEXPECTED when a buffer is before
6143           the start of the stream (which might happen with
6144           large ID3v2 tags if the tag reading was done pullrange
6145           based and we then switched to push mode later on).
6146           Fixes regression introduced by commit from June 29th.
6147
6148 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
6149
6150         * ext/taglib/gstid3v2mux.cc:
6151           Make UTF-8 the default encoding when writing string
6152           tags (before, our UTF-8 strings would automatically
6153           be converted to ISO-8859-1 by taglib and written as
6154           ISO-8859-1 fields if that was possible).
6155
6156         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
6157         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
6158         (test_taglib_id3mux_with_tags):
6159           Add test case that makes sure our UTF-8 strings have
6160           actually been written into the tag as UTF-8.
6161
6162 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
6163
6164         * configure.ac:
6165           Let's try that again.
6166
6167 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
6168
6169         * configure.ac:
6170           Disable monoscope plugin for now until it fulfills
6171           all the requirements.
6172
6173 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
6174
6175         * configure.ac:
6176         * gst/monoscope/Makefile.am:
6177         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
6178         (gst_monoscope_class_init), (gst_monoscope_init),
6179         (gst_monoscope_finalize), (gst_monoscope_reset),
6180         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
6181         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
6182         (gst_monoscope_sink_event), (gst_monoscope_src_event),
6183         (gst_monoscope_change_state), (plugin_init):
6184         * gst/monoscope/gstmonoscope.h:
6185           Port monoscope visualisation to 0.10.
6186
6187 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
6188
6189         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
6190         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
6191           Return FLOW_UNEXPECTED when at the end of the file, not
6192           FLOW_ERROR. Fixes 'internal stream error' errors that
6193           would sometimes occur in totem when scrubbing to the
6194           end of an ID3v1 tagged mp3 file.
6195
6196 2006-07-03  Edward Hervey  <edward@fluendo.com>
6197
6198         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
6199         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
6200         (gst_pngdec_sink_event), (gst_pngdec_change_state):
6201         * ext/libpng/gstpngdec.h:
6202         Implement buffer clipping/dropping using GstSegment.
6203         This provides accurate seeking.
6204
6205 2006-07-03  Edward Hervey  <edward@fluendo.com>
6206
6207         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
6208         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
6209         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
6210         (gst_avi_demux_process_next_entry), (push_tag_lists),
6211         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
6212         * gst/avi/gstavidemux.h:
6213         Proper aggregation of each stream's GstFlowReturn in order to figure out
6214         whether the task should stop or not.
6215         Don't send inline events before pushing out a NEW_SEGMENT, more
6216         specifically for GST_TAG_EVENT.
6217         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
6218         sub-indexes.
6219
6220 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
6221
6222         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
6223
6224         * sys/sunaudio/gstsunaudiomixerctrl.c:
6225         (gst_sunaudiomixer_ctrl_build_list):
6226           Move "Monitor" slider to input tab so it works more like
6227           sdtaudiocontrol, which is what people on Solaris are used
6228           to using for their mixer program (#346259).
6229
6230 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6231
6232         * tests/check/elements/level.c: (GST_START_TEST):
6233           fix a leak, clean up at the end
6234
6235 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
6236
6237         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6238         (gst_matroska_demux_send_event),
6239         (gst_matroska_demux_loop_stream_parse_id):
6240         * gst/matroska/matroska-ids.h:
6241           Send tag event after newsegment event.
6242
6243 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
6244
6245         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
6246         (gst_id3demux_read_range):
6247           Make sure we don't return GST_FLOW_OK with a NULL buffer in
6248           certain cases where a read beyond the end of the file is
6249           requested. Fixes #345930.
6250
6251         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
6252         (gst_tag_demux_read_range):
6253           Fix same issue here as well.
6254
6255 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6256
6257         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
6258         
6259         Fix hypothetical crash.
6260
6261 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
6262
6263         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
6264
6265         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
6266           Do not modify the ports value. If the user has turned off the
6267           built-in speakers, then we should not reset it in the prepare
6268           function, since this causes the built-in speakers to turn
6269           back on anytime the user changes a track in totem, rhythmbox,
6270           etc. (#346066).
6271
6272 2006-06-23  Wim Taymans  <wim@fluendo.com>
6273
6274         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
6275         Fix double caps unref when negotiation fails.
6276
6277 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
6278
6279         * ext/annodex/gstcmmldec.c:
6280         * ext/annodex/gstcmmlenc.c:
6281         * ext/annodex/gstcmmlparser.c:
6282         * ext/dv/gstdvdec.c:
6283         * ext/dv/gstdvdemux.c:
6284         * ext/gdk_pixbuf/pixbufscale.c:
6285         * ext/jpeg/gstjpegenc.c:
6286         * ext/jpeg/gstsmokedec.c:
6287         * ext/jpeg/gstsmokeenc.c:
6288         * ext/libpng/gstpngdec.c:
6289         * ext/libpng/gstpngenc.c:
6290         * ext/speex/gstspeexenc.c:
6291         * gst/alpha/gstalphacolor.c:
6292         * gst/cutter/gstcutter.c:
6293         * gst/debug/gstnavigationtest.c:
6294         * gst/icydemux/gsticydemux.c:
6295         * gst/level/gstlevel.c:
6296         * gst/multipart/multipart.c:
6297         * gst/rtp/gstrtpamrpay.c:
6298         * gst/rtp/gstrtpdepay.c:
6299         * gst/rtp/gstrtpilbcpay.c:
6300         * gst/rtp/gstrtpmp4gpay.c:
6301         * gst/rtp/gstrtpmp4vpay.c:
6302         * gst/rtsp/gstrtpdec.c:
6303         * gst/rtsp/gstrtspsrc.c:
6304         * gst/udp/gstdynudpsink.c:
6305         * gst/udp/gstmultiudpsink.c:
6306         * gst/udp/gstudpsrc.c:
6307         * gst/videobox/gstvideobox.c:
6308         * gst/videofilter/gstvideoflip.c:
6309           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
6310           plus two minor macro fixes.
6311
6312 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
6313
6314         * gst/matroska/matroska-demux.c:
6315         (gst_matroska_demux_check_subtitle_buffer),
6316         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
6317         (gst_matroska_demux_subtitle_caps):
6318         * gst/matroska/matroska-ids.c:
6319         (gst_matroska_track_init_subtitle_context):
6320         * gst/matroska/matroska-ids.h:
6321           Try to fix up broken matroska files containing subtitle
6322           streams with non-UTF8 character encodings (courtesy of
6323           mkvmerge) using either the encoding specified in the
6324           GST_SUBTITLE_ENCODING environment variable or the
6325           current locale's character set if it is non-UTF8.
6326           Fixes #337076.
6327
6328 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
6329
6330         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
6331           Set image type from APIC frame as "image-type" field
6332           of GST_TAG_IMAGE buffer caps (#344605).
6333
6334 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
6335
6336         * ext/flac/Makefile.am:
6337         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
6338         (gst_flac_dec_reset_decoders),
6339         (gst_flac_dec_setup_seekable_decoder),
6340         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
6341         (gst_flac_dec_metadata_callback),
6342         (gst_flac_dec_metadata_callback_seekable),
6343         (gst_flac_dec_metadata_callback_stream),
6344         (gst_flac_dec_error_callback),
6345         (gst_flac_dec_error_callback_seekable),
6346         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
6347         (gst_flac_dec_read_stream), (gst_flac_dec_write),
6348         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
6349         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
6350         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
6351         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
6352         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
6353         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
6354         (gst_flac_dec_sink_activate_push),
6355         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
6356         * ext/flac/gstflacdec.h:
6357           Support chain-based operation, should make flac-over-DAAP
6358           work (#340492).
6359
6360 2006-06-20  Wim Taymans  <wim@fluendo.com>
6361
6362         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6363         Doc updates, merge some unused symbols.
6364
6365 2006-06-20  Wim Taymans  <wim@fluendo.com>
6366
6367         * docs/plugins/Makefile.am:
6368         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6369         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6370         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
6371         * gst/rtsp/gstrtspsrc.c:
6372         * gst/rtsp/gstrtspsrc.h:
6373         Added documentation for the rtsp plugin. Fixes #345393.
6374
6375 2006-06-20  Wim Taymans  <wim@fluendo.com>
6376
6377         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
6378         (rtsp_connection_close), (rtsp_connection_free):
6379         Use better G_OS_* macros. Fixes #345301 some more.
6380
6381 2006-06-20  Wim Taymans  <wim@fluendo.com>
6382
6383         Patch by: Brian Cameron <brian dot cameron at sun dot com>
6384
6385         * sys/sunaudio/Makefile.am:
6386         * sys/sunaudio/gstsunaudio.c: (plugin_init):
6387         * sys/sunaudio/gstsunaudiomixerctrl.c:
6388         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
6389         (gst_sunaudiomixer_ctrl_list_tracks),
6390         (gst_sunaudiomixer_ctrl_get_volume),
6391         (gst_sunaudiomixer_ctrl_set_volume),
6392         (gst_sunaudiomixer_ctrl_set_mute),
6393         (gst_sunaudiomixer_ctrl_set_record):
6394         * sys/sunaudio/gstsunaudiomixerctrl.h:
6395         * sys/sunaudio/gstsunaudiomixertrack.c:
6396         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
6397         * sys/sunaudio/gstsunaudiomixertrack.h:
6398         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
6399         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
6400         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
6401         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
6402         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
6403         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
6404         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
6405         (gst_sunaudiosrc_reset):
6406         * sys/sunaudio/gstsunaudiosrc.h:
6407         Add a SunAudio source plugin.
6408         Support stereo and right/left channel gain in the mixer plugin.
6409         Support the RECORD flag so that you can switch between line-input and
6410         microphone in gnome-volume-control.
6411         Code cleanups like using an enumerator for track number instead of an 
6412         integer. Fixes #344923.
6413
6414 2006-06-20  Wim Taymans  <wim@fluendo.com>
6415
6416         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
6417
6418         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
6419         (rtsp_connection_close):
6420         Make RTSP plugin compile on windows. Fixes #345301.
6421         Some changes to original patch to catch errors better.
6422         use ifdef WIN32 instead of ifndef.
6423
6424 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6425
6426         * configure.ac:
6427         If we have libraw1394 >= 1.2.1, then we need libiec61883.
6428
6429 2006-06-18  Edward Hervey  <edward@fluendo.com>
6430
6431         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
6432         After a failed buffer alloc, we need to abort the jpeg decoding (it
6433         started when parsing headers to figure out how many bytes we need
6434         to request downstream).
6435
6436 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
6437
6438         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6439
6440         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
6441           Make sure we don't read beyond the end of the file (#345232).
6442
6443 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
6444
6445         * configure.ac:
6446           Fix --disable-external (can't set conditionals conditionally,
6447           #343602).
6448
6449 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
6450
6451         * autogen.sh:
6452         * configure.ac:
6453         * docs/Makefile.am:
6454           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
6455
6456         * docs/plugins/Makefile.am:
6457         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6458         * docs/plugins/inspect/plugin-taglib.xml:
6459           Add/fix apev2mux docs.
6460
6461 2006-06-14  Wim Taymans  <wim@fluendo.com>
6462
6463         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
6464         (gst_dvdec_finalize), (gst_dvdec_sink_event),
6465         (gst_dvdec_change_state):
6466         Reset segment info on flush.
6467         Alloc segment in _init, free in _finalize.
6468
6469         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
6470         Don't send segments twice.
6471
6472 2006-06-14  Wim Taymans  <wim@fluendo.com>
6473
6474         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
6475         Respect segment.stop. Fixes #342592.
6476
6477 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
6478
6479         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
6480           No language specified means the implied language is English
6481           according to the matroska spec (partially fixes #344708);
6482           add some more debug output.
6483
6484 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
6485
6486         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
6487         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
6488         (gst_wavparse_chain):
6489           When operating chain-based, don't make any assumptions about the
6490           chunking of the incoming data and make streaming work on days other
6491           than the second Thursday after a full moon. Also fix up debug
6492           messages here and there and make use of the most excellent new
6493           gst_pad_query_peer_duration() utility function.
6494           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
6495
6496         * gst/wavparse/gstwavparse.h:
6497           Remove trailing comma after last enum value, some compilers don't
6498           like that.
6499
6500 2006-06-13  Wim Taymans  <wim@fluendo.com>
6501
6502         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
6503         Handle premature EOS gracefully.
6504
6505 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
6506
6507         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
6508           Prevent out of bounds array access when scrubbing towards
6509           the end of the file between the last index entry and the
6510           end. Fixes occasional 'start <= stop' newsegment event
6511           assertions when scrubbing in MJPEG files.
6512
6513 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
6514
6515         * tests/check/elements/.cvsignore:
6516           And another one.
6517
6518 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
6519
6520         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
6521         (scan_encoded_string), (parse_picture_frame):
6522           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
6523
6524         * configure.ac:
6525           Require core >= 0.10.8 (for GST_TAG_IMAGE and
6526           GST_TAG_PPEVIEW_IMAGE used in the patch above).
6527
6528 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
6529
6530         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
6531           gratuitous comment changes
6532         * tests/check/elements/level.c: (GST_START_TEST):
6533           fix level test leaks
6534
6535 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
6536
6537         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
6538         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
6539           Use gst_pad_query_peer_duration() utility function here.
6540
6541 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
6542
6543         * autogen.sh:
6544           require am17
6545         * configure.ac:
6546         * ext/annodex/Makefile.am:
6547         * ext/cdio/Makefile.am:
6548         * ext/dv/Makefile.am:
6549         * ext/esd/Makefile.am:
6550         * ext/flac/Makefile.am:
6551         * ext/gdk_pixbuf/Makefile.am:
6552         * ext/ladspa/Makefile.am:
6553         * ext/libcaca/Makefile.am:
6554         * ext/speex/Makefile.am:
6555         * ext/taglib/Makefile.am:
6556         * sys/oss/Makefile.am:
6557         * sys/sunaudio/Makefile.am:
6558         * sys/ximage/Makefile.am:
6559           clean up build further
6560
6561 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
6562
6563         * gconf/Makefile.am:
6564           Honour --disable-schemas-install configure option. Fixes #344100.
6565
6566 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
6567
6568         * tests/examples/level/Makefile.am:
6569           Add -lm to LIBS for pow() function, don't assume one of our
6570           dependencies (such as libxml-2.0) drags it in automatically
6571           (#343603).
6572
6573 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
6574
6575         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
6576
6577         * configure.ac:
6578           We should use $SED and not $(SED) in configure.ac (#343678).
6579
6580 2006-06-09  Wim Taymans  <wim@fluendo.com>
6581
6582         Patch by: Brian Cameron <brian dot cameron at sun dot com>
6583
6584         * sys/sunaudio/gstsunaudiomixerctrl.c:
6585         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
6586         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
6587         (gst_sunaudiomixer_ctrl_set_mute):
6588         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
6589         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
6590         (gst_sunaudiosink_write):
6591         Attached find a patch that fixes a number of bugs with the SunAudio
6592         mixer plugin and fixes #344101:
6593         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
6594            tracks onto the tracklist causing gnome-volume-control's preferences
6595            dialog to be messed up and would core dump if you checked/unchecked
6596            any item.
6597         2. We weren't previously setting the MUTE flag properly.  Fixing this
6598            makes gnome-volume-control work better.
6599         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
6600            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
6601            gnome-volume-control look better.
6602         Also some minor cleanup in gstsunaudiosink.c.
6603
6604 2006-06-09  Wim Taymans  <wim@fluendo.com>
6605
6606         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
6607         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
6608         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
6609         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
6610         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
6611         * ext/jpeg/gstjpegdec.h:
6612         API: Added IDCT method property
6613         Small cleanups.
6614         Avoid dynamic allocation of trivial fixed structure.
6615         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
6616
6617 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6618
6619         * configure.ac:
6620         We now require libraw1394 >= 1.1.0 and that version onwards all
6621         have .pc files.
6622
6623 2006-06-02  Edward Hervey  <edward@fluendo.com>
6624
6625         * gst/law/alaw-decode.c: (alawdec_getcaps): 
6626         Trying to get items from an ANY or EMPTY caps is ... stupid.
6627
6628 2006-06-02  Edward Hervey  <edward@fluendo.com>
6629
6630         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
6631         (gst_dvdec_chain), (gst_dvdec_change_state):
6632         * ext/dv/gstdvdec.h:
6633         Added GstSegment handling, now implements dropping/clipping.
6634
6635 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
6636
6637         * ext/aalib/gstaasink.h:
6638         * ext/annodex/gstcmmldec.h:
6639         * ext/cairo/gsttimeoverlay.h:
6640         * ext/dv/gstdvdec.h:
6641         * ext/dv/gstdvdemux.h:
6642         * ext/esd/esdmon.h:
6643         * ext/esd/esdsink.h:
6644         * ext/flac/gstflacenc.h:
6645         * ext/gconf/gstgconfaudiosink.h:
6646         * ext/gconf/gstgconfaudiosrc.h:
6647         * ext/gconf/gstgconfvideosink.h:
6648         * ext/gconf/gstgconfvideosrc.h:
6649         * ext/gdk_pixbuf/gstgdkanimation.h:
6650         * ext/gdk_pixbuf/pixbufscale.h:
6651         * ext/hal/gsthalaudiosink.h:
6652         * ext/hal/gsthalaudiosrc.h:
6653         * ext/jpeg/gstjpegenc.h:
6654         * ext/jpeg/gstsmokedec.h:
6655         * ext/jpeg/gstsmokeenc.h:
6656         * ext/libcaca/gstcacasink.h:
6657         * ext/libmng/gstmngdec.h:
6658         * ext/libmng/gstmngenc.h:
6659         * ext/libpng/gstpngdec.h:
6660         * ext/libpng/gstpngenc.h:
6661         * ext/raw1394/gstdv1394src.h:
6662         * ext/speex/gstspeexenc.h:
6663         * gst/autodetect/gstautoaudiosink.h:
6664         * gst/autodetect/gstautovideosink.h:
6665         * gst/avi/gstavidemux.h:
6666         * gst/cutter/gstcutter.h:
6667         * gst/debug/efence.h:
6668         * gst/debug/gstnavigationtest.h:
6669         * gst/debug/gstnavseek.h:
6670         * gst/flx/gstflxdec.h:
6671         * gst/goom/gstgoom.h:
6672         * gst/icydemux/gsticydemux.h:
6673         * gst/id3demux/gstid3demux.h:
6674         * gst/law/alaw-decode.h:
6675         * gst/law/alaw-encode.h:
6676         * gst/law/mulaw-decode.h:
6677         * gst/law/mulaw-encode.h:
6678         * gst/matroska/matroska-mux.h:
6679         * gst/median/gstmedian.h:
6680         * gst/oldcore/gstaggregator.h:
6681         * gst/oldcore/gstfdsink.h:
6682         * gst/oldcore/gstmd5sink.h:
6683         * gst/oldcore/gstmultifilesrc.h:
6684         * gst/oldcore/gstpipefilter.h:
6685         * gst/oldcore/gstshaper.h:
6686         * gst/oldcore/gststatistics.h:
6687         * gst/rtp/gstasteriskh263.h:
6688         * gst/rtp/gstrtpL16depay.h:
6689         * gst/rtp/gstrtpL16pay.h:
6690         * gst/rtp/gstrtpamrdepay.h:
6691         * gst/rtp/gstrtpamrpay.h:
6692         * gst/rtp/gstrtpdepay.h:
6693         * gst/rtp/gstrtpgsmdepay.h:
6694         * gst/rtp/gstrtpgsmpay.h:
6695         * gst/rtp/gstrtph263pay.h:
6696         * gst/rtp/gstrtph263pdepay.h:
6697         * gst/rtp/gstrtph263ppay.h:
6698         * gst/rtp/gstrtpmp4gpay.h:
6699         * gst/rtp/gstrtpmp4vdepay.h:
6700         * gst/rtp/gstrtpmp4vpay.h:
6701         * gst/rtp/gstrtpmpadepay.h:
6702         * gst/rtp/gstrtpmpapay.h:
6703         * gst/rtp/gstrtppcmadepay.h:
6704         * gst/rtp/gstrtppcmapay.h:
6705         * gst/rtp/gstrtppcmudepay.h:
6706         * gst/rtp/gstrtppcmupay.h:
6707         * gst/rtp/gstrtpspeexdepay.h:
6708         * gst/rtp/gstrtpspeexpay.h:
6709         * gst/rtsp/gstrtpdec.h:
6710         * gst/rtsp/gstrtspsrc.h:
6711         * gst/smpte/gstsmpte.h:
6712         * gst/udp/gstdynudpsink.h:
6713         * gst/udp/gstmultiudpsink.h:
6714         * gst/udp/gstudpsink.h:
6715         * gst/udp/gstudpsrc.h:
6716         * gst/videofilter/gstvideobalance.h:
6717         * gst/videofilter/gstvideoflip.h:
6718         * sys/oss/gstossdmabuffer.h:
6719         * sys/oss/gstossmixerelement.h:
6720         * sys/oss/gstosssink.h:
6721         * sys/oss/gstosssrc.h:
6722         * sys/osxvideo/osxvideosink.h:
6723         * sys/sunaudio/gstsunaudiomixer.h:
6724         * sys/sunaudio/gstsunaudiosink.h:
6725         * sys/ximage/gstximagesrc.h:
6726         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
6727
6728 2006-05-31  Wim Taymans  <wim@fluendo.com>
6729
6730         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
6731         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
6732         (gst_goom_src_setcaps), (gst_goom_src_event),
6733         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
6734         (gst_goom_change_state):
6735         * gst/goom/gstgoom.h:
6736         Handle QoS.
6737         Handle flushing, discont and events.
6738         Fix timestamps and various other cleanups.
6739
6740 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6741
6742         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
6743         Fix bus reset when using libiec61883
6744
6745 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6746
6747         * configure.ac:
6748         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
6749         * ext/raw1394/Makefile.am:
6750         Add CFLAGS.
6751         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
6752         New method, to receive using libiec61883.
6753         (gst_dv1394src_iso_receive),
6754         #ifdef'd out if libiec61883 is present.
6755         (gst_dv1394src_bus_reset),
6756         Get userdata correctly if using libiec61883. 
6757         (gst_dv1394src_create),
6758         When using libiec61883, only poll one fd and no need to read.
6759         (gst_dv1394src_discover_avc_node),
6760         Replace g_warnings.
6761         (gst_dv1394src_start),
6762         Create new handle when we know which dv port.  More reliable
6763         than setting port on an existing handle.  Initialise libiec61883.
6764         (gst_dv1394src_stop):
6765         If using libiec61883, then cleanup its handle properly.
6766         * ext/raw1394/gstdv1394src.h:
6767         Add libiec61883 handle.
6768
6769 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
6770
6771         * gst/avi/gstavidemux.c:
6772           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
6773         * win32/MANIFEST:
6774           sort file listing
6775         * win32/vs6/libgstavi.dsp:
6776           add gstavimux.c to the project
6777         * win32/vs6/libgstid3demux.dsp:
6778           add link to zlib library
6779         * win32/vs6/libgstmatroska.dsp:
6780           add matroska-ids.c to the project
6781
6782 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
6783
6784         Patch by: Sebastian Dröge  <mail at slomosnail de >
6785
6786         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6787         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6788         * ext/taglib/Makefile.am:
6789         * ext/taglib/gstapev2mux.cc:
6790         * ext/taglib/gstapev2mux.h:
6791         * ext/taglib/gstid3v2mux.cc:
6792         * ext/taglib/gsttaglibmux.c: (plugin_init):
6793         * ext/taglib/gsttaglibmux.h:
6794           Add apev2mux element (#343122).
6795         
6796         * tests/check/Makefile.am:
6797         * tests/check/elements/apev2mux.c:
6798         (test_taglib_apev2mux_create_tags),
6799         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
6800         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
6801         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
6802         (apev2mux_suite), (main):
6803           Add unit test for apev2mux element.
6804
6805 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
6806
6807         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
6808         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
6809         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
6810           GST_PTR_FORMAT should be used to print caps in debug statements.
6811
6812 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
6813
6814         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
6815
6816         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
6817         (ape_demux_parse_tags):
6818           Some clean-ups and additions: map APE 'file' tag to
6819           GST_TAG_LOCATION (#343123); add support for extracting
6820           the track count and clean up parsing a bit (#343127).
6821
6822 2006-05-28  Edward Hervey  <edward@fluendo.com>
6823
6824         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
6825         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
6826
6827 2006-05-28  Edward Hervey  <edward@fluendo.com>
6828
6829         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
6830         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
6831         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
6832         * ext/jpeg/gstjpegdec.h:
6833         Clip outgoing buffers according to currently configured segment.
6834
6835 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
6836
6837         * ext/taglib/gstid3v2mux.cc:
6838           Handle  writing of track-count or album-volume-count without
6839           track-number or albume-volume-number (in this case the number
6840           will just be set to 0).
6841
6842         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
6843           It would be nice if we actually checked the values received for
6844           track/album-volume number/count in  _check_tags(), rather than
6845           setting them again ...
6846
6847 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
6848
6849         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
6850           A track/volume number or count of 0 does not make sense,
6851           just ignore it along with negative numbers (a tag might
6852           only contain a track count without a track number).
6853
6854 2006-05-27  Edward Hervey  <edward@fluendo.com>
6855
6856         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
6857         (gst_jpeg_dec_sink_event):
6858         Abort decompression when receiving FLUSH_STOP. This should avoid
6859         issues when interrupting decoding with flushes.
6860
6861 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
6862
6863         * ext/flac/gstflac.c:
6864           Don't #include file we don't dist any longer.
6865
6866 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
6867
6868         * README:
6869           Replace current README (containing the release notes from
6870           some 0.9.x version) with a proper README taken from the core.
6871
6872 2006-05-24  Wim Taymans  <wim@fluendo.com>
6873
6874         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
6875         Implement EOS correctly by either posting
6876         SEGMENT_DONE or pushing an EOS message depending
6877         on the seek type. Fixes #342592
6878
6879 2006-05-24  Wim Taymans  <wim@fluendo.com>
6880
6881         * gst/law/alaw-decode.c: (gst_alawdec_chain):
6882         * gst/law/alaw-decode.h:
6883         * gst/law/alaw-encode.c: (gst_alawenc_chain):
6884         * gst/law/alaw-encode.h:
6885         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
6886         * gst/law/mulaw-decode.h:
6887         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
6888         * gst/law/mulaw-encode.h:
6889         Some cleanups in the chain functions.
6890         Remove some GStreamer 0.0.2 bits.
6891
6892 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
6893
6894         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6895
6896         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
6897           gst_collect_pads_stop() needs to be called before chaining up
6898           to the parent class (#342734).
6899
6900 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
6901
6902         * ext/flac/Makefile.am:
6903         * ext/flac/flac_compat.h:
6904         * ext/flac/gstflac.c:
6905         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
6906         * ext/flac/gstflacenc.c:
6907           Remove backwards compatibility cruft for dealing with FLAC API
6908           changes in the 1.0.x series - we require 1.1.1 or newer these days.
6909
6910 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
6911
6912         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6913         (gst_matroska_demux_push_xiph_codec_priv_data),
6914         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
6915         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
6916         * gst/matroska/matroska-ids.h:
6917         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
6918         (gst_matroska_mux_video_pad_setcaps),
6919         (xiph3_streamheader_to_codecdata),
6920         (vorbis_streamheader_to_codecdata),
6921         (theora_streamheader_to_codecdata),
6922         (gst_matroska_mux_audio_pad_setcaps),
6923         (gst_matroska_mux_write_data):
6924           Add support for muxing/demuxing theora video (#342448; too bad
6925           none of the usual linux players can actually play this). Playback
6926           in GStreamer will require additional changes to theoradec in -base.
6927           Refactor streamheaders <=> CodecPrivateData code a bit; some small
6928           cleanups.
6929
6930 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
6931
6932         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
6933         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
6934           Fix crashes when the horizontal subsampling is 1.
6935           Fixes #342097.
6936
6937 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
6938
6939         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6940
6941         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
6942         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
6943         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
6944         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
6945         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
6946         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
6947         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
6948         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
6949         (gst_avi_mux_change_state):
6950         * gst/avi/gstavimux.h:
6951           Some enhancements for avimux (#342526):
6952            - add odml (large file) index support
6953            - store codec init data (e.g. huffyuv)
6954            - miscellaneous other fixes/cleanups
6955
6956 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
6957
6958         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
6959         Don't output any tag when we encounter a negative track number - the
6960         tag type is uint, so we end up outputting huge positive numbers
6961         instead. (Fixes: #342029)
6962
6963 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6964
6965         * configure.ac:
6966           update for new GSTPB_PLUGINS_DIR
6967
6968 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
6969
6970         * rtp/gst/gstrtph263pay.c:
6971         Properly set static caps for H263 at 34.
6972
6973 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
6974
6975         Patch by: James "Doc" Livingston  <doclivingston gmail com>
6976
6977         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
6978           Merge event tags and tag setter tags correctly (#339918). Also,
6979           don't leak taglist in case of an error.
6980           
6981 2006-05-17  Edward Hervey  <edward@fluendo.com>
6982
6983         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
6984         We can only do caps intersection if the othercaps are non-empty and not
6985         ANY. Else we return the pad template (base_caps).
6986
6987 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
6988
6989         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
6990           Fix crash when outputting debugging information for certain
6991           pictures (always good to use the right struct member for
6992           the number of records in an array).
6993
6994 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
6995
6996         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
6997
6998         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
6999         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
7000         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
7001         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
7002         (gst_ebml_read_float), (gst_ebml_read_ascii),
7003         (gst_ebml_read_binary):
7004           Don't create unnecessary sub-buffers all the time. Dramatically
7005           improves performance with multiple concurrently running
7006           matroskademux instances (#341818) (and avoids doing
7007           unnecessarily inefficient things in the general case).
7008
7009 2006-05-16  Edward Hervey  <edward@fluendo.com>
7010
7011         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
7012         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
7013         return value of gst_pad_push_event().
7014
7015 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
7016
7017         * gst/autodetect/gstautoaudiosink.c:
7018         (gst_auto_audio_sink_find_best):
7019         * gst/autodetect/gstautovideosink.c:
7020         (gst_auto_video_sink_find_best):
7021         Make the name of the child element be based on the name of the
7022         parent, so that debug output is more useful.
7023         
7024         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
7025         (parse_insert_string_field), (parse_split_strings):
7026         Rework string parsing to always walk over BOM markers in UTF16
7027         strings, using the endianness indicated by the innermost one,
7028         then trying the opposite endianness if that fails to convert
7029         to valid UTF-8. Fixes #341774
7030
7031 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7032
7033         Patch from: Matthieu <matthieu at fluendo dot com>
7034
7035         * ext/libpng/Makefile.am:
7036         Add LIBPNG_CFLAGS.
7037
7038 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
7039
7040         * ext/taglib/gstid3v2mux.cc:
7041           Add support for writing images (APIC frames) into ID3v2
7042           tags (picture type always set to 'other' for now though).
7043
7044 2006-05-14  Michael Smith  <msmith@fluendo.com>
7045
7046         * gst/wavparse/gstwavparse.c:
7047           Update docs; wavparse implements push and pull modes.
7048
7049 2006-05-12  Wim Taymans  <wim@fluendo.com>
7050
7051         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
7052         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
7053         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
7054         Ooops, bitten by the copy-and-paste design paradigm, fixes
7055         seek again.
7056
7057 2006-05-12  Wim Taymans  <wim@fluendo.com>
7058
7059         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
7060         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
7061         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
7062         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
7063         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
7064         (gst_avi_demux_massage_index),
7065         (gst_avi_demux_calculate_durations_from_index),
7066         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
7067         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
7068         (gst_avi_demux_loop):
7069         * gst/avi/gstavidemux.h:
7070         Some cleanups, prepare to use GstSegment.
7071         Fix error in entry walking code.
7072         Fix VBR detection.
7073         Smarter timestamp calculation code.
7074         Uniform error/eos handling.
7075
7076 2006-05-12  Michael Smith  <msmith@fluendo.com>
7077
7078         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
7079         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
7080           Fix use of uninitialised values if we're NOT seeking in ready.
7081           Fix typos.
7082
7083 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
7084
7085         * gst/wavparse/Makefile.am:
7086           Add CFLAGS and LIBS for libgstbase, fixes build on
7087           Cygwin (#341489).
7088
7089 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
7090
7091         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
7092           Some more debug info. No need to check whether the string
7093           returned by g_convert() is really UTF-8 - either it is or
7094           we get NULL returned.
7095
7096 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
7097
7098         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
7099           Fix parsing of numeric genre strings some more, by ensuring that
7100           we only try and parse strings that a) Start with '(' and b) Consist
7101           only of digits.
7102           Also, when finding an escaping '((' sequence, bust it back to '(' by
7103           swallowing the first parenthesis
7104
7105 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
7106
7107         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
7108         (gst_esdsink_open), (gst_esdsink_close):
7109         * ext/esd/esdsink.h:
7110           Move the esd_get_server_info() into gst_esdsink_open() and fail
7111           with a decent error message on errors.
7112
7113 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
7114
7115         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
7116         (gst_esdmon_channels_get_type):
7117         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
7118         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
7119         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
7120         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
7121         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
7122         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
7123         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
7124         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
7125         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
7126         * gst/videomixer/videomixer.c:
7127         (gst_video_mixer_background_get_type):
7128           Const-ify GEnumValue arrays.
7129
7130 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
7131
7132         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
7133
7134         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
7135         (gst_avi_mux_do_video_buffer):
7136           Work around gst_buffer_make_metadata_writable() bug that
7137           results in avimux marking all frames in the index as
7138           keyframes (#340859).
7139           
7140 2006-05-08  Wim Taymans  <wim@fluendo.com>
7141
7142         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7143         Make parsing of urls suck slightly less.
7144
7145 2006-05-08  Edward Hervey  <edward@fluendo.com>
7146
7147         * autogen.sh: (CONFIGURE_DEF_OPT): 
7148         libtoolize on Darwin/MacOSX is called glibtoolize.
7149
7150 2006-05-08  Wim Taymans  <wim@fluendo.com>
7151
7152         Patch by: Jens Granseuer <jensgr at gmx dot net>
7153
7154         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
7155         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
7156         C89 compliance fixes. Fixes #340980
7157
7158 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
7159
7160         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
7161         * ext/flac/gstflacdec.h:
7162           Handle segment seeks that include the end of the file as stop point
7163           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
7164           message instead of an EOS event in case we're in segment seek
7165           mode (fixes #340699).
7166           
7167 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
7168
7169         * ext/cairo/gsttextoverlay.c:
7170         * ext/flac/gstflacdec.c:
7171         * ext/gdk_pixbuf/pixbufscale.c:
7172         * gst/apetag/gstapedemux.c:
7173         * gst/debug/breakmydata.c:
7174         * gst/debug/testplugin.c:
7175         * gst/matroska/ebml-write.c:
7176         * gst/multipart/multipartdemux.c:
7177         * sys/osxaudio/gstosxaudiosink.c:
7178         * sys/osxaudio/gstosxaudiosrc.c:
7179         Add semicolons after GST_BOILERPLATE[_FULL] so that
7180         indent doesn't mess up following lines.
7181
7182 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
7183
7184         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
7185
7186         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
7187           Don't leak caps when freeing the stream context (#340623).
7188
7189 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
7190
7191         * configure.ac:
7192           Back to CVS
7193
7194 === release 0.10.3 ===
7195
7196 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
7197
7198         * configure.ac:
7199           releasing 0.10.3, "Desplazado"
7200
7201 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
7202
7203         * gst/matroska/matroska-mux.c:
7204         (gst_matroska_mux_stream_is_vorbis_header),
7205         (gst_matroska_mux_write_data):
7206           Don't strcmp() NULL strings.
7207           Only start new clusters on video keyframes, not on any
7208           random audio buffer that doesn't have the DELTA_UNIT
7209           flag set (fixes 'make check' again).
7210
7211 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
7212
7213         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7214
7215         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
7216         (gst_matroska_mux_stream_is_vorbis_header),
7217         (gst_matroska_mux_write_data):
7218           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
7219           value and then dead-lock when muxing vorbis audio streams
7220           (the three vorbis header buffers carry no timestamp, and it
7221           would try to mux these after all video buffers). Fixes #340346.
7222
7223           Improve clustering: start a new cluster also whenever we get
7224           a keyframe.     
7225
7226 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7227
7228         * win32/common/config.h:
7229         * win32/MANIFEST
7230           add the generated file as well
7231
7232 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7233
7234         * Makefile.am:
7235         * configure.ac:
7236         * win32/common/config.h.in:
7237           add win32 stuff
7238
7239 2006-05-03  Michael Smith  <msmith@fluendo.com>
7240
7241         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
7242           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
7243           SUCKS.
7244
7245 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
7246
7247         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
7248         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
7249         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
7250           don't leak caps-string
7251
7252 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
7253
7254         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
7255         (gst_id3demux_sink_activate):
7256           Let core insert default error message for TYPE_NOT_FOUND
7257           errors, it's just as good as our own and has the added
7258           bonus of being translated.
7259
7260 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
7261
7262         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
7263         (gst_tag_demux_sink_event):
7264         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
7265         (gst_id3demux_sink_event):
7266           Post an error message when we get an EOS event and were not
7267           able to find out the type of stream.
7268
7269         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
7270         (test_taglib_id3mux_with_tags):
7271           Decrease num-buffers to 16 per iteration again, otherwise the
7272           many memcpy()s and reallocations in the test will hammer slow
7273           CPUs completely and make the test timeout.
7274
7275 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7276
7277         * configure.ac:
7278           figure out where plugins-base plugins are
7279         * tests/check/Makefile.am:
7280           use plugins-base plugins, so we have typefind functions
7281         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
7282           increase num-buffers, this makes sure the test errors out instead
7283           of timing out when no typefind functions are present
7284
7285 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
7286
7287         * docs/plugins/Makefile.am:
7288           also check .cc files for gtk-doc markup
7289         * configure.ac:
7290         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7291         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7292         * tests/check/Makefile.am:
7293         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
7294         * ext/Makefile.am:
7295         * ext/taglib/Makefile.am:
7296         * ext/taglib/gstid3v2mux.h:
7297         * ext/taglib/gsttaglibmux.c:
7298         * ext/taglib/gsttaglibmux.h:
7299           move taglib-based id3v2muxer to -good.  Fixes #336110.
7300
7301 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
7302
7303         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
7304           ... and fix multichannel/WAVFORMATEX support again.
7305
7306 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
7307
7308         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
7309         (gst_wavparse_class_init), (gst_wavparse_dispose),
7310         (gst_wavparse_reset), (gst_wavparse_init),
7311         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
7312         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
7313         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
7314         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
7315         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
7316         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
7317         (gst_wavparse_stream_data), (gst_wavparse_loop),
7318         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
7319         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
7320         (gst_wavparse_change_state), (plugin_init):
7321         * gst/wavparse/gstwavparse.h:
7322           Add push (streaming) mode to wavparse (fixes #337625)
7323
7324 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
7325
7326         * configure.ac:
7327         * tests/Makefile.am:
7328           add ximagesrc icles test
7329
7330 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
7331
7332         * configure.ac:
7333         * docs/plugins/Makefile.am:
7334         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7335         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7336         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
7337         (gst_cmml_enc_push_clip):
7338         * sys/Makefile.am:
7339         * sys/ximage/Makefile.am:
7340         * sys/ximage/gstximagesrc.c:
7341           Move ximagesrc plug-in to good after review.  Fixes #336756.
7342
7343 2006-04-28  Michael Smith  <msmith@fluendo.com>
7344
7345         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
7346         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
7347         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
7348         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
7349         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
7350         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
7351         * gst/icydemux/gsticydemux.h:
7352           Fix event handling: cache events when typefinding and forward later.
7353
7354 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7355
7356         * sys/osxaudio/gstosxaudiosink.c:
7357         (plugin_init):
7358          Register osxaudiosrc to the plugin.
7359         * sys/osxaudio/gstosxaudiosrc.c:
7360         (gst_osx_audio_src_osxelement_do_init),
7361         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
7362         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
7363         (gst_osx_audio_src_get_property),
7364         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
7365         (gst_osx_audio_src_osxelement_init):
7366         * sys/osxaudio/gstosxaudiosrc.h:
7367           Port of osxaudiosrc to 0.10.
7368         * sys/osxaudio/Makefile.am:
7369           Add osxaudiosrc
7370
7371 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7372
7373         * sys/osxaudio/gstosxringbuffer.c:
7374         * sys/osxaudio/gstosxringbuffer.h:
7375           Forgot to commit earlier, part of the OSX audio plugin port
7376
7377 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
7378
7379         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
7380         (parse_split_strings):
7381           Recognise and skip any byte order marker (BOM) in
7382           UTF-16 strings.
7383
7384 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
7385
7386         * docs/plugins/Makefile.am:
7387         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7388         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7389         * docs/plugins/gst-plugins-good-plugins.hierarchy:
7390         * docs/plugins/inspect/plugin-avi.xml:
7391         * gst/avi/gstavidemux.c:
7392         * gst/avi/gstavimux.c:
7393           Add docs for both avidemux and avimux.
7394
7395 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
7396
7397         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
7398
7399         * gst/avi/Makefile.am:
7400         * gst/avi/gstavi.c: (plugin_init):
7401         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
7402         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
7403         (gst_avi_mux_class_init), (gst_avi_mux_init),
7404         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
7405         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
7406         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
7407         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
7408         (gst_avi_mux_riff_get_avix_header),
7409         (gst_avi_mux_riff_get_video_header),
7410         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
7411         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
7412         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
7413         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
7414         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
7415         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
7416         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
7417         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
7418         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
7419         (gst_avi_mux_change_state):
7420         * gst/avi/gstavimux.h:
7421           Port AVI muxer to GStreamer-0.10 (#332031).
7422
7423         * tests/check/Makefile.am:
7424         * tests/check/elements/avimux.c:
7425         * tests/check/elements/.cvsignore:
7426           Add unit test for AVI muxer.
7427
7428 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
7429
7430         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
7431         (gst_wavparse_class_init), (gst_wavparse_reset),
7432         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
7433         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
7434         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
7435         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
7436         (gst_wavparse_stream_data), (gst_wavparse_loop),
7437         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
7438         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
7439         (plugin_init):
7440         * gst/wavparse/gstwavparse.h:
7441           reverted patch #337625 for the price of 1 hour sleep
7442
7443 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
7444
7445         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
7446         (gst_wavparse_class_init), (gst_wavparse_reset),
7447         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
7448         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
7449         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
7450         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
7451         (gst_wavparse_stream_data), (gst_wavparse_loop),
7452         (gst_wavparse_chain), (plugin_init):
7453         * gst/wavparse/gstwavparse.h:
7454           correct partial implementation of push mode
7455           (from my last commit)
7456
7457 2006-04-26  Wim Taymans  <wim@fluendo.com>
7458
7459         * ext/esd/esdsink.c:
7460         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
7461         it is not in esd.h
7462
7463 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
7464
7465         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
7466         (gst_au_parse_class_init), (gst_au_parse_init),
7467         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
7468         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
7469         (gst_au_parse_chain), (gst_au_parse_src_convert),
7470         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
7471         (gst_au_parse_sink_event), (gst_au_parse_src_event),
7472         (gst_au_parse_change_state):
7473         * gst/auparse/gstauparse.h:
7474           Rewrite auparse to suck a little bit less: make source pad
7475           dynamic, so decodebin/playbin work with non-raw formats
7476           like alaw/mulaw; add query function for duration/position
7477           queries; check whether we have enough data before attempting
7478           to parse the header (instead of crashing when that is not the
7479           case); work around audioconvert sucking by swapping endianness
7480           to the native endianness ourselves for float formats; send
7481           initial newsegment event. Fixes #161712.
7482
7483 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7484
7485         * sys/osxaudio/Makefile.am:
7486         * sys/osxaudio/gstosxaudioelement.c:
7487         (gst_osx_audio_element_get_type),
7488         (gst_osx_audio_element_class_init):
7489         * sys/osxaudio/gstosxaudioelement.h:
7490         * sys/osxaudio/gstosxaudiosink.c:
7491         (gst_osx_audio_sink_osxelement_do_init),
7492         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
7493         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
7494         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
7495         (gst_osx_audio_sink_create_ringbuffer),
7496         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
7497         (plugin_init):
7498         * sys/osxaudio/gstosxaudiosink.h:
7499         Port of osxaudiosink to 0.10
7500
7501 2006-04-26  Wim Taymans  <wim@fluendo.com>
7502
7503         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
7504         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
7505         the size of the ringbuffer. This should fix hangs with older 
7506         esd sound servers.
7507
7508 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
7509
7510         * ext/aalib/gstaasink.c:
7511         * ext/annodex/gstcmmldec.c:
7512         * ext/annodex/gstcmmlenc.c:
7513         * ext/cairo/gsttextoverlay.c:
7514         * ext/cairo/gsttimeoverlay.c:
7515         * ext/cdio/gstcdiocddasrc.c:
7516         * ext/dv/gstdvdec.c:
7517         * ext/dv/gstdvdemux.c:
7518         * ext/esd/esdmon.c:
7519         * ext/esd/esdsink.c:
7520         * ext/flac/gstflacenc.c:
7521         * ext/flac/gstflactag.c:
7522         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
7523         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
7524         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
7525         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
7526         * ext/gdk_pixbuf/pixbufscale.c:
7527         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
7528         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
7529         * ext/jpeg/gstjpegdec.c:
7530         * ext/jpeg/gstjpegenc.c:
7531         * ext/jpeg/gstsmokedec.c:
7532         * ext/jpeg/gstsmokeenc.c:
7533         * ext/libcaca/gstcacasink.c:
7534         * ext/libmng/gstmngdec.c:
7535         * ext/libmng/gstmngenc.c:
7536         * ext/libpng/gstpngdec.c:
7537         * ext/libpng/gstpngenc.c:
7538         * ext/mikmod/gstmikmod.c:
7539         * ext/raw1394/gstdv1394src.c:
7540         * ext/shout2/gstshout2.c: (gst_shout2send_init):
7541         * ext/shout2/gstshout2.h:
7542         * ext/speex/gstspeexdec.c:
7543         * ext/speex/gstspeexenc.c:
7544         * gst/alpha/gstalpha.c:
7545         * gst/alpha/gstalphacolor.c:
7546         * gst/apetag/gstapedemux.c:
7547         * gst/auparse/gstauparse.c:
7548         * gst/autodetect/gstautoaudiosink.c:
7549         (gst_auto_audio_sink_base_init):
7550         * gst/autodetect/gstautovideosink.c:
7551         (gst_auto_video_sink_base_init):
7552         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
7553         * gst/avi/gstavimux.c: (gst_avimux_base_init):
7554         * gst/cutter/gstcutter.c:
7555         * gst/debug/breakmydata.c:
7556         * gst/debug/efence.c:
7557         * gst/debug/gstnavigationtest.c:
7558         * gst/debug/gstnavseek.c:
7559         * gst/debug/negotiation.c:
7560         * gst/debug/progressreport.c:
7561         * gst/debug/testplugin.c:
7562         * gst/effectv/gstaging.c:
7563         * gst/effectv/gstdice.c:
7564         * gst/effectv/gstedge.c:
7565         * gst/effectv/gstquark.c:
7566         * gst/effectv/gstrev.c:
7567         * gst/effectv/gstshagadelic.c:
7568         * gst/effectv/gstvertigo.c:
7569         * gst/effectv/gstwarp.c:
7570         * gst/flx/gstflxdec.c:
7571         * gst/goom/gstgoom.c:
7572         * gst/icydemux/gsticydemux.c:
7573         * gst/id3demux/gstid3demux.c:
7574         * gst/interleave/deinterleave.c:
7575         * gst/interleave/interleave.c:
7576         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
7577         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
7578         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
7579         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
7580         * gst/level/gstlevel.c:
7581         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
7582         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
7583         * gst/median/gstmedian.c:
7584         * gst/monoscope/gstmonoscope.c:
7585         * gst/multipart/multipartdemux.c:
7586         * gst/multipart/multipartmux.c:
7587         * gst/oldcore/gstaggregator.c:
7588         * gst/oldcore/gstfdsink.c:
7589         * gst/oldcore/gstmd5sink.c:
7590         * gst/oldcore/gstmultifilesrc.c:
7591         * gst/oldcore/gstpipefilter.c:
7592         * gst/oldcore/gstshaper.c:
7593         * gst/oldcore/gststatistics.c:
7594         * gst/rtp/gstasteriskh263.c:
7595         * gst/rtp/gstrtpL16depay.c:
7596         * gst/rtp/gstrtpL16pay.c:
7597         * gst/rtp/gstrtpamrdepay.c:
7598         * gst/rtp/gstrtpamrpay.c:
7599         * gst/rtp/gstrtpdepay.c:
7600         * gst/rtp/gstrtpgsmpay.c:
7601         * gst/rtp/gstrtph263pay.c:
7602         * gst/rtp/gstrtph263pdepay.c:
7603         * gst/rtp/gstrtph263ppay.c:
7604         * gst/rtp/gstrtpilbcdepay.c:
7605         * gst/rtp/gstrtpmp4gpay.c:
7606         * gst/rtp/gstrtpmp4vdepay.c:
7607         * gst/rtp/gstrtpmp4vpay.c:
7608         * gst/rtp/gstrtpmpadepay.c:
7609         * gst/rtp/gstrtpmpapay.c:
7610         * gst/rtp/gstrtppcmadepay.c:
7611         * gst/rtp/gstrtppcmapay.c:
7612         * gst/rtp/gstrtppcmudepay.c:
7613         * gst/rtp/gstrtppcmupay.c:
7614         * gst/rtp/gstrtpspeexdepay.c:
7615         * gst/rtp/gstrtpspeexpay.c:
7616         * gst/rtsp/gstrtpdec.c:
7617         * gst/rtsp/gstrtspsrc.c:
7618         * gst/smpte/gstsmpte.c:
7619         * gst/udp/gstdynudpsink.c:
7620         * gst/udp/gstmultiudpsink.c:
7621         * gst/udp/gstudpsink.c:
7622         * gst/udp/gstudpsrc.c:
7623         * gst/videobox/gstvideobox.c:
7624         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
7625         * gst/videofilter/gstvideobalance.c:
7626         * gst/videofilter/gstvideoflip.c:
7627         * gst/videofilter/gstvideotemplate.c:
7628         (gst_videotemplate_base_init):
7629         * gst/videomixer/videomixer.c:
7630         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
7631         (gst_wavparse_class_init), (gst_wavparse_dispose),
7632         (gst_wavparse_reset), (gst_wavparse_init),
7633         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
7634         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
7635         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
7636         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
7637         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
7638         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
7639         (gst_wavparse_change_state):
7640         * gst/wavparse/gstwavparse.h:
7641         * sys/oss/gstossmixerelement.c:
7642         * sys/oss/gstosssink.c:
7643         * sys/oss/gstosssrc.c:
7644         * sys/osxaudio/gstosxaudioelement.c:
7645         * sys/osxaudio/gstosxaudiosink.c:
7646         * sys/osxaudio/gstosxaudiosrc.c:
7647         * sys/sunaudio/gstsunaudiomixer.c:
7648         * sys/sunaudio/gstsunaudiosink.c:
7649           Define GstElementDetails as const and also static (when defined as
7650           global)
7651
7652 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
7653
7654         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
7655           Source pad has fixed caps. If we don't set this, bad
7656           things happen when the window is resized.
7657
7658 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
7659
7660         * gst/matroska/Makefile.am:
7661         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
7662         (gst_matroska_demux_handle_src_event):
7663         * gst/matroska/matroska-ids.c:
7664         (gst_matroska_track_init_video_context),
7665         (gst_matroska_track_init_audio_context),
7666         (gst_matroska_track_init_subtitle_context),
7667         (gst_matroska_track_init_complex_context):
7668         * gst/matroska/matroska-ids.h:
7669           Handle case where the TrackType ebml chunk does not come before the
7670           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
7671           events.
7672
7673 2006-04-25  Wim Taymans  <wim@fluendo.com>
7674
7675         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
7676         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
7677         It's codec_data, not codec_info.
7678
7679 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
7680
7681         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
7682
7683         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
7684           Handle codec_data for VfW compatibility codec IDs (#339451)
7685
7686         * gst/matroska/matroska-mux.c:
7687         (gst_matroska_mux_video_pad_setcaps):
7688           Same here, handle codec_data and add additional caps we can handle
7689           now to the pad template (huffyuv, dv and h263 video) (#339451)
7690
7691 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
7692
7693         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
7694
7695         * gst/matroska/matroska-mux.c:
7696         (gst_matroska_mux_create_buffer_header),
7697         (gst_matroska_mux_write_data):
7698           Fix timestamping of B-frames, use signed integers, do
7699           some rounding (#339678).
7700
7701 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
7702
7703         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
7704         just make it compile with --disable-gst-debug.
7705
7706 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
7707
7708         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
7709         Fix a bad conversion using gst_guint64_to_gdouble.
7710         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
7711         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
7712         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
7713     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
7714         mistake.
7715
7716 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
7717
7718         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
7719         Use gst_guint64_to_gdouble for conversions
7720         * win32/vs6/gst_plugins_good.dsw:
7721         * win32/vs6/libgsticydemux.dsp:
7722         Add a project file for icydemux
7723
7724 2006-04-21  Wim Taymans  <wim@fluendo.com>
7725
7726         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
7727
7728         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
7729         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
7730         When splitting audio chunks, the block alignment is not taken in
7731         consideration, so the smaller chunks could be of size which is 
7732         not a multiple of the block alignment. Fixes #336904
7733
7734 2006-04-21  Wim Taymans  <wim@fluendo.com>
7735
7736         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
7737         Use scale functions
7738
7739 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
7740
7741         * ext/dv/gstdv.c: (plugin_init):
7742           Fix build.
7743
7744 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
7745
7746         * gst/debug/progressreport.c: (gst_progress_report_finalize),
7747         (gst_progress_report_class_init), (gst_progress_report_init),
7748         (gst_progress_report_do_query), (gst_progress_report_report),
7749         (gst_progress_report_set_property),
7750         (gst_progress_report_get_property):
7751           Add 'format' property to force querying to a particular format.
7752
7753 2006-04-21  Andy Wingo  <wingo@pobox.com>
7754
7755         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
7756         best, on big endian systems. Drop its rank in that case. OTOH on
7757         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
7758
7759 2006-04-21  Michael Smith  <msmith@fluendo.com>
7760
7761         * configure.ac:
7762         * gst/icydemux/Makefile.am:
7763         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
7764         (gst_icydemux_base_init), (gst_icydemux_class_init),
7765         (gst_icydemux_reset), (gst_icydemux_init),
7766         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
7767         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
7768         (unicodify), (gst_icydemux_unicodify),
7769         (gst_icydemux_parse_and_send_tags),
7770         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
7771         (gst_icydemux_chain), (gst_icydemux_change_state),
7772         (gst_icydemux_send_tag_event), (plugin_init):
7773         * gst/icydemux/gsticydemux.h:
7774         * tests/check/Makefile.am:
7775         * tests/check/elements/icydemux.c: (typefind_succeed),
7776         (plugin_init), (icydemux_found_pad), (create_icydemux),
7777         (cleanup_icydemux), (push_data), (GST_START_TEST),
7778         (icydemux_suite), (main):
7779           Add icydemux, and tests.
7780
7781 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
7782
7783         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
7784           Post SEGMENT_DONE message in TIME format.
7785
7786 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
7787
7788         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
7789
7790         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
7791         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
7792           Fix index creation when we have to scan the file to create
7793           an index. There may be other types of RIFF 'LIST' chunks than
7794           'movi' and we need to skip them properly as well or we'll end up
7795           reading garbage (#336889). Some other cosmetic changes.
7796           
7797 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
7798
7799         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
7800         (gst_flac_dec_handle_seek_event):
7801           Add support for segment seeks (fixes #338290). Also demote
7802           some recurring debug message from DEBUG to LOG level.
7803
7804 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
7805
7806         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
7807         (gst_matroskademux_do_index_seek),
7808         (gst_matroska_demux_handle_seek_event),
7809         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
7810         * gst/matroska/matroska-ids.h:
7811           Set DISCONT flag on first buffer after a discontinuity.
7812           Fix newsegment events sent when seeking and honour KEY_UNIT
7813           seek flag. Create pad with bogus caps if we don't recognise
7814           the stream codec id.
7815
7816         * gst/matroska/matroska-demux.h:
7817           Fix GObject macros.
7818
7819 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
7820
7821         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
7822
7823         * gst/matroska/matroska-demux.c:
7824         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
7825           Handle end of segment properly when set; don't dead-lock when
7826           posting start of segment message when doing a segment seek.
7827           Fixes #338810.
7828
7829 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
7830
7831         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
7832         (gst_matroska_demux_plugin_init):
7833           Make mpeg2 aac audio work: create artificial private codec data
7834           chunk which faad2 seems to require, just as we do for mpeg4 aac.
7835           Also call gst_riff_init(). Partially fixes #338767.
7836
7837 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
7838
7839         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
7840         (gst_wavenc_class_init), (gst_wavenc_init),
7841         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
7842         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
7843         (gst_wavenc_chain), (gst_wavenc_change_state):
7844         * gst/wavenc/gstwavenc.h:
7845           Set caps on first outgoing buffer, so that it doesn't error out
7846           immediately with a non-negotiated error (#338716). Rewrite and
7847           clean up a bit; fix setcaps function to parse things properly;
7848           fix sink caps (8bit audio is unsigned and doesn't have depth);
7849           use boilerplate macros; remove unused properties stuff.
7850
7851 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
7852
7853         * ext/gdk_pixbuf/gstgdkpixbuf.c:
7854           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
7855           handle MJPEG streams and might be autoplugged for those if the
7856           user doesn't have jpegdec installed (resulting in a cryptic error
7857           message about huffman tables). Better to disable JPEG decoding here
7858           and let the user figure out that she needs to install jpegdec.
7859
7860 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
7861
7862         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
7863         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
7864         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
7865         * ext/gdk_pixbuf/gstgdkpixbuf.h:
7866           Make work with packetised/framed input (e.g. png-in-quicktime). Use
7867           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
7868           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
7869           debug messages. Fix boilerplate macros.
7870
7871 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
7872
7873         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
7874         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
7875           No need to special-case for Gdk-2.0 any longer, we require
7876           Gdk 2.2 or newer; minor clean-ups.
7877
7878 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
7879
7880         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
7881         (gst_shout2send_class_init), (gst_shout2send_init),
7882         (set_shout_metadata), (gst_shout2send_set_metadata),
7883         (gst_shout2send_event), (gst_shout2send_start),
7884         (gst_shout2send_connect), (gst_shout2send_stop),
7885         (gst_shout2send_render), (gst_shout2send_set_property),
7886         (gst_shout2send_get_property), (gst_shout2send_setcaps),
7887         (plugin_init):
7888         * ext/shout2/gstshout2.h:
7889         * po/POTFILES.in:
7890           Rewrite a bit: use GstBaseSink::start and stop instead of a state
7891           change function; use GST_ELEMENT_ERROR for error reporting, not
7892           g_error() or GST_ERROR(); don't unref caps in setcaps function,
7893           will cause crashes or assertion failures; remove (unused) "sync"
7894           property, basesink already has such a property; misc. other
7895           minor fixes and cleanups.
7896
7897 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
7898
7899         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
7900         * ext/esd/gstesd.c: (plugin_init):
7901         * po/POTFILES.in:
7902           Add translatable error message for when we cannot
7903           connect to the sound server, as "Cannot open resource
7904           for writing" isn't really an acceptable message to show
7905           to the user in this case.
7906
7907 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
7908
7909         * sys/oss/gst-i18n-plugin.h:
7910           Remove bogus file that doesn't belong here.
7911
7912 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
7913
7914         Patch by: Philippe Valembois
7915
7916         * ext/shout2/gstshout2.c: (gst_shout2send_init),
7917         (gst_shout2send_set_metadata), (gst_shout2send_event),
7918         (gst_shout2send_render), (gst_shout2send_change_state):
7919         * ext/shout2/gstshout2.h:
7920           Handle tags being received before the connection to
7921           the server is established properly (see #338636).
7922
7923 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
7924
7925         * ext/shout2/gstshout2.c: (gst_shout2send_render):
7926           Don't crash in case the connection to the server fails:
7927           don't set pointer to NULL by assigning FALSE; error out
7928           properly by using GST_ELEMENT_ERROR and returning
7929           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
7930           before resetting the pointer.
7931
7932 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
7933
7934         * gst/id3demux/id3tags.c:
7935         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
7936         (Fixes #338713)
7937
7938 2006-04-12  Wim Taymans  <wim@fluendo.com>
7939
7940         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
7941         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
7942         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
7943         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
7944         (gst_gdk_pixbuf_chain):
7945         Some cleanups.
7946         Added RGBA as a possible output format.
7947         Correctly free the supported mimetypes.
7948         deprecate silent arg, it's not used.
7949         Return result from _alloc_buffer to peer.
7950
7951 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
7952
7953         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
7954           Don't leak memory allocated by gst_buffer_new_and_alloc() by
7955           overwriting GST_BUFFER_MALLOCDATA.
7956
7957 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
7958
7959         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
7960         (user_endrow_callback), (user_end_callback),
7961         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
7962         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
7963         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
7964         * ext/libpng/gstpngdec.h:
7965           Handle more than one frame if the content is framed,
7966           like with png-in-quicktime (#331917).
7967
7968 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7969
7970         * sys/oss/Makefile.am:
7971         * sys/oss/common.h:
7972         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
7973         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
7974         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
7975         (gst_oss_src_unprepare):
7976           - the user-visible error strings were in the wrong category
7977           - and the messages were not marked for translation
7978           - which is actually a good thing, because they were exactly
7979             the kind of message you would never want anyone to see
7980           - the macros were using variables that didn't exist in the macro
7981             arguments
7982           - and they were obviously copied from each other and then modified
7983           - so a common header makes sense
7984
7985 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
7986
7987         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
7988           Don't try to modify read-only data.
7989
7990         * gst/matroska/matroska-demux.c:
7991         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
7992           Fix comment (won't crash any longer now).
7993
7994 2006-04-10  Michael Smith  <msmith@fluendo.com>
7995
7996         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
7997           Use copies of header buffers for caps to avoid circular refcounting
7998           problems (as in theoradec, vorbisdec).
7999
8000         * tests/check/elements/cmmldec.c: (GST_START_TEST):
8001           Fix a typo in test that meant it was testing the wrong thing.
8002
8003         * tests/check/elements/cmmlenc.c: (check_headers):
8004           Fix refcount checks now that we use buffer-copies for caps.
8005
8006 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
8007
8008         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
8009         (gst_matroska_demux_handle_seek_event),
8010         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
8011         (gst_matroska_demux_subtitle_caps),
8012         (gst_matroska_demux_plugin_init):
8013           Use static pad templates with ANY caps for audio and video
8014           source pads and get rid of a lot of unnecessary (and partially
8015           broken) code for the template caps. Clean up caps finding
8016           functions. Fixes playback of audio files/streams that do not
8017           contain the sample rate and/or number of channels in the audio
8018           context (happens a lot with vorbis/mp3 .mka files it seems).
8019           Fixes #337183.
8020           Also add myself to copyright holders.
8021
8022 2006-04-10  Michael Smith  <msmith@fluendo.com>
8023
8024         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
8025           Use g_list_delete_link () instead of g_list_remove_link () so that
8026           we free the link as well as the contained data.
8027
8028 2006-04-10  Wim Taymans  <wim@fluendo.com>
8029
8030         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
8031
8032         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
8033         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
8034         (gst_avi_demux_stream_header):
8035         Fix some crashers with empty chunks. (Fixes #337749)
8036
8037 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
8038
8039         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
8040           use G_GINT64_CONSTANT for INT64 constants
8041         * gst/videofilter/gstvideobalance.c:
8042           define rint for WIN32 #define rint(x) (floor((x)+0.5))
8043         * win32/vs6/libgstavi.dsp:
8044          add missing libraries for the link and remove avimux.c from
8045          the project as it isn't ported to 0.10 yet
8046         
8047 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
8048
8049         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
8050           Even better would be if we actually did the right thing
8051           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
8052
8053 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
8054
8055         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
8056           Can't just replace 1LL with 1L here just because MSVC doesn't
8057           support it, as it might lead to incorrect results when doing the
8058           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
8059           force a 64-bit constant in a way that all compilers are happy with.
8060
8061 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
8062
8063         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
8064         * ext/esd/esdsink.c: (gst_esdsink_class_init):
8065         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
8066         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
8067         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
8068         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
8069         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
8070         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
8071         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
8072         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
8073         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
8074         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
8075         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
8076         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
8077         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
8078         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
8079         * gst/avi/gstavimux.c: (gst_avimux_class_init):
8080         * gst/debug/efence.c: (gst_efence_class_init):
8081         * gst/debug/negotiation.c: (gst_negotiation_class_init):
8082         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
8083         * gst/goom/gstgoom.c: (gst_goom_class_init):
8084         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
8085         * gst/interleave/deinterleave.c: (deinterleave_class_init):
8086         * gst/interleave/interleave.c: (interleave_class_init):
8087         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
8088         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
8089         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
8090         * gst/median/gstmedian.c: (gst_median_class_init):
8091         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
8092         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
8093         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
8094         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
8095         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
8096         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
8097         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
8098         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
8099         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
8100         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
8101         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
8102         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
8103         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
8104         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
8105         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
8106         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
8107         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
8108         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
8109         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
8110         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
8111         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
8112         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
8113         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
8114         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
8115         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
8116         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
8117         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
8118         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
8119         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
8120         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
8121         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
8122         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
8123         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
8124         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
8125         * sys/osxaudio/gstosxaudioelement.c:
8126         (gst_osxaudioelement_class_init):
8127         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
8128         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
8129         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
8130         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
8131
8132 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
8133
8134         * ext/mikmod/gstmikmod.h:
8135         * gst/level/gstlevel.h:
8136         Fix more broken GObject macros
8137
8138 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
8139
8140         * ext/annodex/gstcmmldec.h:
8141         * ext/annodex/gstcmmlenc.h:
8142         * ext/annodex/gstcmmltag.h:
8143         * ext/cairo/gsttextoverlay.h:
8144         * ext/ladspa/gstsignalprocessor.h:
8145         * gst/matroska/ebml-read.h:
8146         * gst/matroska/ebml-write.h:
8147         * sys/osxaudio/gstosxaudioelement.h:
8148         Fix broken GObject macros
8149
8150 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
8151
8152         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
8153           Don't try to seek beyond the end of the file (would
8154           occasionally display error dialogs in totem when seeking
8155           to the end) (#335869). Will still throw an error though
8156           if the file is truncated and the total_samples value in
8157           the stream header is wrong.
8158
8159 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
8160
8161         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
8162         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
8163         (gst_flac_dec_metadata_callback):
8164         * ext/flac/gstflacdec.h:
8165           If the stream header doesn't contain the total number of samples,
8166           search for the last flac frame at the end of the file and calculate
8167           the total duration from that frame's offset (fixes #337609).
8168
8169 2006-04-07  Edward Hervey  <edward@fluendo.com>
8170
8171         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
8172         Don't unref the GstPadTemplate returned by
8173         gst_element_class_get_pad_template().
8174
8175 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
8176
8177         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
8178
8179         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
8180         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
8181         * sys/sunaudio/gstsunaudiosink.h:
8182           Use spec->segsize and spec->segtotal in the prepare function
8183           to initialise the ring buffer instead of using the buffer-time
8184           property (#337421).
8185
8186 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
8187
8188         * configure.ac:
8189           Bump core requirements to CVS for gst_pad_query_peer_duration()
8190           which is used by speexdec.
8191
8192 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
8193
8194         * ext/speex/gstspeex.c: (plugin_init):
8195         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
8196         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
8197         (speex_get_sink_query_types), (speex_dec_sink_query),
8198         (speex_get_src_query_types), (speex_dec_src_query),
8199         (speex_dec_src_event), (speex_dec_sink_event),
8200         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
8201         (speex_dec_chain_parse_data), (speex_dec_chain),
8202         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
8203         (speex_dec_change_state):
8204         * ext/speex/gstspeexdec.h:
8205           Fix seeking and duration queries (#337033); clean up and
8206           refactor a bit.
8207
8208 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
8209
8210         * ext/raw1394/gstdv1394src.c:
8211           distinguish between device not found and could not open for
8212           reading
8213
8214 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
8215
8216         * Makefile.am:
8217         * configure.ac:
8218         * pkgconfig/.cvsignore:
8219         * pkgconfig/Makefile.am:
8220         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
8221           add a .pc file so other modules can use good plugins in tests
8222
8223 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
8224
8225         * configure.ac:
8226           clean up, use AS_VERSION and AS_NANO
8227         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
8228           use PACKAGE_VERSION define
8229         * po/af.po:
8230         * po/az.po:
8231         * po/cs.po:
8232         * po/en_GB.po:
8233         * po/hu.po:
8234         * po/it.po:
8235         * po/nb.po:
8236         * po/nl.po:
8237         * po/or.po:
8238         * po/sq.po:
8239         * po/sr.po:
8240         * po/sv.po:
8241         * po/uk.po:
8242         * po/vi.po:
8243           updated
8244
8245 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
8246
8247         * ext\jpeg\smokecodec.c:
8248           use of GST_DEBUG instead of DEBUG(a...) for WIN32
8249         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
8250           move first instruction after all variables declarations
8251         * gst\alpha\gstalpha.c:
8252         * gst\effectv\gstshagadelic.c:
8253         * gst\smpte\paint.c:
8254         * gst\videofilter\gstvideobalance.c:
8255           define M_PI if it's not defined (it's not defined on WIN32)
8256         * gst\cutter\gstcutter.c: (gst_cutter_chain):
8257         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
8258         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
8259         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
8260         (gst_matroska_demux_video_caps):
8261         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
8262         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
8263           use gst_guint64_to_gdouble for conversions
8264         * gst\goom\filters.c: (setPixelRGB_):
8265           fix a debug which was using undefined variable
8266         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
8267         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
8268           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
8269         * win32/vs6:
8270           add vs6 projects files for most of plugins-good
8271         
8272 2006-03-30  j^  <j@bootlab.org>
8273
8274         * ext/aalib/gstaasink.c:
8275         * ext/annodex/gstcmmldec.c:
8276         * ext/annodex/gstcmmlenc.c:
8277         * ext/cairo/gsttextoverlay.c:
8278         * ext/cairo/gsttimeoverlay.c:
8279         * ext/cdio/gstcdiocddasrc.c:
8280         * ext/dv/gstdvdec.c:
8281         * ext/esd/esdmon.c:
8282         * ext/esd/esdsink.c:
8283         * ext/flac/gstflacdec.c:
8284         * ext/flac/gstflacenc.c:
8285         * ext/flac/gstflactag.c:
8286         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
8287         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
8288         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
8289         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
8290         * ext/gdk_pixbuf/gstgdkpixbuf.c:
8291         * ext/gdk_pixbuf/pixbufscale.c:
8292         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
8293         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
8294         * ext/jpeg/gstjpegdec.c:
8295         * ext/jpeg/gstjpegenc.c:
8296         * ext/jpeg/gstsmokedec.c:
8297         * ext/jpeg/gstsmokeenc.c:
8298         * ext/libcaca/gstcacasink.c:
8299         * ext/libmng/gstmngdec.c:
8300         * ext/libmng/gstmngenc.c:
8301         * ext/libpng/gstpngdec.c:
8302         * ext/libpng/gstpngenc.c:
8303         * ext/mikmod/gstmikmod.c:
8304         * ext/raw1394/gstdv1394src.c:
8305         * ext/shout2/gstshout2.c:
8306         * ext/speex/gstspeexdec.c:
8307         * ext/speex/gstspeexenc.c:
8308         * gst/alpha/gstalpha.c:
8309         * gst/alpha/gstalphacolor.c:
8310         * gst/auparse/gstauparse.c:
8311         * gst/autodetect/gstautoaudiosink.c:
8312         (gst_auto_audio_sink_base_init):
8313         * gst/autodetect/gstautovideosink.c:
8314         (gst_auto_video_sink_base_init):
8315         * gst/avi/gstavimux.c: (gst_avimux_base_init):
8316         * gst/cutter/gstcutter.c:
8317         * gst/debug/breakmydata.c:
8318         * gst/debug/efence.c:
8319         * gst/debug/gstnavigationtest.c:
8320         * gst/debug/negotiation.c:
8321         * gst/debug/progressreport.c:
8322         * gst/debug/testplugin.c:
8323         * gst/effectv/gstaging.c:
8324         * gst/effectv/gstdice.c:
8325         * gst/effectv/gstedge.c:
8326         * gst/effectv/gstquark.c:
8327         * gst/effectv/gstrev.c:
8328         * gst/effectv/gstvertigo.c:
8329         * gst/effectv/gstwarp.c:
8330         * gst/flx/gstflxdec.c:
8331         * gst/goom/gstgoom.c:
8332         * gst/interleave/deinterleave.c:
8333         * gst/interleave/interleave.c:
8334         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
8335         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
8336         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
8337         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
8338         * gst/level/gstlevel.c:
8339         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
8340         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
8341         * gst/median/gstmedian.c:
8342         * gst/monoscope/gstmonoscope.c:
8343         * gst/multipart/multipartdemux.c:
8344         * gst/multipart/multipartmux.c:
8345         * gst/oldcore/gstmd5sink.c:
8346         * gst/oldcore/gstmultifilesrc.c:
8347         * gst/oldcore/gstpipefilter.c:
8348         * gst/oldcore/gstshaper.c:
8349         * gst/oldcore/gststatistics.c:
8350         * gst/rtp/gstasteriskh263.c:
8351         * gst/rtp/gstrtpL16depay.c:
8352         * gst/rtp/gstrtpL16pay.c:
8353         * gst/rtp/gstrtpamrdepay.c:
8354         * gst/rtp/gstrtpamrpay.c:
8355         * gst/rtp/gstrtpdepay.c:
8356         * gst/rtp/gstrtpgsmpay.c:
8357         * gst/rtp/gstrtph263pay.c:
8358         * gst/rtp/gstrtph263pdepay.c:
8359         * gst/rtp/gstrtph263ppay.c:
8360         * gst/rtp/gstrtpmp4gpay.c:
8361         * gst/rtp/gstrtpmp4vdepay.c:
8362         * gst/rtp/gstrtpmp4vpay.c:
8363         * gst/rtp/gstrtpmpadepay.c:
8364         * gst/rtp/gstrtpmpapay.c:
8365         * gst/rtp/gstrtppcmadepay.c:
8366         * gst/rtp/gstrtppcmapay.c:
8367         * gst/rtp/gstrtppcmudepay.c:
8368         * gst/rtp/gstrtppcmupay.c:
8369         * gst/rtp/gstrtpspeexdepay.c:
8370         * gst/rtp/gstrtpspeexpay.c:
8371         * gst/rtsp/gstrtpdec.c:
8372         * gst/smpte/gstsmpte.c:
8373         * gst/videobox/gstvideobox.c:
8374         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
8375         * gst/videofilter/gstvideobalance.c:
8376         * gst/videofilter/gstvideoflip.c:
8377         * gst/videofilter/gstvideotemplate.c:
8378         (gst_videotemplate_base_init):
8379         * gst/videomixer/videomixer.c:
8380         * gst/wavenc/gstwavenc.c:
8381         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
8382          better/unified long descriptions
8383          Fixed #336602
8384          Some cleanups to auparse, don't send multiple newsegments.
8385
8386 2006-03-29  Wim Taymans  <wim@fluendo.com>
8387
8388         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
8389
8390         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
8391         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
8392         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
8393         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
8394         * ext/dv/gstdvdemux.h:
8395         Seek in READY patch. Only works for pull based mode.
8396         Fixes #323880
8397
8398 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
8399
8400         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
8401         (gst_gdk_pixbuf_event):
8402           Fix two crashers: don't unref the same caps twice, and
8403           set pixbuf loader to NULL after freeing it.
8404
8405 2006-03-27  Wim Taymans  <wim@fluendo.com>
8406
8407         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
8408         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
8409         (gst_speexenc_chain):
8410         * ext/speex/gstspeexenc.h:
8411         Don't leak adapter.
8412         A push *always* takes ownership of the buffer, even on
8413         errors.
8414         Small cleanups.
8415
8416 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
8417
8418         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
8419           Create source pad without leaking.
8420
8421 2006-03-24  Wim Taymans  <wim@fluendo.com>
8422
8423         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
8424         * ext/flac/gstflacdec.h:
8425         * ext/flac/gstflacenc.h:
8426         Spifify a bit.
8427         Fix deadly lock order error in seeking code, STREAM_LOCK
8428         cannot be taken within LOCK and the streaming variables are
8429         protected with the STREAM_LOCK anyway.
8430
8431 2006-03-24  Wim Taymans  <wim@fluendo.com>
8432
8433         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
8434         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
8435         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
8436         this patch combines the global init_frames with the stream
8437         init_frames. Rationale being that the global delay should 
8438         be subtracted from any stream delay.
8439         Fixes #335858.
8440
8441 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
8442
8443         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
8444         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
8445         * gst/smpte/gstsmpte.c: (gst_smpte_init):
8446         * gst/videomixer/videomixer.c: (gst_videomixer_init):
8447         use DEBUG_FUNCPTR for collectpads
8448
8449 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
8450
8451         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
8452           Don't crash when encoding images where the number of rows isn't
8453           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
8454
8455 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
8456
8457         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
8458         * gst/interleave/deinterleave.c: (deinterleave_change_state):
8459         * gst/interleave/interleave.c: (interleave_change_state):
8460         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
8461           More state change function fixes.
8462
8463 2006-03-23  Wim Taymans  <wim@fluendo.com>
8464
8465         * ext/esd/esdsink.c: (gst_esdsink_class_init),
8466         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
8467         (gst_esdsink_prepare), (gst_esdsink_unprepare),
8468         (gst_esdsink_delay), (gst_esdsink_reset):
8469         * ext/esd/esdsink.h:
8470         Fix esd choppy playback by configuring audiosink
8471         correctly. Fixes #325191
8472
8473 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
8474
8475         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
8476           Make state change function thread-safe.
8477
8478 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
8479
8480         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
8481         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
8482           Don't try to read beyond the end of the file just because
8483           the header claims a bigger size (like with truncated files).
8484
8485 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
8486
8487         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8488         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
8489         (gst_wavparse_stream_data), (gst_wavparse_loop):
8490         * gst/wavparse/gstwavparse.h:
8491           Delay source pad creation until we have the first chunk of
8492           media data, so the we can examine the data and adjust the
8493           caps accordingly if required. This makes playback of .wav
8494           files with DTS-declared-as-PCM content work (#313266).
8495
8496 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
8497
8498         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
8499         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8500         Don't attempt typefinding on too-short buffers that have been
8501         completely trimmed away. (Fixes #330239)
8502
8503         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
8504         Improve the debug output
8505
8506 2006-03-21  Wim Taymans  <wim@fluendo.com>
8507
8508         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
8509         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
8510         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
8511         (gst_esdsink_set_property), (gst_esdsink_get_property):
8512         Some cleanups.
8513         Reset fd to -1 when we close them.
8514
8515 2006-03-21  Wim Taymans  <wim@fluendo.com>
8516
8517         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
8518         the OPTIONS request result is optional so don't
8519         fail on it.
8520
8521 2006-03-21  Edward Hervey  <edward@fluendo.com>
8522
8523         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
8524         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
8525         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
8526         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
8527         (gst_wavparse_change_state):
8528         gcc 4.1 unreferenced pointer fixes.
8529
8530 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
8531
8532         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8533
8534         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
8535           Fix block alignment calculation. Alignment should be done before
8536           adding the byte offset where the data starts (#335231).
8537
8538 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
8539
8540         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
8541           Ensure that we set correct caps on buffers that are transferred
8542           direct from the input.
8543
8544 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
8545
8546         * gst/goom/filters.c: (zoomFilterDestroy):
8547         * gst/goom/goom_core.c: (goom_close):
8548           Free filter data when cleaning up. (Fixes: #334995)
8549
8550 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
8551
8552         * configure.ac:
8553           Don't compile udp and rtsp plugins on win32 (mingw) or other
8554           systems that don't have <sys/socket.h> for some reason (#316203).
8555
8556 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8557
8558         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
8559         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
8560         * ext/raw1394/gstdv1394src.h:
8561           Change bus reset handler so it reports useful information such as
8562           whether the device being used connected or disconnected
8563
8564 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
8565
8566         * gst/id3demux/id3v2frames.c:
8567         (parse_relative_volume_adjustment_two):
8568           We only care about gain and peak data for the master volume.
8569
8570 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
8571
8572         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
8573         (parse_id_string), (parse_unique_file_identifier),
8574         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
8575           Read replay gain tags (#323721).
8576
8577 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
8578
8579         * configure.ac:
8580           Bump requirements to gst-plugins-base CVS because
8581           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
8582
8583 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
8584
8585         * rtp/gst/gstrtppcmadepay.c:
8586         Fixed one of the caps in the code from mulaw to alaw.
8587
8588 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
8589
8590         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
8591           Ensure that we set caps on the buffers we pass.
8592
8593         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
8594         (gst_id3demux_sink_activate):
8595           Ensure that we set caps on the buffers we pass.
8596
8597           Use STREAM, TYPE_NOT_FOUND as the error class when
8598           typefinding fails.
8599
8600 2006-03-15  Edward Hervey  <edward@fluendo.com>
8601
8602         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
8603         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
8604         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
8605         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
8606         (gst_jpeg_dec_setcaps):
8607         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
8608         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
8609         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
8610         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
8611         (gst_mngdec_src_getcaps):
8612         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
8613         (gst_pngdec_caps_create_and_set):
8614         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
8615         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
8616         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
8617         * gst/alpha/gstalpha.c: (gst_alpha_init):
8618         * gst/auparse/gstauparse.c: (gst_au_parse_init):
8619         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
8620         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
8621         * gst/cutter/gstcutter.c: (gst_cutter_init):
8622         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
8623         (gst_efence_checkgetrange):
8624         * gst/debug/negotiation.c: (gst_negotiation_init):
8625         * gst/flx/gstflxdec.c: (gst_flxdec_init):
8626         * gst/goom/gstgoom.c: (gst_goom_init):
8627         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
8628         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
8629         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
8630         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
8631         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
8632         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
8633         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
8634         * gst/smpte/gstsmpte.c: (gst_smpte_init):
8635         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
8636         (gst_wavparse_create_sourcepad):
8637         Fix memleak with gst_static_pad_template_get().
8638         This uses gst_pad_new_from_static_template() instead.
8639         Fixes #333512
8640
8641 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
8642
8643         * configure.ac:
8644           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
8645           used by id3demux.
8646
8647         * gst/id3demux/gstid3demux.c: (plugin_init):
8648         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
8649         (parse_user_text_identification_frame),
8650         (parse_unique_file_identifier):
8651           Add support for UFID and TXXX frames and extract musicbrainz tags.
8652
8653 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
8654
8655         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
8656           Catch short reads, like they might happen with truncated
8657           files (see #305279); remove unnecessary indentation.
8658
8659 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
8660
8661         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
8662           Fix DIB image inversion for pictures with a
8663           depth != 8 (#305279).
8664
8665 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
8666
8667         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
8668         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
8669         * ext/jpeg/gstjpegdec.h:
8670           Fix durations on outgoing buffers after seeking
8671           in MJPEG files (#334083); some minor clean-ups.
8672
8673 2006-03-13  Wim Taymans  <wim@fluendo.com>
8674
8675         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
8676         (gst_wavparse_change_state):
8677         Implement seek in READY (re-fixes #327658)
8678
8679 2006-03-13  Wim Taymans  <wim@fluendo.com>
8680
8681         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
8682         * ext/esd/esdmon.c: (gst_esdmon_get):
8683         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
8684         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
8685         (gst_gdk_pixbuf_sink_getcaps):
8686         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
8687         (gst_jpegenc_setcaps):
8688         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
8689         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
8690         (gst_smokeenc_setcaps):
8691         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
8692         (gst_mngdec_src_getcaps):
8693         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
8694         (gst_mngenc_chain):
8695         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
8696         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
8697         * ext/speex/gstspeexdec.c: (speex_dec_convert),
8698         (speex_dec_src_event), (speex_dec_chain):
8699         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
8700         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
8701         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
8702         (gst_negotiation_pad_link), (gst_negotiation_chain):
8703         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
8704         (gst_flxdec_chain):
8705         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
8706         (deinterleave_chain):
8707         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
8708         * gst/median/gstmedian.c: (gst_median_link):
8709         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
8710         (gst_monoscope_chain):
8711         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
8712         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
8713         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
8714         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
8715         close #333784 unref the result of gst_pad_get_parent()
8716         by: Christophe Fergeau.
8717
8718 2006-03-09  Wim Taymans  <wim@fluendo.com>
8719
8720         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
8721         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
8722         Handle events in push mode better, can now do non-flushing
8723         seeks in push mode as well.
8724
8725 2006-03-07  Wim Taymans  <wim@fluendo.com>
8726
8727         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
8728         Applied patch from Kai Vehmanen, fixes #333624.
8729
8730 2006-03-06  Julien MOUTTE  <julien@moutte.net>
8731
8732         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
8733         Implement paletted and grayscale png files handling.
8734         (#150363).
8735
8736 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
8737
8738         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
8739         (gst_speexenc_chain):
8740           fix a tag list assert
8741           follow gst-plugins-base/ext/ogg/README; set OFFSET
8742           and OFFSET_END.  Muxes correctly with gst-plugins-base
8743           > 0.9.3
8744
8745 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
8746
8747         * gst/id3demux/Makefile.am:
8748         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
8749         (gst_id3demux_chain), (gst_id3demux_sink_activate):
8750           Use new typefind helper functions here as well, and
8751           do typefinding in pull-mode if upstream supports that.
8752
8753 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
8754
8755         * sys/sunaudio/gstsunaudiomixerctrl.c:
8756         (gst_sunaudiomixer_ctrl_get_volume),
8757         (gst_sunaudiomixer_ctrl_set_volume):
8758         * sys/sunaudio/gstsunaudiomixertrack.c:
8759         (gst_sunaudiomixer_track_new):
8760           Remove unused variables, breaks build from CVS
8761           with -Werror (#333392, patch by: Benjamin Pineau)
8762
8763 2006-03-03  Wim Taymans  <wim@fluendo.com>
8764
8765         * docs/plugins/Makefile.am:
8766         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8767         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8768         Added wavparse docs.
8769
8770         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
8771         (gst_wavparse_reset), (gst_wavparse_init),
8772         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
8773         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
8774         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
8775         (gst_wavparse_stream_data), (gst_wavparse_loop),
8776         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
8777         (gst_wavparse_change_state):
8778         * gst/wavparse/gstwavparse.h:
8779         Implement seek in READY (fixes #327658)
8780         Added docs and did some cleanups.
8781
8782 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
8783
8784         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8785         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
8786         (gst_avi_demux_calculate_durations_from_index),
8787         (gst_avi_demux_stream_header):
8788         * gst/avi/gstavidemux.h:
8789           If we have an index, use a duration based on the index instead
8790           of blindly trusting the information in the stream headers
8791           (fixes #331817).
8792
8793 2006-03-03  Wim Taymans  <wim@fluendo.com>
8794
8795         * docs/plugins/Makefile.am:
8796         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8797         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8798         * docs/plugins/gst-plugins-good-plugins.hierarchy:
8799         Added smoke and jpeg to the docs.
8800
8801         * ext/jpeg/Makefile.am:
8802         * ext/jpeg/gstjpeg.c: (plugin_init):
8803         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
8804         * ext/jpeg/gstjpegenc.h:
8805         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
8806         (gst_smokedec_chain):
8807         * ext/jpeg/gstsmokedec.h:
8808         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
8809         * ext/jpeg/gstsmokeenc.h:
8810         * ext/jpeg/smokecodec.h:
8811         Port smokedec (fixes #331905).
8812         Added some docs.
8813         Some cleanups.
8814
8815 2006-03-03  Wim Taymans  <wim@fluendo.com>
8816
8817         * docs/plugins/Makefile.am:
8818         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8819         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8820         * docs/plugins/gst-plugins-good-plugins.hierarchy:
8821         Added videobalance and videoflip to the docs.
8822
8823         * gst/videofilter/Makefile.am:
8824         * gst/videofilter/gstvideobalance.c:
8825         (gst_video_balance_update_tables_planar411),
8826         (gst_video_balance_is_passthrough),
8827         (gst_video_balance_update_properties), (oil_tablelookup_u8),
8828         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
8829         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
8830         (gst_video_balance_finalize), (gst_video_balance_class_init),
8831         (gst_video_balance_init), (gst_video_balance_interface_supported),
8832         (gst_video_balance_interface_init),
8833         (gst_video_balance_colorbalance_list_channels),
8834         (gst_video_balance_colorbalance_set_value),
8835         (gst_video_balance_colorbalance_get_value),
8836         (gst_video_balance_colorbalance_init),
8837         (gst_video_balance_set_property), (gst_video_balance_get_property),
8838         (gst_video_balance_get_type), (plugin_init):
8839         * gst/videofilter/gstvideobalance.h:
8840         Ported to 0.10. (Fixes #326160)
8841         Added docs.
8842
8843         * gst/videofilter/gstvideoflip.c:
8844         * gst/videofilter/gstvideoflip.h:
8845         Added docs.
8846
8847 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
8848
8849         * configure.ac:
8850           Bump requirements to current core and -base CVS
8851           (core for new typefind helper API, and -base for the
8852           WAVFORMATEX support that was added to libgstriff and
8853           is needed by wavparse).
8854         
8855         * gst/apetag/Makefile.am:
8856         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
8857         (gst_tag_demux_sink_activate):
8858           Use new typefind helpers for typefinding instead of our
8859           home-grown stuff; also, do typefinding in pull-mode if
8860           upstream supports that.
8861
8862 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
8863
8864         Reviewed by: Christian Schaller <christian@fluendo.com>
8865
8866         This patch fixes bug: 329107
8867
8868         This Changelog entry is for a commit done on February 17
8869
8870         * ext/gconf/gconf.c
8871         * ext/gconf/gconf.h
8872         * ext/gconf/gstgconfaudiosink.c
8873         * ext/gconf/gstgconfaudiosink.h
8874         * gconf/gstreamer.schemas.in
8875
8876 2006-02-28  Wim Taymans  <wim@fluendo.com>
8877
8878         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8879         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
8880         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
8881         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
8882         Use DEBUG_OBJECT more.
8883
8884 2006-02-28  Wim Taymans  <wim@fluendo.com>
8885
8886         * docs/plugins/Makefile.am:
8887         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8888         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8889         Added dvdec and dvdemux to docs.
8890
8891         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
8892         Added docs.
8893         Check frame sizes so we don't crash when don't have enough
8894         data.
8895         Send nice error messages on error.
8896
8897         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
8898         (gst_dvdemux_class_init), (gst_dvdemux_init),
8899         (gst_dvdemux_finalize), (gst_dvdemux_reset),
8900         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
8901         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
8902         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
8903         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
8904         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
8905         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
8906         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
8907         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
8908         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
8909         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
8910         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
8911         * ext/dv/gstdvdemux.h:
8912         Added docs.
8913         Implement pull mode.
8914         Fix memleaks.
8915         Reduce memcpy for the video demuxing.
8916
8917 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
8918
8919         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
8920         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
8921         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
8922         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
8923           Add a little extra debug. Make the decoder not return NOT_LINKED,
8924           as we want to continue decoding all CMML and emitting tags.
8925
8926 2006-02-27  Michael Smith  <msmith@fluendo.com>
8927
8928         * ext/annodex/gstskeltag.c:
8929         * ext/annodex/gstskeltag.h:
8930           Deleted; these files aren't used any more either.
8931
8932 2006-02-25  Julien MOUTTE  <julien@moutte.net>
8933
8934         * ext/Makefile.am: Fix dist-check.
8935
8936 2006-02-25  Julien MOUTTE  <julien@moutte.net>
8937
8938         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
8939         memleak.
8940
8941 2006-02-25  Alessandro Decina <alessandro@nnva.org>
8942
8943         * ext/annodex/Makefile.am:
8944         * ext/annodex/gstannodex.c:
8945         * ext/annodex/gstcmmldec.c:
8946         * ext/annodex/gstcmmlenc.c:
8947         * ext/annodex/gstcmmlparser.c:
8948         * ext/annodex/gstcmmlparser.h:
8949         * ext/annodex/gstcmmlutils.c:
8950         * tests/check/elements/cmmldec.c:
8951         * tests/check/elements/cmmlenc.c:
8952           Fix a memleak in gst_cmml_track_list_add_clip.
8953           Handle overflows in clip's start and end times.
8954           Add the "encoded" parameter to cmmldec and cmmlenc caps.
8955           Do not parse junk at the end of a CMML preamble buffer.
8956           Register a libxml error handler to not print stuff on stderr.
8957           Check for bad clip start and end times in the testsuites.
8958
8959 2006-02-25  Julien MOUTTE  <julien@moutte.net>
8960
8961         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
8962         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
8963         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
8964         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
8965         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
8966         possible memleaks.
8967
8968 2006-02-25  Julien MOUTTE  <julien@moutte.net>
8969
8970         * tests/check/Makefile.am:
8971         * tests/check/elements/cmmldec.c:
8972         * tests/check/elements/cmmlenc.c: Fix tests so that they use
8973         the plugins-base tags.
8974
8975 2006-02-25  Julien MOUTTE  <julien@moutte.net>
8976
8977         * ext/Makefile.am: Re-enable module.
8978
8979 2006-02-25  Julien MOUTTE  <julien@moutte.net>
8980
8981         * tests/check/Makefile.am: Forgot to remove that test.
8982
8983 2006-02-25  Julien MOUTTE  <julien@moutte.net>
8984
8985         * ext/annodex/Makefile.am:
8986         * ext/annodex/gstannodex.c: (plugin_init):
8987         * ext/annodex/gstcmmldec.c:
8988         * ext/annodex/gstskeldec.c:
8989         * ext/annodex/gstskeldec.h:
8990         * tests/check/Makefile.am:
8991         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
8992
8993 2006-02-25  Julien MOUTTE  <julien@moutte.net>
8994
8995         * tests/check/Makefile.am: Disable those checks as well.
8996
8997 2006-02-24  Julien MOUTTE  <julien@moutte.net>
8998
8999         * ext/Makefile.am: Disable annodex for now until we figure out
9000         how to make it build.
9001         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
9002         Add a rule to your checklist : "please try to at least build 
9003         what you are going to commit into -good, or if you are too lazy
9004         to do that, please check that the buildbots are not crying because
9005         of your commit."
9006
9007 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
9008
9009         * configure.ac:
9010         * ext/Makefile.am:
9011         * ext/gdk_pixbuf/Makefile.am:
9012         * ext/gdk_pixbuf/gstgdkpixbuf.c:
9013         * ext/gdk_pixbuf/gstgdkpixbuf.h:
9014         * ext/gdk_pixbuf/pixbufscale.c:
9015         * ext/gdk_pixbuf/pixbufscale.h:
9016           Gdkpixbuf ported from 0.8 to 0.10 by
9017           Renato Filho <renato.filho@indt.org.br>.
9018           gst_loader and gdkpixbufanimation still need port.
9019
9020 2006-02-24  Michael Smith  <msmith@fluendo.com>
9021
9022         * configure.ac:
9023         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9024         * ext/Makefile.am:
9025         * ext/annodex/Makefile.am:
9026         * ext/annodex/gstannodex.c:
9027         * ext/annodex/gstannodex.h:
9028         * ext/annodex/gstcmmldec.c:
9029         * ext/annodex/gstcmmldec.h:
9030         * ext/annodex/gstcmmlenc.c:
9031         * ext/annodex/gstcmmlenc.h:
9032         * ext/annodex/gstcmmlparser.c:
9033         * ext/annodex/gstcmmlparser.h:
9034         * ext/annodex/gstcmmltag.c:
9035         * ext/annodex/gstcmmltag.h:
9036         * ext/annodex/gstcmmlutils.c:
9037         * ext/annodex/gstcmmlutils.h:
9038         * ext/annodex/gstskeldec.c:
9039         * ext/annodex/gstskeldec.h:
9040         * ext/annodex/gstskeltag.c:
9041         * ext/annodex/gstskeltag.h:
9042         * tests/check/Makefile.am:
9043         * tests/check/elements/cmmldec.c:
9044         * tests/check/elements/cmmlenc.c:
9045         * tests/check/elements/skeldec.c:
9046           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
9047           Includes tests & docs, oh my! Passes Thomas's -good checklist
9048           entirely. Wow.
9049
9050 2006-02-24  Michael Smith  <msmith@fluendo.com>
9051
9052         * autogen.sh:
9053           Check for automake 1.9 as well.
9054
9055 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
9056
9057         * ext/flac/gstflacenc.c:
9058           Change min. sample rate to 8kHz to match flacdec's.
9059           
9060 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
9061
9062         * ext/cdio/Makefile.am:
9063           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
9064           required for Cygwin, see #317048)
9065
9066         * gst/rtp/gstasteriskh263.c:
9067           Cygwin has includes for both the unix network socket API
9068           and the windows API, but only one can be included, so fix
9069           includes to only use one or the other, prefering the unxi
9070           one (#317048).
9071
9072 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
9073
9074         * rtp/gst/gstrtppcmadepay.c:
9075         * rtp/gst/gstrtppcmadepay.h:
9076         * rtp/gst/gstgstrtppcmapay.c:
9077         * rtp/gst/gstgstrtppcmapay.h:
9078         * rtp/gst/gstrtppcmudepay.c:
9079         * rtp/gst/gstrtppcmudepay.h:
9080         * rtp/gst/gstrtppcmupay.c:
9081         * rtp/gst/gstrtppcmupay.h:
9082         * rtp/gst/Makefile.am:
9083         * rtp/gst/gstrtp.c:
9084         * rtp/gst/README:
9085         Separated the G711 payloaders/depayloaders into separate elements for
9086         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
9087
9088 2006-02-22  Wim Taymans  <wim@fluendo.com>
9089
9090         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
9091         (gst_dvdec_change_state):
9092         * ext/dv/gstdvdec.h:
9093         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
9094         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
9095         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
9096         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
9097         (gst_dvdemux_flush), (gst_dvdemux_chain),
9098         (gst_dvdemux_change_state):
9099         * ext/dv/gstdvdemux.h:
9100         Ueber spiffify some more, added debug category.
9101         Use _scale.
9102         Use segments, respect playback rate from newsegment.
9103         Fix refcount issue.
9104
9105 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
9106
9107         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
9108         (gst_signal_processor_process):
9109         Fix compilation of LADPSA. It doesn't seem to work, and isn't
9110         enabled for the build, but it helps me win the feature-count
9111         competitions ooh yeah.
9112
9113 2006-02-19  Wim Taymans  <wim@fluendo.com>
9114
9115         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
9116         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
9117         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
9118         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
9119         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
9120         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
9121         Use scaling code for added precission and more correct stop
9122         position in case scale==0.
9123
9124 2006-02-19  Wim Taymans  <wim@fluendo.com>
9125
9126         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
9127         (gst_flxdec_chain):
9128         * gst/flx/gstflxdec.h:
9129         Implement DURATION query.
9130
9131 2006-02-19  Wim Taymans  <wim@fluendo.com>
9132
9133         * gst/flx/flx_color.h:
9134         * gst/flx/flx_fmt.h:
9135         * gst/flx/gstflxdec.c: (gst_flxdec_init),
9136         (gst_flxdec_src_query_handler), (flx_decode_color),
9137         (gst_flxdec_chain):
9138         * gst/flx/gstflxdec.h:
9139         Set MALLOCDATA for the temp buffers so we don't leak.
9140         Some debug cleanups.
9141         Consume all data in the adapter before leaving the chain
9142         function. Fixes #330678.
9143
9144 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
9145
9146         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
9147         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
9148          Handle 0 data size in otherwise valid frames.
9149          Handle numeric strings in 2.4.0 even when not in parentheses 
9150
9151 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
9152
9153         * gst/matroska/matroska-demux.c:
9154         (gst_matroska_demux_subtitle_caps),
9155         (gst_matroska_demux_plugin_init):
9156         * gst/matroska/matroska-ids.h:
9157           Recognise SSA/ASS and USF subtitle formats and
9158           set proper caps when they are found.
9159
9160 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
9161
9162         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
9163         (gst_jpeg_dec_chain):
9164           Fix invalid memory access for some odd-sized images
9165           (see image contained in quicktime stream in #327083);
9166           use g_malloc() instead of g_alloca().
9167
9168 2006-02-17  Wim Taymans  <wim@fluendo.com>
9169
9170         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
9171         Patch from Sebastien Cote, fixes #319884
9172
9173 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
9174
9175         * ext/cdio/gstcdio.c: (plugin_init):
9176           Init debug category (#331253).
9177
9178 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
9179
9180         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9181           Pass extra_data to gst_riff_create_audio_caps(), so that
9182           WAVEFORMATEX stuff works. Post audio codec name and post
9183           it as taglist on the bus. Allow up to 8 channesl for raw
9184           PCM in the source pad template caps.
9185
9186 2006-02-16  Wim Taymans  <wim@fluendo.com>
9187
9188         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
9189         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
9190         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
9191         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
9192         (gst_multipart_set_property), (gst_multipart_get_property):
9193         Applied #318663. Gives quite a few false positives in
9194         autoscan mode, but it's better than nothing. Not closing yet.
9195
9196 2006-02-16  Wim Taymans  <wim@fluendo.com>
9197
9198         * docs/plugins/Makefile.am:
9199         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9200         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9201         * docs/plugins/gst-plugins-good-plugins.args:
9202         * docs/plugins/inspect/plugin-udp.xml:
9203         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9204         (gst_udpsrc_start):
9205         Update documentation.
9206         Fix args.
9207
9208 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
9209
9210         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
9211         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
9212         frame size. (Fixes #331368)
9213
9214 2006-02-16  Wim Taymans  <wim@fluendo.com>
9215
9216         * gst/rtsp/README:
9217         Updated README.
9218
9219         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
9220         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
9221         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
9222         * gst/rtsp/gstrtspsrc.h:
9223         Make sure the RTP port is an even port an try to allocate 
9224         another if not.
9225         Added retry property to control max retries for port allocation.
9226         Make sure RTCP port is RTP port+1.
9227         Cleanup when port allocation fails.
9228         Fixes #319183.
9229         
9230 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
9231
9232         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
9233           Don't ignore return value of the parent class's state
9234           change function (#331385, patch by: Wouter Paesen).
9235
9236 2006-02-15  Wim Taymans  <wim@fluendo.com>
9237
9238         * configure.ac:
9239         * docs/plugins/Makefile.am:
9240         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9241         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9242         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9243         * ext/Makefile.am:
9244         * ext/hal/Makefile.am:
9245         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
9246         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
9247         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
9248         (do_toggle_element), (gst_hal_audio_sink_set_property),
9249         (gst_hal_audio_sink_get_property),
9250         (gst_hal_audio_sink_change_state):
9251         * ext/hal/gsthalaudiosink.h:
9252         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
9253         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
9254         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
9255         (do_toggle_element), (gst_hal_audio_src_set_property),
9256         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
9257         * ext/hal/gsthalaudiosrc.h:
9258         * ext/hal/gsthalelements.c: (plugin_init):
9259         * ext/hal/gsthalelements.h:
9260         * ext/hal/hal.c: (gst_hal_get_string),
9261         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
9262         (gst_hal_get_audio_src):
9263         * ext/hal/hal.h:
9264         Add HAL sound device wrapper plugins. Closes #329106
9265
9266 2006-02-15  Wim Taymans  <wim@fluendo.com>
9267
9268         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
9269         Add comment in a fultile attempt to stop the copy-and-paste 
9270         paradigm leading to duplication of bad code.
9271
9272         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
9273         Mime parameters have to be checked case insensitive
9274
9275 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
9276
9277         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
9278           Advance stream time for lagging subtitle streams by sending
9279           newsegment events with the update flag set.
9280
9281 2006-02-14  Edward Hervey  <edward@fluendo.com>
9282
9283         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
9284         There can be bogus data before the hdrl LIST tag in the RIFF header.
9285         It's hard to say if it's not respecting the AVI specifications or not,
9286         but since Google Video is producing AVIs like that and the other player
9287         don't seem to complain, I guess we should do the same.
9288
9289 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
9290
9291         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
9292         (parse_split_strings):
9293         Add more validation to ensure that a char encoding conversion
9294         produced a valid UTF-8 string.
9295
9296 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
9297
9298         Reviewed by: Edward Hervey  <edward@fluendo.com>
9299
9300         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
9301         Properly handle end of segment. Closes #330885.
9302
9303 2006-02-13  Wim Taymans  <wim@fluendo.com>
9304
9305         * gst/rtp/gstrtpmp4gpay.h:
9306         For got to commit this one.
9307
9308 2006-02-12  Wim Taymans  <wim@fluendo.com>
9309
9310         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
9311         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
9312         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
9313         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
9314         * gst/rtp/gstrtpmp4gpay.h:
9315         Make more things work.
9316         Handle ACC config strings.
9317
9318 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
9319
9320         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
9321           set timestamps if no incoming timestamps set
9322
9323 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
9324
9325         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
9326         (gst_tag_demux_do_typefind):
9327           ... and fix the very same leaks in GstTagDemux.
9328
9329 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
9330
9331         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
9332         (gst_id3demux_do_typefind):
9333         Fix a couple of mem leaks. (Patch by Jonathan Matthew
9334         <jonathan at kaolin dot wh9 dot net>)
9335
9336 2006-02-10  Wim Taymans  <wim@fluendo.com>
9337
9338         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
9339         First set options, then set caps or else the baseclass
9340         will not know about the options, duh.
9341
9342 2006-02-10  Wim Taymans  <wim@fluendo.com>
9343
9344         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
9345         (gst_rtp_mp4v_pay_setcaps):
9346         Don't waste time looking for a config string if we have codec_info
9347         on the incomming caps.
9348
9349 2006-02-10  Wim Taymans  <wim@fluendo.com>
9350
9351         * gst/rtp/README:
9352         Say something about case-sensitivity of caps vs mime-attributes.
9353
9354         * gst/rtp/Makefile.am:
9355         * gst/rtp/gstrtp.c: (plugin_init):
9356         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
9357         (gst_rtp_amr_pay_handle_buffer):
9358         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
9359         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
9360         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
9361         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
9362         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
9363         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
9364         (gst_rtp_mp4g_pay_plugin_init):
9365         * gst/rtp/gstrtpmp4gpay.h:
9366         Added beginnings of mpeg4-generic payloader (RFC 3640)
9367
9368 2006-02-09  Wim Taymans  <wim@fluendo.com>
9369
9370         * gst/rtsp/Makefile.am:
9371         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
9372         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
9373         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
9374         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
9375         (gst_rtpdec_change_state):
9376         * gst/rtsp/gstrtpdec.h:
9377         * gst/rtsp/gstrtsp.c: (plugin_init):
9378         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
9379         * gst/rtsp/rtspconnection.c: (read_body),
9380         (rtsp_connection_receive):
9381         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
9382         Resurected rtpdec to make rtspsrc happy again.
9383         Skip attributes from the session id.
9384         Don't crash when dumping a message with an empty body.
9385
9386
9387 2006-02-09  Wim Taymans  <wim@fluendo.com>
9388
9389         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
9390         Added more meaningfull warnings when something goes wrong.
9391         Clear F bit on outgoing AMR packets.
9392
9393         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
9394         (gst_rtp_amr_pay_handle_buffer):
9395         Added debugging category
9396         Support payloading of multiple AMR frames.
9397
9398         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
9399         Added some debugging.
9400
9401 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
9402
9403         * configure.ac:
9404           Back to CVS
9405
9406 === release 0.10.2 ===
9407
9408 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
9409
9410         * configure.ac:
9411           releasing 0.10.2, "Papa was a rolling stone"
9412
9413 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
9414
9415         * configure.ac:
9416           Bump core and plugins-base requirement to 0.10.2.2
9417           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
9418
9419 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
9420
9421         * ext/flac/gstflac.c: (plugin_init):
9422         * ext/speex/gstspeex.c: (plugin_init):
9423           Register musicbrainz tags.
9424
9425 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
9426
9427         * ext/gconf/gconf.h:
9428           Remove declaration of function that no longer exists.
9429
9430 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9431
9432         * ext/shout2/gstshout2.c: (gst_shout2send_render),
9433         (gst_shout2send_setcaps), (gst_shout2send_change_state):
9434         Make shout2 work for non ogg streams
9435
9436 2006-02-06  Wim Taymans  <wim@fluendo.com>
9437
9438         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
9439         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
9440         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
9441         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
9442         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
9443         * gst/udp/gstmultiudpsink.h:
9444         Updated docs.
9445         Added properties bytes-served, bytes_to_serve.
9446         Post proper error messages,
9447         Emit client added signal too.
9448
9449 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9450
9451         * docs/plugins/Makefile.am:
9452         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9453         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9454         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
9455         (gst_multiudpsink_get_stats):
9456           adding docs for multiudpsink
9457
9458 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9459
9460         * gst/level/gstlevel.c: (gst_level_transform_ip):
9461           peak below decay is not necessarily an error, so don't ERROR log
9462
9463 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
9464
9465         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
9466         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
9467         (gst_ebml_write_seek):
9468         * gst/matroska/ebml-write.h:
9469           Make sure we send a newsegment event in BYTES format
9470           before sending buffers (#328531).
9471
9472 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
9473
9474         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
9475         (gst_dvdemux_sink_query):
9476         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
9477         * ext/speex/gstspeexdec.c: (speex_get_query_types),
9478         (speex_dec_src_query):
9479         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
9480         (gst_speexenc_sink_query):
9481         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
9482         * gst/matroska/matroska-demux.c:
9483         (gst_matroska_demux_get_src_query_types),
9484         (gst_matroska_demux_handle_src_query):
9485         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
9486         (gst_wavparse_pad_query):
9487           Pass unhandled queries upstream instead of just dropping
9488           them (#326446). Update query type arrays here and there.
9489
9490 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
9491
9492         * tests/check/elements/matroskamux.c: (setup_src_pad):
9493           Collectpads in core got changed and now also holds a
9494           reference to any pad that is part of it. Fix refcount
9495           checks in test case accordingly.
9496
9497 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
9498
9499         * gst/apetag/gstapedemux.h:
9500           Fix include, for now GstTagDemux is in the apetag dir.
9501
9502 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
9503
9504         * docs/plugins/Makefile.am:
9505         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9506         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9507         * docs/plugins/inspect/plugin-cdio.xml:
9508           Add cdio plugin to docs.
9509
9510         * ext/cdio/gstcdiocddasrc.c:
9511           Add gtk-doc blurb.
9512
9513         * ext/cdio/gstcdio.c:
9514           The plugin is called 'cdio' not 'cddio'.
9515
9516 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
9517
9518         * configure.ac:
9519         * docs/plugins/Makefile.am:
9520         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9521         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9522         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9523         * docs/plugins/inspect/plugin-apetag.xml:
9524         * gst/apetag/Makefile.am:
9525         * gst/apetag/gstapedemux.c:
9526         * gst/apetag/gstapedemux.h:
9527         * gst/apetag/gsttagdemux.c:
9528         * gst/apetag/gsttagdemux.h:
9529           Add APE tag demuxer (#325649).
9530
9531 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
9532
9533         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
9534         (gst_gconf_get_default_video_sink),
9535         (gst_gconf_get_default_audio_src),
9536         (gst_gconf_get_default_video_src):
9537         * ext/gconf/gconf.h:
9538         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
9539         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
9540         (do_toggle_element):
9541         * ext/gconf/gstgconfaudiosink.h:
9542         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
9543         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
9544         (do_toggle_element):
9545         * ext/gconf/gstgconfaudiosrc.h:
9546         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
9547         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
9548         (do_toggle_element):
9549         * ext/gconf/gstgconfvideosink.h:
9550         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
9551         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
9552         (do_toggle_element):
9553         * ext/gconf/gstgconfvideosrc.h:
9554           Ignore changing the GConf key to "". Ignore GConf key updates
9555           that don't actually change the string.
9556           For now, ignore the GConf key when the state is > READY, as
9557           it breaks streaming. Sometime it will be nice to bring the
9558           new sink online even mid-stream, by sending NEWSEGMENT info
9559           and possibly prerolling.
9560           (Fixes #326736)
9561
9562 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
9563
9564         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
9565         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
9566         (zoomFilterSetResolution), (zoomFilterDestroy),
9567         (zoomFilterFastRGB), (pointFilter):
9568         * gst/goom/filters.h:
9569         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
9570         (goom_update), (goom_close):
9571         * gst/goom/goom_core.h:
9572         * gst/goom/goom_tools.h:
9573         * gst/goom/graphic.c:
9574         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
9575         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
9576         * gst/goom/gstgoom.h:
9577         * gst/goom/lines.c: (goom_lines):
9578         * gst/goom/lines.h:
9579           Make goom reentrant by moving all important static variables
9580           into instance structures.
9581           (Fixes #329181)
9582
9583 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
9584
9585         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9586         (gst_avi_demux_all_source_pads_unlinked),
9587         (gst_avi_demux_process_next_entry):
9588         * gst/avi/gstavidemux.h:
9589           Third attempt, use gst_pad_is_linked() this time.
9590
9591 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
9592
9593         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
9594         (parse_split_strings):
9595         Adjust for data length indicators when parsing (Fixes #329810)
9596         Fix stupid bug parsing UTF-8 tag text.
9597         Output tag strings with multiple fields as multiple tags, so the
9598         app gets all the data.
9599
9600 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
9601
9602         * ext/flac/gstflacenc.c:
9603         Fixed a bug add in last commit, where no event is send. Thanks Tim to
9604         show me.
9605         
9606 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
9607
9608         * ext/flac/gstflacenc.c:
9609         * gst/matroska/ebml-read.c:
9610         Just make it compile with --disable-gst-debug.
9611
9612 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
9613
9614         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
9615         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
9616         (id3v2_genre_fields_to_taglist):
9617           Never output a tag with a null contents string.
9618
9619 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
9620
9621         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
9622           Only pause if all pads are unlinked AND we've tried to send data
9623           on all of them at least once.
9624
9625 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
9626
9627         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
9628         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
9629           Make loop function/task pause itself when all source pads are
9630           unlinked.
9631
9632 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
9633
9634         * configure.ac:
9635         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
9636           Use new functions from core to render a bin from a
9637           string. Fixes build. Up requirements to core CVS.
9638
9639 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
9640
9641         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
9642           Don't push buffers into the adapter that we are going to
9643           push downstream again without framing anyway. Also, the
9644           adaptor takes ownership of buffers put into it (fixes
9645           auparse pushing invalid buffers for .au files with
9646           ADPCM contents). Finally, set caps on all outgoing buffers.
9647
9648 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
9649
9650         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
9651         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
9652         (gst_id3demux_send_tag_event):
9653         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
9654         Someone should kick my butt. Remove ID3v1 tags from the end of the
9655         file.
9656
9657         Improve error messages. Send the TAG message as soon as we complete
9658         typefinding, instead of waiting until we send the first buffer.
9659         Downstream tag event is still sent before the first buffer.
9660
9661 2006-01-27  Jan Gerber  <j@bootlab.org>
9662
9663         Reviewed by: Andy Wingo <wingo@pobox.com>
9664
9665         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
9666         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
9667         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
9668         to not have warings flooding stderr. this is the suggested way
9669         also used in dvgrab and kino. (#328336)
9670
9671 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
9672
9673         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
9674         (gst_oss_sink_init), (gst_oss_sink_finalise):
9675           Free the device name string when finalised.
9676
9677 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
9678
9679         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
9680           Don't put function calls in g_return_if_fail() statements,
9681           or they'll be replaced with NOOPs if someone compiles with
9682           G_DISABLE_CHECKS defined.
9683           
9684 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
9685
9686         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
9687         Never trust ANY information encoded in a media file, especially
9688         when it's giving you sizes. (Fixes #328452)
9689
9690 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
9691
9692         * gst/rtp/gstrtpg711pay.c:
9693         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
9694         bug #325148.
9695
9696 2006-01-23  Edward Hervey  <edward@fluendo.com>
9697
9698         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
9699         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
9700         * gst/matroska/matroska-ids.h:
9701         Added recognition of Real Audio and Video streams in matroska demuxer.
9702
9703 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
9704
9705         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
9706           Remove errant break statement, and fix compilation with
9707           older GCC.
9708
9709 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
9710
9711         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
9712
9713         * sys/sunaudio/gstsunaudiomixerctrl.c:
9714         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
9715           Export functions that are needed in other parts of the code,
9716           makes the mixer actually work; adjust magic minimum buffer-time
9717           value from 3ms to 5ms to work around stuttering during mp3
9718           playback (#327765).
9719
9720 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
9721
9722         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
9723
9724         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
9725         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
9726           Fix possible deadlock in matroska muxer (#327825).
9727
9728 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
9729
9730         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
9731         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
9732         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
9733         * gst/rtsp/sdpmessage.h:
9734         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
9735         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
9736           C89 fixes: declare variables at the beginning of a block and
9737           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
9738           <jensgr at gmx dot net>).
9739
9740 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
9741
9742         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
9743         * gst/id3demux/id3tags.h:
9744         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
9745         (parse_comment_frame), (parse_text_identification_frame),
9746         (id3v2_tag_to_taglist), (id3v2_are_digits),
9747         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
9748         (parse_split_strings), (free_tag_strings):
9749           Rewrite parsing of text tags to handle multiple NULL terminated
9750           strings. Parse numeric genre strings and ID3v2 type
9751           "(3)(6)Alternative" style genre strings.
9752           Parse dates that are only YYYY or YYYY-mm format.
9753           (Fixes #328241 and #322154)
9754
9755 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
9756
9757         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
9758           Don't forget to initialize liboil, otherwise our oil functions
9759           will crash (fixes #327871; patch by: Christoph Burghardt
9760           <hawkes at web dot de>).
9761
9762 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
9763
9764         * configure.ac:
9765           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
9766           like in the core and gst-plugins-base. Fixes #324367 and #326683;
9767           patch by: Brian Cameron <brian dot cameron at sun dot com>
9768
9769 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
9770
9771         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
9772         * ext/cdio/gstcdio.h:
9773         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
9774           Fix build for libcdio versions >= 76; give slightly lower rank
9775           than cdparanoia.
9776
9777 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
9778
9779         * configure.ac:
9780         * ext/Makefile.am:
9781         * ext/cdio/Makefile.am:
9782         * ext/cdio/gstcdio.c:
9783         * ext/cdio/gstcdio.h:
9784         * ext/cdio/gstcdiocddasrc.c:
9785         * ext/cdio/gstcdiocddasrc.h:
9786           Port libcdio cdda source, formerly known as cddasrc, now known as
9787           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
9788           but that's not tested (fixes #317658).
9789
9790 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
9791
9792         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
9793           Fix conversion from TIME to BYTES format (fixes #326864;
9794           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
9795
9796 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
9797
9798         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
9799           Fix compilation of id3demux when zlib is not present.
9800           (Fixes #326602; patch by: Sergey Scobich)
9801
9802 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
9803
9804         * ext/esd/Makefile.am:
9805           Add $(ESD_CFLAGS), otherwise build will fail for folks
9806           with libesd in a non-standard prefix (#327009).
9807
9808 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9809
9810         * configure.ac:
9811           back to HEAD
9812
9813 === release 0.10.1 ===
9814
9815 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
9816
9817         * configure.ac:
9818           releasing 0.10.1, "Li"
9819
9820 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9821
9822           patch by: Wim Taymans
9823
9824         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
9825           fix memleak.  Fixes #326618
9826
9827 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9828
9829           patch by: Mike Smith
9830
9831         * gst/level/gstlevel.c: (gst_level_message_new),
9832         (gst_level_message_append_channel):
9833           Fix memleak.  Fixes #326612
9834
9835 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9836
9837         * configure.ac:
9838           prereleasing
9839         * po/af.po:
9840         * po/az.po:
9841         * po/cs.po:
9842         * po/en_GB.po:
9843         * po/hu.po:
9844         * po/it.po:
9845         * po/nb.po:
9846         * po/nl.po:
9847         * po/or.po:
9848         * po/sq.po:
9849         * po/sr.po:
9850         * po/sv.po:
9851         * po/uk.po:
9852         * po/vi.po:
9853           update translations
9854
9855 2006-01-10  Michael Smith  <msmith@fluendo.com>
9856
9857         * gst/level/gstlevel.c: (gst_level_class_init),
9858         (gst_level_dispose):
9859           Don't leak filter arrays.
9860
9861 2006-01-09 Brian Cameron <brian.cameron@sun.com>
9862
9863         reviewed by: Christian Schaller <uraeus@gnome.org>
9864         
9865         * configure.ac:
9866         * gst-plugins-good.spec.in:
9867         * sys/Makefile.am:
9868         * sys/sunaudio/Makefile.am:
9869         * sys/sunaudio/gstsunaudio.c: (plugin_init):
9870         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
9871         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
9872         (gst_sunaudiomixer_change_state):
9873         * sys/sunaudio/gstsunaudiomixer.h:
9874         * sys/sunaudio/gstsunaudiomixerctrl.c:
9875         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
9876         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
9877         (gst_sunaudiomixer_ctrl_list_tracks),
9878         (gst_sunaudiomixer_ctrl_get_volume),
9879         (gst_sunaudiomixer_ctrl_set_volume),
9880         (gst_sunaudiomixer_ctrl_set_mute),
9881         (gst_sunaudiomixer_ctrl_set_record):
9882         * sys/sunaudio/gstsunaudiomixerctrl.h:
9883         * sys/sunaudio/gstsunaudiomixertrack.c:
9884         (gst_sunaudiomixer_track_class_init),
9885         (gst_sunaudiomixer_track_init), (fill_labels),
9886         (gst_sunaudiomixer_track_new):
9887         * sys/sunaudio/gstsunaudiomixertrack.h:
9888         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
9889         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
9890         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
9891         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
9892         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
9893         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
9894         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
9895         * sys/sunaudio/gstsunaudiosink.h:
9896
9897         Add SunAudio plugin - tested to make sure it doesn't break
9898         the build under GNU/Linux.      
9899
9900 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
9901
9902         * gst-plugins-good/gst/udp/gstdynudpsink.c:
9903         * gst-plugins-good/gst/udp/gstudpsrc.c:
9904         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
9905         overrides the port or multicast parameters. Fixes bugs #323021.
9906         API addition: adds GstUDPSrc::sockfd property   
9907
9908 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
9909
9910         * ext/gconf/Makefile.am:
9911         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
9912         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
9913         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
9914         (do_toggle_element), (cb_toggle_element),
9915         (gst_gconf_audio_src_change_state):
9916         * ext/gconf/gstgconfaudiosrc.h:
9917         * ext/gconf/gstgconfelements.c: (plugin_init):
9918         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
9919         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
9920         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
9921         (do_toggle_element), (cb_toggle_element),
9922         (gst_gconf_video_src_change_state):
9923         * ext/gconf/gstgconfvideosrc.h:
9924           Add new gconfaudiosrc and gconfvideosrc elements
9925           (needed for gnome-sound-recorder).
9926
9927 2006-01-06  Edward Hervey  <edward@fluendo.com>
9928
9929         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
9930         Add gst_element_no_more_pads() for proper decodebin behaviour.
9931         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
9932         (parse_text_identification_frame), (parse_split_strings):
9933         Failure to decode some tags is not a GST_ERROR() but a
9934         GST_WARNING()
9935         When iterating over a chunk of text, check that we haven't gone too
9936         far.
9937
9938 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
9939
9940         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
9941         (plugin_init):
9942           call oil_init() when using liboil
9943
9944 2006-01-04  Wim Taymans  <wim@fluendo.com>
9945
9946         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
9947         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
9948         Fix leaks.
9949
9950 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
9951
9952         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
9953
9954         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
9955         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
9956         (gst_flac_dec_change_state):
9957           Don't g_assert() where we should just return FALSE; remove
9958           unnecessary g_assert(); initialize some fields properly in
9959           state change function (fixes #325504). Also, use
9960           GST_DEBUG_OBJECT in two more places.
9961
9962 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
9963
9964         * configure.ac:
9965           also remove smoothwave's Makefile.am
9966         * docs/plugins/Makefile.am:
9967           fix plugin docs
9968
9969 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
9970
9971         * tests/examples/Makefile.am:
9972           added missing Makefile.am
9973
9974 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
9975
9976         * configure.ac:
9977         * gst/level/Makefile.am:
9978         * gst/level/level-example.c:
9979         * tests/Makefile.am:
9980         * tests/examples/level/Makefile.am:
9981         * tests/examples/level/level-example.c: (message_handler), (main):
9982           moved level-example to tests/examples/level-example
9983         * tests/old/examples/level/demo.c: (main):
9984         * tests/old/examples/level/plot.c: (main):
9985           some initial fixes
9986
9987 2005-12-29  Michael Smith  <msmith@fluendo.com>
9988
9989         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
9990         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
9991         * gst/udp/gstmultiudpsink.h:
9992           Track packets sent per client in addition to bytes sent; provide
9993           this info through get-stats signal
9994
9995 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9996
9997         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
9998           Can't use gst_object_unref() on a GstAdapter (#325191).
9999
10000 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
10001
10002         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
10003         If a broken tag has 0 bytes payload, at least still skip
10004         the 10 byte header
10005
10006 2005-12-22  Philippe Khalaf  <burger@speedy.org>
10007
10008         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
10009         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
10010         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
10011         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
10012           Making these depayloaders (H263+ and mpeg4 video) inherit from
10013           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
10014
10015 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
10016
10017         * docs/plugins/gst-plugins-good-plugins.args:
10018         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10019         Regenerate the plugin hiearchy.
10020
10021 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
10022
10023         * docs/plugins/Makefile.am:
10024         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10025         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10026         * docs/plugins/gst-plugins-good-plugins.args:
10027         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
10028         (gst_id3demux_base_init), (gst_id3demux_class_init),
10029         (gst_id3demux_chain):
10030         * gst/id3demux/gstid3demux.h:
10031           Add documentation for id3demux.
10032           Don't fail if the first buffer is not at offset 0, just
10033           attempt to typefind and do pass through
10034           Rename the gst_type function from gst_gst_id3demux..
10035
10036 2005-12-20  Michael Smith  <msmith@fluendo.com>
10037
10038         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
10039         (gst_multiudpsink_add), (gst_multiudpsink_remove),
10040         (gst_multiudpsink_get_stats):
10041         * gst/udp/gstmultiudpsink.h:
10042           Collect statistics; return them from get_stats.
10043
10044 2005-12-19  Edward Hervey  <edward@fluendo.com>
10045
10046         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
10047         Stupid signedness issue...
10048
10049 2005-12-19  Edward Hervey  <edward@fluendo.com>
10050
10051         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10052         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
10053         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
10054         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
10055         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
10056         Construct index for indexless files.
10057         Make sure pad/buffers are correctly reset to NULL once we don't need
10058         them anymore, else we get lovely segfaults/assertions.
10059         * gst/wavparse/gstwavparse.c:
10060         Yes, you can have 96KHz audio and wma in wav :(
10061
10062 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
10063
10064         * configure.ac:
10065           Check for optional dependency on zlib for id3demux
10066
10067         * gst/id3demux/Makefile.am:
10068         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
10069         (gst_id3demux_base_init), (gst_id3demux_class_init),
10070         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
10071         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
10072         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
10073         (gst_id3demux_set_property), (gst_id3demux_get_property),
10074         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
10075         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
10076         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
10077         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
10078         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
10079         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
10080         (simple_find_peek), (simple_find_suggest),
10081         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
10082         (plugin_init):
10083         * gst/id3demux/gstid3demux.h:
10084         * gst/id3demux/id3tags.c: (read_synch_uint),
10085         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
10086         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
10087         (id3demux_id3v2_frames_to_tag_list):
10088         * gst/id3demux/id3tags.h:
10089         * gst/id3demux/id3v2.4.0-frames.txt:
10090         * gst/id3demux/id3v2.4.0-structure.txt:
10091         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10092         (parse_comment_frame), (parse_text_identification_frame),
10093         (id3v2_tag_to_taglist), (parse_split_strings):
10094           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
10095           otherwise it discards them. Works on my test files. 
10096
10097         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
10098           Don't send EOS to a non-existing srcpad
10099           The debug category can be static
10100
10101 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
10102
10103         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
10104         * ext/esd/esdsink.c: (gst_esdsink_prepare):
10105         * gst/multipart/multipartdemux.c:
10106           change some char* into char[]
10107
10108 2005-12-16  Wim Taymans  <wim@fluendo.com>
10109
10110         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
10111         (gst_wavparse_other), (gst_wavparse_perform_seek),
10112         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
10113         (gst_wavparse_loop), (gst_wavparse_pad_convert),
10114         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
10115         * gst/wavparse/gstwavparse.h:
10116         Use GstSegment to implement more seeking features.
10117
10118 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
10119
10120         * gst/rtsp/rtspconnection.c:
10121           Add <netinet/in.h> include and move <arpa/inet.h> include
10122           to make things work on OpenBSD as well (fixes #323717;
10123           patch by: Benjamin Pineau)
10124
10125 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
10126
10127         * gst/rtp/gstrtpspeexdepay.c:
10128         * gst/rtp/gstrtpspeexpay.c:
10129         Set clock rate to be fixed in 8000. It fixes bug #324012.
10130
10131 2005-12-14  Philippe Khalaf  <burger@speedy.org>
10132
10133         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
10134         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
10135         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
10136         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
10137         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
10138         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
10139         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
10140         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
10141         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
10142         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
10143         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
10144         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
10145         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
10146         * gst-plugins-good/gst/rtp/README:
10147         Fixed payload range in payloder caps. Removed payload range completely
10148         from depayloaders as they don't require payload type in their caps.
10149         In effect, there isn't any specific payload type for any given codec,
10150         only suggestions.
10151         Fixes bug #324011.
10152
10153 2005-12-13  Julien MOUTTE  <julien@moutte.net>
10154
10155         * gst/videomixer/videomixer.c: (gst_videomixer_init),
10156         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
10157         (gst_videomixer_collected): Code cleanup and re-enabling 
10158         queued time validity check for correct EOS handling.
10159
10160 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
10161
10162         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
10163         (gst_oss_mixer_element_get_property),
10164         (gst_oss_mixer_element_change_state):
10165         Add 'device-name' property and fix state change function.
10166
10167 2005-12-13  Edward Hervey  <edward@fluendo.com>
10168
10169         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
10170         If the speed of the file is null in the header, set the frame_time to
10171         the default setting of GST_SECOND / 70. Which is the default
10172         frame_delay for .fli files as stated in this document :
10173         http://www.compuphase.com/flic.htm
10174         Would be nice to have the time conversion done properly too (duration =
10175         flxh->frames * flxdec->frame_time)
10176
10177 2005-12-12  Julien MOUTTE  <julien@moutte.net>
10178
10179         * docs/plugins/Makefile.am:
10180         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10181         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10182         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10183         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
10184         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
10185         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
10186         documentation for videomixer on my way with a funny sample
10187         pipeline.
10188
10189 2005-12-12  Julien MOUTTE  <julien@moutte.net>
10190
10191         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
10192         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
10193         (gst_videomixer_update_queues), (gst_videomixer_collected):
10194         Fix caps negotiation. (#323896)
10195
10196 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
10197
10198         * gst/matroska/matroska-demux.c:
10199         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
10200           Set correct timestamps on audio laces, fixes playback of mp3 from
10201                 matroska.
10202
10203 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
10204
10205         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
10206         (gst_au_parse_class_init), (gst_au_parse_init),
10207         (gst_au_parse_dispose), (gst_au_parse_chain),
10208         (gst_au_parse_change_state), (plugin_init):
10209         * gst/auparse/gstauparse.h:
10210           Use gst_object_unref() for GstObjects instead of
10211           g_object_unref() and fix a mem leak in a debug
10212           statement; while we're at it, also borgify, use
10213           boilerplate macros and clean up a little bit.
10214
10215 2005-12-11  Edward Hervey  <edward@fluendo.com>
10216
10217         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
10218         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
10219         Added pull mode.
10220
10221 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
10222
10223         * gst/goom/gstgoom.c:
10224         * gst/level/level-example.c: (main):
10225         * gst/smoothwave/demo-osssrc.c: (main):
10226           Use audiotestsrc instead of sinesrc (#323798).
10227
10228 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
10229
10230         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
10231           more debug-func-ptr usage
10232
10233 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
10234
10235         * gst/flx/flx_color.c: (flx_colorspace_convert):
10236         * gst/flx/flx_color.h:
10237         * gst/flx/flx_fmt.h:
10238         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
10239         * gst/flx/gstflxdec.h:
10240           Now flxdec works on big-endian machines as well.
10241
10242 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
10243
10244         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
10245         (gst_fenced_buffer_copy):
10246           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
10247           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
10248           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
10249           and use GST_DEBUG_FUNCPTR for pad functions.
10250
10251 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
10252
10253         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
10254         (gst_flac_dec_class_init), (gst_flac_dec_init),
10255         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
10256         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
10257         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
10258         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
10259         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
10260         (gst_flac_dec_change_state):
10261         * ext/flac/gstflacdec.h:
10262           Rewrite flacdec a bit, so that even seeking might work now. Most
10263           importantly, don't act upon any flow return values we get, just tell
10264           the decoder everything's dandy and act on the flow return values
10265           later on in the loop function. We don't want to mess up the internal
10266           decoder state for non-fatal things like flushing pads etc. Other
10267           than that, use GstSegment (segment seeks don't work yet though, but
10268           should be easy to add), use boilerplate macros, drop the superfluous
10269           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
10270           lots of other things.
10271
10272 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
10273
10274         * configure.ac:
10275           Update comment in OSS includes check.
10276
10277         * sys/oss/gstossdmabuffer.c:
10278         * sys/oss/gstosshelper.c:
10279         * sys/oss/gstossmixer.c:
10280         * sys/oss/gstossmixertrack.c:
10281         * sys/oss/gstosssink.c:
10282         * sys/oss/gstosssrc.c:
10283         * sys/oss/oss_probe.c:
10284           Don't assume the OSS soundcard.h include is always in
10285           the sys/ directory. Instead, use the existing defines
10286           from config.h to include the right file. Fixes
10287           compilation on OpenBSD 3.8 (#323718).
10288
10289 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10290
10291         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10292         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10293         * docs/plugins/inspect/plugin-1394.xml:
10294         * docs/plugins/inspect/plugin-aasink.xml:
10295         * docs/plugins/inspect/plugin-alaw.xml:
10296         * docs/plugins/inspect/plugin-alpha.xml:
10297         * docs/plugins/inspect/plugin-alphacolor.xml:
10298         * docs/plugins/inspect/plugin-auparse.xml:
10299         * docs/plugins/inspect/plugin-autodetect.xml:
10300         * docs/plugins/inspect/plugin-avi.xml:
10301         * docs/plugins/inspect/plugin-cacasink.xml:
10302         * docs/plugins/inspect/plugin-cairo.xml:
10303         * docs/plugins/inspect/plugin-cutter.xml:
10304         * docs/plugins/inspect/plugin-debug.xml:
10305         * docs/plugins/inspect/plugin-dv.xml:
10306         * docs/plugins/inspect/plugin-efence.xml:
10307         * docs/plugins/inspect/plugin-effectv.xml:
10308         * docs/plugins/inspect/plugin-esdsink.xml:
10309         * docs/plugins/inspect/plugin-flac.xml:
10310         * docs/plugins/inspect/plugin-flxdec.xml:
10311         * docs/plugins/inspect/plugin-gconfelements.xml:
10312         * docs/plugins/inspect/plugin-goom.xml:
10313         * docs/plugins/inspect/plugin-jpeg.xml:
10314         * docs/plugins/inspect/plugin-level.xml:
10315         * docs/plugins/inspect/plugin-matroska.xml:
10316         * docs/plugins/inspect/plugin-mulaw.xml:
10317         * docs/plugins/inspect/plugin-multipart.xml:
10318         * docs/plugins/inspect/plugin-navigationtest.xml:
10319         * docs/plugins/inspect/plugin-ossaudio.xml:
10320         * docs/plugins/inspect/plugin-png.xml:
10321         * docs/plugins/inspect/plugin-rtp.xml:
10322         * docs/plugins/inspect/plugin-rtsp.xml:
10323         * docs/plugins/inspect/plugin-shout2send.xml:
10324         * docs/plugins/inspect/plugin-smpte.xml:
10325         * docs/plugins/inspect/plugin-speex.xml:
10326         * docs/plugins/inspect/plugin-udp.xml:
10327         * docs/plugins/inspect/plugin-videobox.xml:
10328         * docs/plugins/inspect/plugin-videoflip.xml:
10329         * docs/plugins/inspect/plugin-videomixer.xml:
10330         * docs/plugins/inspect/plugin-wavenc.xml:
10331         * docs/plugins/inspect/plugin-wavparse.xml:
10332         * ext/flac/gstflac.c: (plugin_init):
10333         * ext/flac/gstflacdec.c: (flacdec_get_type),
10334         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
10335         (gst_flac_dec_init), (gst_flac_dec_finalize),
10336         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
10337         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
10338         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
10339         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
10340         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
10341         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
10342         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
10343         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
10344         * ext/flac/gstflacdec.h:
10345         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
10346         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
10347         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
10348         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
10349         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
10350         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
10351         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
10352         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
10353         (gst_flac_enc_change_state):
10354         * ext/flac/gstflacenc.h:
10355           borgify and fix up documentation
10356
10357 2005-12-09  Michael Smith  <msmith@fluendo.com>
10358
10359         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
10360           Accept a wider range of flac files, more closely matching flac spec.
10361
10362 2005-12-08  Julien MOUTTE  <julien@moutte.net>
10363
10364         * docs/plugins/Makefile.am: Add multipart elements.
10365         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10366         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
10367         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10368         * gst/multipart/multipartdemux.c:
10369         * gst/multipart/multipartmux.c: Add docs.
10370
10371 2005-12-07  Edward Hervey  <edward@fluendo.com>
10372
10373         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
10374         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
10375         (gst_avi_demux_invert):
10376         Memleak and crasher fixes.
10377         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10378         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
10379         Memleak fixes
10380
10381 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10382
10383         * ext/aalib/gstaasink.h:
10384         * ext/cairo/gsttextoverlay.h:
10385         * ext/dv/gstdvdec.h:
10386         * ext/dv/gstdvdemux.c:
10387         * ext/dv/gstdvdemux.h:
10388         * ext/esd/esdsink.h:
10389         * ext/flac/flac_compat.h:
10390         * ext/flac/gstflacdec.h:
10391         * ext/flac/gstflacenc.h:
10392         * ext/gconf/gconf.h:
10393         * ext/gconf/gstgconfaudiosink.h:
10394         * ext/gconf/gstgconfvideosink.h:
10395         * ext/gdk_pixbuf/gstgdkanimation.h:
10396         * ext/jpeg/gstjpegdec.h:
10397         * ext/jpeg/smokecodec.h:
10398         * ext/jpeg/smokeformat.h:
10399         * ext/ladspa/gstsignalprocessor.h:
10400         * ext/ladspa/search.c: (LADSPAPluginSearch):
10401         * ext/ladspa/utils.h:
10402         * ext/libmng/gstmng.c:
10403         * ext/libmng/gstmngdec.h:
10404         * ext/libmng/gstmngenc.c:
10405         * ext/libmng/gstmngenc.h:
10406         * ext/libpng/gstpng.c:
10407         * ext/libpng/gstpngenc.c:
10408         * ext/libpng/gstpngenc.h:
10409         * ext/shout2/gstshout2.h:
10410         * ext/speex/gstspeexdec.h:
10411         * ext/speex/gstspeexenc.c:
10412         * ext/speex/gstspeexenc.h:
10413         * gst/auparse/gstauparse.c: (gst_auparse_chain):
10414         * gst/autodetect/gstautoaudiosink.h:
10415         * gst/autodetect/gstautovideosink.h:
10416         * gst/avi/gstavidemux.h:
10417         * gst/cutter/gstcutter.c: (gst_cutter_chain),
10418         (gst_cutter_set_property), (gst_cutter_get_caps):
10419         * gst/cutter/gstcutter.h:
10420         * gst/debug/tests.c: (md5_process_block):
10421         * gst/debug/tests.h:
10422         * gst/effectv/gstwarp.c:
10423         * gst/flx/flx_fmt.h:
10424         * gst/flx/gstflxdec.h:
10425         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
10426         (zoomFilterFastRGB):
10427         * gst/goom/filters.h:
10428         * gst/goom/goom_tools.h:
10429         * gst/law/alaw-encode.c:
10430         * gst/level/gstlevel.c:
10431         * gst/level/gstlevel.h:
10432         * gst/matroska/ebml-write.h:
10433         * gst/matroska/matroska-demux.h:
10434         * gst/matroska/matroska-ids.h:
10435         * gst/matroska/matroska-mux.h:
10436         * gst/monoscope/convolve.c: (convolve_match):
10437         * gst/monoscope/convolve.h:
10438         * gst/multipart/multipartmux.c:
10439         * gst/oldcore/gstaggregator.c:
10440         * gst/oldcore/gstaggregator.h:
10441         * gst/oldcore/gstmd5sink.c: (md5_process_block):
10442         * gst/oldcore/gstmd5sink.h:
10443         * gst/oldcore/gstmultifilesrc.c:
10444         * gst/oldcore/gstmultifilesrc.h:
10445         * gst/oldcore/gstpipefilter.h:
10446         * gst/oldcore/gstshaper.h:
10447         * gst/rtp/gstrtpL16depay.h:
10448         * gst/rtp/gstrtpL16pay.h:
10449         * gst/rtp/gstrtpdepay.h:
10450         * gst/rtp/gstrtpmp4vpay.c:
10451         * gst/rtp/gstrtpmp4vpay.h:
10452         * gst/rtsp/gstrtspsrc.c:
10453         * gst/rtsp/gstrtspsrc.h:
10454         * gst/rtsp/rtspconnection.h:
10455         * gst/rtsp/rtspdefs.h:
10456         * gst/rtsp/rtspmessage.h:
10457         * gst/rtsp/rtsptransport.h:
10458         * gst/rtsp/rtspurl.c:
10459         * gst/rtsp/rtspurl.h:
10460         * gst/rtsp/sdpmessage.c:
10461         * gst/rtsp/sdpmessage.h:
10462         * gst/smpte/barboxwipes.c:
10463         * gst/smpte/gstmask.h:
10464         * gst/smpte/gstsmpte.h:
10465         * gst/smpte/paint.c:
10466         * gst/smpte/paint.h:
10467         * gst/udp/gstdynudpsink.h:
10468         * gst/udp/gstmultiudpsink.h:
10469         * gst/udp/gstudpsink.c:
10470         * gst/udp/gstudpsink.h:
10471         * gst/udp/gstudpsrc.c:
10472         * gst/videomixer/videomixer.c:
10473         * gst/wavenc/riff.h:
10474         * gst/wavparse/gstwavparse.h:
10475         * sys/oss/gstossdmabuffer.h:
10476         * sys/oss/gstossmixer.h:
10477         * sys/oss/gstossmixerelement.h:
10478         * sys/oss/gstossmixertrack.h:
10479         * sys/oss/gstosssink.c:
10480         * sys/oss/gstosssink.h:
10481         * sys/oss/gstosssrc.c:
10482         * sys/oss/gstosssrc.h:
10483         * sys/osxaudio/gstosxaudioelement.h:
10484         * sys/osxaudio/gstosxaudiosink.h:
10485         * sys/osxaudio/gstosxaudiosrc.h:
10486           expand tabs
10487
10488 === release 0.10.0 ===
10489
10490 2005-12-05   <thomas (at) apestaart (dot) org>
10491
10492         * configure.ac:
10493           releasing 0.10.0, "Abondance"
10494
10495 2005-12-05  Andy Wingo  <wingo@pobox.com>
10496
10497         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
10498         * ext/flac/gstflacdec.c: (gst_flacdec_write):
10499         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
10500         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
10501         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
10502         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10503         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
10504         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
10505         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
10506         * ext/speex/gstspeexdec.c: (speex_dec_chain):
10507         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
10508         * gst/auparse/gstauparse.c: (gst_auparse_chain):
10509         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
10510         * gst/goom/gstgoom.c: (gst_goom_chain):
10511         * gst/matroska/matroska-demux.c:
10512         (gst_matroska_demux_push_vorbis_codec_priv_data),
10513         (gst_matroska_demux_add_wvpk_header):
10514         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
10515         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
10516         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
10517         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
10518         alloc_buffer changes.
10519
10520 2005-12-05  Michael Smith  <msmith@fluendo.com>
10521
10522         * docs/plugins/gst-plugins-good-plugins.args:
10523           Remove args for plugins that aren't in -good.
10524
10525 === release 0.9.7 ===
10526
10527 2005-12-01   <thomas (at) apestaart (dot) org>
10528
10529         * configure.ac:
10530           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
10531
10532 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10533
10534         * docs/plugins/.cvsignore:
10535         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10536         * docs/plugins/inspect/plugin-multipart.xml:
10537         * docs/plugins/inspect/plugin-rtp.xml:
10538           add multipart plugin to docs
10539
10540 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10541
10542         * configure.ac:
10543         * ext/Makefile.am:
10544         * ext/pango/Makefile.am:
10545         * ext/pango/gstclockoverlay.c:
10546         * ext/pango/gstclockoverlay.h:
10547         * ext/pango/gsttextoverlay.c:
10548         * ext/pango/gsttextoverlay.h:
10549         * ext/pango/gsttextrender.c:
10550         * ext/pango/gsttextrender.h:
10551         * ext/pango/gsttimeoverlay.c:
10552         * ext/pango/gsttimeoverlay.h:
10553           move pango to base
10554
10555 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10556
10557         * gst/rtp/Makefile.am:
10558         * gst/rtp/gstrtpL16depay.c:
10559         * gst/rtp/gstrtpL16depay.h:
10560         * gst/rtp/gstrtpL16parse.c:
10561         * gst/rtp/gstrtpL16parse.h:
10562         * gst/rtp/gstrtpgsmdepay.c:
10563         * gst/rtp/gstrtpgsmdepay.h:
10564         * gst/rtp/gstrtpgsmparse.c:
10565         * gst/rtp/gstrtpgsmparse.h:
10566           parsers are depayers
10567
10568 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10569
10570         * gst/rtp/Makefile.am:
10571         * gst/rtp/gstasteriskh263.c:
10572         * gst/rtp/gstrtp.c:
10573         * gst/rtp/gstrtpL16enc.c:
10574         * gst/rtp/gstrtpL16enc.h:
10575         * gst/rtp/gstrtpL16parse.c:
10576         * gst/rtp/gstrtpL16parse.h:
10577         * gst/rtp/gstrtpL16pay.c:
10578         * gst/rtp/gstrtpL16pay.h:
10579         * gst/rtp/gstrtpamrdec.c:
10580         * gst/rtp/gstrtpamrdec.h:
10581         * gst/rtp/gstrtpamrdepay.c:
10582         * gst/rtp/gstrtpamrdepay.h:
10583         * gst/rtp/gstrtpamrenc.c:
10584         * gst/rtp/gstrtpamrenc.h:
10585         * gst/rtp/gstrtpamrpay.c:
10586         * gst/rtp/gstrtpamrpay.h:
10587         * gst/rtp/gstrtpdec.c:
10588         * gst/rtp/gstrtpdec.h:
10589         * gst/rtp/gstrtpdepay.c:
10590         * gst/rtp/gstrtpdepay.h:
10591         * gst/rtp/gstrtpg711dec.c:
10592         * gst/rtp/gstrtpg711dec.h:
10593         * gst/rtp/gstrtpg711depay.c:
10594         * gst/rtp/gstrtpg711depay.h:
10595         * gst/rtp/gstrtpg711enc.c:
10596         * gst/rtp/gstrtpg711enc.h:
10597         * gst/rtp/gstrtpg711pay.c:
10598         * gst/rtp/gstrtpg711pay.h:
10599         * gst/rtp/gstrtpgsmenc.c:
10600         * gst/rtp/gstrtpgsmenc.h:
10601         * gst/rtp/gstrtpgsmparse.c:
10602         * gst/rtp/gstrtpgsmparse.h:
10603         * gst/rtp/gstrtpgsmpay.c:
10604         * gst/rtp/gstrtpgsmpay.h:
10605         * gst/rtp/gstrtph263enc.c:
10606         * gst/rtp/gstrtph263enc.h:
10607         * gst/rtp/gstrtph263pay.c:
10608         * gst/rtp/gstrtph263pay.h:
10609         * gst/rtp/gstrtph263pdec.c:
10610         * gst/rtp/gstrtph263pdec.h:
10611         * gst/rtp/gstrtph263pdepay.c:
10612         * gst/rtp/gstrtph263pdepay.h:
10613         * gst/rtp/gstrtph263penc.c:
10614         * gst/rtp/gstrtph263penc.h:
10615         * gst/rtp/gstrtph263ppay.c:
10616         * gst/rtp/gstrtph263ppay.h:
10617         * gst/rtp/gstrtpmp4vdec.c:
10618         * gst/rtp/gstrtpmp4vdec.h:
10619         * gst/rtp/gstrtpmp4vdepay.c:
10620         * gst/rtp/gstrtpmp4vdepay.h:
10621         * gst/rtp/gstrtpmp4venc.c:
10622         * gst/rtp/gstrtpmp4venc.h:
10623         * gst/rtp/gstrtpmp4vpay.c:
10624         * gst/rtp/gstrtpmp4vpay.h:
10625         * gst/rtp/gstrtpmpadec.c:
10626         * gst/rtp/gstrtpmpadec.h:
10627         * gst/rtp/gstrtpmpadepay.c:
10628         * gst/rtp/gstrtpmpadepay.h:
10629         * gst/rtp/gstrtpmpaenc.c:
10630         * gst/rtp/gstrtpmpaenc.h:
10631         * gst/rtp/gstrtpmpapay.c:
10632         * gst/rtp/gstrtpmpapay.h:
10633         * gst/rtp/gstrtpspeexdec.c:
10634         * gst/rtp/gstrtpspeexdec.h:
10635         * gst/rtp/gstrtpspeexdepay.c:
10636         * gst/rtp/gstrtpspeexdepay.h:
10637         * gst/rtp/gstrtpspeexenc.c:
10638         * gst/rtp/gstrtpspeexenc.h:
10639         * gst/rtp/gstrtpspeexpay.c:
10640         * gst/rtp/gstrtpspeexpay.h:
10641           Do burger's rename for rtp payloaders and depayloaders
10642
10643 2005-11-30  Wim Taymans  <wim@fluendo.com>
10644
10645         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
10646         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
10647         * ext/dv/gstdvdemux.h:
10648         Fix seeking in dvdemux again, add some more debug info.
10649
10650 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10651
10652         * configure.ac:
10653           fix tests
10654
10655 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10656
10657         * PORTED_09:
10658         * docs/random/PORTED_09:
10659           move
10660         * tests/Makefile.am:
10661           add
10662         * win32/gst.sln:
10663           remove
10664
10665 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10666
10667         * Makefile.am:
10668         * check/.cvsignore:
10669         * check/Makefile.am:
10670         * check/elements/.cvsignore:
10671         * check/elements/level.c:
10672         * check/elements/matroskamux.c:
10673         * configure.ac:
10674         * examples/Makefile.am:
10675         * examples/capsfilter/Makefile.am:
10676         * examples/capsfilter/capsfilter1.c:
10677         * examples/gob/Makefile.am:
10678         * examples/gob/gst-identity2.gob:
10679         * examples/gstplay/.cvsignore:
10680         * examples/gstplay/Makefile.am:
10681         * examples/gstplay/player.c:
10682         * examples/indexing/.cvsignore:
10683         * examples/indexing/Makefile.am:
10684         * examples/indexing/indexmpeg.c:
10685         * examples/level/Makefile.am:
10686         * examples/level/README:
10687         * examples/level/demo.c:
10688         * examples/level/plot.c:
10689         * examples/stats/Makefile.am:
10690         * examples/stats/mp2ogg.c:
10691         * examples/switch/.cvsignore:
10692         * examples/switch/Makefile.am:
10693         * examples/switch/switcher.c:
10694           move under tests/
10695
10696 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
10697
10698         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
10699         (gst_text_render_class_init), (resize_bitmap),
10700         (gst_text_render_render_text), (gst_text_render_setcaps),
10701         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
10702         (gst_text_render_chain), (gst_text_render_finalize),
10703         (gst_text_render_init), (gst_text_render_set_property):
10704         * ext/pango/gsttextrender.h:
10705           Add missing files.
10706
10707 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
10708
10709         * configure.ac:
10710         * ext/Makefile.am:
10711         * ext/pango/Makefile.am:
10712         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
10713         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
10714         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
10715         * ext/pango/gstclockoverlay.h:
10716         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
10717         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
10718         (gst_text_overlay_finalize), (gst_text_overlay_init),
10719         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
10720         (gst_text_overlay_text_pad_linked),
10721         (gst_text_overlay_text_pad_unlinked),
10722         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
10723         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
10724         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
10725         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
10726         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
10727         (gst_text_overlay_change_state), (plugin_init):
10728         * ext/pango/gsttextoverlay.h:
10729         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
10730         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
10731         (gst_time_overlay_class_init), (gst_time_overlay_init):
10732         * ext/pango/gsttimeoverlay.h:
10733           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
10734           and add background shading and text wrapping modes. Make 
10735           timoverlay derive from textoverlay. Also add new clockoverlay
10736           element.
10737
10738 2005-11-30  Julien MOUTTE  <julien@moutte.net>
10739
10740         * gst/udp/Makefile.am: Moved to netbuffer.
10741
10742 2005-11-30  Julien MOUTTE  <julien@moutte.net>
10743
10744         * configure.ac:
10745         * PORTED_O9:
10746         * gst/multipart/Makefile.am:
10747         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
10748         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
10749         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
10750         (gst_multipart_demux_change_state),
10751         (gst_multipart_demux_plugin_init):
10752         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
10753         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
10754         (gst_multipart_mux_sinkconnect),
10755         (gst_multipart_mux_request_new_pad),
10756         (gst_multipart_mux_handle_src_event),
10757         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
10758         (gst_multipart_mux_change_state): Ported multipart mux/demux to
10759         0.9.
10760
10761 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10762
10763         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
10764         * gst/debug/gstnavigationtest.h:
10765         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
10766         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
10767         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
10768         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
10769         * gst/effectv/gstrev.c: (gst_revtv_get_type):
10770         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
10771         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
10772         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
10773         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
10774         (gst_video_flip_get_type):
10775         * gst/videofilter/gstvideoflip.h:
10776           update for symbols change
10777
10778 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10779
10780         * gst/udp/gstdynudpsink.c:
10781         * gst/udp/gstudpsrc.c:
10782           the old gstnet lib was renamed gstnetbuffer (#322257)
10783
10784 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
10785
10786         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
10787         (gst_text_overlay_collected):
10788           Actually render the text from the text pad.
10789
10790 2005-11-29  Edward Hervey  <edward@fluendo.com>
10791
10792         * gst/debug/gstnavseek.c: (gst_navseek_event):
10793         * gst/debug/progressreport.c: (gst_progress_report_event):
10794         Update for GstBaseTransform event virtual method
10795
10796 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10797
10798         * ext/cairo/Makefile.am:
10799           no need to link to videofilter
10800
10801 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10802
10803         * gst/debug/Makefile.am:
10804         * gst/debug/gstnavigationtest.h:
10805         * gst/effectv/Makefile.am:
10806         * gst/effectv/gstaging.c:
10807         * gst/effectv/gstdice.c:
10808         * gst/effectv/gstedge.c:
10809         * gst/effectv/gstquark.c:
10810         * gst/effectv/gstrev.c:
10811         * gst/effectv/gstshagadelic.c:
10812         * gst/effectv/gstvertigo.c:
10813         * gst/effectv/gstwarp.c:
10814         * gst/videofilter/Makefile.am:
10815         * gst/videofilter/gstvideofilter.c:
10816         * gst/videofilter/gstvideofilter.h:
10817         * gst/videofilter/gstvideoflip.h:
10818           remove the videofilter library and link to the one in base
10819
10820 2005-11-28  Edward Hervey  <edward@fluendo.com>
10821
10822         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
10823         Useless check now we're setting the current entry correctly.
10824
10825 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
10826
10827         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
10828         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
10829         (gst_jpegenc_change_state):
10830           Don't leak input buffer in chain function (fixes #322667); make 
10831           state change function thread-safe; don't repeat the current function
10832           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
10833           gst_pad_alloc_buffer(); misc. minor cleanups.
10834
10835 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
10836
10837         * gst/matroska/matroska-mux.c:
10838         (gst_matroska_mux_video_pad_setcaps):
10839         Look for pixel-aspect-ratio in caps, not pixel_width and
10840         pixel_height (Fixes: #322645)
10841
10842 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
10843
10844         * gst/matroska/matroska-mux.c:
10845         (gst_matroska_mux_video_pad_setcaps):
10846         From Michal Benes:
10847         frame duration should be GST_SECOND / framerate, not
10848         GST_SECOND * framerate. (Fixes: #322643)
10849
10850 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10851
10852         * configure.ac:
10853           fix up GST_PLUGIN_LDFLAGS
10854         * gst/rtsp/rtspconnection.c:
10855           fix includes (see #317043)
10856         * gst/videofilter/Makefile.am:
10857           stop installing this library
10858
10859 2005-11-26  Edward Hervey  <edward@fluendo.com>
10860
10861         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
10862         Handle the case where the incoming Video dv stream doesn't have
10863         a pixel aspect ratio set.
10864
10865 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
10866
10867         * docs/plugins/Makefile.am:
10868         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10869         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10870         * ext/flac/gstflacdec.c:
10871           document flacdec
10872
10873 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
10874
10875         * docs/plugins/Makefile.am:
10876         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10877         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10878         * docs/plugins/inspect/plugin-autodetect.xml:
10879         * ext/cairo/gstcairo.c: (plugin_init):
10880         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
10881         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
10882         (gst_text_overlay_init), (gst_text_overlay_font_init),
10883         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
10884         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
10885         (gst_text_overlay_text_pad_linked),
10886         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
10887         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
10888         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
10889         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
10890         (gst_text_overlay_change_state):
10891         * ext/cairo/gsttextoverlay.h:
10892         * ext/cairo/gsttimeoverlay.c:
10893         (gst_cairo_time_overlay_update_font_height),
10894         (gst_cairo_time_overlay_set_caps),
10895         (gst_cairo_time_overlay_get_unit_size),
10896         (gst_cairo_time_overlay_print_smpte_time),
10897         (gst_cairo_time_overlay_transform),
10898         (gst_cairo_time_overlay_base_init),
10899         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
10900         (gst_cairo_time_overlay_get_type):
10901         * ext/cairo/gsttimeoverlay.h:
10902           do some name borgifying
10903           document
10904
10905 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
10906
10907         * docs/plugins/Makefile.am:
10908         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10909         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10910         * gst/autodetect/gstautoaudiosink.c:
10911         (gst_auto_audio_sink_base_init):
10912         * gst/autodetect/gstautovideosink.c:
10913         (gst_auto_video_sink_base_init),
10914         (gst_auto_video_sink_factory_filter):
10915           documenting auto*sink
10916           using strstr for the video sink lookup, class field is not ordered
10917         * docs/plugins/inspect/plugin-1394.xml:
10918         * docs/plugins/inspect/plugin-aasink.xml:
10919         * docs/plugins/inspect/plugin-alaw.xml:
10920         * docs/plugins/inspect/plugin-alpha.xml:
10921         * docs/plugins/inspect/plugin-alphacolor.xml:
10922         * docs/plugins/inspect/plugin-auparse.xml:
10923         * docs/plugins/inspect/plugin-autodetect.xml:
10924         * docs/plugins/inspect/plugin-avi.xml:
10925         * docs/plugins/inspect/plugin-cacasink.xml:
10926         * docs/plugins/inspect/plugin-cairo.xml:
10927         * docs/plugins/inspect/plugin-cutter.xml:
10928         * docs/plugins/inspect/plugin-debug.xml:
10929         * docs/plugins/inspect/plugin-dv.xml:
10930         * docs/plugins/inspect/plugin-efence.xml:
10931         * docs/plugins/inspect/plugin-effectv.xml:
10932         * docs/plugins/inspect/plugin-esdsink.xml:
10933         * docs/plugins/inspect/plugin-flac.xml:
10934         * docs/plugins/inspect/plugin-flxdec.xml:
10935         * docs/plugins/inspect/plugin-gconfelements.xml:
10936         * docs/plugins/inspect/plugin-goom.xml:
10937         * docs/plugins/inspect/plugin-jpeg.xml:
10938         * docs/plugins/inspect/plugin-level.xml:
10939         * docs/plugins/inspect/plugin-matroska.xml:
10940         * docs/plugins/inspect/plugin-mulaw.xml:
10941         * docs/plugins/inspect/plugin-navigationtest.xml:
10942         * docs/plugins/inspect/plugin-ossaudio.xml:
10943         * docs/plugins/inspect/plugin-png.xml:
10944         * docs/plugins/inspect/plugin-rtp.xml:
10945         * docs/plugins/inspect/plugin-rtsp.xml:
10946         * docs/plugins/inspect/plugin-shout2send.xml:
10947         * docs/plugins/inspect/plugin-smpte.xml:
10948         * docs/plugins/inspect/plugin-speex.xml:
10949         * docs/plugins/inspect/plugin-udp.xml:
10950         * docs/plugins/inspect/plugin-videobox.xml:
10951         * docs/plugins/inspect/plugin-videoflip.xml:
10952         * docs/plugins/inspect/plugin-videomixer.xml:
10953         * docs/plugins/inspect/plugin-wavenc.xml:
10954         * docs/plugins/inspect/plugin-wavparse.xml:
10955           update for HEAD version
10956
10957 2005-11-25  Michael Smith  <msmith@fluendo.com>
10958
10959         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
10960           Patch from Sebastien Cote to close control sockets in udpsrc.
10961
10962 2005-11-24  Julien MOUTTE  <julien@moutte.net>
10963
10964         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
10965         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
10966         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
10967         (gst_quarktv_base_init), (gst_quarktv_class_init),
10968         (gst_quarktv_init): Flush the planes list on reverse caps
10969         negotiation. This was crashing because of differently sized
10970         buffers.
10971
10972 2005-11-24  Julien MOUTTE  <julien@moutte.net>
10973
10974         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
10975         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
10976         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
10977         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
10978         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
10979         (gst_videoflip_set_property), (gst_videoflip_base_init),
10980         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
10981         correctly, fix identity flipping, convert navigation event 
10982         correctly again.
10983
10984 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10985
10986         * configure.ac: back to HEAD
10987
10988 === release 0.9.6 ===
10989
10990 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
10991
10992         * configure.ac:
10993           releasing 0.9.6, "Everything's Not Lost"
10994
10995 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10996
10997         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
10998         Oops, initialise the framerate GValue
10999
11000 2005-11-23  Julien MOUTTE  <julien@moutte.net>
11001
11002         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
11003         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
11004         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
11005         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
11006         (gst_timeoverlay_get_type):
11007         * ext/cairo/gsttimeoverlay.h:
11008         * gst/debug/Makefile.am:
11009         * gst/debug/gstnavigationtest.c:
11010         (gst_navigationtest_handle_src_event),
11011         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
11012         (gst_navigationtest_transform), (gst_navigationtest_change_state),
11013         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
11014         (gst_navigationtest_init), (gst_navigationtest_get_type),
11015         (plugin_init):
11016         * gst/debug/gstnavigationtest.h:
11017         * gst/effectv/Makefile.am:
11018         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
11019         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
11020         (gst_agingtv_base_init), (gst_agingtv_class_init),
11021         (gst_agingtv_init), (gst_agingtv_get_type):
11022         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
11023         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
11024         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
11025         (gst_dicetv_get_type):
11026         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
11027         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
11028         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
11029         (gst_edgetv_get_type):
11030         * gst/effectv/gsteffectv.c:
11031         * gst/effectv/gsteffectv.h:
11032         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
11033         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
11034         (gst_quarktv_change_state), (gst_quarktv_base_init),
11035         (gst_quarktv_class_init), (gst_quarktv_init),
11036         (gst_quarktv_get_type):
11037         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
11038         (gst_revtv_get_unit_size), (gst_revtv_transform),
11039         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
11040         (gst_revtv_get_type):
11041         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
11042         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
11043         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
11044         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
11045         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
11046         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
11047         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
11048         (gst_vertigotv_init), (gst_vertigotv_get_type):
11049         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
11050         (gst_warptv_get_unit_size), (gst_warptv_transform),
11051         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
11052         (gst_warptv_get_type):
11053         * gst/videofilter/Makefile.am:
11054         * gst/videofilter/gstvideobalance.c:
11055         * gst/videofilter/gstvideobalance.h:
11056         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
11057         (gst_videofilter_class_init), (gst_videofilter_init):
11058         * gst/videofilter/gstvideofilter.h:
11059         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
11060         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
11061         (gst_videoflip_flip), (gst_videoflip_transform),
11062         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
11063         (gst_videoflip_base_init), (gst_videoflip_class_init),
11064         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
11065         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
11066         BaseTransform, it's just a place holder for now and every video
11067         effect plugin has been ported to use BaseTransform features 
11068         directly. QuarkTV was fixed too (was broken), navigationtest works
11069         and best for the end, videoflip converts navigation events depending
11070         on flip method ! Fixes #320953
11071
11072 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
11073
11074         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
11075         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
11076         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
11077         (gst_goom_src_negotiate), (gst_goom_chain):
11078         * gst/matroska/matroska-mux.c:
11079         (gst_matroska_mux_video_pad_setcaps):
11080         * sys/osxvideo/osxvideosink.m:
11081           Fixes for API changes
11082
11083 2005-11-23  Michael Smith <msmith@fluendo.com>
11084
11085         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
11086         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
11087         * ext/jpeg/gstjpegdec.h:
11088         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
11089         * ext/jpeg/gstjpegenc.h:
11090         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
11091         (gst_smokeenc_resync):
11092         * ext/jpeg/gstsmokeenc.h:
11093           JPEG fractiony goodness.
11094
11095 2005-11-22  Michael Smith <msmith@fluendo.com>
11096
11097         * gst/goom/filters.c:
11098         * gst/goom/graphic.h:
11099           Fix compilation by making some functions static inline instead of
11100           extern inline, matching the way they're used.
11101
11102 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
11103
11104         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
11105         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
11106         * ext/cairo/gsttextoverlay.h:
11107         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
11108         * ext/gdk_pixbuf/gstgdkpixbuf.h:
11109         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11110         (gst_pngdec_caps_create_and_set):
11111         * ext/libpng/gstpngdec.h:
11112         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
11113         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
11114         * gst/avi/gstavimux.c: (gst_avimux_init),
11115         (gst_avimux_vidsinkconnect):
11116         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
11117         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
11118         (gst_goom_src_negotiate), (gst_goom_chain):
11119         * gst/goom/gstgoom.h:
11120         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
11121         * gst/matroska/matroska-mux.c:
11122         (gst_matroska_mux_video_pad_setcaps):
11123         * sys/osxvideo/osxvideosink.h:
11124         * sys/osxvideo/osxvideosink.m:
11125           More fractional framerate conversions 
11126
11127 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
11128
11129         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
11130         * gst/debug/gstnavigationtest.c:
11131         (gst_navigationtest_handle_src_event):
11132         * gst/videofilter/gstvideofilter.c:
11133         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
11134         (gst_videofilter_init):
11135         * gst/videofilter/gstvideofilter.h:
11136           Convert to fractional framerates.
11137
11138 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
11139
11140         * ext/aalib/gstaasink.c:
11141         * ext/dv/gstdvdec.c:
11142         * ext/esd/esdmon.c:
11143         * ext/flac/gstflacenc.c:
11144         * ext/gdk_pixbuf/pixbufscale.c:
11145         * ext/libcaca/gstcacasink.c:
11146         * ext/shout2/gstshout2.c:
11147         * gst/alpha/gstalpha.c:
11148         * gst/oldcore/gstaggregator.c:
11149         * gst/oldcore/gstshaper.c:
11150         * gst/smpte/barboxwipes.c:
11151         * gst/smpte/gstsmpte.c:
11152         * gst/videobox/gstvideobox.c:
11153         * gst/videofilter/gstvideoflip.c:
11154         * gst/videomixer/videomixer.c:
11155           fix up more enums
11156
11157 2005-11-22  Michael Smith <msmith@fluendo.com>
11158
11159         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
11160         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
11161         (gst_videomixer_update_queues):
11162           Fractional framerates, videomixer.
11163
11164 2005-11-22  Michael Smith <msmith@fluendo.com>
11165
11166         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
11167         * ext/dv/gstdvdec.h:
11168         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
11169         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
11170         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
11171         (gst_dvdemux_flush):
11172         * ext/dv/gstdvdemux.h:
11173           Fractional framerates for DV. 
11174
11175 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
11176
11177         * gst/autodetect/gstautoaudiosink.c:
11178         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
11179         * gst/autodetect/gstautovideosink.c:
11180         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
11181           Use gst_plugin_feature_list_free() to free feature list and
11182           in the case of autovideosink free the list at all. Also
11183           miscellaneous cosmetic fixes.
11184
11185 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
11186
11187         * gst/cutter/gstcutter.c: (gst_cutter_chain),
11188         (gst_cutter_set_property), (gst_cutter_get_caps):
11189           copy calculation code from level; remove use of some audio
11190           functions
11191
11192 2005-11-22  Andy Wingo  <wingo@pobox.com>
11193
11194         * Update for gst_tag_setter API changes.
11195
11196 2005-11-22  Andy Wingo  <wingo@pobox.com>
11197
11198         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
11199         (gst_dvdemux_demux_frame)
11200         * ext/flac/gstflacdec.c (gst_flacdec_write)
11201         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
11202         (gst_flacenc_sink_event)
11203         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
11204         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
11205         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
11206         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
11207         * gst/auparse/gstauparse.c (gst_auparse_chain)
11208         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
11209         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
11210         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
11211         (gst_avi_demux_handle_seek)
11212         * gst/goom/gstgoom.c (gst_goom_event)
11213         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
11214         * gst/matroska/matroska-demux.c
11215         (gst_matroska_demux_handle_seek_event)
11216         (gst_matroska_demux_loop_stream_parse_id)
11217         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
11218         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
11219         (gst_wavparse_stream_headers): Run update-funcnames.
11220
11221 2005-11-22  Edward Hervey  <edward@fluendo.com>
11222
11223         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
11224         (gst_dv1394src_init), (gst_dv1394src_dispose),
11225         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
11226         (gst_dv1394src_uri_set_uri):
11227         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
11228         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
11229         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
11230         URIHandler interface and element properties are now properly
11231         synchronized for DV1394src and UDPSrc
11232
11233 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
11234
11235         * ext/flac/Makefile.am:
11236         * ext/speex/Makefile.am:
11237           libgsttagedit has been renamed to libgsttag.
11238
11239 2005-11-21  Wim Taymans  <wim@fluendo.com>
11240
11241         * gst/rtsp/rtspconnection.c: (read_body):
11242         Apply patch from Sebastien Cote to fix #319184.
11243
11244 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
11245
11246         * configure.ac:
11247         * gst/cutter/Makefile.am:
11248         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
11249         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
11250         (gst_cutter_set_property), (gst_cutter_get_property),
11251         (plugin_init), (gst_cutter_get_caps):
11252           port cutter
11253         * gst/level/gstlevel.c:
11254           fix up plugin details
11255
11256 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11257
11258         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
11259         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
11260         (gst_flacdec_src_event):
11261         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
11262         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
11263         (gst_signal_processor_getrange), (gst_signal_processor_chain):
11264         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
11265         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
11266         (gst_flxdec_sink_event_handler):
11267         * gst/matroska/matroska-demux.c:
11268         (gst_matroska_demux_handle_seek_event):
11269         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
11270           Update for stream lock API changes: don't take stream log
11271           in sink event handlers any longer and change GST_STREAM_LOCK
11272           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
11273           functions.
11274
11275 2005-11-21  Michael Smith <msmith@fluendo.com>
11276
11277         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
11278           gst_object_unref, not g_object_unref
11279
11280 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11281
11282         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
11283         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
11284           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
11285
11286 2005-11-21  Michael Smith <msmith@fluendo.com>
11287
11288         * gst/auparse/Makefile.am:
11289         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
11290         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
11291         (gst_auparse_change_state):
11292         * gst/auparse/gstauparse.h:
11293           Partially fix #161712. playbin still doesn't work on these files,
11294           (on the bug report, Andy says we aren't typefinding it for some
11295           reason?) but at least auparse isn't totally busted like it was before.
11296
11297 2005-11-21  Andy Wingo  <wingo@pobox.com>
11298
11299         * *.h:
11300         * *.c: Ran scripts/update-macros. Oh yes.
11301
11302 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11303
11304         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
11305           Filler events are gone for now, comment out section generating
11306           them.
11307
11308 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
11309
11310         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
11311         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
11312         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
11313         * sys/osxvideo/osxvideosink.m:
11314           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
11315           (#322027)
11316
11317 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11318
11319         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
11320         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
11321         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
11322         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
11323         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
11324         (gst_avi_demux_stream_data):
11325         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
11326         * gst/wavenc/gstwavenc.c: (write_metadata):
11327         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
11328         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
11329         Fixes for GST_FOURCC_FORMAT API change.
11330
11331 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11332
11333         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
11334         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
11335         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
11336         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
11337         (gst_text_overlay_change_state):
11338         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
11339         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
11340         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
11341         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
11342         * gst/videomixer/videomixer.c: (gst_videomixer_init),
11343         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
11344         (gst_videomixer_change_state):
11345           Fix for collect pads API change. Also fix textoverlay state
11346           change function.
11347
11348 2005-11-20  Julien MOUTTE  <julien@moutte.net>
11349
11350         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
11351         GST_PAD_IS_USABLE by something approaching it.
11352
11353 2005-11-20  Julien MOUTTE  <julien@moutte.net>
11354
11355         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
11356         API changes.
11357         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
11358         but also fix the code that was not checking return values from
11359         pad_push neither using pad_alloc_buffer.
11360
11361 2005-11-18  Edward Hervey  <edward@fluendo.com>
11362
11363         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
11364         (gst_pngenc_chain):
11365         Added debug category
11366         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
11367         goes to EOS.
11368
11369 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
11370
11371         * gst/rtp/Makefile.am
11372         * gst/rtp/gstrtp.c
11373         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
11374         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
11375         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
11376         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
11377         * gst/rtp/gstrtpg711enc.h:
11378         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
11379         * gst/rtp/gstrtpspeexenc.c:
11380         * gst/rtp/gstrtpspeexenc.h:
11381         * gst/rtp/gstrtpspeexdec.c:
11382         * gst/rtp/gstrtpspeexdec.h:
11383         Created Speex payloader and depayloader; Optimize G711 payloader to
11384         use adapter and send packets until MTU size.
11385
11386 2005-11-16  Wim Taymans  <wim@fluendo.com>
11387
11388         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
11389         Fix leak in check.
11390
11391 2005-11-16  Wim Taymans  <wim@fluendo.com>
11392
11393         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
11394         Fix state change.
11395
11396 2005-11-16  Andy Wingo  <wingo@pobox.com>
11397
11398         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
11399         (gst_udpsrc_create): Move comment.
11400
11401 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
11402
11403         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11404
11405         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
11406           When seeking, seek to closest index entry at or before the requested
11407           seek position, not just the closest one (#321001).
11408
11409 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
11410
11411         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
11412         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
11413           Invert DIB images again (see #132341).
11414
11415 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11416
11417         * configure.ac:
11418           rework configure.ac file
11419         * ext/aalib/gstaasink.c:
11420         * ext/cairo/gstcairo.c:
11421         * ext/dv/gstdv.c:
11422         * ext/esd/gstesd.c:
11423         * ext/flac/gstflac.c:
11424         * ext/gconf/gstgconfelements.c:
11425         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11426         * ext/jpeg/gstjpeg.c:
11427         * ext/ladspa/gstladspa.c:
11428         * ext/libcaca/gstcacasink.c:
11429         * ext/libmng/gstmng.c:
11430         * ext/libpng/gstpng.c:
11431         * ext/mikmod/gstmikmod.c:
11432         * ext/pango/gsttextoverlay.c:
11433         * ext/pango/gsttimeoverlay.c:
11434         * ext/raw1394/gst1394.c:
11435         * ext/speex/gstspeex.c:
11436         * gst/alpha/Makefile.am:
11437         * gst/alpha/gstalpha.c:
11438         * gst/alpha/gstalphacolor.c:
11439         * gst/auparse/gstauparse.c:
11440         * gst/autodetect/gstautoaudiosink.c:
11441         (gst_auto_audio_sink_factory_filter),
11442         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
11443         * gst/autodetect/gstautodetect.c:
11444         * gst/avi/gstavi.c:
11445         * gst/cutter/gstcutter.c:
11446         * gst/debug/efence.c:
11447         * gst/debug/gstdebug.c:
11448         * gst/debug/gstnavigationtest.c:
11449         * gst/effectv/gsteffectv.c:
11450         * gst/flx/gstflxdec.c:
11451         * gst/goom/gstgoom.c:
11452         * gst/interleave/plugin.c:
11453         * gst/law/alaw.c:
11454         * gst/law/mulaw.c:
11455         * gst/level/gstlevel.c:
11456         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
11457         * gst/matroska/matroska.c:
11458         * gst/median/gstmedian.c:
11459         * gst/monoscope/gstmonoscope.c:
11460         * gst/multipart/multipart.c:
11461         * gst/oldcore/gstelements.c:
11462         * gst/rtp/gstrtp.c:
11463         * gst/rtsp/gstrtsp.c:
11464         * gst/smoothwave/gstsmoothwave.c:
11465         * gst/smpte/gstsmpte.c:
11466         * gst/udp/gstudp.c:
11467         * gst/videobox/gstvideobox.c:
11468         * gst/videofilter/gstgamma.c:
11469         * gst/videofilter/gstvideobalance.c:
11470         * gst/videofilter/gstvideoflip.c:
11471         * gst/videofilter/gstvideotemplate.c:
11472         * gst/videomixer/videomixer.c:
11473         * gst/wavenc/gstwavenc.c:
11474         * gst/wavparse/gstwavparse.c:
11475         * sys/oss/gstossaudio.c:
11476         * sys/osxaudio/gstosxaudio.c:
11477           update GST_PLUGIN_DEFINE
11478         * gst/rtp/Makefile.am:
11479         * gst/rtp/gstasteriskh263.c:
11480           check for htons/htonl headers and possibly link to winsock2 lib
11481
11482 2005-11-12  Edward Hervey  <edward@fluendo.com>
11483
11484         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
11485         Only GST_DEBUG() information on the valid components.
11486
11487 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11488
11489         * configure.ac: back to HEAD
11490
11491 === release 0.9.5 ===
11492
11493 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
11494
11495         * configure.ac:
11496           releasing 0.9.5, "Phone Alarm"
11497
11498 2005-11-11  Edward Hervey  <edward@fluendo.com>
11499
11500         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
11501         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
11502         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
11503         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11504         (gst_avi_demux_loop):
11505         * gst/avi/gstavidemux.h:
11506         Yeah, implement proper seeking. Exact seeking and segment seeking.
11507         Still need to do some checks for segment_stop.
11508
11509 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
11510
11511         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11512
11513         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
11514           Don't try to ready buffer duration from buffer that we don't
11515           own any  longer and that might already have been unreffed.
11516           (#321136)
11517
11518 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
11519
11520         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
11521         (flx_decode_delta_flc), (gst_flxdec_chain):
11522         Attempting to optimize the code for embedded systems.
11523
11524 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
11525
11526         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11527
11528         * sys/oss/gstosssink.c: (gst_oss_sink_close):
11529           Don't re-use already closed file descriptor. (#320920)
11530
11531 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
11532
11533         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
11534         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
11535         (gst_oss_sink_prepare):
11536         * sys/oss/gstosssink.h:
11537           Cache probed caps; fix debug output for SET_PARAM macros.
11538
11539 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
11540
11541         * ext/cairo/Makefile.am:
11542         * ext/cairo/gstcairo.c: (plugin_init):
11543         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
11544         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
11545         (gst_text_overlay_init), (gst_text_overlay_font_init),
11546         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
11547         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
11548         (gst_text_overlay_text_pad_linked),
11549         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
11550         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
11551         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
11552         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
11553         (gst_text_overlay_change_state):
11554         * ext/cairo/gsttextoverlay.h:
11555           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
11556           property and redo positioning. Doesn't handle upstream renegotiation
11557           yet though.
11558
11559 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
11560
11561         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
11562         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11563         (gst_avi_demux_loop):
11564           No need to take the STREAM_LOCK in the loop function. Improve
11565           some debug messages. Don't leak pad names in debug messages.
11566
11567 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
11568
11569         * gst/matroska/matroska-demux.c:
11570         (gst_matroska_demux_push_vorbis_codec_priv_data),
11571         (gst_matroska_demux_add_wvpk_header):
11572           Don't error out when the source pad isn't linked.
11573
11574 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
11575
11576         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
11577         (gst_gconf_audio_sink_change_state):
11578         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
11579         (gst_gconf_video_sink_change_state):
11580           Fix state change functions here as well and set kid
11581           to NULL state before removing it.
11582
11583 2005-11-01  Edward Hervey  <edward@fluendo.com>
11584
11585         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
11586         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
11587         Added proper event handlind, 
11588         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
11589         ignored),
11590         and don't set a duration of 0 for buffers otherwise they are discarded
11591         by GstBaseSink.
11592
11593         GstWavEnc needs some serious loving, after going through the code I'm
11594         really wondering how this can stay in -good ...
11595
11596 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11597
11598         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
11599         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
11600         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
11601         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
11602         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
11603         (gst_matroska_mux_collected):
11604           Fix leaks and invalid memory access as reported by valgrind
11605
11606 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11607
11608         Patch by: Michal Benes <michal.benes@xeris.cz>
11609
11610         * check/Makefile.am:
11611         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
11612         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
11613         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
11614           add a unit test for matroskamux
11615           fix the bugs that the unit test exposed
11616
11617 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
11618
11619         * gst/autodetect/gstautoaudiosink.c:
11620         (gst_auto_audio_sink_class_init),
11621         (gst_auto_audio_sink_change_state):
11622         * gst/autodetect/gstautovideosink.c:
11623         (gst_auto_video_sink_class_init),
11624         (gst_auto_video_sink_change_state):
11625           Fix state change function and use GST_DEBUG_FUNCPTR in
11626           class_init.
11627
11628 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
11629
11630         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11631
11632         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
11633         (gst_ebml_write_reset), (gst_ebml_write_element_new):
11634         * gst/matroska/ebml-write.h:
11635         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
11636           Set timestamps on outgoing ebml headers as well, so that the
11637           element after matroskamux can get the timestamp already when
11638           reading the first ebml element and doesn't have to wait for
11639           the actual data buffer for that (#320308).
11640           
11641 2005-10-31  Andy Wingo  <wingo@pobox.com>
11642
11643         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
11644         (gst_videomixer_pad_link): Kill some memleaks.
11645         (gst_videomixer_pad_get_property): Style fix.
11646         (gst_videomixer_pad_set_property): Style fix.
11647         (gst_videomixer_pad_init): Style fix.
11648         (gst_videomixer_update_queues): Kill memleak.
11649         (gst_videomixer_loop): Kill memleak.
11650         (gst_videomixer_collected): Kill memleak.
11651
11652 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
11653
11654         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
11655         gst_auparse_change_state:
11656         Just some cleanup.
11657
11658 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
11659
11660         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
11661         Add checks to GST_FLOW_NOT_LINKED for values returned
11662         from gst_pad_push.
11663         
11664 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11665
11666         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
11667         (gst_rtpg711dec_process):
11668         * gst/rtp/gstrtpgsmenc.c:
11669         Payloader now sets some default caps on the srcpad if caps on the sinkpad
11670         are never set. This is important for the g711 to work with burger's rtpbin
11671         element.
11672
11673 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
11674
11675         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
11676         (gst_speexenc_push_buffer):
11677         Add checks for return values from gst_pad_push and
11678         gst_pad_alloc_buffer.
11679
11680 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
11681
11682         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11683
11684         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
11685         (gst_matroska_demux_parse_info),
11686         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
11687         (gst_matroska_demux_parse_cluster):
11688         * gst/matroska/matroska-ids.h:
11689         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
11690         (gst_matroska_mux_init), (gst_matroska_mux_start),
11691         (gst_matroska_mux_create_buffer_header),
11692         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
11693         (gst_matroska_mux_get_property):
11694         * gst/matroska/matroska-mux.h:
11695           Add SimpleBlock support to matroska demuxer and muxer (part of
11696           Matroska v2). (#319731)
11697
11698 2005-10-28  Wim Taymans  <wim@fluendo.com>
11699
11700         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
11701         (gst_jpeg_dec_change_state):
11702         * ext/jpeg/gstjpegdec.h:
11703         Cleanups. Don't create caps for every chain.
11704
11705 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
11706
11707         * gst/law/alaw-encode.c: (gst_alawenc_init),
11708         (alawenc_setcaps), (gst_alawenc_chain)
11709         * gst/law/alaw-encode.h:
11710         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
11711         (mulawenc_setcaps), (gst_mulawenc_chain)
11712         * gst/law/mulaw-encode.h:
11713         Set timestamp on buffer and it allows RTP G711 elements
11714         work properly.
11715
11716 2005-10-27  Wim Taymans  <wim@fluendo.com>
11717
11718         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
11719         Set correct format on oss instead of a silly value. 
11720
11721 2005-10-27  Julien MOUTTE  <julien@moutte.net>
11722
11723         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
11724         (gst_video_box_transform_caps), (gst_video_box_set_caps),
11725         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
11726         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
11727         I420 rendering as well, doesn't bring much for my platform.
11728         Might help on some other platforms.
11729
11730 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
11731
11732         * gst/rtp/gstrtpgsmenc.c:
11733         * gst/rtp/gstrtpgsmparse.c:
11734         Declaring the padtemplate correctly.
11735
11736 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
11737
11738         * gst/rtp/gstrtpg711dec.c:
11739         * gst/rtp/gstrtpg711enc.c:
11740         * gst/rtp/gstrtpgsmenc.c:
11741         * gst/rtp/gstrtpgsmparse.c:
11742         Setting the proper copyright notice.
11743
11744 2005-10-26  Julien MOUTTE  <julien@moutte.net>
11745
11746         * gst/videobox/Makefile.am: Use liboil.
11747         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
11748         (gst_video_box_set_property), (gst_video_box_transform_caps),
11749         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
11750         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
11751         using liboil. Will dot the same to I420 border generation
11752         tomorrow.
11753
11754 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
11755
11756         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
11757         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
11758         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
11759         * gst/rtp/gstrtpg711dec.h:
11760         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
11761         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
11762         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
11763         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
11764         (gst_rtpgsmenc_handle_buffer):
11765         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
11766         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
11767         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
11768         * gst/rtp/gstrtpgsmparse.h:
11769         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
11770         inherits from the basertpdepayloader.
11771
11772 2005-10-26  Julien MOUTTE  <julien@moutte.net>
11773
11774         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
11775         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
11776         (gst_video_box_ayuv): Removing this forgotten debug.
11777
11778 2005-10-26  Julien MOUTTE  <julien@moutte.net>
11779
11780         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
11781         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
11782         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
11783
11784 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11785
11786         * sys/oss/gstossaudio.c:
11787         * sys/oss/gstossdmabuffer.c:
11788         * sys/oss/gstosshelper.c:
11789         * sys/oss/gstossmixer.c:
11790         * sys/oss/gstossmixerelement.c:
11791         * sys/oss/gstossmixertrack.c:
11792         * sys/oss/gstosssink.c:
11793         * sys/oss/gstosssrc.c:
11794           Actually use the 'oss' debug category we register.
11795
11796 2005-10-26  Julien MOUTTE  <julien@moutte.net>
11797
11798         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
11799         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
11800         Use gst_pad_get_parent and drop the ref that was added through
11801         that call.
11802
11803 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
11804
11805         * gst/rtp/gstrtpgsmenc.c:
11806           Fix compilation
11807
11808 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
11809
11810         * gst/rtp/gstrtpg711dec.c
11811         Just removed a couple of lines of weird code used during
11812         development/test time.
11813
11814 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
11815
11816         * gst/rtp/Makefile.am
11817         * gst/rtp/gstrtp.c
11818         * gst/rtp/gstrtpg711enc.c
11819         * gst/rtp/gstrtpg711enc.h
11820         * gst/rtp/gstrtpg711dec.c
11821         * gst/rtp/gstrtpg711dec.h
11822         Created G711 payloader and depayloader (it supports mulaw and alaw
11823         (dec)encoders)
11824
11825 2005-10-25  Julien MOUTTE  <julien@moutte.net>
11826
11827         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
11828         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
11829         Doh ! I introduced wingo's bug again ! Sorry...
11830
11831 2005-10-25  Christian Schaller <christian@fluendo.com> 
11832
11833         * gst/rtp/Makefile.am: add missing header files for disting
11834
11835 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
11836
11837         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
11838         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
11839         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
11840         (gst_rtpgsmenc_handle_buffer):
11841         * gst/rtp/gstrtpgsmenc.h:
11842         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
11843         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
11844         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
11845         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
11846         * gst/rtp/gstrtpgsmparse.h:
11847         Getting the GSM (de)payloader working and compatible with our plans for RTP.
11848
11849 2005-10-25  Julien MOUTTE  <julien@moutte.net>
11850
11851         * ext/libpng/gstpngdec.c: (user_info_callback),
11852         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
11853         a newsegment event, move some redundant code in a single place.
11854
11855 2005-10-25  Julien MOUTTE  <julien@moutte.net>
11856
11857         * ext/libpng/gstpngdec.c: (user_info_callback),
11858         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
11859         hack to get correct colors order when we have a png image with
11860         alpha channel.
11861
11862 2005-10-24  Edward Hervey  <edward@fluendo.com>
11863
11864         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
11865         Call gst_element_no_more_pads when there will be no more pads.
11866
11867 2005-10-24  Wim Taymans  <wim@fluendo.com>
11868
11869         * gst/rtp/Makefile.am:
11870         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
11871         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
11872         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
11873         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
11874         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
11875         (gst_asteriskh263_plugin_init):
11876         * gst/rtp/gstasteriskh263.h:
11877         * gst/rtp/gstrtp.c: (plugin_init):
11878         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
11879         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
11880         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
11881         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
11882         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
11883         (gst_rtph263enc_plugin_init):
11884         * gst/rtp/gstrtph263enc.h:
11885         Added two new payloaders, an RFC 2190 payloader for h263 and
11886         a payload convertor for an asterisk server.
11887
11888 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
11889
11890         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
11891           Set bytes_per_sample correctly (is not always 4, but 
11892           depends on width and number of channels).
11893
11894 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
11895
11896         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
11897         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
11898         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
11899         (gst_flacenc_sink_event), (gst_flacenc_chain),
11900         (gst_flacenc_set_property), (gst_flacenc_get_property),
11901         (gst_flacenc_change_state):
11902         * ext/flac/gstflacenc.h:
11903           Fix seeking, so that flacenc can rewrite the header with the
11904           correct duration and amount of samples and all that at EOS;
11905           also set timestamps and granulepos on outgoing buffers; add
11906           debug category; fix state change function.
11907           
11908 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11909
11910         * gst/videomixer/videomixer.c: Don't restrict video geometry
11911         from 16 to 4096.
11912
11913 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11914
11915         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
11916         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
11917         Fix caps negotiation correctly, add debugging category.
11918
11919 2005-10-24  Christian Schaller  <christian@fluendo.com>
11920
11921         * configure.ac: Port over Thomas's change from base listing all plugins
11922
11923 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11924
11925         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
11926         a sink pad.
11927
11928 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11929
11930         * configure.ac:
11931         * docs/upload.mak:
11932           back to HEAD
11933
11934 === release 0.9.4 ===
11935
11936 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11937
11938         * configure.ac:
11939           Releasing 0.9.4, "Dromiceiomimus"
11940
11941 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
11942
11943         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
11944         (gst_speexenc_src_query):
11945           Add position and duration query, fix query type function.
11946           
11947         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11948         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
11949           Let's not set non-fixed caps on source pads.
11950
11951 2005-10-21  Wim Taymans  <wim@fluendo.com>
11952
11953         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
11954         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
11955         (gst_avi_demux_handle_seek):
11956         Set correct stream_time in newsegment event.
11957         avi can also handle a duration query now.
11958
11959 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11960
11961         * gst/matroska/matroska-demux.c:
11962         (gst_matroska_demux_handle_src_query),
11963         (gst_matroska_demux_handle_seek_event),
11964         (gst_matroska_demux_loop_stream_parse_id):
11965           Fix duration query; fix basetime in newsegment event after
11966           seek; fix duration in initial newsegment event.
11967
11968         * gst/matroska/matroska-mux.c:
11969         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
11970           Extract number of channels and samplerate from vorbis headers;
11971           add some debug messages when querying the durations of the
11972           input streams.
11973
11974 2005-10-20  Wim Taymans  <wim@fluendo.com>
11975
11976         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
11977         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
11978         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
11979         Set stream time correctly in newsegment.
11980
11981 2005-10-20  Wim Taymans  <wim@fluendo.com>
11982
11983         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
11984         Correctly fill in the stream time.
11985
11986 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
11987
11988         * check/elements/level.c: (GST_START_TEST):
11989         * gst/level/gstlevel.c: (gst_level_message_new):
11990         * gst/level/level-example.c: (message_handler):
11991           use ELEMENT messages instead
11992
11993 2005-10-19  Wim Taymans  <wim@fluendo.com>
11994
11995         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
11996         (gst_dvdemux_src_query):
11997         * ext/flac/gstflacdec.c: (gst_flacdec_length),
11998         (gst_flacdec_src_query):
11999         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
12000         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
12001         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12002         * gst/debug/gstnavseek.c: (gst_navseek_seek):
12003         * gst/debug/progressreport.c: (gst_progress_report_report):
12004         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
12005         * gst/matroska/matroska-demux.c:
12006         (gst_matroska_demux_handle_src_query):
12007         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
12008         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
12009         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
12010         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
12011         (gst_wavparse_srcpad_event):
12012         API change fix.
12013
12014 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12015
12016         * gst/goom/filters.c:
12017         * gst/goom/graphic.h:
12018         * gst/goom/lines.c:
12019           Make inline functions either 'static inline' or 'extern inline',
12020           otherwise the Forte compiler apparently won't inline them (#317300).
12021
12022 2005-10-19  Julien MOUTTE  <julien@moutte.net>
12023
12024         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
12025         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
12026         (user_info_callback), (user_endrow_callback), (user_end_callback),
12027         (user_read_data), (gst_pngdec_caps_create_and_set),
12028         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
12029         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
12030         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
12031         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
12032         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
12033         very nice and handle push/pull based model. if you have filesrc
12034         connected to it, it will do random access to load the png file.
12035         If you have a network source that can't do _getrange, it does 
12036         progressive loading through the chain function.
12037         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
12038         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
12039         thanks to Master Wim Taymans ;-)
12040
12041 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12042
12043         * gst/matroska/Makefile.am:
12044         * gst/matroska/ebml-read.c:
12045         * gst/matroska/ebml-read.h:
12046         * gst/matroska/matroska-demux.c:
12047         * gst/matroska/matroska-demux.h:
12048         * gst/matroska/matroska.c: (plugin_init):
12049           Ported matroska demuxer to 0.9.
12050
12051 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
12052
12053         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12054
12055         * gst/matroska/matroska-mux.c:
12056         (gst_matroska_mux_video_pad_setcaps),
12057         (gst_matroska_mux_audio_pad_setcaps):
12058           Fix mpeg4 input handling (#318847); also, while we're at it,
12059           fix media type for Motion-JPEG: should be image/jpeg.
12060
12061 2005-10-18  Wim Taymans  <wim@fluendo.com>
12062
12063         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
12064         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
12065         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
12066         Fix for segment-start/stop API change.
12067
12068 2005-10-17  Julien MOUTTE  <julien@moutte.net>
12069
12070         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
12071         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
12072         way.
12073
12074 2005-10-17  Julien MOUTTE  <julien@moutte.net>
12075
12076         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
12077         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
12078         output declared in transform_caps.
12079
12080 2005-10-17  Julien MOUTTE  <julien@moutte.net>
12081
12082         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
12083
12084 2005-10-17  Julien MOUTTE  <julien@moutte.net>
12085
12086         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
12087         (gst_video_box_get_unit_size): Fix wrong size calculations and
12088         implement get_unit_size correctly.
12089
12090 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
12091
12092         * configure.ac:
12093           Enable flx plugin.
12094
12095         * gst/flx/gstflxdec.c: (flx_decode_chunks):
12096           Fix gcc4 signedness issue.
12097
12098 2005-10-17  Julien MOUTTE  <julien@moutte.net>
12099
12100         * configure.ac: Adding videomixer.
12101         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
12102         (user_read_data), (gst_pngdec_chain): More debugging.
12103         * gst/alpha/Makefile.am: Adding alphacolor
12104         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
12105         (gst_alpha_color_class_init), (gst_alpha_color_init),
12106         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
12107         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
12108         (plugin_init): Ported to 0.9 using in place base tranform.
12109         * gst/videomixer/Makefile.am:
12110         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
12111         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
12112         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
12113         (gst_videomixer_pad_init), (gst_videomixer_class_init),
12114         (gst_videomixer_init), (gst_videomixer_getcaps),
12115         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
12116         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
12117         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
12118         to 0.9 using collectpads.
12119
12120 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
12121
12122         * configure.ac:
12123         * gst/flx/Makefile.am:
12124         * gst/flx/gstflxdec.c: (gst_flxdec_init),
12125         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
12126         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
12127         * gst/flx/gstflxdec.h:
12128         flx plugin ported to 0.9
12129
12130 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
12131
12132         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
12133           use new gst_version_string()
12134
12135 2005-10-16  Andy Wingo  <wingo@pobox.com>
12136
12137         * configure.ac: GLIB_CHECK.
12138
12139 2005-10-15  Julien MOUTTE  <julien@moutte.net>
12140
12141         * ext/libpng/Makefile.am:
12142         * ext/libpng/gstpng.c: (plugin_init):
12143         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
12144         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
12145         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
12146
12147 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
12148
12149         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12150
12151         * configure.ac:
12152         * gst/matroska/Makefile.am:
12153         * gst/matroska/ebml-ids.h:
12154         * gst/matroska/ebml-write.c:
12155         * gst/matroska/ebml-write.h:
12156         * gst/matroska/matroska-ids.h:
12157         * gst/matroska/matroska-mux.c:
12158         * gst/matroska/matroska-mux.h:
12159         * gst/matroska/matroska.c: (plugin_init):
12160           Port matroska muxer to 0.9 (#318847).
12161
12162 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
12163
12164         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
12165         (comment_init), (comment_add):
12166           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
12167           use GST_READ_UINT32_LE() and friends rather than the private
12168           implementation of those same macros.
12169
12170 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
12171
12172         * examples/stats/mp2ogg.c:
12173           more typo fixes
12174
12175 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
12176
12177         * examples/indexing/indexmpeg.c: (main):
12178         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
12179         (gst_esdmon_close_audio), (gst_esdmon_change_state):
12180         * ext/esd/esdmon.h:
12181         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
12182         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
12183         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
12184         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
12185         * gst/avi/gstavimux.c: (gst_avimux_init):
12186         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
12187         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
12188         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
12189         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
12190         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
12191         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
12192         * gst/oldcore/gstmultifilesrc.h:
12193         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
12194         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
12195         (gst_pipefilter_change_state):
12196         * gst/oldcore/gstpipefilter.h:
12197         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
12198         * gst/videomixer/videomixer.c: (gst_videomixer_init):
12199         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
12200         * sys/osxaudio/gstosxaudiosink.h:
12201         * sys/osxaudio/gstosxaudiosrc.h:
12202           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
12203           moved bitshift from macro to enum definition
12204
12205 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12206
12207         * ext/Makefile.am:
12208         * ext/cairo/Makefile.am:
12209         * ext/cairo/gstcairo.c: (plugin_init):
12210         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
12211         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
12212         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
12213         * ext/cairo/gsttimeoverlay.h:
12214           update of cairo-based timeoverlay to 1.0 Cairo API
12215           doesn't work yet for resizing of output sink
12216
12217 2005-10-11  Wim Taymans  <wim@fluendo.com>
12218
12219         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
12220         newsegment API fix.
12221
12222 2005-10-11  Wim Taymans  <wim@fluendo.com>
12223
12224         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
12225         (gst_dvdemux_demux_frame):
12226         * ext/flac/gstflacdec.c: (gst_flacdec_write):
12227         * gst/auparse/gstauparse.c: (gst_auparse_chain):
12228         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
12229         (gst_avi_demux_handle_seek):
12230         * gst/goom/gstgoom.c: (gst_goom_event):
12231         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
12232         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
12233         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
12234         (gst_wavparse_loop), (gst_wavparse_pad_convert),
12235         (gst_wavparse_srcpad_event):
12236         newsegment API update.
12237
12238 2005-10-11  Andy Wingo  <wingo@pobox.com>
12239
12240         * ext/speex/gstspeexenc.c: Signedness cleanups.
12241
12242 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
12243
12244         * PORTED_09:
12245         * ext/speex/Makefile.am:
12246         * ext/speex/gstspeex.c:
12247         * ext/speex/gstspeexenc.c:
12248         Speexenc ported to 0.9
12249
12250 2005-10-10  Wim Taymans  <wim@fluendo.com>
12251
12252         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
12253         (gst_oss_sink_init), (gst_oss_sink_set_property),
12254         (gst_oss_sink_get_property), (gst_oss_sink_open),
12255         (gst_oss_sink_prepare), (gst_oss_sink_reset):
12256         * sys/oss/gstosssink.h:
12257         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
12258         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
12259         (gst_oss_src_prepare):
12260         Cleanups, make device configurable in the sink, handle and report
12261         errors.
12262
12263 2005-10-10  Wim Taymans  <wim@fluendo.com>
12264
12265         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
12266         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
12267         Make sure element is NULL before removing from the bin.
12268
12269 2005-10-07  Andy Wingo  <wingo@pobox.com>
12270
12271         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
12272         block forever in a read().
12273         (gst_dv1394src_bus_reset): Post a message when the cable is
12274         unplugged.
12275         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
12276         (gst_dv1394src_bus_reset): Don't unref the message.
12277
12278         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
12279         hacking. The only change should be that the state change stuff was
12280         put into basesrc's start() and stop() routines, which coalesces
12281         some steps.
12282
12283 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
12284
12285         * configure.ac:
12286           Add check for mmap
12287           
12288         * gst/debug/Makefile.am:
12289           Only compile efence plugin on systems that have mmap.
12290
12291 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
12292
12293         * gst/debug/Makefile.am:
12294         * gst/debug/breakmydata.c:
12295         * gst/debug/gstdebug.c:
12296         * gst/debug/gstnavigationtest.c:
12297         * gst/debug/gstnavseek.c: 
12298         * gst/debug/gstnavseek.h:
12299         * gst/debug/progressreport.c: 
12300         * gst/debug/testplugin.c:
12301           Port progressreport, navseek, navigationtest, testsink and
12302           breakmydata.
12303
12304 2005-10-05  Edward Hervey  <edward@fluendo.com>
12305
12306         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
12307         (gst_dvdemux_src_query):
12308         Fixes for better conversion
12309
12310 2005-10-04  Michael Smith <msmith@fluendo.com>
12311
12312         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
12313         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
12314         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
12315         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
12316           Set state of elements to NULL before removing from bins.
12317           Set state of test element to NULL if we failed to move it to READY
12318
12319 2005-10-04  Edward Hervey  <edward@fluendo.com>
12320
12321         * ext/dv/Makefile.am:
12322         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
12323         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
12324         Corrected the query function for position so it doesn't forget what
12325         format was asked, and calls the conversion functions on the correct pad.
12326
12327 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12328
12329         * configure.ac:
12330           back to development
12331
12332 === release 0.9.3 ===
12333
12334 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12335
12336         * configure.ac:
12337           Releasing 0.9.3, "Aramis"
12338
12339 2005-10-03  Andy Wingo  <wingo@pobox.com>
12340
12341         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
12342         error returns.
12343
12344 2005-10-02  Andy Wingo  <wingo@pobox.com>
12345
12346         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
12347
12348         * ext/flac/gstflacenc.c: Ported to 0.9.
12349
12350         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
12351
12352         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
12353         and link to gsttagedit. Enable flacenc.
12354
12355         * ext/flac/gstflacdec.c: Re-enable tag reading.
12356
12357 2005-09-30  Wim Taymans  <wim@fluendo.com>
12358
12359         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
12360         * gst/rtp/gstrtpgsmparse.c:
12361         * gst/rtp/gstrtph263penc.c:
12362         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
12363         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
12364         (gst_rtpmp4venc_set_property):
12365         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
12366         Various class and caps fixes from Andre Magalhaes (andrunko)
12367
12368 2005-09-29  Wim Taymans  <wim@fluendo.com>
12369
12370         * gst/level/level-example.c: (main):
12371         Update for new bus API.
12372
12373 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12374
12375         * configure.ac:
12376           Fix unexpanded autoconf macro GST_DOC, which has been renamed
12377           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
12378
12379 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12380
12381         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
12382           Fix playback of mono streams (bytes_per_sample should be set
12383           from the sample width and the number of channels negotiated,
12384           and not just be set to 4) (#317338)
12385
12386 2005-09-26  Wim Taymans  <wim@fluendo.com>
12387
12388         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
12389         (gst_rtpmpaenc_handle_buffer):
12390         Set buffer duration correctly.
12391
12392 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
12393
12394         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
12395         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
12396         (gst_avi_demux_change_state):
12397           Don't crash when encountering a stream with an unknown fourcc or
12398           codec id. Instead, create a pad of type video/x-avi-unknown or
12399           audio/x-avi-unknown, which as a side-effect also results in less
12400           confusing error messages in players ('no decoder' vs. 'no streams');
12401           minor fixes to state change function and class_init function.
12402
12403 2005-09-24  Wim Taymans  <wim@fluendo.com>
12404
12405         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
12406         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
12407         These are sinks.
12408
12409 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12410
12411         * check/elements/level.c: (GST_START_TEST):
12412           fix test for new GstClockTime use
12413         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
12414         (gst_level_transform_ip):
12415         * gst/level/gstlevel.h:
12416           fix up the decay peak, ensuring the decay peak is never lower
12417           than the peak for that interval
12418
12419 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12420
12421         * docs/plugins/gst-plugins-good-plugins.args:
12422         * docs/plugins/inspect/plugin-alpha.xml:
12423         * docs/plugins/inspect/plugin-rtp.xml:
12424         * gst/level/gstlevel.c: (gst_level_set_caps),
12425         (gst_level_transform_ip):
12426           updating docs
12427
12428 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12429
12430         * Makefile.am:
12431         * check/elements/level.c: (GST_START_TEST):
12432         * gst/level/Makefile.am:
12433         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
12434         (gst_level_set_property), (gst_level_get_property),
12435         (gst_level_set_caps), (gst_level_message_new),
12436         (gst_level_transform_ip):
12437         * gst/level/gstlevel.h:
12438         * gst/level/level-example.c: (message_handler), (main):
12439           convert to using GstClockTime for all time values, finally.
12440
12441 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12442
12443         * gst/auparse/Makefile.am:
12444         * gst/auparse/gstauparse.c: (gst_auparse_chain):
12445           fix up build
12446         * configure.ac:
12447         * ext/cairo/Makefile.am:
12448         * ext/dv/Makefile.am:
12449         * ext/esd/Makefile.am:
12450         * ext/flac/Makefile.am:
12451         * ext/gconf/Makefile.am:
12452         * ext/gdk_pixbuf/Makefile.am:
12453         * ext/jpeg/Makefile.am:
12454         * ext/ladspa/Makefile.am:
12455         * ext/libcaca/Makefile.am:
12456         * ext/libmng/Makefile.am:
12457         * ext/libpng/Makefile.am:
12458         * ext/mikmod/Makefile.am:
12459         * ext/pango/Makefile.am:
12460         * ext/raw1394/Makefile.am:
12461         * ext/shout2/Makefile.am:
12462         * ext/speex/Makefile.am:
12463         * gst/alpha/Makefile.am:
12464         * gst/autodetect/Makefile.am:
12465         * gst/avi/Makefile.am:
12466         * gst/cutter/Makefile.am:
12467         * gst/debug/Makefile.am:
12468         * gst/effectv/Makefile.am:
12469         * gst/flx/Makefile.am:
12470         * gst/goom/Makefile.am:
12471         * gst/interleave/Makefile.am:
12472         * gst/law/Makefile.am:
12473         * gst/matroska/Makefile.am:
12474         * gst/median/Makefile.am:
12475         * gst/monoscope/Makefile.am:
12476         * gst/multipart/Makefile.am:
12477         * gst/oldcore/Makefile.am:
12478         * gst/rtp/Makefile.am:
12479         * gst/rtsp/Makefile.am:
12480         * gst/smoothwave/Makefile.am:
12481         * gst/smpte/Makefile.am:
12482         * gst/videobox/Makefile.am:
12483         * gst/videofilter/Makefile.am:
12484         * gst/videomixer/Makefile.am:
12485         * gst/wavenc/Makefile.am:
12486         * gst/wavparse/Makefile.am:
12487         * sys/oss/Makefile.am:
12488         * sys/osxaudio/Makefile.am:
12489         * sys/osxvideo/Makefile.am:
12490           fix up GST_LIBS use
12491
12492 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12493
12494         * gst/auparse/Makefile.am:
12495         * gst/auparse/gstauparse.c: (gst_auparse_chain):
12496           fix build of auparse
12497
12498 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
12499
12500         * configure.ac:
12501         * PORTED_09:
12502         * gst/auparse/gstauparse.c:
12503         * gst/auparse/gstauparse.h:
12504         Auparse ported to 0.9.
12505
12506 2005-09-22  Wim Taymans  <wim@fluendo.com>
12507
12508         * gst/rtp/TODO:
12509         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
12510         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
12511         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
12512         (gst_rtpmp4venc_set_property):
12513         * gst/rtp/gstrtpmp4venc.h:
12514         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
12515         * gst/rtp/gstrtpmpaenc.h:
12516         Use is_filled to both check MTU and max-ptime of base class.
12517
12518 2005-09-22  Wim Taymans  <wim@fluendo.com>
12519
12520         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
12521         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
12522         (gst_rtpmp4venc_set_property):
12523         Don't fragment packets with multiple frames.
12524
12525 2005-09-22  Wim Taymans  <wim@fluendo.com>
12526
12527         * gst/rtp/TODO:
12528         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
12529         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
12530         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
12531         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
12532         (gst_rtpmp4venc_get_property):
12533         * gst/rtp/gstrtpmp4venc.h:
12534         Remove g_print.
12535         Update TODO
12536         Make payload encoder a bit smarter and more correct with
12537         timestamps.
12538         Added option in payloader to include config string in-band.
12539
12540 2005-09-21  Wim Taymans  <wim@fluendo.com>
12541
12542         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
12543         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
12544         (gst_rtspsrc_send):
12545         Strip spaces for key/value pairs.
12546
12547 2005-09-21  Wim Taymans  <wim@fluendo.com>
12548
12549         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
12550         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
12551         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
12552         (gst_rtspsrc_change_state):
12553         More SDP parsing and caps setting.
12554         Do NO_PREROLL differently.
12555         add pads only after negotiated.
12556
12557         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
12558         (gst_udpsrc_getcaps):
12559         Implement the getcaps function.
12560
12561 2005-09-21  Wim Taymans  <wim@fluendo.com>
12562
12563         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
12564         (gst_rtpamrdec_chain):
12565         Handle multiple AMr packets per payload. Handle CRC and
12566         parse ILL/ILP.
12567
12568         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
12569         Make caps params strings for easy SDP mapping.
12570         
12571         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
12572         Handle capsnego better.
12573
12574         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
12575         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
12576         Generate and parse config string in the caps.
12577
12578 2005-09-21  Wim Taymans  <wim@fluendo.com>
12579
12580         * gst/rtp/README:
12581         Update README
12582
12583         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
12584         Make extra params as strings.
12585
12586         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
12587         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
12588         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
12589         Make state change return NO_PREROLL as this is a live
12590         source.
12591
12592         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
12593         Don't unref old caps when NULL.
12594
12595 2005-09-20  Wim Taymans  <wim@fluendo.com>
12596
12597         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
12598         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
12599         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
12600         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
12601         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
12602         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
12603         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
12604         * gst/rtsp/sdpmessage.h:
12605         Add URI handler.
12606         Parse SDP and create caps.
12607
12608 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
12609
12610         * gst/alpha/gstalpha.c:
12611           fix element description
12612
12613 2005-09-19  Wim Taymans  <wim@fluendo.com>
12614
12615         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
12616         Don't check payload for now.
12617
12618 2005-09-19  Wim Taymans  <wim@fluendo.com>
12619
12620         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
12621         (gst_wavparse_init), (gst_wavparse_parse_file_header),
12622         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
12623         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
12624         (gst_wavparse_loop), (gst_wavparse_pad_convert),
12625         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
12626         (gst_wavparse_change_state):
12627         * gst/wavparse/gstwavparse.h:
12628         Fix wavparse some more.
12629
12630 2005-09-19  Wim Taymans  <wim@fluendo.com>
12631
12632         * check/elements/level.c: (GST_START_TEST):
12633         Fix for bus API change.
12634
12635 2005-09-19  Wim Taymans  <wim@fluendo.com>
12636
12637         * gst/level/level-example.c: (main):
12638         Fix for new bus API.
12639
12640         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
12641         Set caps on pads.
12642
12643 2005-09-15  Wim Taymans  <wim@fluendo.com>
12644
12645         * gst/rtp/Makefile.am:
12646         * gst/rtp/README:
12647         * gst/rtp/gstrtp.c: (plugin_init):
12648         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
12649         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
12650         (gst_rtpamrdec_change_state):
12651         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
12652         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
12653         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
12654         * gst/rtp/gstrtpamrenc.h:
12655         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
12656         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
12657         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
12658         * gst/rtp/gstrtpgsmenc.h:
12659         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
12660         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
12661         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
12662         (gst_rtpgsmparse_change_state):
12663         * gst/rtp/gstrtpgsmparse.h:
12664         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
12665         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
12666         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
12667         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
12668         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
12669         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
12670         * gst/rtp/gstrtph263penc.h:
12671         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
12672         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
12673         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
12674         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
12675         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
12676         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
12677         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
12678         * gst/rtp/gstrtpmp4venc.h:
12679         * gst/rtp/gstrtpmpadec.c:
12680         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
12681         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
12682         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
12683         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
12684         * gst/rtp/gstrtpmpaenc.h:
12685         Updates to payloader/depayloaders, make payloaders use
12686         the base classes.
12687         Updated README with suggested RTP caps and how to convert
12688         to/from SDP.
12689         Added config descriptor in mp4v payloader.
12690
12691 2005-09-15  Andy Wingo  <wingo@pobox.com>
12692
12693         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
12694         * gst/autodetect/gstautovideosink.c
12695         (gst_auto_video_sink_find_best): Update for new registry API.
12696
12697 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12698
12699         * common/c-to-xml.py:
12700         * common/gtk-doc-plugins.mak:
12701           a simple py script to generate valid xml from a C example
12702           probably also need to strip an MIT license when we decide
12703         * docs/plugins/Makefile.am:
12704         * gst/level/Makefile.am:
12705         * gst/level/gstlevel.c: (gst_level_init):
12706         * gst/level/level-example.c: (message_handler), (main):
12707           add an example to level that will show up in the docs
12708         * gst/rtp/TODO:
12709           add a note for the future
12710
12711 2005-09-14  Michael Smith <msmith@fluendo.com>
12712
12713         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
12714           Actually define the debug object being used in wavenc. Fixes #316205
12715
12716 2005-09-14  Michael Smith <msmith@fluendo.com>
12717
12718         * gst/smpte/Makefile.am:
12719           Link against GST_BASE_LIBS, to get it linked against libgstbase;
12720           needed to build on windows (bug 316204)
12721
12722 2005-09-12  Andy Wingo  <wingo@pobox.com>
12723
12724         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
12725
12726 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
12727
12728         * configure.ac:
12729         * gst/fdsrc/Makefile.am:
12730         * gst/fdsrc/gstfdsrc.c:
12731         * gst/fdsrc/gstfdsrc.h:
12732           Move fdsrc back into gstreamer core elements.
12733
12734         * gst/level/gstlevel.c: (gst_level_class_init),
12735         (gst_level_transform_ip):
12736         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
12737           Basetransform changes.
12738
12739 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12740
12741         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12742         * ext/jpeg/smokecodec.c: (find_best_size):
12743           fix compiler warnings
12744
12745 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12746
12747         * gst-plugins-good.spec.in:
12748           spec file fixes
12749         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12750         (gst_multiudpsink_render), (gst_multiudpsink_add),
12751         (gst_multiudpsink_clear):
12752           it actually helps to actually stream if we hook up the
12753           "add" signal to an actual implementation
12754         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
12755           some debugging
12756
12757 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
12758
12759         * ext/jpeg/Makefile.am:
12760         * ext/jpeg/gstjpeg.c
12761         * ext/jpeg/gstjpegenc.c:
12762         * ext/jpeg/gstsmokeenc.c:
12763
12764 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12765
12766         * ext/flac/gstflacdec.c:
12767         * ext/flac/gstflacenc.c:
12768         * ext/flac/gstflactag.c:
12769         * ext/speex/gstspeexenc.c:
12770           gsttaginterface.h -> gsttagsetter.h
12771
12772 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12773
12774         * configure.ac:
12775         * gst/debug/Makefile.am:
12776         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
12777         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
12778         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
12779         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
12780         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
12781           Port to 0.9 and re-enable efence plugin.
12782
12783 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
12784
12785         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
12786         (gst_flacdec_write), (gst_flacdec_convert_src):
12787         * ext/flac/gstflacdec.h:
12788           Add support for flac files with 24/32 bits per sample; and misc.
12789           minor clean-ups. Seeking is still partly broken (for me at least).
12790
12791 2005-09-06  Wim Taymans  <wim@fluendo.com>
12792
12793         * gst/rtp/Makefile.am:
12794         * gst/rtp/gstrtp.c: (plugin_init):
12795         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
12796         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
12797         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
12798         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
12799         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
12800         (gst_rtpmp4vdec_plugin_init):
12801         * gst/rtp/gstrtpmp4vdec.h:
12802         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
12803         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
12804         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
12805         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
12806         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
12807         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
12808         * gst/rtp/gstrtpmp4venc.h:
12809         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
12810         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
12811         Added mpeg4 video payload encoder/decoder.
12812         Added some docs in mpa payloader.
12813
12814 === release 0.9.1 ===
12815
12816 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12817
12818         * NEWS:
12819         * README:
12820         * RELEASE:
12821         * autogen.sh:
12822         * configure.ac:
12823           releasing 0.9.1, "Blondie"
12824
12825 2005-09-05  Andy Wingo  <wingo@pobox.com>
12826
12827         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
12828         here from the state change handler, so we fire signals without
12829         holding the state lock.
12830
12831 2005-09-02  Andy Wingo  <wingo@pobox.com>
12832
12833         * All plugins updated for element state changes.
12834
12835 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12836
12837         * Makefile.am:
12838         * check/.cvsignore:
12839         * check/Makefile.am:
12840         * check/elements/.cvsignore:
12841         * check/elements/level.c: (setup_level), (cleanup_level),
12842         (GST_START_TEST), (level_suite), (main):
12843           add a test for level
12844         * common/release.mak:
12845           move the enum checking to release.mak
12846         * configure.ac:
12847           add valgrind and check checking
12848         * gst/level/gstlevel.c: (gst_level_transform):
12849         * gst/level/gstlevel.h:
12850           fix Andy's cast bug
12851           convert a field to int
12852           fix the arithmetic to int when checking for emit so that a
12853           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
12854
12855 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12856
12857         * Makefile.am:
12858         * configure.ac:
12859           add docs to build
12860         * common/plugins.xsl:
12861           wrap Description into a refsect2
12862         * docs/Makefile.am:
12863         * docs/plugins/Makefile.am:
12864         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12865         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12866         * gst/goom/Makefile.am:
12867         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
12868         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
12869         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
12870         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
12871         (gst_goom_change_state):
12872         * gst/goom/gstgoom.h:
12873           GstGOOM -> GstGoom
12874           add an example launch line
12875         * gst/level/gstlevel.h:
12876         * gst/monoscope/gstmonoscope.c:
12877           cleanups
12878
12879 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12880
12881         * configure.ac:
12882         * docs/plugins/Makefile.am:
12883         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12884         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12885         * docs/plugins/gst-plugins-good-plugins.types:
12886           document elements and plugins.  Shazam !
12887
12888 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12889
12890         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
12891           be found under doc/random/ChangeLog-0.8