gst/rtsp/rtsptransport.c: Use renamed RTP bin.
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-05-28  Wim Taymans  <wim@fluendo.com>
2
3         * gst/rtsp/rtsptransport.c:
4         Use renamed RTP bin.
5
6 2007-05-28  Wim Taymans  <wim@fluendo.com>
7
8         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
9
10         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
11         (gst_video_box_set_property), (gst_video_box_transform_caps),
12         (video_box_recalc_transform), (gst_video_box_set_caps),
13         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
14         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
15         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
16         (gst_video_box_i420_i420), (gst_video_box_transform),
17         (plugin_init):
18         Add AYUV->AYUV and AYUV->I420 formats. 
19         Fix negotiation and I420->AYUV conversion.
20         Fixes #429329.
21
22 2007-05-26  Wim Taymans  <wim@fluendo.com>
23
24         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
25         Use different variables for nested for loops so that the outer loop
26         functions properly and speex files with multiple frames per buffer work
27         properly.
28         Fixes #441408.
29
30 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
31
32         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
33           Don't leak newsegment events.
34
35 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
36
37         * gst/wavparse/Makefile.am:
38           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
39           drags it in.
40
41 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
42
43         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
44         (notgst_value_array_append_buffer),
45         (gst_flac_enc_process_stream_headers),
46         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
47         (gst_flac_enc_change_state):
48         * ext/flac/gstflacenc.h:
49           Collect headers, add "streamheader" field to output caps and set
50           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
51           produces output according to the official FLAC-to-Ogg mapping
52           instead of completely broken files. Fixes #426044.
53
54 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
55
56         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
57         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
58         (gst_id3demux_sink_event):
59         * gst/id3demux/gstid3demux.h:
60         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
61         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
62         (gst_tag_demux_send_new_segment):
63         Handle and adjust new-segment events so that downstream really
64         sees a stream with the tag pieces stripped off the front and back.
65         Fixes strangeness in seeking when mp3 decoders use the new-segment
66         byte position to estimate their current playback position timestamp
67         and then the arriving buffers don't match up.
68
69 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
70
71         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
72           Don't unnecessarily perform a READY->NULL->READY transition on the
73           detected audio sink when starting up. Fixes: #440127
74
75 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
76
77         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
78         (gst_flac_enc_chain):
79           Don't crash in chain function if setcaps hasn't been called.
80
81 2007-05-24  Wim Taymans  <wim@fluendo.com>
82
83         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
84         Init value to avoid infinte loops.
85
86 2007-05-24  Wim Taymans  <wim@fluendo.com>
87
88         Patch by: Peter Kjellerstedt  <pkj at axis com>
89
90         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
91         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
92         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
93         (gst_rtspsrc_play):
94         (rtsp_connection_send), (rtsp_connection_receive):
95         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
96         Fix for new API.
97
98         * gst/rtsp/rtspconnection.c: (add_auth_header),
99         Only add authorisation and session headers when sending messages.
100
101         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
102         (rtsp_message_init_request), (rtsp_message_init_response),
103         (rtsp_message_unset), (rtsp_message_add_header),
104         (rtsp_message_remove_header), (rtsp_message_get_header),
105         (rtsp_message_append_headers), (dump_key_value),
106         (rtsp_message_dump):
107         * gst/rtsp/rtspmessage.h:
108         Add support for multiple headers of the same type by storing the parsed
109         headers in a GArray instaed of a hashtable.
110
111 2007-05-21  Wim Taymans  <wim@fluendo.com>
112
113         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
114         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
115         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
116         safer shutdown.
117
118 2007-05-21  Wim Taymans  <wim@fluendo.com>
119
120         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
121         * gst/rtsp/gstrtpdec.h:
122         Added signal for backwards compat.
123
124 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
125         
126         Patch by: René Stadler <mail at renestadler dot de>
127
128         * configure.ac:
129         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
130         (gst_au_parse_parse_header), (gst_au_parse_chain):
131         * gst/auparse/gstauparse.h:
132         Use audioconvert for converting from non-native endianness floats
133         in auparse instead of doing it ourself. Fixes #424527.
134         This needs the audioconvert from plugins-base CVS.
135         
136 2007-05-21  Wim Taymans  <wim@fluendo.com>
137
138         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
139         (gst_rtp_h263p_pay_flush):
140         Fix enum registration.
141
142 2007-05-21  Wim Taymans  <wim@fluendo.com>
143
144         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
145
146         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
147         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
148         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
149         (gst_rtp_h263p_pay_flush):
150         * gst/rtp/gstrtph263ppay.h:
151         Add new fragmentation mode base on GOB headers. Fixes #438940.
152
153 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
154
155         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
156           Printf format fix.
157
158 2007-05-18  Wim Taymans  <wim@fluendo.com>
159
160         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
161         Don't crash when an unsupported transport error was returned by the
162         server, just try to configure the next stream. Fixes #439255.
163
164 2007-05-18  Wim Taymans  <wim@fluendo.com>
165
166         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
167         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
168         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
169         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
170         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
171         * gst/rtsp/gstrtspsrc.h:
172         Add TCP timeout property and use it for all TCP connection.
173
174         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
175         (rtsp_connection_write), (rtsp_connection_next_timeout),
176         (rtsp_connection_reset_timeout):
177         Make connect and writes cancelable and make them use the timeout.
178
179 2007-05-18  Wim Taymans  <wim@fluendo.com>
180
181         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
182         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
183         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
184         (gst_rtspsrc_setup_streams):
185         Refactor timeout handling.
186         Also send keep-alive when dealing with TCP transport.
187
188         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
189         (rtsp_connection_free), (rtsp_connection_next_timeout),
190         (rtsp_connection_reset_timeout):
191         * gst/rtsp/rtspconnection.h:
192         Use a timer to handle the session timeouts, add some methods to deal
193         with timeouts.
194
195 2007-05-17  Wim Taymans  <wim@fluendo.com>
196
197         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
198         (gst_rtspsrc_setup_streams):
199         Ignore streams that fail the setup command, we will retry with a
200         different transport later on.
201
202         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
203         (rtsp_ext_wms_configure_stream):
204         Fix encoding name case.
205
206 2007-05-16  Edward Hervey  <edward@fluendo.com>
207
208         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
209         Fix build on macosx.
210
211 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
212
213         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
214         Replace direct comparison of a string with the string literal "" with
215         a comparison of the first character with '\0'. Fixes #438926.
216
217 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
218
219         * gst/debug/breakmydata.c (gst_break_my_data_init):
220           One more try. This should be the proper fix now.
221
222 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
223
224         * gst/debug/breakmydata.c:
225           Ooops, no // comments please.
226
227 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
228
229         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
230         (gst_break_my_data_init):
231           Fix gst_buffer_is_writable() assertion.
232
233 2007-05-14  David Schleef  <ds@schleef.org>
234
235         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
236           video/x-raw-bayer.  Fixes #314160.
237
238 2007-05-14  Wim Taymans  <wim@fluendo.com>
239
240         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
241         (gst_rtp_theora_depay_parse_configuration):
242         * gst/rtp/gstrtptheorapay.c: (encode_base64),
243         (gst_rtp_theora_pay_finish_headers),
244         (gst_rtp_theora_pay_handle_buffer):
245         Update theora pay/depayloader in a similar to vorbis.
246
247         * gst/rtp/gstrtpvorbisdepay.c:
248         (gst_rtp_vorbis_depay_parse_configuration):
249         Update docs.
250
251 2007-05-14  Wim Taymans  <wim@fluendo.com>
252
253         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
254         When we try to execute a method that is not supported by the server,
255         don't error out but remove the method from the accepted methods so that
256         we never try to perform this method again.
257
258 2007-05-14  Wim Taymans  <wim@fluendo.com>
259
260         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
261         Remove annoying _dump_mem.
262
263 2007-05-14  Wim Taymans  <wim@fluendo.com>
264
265         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
266         Parse range correctly.
267
268         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
269         The baseurl now always has a '/' at the start.
270
271 2007-05-14  Wim Taymans  <wim@fluendo.com>
272
273         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
274         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
275         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
276         Factor out caps configuration and configure more stuff such as the time
277         ranges and speed/scale values.
278
279         * gst/rtsp/rtsptransport.c:
280         Add Copyright after non-trival fixes.
281
282 2007-05-12  Wim Taymans  <wim@fluendo.com>
283
284         Patch by: Peter Kjellerstedt  <pkj at axis com>
285
286         * gst/rtsp/gstrtspsrc.h:
287         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
288         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
289         (rtsp_message_get_header):
290         * gst/rtsp/rtspmessage.h:
291         Make channel guint8 where possible.
292         Make rtsp_message_init_data() take the channel as a guint8.
293
294         * gst/rtsp/rtspdefs.c:
295         Fixed a typo: Timout -> Timeout
296
297         * gst/rtsp/rtspdefs.h:
298         Make RTSP_CHECK() behave as a statement.
299
300         * gst/rtsp/sdpmessage.c:
301         Avoid a compiler warning in INIT_ARRAY().
302         Fixes #437692.
303
304 2007-05-12  Wim Taymans  <wim@fluendo.com>
305
306         Patch by: Peter Kjellerstedt  <pkj at axis com>
307
308         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
309         (rtsp_url_get_request_uri):
310         * gst/rtsp/rtspurl.h:
311         Add support for query parameters to RTSP URLs.
312
313 2007-05-12  Wim Taymans  <wim@fluendo.com>
314
315         Patch by: Peter Kjellerstedt  <pkj at axis com>
316
317         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
318         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
319         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
320         (rtsp_transport_parse), (rtsp_transport_as_text):
321         * gst/rtsp/rtsptransport.h:
322         Add validation to rtsp_transport_parse().
323         Add rtsp_transport_as_text() to generate an RTSP header from an
324         RTSPTransport.
325         Change ssrc to guint (was a string) since that is what it is, even
326         though it is sent as a hex string.
327         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
328         incorrect, which can be seen when looking at the examples in the RFC).
329         Fixes #437670.
330
331 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
332
333         Patch by: Eric Anholt
334
335         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
336           gst_ximage_src_ximage_get):
337         Use union of all damage between frames to make it faster.
338         Fixes bug #342463.
339         Also fix crasher when cursor is at bottom right of window.
340
341 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
342
343         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
344           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
345           streaming mode regression for file from #343837 with 'bext' chunk
346           before the 'fmt' chunk.
347
348 2007-05-11  Wim Taymans  <wim@fluendo.com>
349
350         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
351         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
352         (gst_rtspsrc_handle_src_event),
353         (gst_rtspsrc_stream_configure_manager),
354         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
355         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
356         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
357         * gst/rtsp/gstrtspsrc.h:
358         * gst/rtsp/rtspdefs.h:
359         Preliminary seek support.
360         Activate internal pads so that we can receive events on them.
361         Don't try to parse a range string when it's NULL.
362
363 2007-05-11  Wim Taymans  <wim@fluendo.com>
364
365         * gst/rtp/README:
366         Update README with new RTP variables that will be used for
367         synchronisation.
368
369         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
370         (gst_rtp_vorbis_depay_parse_configuration),
371         (gst_rtp_vorbis_depay_process):
372         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
373         (gst_rtp_vorbis_pay_finish_headers),
374         (gst_rtp_vorbis_pay_handle_buffer):
375         Update vorbis pay and depayloader to draft-04.
376
377 2007-05-11  Wim Taymans  <wim@fluendo.com>
378
379         * gst/rtsp/rtsptransport.c:
380         UDP MCAST is actually the default for RTP/AVP.
381 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
382
383         * gst/level/gstlevel.c: (gst_level_transform_ip):
384         Use guint8 * instead of gpointer then vs6 can build 
385         in_data += (filter->width / 8).
386
387 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
388
389         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
390           gst_ximage_src_ximage_get):
391         * sys/ximage/gstximagesrc.h (last_ximage):
392         When using Damage actually keep the last frame, and not assume
393         that the buffer we get already has the last frame on it.
394         Copy the cursor over if we specify a non-zero start x and
395         start y.
396
397 2007-05-11  Wim Taymans  <wim@fluendo.com>
398
399         * gst/rtsp/rtsptransport.c:
400         Make UDP the default transport when not specified.
401
402 2007-05-09  David Schleef  <ds@schleef.org>
403
404         * gst/level/gstlevel.c:
405           Revert last change.
406
407 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
408
409         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
410         (gst_level_transform_ip):
411         Use guint8 * instead of gpointer then vs6 know the size of data
412         pointed when moving the pointer.
413         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
414         Move instructions after variables declaration.
415         * win32/vs6/autogen.dsp:
416         * win32/vs6/libgstrtp.dsp:
417         * win32/vs6/libgstrtsp.dsp:
418         Update vs6 project files.
419
420 2007-05-09  Wim Taymans  <wim@fluendo.com>
421
422         * gst/rtsp/Makefile.am:
423         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
424         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
425         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
426         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
427         (rtsp_range_free):
428         * gst/rtsp/rtsprange.h:
429         Add code to parse time ranges.
430         Report DURATION on the stream when possible.
431
432 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
433
434         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
435         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
436         (gst_videomixer_collected):
437           Fix strides calculation for AYUV (it's just width*4) (#436910).
438
439 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
440
441         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
442         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
443         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
444         Sync the GObject properties before each processing step to properly
445         work with the controller.
446
447 2007-05-04  Wim Taymans  <wim@fluendo.com>
448
449         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
450         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
451         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
452         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
453         (gst_rtspsrc_change_state):
454         Let more error state trickle down so that we can catch more error
455         cases.
456         Handle keep-alive a little smarter by selecting a method the server
457         actually supports.
458         Fix a race in UDP streaming shutdown.
459
460 2007-05-04  Wim Taymans  <wim@fluendo.com>
461
462         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
463         Ignore errors when trying to use the keep-alive messages.
464
465 2007-05-04  Wim Taymans  <wim@fluendo.com>
466
467         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
468         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
469         (gst_rtspsrc_stream_configure_manager),
470         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
471         (gst_rtspsrc_stream_configure_mcast),
472         (gst_rtspsrc_stream_configure_udp),
473         (gst_rtspsrc_stream_configure_udp_sink),
474         (gst_rtspsrc_stream_configure_transport):
475         Send RTCP messages back to the server over the TCP connection.
476
477         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
478         (rtsp_connection_send), (rtsp_connection_read), (read_body),
479         (rtsp_connection_receive):
480         * gst/rtsp/rtspconnection.h:
481         Factor out and expose lowlevel _write and _read methods.
482         Implement sending data messages to the server.
483
484 2007-05-03  Wim Taymans  <wim@fluendo.com>
485
486         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
487         (gst_multipart_mux_collected):
488         Fix timestamps on outgoing buffers.
489
490 2007-05-03  Wim Taymans  <wim@fluendo.com>
491
492         * gst/multipart/multipartmux.c:
493         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
494         (gst_multipart_mux_change_state):
495         Emit NEWSEGMENT events before pushing the first buffer.
496
497 2007-05-03  Wim Taymans  <wim@fluendo.com>
498
499         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
500         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
501         (gst_rtspsrc_handle_src_query),
502         (gst_rtspsrc_stream_configure_manager),
503         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
504         (gst_rtspsrc_stream_configure_mcast),
505         (gst_rtspsrc_stream_configure_udp),
506         (gst_rtspsrc_stream_configure_udp_sink),
507         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
508         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
509         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
510         (gst_rtspsrc_pause):
511         Refactor transport configuration code.
512         Create internal pads for TCP transport so that we can implement events
513         and queries.
514         Handle events and queries.
515         Parse range from the SDP.
516         Fix race in pause handler where the connection could still be flushing.
517
518 2007-05-02  Wim Taymans  <wim@fluendo.com>
519
520         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
521         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
522         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
523         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
524         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
525         (gst_rtspsrc_change_state):
526         * gst/rtsp/gstrtspsrc.h:
527         Fix race when multiple udp sources post timeouts, just act on the first
528         received timeout.
529         Protect stream list with a recursive lock to fix some races.
530         Flush connection when we need to do a reconnect or stop.
531         Make state lock recursive.
532
533         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
534         (rtsp_connection_close):
535         Some small cleanups.
536
537 2007-05-02  Wim Taymans  <wim@fluendo.com>
538
539         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
540         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
541         Only set DISCONT when there actually is a discont or when we just
542         started.
543
544 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
545
546         * ext/flac/gstflac.c: (plugin_init):
547         Call bindtextdomain() to get localized strings.
548
549 2007-05-02  Wim Taymans  <wim@fluendo.com>
550
551         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
552         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
553         (gst_wavparse_stream_data):
554         * gst/wavparse/gstwavparse.h:
555         Be a bit more clever when dealing with VBR files with FACT tags, we
556         don't want to timestamp buffers in that case but the estimated BPS can
557         be used for seeking.
558         Only send close segment in the streaming thread.
559
560 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
561
562         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
563         Correctly post an error on the bus if something went wrong in the loop
564         function. This fixes a few cases where the task was paused and nothing
565         happened anymore.
566
567 2007-05-02  Wim Taymans  <wim@fluendo.com>
568
569         * gst/rtsp/test.c: (main):
570         Fix compilation of deprecated test just because I'm too lazy to delete
571         it.
572
573 2007-05-02  Wim Taymans  <wim@fluendo.com>
574
575         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
576         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
577         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
578         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
579         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
580         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
581         * gst/rtsp/gstrtspsrc.h:
582         Fix sending RTCP to the right place.
583         Fix bug in reffing the wrong UDP element.
584         Use new pad names for the session manager.
585         Implement handling server requests in interleaved and UDP modes.
586         Handle session keep-alive in UDP modes.
587         Remove GCond for handling UDP timeouts.
588
589         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
590         (rtsp_connection_send), (rtsp_connection_read), (read_body),
591         (rtsp_connection_receive), (rtsp_connection_close):
592         * gst/rtsp/rtspconnection.h:
593         Store connection IP address for later.
594         Add timeout args to all operations that might block forever.
595         Parse session timeout.
596         Only close sockets when not already closed.
597
598         * gst/rtsp/rtspdefs.c:
599         * gst/rtsp/rtspdefs.h:
600         Add timeout return value and error string.
601
602         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
603         Add small comment.
604
605 2007-05-01  Wim Taymans  <wim@fluendo.com>
606
607         Patch by: Sjoerd Simons <sjoerd at luon dot net>
608
609         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
610         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
611         * gst/rtp/gstrtpmp4vpay.h:
612         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
613
614 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
615
616         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
617           Remove v4l2src from docs, since it breaks the docs build, and the
618           plugin is only built if --enable-experimental is used anyway.
619
620         * docs/plugins/Makefile.am:
621           Spaces => tab.
622
623 2007-04-29  Wim Taymans  <wim@fluendo.com>
624
625         * gst/udp/gstmultiudpsink.c: (leave_multicast),
626         (gst_multiudpsink_add), (gst_multiudpsink_remove):
627         Add code to drop membership of a multicast group.
628
629         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
630         (gst_udpsink_set_uri):
631         Implement URI handler.
632
633         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
634         (gst_rtspsrc_parse_rtpinfo):
635         Use URI handler to make udpsink instace.
636         Improve code to configure port and destination.
637
638 2007-04-29  Wim Taymans  <wim@fluendo.com>
639
640         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
641         Fix multicast detection.
642         Don't try to join a multicast group if the address is not multicast.
643
644         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
645         Small debug improvement.
646
647 2007-04-27  Wim Taymans  <wim@fluendo.com>
648
649         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
650         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
651         (gst_rtspsrc_handle_message):
652         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
653         parent.
654
655 2007-04-27  Wim Taymans  <wim@fluendo.com>
656
657         * gst/rtp/gstrtpilbcdepay.h:
658         Fix mode property when specified as an arg.
659
660 2007-04-26  Edward Hervey  <edward@fluendo.com>
661
662         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
663         * docs/plugins/gst-plugins-good-plugins-sections.txt:
664         * docs/plugins/gst-plugins-good-plugins.hierarchy:
665         * docs/plugins/inspect/plugin-osxaudio.xml:
666         Add documentation for osxaudio plugin.
667
668 2007-04-26  Wim Taymans  <wim@fluendo.com>
669
670         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
671         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
672         (gst_rtspsrc_open), (gst_rtspsrc_close),
673         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
674         (gst_rtspsrc_pause):
675         * gst/rtsp/gstrtspsrc.h:
676         Protect state changes with a lock.
677
678         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
679         (parse_line):
680         * gst/rtsp/rtspconnection.h:
681         Remove some unused stuff.
682
683 2007-04-26  Wim Taymans  <wim@fluendo.com>
684
685         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
686         Handle the case where there are exactly 0 bytes to read and the ioctl
687         did not report an error. Fixes #433530.
688
689 2007-04-26  Wim Taymans  <wim@fluendo.com>
690
691         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
692         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
693         * gst/wavparse/gstwavparse.h:
694         Apply DISCONT to buffers.
695         Only apply timestamp to the first sample after a DISCONT, too many VBR
696         files cause random jitter in the timestamps. Fixes #433119.
697
698 2007-04-25  Wim Taymans  <wim@fluendo.com>
699
700         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
701         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
702         (gst_rtp_dec_get_property):
703         * gst/rtsp/gstrtpdec.h:
704         Add dummy latency property to be backwards compat with rtpbin.
705
706         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
707         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
708         (gst_rtspsrc_stream_configure_transport),
709         (gst_rtspsrc_parse_rtpinfo):
710         * gst/rtsp/gstrtspsrc.h:
711         Add latency property and configure in the session manager.
712         Don't set invalid clock-base and seqnum-base on caps, some servers
713         sometimes don't send them.
714
715 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
716
717         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
718         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
719           Double-check that RGB input caps are really RGBA caps (apparently
720           the core doesn't always catch it if those caps aren't a subset of
721           our template caps, also see #421543). Fixes #429319 in a way.
722           Also, don't leak the pad template in the transform_caps function.
723
724         * tests/check/Makefile.am:
725         * tests/check/elements/.cvsignore:
726         * tests/check/elements/alphacolor.c: (setup_alphacolor),
727         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
728         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
729         (GST_START_TEST), (alphacolor_suite):
730           Add some basic unit tests for alphacolor.
731
732 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
733
734         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
735           If we get a fatal flow return in the loop function, first post the
736           error message and only then send the EOS event downstream, otherwise
737           applications might get an eos message before the error message and
738           think everything was ok (related to #429319).
739
740 2007-04-25  Wim Taymans  <wim@fluendo.com>
741
742         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
743         Read the channel byte as an unsigned byte.
744
745 2007-04-25  Wim Taymans  <wim@fluendo.com>
746
747         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
748         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
749         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
750         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
751         (gst_rtp_gsm_depay_setcaps):
752         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
753         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
754         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
755         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
756         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
757         (gst_ilbc_depay_get_property):
758         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
759         * gst/rtp/gstrtpmp4adepay.c:
760         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
761         (gst_rtp_pcma_depay_setcaps):
762         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
763         (gst_rtp_pcmu_depay_setcaps):
764         Make sure we configure the clock_rate in the baseclass in the setcaps
765         function. Fixes #431282.
766
767 2007-04-25  Wim Taymans  <wim@fluendo.com>
768
769         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
770         (gst_rtspsrc_stream_free), (request_pt_map),
771         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
772         * gst/rtsp/gstrtspsrc.h:
773         Parse server address from SDP.
774         Hook up a udpsink to send RTCP back to the server.
775
776         * docs/plugins/gst-plugins-good-plugins-sections.txt:
777         * gst/rtsp/rtsptransport.h:
778         Add some docs.
779
780 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
781
782         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
783           Make header field check conditional. Fixes #433135
784
785 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
786
787         * docs/plugins/Makefile.am:
788         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
789         * docs/plugins/gst-plugins-good-plugins-sections.txt:
790         * docs/plugins/inspect/plugin-alphacolor.xml:
791         * gst/alpha/Makefile.am:
792         * gst/alpha/gstalphacolor.c:
793         * gst/alpha/gstalphacolor.h:
794           Add minimal docs blurb to alphacolor; split out headers into
795           separate header file for gtk-doc.
796
797 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
798
799         * gst/debug/progressreport.c: (gst_progress_report_report):
800           Don't try to post NULL message (in case we can't query upstream
801           position or duration).
802
803 2007-04-18  Michael Smith  <msmith@fluendo.com>
804
805         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
806         (gst_cutter_get_caps):
807         * gst/cutter/gstcutter.h:
808           Fix some of the most obvious bugs in cutter. Now doesn't leak
809           everything if input is silent.
810
811 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
812
813         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
814         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
815         * gst/wavenc/gstwavenc.h:
816         Wav apparently only supports width==GST_ROUND_UP(depth), everything
817         else results in a invalid block align and invalid files.
818
819 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
820
821         Patch by: Snaik <snaik32 gmail com>
822
823         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
824           Add missing break statement for BOX_HORIZONTAL case.
825
826 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
827
828         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
829
830         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
831         Use correct format strings for integer types.
832
833 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
834
835         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
836         (gst_wavparse_create_sourcepad):
837         Use gst_riff_create_audio_template_caps () instead of the local caps.
838         This makes updates of the local caps unecessary whenever libgstriff
839         gets support for new formats.
840
841 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
842
843         Patch by: Brian Cameron  <brian.cameron at sun dot com>
844
845         * sys/sunaudio/gstsunaudio.c:
846         * sys/sunaudio/gstsunaudiomixer.c:
847         * sys/sunaudio/gstsunaudiomixer.h:
848         * sys/sunaudio/gstsunaudiomixerctrl.c:
849         * sys/sunaudio/gstsunaudiomixerctrl.h:
850         * sys/sunaudio/gstsunaudiomixertrack.h:
851         * sys/sunaudio/gstsunaudiosink.c:
852         * sys/sunaudio/gstsunaudiosink.h:
853         * sys/sunaudio/gstsunaudiosrc.c:
854         * sys/sunaudio/gstsunaudiosrc.h:
855           Fix and/or update copyright attributions (#430228).
856
857 2007-04-13  Wim Taymans  <wim@fluendo.com>
858
859         * docs/plugins/gst-plugins-good-plugins-sections.txt:
860         Fix docs.
861
862         * gst/rtsp/URLS:
863         Add some more example urls.
864
865         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
866         (gst_rtp_dec_chain_rtp):
867         Better debugging.
868
869         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
870         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
871         (gst_rtspsrc_parse_rtpinfo):
872         Remove unused code.
873
874 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
875
876         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
877         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
878         (gst_wavparse_stream_data):
879           Relax the audio/mpeg caps again and add FIXME: comment.
880
881 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
882
883         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
884         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
885         (gst_wavparse_stream_data):
886         * gst/wavparse/gstwavparse.h:
887           More sanity check for the header fields. Fix type for 'rate' header
888           field.
889
890 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
891
892         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
893         (gst_icydemux_unicodify):
894           If the metadata strings we get in the stream are not UTF-8, try to
895           interpret them according to the character encodings specified in the
896           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
897           only fall back to locale/ISO-8859-1 if those aren't set or don't
898           work. Should fix #428901.
899
900 2007-04-12  Wim Taymans  <wim@fluendo.com>
901
902         * gst/rtp/gstrtph264depay.c:
903         Use the proper sync word for SPS and PPS.
904
905 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
906
907         * gst/rtp/Makefile.am:
908         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
909           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
910         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
911           Add a simple hashing implementation that we can use to generate
912           a 24-bit ident value based on the codebooks for vorbis and theora.
913         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
914           gst_rtp_theora_pay_handle_buffer):
915         * gst/rtp/gstrtpvorbisdepay.c
916           (gst_rtp_vorbis_depay_parse_configuration,
917           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
918         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
919           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
920           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
921           Use the hashing function, ensuring that the same codebooks result
922           in the same ident and thus the same SDP description.
923           Various log fixes/changes.
924
925 2007-04-12  Wim Taymans  <wim@fluendo.com>
926
927         Patch by: jerry tan <jerry dot tan at sun dot com>
928
929         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
930         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
931         application's responsibility to make sure it open the device once.
932         Remove a careless error if AUDIODEV is set. Fixes #392620.
933
934 2007-04-12  Wim Taymans  <wim@fluendo.com>
935
936         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
937         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
938         * gst/rtsp/gstrtpdec.h:
939         Make backward compat with rtpbin by adding the request-pt-map signals.
940
941         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
942         (new_session_pad), (request_pt_map),
943         (gst_rtspsrc_stream_configure_transport),
944         (gst_rtspsrc_stream_configure_caps),
945         (gst_rtspsrc_activate_streams):
946         * gst/rtsp/gstrtspsrc.h:
947         Implement request-pt-map signals instead of setting caps on the buffers
948         for the session manager.
949
950 2007-04-11  Wim Taymans  <wim@fluendo.com>
951
952         * gst/udp/gstudp.c: (plugin_init):
953         Register GstNetBuffer in plugin_init so that the type can be used from
954         multiple threads without races.
955
956 2007-04-10  Wim Taymans  <wim@fluendo.com>
957
958         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
959         (gst_rtp_amr_depay_process):
960         Fix depayloader clock_rate and some cleanups.
961
962         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
963         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
964         * gst/rtp/gstrtph264depay.h:
965         Don't push codec_data in the adapter because it might get flushed when
966         we get a discont.
967
968         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
969         Handle multiple AU per packet.
970
971         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
972         (gst_rtp_sv3v_depay_plugin_init):
973         Disable rank, this one does not work.
974         Remove timestamping, base class does that.
975
976 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
977
978         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
979           limit caps to the formats we announce in the template
980
981         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
982         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
983         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
984           fix some crashers/asserts when dealing with broken files
985
986 2007-04-10  Wim Taymans  <wim@fluendo.com>
987
988         Patch by: Peter Kjellerstedt  <pkj at axis com>
989
990         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
991         * gst/rtp/gstrtpL16depay.c:
992         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
993         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
994         (gst_rtp_speex_depay_setcaps):
995         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
996         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
997         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
998         Fix some compiler warnings. Fixes #428182.
999
1000 2007-04-06  Wim Taymans  <wim@fluendo.com>
1001
1002         * gst/rtsp/Makefile.am:
1003         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
1004         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
1005         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
1006         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
1007         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
1008         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
1009         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
1010         (create_rtcp), (gst_rtp_dec_request_new_pad),
1011         (gst_rtp_dec_release_pad):
1012         * gst/rtsp/gstrtpdec.h:
1013         * gst/rtsp/gstrtsp.c: (plugin_init):
1014         Morph RTPDec into something compatible with RTPBin as a fallback.
1015         Various other style fixes.
1016
1017         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
1018         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
1019         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
1020         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
1021         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
1022         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
1023         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
1024         * gst/rtsp/gstrtspsrc.h:
1025         Implement RTPBin session manager handling.
1026         Don't try to add empty properties to caps.
1027         Implement fallback session manager, handling.
1028         Don't combine errors from RTCP streams, just ignore them.
1029
1030         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
1031         * gst/rtsp/rtsptransport.h:
1032         Implement fallback session manager.
1033         Make RTPBin the default one when available.
1034
1035 2007-04-05  Wim Taymans  <wim@fluendo.com>
1036
1037         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
1038         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
1039         This element is ready to be autoplugged.
1040
1041 2007-04-05  Julien MOUTTE  <julien@moutte.net>
1042
1043         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
1044         Don't leave the offsets defined by upstream element on the
1045         compressed data buffer we are pushing downstream. Make them
1046         GST_BUFFER_OFFSET_NONE.
1047
1048 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
1049
1050         * gst/avi/README:
1051         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
1052         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
1053         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
1054         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
1055         (gst_avi_demux_calculate_durations_from_index),
1056         (gst_avi_demux_stream_header_push),
1057         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
1058         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
1059           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
1060
1061 2007-04-03  Wim Taymans  <wim@fluendo.com>
1062
1063         * gst/smpte/barboxwipes.c:
1064         Fix error as spotted by Snaik <snaik32 at gmail dot com>
1065
1066 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
1067
1068         * gst/wavparse/gstwavparse.c:
1069         Support audio/x-raw-float in wav files. This only works with
1070         plugins-base CVS, using an older version doesn't have any
1071         disadvantages though.
1072
1073 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
1074
1075         * configure.ac:
1076         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
1077         (gst_au_parse_parse_header), (gst_au_parse_chain):
1078         * gst/auparse/gstauparse.h:
1079         Revert last change as we don't want plugins-good to depend on
1080         plugins-base CVS now.
1081
1082 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
1083
1084         * configure.ac:
1085         Require gst-plugins-base CVS for audioconvert with non-native
1086         float support and width/depth fix in libgstriff.
1087
1088         Patch by: René Stadler <mail at renestadler dot de>
1089
1090         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
1091         (gst_au_parse_parse_header), (gst_au_parse_chain):
1092         * gst/auparse/gstauparse.h:
1093         Don't swap the floats ourself if they're not in native endianness.
1094         Instead let audioconvert handle this. Fixes #339838.
1095
1096 2007-03-29  Wim Taymans  <wim@fluendo.com>
1097
1098         * gst/rtp/gstasteriskh263.h:
1099         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
1100         (gst_rtp_h263p_depay_change_state):
1101         * gst/rtp/gstrtph263pdepay.h:
1102         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
1103         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
1104         (gst_rtp_h264_depay_change_state):
1105         * gst/rtp/gstrtph264depay.h:
1106         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
1107         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
1108         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
1109         Flush adapter on disconts.
1110
1111 2007-03-29  Wim Taymans  <wim@fluendo.com>
1112
1113         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
1114         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
1115         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
1116         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
1117         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
1118         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
1119         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
1120         (gst_rtp_mp4v_depay_process):
1121         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
1122         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
1123         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
1124         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
1125         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
1126         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
1127         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
1128         Use more efficient adapter and rtpbuffer methods when possible.
1129
1130 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
1131
1132         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
1133         (gst_wavenc_sink_setcaps):
1134         Correctly handle width!=depth input.
1135         * gst/wavparse/gstwavparse.c:
1136         Already export in the caps that width==8 uses unsigned samples and
1137         everything else uses signed samples.
1138
1139 2007-03-29  Wim Taymans  <wim@fluendo.com>
1140
1141         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
1142
1143         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
1144         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
1145         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
1146         (gst_dynudpsink_close):
1147         * gst/udp/gstdynudpsink.h:
1148         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
1149         (gst_udpsrc_create), (gst_udpsrc_set_property),
1150         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
1151         * gst/udp/gstudpsrc.h:
1152         Rework the socket allocation a bit based on the sockfd argument so that
1153         it becomes usable.
1154         Add a closefd property to instruct the udp elements to close the custom
1155         file descriptors when going to READY. Fixes #423304.
1156         API:GstUDPSrc::closefd property
1157         API:GstDynUDPSink::closefd property
1158
1159 2007-03-29  Wim Taymans  <wim@fluendo.com>
1160
1161         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
1162
1163         * gst/rtp/Makefile.am:
1164         * gst/rtp/gstrtp.c: (plugin_init):
1165         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
1166         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
1167         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
1168         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
1169         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
1170         (gst_rtp_h264_pay_plugin_init):
1171         * gst/rtp/gstrtph264pay.h:
1172         Added H264 payloader. Fixes #423782.
1173
1174         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
1175         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
1176         Small fixes.
1177
1178 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
1179
1180         * gst/wavparse/gstwavparse.c:
1181         Actually support depths from 1 to 32, not only 8 to 32.
1182
1183 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
1184
1185         * gst/wavparse/gstwavparse.c:
1186         Add support for wav files containing audio/x-raw-int with random
1187         depths between 1 and 32 bits.
1188
1189 2007-03-28  Wim Taymans  <wim@fluendo.com>
1190
1191         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
1192
1193         * gst/rtp/Makefile.am:
1194         * gst/rtp/gstrtp.c: (plugin_init):
1195         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
1196         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
1197         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
1198         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
1199         (gst_rtp_mp4a_depay_get_property),
1200         (gst_rtp_mp4a_depay_change_state),
1201         (gst_rtp_mp4a_depay_plugin_init):
1202         * gst/rtp/gstrtpmp4adepay.h:
1203         Added MP4A-LATM depayloader. Fixes #417792.
1204
1205         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
1206         (gst_rtp_mp4v_depay_process):
1207         Fixup depayloader, setting codec_data, using more efficient adaptor and
1208         rtpbuffer handling.
1209
1210         * gst/rtsp/URLS:
1211         Add url to test above.
1212
1213 2007-03-25  Wim Taymans  <wim@fluendo.com>
1214
1215         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
1216         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
1217         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
1218         (gst_rtspsrc_media_to_caps),
1219         (gst_rtspsrc_stream_configure_transport),
1220         (gst_rtspsrc_stream_configure_caps),
1221         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
1222         * gst/rtsp/gstrtspsrc.h:
1223         Handle default clock-rates for static payload types, rearrange stuff so
1224         that the rtpmap field in the sdp can override the defaults.
1225         Parse RTP-Info field to get the seqnum and timebase fields that should
1226         go in the caps.
1227         Delay configuring caps after we got the RTP-Info from the PLAY reply from
1228         the server. 
1229
1230 2007-03-22  Wim Taymans  <wim@fluendo.com>
1231
1232         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
1233
1234         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
1235         Accept complex pipeline descriptions as an audio profile instead of just
1236         a single element. Fixes #420658.
1237
1238 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
1239
1240         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
1241           Rename registered type in preparation of GstTagDemux moving to
1242           -base at some point in the future.
1243
1244 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
1245
1246         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
1247           Streaming mode fixes: don't unref buffer we don't own any longer;
1248           remove bogus adapter flush. Fixes #419338.
1249
1250 2007-03-17  David Schleef  <ds@schleef.org>
1251
1252         * REQUIREMENTS: Change the format to key/value, add a bunch of
1253           information, remove a bunch of requirements that are for
1254           other GStreamer packages.
1255
1256 2007-03-17  David Schleef  <ds@schleef.org>
1257
1258         * REQUIREMENTS: Fix a few things.  This file really needs a
1259         good once-over.
1260
1261 2007-03-15  Edward Hervey  <edward@fluendo.com>
1262
1263         * sys/Makefile.am:
1264         Don't forget to distribute the sys/osxaudio/ directory.
1265
1266 2007-03-15  Edward Hervey  <edward@fluendo.com>
1267
1268         * configure.ac:
1269         * sys/Makefile.am:
1270         * sys/osxaudio/Makefile.am:
1271         * sys/osxaudio/gstosxaudio.c:
1272         * sys/osxaudio/gstosxaudiosink.c:
1273         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
1274         (gst_osx_audio_sink_getcaps),
1275         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
1276         * sys/osxaudio/gstosxaudiosrc.c:
1277         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
1278         (gst_osx_audio_src_create_ringbuffer):
1279         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
1280         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
1281         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
1282         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
1283         * sys/osxaudio/gstosxringbuffer.h:
1284         Activate osxaudio in gst-plugins-good with proper build setup.
1285         Add inlined documentation.
1286         Fix debug statements
1287         Fix ringbuffer when pausing.
1288         Fixes #323471
1289
1290 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
1291         * gst/rtp/gstrtppcmapay.c:
1292         * gst/rtp/gstrtppcmapay.h:
1293         * gst/rtp/gstrtppcmupay.c:
1294         * gst/rtp/gstrtppcmupay.h:
1295         Ported mulaw and alaw payloaders to use new base class
1296
1297 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
1298
1299         * po/af.po:
1300         * po/az.po:
1301         * po/cs.po:
1302         * po/en_GB.po:
1303         * po/it.po:
1304         * po/nl.po:
1305         * po/or.po:
1306         * po/sq.po:
1307         * po/sr.po:
1308         * po/sv.po:
1309         * po/uk.po:
1310         * po/vi.po:
1311           Update translations.
1312
1313 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
1314
1315         * configure.ac:
1316           Fix string replace error (AG_AG_GST_* => AG_GST_*).
1317
1318 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
1319
1320         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
1321           Fix handling of -1 values for start and stop values when seeking,
1322           and SEEK_CUR+SEEK_END here as well.
1323
1324 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
1325
1326         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
1327           Fix handling of -1 values for start and stop values when seeking, 
1328           and SEEK_CUR+SEEK_END.
1329
1330 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
1331
1332         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
1333           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
1334           the image format a variable-length NUL-terminated string; in
1335           versions before that the image format is a fixed-length string of
1336           3 characters (see #348644 for a sample tag).
1337           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
1338
1339 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
1340
1341         * win32/MANIFEST:
1342         Add new project files to MANIFEST.
1343         * win32/vs6/libgstaudiofx.dsp:
1344         * win32/vs6/libgstrtp.dsp:
1345         * win32/vs6/libgstrtsp.dsp:
1346         Update project files.
1347         
1348 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
1349
1350         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
1351         (gst_avi_demux_parse_index):
1352         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
1353         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1354           Printf format fixes; also add some missing quotes in translated
1355           strings. Fixes #416728 and #416727.
1356
1357 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
1358
1359         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
1360           Tim and I can't think of any reason the child audio sink needs to 
1361           be set back to NULL after successfully determining that it can 
1362           reach READY - it gets immediately set back to READY by the caller
1363           anyway, causing an unnecessary close/open of any audio devices
1364           involved.
1365
1366 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
1367
1368         * po/LINGUAS:
1369         * po/ja.po:
1370           Add ja.po file from #377306.
1371
1372 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
1373
1374         * sys/sunaudio/gstsunaudio.c: (plugin_init):
1375         * sys/sunaudio/gstsunaudiomixertrack.c:
1376         (gst_sunaudiomixer_track_new):
1377           Actually translate sunaudio mixer track labels instead of just
1378           marking the strings as translatable (#377306); clean up weird
1379           label string mapping code that serves no apparent purpose. Also
1380           set the 'untranslated-label' property when creating mixer tracks
1381           if the GstMixerTrack base class supports this.
1382
1383         * tests/check/Makefile.am:
1384         * tests/check/elements/.cvsignore:
1385         * tests/check/elements/sunaudio.c: (GST_START_TEST),
1386         (sunaudio_suite):
1387           Very minimalistic unit test for sunaudiomixer element (compiles, but not
1388           actually tested on a system where sunaudiomixer is available).
1389
1390 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
1391
1392         * tests/check/Makefile.am:
1393         Re-enable the states test and see if it works on the buildbots.
1394
1395 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
1396
1397         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
1398         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
1399         (gst_dvdec_change_state):
1400         * ext/dv/gstdvdec.h:
1401         Infer pixel-aspect-ratio from the video frame format if it isn't
1402         provided by the container, as happens when playing DV from AVI
1403         or Quicktime containers.
1404
1405         Patch by: Wim Taymans <wim@fluendo.com>
1406         Fixes #380944
1407
1408 2007-03-09  Wim Taymans  <wim@fluendo.com>
1409
1410         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
1411         When activated, remove the udpsrc timeout, we have dataflow and timeouts
1412         will later be handled by the jitterbuffer.
1413
1414 2007-03-09  Wim Taymans  <wim@fluendo.com>
1415
1416         * ext/taglib/gstid3v2mux.cc:
1417         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
1418         Fixes #414496.
1419         
1420         Patch by: Alex Lancaster <alexl at users sourceforge net>
1421
1422 2007-03-09  Wim Taymans  <wim@fluendo.com>
1423
1424         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
1425         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
1426         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
1427         (gst_avi_demux_chain):
1428         Fix stream position reporting after a seek. Fixes #416445.
1429
1430 2007-03-08  Wim Taymans  <wim@fluendo.com>
1431
1432         Patch by: René Stadler <mail at renestadler dot de>
1433
1434         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
1435         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
1436         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
1437         Make avidemux accept optional header chunks in any order.
1438         Fixes #415446.
1439
1440 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
1441
1442         * tests/check/Makefile.am:
1443         Disable the states check until the remaining Valgrind errors
1444         are fixed or suppressed.
1445
1446 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
1447
1448         * tests/check/elements/.cvsignore:
1449           Add audiodynamic check to .cvsignore
1450
1451 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
1452
1453         reviewed by: Stefan Kost  <ensonic@users.sf.net>
1454
1455         * gst/audiofx/Makefile.am:
1456         * gst/audiofx/audiodynamic.c:
1457         (gst_audio_dynamic_characteristics_get_type),
1458         (gst_audio_dynamic_mode_get_type),
1459         (gst_audio_dynamic_set_process_function),
1460         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
1461         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
1462         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
1463         (gst_audio_dynamic_transform_hard_knee_compressor_int),
1464         (gst_audio_dynamic_transform_hard_knee_compressor_float),
1465         (gst_audio_dynamic_transform_soft_knee_compressor_int),
1466         (gst_audio_dynamic_transform_soft_knee_compressor_float),
1467         (gst_audio_dynamic_transform_hard_knee_expander_int),
1468         (gst_audio_dynamic_transform_hard_knee_expander_float),
1469         (gst_audio_dynamic_transform_soft_knee_expander_int),
1470         (gst_audio_dynamic_transform_soft_knee_expander_float),
1471         (gst_audio_dynamic_transform_ip):
1472         * gst/audiofx/audiodynamic.h:
1473         * gst/audiofx/audiofx.c: (plugin_init):
1474         Add new audiodynamic element which can act as a compressor or
1475         expander. Supported are hard-knee and soft-knee operation modes with
1476         user-specified ratio and threshold.
1477         Attack and release parameters are not yet implemented but will follow.
1478         * docs/plugins/Makefile.am:
1479         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1480         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1481         * docs/plugins/gst-plugins-good-plugins.args:
1482         * docs/plugins/inspect/plugin-audiofx.xml:
1483         Integrate audiodynamic into the docs.
1484         * tests/check/Makefile.am:
1485         * tests/check/elements/audiodynamic.c: (setup_dynamic),
1486         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
1487         Add unit test for audiodynamic.
1488
1489 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
1490
1491         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
1492         Free handles that we allocated when exiting via the error paths.
1493
1494 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
1495
1496         * gst/level/gstlevel.c: (gst_level_class_init),
1497         (gst_level_set_caps), (gst_level_start), (gst_level_event),
1498         (gst_level_transform_ip):
1499         * gst/level/gstlevel.h:
1500           Resolve message timestamps against the playback segment.
1501
1502 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
1503
1504         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
1505         (gst_id3demux_sink_activate):
1506           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
1507           caps passed to it (previously one code path assumed it took ownership
1508           while another one assumed it didn't, while in fact it sometimes did and
1509           sometimes didn't ...).
1510
1511         * configure.ac:
1512         * tests/files/Makefile.am:
1513         * tests/files/id3-407349-1.tag:
1514         * tests/files/id3-407349-2.tag:
1515           Add directory where data for unit tests can be stored.
1516
1517         * tests/Makefile.am:
1518         * tests/check/Makefile.am:
1519         * tests/check/elements/.cvsignore:
1520         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
1521         (read_tags_from_file), (run_check_for_file),
1522         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
1523           Add unit test for id3demux, and in particular for bug #407349. Only
1524           testing pull-mode for now; push mode doesn't work yet because the test
1525           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
1526
1527 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
1528
1529         * tests/check/Makefile.am:
1530           Add missing backslash at end of line.
1531
1532 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
1533
1534         Trigger rebuild.
1535
1536 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
1537
1538         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
1539         * gst/id3demux/id3tags.h:
1540         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
1541         (parse_obsolete_tdat_frame):
1542           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
1543           the four-digit number will be interpreted as a year, whereas it is
1544           month and day in DDMM format. Instead, parse TDAT frames and fix up
1545           the date in the GST_TAG_DATE tag later if we also extracted a year.
1546           Fixes #407349.
1547
1548 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
1549
1550         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
1551         (gst_switch_commit_new_kid):
1552         Fix up the dispose logic so it doesn't leak, and fix setting of 
1553         the child state so that we don't set a child to our current state 
1554         just as we are changing it to something else.
1555
1556 2007-03-06  Wim Taymans  <wim@fluendo.com>
1557
1558         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
1559         (gst_goom_chain):
1560         * gst/goom/gstgoom.h:
1561         Document, fix and improve goom adapter behaviour.
1562         Fixes #407006.
1563
1564 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
1565
1566         * ext/esd/esdsink.c: (gst_esdsink_open):
1567         Unref static pad template after using it.
1568
1569 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
1570
1571         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
1572         (gst_switch_commit_new_kid):
1573         Fix up the reference counting of the child elements.
1574
1575 2007-03-05  Wim Taymans  <wim@fluendo.com>
1576
1577         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
1578         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
1579         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
1580         Fix encoding-name case.
1581
1582 2007-03-05  Wim Taymans  <wim@fluendo.com>
1583
1584         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
1585         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
1586         (gst_rtp_speex_depay_process):
1587         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
1588         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
1589         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
1590         (gst_rtp_speex_pay_change_state):
1591         * gst/rtp/gstrtpspeexpay.h:
1592         Fix speex (de)payloader. Fixes #358040.
1593
1594 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
1595
1596         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
1597         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
1598         Install fakesink in NULL by fixing some broken logic. This obviates
1599         the need to manually set _IS_SINK.
1600         Add some comments and remove a little cruft while I'm at it.
1601
1602 2007-03-05  Wim Taymans  <wim@fluendo.com>
1603
1604         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
1605         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
1606
1607 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
1608
1609         * po/POTFILES.in:
1610           Update.
1611
1612 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
1613
1614         * tests/check/Makefile.am:
1615         Gah! Also disable gconfvideosink from the tests, otherwise
1616         it will instantiate autovideosink, and dfbvideosink and
1617         leak on the buildbots.
1618
1619 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
1620
1621         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
1622         (gst_cdio_cdda_src_finalize):
1623         Make sure we always destroy our libcdio handle.
1624
1625 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
1626
1627         * tests/check/Makefile.am:
1628         Disable autovideosink so the buildbots don't barf over memory
1629         leaked in the directfb sink.
1630
1631 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
1632
1633         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
1634         Chain up in dispose
1635
1636 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
1637
1638         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
1639         (gst_multipart_find_pad_by_mime):
1640         Use gst_pad_new_from_static_template instead of
1641         static_pad_template_get+pad_new.
1642
1643 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
1644
1645         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
1646         Catch the case where no clock has been set.
1647
1648 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
1649
1650         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
1651         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
1652         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
1653         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
1654         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
1655         (gst_gconf_audio_src_finalize), (do_toggle_element):
1656         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
1657         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
1658         (do_toggle_element):
1659         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
1660         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
1661         (gst_gconf_video_src_finalize), (do_toggle_element):
1662         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
1663         (gst_switch_sink_reset), (gst_switch_sink_set_child):
1664         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
1665         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
1666         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
1667         (gst_shout2send_init), (gst_shout2send_finalize):
1668         * gst/debug/testplugin.c: (gst_test_class_init),
1669         (gst_test_finalize):
1670         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
1671         (gst_flxdec_dispose):
1672         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
1673         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
1674         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
1675         (gst_rtspsrc_finalize):
1676         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
1677         * gst/rtsp/rtspextwms.h:
1678         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
1679         (gst_smpte_finalize):
1680         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
1681         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
1682         (gst_udpsink_finalize):
1683         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
1684         (gst_wavparse_sink_activate):
1685         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
1686         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
1687         (gst_oss_src_finalize):
1688         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
1689         * sys/v4l2/gstv4l2object.h:
1690         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
1691         (gst_v4l2src_finalize):
1692         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
1693
1694         Fix a bunch of leaks shown by the newly-added states test.
1695
1696 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
1697
1698         * ext/dv/gstdvdec.c: (gst_dvdec_init):
1699         Use gst_pad_new_from_static_template instead of 
1700         static_pad_template_get+pad_new.
1701
1702 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
1703
1704         Patch by: Loïc Minier <lool+gnome at via ecp fr>
1705
1706         * ext/libcaca/Makefile.am:
1707         * gst/debug/Makefile.am:
1708           Don't mix tabs and spaces (#414168).
1709
1710 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
1711
1712         * tests/check/generic/.cvsignore:
1713           Ignore files to please buildbot.
1714
1715 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
1716
1717         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
1718         (gst_wavparse_stream_data):
1719           Unbreak my previous commit (swapped nominator & denominator). Tim,
1720           thanks for spotting.
1721
1722 2007-03-02  Wim Taymans  <wim@fluendo.com>
1723
1724         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
1725         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
1726         (gst_cdio_cdda_src_finalize):
1727         Small code cleanups.
1728         Don't use pad_alloc as the base class cannot deal with the error codes.
1729
1730 2007-03-02  Wim Taymans  <wim@fluendo.com>
1731
1732         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
1733         (gst_udpsrc_create):
1734         Fix doc.
1735
1736 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
1737
1738         Patch by: René Stadler <mail@renestadler.de>
1739
1740         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
1741         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
1742         (gst_wavparse_stream_data):
1743           Handle rounding better to not drop last sample frame. Fixes #356692
1744
1745 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
1746
1747         * tests/check/Makefile.am:
1748         Disable cacasink from the states check too - it also calls exit(1)
1749         on us when it can't find a terminal to talk to.
1750
1751 2007-03-02  Wim Taymans  <wim@fluendo.com>
1752
1753         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
1754
1755         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
1756         (gst_udpsrc_create), (gst_udpsrc_set_property),
1757         (gst_udpsrc_get_property):
1758         * gst/udp/gstudpsrc.h:
1759         Add support to strip proprietary headers. Fixes #350296.
1760
1761 2007-03-02  Wim Taymans  <wim@fluendo.com>
1762
1763         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
1764         Fix compilation.
1765
1766 2007-03-02  Wim Taymans  <wim@fluendo.com>
1767
1768         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
1769
1770         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
1771         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
1772         (gst_rtp_mp2t_depay_set_property),
1773         (gst_rtp_mp2t_depay_get_property):
1774         * gst/rtp/gstrtpmp2tdepay.h:
1775         Add support to strip off proprietary headers. Fixes #350278.
1776
1777 2007-03-02  Wim Taymans  <wim@fluendo.com>
1778
1779         * ext/hal/hal.c:
1780         Fix compilation.
1781
1782 2007-03-02  Wim Taymans  <wim@fluendo.com>
1783
1784         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
1785         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
1786         (gst_sunaudiosrc_open):
1787         * sys/sunaudio/gstsunaudiosrc.h:
1788         Remove device-name from GstSunAudioSrc. Fixes #412597.
1789
1790 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
1791
1792         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
1793         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
1794         Having NULL as UDI previously selected the default sink/src. Change
1795         this back but mention it in the debug output.
1796         * ext/hal/hal.c: (gst_hal_get_alsa_element),
1797         (gst_hal_get_oss_element), (gst_hal_get_string),
1798         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
1799         (gst_hal_get_audio_src):
1800         * ext/hal/hal.h:
1801         Refactor a bit, check all error conditions, greatly improve debugging
1802         and fix some possible memory leaks. Also implement OSS support
1803         and allow specifying an UDI that points to a real device. For this the
1804         child device which supports ALSA (preferred) or OSS is used.
1805         As a side effect this makes it impossible now to get a alsasink in
1806         halaudiosrc and a alsasrc in halaudiosink.
1807
1808 2007-03-01  Wim Taymans  <wim@fluendo.com>
1809
1810         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
1811         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
1812         Errors from the udp sources are not fatal unless all of them are in
1813         error.
1814
1815 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
1816
1817         * tests/check/Makefile.am:
1818         Disable aasink in the states test. I suspect this is the element that
1819         is calling exit(1) when it can't proceed.
1820
1821 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
1822
1823         * tests/check/Makefile.am:
1824         Draw plugins in from the build tree sys/ dir, rather than picking
1825         up the already installed versions.
1826
1827 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1828
1829         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
1830         Error out correctly when getting xcontext fails.
1831
1832 2007-03-01  Wim Taymans  <wim@fluendo.com>
1833
1834         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
1835         Make state change to PAUSED NO_PREROLL because that's what it will be in
1836         the future and rtspsrc relies on it.
1837
1838         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
1839         (gst_rtspsrc_change_state):
1840         Don't error out when we don't get an error from the state change
1841         function.
1842
1843 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
1844
1845         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
1846         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
1847           Check if the device UDI is set before trying to query HAL
1848           about it and give a useful error message if it wasn't set.
1849         * ext/hal/hal.c: (gst_hal_get_string):
1850           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
1851           gives an assertion failure in D-Bus when running with
1852           DBUS_FATAL_WARNINGS=1.
1853
1854 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1855
1856         * configure.ac:
1857           Convert to new AG_GST style.
1858
1859 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1860
1861         * tests/check/Makefile.am:
1862         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
1863           add test for states
1864
1865 2007-02-28  Wim Taymans  <wim@fluendo.com>
1866
1867         * tests/check/elements/.cvsignore:
1868         Add new videofilter check to .cvsignore.
1869
1870 2007-02-28  Wim Taymans  <wim@fluendo.com>
1871
1872         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
1873         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
1874         (gst_avi_demux_loop), (gst_avi_demux_chain):
1875         Fix combined flow return. Fixes #412608.
1876
1877 2007-02-28  Wim Taymans  <wim@fluendo.com>
1878
1879         * gst/videofilter/Makefile.am:
1880         Dist header..
1881
1882 2007-02-28  Wim Taymans  <wim@fluendo.com>
1883
1884         * gst/videofilter/gstgamma.h:
1885         Add header too.
1886
1887 2007-02-28  Wim Taymans  <wim@fluendo.com>
1888
1889         Patch by: Mark Nauwelaerts <manauw at skynet be>
1890
1891         * gst/videofilter/Makefile.am:
1892         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
1893         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
1894         (gst_gamma_get_property), (gst_gamma_calculate_tables),
1895         (oil_tablelookup_u8), (gst_gamma_set_caps),
1896         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
1897         Port gamma filter to 0.10. Fixes #412704.
1898
1899         * tests/check/Makefile.am:
1900         * tests/check/elements/videofilter.c: (setup_filter),
1901         (cleanup_filter), (check_filter), (GST_START_TEST),
1902         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
1903         Add unit tests for videofilters.
1904
1905 2007-02-28  Wim Taymans  <wim@fluendo.com>
1906
1907         * gst/rtsp/URLS:
1908         Add another interesting test url.
1909
1910         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
1911         Don't allow getting header fields from data packets.
1912
1913 2007-02-28  Michael Smith  <msmith@fluendo.com>
1914
1915         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
1916         (gst_shout2send_init), (gst_shout2send_start),
1917         (gst_shout2send_set_property), (gst_shout2send_get_property):
1918         * ext/shout2/gstshout2.h:
1919           Add a property for username.
1920
1921 2007-02-27  Christian Schallerr <christian@fluendo.com>
1922
1923         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
1924
1925 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
1926
1927         * gst/rtsp/Makefile.am:
1928         Fix make check too.
1929
1930 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
1931
1932         * gst/rtsp/base64.c: (util_base64_encode):
1933         * gst/rtsp/base64.h:
1934         Commit missing files for base64 encoding.
1935
1936 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
1937
1938         Patch by: Loïc Minier <lool+gnome at via ecp fr>
1939
1940         * configure.ac:
1941         * ext/annodex/Makefile.am:
1942         * ext/jpeg/Makefile.am:
1943         * ext/speex/Makefile.am:
1944         * gst/alpha/Makefile.am:
1945         * gst/cutter/Makefile.am:
1946         * gst/debug/Makefile.am:
1947         * gst/effectv/Makefile.am:
1948         * gst/goom/Makefile.am:
1949         * gst/level/Makefile.am:
1950         * gst/smpte/Makefile.am:
1951         * gst/videofilter/Makefile.am:
1952           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
1953
1954 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
1955
1956         * gst/rtsp/Makefile.am:
1957         * gst/rtsp/rtspconnection.c: (append_auth_header),
1958         (rtsp_connection_send), (rtsp_connection_set_auth):
1959         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
1960         from icecast to replace it. Relicensed from GPL courtesy of Mike
1961         Smith.
1962
1963 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
1964
1965         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
1966         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
1967         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
1968         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
1969         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
1970         (gst_rtspsrc_uri_set_uri):
1971         * gst/rtsp/gstrtspsrc.h:
1972         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
1973         (append_auth_header), (rtsp_connection_send),
1974         (rtsp_connection_free), (rtsp_connection_set_auth):
1975         * gst/rtsp/rtspconnection.h:
1976         * gst/rtsp/rtspdefs.h:
1977         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
1978         * gst/rtsp/rtspurl.h:
1979
1980         Implement simple Basic Authentication support so that urls like
1981         rtsp://user:pass@hostname/rtspstream work on hosts that require
1982         authentication.
1983
1984 >>>>>>> 1.2755
1985 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
1986
1987         * sys/v4l2/gstv4l2object.c:
1988         * sys/v4l2/gstv4l2tuner.c:
1989         * sys/v4l2/v4l2_calls.c:
1990         Fix segfault when oppening a radio device.
1991         
1992 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
1993
1994         * gst/level/gstlevel.c: (gst_level_set_caps),
1995         (gst_level_transform_ip):
1996         * sys/v4l2/README:
1997         * tests/check/elements/level.c: (GST_START_TEST):
1998           Fix level for multi-channel case.
1999
2000 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
2001
2002         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
2003         (gst_level_transform_ip):
2004         * gst/level/gstlevel.h:
2005           Use function pointer for process function and add process functions
2006           for float audio.
2007
2008 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
2009
2010         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
2011         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
2012         (gst_v4l2src_capture_init):
2013           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
2014           fixes #407369
2015
2016 2007-02-18  Wim Taymans  <wim@fluendo.com>
2017
2018         * gst/rtp/Makefile.am:
2019         * gst/rtp/gstrtp.c: (plugin_init):
2020         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
2021         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
2022         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
2023         (gst_rtp_mp2t_pay_plugin_init):
2024         * gst/rtp/gstrtpmp2tpay.h:
2025         Added simple mpeg transport stream payloader.
2026
2027 2007-02-16  Wim Taymans  <wim@fluendo.com>
2028
2029         * gst/rtsp/URLS:
2030         Add example H264 rtsp url.
2031
2032         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
2033         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2034         Don't convert values to lowercase or we might mess up base64 encoded
2035         properties.
2036
2037 2007-02-16  Wim Taymans  <wim@fluendo.com>
2038
2039         * gst/rtp/README:
2040         Fix case of string params.
2041
2042         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
2043         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
2044         Fix depayloader, support more packet types.
2045         Add sync codes to make sure the packetizer can do its job.
2046
2047         * gst/rtp/gstrtpmp4gdepay.c:
2048         * gst/rtp/gstrtpmp4gpay.c:
2049         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
2050         Fix caps case again.
2051
2052 2007-02-15  Wim Taymans  <wim@fluendo.com>
2053
2054         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
2055         Set right caps on output buffers.
2056
2057 2007-02-14  Wim Taymans  <wim@fluendo.com>
2058
2059         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
2060         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
2061         Clear stack allocated SDPMedia struct before calling _init() on it.
2062         Clarify this in the docs as well.
2063
2064 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
2065
2066         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
2067         (do_change_child):
2068         Don't reset the profile when going switching states, as it makes
2069         the element non-reusable.
2070
2071 2007-02-14  Wim Taymans  <wim@fluendo.com>
2072
2073         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
2074         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
2075         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
2076         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
2077         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
2078         (sdp_parse_line):
2079         * gst/rtsp/sdpmessage.h:
2080         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
2081         Fix memory management of SDP messages. Fixes #407793.
2082
2083 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
2084
2085         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
2086
2087         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
2088         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
2089
2090 2007-02-14  Wim Taymans  <wim@fluendo.com>
2091
2092         Patch by: jp.liu <jp_liu at astrocom dot cn>
2093
2094         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
2095         Fix parsing of password field in url. Fixes #407797.
2096
2097 2007-02-14  Wim Taymans  <wim@fluendo.com>
2098
2099         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
2100         (gst_wavparse_reset), (gst_wavparse_init),
2101         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
2102         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
2103         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
2104         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
2105         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
2106         (gst_wavparse_loop), (gst_wavparse_chain),
2107         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
2108         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
2109         (plugin_init):
2110         * gst/wavparse/gstwavparse.h:
2111         Update docs.
2112         Use boilerplate.
2113         Various code cleanups.
2114         When the bitrate is not known (bps == 0 or compressed formats) let
2115         downstream element guestimate the duration and position and don't
2116         generate timestamps or durations. Fixes #405213.
2117         Fix EOS and ERROR conditions in chain mode, we just need to forward the
2118         error flowreturn upstream.
2119
2120 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
2121
2122         * ext/gconf/Makefile.am:
2123         * ext/gconf/gconf.c: (gst_gconf_get_string),
2124         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
2125         (gst_gconf_render_bin_with_default):
2126         * ext/gconf/gconf.h:
2127         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
2128         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
2129         (gst_gconf_audio_sink_dispose), (do_change_child),
2130         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
2131         (cb_change_child), (gst_gconf_audio_sink_change_state):
2132         * ext/gconf/gstgconfaudiosink.h:
2133         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
2134         (gst_switch_sink_class_init), (gst_switch_sink_reset),
2135         (gst_switch_sink_init), (gst_switch_sink_dispose),
2136         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
2137         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
2138         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
2139         * ext/gconf/gstswitchsink.h:
2140         * gst/autodetect/gstautoaudiosink.c:
2141         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
2142         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
2143         (gst_auto_audio_sink_detect):
2144         * gst/autodetect/gstautovideosink.c:
2145         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
2146         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
2147         (gst_auto_video_sink_detect):
2148         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
2149         and a child that implements the GConf key monitoring. The end goal of
2150         this is an audio sink that can be changed on the fly, but at the 
2151         moment it still only changes on the next READY transition.
2152
2153 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
2154
2155         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
2156         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
2157         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
2158         (gst_avi_demux_calculate_durations_from_index),
2159         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
2160         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
2161         (gst_avi_demux_loop):
2162           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
2163
2164 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
2165
2166         * configure.ac:
2167         * docs/plugins/Makefile.am:
2168           Add crossreferences to glib/gobject/gstream docs.
2169
2170 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
2171
2172         * gst/monoscope/Makefile.am:
2173         * gst/monoscope/gstmonoscope.c:
2174           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
2175           (but no LIBS, since we only use defines from the headers).
2176
2177 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
2178
2179         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
2180
2181         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
2182         (gst_wavparse_stream_data):
2183           Fix massive memory leak when operating in streaming mode due to
2184           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
2185           Fixes #407057.
2186
2187 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
2188
2189         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
2190         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
2191         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
2192         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
2193         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
2194         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
2195         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
2196         (gst_avi_demux_calculate_durations_from_index),
2197         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
2198         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
2199         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
2200         * gst/avi/gstavidemux.h:
2201           Save some memory (8%) by repacking the index entry structure (more to
2202           come). Add more FIXMEs to questionable parts.
2203
2204 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
2205
2206         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
2207         (gst_v4l2src_get_caps):
2208         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
2209         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
2210         (gst_v4l2src_capture_init):
2211           More FIXME comments and messaging changes.
2212
2213 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
2214
2215         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
2216         (gst_goom_change_state):
2217         * gst/goom/gstgoom.h:
2218           Improved docs and use GST_DEBUG_FUNCPTR.
2219
2220         * gst/level/gstlevel.c: (gst_level_class_init):
2221           Use GST_DEBUG_FUNCPTR.
2222
2223         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
2224         (gst_monoscope_chain), (gst_monoscope_change_state):
2225           Improved docs source cleanups.
2226
2227 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
2228
2229         * gst/debug/Makefile.am:
2230         * gst/debug/gstdebug.c: (plugin_init):
2231         * gst/debug/gstpushfilesrc.c:
2232         * gst/debug/gstpushfilesrc.h:
2233           Add code for a pushfilesrc element that implements a pushfile:// URI
2234           handler, to make debugging push-mode operation of demuxer/decoders
2235           that support both easier in connection with seek/playbin/etc.
2236           The element isn't registered at the moment.
2237
2238 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
2239
2240         * gst/avi/gstavimux.c:
2241           Comment a #if 0 in caps template definition as VS6 seems to 
2242         do not support it.
2243         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
2244           Use gst_guint64_to_gdouble for conversion.
2245         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
2246           Move variables declaration before the first instruction.
2247         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
2248           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
2249           And don't include netdb.h for G_OS_WIN32
2250         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
2251           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
2252           by VS6 then use an other way to initialize SDPMedia structure.
2253         * gst/udp/gstdynudpsink.h:
2254         * gst/udp/gstdynudpnetutils.h:
2255           Do not include <sys/time.h> for G_OS_WIN32
2256         * gst/udp/gstudpsrc.c:
2257           Define socklen_t as int for G_OS_WIN32
2258         * win/common/config.h.in:
2259           Undef HAVE_NETINET_IN_H
2260         * win32/vs6/gst_plugins_good.dsw:
2261         * win32/vs6/libgstrtp.dsp:
2262         * win32/vs6/libgstrtsp.dsp:
2263         * win32/vs6/libgstautogen.dsp:
2264         * win32/vs6/libgstaudiofx.dsp:
2265         * win32/vs6/libgstudp.dsp:
2266           Add and update project files.
2267         * win32/common/gstudp-enumtypes.c:
2268         * win32/common/gstudp-enumtypes.h:
2269           Add a copy of udp enumtypes to win32/common as in core 
2270           and base.
2271         
2272 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
2273
2274         * configure.ac:
2275           Activate monoscope when building with --enable-experimental. Fix
2276           --enable-external configure switch description.
2277
2278         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
2279         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
2280           Help gst-indent.
2281
2282 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
2283
2284         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2285           Explicitly cast result of pointer arithmetic to integer in order to
2286           avoid compiler warnings on some 64-bit systems. Should fix #406018.
2287
2288 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
2289
2290         * gst/debug/progressreport.c:
2291           Some more docs.
2292
2293 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
2294
2295         * docs/plugins/inspect/plugin-rtp.xml:
2296           Update for new elements.
2297
2298         * gst/debug/progressreport.h:
2299           Commit newly-created header file as well.
2300
2301 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
2302
2303         * docs/plugins/Makefile.am:
2304         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2305         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2306         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2307         * gst/debug/Makefile.am:
2308         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
2309         (gst_progress_report_do_query), (gst_progress_report_report):
2310           Make progressreport element post messages with the current progress
2311           on the bus. Also add some basic docs for it.
2312
2313 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
2314
2315         * ext/hal/hal.c: (gst_hal_get_string):
2316         * ext/hal/hal.h:
2317           Some small cleanups; deal with errors when parsing the HAL ALSA
2318           capabilities a bit better.
2319
2320 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
2321
2322         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
2323           Let's try this again and use the right cast this time.
2324
2325 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
2326
2327         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
2328           Add cast to avoid compiler warnings with older GLib versions
2329           where the nick/name members in GEnumValue are not declared as
2330           constant strings.
2331
2332 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
2333
2334         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
2335         (gst_gconf_render_bin_from_key),
2336         (gst_gconf_get_default_audio_sink):
2337         * ext/gconf/gconf.h:
2338         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
2339         (do_toggle_element), (gst_gconf_audio_sink_set_property),
2340         (gst_gconf_audio_sink_get_property):
2341           In gconfaudiosink, get the right key as the old key in do_toggle
2342           (ie. one dependent on the profile selected). Log some more stuff so
2343           we can see what's actually going on.
2344
2345 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
2346
2347         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
2348         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
2349         (gst_audio_amplify_set_process_function),
2350         (gst_audio_amplify_setup):
2351         * gst/audiofx/audioamplify.h:
2352         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
2353         (gst_audio_invert_class_init), (gst_audio_invert_setup):
2354         * gst/audiofx/audioinvert.h:
2355         Some small cleanups and port both elements to the new GstAudioFilter
2356         base class to save a few lines of common code.
2357         * gst/audiofx/Makefile.am:
2358         Link against libgstaudio for the above changes
2359
2360 2007-01-29  Wim Taymans  <wim@fluendo.com>
2361
2362         * tests/check/elements/.cvsignore:
2363         Some more ignores.
2364
2365 2007-01-26  Wim Taymans  <wim@fluendo.com>
2366
2367         Patch by: charles <charlesg3 at gmail dot com>
2368
2369         * ext/shout2/gstshout2.c: (gst_shout2send_init),
2370         (set_shout_metadata), (gst_shout2send_event):
2371         * ext/shout2/gstshout2.h:
2372         Properly handle tags in shout2send. Fixes #399825.
2373
2374 2007-01-25  Wim Taymans  <wim@fluendo.com>
2375
2376         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
2377         (gst_rtspsrc_activate_streams):
2378         Convert SDP fields to upper/lowercase following the rules in the SDP to
2379         caps document. 
2380
2381 2007-01-25  Wim Taymans  <wim@fluendo.com>
2382
2383         * gst/rtp/README:
2384         * gst/rtp/gstrtpilbcdepay.c:
2385         * gst/rtp/gstrtpilbcpay.c:
2386         * gst/rtp/gstrtpmp4gdepay.c:
2387         * gst/rtp/gstrtpmp4gpay.c:
2388         * gst/rtp/gstrtpspeexdepay.c:
2389         * gst/rtp/gstrtpspeexpay.c:
2390         * gst/rtp/gstrtpsv3vdepay.c:
2391         * gst/rtp/gstrtptheoradepay.c:
2392         * gst/rtp/gstrtptheorapay.c:
2393         * gst/rtp/gstrtpvorbisdepay.c:
2394         * gst/rtp/gstrtpvorbispay.c:
2395         Fix case of encoding-name and key/value pairs to match the document.
2396         This is to make interoperation with SDP case-insensitive as required by
2397         the relevant RFCs.
2398
2399 2007-01-25  Wim Taymans  <wim@fluendo.com>
2400
2401         * configure.ac:
2402         Bump required -core/-base to CVS
2403
2404 2007-01-25  Wim Taymans  <wim@fluendo.com>
2405
2406         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
2407         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
2408         * gst/rtp/gstrtpL16pay.h:
2409         Fill up to MTU using adapter.
2410         Timestamp rtp packets.
2411
2412 2007-01-25  Edward Hervey  <edward@fluendo.com>
2413
2414         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
2415         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
2416         Use G_GSIZE_FORMAT in print statements for portability.
2417         Fixes build on macosx.
2418
2419 2007-01-24  Wim Taymans  <wim@fluendo.com>
2420
2421         * gst/rtp/Makefile.am:
2422         * gst/rtp/gstrtp.c: (plugin_init):
2423         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
2424         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
2425         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
2426         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
2427         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
2428         (gst_rtp_L16_depay_plugin_init):
2429         * gst/rtp/gstrtpL16depay.h:
2430         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
2431         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
2432         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
2433         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
2434         (gst_rtp_L16_pay_plugin_init):
2435         * gst/rtp/gstrtpL16pay.h:
2436         Port and enable raw audio payloader/depayloader. Needs a bit more work
2437         on the payloader side.
2438
2439 2007-01-24  Wim Taymans  <wim@fluendo.com>
2440
2441         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
2442         (gst_rtspsrc_stream_configure_transport),
2443         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
2444         * gst/rtsp/gstrtspsrc.h:
2445         Only unblock the udp pads when we linked and activated them all.
2446         Fixes #395688.
2447
2448 2007-01-24  Wim Taymans  <wim@fluendo.com>
2449
2450         * gst/rtp/Makefile.am:
2451         * gst/rtp/gstrtp.c: (plugin_init):
2452         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
2453         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
2454         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
2455         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
2456         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
2457         * gst/rtp/gstrtpac3depay.h:
2458         Added simple AC3 depayloader (RFC 4184).
2459
2460         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
2461         Fix a leak.
2462
2463 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
2464
2465         reviewed by: Stefan Kost  <ensonic@users.sf.net>
2466
2467         * gst/audiofx/Makefile.am:
2468         * gst/audiofx/audioamplify.c:
2469         (gst_audio_amplify_clipping_method_get_type),
2470         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
2471         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
2472         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
2473         (gst_audio_amplify_set_caps),
2474         (gst_audio_amplify_transform_int_clip),
2475         (gst_audio_amplify_transform_int_wrap_negative),
2476         (gst_audio_amplify_transform_int_wrap_positive),
2477         (gst_audio_amplify_transform_float_clip),
2478         (gst_audio_amplify_transform_float_wrap_negative),
2479         (gst_audio_amplify_transform_float_wrap_positive),
2480         (gst_audio_amplify_transform_ip):
2481         * gst/audiofx/audioamplify.h:
2482         * gst/audiofx/audiofx.c: (plugin_init):
2483         Add new element "audioamplify". This allows scaling of raw audio
2484         samples, similar to the "volume" element, but provides different modes
2485         for clipping and allows unlimited amplification. It's mainly targeted
2486         for creative sound design and not as a replacement of the "volume"
2487         element. Fixes #397162
2488         * docs/plugins/Makefile.am:
2489         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2490         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2491         * docs/plugins/gst-plugins-good-plugins.args:
2492         * docs/plugins/inspect/plugin-audiofx.xml:
2493         Add docs for audioamplify and integrate them into the build system
2494         * tests/check/Makefile.am:
2495         * tests/check/elements/audioamplify.c: (setup_amplify),
2496         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
2497         Add fairly extensive unit test suite for audioamplify
2498
2499 2007-01-24  Wim Taymans  <wim@fluendo.com>
2500
2501         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
2502         Unblock pads after adding the pads to the element so that autopluggers
2503         get a change to link something. Possibly fixes #395688.
2504
2505 2007-01-24  Wim Taymans  <wim@fluendo.com>
2506
2507         * gst/rtp/gstrtpamrdepay.c:
2508         * gst/rtp/gstrtpgsmdepay.c:
2509         * gst/rtp/gstrtph263pdepay.c:
2510         * gst/rtp/gstrtph263ppay.c:
2511         * gst/rtp/gstrtph264depay.c:
2512         * gst/rtp/gstrtpilbcdepay.c:
2513         * gst/rtp/gstrtpmp2tdepay.c:
2514         * gst/rtp/gstrtpmp4gdepay.c:
2515         * gst/rtp/gstrtpmp4gpay.c:
2516         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
2517         * gst/rtp/gstrtpmp4vpay.c:
2518         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
2519         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
2520         (gst_rtp_mpa_depay_process):
2521         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
2522         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
2523         * gst/rtp/gstrtppcmadepay.c:
2524         * gst/rtp/gstrtppcmudepay.c:
2525         * gst/rtp/gstrtpspeexdepay.c:
2526         * gst/rtp/gstrtpspeexpay.c:
2527         * gst/rtp/gstrtpsv3vdepay.c:
2528         * gst/rtp/gstrtptheoradepay.c:
2529         * gst/rtp/gstrtptheorapay.c:
2530         * gst/rtp/gstrtpvorbisdepay.c:
2531         * gst/rtp/gstrtpvorbispay.c:
2532         Fix caps with payload numbers.
2533         Add some fixed payload numbers to caps when possible.
2534
2535 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
2536
2537         reviewed by: Stefan Kost  <ensonic@users.sf.net>
2538
2539         * gst/audiofx/Makefile.am:
2540         * gst/audiofx/audiofx.c: (plugin_init):
2541         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
2542         (gst_audio_invert_class_init), (gst_audio_invert_init),
2543         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
2544         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
2545         (gst_audio_invert_transform_float),
2546         (gst_audio_invert_transform_ip):
2547         * gst/audiofx/audioinvert.h:
2548         Add new audiofx element "audioinvert". This element swaps the upper
2549         and lower half of samples and can be used for example for a
2550         wide-stereo effect. Fixes #396057
2551         * docs/plugins/Makefile.am:
2552         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2553         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2554         * docs/plugins/gst-plugins-good-plugins.args:
2555         * docs/plugins/inspect/plugin-audiofx.xml:
2556         Add docs for the audioinvert element and add them to the build system.
2557         * tests/check/Makefile.am:
2558         * tests/check/elements/audioinvert.c: (setup_invert),
2559         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
2560         Add unit test suite for the audioinvert element.
2561
2562 2007-01-23  Wim Taymans  <wim@fluendo.com>
2563
2564         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
2565         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
2566         Parse config params as string and int.
2567         Parse and use AU header length
2568
2569 2007-01-23  Wim Taymans  <wim@fluendo.com>
2570
2571         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
2572         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
2573         * gst/smpte/gstmask.c: (_gst_mask_register):
2574         * gst/smpte/gstmask.h:
2575         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
2576         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
2577         (gst_smpte_paint_triangle_clock):
2578         constify some static structs.
2579         Don't update the mask if nothing changed to the params.
2580         Make sure we never draw outside of the picture. Fixes #398325.
2581
2582 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
2583
2584         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
2585           Error out properly when pull_range fails while we're reading the
2586           headers, instead of just pausing the task silently. Fixes #399338.
2587
2588 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
2589
2590         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
2591           Some more sanity checks to make sure the input formats match and the
2592           input pads are actually negotiated, in case someone tries to feed
2593           buffers from fakesrc or filesrc. Fixes #398299.
2594           Also const-ify an array, just because we can.
2595
2596 2007-01-19  Edward Hervey  <edward@fluendo.com>
2597
2598         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
2599         Ignore previous commit, that was only valid for widths and heights
2600         that are multiples of 4.
2601         Copy over size/stride macros from jpegdec. This allows the element
2602         to work with any width,height...
2603         ... but puts in evidence that the actual transformations only work
2604         with width/height that are multiples of 4.
2605
2606 2007-01-19  Edward Hervey  <edward@fluendo.com>
2607
2608         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
2609         Allocate buffers of the right size.
2610         The proper size of a I420 buffer in bytes is:
2611         
2612             width * height * 3
2613             ------------------
2614                     2
2615
2616 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
2617
2618         * gst/smpte/gstsmpte.c: (gst_smpte_init):
2619           Proxy getcaps on sink pads too, so that we either end up with the
2620           same dimensions on all pads or error out if that's not possible
2621           (seems to work even!). Fixes #398086, I think.
2622
2623 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
2624
2625         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2626         * docs/plugins/gst-plugins-good-plugins.args:
2627         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2628           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
2629           fix integer properties with -1 as minimum value.
2630
2631         * docs/plugins/inspect/plugin-1394.xml:
2632         * docs/plugins/inspect/plugin-aasink.xml:
2633         * docs/plugins/inspect/plugin-alaw.xml:
2634         * docs/plugins/inspect/plugin-alpha.xml:
2635         * docs/plugins/inspect/plugin-alphacolor.xml:
2636         * docs/plugins/inspect/plugin-annodex.xml:
2637         * docs/plugins/inspect/plugin-apetag.xml:
2638         * docs/plugins/inspect/plugin-audiofx.xml:
2639         * docs/plugins/inspect/plugin-auparse.xml:
2640         * docs/plugins/inspect/plugin-autodetect.xml:
2641         * docs/plugins/inspect/plugin-avi.xml:
2642         * docs/plugins/inspect/plugin-cacasink.xml:
2643         * docs/plugins/inspect/plugin-cairo.xml:
2644         * docs/plugins/inspect/plugin-cdio.xml:
2645         * docs/plugins/inspect/plugin-cutter.xml:
2646         * docs/plugins/inspect/plugin-debug.xml:
2647         * docs/plugins/inspect/plugin-dv.xml:
2648         * docs/plugins/inspect/plugin-efence.xml:
2649         * docs/plugins/inspect/plugin-effectv.xml:
2650         * docs/plugins/inspect/plugin-esdsink.xml:
2651         * docs/plugins/inspect/plugin-flac.xml:
2652         * docs/plugins/inspect/plugin-flxdec.xml:
2653         * docs/plugins/inspect/plugin-gconfelements.xml:
2654         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2655         * docs/plugins/inspect/plugin-goom.xml:
2656         * docs/plugins/inspect/plugin-halelements.xml:
2657         * docs/plugins/inspect/plugin-icydemux.xml:
2658         * docs/plugins/inspect/plugin-id3demux.xml:
2659         * docs/plugins/inspect/plugin-jpeg.xml:
2660         * docs/plugins/inspect/plugin-level.xml:
2661         * docs/plugins/inspect/plugin-matroska.xml:
2662         * docs/plugins/inspect/plugin-mulaw.xml:
2663         * docs/plugins/inspect/plugin-multipart.xml:
2664         * docs/plugins/inspect/plugin-navigationtest.xml:
2665         * docs/plugins/inspect/plugin-ossaudio.xml:
2666         * docs/plugins/inspect/plugin-png.xml:
2667         * docs/plugins/inspect/plugin-rtp.xml:
2668         * docs/plugins/inspect/plugin-rtsp.xml:
2669         * docs/plugins/inspect/plugin-shout2send.xml:
2670         * docs/plugins/inspect/plugin-smpte.xml:
2671         * docs/plugins/inspect/plugin-speex.xml:
2672         * docs/plugins/inspect/plugin-taglib.xml:
2673         * docs/plugins/inspect/plugin-udp.xml:
2674         * docs/plugins/inspect/plugin-videobalance.xml:
2675         * docs/plugins/inspect/plugin-videobox.xml:
2676         * docs/plugins/inspect/plugin-videoflip.xml:
2677         * docs/plugins/inspect/plugin-videomixer.xml:
2678         * docs/plugins/inspect/plugin-wavenc.xml:
2679         * docs/plugins/inspect/plugin-wavparse.xml:
2680         * docs/plugins/inspect/plugin-ximagesrc.xml:
2681           Update to CVS.
2682
2683 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
2684
2685         Patch by: Sebastian Dröge <slomo circular-chaos org>
2686
2687         * gst/audiofx/audiopanorama.c:
2688           Fix doc section name (Fixes #397946)
2689
2690 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
2691
2692         * sys/v4l2/gstv4l2object.c:
2693         (gst_v4l2_object_install_properties_helper),
2694         (gst_v4l2_object_set_property_helper),
2695         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
2696         * sys/v4l2/gstv4l2object.h:
2697         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
2698         (gst_v4l2src_init), (gst_v4l2src_set_property),
2699         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
2700         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
2701         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
2702         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
2703         (gst_v4l2src_capture_deinit):
2704           Fix EIO handing when capturing. Add new property to specify the number of
2705           buffers to enque (and remove the borked num-buffers usage).
2706
2707 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
2708
2709         Patch by: Sebastian Dröge <slomo circular-chaos org>
2710
2711         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
2712         (gst_audio_panorama_set_process_function):
2713           Use a function array for process methods, add more docs and define the
2714           startindex of enums.
2715
2716 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
2717
2718         Patch by: Mark Nauwelaerts <manauw at skynet be>
2719
2720         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
2721         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
2722         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
2723         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
2724         (gst_avi_mux_riff_get_avi_header),
2725         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
2726         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
2727         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
2728         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
2729         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
2730         (gst_avi_mux_change_state):
2731         * gst/avi/gstavimux.h:
2732         * tests/check/elements/avimux.c: (teardown_src_pad):
2733           Add support for more than one audio stream; write better AVIX
2734           header; refactor code a bit; don't announce vorbis caps on our audio
2735           sink pads since we don't support it anyway. Closes #379298.
2736
2737 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
2738
2739         Patch by: Sebastian Dröge <slomo circular-chaos org>
2740
2741         * gst/audiofx/audiopanorama.c:
2742         (gst_audio_panorama_method_get_type),
2743         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
2744         (gst_audio_panorama_set_process_function),
2745         (gst_audio_panorama_set_property),
2746         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
2747         (gst_audio_panorama_transform_m2s_int_simple),
2748         (gst_audio_panorama_transform_s2s_int_simple),
2749         (gst_audio_panorama_transform_m2s_float_simple),
2750         (gst_audio_panorama_transform_s2s_float_simple):
2751         * gst/audiofx/audiopanorama.h:
2752           Add 'method' property and provide a simple (non-psychoacustic)
2753           processing method (#394859).
2754
2755         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
2756         (panorama_suite):
2757           Tests for new method.
2758
2759 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
2760
2761         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
2762         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
2763           Set correct caps on outgoing pulled buffers, or things blow up
2764           after recent core changes.
2765
2766 2007-01-11  Wim Taymans  <wim@fluendo.com>
2767
2768         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
2769
2770         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
2771         (gst_multipart_mux_request_new_pad),
2772         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
2773         (gst_multipart_mux_change_state):
2774         Return FLOW errors ASAP. Fixes #394977.
2775         Misc cleanups.
2776
2777 2007-01-11  Wim Taymans  <wim@fluendo.com>
2778
2779         Patch by: Lutz Mueller <lutz at topfrose dot de>
2780
2781         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
2782         Check for stream pad before activating. 
2783
2784 2007-01-10  Wim Taymans  <wim@fluendo.com>
2785
2786         Patch by: Peter Kjellerstedt  <pkj at axis com>
2787
2788         * gst/rtsp/COPYING.MIT:
2789         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2790         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
2791         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
2792         (gst_rtspsrc_stream_configure_transport),
2793         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
2794         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
2795         (gst_rtspsrc_parse_methods),
2796         (gst_rtspsrc_create_transports_string),
2797         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
2798         (gst_rtspsrc_open), (gst_rtspsrc_close):
2799         * gst/rtsp/gstrtspsrc.h:
2800         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
2801         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
2802         (parse_request_line), (parse_line), (rtsp_connection_read),
2803         (rtsp_connection_close):
2804         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
2805         (rtsp_method_as_text), (rtsp_header_as_text),
2806         (rtsp_status_as_text), (rtsp_find_header_field),
2807         (rtsp_find_method):
2808         * gst/rtsp/rtspdefs.h:
2809         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
2810         (rtsp_ext_wms_configure_stream):
2811         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
2812         (rtsp_message_new_request), (rtsp_message_init_request),
2813         (rtsp_message_new_response), (rtsp_message_init_response),
2814         (rtsp_message_init_data), (rtsp_message_unset),
2815         (rtsp_message_free), (rtsp_message_add_header),
2816         (rtsp_message_get_header), (rtsp_message_set_body),
2817         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
2818         * gst/rtsp/rtspmessage.h:
2819         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
2820         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
2821         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
2822         (sdp_message_dump):
2823         Allow url to be NULL to be able to use it for server connections.
2824         Can now send responses as well as requests.
2825         No longer hangs in an endless loop if EOF is received.
2826         Can now convert a status code to a text string.
2827         Return RTSP_HDR_INVALID for unknown headers.
2828         Return RTSP_INVALID for unknown methods.
2829         Copy CSeq and Session headers from the request.
2830         Only free memory corresponding to the currently set message type.
2831         Added const to function arguments as appropriate.
2832         Avoid a compiler warning when initializing nmedia.
2833         Use guint rather than gint to avoid compiler warnings.
2834         Fix crasher in wms extension.
2835         Factor out stream setup from open_connection.
2836         Delay activation of streams when actual data is received from the
2837         server, this prepares us to do proper protocol switching.
2838         Added new license.
2839         Fixes #380895.
2840
2841
2842 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
2843
2844         Patch by: Sebastian Dröge <slomo ubuntu com>
2845
2846         * docs/plugins/Makefile.am:
2847         * gst/audiofx/audiopanorama.c:
2848           Some small docs fixes (#394851).
2849
2850 2007-01-09  Wim Taymans  <wim@fluendo.com>
2851
2852         * gst/avi/gstavidemux.c:
2853         Fix docs.
2854
2855 2007-01-09  Wim Taymans  <wim@fluendo.com>
2856
2857         * gst/rtp/Makefile.am:
2858         * gst/rtp/gstrtp.c: (plugin_init):
2859         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
2860         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
2861         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
2862         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
2863         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
2864         * gst/rtp/gstrtpmpvdepay.h:
2865           Added RFC 2250 MPEG Video Depayloader.
2866
2867         * gst/rtp/gstrtpL16depay.h:
2868         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
2869         (gst_rtp_h263p_depay_process):
2870         Fix Header file. Small cleanups.
2871
2872         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
2873         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
2874         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
2875         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
2876         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
2877         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
2878         (gst_rtp_mp4v_depay_change_state):
2879         Remove usused code. Remove Adapter from state Change. Added debug.
2880
2881         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
2882         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
2883         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
2884         * gst/rtp/gstrtpmpadepay.h:
2885         Subclass base depayloader.
2886         Added debug.
2887         Support static payload type assignment as well.
2888
2889         * gst/rtp/gstrtpmpapay.c:
2890         Fix caps.
2891
2892 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
2893
2894         Patch by: Vincent Torri  <vtorri at univ-evry fr>
2895
2896         * ext/jpeg/gstjpegdec.c:
2897         * ext/jpeg/gstjpegenc.c:
2898         * ext/jpeg/smokecodec.c:
2899           These libjpeg callbacks should return a 'boolean' (unsigned char
2900           apparently) and not a 'gboolean' (which maps to gint). Fixes
2901           warnings when compiling with MingW (#393427).
2902
2903         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
2904           Use ioctlsocket on win32.
2905
2906         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2907           Some printf format fixes for win32.
2908
2909 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
2910
2911         * gst/cutter/gstcutter.c: (gst_cutter_chain):
2912           Use gst_guint64_to_gdouble for conversion.
2913         * win32/vs6/libgstmatroska.dsp:
2914           Add zlib to the link.
2915         * win32/vs6/libgstvideobox.dsp:
2916           Update liboil library name (project is linked to 
2917           liboil-0.3-0.lib now).
2918           
2919 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
2920
2921         * gst/matroska/Makefile.am:
2922           If zlib is available and used, we must link it explicitly for
2923           things to work on MingW (fixes #392855).
2924
2925 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
2926
2927         * ext/esd/esdsink.c: (gst_esdsink_delay):
2928           Don't return bogus values when esd_get_delay() fails for some
2929           reason (#392189).
2930
2931 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
2932
2933         * sys/ximage/gstximagesrc.c: (composite_pixel):
2934           Fix presumably copy'n'pasto for 16bpp depth.
2935
2936 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
2937
2938         * gst/matroska/matroska-mux.c:
2939         (gst_matroska_mux_audio_pad_setcaps):
2940           The "signed" field in audio caps is of boolean type, trying to use
2941           gst_structure_get_int() to extract it will fail. Fixing this makes
2942           matroskamux accept raw audio input (#387121) (use at your own risk
2943           though, due to the matroska spec being not entirely useful in this
2944           respect).
2945           Also fix up raw audio structures in template caps so that they
2946           represent what our setcaps function will actually accept, so that
2947           converters know what to convert to.
2948           Finally, don't fail if there isn't an "endianness" field in 8-bit
2949           PCM caps.
2950
2951 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
2952
2953         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
2954         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
2955         * tests/check/elements/cmmldec.c: (setup_cmmldec),
2956         (teardown_cmmldec):
2957         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
2958         (teardown_cmmlenc):
2959         * tests/check/elements/level.c: (setup_level), (cleanup_level):
2960           reapply consistent pad (de)activation
2961
2962 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
2963
2964         * configure.ac:
2965         Back to CVS
2966
2967         * gst-plugins-good.doap:
2968         Add 0.10.5 doap entry
2969
2970 === release 0.10.5 ===
2971
2972 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
2973
2974         * configure.ac:
2975           releasing 0.10.5, "The Path of Thorns"
2976
2977 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
2978
2979         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
2980         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
2981         * tests/check/elements/cmmldec.c: (setup_cmmldec),
2982         (teardown_cmmldec):
2983         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
2984         (teardown_cmmlenc):
2985         * tests/check/elements/level.c: (setup_level), (cleanup_level):
2986           revert my freeze breakage
2987
2988 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
2989
2990         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
2991         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
2992         * tests/check/elements/cmmldec.c: (setup_cmmldec),
2993         (teardown_cmmldec):
2994         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
2995         (teardown_cmmlenc):
2996         * tests/check/elements/level.c: (setup_level), (cleanup_level):
2997           consistent pad (de)activation
2998
2999 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
3000
3001         * configure.ac:
3002         * ext/Makefile.am:
3003         Disable LADPSA, as it has moved to the -bad module for the duration.
3004
3005 2006-12-18  Wim Taymans  <wim@fluendo.com>
3006
3007         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
3008         (gst_signal_processor_event):
3009         Reset flow_state back to _OK after a flush stop so that we exit our
3010         error state after the flush. Fixes #374213
3011
3012 2006-12-16  David Schleef  <ds@schleef.org>
3013
3014         * sys/osxvideo/osxvideosink.h:
3015         * sys/osxvideo/osxvideosink.m:
3016           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
3017
3018 2006-12-16  David Schleef  <ds@schleef.org>
3019
3020         Patch by: Vijay Santhanam <vijay santhanam gmail com>
3021
3022         * sys/osxvideo/Makefile.am:
3023         * sys/osxvideo/osxvideosink.h:
3024         * sys/osxvideo/osxvideosink.m:
3025           Preliminary patch for porting osxvideosink
3026
3027 2006-12-16  Wim Taymans  <wim@fluendo.com>
3028
3029         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3030
3031         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
3032         (gst_videomixer_set_master_geometry),
3033         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
3034         (gst_videomixer_reset), (gst_videomixer_init),
3035         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
3036         (gst_videomixer_release_pad), (gst_videomixer_collected),
3037         (gst_videomixer_change_state):
3038         Introduce some locking around the videomixer state so that it does not
3039         crash when adding/removing pads. Fixes #383043.
3040
3041 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
3042
3043         * configure.ac:
3044           Make sure libcaca can actually be used instead of just checking for
3045           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
3046           cross-compiling (fixes #384587).
3047
3048 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
3049
3050         * Makefile.am:
3051         * gst-plugins-good.doap:
3052         * gst-plugins-good.spec.in:
3053           adding doap file
3054
3055 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
3056
3057         * configure.ac:
3058           libflac-1.1.3 changed API again, but we can't build against it yet,
3059           so make sure our check doesn't use libflac-1.1.3 and add a comment
3060           to this effect.
3061
3062 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
3063
3064         * gst/effectv/gstquark.c: (gst_quarktv_transform),
3065         (gst_quarktv_planetable_clear):
3066           Add some NULL pointer checks (possibly related to #385623).
3067
3068 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
3069
3070         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
3071         (gst_tag_demux_chain):
3072         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
3073           In streaming mode, if the first buffer we get doesn't have an
3074           offset, fix it up to be 0, otherwise trimming won't work later on
3075           and we'll be typefinding application/x-id3, which may result in
3076           decodebin plugging an endless number of id3demux elements as a
3077           consequence. Fixes #385031.
3078           
3079 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
3080
3081         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
3082           Ignore the buffer_time the sound device reports. Turns out it is 
3083           sometimes completely bogus and we're better off without it.
3084
3085 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
3086
3087         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
3088         (gst_matroska_demux_video_caps):
3089         * gst/matroska/matroska-ids.c:
3090         (gst_matroska_track_init_video_context):
3091         * gst/matroska/matroska-ids.h:
3092           Try harder to extract the framerate for video tracks correctly and
3093           save it directly instead of converting it back and forth a few
3094           times. Mostly makes a difference for very small framerates (<1).
3095           Fixes #380199.
3096
3097 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
3098
3099         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
3100         (gst_gconf_audio_src_dispose), (do_toggle_element):
3101         * ext/gconf/gstgconfaudiosrc.h:
3102           Remove gconf notify hook when the gconfaudiosrc element is
3103           destroyed, otherwise the callback may be called on an
3104           already-destroyed instance and bad things happen. Should fix
3105           #378184.
3106           Also ignore gconf key changes when the source is already running.
3107
3108 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
3109
3110         Patch by: Sebastian Dröge  <mail at slomosnail de>
3111
3112         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
3113           We need to be able to read and parse any possible floating point string
3114           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
3115           will parse the former only in certain locales though, so we really need
3116           to canonicalise the separator to '.' and then use g_ascii_strtod() to
3117           make sure we can parse either version at all times.
3118           Fixes #382982 for real.
3119
3120 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
3121
3122         * sys/sunaudio/gstsunaudiomixerctrl.c:
3123         * sys/sunaudio/gstsunaudiosrc.c:
3124
3125         Use the sunaudio debug category.
3126
3127         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
3128         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
3129         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
3130         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
3131         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
3132         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
3133         (gst_sunaudiosink_reset):
3134         * sys/sunaudio/gstsunaudiosink.h:
3135
3136         Uses the sunaudio debug category for all debug output
3137         Implements the _delay() callback to synchronise video playback better
3138         Change the segtotal and segsize values back to the parent class 
3139           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
3140           respectively)
3141         Measure the samples written to the device vs. played.
3142         Keep track of segments in the device by writing empty eof frames, and
3143         sleep using a GCond when we get too far ahead and risk overrunning the
3144         sink's ringbuffer.
3145
3146         Fixes: #360673
3147
3148 2006-12-08  Wim Taymans  <wim@fluendo.com>
3149
3150         Patch by: Sebastian Dröge  <mail at slomosnail de >
3151
3152         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
3153         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
3154         * gst/audiofx/audiopanorama.h:
3155         Fix audiopanorame with float samples. Fixes #383726.
3156
3157 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
3158
3159         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
3160         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
3161         (gst_sunaudiosrc_reset):
3162
3163         Implement reset functions to unblock the src/sink more quickly on 
3164         state change requests.
3165         Patch by: Brian Cameron <brian dot cameron at sun com>
3166
3167 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
3168
3169         * sys/sunaudio/gstsunaudiomixer.c:
3170         (gst_sunaudiomixer_change_state):
3171         Construct the correct mixer device name when the AUDIODEV env var
3172         is set.
3173
3174         Patch by: Jerry Tan <jerry.tan at sun dot com>
3175         Fixes: #383596
3176
3177 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
3178
3179         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
3180         Apply patch to open the mixer control and set the MULTIPLE_OPEN
3181         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
3182         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
3183         Patch by: Jerry Tan <jerry.tan at sun dot com>
3184         Fixes: #349015
3185
3186 2006-12-07  Wim Taymans  <wim@fluendo.com>
3187
3188         * gst/smpte/gstmask.h:
3189         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
3190         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
3191         (gst_smpte_collected), (gst_smpte_set_property),
3192         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
3193         * gst/smpte/gstsmpte.h:
3194         Port to 0.10 some more. 
3195         Added duration property to specify the duration of the transition.
3196         Make framerate a fraction.
3197         Deprecate fps property, we only use negotiated fps.
3198         Added docs.
3199         Fix collectpad usage.
3200         Reset state in READY.
3201         Send NEWSEGMENT event.
3202         Fix racy updates of object properties.
3203         Added debug category.
3204         Fixes #383323.
3205
3206 2006-12-06  Wim Taymans  <wim@fluendo.com>
3207
3208         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3209
3210         * gst/videomixer/videomixer.c:
3211         (gst_videomixer_set_master_geometry),
3212         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
3213         Don't reset xpos and ypos in the setcaps function because causes
3214         unexpected behaviour.
3215         Fixes #382179.
3216
3217 2006-12-06  Wim Taymans  <wim@fluendo.com>
3218
3219         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
3220         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
3221         Keep track of the buffer timestamp in the collectdata member instead
3222         of modifying the buffer without making the metadata writable first.
3223         Fixes #382277.
3224
3225 2006-12-06  Wim Taymans  <wim@fluendo.com>
3226
3227         Patch by: Rob Taylor <robtaylor at floopily dot org>
3228
3229         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
3230         If using multicast in udpsrc, bind to the multicast address rather than
3231         IN_ADDR_ANY.
3232         This allows the simultanous use of multiple udpsrcs listening on
3233         different multicat addresses. Without this all udpsrcs will receive all
3234         packets from all subscribed multicast addresses.
3235         Fixes #383001.
3236
3237 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
3238
3239         * ext/taglib/gstid3v2mux.cc:
3240         Don't attempt to write a NULL frame into the ID3 tag set when the 
3241         createFrame method returned NULL.
3242         Fixes: #381857
3243         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
3244
3245 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
3246
3247         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
3248         Use g_strtod() instead of sscanf to parse doubles, so that it will
3249         try parsing in the C locale if the current locale fails.
3250         Fixes: #382982
3251         Patch by: Sebastian Dröge  <mail at slomosnail de >
3252
3253 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
3254
3255         * win32/MANIFEST:
3256         Fix compilation on win32 under VS8
3257         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
3258         Partially fixes #381175
3259
3260 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
3261
3262         * gst/avi/gstavimux.c:
3263           accept all mpegversions,fixes #380825
3264           spotted by: Jerome Alet  
3265
3266 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
3267
3268         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
3269         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
3270         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
3271         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
3272           cleanup the error message a bit more
3273
3274 2006-11-28  Wim Taymans  <wim@fluendo.com>
3275
3276         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
3277         Fix width and height properties.
3278
3279         * ext/libcaca/gstcacasink.h:
3280         Fix compilation on newer libcaca that require us to include a new
3281         header. Fixes #379918.
3282
3283 2006-11-28  Wim Taymans  <wim@fluendo.com>
3284
3285         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
3286         * gst/rtsp/gstrtspsrc.h:
3287         * gst/rtsp/rtspext.h:
3288         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
3289         (rtsp_ext_wms_get_context):
3290         Add method so that extensions can choose to disable the setup of
3291         a stream.
3292         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
3293
3294 2006-11-27  Wim Taymans  <wim@fluendo.com>
3295
3296         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
3297
3298         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
3299         Push header in a separate buffer instead of memcpy:ing all data.
3300         Change LF => CRLF in headers.
3301         Move trailing LF to header. Fixes #379792.
3302
3303 2006-11-27  Wim Taymans  <wim@fluendo.com>
3304
3305         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
3306         Small buffer overflow fix and improve debugging.
3307
3308 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
3309
3310         * ext/esd/esdmon.h:
3311         * ext/esd/esdsink.h:
3312           remove obsolete _factory_init protos
3313
3314 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
3315
3316         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
3317         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
3318         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
3319         (gst_avi_demux_read_subindexes_push),
3320         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
3321         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
3322         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
3323         (gst_avi_demux_massage_index),
3324         (gst_avi_demux_calculate_durations_from_index),
3325         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
3326         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
3327         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
3328           remove dead code, tweak debugs statements, add comments, use
3329           _uint64_scale instead _uint64_scale_int when using guint64 values,
3330           small optimizations, reflow some error handling
3331
3332 2006-11-22  Edward Hervey  <edward@fluendo.com>
3333
3334         * po/.cvsignore:
3335         We never put .pot files in cvs. Let's ignore them all.
3336
3337 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
3338
3339         * po/POTFILES.in:
3340           ... but better exclude files that aren't disted.
3341
3342 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
3343
3344         * po/POTFILES.in:
3345           Add v4l2 source files to list of files with translations, so the
3346           strings are actually extracted (however bad they still may be).
3347
3348 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
3349
3350         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
3351           Minor clean-ups: const-ify static array, remove trailing comma from
3352           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
3353
3354 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
3355
3356         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
3357         Make sure that g_free always gets called on the same pointer that was 
3358         returned by g_malloc.  Fixes #376594.
3359         Do not leak memory if decompressed size is wrong.
3360         Remove unneeded check of return value of g_malloc.
3361         Patch by: René Stadler <mail@renestadler.de>
3362
3363 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
3364
3365         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
3366           Add missing curly brackets.
3367
3368 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
3369
3370         * sys/v4l2/v4l2src_calls.c:
3371         Fix capture_deinit.
3372
3373 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
3374
3375         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
3376         (gst_matroska_mux_request_new_pad):
3377           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
3378
3379         * tests/check/elements/matroskamux.c: (setup_src_pad),
3380         (setup_sink_pad), (GST_START_TEST):
3381         Activate pads before using them.
3382
3383 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
3384
3385         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
3386           Initialise variable to get rid of bogus compiler warning.
3387
3388 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
3389
3390         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
3391
3392         * gst/rtp/gstrtph263pay.c:
3393         * gst/rtp/gstrtph263pdepay.c:
3394         * gst/rtp/gstrtph263ppay.c:
3395           Specify H.263 variant and version in the caps (fixes #361637)
3396
3397 2006-11-15  Wim Taymans  <wim@fluendo.com>
3398
3399         * gst/rtsp/rtspconnection.c: (read_body):
3400         Don't set a data pointer to NULL and a size > 0 when we deal
3401         with empty packets.
3402
3403         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
3404         (rtsp_message_init_response), (rtsp_message_init_data),
3405         (rtsp_message_unset), (rtsp_message_free),
3406         (rtsp_message_take_body):
3407         Check that we can't create invalid empty packets. 
3408
3409 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
3410
3411         Patch by: Mark Nauwelaerts  <manauw at skynet be>
3412
3413         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
3414         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
3415         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
3416         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
3417         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
3418         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
3419         * gst/matroska/matroska-mux.h:
3420           Add basic tag writing support; implement releasing pads (#374658).
3421
3422 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
3423
3424         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
3425         (gst_matroska_demux_audio_caps):
3426           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
3427
3428 2006-11-14  David Schleef  <ds@schleef.org>
3429
3430         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
3431
3432 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
3433
3434         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
3435
3436         * win32/vs8/gst-plugins-good.sln:
3437         * win32/vs8/libgst1394.vcproj:
3438         * win32/vs8/libgstaasink.vcproj:
3439         * win32/vs8/libgstalaw.vcproj:
3440         * win32/vs8/libgstalpha.vcproj:
3441         * win32/vs8/libgstalphacolor.vcproj:
3442         * win32/vs8/libgstannodex.vcproj:
3443         * win32/vs8/libgstapetag.vcproj:
3444         * win32/vs8/libgstaudiofx.vcproj:
3445         * win32/vs8/libgstauparse.vcproj:
3446         * win32/vs8/libgstautodetect.vcproj:
3447         * win32/vs8/libgstavi.vcproj:
3448         * win32/vs8/libgstcacasink.vcproj:
3449         * win32/vs8/libgstcdio.vcproj:
3450         * win32/vs8/libgstcutter.vcproj:
3451         * win32/vs8/libgstdv.vcproj:
3452         * win32/vs8/libgsteffectv.vcproj:
3453         * win32/vs8/libgstflac.vcproj:
3454         * win32/vs8/libgstflxdec.vcproj:
3455         * win32/vs8/libgstgoom.vcproj:
3456         * win32/vs8/libgsticydemux.vcproj:
3457         * win32/vs8/libgstid3demux.vcproj:
3458         * win32/vs8/libgstjpeg.vcproj:
3459         * win32/vs8/libgstladspa.vcproj:
3460         * win32/vs8/libgstlevel.vcproj:
3461         * win32/vs8/libgstmatroska.vcproj:
3462         * win32/vs8/libgstmikmod.vcproj:
3463         * win32/vs8/libgstmng.vcproj:
3464         * win32/vs8/libgstmonoscope.vcproj:
3465         * win32/vs8/libgstmulaw.vcproj:
3466         * win32/vs8/libgstmultipart.vcproj:
3467         * win32/vs8/libgstpng.vcproj:
3468         * win32/vs8/libgstrtp.vcproj:
3469         * win32/vs8/libgstrtsp.vcproj:
3470         * win32/vs8/libgstshout2.vcproj:
3471         * win32/vs8/libgstsmpte.vcproj:
3472         * win32/vs8/libgstspeex.vcproj:
3473         * win32/vs8/libgsttaglib.vcproj:
3474         * win32/vs8/libgstudp.vcproj:
3475         * win32/vs8/libgstvideobalance.vcproj:
3476         * win32/vs8/libgstvideobox.vcproj:
3477         * win32/vs8/libgstvideoflip.vcproj:
3478         * win32/vs8/libgstvideomixer.vcproj:
3479         * win32/vs8/libgstwavenc.vcproj:
3480         * win32/vs8/libgstwavparse.vcproj:
3481           Make end-of-line returns unixy, so that when the files are checked
3482           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
3483           Hopefully fixes #366492.
3484
3485 2006-11-14  Wim Taymans  <wim@fluendo.com>
3486
3487         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
3488         Disable init_frames delay timestamp adjustment, it does not
3489         seem to be needed at all. Fixes #369621.
3490
3491 2006-11-13  Wim Taymans  <wim@fluendo.com>
3492
3493         Patch by: Mark Nauwelaerts  <manauw at skynet be>
3494
3495         * gst/videomixer/videomixer.c:
3496         (gst_videomixer_set_master_geometry),
3497         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
3498         (gst_videomixer_collect_free), (gst_videomixer_reset),
3499         (gst_videomixer_init), (gst_videomixer_finalize),
3500         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
3501         (gst_videomixer_collected), (gst_videomixer_change_state):
3502         Fix memleak by unref'ing collectpads instance (when finalizing)
3503         Implement releasing a request pad. Fixes #374479.
3504
3505 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
3506
3507         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
3508
3509         * win32/vs8/gst-plugins-good.sln:
3510         * win32/vs8/libgst1394.vcproj:
3511         * win32/vs8/libgstaasink.vcproj:
3512         * win32/vs8/libgstalaw.vcproj:
3513         * win32/vs8/libgstalpha.vcproj:
3514         * win32/vs8/libgstalphacolor.vcproj:
3515         * win32/vs8/libgstannodex.vcproj:
3516         * win32/vs8/libgstapetag.vcproj:
3517         * win32/vs8/libgstaudiofx.vcproj:
3518         * win32/vs8/libgstauparse.vcproj:
3519         * win32/vs8/libgstautodetect.vcproj:
3520         * win32/vs8/libgstavi.vcproj:
3521         * win32/vs8/libgstcacasink.vcproj:
3522         * win32/vs8/libgstcdio.vcproj:
3523         * win32/vs8/libgstcutter.vcproj:
3524         * win32/vs8/libgstdv.vcproj:
3525         * win32/vs8/libgsteffectv.vcproj:
3526         * win32/vs8/libgstflac.vcproj:
3527         * win32/vs8/libgstflxdec.vcproj:
3528         * win32/vs8/libgstgoom.vcproj:
3529         * win32/vs8/libgsticydemux.vcproj:
3530         * win32/vs8/libgstid3demux.vcproj:
3531         * win32/vs8/libgstjpeg.vcproj:
3532         * win32/vs8/libgstladspa.vcproj:
3533         * win32/vs8/libgstlevel.vcproj:
3534         * win32/vs8/libgstmatroska.vcproj:
3535         * win32/vs8/libgstmikmod.vcproj:
3536         * win32/vs8/libgstmng.vcproj:
3537         * win32/vs8/libgstmonoscope.vcproj:
3538         * win32/vs8/libgstmulaw.vcproj:
3539         * win32/vs8/libgstmultipart.vcproj:
3540         * win32/vs8/libgstpng.vcproj:
3541         * win32/vs8/libgstrtp.vcproj:
3542         * win32/vs8/libgstrtsp.vcproj:
3543         * win32/vs8/libgstshout2.vcproj:
3544         * win32/vs8/libgstsmpte.vcproj:
3545         * win32/vs8/libgstspeex.vcproj:
3546         * win32/vs8/libgsttaglib.vcproj:
3547         * win32/vs8/libgstudp.vcproj:
3548         * win32/vs8/libgstvideobalance.vcproj:
3549         * win32/vs8/libgstvideobox.vcproj:
3550         * win32/vs8/libgstvideoflip.vcproj:
3551         * win32/vs8/libgstvideomixer.vcproj:
3552         * win32/vs8/libgstwavenc.vcproj:
3553         * win32/vs8/libgstwavparse.vcproj:
3554           Add VS8 project files (note that many of the plugins in ext are
3555           disabled by default). Fixes #366492.
3556
3557 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
3558
3559         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
3560           we do not translate debug messages
3561
3562 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
3563
3564         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
3565           fix categorisation, make short desc more explicit, remove unused code
3566           Fixes #372021
3567
3568 2006-11-08  Wim Taymans  <wim@fluendo.com>
3569
3570         * gst/rtp/gstrtpL16depay.c:
3571         * gst/rtp/gstrtpamrdepay.c:
3572         * gst/rtp/gstrtpamrpay.c:
3573         * gst/rtp/gstrtpgsmdepay.c:
3574         * gst/rtp/gstrtph263pay.c:
3575         * gst/rtp/gstrtph263pdepay.c:
3576         * gst/rtp/gstrtph263ppay.c:
3577         * gst/rtp/gstrtph264depay.c:
3578         * gst/rtp/gstrtpmp2tdepay.c:
3579         * gst/rtp/gstrtpmp4gdepay.c:
3580         * gst/rtp/gstrtpmp4gpay.c:
3581         * gst/rtp/gstrtpmp4vdepay.c:
3582         * gst/rtp/gstrtpmp4vpay.c:
3583         * gst/rtp/gstrtpmpadepay.c:
3584         * gst/rtp/gstrtpmpapay.c:
3585         * gst/rtp/gstrtppcmadepay.c:
3586         * gst/rtp/gstrtppcmapay.c:
3587         * gst/rtp/gstrtppcmudepay.c:
3588         * gst/rtp/gstrtppcmupay.c:
3589         * gst/rtp/gstrtpspeexdepay.c:
3590         * gst/rtp/gstrtpspeexpay.c:
3591         * gst/rtp/gstrtpsv3vdepay.c:
3592         Fix element descriptions.
3593
3594 2006-11-08  Wim Taymans  <wim@fluendo.com>
3595
3596         * gst/rtp/gstrtpvorbisdepay.c:
3597         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
3598         Fix description.
3599         Small cleanup in the payloader.
3600
3601 2006-11-08  Wim Taymans  <wim@fluendo.com>
3602
3603         * gst/rtp/Makefile.am:
3604         * gst/rtp/gstrtp.c: (plugin_init):
3605         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
3606         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
3607         (gst_rtp_theora_depay_finalize),
3608         (gst_rtp_theora_depay_parse_configuration),
3609         (gst_rtp_theora_depay_setcaps),
3610         (gst_rtp_theora_depay_switch_codebook),
3611         (gst_rtp_theora_depay_process),
3612         (gst_rtp_theora_depay_set_property),
3613         (gst_rtp_theora_depay_get_property),
3614         (gst_rtp_theora_depay_change_state),
3615         (gst_rtp_theora_depay_plugin_init):
3616         * gst/rtp/gstrtptheoradepay.h:
3617         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
3618         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
3619         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
3620         (gst_rtp_theora_pay_init_packet),
3621         (gst_rtp_theora_pay_flush_packet),
3622         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
3623         (gst_rtp_theora_pay_handle_buffer),
3624         (gst_rtp_theora_pay_plugin_init):
3625         * gst/rtp/gstrtptheorapay.h:
3626         Add theora pay/depayloaders.
3627
3628 2006-11-06  Wim Taymans  <wim@fluendo.com>
3629
3630         * gst/rtp/Makefile.am:
3631         We depend on gsttag to generate the vorbis comments.
3632
3633         * gst/rtp/gstrtpvorbisdepay.c:
3634         (gst_rtp_vorbis_depay_parse_configuration),
3635         (gst_rtp_vorbis_depay_setcaps),
3636         (gst_rtp_vorbis_depay_switch_codebook),
3637         (gst_rtp_vorbis_depay_process):
3638         * gst/rtp/gstrtpvorbisdepay.h:
3639         Parse configuration string in the depayloader.
3640         Implement selecting and switching to a new codebook.
3641         Receiving vorbis over RTP now works.
3642
3643         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
3644         (gst_rtp_vorbis_pay_init_packet),
3645         (gst_rtp_vorbis_pay_finish_headers),
3646         (gst_rtp_vorbis_pay_handle_buffer):
3647         * gst/rtp/gstrtpvorbispay.h:
3648         Set timestamps on outgoing buffers and RTP packets.
3649         Fix configuration string, prepend number of Packet headers.
3650         Fix encoding of ident string.
3651         Add delivery-method to caps.
3652         Streaming vorbis over RTP now works.
3653
3654 2006-11-06  Wim Taymans  <wim@fluendo.com>
3655
3656         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
3657         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
3658         (gst_rtp_vorbis_pay_handle_buffer):
3659         * gst/rtp/gstrtpvorbispay.h:
3660         Generate a valid configuration string in the caps based on the
3661         vorbis headers.
3662
3663 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
3664
3665         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
3666         * ext/cdio/gstcdio.h:
3667         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3668           Move CD-TEXT utility function into common file so it can also be
3669           used by a future cdioparanoiasrc.
3670
3671 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
3672         
3673         * sys/v4l2/Makefile.am:
3674         * sys/v4l2/gstv4l2object.c:
3675         * sys/v4l2/gstv4l2src.c:
3676         * sys/v4l2/gstv4l2xoverlay.c:
3677         * sys/v4l2/v4l2_calls.c:
3678         * sys/v4l2/v4l2src_calls.c:
3679         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
3680         xoverlay code that is still not implemented.
3681
3682 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
3683
3684         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
3685           We require a -base more recent than 0.10.9, so it's safe to use
3686           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
3687
3688         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
3689         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
3690           Use _newsegment_full() now that we depend on a recent enough core.
3691
3692         * gst/wavparse/gstwavparse.c:
3693           Remove cruft that we don't need any longer now that we depend on
3694           a recent enough -base.
3695
3696 2006-10-31  Wim Taymans  <wim@fluendo.com>
3697
3698         * gst/rtp/Makefile.am:
3699         * gst/rtp/gstrtp.c: (plugin_init):
3700         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
3701         (gst_rtpilbcpay_setcaps):
3702         Fix and activate ILBC pay and depayloaders. Fixes #368162.
3703
3704 2006-10-31  Wim Taymans  <wim@fluendo.com>
3705
3706         * ext/speex/gstspeexdec.c: (speex_dec_convert),
3707         (speex_dec_sink_event), (speex_dec_chain_parse_header):
3708         Some small cleanups, use _scale.
3709
3710 2006-10-31  Wim Taymans  <wim@fluendo.com>
3711
3712         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
3713         Use higher precision scale function.
3714
3715 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
3716
3717         Patch by: Michal Benes  <michal dot benes at itonis tv>
3718
3719         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
3720         (gst_matroska_demux_read_track_encodings),
3721         (gst_matroska_decode_buffer):
3722           Fix several issues with encoded/compressed/encrypted/signed tracks;
3723           also, remove superfluous newline characters from some debug
3724           statements. (#366155)
3725
3726 2006-10-30  Wim Taymans  <wim@fluendo.com>
3727
3728         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
3729         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
3730         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
3731         (gst_smokedec_change_state):
3732         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
3733         (gst_smokeenc_init), (gst_smokeenc_finalize),
3734         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
3735         (gst_smokeenc_resync), (gst_smokeenc_chain),
3736         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
3737         (gst_smokeenc_change_state):
3738         Various cleanups, capsnego and leak fixes.
3739
3740 2006-10-30  Wim Taymans  <wim@fluendo.com>
3741
3742         Patch by: Mark Nauwelaerts  <manauw at skynet be>
3743
3744         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
3745         Fix videomixer so that it can handle any combination of framerates.
3746         Fixes #367221.
3747
3748 2006-10-28  Wim Taymans  <wim@fluendo.com>
3749
3750         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
3751         (gst_avi_demux_parse_file_header),
3752         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
3753         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
3754         (gst_avi_demux_chain):
3755         Fix position query for audio. also fixes timestamps in streaming
3756         mode and bug #364958.
3757         Small cleanups.
3758
3759 2006-10-27  Wim Taymans  <wim@fluendo.com>
3760
3761         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
3762         * ext/libpng/gstpngenc.h:
3763         Fix strides. Fixes #364856.
3764         Cleanup capsnego.
3765         Set caps on outgoing buffers.
3766
3767 2006-10-18  Wim Taymans  <wim@fluendo.com>
3768
3769         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
3770
3771         * gst/rtp/gstrtpgsmpay.c:
3772         * gst/rtp/gstrtph263pay.c:
3773         * gst/rtp/gstrtpmpapay.c:
3774         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
3775         (gst_rtp_pcma_pay_handle_buffer):
3776         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
3777         Add static payload numbers in addition to the dynamic ones.
3778         Fixes #361639.
3779
3780 2006-10-18  Wim Taymans  <wim@fluendo.com>
3781
3782         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
3783         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
3784         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
3785         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
3786         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
3787         * gst/rtsp/rtspdefs.h:
3788         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
3789         * gst/rtsp/rtspurl.h:
3790         Reuse already existing enum for lower transport.
3791         Add rtspt and rtspu protocols.
3792         Send redirect to rtspt when udp times out.
3793
3794 2006-10-18  Wim Taymans  <wim@fluendo.com>
3795
3796         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
3797         (gst_wavparse_stream_data):
3798         Fix seeking some more, mostly for speed changes.
3799
3800 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
3801
3802         Patch by: Fredrik Persson  <frepe at bredband net>
3803
3804         * sys/v4l2/gstv4l2tuner.c:
3805         * sys/v4l2/gstv4l2tuner.h:
3806           Fix _set_channel(): remove useless g_object_notify() for "channel"
3807           property that doesn't exist any longer and therefore now also
3808           useless redirect (#338818).
3809
3810 2006-10-17  Wim Taymans  <wim@fluendo.com>
3811
3812         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
3813         Some drivers do not support unsetting the non-blocking flag once the
3814         device is opened. In those cases, close/open the device in
3815         non-blocking mode. Fixes #362673.
3816
3817 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
3818
3819         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
3820         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
3821         (gst_v4l2src_get_fps):
3822           dear stefan, framespersecond is not frameperiod, reverting but adding
3823           comment
3824
3825 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
3826
3827         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
3828         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
3829         (gst_v4l2src_get_fps):
3830           Numerator is numerator and denominator is denominator. Say that aloud
3831           5 times and retry after next beer.
3832
3833 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
3834
3835         Patch by: Josep Torra Valles  <josep at fluendo com>
3836
3837         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
3838         * ext/esd/esdsink.c: (gst_esdsink_write):
3839         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
3840         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
3841         (gst_flac_dec_send_newsegment):
3842         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
3843         (gst_flac_enc_tell_callback):
3844         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
3845         (smokecodec_parse_header), (smokecodec_decode):
3846         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
3847         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
3848         * gst/goom/Makefile.am:
3849         * gst/goom/gstgoom.c:
3850         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
3851         * gst/rtsp/gstrtspsrc.c:
3852         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
3853         * gst/udp/gstudpsink.c:
3854         * gst/udp/gstudpsrc.c:
3855         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
3856         * sys/sunaudio/gstsunaudiomixertrack.h:
3857           Fix a bunch of problems discovered by the Forte compiler, mostly type
3858           mixups and pointer arithmetics with void pointers. Fixes #362603.
3859
3860 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
3861
3862         * ext/speex/gstspeex.c: (plugin_init):
3863         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
3864         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
3865         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
3866         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
3867         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
3868         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
3869         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
3870         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
3871         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
3872         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
3873         (gst_speex_enc_chain), (gst_speex_enc_get_property),
3874         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
3875         * ext/speex/gstspeexenc.h:
3876           Miscellaneous clean-ups, among other things: speexenc => enc to
3877           enhance code readability; change speexenc => speex_enc; in chain
3878           function unref input buffer in case of error; take reference in
3879           event function; use boilerplate macro; use gst_pad_query_peer_*
3880           convenience functions.
3881
3882 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
3883
3884         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
3885         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
3886         (gst_speexenc_set_header_on_caps):
3887           Fix some mem leaks.
3888
3889 2006-10-11  Wim Taymans  <wim@fluendo.com>
3890
3891         * gst/rtsp/URLS:
3892         Added some other URL.
3893
3894         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
3895         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
3896         (gst_rtspsrc_open), (gst_rtspsrc_play),
3897         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
3898         * gst/rtsp/gstrtspsrc.h:
3899         Work on fallback to TCP connection when the UDP socket times out.
3900         Handler server requests, just reply with OK for now.
3901
3902         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
3903         * gst/rtsp/rtspdefs.h:
3904         Added some more Real extension headers.
3905
3906         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
3907         Fix parsing of urls with a ':' that is not part of the hostname:port
3908         part of the url.
3909
3910 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
3911
3912         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
3913         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
3914         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
3915           Activate pad before adding it to the already-running element.
3916
3917         * tests/check/elements/icydemux.c: (icydemux_found_pad):
3918           Activate newly-created pad too.
3919
3920 2006-10-11  Wim Taymans  <wim@fluendo.com>
3921
3922         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
3923
3924         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
3925         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
3926         (gst_udpsrc_start):
3927         Fix some leaks in caps and uris. Fixes #361252.
3928
3929 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
3930
3931         * gst/wavparse/Makefile.am:
3932           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
3933
3934 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
3935
3936         * sys/v4l2/gstv4l2xoverlay.c:
3937         * sys/v4l2/gstv4l2xoverlay.h:
3938         Fix build as per the patch in #338818 comment 36.
3939
3940 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
3941
3942         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
3943           Activate pads before adding them to the source.
3944
3945 2006-10-06  Wim Taymans  <wim@fluendo.com>
3946
3947         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
3948         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
3949         Activate pads before adding.
3950
3951 2006-10-06  Wim Taymans  <wim@fluendo.com>
3952
3953         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
3954         (gst_multipart_find_pad_by_mime):
3955         Activate pads before adding.
3956
3957         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
3958         BOILERPLATE sets parent_class for us.
3959
3960 2006-10-06  Wim Taymans  <wim@fluendo.com>
3961
3962         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
3963         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
3964         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
3965         (gst_rtspsrc_alloc_udp_ports),
3966         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
3967         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
3968         (gst_rtspsrc_create_transports_string),
3969         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
3970         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
3971         * gst/rtsp/gstrtspsrc.h:
3972         Rework how the transport string is constructed, try to share channels
3973         and udp ports.
3974         Make most of the stuff less dependant on RTP as we are also going to use
3975         it for RDT.
3976         Add support for transport specific session managers.
3977
3978         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
3979         Implement _flush().
3980
3981         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
3982         * gst/rtsp/rtspdefs.h:
3983         Add generic error return code.
3984
3985         * gst/rtsp/rtspext.h:
3986         Add support for pluggable tranport strings.
3987
3988         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
3989         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
3990         (rtsp_ext_wms_get_context):
3991         Detect WMServer and activate the extension.
3992
3993         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
3994         (rtsp_transport_get_manager), (rtsp_transport_parse):
3995         * gst/rtsp/rtsptransport.h:
3996         Added methods to get mime/manager for certain transports.
3997
3998 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
3999
4000         * ext/cairo/gsttimeoverlay.c:
4001         (gst_cairo_time_overlay_update_font_height):
4002         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
4003         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
4004         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
4005         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
4006         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
4007         * ext/libpng/gstpngdec.c: (user_endrow_callback):
4008         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
4009         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
4010         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
4011         (gst_avi_demux_stream_data):
4012         * gst/cutter/gstcutter.c: (gst_cutter_chain):
4013         * gst/debug/efence.c: (gst_efence_buffer_alloc),
4014         (gst_fenced_buffer_copy):
4015         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
4016         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
4017         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
4018         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
4019         (gst_rtspsrc_handle_message):
4020         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4021         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
4022           Printf format fixes.
4023
4024 2006-10-04  Wim Taymans  <wim@fluendo.com>
4025
4026         * gst/rtsp/Makefile.am:
4027         Dist new .h file too.
4028
4029 2006-10-04  Wim Taymans  <wim@fluendo.com>
4030
4031         * gst/rtsp/Makefile.am:
4032         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
4033         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
4034         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4035         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
4036         (gst_rtspsrc_parse_rtpmap),
4037         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
4038         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
4039         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
4040         * gst/rtsp/gstrtspsrc.h:
4041         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
4042         * gst/rtsp/rtspdefs.h:
4043         * gst/rtsp/rtspext.h:
4044         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
4045         (rtsp_ext_wms_get_context):
4046         * gst/rtsp/rtspextwms.h:
4047         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
4048         (rtsp_transport_parse):
4049         * gst/rtsp/rtsptransport.h:
4050         Factor out extension in separate module.
4051         Fix getcaps to filter against the padtemplate.
4052         Use Content-Base if the server gives one.
4053         Rework the transport parsing a bit for future extensions.
4054         Added some Real Header field definitions.
4055
4056 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
4057
4058         * docs/plugins/Makefile.am:
4059         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4060         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4061           added v4l2 stubs
4062         * gst-plugins-good.spec.in:
4063           add v4l2
4064
4065 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
4066
4067         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
4068           Extract disc/album/medium number and count and try harder
4069           to extract track number/count.
4070
4071 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
4072
4073         * configure.ac:
4074         * sys/Makefile.am:
4075           add build stuff for v4l2, needs --enable-experimental until
4076           the last bits are resolved
4077
4078 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
4079
4080         * tests/check/Makefile.am:
4081           Disable autodetect test temporarily, so that the build bots
4082           update -bad and the ranks of unreliable video sinks in there.
4083
4084         * tests/check/elements/autodetect.c: (GST_START_TEST):
4085           Skip test if no usable videosink is found.
4086
4087 2006-09-29  Wim Taymans  <wim@fluendo.com>
4088
4089         * gst/rtsp/URLS:
4090         Add some more URLs.
4091
4092         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
4093         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
4094         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
4095         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
4096         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
4097         (gst_rtspsrc_loop), (gst_rtspsrc_send),
4098         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
4099         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
4100         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
4101         * gst/rtsp/gstrtspsrc.h:
4102         Add timeout property to control UDP timeouts.
4103         Fix error messages.
4104         Also start a loop function when operating in UDP mode so that we can
4105         do some more stuff async.
4106         Handle element messages from udpsrc to detect timeouts. If a timeout
4107         happens we currently generate an error.
4108         API: rtspsrc::timeout property.
4109
4110         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
4111         (gst_udpsrc_create):
4112         Really implement the timeout in microseconds and not milliseconds.
4113
4114 2006-09-29  Wim Taymans  <wim@fluendo.com>
4115
4116         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
4117         (gst_udpsrc_create), (gst_udpsrc_set_property),
4118         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
4119         * gst/udp/gstudpsrc.h:
4120         Added property to post a message on timeout.
4121         Updated docs.
4122         When restarting the select, initialize the fdsets again.
4123         Init control sockets so we don't accidentally close a random socket.
4124         API: GstUDPSrc::timeout property
4125
4126 2006-09-29  Wim Taymans  <wim@fluendo.com>
4127
4128         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
4129         Fix flag registration.
4130
4131         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
4132         Reading 0 also means 'no more commands'
4133
4134 2006-09-29  Wim Taymans  <wim@fluendo.com>
4135
4136         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
4137
4138         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4139         Fix possible infinite loop when shutting down, a read can also return
4140         0 to indicate no more messages are available. Fixes #358156.
4141
4142 2006-09-25  Wim Taymans  <wim@fluendo.com>
4143
4144         * gst/autodetect/gstautoaudiosink.c:
4145         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
4146         (gst_auto_audio_sink_find_best):
4147         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
4148         Small cleanups.
4149         don't try to set "sync" property when it is not available.
4150
4151 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
4152
4153         Patch by: Peter Kjellerstedt  <pkj at axis com>
4154
4155         * gst/alpha/gstalpha.c:
4156         * gst/rtp/gstrtpamrdepay.c:
4157         * gst/rtsp/gstrtspsrc.c:
4158         * gst/udp/gstudpsrc.c:
4159         * gst/videomixer/videomixer.c:
4160           Include stdlib.h in some more places, makes things compile
4161           with uClibc and -Werror (#357592).
4162
4163 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
4164
4165         * ext/jpeg/gstjpegdec.c:
4166           Set minimum height to 8 (from 16), our code should handle
4167           that fine. Some of the buttons on the apple trailer site
4168           are apparently only 15 pixels high (see #357470).
4169
4170 2006-09-23  Wim Taymans  <wim@fluendo.com>
4171
4172         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
4173         (gst_rtspsrc_open):
4174         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4175         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
4176         (rtsp_connection_receive):
4177         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
4178         * gst/rtsp/rtspdefs.h:
4179         Improve error reporting.
4180
4181 2006-09-23  Wim Taymans  <wim@fluendo.com>
4182
4183         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
4184         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
4185         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
4186         * gst/rtp/gstrtpdepay.c:
4187         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
4188         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
4189         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
4190         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
4191         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
4192         (gst_rtp_mp2t_depay_plugin_init):
4193         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
4194         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
4195         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
4196         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
4197         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
4198         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
4199         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
4200         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
4201         Fix klass typos.
4202         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
4203
4204 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
4205
4206         * configure.ac:
4207           Need  -base CVS for gst_base_rtp_depayload_push_ts().
4208
4209 2006-09-22  Wim Taymans  <wim@fluendo.com>
4210
4211         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
4212         Don't check for a tag that is never there and check if we read the
4213         correct tag. Fixes seeking again.
4214         We must post an error when all pads are unlinked.
4215
4216 2006-09-22  Wim Taymans  <wim@fluendo.com>
4217
4218         * gst/rtp/Makefile.am:
4219         * gst/rtp/gstrtp.c: (plugin_init):
4220         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
4221         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
4222         (gst_rtp_vorbis_pay_reset_packet),
4223         (gst_rtp_vorbis_pay_init_packet),
4224         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
4225         (gst_rtp_vorbis_pay_handle_buffer):
4226         More fixage, set endoder-params correctly in the payloader.
4227
4228 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
4229
4230         * gst/autodetect/gstautoaudiosink.c:
4231         (gst_auto_audio_sink_base_init):
4232         * gst/autodetect/gstautovideosink.c:
4233         (gst_auto_video_sink_base_init):
4234           Make static pad templates static to appease valgrind's leak
4235           detector.
4236
4237         * tests/check/Makefile.am:
4238         * tests/check/elements/.cvsignore:
4239         * tests/check/elements/autodetect.c: (GST_START_TEST),
4240         (autodetect_suite):
4241           Add simple test for the ghostpad lockup on shutdown fixed in core
4242           CVS (audio bit disabled because it would need dozens of alsa
4243           suppressions and I'm too lazy to add those now).
4244
4245 2006-09-22  Wim Taymans  <wim@fluendo.com>
4246
4247         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
4248         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
4249         Small cleanups.
4250
4251         * gst/rtp/Makefile.am:
4252         * gst/rtp/gstrtp.c: (plugin_init):
4253         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
4254         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
4255         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
4256         (gst_rtp_vorbis_depay_process),
4257         (gst_rtp_vorbis_depay_set_property),
4258         (gst_rtp_vorbis_depay_get_property),
4259         (gst_rtp_vorbis_depay_change_state),
4260         (gst_rtp_vorbis_depay_plugin_init):
4261         * gst/rtp/gstrtpvorbisdepay.h:
4262         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
4263         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
4264         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
4265         (gst_rtp_vorbis_pay_flush_packet),
4266         (gst_rtp_vorbis_pay_append_buffer),
4267         (gst_rtp_vorbis_pay_handle_buffer),
4268         (gst_rtp_vorbis_pay_plugin_init):
4269         * gst/rtp/gstrtpvorbispay.h:
4270         Add experimental vorbis pay and depayloaders.
4271
4272 2006-09-21  Wim Taymans  <wim@fluendo.com>
4273
4274         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
4275         Fix profile-level-id parsing and setup.
4276
4277 2006-09-21  Wim Taymans  <wim@fluendo.com>
4278
4279         * gst/udp/README:
4280         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
4281         Update README, simple cleanup.
4282
4283 2006-09-21  Wim Taymans  <wim@fluendo.com>
4284
4285         * gst/rtp/README:
4286         Update README with some examples.
4287
4288         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
4289         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
4290         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
4291         (gst_rtp_mp4g_pay_setcaps):
4292         * gst/rtp/gstrtpmp4gpay.h:
4293         Make optional RTP parameters of type STRING, as required by the
4294         application/x-rtp caps specification.
4295
4296 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
4297
4298         * gst/rtp/gstrtph263pdepay.c:
4299         * gst/rtp/gstrtph263ppay.c:
4300         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
4301         RTP header.
4302
4303 2006-09-20  Wim Taymans  <wim@fluendo.com>
4304
4305         * gst/rtp/Makefile.am:
4306         And makefile too.
4307
4308 2006-09-20  Wim Taymans  <wim@fluendo.com>
4309
4310         * gst/rtp/gstrtp.c: (plugin_init):
4311         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
4312         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
4313         (decode_base64), (gst_rtp_asf_depay_setcaps),
4314         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
4315         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
4316         (gst_rtp_asf_depay_plugin_init):
4317         * gst/rtp/gstrtpasfdepay.h:
4318         Added preliminary ASF depayloader.
4319
4320         * gst/rtp/gstrtph264depay.c: (decode_base64):
4321         Fix base64 decoding.
4322
4323 2006-09-20  Wim Taymans  <wim@fluendo.com>
4324
4325         * gst/rtsp/URLS:
4326         Added some test URLS.
4327
4328         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
4329         (gst_rtspsrc_loop), (gst_rtspsrc_open):
4330         * gst/rtsp/gstrtspsrc.h:
4331         When creating streams, give access to the complete SDP.
4332         Fix some leaks.
4333         Collect and merge global stream properties in stream caps.
4334         Preliminary support for WMServer.
4335
4336         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4337         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
4338         (rtsp_connection_receive):
4339         * gst/rtsp/rtspconnection.h:
4340         Make connection interruptable.
4341         Refactor to make it reconnectable.
4342         Don't fail on short reads when reading data packets.
4343
4344         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
4345         (rtsp_url_get_port):
4346         * gst/rtsp/rtspurl.h:
4347         Add methods for getting/setting the port.
4348
4349         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
4350         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
4351         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
4352         (sdp_media_get_format), (sdp_parse_line),
4353         (sdp_message_parse_buffer):
4354         Fix headers. 
4355         Add methods for getting multiple attributes with the same name.
4356         Increase buffer size when parsing.
4357         Fix parsing of a=foo fields.
4358
4359         * gst/rtsp/test.c: (main):
4360         Update to new connection API.
4361
4362         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
4363         (rtsp_message_init_response), (rtsp_message_init_data),
4364         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
4365         * gst/rtsp/rtspmessage.h:
4366         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
4367         * gst/rtsp/rtsptransport.h:
4368         * gst/rtsp/sdp.h:
4369         * gst/rtsp/sdpmessage.h:
4370         * gst/rtsp/gstrtsp.c:
4371         * gst/rtsp/gstrtsp.h:
4372         * gst/rtsp/gstrtpdec.c:
4373         * gst/rtsp/gstrtpdec.h:
4374         * gst/rtsp/rtsp.h:
4375         * gst/rtsp/rtspdefs.c:
4376         * gst/rtsp/rtspdefs.h:
4377         Dual licensed under MIT and LGPL now.
4378
4379 2006-09-19  Wim Taymans  <wim@fluendo.com>
4380
4381         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
4382         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
4383         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
4384         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
4385         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
4386         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
4387         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
4388         * gst/rtsp/gstrtspsrc.h:
4389         Reorganize stream parsing and creation.
4390         Detect container formats in interleaved mode.
4391         Keep more state about the streams.
4392         Assume a server also supports PLAY if it does not say.
4393         Add unicast and interleaved properties to TCP transport requests to make
4394         some servers happy (WMServer).
4395
4396         * gst/rtsp/sdpmessage.h:
4397         Add some defines for the standard Bandwidth types.
4398
4399 2006-09-19  Wim Taymans  <wim@fluendo.com>
4400
4401         * gst/rtsp/test.c: (main):
4402         Fix build.
4403
4404 2006-09-19  Wim Taymans  <wim@fluendo.com>
4405
4406         * gst/wavparse/gstwavparse.c:
4407         Add ms-gsm to the src template.
4408
4409 2006-09-18  Wim Taymans  <wim@fluendo.com>
4410
4411         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
4412         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
4413         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
4414         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
4415         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
4416         * gst/rtsp/gstrtspsrc.h:
4417         Small cleanups, added documentation.
4418         Try to clean up the requests and responses.
4419         Refactor parsing the supported methods.
4420
4421         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
4422         (rtsp_connection_create), (rtsp_connection_send),
4423         (parse_response_status), (parse_request_line),
4424         (rtsp_connection_receive), (rtsp_connection_close),
4425         (rtsp_connection_free):
4426         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
4427         (rtsp_transport_init), (rtsp_transport_parse),
4428         (rtsp_transport_free):
4429         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
4430         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
4431         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
4432         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
4433         Use g_return_val some more.
4434
4435         * gst/rtsp/rtspdefs.h:
4436         Add more enum values to track initial states.
4437
4438         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
4439         (rtsp_message_init_request), (rtsp_message_new_response),
4440         (rtsp_message_init_response), (rtsp_message_init_data),
4441         (rtsp_message_unset), (rtsp_message_free),
4442         (rtsp_message_add_header), (rtsp_message_remove_header),
4443         (rtsp_message_get_header), (rtsp_message_set_body),
4444         (rtsp_message_take_body), (rtsp_message_get_body),
4445         (rtsp_message_steal_body), (rtsp_message_dump):
4446         * gst/rtsp/rtspmessage.h:
4447         Reorder arguments, object goes as the first one.
4448         Use g_return_val some more.
4449
4450 2006-09-18  Wim Taymans  <wim@fluendo.com>
4451
4452         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
4453         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
4454         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
4455         * gst/rtsp/gstrtspsrc.h:
4456         Export sometimes source pad with correct caps on the template, create
4457         the ghostpad from the template.
4458         Remove RTCP template as we never expose RTCP.
4459         Protect against invalid body size.
4460         Avoid memcpy when creating the output buffer.
4461         Properly post an error and send EOS when the loop function is shut down.
4462
4463 2006-09-18  Wim Taymans  <wim@fluendo.com>
4464
4465         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
4466
4467         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
4468         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
4469         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
4470         * gst/rtsp/gstrtspsrc.h:
4471         Make sure we can never set an invalid location.
4472
4473         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
4474         * gst/rtsp/rtspmessage.h:
4475         Added _steal_body method for future use.
4476
4477         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
4478         Make freeing of NULL url return immediatly.
4479
4480 2006-09-18  Wim Taymans  <wim@fluendo.com>
4481
4482         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
4483
4484         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
4485         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
4486         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
4487         (gst_rtspsrc_change_state):
4488         * gst/rtsp/gstrtspsrc.h:
4489         Use boilerplate.
4490         Make rtspsrc subclass GstBin to make state changes easier.
4491         Add Range header field on the PLAY request.
4492
4493 2006-09-18  Wim Taymans  <wim@fluendo.com>
4494
4495         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
4496
4497         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
4498         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
4499         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
4500         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
4501         * gst/rtsp/rtspconnection.c: (inet_aton):
4502         Small cleanups.
4503         when multicast is selected as the transport, create UDP sources and
4504         connect to the multicast group.
4505         Move parsing and setting of caps to a common place.
4506         Fixes #349894.
4507
4508 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
4509
4510         * ext/flac/gstflactag.c:
4511         * gst/alpha/gstalpha.c:
4512         * gst/debug/breakmydata.c:
4513         * gst/debug/negotiation.c:
4514         * gst/debug/testplugin.c:
4515         * gst/effectv/gstaging.c:
4516         * gst/effectv/gstdice.c:
4517         * gst/effectv/gstedge.c:
4518         * gst/effectv/gstquark.c:
4519         * gst/effectv/gstrev.c:
4520         * gst/effectv/gstshagadelic.c:
4521         * gst/effectv/gstvertigo.c:
4522         * gst/effectv/gstwarp.c:
4523         * gst/multipart/multipartdemux.c:
4524         * gst/multipart/multipartmux.c:
4525         * gst/videobox/gstvideobox.c:
4526         * gst/videofilter/gstgamma.c:
4527         * gst/videofilter/gstvideotemplate.c:
4528         * gst/videomixer/videomixer.c:
4529         * sys/sunaudio/gstsunaudiosrc.h:
4530         More G_OBJECT macro fixing.
4531
4532 2006-09-16  Wim Taymans  <wim@fluendo.com>
4533
4534         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
4535
4536         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
4537         Correctly set the dwLength in strh.
4538         With this patch, the file duration is now displayed correctly in window
4539         media player and the AVI plays completely. Fixes #356147
4540
4541 2006-09-15  Wim Taymans  <wim@fluendo.com>
4542
4543         Patch by: Darren Kenny <darren dot kenny at sun dot com>
4544
4545         * sys/sunaudio/gstsunaudiomixerctrl.c:
4546         (gst_sunaudiomixer_ctrl_build_list):
4547         Set the output track as the MASTER so that the gnome-settings-daemon
4548         keybindings for changing the volume using the keyboard works.
4549         Fixes #356142.
4550
4551 2006-09-15  Wim Taymans  <wim@fluendo.com>
4552
4553         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
4554         Fix documentation, it is not possible to control the framerate of jpegdec
4555         using filtered caps yet. Fixes #355210.
4556         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
4557         stop when there is an error.
4558
4559 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
4560
4561         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
4562         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
4563           Don't interpret a first buffer with an offset of NONE as
4564           'from the middle of the stream', but only a first buffer
4565           that has a valid buffer offset that's non-zero (see #345449).
4566
4567 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
4568
4569         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
4570         (gst_icydemux_typefind_or_forward):
4571         * gst/icydemux/gsticydemux.h:
4572           When we merge/collect multiple incoming buffers for typefinding
4573           purposes, keep an initial 0 offset on the first outgoing buffer
4574           as well (otherwise id3demux won't work right). Fixes #345449.
4575           Also Make buffer metadata writable before setting buffer caps.
4576
4577         * tests/check/elements/icydemux.c: (typefind_succeed),
4578         (cleanup_icydemux), (push_data), (GST_START_TEST),
4579         (icydemux_suite):
4580           Small test case for the above.
4581
4582 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
4583
4584         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
4585         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
4586         (gst_avi_demux_stream_header_push),
4587         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
4588         (gst_avi_demux_loop):
4589           More code reuse and better logging in _peek_chunk(). Reintroduce check
4590           for chunk sizes before reading them (avoid oom). Better handling for 
4591           invalid chunksizes when streaming.
4592
4593 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
4594
4595         * gst/level/gstlevel.c: (gst_level_set_property):
4596         * gst/level/gstlevel.h:
4597           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
4598           René Stadler
4599
4600 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
4601
4602         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
4603         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
4604         (gst_avi_demux_stream_data):
4605           Revert one change to fix streaming avi (adapter size != data size).
4606
4607 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
4608
4609         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
4610
4611         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
4612         (gst_matroska_demux_reset),
4613         (gst_matroska_demux_read_track_encodings),
4614         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
4615         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
4616         (gst_matroska_demux_subtitle_caps):
4617         * gst/matroska/matroska-ids.h:
4618           Add support for VOBSUB subtitle tracks and zlib-compressed
4619           tracks. Make sure we start on a keyframe after a seek. (#343348)
4620
4621 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
4622
4623         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
4624         (gst_matroska_demux_push_flac_codec_priv_data),
4625         (gst_matroska_demux_push_xiph_codec_priv_data),
4626         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
4627         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
4628         * gst/matroska/matroska-ids.h:
4629           Add basic FLAC support (#311586), not perfect yet though, needs some
4630           tweaking in flacdec; also, seeking could be better.
4631           Do better bounds checking when deserialising vorbis stream headers
4632           to make sure we don't read beyond the end of the buffer on bad input.
4633
4634 2006-09-04  Wim Taymans  <wim@fluendo.com>
4635
4636         Patch by: Alessandro Decina <alessandro at nnva dot org>
4637
4638         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
4639         Seeking back in a file containing a CMML stream errors out if the seek
4640         goes back up to the CMML headers. This is because after the seek the xml
4641         processing instruction <?xml ...?> is submitted to the xml parser again, 
4642         which results in an error. The attached patch fixes the problem. 
4643         Fixes #353908.
4644
4645         * ext/annodex/gstcmmlenc.h:
4646         Fix authors name.
4647
4648
4649 2006-08-28  Andy Wingo  <wingo@pobox.com>
4650
4651         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
4652         New helper function to lessen the ifdefs.
4653         (GST_INFO_OBJECT): 
4654         (gst_dv1394src_iso_receive): Use it.
4655         (gst_dv1394src_create): Also use the control sockets in iec61883
4656         mode.
4657         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
4658         handle for AVC operations; fixes #348233.
4659
4660 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
4661
4662         * configure.ac:
4663         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4664         * docs/plugins/inspect/plugin-audiofx.xml:
4665         * docs/plugins/inspect/plugin-audiofxgood.xml:
4666         * gst/audiofx/Makefile.am:
4667         * gst/audiofx/audiofx.c:
4668         * gst/audiofxgood/.cvsignore:
4669         * gst/audiofxgood/Makefile.am:
4670         * gst/audiofxgood/audiofx.c:
4671         * gst/audiofxgood/audiopanorama.c:
4672         * gst/audiofxgood/audiopanorama.h:
4673           Rename again (audiofxgood -> audiofx).
4674
4675 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
4676
4677         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
4678         (gst_avi_demux_stream_scan):
4679           Initialze variables.
4680
4681 2006-08-25  Wim Taymans  <wim@fluendo.com>
4682
4683         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
4684         (gst_avi_demux_init), (gst_avi_demux_finalize),
4685         (gst_avi_demux_reset), (gst_avi_demux_index_last),
4686         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
4687         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
4688         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
4689         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
4690         (gst_avi_demux_massage_index),
4691         (gst_avi_demux_calculate_durations_from_index),
4692         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
4693         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
4694         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
4695         (gst_avi_demux_change_state):
4696         * gst/avi/gstavidemux.h:
4697         More attempts to turn this into readable code.
4698         Don't leak adapters.
4699         Calculate duration according to index more efficiently.
4700         Don't try to act like we drive the pipeline in chain mode.
4701
4702 2006-08-25  Wim Taymans  <wim@fluendo.com>
4703
4704         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
4705         Fix build.
4706
4707 2006-08-25  Wim Taymans  <wim@fluendo.com>
4708
4709         Patch by: Alessandro Decina <alessandro at nnva dot org>
4710
4711         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
4712         Do some extra sanity checks.
4713         Fixes #350340.
4714
4715         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
4716         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
4717         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
4718         Check if clip->start_time is valid before adding the clip to the
4719         track list.
4720         Reset enc->preamble going from PAUSED to READY.
4721         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
4722         only used for EOS.
4723         Only post an error message if we were the one that created the fatal
4724         GstFlowReturn value.
4725
4726         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
4727         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
4728         Parse the seconds field of the npt-sec time format using %llu rather than
4729         %d and check that the value scaled by GST_SECOND doesn't overflow.
4730         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
4731         Lookup a clip's track with clip->track rather than clip->id which
4732         makes no sense.
4733         Identify a clip by its track and start time and not its xml id.
4734         do some more input checking and make sure we don't do undefined shifts.
4735
4736         * tests/check/elements/cmmldec.c: (setup_cmmldec),
4737         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
4738         (cmml_tag_message_pop), (check_headers), (push_clip_full),
4739         (push_clip), (push_empty_clip), (check_output_clip),
4740         (GST_START_TEST), (cmmldec_suite):
4741         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
4742         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
4743         (check_headers), (push_clip), (check_clip_times), (check_clip),
4744         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
4745         Added some more checks.
4746
4747 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
4748
4749         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
4750         (gst_audio_panorama_set_property),
4751         (gst_audio_panorama_get_property),
4752         (gst_audio_panorama_transform_m2s_int),
4753         (gst_audio_panorama_transform_s2s_int),
4754         (gst_audio_panorama_transform_m2s_float),
4755         (gst_audio_panorama_transform_s2s_float):
4756         * gst/audiofxgood/audiopanorama.h:
4757         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
4758           Make also the pan-property float (saves scaling and yields better
4759           resolution)
4760
4761 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
4762
4763         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
4764         (gst_audio_panorama_transform_m2s_float),
4765         (gst_audio_panorama_transform_s2s_float):
4766           ChangeLog surgery to add cymax's real name
4767
4768
4769 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
4770
4771         Patch by: René Stadler <mail@renestadler.de>
4772
4773         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
4774         (gst_audio_panorama_transform_m2s_int),
4775         (gst_audio_panorama_transform_s2s_int),
4776         (gst_audio_panorama_transform_m2s_float),
4777         (gst_audio_panorama_transform_s2s_float),
4778         (gst_audio_panorama_transform):
4779         * gst/audiofxgood/audiopanorama.h:
4780           Added float support
4781
4782 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
4783
4784         * gst/audiofxgood/audiopanorama.c:
4785         (gst_audio_panorama_transform_m2s):
4786           Fix docs & debug category. Add Fixme for volume pan levels.
4787
4788 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
4789
4790         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
4791         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
4792         (gst_avi_demux_stream_header_pull),
4793         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
4794         (gst_avi_demux_chain):
4795           unbreak AVI index handling, some more debug, remove an obsolete
4796           adapter_flush that caused streaming to wander off in the wild
4797
4798 2006-08-24  Wim Taymans  <wim@fluendo.com>
4799
4800         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
4801         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
4802         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
4803         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
4804         (gst_avi_demux_calculate_durations_from_index),
4805         (gst_avi_demux_stream_header_push),
4806         (gst_avi_demux_stream_header_pull):
4807         * gst/avi/gstavidemux.h:
4808         Some more cleanups. 
4809         Fix totalFrames parsing in ODML.
4810         Disable use of index for length calculation in case of ODML as this is
4811         broken now.
4812
4813 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
4814
4815         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
4816           Use libgsttag helper function here too.
4817
4818 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
4819
4820         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
4821         (gst_avi_demux_init), (gst_avi_demux_dispose),
4822         (gst_avi_demux_reset), (gst_avi_demux_index_next),
4823         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
4824         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
4825         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
4826         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
4827         (gst_avi_demux_parse_subindex),
4828         (gst_avi_demux_read_subindexes_push),
4829         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
4830         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
4831         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
4832         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
4833         (gst_avi_demux_stream_header_pull),
4834         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
4835         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
4836         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
4837         (gst_avi_demux_change_state):
4838         * gst/avi/gstavidemux.h:
4839           Initial streaming support for avidemux (fixes #336465)
4840
4841 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
4842
4843         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4844           There is no taglibmux element ...
4845
4846         * gst/rtsp/gstrtspsrc.c:
4847           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
4848           was complaining about unknown entity here.
4849
4850 2006-08-22  Wim Taymans  <wim@fluendo.com>
4851
4852         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
4853         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
4854         (gst_avi_demux_process_next_entry):
4855         * gst/avi/gstavidemux.h:
4856         Mark DISCONT.
4857         Remove old unused fields and reorder the struct a bit.
4858
4859 2006-08-22  Wim Taymans  <wim@fluendo.com>
4860
4861         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
4862         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
4863         (gst_rtspsrc_pause):
4864         * gst/rtsp/gstrtspsrc.h:
4865         * sys/oss/gstosssink.c: (gst_oss_sink_open),
4866         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
4867         Small documentation updates.
4868
4869 2006-08-22  Wim Taymans  <wim@fluendo.com>
4870
4871         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
4872         (gst_avi_demux_index_entry_for_time),
4873         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
4874         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
4875         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
4876         (gst_avi_demux_next_data_buffer),
4877         (gst_avi_demux_calculate_durations_from_index),
4878         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
4879         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
4880         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
4881         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
4882         * gst/avi/gstavidemux.h:
4883         Precalc most of the duration query for each stream.
4884         Make seeking more correct.
4885         Use GstSegment to track position and duration.
4886         Code cleanups and leak fixes.
4887         Calculate correct total duration based on index length.
4888
4889 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
4890
4891         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
4892         (parse_insert_string_field):
4893           If strings in text fields are marked ISO8859-1, but contain
4894           valid UTF-8 already, then handle them as UTF-8 and ignore
4895           the encoding. (#351794)
4896
4897 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
4898
4899         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
4900         (gst_flac_dec_write), (gst_flac_dec_loop),
4901         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
4902         (gst_flac_dec_src_query):
4903         * ext/flac/gstflacdec.h:
4904           Make flac-in-ogg work (#352100).
4905
4906 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
4907
4908         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
4909           Don't unref buffers of which we've already given away
4910           ownership to the adapter.
4911
4912 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
4913
4914         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
4915           Make metadata extraction actually work.
4916
4917         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
4918         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
4919         (gst_speexenc_chain):
4920           Fix metadata writing: replace old code which wrote completely
4921           broken tags with libgsttag-based code. Plus miscellaneous
4922           code cleanups (use static pad templates etc.) and a bunch
4923           of leak fixes.
4924
4925 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
4926
4927         * gst/audiopanorama/.cvsignore:
4928         * gst/audiopanorama/Makefile.am:
4929         * gst/audiopanorama/audiofx.c:
4930         * gst/audiopanorama/audiopanorama.c:
4931         * gst/audiopanorama/audiopanorama.h:
4932           die! die! die! you should never have been there
4933
4934 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
4935
4936         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
4937         Fix invalid memory access in audiopanorama test suite.
4938
4939 2006-08-21  Edward Hervey  <edward@fluendo.com>
4940
4941         * tests/check/elements/.cvsignore:
4942         ignore built file
4943
4944 2006-08-21  Wim Taymans  <wim@fluendo.com>
4945
4946         * gst/rtp/Makefile.am:
4947         Fix the build again.
4948
4949 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
4950
4951         * gst/audiofxgood/.cvsignore:
4952         * gst/audiofxgood/Makefile.am:
4953         * gst/audiofxgood/audiofx.c: (plugin_init):
4954         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
4955         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
4956         (gst_audio_panorama_set_property),
4957         (gst_audio_panorama_get_property),
4958         (gst_audio_panorama_get_unit_size),
4959         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
4960         (gst_audio_panorama_transform_m2s),
4961         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
4962         * gst/audiofxgood/audiopanorama.h:
4963           resubmit with the desired name *again*
4964
4965 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
4966
4967         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
4968         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
4969           use g_assert in _get_unit_size
4970
4971 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
4972
4973         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4974         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4975         * docs/plugins/inspect/plugin-audiofxgood.xml:
4976           cleanup -unused.txt to make it useful, add previously missing docs
4977
4978         * ext/Makefile.am:
4979           Quietly (accidentally) enable LADSPA for building by default, 
4980           despite the fact that it doesn't meet the plugin checklist.
4981             -- Added by Jan Schmidt 18 Dec 2006
4982
4983         * ext/esd/esdmon.c:
4984         * ext/esd/esdsink.c:
4985         * ext/esd/gstesd.c: (plugin_init):
4986           reflow to get rid of two external symbols
4987
4988         * gst/audiofxgood/audiofx.c: (plugin_init):
4989           re-add
4990
4991 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
4992
4993         * configure.ac:
4994         * gst/audiofxgood/.cvsignore:
4995         * gst/audiofxgood/Makefile.am:
4996         * gst/audiofxgood/audiofx.c
4997         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
4998         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
4999         (gst_audio_panorama_set_property),
5000         (gst_audio_panorama_get_property),
5001         (gst_audio_panorama_get_unit_size),
5002         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
5003         (gst_audio_panorama_transform_m2s),
5004         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
5005         * gst/audiofxgood/audiopanorama.h:
5006         * tests/check/Makefile.am:
5007         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
5008         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
5009         (panorama_suite), (main):
5010         Add audiofxgood plugin with audiopanorama element
5011
5012 2006-08-18  Wim Taymans  <wim@fluendo.com>
5013
5014         * docs/plugins/Makefile.am:
5015         More Oss docs fixage. 
5016
5017 2006-08-18  Wim Taymans  <wim@fluendo.com>
5018
5019         * gst/rtp/Makefile.am:
5020         * gst/rtp/gstrtp.c: (plugin_init):
5021         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
5022         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
5023         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
5024         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
5025         (gst_rtp_sv3v_depay_get_property),
5026         (gst_rtp_sv3v_depay_change_state),
5027         (gst_rtp_sv3v_depay_plugin_init):
5028         * gst/rtp/gstrtpsv3vdepay.h:
5029         Added experimental SVQ3 depayloader.
5030
5031 2006-08-18  Edward Hervey  <edward@fluendo.com>
5032
5033         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
5034         (gst_dvdemux_loop), (gst_dvdemux_change_state):
5035         * ext/dv/gstdvdemux.h:
5036         When handling seek requests, don't send the newsegment event from the
5037         calling thread. Instead save it so it can be sent from the streaming
5038         thread.
5039
5040 2006-08-17  Wim Taymans  <wim@fluendo.com>
5041
5042         Patch by: Sjoerd Simons <sjoerd at luon dot net>
5043
5044         * gst/multipart/multipartdemux.c: (multipart_parse_header):
5045         Accept leading whitespace before the boundary
5046         This patch makes the demuxer allow some whitespace before the actual
5047         boundary. This makes the demuxer work with the ``old'' gstreamer
5048         multipartmuxer again (which placed an extra \n before the start
5049         of the stream) Fixes #349068.
5050
5051 2006-08-17  Wim Taymans  <wim@fluendo.com>
5052
5053         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
5054         Error out on non-implemented stuff.
5055
5056 2006-08-16  Wim Taymans  <wim@fluendo.com>
5057
5058         Patch by: Andy Wingo <wingo at pobox dot com>
5059
5060         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
5061         (gst_signal_processor_start), (gst_signal_processor_stop),
5062         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
5063         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
5064         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
5065         (gst_signal_processor_change_state):
5066         Make ladspa elements reusable. Fixes #350006.
5067
5068 2006-08-16  Wim Taymans  <wim@fluendo.com>
5069
5070         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
5071         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
5072         names as possible. Fixes #349901.
5073
5074 2006-08-16  Wim Taymans  <wim@fluendo.com>
5075
5076         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
5077         (gst_signal_processor_do_pushes):
5078         A push() gives away our refcount so we should not use the buffer on the
5079         pen anymore.
5080
5081 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
5082
5083         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
5084         (gst_oss_mixer_element_finalize):
5085           Don't leak device string.
5086
5087 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
5088
5089         * configure.ac:
5090           Require CVS of GStreamer core and -base (for
5091           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
5092
5093         * ext/taglib/gstid3v2mux.cc:
5094           Write extended comment tags properly (#348762).
5095
5096         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
5097         (parse_comment_frame):
5098           Extract COMM frames into extended comments, which makes it
5099           easier to properly retain the description bit of the tag
5100           and maintain this information when re-tagging (#348762).
5101
5102 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
5103
5104         * tests/check/Makefile.am:
5105           Don't try to run annodex unit tests if the annodex
5106           plugin has not been built (Fixes #351116).
5107
5108 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
5109
5110         * gst/autodetect/gstautoaudiosink.c:
5111         (gst_auto_audio_sink_find_best):
5112           When we can't find a usable audiosink, don't error out,
5113           but use a fake sink instead and post a warning message
5114           on the bus (#341278).
5115
5116 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
5117
5118         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
5119         * sys/oss/gstosssink.c:
5120         * sys/oss/gstosssrc.c:
5121           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
5122           ossmixer's new device property.
5123
5124         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5125         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5126           Add docs for OSS elements.
5127
5128         * docs/plugins/inspect/plugin-aasink.xml:
5129         * docs/plugins/inspect/plugin-alaw.xml:
5130         * docs/plugins/inspect/plugin-alpha.xml:
5131         * docs/plugins/inspect/plugin-alphacolor.xml:
5132         * docs/plugins/inspect/plugin-annodex.xml:
5133         * docs/plugins/inspect/plugin-apetag.xml:
5134         * docs/plugins/inspect/plugin-auparse.xml:
5135         * docs/plugins/inspect/plugin-autodetect.xml:
5136         * docs/plugins/inspect/plugin-avi.xml:
5137         * docs/plugins/inspect/plugin-cacasink.xml:
5138         * docs/plugins/inspect/plugin-cairo.xml:
5139         * docs/plugins/inspect/plugin-cdio.xml:
5140         * docs/plugins/inspect/plugin-cutter.xml:
5141         * docs/plugins/inspect/plugin-debug.xml:
5142         * docs/plugins/inspect/plugin-dv.xml:
5143         * docs/plugins/inspect/plugin-efence.xml:
5144         * docs/plugins/inspect/plugin-effectv.xml:
5145         * docs/plugins/inspect/plugin-esdsink.xml:
5146         * docs/plugins/inspect/plugin-flac.xml:
5147         * docs/plugins/inspect/plugin-flxdec.xml:
5148         * docs/plugins/inspect/plugin-gconfelements.xml:
5149         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
5150         * docs/plugins/inspect/plugin-goom.xml:
5151         * docs/plugins/inspect/plugin-halelements.xml:
5152         * docs/plugins/inspect/plugin-icydemux.xml:
5153         * docs/plugins/inspect/plugin-id3demux.xml:
5154         * docs/plugins/inspect/plugin-jpeg.xml:
5155         * docs/plugins/inspect/plugin-level.xml:
5156         * docs/plugins/inspect/plugin-matroska.xml:
5157         * docs/plugins/inspect/plugin-mulaw.xml:
5158         * docs/plugins/inspect/plugin-multipart.xml:
5159         * docs/plugins/inspect/plugin-navigationtest.xml:
5160         * docs/plugins/inspect/plugin-ossaudio.xml:
5161         * docs/plugins/inspect/plugin-png.xml:
5162         * docs/plugins/inspect/plugin-rtp.xml:
5163         * docs/plugins/inspect/plugin-rtsp.xml:
5164         * docs/plugins/inspect/plugin-shout2send.xml:
5165         * docs/plugins/inspect/plugin-smpte.xml:
5166         * docs/plugins/inspect/plugin-speex.xml:
5167         * docs/plugins/inspect/plugin-taglib.xml:
5168         * docs/plugins/inspect/plugin-udp.xml:
5169         * docs/plugins/inspect/plugin-videobalance.xml:
5170         * docs/plugins/inspect/plugin-videobox.xml:
5171         * docs/plugins/inspect/plugin-videoflip.xml:
5172         * docs/plugins/inspect/plugin-videomixer.xml:
5173         * docs/plugins/inspect/plugin-wavenc.xml:
5174         * docs/plugins/inspect/plugin-wavparse.xml:
5175         * docs/plugins/inspect/plugin-ximagesrc.xml:
5176           Update to CVS version.
5177           
5178 2006-08-16  Wim Taymans  <wim@fluendo.com>
5179
5180         * gst/rtp/gstrtpamrdepay.c:
5181         * gst/rtp/gstrtpmp4gdepay.c:
5182         Caps extra properties must be defined as strings for
5183         depayloaders because they are generated from an SDP.
5184
5185         * gst/rtp/Makefile.am:
5186         * gst/rtp/gstrtp.c: (plugin_init):
5187         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
5188         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
5189         (gst_rtp_h264_depay_finalize), (decode_base64),
5190         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
5191         (gst_rtp_h264_depay_set_property),
5192         (gst_rtp_h264_depay_get_property),
5193         (gst_rtp_h264_depay_change_state),
5194         (gst_rtp_h264_depay_plugin_init):
5195         * gst/rtp/gstrtph264depay.h:
5196         Added basic, not completely functional RFC 3984 H264 depayloader.
5197
5198 2006-08-16  Wim Taymans  <wim@fluendo.com>
5199
5200         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
5201         Add pads after setting them up.
5202
5203         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
5204         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
5205         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
5206         (gst_rtspsrc_stream_setup_rtp),
5207         (gst_rtspsrc_stream_configure_transport),
5208         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
5209         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
5210         (gst_rtspsrc_pause):
5211         * gst/rtsp/gstrtspsrc.h:
5212         Fix interleaved mode.
5213          - Protect streaming with lock.
5214          - Combine flows
5215          - set caps on outgoing buffers.
5216          - strip trailing \0 from data packets.
5217          - Configure RTP/RTCP in stream.
5218         Use DEBUG_OBJECT more.
5219
5220 2006-08-16  Wim Taymans  <wim@fluendo.com>
5221
5222         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
5223         Turn a g_print into a DEBUG line.
5224
5225 2006-08-13  Wim Taymans  <wim@fluendo.com>
5226
5227         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
5228         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
5229         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
5230         (gst_oss_mixer_element_get_property),
5231         (gst_oss_mixer_element_change_state):
5232         * sys/oss/gstossmixerelement.h:
5233         Small cleanups. Better error reporting.
5234         Add device property for the mixer instead of the hardcoded
5235         /dev/mixer. Fixes #350785.
5236         API: GstOssMixerElement::device property
5237
5238 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
5239
5240         Patch by: Jens Granseuer <jensgr at gmx net>
5241
5242         * gconf/Makefile.am:
5243           Make --disable-schemas work right (they still need
5244           to be copied to the installation directory, just not
5245           applied). Fixes #351347 (also #344100).
5246           
5247 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5248
5249         * configure.ac: back to HEAD
5250
5251 === release 0.10.4 ===
5252
5253 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
5254
5255         * configure.ac:
5256           releasing 0.10.4, "Dear Leader"
5257
5258 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5259
5260         Patch by: Edward Hervey <edward@fluendo.com>
5261
5262         * configure.ac:
5263         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
5264         (gst_wavparse_stream_data):
5265         Send the newsegment event in the streaming thread.
5266         Fixes #347529
5267
5268 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
5269
5270         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
5271         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
5272         (gst_smokeenc_resync), (gst_smokeenc_chain):
5273           Refuse sink caps in the encoder if width or height is not a
5274           multiple of 16, the encoder does not support that yet (#349939);
5275           along the same lines, check the return value of the encoder
5276           setup function; also remove some debug log clutter.
5277
5278 2006-08-04  Andy Wingo  <wingo@pobox.com>
5279
5280         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
5281         whether a processor can work in place or not, and for keeping
5282         track of its state. Change the FlowReturn instance variable from
5283         "state" to "flow_state", all callers changed.
5284
5285         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
5286         (gst_signal_processor_start, gst_signal_processor_stop)
5287         (gst_signal_processor_cleanup): New functions to manage the
5288         processor's state.
5289         (gst_signal_processor_setcaps): start() as well as setup() here.
5290         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
5291         (gst_signal_processor_change_state): Stop and cleanup the
5292         processor as we go to NULL.
5293
5294         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
5295         INPLACE_BROKEN is not set.
5296
5297         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
5298         Do the alloc_buffer in bytes, not frames.
5299         
5300 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5301
5302         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
5303         Fix rgb masks when recording in < 24bpp.
5304
5305 2006-08-04  Andy Wingo  <wingo@pobox.com>
5306
5307         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
5308         (gst_signal_processor_prepare)
5309         (gst_signal_processor_update_inputs)
5310         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
5311         (gst_signal_processor_flush)
5312         (gst_signal_processor_sink_activate_push)
5313         (gst_signal_processor_src_activate_pull)
5314         (gst_signal_processor_change_state): Remove the last of the code
5315         that assumes that we process whole buffers at a time. Fix some
5316         debugging. Seems to work now in some cases.
5317         (gst_signal_processor_src_activate_pull): BPB
5318
5319 2006-08-01  Andy Wingo  <wingo@pobox.com>
5320
5321         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
5322         Fix nframes-choosing.
5323         (gst_signal_processor_init): Init pending_in and pending_out.
5324
5325         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
5326         more default sample rate, although we never check that the sample
5327         rate actually gets set. Something for the future.
5328         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
5329         (gst_signal_processor_event): Refcount fixen.
5330         (gst_signal_processor_process): Pull the number of frames to
5331         process from the sizes of the buffers in the input pens.
5332         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
5333         (gst_signal_processor_do_pulls): Add an nframes argument, and use
5334         it instead of buffer_frames.
5335         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
5336         to do_pulls.
5337         (gst_signal_processor_chain)
5338         (gst_signal_processor_sink_activate_push)
5339         (gst_signal_processor_src_activate_pull):  Refcount fixen.
5340
5341         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
5342
5343 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
5344
5345         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
5346         (gst_signal_processor_process):
5347           don't query buffer-frames from caps, add lots of debug-log,
5348           try fix for assert (#349189)
5349
5350 2006-07-31  Wim Taymans  <wim@fluendo.com>
5351
5352         * gst/udp/gstudpsrc.c:
5353         Fix docs.
5354
5355 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
5356
5357         * ext/ladspa/gstsignalprocessor.c:
5358         (gst_signal_processor_add_pad_from_template),
5359         (gst_signal_processor_init), (gst_signal_processor_setcaps),
5360         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
5361         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
5362         (gst_signal_processor_sink_activate_push),
5363         (gst_signal_processor_src_activate_pull),
5364         (gst_signal_processor_change_state):
5365          Add debugs logs here and there, add more error handling, add some
5366          FIXME comments, filed #349189
5367
5368 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5369
5370         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
5371         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
5372         Set caps on buffer correctly.  Fixes bug #349155.
5373
5374 2006-07-28  Wim Taymans  <wim@fluendo.com>
5375
5376         Patch by: Sjoerd Simons <sjoerd at luon dot net>
5377
5378         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
5379         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
5380         (gst_multipart_demux_finalize), (get_line_end),
5381         (multipart_parse_header), (multipart_find_boundary),
5382         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
5383         (gst_multipart_set_property), (gst_multipart_get_property):
5384         Uses GstAdapter instead of own buffering.
5385         Actually parses the mime-type correctly (In tests the mime-type was
5386         always "" with the old version).
5387         Uses the Content-length header if available to speed up things.
5388         Reliably autoscans the boundary name by default.
5389         Fixes #349068.
5390
5391         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
5392         Don't start the stream with a \n.
5393
5394 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
5395
5396         Patch by: Brian Cameron <brian dot cameron at sun com>
5397
5398         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
5399           Open source with O_NONBLOCK (#349015).
5400
5401 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
5402
5403         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
5404         (gst_avi_demux_massage_index):
5405         * gst/avi/gstavidemux.h:
5406           Whitespace fixes and more debug
5407
5408 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
5409
5410         * gst/autodetect/gstautoaudiosink.c:
5411         (gst_auto_audio_sink_create_element_with_pretty_name),
5412         (gst_auto_audio_sink_find_best),
5413         (gst_auto_audio_sink_change_state):
5414           Get rid of old and unused magic sound-server properties stuff.
5415           Add suffix to child sink's name that makes it easy to see from
5416           the name alone which type it actually is (alsa, oss, esd, etc.).
5417
5418 2006-07-27  Wim Taymans  <wim@fluendo.com>
5419
5420         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
5421         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
5422         (gst_udpsrc_start):
5423         * gst/udp/gstudpsrc.h:
5424         Rename "buffer" to "buffer-size" to make clear it is a size we set and
5425         not some sort of feature we enable.
5426
5427 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
5428
5429         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5430           Use CLOSE_SOCKET() here instead of close() to maintain
5431           win32 workiness.
5432
5433 2006-07-27  Wim Taymans  <wim@fluendo.com>
5434
5435         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
5436
5437         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
5438         (gst_udpsrc_create), (gst_udpsrc_set_property),
5439         (gst_udpsrc_get_property), (gst_udpsrc_start):
5440         * gst/udp/gstudpsrc.h:
5441         Added "buffer-size" property to control the kernel receive buffer size.
5442         Update documentation.
5443         Small cleanups. Fixes #348752.
5444         API: buffer-size property
5445
5446 2006-07-26  Wim Taymans  <wim@fluendo.com>
5447
5448         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
5449
5450         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
5451         (gst_rtp_pcma_pay_handle_buffer):
5452         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
5453         (gst_rtp_pcmu_pay_handle_buffer):
5454         Fix timestamp calculation on outgoing RTP packets.
5455         Fixes #348675.
5456
5457 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
5458
5459         * ext/taglib/gstid3v2mux.cc:
5460           Fix writing of comment frames (should be COMM not TCOM),
5461           is still sub-optimal though, since we don't retain or
5462           extract the comment descriptions properly (#334375,
5463           also see #334375).
5464
5465 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
5466
5467         * gst/wavparse/gstwavparse.c:
5468           #define 'fact' RIFF chunk if we are not compiling against
5469           -base CVS (we don't want to depend on -base CVS for this
5470           one define only, and also not for release order reasons).
5471
5472 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
5473
5474         * ext/taglib/gstid3v2mux.cc:
5475           Handle multiple tags of the same type properly. Re-inject
5476           unparsed ID3v2 frames that we get as binary blobs from
5477           id3demux into the tag again so we don't lose information
5478           when retagging (#334375).
5479
5480 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
5481
5482         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
5483           Document newly-added properties properly, so that there is a
5484           'Since: 0.10.4' in the plugin docs. Convert some property
5485           names into canonical GObject style (GObject will do that
5486           internally anyway).
5487
5488 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
5489
5490         * gst/id3demux/id3tags.c:
5491         (id3demux_add_id3v2_frame_blob_to_taglist):
5492           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
5493           well, and add the version to the blob's buffer caps, since that
5494           information will be needed for deserialisation later on (#348644).
5495
5496 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
5497
5498         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
5499         (gst_avi_demux_parse_stream):
5500          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
5501          indentation and spacing.
5502
5503 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
5504
5505         * docs/plugins/Makefile.am:
5506         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5507         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5508         * docs/plugins/gst-plugins-good-plugins.args:
5509         * docs/plugins/inspect/plugin-1394.xml:
5510         * docs/plugins/inspect/plugin-aasink.xml:
5511         * docs/plugins/inspect/plugin-alaw.xml:
5512         * docs/plugins/inspect/plugin-alpha.xml:
5513         * docs/plugins/inspect/plugin-alphacolor.xml:
5514         * docs/plugins/inspect/plugin-annodex.xml:
5515         * docs/plugins/inspect/plugin-apetag.xml:
5516         * docs/plugins/inspect/plugin-auparse.xml:
5517         * docs/plugins/inspect/plugin-autodetect.xml:
5518         * docs/plugins/inspect/plugin-avi.xml:
5519         * docs/plugins/inspect/plugin-cacasink.xml:
5520         * docs/plugins/inspect/plugin-cairo.xml:
5521         * docs/plugins/inspect/plugin-cdio.xml:
5522         * docs/plugins/inspect/plugin-cutter.xml:
5523         * docs/plugins/inspect/plugin-debug.xml:
5524         * docs/plugins/inspect/plugin-dv.xml:
5525         * docs/plugins/inspect/plugin-efence.xml:
5526         * docs/plugins/inspect/plugin-effectv.xml:
5527         * docs/plugins/inspect/plugin-esdsink.xml:
5528         * docs/plugins/inspect/plugin-flac.xml:
5529         * docs/plugins/inspect/plugin-flxdec.xml:
5530         * docs/plugins/inspect/plugin-gconfelements.xml:
5531         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
5532         * docs/plugins/inspect/plugin-goom.xml:
5533         * docs/plugins/inspect/plugin-halelements.xml:
5534         * docs/plugins/inspect/plugin-icydemux.xml:
5535         * docs/plugins/inspect/plugin-id3demux.xml:
5536         * docs/plugins/inspect/plugin-jpeg.xml:
5537         * docs/plugins/inspect/plugin-level.xml:
5538         * docs/plugins/inspect/plugin-matroska.xml:
5539         * docs/plugins/inspect/plugin-mulaw.xml:
5540         * docs/plugins/inspect/plugin-multipart.xml:
5541         * docs/plugins/inspect/plugin-navigationtest.xml:
5542         * docs/plugins/inspect/plugin-ossaudio.xml:
5543         * docs/plugins/inspect/plugin-png.xml:
5544         * docs/plugins/inspect/plugin-rtp.xml:
5545         * docs/plugins/inspect/plugin-rtsp.xml:
5546         * docs/plugins/inspect/plugin-shout2send.xml:
5547         * docs/plugins/inspect/plugin-smpte.xml:
5548         * docs/plugins/inspect/plugin-speex.xml:
5549         * docs/plugins/inspect/plugin-udp.xml:
5550         * docs/plugins/inspect/plugin-videobalance.xml:
5551         * docs/plugins/inspect/plugin-videobox.xml:
5552         * docs/plugins/inspect/plugin-videoflip.xml:
5553         * docs/plugins/inspect/plugin-videomixer.xml:
5554         * docs/plugins/inspect/plugin-wavenc.xml:
5555         * docs/plugins/inspect/plugin-wavparse.xml:
5556         * docs/plugins/inspect/plugin-ximagesrc.xml:
5557           Update files to CVS/Prerelease version, add esdsink docs.
5558
5559         * ext/esd/esdsink.c:
5560           Add gtk-doc blurb.
5561
5562         * gst/rtp/gstrtpmp4vpay.c:
5563           Fix typo in element description.
5564
5565 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
5566
5567         * ext/esd/esdsink.c: (gst_esdsink_open),
5568         (gst_esdsink_factory_init):
5569           Prevent libesd from auto-spawning a sound daemon if it
5570           is not already running. Now that we don't do evil stuff
5571           like that any longer we can give esdsink a rank so that
5572           autoaudiosink will try it as well if all other audio
5573           sinks fail (#343051).
5574
5575 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
5576
5577         * ext/esd/Makefile.am:
5578           Oops, need to remove README from EXTRA_DIST as well.
5579
5580 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
5581
5582         * ext/esd/README:
5583           Remove, it contains nothing useful anyway.
5584
5585         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
5586         (gst_esdsink_delay):
5587           Some small clean-ups; use GST_BOILERPLATE etc.
5588
5589 2006-07-24  Wim Taymans  <wim@fluendo.com>
5590
5591         * gst/law/alaw-decode.c: (alawdec_getcaps):
5592         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
5593         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
5594         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
5595         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
5596
5597 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
5598
5599         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
5600         (gst_wavparse_other), (gst_wavparse_perform_seek),
5601         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
5602         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
5603         (gst_wavparse_pad_query):
5604         * gst/wavparse/gstwavparse.h:
5605           Use information from 'fact' chunk for length calculation of compressed
5606           samples. Calculate bps if bogus value is found in wav header (embeded
5607           mp2/mp3).
5608           
5609
5610 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
5611
5612         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
5613
5614         * configure.ac:
5615         * gst/udp/Makefile.am:
5616         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
5617         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
5618         * gst/udp/gstdynudpsink.h:
5619         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
5620         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
5621         * gst/udp/gstmultiudpsink.h:
5622         * gst/udp/gstudp.c: (plugin_init):
5623         * gst/udp/gstudpsink.h:
5624         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
5625         (gst_udpsrc_start), (gst_udpsrc_stop):
5626         * gst/udp/gstudpsrc.h:
5627         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
5628         (gst_udp_net_utils_win32_wsa_startup):
5629         * gst/udp/gstudpnetutils.h:
5630           Port udp plugin to win32 (#345288).
5631
5632 2006-07-24  Wim Taymans  <wim@fluendo.com>
5633
5634         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
5635         Remove unwanted DEBUG line.
5636
5637 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
5638
5639         * gst/id3demux/gstid3demux.c: (plugin_init):
5640         * gst/id3demux/id3tags.c:
5641         (id3demux_add_id3v2_frame_blob_to_taglist):
5642         * gst/id3demux/id3tags.h:
5643           On second thought, it might be wiser and more efficient
5644           not to do tag registration from a streaming thread.
5645
5646 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
5647
5648         * gst/id3demux/id3tags.c:
5649         (id3demux_add_id3v2_frame_blob_to_taglist),
5650         (id3demux_id3v2_frames_to_tag_list):
5651           Put ID3v2 frames we can't parse as binary blobs into private
5652           tags, so that they are not lost when retagging, at least once
5653           id3v2mux has been taught to re-inject those frames again.
5654           See bug #334375.
5655
5656 2006-07-21  Wim Taymans  <wim@fluendo.com>
5657
5658         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
5659         (gst_avi_demux_process_next_entry):
5660         Fix some leaks.
5661
5662         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
5663         Don't use \n in debug lines.
5664
5665 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
5666
5667         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5668         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5669           Add annodex and icydemux, cleanup the sections a bit
5670
5671 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
5672
5673         Patch by: Alex Lancaster <alexl at users sourceforge net>
5674
5675         * ext/taglib/gstid3v2mux.cc:
5676           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
5677           ID3v2 TSSE frames (#347898).
5678
5679 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
5680
5681         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
5682           Respect mpegversion for "video/mpeg" and give message in case of
5683           unhandled versions.
5684
5685 2006-07-17  Wim Taymans  <wim@fluendo.com>
5686
5687         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
5688         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
5689         (gst_pngdec_chain), (gst_pngdec_sink_event),
5690         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
5691         (gst_pngdec_sink_activate_push):
5692         * ext/libpng/gstpngdec.h:
5693         Use statically allocated segment instead of leaking.
5694         Various cleanups.
5695         Fix flush and seek handling.
5696
5697 2006-07-16  Wim Taymans  <wim@fluendo.com>
5698
5699         * gst/rtp/Makefile.am:
5700         * gst/rtp/gstrtp.c: (plugin_init):
5701         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
5702         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
5703         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
5704         (gst_rtp_mp4g_depay_set_property),
5705         (gst_rtp_mp4g_depay_get_property),
5706         (gst_rtp_mp4g_depay_change_state),
5707         (gst_rtp_mp4g_depay_plugin_init):
5708         * gst/rtp/gstrtpmp4gdepay.h:
5709         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
5710         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
5711         (gst_rtp_mp4g_pay_flush):
5712         Added simple generic mpeg4 depayloader.
5713         Fix generic mpeg4 payloader.
5714
5715 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
5716
5717         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
5718           Don't try doing state changes on a NULL pointer.
5719
5720 2006-07-14  Wim Taymans  <wim@fluendo.com>
5721
5722         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
5723
5724         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
5725         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
5726         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
5727         * gst/rtp/gstrtpamrdepay.h:
5728         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
5729         Fixes #321191
5730
5731 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5732
5733         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
5734         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
5735         Fix segfault when moving mouse pointer to the bottom right corner.
5736
5737 2006-07-12  Wim Taymans  <wim@fluendo.com>
5738
5739         * gst/rtp/Makefile.am:
5740         * gst/rtp/gstrtp.c: (plugin_init):
5741         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
5742         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
5743         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
5744         (gst_rtp_mp2t_depay_set_property),
5745         (gst_rtp_mp2t_depay_get_property),
5746         (gst_rtp_mp2t_depay_change_state),
5747         (gst_rtp_mp2t_depay_plugin_init):
5748         * gst/rtp/gstrtpmp2tdepay.h:
5749         Added mpeg2 TS depayloader. Closing #347234.
5750
5751 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
5752
5753         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
5754           Remove g_assert that shouldn't be there and was triggered
5755           after trying to open a device that doesn't exist or can't
5756           be opened for some other reason (#347972).
5757
5758 2006-07-10  Edward Hervey  <edward@fluendo.com>
5759
5760         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
5761         (gst_avi_demux_stream_header), (push_tag_lists):
5762         * gst/avi/gstavidemux.h:
5763         Don't push tag events found by gst_riff_parse_info() before outputting
5764         GST_EVENT_NEWSEGMENT.
5765
5766 2006-07-10  Wim Taymans  <wim@fluendo.com>
5767
5768         * gst/rtsp/Makefile.am:
5769         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
5770         (rtsp_connection_close):
5771         * gst/rtsp/rtspdefs.h:
5772         replaced closesocket and close in code with one CLOSE_SOCKET. 
5773         Some more cleanups. Fixes #345301.
5774
5775 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
5776
5777         * gst/autodetect/gstautoaudiosink.c:
5778           Fix example pipeline in docs.
5779
5780 2006-07-10  Wim Taymans  <wim@fluendo.com>
5781
5782         Patch by: Rob Taylor <robtaylor at floopily dot org>
5783
5784         * gst/udp/gstmultiudpsink.c: (join_multicast),
5785         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
5786         If a destination is added before the stream is set to PAUSED, the
5787         multicast group is not joined as the socket is not created yet. 
5788         Also TTL and LOOP should also be set. Fixes #346921.
5789
5790 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5791
5792         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
5793         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
5794         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
5795         (gst_ximage_src_init):
5796         * sys/ximage/gstximagesrc.h:
5797         Fix use-damage property to actually work :)
5798         Add startx, starty, endx, endy properties so screencasts other than full
5799         screen ones can work.
5800
5801 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5802
5803         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
5804         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
5805         (gst_ximage_src_class_init), (gst_ximage_src_init):
5806         * sys/ximage/gstximagesrc.h:
5807         Add use_damage property to offer ability to choose whether to use
5808         XDamage or not.
5809
5810 2006-07-07  Wim Taymans  <wim@fluendo.com>
5811
5812         * gst/goom/filters.c: (zoomFilterSetResolution):
5813         Avoid goom coredumping by clearing memory. 
5814         Fixes 345679.
5815
5816 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
5817
5818         * win32/vs6/libgstid3demux.dsp:
5819         Add a link to libgsttag-0.10.lib.
5820
5821 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
5822
5823         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
5824         (gst_tag_demux_read_range):
5825         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
5826         (gst_id3demux_read_range):
5827           Don't return FLOW_UNEXPECTED when a buffer is before
5828           the start of the stream (which might happen with
5829           large ID3v2 tags if the tag reading was done pullrange
5830           based and we then switched to push mode later on).
5831           Fixes regression introduced by commit from June 29th.
5832
5833 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
5834
5835         * ext/taglib/gstid3v2mux.cc:
5836           Make UTF-8 the default encoding when writing string
5837           tags (before, our UTF-8 strings would automatically
5838           be converted to ISO-8859-1 by taglib and written as
5839           ISO-8859-1 fields if that was possible).
5840
5841         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
5842         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
5843         (test_taglib_id3mux_with_tags):
5844           Add test case that makes sure our UTF-8 strings have
5845           actually been written into the tag as UTF-8.
5846
5847 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
5848
5849         * configure.ac:
5850           Let's try that again.
5851
5852 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
5853
5854         * configure.ac:
5855           Disable monoscope plugin for now until it fulfills
5856           all the requirements.
5857
5858 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
5859
5860         * configure.ac:
5861         * gst/monoscope/Makefile.am:
5862         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
5863         (gst_monoscope_class_init), (gst_monoscope_init),
5864         (gst_monoscope_finalize), (gst_monoscope_reset),
5865         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
5866         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
5867         (gst_monoscope_sink_event), (gst_monoscope_src_event),
5868         (gst_monoscope_change_state), (plugin_init):
5869         * gst/monoscope/gstmonoscope.h:
5870           Port monoscope visualisation to 0.10.
5871
5872 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
5873
5874         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
5875         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
5876           Return FLOW_UNEXPECTED when at the end of the file, not
5877           FLOW_ERROR. Fixes 'internal stream error' errors that
5878           would sometimes occur in totem when scrubbing to the
5879           end of an ID3v1 tagged mp3 file.
5880
5881 2006-07-03  Edward Hervey  <edward@fluendo.com>
5882
5883         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
5884         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
5885         (gst_pngdec_sink_event), (gst_pngdec_change_state):
5886         * ext/libpng/gstpngdec.h:
5887         Implement buffer clipping/dropping using GstSegment.
5888         This provides accurate seeking.
5889
5890 2006-07-03  Edward Hervey  <edward@fluendo.com>
5891
5892         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
5893         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
5894         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
5895         (gst_avi_demux_process_next_entry), (push_tag_lists),
5896         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
5897         * gst/avi/gstavidemux.h:
5898         Proper aggregation of each stream's GstFlowReturn in order to figure out
5899         whether the task should stop or not.
5900         Don't send inline events before pushing out a NEW_SEGMENT, more
5901         specifically for GST_TAG_EVENT.
5902         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
5903         sub-indexes.
5904
5905 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
5906
5907         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
5908
5909         * sys/sunaudio/gstsunaudiomixerctrl.c:
5910         (gst_sunaudiomixer_ctrl_build_list):
5911           Move "Monitor" slider to input tab so it works more like
5912           sdtaudiocontrol, which is what people on Solaris are used
5913           to using for their mixer program (#346259).
5914
5915 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5916
5917         * tests/check/elements/level.c: (GST_START_TEST):
5918           fix a leak, clean up at the end
5919
5920 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
5921
5922         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
5923         (gst_matroska_demux_send_event),
5924         (gst_matroska_demux_loop_stream_parse_id):
5925         * gst/matroska/matroska-ids.h:
5926           Send tag event after newsegment event.
5927
5928 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
5929
5930         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
5931         (gst_id3demux_read_range):
5932           Make sure we don't return GST_FLOW_OK with a NULL buffer in
5933           certain cases where a read beyond the end of the file is
5934           requested. Fixes #345930.
5935
5936         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
5937         (gst_tag_demux_read_range):
5938           Fix same issue here as well.
5939
5940 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5941
5942         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
5943         
5944         Fix hypothetical crash.
5945
5946 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
5947
5948         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
5949
5950         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
5951           Do not modify the ports value. If the user has turned off the
5952           built-in speakers, then we should not reset it in the prepare
5953           function, since this causes the built-in speakers to turn
5954           back on anytime the user changes a track in totem, rhythmbox,
5955           etc. (#346066).
5956
5957 2006-06-23  Wim Taymans  <wim@fluendo.com>
5958
5959         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
5960         Fix double caps unref when negotiation fails.
5961
5962 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
5963
5964         * ext/annodex/gstcmmldec.c:
5965         * ext/annodex/gstcmmlenc.c:
5966         * ext/annodex/gstcmmlparser.c:
5967         * ext/dv/gstdvdec.c:
5968         * ext/dv/gstdvdemux.c:
5969         * ext/gdk_pixbuf/pixbufscale.c:
5970         * ext/jpeg/gstjpegenc.c:
5971         * ext/jpeg/gstsmokedec.c:
5972         * ext/jpeg/gstsmokeenc.c:
5973         * ext/libpng/gstpngdec.c:
5974         * ext/libpng/gstpngenc.c:
5975         * ext/speex/gstspeexenc.c:
5976         * gst/alpha/gstalphacolor.c:
5977         * gst/cutter/gstcutter.c:
5978         * gst/debug/gstnavigationtest.c:
5979         * gst/icydemux/gsticydemux.c:
5980         * gst/level/gstlevel.c:
5981         * gst/multipart/multipart.c:
5982         * gst/rtp/gstrtpamrpay.c:
5983         * gst/rtp/gstrtpdepay.c:
5984         * gst/rtp/gstrtpilbcpay.c:
5985         * gst/rtp/gstrtpmp4gpay.c:
5986         * gst/rtp/gstrtpmp4vpay.c:
5987         * gst/rtsp/gstrtpdec.c:
5988         * gst/rtsp/gstrtspsrc.c:
5989         * gst/udp/gstdynudpsink.c:
5990         * gst/udp/gstmultiudpsink.c:
5991         * gst/udp/gstudpsrc.c:
5992         * gst/videobox/gstvideobox.c:
5993         * gst/videofilter/gstvideoflip.c:
5994           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
5995           plus two minor macro fixes.
5996
5997 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
5998
5999         * gst/matroska/matroska-demux.c:
6000         (gst_matroska_demux_check_subtitle_buffer),
6001         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
6002         (gst_matroska_demux_subtitle_caps):
6003         * gst/matroska/matroska-ids.c:
6004         (gst_matroska_track_init_subtitle_context):
6005         * gst/matroska/matroska-ids.h:
6006           Try to fix up broken matroska files containing subtitle
6007           streams with non-UTF8 character encodings (courtesy of
6008           mkvmerge) using either the encoding specified in the
6009           GST_SUBTITLE_ENCODING environment variable or the
6010           current locale's character set if it is non-UTF8.
6011           Fixes #337076.
6012
6013 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
6014
6015         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
6016           Set image type from APIC frame as "image-type" field
6017           of GST_TAG_IMAGE buffer caps (#344605).
6018
6019 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
6020
6021         * ext/flac/Makefile.am:
6022         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
6023         (gst_flac_dec_reset_decoders),
6024         (gst_flac_dec_setup_seekable_decoder),
6025         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
6026         (gst_flac_dec_metadata_callback),
6027         (gst_flac_dec_metadata_callback_seekable),
6028         (gst_flac_dec_metadata_callback_stream),
6029         (gst_flac_dec_error_callback),
6030         (gst_flac_dec_error_callback_seekable),
6031         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
6032         (gst_flac_dec_read_stream), (gst_flac_dec_write),
6033         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
6034         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
6035         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
6036         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
6037         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
6038         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
6039         (gst_flac_dec_sink_activate_push),
6040         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
6041         * ext/flac/gstflacdec.h:
6042           Support chain-based operation, should make flac-over-DAAP
6043           work (#340492).
6044
6045 2006-06-20  Wim Taymans  <wim@fluendo.com>
6046
6047         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6048         Doc updates, merge some unused symbols.
6049
6050 2006-06-20  Wim Taymans  <wim@fluendo.com>
6051
6052         * docs/plugins/Makefile.am:
6053         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6054         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6055         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
6056         * gst/rtsp/gstrtspsrc.c:
6057         * gst/rtsp/gstrtspsrc.h:
6058         Added documentation for the rtsp plugin. Fixes #345393.
6059
6060 2006-06-20  Wim Taymans  <wim@fluendo.com>
6061
6062         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
6063         (rtsp_connection_close), (rtsp_connection_free):
6064         Use better G_OS_* macros. Fixes #345301 some more.
6065
6066 2006-06-20  Wim Taymans  <wim@fluendo.com>
6067
6068         Patch by: Brian Cameron <brian dot cameron at sun dot com>
6069
6070         * sys/sunaudio/Makefile.am:
6071         * sys/sunaudio/gstsunaudio.c: (plugin_init):
6072         * sys/sunaudio/gstsunaudiomixerctrl.c:
6073         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
6074         (gst_sunaudiomixer_ctrl_list_tracks),
6075         (gst_sunaudiomixer_ctrl_get_volume),
6076         (gst_sunaudiomixer_ctrl_set_volume),
6077         (gst_sunaudiomixer_ctrl_set_mute),
6078         (gst_sunaudiomixer_ctrl_set_record):
6079         * sys/sunaudio/gstsunaudiomixerctrl.h:
6080         * sys/sunaudio/gstsunaudiomixertrack.c:
6081         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
6082         * sys/sunaudio/gstsunaudiomixertrack.h:
6083         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
6084         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
6085         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
6086         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
6087         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
6088         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
6089         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
6090         (gst_sunaudiosrc_reset):
6091         * sys/sunaudio/gstsunaudiosrc.h:
6092         Add a SunAudio source plugin.
6093         Support stereo and right/left channel gain in the mixer plugin.
6094         Support the RECORD flag so that you can switch between line-input and
6095         microphone in gnome-volume-control.
6096         Code cleanups like using an enumerator for track number instead of an 
6097         integer. Fixes #344923.
6098
6099 2006-06-20  Wim Taymans  <wim@fluendo.com>
6100
6101         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
6102
6103         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
6104         (rtsp_connection_close):
6105         Make RTSP plugin compile on windows. Fixes #345301.
6106         Some changes to original patch to catch errors better.
6107         use ifdef WIN32 instead of ifndef.
6108
6109 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6110
6111         * configure.ac:
6112         If we have libraw1394 >= 1.2.1, then we need libiec61883.
6113
6114 2006-06-18  Edward Hervey  <edward@fluendo.com>
6115
6116         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
6117         After a failed buffer alloc, we need to abort the jpeg decoding (it
6118         started when parsing headers to figure out how many bytes we need
6119         to request downstream).
6120
6121 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
6122
6123         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6124
6125         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
6126           Make sure we don't read beyond the end of the file (#345232).
6127
6128 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
6129
6130         * configure.ac:
6131           Fix --disable-external (can't set conditionals conditionally,
6132           #343602).
6133
6134 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
6135
6136         * autogen.sh:
6137         * configure.ac:
6138         * docs/Makefile.am:
6139           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
6140
6141         * docs/plugins/Makefile.am:
6142         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6143         * docs/plugins/inspect/plugin-taglib.xml:
6144           Add/fix apev2mux docs.
6145
6146 2006-06-14  Wim Taymans  <wim@fluendo.com>
6147
6148         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
6149         (gst_dvdec_finalize), (gst_dvdec_sink_event),
6150         (gst_dvdec_change_state):
6151         Reset segment info on flush.
6152         Alloc segment in _init, free in _finalize.
6153
6154         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
6155         Don't send segments twice.
6156
6157 2006-06-14  Wim Taymans  <wim@fluendo.com>
6158
6159         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
6160         Respect segment.stop. Fixes #342592.
6161
6162 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
6163
6164         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
6165           No language specified means the implied language is English
6166           according to the matroska spec (partially fixes #344708);
6167           add some more debug output.
6168
6169 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
6170
6171         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
6172         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
6173         (gst_wavparse_chain):
6174           When operating chain-based, don't make any assumptions about the
6175           chunking of the incoming data and make streaming work on days other
6176           than the second Thursday after a full moon. Also fix up debug
6177           messages here and there and make use of the most excellent new
6178           gst_pad_query_peer_duration() utility function.
6179           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
6180
6181         * gst/wavparse/gstwavparse.h:
6182           Remove trailing comma after last enum value, some compilers don't
6183           like that.
6184
6185 2006-06-13  Wim Taymans  <wim@fluendo.com>
6186
6187         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
6188         Handle premature EOS gracefully.
6189
6190 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
6191
6192         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
6193           Prevent out of bounds array access when scrubbing towards
6194           the end of the file between the last index entry and the
6195           end. Fixes occasional 'start <= stop' newsegment event
6196           assertions when scrubbing in MJPEG files.
6197
6198 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
6199
6200         * tests/check/elements/.cvsignore:
6201           And another one.
6202
6203 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
6204
6205         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
6206         (scan_encoded_string), (parse_picture_frame):
6207           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
6208
6209         * configure.ac:
6210           Require core >= 0.10.8 (for GST_TAG_IMAGE and
6211           GST_TAG_PPEVIEW_IMAGE used in the patch above).
6212
6213 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
6214
6215         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
6216           gratuitous comment changes
6217         * tests/check/elements/level.c: (GST_START_TEST):
6218           fix level test leaks
6219
6220 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
6221
6222         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
6223         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
6224           Use gst_pad_query_peer_duration() utility function here.
6225
6226 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
6227
6228         * autogen.sh:
6229           require am17
6230         * configure.ac:
6231         * ext/annodex/Makefile.am:
6232         * ext/cdio/Makefile.am:
6233         * ext/dv/Makefile.am:
6234         * ext/esd/Makefile.am:
6235         * ext/flac/Makefile.am:
6236         * ext/gdk_pixbuf/Makefile.am:
6237         * ext/ladspa/Makefile.am:
6238         * ext/libcaca/Makefile.am:
6239         * ext/speex/Makefile.am:
6240         * ext/taglib/Makefile.am:
6241         * sys/oss/Makefile.am:
6242         * sys/sunaudio/Makefile.am:
6243         * sys/ximage/Makefile.am:
6244           clean up build further
6245
6246 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
6247
6248         * gconf/Makefile.am:
6249           Honour --disable-schemas-install configure option. Fixes #344100.
6250
6251 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
6252
6253         * tests/examples/level/Makefile.am:
6254           Add -lm to LIBS for pow() function, don't assume one of our
6255           dependencies (such as libxml-2.0) drags it in automatically
6256           (#343603).
6257
6258 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
6259
6260         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
6261
6262         * configure.ac:
6263           We should use $SED and not $(SED) in configure.ac (#343678).
6264
6265 2006-06-09  Wim Taymans  <wim@fluendo.com>
6266
6267         Patch by: Brian Cameron <brian dot cameron at sun dot com>
6268
6269         * sys/sunaudio/gstsunaudiomixerctrl.c:
6270         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
6271         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
6272         (gst_sunaudiomixer_ctrl_set_mute):
6273         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
6274         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
6275         (gst_sunaudiosink_write):
6276         Attached find a patch that fixes a number of bugs with the SunAudio
6277         mixer plugin and fixes #344101:
6278         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
6279            tracks onto the tracklist causing gnome-volume-control's preferences
6280            dialog to be messed up and would core dump if you checked/unchecked
6281            any item.
6282         2. We weren't previously setting the MUTE flag properly.  Fixing this
6283            makes gnome-volume-control work better.
6284         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
6285            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
6286            gnome-volume-control look better.
6287         Also some minor cleanup in gstsunaudiosink.c.
6288
6289 2006-06-09  Wim Taymans  <wim@fluendo.com>
6290
6291         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
6292         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
6293         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
6294         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
6295         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
6296         * ext/jpeg/gstjpegdec.h:
6297         API: Added IDCT method property
6298         Small cleanups.
6299         Avoid dynamic allocation of trivial fixed structure.
6300         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
6301
6302 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6303
6304         * configure.ac:
6305         We now require libraw1394 >= 1.1.0 and that version onwards all
6306         have .pc files.
6307
6308 2006-06-02  Edward Hervey  <edward@fluendo.com>
6309
6310         * gst/law/alaw-decode.c: (alawdec_getcaps): 
6311         Trying to get items from an ANY or EMPTY caps is ... stupid.
6312
6313 2006-06-02  Edward Hervey  <edward@fluendo.com>
6314
6315         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
6316         (gst_dvdec_chain), (gst_dvdec_change_state):
6317         * ext/dv/gstdvdec.h:
6318         Added GstSegment handling, now implements dropping/clipping.
6319
6320 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
6321
6322         * ext/aalib/gstaasink.h:
6323         * ext/annodex/gstcmmldec.h:
6324         * ext/cairo/gsttimeoverlay.h:
6325         * ext/dv/gstdvdec.h:
6326         * ext/dv/gstdvdemux.h:
6327         * ext/esd/esdmon.h:
6328         * ext/esd/esdsink.h:
6329         * ext/flac/gstflacenc.h:
6330         * ext/gconf/gstgconfaudiosink.h:
6331         * ext/gconf/gstgconfaudiosrc.h:
6332         * ext/gconf/gstgconfvideosink.h:
6333         * ext/gconf/gstgconfvideosrc.h:
6334         * ext/gdk_pixbuf/gstgdkanimation.h:
6335         * ext/gdk_pixbuf/pixbufscale.h:
6336         * ext/hal/gsthalaudiosink.h:
6337         * ext/hal/gsthalaudiosrc.h:
6338         * ext/jpeg/gstjpegenc.h:
6339         * ext/jpeg/gstsmokedec.h:
6340         * ext/jpeg/gstsmokeenc.h:
6341         * ext/libcaca/gstcacasink.h:
6342         * ext/libmng/gstmngdec.h:
6343         * ext/libmng/gstmngenc.h:
6344         * ext/libpng/gstpngdec.h:
6345         * ext/libpng/gstpngenc.h:
6346         * ext/raw1394/gstdv1394src.h:
6347         * ext/speex/gstspeexenc.h:
6348         * gst/autodetect/gstautoaudiosink.h:
6349         * gst/autodetect/gstautovideosink.h:
6350         * gst/avi/gstavidemux.h:
6351         * gst/cutter/gstcutter.h:
6352         * gst/debug/efence.h:
6353         * gst/debug/gstnavigationtest.h:
6354         * gst/debug/gstnavseek.h:
6355         * gst/flx/gstflxdec.h:
6356         * gst/goom/gstgoom.h:
6357         * gst/icydemux/gsticydemux.h:
6358         * gst/id3demux/gstid3demux.h:
6359         * gst/law/alaw-decode.h:
6360         * gst/law/alaw-encode.h:
6361         * gst/law/mulaw-decode.h:
6362         * gst/law/mulaw-encode.h:
6363         * gst/matroska/matroska-mux.h:
6364         * gst/median/gstmedian.h:
6365         * gst/oldcore/gstaggregator.h:
6366         * gst/oldcore/gstfdsink.h:
6367         * gst/oldcore/gstmd5sink.h:
6368         * gst/oldcore/gstmultifilesrc.h:
6369         * gst/oldcore/gstpipefilter.h:
6370         * gst/oldcore/gstshaper.h:
6371         * gst/oldcore/gststatistics.h:
6372         * gst/rtp/gstasteriskh263.h:
6373         * gst/rtp/gstrtpL16depay.h:
6374         * gst/rtp/gstrtpL16pay.h:
6375         * gst/rtp/gstrtpamrdepay.h:
6376         * gst/rtp/gstrtpamrpay.h:
6377         * gst/rtp/gstrtpdepay.h:
6378         * gst/rtp/gstrtpgsmdepay.h:
6379         * gst/rtp/gstrtpgsmpay.h:
6380         * gst/rtp/gstrtph263pay.h:
6381         * gst/rtp/gstrtph263pdepay.h:
6382         * gst/rtp/gstrtph263ppay.h:
6383         * gst/rtp/gstrtpmp4gpay.h:
6384         * gst/rtp/gstrtpmp4vdepay.h:
6385         * gst/rtp/gstrtpmp4vpay.h:
6386         * gst/rtp/gstrtpmpadepay.h:
6387         * gst/rtp/gstrtpmpapay.h:
6388         * gst/rtp/gstrtppcmadepay.h:
6389         * gst/rtp/gstrtppcmapay.h:
6390         * gst/rtp/gstrtppcmudepay.h:
6391         * gst/rtp/gstrtppcmupay.h:
6392         * gst/rtp/gstrtpspeexdepay.h:
6393         * gst/rtp/gstrtpspeexpay.h:
6394         * gst/rtsp/gstrtpdec.h:
6395         * gst/rtsp/gstrtspsrc.h:
6396         * gst/smpte/gstsmpte.h:
6397         * gst/udp/gstdynudpsink.h:
6398         * gst/udp/gstmultiudpsink.h:
6399         * gst/udp/gstudpsink.h:
6400         * gst/udp/gstudpsrc.h:
6401         * gst/videofilter/gstvideobalance.h:
6402         * gst/videofilter/gstvideoflip.h:
6403         * sys/oss/gstossdmabuffer.h:
6404         * sys/oss/gstossmixerelement.h:
6405         * sys/oss/gstosssink.h:
6406         * sys/oss/gstosssrc.h:
6407         * sys/osxvideo/osxvideosink.h:
6408         * sys/sunaudio/gstsunaudiomixer.h:
6409         * sys/sunaudio/gstsunaudiosink.h:
6410         * sys/ximage/gstximagesrc.h:
6411         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
6412
6413 2006-05-31  Wim Taymans  <wim@fluendo.com>
6414
6415         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
6416         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
6417         (gst_goom_src_setcaps), (gst_goom_src_event),
6418         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
6419         (gst_goom_change_state):
6420         * gst/goom/gstgoom.h:
6421         Handle QoS.
6422         Handle flushing, discont and events.
6423         Fix timestamps and various other cleanups.
6424
6425 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6426
6427         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
6428         Fix bus reset when using libiec61883
6429
6430 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6431
6432         * configure.ac:
6433         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
6434         * ext/raw1394/Makefile.am:
6435         Add CFLAGS.
6436         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
6437         New method, to receive using libiec61883.
6438         (gst_dv1394src_iso_receive),
6439         #ifdef'd out if libiec61883 is present.
6440         (gst_dv1394src_bus_reset),
6441         Get userdata correctly if using libiec61883. 
6442         (gst_dv1394src_create),
6443         When using libiec61883, only poll one fd and no need to read.
6444         (gst_dv1394src_discover_avc_node),
6445         Replace g_warnings.
6446         (gst_dv1394src_start),
6447         Create new handle when we know which dv port.  More reliable
6448         than setting port on an existing handle.  Initialise libiec61883.
6449         (gst_dv1394src_stop):
6450         If using libiec61883, then cleanup its handle properly.
6451         * ext/raw1394/gstdv1394src.h:
6452         Add libiec61883 handle.
6453
6454 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
6455
6456         * gst/avi/gstavidemux.c:
6457           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
6458         * win32/MANIFEST:
6459           sort file listing
6460         * win32/vs6/libgstavi.dsp:
6461           add gstavimux.c to the project
6462         * win32/vs6/libgstid3demux.dsp:
6463           add link to zlib library
6464         * win32/vs6/libgstmatroska.dsp:
6465           add matroska-ids.c to the project
6466
6467 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
6468
6469         Patch by: Sebastian Dröge  <mail at slomosnail de >
6470
6471         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6472         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6473         * ext/taglib/Makefile.am:
6474         * ext/taglib/gstapev2mux.cc:
6475         * ext/taglib/gstapev2mux.h:
6476         * ext/taglib/gstid3v2mux.cc:
6477         * ext/taglib/gsttaglibmux.c: (plugin_init):
6478         * ext/taglib/gsttaglibmux.h:
6479           Add apev2mux element (#343122).
6480         
6481         * tests/check/Makefile.am:
6482         * tests/check/elements/apev2mux.c:
6483         (test_taglib_apev2mux_create_tags),
6484         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
6485         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
6486         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
6487         (apev2mux_suite), (main):
6488           Add unit test for apev2mux element.
6489
6490 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
6491
6492         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
6493         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
6494         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
6495           GST_PTR_FORMAT should be used to print caps in debug statements.
6496
6497 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
6498
6499         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
6500
6501         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
6502         (ape_demux_parse_tags):
6503           Some clean-ups and additions: map APE 'file' tag to
6504           GST_TAG_LOCATION (#343123); add support for extracting
6505           the track count and clean up parsing a bit (#343127).
6506
6507 2006-05-28  Edward Hervey  <edward@fluendo.com>
6508
6509         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
6510         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
6511
6512 2006-05-28  Edward Hervey  <edward@fluendo.com>
6513
6514         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
6515         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
6516         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
6517         * ext/jpeg/gstjpegdec.h:
6518         Clip outgoing buffers according to currently configured segment.
6519
6520 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
6521
6522         * ext/taglib/gstid3v2mux.cc:
6523           Handle  writing of track-count or album-volume-count without
6524           track-number or albume-volume-number (in this case the number
6525           will just be set to 0).
6526
6527         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
6528           It would be nice if we actually checked the values received for
6529           track/album-volume number/count in  _check_tags(), rather than
6530           setting them again ...
6531
6532 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
6533
6534         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
6535           A track/volume number or count of 0 does not make sense,
6536           just ignore it along with negative numbers (a tag might
6537           only contain a track count without a track number).
6538
6539 2006-05-27  Edward Hervey  <edward@fluendo.com>
6540
6541         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
6542         (gst_jpeg_dec_sink_event):
6543         Abort decompression when receiving FLUSH_STOP. This should avoid
6544         issues when interrupting decoding with flushes.
6545
6546 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
6547
6548         * ext/flac/gstflac.c:
6549           Don't #include file we don't dist any longer.
6550
6551 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
6552
6553         * README:
6554           Replace current README (containing the release notes from
6555           some 0.9.x version) with a proper README taken from the core.
6556
6557 2006-05-24  Wim Taymans  <wim@fluendo.com>
6558
6559         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
6560         Implement EOS correctly by either posting
6561         SEGMENT_DONE or pushing an EOS message depending
6562         on the seek type. Fixes #342592
6563
6564 2006-05-24  Wim Taymans  <wim@fluendo.com>
6565
6566         * gst/law/alaw-decode.c: (gst_alawdec_chain):
6567         * gst/law/alaw-decode.h:
6568         * gst/law/alaw-encode.c: (gst_alawenc_chain):
6569         * gst/law/alaw-encode.h:
6570         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
6571         * gst/law/mulaw-decode.h:
6572         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
6573         * gst/law/mulaw-encode.h:
6574         Some cleanups in the chain functions.
6575         Remove some GStreamer 0.0.2 bits.
6576
6577 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
6578
6579         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6580
6581         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
6582           gst_collect_pads_stop() needs to be called before chaining up
6583           to the parent class (#342734).
6584
6585 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
6586
6587         * ext/flac/Makefile.am:
6588         * ext/flac/flac_compat.h:
6589         * ext/flac/gstflac.c:
6590         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
6591         * ext/flac/gstflacenc.c:
6592           Remove backwards compatibility cruft for dealing with FLAC API
6593           changes in the 1.0.x series - we require 1.1.1 or newer these days.
6594
6595 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
6596
6597         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6598         (gst_matroska_demux_push_xiph_codec_priv_data),
6599         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
6600         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
6601         * gst/matroska/matroska-ids.h:
6602         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
6603         (gst_matroska_mux_video_pad_setcaps),
6604         (xiph3_streamheader_to_codecdata),
6605         (vorbis_streamheader_to_codecdata),
6606         (theora_streamheader_to_codecdata),
6607         (gst_matroska_mux_audio_pad_setcaps),
6608         (gst_matroska_mux_write_data):
6609           Add support for muxing/demuxing theora video (#342448; too bad
6610           none of the usual linux players can actually play this). Playback
6611           in GStreamer will require additional changes to theoradec in -base.
6612           Refactor streamheaders <=> CodecPrivateData code a bit; some small
6613           cleanups.
6614
6615 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
6616
6617         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
6618         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
6619           Fix crashes when the horizontal subsampling is 1.
6620           Fixes #342097.
6621
6622 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
6623
6624         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6625
6626         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
6627         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
6628         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
6629         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
6630         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
6631         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
6632         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
6633         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
6634         (gst_avi_mux_change_state):
6635         * gst/avi/gstavimux.h:
6636           Some enhancements for avimux (#342526):
6637            - add odml (large file) index support
6638            - store codec init data (e.g. huffyuv)
6639            - miscellaneous other fixes/cleanups
6640
6641 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
6642
6643         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
6644         Don't output any tag when we encounter a negative track number - the
6645         tag type is uint, so we end up outputting huge positive numbers
6646         instead. (Fixes: #342029)
6647
6648 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6649
6650         * configure.ac:
6651           update for new GSTPB_PLUGINS_DIR
6652
6653 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
6654
6655         * rtp/gst/gstrtph263pay.c:
6656         Properly set static caps for H263 at 34.
6657
6658 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
6659
6660         Patch by: James "Doc" Livingston  <doclivingston gmail com>
6661
6662         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
6663           Merge event tags and tag setter tags correctly (#339918). Also,
6664           don't leak taglist in case of an error.
6665           
6666 2006-05-17  Edward Hervey  <edward@fluendo.com>
6667
6668         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
6669         We can only do caps intersection if the othercaps are non-empty and not
6670         ANY. Else we return the pad template (base_caps).
6671
6672 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
6673
6674         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
6675           Fix crash when outputting debugging information for certain
6676           pictures (always good to use the right struct member for
6677           the number of records in an array).
6678
6679 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
6680
6681         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
6682
6683         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
6684         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
6685         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
6686         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
6687         (gst_ebml_read_float), (gst_ebml_read_ascii),
6688         (gst_ebml_read_binary):
6689           Don't create unnecessary sub-buffers all the time. Dramatically
6690           improves performance with multiple concurrently running
6691           matroskademux instances (#341818) (and avoids doing
6692           unnecessarily inefficient things in the general case).
6693
6694 2006-05-16  Edward Hervey  <edward@fluendo.com>
6695
6696         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
6697         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
6698         return value of gst_pad_push_event().
6699
6700 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
6701
6702         * gst/autodetect/gstautoaudiosink.c:
6703         (gst_auto_audio_sink_find_best):
6704         * gst/autodetect/gstautovideosink.c:
6705         (gst_auto_video_sink_find_best):
6706         Make the name of the child element be based on the name of the
6707         parent, so that debug output is more useful.
6708         
6709         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
6710         (parse_insert_string_field), (parse_split_strings):
6711         Rework string parsing to always walk over BOM markers in UTF16
6712         strings, using the endianness indicated by the innermost one,
6713         then trying the opposite endianness if that fails to convert
6714         to valid UTF-8. Fixes #341774
6715
6716 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6717
6718         Patch from: Matthieu <matthieu at fluendo dot com>
6719
6720         * ext/libpng/Makefile.am:
6721         Add LIBPNG_CFLAGS.
6722
6723 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
6724
6725         * ext/taglib/gstid3v2mux.cc:
6726           Add support for writing images (APIC frames) into ID3v2
6727           tags (picture type always set to 'other' for now though).
6728
6729 2006-05-14  Michael Smith  <msmith@fluendo.com>
6730
6731         * gst/wavparse/gstwavparse.c:
6732           Update docs; wavparse implements push and pull modes.
6733
6734 2006-05-12  Wim Taymans  <wim@fluendo.com>
6735
6736         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
6737         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
6738         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
6739         Ooops, bitten by the copy-and-paste design paradigm, fixes
6740         seek again.
6741
6742 2006-05-12  Wim Taymans  <wim@fluendo.com>
6743
6744         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
6745         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
6746         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
6747         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
6748         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
6749         (gst_avi_demux_massage_index),
6750         (gst_avi_demux_calculate_durations_from_index),
6751         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
6752         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
6753         (gst_avi_demux_loop):
6754         * gst/avi/gstavidemux.h:
6755         Some cleanups, prepare to use GstSegment.
6756         Fix error in entry walking code.
6757         Fix VBR detection.
6758         Smarter timestamp calculation code.
6759         Uniform error/eos handling.
6760
6761 2006-05-12  Michael Smith  <msmith@fluendo.com>
6762
6763         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
6764         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
6765           Fix use of uninitialised values if we're NOT seeking in ready.
6766           Fix typos.
6767
6768 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
6769
6770         * gst/wavparse/Makefile.am:
6771           Add CFLAGS and LIBS for libgstbase, fixes build on
6772           Cygwin (#341489).
6773
6774 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
6775
6776         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
6777           Some more debug info. No need to check whether the string
6778           returned by g_convert() is really UTF-8 - either it is or
6779           we get NULL returned.
6780
6781 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
6782
6783         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
6784           Fix parsing of numeric genre strings some more, by ensuring that
6785           we only try and parse strings that a) Start with '(' and b) Consist
6786           only of digits.
6787           Also, when finding an escaping '((' sequence, bust it back to '(' by
6788           swallowing the first parenthesis
6789
6790 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
6791
6792         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
6793         (gst_esdsink_open), (gst_esdsink_close):
6794         * ext/esd/esdsink.h:
6795           Move the esd_get_server_info() into gst_esdsink_open() and fail
6796           with a decent error message on errors.
6797
6798 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
6799
6800         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
6801         (gst_esdmon_channels_get_type):
6802         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
6803         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
6804         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
6805         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
6806         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
6807         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
6808         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
6809         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
6810         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
6811         * gst/videomixer/videomixer.c:
6812         (gst_video_mixer_background_get_type):
6813           Const-ify GEnumValue arrays.
6814
6815 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
6816
6817         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
6818
6819         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
6820         (gst_avi_mux_do_video_buffer):
6821           Work around gst_buffer_make_metadata_writable() bug that
6822           results in avimux marking all frames in the index as
6823           keyframes (#340859).
6824           
6825 2006-05-08  Wim Taymans  <wim@fluendo.com>
6826
6827         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
6828         Make parsing of urls suck slightly less.
6829
6830 2006-05-08  Edward Hervey  <edward@fluendo.com>
6831
6832         * autogen.sh: (CONFIGURE_DEF_OPT): 
6833         libtoolize on Darwin/MacOSX is called glibtoolize.
6834
6835 2006-05-08  Wim Taymans  <wim@fluendo.com>
6836
6837         Patch by: Jens Granseuer <jensgr at gmx dot net>
6838
6839         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
6840         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
6841         C89 compliance fixes. Fixes #340980
6842
6843 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
6844
6845         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
6846         * ext/flac/gstflacdec.h:
6847           Handle segment seeks that include the end of the file as stop point
6848           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
6849           message instead of an EOS event in case we're in segment seek
6850           mode (fixes #340699).
6851           
6852 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
6853
6854         * ext/cairo/gsttextoverlay.c:
6855         * ext/flac/gstflacdec.c:
6856         * ext/gdk_pixbuf/pixbufscale.c:
6857         * gst/apetag/gstapedemux.c:
6858         * gst/debug/breakmydata.c:
6859         * gst/debug/testplugin.c:
6860         * gst/matroska/ebml-write.c:
6861         * gst/multipart/multipartdemux.c:
6862         * sys/osxaudio/gstosxaudiosink.c:
6863         * sys/osxaudio/gstosxaudiosrc.c:
6864         Add semicolons after GST_BOILERPLATE[_FULL] so that
6865         indent doesn't mess up following lines.
6866
6867 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
6868
6869         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
6870
6871         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
6872           Don't leak caps when freeing the stream context (#340623).
6873
6874 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
6875
6876         * configure.ac:
6877           Back to CVS
6878
6879 === release 0.10.3 ===
6880
6881 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
6882
6883         * configure.ac:
6884           releasing 0.10.3, "Desplazado"
6885
6886 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
6887
6888         * gst/matroska/matroska-mux.c:
6889         (gst_matroska_mux_stream_is_vorbis_header),
6890         (gst_matroska_mux_write_data):
6891           Don't strcmp() NULL strings.
6892           Only start new clusters on video keyframes, not on any
6893           random audio buffer that doesn't have the DELTA_UNIT
6894           flag set (fixes 'make check' again).
6895
6896 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
6897
6898         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6899
6900         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
6901         (gst_matroska_mux_stream_is_vorbis_header),
6902         (gst_matroska_mux_write_data):
6903           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
6904           value and then dead-lock when muxing vorbis audio streams
6905           (the three vorbis header buffers carry no timestamp, and it
6906           would try to mux these after all video buffers). Fixes #340346.
6907
6908           Improve clustering: start a new cluster also whenever we get
6909           a keyframe.     
6910
6911 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6912
6913         * win32/common/config.h:
6914         * win32/MANIFEST
6915           add the generated file as well
6916
6917 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6918
6919         * Makefile.am:
6920         * configure.ac:
6921         * win32/common/config.h.in:
6922           add win32 stuff
6923
6924 2006-05-03  Michael Smith  <msmith@fluendo.com>
6925
6926         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
6927           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
6928           SUCKS.
6929
6930 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
6931
6932         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
6933         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
6934         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
6935           don't leak caps-string
6936
6937 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
6938
6939         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
6940         (gst_id3demux_sink_activate):
6941           Let core insert default error message for TYPE_NOT_FOUND
6942           errors, it's just as good as our own and has the added
6943           bonus of being translated.
6944
6945 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
6946
6947         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
6948         (gst_tag_demux_sink_event):
6949         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
6950         (gst_id3demux_sink_event):
6951           Post an error message when we get an EOS event and were not
6952           able to find out the type of stream.
6953
6954         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
6955         (test_taglib_id3mux_with_tags):
6956           Decrease num-buffers to 16 per iteration again, otherwise the
6957           many memcpy()s and reallocations in the test will hammer slow
6958           CPUs completely and make the test timeout.
6959
6960 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
6961
6962         * configure.ac:
6963           figure out where plugins-base plugins are
6964         * tests/check/Makefile.am:
6965           use plugins-base plugins, so we have typefind functions
6966         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
6967           increase num-buffers, this makes sure the test errors out instead
6968           of timing out when no typefind functions are present
6969
6970 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6971
6972         * docs/plugins/Makefile.am:
6973           also check .cc files for gtk-doc markup
6974         * configure.ac:
6975         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6976         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6977         * tests/check/Makefile.am:
6978         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
6979         * ext/Makefile.am:
6980         * ext/taglib/Makefile.am:
6981         * ext/taglib/gstid3v2mux.h:
6982         * ext/taglib/gsttaglibmux.c:
6983         * ext/taglib/gsttaglibmux.h:
6984           move taglib-based id3v2muxer to -good.  Fixes #336110.
6985
6986 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
6987
6988         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
6989           ... and fix multichannel/WAVFORMATEX support again.
6990
6991 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
6992
6993         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
6994         (gst_wavparse_class_init), (gst_wavparse_dispose),
6995         (gst_wavparse_reset), (gst_wavparse_init),
6996         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
6997         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
6998         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
6999         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
7000         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
7001         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
7002         (gst_wavparse_stream_data), (gst_wavparse_loop),
7003         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
7004         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
7005         (gst_wavparse_change_state), (plugin_init):
7006         * gst/wavparse/gstwavparse.h:
7007           Add push (streaming) mode to wavparse (fixes #337625)
7008
7009 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
7010
7011         * configure.ac:
7012         * tests/Makefile.am:
7013           add ximagesrc icles test
7014
7015 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
7016
7017         * configure.ac:
7018         * docs/plugins/Makefile.am:
7019         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7020         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7021         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
7022         (gst_cmml_enc_push_clip):
7023         * sys/Makefile.am:
7024         * sys/ximage/Makefile.am:
7025         * sys/ximage/gstximagesrc.c:
7026           Move ximagesrc plug-in to good after review.  Fixes #336756.
7027
7028 2006-04-28  Michael Smith  <msmith@fluendo.com>
7029
7030         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
7031         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
7032         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
7033         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
7034         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
7035         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
7036         * gst/icydemux/gsticydemux.h:
7037           Fix event handling: cache events when typefinding and forward later.
7038
7039 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7040
7041         * sys/osxaudio/gstosxaudiosink.c:
7042         (plugin_init):
7043          Register osxaudiosrc to the plugin.
7044         * sys/osxaudio/gstosxaudiosrc.c:
7045         (gst_osx_audio_src_osxelement_do_init),
7046         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
7047         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
7048         (gst_osx_audio_src_get_property),
7049         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
7050         (gst_osx_audio_src_osxelement_init):
7051         * sys/osxaudio/gstosxaudiosrc.h:
7052           Port of osxaudiosrc to 0.10.
7053         * sys/osxaudio/Makefile.am:
7054           Add osxaudiosrc
7055
7056 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7057
7058         * sys/osxaudio/gstosxringbuffer.c:
7059         * sys/osxaudio/gstosxringbuffer.h:
7060           Forgot to commit earlier, part of the OSX audio plugin port
7061
7062 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
7063
7064         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
7065         (parse_split_strings):
7066           Recognise and skip any byte order marker (BOM) in
7067           UTF-16 strings.
7068
7069 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
7070
7071         * docs/plugins/Makefile.am:
7072         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7073         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7074         * docs/plugins/gst-plugins-good-plugins.hierarchy:
7075         * docs/plugins/inspect/plugin-avi.xml:
7076         * gst/avi/gstavidemux.c:
7077         * gst/avi/gstavimux.c:
7078           Add docs for both avidemux and avimux.
7079
7080 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
7081
7082         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
7083
7084         * gst/avi/Makefile.am:
7085         * gst/avi/gstavi.c: (plugin_init):
7086         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
7087         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
7088         (gst_avi_mux_class_init), (gst_avi_mux_init),
7089         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
7090         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
7091         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
7092         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
7093         (gst_avi_mux_riff_get_avix_header),
7094         (gst_avi_mux_riff_get_video_header),
7095         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
7096         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
7097         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
7098         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
7099         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
7100         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
7101         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
7102         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
7103         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
7104         (gst_avi_mux_change_state):
7105         * gst/avi/gstavimux.h:
7106           Port AVI muxer to GStreamer-0.10 (#332031).
7107
7108         * tests/check/Makefile.am:
7109         * tests/check/elements/avimux.c:
7110         * tests/check/elements/.cvsignore:
7111           Add unit test for AVI muxer.
7112
7113 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
7114
7115         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
7116         (gst_wavparse_class_init), (gst_wavparse_reset),
7117         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
7118         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
7119         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
7120         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
7121         (gst_wavparse_stream_data), (gst_wavparse_loop),
7122         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
7123         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
7124         (plugin_init):
7125         * gst/wavparse/gstwavparse.h:
7126           reverted patch #337625 for the price of 1 hour sleep
7127
7128 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
7129
7130         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
7131         (gst_wavparse_class_init), (gst_wavparse_reset),
7132         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
7133         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
7134         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
7135         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
7136         (gst_wavparse_stream_data), (gst_wavparse_loop),
7137         (gst_wavparse_chain), (plugin_init):
7138         * gst/wavparse/gstwavparse.h:
7139           correct partial implementation of push mode
7140           (from my last commit)
7141
7142 2006-04-26  Wim Taymans  <wim@fluendo.com>
7143
7144         * ext/esd/esdsink.c:
7145         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
7146         it is not in esd.h
7147
7148 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
7149
7150         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
7151         (gst_au_parse_class_init), (gst_au_parse_init),
7152         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
7153         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
7154         (gst_au_parse_chain), (gst_au_parse_src_convert),
7155         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
7156         (gst_au_parse_sink_event), (gst_au_parse_src_event),
7157         (gst_au_parse_change_state):
7158         * gst/auparse/gstauparse.h:
7159           Rewrite auparse to suck a little bit less: make source pad
7160           dynamic, so decodebin/playbin work with non-raw formats
7161           like alaw/mulaw; add query function for duration/position
7162           queries; check whether we have enough data before attempting
7163           to parse the header (instead of crashing when that is not the
7164           case); work around audioconvert sucking by swapping endianness
7165           to the native endianness ourselves for float formats; send
7166           initial newsegment event. Fixes #161712.
7167
7168 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7169
7170         * sys/osxaudio/Makefile.am:
7171         * sys/osxaudio/gstosxaudioelement.c:
7172         (gst_osx_audio_element_get_type),
7173         (gst_osx_audio_element_class_init):
7174         * sys/osxaudio/gstosxaudioelement.h:
7175         * sys/osxaudio/gstosxaudiosink.c:
7176         (gst_osx_audio_sink_osxelement_do_init),
7177         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
7178         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
7179         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
7180         (gst_osx_audio_sink_create_ringbuffer),
7181         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
7182         (plugin_init):
7183         * sys/osxaudio/gstosxaudiosink.h:
7184         Port of osxaudiosink to 0.10
7185
7186 2006-04-26  Wim Taymans  <wim@fluendo.com>
7187
7188         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
7189         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
7190         the size of the ringbuffer. This should fix hangs with older 
7191         esd sound servers.
7192
7193 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
7194
7195         * ext/aalib/gstaasink.c:
7196         * ext/annodex/gstcmmldec.c:
7197         * ext/annodex/gstcmmlenc.c:
7198         * ext/cairo/gsttextoverlay.c:
7199         * ext/cairo/gsttimeoverlay.c:
7200         * ext/cdio/gstcdiocddasrc.c:
7201         * ext/dv/gstdvdec.c:
7202         * ext/dv/gstdvdemux.c:
7203         * ext/esd/esdmon.c:
7204         * ext/esd/esdsink.c:
7205         * ext/flac/gstflacenc.c:
7206         * ext/flac/gstflactag.c:
7207         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
7208         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
7209         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
7210         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
7211         * ext/gdk_pixbuf/pixbufscale.c:
7212         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
7213         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
7214         * ext/jpeg/gstjpegdec.c:
7215         * ext/jpeg/gstjpegenc.c:
7216         * ext/jpeg/gstsmokedec.c:
7217         * ext/jpeg/gstsmokeenc.c:
7218         * ext/libcaca/gstcacasink.c:
7219         * ext/libmng/gstmngdec.c:
7220         * ext/libmng/gstmngenc.c:
7221         * ext/libpng/gstpngdec.c:
7222         * ext/libpng/gstpngenc.c:
7223         * ext/mikmod/gstmikmod.c:
7224         * ext/raw1394/gstdv1394src.c:
7225         * ext/shout2/gstshout2.c: (gst_shout2send_init):
7226         * ext/shout2/gstshout2.h:
7227         * ext/speex/gstspeexdec.c:
7228         * ext/speex/gstspeexenc.c:
7229         * gst/alpha/gstalpha.c:
7230         * gst/alpha/gstalphacolor.c:
7231         * gst/apetag/gstapedemux.c:
7232         * gst/auparse/gstauparse.c:
7233         * gst/autodetect/gstautoaudiosink.c:
7234         (gst_auto_audio_sink_base_init):
7235         * gst/autodetect/gstautovideosink.c:
7236         (gst_auto_video_sink_base_init):
7237         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
7238         * gst/avi/gstavimux.c: (gst_avimux_base_init):
7239         * gst/cutter/gstcutter.c:
7240         * gst/debug/breakmydata.c:
7241         * gst/debug/efence.c:
7242         * gst/debug/gstnavigationtest.c:
7243         * gst/debug/gstnavseek.c:
7244         * gst/debug/negotiation.c:
7245         * gst/debug/progressreport.c:
7246         * gst/debug/testplugin.c:
7247         * gst/effectv/gstaging.c:
7248         * gst/effectv/gstdice.c:
7249         * gst/effectv/gstedge.c:
7250         * gst/effectv/gstquark.c:
7251         * gst/effectv/gstrev.c:
7252         * gst/effectv/gstshagadelic.c:
7253         * gst/effectv/gstvertigo.c:
7254         * gst/effectv/gstwarp.c:
7255         * gst/flx/gstflxdec.c:
7256         * gst/goom/gstgoom.c:
7257         * gst/icydemux/gsticydemux.c:
7258         * gst/id3demux/gstid3demux.c:
7259         * gst/interleave/deinterleave.c:
7260         * gst/interleave/interleave.c:
7261         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
7262         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
7263         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
7264         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
7265         * gst/level/gstlevel.c:
7266         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
7267         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
7268         * gst/median/gstmedian.c:
7269         * gst/monoscope/gstmonoscope.c:
7270         * gst/multipart/multipartdemux.c:
7271         * gst/multipart/multipartmux.c:
7272         * gst/oldcore/gstaggregator.c:
7273         * gst/oldcore/gstfdsink.c:
7274         * gst/oldcore/gstmd5sink.c:
7275         * gst/oldcore/gstmultifilesrc.c:
7276         * gst/oldcore/gstpipefilter.c:
7277         * gst/oldcore/gstshaper.c:
7278         * gst/oldcore/gststatistics.c:
7279         * gst/rtp/gstasteriskh263.c:
7280         * gst/rtp/gstrtpL16depay.c:
7281         * gst/rtp/gstrtpL16pay.c:
7282         * gst/rtp/gstrtpamrdepay.c:
7283         * gst/rtp/gstrtpamrpay.c:
7284         * gst/rtp/gstrtpdepay.c:
7285         * gst/rtp/gstrtpgsmpay.c:
7286         * gst/rtp/gstrtph263pay.c:
7287         * gst/rtp/gstrtph263pdepay.c:
7288         * gst/rtp/gstrtph263ppay.c:
7289         * gst/rtp/gstrtpilbcdepay.c:
7290         * gst/rtp/gstrtpmp4gpay.c:
7291         * gst/rtp/gstrtpmp4vdepay.c:
7292         * gst/rtp/gstrtpmp4vpay.c:
7293         * gst/rtp/gstrtpmpadepay.c:
7294         * gst/rtp/gstrtpmpapay.c:
7295         * gst/rtp/gstrtppcmadepay.c:
7296         * gst/rtp/gstrtppcmapay.c:
7297         * gst/rtp/gstrtppcmudepay.c:
7298         * gst/rtp/gstrtppcmupay.c:
7299         * gst/rtp/gstrtpspeexdepay.c:
7300         * gst/rtp/gstrtpspeexpay.c:
7301         * gst/rtsp/gstrtpdec.c:
7302         * gst/rtsp/gstrtspsrc.c:
7303         * gst/smpte/gstsmpte.c:
7304         * gst/udp/gstdynudpsink.c:
7305         * gst/udp/gstmultiudpsink.c:
7306         * gst/udp/gstudpsink.c:
7307         * gst/udp/gstudpsrc.c:
7308         * gst/videobox/gstvideobox.c:
7309         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
7310         * gst/videofilter/gstvideobalance.c:
7311         * gst/videofilter/gstvideoflip.c:
7312         * gst/videofilter/gstvideotemplate.c:
7313         (gst_videotemplate_base_init):
7314         * gst/videomixer/videomixer.c:
7315         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
7316         (gst_wavparse_class_init), (gst_wavparse_dispose),
7317         (gst_wavparse_reset), (gst_wavparse_init),
7318         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
7319         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
7320         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
7321         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
7322         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
7323         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
7324         (gst_wavparse_change_state):
7325         * gst/wavparse/gstwavparse.h:
7326         * sys/oss/gstossmixerelement.c:
7327         * sys/oss/gstosssink.c:
7328         * sys/oss/gstosssrc.c:
7329         * sys/osxaudio/gstosxaudioelement.c:
7330         * sys/osxaudio/gstosxaudiosink.c:
7331         * sys/osxaudio/gstosxaudiosrc.c:
7332         * sys/sunaudio/gstsunaudiomixer.c:
7333         * sys/sunaudio/gstsunaudiosink.c:
7334           Define GstElementDetails as const and also static (when defined as
7335           global)
7336
7337 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
7338
7339         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
7340           Source pad has fixed caps. If we don't set this, bad
7341           things happen when the window is resized.
7342
7343 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
7344
7345         * gst/matroska/Makefile.am:
7346         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
7347         (gst_matroska_demux_handle_src_event):
7348         * gst/matroska/matroska-ids.c:
7349         (gst_matroska_track_init_video_context),
7350         (gst_matroska_track_init_audio_context),
7351         (gst_matroska_track_init_subtitle_context),
7352         (gst_matroska_track_init_complex_context):
7353         * gst/matroska/matroska-ids.h:
7354           Handle case where the TrackType ebml chunk does not come before the
7355           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
7356           events.
7357
7358 2006-04-25  Wim Taymans  <wim@fluendo.com>
7359
7360         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
7361         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
7362         It's codec_data, not codec_info.
7363
7364 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
7365
7366         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
7367
7368         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
7369           Handle codec_data for VfW compatibility codec IDs (#339451)
7370
7371         * gst/matroska/matroska-mux.c:
7372         (gst_matroska_mux_video_pad_setcaps):
7373           Same here, handle codec_data and add additional caps we can handle
7374           now to the pad template (huffyuv, dv and h263 video) (#339451)
7375
7376 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
7377
7378         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
7379
7380         * gst/matroska/matroska-mux.c:
7381         (gst_matroska_mux_create_buffer_header),
7382         (gst_matroska_mux_write_data):
7383           Fix timestamping of B-frames, use signed integers, do
7384           some rounding (#339678).
7385
7386 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
7387
7388         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
7389         just make it compile with --disable-gst-debug.
7390
7391 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
7392
7393         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
7394         Fix a bad conversion using gst_guint64_to_gdouble.
7395         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
7396         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
7397         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
7398     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
7399         mistake.
7400
7401 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
7402
7403         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
7404         Use gst_guint64_to_gdouble for conversions
7405         * win32/vs6/gst_plugins_good.dsw:
7406         * win32/vs6/libgsticydemux.dsp:
7407         Add a project file for icydemux
7408
7409 2006-04-21  Wim Taymans  <wim@fluendo.com>
7410
7411         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
7412
7413         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
7414         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
7415         When splitting audio chunks, the block alignment is not taken in
7416         consideration, so the smaller chunks could be of size which is 
7417         not a multiple of the block alignment. Fixes #336904
7418
7419 2006-04-21  Wim Taymans  <wim@fluendo.com>
7420
7421         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
7422         Use scale functions
7423
7424 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
7425
7426         * ext/dv/gstdv.c: (plugin_init):
7427           Fix build.
7428
7429 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
7430
7431         * gst/debug/progressreport.c: (gst_progress_report_finalize),
7432         (gst_progress_report_class_init), (gst_progress_report_init),
7433         (gst_progress_report_do_query), (gst_progress_report_report),
7434         (gst_progress_report_set_property),
7435         (gst_progress_report_get_property):
7436           Add 'format' property to force querying to a particular format.
7437
7438 2006-04-21  Andy Wingo  <wingo@pobox.com>
7439
7440         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
7441         best, on big endian systems. Drop its rank in that case. OTOH on
7442         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
7443
7444 2006-04-21  Michael Smith  <msmith@fluendo.com>
7445
7446         * configure.ac:
7447         * gst/icydemux/Makefile.am:
7448         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
7449         (gst_icydemux_base_init), (gst_icydemux_class_init),
7450         (gst_icydemux_reset), (gst_icydemux_init),
7451         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
7452         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
7453         (unicodify), (gst_icydemux_unicodify),
7454         (gst_icydemux_parse_and_send_tags),
7455         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
7456         (gst_icydemux_chain), (gst_icydemux_change_state),
7457         (gst_icydemux_send_tag_event), (plugin_init):
7458         * gst/icydemux/gsticydemux.h:
7459         * tests/check/Makefile.am:
7460         * tests/check/elements/icydemux.c: (typefind_succeed),
7461         (plugin_init), (icydemux_found_pad), (create_icydemux),
7462         (cleanup_icydemux), (push_data), (GST_START_TEST),
7463         (icydemux_suite), (main):
7464           Add icydemux, and tests.
7465
7466 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
7467
7468         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
7469           Post SEGMENT_DONE message in TIME format.
7470
7471 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
7472
7473         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
7474
7475         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
7476         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
7477           Fix index creation when we have to scan the file to create
7478           an index. There may be other types of RIFF 'LIST' chunks than
7479           'movi' and we need to skip them properly as well or we'll end up
7480           reading garbage (#336889). Some other cosmetic changes.
7481           
7482 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
7483
7484         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
7485         (gst_flac_dec_handle_seek_event):
7486           Add support for segment seeks (fixes #338290). Also demote
7487           some recurring debug message from DEBUG to LOG level.
7488
7489 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
7490
7491         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
7492         (gst_matroskademux_do_index_seek),
7493         (gst_matroska_demux_handle_seek_event),
7494         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
7495         * gst/matroska/matroska-ids.h:
7496           Set DISCONT flag on first buffer after a discontinuity.
7497           Fix newsegment events sent when seeking and honour KEY_UNIT
7498           seek flag. Create pad with bogus caps if we don't recognise
7499           the stream codec id.
7500
7501         * gst/matroska/matroska-demux.h:
7502           Fix GObject macros.
7503
7504 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
7505
7506         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
7507
7508         * gst/matroska/matroska-demux.c:
7509         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
7510           Handle end of segment properly when set; don't dead-lock when
7511           posting start of segment message when doing a segment seek.
7512           Fixes #338810.
7513
7514 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
7515
7516         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
7517         (gst_matroska_demux_plugin_init):
7518           Make mpeg2 aac audio work: create artificial private codec data
7519           chunk which faad2 seems to require, just as we do for mpeg4 aac.
7520           Also call gst_riff_init(). Partially fixes #338767.
7521
7522 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
7523
7524         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
7525         (gst_wavenc_class_init), (gst_wavenc_init),
7526         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
7527         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
7528         (gst_wavenc_chain), (gst_wavenc_change_state):
7529         * gst/wavenc/gstwavenc.h:
7530           Set caps on first outgoing buffer, so that it doesn't error out
7531           immediately with a non-negotiated error (#338716). Rewrite and
7532           clean up a bit; fix setcaps function to parse things properly;
7533           fix sink caps (8bit audio is unsigned and doesn't have depth);
7534           use boilerplate macros; remove unused properties stuff.
7535
7536 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
7537
7538         * ext/gdk_pixbuf/gstgdkpixbuf.c:
7539           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
7540           handle MJPEG streams and might be autoplugged for those if the
7541           user doesn't have jpegdec installed (resulting in a cryptic error
7542           message about huffman tables). Better to disable JPEG decoding here
7543           and let the user figure out that she needs to install jpegdec.
7544
7545 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
7546
7547         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
7548         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
7549         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
7550         * ext/gdk_pixbuf/gstgdkpixbuf.h:
7551           Make work with packetised/framed input (e.g. png-in-quicktime). Use
7552           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
7553           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
7554           debug messages. Fix boilerplate macros.
7555
7556 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
7557
7558         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
7559         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
7560           No need to special-case for Gdk-2.0 any longer, we require
7561           Gdk 2.2 or newer; minor clean-ups.
7562
7563 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
7564
7565         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
7566         (gst_shout2send_class_init), (gst_shout2send_init),
7567         (set_shout_metadata), (gst_shout2send_set_metadata),
7568         (gst_shout2send_event), (gst_shout2send_start),
7569         (gst_shout2send_connect), (gst_shout2send_stop),
7570         (gst_shout2send_render), (gst_shout2send_set_property),
7571         (gst_shout2send_get_property), (gst_shout2send_setcaps),
7572         (plugin_init):
7573         * ext/shout2/gstshout2.h:
7574         * po/POTFILES.in:
7575           Rewrite a bit: use GstBaseSink::start and stop instead of a state
7576           change function; use GST_ELEMENT_ERROR for error reporting, not
7577           g_error() or GST_ERROR(); don't unref caps in setcaps function,
7578           will cause crashes or assertion failures; remove (unused) "sync"
7579           property, basesink already has such a property; misc. other
7580           minor fixes and cleanups.
7581
7582 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
7583
7584         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
7585         * ext/esd/gstesd.c: (plugin_init):
7586         * po/POTFILES.in:
7587           Add translatable error message for when we cannot
7588           connect to the sound server, as "Cannot open resource
7589           for writing" isn't really an acceptable message to show
7590           to the user in this case.
7591
7592 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
7593
7594         * sys/oss/gst-i18n-plugin.h:
7595           Remove bogus file that doesn't belong here.
7596
7597 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
7598
7599         Patch by: Philippe Valembois
7600
7601         * ext/shout2/gstshout2.c: (gst_shout2send_init),
7602         (gst_shout2send_set_metadata), (gst_shout2send_event),
7603         (gst_shout2send_render), (gst_shout2send_change_state):
7604         * ext/shout2/gstshout2.h:
7605           Handle tags being received before the connection to
7606           the server is established properly (see #338636).
7607
7608 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
7609
7610         * ext/shout2/gstshout2.c: (gst_shout2send_render):
7611           Don't crash in case the connection to the server fails:
7612           don't set pointer to NULL by assigning FALSE; error out
7613           properly by using GST_ELEMENT_ERROR and returning
7614           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
7615           before resetting the pointer.
7616
7617 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
7618
7619         * gst/id3demux/id3tags.c:
7620         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
7621         (Fixes #338713)
7622
7623 2006-04-12  Wim Taymans  <wim@fluendo.com>
7624
7625         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
7626         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
7627         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
7628         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
7629         (gst_gdk_pixbuf_chain):
7630         Some cleanups.
7631         Added RGBA as a possible output format.
7632         Correctly free the supported mimetypes.
7633         deprecate silent arg, it's not used.
7634         Return result from _alloc_buffer to peer.
7635
7636 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
7637
7638         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
7639           Don't leak memory allocated by gst_buffer_new_and_alloc() by
7640           overwriting GST_BUFFER_MALLOCDATA.
7641
7642 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
7643
7644         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
7645         (user_endrow_callback), (user_end_callback),
7646         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
7647         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
7648         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
7649         * ext/libpng/gstpngdec.h:
7650           Handle more than one frame if the content is framed,
7651           like with png-in-quicktime (#331917).
7652
7653 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7654
7655         * sys/oss/Makefile.am:
7656         * sys/oss/common.h:
7657         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
7658         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
7659         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
7660         (gst_oss_src_unprepare):
7661           - the user-visible error strings were in the wrong category
7662           - and the messages were not marked for translation
7663           - which is actually a good thing, because they were exactly
7664             the kind of message you would never want anyone to see
7665           - the macros were using variables that didn't exist in the macro
7666             arguments
7667           - and they were obviously copied from each other and then modified
7668           - so a common header makes sense
7669
7670 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
7671
7672         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
7673           Don't try to modify read-only data.
7674
7675         * gst/matroska/matroska-demux.c:
7676         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
7677           Fix comment (won't crash any longer now).
7678
7679 2006-04-10  Michael Smith  <msmith@fluendo.com>
7680
7681         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
7682           Use copies of header buffers for caps to avoid circular refcounting
7683           problems (as in theoradec, vorbisdec).
7684
7685         * tests/check/elements/cmmldec.c: (GST_START_TEST):
7686           Fix a typo in test that meant it was testing the wrong thing.
7687
7688         * tests/check/elements/cmmlenc.c: (check_headers):
7689           Fix refcount checks now that we use buffer-copies for caps.
7690
7691 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
7692
7693         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
7694         (gst_matroska_demux_handle_seek_event),
7695         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
7696         (gst_matroska_demux_subtitle_caps),
7697         (gst_matroska_demux_plugin_init):
7698           Use static pad templates with ANY caps for audio and video
7699           source pads and get rid of a lot of unnecessary (and partially
7700           broken) code for the template caps. Clean up caps finding
7701           functions. Fixes playback of audio files/streams that do not
7702           contain the sample rate and/or number of channels in the audio
7703           context (happens a lot with vorbis/mp3 .mka files it seems).
7704           Fixes #337183.
7705           Also add myself to copyright holders.
7706
7707 2006-04-10  Michael Smith  <msmith@fluendo.com>
7708
7709         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
7710           Use g_list_delete_link () instead of g_list_remove_link () so that
7711           we free the link as well as the contained data.
7712
7713 2006-04-10  Wim Taymans  <wim@fluendo.com>
7714
7715         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
7716
7717         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
7718         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
7719         (gst_avi_demux_stream_header):
7720         Fix some crashers with empty chunks. (Fixes #337749)
7721
7722 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
7723
7724         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
7725           use G_GINT64_CONSTANT for INT64 constants
7726         * gst/videofilter/gstvideobalance.c:
7727           define rint for WIN32 #define rint(x) (floor((x)+0.5))
7728         * win32/vs6/libgstavi.dsp:
7729          add missing libraries for the link and remove avimux.c from
7730          the project as it isn't ported to 0.10 yet
7731         
7732 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
7733
7734         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
7735           Even better would be if we actually did the right thing
7736           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
7737
7738 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
7739
7740         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
7741           Can't just replace 1LL with 1L here just because MSVC doesn't
7742           support it, as it might lead to incorrect results when doing the
7743           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
7744           force a 64-bit constant in a way that all compilers are happy with.
7745
7746 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
7747
7748         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
7749         * ext/esd/esdsink.c: (gst_esdsink_class_init):
7750         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
7751         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
7752         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
7753         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
7754         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
7755         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
7756         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
7757         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
7758         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
7759         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
7760         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
7761         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
7762         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
7763         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
7764         * gst/avi/gstavimux.c: (gst_avimux_class_init):
7765         * gst/debug/efence.c: (gst_efence_class_init):
7766         * gst/debug/negotiation.c: (gst_negotiation_class_init):
7767         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
7768         * gst/goom/gstgoom.c: (gst_goom_class_init):
7769         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
7770         * gst/interleave/deinterleave.c: (deinterleave_class_init):
7771         * gst/interleave/interleave.c: (interleave_class_init):
7772         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
7773         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
7774         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
7775         * gst/median/gstmedian.c: (gst_median_class_init):
7776         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
7777         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
7778         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
7779         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
7780         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
7781         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
7782         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
7783         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
7784         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
7785         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
7786         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
7787         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
7788         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
7789         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
7790         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
7791         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
7792         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
7793         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
7794         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
7795         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
7796         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
7797         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
7798         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
7799         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
7800         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
7801         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
7802         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
7803         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
7804         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
7805         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
7806         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
7807         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
7808         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
7809         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
7810         * sys/osxaudio/gstosxaudioelement.c:
7811         (gst_osxaudioelement_class_init):
7812         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
7813         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
7814         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
7815         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
7816
7817 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
7818
7819         * ext/mikmod/gstmikmod.h:
7820         * gst/level/gstlevel.h:
7821         Fix more broken GObject macros
7822
7823 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
7824
7825         * ext/annodex/gstcmmldec.h:
7826         * ext/annodex/gstcmmlenc.h:
7827         * ext/annodex/gstcmmltag.h:
7828         * ext/cairo/gsttextoverlay.h:
7829         * ext/ladspa/gstsignalprocessor.h:
7830         * gst/matroska/ebml-read.h:
7831         * gst/matroska/ebml-write.h:
7832         * sys/osxaudio/gstosxaudioelement.h:
7833         Fix broken GObject macros
7834
7835 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
7836
7837         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
7838           Don't try to seek beyond the end of the file (would
7839           occasionally display error dialogs in totem when seeking
7840           to the end) (#335869). Will still throw an error though
7841           if the file is truncated and the total_samples value in
7842           the stream header is wrong.
7843
7844 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
7845
7846         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
7847         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
7848         (gst_flac_dec_metadata_callback):
7849         * ext/flac/gstflacdec.h:
7850           If the stream header doesn't contain the total number of samples,
7851           search for the last flac frame at the end of the file and calculate
7852           the total duration from that frame's offset (fixes #337609).
7853
7854 2006-04-07  Edward Hervey  <edward@fluendo.com>
7855
7856         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
7857         Don't unref the GstPadTemplate returned by
7858         gst_element_class_get_pad_template().
7859
7860 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
7861
7862         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
7863
7864         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
7865         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
7866         * sys/sunaudio/gstsunaudiosink.h:
7867           Use spec->segsize and spec->segtotal in the prepare function
7868           to initialise the ring buffer instead of using the buffer-time
7869           property (#337421).
7870
7871 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
7872
7873         * configure.ac:
7874           Bump core requirements to CVS for gst_pad_query_peer_duration()
7875           which is used by speexdec.
7876
7877 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
7878
7879         * ext/speex/gstspeex.c: (plugin_init):
7880         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
7881         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
7882         (speex_get_sink_query_types), (speex_dec_sink_query),
7883         (speex_get_src_query_types), (speex_dec_src_query),
7884         (speex_dec_src_event), (speex_dec_sink_event),
7885         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
7886         (speex_dec_chain_parse_data), (speex_dec_chain),
7887         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
7888         (speex_dec_change_state):
7889         * ext/speex/gstspeexdec.h:
7890           Fix seeking and duration queries (#337033); clean up and
7891           refactor a bit.
7892
7893 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7894
7895         * ext/raw1394/gstdv1394src.c:
7896           distinguish between device not found and could not open for
7897           reading
7898
7899 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7900
7901         * Makefile.am:
7902         * configure.ac:
7903         * pkgconfig/.cvsignore:
7904         * pkgconfig/Makefile.am:
7905         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
7906           add a .pc file so other modules can use good plugins in tests
7907
7908 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
7909
7910         * configure.ac:
7911           clean up, use AS_VERSION and AS_NANO
7912         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
7913           use PACKAGE_VERSION define
7914         * po/af.po:
7915         * po/az.po:
7916         * po/cs.po:
7917         * po/en_GB.po:
7918         * po/hu.po:
7919         * po/it.po:
7920         * po/nb.po:
7921         * po/nl.po:
7922         * po/or.po:
7923         * po/sq.po:
7924         * po/sr.po:
7925         * po/sv.po:
7926         * po/uk.po:
7927         * po/vi.po:
7928           updated
7929
7930 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
7931
7932         * ext\jpeg\smokecodec.c:
7933           use of GST_DEBUG instead of DEBUG(a...) for WIN32
7934         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
7935           move first instruction after all variables declarations
7936         * gst\alpha\gstalpha.c:
7937         * gst\effectv\gstshagadelic.c:
7938         * gst\smpte\paint.c:
7939         * gst\videofilter\gstvideobalance.c:
7940           define M_PI if it's not defined (it's not defined on WIN32)
7941         * gst\cutter\gstcutter.c: (gst_cutter_chain):
7942         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
7943         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
7944         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
7945         (gst_matroska_demux_video_caps):
7946         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
7947         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
7948           use gst_guint64_to_gdouble for conversions
7949         * gst\goom\filters.c: (setPixelRGB_):
7950           fix a debug which was using undefined variable
7951         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
7952         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
7953           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
7954         * win32/vs6:
7955           add vs6 projects files for most of plugins-good
7956         
7957 2006-03-30  j^  <j@bootlab.org>
7958
7959         * ext/aalib/gstaasink.c:
7960         * ext/annodex/gstcmmldec.c:
7961         * ext/annodex/gstcmmlenc.c:
7962         * ext/cairo/gsttextoverlay.c:
7963         * ext/cairo/gsttimeoverlay.c:
7964         * ext/cdio/gstcdiocddasrc.c:
7965         * ext/dv/gstdvdec.c:
7966         * ext/esd/esdmon.c:
7967         * ext/esd/esdsink.c:
7968         * ext/flac/gstflacdec.c:
7969         * ext/flac/gstflacenc.c:
7970         * ext/flac/gstflactag.c:
7971         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
7972         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
7973         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
7974         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
7975         * ext/gdk_pixbuf/gstgdkpixbuf.c:
7976         * ext/gdk_pixbuf/pixbufscale.c:
7977         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
7978         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
7979         * ext/jpeg/gstjpegdec.c:
7980         * ext/jpeg/gstjpegenc.c:
7981         * ext/jpeg/gstsmokedec.c:
7982         * ext/jpeg/gstsmokeenc.c:
7983         * ext/libcaca/gstcacasink.c:
7984         * ext/libmng/gstmngdec.c:
7985         * ext/libmng/gstmngenc.c:
7986         * ext/libpng/gstpngdec.c:
7987         * ext/libpng/gstpngenc.c:
7988         * ext/mikmod/gstmikmod.c:
7989         * ext/raw1394/gstdv1394src.c:
7990         * ext/shout2/gstshout2.c:
7991         * ext/speex/gstspeexdec.c:
7992         * ext/speex/gstspeexenc.c:
7993         * gst/alpha/gstalpha.c:
7994         * gst/alpha/gstalphacolor.c:
7995         * gst/auparse/gstauparse.c:
7996         * gst/autodetect/gstautoaudiosink.c:
7997         (gst_auto_audio_sink_base_init):
7998         * gst/autodetect/gstautovideosink.c:
7999         (gst_auto_video_sink_base_init):
8000         * gst/avi/gstavimux.c: (gst_avimux_base_init):
8001         * gst/cutter/gstcutter.c:
8002         * gst/debug/breakmydata.c:
8003         * gst/debug/efence.c:
8004         * gst/debug/gstnavigationtest.c:
8005         * gst/debug/negotiation.c:
8006         * gst/debug/progressreport.c:
8007         * gst/debug/testplugin.c:
8008         * gst/effectv/gstaging.c:
8009         * gst/effectv/gstdice.c:
8010         * gst/effectv/gstedge.c:
8011         * gst/effectv/gstquark.c:
8012         * gst/effectv/gstrev.c:
8013         * gst/effectv/gstvertigo.c:
8014         * gst/effectv/gstwarp.c:
8015         * gst/flx/gstflxdec.c:
8016         * gst/goom/gstgoom.c:
8017         * gst/interleave/deinterleave.c:
8018         * gst/interleave/interleave.c:
8019         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
8020         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
8021         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
8022         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
8023         * gst/level/gstlevel.c:
8024         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
8025         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
8026         * gst/median/gstmedian.c:
8027         * gst/monoscope/gstmonoscope.c:
8028         * gst/multipart/multipartdemux.c:
8029         * gst/multipart/multipartmux.c:
8030         * gst/oldcore/gstmd5sink.c:
8031         * gst/oldcore/gstmultifilesrc.c:
8032         * gst/oldcore/gstpipefilter.c:
8033         * gst/oldcore/gstshaper.c:
8034         * gst/oldcore/gststatistics.c:
8035         * gst/rtp/gstasteriskh263.c:
8036         * gst/rtp/gstrtpL16depay.c:
8037         * gst/rtp/gstrtpL16pay.c:
8038         * gst/rtp/gstrtpamrdepay.c:
8039         * gst/rtp/gstrtpamrpay.c:
8040         * gst/rtp/gstrtpdepay.c:
8041         * gst/rtp/gstrtpgsmpay.c:
8042         * gst/rtp/gstrtph263pay.c:
8043         * gst/rtp/gstrtph263pdepay.c:
8044         * gst/rtp/gstrtph263ppay.c:
8045         * gst/rtp/gstrtpmp4gpay.c:
8046         * gst/rtp/gstrtpmp4vdepay.c:
8047         * gst/rtp/gstrtpmp4vpay.c:
8048         * gst/rtp/gstrtpmpadepay.c:
8049         * gst/rtp/gstrtpmpapay.c:
8050         * gst/rtp/gstrtppcmadepay.c:
8051         * gst/rtp/gstrtppcmapay.c:
8052         * gst/rtp/gstrtppcmudepay.c:
8053         * gst/rtp/gstrtppcmupay.c:
8054         * gst/rtp/gstrtpspeexdepay.c:
8055         * gst/rtp/gstrtpspeexpay.c:
8056         * gst/rtsp/gstrtpdec.c:
8057         * gst/smpte/gstsmpte.c:
8058         * gst/videobox/gstvideobox.c:
8059         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
8060         * gst/videofilter/gstvideobalance.c:
8061         * gst/videofilter/gstvideoflip.c:
8062         * gst/videofilter/gstvideotemplate.c:
8063         (gst_videotemplate_base_init):
8064         * gst/videomixer/videomixer.c:
8065         * gst/wavenc/gstwavenc.c:
8066         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
8067          better/unified long descriptions
8068          Fixed #336602
8069          Some cleanups to auparse, don't send multiple newsegments.
8070
8071 2006-03-29  Wim Taymans  <wim@fluendo.com>
8072
8073         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
8074
8075         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
8076         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
8077         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
8078         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
8079         * ext/dv/gstdvdemux.h:
8080         Seek in READY patch. Only works for pull based mode.
8081         Fixes #323880
8082
8083 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
8084
8085         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
8086         (gst_gdk_pixbuf_event):
8087           Fix two crashers: don't unref the same caps twice, and
8088           set pixbuf loader to NULL after freeing it.
8089
8090 2006-03-27  Wim Taymans  <wim@fluendo.com>
8091
8092         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
8093         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
8094         (gst_speexenc_chain):
8095         * ext/speex/gstspeexenc.h:
8096         Don't leak adapter.
8097         A push *always* takes ownership of the buffer, even on
8098         errors.
8099         Small cleanups.
8100
8101 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
8102
8103         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
8104           Create source pad without leaking.
8105
8106 2006-03-24  Wim Taymans  <wim@fluendo.com>
8107
8108         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
8109         * ext/flac/gstflacdec.h:
8110         * ext/flac/gstflacenc.h:
8111         Spifify a bit.
8112         Fix deadly lock order error in seeking code, STREAM_LOCK
8113         cannot be taken within LOCK and the streaming variables are
8114         protected with the STREAM_LOCK anyway.
8115
8116 2006-03-24  Wim Taymans  <wim@fluendo.com>
8117
8118         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
8119         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
8120         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
8121         this patch combines the global init_frames with the stream
8122         init_frames. Rationale being that the global delay should 
8123         be subtracted from any stream delay.
8124         Fixes #335858.
8125
8126 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
8127
8128         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
8129         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
8130         * gst/smpte/gstsmpte.c: (gst_smpte_init):
8131         * gst/videomixer/videomixer.c: (gst_videomixer_init):
8132         use DEBUG_FUNCPTR for collectpads
8133
8134 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
8135
8136         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
8137           Don't crash when encoding images where the number of rows isn't
8138           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
8139
8140 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
8141
8142         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
8143         * gst/interleave/deinterleave.c: (deinterleave_change_state):
8144         * gst/interleave/interleave.c: (interleave_change_state):
8145         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
8146           More state change function fixes.
8147
8148 2006-03-23  Wim Taymans  <wim@fluendo.com>
8149
8150         * ext/esd/esdsink.c: (gst_esdsink_class_init),
8151         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
8152         (gst_esdsink_prepare), (gst_esdsink_unprepare),
8153         (gst_esdsink_delay), (gst_esdsink_reset):
8154         * ext/esd/esdsink.h:
8155         Fix esd choppy playback by configuring audiosink
8156         correctly. Fixes #325191
8157
8158 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
8159
8160         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
8161           Make state change function thread-safe.
8162
8163 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
8164
8165         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
8166         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
8167           Don't try to read beyond the end of the file just because
8168           the header claims a bigger size (like with truncated files).
8169
8170 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
8171
8172         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8173         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
8174         (gst_wavparse_stream_data), (gst_wavparse_loop):
8175         * gst/wavparse/gstwavparse.h:
8176           Delay source pad creation until we have the first chunk of
8177           media data, so the we can examine the data and adjust the
8178           caps accordingly if required. This makes playback of .wav
8179           files with DTS-declared-as-PCM content work (#313266).
8180
8181 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
8182
8183         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
8184         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8185         Don't attempt typefinding on too-short buffers that have been
8186         completely trimmed away. (Fixes #330239)
8187
8188         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
8189         Improve the debug output
8190
8191 2006-03-21  Wim Taymans  <wim@fluendo.com>
8192
8193         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
8194         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
8195         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
8196         (gst_esdsink_set_property), (gst_esdsink_get_property):
8197         Some cleanups.
8198         Reset fd to -1 when we close them.
8199
8200 2006-03-21  Wim Taymans  <wim@fluendo.com>
8201
8202         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
8203         the OPTIONS request result is optional so don't
8204         fail on it.
8205
8206 2006-03-21  Edward Hervey  <edward@fluendo.com>
8207
8208         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
8209         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
8210         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
8211         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
8212         (gst_wavparse_change_state):
8213         gcc 4.1 unreferenced pointer fixes.
8214
8215 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
8216
8217         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8218
8219         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
8220           Fix block alignment calculation. Alignment should be done before
8221           adding the byte offset where the data starts (#335231).
8222
8223 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
8224
8225         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
8226           Ensure that we set correct caps on buffers that are transferred
8227           direct from the input.
8228
8229 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
8230
8231         * gst/goom/filters.c: (zoomFilterDestroy):
8232         * gst/goom/goom_core.c: (goom_close):
8233           Free filter data when cleaning up. (Fixes: #334995)
8234
8235 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
8236
8237         * configure.ac:
8238           Don't compile udp and rtsp plugins on win32 (mingw) or other
8239           systems that don't have <sys/socket.h> for some reason (#316203).
8240
8241 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8242
8243         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
8244         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
8245         * ext/raw1394/gstdv1394src.h:
8246           Change bus reset handler so it reports useful information such as
8247           whether the device being used connected or disconnected
8248
8249 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
8250
8251         * gst/id3demux/id3v2frames.c:
8252         (parse_relative_volume_adjustment_two):
8253           We only care about gain and peak data for the master volume.
8254
8255 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
8256
8257         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
8258         (parse_id_string), (parse_unique_file_identifier),
8259         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
8260           Read replay gain tags (#323721).
8261
8262 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
8263
8264         * configure.ac:
8265           Bump requirements to gst-plugins-base CVS because
8266           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
8267
8268 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
8269
8270         * rtp/gst/gstrtppcmadepay.c:
8271         Fixed one of the caps in the code from mulaw to alaw.
8272
8273 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
8274
8275         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
8276           Ensure that we set caps on the buffers we pass.
8277
8278         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
8279         (gst_id3demux_sink_activate):
8280           Ensure that we set caps on the buffers we pass.
8281
8282           Use STREAM, TYPE_NOT_FOUND as the error class when
8283           typefinding fails.
8284
8285 2006-03-15  Edward Hervey  <edward@fluendo.com>
8286
8287         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
8288         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
8289         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
8290         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
8291         (gst_jpeg_dec_setcaps):
8292         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
8293         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
8294         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
8295         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
8296         (gst_mngdec_src_getcaps):
8297         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
8298         (gst_pngdec_caps_create_and_set):
8299         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
8300         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
8301         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
8302         * gst/alpha/gstalpha.c: (gst_alpha_init):
8303         * gst/auparse/gstauparse.c: (gst_au_parse_init):
8304         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
8305         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
8306         * gst/cutter/gstcutter.c: (gst_cutter_init):
8307         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
8308         (gst_efence_checkgetrange):
8309         * gst/debug/negotiation.c: (gst_negotiation_init):
8310         * gst/flx/gstflxdec.c: (gst_flxdec_init):
8311         * gst/goom/gstgoom.c: (gst_goom_init):
8312         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
8313         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
8314         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
8315         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
8316         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
8317         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
8318         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
8319         * gst/smpte/gstsmpte.c: (gst_smpte_init):
8320         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
8321         (gst_wavparse_create_sourcepad):
8322         Fix memleak with gst_static_pad_template_get().
8323         This uses gst_pad_new_from_static_template() instead.
8324         Fixes #333512
8325
8326 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
8327
8328         * configure.ac:
8329           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
8330           used by id3demux.
8331
8332         * gst/id3demux/gstid3demux.c: (plugin_init):
8333         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
8334         (parse_user_text_identification_frame),
8335         (parse_unique_file_identifier):
8336           Add support for UFID and TXXX frames and extract musicbrainz tags.
8337
8338 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
8339
8340         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
8341           Catch short reads, like they might happen with truncated
8342           files (see #305279); remove unnecessary indentation.
8343
8344 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
8345
8346         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
8347           Fix DIB image inversion for pictures with a
8348           depth != 8 (#305279).
8349
8350 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
8351
8352         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
8353         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
8354         * ext/jpeg/gstjpegdec.h:
8355           Fix durations on outgoing buffers after seeking
8356           in MJPEG files (#334083); some minor clean-ups.
8357
8358 2006-03-13  Wim Taymans  <wim@fluendo.com>
8359
8360         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
8361         (gst_wavparse_change_state):
8362         Implement seek in READY (re-fixes #327658)
8363
8364 2006-03-13  Wim Taymans  <wim@fluendo.com>
8365
8366         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
8367         * ext/esd/esdmon.c: (gst_esdmon_get):
8368         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
8369         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
8370         (gst_gdk_pixbuf_sink_getcaps):
8371         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
8372         (gst_jpegenc_setcaps):
8373         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
8374         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
8375         (gst_smokeenc_setcaps):
8376         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
8377         (gst_mngdec_src_getcaps):
8378         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
8379         (gst_mngenc_chain):
8380         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
8381         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
8382         * ext/speex/gstspeexdec.c: (speex_dec_convert),
8383         (speex_dec_src_event), (speex_dec_chain):
8384         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
8385         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
8386         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
8387         (gst_negotiation_pad_link), (gst_negotiation_chain):
8388         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
8389         (gst_flxdec_chain):
8390         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
8391         (deinterleave_chain):
8392         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
8393         * gst/median/gstmedian.c: (gst_median_link):
8394         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
8395         (gst_monoscope_chain):
8396         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
8397         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
8398         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
8399         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
8400         close #333784 unref the result of gst_pad_get_parent()
8401         by: Christophe Fergeau.
8402
8403 2006-03-09  Wim Taymans  <wim@fluendo.com>
8404
8405         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
8406         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
8407         Handle events in push mode better, can now do non-flushing
8408         seeks in push mode as well.
8409
8410 2006-03-07  Wim Taymans  <wim@fluendo.com>
8411
8412         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
8413         Applied patch from Kai Vehmanen, fixes #333624.
8414
8415 2006-03-06  Julien MOUTTE  <julien@moutte.net>
8416
8417         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
8418         Implement paletted and grayscale png files handling.
8419         (#150363).
8420
8421 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
8422
8423         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
8424         (gst_speexenc_chain):
8425           fix a tag list assert
8426           follow gst-plugins-base/ext/ogg/README; set OFFSET
8427           and OFFSET_END.  Muxes correctly with gst-plugins-base
8428           > 0.9.3
8429
8430 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
8431
8432         * gst/id3demux/Makefile.am:
8433         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
8434         (gst_id3demux_chain), (gst_id3demux_sink_activate):
8435           Use new typefind helper functions here as well, and
8436           do typefinding in pull-mode if upstream supports that.
8437
8438 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
8439
8440         * sys/sunaudio/gstsunaudiomixerctrl.c:
8441         (gst_sunaudiomixer_ctrl_get_volume),
8442         (gst_sunaudiomixer_ctrl_set_volume):
8443         * sys/sunaudio/gstsunaudiomixertrack.c:
8444         (gst_sunaudiomixer_track_new):
8445           Remove unused variables, breaks build from CVS
8446           with -Werror (#333392, patch by: Benjamin Pineau)
8447
8448 2006-03-03  Wim Taymans  <wim@fluendo.com>
8449
8450         * docs/plugins/Makefile.am:
8451         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8452         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8453         Added wavparse docs.
8454
8455         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
8456         (gst_wavparse_reset), (gst_wavparse_init),
8457         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
8458         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
8459         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
8460         (gst_wavparse_stream_data), (gst_wavparse_loop),
8461         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
8462         (gst_wavparse_change_state):
8463         * gst/wavparse/gstwavparse.h:
8464         Implement seek in READY (fixes #327658)
8465         Added docs and did some cleanups.
8466
8467 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
8468
8469         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8470         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
8471         (gst_avi_demux_calculate_durations_from_index),
8472         (gst_avi_demux_stream_header):
8473         * gst/avi/gstavidemux.h:
8474           If we have an index, use a duration based on the index instead
8475           of blindly trusting the information in the stream headers
8476           (fixes #331817).
8477
8478 2006-03-03  Wim Taymans  <wim@fluendo.com>
8479
8480         * docs/plugins/Makefile.am:
8481         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8482         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8483         * docs/plugins/gst-plugins-good-plugins.hierarchy:
8484         Added smoke and jpeg to the docs.
8485
8486         * ext/jpeg/Makefile.am:
8487         * ext/jpeg/gstjpeg.c: (plugin_init):
8488         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
8489         * ext/jpeg/gstjpegenc.h:
8490         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
8491         (gst_smokedec_chain):
8492         * ext/jpeg/gstsmokedec.h:
8493         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
8494         * ext/jpeg/gstsmokeenc.h:
8495         * ext/jpeg/smokecodec.h:
8496         Port smokedec (fixes #331905).
8497         Added some docs.
8498         Some cleanups.
8499
8500 2006-03-03  Wim Taymans  <wim@fluendo.com>
8501
8502         * docs/plugins/Makefile.am:
8503         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8504         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8505         * docs/plugins/gst-plugins-good-plugins.hierarchy:
8506         Added videobalance and videoflip to the docs.
8507
8508         * gst/videofilter/Makefile.am:
8509         * gst/videofilter/gstvideobalance.c:
8510         (gst_video_balance_update_tables_planar411),
8511         (gst_video_balance_is_passthrough),
8512         (gst_video_balance_update_properties), (oil_tablelookup_u8),
8513         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
8514         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
8515         (gst_video_balance_finalize), (gst_video_balance_class_init),
8516         (gst_video_balance_init), (gst_video_balance_interface_supported),
8517         (gst_video_balance_interface_init),
8518         (gst_video_balance_colorbalance_list_channels),
8519         (gst_video_balance_colorbalance_set_value),
8520         (gst_video_balance_colorbalance_get_value),
8521         (gst_video_balance_colorbalance_init),
8522         (gst_video_balance_set_property), (gst_video_balance_get_property),
8523         (gst_video_balance_get_type), (plugin_init):
8524         * gst/videofilter/gstvideobalance.h:
8525         Ported to 0.10. (Fixes #326160)
8526         Added docs.
8527
8528         * gst/videofilter/gstvideoflip.c:
8529         * gst/videofilter/gstvideoflip.h:
8530         Added docs.
8531
8532 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
8533
8534         * configure.ac:
8535           Bump requirements to current core and -base CVS
8536           (core for new typefind helper API, and -base for the
8537           WAVFORMATEX support that was added to libgstriff and
8538           is needed by wavparse).
8539         
8540         * gst/apetag/Makefile.am:
8541         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
8542         (gst_tag_demux_sink_activate):
8543           Use new typefind helpers for typefinding instead of our
8544           home-grown stuff; also, do typefinding in pull-mode if
8545           upstream supports that.
8546
8547 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
8548
8549         Reviewed by: Christian Schaller <christian@fluendo.com>
8550
8551         This patch fixes bug: 329107
8552
8553         This Changelog entry is for a commit done on February 17
8554
8555         * ext/gconf/gconf.c
8556         * ext/gconf/gconf.h
8557         * ext/gconf/gstgconfaudiosink.c
8558         * ext/gconf/gstgconfaudiosink.h
8559         * gconf/gstreamer.schemas.in
8560
8561 2006-02-28  Wim Taymans  <wim@fluendo.com>
8562
8563         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8564         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
8565         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
8566         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
8567         Use DEBUG_OBJECT more.
8568
8569 2006-02-28  Wim Taymans  <wim@fluendo.com>
8570
8571         * docs/plugins/Makefile.am:
8572         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8573         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8574         Added dvdec and dvdemux to docs.
8575
8576         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
8577         Added docs.
8578         Check frame sizes so we don't crash when don't have enough
8579         data.
8580         Send nice error messages on error.
8581
8582         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
8583         (gst_dvdemux_class_init), (gst_dvdemux_init),
8584         (gst_dvdemux_finalize), (gst_dvdemux_reset),
8585         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
8586         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
8587         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
8588         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
8589         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
8590         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
8591         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
8592         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
8593         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
8594         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
8595         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
8596         * ext/dv/gstdvdemux.h:
8597         Added docs.
8598         Implement pull mode.
8599         Fix memleaks.
8600         Reduce memcpy for the video demuxing.
8601
8602 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
8603
8604         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
8605         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
8606         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
8607         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
8608           Add a little extra debug. Make the decoder not return NOT_LINKED,
8609           as we want to continue decoding all CMML and emitting tags.
8610
8611 2006-02-27  Michael Smith  <msmith@fluendo.com>
8612
8613         * ext/annodex/gstskeltag.c:
8614         * ext/annodex/gstskeltag.h:
8615           Deleted; these files aren't used any more either.
8616
8617 2006-02-25  Julien MOUTTE  <julien@moutte.net>
8618
8619         * ext/Makefile.am: Fix dist-check.
8620
8621 2006-02-25  Julien MOUTTE  <julien@moutte.net>
8622
8623         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
8624         memleak.
8625
8626 2006-02-25  Alessandro Decina <alessandro@nnva.org>
8627
8628         * ext/annodex/Makefile.am:
8629         * ext/annodex/gstannodex.c:
8630         * ext/annodex/gstcmmldec.c:
8631         * ext/annodex/gstcmmlenc.c:
8632         * ext/annodex/gstcmmlparser.c:
8633         * ext/annodex/gstcmmlparser.h:
8634         * ext/annodex/gstcmmlutils.c:
8635         * tests/check/elements/cmmldec.c:
8636         * tests/check/elements/cmmlenc.c:
8637           Fix a memleak in gst_cmml_track_list_add_clip.
8638           Handle overflows in clip's start and end times.
8639           Add the "encoded" parameter to cmmldec and cmmlenc caps.
8640           Do not parse junk at the end of a CMML preamble buffer.
8641           Register a libxml error handler to not print stuff on stderr.
8642           Check for bad clip start and end times in the testsuites.
8643
8644 2006-02-25  Julien MOUTTE  <julien@moutte.net>
8645
8646         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
8647         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
8648         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
8649         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
8650         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
8651         possible memleaks.
8652
8653 2006-02-25  Julien MOUTTE  <julien@moutte.net>
8654
8655         * tests/check/Makefile.am:
8656         * tests/check/elements/cmmldec.c:
8657         * tests/check/elements/cmmlenc.c: Fix tests so that they use
8658         the plugins-base tags.
8659
8660 2006-02-25  Julien MOUTTE  <julien@moutte.net>
8661
8662         * ext/Makefile.am: Re-enable module.
8663
8664 2006-02-25  Julien MOUTTE  <julien@moutte.net>
8665
8666         * tests/check/Makefile.am: Forgot to remove that test.
8667
8668 2006-02-25  Julien MOUTTE  <julien@moutte.net>
8669
8670         * ext/annodex/Makefile.am:
8671         * ext/annodex/gstannodex.c: (plugin_init):
8672         * ext/annodex/gstcmmldec.c:
8673         * ext/annodex/gstskeldec.c:
8674         * ext/annodex/gstskeldec.h:
8675         * tests/check/Makefile.am:
8676         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
8677
8678 2006-02-25  Julien MOUTTE  <julien@moutte.net>
8679
8680         * tests/check/Makefile.am: Disable those checks as well.
8681
8682 2006-02-24  Julien MOUTTE  <julien@moutte.net>
8683
8684         * ext/Makefile.am: Disable annodex for now until we figure out
8685         how to make it build.
8686         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
8687         Add a rule to your checklist : "please try to at least build 
8688         what you are going to commit into -good, or if you are too lazy
8689         to do that, please check that the buildbots are not crying because
8690         of your commit."
8691
8692 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
8693
8694         * configure.ac:
8695         * ext/Makefile.am:
8696         * ext/gdk_pixbuf/Makefile.am:
8697         * ext/gdk_pixbuf/gstgdkpixbuf.c:
8698         * ext/gdk_pixbuf/gstgdkpixbuf.h:
8699         * ext/gdk_pixbuf/pixbufscale.c:
8700         * ext/gdk_pixbuf/pixbufscale.h:
8701           Gdkpixbuf ported from 0.8 to 0.10 by
8702           Renato Filho <renato.filho@indt.org.br>.
8703           gst_loader and gdkpixbufanimation still need port.
8704
8705 2006-02-24  Michael Smith  <msmith@fluendo.com>
8706
8707         * configure.ac:
8708         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8709         * ext/Makefile.am:
8710         * ext/annodex/Makefile.am:
8711         * ext/annodex/gstannodex.c:
8712         * ext/annodex/gstannodex.h:
8713         * ext/annodex/gstcmmldec.c:
8714         * ext/annodex/gstcmmldec.h:
8715         * ext/annodex/gstcmmlenc.c:
8716         * ext/annodex/gstcmmlenc.h:
8717         * ext/annodex/gstcmmlparser.c:
8718         * ext/annodex/gstcmmlparser.h:
8719         * ext/annodex/gstcmmltag.c:
8720         * ext/annodex/gstcmmltag.h:
8721         * ext/annodex/gstcmmlutils.c:
8722         * ext/annodex/gstcmmlutils.h:
8723         * ext/annodex/gstskeldec.c:
8724         * ext/annodex/gstskeldec.h:
8725         * ext/annodex/gstskeltag.c:
8726         * ext/annodex/gstskeltag.h:
8727         * tests/check/Makefile.am:
8728         * tests/check/elements/cmmldec.c:
8729         * tests/check/elements/cmmlenc.c:
8730         * tests/check/elements/skeldec.c:
8731           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
8732           Includes tests & docs, oh my! Passes Thomas's -good checklist
8733           entirely. Wow.
8734
8735 2006-02-24  Michael Smith  <msmith@fluendo.com>
8736
8737         * autogen.sh:
8738           Check for automake 1.9 as well.
8739
8740 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
8741
8742         * ext/flac/gstflacenc.c:
8743           Change min. sample rate to 8kHz to match flacdec's.
8744           
8745 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
8746
8747         * ext/cdio/Makefile.am:
8748           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
8749           required for Cygwin, see #317048)
8750
8751         * gst/rtp/gstasteriskh263.c:
8752           Cygwin has includes for both the unix network socket API
8753           and the windows API, but only one can be included, so fix
8754           includes to only use one or the other, prefering the unxi
8755           one (#317048).
8756
8757 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
8758
8759         * rtp/gst/gstrtppcmadepay.c:
8760         * rtp/gst/gstrtppcmadepay.h:
8761         * rtp/gst/gstgstrtppcmapay.c:
8762         * rtp/gst/gstgstrtppcmapay.h:
8763         * rtp/gst/gstrtppcmudepay.c:
8764         * rtp/gst/gstrtppcmudepay.h:
8765         * rtp/gst/gstrtppcmupay.c:
8766         * rtp/gst/gstrtppcmupay.h:
8767         * rtp/gst/Makefile.am:
8768         * rtp/gst/gstrtp.c:
8769         * rtp/gst/README:
8770         Separated the G711 payloaders/depayloaders into separate elements for
8771         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
8772
8773 2006-02-22  Wim Taymans  <wim@fluendo.com>
8774
8775         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
8776         (gst_dvdec_change_state):
8777         * ext/dv/gstdvdec.h:
8778         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
8779         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
8780         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
8781         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
8782         (gst_dvdemux_flush), (gst_dvdemux_chain),
8783         (gst_dvdemux_change_state):
8784         * ext/dv/gstdvdemux.h:
8785         Ueber spiffify some more, added debug category.
8786         Use _scale.
8787         Use segments, respect playback rate from newsegment.
8788         Fix refcount issue.
8789
8790 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
8791
8792         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
8793         (gst_signal_processor_process):
8794         Fix compilation of LADPSA. It doesn't seem to work, and isn't
8795         enabled for the build, but it helps me win the feature-count
8796         competitions ooh yeah.
8797
8798 2006-02-19  Wim Taymans  <wim@fluendo.com>
8799
8800         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
8801         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8802         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
8803         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
8804         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
8805         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
8806         Use scaling code for added precission and more correct stop
8807         position in case scale==0.
8808
8809 2006-02-19  Wim Taymans  <wim@fluendo.com>
8810
8811         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
8812         (gst_flxdec_chain):
8813         * gst/flx/gstflxdec.h:
8814         Implement DURATION query.
8815
8816 2006-02-19  Wim Taymans  <wim@fluendo.com>
8817
8818         * gst/flx/flx_color.h:
8819         * gst/flx/flx_fmt.h:
8820         * gst/flx/gstflxdec.c: (gst_flxdec_init),
8821         (gst_flxdec_src_query_handler), (flx_decode_color),
8822         (gst_flxdec_chain):
8823         * gst/flx/gstflxdec.h:
8824         Set MALLOCDATA for the temp buffers so we don't leak.
8825         Some debug cleanups.
8826         Consume all data in the adapter before leaving the chain
8827         function. Fixes #330678.
8828
8829 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
8830
8831         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
8832         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
8833          Handle 0 data size in otherwise valid frames.
8834          Handle numeric strings in 2.4.0 even when not in parentheses 
8835
8836 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
8837
8838         * gst/matroska/matroska-demux.c:
8839         (gst_matroska_demux_subtitle_caps),
8840         (gst_matroska_demux_plugin_init):
8841         * gst/matroska/matroska-ids.h:
8842           Recognise SSA/ASS and USF subtitle formats and
8843           set proper caps when they are found.
8844
8845 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
8846
8847         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
8848         (gst_jpeg_dec_chain):
8849           Fix invalid memory access for some odd-sized images
8850           (see image contained in quicktime stream in #327083);
8851           use g_malloc() instead of g_alloca().
8852
8853 2006-02-17  Wim Taymans  <wim@fluendo.com>
8854
8855         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
8856         Patch from Sebastien Cote, fixes #319884
8857
8858 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
8859
8860         * ext/cdio/gstcdio.c: (plugin_init):
8861           Init debug category (#331253).
8862
8863 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8864
8865         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
8866           Pass extra_data to gst_riff_create_audio_caps(), so that
8867           WAVEFORMATEX stuff works. Post audio codec name and post
8868           it as taglist on the bus. Allow up to 8 channesl for raw
8869           PCM in the source pad template caps.
8870
8871 2006-02-16  Wim Taymans  <wim@fluendo.com>
8872
8873         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
8874         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
8875         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
8876         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
8877         (gst_multipart_set_property), (gst_multipart_get_property):
8878         Applied #318663. Gives quite a few false positives in
8879         autoscan mode, but it's better than nothing. Not closing yet.
8880
8881 2006-02-16  Wim Taymans  <wim@fluendo.com>
8882
8883         * docs/plugins/Makefile.am:
8884         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8885         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8886         * docs/plugins/gst-plugins-good-plugins.args:
8887         * docs/plugins/inspect/plugin-udp.xml:
8888         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8889         (gst_udpsrc_start):
8890         Update documentation.
8891         Fix args.
8892
8893 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
8894
8895         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
8896         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
8897         frame size. (Fixes #331368)
8898
8899 2006-02-16  Wim Taymans  <wim@fluendo.com>
8900
8901         * gst/rtsp/README:
8902         Updated README.
8903
8904         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
8905         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
8906         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
8907         * gst/rtsp/gstrtspsrc.h:
8908         Make sure the RTP port is an even port an try to allocate 
8909         another if not.
8910         Added retry property to control max retries for port allocation.
8911         Make sure RTCP port is RTP port+1.
8912         Cleanup when port allocation fails.
8913         Fixes #319183.
8914         
8915 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8916
8917         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
8918           Don't ignore return value of the parent class's state
8919           change function (#331385, patch by: Wouter Paesen).
8920
8921 2006-02-15  Wim Taymans  <wim@fluendo.com>
8922
8923         * configure.ac:
8924         * docs/plugins/Makefile.am:
8925         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8926         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8927         * docs/plugins/gst-plugins-good-plugins.hierarchy:
8928         * ext/Makefile.am:
8929         * ext/hal/Makefile.am:
8930         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
8931         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
8932         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
8933         (do_toggle_element), (gst_hal_audio_sink_set_property),
8934         (gst_hal_audio_sink_get_property),
8935         (gst_hal_audio_sink_change_state):
8936         * ext/hal/gsthalaudiosink.h:
8937         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
8938         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
8939         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
8940         (do_toggle_element), (gst_hal_audio_src_set_property),
8941         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
8942         * ext/hal/gsthalaudiosrc.h:
8943         * ext/hal/gsthalelements.c: (plugin_init):
8944         * ext/hal/gsthalelements.h:
8945         * ext/hal/hal.c: (gst_hal_get_string),
8946         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
8947         (gst_hal_get_audio_src):
8948         * ext/hal/hal.h:
8949         Add HAL sound device wrapper plugins. Closes #329106
8950
8951 2006-02-15  Wim Taymans  <wim@fluendo.com>
8952
8953         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
8954         Add comment in a fultile attempt to stop the copy-and-paste 
8955         paradigm leading to duplication of bad code.
8956
8957         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
8958         Mime parameters have to be checked case insensitive
8959
8960 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
8961
8962         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
8963           Advance stream time for lagging subtitle streams by sending
8964           newsegment events with the update flag set.
8965
8966 2006-02-14  Edward Hervey  <edward@fluendo.com>
8967
8968         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
8969         There can be bogus data before the hdrl LIST tag in the RIFF header.
8970         It's hard to say if it's not respecting the AVI specifications or not,
8971         but since Google Video is producing AVIs like that and the other player
8972         don't seem to complain, I guess we should do the same.
8973
8974 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
8975
8976         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
8977         (parse_split_strings):
8978         Add more validation to ensure that a char encoding conversion
8979         produced a valid UTF-8 string.
8980
8981 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
8982
8983         Reviewed by: Edward Hervey  <edward@fluendo.com>
8984
8985         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
8986         Properly handle end of segment. Closes #330885.
8987
8988 2006-02-13  Wim Taymans  <wim@fluendo.com>
8989
8990         * gst/rtp/gstrtpmp4gpay.h:
8991         For got to commit this one.
8992
8993 2006-02-12  Wim Taymans  <wim@fluendo.com>
8994
8995         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
8996         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
8997         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
8998         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
8999         * gst/rtp/gstrtpmp4gpay.h:
9000         Make more things work.
9001         Handle ACC config strings.
9002
9003 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
9004
9005         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
9006           set timestamps if no incoming timestamps set
9007
9008 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
9009
9010         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
9011         (gst_tag_demux_do_typefind):
9012           ... and fix the very same leaks in GstTagDemux.
9013
9014 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
9015
9016         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
9017         (gst_id3demux_do_typefind):
9018         Fix a couple of mem leaks. (Patch by Jonathan Matthew
9019         <jonathan at kaolin dot wh9 dot net>)
9020
9021 2006-02-10  Wim Taymans  <wim@fluendo.com>
9022
9023         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
9024         First set options, then set caps or else the baseclass
9025         will not know about the options, duh.
9026
9027 2006-02-10  Wim Taymans  <wim@fluendo.com>
9028
9029         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
9030         (gst_rtp_mp4v_pay_setcaps):
9031         Don't waste time looking for a config string if we have codec_info
9032         on the incomming caps.
9033
9034 2006-02-10  Wim Taymans  <wim@fluendo.com>
9035
9036         * gst/rtp/README:
9037         Say something about case-sensitivity of caps vs mime-attributes.
9038
9039         * gst/rtp/Makefile.am:
9040         * gst/rtp/gstrtp.c: (plugin_init):
9041         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
9042         (gst_rtp_amr_pay_handle_buffer):
9043         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
9044         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
9045         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
9046         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
9047         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
9048         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
9049         (gst_rtp_mp4g_pay_plugin_init):
9050         * gst/rtp/gstrtpmp4gpay.h:
9051         Added beginnings of mpeg4-generic payloader (RFC 3640)
9052
9053 2006-02-09  Wim Taymans  <wim@fluendo.com>
9054
9055         * gst/rtsp/Makefile.am:
9056         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
9057         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
9058         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
9059         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
9060         (gst_rtpdec_change_state):
9061         * gst/rtsp/gstrtpdec.h:
9062         * gst/rtsp/gstrtsp.c: (plugin_init):
9063         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
9064         * gst/rtsp/rtspconnection.c: (read_body),
9065         (rtsp_connection_receive):
9066         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
9067         Resurected rtpdec to make rtspsrc happy again.
9068         Skip attributes from the session id.
9069         Don't crash when dumping a message with an empty body.
9070
9071
9072 2006-02-09  Wim Taymans  <wim@fluendo.com>
9073
9074         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
9075         Added more meaningfull warnings when something goes wrong.
9076         Clear F bit on outgoing AMR packets.
9077
9078         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
9079         (gst_rtp_amr_pay_handle_buffer):
9080         Added debugging category
9081         Support payloading of multiple AMR frames.
9082
9083         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
9084         Added some debugging.
9085
9086 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
9087
9088         * configure.ac:
9089           Back to CVS
9090
9091 === release 0.10.2 ===
9092
9093 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
9094
9095         * configure.ac:
9096           releasing 0.10.2, "Papa was a rolling stone"
9097
9098 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
9099
9100         * configure.ac:
9101           Bump core and plugins-base requirement to 0.10.2.2
9102           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
9103
9104 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
9105
9106         * ext/flac/gstflac.c: (plugin_init):
9107         * ext/speex/gstspeex.c: (plugin_init):
9108           Register musicbrainz tags.
9109
9110 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
9111
9112         * ext/gconf/gconf.h:
9113           Remove declaration of function that no longer exists.
9114
9115 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9116
9117         * ext/shout2/gstshout2.c: (gst_shout2send_render),
9118         (gst_shout2send_setcaps), (gst_shout2send_change_state):
9119         Make shout2 work for non ogg streams
9120
9121 2006-02-06  Wim Taymans  <wim@fluendo.com>
9122
9123         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
9124         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
9125         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
9126         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
9127         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
9128         * gst/udp/gstmultiudpsink.h:
9129         Updated docs.
9130         Added properties bytes-served, bytes_to_serve.
9131         Post proper error messages,
9132         Emit client added signal too.
9133
9134 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9135
9136         * docs/plugins/Makefile.am:
9137         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9138         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9139         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
9140         (gst_multiudpsink_get_stats):
9141           adding docs for multiudpsink
9142
9143 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9144
9145         * gst/level/gstlevel.c: (gst_level_transform_ip):
9146           peak below decay is not necessarily an error, so don't ERROR log
9147
9148 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
9149
9150         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
9151         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
9152         (gst_ebml_write_seek):
9153         * gst/matroska/ebml-write.h:
9154           Make sure we send a newsegment event in BYTES format
9155           before sending buffers (#328531).
9156
9157 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
9158
9159         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
9160         (gst_dvdemux_sink_query):
9161         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
9162         * ext/speex/gstspeexdec.c: (speex_get_query_types),
9163         (speex_dec_src_query):
9164         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
9165         (gst_speexenc_sink_query):
9166         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
9167         * gst/matroska/matroska-demux.c:
9168         (gst_matroska_demux_get_src_query_types),
9169         (gst_matroska_demux_handle_src_query):
9170         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
9171         (gst_wavparse_pad_query):
9172           Pass unhandled queries upstream instead of just dropping
9173           them (#326446). Update query type arrays here and there.
9174
9175 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
9176
9177         * tests/check/elements/matroskamux.c: (setup_src_pad):
9178           Collectpads in core got changed and now also holds a
9179           reference to any pad that is part of it. Fix refcount
9180           checks in test case accordingly.
9181
9182 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
9183
9184         * gst/apetag/gstapedemux.h:
9185           Fix include, for now GstTagDemux is in the apetag dir.
9186
9187 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
9188
9189         * docs/plugins/Makefile.am:
9190         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9191         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9192         * docs/plugins/inspect/plugin-cdio.xml:
9193           Add cdio plugin to docs.
9194
9195         * ext/cdio/gstcdiocddasrc.c:
9196           Add gtk-doc blurb.
9197
9198         * ext/cdio/gstcdio.c:
9199           The plugin is called 'cdio' not 'cddio'.
9200
9201 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
9202
9203         * configure.ac:
9204         * docs/plugins/Makefile.am:
9205         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9206         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9207         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9208         * docs/plugins/inspect/plugin-apetag.xml:
9209         * gst/apetag/Makefile.am:
9210         * gst/apetag/gstapedemux.c:
9211         * gst/apetag/gstapedemux.h:
9212         * gst/apetag/gsttagdemux.c:
9213         * gst/apetag/gsttagdemux.h:
9214           Add APE tag demuxer (#325649).
9215
9216 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
9217
9218         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
9219         (gst_gconf_get_default_video_sink),
9220         (gst_gconf_get_default_audio_src),
9221         (gst_gconf_get_default_video_src):
9222         * ext/gconf/gconf.h:
9223         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
9224         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
9225         (do_toggle_element):
9226         * ext/gconf/gstgconfaudiosink.h:
9227         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
9228         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
9229         (do_toggle_element):
9230         * ext/gconf/gstgconfaudiosrc.h:
9231         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
9232         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
9233         (do_toggle_element):
9234         * ext/gconf/gstgconfvideosink.h:
9235         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
9236         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
9237         (do_toggle_element):
9238         * ext/gconf/gstgconfvideosrc.h:
9239           Ignore changing the GConf key to "". Ignore GConf key updates
9240           that don't actually change the string.
9241           For now, ignore the GConf key when the state is > READY, as
9242           it breaks streaming. Sometime it will be nice to bring the
9243           new sink online even mid-stream, by sending NEWSEGMENT info
9244           and possibly prerolling.
9245           (Fixes #326736)
9246
9247 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
9248
9249         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
9250         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
9251         (zoomFilterSetResolution), (zoomFilterDestroy),
9252         (zoomFilterFastRGB), (pointFilter):
9253         * gst/goom/filters.h:
9254         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
9255         (goom_update), (goom_close):
9256         * gst/goom/goom_core.h:
9257         * gst/goom/goom_tools.h:
9258         * gst/goom/graphic.c:
9259         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
9260         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
9261         * gst/goom/gstgoom.h:
9262         * gst/goom/lines.c: (goom_lines):
9263         * gst/goom/lines.h:
9264           Make goom reentrant by moving all important static variables
9265           into instance structures.
9266           (Fixes #329181)
9267
9268 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
9269
9270         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9271         (gst_avi_demux_all_source_pads_unlinked),
9272         (gst_avi_demux_process_next_entry):
9273         * gst/avi/gstavidemux.h:
9274           Third attempt, use gst_pad_is_linked() this time.
9275
9276 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
9277
9278         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
9279         (parse_split_strings):
9280         Adjust for data length indicators when parsing (Fixes #329810)
9281         Fix stupid bug parsing UTF-8 tag text.
9282         Output tag strings with multiple fields as multiple tags, so the
9283         app gets all the data.
9284
9285 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
9286
9287         * ext/flac/gstflacenc.c:
9288         Fixed a bug add in last commit, where no event is send. Thanks Tim to
9289         show me.
9290         
9291 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
9292
9293         * ext/flac/gstflacenc.c:
9294         * gst/matroska/ebml-read.c:
9295         Just make it compile with --disable-gst-debug.
9296
9297 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
9298
9299         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
9300         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
9301         (id3v2_genre_fields_to_taglist):
9302           Never output a tag with a null contents string.
9303
9304 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
9305
9306         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
9307           Only pause if all pads are unlinked AND we've tried to send data
9308           on all of them at least once.
9309
9310 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
9311
9312         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
9313         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
9314           Make loop function/task pause itself when all source pads are
9315           unlinked.
9316
9317 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
9318
9319         * configure.ac:
9320         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
9321           Use new functions from core to render a bin from a
9322           string. Fixes build. Up requirements to core CVS.
9323
9324 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
9325
9326         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
9327           Don't push buffers into the adapter that we are going to
9328           push downstream again without framing anyway. Also, the
9329           adaptor takes ownership of buffers put into it (fixes
9330           auparse pushing invalid buffers for .au files with
9331           ADPCM contents). Finally, set caps on all outgoing buffers.
9332
9333 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
9334
9335         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
9336         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
9337         (gst_id3demux_send_tag_event):
9338         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
9339         Someone should kick my butt. Remove ID3v1 tags from the end of the
9340         file.
9341
9342         Improve error messages. Send the TAG message as soon as we complete
9343         typefinding, instead of waiting until we send the first buffer.
9344         Downstream tag event is still sent before the first buffer.
9345
9346 2006-01-27  Jan Gerber  <j@bootlab.org>
9347
9348         Reviewed by: Andy Wingo <wingo@pobox.com>
9349
9350         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
9351         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
9352         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
9353         to not have warings flooding stderr. this is the suggested way
9354         also used in dvgrab and kino. (#328336)
9355
9356 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
9357
9358         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
9359         (gst_oss_sink_init), (gst_oss_sink_finalise):
9360           Free the device name string when finalised.
9361
9362 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
9363
9364         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
9365           Don't put function calls in g_return_if_fail() statements,
9366           or they'll be replaced with NOOPs if someone compiles with
9367           G_DISABLE_CHECKS defined.
9368           
9369 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
9370
9371         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
9372         Never trust ANY information encoded in a media file, especially
9373         when it's giving you sizes. (Fixes #328452)
9374
9375 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
9376
9377         * gst/rtp/gstrtpg711pay.c:
9378         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
9379         bug #325148.
9380
9381 2006-01-23  Edward Hervey  <edward@fluendo.com>
9382
9383         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
9384         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
9385         * gst/matroska/matroska-ids.h:
9386         Added recognition of Real Audio and Video streams in matroska demuxer.
9387
9388 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
9389
9390         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
9391           Remove errant break statement, and fix compilation with
9392           older GCC.
9393
9394 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
9395
9396         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
9397
9398         * sys/sunaudio/gstsunaudiomixerctrl.c:
9399         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
9400           Export functions that are needed in other parts of the code,
9401           makes the mixer actually work; adjust magic minimum buffer-time
9402           value from 3ms to 5ms to work around stuttering during mp3
9403           playback (#327765).
9404
9405 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
9406
9407         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
9408
9409         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
9410         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
9411           Fix possible deadlock in matroska muxer (#327825).
9412
9413 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
9414
9415         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
9416         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
9417         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
9418         * gst/rtsp/sdpmessage.h:
9419         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
9420         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
9421           C89 fixes: declare variables at the beginning of a block and
9422           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
9423           <jensgr at gmx dot net>).
9424
9425 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
9426
9427         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
9428         * gst/id3demux/id3tags.h:
9429         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
9430         (parse_comment_frame), (parse_text_identification_frame),
9431         (id3v2_tag_to_taglist), (id3v2_are_digits),
9432         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
9433         (parse_split_strings), (free_tag_strings):
9434           Rewrite parsing of text tags to handle multiple NULL terminated
9435           strings. Parse numeric genre strings and ID3v2 type
9436           "(3)(6)Alternative" style genre strings.
9437           Parse dates that are only YYYY or YYYY-mm format.
9438           (Fixes #328241 and #322154)
9439
9440 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
9441
9442         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
9443           Don't forget to initialize liboil, otherwise our oil functions
9444           will crash (fixes #327871; patch by: Christoph Burghardt
9445           <hawkes at web dot de>).
9446
9447 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
9448
9449         * configure.ac:
9450           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
9451           like in the core and gst-plugins-base. Fixes #324367 and #326683;
9452           patch by: Brian Cameron <brian dot cameron at sun dot com>
9453
9454 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
9455
9456         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
9457         * ext/cdio/gstcdio.h:
9458         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
9459           Fix build for libcdio versions >= 76; give slightly lower rank
9460           than cdparanoia.
9461
9462 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
9463
9464         * configure.ac:
9465         * ext/Makefile.am:
9466         * ext/cdio/Makefile.am:
9467         * ext/cdio/gstcdio.c:
9468         * ext/cdio/gstcdio.h:
9469         * ext/cdio/gstcdiocddasrc.c:
9470         * ext/cdio/gstcdiocddasrc.h:
9471           Port libcdio cdda source, formerly known as cddasrc, now known as
9472           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
9473           but that's not tested (fixes #317658).
9474
9475 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
9476
9477         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
9478           Fix conversion from TIME to BYTES format (fixes #326864;
9479           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
9480
9481 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
9482
9483         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
9484           Fix compilation of id3demux when zlib is not present.
9485           (Fixes #326602; patch by: Sergey Scobich)
9486
9487 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
9488
9489         * ext/esd/Makefile.am:
9490           Add $(ESD_CFLAGS), otherwise build will fail for folks
9491           with libesd in a non-standard prefix (#327009).
9492
9493 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9494
9495         * configure.ac:
9496           back to HEAD
9497
9498 === release 0.10.1 ===
9499
9500 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
9501
9502         * configure.ac:
9503           releasing 0.10.1, "Li"
9504
9505 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9506
9507           patch by: Wim Taymans
9508
9509         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
9510           fix memleak.  Fixes #326618
9511
9512 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9513
9514           patch by: Mike Smith
9515
9516         * gst/level/gstlevel.c: (gst_level_message_new),
9517         (gst_level_message_append_channel):
9518           Fix memleak.  Fixes #326612
9519
9520 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9521
9522         * configure.ac:
9523           prereleasing
9524         * po/af.po:
9525         * po/az.po:
9526         * po/cs.po:
9527         * po/en_GB.po:
9528         * po/hu.po:
9529         * po/it.po:
9530         * po/nb.po:
9531         * po/nl.po:
9532         * po/or.po:
9533         * po/sq.po:
9534         * po/sr.po:
9535         * po/sv.po:
9536         * po/uk.po:
9537         * po/vi.po:
9538           update translations
9539
9540 2006-01-10  Michael Smith  <msmith@fluendo.com>
9541
9542         * gst/level/gstlevel.c: (gst_level_class_init),
9543         (gst_level_dispose):
9544           Don't leak filter arrays.
9545
9546 2006-01-09 Brian Cameron <brian.cameron@sun.com>
9547
9548         reviewed by: Christian Schaller <uraeus@gnome.org>
9549         
9550         * configure.ac:
9551         * gst-plugins-good.spec.in:
9552         * sys/Makefile.am:
9553         * sys/sunaudio/Makefile.am:
9554         * sys/sunaudio/gstsunaudio.c: (plugin_init):
9555         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
9556         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
9557         (gst_sunaudiomixer_change_state):
9558         * sys/sunaudio/gstsunaudiomixer.h:
9559         * sys/sunaudio/gstsunaudiomixerctrl.c:
9560         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
9561         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
9562         (gst_sunaudiomixer_ctrl_list_tracks),
9563         (gst_sunaudiomixer_ctrl_get_volume),
9564         (gst_sunaudiomixer_ctrl_set_volume),
9565         (gst_sunaudiomixer_ctrl_set_mute),
9566         (gst_sunaudiomixer_ctrl_set_record):
9567         * sys/sunaudio/gstsunaudiomixerctrl.h:
9568         * sys/sunaudio/gstsunaudiomixertrack.c:
9569         (gst_sunaudiomixer_track_class_init),
9570         (gst_sunaudiomixer_track_init), (fill_labels),
9571         (gst_sunaudiomixer_track_new):
9572         * sys/sunaudio/gstsunaudiomixertrack.h:
9573         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
9574         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
9575         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
9576         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
9577         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
9578         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
9579         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
9580         * sys/sunaudio/gstsunaudiosink.h:
9581
9582         Add SunAudio plugin - tested to make sure it doesn't break
9583         the build under GNU/Linux.      
9584
9585 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
9586
9587         * gst-plugins-good/gst/udp/gstdynudpsink.c:
9588         * gst-plugins-good/gst/udp/gstudpsrc.c:
9589         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
9590         overrides the port or multicast parameters. Fixes bugs #323021.
9591         API addition: adds GstUDPSrc::sockfd property   
9592
9593 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
9594
9595         * ext/gconf/Makefile.am:
9596         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
9597         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
9598         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
9599         (do_toggle_element), (cb_toggle_element),
9600         (gst_gconf_audio_src_change_state):
9601         * ext/gconf/gstgconfaudiosrc.h:
9602         * ext/gconf/gstgconfelements.c: (plugin_init):
9603         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
9604         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
9605         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
9606         (do_toggle_element), (cb_toggle_element),
9607         (gst_gconf_video_src_change_state):
9608         * ext/gconf/gstgconfvideosrc.h:
9609           Add new gconfaudiosrc and gconfvideosrc elements
9610           (needed for gnome-sound-recorder).
9611
9612 2006-01-06  Edward Hervey  <edward@fluendo.com>
9613
9614         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
9615         Add gst_element_no_more_pads() for proper decodebin behaviour.
9616         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
9617         (parse_text_identification_frame), (parse_split_strings):
9618         Failure to decode some tags is not a GST_ERROR() but a
9619         GST_WARNING()
9620         When iterating over a chunk of text, check that we haven't gone too
9621         far.
9622
9623 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
9624
9625         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
9626         (plugin_init):
9627           call oil_init() when using liboil
9628
9629 2006-01-04  Wim Taymans  <wim@fluendo.com>
9630
9631         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
9632         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
9633         Fix leaks.
9634
9635 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
9636
9637         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
9638
9639         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
9640         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
9641         (gst_flac_dec_change_state):
9642           Don't g_assert() where we should just return FALSE; remove
9643           unnecessary g_assert(); initialize some fields properly in
9644           state change function (fixes #325504). Also, use
9645           GST_DEBUG_OBJECT in two more places.
9646
9647 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
9648
9649         * configure.ac:
9650           also remove smoothwave's Makefile.am
9651         * docs/plugins/Makefile.am:
9652           fix plugin docs
9653
9654 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
9655
9656         * tests/examples/Makefile.am:
9657           added missing Makefile.am
9658
9659 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
9660
9661         * configure.ac:
9662         * gst/level/Makefile.am:
9663         * gst/level/level-example.c:
9664         * tests/Makefile.am:
9665         * tests/examples/level/Makefile.am:
9666         * tests/examples/level/level-example.c: (message_handler), (main):
9667           moved level-example to tests/examples/level-example
9668         * tests/old/examples/level/demo.c: (main):
9669         * tests/old/examples/level/plot.c: (main):
9670           some initial fixes
9671
9672 2005-12-29  Michael Smith  <msmith@fluendo.com>
9673
9674         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
9675         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
9676         * gst/udp/gstmultiudpsink.h:
9677           Track packets sent per client in addition to bytes sent; provide
9678           this info through get-stats signal
9679
9680 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9681
9682         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
9683           Can't use gst_object_unref() on a GstAdapter (#325191).
9684
9685 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
9686
9687         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
9688         If a broken tag has 0 bytes payload, at least still skip
9689         the 10 byte header
9690
9691 2005-12-22  Philippe Khalaf  <burger@speedy.org>
9692
9693         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
9694         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
9695         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
9696         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
9697           Making these depayloaders (H263+ and mpeg4 video) inherit from
9698           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
9699
9700 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
9701
9702         * docs/plugins/gst-plugins-good-plugins.args:
9703         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9704         Regenerate the plugin hiearchy.
9705
9706 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
9707
9708         * docs/plugins/Makefile.am:
9709         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9710         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9711         * docs/plugins/gst-plugins-good-plugins.args:
9712         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
9713         (gst_id3demux_base_init), (gst_id3demux_class_init),
9714         (gst_id3demux_chain):
9715         * gst/id3demux/gstid3demux.h:
9716           Add documentation for id3demux.
9717           Don't fail if the first buffer is not at offset 0, just
9718           attempt to typefind and do pass through
9719           Rename the gst_type function from gst_gst_id3demux..
9720
9721 2005-12-20  Michael Smith  <msmith@fluendo.com>
9722
9723         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
9724         (gst_multiudpsink_add), (gst_multiudpsink_remove),
9725         (gst_multiudpsink_get_stats):
9726         * gst/udp/gstmultiudpsink.h:
9727           Collect statistics; return them from get_stats.
9728
9729 2005-12-19  Edward Hervey  <edward@fluendo.com>
9730
9731         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
9732         Stupid signedness issue...
9733
9734 2005-12-19  Edward Hervey  <edward@fluendo.com>
9735
9736         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9737         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
9738         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
9739         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
9740         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
9741         Construct index for indexless files.
9742         Make sure pad/buffers are correctly reset to NULL once we don't need
9743         them anymore, else we get lovely segfaults/assertions.
9744         * gst/wavparse/gstwavparse.c:
9745         Yes, you can have 96KHz audio and wma in wav :(
9746
9747 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
9748
9749         * configure.ac:
9750           Check for optional dependency on zlib for id3demux
9751
9752         * gst/id3demux/Makefile.am:
9753         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
9754         (gst_id3demux_base_init), (gst_id3demux_class_init),
9755         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
9756         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
9757         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
9758         (gst_id3demux_set_property), (gst_id3demux_get_property),
9759         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
9760         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
9761         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
9762         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
9763         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
9764         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
9765         (simple_find_peek), (simple_find_suggest),
9766         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
9767         (plugin_init):
9768         * gst/id3demux/gstid3demux.h:
9769         * gst/id3demux/id3tags.c: (read_synch_uint),
9770         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
9771         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
9772         (id3demux_id3v2_frames_to_tag_list):
9773         * gst/id3demux/id3tags.h:
9774         * gst/id3demux/id3v2.4.0-frames.txt:
9775         * gst/id3demux/id3v2.4.0-structure.txt:
9776         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
9777         (parse_comment_frame), (parse_text_identification_frame),
9778         (id3v2_tag_to_taglist), (parse_split_strings):
9779           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
9780           otherwise it discards them. Works on my test files. 
9781
9782         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
9783           Don't send EOS to a non-existing srcpad
9784           The debug category can be static
9785
9786 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
9787
9788         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
9789         * ext/esd/esdsink.c: (gst_esdsink_prepare):
9790         * gst/multipart/multipartdemux.c:
9791           change some char* into char[]
9792
9793 2005-12-16  Wim Taymans  <wim@fluendo.com>
9794
9795         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
9796         (gst_wavparse_other), (gst_wavparse_perform_seek),
9797         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
9798         (gst_wavparse_loop), (gst_wavparse_pad_convert),
9799         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
9800         * gst/wavparse/gstwavparse.h:
9801         Use GstSegment to implement more seeking features.
9802
9803 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
9804
9805         * gst/rtsp/rtspconnection.c:
9806           Add <netinet/in.h> include and move <arpa/inet.h> include
9807           to make things work on OpenBSD as well (fixes #323717;
9808           patch by: Benjamin Pineau)
9809
9810 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
9811
9812         * gst/rtp/gstrtpspeexdepay.c:
9813         * gst/rtp/gstrtpspeexpay.c:
9814         Set clock rate to be fixed in 8000. It fixes bug #324012.
9815
9816 2005-12-14  Philippe Khalaf  <burger@speedy.org>
9817
9818         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
9819         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
9820         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
9821         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
9822         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
9823         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
9824         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
9825         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
9826         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
9827         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
9828         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
9829         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
9830         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
9831         * gst-plugins-good/gst/rtp/README:
9832         Fixed payload range in payloder caps. Removed payload range completely
9833         from depayloaders as they don't require payload type in their caps.
9834         In effect, there isn't any specific payload type for any given codec,
9835         only suggestions.
9836         Fixes bug #324011.
9837
9838 2005-12-13  Julien MOUTTE  <julien@moutte.net>
9839
9840         * gst/videomixer/videomixer.c: (gst_videomixer_init),
9841         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
9842         (gst_videomixer_collected): Code cleanup and re-enabling 
9843         queued time validity check for correct EOS handling.
9844
9845 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
9846
9847         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
9848         (gst_oss_mixer_element_get_property),
9849         (gst_oss_mixer_element_change_state):
9850         Add 'device-name' property and fix state change function.
9851
9852 2005-12-13  Edward Hervey  <edward@fluendo.com>
9853
9854         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
9855         If the speed of the file is null in the header, set the frame_time to
9856         the default setting of GST_SECOND / 70. Which is the default
9857         frame_delay for .fli files as stated in this document :
9858         http://www.compuphase.com/flic.htm
9859         Would be nice to have the time conversion done properly too (duration =
9860         flxh->frames * flxdec->frame_time)
9861
9862 2005-12-12  Julien MOUTTE  <julien@moutte.net>
9863
9864         * docs/plugins/Makefile.am:
9865         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9866         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9867         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9868         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
9869         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
9870         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
9871         documentation for videomixer on my way with a funny sample
9872         pipeline.
9873
9874 2005-12-12  Julien MOUTTE  <julien@moutte.net>
9875
9876         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
9877         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
9878         (gst_videomixer_update_queues), (gst_videomixer_collected):
9879         Fix caps negotiation. (#323896)
9880
9881 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
9882
9883         * gst/matroska/matroska-demux.c:
9884         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
9885           Set correct timestamps on audio laces, fixes playback of mp3 from
9886                 matroska.
9887
9888 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
9889
9890         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
9891         (gst_au_parse_class_init), (gst_au_parse_init),
9892         (gst_au_parse_dispose), (gst_au_parse_chain),
9893         (gst_au_parse_change_state), (plugin_init):
9894         * gst/auparse/gstauparse.h:
9895           Use gst_object_unref() for GstObjects instead of
9896           g_object_unref() and fix a mem leak in a debug
9897           statement; while we're at it, also borgify, use
9898           boilerplate macros and clean up a little bit.
9899
9900 2005-12-11  Edward Hervey  <edward@fluendo.com>
9901
9902         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
9903         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
9904         Added pull mode.
9905
9906 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
9907
9908         * gst/goom/gstgoom.c:
9909         * gst/level/level-example.c: (main):
9910         * gst/smoothwave/demo-osssrc.c: (main):
9911           Use audiotestsrc instead of sinesrc (#323798).
9912
9913 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
9914
9915         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
9916           more debug-func-ptr usage
9917
9918 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
9919
9920         * gst/flx/flx_color.c: (flx_colorspace_convert):
9921         * gst/flx/flx_color.h:
9922         * gst/flx/flx_fmt.h:
9923         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
9924         * gst/flx/gstflxdec.h:
9925           Now flxdec works on big-endian machines as well.
9926
9927 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
9928
9929         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
9930         (gst_fenced_buffer_copy):
9931           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
9932           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
9933           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
9934           and use GST_DEBUG_FUNCPTR for pad functions.
9935
9936 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
9937
9938         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
9939         (gst_flac_dec_class_init), (gst_flac_dec_init),
9940         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
9941         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
9942         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
9943         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
9944         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
9945         (gst_flac_dec_change_state):
9946         * ext/flac/gstflacdec.h:
9947           Rewrite flacdec a bit, so that even seeking might work now. Most
9948           importantly, don't act upon any flow return values we get, just tell
9949           the decoder everything's dandy and act on the flow return values
9950           later on in the loop function. We don't want to mess up the internal
9951           decoder state for non-fatal things like flushing pads etc. Other
9952           than that, use GstSegment (segment seeks don't work yet though, but
9953           should be easy to add), use boilerplate macros, drop the superfluous
9954           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
9955           lots of other things.
9956
9957 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
9958
9959         * configure.ac:
9960           Update comment in OSS includes check.
9961
9962         * sys/oss/gstossdmabuffer.c:
9963         * sys/oss/gstosshelper.c:
9964         * sys/oss/gstossmixer.c:
9965         * sys/oss/gstossmixertrack.c:
9966         * sys/oss/gstosssink.c:
9967         * sys/oss/gstosssrc.c:
9968         * sys/oss/oss_probe.c:
9969           Don't assume the OSS soundcard.h include is always in
9970           the sys/ directory. Instead, use the existing defines
9971           from config.h to include the right file. Fixes
9972           compilation on OpenBSD 3.8 (#323718).
9973
9974 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9975
9976         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9977         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9978         * docs/plugins/inspect/plugin-1394.xml:
9979         * docs/plugins/inspect/plugin-aasink.xml:
9980         * docs/plugins/inspect/plugin-alaw.xml:
9981         * docs/plugins/inspect/plugin-alpha.xml:
9982         * docs/plugins/inspect/plugin-alphacolor.xml:
9983         * docs/plugins/inspect/plugin-auparse.xml:
9984         * docs/plugins/inspect/plugin-autodetect.xml:
9985         * docs/plugins/inspect/plugin-avi.xml:
9986         * docs/plugins/inspect/plugin-cacasink.xml:
9987         * docs/plugins/inspect/plugin-cairo.xml:
9988         * docs/plugins/inspect/plugin-cutter.xml:
9989         * docs/plugins/inspect/plugin-debug.xml:
9990         * docs/plugins/inspect/plugin-dv.xml:
9991         * docs/plugins/inspect/plugin-efence.xml:
9992         * docs/plugins/inspect/plugin-effectv.xml:
9993         * docs/plugins/inspect/plugin-esdsink.xml:
9994         * docs/plugins/inspect/plugin-flac.xml:
9995         * docs/plugins/inspect/plugin-flxdec.xml:
9996         * docs/plugins/inspect/plugin-gconfelements.xml:
9997         * docs/plugins/inspect/plugin-goom.xml:
9998         * docs/plugins/inspect/plugin-jpeg.xml:
9999         * docs/plugins/inspect/plugin-level.xml:
10000         * docs/plugins/inspect/plugin-matroska.xml:
10001         * docs/plugins/inspect/plugin-mulaw.xml:
10002         * docs/plugins/inspect/plugin-multipart.xml:
10003         * docs/plugins/inspect/plugin-navigationtest.xml:
10004         * docs/plugins/inspect/plugin-ossaudio.xml:
10005         * docs/plugins/inspect/plugin-png.xml:
10006         * docs/plugins/inspect/plugin-rtp.xml:
10007         * docs/plugins/inspect/plugin-rtsp.xml:
10008         * docs/plugins/inspect/plugin-shout2send.xml:
10009         * docs/plugins/inspect/plugin-smpte.xml:
10010         * docs/plugins/inspect/plugin-speex.xml:
10011         * docs/plugins/inspect/plugin-udp.xml:
10012         * docs/plugins/inspect/plugin-videobox.xml:
10013         * docs/plugins/inspect/plugin-videoflip.xml:
10014         * docs/plugins/inspect/plugin-videomixer.xml:
10015         * docs/plugins/inspect/plugin-wavenc.xml:
10016         * docs/plugins/inspect/plugin-wavparse.xml:
10017         * ext/flac/gstflac.c: (plugin_init):
10018         * ext/flac/gstflacdec.c: (flacdec_get_type),
10019         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
10020         (gst_flac_dec_init), (gst_flac_dec_finalize),
10021         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
10022         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
10023         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
10024         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
10025         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
10026         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
10027         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
10028         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
10029         * ext/flac/gstflacdec.h:
10030         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
10031         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
10032         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
10033         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
10034         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
10035         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
10036         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
10037         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
10038         (gst_flac_enc_change_state):
10039         * ext/flac/gstflacenc.h:
10040           borgify and fix up documentation
10041
10042 2005-12-09  Michael Smith  <msmith@fluendo.com>
10043
10044         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
10045           Accept a wider range of flac files, more closely matching flac spec.
10046
10047 2005-12-08  Julien MOUTTE  <julien@moutte.net>
10048
10049         * docs/plugins/Makefile.am: Add multipart elements.
10050         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10051         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
10052         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10053         * gst/multipart/multipartdemux.c:
10054         * gst/multipart/multipartmux.c: Add docs.
10055
10056 2005-12-07  Edward Hervey  <edward@fluendo.com>
10057
10058         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
10059         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
10060         (gst_avi_demux_invert):
10061         Memleak and crasher fixes.
10062         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10063         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
10064         Memleak fixes
10065
10066 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10067
10068         * ext/aalib/gstaasink.h:
10069         * ext/cairo/gsttextoverlay.h:
10070         * ext/dv/gstdvdec.h:
10071         * ext/dv/gstdvdemux.c:
10072         * ext/dv/gstdvdemux.h:
10073         * ext/esd/esdsink.h:
10074         * ext/flac/flac_compat.h:
10075         * ext/flac/gstflacdec.h:
10076         * ext/flac/gstflacenc.h:
10077         * ext/gconf/gconf.h:
10078         * ext/gconf/gstgconfaudiosink.h:
10079         * ext/gconf/gstgconfvideosink.h:
10080         * ext/gdk_pixbuf/gstgdkanimation.h:
10081         * ext/jpeg/gstjpegdec.h:
10082         * ext/jpeg/smokecodec.h:
10083         * ext/jpeg/smokeformat.h:
10084         * ext/ladspa/gstsignalprocessor.h:
10085         * ext/ladspa/search.c: (LADSPAPluginSearch):
10086         * ext/ladspa/utils.h:
10087         * ext/libmng/gstmng.c:
10088         * ext/libmng/gstmngdec.h:
10089         * ext/libmng/gstmngenc.c:
10090         * ext/libmng/gstmngenc.h:
10091         * ext/libpng/gstpng.c:
10092         * ext/libpng/gstpngenc.c:
10093         * ext/libpng/gstpngenc.h:
10094         * ext/shout2/gstshout2.h:
10095         * ext/speex/gstspeexdec.h:
10096         * ext/speex/gstspeexenc.c:
10097         * ext/speex/gstspeexenc.h:
10098         * gst/auparse/gstauparse.c: (gst_auparse_chain):
10099         * gst/autodetect/gstautoaudiosink.h:
10100         * gst/autodetect/gstautovideosink.h:
10101         * gst/avi/gstavidemux.h:
10102         * gst/cutter/gstcutter.c: (gst_cutter_chain),
10103         (gst_cutter_set_property), (gst_cutter_get_caps):
10104         * gst/cutter/gstcutter.h:
10105         * gst/debug/tests.c: (md5_process_block):
10106         * gst/debug/tests.h:
10107         * gst/effectv/gstwarp.c:
10108         * gst/flx/flx_fmt.h:
10109         * gst/flx/gstflxdec.h:
10110         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
10111         (zoomFilterFastRGB):
10112         * gst/goom/filters.h:
10113         * gst/goom/goom_tools.h:
10114         * gst/law/alaw-encode.c:
10115         * gst/level/gstlevel.c:
10116         * gst/level/gstlevel.h:
10117         * gst/matroska/ebml-write.h:
10118         * gst/matroska/matroska-demux.h:
10119         * gst/matroska/matroska-ids.h:
10120         * gst/matroska/matroska-mux.h:
10121         * gst/monoscope/convolve.c: (convolve_match):
10122         * gst/monoscope/convolve.h:
10123         * gst/multipart/multipartmux.c:
10124         * gst/oldcore/gstaggregator.c:
10125         * gst/oldcore/gstaggregator.h:
10126         * gst/oldcore/gstmd5sink.c: (md5_process_block):
10127         * gst/oldcore/gstmd5sink.h:
10128         * gst/oldcore/gstmultifilesrc.c:
10129         * gst/oldcore/gstmultifilesrc.h:
10130         * gst/oldcore/gstpipefilter.h:
10131         * gst/oldcore/gstshaper.h:
10132         * gst/rtp/gstrtpL16depay.h:
10133         * gst/rtp/gstrtpL16pay.h:
10134         * gst/rtp/gstrtpdepay.h:
10135         * gst/rtp/gstrtpmp4vpay.c:
10136         * gst/rtp/gstrtpmp4vpay.h:
10137         * gst/rtsp/gstrtspsrc.c:
10138         * gst/rtsp/gstrtspsrc.h:
10139         * gst/rtsp/rtspconnection.h:
10140         * gst/rtsp/rtspdefs.h:
10141         * gst/rtsp/rtspmessage.h:
10142         * gst/rtsp/rtsptransport.h:
10143         * gst/rtsp/rtspurl.c:
10144         * gst/rtsp/rtspurl.h:
10145         * gst/rtsp/sdpmessage.c:
10146         * gst/rtsp/sdpmessage.h:
10147         * gst/smpte/barboxwipes.c:
10148         * gst/smpte/gstmask.h:
10149         * gst/smpte/gstsmpte.h:
10150         * gst/smpte/paint.c:
10151         * gst/smpte/paint.h:
10152         * gst/udp/gstdynudpsink.h:
10153         * gst/udp/gstmultiudpsink.h:
10154         * gst/udp/gstudpsink.c:
10155         * gst/udp/gstudpsink.h:
10156         * gst/udp/gstudpsrc.c:
10157         * gst/videomixer/videomixer.c:
10158         * gst/wavenc/riff.h:
10159         * gst/wavparse/gstwavparse.h:
10160         * sys/oss/gstossdmabuffer.h:
10161         * sys/oss/gstossmixer.h:
10162         * sys/oss/gstossmixerelement.h:
10163         * sys/oss/gstossmixertrack.h:
10164         * sys/oss/gstosssink.c:
10165         * sys/oss/gstosssink.h:
10166         * sys/oss/gstosssrc.c:
10167         * sys/oss/gstosssrc.h:
10168         * sys/osxaudio/gstosxaudioelement.h:
10169         * sys/osxaudio/gstosxaudiosink.h:
10170         * sys/osxaudio/gstosxaudiosrc.h:
10171           expand tabs
10172
10173 === release 0.10.0 ===
10174
10175 2005-12-05   <thomas (at) apestaart (dot) org>
10176
10177         * configure.ac:
10178           releasing 0.10.0, "Abondance"
10179
10180 2005-12-05  Andy Wingo  <wingo@pobox.com>
10181
10182         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
10183         * ext/flac/gstflacdec.c: (gst_flacdec_write):
10184         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
10185         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
10186         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
10187         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10188         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
10189         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
10190         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
10191         * ext/speex/gstspeexdec.c: (speex_dec_chain):
10192         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
10193         * gst/auparse/gstauparse.c: (gst_auparse_chain):
10194         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
10195         * gst/goom/gstgoom.c: (gst_goom_chain):
10196         * gst/matroska/matroska-demux.c:
10197         (gst_matroska_demux_push_vorbis_codec_priv_data),
10198         (gst_matroska_demux_add_wvpk_header):
10199         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
10200         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
10201         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
10202         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
10203         alloc_buffer changes.
10204
10205 2005-12-05  Michael Smith  <msmith@fluendo.com>
10206
10207         * docs/plugins/gst-plugins-good-plugins.args:
10208           Remove args for plugins that aren't in -good.
10209
10210 === release 0.9.7 ===
10211
10212 2005-12-01   <thomas (at) apestaart (dot) org>
10213
10214         * configure.ac:
10215           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
10216
10217 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10218
10219         * docs/plugins/.cvsignore:
10220         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10221         * docs/plugins/inspect/plugin-multipart.xml:
10222         * docs/plugins/inspect/plugin-rtp.xml:
10223           add multipart plugin to docs
10224
10225 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10226
10227         * configure.ac:
10228         * ext/Makefile.am:
10229         * ext/pango/Makefile.am:
10230         * ext/pango/gstclockoverlay.c:
10231         * ext/pango/gstclockoverlay.h:
10232         * ext/pango/gsttextoverlay.c:
10233         * ext/pango/gsttextoverlay.h:
10234         * ext/pango/gsttextrender.c:
10235         * ext/pango/gsttextrender.h:
10236         * ext/pango/gsttimeoverlay.c:
10237         * ext/pango/gsttimeoverlay.h:
10238           move pango to base
10239
10240 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10241
10242         * gst/rtp/Makefile.am:
10243         * gst/rtp/gstrtpL16depay.c:
10244         * gst/rtp/gstrtpL16depay.h:
10245         * gst/rtp/gstrtpL16parse.c:
10246         * gst/rtp/gstrtpL16parse.h:
10247         * gst/rtp/gstrtpgsmdepay.c:
10248         * gst/rtp/gstrtpgsmdepay.h:
10249         * gst/rtp/gstrtpgsmparse.c:
10250         * gst/rtp/gstrtpgsmparse.h:
10251           parsers are depayers
10252
10253 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10254
10255         * gst/rtp/Makefile.am:
10256         * gst/rtp/gstasteriskh263.c:
10257         * gst/rtp/gstrtp.c:
10258         * gst/rtp/gstrtpL16enc.c:
10259         * gst/rtp/gstrtpL16enc.h:
10260         * gst/rtp/gstrtpL16parse.c:
10261         * gst/rtp/gstrtpL16parse.h:
10262         * gst/rtp/gstrtpL16pay.c:
10263         * gst/rtp/gstrtpL16pay.h:
10264         * gst/rtp/gstrtpamrdec.c:
10265         * gst/rtp/gstrtpamrdec.h:
10266         * gst/rtp/gstrtpamrdepay.c:
10267         * gst/rtp/gstrtpamrdepay.h:
10268         * gst/rtp/gstrtpamrenc.c:
10269         * gst/rtp/gstrtpamrenc.h:
10270         * gst/rtp/gstrtpamrpay.c:
10271         * gst/rtp/gstrtpamrpay.h:
10272         * gst/rtp/gstrtpdec.c:
10273         * gst/rtp/gstrtpdec.h:
10274         * gst/rtp/gstrtpdepay.c:
10275         * gst/rtp/gstrtpdepay.h:
10276         * gst/rtp/gstrtpg711dec.c:
10277         * gst/rtp/gstrtpg711dec.h:
10278         * gst/rtp/gstrtpg711depay.c:
10279         * gst/rtp/gstrtpg711depay.h:
10280         * gst/rtp/gstrtpg711enc.c:
10281         * gst/rtp/gstrtpg711enc.h:
10282         * gst/rtp/gstrtpg711pay.c:
10283         * gst/rtp/gstrtpg711pay.h:
10284         * gst/rtp/gstrtpgsmenc.c:
10285         * gst/rtp/gstrtpgsmenc.h:
10286         * gst/rtp/gstrtpgsmparse.c:
10287         * gst/rtp/gstrtpgsmparse.h:
10288         * gst/rtp/gstrtpgsmpay.c:
10289         * gst/rtp/gstrtpgsmpay.h:
10290         * gst/rtp/gstrtph263enc.c:
10291         * gst/rtp/gstrtph263enc.h:
10292         * gst/rtp/gstrtph263pay.c:
10293         * gst/rtp/gstrtph263pay.h:
10294         * gst/rtp/gstrtph263pdec.c:
10295         * gst/rtp/gstrtph263pdec.h:
10296         * gst/rtp/gstrtph263pdepay.c:
10297         * gst/rtp/gstrtph263pdepay.h:
10298         * gst/rtp/gstrtph263penc.c:
10299         * gst/rtp/gstrtph263penc.h:
10300         * gst/rtp/gstrtph263ppay.c:
10301         * gst/rtp/gstrtph263ppay.h:
10302         * gst/rtp/gstrtpmp4vdec.c:
10303         * gst/rtp/gstrtpmp4vdec.h:
10304         * gst/rtp/gstrtpmp4vdepay.c:
10305         * gst/rtp/gstrtpmp4vdepay.h:
10306         * gst/rtp/gstrtpmp4venc.c:
10307         * gst/rtp/gstrtpmp4venc.h:
10308         * gst/rtp/gstrtpmp4vpay.c:
10309         * gst/rtp/gstrtpmp4vpay.h:
10310         * gst/rtp/gstrtpmpadec.c:
10311         * gst/rtp/gstrtpmpadec.h:
10312         * gst/rtp/gstrtpmpadepay.c:
10313         * gst/rtp/gstrtpmpadepay.h:
10314         * gst/rtp/gstrtpmpaenc.c:
10315         * gst/rtp/gstrtpmpaenc.h:
10316         * gst/rtp/gstrtpmpapay.c:
10317         * gst/rtp/gstrtpmpapay.h:
10318         * gst/rtp/gstrtpspeexdec.c:
10319         * gst/rtp/gstrtpspeexdec.h:
10320         * gst/rtp/gstrtpspeexdepay.c:
10321         * gst/rtp/gstrtpspeexdepay.h:
10322         * gst/rtp/gstrtpspeexenc.c:
10323         * gst/rtp/gstrtpspeexenc.h:
10324         * gst/rtp/gstrtpspeexpay.c:
10325         * gst/rtp/gstrtpspeexpay.h:
10326           Do burger's rename for rtp payloaders and depayloaders
10327
10328 2005-11-30  Wim Taymans  <wim@fluendo.com>
10329
10330         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
10331         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
10332         * ext/dv/gstdvdemux.h:
10333         Fix seeking in dvdemux again, add some more debug info.
10334
10335 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10336
10337         * configure.ac:
10338           fix tests
10339
10340 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10341
10342         * PORTED_09:
10343         * docs/random/PORTED_09:
10344           move
10345         * tests/Makefile.am:
10346           add
10347         * win32/gst.sln:
10348           remove
10349
10350 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10351
10352         * Makefile.am:
10353         * check/.cvsignore:
10354         * check/Makefile.am:
10355         * check/elements/.cvsignore:
10356         * check/elements/level.c:
10357         * check/elements/matroskamux.c:
10358         * configure.ac:
10359         * examples/Makefile.am:
10360         * examples/capsfilter/Makefile.am:
10361         * examples/capsfilter/capsfilter1.c:
10362         * examples/gob/Makefile.am:
10363         * examples/gob/gst-identity2.gob:
10364         * examples/gstplay/.cvsignore:
10365         * examples/gstplay/Makefile.am:
10366         * examples/gstplay/player.c:
10367         * examples/indexing/.cvsignore:
10368         * examples/indexing/Makefile.am:
10369         * examples/indexing/indexmpeg.c:
10370         * examples/level/Makefile.am:
10371         * examples/level/README:
10372         * examples/level/demo.c:
10373         * examples/level/plot.c:
10374         * examples/stats/Makefile.am:
10375         * examples/stats/mp2ogg.c:
10376         * examples/switch/.cvsignore:
10377         * examples/switch/Makefile.am:
10378         * examples/switch/switcher.c:
10379           move under tests/
10380
10381 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
10382
10383         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
10384         (gst_text_render_class_init), (resize_bitmap),
10385         (gst_text_render_render_text), (gst_text_render_setcaps),
10386         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
10387         (gst_text_render_chain), (gst_text_render_finalize),
10388         (gst_text_render_init), (gst_text_render_set_property):
10389         * ext/pango/gsttextrender.h:
10390           Add missing files.
10391
10392 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
10393
10394         * configure.ac:
10395         * ext/Makefile.am:
10396         * ext/pango/Makefile.am:
10397         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
10398         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
10399         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
10400         * ext/pango/gstclockoverlay.h:
10401         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
10402         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
10403         (gst_text_overlay_finalize), (gst_text_overlay_init),
10404         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
10405         (gst_text_overlay_text_pad_linked),
10406         (gst_text_overlay_text_pad_unlinked),
10407         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
10408         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
10409         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
10410         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
10411         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
10412         (gst_text_overlay_change_state), (plugin_init):
10413         * ext/pango/gsttextoverlay.h:
10414         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
10415         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
10416         (gst_time_overlay_class_init), (gst_time_overlay_init):
10417         * ext/pango/gsttimeoverlay.h:
10418           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
10419           and add background shading and text wrapping modes. Make 
10420           timoverlay derive from textoverlay. Also add new clockoverlay
10421           element.
10422
10423 2005-11-30  Julien MOUTTE  <julien@moutte.net>
10424
10425         * gst/udp/Makefile.am: Moved to netbuffer.
10426
10427 2005-11-30  Julien MOUTTE  <julien@moutte.net>
10428
10429         * configure.ac:
10430         * PORTED_O9:
10431         * gst/multipart/Makefile.am:
10432         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
10433         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
10434         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
10435         (gst_multipart_demux_change_state),
10436         (gst_multipart_demux_plugin_init):
10437         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
10438         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
10439         (gst_multipart_mux_sinkconnect),
10440         (gst_multipart_mux_request_new_pad),
10441         (gst_multipart_mux_handle_src_event),
10442         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
10443         (gst_multipart_mux_change_state): Ported multipart mux/demux to
10444         0.9.
10445
10446 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10447
10448         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
10449         * gst/debug/gstnavigationtest.h:
10450         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
10451         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
10452         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
10453         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
10454         * gst/effectv/gstrev.c: (gst_revtv_get_type):
10455         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
10456         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
10457         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
10458         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
10459         (gst_video_flip_get_type):
10460         * gst/videofilter/gstvideoflip.h:
10461           update for symbols change
10462
10463 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10464
10465         * gst/udp/gstdynudpsink.c:
10466         * gst/udp/gstudpsrc.c:
10467           the old gstnet lib was renamed gstnetbuffer (#322257)
10468
10469 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
10470
10471         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
10472         (gst_text_overlay_collected):
10473           Actually render the text from the text pad.
10474
10475 2005-11-29  Edward Hervey  <edward@fluendo.com>
10476
10477         * gst/debug/gstnavseek.c: (gst_navseek_event):
10478         * gst/debug/progressreport.c: (gst_progress_report_event):
10479         Update for GstBaseTransform event virtual method
10480
10481 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10482
10483         * ext/cairo/Makefile.am:
10484           no need to link to videofilter
10485
10486 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10487
10488         * gst/debug/Makefile.am:
10489         * gst/debug/gstnavigationtest.h:
10490         * gst/effectv/Makefile.am:
10491         * gst/effectv/gstaging.c:
10492         * gst/effectv/gstdice.c:
10493         * gst/effectv/gstedge.c:
10494         * gst/effectv/gstquark.c:
10495         * gst/effectv/gstrev.c:
10496         * gst/effectv/gstshagadelic.c:
10497         * gst/effectv/gstvertigo.c:
10498         * gst/effectv/gstwarp.c:
10499         * gst/videofilter/Makefile.am:
10500         * gst/videofilter/gstvideofilter.c:
10501         * gst/videofilter/gstvideofilter.h:
10502         * gst/videofilter/gstvideoflip.h:
10503           remove the videofilter library and link to the one in base
10504
10505 2005-11-28  Edward Hervey  <edward@fluendo.com>
10506
10507         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
10508         Useless check now we're setting the current entry correctly.
10509
10510 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
10511
10512         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
10513         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
10514         (gst_jpegenc_change_state):
10515           Don't leak input buffer in chain function (fixes #322667); make 
10516           state change function thread-safe; don't repeat the current function
10517           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
10518           gst_pad_alloc_buffer(); misc. minor cleanups.
10519
10520 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
10521
10522         * gst/matroska/matroska-mux.c:
10523         (gst_matroska_mux_video_pad_setcaps):
10524         Look for pixel-aspect-ratio in caps, not pixel_width and
10525         pixel_height (Fixes: #322645)
10526
10527 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
10528
10529         * gst/matroska/matroska-mux.c:
10530         (gst_matroska_mux_video_pad_setcaps):
10531         From Michal Benes:
10532         frame duration should be GST_SECOND / framerate, not
10533         GST_SECOND * framerate. (Fixes: #322643)
10534
10535 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10536
10537         * configure.ac:
10538           fix up GST_PLUGIN_LDFLAGS
10539         * gst/rtsp/rtspconnection.c:
10540           fix includes (see #317043)
10541         * gst/videofilter/Makefile.am:
10542           stop installing this library
10543
10544 2005-11-26  Edward Hervey  <edward@fluendo.com>
10545
10546         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
10547         Handle the case where the incoming Video dv stream doesn't have
10548         a pixel aspect ratio set.
10549
10550 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
10551
10552         * docs/plugins/Makefile.am:
10553         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10554         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10555         * ext/flac/gstflacdec.c:
10556           document flacdec
10557
10558 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
10559
10560         * docs/plugins/Makefile.am:
10561         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10562         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10563         * docs/plugins/inspect/plugin-autodetect.xml:
10564         * ext/cairo/gstcairo.c: (plugin_init):
10565         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
10566         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
10567         (gst_text_overlay_init), (gst_text_overlay_font_init),
10568         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
10569         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
10570         (gst_text_overlay_text_pad_linked),
10571         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
10572         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
10573         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
10574         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
10575         (gst_text_overlay_change_state):
10576         * ext/cairo/gsttextoverlay.h:
10577         * ext/cairo/gsttimeoverlay.c:
10578         (gst_cairo_time_overlay_update_font_height),
10579         (gst_cairo_time_overlay_set_caps),
10580         (gst_cairo_time_overlay_get_unit_size),
10581         (gst_cairo_time_overlay_print_smpte_time),
10582         (gst_cairo_time_overlay_transform),
10583         (gst_cairo_time_overlay_base_init),
10584         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
10585         (gst_cairo_time_overlay_get_type):
10586         * ext/cairo/gsttimeoverlay.h:
10587           do some name borgifying
10588           document
10589
10590 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
10591
10592         * docs/plugins/Makefile.am:
10593         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10594         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10595         * gst/autodetect/gstautoaudiosink.c:
10596         (gst_auto_audio_sink_base_init):
10597         * gst/autodetect/gstautovideosink.c:
10598         (gst_auto_video_sink_base_init),
10599         (gst_auto_video_sink_factory_filter):
10600           documenting auto*sink
10601           using strstr for the video sink lookup, class field is not ordered
10602         * docs/plugins/inspect/plugin-1394.xml:
10603         * docs/plugins/inspect/plugin-aasink.xml:
10604         * docs/plugins/inspect/plugin-alaw.xml:
10605         * docs/plugins/inspect/plugin-alpha.xml:
10606         * docs/plugins/inspect/plugin-alphacolor.xml:
10607         * docs/plugins/inspect/plugin-auparse.xml:
10608         * docs/plugins/inspect/plugin-autodetect.xml:
10609         * docs/plugins/inspect/plugin-avi.xml:
10610         * docs/plugins/inspect/plugin-cacasink.xml:
10611         * docs/plugins/inspect/plugin-cairo.xml:
10612         * docs/plugins/inspect/plugin-cutter.xml:
10613         * docs/plugins/inspect/plugin-debug.xml:
10614         * docs/plugins/inspect/plugin-dv.xml:
10615         * docs/plugins/inspect/plugin-efence.xml:
10616         * docs/plugins/inspect/plugin-effectv.xml:
10617         * docs/plugins/inspect/plugin-esdsink.xml:
10618         * docs/plugins/inspect/plugin-flac.xml:
10619         * docs/plugins/inspect/plugin-flxdec.xml:
10620         * docs/plugins/inspect/plugin-gconfelements.xml:
10621         * docs/plugins/inspect/plugin-goom.xml:
10622         * docs/plugins/inspect/plugin-jpeg.xml:
10623         * docs/plugins/inspect/plugin-level.xml:
10624         * docs/plugins/inspect/plugin-matroska.xml:
10625         * docs/plugins/inspect/plugin-mulaw.xml:
10626         * docs/plugins/inspect/plugin-navigationtest.xml:
10627         * docs/plugins/inspect/plugin-ossaudio.xml:
10628         * docs/plugins/inspect/plugin-png.xml:
10629         * docs/plugins/inspect/plugin-rtp.xml:
10630         * docs/plugins/inspect/plugin-rtsp.xml:
10631         * docs/plugins/inspect/plugin-shout2send.xml:
10632         * docs/plugins/inspect/plugin-smpte.xml:
10633         * docs/plugins/inspect/plugin-speex.xml:
10634         * docs/plugins/inspect/plugin-udp.xml:
10635         * docs/plugins/inspect/plugin-videobox.xml:
10636         * docs/plugins/inspect/plugin-videoflip.xml:
10637         * docs/plugins/inspect/plugin-videomixer.xml:
10638         * docs/plugins/inspect/plugin-wavenc.xml:
10639         * docs/plugins/inspect/plugin-wavparse.xml:
10640           update for HEAD version
10641
10642 2005-11-25  Michael Smith  <msmith@fluendo.com>
10643
10644         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
10645           Patch from Sebastien Cote to close control sockets in udpsrc.
10646
10647 2005-11-24  Julien MOUTTE  <julien@moutte.net>
10648
10649         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
10650         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
10651         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
10652         (gst_quarktv_base_init), (gst_quarktv_class_init),
10653         (gst_quarktv_init): Flush the planes list on reverse caps
10654         negotiation. This was crashing because of differently sized
10655         buffers.
10656
10657 2005-11-24  Julien MOUTTE  <julien@moutte.net>
10658
10659         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
10660         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
10661         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
10662         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
10663         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
10664         (gst_videoflip_set_property), (gst_videoflip_base_init),
10665         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
10666         correctly, fix identity flipping, convert navigation event 
10667         correctly again.
10668
10669 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10670
10671         * configure.ac: back to HEAD
10672
10673 === release 0.9.6 ===
10674
10675 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
10676
10677         * configure.ac:
10678           releasing 0.9.6, "Everything's Not Lost"
10679
10680 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10681
10682         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
10683         Oops, initialise the framerate GValue
10684
10685 2005-11-23  Julien MOUTTE  <julien@moutte.net>
10686
10687         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
10688         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
10689         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
10690         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
10691         (gst_timeoverlay_get_type):
10692         * ext/cairo/gsttimeoverlay.h:
10693         * gst/debug/Makefile.am:
10694         * gst/debug/gstnavigationtest.c:
10695         (gst_navigationtest_handle_src_event),
10696         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
10697         (gst_navigationtest_transform), (gst_navigationtest_change_state),
10698         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
10699         (gst_navigationtest_init), (gst_navigationtest_get_type),
10700         (plugin_init):
10701         * gst/debug/gstnavigationtest.h:
10702         * gst/effectv/Makefile.am:
10703         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
10704         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
10705         (gst_agingtv_base_init), (gst_agingtv_class_init),
10706         (gst_agingtv_init), (gst_agingtv_get_type):
10707         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
10708         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
10709         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
10710         (gst_dicetv_get_type):
10711         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
10712         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
10713         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
10714         (gst_edgetv_get_type):
10715         * gst/effectv/gsteffectv.c:
10716         * gst/effectv/gsteffectv.h:
10717         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
10718         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
10719         (gst_quarktv_change_state), (gst_quarktv_base_init),
10720         (gst_quarktv_class_init), (gst_quarktv_init),
10721         (gst_quarktv_get_type):
10722         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
10723         (gst_revtv_get_unit_size), (gst_revtv_transform),
10724         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
10725         (gst_revtv_get_type):
10726         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
10727         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
10728         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
10729         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
10730         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
10731         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
10732         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
10733         (gst_vertigotv_init), (gst_vertigotv_get_type):
10734         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
10735         (gst_warptv_get_unit_size), (gst_warptv_transform),
10736         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
10737         (gst_warptv_get_type):
10738         * gst/videofilter/Makefile.am:
10739         * gst/videofilter/gstvideobalance.c:
10740         * gst/videofilter/gstvideobalance.h:
10741         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
10742         (gst_videofilter_class_init), (gst_videofilter_init):
10743         * gst/videofilter/gstvideofilter.h:
10744         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
10745         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
10746         (gst_videoflip_flip), (gst_videoflip_transform),
10747         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
10748         (gst_videoflip_base_init), (gst_videoflip_class_init),
10749         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
10750         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
10751         BaseTransform, it's just a place holder for now and every video
10752         effect plugin has been ported to use BaseTransform features 
10753         directly. QuarkTV was fixed too (was broken), navigationtest works
10754         and best for the end, videoflip converts navigation events depending
10755         on flip method ! Fixes #320953
10756
10757 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10758
10759         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
10760         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
10761         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
10762         (gst_goom_src_negotiate), (gst_goom_chain):
10763         * gst/matroska/matroska-mux.c:
10764         (gst_matroska_mux_video_pad_setcaps):
10765         * sys/osxvideo/osxvideosink.m:
10766           Fixes for API changes
10767
10768 2005-11-23  Michael Smith <msmith@fluendo.com>
10769
10770         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
10771         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
10772         * ext/jpeg/gstjpegdec.h:
10773         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
10774         * ext/jpeg/gstjpegenc.h:
10775         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
10776         (gst_smokeenc_resync):
10777         * ext/jpeg/gstsmokeenc.h:
10778           JPEG fractiony goodness.
10779
10780 2005-11-22  Michael Smith <msmith@fluendo.com>
10781
10782         * gst/goom/filters.c:
10783         * gst/goom/graphic.h:
10784           Fix compilation by making some functions static inline instead of
10785           extern inline, matching the way they're used.
10786
10787 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
10788
10789         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
10790         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
10791         * ext/cairo/gsttextoverlay.h:
10792         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
10793         * ext/gdk_pixbuf/gstgdkpixbuf.h:
10794         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
10795         (gst_pngdec_caps_create_and_set):
10796         * ext/libpng/gstpngdec.h:
10797         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
10798         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
10799         * gst/avi/gstavimux.c: (gst_avimux_init),
10800         (gst_avimux_vidsinkconnect):
10801         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
10802         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
10803         (gst_goom_src_negotiate), (gst_goom_chain):
10804         * gst/goom/gstgoom.h:
10805         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
10806         * gst/matroska/matroska-mux.c:
10807         (gst_matroska_mux_video_pad_setcaps):
10808         * sys/osxvideo/osxvideosink.h:
10809         * sys/osxvideo/osxvideosink.m:
10810           More fractional framerate conversions 
10811
10812 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
10813
10814         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
10815         * gst/debug/gstnavigationtest.c:
10816         (gst_navigationtest_handle_src_event):
10817         * gst/videofilter/gstvideofilter.c:
10818         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
10819         (gst_videofilter_init):
10820         * gst/videofilter/gstvideofilter.h:
10821           Convert to fractional framerates.
10822
10823 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10824
10825         * ext/aalib/gstaasink.c:
10826         * ext/dv/gstdvdec.c:
10827         * ext/esd/esdmon.c:
10828         * ext/flac/gstflacenc.c:
10829         * ext/gdk_pixbuf/pixbufscale.c:
10830         * ext/libcaca/gstcacasink.c:
10831         * ext/shout2/gstshout2.c:
10832         * gst/alpha/gstalpha.c:
10833         * gst/oldcore/gstaggregator.c:
10834         * gst/oldcore/gstshaper.c:
10835         * gst/smpte/barboxwipes.c:
10836         * gst/smpte/gstsmpte.c:
10837         * gst/videobox/gstvideobox.c:
10838         * gst/videofilter/gstvideoflip.c:
10839         * gst/videomixer/videomixer.c:
10840           fix up more enums
10841
10842 2005-11-22  Michael Smith <msmith@fluendo.com>
10843
10844         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
10845         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
10846         (gst_videomixer_update_queues):
10847           Fractional framerates, videomixer.
10848
10849 2005-11-22  Michael Smith <msmith@fluendo.com>
10850
10851         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
10852         * ext/dv/gstdvdec.h:
10853         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
10854         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
10855         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
10856         (gst_dvdemux_flush):
10857         * ext/dv/gstdvdemux.h:
10858           Fractional framerates for DV. 
10859
10860 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10861
10862         * gst/autodetect/gstautoaudiosink.c:
10863         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
10864         * gst/autodetect/gstautovideosink.c:
10865         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
10866           Use gst_plugin_feature_list_free() to free feature list and
10867           in the case of autovideosink free the list at all. Also
10868           miscellaneous cosmetic fixes.
10869
10870 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10871
10872         * gst/cutter/gstcutter.c: (gst_cutter_chain),
10873         (gst_cutter_set_property), (gst_cutter_get_caps):
10874           copy calculation code from level; remove use of some audio
10875           functions
10876
10877 2005-11-22  Andy Wingo  <wingo@pobox.com>
10878
10879         * Update for gst_tag_setter API changes.
10880
10881 2005-11-22  Andy Wingo  <wingo@pobox.com>
10882
10883         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
10884         (gst_dvdemux_demux_frame)
10885         * ext/flac/gstflacdec.c (gst_flacdec_write)
10886         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
10887         (gst_flacenc_sink_event)
10888         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
10889         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
10890         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
10891         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
10892         * gst/auparse/gstauparse.c (gst_auparse_chain)
10893         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
10894         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
10895         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
10896         (gst_avi_demux_handle_seek)
10897         * gst/goom/gstgoom.c (gst_goom_event)
10898         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
10899         * gst/matroska/matroska-demux.c
10900         (gst_matroska_demux_handle_seek_event)
10901         (gst_matroska_demux_loop_stream_parse_id)
10902         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
10903         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
10904         (gst_wavparse_stream_headers): Run update-funcnames.
10905
10906 2005-11-22  Edward Hervey  <edward@fluendo.com>
10907
10908         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
10909         (gst_dv1394src_init), (gst_dv1394src_dispose),
10910         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
10911         (gst_dv1394src_uri_set_uri):
10912         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
10913         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
10914         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
10915         URIHandler interface and element properties are now properly
10916         synchronized for DV1394src and UDPSrc
10917
10918 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10919
10920         * ext/flac/Makefile.am:
10921         * ext/speex/Makefile.am:
10922           libgsttagedit has been renamed to libgsttag.
10923
10924 2005-11-21  Wim Taymans  <wim@fluendo.com>
10925
10926         * gst/rtsp/rtspconnection.c: (read_body):
10927         Apply patch from Sebastien Cote to fix #319184.
10928
10929 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
10930
10931         * configure.ac:
10932         * gst/cutter/Makefile.am:
10933         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
10934         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
10935         (gst_cutter_set_property), (gst_cutter_get_property),
10936         (plugin_init), (gst_cutter_get_caps):
10937           port cutter
10938         * gst/level/gstlevel.c:
10939           fix up plugin details
10940
10941 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10942
10943         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
10944         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
10945         (gst_flacdec_src_event):
10946         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
10947         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
10948         (gst_signal_processor_getrange), (gst_signal_processor_chain):
10949         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
10950         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
10951         (gst_flxdec_sink_event_handler):
10952         * gst/matroska/matroska-demux.c:
10953         (gst_matroska_demux_handle_seek_event):
10954         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
10955           Update for stream lock API changes: don't take stream log
10956           in sink event handlers any longer and change GST_STREAM_LOCK
10957           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
10958           functions.
10959
10960 2005-11-21  Michael Smith <msmith@fluendo.com>
10961
10962         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
10963           gst_object_unref, not g_object_unref
10964
10965 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10966
10967         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
10968         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
10969           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
10970
10971 2005-11-21  Michael Smith <msmith@fluendo.com>
10972
10973         * gst/auparse/Makefile.am:
10974         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
10975         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
10976         (gst_auparse_change_state):
10977         * gst/auparse/gstauparse.h:
10978           Partially fix #161712. playbin still doesn't work on these files,
10979           (on the bug report, Andy says we aren't typefinding it for some
10980           reason?) but at least auparse isn't totally busted like it was before.
10981
10982 2005-11-21  Andy Wingo  <wingo@pobox.com>
10983
10984         * *.h:
10985         * *.c: Ran scripts/update-macros. Oh yes.
10986
10987 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10988
10989         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
10990           Filler events are gone for now, comment out section generating
10991           them.
10992
10993 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
10994
10995         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
10996         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
10997         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
10998         * sys/osxvideo/osxvideosink.m:
10999           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
11000           (#322027)
11001
11002 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11003
11004         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
11005         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
11006         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
11007         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
11008         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
11009         (gst_avi_demux_stream_data):
11010         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
11011         * gst/wavenc/gstwavenc.c: (write_metadata):
11012         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
11013         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
11014         Fixes for GST_FOURCC_FORMAT API change.
11015
11016 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11017
11018         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
11019         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
11020         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
11021         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
11022         (gst_text_overlay_change_state):
11023         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
11024         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
11025         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
11026         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
11027         * gst/videomixer/videomixer.c: (gst_videomixer_init),
11028         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
11029         (gst_videomixer_change_state):
11030           Fix for collect pads API change. Also fix textoverlay state
11031           change function.
11032
11033 2005-11-20  Julien MOUTTE  <julien@moutte.net>
11034
11035         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
11036         GST_PAD_IS_USABLE by something approaching it.
11037
11038 2005-11-20  Julien MOUTTE  <julien@moutte.net>
11039
11040         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
11041         API changes.
11042         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
11043         but also fix the code that was not checking return values from
11044         pad_push neither using pad_alloc_buffer.
11045
11046 2005-11-18  Edward Hervey  <edward@fluendo.com>
11047
11048         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
11049         (gst_pngenc_chain):
11050         Added debug category
11051         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
11052         goes to EOS.
11053
11054 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
11055
11056         * gst/rtp/Makefile.am
11057         * gst/rtp/gstrtp.c
11058         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
11059         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
11060         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
11061         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
11062         * gst/rtp/gstrtpg711enc.h:
11063         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
11064         * gst/rtp/gstrtpspeexenc.c:
11065         * gst/rtp/gstrtpspeexenc.h:
11066         * gst/rtp/gstrtpspeexdec.c:
11067         * gst/rtp/gstrtpspeexdec.h:
11068         Created Speex payloader and depayloader; Optimize G711 payloader to
11069         use adapter and send packets until MTU size.
11070
11071 2005-11-16  Wim Taymans  <wim@fluendo.com>
11072
11073         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
11074         Fix leak in check.
11075
11076 2005-11-16  Wim Taymans  <wim@fluendo.com>
11077
11078         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
11079         Fix state change.
11080
11081 2005-11-16  Andy Wingo  <wingo@pobox.com>
11082
11083         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
11084         (gst_udpsrc_create): Move comment.
11085
11086 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
11087
11088         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11089
11090         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
11091           When seeking, seek to closest index entry at or before the requested
11092           seek position, not just the closest one (#321001).
11093
11094 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
11095
11096         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
11097         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
11098           Invert DIB images again (see #132341).
11099
11100 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11101
11102         * configure.ac:
11103           rework configure.ac file
11104         * ext/aalib/gstaasink.c:
11105         * ext/cairo/gstcairo.c:
11106         * ext/dv/gstdv.c:
11107         * ext/esd/gstesd.c:
11108         * ext/flac/gstflac.c:
11109         * ext/gconf/gstgconfelements.c:
11110         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11111         * ext/jpeg/gstjpeg.c:
11112         * ext/ladspa/gstladspa.c:
11113         * ext/libcaca/gstcacasink.c:
11114         * ext/libmng/gstmng.c:
11115         * ext/libpng/gstpng.c:
11116         * ext/mikmod/gstmikmod.c:
11117         * ext/pango/gsttextoverlay.c:
11118         * ext/pango/gsttimeoverlay.c:
11119         * ext/raw1394/gst1394.c:
11120         * ext/speex/gstspeex.c:
11121         * gst/alpha/Makefile.am:
11122         * gst/alpha/gstalpha.c:
11123         * gst/alpha/gstalphacolor.c:
11124         * gst/auparse/gstauparse.c:
11125         * gst/autodetect/gstautoaudiosink.c:
11126         (gst_auto_audio_sink_factory_filter),
11127         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
11128         * gst/autodetect/gstautodetect.c:
11129         * gst/avi/gstavi.c:
11130         * gst/cutter/gstcutter.c:
11131         * gst/debug/efence.c:
11132         * gst/debug/gstdebug.c:
11133         * gst/debug/gstnavigationtest.c:
11134         * gst/effectv/gsteffectv.c:
11135         * gst/flx/gstflxdec.c:
11136         * gst/goom/gstgoom.c:
11137         * gst/interleave/plugin.c:
11138         * gst/law/alaw.c:
11139         * gst/law/mulaw.c:
11140         * gst/level/gstlevel.c:
11141         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
11142         * gst/matroska/matroska.c:
11143         * gst/median/gstmedian.c:
11144         * gst/monoscope/gstmonoscope.c:
11145         * gst/multipart/multipart.c:
11146         * gst/oldcore/gstelements.c:
11147         * gst/rtp/gstrtp.c:
11148         * gst/rtsp/gstrtsp.c:
11149         * gst/smoothwave/gstsmoothwave.c:
11150         * gst/smpte/gstsmpte.c:
11151         * gst/udp/gstudp.c:
11152         * gst/videobox/gstvideobox.c:
11153         * gst/videofilter/gstgamma.c:
11154         * gst/videofilter/gstvideobalance.c:
11155         * gst/videofilter/gstvideoflip.c:
11156         * gst/videofilter/gstvideotemplate.c:
11157         * gst/videomixer/videomixer.c:
11158         * gst/wavenc/gstwavenc.c:
11159         * gst/wavparse/gstwavparse.c:
11160         * sys/oss/gstossaudio.c:
11161         * sys/osxaudio/gstosxaudio.c:
11162           update GST_PLUGIN_DEFINE
11163         * gst/rtp/Makefile.am:
11164         * gst/rtp/gstasteriskh263.c:
11165           check for htons/htonl headers and possibly link to winsock2 lib
11166
11167 2005-11-12  Edward Hervey  <edward@fluendo.com>
11168
11169         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
11170         Only GST_DEBUG() information on the valid components.
11171
11172 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11173
11174         * configure.ac: back to HEAD
11175
11176 === release 0.9.5 ===
11177
11178 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
11179
11180         * configure.ac:
11181           releasing 0.9.5, "Phone Alarm"
11182
11183 2005-11-11  Edward Hervey  <edward@fluendo.com>
11184
11185         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
11186         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
11187         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
11188         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11189         (gst_avi_demux_loop):
11190         * gst/avi/gstavidemux.h:
11191         Yeah, implement proper seeking. Exact seeking and segment seeking.
11192         Still need to do some checks for segment_stop.
11193
11194 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
11195
11196         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11197
11198         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
11199           Don't try to ready buffer duration from buffer that we don't
11200           own any  longer and that might already have been unreffed.
11201           (#321136)
11202
11203 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
11204
11205         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
11206         (flx_decode_delta_flc), (gst_flxdec_chain):
11207         Attempting to optimize the code for embedded systems.
11208
11209 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
11210
11211         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11212
11213         * sys/oss/gstosssink.c: (gst_oss_sink_close):
11214           Don't re-use already closed file descriptor. (#320920)
11215
11216 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
11217
11218         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
11219         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
11220         (gst_oss_sink_prepare):
11221         * sys/oss/gstosssink.h:
11222           Cache probed caps; fix debug output for SET_PARAM macros.
11223
11224 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
11225
11226         * ext/cairo/Makefile.am:
11227         * ext/cairo/gstcairo.c: (plugin_init):
11228         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
11229         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
11230         (gst_text_overlay_init), (gst_text_overlay_font_init),
11231         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
11232         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
11233         (gst_text_overlay_text_pad_linked),
11234         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
11235         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
11236         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
11237         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
11238         (gst_text_overlay_change_state):
11239         * ext/cairo/gsttextoverlay.h:
11240           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
11241           property and redo positioning. Doesn't handle upstream renegotiation
11242           yet though.
11243
11244 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
11245
11246         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
11247         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11248         (gst_avi_demux_loop):
11249           No need to take the STREAM_LOCK in the loop function. Improve
11250           some debug messages. Don't leak pad names in debug messages.
11251
11252 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
11253
11254         * gst/matroska/matroska-demux.c:
11255         (gst_matroska_demux_push_vorbis_codec_priv_data),
11256         (gst_matroska_demux_add_wvpk_header):
11257           Don't error out when the source pad isn't linked.
11258
11259 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
11260
11261         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
11262         (gst_gconf_audio_sink_change_state):
11263         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
11264         (gst_gconf_video_sink_change_state):
11265           Fix state change functions here as well and set kid
11266           to NULL state before removing it.
11267
11268 2005-11-01  Edward Hervey  <edward@fluendo.com>
11269
11270         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
11271         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
11272         Added proper event handlind, 
11273         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
11274         ignored),
11275         and don't set a duration of 0 for buffers otherwise they are discarded
11276         by GstBaseSink.
11277
11278         GstWavEnc needs some serious loving, after going through the code I'm
11279         really wondering how this can stay in -good ...
11280
11281 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11282
11283         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
11284         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
11285         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
11286         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
11287         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
11288         (gst_matroska_mux_collected):
11289           Fix leaks and invalid memory access as reported by valgrind
11290
11291 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11292
11293         Patch by: Michal Benes <michal.benes@xeris.cz>
11294
11295         * check/Makefile.am:
11296         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
11297         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
11298         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
11299           add a unit test for matroskamux
11300           fix the bugs that the unit test exposed
11301
11302 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
11303
11304         * gst/autodetect/gstautoaudiosink.c:
11305         (gst_auto_audio_sink_class_init),
11306         (gst_auto_audio_sink_change_state):
11307         * gst/autodetect/gstautovideosink.c:
11308         (gst_auto_video_sink_class_init),
11309         (gst_auto_video_sink_change_state):
11310           Fix state change function and use GST_DEBUG_FUNCPTR in
11311           class_init.
11312
11313 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
11314
11315         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11316
11317         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
11318         (gst_ebml_write_reset), (gst_ebml_write_element_new):
11319         * gst/matroska/ebml-write.h:
11320         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
11321           Set timestamps on outgoing ebml headers as well, so that the
11322           element after matroskamux can get the timestamp already when
11323           reading the first ebml element and doesn't have to wait for
11324           the actual data buffer for that (#320308).
11325           
11326 2005-10-31  Andy Wingo  <wingo@pobox.com>
11327
11328         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
11329         (gst_videomixer_pad_link): Kill some memleaks.
11330         (gst_videomixer_pad_get_property): Style fix.
11331         (gst_videomixer_pad_set_property): Style fix.
11332         (gst_videomixer_pad_init): Style fix.
11333         (gst_videomixer_update_queues): Kill memleak.
11334         (gst_videomixer_loop): Kill memleak.
11335         (gst_videomixer_collected): Kill memleak.
11336
11337 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
11338
11339         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
11340         gst_auparse_change_state:
11341         Just some cleanup.
11342
11343 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
11344
11345         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
11346         Add checks to GST_FLOW_NOT_LINKED for values returned
11347         from gst_pad_push.
11348         
11349 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11350
11351         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
11352         (gst_rtpg711dec_process):
11353         * gst/rtp/gstrtpgsmenc.c:
11354         Payloader now sets some default caps on the srcpad if caps on the sinkpad
11355         are never set. This is important for the g711 to work with burger's rtpbin
11356         element.
11357
11358 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
11359
11360         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
11361         (gst_speexenc_push_buffer):
11362         Add checks for return values from gst_pad_push and
11363         gst_pad_alloc_buffer.
11364
11365 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
11366
11367         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11368
11369         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
11370         (gst_matroska_demux_parse_info),
11371         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
11372         (gst_matroska_demux_parse_cluster):
11373         * gst/matroska/matroska-ids.h:
11374         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
11375         (gst_matroska_mux_init), (gst_matroska_mux_start),
11376         (gst_matroska_mux_create_buffer_header),
11377         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
11378         (gst_matroska_mux_get_property):
11379         * gst/matroska/matroska-mux.h:
11380           Add SimpleBlock support to matroska demuxer and muxer (part of
11381           Matroska v2). (#319731)
11382
11383 2005-10-28  Wim Taymans  <wim@fluendo.com>
11384
11385         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
11386         (gst_jpeg_dec_change_state):
11387         * ext/jpeg/gstjpegdec.h:
11388         Cleanups. Don't create caps for every chain.
11389
11390 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
11391
11392         * gst/law/alaw-encode.c: (gst_alawenc_init),
11393         (alawenc_setcaps), (gst_alawenc_chain)
11394         * gst/law/alaw-encode.h:
11395         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
11396         (mulawenc_setcaps), (gst_mulawenc_chain)
11397         * gst/law/mulaw-encode.h:
11398         Set timestamp on buffer and it allows RTP G711 elements
11399         work properly.
11400
11401 2005-10-27  Wim Taymans  <wim@fluendo.com>
11402
11403         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
11404         Set correct format on oss instead of a silly value. 
11405
11406 2005-10-27  Julien MOUTTE  <julien@moutte.net>
11407
11408         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
11409         (gst_video_box_transform_caps), (gst_video_box_set_caps),
11410         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
11411         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
11412         I420 rendering as well, doesn't bring much for my platform.
11413         Might help on some other platforms.
11414
11415 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
11416
11417         * gst/rtp/gstrtpgsmenc.c:
11418         * gst/rtp/gstrtpgsmparse.c:
11419         Declaring the padtemplate correctly.
11420
11421 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
11422
11423         * gst/rtp/gstrtpg711dec.c:
11424         * gst/rtp/gstrtpg711enc.c:
11425         * gst/rtp/gstrtpgsmenc.c:
11426         * gst/rtp/gstrtpgsmparse.c:
11427         Setting the proper copyright notice.
11428
11429 2005-10-26  Julien MOUTTE  <julien@moutte.net>
11430
11431         * gst/videobox/Makefile.am: Use liboil.
11432         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
11433         (gst_video_box_set_property), (gst_video_box_transform_caps),
11434         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
11435         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
11436         using liboil. Will dot the same to I420 border generation
11437         tomorrow.
11438
11439 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
11440
11441         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
11442         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
11443         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
11444         * gst/rtp/gstrtpg711dec.h:
11445         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
11446         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
11447         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
11448         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
11449         (gst_rtpgsmenc_handle_buffer):
11450         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
11451         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
11452         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
11453         * gst/rtp/gstrtpgsmparse.h:
11454         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
11455         inherits from the basertpdepayloader.
11456
11457 2005-10-26  Julien MOUTTE  <julien@moutte.net>
11458
11459         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
11460         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
11461         (gst_video_box_ayuv): Removing this forgotten debug.
11462
11463 2005-10-26  Julien MOUTTE  <julien@moutte.net>
11464
11465         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
11466         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
11467         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
11468
11469 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11470
11471         * sys/oss/gstossaudio.c:
11472         * sys/oss/gstossdmabuffer.c:
11473         * sys/oss/gstosshelper.c:
11474         * sys/oss/gstossmixer.c:
11475         * sys/oss/gstossmixerelement.c:
11476         * sys/oss/gstossmixertrack.c:
11477         * sys/oss/gstosssink.c:
11478         * sys/oss/gstosssrc.c:
11479           Actually use the 'oss' debug category we register.
11480
11481 2005-10-26  Julien MOUTTE  <julien@moutte.net>
11482
11483         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
11484         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
11485         Use gst_pad_get_parent and drop the ref that was added through
11486         that call.
11487
11488 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
11489
11490         * gst/rtp/gstrtpgsmenc.c:
11491           Fix compilation
11492
11493 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
11494
11495         * gst/rtp/gstrtpg711dec.c
11496         Just removed a couple of lines of weird code used during
11497         development/test time.
11498
11499 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
11500
11501         * gst/rtp/Makefile.am
11502         * gst/rtp/gstrtp.c
11503         * gst/rtp/gstrtpg711enc.c
11504         * gst/rtp/gstrtpg711enc.h
11505         * gst/rtp/gstrtpg711dec.c
11506         * gst/rtp/gstrtpg711dec.h
11507         Created G711 payloader and depayloader (it supports mulaw and alaw
11508         (dec)encoders)
11509
11510 2005-10-25  Julien MOUTTE  <julien@moutte.net>
11511
11512         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
11513         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
11514         Doh ! I introduced wingo's bug again ! Sorry...
11515
11516 2005-10-25  Christian Schaller <christian@fluendo.com> 
11517
11518         * gst/rtp/Makefile.am: add missing header files for disting
11519
11520 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
11521
11522         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
11523         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
11524         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
11525         (gst_rtpgsmenc_handle_buffer):
11526         * gst/rtp/gstrtpgsmenc.h:
11527         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
11528         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
11529         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
11530         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
11531         * gst/rtp/gstrtpgsmparse.h:
11532         Getting the GSM (de)payloader working and compatible with our plans for RTP.
11533
11534 2005-10-25  Julien MOUTTE  <julien@moutte.net>
11535
11536         * ext/libpng/gstpngdec.c: (user_info_callback),
11537         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
11538         a newsegment event, move some redundant code in a single place.
11539
11540 2005-10-25  Julien MOUTTE  <julien@moutte.net>
11541
11542         * ext/libpng/gstpngdec.c: (user_info_callback),
11543         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
11544         hack to get correct colors order when we have a png image with
11545         alpha channel.
11546
11547 2005-10-24  Edward Hervey  <edward@fluendo.com>
11548
11549         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
11550         Call gst_element_no_more_pads when there will be no more pads.
11551
11552 2005-10-24  Wim Taymans  <wim@fluendo.com>
11553
11554         * gst/rtp/Makefile.am:
11555         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
11556         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
11557         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
11558         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
11559         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
11560         (gst_asteriskh263_plugin_init):
11561         * gst/rtp/gstasteriskh263.h:
11562         * gst/rtp/gstrtp.c: (plugin_init):
11563         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
11564         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
11565         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
11566         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
11567         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
11568         (gst_rtph263enc_plugin_init):
11569         * gst/rtp/gstrtph263enc.h:
11570         Added two new payloaders, an RFC 2190 payloader for h263 and
11571         a payload convertor for an asterisk server.
11572
11573 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
11574
11575         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
11576           Set bytes_per_sample correctly (is not always 4, but 
11577           depends on width and number of channels).
11578
11579 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
11580
11581         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
11582         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
11583         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
11584         (gst_flacenc_sink_event), (gst_flacenc_chain),
11585         (gst_flacenc_set_property), (gst_flacenc_get_property),
11586         (gst_flacenc_change_state):
11587         * ext/flac/gstflacenc.h:
11588           Fix seeking, so that flacenc can rewrite the header with the
11589           correct duration and amount of samples and all that at EOS;
11590           also set timestamps and granulepos on outgoing buffers; add
11591           debug category; fix state change function.
11592           
11593 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11594
11595         * gst/videomixer/videomixer.c: Don't restrict video geometry
11596         from 16 to 4096.
11597
11598 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11599
11600         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
11601         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
11602         Fix caps negotiation correctly, add debugging category.
11603
11604 2005-10-24  Christian Schaller  <christian@fluendo.com>
11605
11606         * configure.ac: Port over Thomas's change from base listing all plugins
11607
11608 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11609
11610         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
11611         a sink pad.
11612
11613 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11614
11615         * configure.ac:
11616         * docs/upload.mak:
11617           back to HEAD
11618
11619 === release 0.9.4 ===
11620
11621 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11622
11623         * configure.ac:
11624           Releasing 0.9.4, "Dromiceiomimus"
11625
11626 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
11627
11628         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
11629         (gst_speexenc_src_query):
11630           Add position and duration query, fix query type function.
11631           
11632         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11633         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
11634           Let's not set non-fixed caps on source pads.
11635
11636 2005-10-21  Wim Taymans  <wim@fluendo.com>
11637
11638         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
11639         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
11640         (gst_avi_demux_handle_seek):
11641         Set correct stream_time in newsegment event.
11642         avi can also handle a duration query now.
11643
11644 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11645
11646         * gst/matroska/matroska-demux.c:
11647         (gst_matroska_demux_handle_src_query),
11648         (gst_matroska_demux_handle_seek_event),
11649         (gst_matroska_demux_loop_stream_parse_id):
11650           Fix duration query; fix basetime in newsegment event after
11651           seek; fix duration in initial newsegment event.
11652
11653         * gst/matroska/matroska-mux.c:
11654         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
11655           Extract number of channels and samplerate from vorbis headers;
11656           add some debug messages when querying the durations of the
11657           input streams.
11658
11659 2005-10-20  Wim Taymans  <wim@fluendo.com>
11660
11661         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
11662         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
11663         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
11664         Set stream time correctly in newsegment.
11665
11666 2005-10-20  Wim Taymans  <wim@fluendo.com>
11667
11668         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
11669         Correctly fill in the stream time.
11670
11671 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
11672
11673         * check/elements/level.c: (GST_START_TEST):
11674         * gst/level/gstlevel.c: (gst_level_message_new):
11675         * gst/level/level-example.c: (message_handler):
11676           use ELEMENT messages instead
11677
11678 2005-10-19  Wim Taymans  <wim@fluendo.com>
11679
11680         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
11681         (gst_dvdemux_src_query):
11682         * ext/flac/gstflacdec.c: (gst_flacdec_length),
11683         (gst_flacdec_src_query):
11684         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
11685         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
11686         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
11687         * gst/debug/gstnavseek.c: (gst_navseek_seek):
11688         * gst/debug/progressreport.c: (gst_progress_report_report):
11689         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
11690         * gst/matroska/matroska-demux.c:
11691         (gst_matroska_demux_handle_src_query):
11692         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
11693         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
11694         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
11695         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
11696         (gst_wavparse_srcpad_event):
11697         API change fix.
11698
11699 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11700
11701         * gst/goom/filters.c:
11702         * gst/goom/graphic.h:
11703         * gst/goom/lines.c:
11704           Make inline functions either 'static inline' or 'extern inline',
11705           otherwise the Forte compiler apparently won't inline them (#317300).
11706
11707 2005-10-19  Julien MOUTTE  <julien@moutte.net>
11708
11709         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
11710         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
11711         (user_info_callback), (user_endrow_callback), (user_end_callback),
11712         (user_read_data), (gst_pngdec_caps_create_and_set),
11713         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
11714         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
11715         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
11716         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
11717         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
11718         very nice and handle push/pull based model. if you have filesrc
11719         connected to it, it will do random access to load the png file.
11720         If you have a network source that can't do _getrange, it does 
11721         progressive loading through the chain function.
11722         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
11723         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
11724         thanks to Master Wim Taymans ;-)
11725
11726 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11727
11728         * gst/matroska/Makefile.am:
11729         * gst/matroska/ebml-read.c:
11730         * gst/matroska/ebml-read.h:
11731         * gst/matroska/matroska-demux.c:
11732         * gst/matroska/matroska-demux.h:
11733         * gst/matroska/matroska.c: (plugin_init):
11734           Ported matroska demuxer to 0.9.
11735
11736 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
11737
11738         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11739
11740         * gst/matroska/matroska-mux.c:
11741         (gst_matroska_mux_video_pad_setcaps),
11742         (gst_matroska_mux_audio_pad_setcaps):
11743           Fix mpeg4 input handling (#318847); also, while we're at it,
11744           fix media type for Motion-JPEG: should be image/jpeg.
11745
11746 2005-10-18  Wim Taymans  <wim@fluendo.com>
11747
11748         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
11749         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
11750         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
11751         Fix for segment-start/stop API change.
11752
11753 2005-10-17  Julien MOUTTE  <julien@moutte.net>
11754
11755         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
11756         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
11757         way.
11758
11759 2005-10-17  Julien MOUTTE  <julien@moutte.net>
11760
11761         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
11762         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
11763         output declared in transform_caps.
11764
11765 2005-10-17  Julien MOUTTE  <julien@moutte.net>
11766
11767         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
11768
11769 2005-10-17  Julien MOUTTE  <julien@moutte.net>
11770
11771         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
11772         (gst_video_box_get_unit_size): Fix wrong size calculations and
11773         implement get_unit_size correctly.
11774
11775 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
11776
11777         * configure.ac:
11778           Enable flx plugin.
11779
11780         * gst/flx/gstflxdec.c: (flx_decode_chunks):
11781           Fix gcc4 signedness issue.
11782
11783 2005-10-17  Julien MOUTTE  <julien@moutte.net>
11784
11785         * configure.ac: Adding videomixer.
11786         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
11787         (user_read_data), (gst_pngdec_chain): More debugging.
11788         * gst/alpha/Makefile.am: Adding alphacolor
11789         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
11790         (gst_alpha_color_class_init), (gst_alpha_color_init),
11791         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
11792         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
11793         (plugin_init): Ported to 0.9 using in place base tranform.
11794         * gst/videomixer/Makefile.am:
11795         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
11796         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
11797         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
11798         (gst_videomixer_pad_init), (gst_videomixer_class_init),
11799         (gst_videomixer_init), (gst_videomixer_getcaps),
11800         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
11801         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
11802         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
11803         to 0.9 using collectpads.
11804
11805 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
11806
11807         * configure.ac:
11808         * gst/flx/Makefile.am:
11809         * gst/flx/gstflxdec.c: (gst_flxdec_init),
11810         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
11811         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
11812         * gst/flx/gstflxdec.h:
11813         flx plugin ported to 0.9
11814
11815 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11816
11817         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
11818           use new gst_version_string()
11819
11820 2005-10-16  Andy Wingo  <wingo@pobox.com>
11821
11822         * configure.ac: GLIB_CHECK.
11823
11824 2005-10-15  Julien MOUTTE  <julien@moutte.net>
11825
11826         * ext/libpng/Makefile.am:
11827         * ext/libpng/gstpng.c: (plugin_init):
11828         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
11829         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
11830         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
11831
11832 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
11833
11834         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11835
11836         * configure.ac:
11837         * gst/matroska/Makefile.am:
11838         * gst/matroska/ebml-ids.h:
11839         * gst/matroska/ebml-write.c:
11840         * gst/matroska/ebml-write.h:
11841         * gst/matroska/matroska-ids.h:
11842         * gst/matroska/matroska-mux.c:
11843         * gst/matroska/matroska-mux.h:
11844         * gst/matroska/matroska.c: (plugin_init):
11845           Port matroska muxer to 0.9 (#318847).
11846
11847 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
11848
11849         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
11850         (comment_init), (comment_add):
11851           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
11852           use GST_READ_UINT32_LE() and friends rather than the private
11853           implementation of those same macros.
11854
11855 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
11856
11857         * examples/stats/mp2ogg.c:
11858           more typo fixes
11859
11860 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
11861
11862         * examples/indexing/indexmpeg.c: (main):
11863         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
11864         (gst_esdmon_close_audio), (gst_esdmon_change_state):
11865         * ext/esd/esdmon.h:
11866         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
11867         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
11868         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
11869         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
11870         * gst/avi/gstavimux.c: (gst_avimux_init):
11871         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
11872         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
11873         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
11874         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
11875         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
11876         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
11877         * gst/oldcore/gstmultifilesrc.h:
11878         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
11879         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
11880         (gst_pipefilter_change_state):
11881         * gst/oldcore/gstpipefilter.h:
11882         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
11883         * gst/videomixer/videomixer.c: (gst_videomixer_init):
11884         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
11885         * sys/osxaudio/gstosxaudiosink.h:
11886         * sys/osxaudio/gstosxaudiosrc.h:
11887           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
11888           moved bitshift from macro to enum definition
11889
11890 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
11891
11892         * ext/Makefile.am:
11893         * ext/cairo/Makefile.am:
11894         * ext/cairo/gstcairo.c: (plugin_init):
11895         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
11896         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
11897         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
11898         * ext/cairo/gsttimeoverlay.h:
11899           update of cairo-based timeoverlay to 1.0 Cairo API
11900           doesn't work yet for resizing of output sink
11901
11902 2005-10-11  Wim Taymans  <wim@fluendo.com>
11903
11904         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
11905         newsegment API fix.
11906
11907 2005-10-11  Wim Taymans  <wim@fluendo.com>
11908
11909         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
11910         (gst_dvdemux_demux_frame):
11911         * ext/flac/gstflacdec.c: (gst_flacdec_write):
11912         * gst/auparse/gstauparse.c: (gst_auparse_chain):
11913         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
11914         (gst_avi_demux_handle_seek):
11915         * gst/goom/gstgoom.c: (gst_goom_event):
11916         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
11917         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
11918         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
11919         (gst_wavparse_loop), (gst_wavparse_pad_convert),
11920         (gst_wavparse_srcpad_event):
11921         newsegment API update.
11922
11923 2005-10-11  Andy Wingo  <wingo@pobox.com>
11924
11925         * ext/speex/gstspeexenc.c: Signedness cleanups.
11926
11927 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
11928
11929         * PORTED_09:
11930         * ext/speex/Makefile.am:
11931         * ext/speex/gstspeex.c:
11932         * ext/speex/gstspeexenc.c:
11933         Speexenc ported to 0.9
11934
11935 2005-10-10  Wim Taymans  <wim@fluendo.com>
11936
11937         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
11938         (gst_oss_sink_init), (gst_oss_sink_set_property),
11939         (gst_oss_sink_get_property), (gst_oss_sink_open),
11940         (gst_oss_sink_prepare), (gst_oss_sink_reset):
11941         * sys/oss/gstosssink.h:
11942         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
11943         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
11944         (gst_oss_src_prepare):
11945         Cleanups, make device configurable in the sink, handle and report
11946         errors.
11947
11948 2005-10-10  Wim Taymans  <wim@fluendo.com>
11949
11950         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
11951         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
11952         Make sure element is NULL before removing from the bin.
11953
11954 2005-10-07  Andy Wingo  <wingo@pobox.com>
11955
11956         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
11957         block forever in a read().
11958         (gst_dv1394src_bus_reset): Post a message when the cable is
11959         unplugged.
11960         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
11961         (gst_dv1394src_bus_reset): Don't unref the message.
11962
11963         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
11964         hacking. The only change should be that the state change stuff was
11965         put into basesrc's start() and stop() routines, which coalesces
11966         some steps.
11967
11968 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
11969
11970         * configure.ac:
11971           Add check for mmap
11972           
11973         * gst/debug/Makefile.am:
11974           Only compile efence plugin on systems that have mmap.
11975
11976 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
11977
11978         * gst/debug/Makefile.am:
11979         * gst/debug/breakmydata.c:
11980         * gst/debug/gstdebug.c:
11981         * gst/debug/gstnavigationtest.c:
11982         * gst/debug/gstnavseek.c: 
11983         * gst/debug/gstnavseek.h:
11984         * gst/debug/progressreport.c: 
11985         * gst/debug/testplugin.c:
11986           Port progressreport, navseek, navigationtest, testsink and
11987           breakmydata.
11988
11989 2005-10-05  Edward Hervey  <edward@fluendo.com>
11990
11991         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
11992         (gst_dvdemux_src_query):
11993         Fixes for better conversion
11994
11995 2005-10-04  Michael Smith <msmith@fluendo.com>
11996
11997         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
11998         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
11999         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
12000         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
12001           Set state of elements to NULL before removing from bins.
12002           Set state of test element to NULL if we failed to move it to READY
12003
12004 2005-10-04  Edward Hervey  <edward@fluendo.com>
12005
12006         * ext/dv/Makefile.am:
12007         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
12008         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
12009         Corrected the query function for position so it doesn't forget what
12010         format was asked, and calls the conversion functions on the correct pad.
12011
12012 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12013
12014         * configure.ac:
12015           back to development
12016
12017 === release 0.9.3 ===
12018
12019 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12020
12021         * configure.ac:
12022           Releasing 0.9.3, "Aramis"
12023
12024 2005-10-03  Andy Wingo  <wingo@pobox.com>
12025
12026         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
12027         error returns.
12028
12029 2005-10-02  Andy Wingo  <wingo@pobox.com>
12030
12031         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
12032
12033         * ext/flac/gstflacenc.c: Ported to 0.9.
12034
12035         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
12036
12037         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
12038         and link to gsttagedit. Enable flacenc.
12039
12040         * ext/flac/gstflacdec.c: Re-enable tag reading.
12041
12042 2005-09-30  Wim Taymans  <wim@fluendo.com>
12043
12044         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
12045         * gst/rtp/gstrtpgsmparse.c:
12046         * gst/rtp/gstrtph263penc.c:
12047         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
12048         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
12049         (gst_rtpmp4venc_set_property):
12050         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
12051         Various class and caps fixes from Andre Magalhaes (andrunko)
12052
12053 2005-09-29  Wim Taymans  <wim@fluendo.com>
12054
12055         * gst/level/level-example.c: (main):
12056         Update for new bus API.
12057
12058 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12059
12060         * configure.ac:
12061           Fix unexpanded autoconf macro GST_DOC, which has been renamed
12062           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
12063
12064 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12065
12066         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
12067           Fix playback of mono streams (bytes_per_sample should be set
12068           from the sample width and the number of channels negotiated,
12069           and not just be set to 4) (#317338)
12070
12071 2005-09-26  Wim Taymans  <wim@fluendo.com>
12072
12073         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
12074         (gst_rtpmpaenc_handle_buffer):
12075         Set buffer duration correctly.
12076
12077 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
12078
12079         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
12080         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
12081         (gst_avi_demux_change_state):
12082           Don't crash when encountering a stream with an unknown fourcc or
12083           codec id. Instead, create a pad of type video/x-avi-unknown or
12084           audio/x-avi-unknown, which as a side-effect also results in less
12085           confusing error messages in players ('no decoder' vs. 'no streams');
12086           minor fixes to state change function and class_init function.
12087
12088 2005-09-24  Wim Taymans  <wim@fluendo.com>
12089
12090         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
12091         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
12092         These are sinks.
12093
12094 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12095
12096         * check/elements/level.c: (GST_START_TEST):
12097           fix test for new GstClockTime use
12098         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
12099         (gst_level_transform_ip):
12100         * gst/level/gstlevel.h:
12101           fix up the decay peak, ensuring the decay peak is never lower
12102           than the peak for that interval
12103
12104 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12105
12106         * docs/plugins/gst-plugins-good-plugins.args:
12107         * docs/plugins/inspect/plugin-alpha.xml:
12108         * docs/plugins/inspect/plugin-rtp.xml:
12109         * gst/level/gstlevel.c: (gst_level_set_caps),
12110         (gst_level_transform_ip):
12111           updating docs
12112
12113 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12114
12115         * Makefile.am:
12116         * check/elements/level.c: (GST_START_TEST):
12117         * gst/level/Makefile.am:
12118         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
12119         (gst_level_set_property), (gst_level_get_property),
12120         (gst_level_set_caps), (gst_level_message_new),
12121         (gst_level_transform_ip):
12122         * gst/level/gstlevel.h:
12123         * gst/level/level-example.c: (message_handler), (main):
12124           convert to using GstClockTime for all time values, finally.
12125
12126 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12127
12128         * gst/auparse/Makefile.am:
12129         * gst/auparse/gstauparse.c: (gst_auparse_chain):
12130           fix up build
12131         * configure.ac:
12132         * ext/cairo/Makefile.am:
12133         * ext/dv/Makefile.am:
12134         * ext/esd/Makefile.am:
12135         * ext/flac/Makefile.am:
12136         * ext/gconf/Makefile.am:
12137         * ext/gdk_pixbuf/Makefile.am:
12138         * ext/jpeg/Makefile.am:
12139         * ext/ladspa/Makefile.am:
12140         * ext/libcaca/Makefile.am:
12141         * ext/libmng/Makefile.am:
12142         * ext/libpng/Makefile.am:
12143         * ext/mikmod/Makefile.am:
12144         * ext/pango/Makefile.am:
12145         * ext/raw1394/Makefile.am:
12146         * ext/shout2/Makefile.am:
12147         * ext/speex/Makefile.am:
12148         * gst/alpha/Makefile.am:
12149         * gst/autodetect/Makefile.am:
12150         * gst/avi/Makefile.am:
12151         * gst/cutter/Makefile.am:
12152         * gst/debug/Makefile.am:
12153         * gst/effectv/Makefile.am:
12154         * gst/flx/Makefile.am:
12155         * gst/goom/Makefile.am:
12156         * gst/interleave/Makefile.am:
12157         * gst/law/Makefile.am:
12158         * gst/matroska/Makefile.am:
12159         * gst/median/Makefile.am:
12160         * gst/monoscope/Makefile.am:
12161         * gst/multipart/Makefile.am:
12162         * gst/oldcore/Makefile.am:
12163         * gst/rtp/Makefile.am:
12164         * gst/rtsp/Makefile.am:
12165         * gst/smoothwave/Makefile.am:
12166         * gst/smpte/Makefile.am:
12167         * gst/videobox/Makefile.am:
12168         * gst/videofilter/Makefile.am:
12169         * gst/videomixer/Makefile.am:
12170         * gst/wavenc/Makefile.am:
12171         * gst/wavparse/Makefile.am:
12172         * sys/oss/Makefile.am:
12173         * sys/osxaudio/Makefile.am:
12174         * sys/osxvideo/Makefile.am:
12175           fix up GST_LIBS use
12176
12177 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12178
12179         * gst/auparse/Makefile.am:
12180         * gst/auparse/gstauparse.c: (gst_auparse_chain):
12181           fix build of auparse
12182
12183 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
12184
12185         * configure.ac:
12186         * PORTED_09:
12187         * gst/auparse/gstauparse.c:
12188         * gst/auparse/gstauparse.h:
12189         Auparse ported to 0.9.
12190
12191 2005-09-22  Wim Taymans  <wim@fluendo.com>
12192
12193         * gst/rtp/TODO:
12194         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
12195         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
12196         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
12197         (gst_rtpmp4venc_set_property):
12198         * gst/rtp/gstrtpmp4venc.h:
12199         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
12200         * gst/rtp/gstrtpmpaenc.h:
12201         Use is_filled to both check MTU and max-ptime of base class.
12202
12203 2005-09-22  Wim Taymans  <wim@fluendo.com>
12204
12205         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
12206         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
12207         (gst_rtpmp4venc_set_property):
12208         Don't fragment packets with multiple frames.
12209
12210 2005-09-22  Wim Taymans  <wim@fluendo.com>
12211
12212         * gst/rtp/TODO:
12213         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
12214         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
12215         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
12216         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
12217         (gst_rtpmp4venc_get_property):
12218         * gst/rtp/gstrtpmp4venc.h:
12219         Remove g_print.
12220         Update TODO
12221         Make payload encoder a bit smarter and more correct with
12222         timestamps.
12223         Added option in payloader to include config string in-band.
12224
12225 2005-09-21  Wim Taymans  <wim@fluendo.com>
12226
12227         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
12228         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
12229         (gst_rtspsrc_send):
12230         Strip spaces for key/value pairs.
12231
12232 2005-09-21  Wim Taymans  <wim@fluendo.com>
12233
12234         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
12235         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
12236         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
12237         (gst_rtspsrc_change_state):
12238         More SDP parsing and caps setting.
12239         Do NO_PREROLL differently.
12240         add pads only after negotiated.
12241
12242         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
12243         (gst_udpsrc_getcaps):
12244         Implement the getcaps function.
12245
12246 2005-09-21  Wim Taymans  <wim@fluendo.com>
12247
12248         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
12249         (gst_rtpamrdec_chain):
12250         Handle multiple AMr packets per payload. Handle CRC and
12251         parse ILL/ILP.
12252
12253         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
12254         Make caps params strings for easy SDP mapping.
12255         
12256         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
12257         Handle capsnego better.
12258
12259         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
12260         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
12261         Generate and parse config string in the caps.
12262
12263 2005-09-21  Wim Taymans  <wim@fluendo.com>
12264
12265         * gst/rtp/README:
12266         Update README
12267
12268         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
12269         Make extra params as strings.
12270
12271         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
12272         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
12273         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
12274         Make state change return NO_PREROLL as this is a live
12275         source.
12276
12277         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
12278         Don't unref old caps when NULL.
12279
12280 2005-09-20  Wim Taymans  <wim@fluendo.com>
12281
12282         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
12283         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
12284         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
12285         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
12286         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
12287         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
12288         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
12289         * gst/rtsp/sdpmessage.h:
12290         Add URI handler.
12291         Parse SDP and create caps.
12292
12293 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
12294
12295         * gst/alpha/gstalpha.c:
12296           fix element description
12297
12298 2005-09-19  Wim Taymans  <wim@fluendo.com>
12299
12300         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
12301         Don't check payload for now.
12302
12303 2005-09-19  Wim Taymans  <wim@fluendo.com>
12304
12305         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
12306         (gst_wavparse_init), (gst_wavparse_parse_file_header),
12307         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
12308         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
12309         (gst_wavparse_loop), (gst_wavparse_pad_convert),
12310         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
12311         (gst_wavparse_change_state):
12312         * gst/wavparse/gstwavparse.h:
12313         Fix wavparse some more.
12314
12315 2005-09-19  Wim Taymans  <wim@fluendo.com>
12316
12317         * check/elements/level.c: (GST_START_TEST):
12318         Fix for bus API change.
12319
12320 2005-09-19  Wim Taymans  <wim@fluendo.com>
12321
12322         * gst/level/level-example.c: (main):
12323         Fix for new bus API.
12324
12325         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
12326         Set caps on pads.
12327
12328 2005-09-15  Wim Taymans  <wim@fluendo.com>
12329
12330         * gst/rtp/Makefile.am:
12331         * gst/rtp/README:
12332         * gst/rtp/gstrtp.c: (plugin_init):
12333         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
12334         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
12335         (gst_rtpamrdec_change_state):
12336         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
12337         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
12338         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
12339         * gst/rtp/gstrtpamrenc.h:
12340         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
12341         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
12342         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
12343         * gst/rtp/gstrtpgsmenc.h:
12344         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
12345         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
12346         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
12347         (gst_rtpgsmparse_change_state):
12348         * gst/rtp/gstrtpgsmparse.h:
12349         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
12350         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
12351         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
12352         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
12353         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
12354         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
12355         * gst/rtp/gstrtph263penc.h:
12356         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
12357         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
12358         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
12359         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
12360         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
12361         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
12362         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
12363         * gst/rtp/gstrtpmp4venc.h:
12364         * gst/rtp/gstrtpmpadec.c:
12365         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
12366         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
12367         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
12368         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
12369         * gst/rtp/gstrtpmpaenc.h:
12370         Updates to payloader/depayloaders, make payloaders use
12371         the base classes.
12372         Updated README with suggested RTP caps and how to convert
12373         to/from SDP.
12374         Added config descriptor in mp4v payloader.
12375
12376 2005-09-15  Andy Wingo  <wingo@pobox.com>
12377
12378         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
12379         * gst/autodetect/gstautovideosink.c
12380         (gst_auto_video_sink_find_best): Update for new registry API.
12381
12382 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12383
12384         * common/c-to-xml.py:
12385         * common/gtk-doc-plugins.mak:
12386           a simple py script to generate valid xml from a C example
12387           probably also need to strip an MIT license when we decide
12388         * docs/plugins/Makefile.am:
12389         * gst/level/Makefile.am:
12390         * gst/level/gstlevel.c: (gst_level_init):
12391         * gst/level/level-example.c: (message_handler), (main):
12392           add an example to level that will show up in the docs
12393         * gst/rtp/TODO:
12394           add a note for the future
12395
12396 2005-09-14  Michael Smith <msmith@fluendo.com>
12397
12398         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
12399           Actually define the debug object being used in wavenc. Fixes #316205
12400
12401 2005-09-14  Michael Smith <msmith@fluendo.com>
12402
12403         * gst/smpte/Makefile.am:
12404           Link against GST_BASE_LIBS, to get it linked against libgstbase;
12405           needed to build on windows (bug 316204)
12406
12407 2005-09-12  Andy Wingo  <wingo@pobox.com>
12408
12409         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
12410
12411 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
12412
12413         * configure.ac:
12414         * gst/fdsrc/Makefile.am:
12415         * gst/fdsrc/gstfdsrc.c:
12416         * gst/fdsrc/gstfdsrc.h:
12417           Move fdsrc back into gstreamer core elements.
12418
12419         * gst/level/gstlevel.c: (gst_level_class_init),
12420         (gst_level_transform_ip):
12421         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
12422           Basetransform changes.
12423
12424 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12425
12426         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12427         * ext/jpeg/smokecodec.c: (find_best_size):
12428           fix compiler warnings
12429
12430 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12431
12432         * gst-plugins-good.spec.in:
12433           spec file fixes
12434         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12435         (gst_multiudpsink_render), (gst_multiudpsink_add),
12436         (gst_multiudpsink_clear):
12437           it actually helps to actually stream if we hook up the
12438           "add" signal to an actual implementation
12439         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
12440           some debugging
12441
12442 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
12443
12444         * ext/jpeg/Makefile.am:
12445         * ext/jpeg/gstjpeg.c
12446         * ext/jpeg/gstjpegenc.c:
12447         * ext/jpeg/gstsmokeenc.c:
12448
12449 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12450
12451         * ext/flac/gstflacdec.c:
12452         * ext/flac/gstflacenc.c:
12453         * ext/flac/gstflactag.c:
12454         * ext/speex/gstspeexenc.c:
12455           gsttaginterface.h -> gsttagsetter.h
12456
12457 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12458
12459         * configure.ac:
12460         * gst/debug/Makefile.am:
12461         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
12462         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
12463         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
12464         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
12465         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
12466           Port to 0.9 and re-enable efence plugin.
12467
12468 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
12469
12470         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
12471         (gst_flacdec_write), (gst_flacdec_convert_src):
12472         * ext/flac/gstflacdec.h:
12473           Add support for flac files with 24/32 bits per sample; and misc.
12474           minor clean-ups. Seeking is still partly broken (for me at least).
12475
12476 2005-09-06  Wim Taymans  <wim@fluendo.com>
12477
12478         * gst/rtp/Makefile.am:
12479         * gst/rtp/gstrtp.c: (plugin_init):
12480         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
12481         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
12482         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
12483         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
12484         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
12485         (gst_rtpmp4vdec_plugin_init):
12486         * gst/rtp/gstrtpmp4vdec.h:
12487         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
12488         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
12489         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
12490         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
12491         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
12492         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
12493         * gst/rtp/gstrtpmp4venc.h:
12494         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
12495         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
12496         Added mpeg4 video payload encoder/decoder.
12497         Added some docs in mpa payloader.
12498
12499 === release 0.9.1 ===
12500
12501 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12502
12503         * NEWS:
12504         * README:
12505         * RELEASE:
12506         * autogen.sh:
12507         * configure.ac:
12508           releasing 0.9.1, "Blondie"
12509
12510 2005-09-05  Andy Wingo  <wingo@pobox.com>
12511
12512         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
12513         here from the state change handler, so we fire signals without
12514         holding the state lock.
12515
12516 2005-09-02  Andy Wingo  <wingo@pobox.com>
12517
12518         * All plugins updated for element state changes.
12519
12520 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12521
12522         * Makefile.am:
12523         * check/.cvsignore:
12524         * check/Makefile.am:
12525         * check/elements/.cvsignore:
12526         * check/elements/level.c: (setup_level), (cleanup_level),
12527         (GST_START_TEST), (level_suite), (main):
12528           add a test for level
12529         * common/release.mak:
12530           move the enum checking to release.mak
12531         * configure.ac:
12532           add valgrind and check checking
12533         * gst/level/gstlevel.c: (gst_level_transform):
12534         * gst/level/gstlevel.h:
12535           fix Andy's cast bug
12536           convert a field to int
12537           fix the arithmetic to int when checking for emit so that a
12538           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
12539
12540 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12541
12542         * Makefile.am:
12543         * configure.ac:
12544           add docs to build
12545         * common/plugins.xsl:
12546           wrap Description into a refsect2
12547         * docs/Makefile.am:
12548         * docs/plugins/Makefile.am:
12549         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12550         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12551         * gst/goom/Makefile.am:
12552         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
12553         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
12554         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
12555         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
12556         (gst_goom_change_state):
12557         * gst/goom/gstgoom.h:
12558           GstGOOM -> GstGoom
12559           add an example launch line
12560         * gst/level/gstlevel.h:
12561         * gst/monoscope/gstmonoscope.c:
12562           cleanups
12563
12564 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12565
12566         * configure.ac:
12567         * docs/plugins/Makefile.am:
12568         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12569         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12570         * docs/plugins/gst-plugins-good-plugins.types:
12571           document elements and plugins.  Shazam !
12572
12573 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12574
12575         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
12576           be found under doc/random/ChangeLog-0.8