sys/osxvideo/osxvideosink.*: Handle video window resizing more correctly, avoiding...
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-11-20  Michael Smith <msmith@songbirdnest.com>
2
3         * sys/osxvideo/osxvideosink.h:
4         * sys/osxvideo/osxvideosink.m:
5           Handle video window resizing more correctly, avoiding crashes when
6           embedding the window and resizing it.
7
8 2008-11-20  Michael Smith <msmith@songbirdnest.com>
9
10         * gst/udp/gstmultiudpsink.c:
11         * gst/udp/gstudpnetutils.c:
12         * gst/udp/gstudpnetutils.h:
13         * gst/udp/gstudpsrc.c:
14           Fix multiudpsink on OSX by passing the specific length of the socket,
15           refactor that into a function shared with the same thing in udpsrc.
16
17 2008-11-20  Wim Taymans  <wim.taymans@collabora.co.uk>
18
19         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
20         (uint64_ceiling_scale), (gst_wavparse_calculate_duration),
21         (gst_wavparse_stream_headers):
22         Fix the scaling code.
23         Fix parsing of the INFO chunks, we were reading the wrong number of
24         bytes.  Fixes #561580.
25
26 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
27
28         * gst/matroska/matroska-mux.c:
29         Fix NULL pointer dereference of an unset codec_id in the recently 
30         added Dirac paths
31
32 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
33
34         * tests/check/Makefile.am:
35         Just keep disabling elements that hang the states test until it
36         works.
37
38 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
39
40         * ext/libpng/gstpngenc.c:
41         Don't flush downstream after every buffer - that's not what
42         this libpng callback is for at all!
43
44 2008-11-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
45
46         * sys/v4l2/v4l2src_calls.c:
47           (gst_v4l2src_probe_caps_for_format_and_size), (sort_by_frame_size),
48           (gst_v4l2src_probe_caps_for_format):
49           Turns out we don't always get the frame sizes in a predefined
50           order from lowest to highest resolution, so let's just sort the
51           list by frame size once we've queried the possible resolutions
52           rather than assume any particular order. Fixes probed caps for
53           the camera in my HP2133 mini notebook and makes v4l2src default
54           to a decent size.
55
56 2008-11-16  Edward Hervey  <edward.hervey@collabora.co.uk>
57
58         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
59         * gst/matroska/matroska-ids.h:
60         Make mkvdemux aware of E-AC3.
61
62 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
63
64         * gst/rtp/Makefile.am:
65         * gst/rtp/gstrtp.c: (plugin_init):
66         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_base_init),
67         (gst_rtp_jpeg_depay_class_init), (gst_rtp_jpeg_depay_init),
68         (gst_rtp_jpeg_depay_finalize), (MakeTables), (MakeQuantHeader),
69         (MakeHuffmanHeader), (MakeDRIHeader), (MakeHeaders),
70         (gst_rtp_jpeg_depay_setcaps), (gst_rtp_jpeg_depay_process),
71         (gst_rtp_jpeg_depay_change_state),
72         (gst_rtp_jpeg_depay_plugin_init):
73         * gst/rtp/gstrtpjpegdepay.h:
74         Add a jpeg depayloader.
75
76         * gst/rtp/gstrtpjpegpay.c:
77         Set the default properties on the payloader to better defaults.
78
79 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
80
81         * sys/v4l2/gstv4l2.c:
82           Give it a primary rank for autovideosrc.
83
84 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
85
86         Patch by: Bjorn Ostby <bjornos at axis dot com>
87
88         * gst/rtp/Makefile.am:
89         * gst/rtp/gstrtp.c: (plugin_init):
90         * gst/rtp/gstrtpjpegpay.c: (gst_rtp_jpeg_pay_base_init),
91         (gst_rtp_jpeg_pay_class_init), (gst_rtp_jpeg_pay_init),
92         (gst_rtp_jpeg_pay_setcaps), (gst_rtp_jpeg_pay_header_size),
93         (gst_rtp_jpeg_pay_read_quant_table),
94         (gst_rtp_jpeg_pay_scan_marker), (gst_rtp_jpeg_pay_handle_buffer),
95         (gst_rtp_jpeg_pay_set_property), (gst_rtp_jpeg_pay_get_property),
96         (gst_rtp_jpeg_pay_plugin_init):
97         * gst/rtp/gstrtpjpegpay.h:
98         Add JPEG payloader. Fixes #560756.
99
100 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
101
102         Patch by: Fabricio Godoy <skarllot at gmail dot com>
103
104         * sys/oss/gstosssink.c: (gst_oss_sink_open):
105         * sys/oss/gstosssrc.c: (gst_oss_src_open):
106         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_mmap):
107         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
108         Fix some spelling mistakes. Fixes #556802.
109
110 2008-11-13  Stefan Kost  <ensonic@users.sf.net>
111
112         * gst/equalizer/GstIirEqualizer10Bands.prs:
113         * gst/equalizer/GstIirEqualizer3Bands.prs:
114         * gst/equalizer/Makefile.am:
115         * gst/equalizer/gstiirequalizer10bands.c:
116         * gst/equalizer/gstiirequalizer3bands.c:
117           Add presets for equalizer. Fixes #522183.
118
119 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
120
121         * gst/rtsp/Makefile.am:
122         * gst/rtsp/gstrtsp.c: (plugin_init):
123         * gst/rtsp/gstrtspgoogle.c:
124         * gst/rtsp/gstrtspgoogle.h:
125         Remove google extension again, it's not needed anymore because we never
126         send multiple transports anymore.
127
128 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
129
130         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
131
132         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_nat_method_get_type),
133         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
134         (gst_rtspsrc_get_property), (gst_rtspsrc_create_stream),
135         (gst_rtspsrc_stream_free),
136         (gst_rtspsrc_stream_configure_udp_sinks),
137         (gst_rtspsrc_stream_configure_transport),
138         (gst_rtspsrc_send_dummy_packets),
139         (gst_rtspsrc_create_transports_string),
140         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
141         * gst/rtsp/gstrtspsrc.h:
142         Add property to configure NAT traversal method.
143         Ignore EOS from the internal sinks.
144         Implement sending dummy packets as a (simple) method to open up
145         some firewalls.
146         Send PLAY request to the server after we started the udp sources.
147         Fixes #559545.
148
149 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
150
151         Patch by: Yotam <sh dot yotam at gmail dot com>
152
153         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
154         Flush the remaining frames on EOS. Fixes #560641.
155
156 2008-11-12  Jan Schmidt  <jan.schmidt@sun.com>
157
158         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_handle_buffer):
159         Fix compiler warning about printf formatting.
160
161 2008-11-12  Andy Wingo  <wingo@pobox.com>
162
163         * gst/qtdemux/qtdemux.h (struct _GstQTDemux):
164         * gst/qtdemux/qtdemux.c (gst_qtdemux_do_seek): Queue up new
165         segment events instead of sending them from the seeking thread.
166         Fixes #559288.
167         (gst_qtdemux_push_pending_newsegment): New helper, sends out
168         queued newsegment events.
169         (gst_qtdemux_loop_state_movie): Voilà, call it here. Only need to
170         call it here, as we only seek when looping, and only push in the
171         movie state.
172
173 2008-11-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
174
175         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_tmpo),
176         (qtdemux_tag_add_covr), (qtdemux_parse_udta):
177         * gst/qtdemux/qtdemux_fourcc.h:
178         * gst/qtdemux/qtdemux_types.c:
179         Add cover and alternative copyright tag, and enhance some existing
180         ones by marking them as container atoms.
181
182 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
183
184         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_set_caps):
185         Don't ignore the return value of setcaps.
186
187 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
188
189         Patch by: Olivier Crete <tester at tester dot ca>
190
191         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_base_init),
192         (gst_rtp_g729_pay_class_init), (gst_rtp_g729_pay_init),
193         (gst_rtp_g729_pay_set_caps), (gst_rtp_g729_pay_handle_buffer):
194         * gst/rtp/gstrtpg729pay.h:
195         Replace G729 payloader with an improved version. Fixes #532409.
196
197 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
198
199         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_transports_string),
200         (gst_rtspsrc_change_state):
201         Only send one transport at a time for improved compatibility with some
202         broken servers. See #537832.
203
204 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
205
206         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
207         (gst_rtspsrc_perform_seek):
208         Only pause/play in the seek handler when the source was playing.
209         Fixes #529379.
210
211 2008-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
212
213         * gst/matroska/matroska-mux.c:
214         (gst_matroska_mux_handle_dirac_packet):
215         Fix muxing of Dirac streams if the input already has the format
216         we need, i.e. is the output of matroskademux.
217
218 2008-11-11  Stefan Kost  <ensonic@users.sf.net>
219
220         * gst/avi/gstavimux.c:
221           Don't segfault on string typed tags being NULL. Fixes #560155.
222
223 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
224
225         * gst/matroska/matroska-mux.c: (aac_codec_data_to_codec_id),
226         (gst_matroska_mux_audio_pad_setcaps):
227         Fix mapping AAC profile to Matroska codec id.
228
229 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
230
231         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
232         (qtdemux_video_caps), (qtdemux_audio_caps):
233         Refactor some raw audio caps building, and handle >16-bit cases.
234         Fix/replace building caps from a string description.
235
236 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
237
238         * gst/audiofx/audiowsincband.c:
239         * gst/audiofx/audiowsinclimit.c:
240         * gst/cutter/gstcutter.c:
241           Make author name consistent with others.
242
243 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
244
245         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
246
247         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_perform_seek),
248         (gst_rtspsrc_stream_configure_udp_sink):
249         Pause the RTSP stream before doing a new play request.
250         Make sure that adding the udpsinks does not cause the rtspsrc to become
251         a sink. Fixes #559547.
252
253 2008-11-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
254
255         * gst/matroska/matroska-ids.h:
256         * gst/matroska/matroska-mux.c: (gst_matroska_pad_free),
257         (gst_matroska_mux_handle_dirac_packet),
258         (gst_matroska_mux_write_data):
259         Implement Dirac muxing into Matroska comforming to the spec, i.e.
260         put all Dirac packages up to a picture into a Matroska block.
261
262         TODO: Implement writing of the ReferenceBlock Matroska elements,
263         currently the Dirac muxing is only 100% correct if Matroska version 2
264         is selected for muxing.
265
266 2008-11-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
267
268         Patch by: Bastien Nocera <hadess at hadess dot net>,
269                   Hans de Goede <jwrdegoede at fedoraproject dot org>
270
271         * configure.ac:
272         * sys/v4l2/Makefile.am:
273         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
274         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
275         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_close),
276         (gst_v4l2_get_norm), (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
277         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
278         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
279         (gst_v4l2_get_input), (gst_v4l2_set_input):
280         * sys/v4l2/v4l2_calls.h:
281         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
282         (gst_v4l2_buffer_new), (gst_v4l2_buffer_pool_finalize),
283         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
284         (gst_v4l2src_fill_format_list),
285         (gst_v4l2src_probe_caps_for_format_and_size),
286         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame),
287         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
288         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
289         (gst_v4l2src_get_nearest_size):
290         Optionally use libv4l to access v4l2 devices. Fixes bug #545033.
291
292 2008-11-04  Stefan Kost  <ensonic@users.sf.net>
293
294         * ext/aalib/Makefile.am:
295         * ext/annodex/Makefile.am:
296         * ext/cairo/Makefile.am:
297         * ext/dv/Makefile.am:
298         * ext/esd/Makefile.am:
299         * ext/flac/Makefile.am:
300         * ext/gconf/Makefile.am:
301         * ext/gdk_pixbuf/Makefile.am:
302         * ext/hal/Makefile.am:
303         * ext/jpeg/Makefile.am:
304         * ext/ladspa/Makefile.am:
305         * ext/libcaca/Makefile.am:
306         * ext/libmng/Makefile.am:
307         * ext/libpng/Makefile.am:
308         * ext/mikmod/Makefile.am:
309         * ext/pulse/Makefile.am:
310         * ext/raw1394/Makefile.am:
311         * ext/shout2/Makefile.am:
312         * ext/soup/Makefile.am:
313         * ext/speex/Makefile.am:
314         * ext/taglib/Makefile.am:
315         * ext/wavpack/Makefile.am:
316         * gst/alpha/Makefile.am:
317         * gst/apetag/Makefile.am:
318         * gst/audiofx/Makefile.am:
319         * gst/auparse/Makefile.am:
320         * gst/autodetect/Makefile.am:
321         * gst/avi/Makefile.am:
322         * gst/cutter/Makefile.am:
323         * gst/debug/Makefile.am:
324         * gst/effectv/Makefile.am:
325         * gst/equalizer/Makefile.am:
326         * gst/flx/Makefile.am:
327         * gst/goom/Makefile.am:
328         * gst/goom2k1/Makefile.am:
329         * gst/icydemux/Makefile.am:
330         * gst/id3demux/Makefile.am:
331         * gst/interleave/Makefile.am:
332         * gst/law/Makefile.am:
333         * gst/level/Makefile.am:
334         * gst/matroska/Makefile.am:
335         * gst/median/Makefile.am:
336         * gst/monoscope/Makefile.am:
337         * gst/multifile/Makefile.am:
338         * gst/multipart/Makefile.am:
339         * gst/oldcore/Makefile.am:
340         * gst/qtdemux/Makefile.am:
341         * gst/replaygain/Makefile.am:
342         * gst/rtp/Makefile.am:
343         * gst/rtsp/Makefile.am:
344         * gst/smpte/Makefile.am:
345         * gst/spectrum/Makefile.am:
346         * gst/udp/Makefile.am:
347         * gst/videobox/Makefile.am:
348         * gst/videocrop/Makefile.am:
349         * gst/videofilter/Makefile.am:
350         * gst/videomixer/Makefile.am:
351         * gst/wavenc/Makefile.am:
352         * gst/wavparse/Makefile.am:
353         * sys/directdraw/Makefile.am:
354         * sys/directsound/Makefile.am:
355         * sys/oss/Makefile.am:
356         * sys/osxaudio/Makefile.am:
357         * sys/osxvideo/Makefile.am:
358         * sys/sunaudio/Makefile.am:
359         * sys/v4l2/Makefile.am:
360         * sys/waveform/Makefile.am:
361         * sys/ximage/Makefile.am:
362           Don't install static libs for plugins. Fixes #550851 for -good.
363
364 2008-10-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
365
366         * ext/flac/Makefile.am:
367         Include $(FLAC_CFLAGS) in CFLAGS to make sure to find the FLAC headers.
368         This fixes compilation if FLAC is installed in an uncommon location
369         that is not already handled by other CFLAGS. Fixes bug #558711.
370
371 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
372
373         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank):
374         Guard more uncommon formats with ifdefs so that we can compile on older
375         versions.
376
377 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
378
379         Patch by: Nick Haddad <nick at haddads dot net>
380
381         * gst/avi/gstavidemux.c: (gst_avi_demux_is_uncompressed),
382         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
383         (gst_avi_demux_stream_data):
384         Invert other uncompressed RGB formats. Fixes #558554.
385
386 2008-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
387
388         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
389         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
390         * gst/wavenc/gstwavenc.h:
391         Add support for float/double as input and remove the (nowadays)
392         useless parsing of the depth as we require width==depth.
393
394 2008-10-30  Wim Taymans  <wim.taymans@collabora.co.uk>
395
396         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps):
397         * gst/rtp/gstrtpmpapay.c:
398         Narrow down the caps of the mpeg audio pay/depayloaders to only accept
399         mpeg version 1. Fixes #558427.
400
401 2008-10-29  Wim Taymans  <wim.taymans@collabora.co.uk>
402
403         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_flush),
404         (gst_rtp_L16_pay_getcaps):
405         Only put an integral amount of samples in the RTP packet.
406         Fixes #556641.
407
408 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
409
410         * gst/rtp/gstrtpchannels.c: (gst_rtp_channels_get_by_index):
411         * gst/rtp/gstrtpchannels.h:
412         Add method to get possible channel positions.
413
414 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
415
416         * gst/rtp/Makefile.am:
417         Also commit updated makefile
418
419 2008-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
420
421         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
422         Don't allow width=32,depth=24 as input. WAV requires that the width
423         is the next integer multiply of 8 from the depth.
424
425 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
426
427         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
428         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
429         (gst_rtp_L16_pay_getcaps):
430         * gst/rtp/gstrtpchannels.c: (check_channels),
431         (gst_rtp_channels_get_by_pos), (gst_rtp_channels_get_by_order),
432         (gst_rtp_channels_create_default):
433         * gst/rtp/gstrtpchannels.h:
434         Add mappings for multichannel support. Does not completely just work
435         because the getcaps function does not yet return the allowed channel
436         mappings. See #556641.
437
438 2008-10-28  Stefan Kost  <ensonic@users.sf.net>
439
440         * gst/goom/Makefile.am:
441         * gst/goom/README:
442         * gst/goom/config_param.c:
443         * gst/goom/convolve_fx.c:
444         * gst/goom/drawmethods.c:
445         * gst/goom/drawmethods.h:
446         * gst/goom/filters.c:
447         * gst/goom/filters_mmx.s:
448         * gst/goom/flying_stars_fx.c:
449         * gst/goom/goom.h:
450         * gst/goom/goom_config.h:
451         * gst/goom/goom_config_param.h:
452         * gst/goom/goom_core.c:
453         * gst/goom/goom_filters.h:
454         * gst/goom/goom_fx.h:
455         * gst/goom/goom_graphic.h:
456         * gst/goom/goom_plugin_info.h:
457         * gst/goom/goom_tools.c:
458         * gst/goom/goom_tools.h:
459         * gst/goom/goom_typedefs.h:
460         * gst/goom/goom_visual_fx.h:
461         * gst/goom/graphic.c:
462         * gst/goom/ifs.c:
463         * gst/goom/ifs.h:
464         * gst/goom/lines.c:
465         * gst/goom/lines.h:
466         * gst/goom/mathtools.c:
467         * gst/goom/mathtools.h:
468         * gst/goom/mmx.c:
469         * gst/goom/motif_goom1.h:
470         * gst/goom/motif_goom2.h:
471         * gst/goom/plugin_info.c:
472         * gst/goom/ppc_drawings.h:
473         * gst/goom/ppc_zoom_ultimate.h:
474         * gst/goom/sound_tester.c:
475         * gst/goom/sound_tester.h:
476         * gst/goom/surf3d.c:
477         * gst/goom/surf3d.h:
478         * gst/goom/tentacle3d.c:
479         * gst/goom/tentacle3d.h:
480         * gst/goom/v3d.c:
481         * gst/goom/v3d.h:
482         * gst/goom/xmmx.c:
483           Add license headers in all source files. Remove filter.c from
484           EXTRA_DIST, as its in SOURCES already. Mention the files in the REDME
485           which are not used right now. Fixes #557709.
486
487 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
488
489         Patch by: Olivier Crete <tester at tester dot ca>
490
491         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_class_init),
492         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_getcaps):
493         Implement getcaps in rtpL16pay. Fixes #556484.
494
495 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
496
497         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps),
498         (gst_rtp_L16_depay_process):
499         Check if clock-rate and channels are valid.
500         Don't ignore the return value of setcaps.
501         No need to validate the buffer, the base class does that for us.
502         Use the marker bit to set the DISCONT flag on outgoing buffers.
503
504         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps):
505         Don't ignore the return value of set_outcaps.
506
507         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps),
508         (gst_rtp_ac3_depay_process):
509         Don't ignore the return value of set_caps.
510         No need to validate the buffer, the base class does that for us.
511
512         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
513         (gst_rtp_amr_depay_process):
514         * gst/rtp/gstrtpamrdepay.h:
515         Don't ignore the return value of setcaps.
516         No need to validate the buffer, the base class does that for us.
517         No need to set output caps on the buffers, the base class does that for
518         us.
519         The subclass will make sure we are negotiated.
520         
521         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps),
522         (gst_rtp_dv_depay_process), (gst_rtp_dv_depay_reset):
523         * gst/rtp/gstrtpdvdepay.h:
524         Clean up caps negotiation.
525         The subclass will make sure we are negotiated.
526
527         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_setcaps),
528         (gst_rtp_g726_depay_process):
529         Clean up caps negotiation.
530         Use the marker bit to set the DISCONT flag on outgoing buffers.
531
532         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_init),
533         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process):
534         * gst/rtp/gstrtpg729depay.h:
535         The subclass will make sure we are negotiated.
536         Use the marker bit to set the DISCONT flag on outgoing buffers.
537
538         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_setcaps),
539         (gst_rtp_gsm_depay_process):
540         Clean up caps negotiation.
541         Use the marker bit to set the DISCONT flag on outgoing buffers.
542
543         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
544         Clean up caps negotiation.
545         Don't ignore the return value of set_outcaps.
546
547         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps),
548         (gst_rtp_h263_depay_process):
549         Clean up caps negotiation.
550         No need to validate the buffer, the base class does that for us.
551
552         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_setcaps),
553         (gst_rtp_h263_pay_flush), (gst_rtp_h263_pay_handle_buffer):
554         * gst/rtp/gstrtph263pay.h:
555         Don't ignore the return value of set_outcaps.
556         Do some more timestamps.
557
558         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
559         (gst_rtp_h263p_depay_process):
560         Clean up caps negotiation.
561         Don't ignore the return value of setcaps.
562         No need to validate the buffer, the base class does that for us.
563
564         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init),
565         (gst_rtp_h263p_pay_setcaps), (gst_rtp_h263p_pay_flush),
566         (gst_rtp_h263p_pay_handle_buffer):
567         * gst/rtp/gstrtph263ppay.h:
568         Don't ignore the return value of set_outcaps.
569         Do some more timestamps.
570
571         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps),
572         (gst_rtp_h264_depay_process):
573         Clean up caps negotiation.
574         Don't ignore the return value of setcaps.
575         Fix possible caps leak.
576         No need to validate the buffer, the base class does that for us.
577
578         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps):
579         Add some more debug info.
580
581         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps),
582         (gst_rtp_ilbc_depay_process):
583         Clean up caps negotiation.
584         Use the marker bit to set the DISCONT flag on outgoing buffers.
585
586         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_sink_setcaps):
587         Clean up caps negotiation.
588
589         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps),
590         (gst_rtp_mp1s_depay_process):
591         Clean up caps negotiation.
592         Don't ignore the return value of setcaps.
593         No need to validate the buffer, the base class does that for us.
594         No need to set caps on buffers, subclass does that for us.
595
596         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
597         (gst_rtp_mp2t_depay_process):
598         Clean up caps negotiation.
599         Don't ignore the return value of setcaps.
600         No need to validate the buffer, the base class does that for us.
601         No need to set caps on buffers, subclass does that for us.
602
603         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
604         (gst_rtp_mp4a_depay_process):
605         Clean up caps negotiation.
606         Don't ignore the return value of setcaps.
607         No need to validate the buffer, the base class does that for us.
608
609         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_new_caps),
610         (gst_rtp_mp4a_pay_setcaps):
611         Don't ignore the return value of set_outcaps.
612
613         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps),
614         (gst_rtp_mp4g_depay_process):
615         Clean up caps negotiation.
616         Don't ignore the return value of setcaps.
617         No need to validate the buffer, the base class does that for us.
618         No need to set caps on buffers, subclass does that for us.
619
620         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize),
621         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps):
622         Don't ignore the return value of set_outcaps.
623
624         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
625         (gst_rtp_mp4v_depay_process):
626         Clean up caps negotiation.
627         Don't ignore the return value of setcaps.
628         No need to validate the buffer, the base class does that for us.
629         No need to set caps on buffers, subclass does that for us.
630
631         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_new_caps),
632         (gst_rtp_mp4v_pay_setcaps):
633         Don't ignore the return value of set_outcaps.
634
635         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps),
636         (gst_rtp_mpa_depay_process):
637         Clean up caps negotiation.
638         Don't ignore the return value of setcaps.
639         No need to validate the buffer, the base class does that for us.
640         Use the marker bit to set the DISCONT flag on outgoing buffers.
641
642         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_setcaps):
643         Don't ignore the return value of set_outcaps.
644
645         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_setcaps),
646         (gst_rtp_mpv_depay_process):
647         Clean up caps negotiation.
648         Actually set output caps.
649         No need to validate the buffer, the base class does that for us.
650
651         * gst/rtp/gstrtpmpvpay.c: (gst_rtp_mpv_pay_setcaps):
652         Don't ignore the return value of set_outcaps.
653
654         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps),
655         (gst_rtp_pcma_depay_process):
656         Clean up caps negotiation.
657         Set output buffer duration because we can.
658         Use the marker bit to set the DISCONT flag on outgoing buffers.
659
660         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_setcaps):
661         Don't ignore the return value of set_outcaps.
662
663         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps),
664         (gst_rtp_pcmu_depay_process):
665         Clean up caps negotiation.
666         Use the marker bit to set the DISCONT flag on outgoing buffers.
667
668         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_setcaps):
669         Don't ignore the return value of set_outcaps.
670
671         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
672         (gst_rtp_speex_depay_setcaps), (gst_rtp_speex_depay_process):
673         Clean up caps negotiation.
674         Set output caps on the pad and header buffers.
675         Set duration on output buffers because we can.
676
677         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_parse_ident):
678         Don't ignore the return value of set_outcaps.
679
680         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_setcaps),
681         (gst_rtp_sv3v_depay_process):
682         Clean up caps negotiation.
683         No need to validate the buffer, the base class does that for us.
684         No need to set caps out output buffers, subclass does that.
685
686         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps),
687         (gst_rtp_theora_depay_process):
688         Don't ignore the return value of setcaps.
689         No need to validate the buffer, the base class does that for us.
690
691         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_class_init),
692         (gst_rtp_theora_pay_flush_packet), (encode_base64),
693         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
694         (gst_rtp_theora_pay_handle_buffer):
695         Don't ignore the return value of set_outcaps.
696
697         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
698         (gst_rtp_vorbis_depay_process):
699         Don't ignore the return value of setcaps.
700         No need to validate the buffer, the base class does that for us.
701
702         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
703         Don't ignore the return value of set_outcaps.
704
705         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
706         Clean up caps negotiation, don't ignore setcaps return.
707
708         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_setcaps):
709         Don't ignore the return value of set_outcaps.
710
711 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
712
713         * gst/matroska/matroska-demux.c:
714         (gst_matroska_demux_handle_src_event):
715         Forward unknown events upstream.
716
717 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
718
719         * tests/check/elements/icydemux.c: (icydemux_found_pad):
720         Add some refcount check
721
722         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_run):
723         Don't ignore the result of write(), fixes a  compiler warning for me.
724
725         * tests/icles/videobox-test.c: (main):
726         Make the output a little more pretty.
727
728 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
729
730         * ext/esd/esdmon.c:
731           Add doc blob.
732
733 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
734
735         * docs/plugins/Makefile.am:
736         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
737         * docs/plugins/gst-plugins-good-plugins-sections.txt:
738         * docs/plugins/gst-plugins-good-plugins.args:
739         * docs/plugins/gst-plugins-good-plugins.hierarchy:
740         * docs/plugins/gst-plugins-good-plugins.interfaces:
741         * docs/plugins/inspect/plugin-autodetect.xml:
742           Add the docs of the new elements.
743
744 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
745
746         * gst/autodetect/gstautoaudiosrc.c:
747         (gst_auto_audio_src_class_init):
748         * gst/autodetect/gstautovideosrc.c:
749         (gst_auto_video_src_class_init):
750         Fix "Since" tags in the documentation.
751
752 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
753
754         Patch by: Sjoerd Simons <sjoerd at luon dot net>
755
756         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
757         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property):
758         Add support for souphttpsrc to act as a live source. This makes it
759         possible to get timestamped buffers in combination with the
760         "do-timestamp" property. Fixes bug #556019.
761
762 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
763
764         * gst/autodetect/Makefile.am:
765         * gst/autodetect/gstautoaudiosink.c:
766         * gst/autodetect/gstautoaudiosrc.c:
767         * gst/autodetect/gstautoaudiosrc.h:
768         * gst/autodetect/gstautodetect.c:
769         * gst/autodetect/gstautovideosink.c:
770         * gst/autodetect/gstautovideosrc.c:
771         * gst/autodetect/gstautovideosrc.h:
772           Implement src plugins. Little code/string cleanup in the sinks.
773           Fixes #523813.
774
775 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
776
777         Patch by: Peter Kjellerstedt <pkj at axis com>
778
779         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
780         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad):
781         Fix a memory leak when pads are requested but the pipeline never
782         goes into PLAYING.
783
784         Correctly remove request pads, no matter if they have collected
785         data or not.
786
787         Fixes bug #557710.
788
789 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
790
791         Patch by: <lrn1986 at gmail dot com>
792
793         * gst/udp/gstudpnetutils.h:
794         Define the correct WINVER so getaddinfo() can be used when using
795         mingw32. Fixes bug #557294.
796
797 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
798
799         Patch by: <lrn1986 at gmail dot com>
800
801         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
802         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
803         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
804         Fix "argument type mismatch" compiler warnings on Windows.
805         Fixes bug #557293.
806
807 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
808
809         * gst/equalizer/gstiirequalizer.c: (update_coefficients):
810         Don't calculate the filter coefficients for every single buffer
811         but only when it's needed. Fixes bug #557260.
812
813 2008-10-26  Jan Schmidt  <jan.schmidt@sun.com>
814
815         * configure.ac:
816         Back to development -> 0.10.11.1
817
818 2008-10-25  Jan Schmidt  <jan.schmidt@sun.com>
819
820         * gst-plugins-good.doap:
821         Fix version number of 0.10.11 release in doap file
822
823 === release 0.10.11 ===
824
825 2008-10-24  Jan Schmidt <jan.schmidt@sun.com>
826
827         * configure.ac:
828           releasing 0.10.11, "Secondary Consideration"
829
830 2008-10-24  Jan Schmidt  <jan.schmidt@sun.com>
831
832         * configure.ac:
833         Commit 0.10.10.4 pre-release
834
835 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
836
837         * gst/avi/gstavimux.c:
838         Fix VPRP chunk setup in avimux.
839         Fixes: #556010
840         Patch By: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
841
842 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
843
844         * gst/videobox/gstvideobox.c:
845         support dynamically changing properties in videobox
846         Fixed: #557085
847         Patch By: Wim Taymans <wim.taymans@collabora.co.uk>
848
849 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
850
851         * configure.ac:
852         0.10.10.3 pre-release
853
854 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
855
856         * tests/check/Makefile.am:
857         Don't run the states test on pulsesrc and pulsesink
858
859 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
860
861         * configure.ac:
862         Commit 0.10.10.2 pre-release bump that actually went
863         out on 2008-10-11
864
865 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
866
867         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
868         Skip entries for streams that don't have a output pad yet, thereby
869         avoiding calling pad functions with a NULL pad.
870         Fixes #556424
871
872 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
873
874         * gst/qtdemux/qtdemux.c: Remove previous wrong commit
875         * tests/check/elements/icydemux.c: (icydemux_found_pad):
876         Remove problematic and useless refcount check.
877         Fixes #556381
878
879 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
880
881         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
882         Remove problematic and useless refcount check.
883         Fixes #556381
884
885 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
886
887         * ext/flac/gstflacdec.c (gst_flac_dec_read_stream):
888         * ext/flac/gstflacenc.c (gst_flac_enc_write_callback):
889         Cast some size_t arguments to guint to avoid compiler
890         warnings on 64-bit systems.
891
892 2008-10-09  Wim Taymans  <wim.taymans@collabora.co.uk>
893
894         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event):
895         Return TRUE instead of FALSE from the event handler when we swallowed the
896         event.
897
898 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
899
900         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
901         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index):
902         Reset header state. Fixes #555321.
903
904 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
905
906         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
907         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index):
908         * gst/avi/gstavidemux.h:
909         For timestamping audio packets we need to take into account the
910         amount of blocks in one entry using the blockalign. Fixes some sync
911         issues with zero-padded audio blocks in the beginning of avi files.
912
913 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
914
915         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init),
916         (gst_multi_file_src_query):
917         Implement DEFAULT and BUFFER position queries. See #555260.
918
919 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
920
921         * sys/ximage/gstximagesrc.c: (gst_ximage_src_stop):
922         Fix build for systems that don't have XDamage.
923
924 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
925
926         * tests/examples/rtp/client-H263p.sdp:
927         * tests/examples/rtp/client-H263p.sh:
928         * tests/examples/rtp/server-VTS-H263p.sh:
929         Add some more H263p server and client examples.
930
931 2008-10-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
932
933         * configure.ac::
934           Depend on released versions of core and base.
935
936 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
937
938         * ext/pulse/pulsesink.c: (gst_pulsesink_write):
939         * ext/pulse/pulsesrc.c: (gst_pulsesrc_read):
940         Return -1 instead of 0 in error cases. Fixes #554771.
941
942 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
943
944         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
945         (gst_ximage_src_stop), (gst_ximage_src_ximage_get):
946         Stop leaking the cursor image.
947         Unref the last_ximage and the cached cursor image on shutdown.
948         Fixes #551570.
949
950 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
951
952         * sys/v4l2/gstv4l2object.h:
953         Getting the Class from an instance is not just a matter of casting it to
954         the class struct but it involves calling G_OBJECT_GET_CLASS on the
955         instance. Fixes #549784.
956
957 2008-10-01  Michael Smith <msmith@songbirdnest.com>
958
959         * configure.ac:
960           Fix libs for linking directsound.
961         * sys/directsound/gstdirectsoundsink.c:
962           Fix buffer sizing to prevent racing the ringbuffer at startup.
963           Add volume property.
964
965 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
966
967         * ext/pulse/pulsesink.c:
968         Fix problems with pulsesink randomly erroring with code 'OK' after a
969         format change on the stream by waiting when disconnecting the stream.
970
971 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
972
973         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init),
974         (gst_rtp_amr_depay_process):
975         Mark DISCONT on output buffers when the marker bit signals a new talk
976         spurt.
977
978         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
979         Set the marker bit for buffers with a DISCONT flag to signal a talk
980         spurt.
981
982 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
983
984         * gst/rtp/Makefile.am:
985         * gst/rtp/gstrtp.c: (plugin_init):
986         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_get_type),
987         (gst_rtp_mp4a_pay_base_init), (gst_rtp_mp4a_pay_class_init),
988         (gst_rtp_mp4a_pay_init), (gst_rtp_mp4a_pay_finalize),
989         (gst_rtp_mp4a_pay_parse_audio_config), (gst_rtp_mp4a_pay_new_caps),
990         (gst_rtp_mp4a_pay_setcaps), (gst_rtp_mp4a_pay_handle_buffer),
991         (gst_rtp_mp4a_pay_change_state), (gst_rtp_mp4a_pay_plugin_init):
992         * gst/rtp/gstrtpmp4apay.h:
993         Added MP4A-LATM payloader to match the depayloader.
994
995 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
996
997         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
998         (gst_videomixer_sink_event):
999         Handle segments a little better. Fixes #537361.
1000
1001 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1002
1003         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
1004         Don't assume the server supports PAUSE by default. Fixes #551048.
1005
1006 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1007
1008         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
1009         (gst_udpsrc_set_uri), (gst_udpsrc_start):
1010         Switch on the socket family to get the addrlen size right.
1011
1012 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1013
1014         Patch by: Daniel Franke <df at dfranke dot us>
1015
1016         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
1017         OS X's bind() implementation is picky about its addrlen parameter and
1018         fails with EINVAL if it is larger than expected for the socket's address
1019         family. Set the length to the expected length instead. Fixes #553191.
1020
1021 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1022
1023         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1024         Handle the case where we cannot do desribe or when the describe result
1025         does not contain a valid SDP message.
1026
1027 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1028
1029         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property):
1030         Fix setting the qos.
1031
1032 2008-09-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1033
1034         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
1035         (gst_qtdemux_chain):
1036         Some 'broken' files out there have atom lengths of zero...
1037         which basically results in qtdemux consuming that atom again and again
1038         until the *end of night* !
1039         Detect that and emits an adequate element error message.
1040
1041 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
1042
1043         * gst/interleave/Makefile.am:
1044         * gst/matroska/Makefile.am:
1045         Fix build flags order.
1046
1047         * tests/check/elements/audioamplify.c: (GST_START_TEST):
1048         * tests/check/elements/audiodynamic.c: (GST_START_TEST):
1049         * tests/check/elements/audioinvert.c: (GST_START_TEST):
1050         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
1051         Format fixes.
1052
1053         * tests/check/elements/multifile.c:
1054         Pull in unistd.h
1055
1056 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1057
1058         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_init),
1059         (gst_rtp_mp4g_depay_finalize), (gst_rtp_mp4g_depay_setcaps),
1060         (gst_rtp_mp4g_depay_clear_queue), (gst_rtp_mp4g_depay_flush_queue),
1061         (gst_rtp_mp4g_depay_queue), (gst_rtp_mp4g_depay_process),
1062         (gst_rtp_mp4g_depay_change_state):
1063         * gst/rtp/gstrtpmp4gdepay.h:
1064         Handle interleaved streams by reordering AU in a queue.
1065
1066 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1067
1068         * gst/rtp/gstrtpmp4gdepay.c: (gst_bs_parse_init),
1069         (gst_bs_parse_read), (gst_rtp_mp4g_depay_process):
1070         Change some of the ranges in the caps, mostly for the amount of bits we
1071         can use.
1072         Added a little bitstream parse and use it to parse the AU header fields.
1073         Check for malformed and wrongly sized packets better.
1074         Implement more header field parsing.
1075         Handle the size of fragmented packets correctly.
1076
1077 2008-09-14  Edward Hervey  <edward.hervey@collabora.co.uk>
1078
1079         Patch by: Jonathan Matthew <notverysmart@gmail.com>
1080         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1081         Add mapping for 'tiff' => image/tiff
1082         Fixes #552213
1083
1084 2008-09-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
1085
1086
1087         * ext/raw1394/gstdv1394src.c: (SEND_COMMAND):
1088         * ext/raw1394/gsthdv1394src.c: (SEND_COMMAND):
1089           Pretend to care about the result of write() which works around
1090           compiler warnings.
1091
1092 2008-09-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1093
1094         * ext/flac/gstflacenc.c: (gst_flac_enc_class_init):
1095           Make sure the desired default values are actually set, not only
1096           registered as defaults (actual problem is that the stereo-specific
1097           values are only updated if channels==2, which is not the case yet
1098           when the object is created, so the default values for the
1099           mid-side-stereo and loose-mid-side-stereo settings are never
1100           set in _update_quality()). Makes flacenc create smaller files by
1101           default (for stereo input), and fixes #550791.
1102
1103 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1104
1105         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1106         (gst_qtdemux_loop_state_header), (qtdemux_parse_node),
1107         (qtdemux_parse_trak), (qtdemux_video_caps):
1108         * gst/qtdemux/qtdemux.h:
1109         * gst/qtdemux/qtdemux_fourcc.h:
1110         * gst/qtdemux/qtdemux_types.c:
1111         Add support for video/mj2 mime-type and its additional atoms/boxes.
1112         Fixes #550646.
1113
1114 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1115
1116         * gst/debug/gsttaginject.c:
1117           Add warning when tags parameter is unparsable and give example for
1118           quoting in the docs.
1119
1120 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1121
1122         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
1123         Add mapping for IMA Loki SDL MJPEG ADPCM codec.
1124         Add some alternative byteswapped mappings that seem to pop up sometimes.
1125         Fixes #550288.
1126
1127 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1128
1129         * po/LINGUAS:
1130         * po/POTFILES.in:
1131         * po/POTFILES.skip:
1132           Add 'ca' to LINGUAS; add some more files with translations and some
1133           files which should be ignored by translation tools.
1134
1135 2008-09-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1136
1137         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1138         * ext/speex/gstspeexdec.h:
1139         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1140         * ext/speex/gstspeexenc.h:
1141         Use integer encoding and decoding functions instead of converting
1142         the integer input to float in the element. The libspeex integer
1143         functions are doing this for us already or, if libspeex was compiled
1144         in integer mode, they're doing everything using integer arithmetics.
1145         Also saves some copying around.
1146
1147 2008-09-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
1148
1149         * configure.ac:
1150           Fix --disable-external
1151
1152 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1153
1154         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1155         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain):
1156         * ext/wavpack/gstwavpackenc.h:
1157         Handle non-zero start timestamps and stream discontinuities
1158         correctly. This only has an effect if we're muxing into
1159         a container format as the raw WavPack stream must contain
1160         continous sample numbers.
1161
1162 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1163
1164         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1165         Correct the timestamp and granulepos calculation by one Speex
1166         frame.
1167
1168 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1169
1170         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1171         Correctly take the granulepos from upstream if possible and
1172         correctly handle the granulepos in various calculations: the
1173         granulepos is the sample number of the _last_ sample in a frame, not
1174         the first.
1175
1176         * ext/speex/gstspeexenc.c: (gst_speex_enc_sinkevent),
1177         (gst_speex_enc_encode), (gst_speex_enc_chain),
1178         (gst_speex_enc_change_state):
1179         * ext/speex/gstspeexenc.h:
1180         Handle non-zero start timestamps in the encoder and detect/handle
1181         stream discontinuities. Fixes bug #547075.
1182
1183 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1184
1185         Patch by: Craig Keogh <cskeogh at adam dot com dot au>
1186
1187         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
1188         Fix compiler warnings caused by passing a string as format string
1189         instead of "%s" and then the string. This is only exposed by -Wformat=2
1190         as used by default on Ubuntu. Fixes bug #550015.
1191
1192 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1193
1194         * ext/raw1394/gsthdv1394src.c: (gst_hdv1394src_create):
1195         * gst/alpha/gstalpha.c: (gst_alpha_get_unit_size):
1196         * gst/audiofx/audiocheblimit.c: (generate_coefficients):
1197         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert):
1198         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1199           (gst_ebml_read_element_length):
1200         * gst/matroska/matroska-demux.c:
1201           (gst_matroska_demux_check_subtitle_buffer):
1202           Make stuff compile with GST_DISABLE_GST_DEBUG.
1203
1204 2008-08-28  Michael Smith <msmith@songbirdnest.com>
1205
1206         * gst/law/alaw.c:
1207         * gst/law/mulaw.c:
1208           Ref caps before passing to gst_pad_template_new(), since that takes
1209           ownership.
1210
1211 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1212
1213         Patch by: Mersad Jelacic <mersad at axis dot com>
1214
1215         * gst/multipart/multipartdemux.c:
1216         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_mime):
1217         Convert audio/x-adpcm to and from the audio/G726-X in the muxer and
1218         demuxer. Fixes #549551.
1219
1220 2008-08-27  Edward Hervey  <edward.hervey@collabora.co.uk>
1221
1222         * sys/osxaudio/gstosxaudiosink.c:
1223         (gst_osx_audio_sink_select_device):
1224         * sys/osxaudio/gstosxaudiosrc.c:
1225         (gst_osx_audio_src_create_ringbuffer),
1226         (gst_osx_audio_src_select_device):
1227         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_acquire):
1228         Fix the build on macosx.
1229
1230 2008-08-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1231
1232         * gst/icydemux/gsticydemux.c:
1233           Small docs fix: in the example pipeline, we need to pass
1234           iradio-mode=true to the source, so the server actually sends
1235           an ICY stream.
1236
1237 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1238
1239         * sys/osxaudio/gstosxaudio.c:
1240           Oops. Revert more completely.
1241
1242 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1243
1244         * sys/osxaudio/gstosxaudio.c:
1245           Revert accidental element rename from testing.
1246
1247 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1248
1249         * gst-plugins-good.doap:
1250         Pull in 0.10.10 doap entry from release branch
1251
1252 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1253
1254         * configure.ac:
1255         Update version number to reflect 0.10.10 release from
1256         branch.
1257
1258 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1259
1260         * sys/osxaudio/Makefile.am:
1261         * sys/osxaudio/gstosxaudio.c:
1262         * sys/osxaudio/gstosxaudiosink.c:
1263         * sys/osxaudio/gstosxaudiosink.h:
1264         * sys/osxaudio/gstosxaudiosrc.c:
1265         * sys/osxaudio/gstosxaudiosrc.h:
1266         * sys/osxaudio/gstosxringbuffer.c:
1267         * sys/osxaudio/gstosxringbuffer.h:
1268           Rewrite caps setting and ring buffer initialisation.
1269           Previously we never told CoreAudio what format we were going to send it,
1270           so it only worked due to luck, and not at all on some hardware.
1271           Now we explicitly advertise what formats the hardware supports, and then
1272           configure the selected one correctly.
1273
1274 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1275
1276         * sys/v4l2/gstv4l2object.c:
1277         * sys/v4l2/gstv4l2src.c:
1278         * sys/v4l2/gstv4l2src.h:
1279         * sys/v4l2/v4l2_calls.c:
1280         * sys/v4l2/v4l2src_calls.c:
1281           Fix memory leaks. Small code cleanups : No need for empty _init(). No
1282           need to memset instance structures. Some more FIXME's and comments.
1283
1284 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1285
1286         * tests/icles/.cvsignore:
1287           Ignore more.
1288
1289 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1290
1291         * gst/goom/.cvsignore:
1292         * gst/goom2k1/.cvsignore:
1293           Ignore files.
1294
1295 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1296
1297         * ext/cairo/gsttextoverlay.c:
1298           Fix compiler warning.
1299
1300 2008-08-25  David Schleef  <ds@schleef.org>
1301
1302         * ext/cairo/gsttextoverlay.c: Fix obvious memleak.
1303
1304 2008-08-25  Edward Hervey  <edward.hervey@collabora.co.uk>
1305
1306         * gst/matroska/matroska-demux.c: (gst_matroska_demux_send_event),
1307         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
1308         * gst/matroska/matroska-mux.c:
1309         (gst_matroska_mux_video_pad_setcaps),
1310         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_finish):
1311         Add Real[Audio|Video] support to Matroska containers.
1312         It works fine for:
1313         * decoding real audio/video streams contained in mkv
1314         * 'transmuxing' real (.rm) files into .mkv files
1315         It will not work though for encoding real[audio/video] streams that
1316         don't contain the 'mdpr_data' extra data on the caps.
1317         The reason why this will not work is because I never intended to
1318         duplicate virtually all the 'mdpr' block creation into mkvmux.
1319         Fixes #536067
1320
1321 2008-08-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1322
1323         * gst/law/alaw-encode.c: (gst_alaw_enc_init), (gst_alaw_enc_chain):
1324         * gst/law/mulaw-conversion.c:
1325         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
1326         (gst_mulawenc_chain):
1327         The encoder can't really renegotiate at the time they perform a
1328         pad-alloc so make the srcpads use fixed caps.
1329         Check the buffer size after a pad-alloc because the returned size might
1330         not be right when the downstream element does not know the size of the
1331         new buffer (capsfilter). Fixes #549073.
1332
1333 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1334
1335         Patch by: Filippo Argiolas <filippo dot argiolas at gmail dot com>
1336
1337         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_norm_and_notify):
1338         v4l2src doesn't have a property named "norm" so don't try to notify
1339         about changes to that property. The "norm" property and related
1340         code are commented out currently. Fixes bug #549090.
1341
1342 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1343
1344         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1345
1346         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
1347         Reprobe devices again instead of taking a cached list as new
1348         devices could've been plugged in. Fixes bug #549062.
1349
1350 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1351
1352         * gst/autodetect/Makefile.am:
1353         Don't link the autodetect plugin with GConf as it doesn't
1354         use GConf. Fixes bug #545463.
1355
1356 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1357
1358         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1359         (gst_ebml_read_element_length), (gst_ebml_read_uint),
1360         (gst_ebml_read_sint), (gst_ebml_read_float),
1361         (gst_ebml_read_header):
1362         Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it
1363         possible to ignore errors and not post any ERROR messages on
1364         the bus.
1365
1366         * gst/matroska/matroska-demux.c:
1367         (gst_matroska_demux_parse_contents):
1368         Ignore any errors and not just EOS when parsing the contents of
1369         a SeekHead. Errors here are usually caused by truncated files
1370         and playback of the file works fine. Fixes playback of the
1371         audio_only_chapter_seekbroken.mka file from the MPlayer samples
1372         archive.
1373
1374 2008-08-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1375
1376         * gst/multipart/multipartdemux.c:
1377         * gst/multipart/multipartmux.c:
1378         Conform to RFC2046. audio/basic is mulaw 8000Hz mono.
1379
1380 2008-08-21  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1381
1382         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc,
1383           gst_directdraw_sink_bufferpool_clear):
1384           Fix two more buffer ref leaks.
1385
1386 2008-08-21  Tim-Philipp Müller  <tim.muller at collabora co uk>
1387
1388         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
1389
1390         * sys/directdraw/gstdirectdrawsink.c:
1391           (gst_directdraw_sink_show_frame):
1392           Fix buffer ref leak.
1393
1394 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1395
1396         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1397         Revert the last commit. wavenc still supports width!=depth for 32 bit
1398         width. Thanks Tim.
1399
1400 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1401
1402         * gst/matroska/matroska-demux.c:
1403         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1404         If the duration of a block is unknown only use the timestamp for the
1405         first lace and use GST_CLOCK_TIME_NONE as duration for the following
1406         laces. Otherwise every lace has the same timestamp which leads to
1407         various problems. Really fixes bug #548831.
1408
1409 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1410
1411         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1412         If we're not allowing width!=depth in wavenc we should also disable
1413         the code that was added to support width!=depth.
1414
1415 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1416
1417         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
1418         Don't calculate the default duration of a frame from the audio sampling
1419         rate. This only works for raw audio if every frame contains a single
1420         sample and results in broken buffer durations for other formats
1421         if no specified default duration is given or the blocks have no
1422         duration. Fixes bug #548831.
1423
1424 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1425
1426         * gst/matroska/matroska-demux.c:
1427         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1428         Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks
1429         are used for text/plain subtitles as a gap-filler in some files.
1430
1431 2008-08-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1432
1433         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
1434         (gst_v4l2_get_caps_info):
1435         Add S910 and PWC formats with a low priority.
1436
1437         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank),
1438         (gst_v4l2src_probe_caps_for_format):
1439         Add more debugging.
1440
1441 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
1442
1443         * ext/flac/gstflacenc.c:
1444           Fix compilation against older libflac versions.
1445
1446 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1447
1448         * ext/pulse/pulsemixer.c: (gst_pulsemixer_class_init),
1449         (gst_pulsemixer_set_property), (gst_pulsemixer_get_property):
1450         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
1451         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_timeout_event),
1452         (gst_pulsemixer_ctrl_set_volume):
1453         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_new):
1454         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open):
1455         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
1456         (gst_pulsesink_init), (gst_pulsesink_open),
1457         (gst_pulsesink_prepare), (gst_pulsesink_write),
1458         (gst_pulsesink_delay), (gst_pulsesink_reset):
1459         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1460         (gst_pulsesrc_init):
1461         Use GST_BOILERPLATE everywhere and fix coding style at some places.
1462         Fix a locking issue in pulsesink's prepare function.
1463
1464         * ext/pulse/pulseutil.c: (gst_pulse_channel_map_to_gst):
1465         Check if the created channel layout is valid for GStreamer.
1466
1467 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1468
1469         * gst/rtsp/gstrtspgoogle.c:
1470         Things that can happen when your brain is in google mode trying to
1471         deal with their google rtsp server extensions and trying to type your
1472         google mail account.
1473
1474 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1475
1476         * gst/rtsp/Makefile.am:
1477         * gst/rtsp/gstrtsp.c: (plugin_init):
1478         * gst/rtsp/gstrtspgoogle.c: (gst_rtsp_google_before_send),
1479         (gst_rtsp_google_after_send), (gst_rtsp_google_get_transports),
1480         (_do_init), (gst_rtsp_google_base_init),
1481         (gst_rtsp_google_class_init), (gst_rtsp_google_init),
1482         (gst_rtsp_google_finalize), (gst_rtsp_google_change_state),
1483         (gst_rtsp_google_extension_init):
1484         * gst/rtsp/gstrtspgoogle.h:
1485         Add google RTSP extension, it can only handle udp and responds with
1486         unsupported if we do anything else. Fixes #546465.
1487
1488         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_connection_send),
1489         (gst_rtspsrc_connection_receive), (gst_rtspsrc_loop_send_cmd),
1490         (gst_rtspsrc_create_transports_string),
1491         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
1492         (gst_rtspsrc_close), (gst_rtspsrc_pause):
1493         Make transport setup code a bit better using GString.
1494         Add some more debug.
1495         Check for closed connections before doing anything on them.
1496
1497 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1498
1499         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1500         (gst_pulsesrc_create_stream), (gst_pulsesrc_negotiate),
1501         (gst_pulsesrc_prepare):
1502         * ext/pulse/pulseutil.c: (gst_pulse_gst_to_channel_map),
1503         (gst_pulse_channel_map_to_gst):
1504         * ext/pulse/pulseutil.h:
1505         If downstream provides no channel layout and >2 channels should be
1506         used use the default layout that pulseaudio chooses and also
1507         add this layout to the caps. Fixes bug #547258.
1508
1509 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1510
1511         Patch by: Peter Kjellerstedt <pkj at axis com>
1512
1513         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
1514         (gst_dynudpsink_finalize), (gst_dynudpsink_set_property),
1515         (gst_dynudpsink_init_send), (gst_dynudpsink_close):
1516         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
1517         (gst_multiudpsink_finalize), (gst_multiudpsink_set_property):
1518         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize),
1519         (gst_udpsrc_set_property):
1520         Avoid leaking internally allocated file descriptors when setting
1521         custom file descriptors. Fixes #543101.
1522
1523 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1524
1525         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
1526         Don't try to configure RTCP back to the server when the server did not
1527         give us a valid port number.
1528
1529 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1530
1531         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
1532         Use new basetransform method to renegotiate. Fixes #544956.
1533
1534         * tests/icles/Makefile.am:
1535         * tests/icles/videobox-test.c: (make_pipeline), (main):
1536         Add videobox renegotiation example.
1537
1538 2008-08-19  David Schleef  <ds@schleef.org>
1539
1540         * gst/wavenc/gstwavenc.c: Remove depth ranges and replace
1541         with sane values.  Fixes #548530.
1542
1543 2008-08-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1544
1545         * ext/pulse/pulsesink.c: (gst_pulsesink_prepare):
1546         * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare):
1547         The bytes_per_sample and silence_sample fields of the GstRingBufferSpec
1548         are already filled with the correct values by
1549         gst_ring_buffer_parse_caps() so there's no need to set them again
1550         with wrong values.
1551
1552 2008-08-16  Edward Hervey  <edward.hervey@collabora.co.uk>
1553
1554         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
1555         (gst_avi_demux_read_subindexes_push):
1556         Some AVI 2.0 (ODML) files don't respect the 'specifications' completely
1557         and instead of using the 'ix##' nomenclature, use '##ix'.
1558         They're still valid though, this fixes the duration and indexes for
1559         virtually all the ODML files I have.
1560
1561 2008-08-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1562
1563         Patch by: Olivier Crete <tester at tester dot ca>
1564
1565         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
1566         (gst_rtp_vorbis_depay_process):
1567         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
1568         Update the vorbis RTP pay/depay to RFC 5215.
1569         Fixes #547842.
1570
1571 2008-08-14  David Schleef  <ds@schleef.org>
1572
1573         * gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60
1574           with 3:2 pulldown, i.e., 24p.
1575
1576 2008-08-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1577
1578         * tests/check/elements/level.c: (GST_START_TEST):
1579         Fix compilation some more.
1580
1581 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
1582
1583         * configure.ac::
1584           Require -base CVS for wavparse acid chunk parsing.
1585
1586 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1587
1588         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
1589         (gst_pulsesink_init), (gst_pulsesink_finalize),
1590         (gst_pulsesink_set_volume), (gst_pulsesink_get_volume),
1591         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
1592         (gst_pulsesink_prepare), (gst_pulsesink_change_state):
1593         * ext/pulse/pulsesink.h:
1594         Add "device-name" property to pulsesink too and currently commented
1595         out and not working support for a "volume" property.
1596
1597 2008-08-13  Thijs Vermeir  <thijsvermeir@gmail.com>
1598
1599         * configure.ac:
1600         Remove more cdio stuff (moved to ugly)
1601
1602 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1603
1604         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1605
1606         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1607         (gst_pulsesrc_get_property):
1608         Add "device-name" property, which provides a human readable string
1609         for the audio device, to make it more consisten with other audio
1610         sources. Fixes bug #547519.
1611
1612 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1613
1614         * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state):
1615         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
1616         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new),
1617         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_timeout_event):
1618         * ext/pulse/pulsemixerctrl.h:
1619         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open),
1620         (gst_pulseprobe_enumerate), (gst_pulseprobe_new),
1621         (gst_pulseprobe_free), (gst_pulseprobe_needs_probe),
1622         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values):
1623         * ext/pulse/pulseprobe.h:
1624         * ext/pulse/pulsesink.c: (gst_pulsesink_init):
1625         * ext/pulse/pulsesrc.c: (gst_pulsesrc_init), (gst_pulsesrc_delay),
1626         (gst_pulsesrc_change_state):
1627         Improve debugging a bit by including the parent object in pulsemixerctrl
1628         and pulseprobe objects and using GST_WARNING_OBJECT instead of
1629         GST_WARNING.
1630
1631         Use the parent GObject subclass instead of a random struct as GObject
1632         parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash
1633         when probing for another property than "device".
1634
1635 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1636
1637         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1638
1639         * ext/pulse/pulsemixer.c: (gst_pulsemixer_set_property):
1640         Fix property probing after the device property is set by calling
1641         set_server when the server property changes. Fixes bug #547518.
1642
1643 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1644
1645         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1646
1647         * ext/pulse/pulsesink.c: (gst_pulsesink_interface_supported),
1648         (gst_pulsesink_implements_interface_init),
1649         (gst_pulsesink_init_interfaces), (gst_pulsesink_init),
1650         (gst_pulsesink_finalize), (gst_pulsesink_set_property),
1651         (gst_pulsesink_get_type):
1652         * ext/pulse/pulsesink.h:
1653         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
1654         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_init),
1655         (gst_pulsesrc_finalize), (gst_pulsesrc_set_property):
1656         * ext/pulse/pulsesrc.h:
1657         Implement GstPropertyProbe interface on pulsesink for detecting
1658         sink devices and on pulsesrc for detecting source devices.
1659         Fixes bugs #547227 and #547217.
1660
1661 2008-08-13  Stefan Kost  <ensonic@users.sf.net>
1662
1663         * gst/spectrum/gstspectrum.c:
1664           Don't terminate on fabs(in)>1.0. Init doubles as doubles.
1665
1666 2008-08-13  Edward Hervey  <edward.hervey@collabora.co.uk>
1667
1668         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
1669         Properly set the maximum latency value, in the same way it is done in
1670         v4lsrc.
1671         * sys/v4l2/v4l2src_calls.c:
1672         Simplify fraction equality check, no need to use GValues for this.
1673
1674 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
1675
1676         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
1677         Add warning messages stating exactly why the latency query failed.
1678         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
1679         In some cases, the negotiated framerate might be the default one which
1680         is already set internally. But we still need to mark it down in fps_n
1681         and fps_d so that the latency query can happen properly.
1682
1683 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
1684
1685         * docs/plugins/inspect/plugin-1394.xml:
1686         Whoops, forgot one doc file for people who can't/don't build the
1687         raw1394 plugin.
1688
1689 2008-08-12  Jan Schmidt  <jan.schmidt@sun.com>
1690
1691         * docs/plugins/Makefile.am:
1692         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1693         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1694         * docs/plugins/inspect/plugin-cdio.xml:
1695         * ext/Makefile.am:
1696         * ext/cdio/Makefile.am:
1697         * ext/cdio/gstcdio.c:
1698         * ext/cdio/gstcdio.h:
1699         * ext/cdio/gstcdiocddasrc.c:
1700         * ext/cdio/gstcdiocddasrc.h:
1701
1702         Pull changes from 0.10.9.2 pre-release branch moving the libcdio
1703         CDDA source to -ugly.
1704
1705         * po/LINGUAS:
1706         * po/POTFILES.in:
1707         * po/id.po:
1708         Pull in new translation from 0.10.9.2 release branch.
1709
1710 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
1711
1712         * docs/plugins/Makefile.am:
1713         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1714         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1715         * docs/plugins/gst-plugins-good-plugins.args:
1716         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1717         * docs/plugins/gst-plugins-good-plugins.interfaces:
1718         Integrate documentation for new hdv1394src element.
1719
1720 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
1721
1722         * ext/raw1394/Makefile.am:
1723         * ext/raw1394/gst1394.c: (plugin_init):
1724         * ext/raw1394/gsthdv1394src.c: (_do_init),
1725         (gst_hdv1394src_base_init), (gst_hdv1394src_class_init),
1726         (gst_hdv1394src_init), (gst_hdv1394src_dispose),
1727         (gst_hdv1394src_set_property), (gst_hdv1394src_get_property),
1728         (gst_hdv1394src_from_raw1394handle),
1729         (gst_hdv1394src_iec61883_receive), (gst_hdv1394src_bus_reset),
1730         (gst_hdv1394src_create), (gst_hdv1394src_discover_avc_node),
1731         (gst_hdv1394src_start), (gst_hdv1394src_stop),
1732         (gst_hdv1394src_unlock), (gst_hdv1394src_update_device_name),
1733         (gst_hdv1394src_uri_get_type), (gst_hdv1394src_uri_get_protocols),
1734         (gst_hdv1394src_uri_get_uri), (gst_hdv1394src_uri_set_uri),
1735         (gst_hdv1394src_uri_handler_init):
1736         * ext/raw1394/gsthdv1394src.h:
1737         mpeg2-ts (HDV) variant of firewire capture element.
1738         Fixes #350830
1739
1740 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
1741
1742         * gst/level/gstlevel.c: (gst_level_message_new):
1743          Fix compilation (also known as the classic 'fix code that someone
1744          committed without compiling it first').
1745
1746 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1747
1748         * tests/check/elements/level.c:
1749           Add a test for level in stereo mode.
1750
1751 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1752
1753         * tests/examples/spectrum/demo-audiotest.c:
1754         * tests/examples/spectrum/demo-osssrc.c:
1755           Demo how to draw analyzer results synced to the clock.
1756
1757 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1758
1759         * gst/level/gstlevel.c:
1760           Little renaming (l -> level).
1761
1762         * gst/spectrum/gstspectrum.c:
1763         * gst/spectrum/gstspectrum.h:
1764           Also send full timestamp/duration details here.
1765
1766 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1767
1768         * gst/level/gstlevel.c:
1769         * gst/level/gstlevel.h:
1770           Send same timestamp/duration details as videoanalysis. This gives
1771           applications better chance to sync analysis results with playback.
1772
1773 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1774
1775         * gst/matroska/matroska-mux.c:
1776         (gst_matroska_mux_handle_sink_event),
1777         (flac_streamheader_to_codecdata):
1778         We need to drop one additional buffer for FLAC as the fLaC
1779         marker and STREAMINFO block are merged into one buffer in the caps.
1780
1781         Also don't pretend to support NEWSEGMENT events, otherwise we
1782         will most probably write some invalid data.
1783
1784 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1785
1786         * gst/matroska/matroska-mux.c: (flac_streamheader_to_codecdata),
1787         (gst_matroska_mux_audio_pad_setcaps):
1788         Add support for muxing FLAC into Matroska containers.
1789         Fixes bug #311586.
1790
1791 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1792
1793         * ext/flac/gstflacenc.c: (gst_flac_enc_check_discont):
1794         Actually provide the variables required for the format string.
1795
1796 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1797
1798         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1799         (gst_matroska_demux_element_send_event),
1800         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
1801         * gst/matroska/matroska-demux.h:
1802         Close the current segment if we're doing a non-flushing seek and send
1803         the close-segment and the new segment of the seek from the streaming
1804         thread.
1805
1806 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1807
1808         * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback),
1809         (gst_flac_enc_check_discont), (gst_flac_enc_chain),
1810         (gst_flac_enc_change_state):
1811         * ext/flac/gstflacenc.h:
1812         Handle non-zero start timestamps correctly, mark header packets as
1813         IN_CAPS and print a warning and suggest using audiorate if stream
1814         discontinuities are detected. When FLAC supports flushing the encoder
1815         somehow this should be done for discontinuities instead.
1816
1817         Remove some unused variables from the instance struct.
1818
1819 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1820
1821         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback):
1822         If seeking failed return the appropiate return value to FLAC.
1823         Otherwise it thinks seeking was successfull and tries to rewrite
1824         parts of the headers which then get appended to the output.
1825
1826 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1827
1828         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1829
1830         * ext/esd/gstesd.c: (plugin_init):
1831         * ext/flac/gstflac.c: (plugin_init):
1832         * ext/shout2/gstshout2.c: (plugin_init):
1833         * ext/wavpack/gstwavpack.c: (plugin_init):
1834         * sys/oss/gstossaudio.c: (plugin_init):
1835         * sys/v4l2/gstv4l2.c: (plugin_init):
1836         Make sure gettext returns translations in UTF-8 encoding rather
1837         than in the current locale encoding (#546822).
1838
1839 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1840
1841         * ext/flac/gstflacdec.c:
1842         Add FIXME for 0.11 to simply output everything with width=32 as given
1843         by FLAC and let audioconvert handle the conversions instead of doing
1844         them in flacdec.
1845
1846 2008-08-07  Jan Schmidt  <Jan.Schmidt@sun.com>
1847
1848         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1849         When outputting a pad template range for the size, include a framerate
1850         range too, to avoid 'not a real subset of template caps' errors.
1851
1852 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1853
1854         Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>
1855
1856         * ext/flac/Makefile.am:
1857         * ext/flac/gstflac.c: (plugin_init):
1858         * ext/flac/gstflactag.c: (gst_flac_tag_setup_interfaces),
1859         (gst_flac_tag_base_init), (gst_flac_tag_class_init),
1860         (gst_flac_tag_dispose), (gst_flac_tag_init),
1861         (gst_flac_tag_sink_setcaps), (gst_flac_tag_chain),
1862         (gst_flac_tag_change_state):
1863         * ext/flac/gstflactag.h:
1864         Port flactag to 0.10, add documentation for it and clean it up a bit.
1865         Fixes bug #413841.
1866
1867         * docs/plugins/Makefile.am:
1868         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1869         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1870         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1871         * docs/plugins/gst-plugins-good-plugins.interfaces:
1872         * docs/plugins/gst-plugins-good-plugins.prerequisites:
1873         * docs/plugins/inspect/plugin-flac.xml:
1874         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init):
1875         * ext/flac/gstflacdec.h:
1876         * ext/flac/gstflacenc.c: (gst_flac_enc_base_init):
1877         * ext/flac/gstflacenc.h:
1878         Add flactag and flacenc to the documentation and mark
1879         the private parts of the flacdec instance structure as private.
1880
1881         Also use gst_element_class_set_details_simple() in flacdec and
1882         flacenc.
1883
1884 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1885
1886         * gst/qtdemux/qtdemux.c:
1887           Use audio/x-qdm for caps. Collect some info - mplayer has a decoder
1888           for it but ffmpeg does not.
1889
1890 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1891
1892         * gst/wavparse/gstwavparse.c:
1893           Handle the list chunk and use gst_riff_parse_info() to parse the info
1894           sub-chunk.
1895
1896 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1897
1898         * gst/wavparse/gstwavparse.c:
1899           Handle the acid chunk and send tempo as part of tags. Other fields are
1900           interesting too, but need more tag-definitions. Fixes #545433.
1901
1902 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1903
1904         * gst/wavparse/gstwavparse.c:
1905           Refactor wavparse. Call _reset() from dispose() and move old code from
1906           dispose into reset. This way we don't leak taglists when we abort
1907           parsing. Fix some comments. Move code for skipping a chunk into extra
1908           function. Replace chunk sizes with a const to ease readability.         
1909
1910 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1911
1912         Patch by: Aurelien Grimaud <gstelzz at yahoo dot fr>
1913
1914         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_alloc_udp_ports):
1915         Improve udp port setup. Fixes #545710.
1916
1917 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1918
1919         * gst/rtp/Makefile.am:
1920         * gst/rtp/gstrtp.c: (plugin_init):
1921         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_base_init),
1922         (gst_rtp_mp1s_depay_class_init), (gst_rtp_mp1s_depay_init),
1923         (gst_rtp_mp1s_depay_setcaps), (gst_rtp_mp1s_depay_process),
1924         (gst_rtp_mp1s_depay_set_property),
1925         (gst_rtp_mp1s_depay_get_property),
1926         (gst_rtp_mp1s_depay_change_state),
1927         (gst_rtp_mp1s_depay_plugin_init):
1928         * gst/rtp/gstrtpmp1sdepay.h:
1929         Add MP1S depayloader.
1930
1931         * gst/rtsp/URLS:
1932         Some more sample rtsp streams.
1933
1934 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1935
1936         * gst/rtsp/URLS:
1937         Add another URL.
1938
1939         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
1940         * tests/check/elements/rglimiter.c: (GST_START_TEST):
1941         Add some more debug info.
1942
1943 2008-08-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1944
1945         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
1946         Provide cbSize field for audio extra_data size, and take care to
1947         pad extra_data.
1948
1949 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1950
1951         * gst/qtdemux/qtdemux.c:
1952           Return the result of gst_pad_{start,stop}_task instead of hard-coded
1953           TRUE.
1954
1955 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1956
1957         * gst/qtdemux/qtdemux.c:
1958         * gst/qtdemux/qtdemux_fourcc.h:
1959           Add keyword tag support. Fixes #520694 for qtdemux.
1960
1961 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1962
1963         * gst/qtdemux/qtdemux.c:
1964           Add support for tmpo tag (BPM).
1965
1966 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1967
1968         * ext/flac/gstflacenc.c: (gst_flac_enc_query_peer_total_samples),
1969         (gst_flac_enc_sink_setcaps), (gst_flac_enc_write_callback):
1970         Set an estimate for the total number of samples that will be encoded
1971         if possible to help decoders if the streaminfo can't be rewritten
1972         later (like when muxing into Ogg containers).
1973
1974         Add a warning if we get header packets after data packets as those
1975         will get lost when muxing into Ogg, i.e. rewriting the headers doesn't
1976         work.
1977
1978 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1979
1980         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
1981         (gst_flac_dec_write):
1982         Support decoding of all depths between 4 and 32 bits and read the
1983         depth from the streaminfo header if needed. Also support all sampling
1984         rates between 1 and 655350 Hz.
1985
1986         * ext/flac/gstflacenc.c:
1987         (gst_flac_enc_caps_append_structure_with_widths),
1988         (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps),
1989         (gst_flac_enc_chain):
1990         * ext/flac/gstflacenc.h:
1991         Support encoding in all bit depths supported by the streamable
1992         subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates
1993         between 1 Hz and 655350 Hz.
1994
1995 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1996
1997         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
1998         (gst_flac_enc_sink_getcaps):
1999         Support encoding of up to 8 channels.
2000
2001 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2002
2003         * ext/soup/gstsouphttpsrc.c:
2004         * ext/soup/gstsouphttpsrc.h:
2005         Fix seeking race condition in #540300
2006         Patch By: Wouter Cloetens  <wouter at mind be>
2007
2008 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2009
2010         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek),
2011         (gst_matroska_demux_element_send_event),
2012         (gst_matroska_demux_handle_seek_event),
2013         (gst_matroska_demux_handle_src_event):
2014         When receiving a SEEK event on a specific pad first search for a seek
2015         table entry for the stream of the pad and then fall back to an entry
2016         for a different stream.
2017
2018 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2019
2020         * configure.ac:
2021         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
2022         * gst/matroska/matroska-ids.h:
2023         Build depend on core CVS for the attachment tag.
2024
2025 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2026
2027         * configure.ac:
2028         * gst/matroska/Makefile.am:
2029         * gst/matroska/lzo.c: (get_byte), (get_len), (copy),
2030         (copy_backptr), (lzo1x_decode), (main):
2031         * gst/matroska/lzo.h:
2032         * gst/matroska/matroska-demux.c:
2033         (gst_matroska_demux_read_track_encoding),
2034         (gst_matroska_decompress_data), (gst_matroska_decode_data),
2035         (gst_matroska_decode_buffer),
2036         (gst_matroska_decode_content_encodings),
2037         (gst_matroska_demux_read_track_encodings),
2038         (gst_matroska_demux_add_stream),
2039         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2040         * gst/matroska/matroska-ids.h:
2041         Decode the codec private data and following ContentEncoding if
2042         necessary.
2043
2044         Support bzip2, lzo and header stripped compression. For lzo use the
2045         ffmpeg lzo implementation as liblzo is GPL licensed.
2046         
2047         Fix zlib decompression.
2048
2049 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2050
2051         * gst/matroska/matroska-mux.c:
2052         (gst_matroska_mux_audio_pad_setcaps):
2053         Fix muxing of MP3/MP2 with different MPEG versions by calculating the
2054         duration of a frame with the new mpegaudioversion caps field.
2055
2056 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2057
2058         * gst/matroska/matroska-demux.c: (gst_matroska_demux_finalize),
2059         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
2060         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
2061         (gst_matroska_demux_stream_from_num),
2062         (gst_matroska_demux_tracknumber_unique),
2063         (gst_matroska_demux_add_stream), (gst_matroska_demux_send_event),
2064         (gst_matroska_demux_handle_seek_event),
2065         (gst_matroska_demux_sync_streams),
2066         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2067         (gst_matroska_demux_loop):
2068         * gst/matroska/matroska-demux.h:
2069         Allow an infinite number of stream inside Matroska containers and use
2070         a GPtrArray for storing them instead of allowing "only" 127 streams.
2071
2072 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2073
2074         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
2075         (gst_ebml_read_change_state), (gst_ebml_read_element_level_up),
2076         (gst_ebml_read_peek_bytes), (gst_ebml_read_element_id),
2077         (gst_ebml_read_element_length), (gst_ebml_peek_id),
2078         (gst_ebml_read_get_length), (gst_ebml_read_skip),
2079         (gst_ebml_read_buffer), (gst_ebml_read_bytes),
2080         (gst_ebml_read_uint), (gst_ebml_read_sint), (_ext2dbl),
2081         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_date),
2082         (gst_ebml_read_master), (gst_ebml_read_binary),
2083         (gst_ebml_read_header):
2084         * gst/matroska/ebml-write.c: (gst_ebml_write_element_id),
2085         (gst_ebml_write_element_size), (gst_ebml_write_uint),
2086         (gst_ebml_write_sint), (gst_ebml_write_ascii),
2087         (gst_ebml_write_master_start), (gst_ebml_write_master_finish),
2088         (gst_ebml_replace_uint):
2089         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2090         (gst_matroska_demux_read_track_encoding),
2091         (gst_matroska_demux_read_track_encodings),
2092         (gst_matroska_demux_add_stream), (gst_matroskademux_do_index_seek),
2093         (gst_matroska_demux_send_event),
2094         (gst_matroska_demux_element_send_event),
2095         (gst_matroska_demux_handle_seek_event),
2096         (gst_matroska_demux_handle_src_event),
2097         (gst_matroska_demux_init_stream),
2098         (gst_matroska_demux_parse_tracks),
2099         (gst_matroska_demux_parse_index_cuetrack),
2100         (gst_matroska_demux_parse_index_pointentry),
2101         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2102         (gst_matroska_demux_parse_metadata_id_simple_tag),
2103         (gst_matroska_demux_parse_metadata_id_tag),
2104         (gst_matroska_demux_parse_metadata),
2105         (gst_matroska_demux_parse_attached_file),
2106         (gst_matroska_demux_parse_attachments),
2107         (gst_matroska_demux_parse_chapters), (gst_matroska_ebmlnum_uint),
2108         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_push_hdr_buf),
2109         (gst_matroska_demux_push_flac_codec_priv_data),
2110         (gst_matroska_demux_push_xiph_codec_priv_data),
2111         (gst_matroska_demux_push_dvd_clut_change_event),
2112         (gst_matroska_demux_add_mpeg_seq_header),
2113         (gst_matroska_demux_add_wvpk_header),
2114         (gst_matroska_demux_check_subtitle_buffer),
2115         (gst_matroska_decode_buffer),
2116         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2117         (gst_matroska_demux_parse_cluster),
2118         (gst_matroska_demux_parse_contents_seekentry),
2119         (gst_matroska_demux_parse_contents),
2120         (gst_matroska_demux_loop_stream_parse_id),
2121         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop),
2122         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2123         (gst_matroska_demux_subtitle_caps),
2124         (gst_matroska_demux_change_state):
2125         * gst/matroska/matroska-ids.c:
2126         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
2127         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
2128         (gst_matroska_mux_video_pad_setcaps),
2129         (xiph3_streamheader_to_codecdata),
2130         (vorbis_streamheader_to_codecdata),
2131         (theora_streamheader_to_codecdata),
2132         (gst_matroska_mux_audio_pad_setcaps),
2133         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
2134         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
2135         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
2136         (gst_matroska_mux_best_pad), (gst_matroska_mux_write_data),
2137         (gst_matroska_mux_collected), (gst_matroska_mux_change_state):
2138         Fix indention everywhere. A broken indent version has added newlines
2139         after every single declaration some time ago.
2140
2141 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2142
2143         * gst/matroska/matroska-demux.c:
2144         (gst_matroska_demux_loop_stream_parse_id):
2145         If no Tracks are found error out instead of trying it again until the
2146         end of time.
2147
2148 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2149
2150         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
2151         Fix demuxing of raw integer audio. The samples are unsigned only for 8
2152         bit and signed otherwise, not the other way around.
2153
2154 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2155
2156         * gst/matroska/matroska-mux.c:
2157         Add more raw YUV formats to the list of supported formats.
2158
2159 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2160
2161         * gst/matroska/matroska-mux.c:
2162         (gst_matroska_mux_audio_pad_setcaps):
2163         Add support for muxing raw float audio now that the spec defines the
2164         endianness and add support for muxing raw integer audio with 24 and
2165         32 bits.
2166
2167         Allow muxing of more than 8 audio channels.
2168
2169 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2170
2171         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
2172         (gst_matroska_mux_reset), (gst_matroska_mux_start):
2173         Add locking to the global array of used track UIDs to prevent random
2174         crashes if more than a single matrosmux instance is used.
2175
2176         Use 64 bit values for the track UIDs.
2177
2178         Use the global GRandom of GLib instead of creating our own one
2179         for the few random numbers we need every single time.
2180
2181 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2182
2183         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
2184         (gst_flac_dec_setup_stream_decoder),
2185         (gst_flac_dec_update_metadata):
2186         Always post the audio-codec tag, not only if other tags are present.
2187
2188 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2189
2190         * configure.ac:
2191         Back to development -> 0.10.9.1
2192
2193 === release 0.10.9 ===
2194
2195 2008-07-31  Jan Schmidt <jan.schmidt@sun.com>
2196
2197         * configure.ac:
2198           releasing 0.10.9, "Steam Train Rolling"
2199
2200 2008-07-31  Jan Schmidt  <jan.schmidt@sun.com>
2201
2202         * ext/soup/gstsouphttpsrc.c:
2203         Don't throw an error when soup completes a msg with status
2204         'cancelled', as that indicates we cancelled a request while
2205         shutting down or seeking, and it's not an error.
2206         Fixes: #540300 again.
2207
2208 2008-07-28  Jan Schmidt  <jan.schmidt@sun.com>
2209
2210         * configure.ac:
2211         0.10.8.4 pre-release
2212
2213 2008-07-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2214
2215         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment):
2216         Fix segment-stop regression.
2217         Add documentation regarding segments in quicktime files by Wim Taymans.
2218         Fixes #544509
2219
2220 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
2221
2222         * configure.ac:
2223         0.10.8.3 pre-release
2224
2225         * po/LINGUAS:
2226         * po/pt_BR.po:
2227         Add pt_BR translation
2228
2229 2008-07-23  Michael Smith <msmith@songbirdnest.com>
2230
2231         * gst/goom/convolve_fx.c:
2232         * gst/goom/filters.c:
2233         * gst/goom/goom_config.h:
2234         * gst/goom/goom_core.c:
2235         * gst/goom/goom_tools.h:
2236           Fix build with MSVC: include glib.h to define inline appropriately,
2237           use header guards where needed.
2238         * gst/udp/gstudpnetutils.c:
2239         * gst/udp/gstudpsrc.c:
2240           Fix build with MSVC: use WSA* constants/functions where appropriate, use
2241           g_snprintf rather than snprintf.
2242           Fixes #544433.
2243
2244 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
2245
2246         * gst/debug/gsttaginject.c:
2247         * gst/debug/gsttaginject.h:
2248           Sent tags in _transform_ip() instead of _start(). Fixes #543404
2249           partially.
2250
2251 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2252
2253         * configure.ac:
2254         0.10.8.2 pre-release
2255
2256 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2257
2258         * ext/Makefile.am:
2259         Finish hooking up pulseaudio plugin to the build.
2260
2261         * ext/pulse/pulsemixerctrl.c:
2262         Fix compilation error.
2263
2264 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2265
2266         * po/LINGUAS:
2267         * po/lt.po:
2268         Add new lithunian translation, and add french to the LINGUAS
2269         file.
2270
2271 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2272
2273         * ext/soup/gstsouphttpsrc.c:
2274         Fix Soup HTTP source seeking.
2275         Patch By: Wouter Cloetens  <wouter at mind be>
2276         Fixes: #540300
2277
2278         * tests/check/elements/.cvsignore:
2279         Ignore new check programs.
2280
2281 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2282
2283         * configure.ac:
2284         * docs/plugins/Makefile.am:
2285         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2286         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2287         * docs/plugins/gst-plugins-good-plugins.args:
2288         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2289         * docs/plugins/gst-plugins-good-plugins.interfaces:
2290         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2291         * docs/plugins/inspect/plugin-interleave.xml:
2292         * docs/plugins/inspect/plugin-replaygain.xml:
2293         * tests/check/Makefile.am:
2294
2295         Move replaygain and interleave plugins from -bad.
2296         Fixes: #543406
2297         Fixes: #536228
2298
2299 2008-07-18  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2300
2301         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2302         (qtdemux_parse_trak):
2303         Revert ISO base media spec based pixel-aspect-ratio calculation.
2304         Fixes #543300.
2305
2306 2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>
2307
2308         * sys/osxvideo/osxvideosink.m:
2309         Fix minor build issues on macosx.
2310         Fixes #543054
2311
2312 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2313
2314         * configure.ac::
2315         * ext/taglib/Makefile.am::
2316           Only use -Wno-attributes (which is there to work around a
2317           bug in the taglib 1.5 headers) if the c++ compiler actually
2318           supports it (#543255).
2319
2320 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2321
2322         Patch by: Benoit Fouet <benoit.fouet purplelabs com>
2323
2324         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
2325           Avoid compiler warning by initialising variable to NULL (#543259).
2326
2327 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2328
2329         * gst/debug/gsttaginject.c: (gst_tag_inject_start):
2330         Don't pass NULL taglists to gst_tag_list_is_empty().
2331
2332 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2333
2334         * tests/check/elements/cmmldec.c: (GST_START_TEST):
2335         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_create),
2336         (rtp_pipeline_run):
2337         * tests/check/elements/souphttpsrc.c: (souphttpsrc_suite):
2338         Don't use declarations after statements.
2339
2340 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2341
2342         * ext/jpeg/gstjpegdec.c:
2343         Align documentation with reality.
2344
2345 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2346
2347         * gst/udp/gstudpnetutils.c:
2348         EAI_ADDRFAMILY was obsoleted in BSD at some point. Define it to the
2349         old value (1) if it's not defined which should not cause any problems
2350         as we're using it internal only anyway.
2351
2352 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2353
2354         Patch by: Alessandro Decina <alessandro at nnva dot org>
2355
2356         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp):
2357         Fix build of avidemux on big endian architectures.
2358
2359 2008-07-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2360
2361         Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
2362
2363         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
2364         Correctly distinguish 8bit vs 16bit raw audio.  Fixes #542410.
2365
2366 2008-07-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2367
2368         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2369         (qtdemux_parse_trak):
2370         Set pixel-aspect-ratio in caps using display width and height
2371         provided in track.
2372
2373 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2374
2375         * configure.ac:
2376         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
2377         flags that are invalid for C++. Fixes bug #516509.
2378
2379 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2380
2381         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
2382         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps):
2383         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
2384         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
2385         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2386         * tests/examples/equalizer/demo.c: (message_handler):
2387         * tests/examples/spectrum/demo-audiotest.c: (message_handler):
2388         * tests/examples/spectrum/demo-osssrc.c: (message_handler):
2389         Don't use declarations after statements and variable length arrays.
2390
2391 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2392
2393         Patch by: Daniel Drake <dsd at gentoo dot org>
2394
2395         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture),
2396         (gst_v4l2src_get_nearest_size):
2397         Try progressive video if interlaced fails. Fixes bug #541956
2398         and the usage of v4l2src on OLPC.
2399
2400 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2401
2402         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2403         (gst_rtp_speex_depay_process):
2404         * gst/rtp/gstrtpspeexdepay.h:
2405         Revert last change: Only the jitterbuffer is able to convert RTP to
2406         Gstreamer timestamps and normal (de)payloaders should simply copy it.
2407         Reopens bug #541787.
2408
2409 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
2410
2411         * gst/rtp/gstrtpvrawdepay.c:
2412           Include stdlib.h for atoi().
2413
2414         * gst/rtsp/gstrtspsrc.c:
2415           Use floating point math for latencies < 0 sec in log output.
2416
2417 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2418
2419         Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net>
2420
2421         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2422         (gst_rtp_speex_depay_process):
2423         * gst/rtp/gstrtpspeexdepay.h:
2424         Take timestamp from the RTP packet as a first step to fix problems
2425         with transmission over RTP when the network is not reliable.
2426         Fixes bug #541787.
2427
2428 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2429
2430         Patch by: Tero Saarni <tero dot saarni at gmail dot com>
2431
2432         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_uri):
2433         Fix parsing of udp:// URIs containing IPv6 addresses.
2434         Fixes bug #541650.
2435
2436 2008-07-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2437
2438         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
2439         Do not leak incoming buffers.
2440
2441 2008-07-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2442
2443         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2444
2445         * configure.ac:
2446         Fix build of the RTP plugin with mingw32 by linking to ws2_32
2447         for htons() and htonl(). Fixes bug #541412.
2448
2449 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2450
2451         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
2452         (gst_matroska_demux_add_stream), (gst_matroska_demux_query),
2453         (gst_matroska_demux_element_query),
2454         (gst_matroska_demux_handle_src_query),
2455         (gst_matroska_demux_handle_seek_event):
2456         Handle position and duration query in DEFAULT format if the
2457         pad's track has a default frame duration set.
2458
2459         Fix seeking now that the segment's duration doesn't contain the
2460         (possibly wrong or inaccurate) duration of the Matroska file.
2461
2462 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2463
2464         * gst/matroska/ebml-read.c: (_ext2dbl):
2465         Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
2466         in math.h except on MSVC where it is defined in xmath.h.
2467         Fixes compilation with MSVC.
2468
2469 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2470
2471         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2472         (gst_matroska_demux_handle_src_query),
2473         (gst_matroska_demux_parse_info),
2474         (gst_matroska_demux_loop_stream_parse_id):
2475         * gst/matroska/matroska-demux.h:
2476         Don't set the segment duration to the duration from the Matroska
2477         header as this value could be wrong and is just informational.
2478
2479 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2480
2481         * gst/matroska/matroska-demux.c:
2482         (gst_matroska_demux_loop_stream_parse_id):
2483         If no Tracks element is found until the first Cluster is found
2484         search it and error out if none is found in the complete file.
2485
2486 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2487
2488         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
2489         Resync non-subtitle tracks too if a too large gap compared to other
2490         tracks is detected.
2491
2492 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
2493
2494         * gst/rtp/Makefile.am:
2495         * gst/rtp/gstrtp.c: (plugin_init):
2496         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_base_init),
2497         (gst_rtp_vraw_depay_class_init), (gst_rtp_vraw_depay_init),
2498         (gst_rtp_vraw_depay_setcaps), (gst_rtp_vraw_depay_process),
2499         (gst_rtp_vraw_depay_change_state),
2500         (gst_rtp_vraw_depay_plugin_init):
2501         * gst/rtp/gstrtpvrawdepay.h:
2502         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_get_type),
2503         (gst_rtp_vraw_pay_base_init), (gst_rtp_vraw_pay_class_init),
2504         (gst_rtp_vraw_pay_init), (gst_rtp_vraw_pay_finalize),
2505         (gst_rtp_vraw_pay_setcaps), (gst_rtp_vraw_pay_handle_buffer),
2506         (gst_rtp_vraw_pay_plugin_init):
2507         * gst/rtp/gstrtpvrawpay.h:
2508         Add raw video pay and depayloaders, see RFC4175.
2509
2510 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
2511
2512         * ext/libpng/gstpngdec.c:
2513         Don't return GST_FLOW_ERROR when buffer_alloc fails - return
2514         whatever it returned.
2515
2516 2008-06-29  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2517
2518         * gst/avi/avi-ids.h:
2519         Add vprp chunk related structures.
2520         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp),
2521         (gst_avi_demux_parse_stream):
2522         Parse optional vprp chunk and add calculated pixel-aspect-ratio
2523         to caps.  Fixes #539482.
2524         * gst/avi/gstavimux.h:
2525         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset),
2526         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_riff_get_avi_header):
2527         Add a vprp chunk if non-trival pixel-aspect-ratio provided in caps.
2528
2529 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2530
2531         * tests/check/elements/avimux.c: (check_avimux_pad):
2532         Adjust avimux unit test according to increased streamheader size.
2533
2534 2008-06-27  David Schleef  <ds@schleef.org>
2535
2536         * gst/qtdemux/qtdemux.c: Add Dirac stream type
2537
2538 2008-06-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2539
2540         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2541         * gst/avi/gstavimux.h:
2542         Add 8 bytes to current streamheader to make for a complete one
2543         and to make more players happy.  Fixes #519460.
2544
2545 2008-06-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2546
2547         * sys/v4l2/v4l2_calls.c::
2548           Don't include unused gstv4l2xoverlay.h. Fixes build
2549           in case where X11 headers are not installed.
2550
2551 2008-06-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2552
2553         * ext/dv/gstdv.c: (plugin_init):
2554         Fix compilation.
2555
2556 2008-06-26  Edward Hervey  <edward.hervey@collabora.co.uk>
2557
2558         * ext/dv/gstdv.c: (plugin_init):
2559         Marking rank of dvdec as GST_RANK_MARGINAL since it's the slowest
2560         DV decoder available.
2561         Fixes #532393
2562
2563 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2564
2565         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
2566         Call getsockname() after the call to bind() to get updated values
2567         for the port, etc. This fixes the usage of udpsrc on anonymous
2568         binding and it's usage by rtspsrc. Fixes bugs #539372, #539548.
2569         Thanks to Aurelien Grimaud for pointing out the obvious fix.
2570
2571 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2572
2573         * tests/check/pipelines/wavpack.c: (bus_handler):
2574         Remove workaround for a bug in identity that is fixed in 0.10.20.
2575
2576 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2577
2578         Patch by: Jason Donenfeld <BugZilla at zx2c4 dot com>
2579
2580         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb):
2581         Fix HTTP auth support with user/password passed via the URI.
2582         Fixes bug #540067.
2583
2584 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
2585
2586         * configure.ac:
2587           Depend on released versions of core and -base.
2588
2589 2008-06-23  Julien Moutte  <julien@fluendo.com>
2590
2591         * gst/matroska/matroska-demux.c:
2592         (gst_matroska_demux_read_track_encoding),
2593         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy
2594         format strings in macros. (makes it build on OS X again...)
2595
2596 2008-06-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2597
2598         * gst/rtp/gstrtptheorapay.c:
2599         * gst/udp/gstmultiudpsink.c:
2600           Added debug.
2601
2602 2008-06-20  Christian Schaller <christian.schaller@collabora.co.uk>
2603
2604         * configure.ac: switch v4l2src over to the normal build instead of
2605         being 'experimental'. Fixes bug #536831.
2606
2607 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
2608
2609         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
2610         Remove unused variable so that we can compile again.
2611
2612 2008-06-19  Peter Kjellerstedt  <pkj@axis.com>
2613
2614         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
2615         No need to check for audio/G723 and audio/32KADPCM here as they are
2616         no longer supported.
2617
2618 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2619
2620         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
2621         (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad):
2622         Use G_GINT64_CONSTANT, this fixes the duration query on files without
2623         known length.
2624
2625 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2626
2627         * gst/matroska/matroska-demux.c:
2628         (gst_matroska_demux_add_wvpk_header),
2629         (gst_matroska_demux_audio_caps):
2630         * gst/matroska/matroska-ids.h:
2631         Fix demuxing of WavPack files. Muxing is still broken.
2632
2633 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2634
2635         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
2636         (gst_matroska_demux_add_mpeg_seq_header),
2637         (gst_matroska_demux_add_wvpk_header),
2638         (gst_matroska_demux_check_subtitle_buffer),
2639         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2640         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2641         (gst_matroska_demux_subtitle_caps):
2642         * gst/matroska/matroska-ids.h:
2643         Add a "vfunc" to the track context for postprocessing frames and
2644         convert the wavpack and subtitle postprocessing to this vfunc.
2645         Copy buffer flags in those functions to the new buffers too.
2646
2647         Parse CodecState elements of Blocks.
2648
2649         Add a postprocessing function for MPEG video that adds the sequence
2650         header from the codec private data or codec state to the frames if
2651         it's not already there.
2652
2653 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2654
2655         * gst/matroska/matroska-demux.c:
2656         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2657         If a gap of more than 1/2 second is found in one stream send a
2658         NEWSEGMENT event to not stall the pipeline if the gap is too large.
2659         This also fixes Matroska files where the first buffer doesn't start
2660         at timestamp 0. Fixes bug #429322.
2661
2662         The duration of a block is the default duration multiplied with the
2663         number of laces. Every lace is one frame and the default duration
2664         is the duration of one frame. This fixes playback of files that use
2665         lacing for some tracks.
2666
2667 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
2668
2669         * gst/matroska/matroska-demux.c:
2670         (gst_matroska_demux_parse_contents_seekentry):
2671         Update FIXME/TODOs and only ignore EOS at the central, important place
2672         instead of several places.
2673
2674 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
2675
2676         * gst/rtp/gstrtpg726pay.c:
2677         Fix caps, See #538891.
2678
2679 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
2680
2681         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2682         (gst_matroska_demux_stream_from_num),
2683         (gst_matroska_demux_encoding_cmp),
2684         (gst_matroska_demux_encoding_order_unique),
2685         (gst_matroska_demux_read_track_encoding),
2686         (gst_matroska_demux_read_track_encodings),
2687         (gst_matroska_demux_tracknumber_unique),
2688         (gst_matroska_demux_add_stream), (gst_matroska_demux_init_stream),
2689         (gst_matroska_demux_parse_tracks),
2690         (gst_matroska_demux_parse_index_cuetrack),
2691         (gst_matroska_demux_parse_index_pointentry),
2692         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2693         (gst_matroska_demux_parse_metadata_id_simple_tag),
2694         (gst_matroska_demux_parse_metadata_id_tag),
2695         (gst_matroska_demux_parse_metadata),
2696         (gst_matroska_demux_parse_attached_file),
2697         (gst_matroska_demux_parse_attachments),
2698         (gst_matroska_demux_parse_chapters),
2699         (gst_matroska_demux_sync_streams), (gst_matroska_decode_buffer),
2700         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2701         (gst_matroska_demux_parse_cluster),
2702         (gst_matroska_demux_parse_contents_seekentry),
2703         (gst_matroska_demux_parse_contents),
2704         (gst_matroska_demux_loop_stream_parse_id),
2705         (gst_matroska_demux_loop):
2706         Improve debug output everywhere and fix the EOS logic.
2707
2708         Check the values of the ContentEncoding elements more strictly and
2709         don't use tracks for which it's invalid.
2710
2711         Check that the track number is unique for this stream.
2712
2713         Check that seek positions are below G_MAXINT64 as our seeks are
2714         int64-based and overflows will fail badly.
2715
2716         After seeks also don't push SimpleBlocks until the first one
2717         containing a keyframe is found. Before this was done only for normal
2718         Blocks.
2719
2720         Update some FIXME/TODOs.
2721         
2722         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
2723         (gst_ebml_read_utf8), (gst_ebml_read_header):
2724         Improve debug output.
2725
2726         * gst/matroska/matroska-ids.c:
2727         (gst_matroska_track_init_video_context):
2728         * gst/matroska/matroska-ids.h:
2729         * gst/matroska/matroska-mux.c:
2730         (gst_matroska_mux_video_pad_setcaps):
2731         Remove eye mode and don't parse it anymore. We can't use that
2732         information in GStreamer yet so it's useless.
2733
2734
2735 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
2736
2737         Patch by: Mersad Jelacic <mersad at axis dot com>
2738
2739         * gst/rtp/Makefile.am:
2740         * gst/rtp/gstrtp.c: (plugin_init):
2741         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init),
2742         (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init),
2743         (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process),
2744         (gst_rtp_g726_depay_plugin_init):
2745         * gst/rtp/gstrtpg726depay.h:
2746         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init),
2747         (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init),
2748         (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init):
2749         * gst/rtp/gstrtpg726pay.h:
2750         Added G726 pay/depayloaders. Fixes #538891.
2751
2752 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
2753
2754         * gst/rtsp/URLS:
2755         Some more urls.
2756
2757         * gst/smpte/barboxwipes.c:
2758         Add a comment
2759
2760         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
2761         Fix typo, add audioresample to the pipeline.
2762
2763 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
2764
2765         * ext/libmng/Makefile.am:
2766         * ext/libmng/gstmng.c: (plugin_init):
2767         * ext/libmng/gstmngdec.c: (gst_mng_dec_base_init),
2768         (gst_mng_dec_class_init), (gst_mng_dec_sink_setcaps),
2769         (gst_mng_dec_init), (gst_mng_dec_src_getcaps), (gst_mng_dec_loop),
2770         (gst_mng_dec_get_property), (gst_mng_dec_set_property),
2771         (mngdec_error), (mngdec_openstream), (mngdec_closestream),
2772         (gst_mng_dec_sink_event), (mngdec_readdata), (mngdec_settimer),
2773         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
2774         (gst_mng_dec_change_state):
2775         * ext/libmng/gstmngdec.h:
2776         * ext/libmng/gstmngenc.c: (gst_mng_enc_base_init),
2777         (gst_mng_enc_class_init), (gst_mng_enc_sink_setcaps),
2778         (gst_mng_enc_init), (gst_mng_enc_chain),
2779         (gst_mng_enc_get_property), (gst_mng_enc_set_property):
2780         * ext/libmng/gstmngenc.h:
2781         Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many
2782         bits ifdeffed out still.
2783
2784 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
2785
2786         * gst/matroska/matroska-demux.c: (gst_matroska_index_compare):
2787         When comparing index elements with the same time compare their
2788         block number.
2789
2790 2008-06-16  Tim-Philipp Müller  <tim.muller at collabora co uk>
2791
2792         * gst/matroska/matroska-demux.c:
2793           (gst_matroska_demux_parse_attached_file)
2794           Init variable to NULL to avoid compiler warning.
2795
2796 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
2797
2798         * gst/matroska/Makefile.am:
2799         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2800         (gst_matroska_demux_parse_attached_file),
2801         (gst_matroska_demux_parse_attachments),
2802         (gst_matroska_demux_parse_contents_seekentry),
2803         (gst_matroska_demux_loop_stream_parse_id):
2804         * gst/matroska/matroska-demux.h:
2805         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
2806         * gst/matroska/matroska-ids.h:
2807         * gst/matroska/matroska.c: (plugin_init):
2808         Parse Attachments and post them as GST_TAG_IMAGE if we detect
2809         it as image and otherwise as GST_TAG_ATTACHMENT. Include filename
2810         and description of the attachments in the caps. Fixes bug #537622.
2811
2812 2008-06-16  Wim Taymans  <wim.taymans@collabora.co.uk>
2813
2814         * ext/speex/gstspeexenc.c: (gst_speex_enc_mode_get_type),
2815         (gst_speex_enc_class_init), (gst_speex_enc_sink_getcaps),
2816         (gst_speex_enc_get_latency), (gst_speex_enc_get_query_types),
2817         (gst_speex_enc_src_query), (gst_speex_enc_init),
2818         (gst_speex_enc_setup), (gst_speex_enc_push_buffer),
2819         (gst_speex_enc_chain), (gst_speex_enc_get_property),
2820         (gst_speex_enc_set_property):
2821         Add mode property.
2822         Some cleanups, add more debug info.
2823         Add latency query.
2824
2825 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
2826
2827         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes):
2828         Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads.
2829         If we get less bytes than requested we can't do anything except doing
2830         our EOS logic.
2831
2832 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2833
2834         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2835         (gst_matroskademux_do_index_seek),
2836         (gst_matroska_demux_parse_index_cuetrack),
2837         (gst_matroska_demux_parse_index_pointentry),
2838         (gst_matroska_index_compare), (gst_matroska_demux_parse_index),
2839         (gst_matroska_demux_parse_metadata):
2840         * gst/matroska/matroska-demux.h:
2841         * gst/matroska/matroska-ids.h:
2842         Use a GArray for storing the Cue (i.e. seek) information, store
2843         the CueTrackPositions for every track, store the block number
2844         and optimize searching in the array by sorting it after the last
2845         element was added.
2846
2847         Fix a small memory leak when trying to parse a tags element that was
2848         already parsed.
2849
2850 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2851
2852         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
2853         (gst_matroska_mux_start), (gst_matroska_mux_finish),
2854         (gst_matroska_mux_write_data):
2855         * gst/matroska/matroska-mux.h:
2856         Don't write another SeekHead which indexes all Clusters to the end of
2857         the file. This isn't useful for anything and just increases filesize.
2858
2859 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2860
2861         * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float):
2862         Prevent unaligned memory access when reading floats.
2863
2864 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2865
2866         * gst/matroska/ebml-read.c:
2867         * gst/matroska/ebml-read.h:
2868         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2869         (gst_matroska_demux_parse_metadata):
2870         * gst/matroska/matroska-demux.h:
2871         Make sure that every Tags element is only parsed once and it's
2872         containing tags are only posted once.
2873
2874 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2875
2876         * gst/matroska/ebml-read.c: (gst_ebml_peek_id),
2877         (gst_ebml_read_header):
2878         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
2879         (gst_matroska_demux_parse_tracks),
2880         (gst_matroska_demux_parse_index_cuetrack),
2881         (gst_matroska_demux_parse_index_pointentry),
2882         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2883         (gst_matroska_demux_parse_metadata_id_simple_tag),
2884         (gst_matroska_demux_parse_metadata_id_tag),
2885         (gst_matroska_demux_parse_metadata),
2886         (gst_matroska_demux_parse_attachments),
2887         (gst_matroska_demux_parse_chapters),
2888         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2889         (gst_matroska_demux_parse_cluster),
2890         (gst_matroska_demux_parse_contents_seekentry),
2891         (gst_matroska_demux_parse_contents),
2892         (gst_matroska_demux_loop_stream_parse_id):
2893         Handle EBML elements like Void or CRC32 in the EbmlRead base class
2894         already. They're not useful in the matroska parser and only cause
2895         additional code.
2896
2897 2008-06-14  Sebastian Dröge  <slomo@circular-chaos.org>
2898
2899         * gst/matroska/ebml-read.c: (gst_ebml_level_free),
2900         (gst_ebml_finalize), (gst_ebml_read_change_state),
2901         (gst_ebml_read_element_level_up), (gst_ebml_read_master):
2902         * gst/matroska/matroska-demux.c:
2903         (gst_matroska_demux_parse_contents_seekentry):
2904         Reverse the level list as we usually are only interested in the
2905         first element or want to add a new first element. Having the
2906         first element stored at the end and calling g_list_last() and
2907         g_list_append() is more expensive.
2908
2909         Also use GSlice for allocating the GstEbmlLevel structs.
2910
2911 2008-06-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
2912
2913         * gst/debug/gsttaginject.c: (gst_tag_inject_finalize),
2914           (gst_tag_inject_class_init), (gst_tag_inject_init):
2915           Don't unref NULL taglist in finalize. Don't use c++ style
2916           comments.
2917
2918 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
2919
2920         * gst/matroska/matroska-demux.c:
2921         (gst_matroska_demux_parse_metadata_id_simple_tag):
2922         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag),
2923         (gst_matroska_mux_write_data):
2924         Use gst_value_serialize() and gst_value_deserialize() for transforming
2925         tags from some GType to a string and the other way around. The default
2926         transformations in GLib don't include transformations from string to
2927         number types.
2928
2929 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
2930
2931         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2932         (gst_matroska_demux_parse_tracks),
2933         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2934         (gst_matroska_demux_parse_attachments),
2935         (gst_matroska_demux_parse_chapters),
2936         (gst_matroska_demux_parse_contents_seekentry),
2937         (gst_matroska_demux_loop_stream_parse_id):
2938         * gst/matroska/matroska-demux.h:
2939         Only parse Tracks, SeekHead and SegmentInfo elements once but allow
2940         Tags multiple times. The first ones can appear more than once but must
2941         contain the same content as the first for backup purposes so we ignore
2942         all but the first one. Tags can appear multiple times with different
2943         content.
2944
2945         Jump to all elements except Clusters that are available from a
2946         SeekHead to make it more likely to have all required informations
2947         before getting to the first Clusters.
2948
2949         Add dummy functions for parsing Attachments and Chapters.
2950
2951 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2952
2953         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2954         (gst_udpsrc_create), (gst_udpsrc_set_property),
2955         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
2956         * gst/udp/gstudpsrc.h:
2957         Add property to control automatic join/leave of multicast groups.
2958         Add G_LIKELY.
2959         Remove setting caps on buffers explicitly, basesrc does that for us now.
2960         Improve debug info.
2961         Convert some non-fatal error into warnings.
2962         Use g_ntohs for better portability.
2963         Leave multicast groups when stopping.
2964         When using external sockets, use getsockname() on them to fill up the
2965         addr structure before calling methods that use the structure.
2966         Should all fix #536903.
2967         API: GstUDPSrc::auto-multicast property
2968
2969 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2970
2971         * gst/udp/gstudpnetutils.c: (gst_udp_is_multicast):
2972         Use g_ntohl for better portability.
2973
2974 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2975
2976         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
2977         (gst_multiudpsink_remove):
2978         Fix a typo and do some small cleanups.
2979
2980 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2981
2982         Patch by: Olivier Crete <tester at tester dot ca>
2983
2984         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
2985         Make the delivery-method mandatory on the caps and only accept inline
2986         for now.
2987         Reverse strcmp checks for delivery-method.
2988
2989         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
2990         Make delivery method optional when parsing caps and note this in the
2991         caps.
2992         Reverse strcmp checks for delivery-method.
2993
2994         * gst/rtp/gstrtpvorbispay.c:
2995         Update a comment to note that the delivery-method is optional, 
2996         Fixes #537675.
2997
2998 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2999
3000         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_mcast):
3001         Set udpsrc for receiving data from multicast groups to PAUSED instead of
3002         leaving them in READY. Fixes #537832.
3003
3004 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3005
3006         * gst/avi/gstavimux.c:
3007           Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME
3008           for a random constant in tagmuxing code.
3009
3010 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3011
3012         * gst/debug/gsttaginject.c:
3013         * gst/debug/gsttaginject.h:
3014           Now actually adding the new element.
3015
3016 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3017
3018         * docs/plugins/Makefile.am:
3019         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3020         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3021         * docs/plugins/gst-plugins-good-plugins.args:
3022         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3023         * docs/plugins/gst-plugins-good-plugins.interfaces:
3024         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3025         * docs/plugins/inspect/plugin-aasink.xml:
3026         * docs/plugins/inspect/plugin-alaw.xml:
3027         * docs/plugins/inspect/plugin-alpha.xml:
3028         * docs/plugins/inspect/plugin-alphacolor.xml:
3029         * docs/plugins/inspect/plugin-annodex.xml:
3030         * docs/plugins/inspect/plugin-apetag.xml:
3031         * docs/plugins/inspect/plugin-audiofx.xml:
3032         * docs/plugins/inspect/plugin-auparse.xml:
3033         * docs/plugins/inspect/plugin-autodetect.xml:
3034         * docs/plugins/inspect/plugin-avi.xml:
3035         * docs/plugins/inspect/plugin-cacasink.xml:
3036         * docs/plugins/inspect/plugin-cairo.xml:
3037         * docs/plugins/inspect/plugin-cdio.xml:
3038         * docs/plugins/inspect/plugin-cutter.xml:
3039         * docs/plugins/inspect/plugin-debug.xml:
3040         * docs/plugins/inspect/plugin-dv.xml:
3041         * docs/plugins/inspect/plugin-efence.xml:
3042         * docs/plugins/inspect/plugin-effectv.xml:
3043         * docs/plugins/inspect/plugin-equalizer.xml:
3044         * docs/plugins/inspect/plugin-esdsink.xml:
3045         * docs/plugins/inspect/plugin-flac.xml:
3046         * docs/plugins/inspect/plugin-flxdec.xml:
3047         * docs/plugins/inspect/plugin-gamma.xml:
3048         * docs/plugins/inspect/plugin-gconfelements.xml:
3049         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3050         * docs/plugins/inspect/plugin-goom.xml:
3051         * docs/plugins/inspect/plugin-goom2k1.xml:
3052         * docs/plugins/inspect/plugin-halelements.xml:
3053         * docs/plugins/inspect/plugin-icydemux.xml:
3054         * docs/plugins/inspect/plugin-id3demux.xml:
3055         * docs/plugins/inspect/plugin-jpeg.xml:
3056         * docs/plugins/inspect/plugin-level.xml:
3057         * docs/plugins/inspect/plugin-matroska.xml:
3058         * docs/plugins/inspect/plugin-monoscope.xml:
3059         * docs/plugins/inspect/plugin-mulaw.xml:
3060         * docs/plugins/inspect/plugin-multifile.xml:
3061         * docs/plugins/inspect/plugin-multipart.xml:
3062         * docs/plugins/inspect/plugin-navigationtest.xml:
3063         * docs/plugins/inspect/plugin-ossaudio.xml:
3064         * docs/plugins/inspect/plugin-png.xml:
3065         * docs/plugins/inspect/plugin-quicktime.xml:
3066         * docs/plugins/inspect/plugin-rtp.xml:
3067         * docs/plugins/inspect/plugin-rtsp.xml:
3068         * docs/plugins/inspect/plugin-smpte.xml:
3069         * docs/plugins/inspect/plugin-soup.xml:
3070         * docs/plugins/inspect/plugin-spectrum.xml:
3071         * docs/plugins/inspect/plugin-speex.xml:
3072         * docs/plugins/inspect/plugin-taglib.xml:
3073         * docs/plugins/inspect/plugin-udp.xml:
3074         * docs/plugins/inspect/plugin-video4linux2.xml:
3075         * docs/plugins/inspect/plugin-videobalance.xml:
3076         * docs/plugins/inspect/plugin-videobox.xml:
3077         * docs/plugins/inspect/plugin-videocrop.xml:
3078         * docs/plugins/inspect/plugin-videoflip.xml:
3079         * docs/plugins/inspect/plugin-videomixer.xml:
3080         * docs/plugins/inspect/plugin-wavenc.xml:
3081         * docs/plugins/inspect/plugin-wavpack.xml:
3082         * docs/plugins/inspect/plugin-wavparse.xml:
3083         * docs/plugins/inspect/plugin-ximagesrc.xml:
3084         * gst/debug/Makefile.am:
3085         * gst/debug/breakmydata.c:
3086         * gst/debug/efence.c:
3087         * gst/debug/gstdebug.c:
3088         * gst/debug/gstnavseek.c:
3089         * gst/debug/gstpushfilesrc.c:
3090         * gst/debug/gstpushfilesrc.h:
3091         * gst/debug/negotiation.c:
3092         * gst/debug/progressreport.c:
3093         * gst/debug/progressreport.h:
3094         * gst/debug/rndbuffersize.c:
3095         * gst/debug/testplugin.c:
3096           Remove dummy plugin_init. Remove some undefined entries from doc-
3097           section file. Add taginject element and rebuild docs for it.
3098
3099 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3100
3101         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
3102         (gst_matroska_mux_release_pad), (gst_matroska_mux_write_data):
3103         Update the counter for the number of streams when pads are added or
3104         removed. This will make sure that a seek table is generated for
3105         files with just one audio stream.
3106
3107 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3108
3109         * gst/matroska/matroska-demux.c:
3110         (gst_matroska_demux_parse_metadata_id_simple_tag):
3111         * gst/matroska/matroska-ids.h:
3112         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag):
3113         Add some more tags, improve debugging a bit and make sure that
3114         GValue transformation has succeeded before using the result
3115         as a tag.
3116
3117 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3118
3119         Patch by: Olivier Crete <tester at tester dot ca>
3120
3121         * gst/rtp/gstrtptheorapay.c:
3122         The Theora RTP payloader only supports the "inline" delievery method
3123         so let's declare this on the caps of the static pad template.
3124         Fixes bug #537675.
3125
3126 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3127
3128         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3129         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues):
3130         Remove bogus check.
3131
3132 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3133
3134         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3135         (gst_videomixer_blend_buffers):
3136         Use stream_time to synchronize the object properties.
3137         Use running_time of the master pad to timestamp outgoing buffers.
3138         Fix the initial segment event to extend an unknown amount of time.
3139         Fixes #537361.
3140
3141 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3142
3143         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
3144         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
3145         (gst_avi_demux_calculate_durations_from_index),
3146         (gst_avi_demux_stream_header_push),
3147         (gst_avi_demux_stream_header_pull):
3148         Try to ignore unparsable/unknown streams and give a warning instead of
3149         erroring out. Fixes #537377.
3150
3151 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3152
3153         * gst/matroska/ebml-write.c: (gst_ebml_write_float):
3154         Use GDOUBLE_TO_BE() instead of (probably slower) custom code.
3155
3156         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3157         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3158         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3159         (gst_matroska_demux_read_track_encodings),
3160         (gst_matroska_demux_add_stream),
3161         (gst_matroska_demux_handle_src_query),
3162         (gst_matroska_demux_init_stream),
3163         (gst_matroska_demux_parse_index_cuetrack),
3164         (gst_matroska_demux_parse_index_pointentry),
3165         (gst_matroska_demux_parse_info),
3166         (gst_matroska_demux_parse_metadata_id_simple_tag),
3167         (gst_matroska_demux_parse_metadata),
3168         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
3169         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3170         (gst_matroska_demux_parse_cluster),
3171         (gst_matroska_demux_parse_contents_seekentry),
3172         (gst_matroska_demux_loop_stream_parse_id),
3173         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
3174         (gst_matroska_demux_audio_caps),
3175         (gst_matroska_demux_subtitle_caps):
3176         * gst/matroska/matroska-demux.h:
3177         * gst/matroska/matroska-ids.c:
3178         (gst_matroska_track_init_subtitle_context):
3179         * gst/matroska/matroska-ids.h:
3180         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
3181         (gst_matroska_mux_class_init), (gst_matroska_mux_init),
3182         (gst_matroska_mux_create_uid), (gst_matroska_mux_reset),
3183         (gst_matroska_mux_video_pad_setcaps),
3184         (gst_matroska_mux_audio_pad_setcaps),
3185         (gst_matroska_mux_subtitle_pad_setcaps),
3186         (gst_matroska_mux_request_new_pad),
3187         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
3188         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
3189         (gst_matroska_mux_write_data), (gst_matroska_mux_collected),
3190         (gst_matroska_mux_set_property):
3191         Add many FIXMEs/TODOs all over the matroska muxer and demuxer
3192         elements, do some checks for valid values in the demuxer, handle
3193         tracktimecodescale in the demuxer, set correct default values for all
3194         settings in the demuxer, review and add all missing matroska
3195         IDs and some more raw YUV formats, and some trivial cleanup.
3196
3197 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3198
3199         * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init),
3200         (gst_pulsemixer_class_init):
3201         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3202         (gst_pulsesink_class_init), (gst_pulsesink_prepare):
3203         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3204         (gst_pulsesrc_base_init), (gst_pulsesrc_class_init),
3205         (gst_pulsesrc_prepare):
3206         Some smaller cleanup. Use G_PARAM_STATIC_STRINGS,
3207         gst_element_class_set_details_simple() and fix coding style a bit
3208         more.
3209
3210 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3211
3212         * docs/plugins/Makefile.am:
3213         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3214         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3215         * docs/plugins/gst-plugins-good-plugins.args:
3216         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3217         * docs/plugins/gst-plugins-good-plugins.interfaces:
3218         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3219         * docs/plugins/inspect/plugin-aasink.xml:
3220         * docs/plugins/inspect/plugin-alaw.xml:
3221         * docs/plugins/inspect/plugin-alpha.xml:
3222         * docs/plugins/inspect/plugin-alphacolor.xml:
3223         * docs/plugins/inspect/plugin-annodex.xml:
3224         * docs/plugins/inspect/plugin-apetag.xml:
3225         * docs/plugins/inspect/plugin-audiofx.xml:
3226         * docs/plugins/inspect/plugin-auparse.xml:
3227         * docs/plugins/inspect/plugin-autodetect.xml:
3228         * docs/plugins/inspect/plugin-avi.xml:
3229         * docs/plugins/inspect/plugin-cacasink.xml:
3230         * docs/plugins/inspect/plugin-cairo.xml:
3231         * docs/plugins/inspect/plugin-cdio.xml:
3232         * docs/plugins/inspect/plugin-cutter.xml:
3233         * docs/plugins/inspect/plugin-debug.xml:
3234         * docs/plugins/inspect/plugin-dv.xml:
3235         * docs/plugins/inspect/plugin-efence.xml:
3236         * docs/plugins/inspect/plugin-effectv.xml:
3237         * docs/plugins/inspect/plugin-equalizer.xml:
3238         * docs/plugins/inspect/plugin-esdsink.xml:
3239         * docs/plugins/inspect/plugin-flac.xml:
3240         * docs/plugins/inspect/plugin-flxdec.xml:
3241         * docs/plugins/inspect/plugin-gamma.xml:
3242         * docs/plugins/inspect/plugin-gconfelements.xml:
3243         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3244         * docs/plugins/inspect/plugin-goom.xml:
3245         * docs/plugins/inspect/plugin-goom2k1.xml:
3246         * docs/plugins/inspect/plugin-halelements.xml:
3247         * docs/plugins/inspect/plugin-icydemux.xml:
3248         * docs/plugins/inspect/plugin-id3demux.xml:
3249         * docs/plugins/inspect/plugin-jpeg.xml:
3250         * docs/plugins/inspect/plugin-level.xml:
3251         * docs/plugins/inspect/plugin-matroska.xml:
3252         * docs/plugins/inspect/plugin-monoscope.xml:
3253         * docs/plugins/inspect/plugin-mulaw.xml:
3254         * docs/plugins/inspect/plugin-multifile.xml:
3255         * docs/plugins/inspect/plugin-multipart.xml:
3256         * docs/plugins/inspect/plugin-navigationtest.xml:
3257         * docs/plugins/inspect/plugin-ossaudio.xml:
3258         * docs/plugins/inspect/plugin-png.xml:
3259         * docs/plugins/inspect/plugin-pulseaudio.xml:
3260         * docs/plugins/inspect/plugin-quicktime.xml:
3261         * docs/plugins/inspect/plugin-rtp.xml:
3262         * docs/plugins/inspect/plugin-rtsp.xml:
3263         * docs/plugins/inspect/plugin-smpte.xml:
3264         * docs/plugins/inspect/plugin-soup.xml:
3265         * docs/plugins/inspect/plugin-spectrum.xml:
3266         * docs/plugins/inspect/plugin-speex.xml:
3267         * docs/plugins/inspect/plugin-taglib.xml:
3268         * docs/plugins/inspect/plugin-udp.xml:
3269         * docs/plugins/inspect/plugin-video4linux2.xml:
3270         * docs/plugins/inspect/plugin-videobalance.xml:
3271         * docs/plugins/inspect/plugin-videobox.xml:
3272         * docs/plugins/inspect/plugin-videocrop.xml:
3273         * docs/plugins/inspect/plugin-videoflip.xml:
3274         * docs/plugins/inspect/plugin-videomixer.xml:
3275         * docs/plugins/inspect/plugin-wavenc.xml:
3276         * docs/plugins/inspect/plugin-wavpack.xml:
3277         * docs/plugins/inspect/plugin-wavparse.xml:
3278         * docs/plugins/inspect/plugin-ximagesrc.xml:
3279         * ext/pulse/plugin.c:
3280         * ext/pulse/pulsemixer.c:
3281         * ext/pulse/pulsesink.c:
3282         * ext/pulse/pulsesrc.c:
3283         Add documentation to the pulseaudio plugin and run make update
3284         in docs/plugins.
3285
3286 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3287
3288         Patch by: Brian Cameron <brian.cameron at sun dot com>
3289
3290         * sys/sunaudio/gstsunaudiomixerctrl.c:
3291         (gst_sunaudiomixer_ctrl_get_volume),
3292         (gst_sunaudiomixer_ctrl_set_volume):
3293         Improvements for the SunAudio mixer by handling mute as no gain
3294         for tracks that have a gain property but no mute property.
3295         Fixes bug #536067.
3296
3297 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3298
3299         * configure.ac:
3300         * ext/pulse/Makefile.am:
3301         * ext/pulse/plugin.c: (plugin_init):
3302         * ext/pulse/pulsemixer.c: (gst_pulsemixer_interface_supported),
3303         (gst_pulsemixer_implements_interface_init),
3304         (gst_pulsemixer_init_interfaces), (gst_pulsemixer_base_init),
3305         (gst_pulsemixer_class_init), (gst_pulsemixer_init),
3306         (gst_pulsemixer_finalize), (gst_pulsemixer_set_property),
3307         (gst_pulsemixer_get_property), (gst_pulsemixer_change_state):
3308         * ext/pulse/pulsemixer.h:
3309         * ext/pulse/pulsemixerctrl.c:
3310         (gst_pulsemixer_ctrl_context_state_cb),
3311         (gst_pulsemixer_ctrl_sink_info_cb),
3312         (gst_pulsemixer_ctrl_source_info_cb),
3313         (gst_pulsemixer_ctrl_subscribe_cb),
3314         (gst_pulsemixer_ctrl_success_cb), (gst_pulsemixer_ctrl_open),
3315         (gst_pulsemixer_ctrl_close), (gst_pulsemixer_ctrl_new),
3316         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_list_tracks),
3317         (gst_pulsemixer_ctrl_timeout_event), (restart_time_event),
3318         (gst_pulsemixer_ctrl_set_volume), (gst_pulsemixer_ctrl_get_volume),
3319         (gst_pulsemixer_ctrl_set_record), (gst_pulsemixer_ctrl_set_mute):
3320         * ext/pulse/pulsemixerctrl.h:
3321         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_class_init),
3322         (gst_pulsemixer_track_init), (gst_pulsemixer_track_new):
3323         * ext/pulse/pulsemixertrack.h:
3324         * ext/pulse/pulseprobe.c: (gst_pulseprobe_context_state_cb),
3325         (gst_pulseprobe_sink_info_cb), (gst_pulseprobe_source_info_cb),
3326         (gst_pulseprobe_invalidate), (gst_pulseprobe_open),
3327         (gst_pulseprobe_enumerate), (gst_pulseprobe_close),
3328         (gst_pulseprobe_new), (gst_pulseprobe_free),
3329         (gst_pulseprobe_get_properties), (gst_pulseprobe_needs_probe),
3330         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values),
3331         (gst_pulseprobe_set_server):
3332         * ext/pulse/pulseprobe.h:
3333         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3334         (gst_pulsesink_class_init), (gst_pulsesink_init),
3335         (gst_pulsesink_destroy_stream), (gst_pulsesink_destroy_context),
3336         (gst_pulsesink_finalize), (gst_pulsesink_dispose),
3337         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
3338         (gst_pulsesink_context_state_cb), (gst_pulsesink_stream_state_cb),
3339         (gst_pulsesink_stream_request_cb),
3340         (gst_pulsesink_stream_latency_update_cb), (gst_pulsesink_open),
3341         (gst_pulsesink_close), (gst_pulsesink_prepare),
3342         (gst_pulsesink_unprepare), (gst_pulsesink_write),
3343         (gst_pulsesink_delay), (gst_pulsesink_success_cb),
3344         (gst_pulsesink_reset), (gst_pulsesink_change_title),
3345         (gst_pulsesink_event), (gst_pulsesink_get_type):
3346         * ext/pulse/pulsesink.h:
3347         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3348         (gst_pulsesrc_implements_interface_init),
3349         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_base_init),
3350         (gst_pulsesrc_class_init), (gst_pulsesrc_init),
3351         (gst_pulsesrc_destroy_stream), (gst_pulsesrc_destroy_context),
3352         (gst_pulsesrc_finalize), (gst_pulsesrc_dispose),
3353         (gst_pulsesrc_set_property), (gst_pulsesrc_get_property),
3354         (gst_pulsesrc_context_state_cb), (gst_pulsesrc_stream_state_cb),
3355         (gst_pulsesrc_stream_request_cb), (gst_pulsesrc_open),
3356         (gst_pulsesrc_close), (gst_pulsesrc_prepare),
3357         (gst_pulsesrc_unprepare), (gst_pulsesrc_read),
3358         (gst_pulsesrc_delay), (gst_pulsesrc_change_state),
3359         (gst_pulsesrc_get_type):
3360         * ext/pulse/pulsesrc.h:
3361         * ext/pulse/pulseutil.c: (gst_pulse_fill_sample_spec),
3362         (gst_pulse_client_name), (gst_pulse_gst_to_channel_map):
3363         * ext/pulse/pulseutil.h:
3364         Add pulseaudio GStreamer element from gst-pulse. Development will
3365         continue here instead of pulseaudio SVN. Fixes bug #400679.
3366         Only changes over gst-pulse SVN are added copyright to the top of
3367         files and coding style changes.
3368
3369 2008-06-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
3370
3371         Patch by: Benjamin Kampmann  <benjamin at fluendo dot com>
3372
3373         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
3374           (gst_cdio_add_cdtext_album_tags):
3375         * ext/cdio/gstcdio.h:
3376         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3377           Also extract album title and album genre from CD-TEXT if
3378           available (#537021).
3379
3380 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3381
3382         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3383
3384         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
3385         Improve negotiation a bit more by picking the smallest possible
3386         resolution that is larger than the resolution specified in the
3387         first caps entry of the peer caps. Fixes bug #536994.
3388
3389 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3390
3391         Patch by: Bastien Nocera <hadess at hadess dot net>
3392
3393         * sys/v4l2/gstv4l2vidorient.c:
3394         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
3395         Fix compilation with newer GIT kernels that deprecated
3396         V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
3397
3398 2008-06-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
3399
3400         * configure.ac:
3401         * ext/cdio/gstcdio.c:
3402         * ext/cdio/gstcdio.h:
3403         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3404           Require libcdio >= 0.76.
3405
3406 2008-06-05  Thijs Vermeir  <thijsvermeir@gmail.com>
3407
3408         * gst/avi/gstavidemux.c:
3409         Catch UNEXPECTED when downstream has reached end of
3410         segment in reverse mode.
3411
3412 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3413
3414         * gst/avi/gstavidemux.c:
3415         Fix typo in comment
3416
3417 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3418
3419         * gst/avi/gstavidemux.c:
3420         Because we don't know the frame order we need to push till
3421         the next keyframe
3422
3423 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3424
3425         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3426
3427         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
3428         (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
3429         Provide a custom negotiation function to make sure to pick the highest
3430         possible framerate and resolution. Fixes bug #536646.
3431
3432 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3433
3434         * gst/avi/gstavidemux.c:
3435         Set EOS when going out of the segment in reverse playback
3436
3437 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3438
3439         * ext/taglib/Makefile.am::
3440           Add -Wno-attributes to CXXFLAGS to suppress warning caused by
3441           taglib headers (with gcc 4.3.1).
3442
3443 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
3444
3445         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
3446         Use the new gst_rtsp_connection_get_ip() to access the IP address
3447         of a GstRTSPConnection since it is a private member.
3448
3449 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3450
3451         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
3452         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
3453           Use new utility functions in libgsttag to process coverart (#512333).
3454
3455 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3456
3457         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
3458         We actually support left/side, right/side and mid/side files. The
3459         conversion to normal, interleaved stereo is done by libflac.
3460
3461 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3462
3463         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
3464         (gst_ebml_write_set_cache):
3465         Unref the write cache in finalize if it was set and add add "FIXME"
3466         to a comment that needs it.
3467
3468 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3469
3470         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
3471
3472         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
3473         (gst_avi_demux_index_prev), (gst_avi_demux_index_entry_for_time),
3474         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
3475         (gst_avi_demux_process_next_entry):
3476         * gst/avi/gstavidemux.h:
3477         Implement reverse playback. Fixes #535300.
3478         Small cleanups.
3479
3480 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3481
3482         * gst/videomixer/videomixer.c: (gst_videomixer_query_duration),
3483         (gst_videomixer_query_latency):
3484         When using gst_element_iterate_pads() one has to unref every pad
3485         after usage.
3486
3487 2008-05-31  Edward Hervey  <edward.hervey@collabora.co.uk>
3488
3489         Patch by: Bastien Nocera <hadess at hadess dot net>
3490         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
3491         (qtdemux_parse_udta):
3492         * gst/qtdemux/qtdemux_fourcc.h:
3493         Improve meta-data handling, add 'comment', 'description' and
3494         'copyright' tag handling.
3495         Fixes #535935
3496
3497 2008-05-31  Julien Moutte  <julien@fluendo.com>
3498
3499         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
3500         (gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
3501         (gst_qtdemux_seek_to_previous_keyframe),
3502         (gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
3503         we don't clip the segment's stop using the main segment duration as
3504         that could crop quite some video frames. Make reverse playback support
3505         more robust and support edit lists. Support seeking to the last frame,
3506         and fix reverse looping playback. Add some debugging.
3507         * win32/common/config.h: Updated.
3508
3509 2008-05-31  Sebastian Dröge  <slomo@circular-chaos.org>
3510
3511         * gst/equalizer/gstiirequalizer.c:
3512         (gst_iir_equalizer_transform_ip):
3513         Don't clip float/double samples, correctly unset passthrough mode
3514         and use better rounding for integer samples.
3515
3516 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
3517
3518         * gst/equalizer/gstiirequalizer.c:
3519         (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
3520         (setup_filter), (set_passthrough), (update_coefficients),
3521         (gst_iir_equalizer_compute_frequencies),
3522         (gst_iir_equalizer_transform_ip):
3523         * gst/equalizer/gstiirequalizer.h:
3524         Update the filter coefficients only when needed in the transform_ip
3525         function and correctly set the element into passthrough mode if the
3526         gain of all bands is 0.
3527
3528 2008-05-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3529
3530         Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
3531
3532         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
3533         (gst_alpha_set_property), (gst_alpha_get_property),
3534         (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
3535         Try to skip pixels or areas that are too dark or too bright for us to do
3536         meaningfull color detection.
3537         Added properties to control the sensitivity to light and darkness.
3538         Added some small cleanups. Fixes #512345.
3539
3540 2008-05-28  Jan Schmidt  <jan.schmidt@sun.com>
3541
3542         * docs/plugins/.cvsignore:
3543         * tests/check/elements/.cvsignore:
3544         Ignore some more generated things
3545
3546         * tests/check/Makefile.am:
3547         Ignore OSS elements in the state changes test too.
3548
3549 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3550
3551         * docs/plugins/Makefile.am:
3552         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3553         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3554         Add SMPTE effect elements to docs.
3555
3556 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3557
3558         * docs/plugins/Makefile.am:
3559         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3560         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3561         * ext/raw1394/gstdv1394src.c:
3562           Document whats first shown on the fdo plugin docs page :)
3563
3564 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3565
3566         * docs/plugins/Makefile.am:
3567         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3568         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3569         * docs/plugins/gst-plugins-good-plugins.args:
3570         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3571         * docs/plugins/inspect/plugin-audiofx.xml:
3572         * gst/audiofx/Makefile.am:
3573         * gst/audiofx/audiofx.c:
3574         * gst/audiofx/audiokaraoke.c:
3575         * gst/audiofx/audiokaraoke.h:
3576         * gst/audiofx/audiovoice.c:
3577         * gst/audiofx/audiovoice.h:
3578           Rename audiovoice to audiokaraoke and add it to the docs.
3579
3580 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3581
3582         * REQUIREMENTS:
3583         * docs/plugins/Makefile.am:
3584         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3585         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3586         * docs/plugins/gst-plugins-good-plugins.args:
3587         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3588         * docs/plugins/gst-plugins-good-plugins.interfaces:
3589         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3590         * docs/plugins/inspect/plugin-aasink.xml:
3591         * docs/plugins/inspect/plugin-alaw.xml:
3592         * docs/plugins/inspect/plugin-alpha.xml:
3593         * docs/plugins/inspect/plugin-alphacolor.xml:
3594         * docs/plugins/inspect/plugin-annodex.xml:
3595         * docs/plugins/inspect/plugin-apetag.xml:
3596         * docs/plugins/inspect/plugin-audiofx.xml:
3597         * docs/plugins/inspect/plugin-auparse.xml:
3598         * docs/plugins/inspect/plugin-autodetect.xml:
3599         * docs/plugins/inspect/plugin-avi.xml:
3600         * docs/plugins/inspect/plugin-cacasink.xml:
3601         * docs/plugins/inspect/plugin-cairo.xml:
3602         * docs/plugins/inspect/plugin-cdio.xml:
3603         * docs/plugins/inspect/plugin-cutter.xml:
3604         * docs/plugins/inspect/plugin-debug.xml:
3605         * docs/plugins/inspect/plugin-dv.xml:
3606         * docs/plugins/inspect/plugin-efence.xml:
3607         * docs/plugins/inspect/plugin-effectv.xml:
3608         * docs/plugins/inspect/plugin-equalizer.xml:
3609         * docs/plugins/inspect/plugin-esdsink.xml:
3610         * docs/plugins/inspect/plugin-flac.xml:
3611         * docs/plugins/inspect/plugin-flxdec.xml:
3612         * docs/plugins/inspect/plugin-gamma.xml:
3613         * docs/plugins/inspect/plugin-gconfelements.xml:
3614         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3615         * docs/plugins/inspect/plugin-goom.xml:
3616         * docs/plugins/inspect/plugin-goom2k1.xml:
3617         * docs/plugins/inspect/plugin-halelements.xml:
3618         * docs/plugins/inspect/plugin-icydemux.xml:
3619         * docs/plugins/inspect/plugin-id3demux.xml:
3620         * docs/plugins/inspect/plugin-jpeg.xml:
3621         * docs/plugins/inspect/plugin-level.xml:
3622         * docs/plugins/inspect/plugin-matroska.xml:
3623         * docs/plugins/inspect/plugin-monoscope.xml:
3624         * docs/plugins/inspect/plugin-mulaw.xml:
3625         * docs/plugins/inspect/plugin-multifile.xml:
3626         * docs/plugins/inspect/plugin-multipart.xml:
3627         * docs/plugins/inspect/plugin-navigationtest.xml:
3628         * docs/plugins/inspect/plugin-ossaudio.xml:
3629         * docs/plugins/inspect/plugin-png.xml:
3630         * docs/plugins/inspect/plugin-quicktime.xml:
3631         * docs/plugins/inspect/plugin-rtp.xml:
3632         * docs/plugins/inspect/plugin-rtsp.xml:
3633         * docs/plugins/inspect/plugin-smpte.xml:
3634         * docs/plugins/inspect/plugin-soup.xml:
3635         * docs/plugins/inspect/plugin-spectrum.xml:
3636         * docs/plugins/inspect/plugin-speex.xml:
3637         * docs/plugins/inspect/plugin-taglib.xml:
3638         * docs/plugins/inspect/plugin-udp.xml:
3639         * docs/plugins/inspect/plugin-video4linux2.xml:
3640         * docs/plugins/inspect/plugin-videobalance.xml:
3641         * docs/plugins/inspect/plugin-videobox.xml:
3642         * docs/plugins/inspect/plugin-videocrop.xml:
3643         * docs/plugins/inspect/plugin-videoflip.xml:
3644         * docs/plugins/inspect/plugin-videomixer.xml:
3645         * docs/plugins/inspect/plugin-wavenc.xml:
3646         * docs/plugins/inspect/plugin-wavpack.xml:
3647         * docs/plugins/inspect/plugin-wavparse.xml:
3648         * docs/plugins/inspect/plugin-ximagesrc.xml:
3649         * ext/aalib/gstaasink.c:
3650         * ext/libcaca/gstcacasink.c:
3651           Document aasink and cacasink.
3652
3653 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
3654
3655         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
3656         (gst_videomixer_init), (gst_videomixer_query_duration),
3657         (gst_videomixer_query_latency), (gst_videomixer_query),
3658         (gst_videomixer_blend_buffers):
3659         * gst/videomixer/videomixer.h:
3660         Implement position (in time), duration and latency queries.
3661
3662 2008-05-27  Edward Hervey  <edward.hervey@collabora.co.uk>
3663
3664         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
3665         (gst_videomixer_init), (gst_videomixer_request_new_pad),
3666         (gst_videomixer_fill_queues), (forward_event_func),
3667         (forward_event), (gst_videomixer_src_event),
3668         (gst_videomixer_sink_event):
3669         * gst/videomixer/videomixer.h:
3670         Implement proper seek/newsegment handling.
3671         Based on adder's implementation.
3672         Fixes #535121
3673
3674 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3675
3676         Patch by: Jan Gerber <j at oil21 dot org>
3677
3678         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
3679         Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481.
3680
3681 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3682
3683         * gst/audiofx/Makefile.am:
3684         * gst/audiofx/audiofx.c: (plugin_init):
3685         * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
3686         (gst_audio_voice_class_init), (gst_audio_voice_init),
3687         (update_filter), (gst_audio_voice_set_property),
3688         (gst_audio_voice_get_property), (gst_audio_voice_setup),
3689         (gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
3690         (gst_audio_voice_transform_ip):
3691         * gst/audiofx/audiovoice.h:
3692         Add simple voice removal element. Yay karaoke.
3693
3694 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3695
3696         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
3697
3698         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
3699         Fix potential caps leak.
3700         If we can't get the framerate with an ioctl, try to get it with the
3701         current norm. Fixes #520092.
3702
3703 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3704
3705         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
3706
3707         * sys/v4l2/v4l2src_calls.c:
3708         (gst_v4l2src_probe_caps_for_format_and_size):
3709         If we fail to get the frame intervals, simply don't touch the framerates
3710         on the template caps instead of discarding the format. See #520092.
3711
3712 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3713
3714         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
3715
3716         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
3717         (gst_v4l2_get_caps_info):
3718         Add NV12, NV21 and bayer support. See #520092.
3719
3720 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3721
3722         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
3723         (gst_qtdemux_activate_segment):
3724         Unbreak segment activation again. Fixes #531672.
3725
3726 2008-05-25  Sebastian Dröge  <slomo@circular-chaos.org>
3727
3728         * ext/flac/Makefile.am:
3729         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
3730         Set the channel layout when decoding FLAC files with more than 2
3731         channels as defined by the FLAC spec. Fixes bug #534570.
3732
3733         Also don't try to decode left/side, right/side and mid/side files
3734         as we don't support this at all.
3735
3736 2008-05-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
3737
3738         * configure.ac:
3739           We need -base CVS (rtsp).
3740
3741 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
3742
3743         * gst/udp/Makefile.am:
3744           Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY
3745           when including netdb.h when building against glibc >= 2.8.
3746
3747 2008-05-22  Julien Moutte  <julien@fluendo.com>
3748
3749         * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix
3750         debug statement arguments.
3751         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp):
3752         * gst/udp/gstudpnetutils.c: (gst_udp_join_group),
3753         (gst_udp_leave_group): Fix IP and IPV6 options to make it work
3754         on more platforms.
3755
3756 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3757
3758         * tests/check/elements/avimux.c: (setup_src_pad),
3759         (teardown_src_pad):
3760         * tests/check/elements/icydemux.c: (icydemux_found_pad),
3761         (GST_START_TEST):
3762         * tests/check/elements/matroskamux.c: (setup_src_pad),
3763         (teardown_src_pad), (setup_sink_pad), (teardown_sink_pad):
3764         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
3765         (GST_START_TEST):
3766         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
3767         (setup_wavpackparse), (cleanup_wavpackparse):
3768         Don't use gst_element_get_pad(), it's a bad, bad method.
3769
3770 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3771
3772         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
3773         (do_toggle_element):
3774         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
3775         (do_toggle_element):
3776         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
3777         (do_toggle_element):
3778         * ext/gconf/gstswitchsink.c: (gst_switch_commit_new_kid):
3779         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_reset),
3780         (do_toggle_element):
3781         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_reset),
3782         (do_toggle_element):
3783         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
3784         (gst_auto_audio_sink_detect):
3785         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
3786         (gst_auto_video_sink_detect):
3787         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3788         (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp),
3789         (gst_rtspsrc_stream_configure_udp_sink), (gst_rtspsrc_skip_lws),
3790         (gst_rtspsrc_unskip_lws), (gst_rtspsrc_skip_commas),
3791         (gst_rtspsrc_skip_item), (gst_rtsp_decode_quoted_string),
3792         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr):
3793         * tests/icles/videocrop-test.c: (test_with_caps),
3794         (video_crop_get_test_caps):
3795         Don't use gst_element_get_pad(), it's a bad method.
3796
3797 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3798
3799         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
3800         (gst_multiudpsink_add_internal):
3801         * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
3802         (gst_udp_join_group):
3803         * gst/udp/gstudpnetutils.h:
3804         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
3805         Joining a multicast group and setting the loop/ttl properties are
3806         totally unrelated tasks are must be separated.
3807
3808 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
3809
3810         * gst/avi/gstavimux.c:
3811           Also support alaw/mulaw.
3812
3813 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3814
3815         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3816         (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
3817         * gst/udp/gstmultiudpsink.h:
3818         Add a fixme for the auto-multicast property.
3819         Fix some confusing debug messages.
3820         Disable setting a qos value by default.
3821
3822 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3823
3824         Patch by: Gustaf Räntilä <g dot rantila at gmail dot com>
3825
3826         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
3827         Ignore EPERM errors from sendto. Fixes #533619.
3828
3829 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3830
3831         Patch by: Henrik Eriksson <henriken at axis dot com>
3832
3833         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3834         (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp),
3835         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
3836         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal):
3837         * gst/udp/gstmultiudpsink.h:
3838         Add qos-dscp property to manage the Quality of service. Fixes #469917.
3839
3840 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3841
3842         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process):
3843         Improve debugging of the ident.
3844
3845 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3846
3847         Patch by: Bruno Santos <brunof at ua dot pt>
3848
3849         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr),
3850         (gst_udp_join_group), (gst_udp_leave_group),
3851         (gst_udp_is_multicast):
3852         * gst/udp/gstudpnetutils.h:
3853         Provide a bunch of helper methods to deal with IPv4 and IPv6
3854         transparently.
3855
3856         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3857         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
3858         (gst_multiudpsink_get_property), (join_multicast),
3859         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
3860         (gst_multiudpsink_remove):
3861         * gst/udp/gstmultiudpsink.h:
3862         Add multicast TTL and loopback properties.
3863         Use the helper methods to implement ip4 and ip6.
3864
3865         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
3866         * gst/udp/gstudpsrc.h:
3867         Use the helper methods to implement ip4 and ip6.
3868         Fixes #515962.
3869
3870 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3871
3872         Patch by: Patrick Radizi <patrick dot radizi at axis dot com>
3873
3874         * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init),
3875         (gst_multipart_demux_get_gstname),
3876         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain):
3877         * gst/multipart/multipartdemux.h:
3878         Don't blindly copy the mime-type as the caps name because they not
3879         always map directly. Instead use a hashtable with common mappings.
3880         Fixes #533287.
3881
3882 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3883
3884         * ext/esd/esdsink.c: (gst_esdsink_write):
3885         When we post an error, we must return -1 to let the parent know that we
3886         cannot write the segment else it will loop and continue to call us again
3887         forever. Patch by Michael Meeks.
3888
3889 2008-05-20  Stefan Kost  <ensonic@users.sf.net>
3890
3891         * gst/videomixer/videomixer.c:
3892           Add missing incudes.
3893
3894 2008-05-20  Peter Kjellerstedt  <pkj@axis.com>
3895
3896         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
3897         (gst_rtp_h264_pay_handle_buffer):
3898         * gst/rtp/gstrtph264pay.h:
3899         Correct a typo (sinle -> single).
3900
3901 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3902
3903         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
3904         (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
3905         (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
3906         (gst_rtp_h264_depay_process):
3907         * gst/rtp/gstrtph264depay.h:
3908         Add experimental support for outputting quicktime-like AVC output in
3909         addition to the existing bytestream output.
3910
3911         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
3912         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
3913         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
3914         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
3915         (gst_rtp_h264_pay_get_property):
3916         * gst/rtp/gstrtph264pay.h:
3917         Make the parsing mode configurable, for some inputs we don't need to
3918         scan every byte for start codes.
3919         Only set the marker bit on ACCESS units.
3920
3921 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3922
3923         * gst/equalizer/gstiirequalizer.c:
3924         Use a bigger type in integer mode for the intermediate results to
3925         prevent overflows. This fixes the crippled sound when using the
3926         equalizer in integer mode. Fixes bug #510865.
3927
3928 2008-05-20  Jan Schmidt  <jan.schmidt@sun.com>
3929
3930         * gst/videomixer/videomixer.c:
3931         * gst/videomixer/videomixer.h:
3932         Instead of a random number for the request pad id's,
3933         use a counter.
3934
3935         Register the videomixerpad class from the element's class_init
3936         where it's safer, and allows the docs generator to scan it.
3937
3938 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3939
3940         * gst/smpte/Makefile.am:
3941         * gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
3942         * gst/smpte/gstsmpte.h:
3943         * gst/smpte/gstsmptealpha.c:
3944         (gst_smpte_alpha_transition_type_get_type),
3945         (gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
3946         (gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
3947         (gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
3948         (gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
3949         (gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
3950         (gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
3951         (gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
3952         * gst/smpte/gstsmptealpha.h:
3953         * gst/smpte/plugin.c: (plugin_init):
3954         Add new plugin that adds the SMPTE transition in the alpha channel of
3955         I420 and AYUV frames so that they can be blended with videomixer later
3956         on. Uses all niceties such as using base transform for efficient alloc
3957         and negotiation. It currently requires GstController to control the
3958         position in the transition effect.
3959
3960 2008-05-19  Stefan Kost  <ensonic@users.sf.net>
3961
3962         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3963         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3964         * docs/plugins/gst-plugins-good-plugins.args:
3965         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3966         * docs/plugins/gst-plugins-good-plugins.interfaces:
3967         * docs/plugins/gst-plugins-good-plugins.types:
3968         * gst/videomixer/videomixer.c:
3969           Try using thaytans new mechanism to get extra classes into plugin
3970           docs. Aparently works for the Eq. For VideoMixer the GObject stuff is
3971           missing still.
3972
3973 2008-05-18  Mark Nauwelaerts  <mnauw@users.sf.net>
3974
3975         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
3976         Set proper rate in avi stream header for PCM audio, and also do some
3977         more sanity checks on caps in this case.  Fixes #511489.
3978
3979 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3980
3981         * sys/v4l2/gstv4l2src.c:
3982         Don't include the gstv4l2xoverlay.h header as the XOverlay support
3983         isn't implemented at all yet and this requires X headers to be
3984         installed. Fixes bug #533264.
3985
3986 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3987
3988         reviewed by: <delete if not using a buddy>
3989
3990         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
3991         (gst_ebml_write_set_cache):
3992         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3993         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3994         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3995         (gst_matroska_demux_read_track_encodings),
3996         (gst_matroska_demux_add_stream),
3997         (gst_matroska_demux_handle_src_query),
3998         (gst_matroska_demux_init_stream),
3999         (gst_matroska_demux_parse_index_cuetrack),
4000         (gst_matroska_demux_parse_index_pointentry),
4001         (gst_matroska_demux_parse_info),
4002         (gst_matroska_demux_parse_metadata_id_simple_tag),
4003         (gst_matroska_demux_parse_metadata),
4004         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
4005         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
4006         (gst_matroska_demux_parse_cluster),
4007         (gst_matroska_demux_parse_contents_seekentry),
4008         (gst_matroska_demux_loop_stream_parse_id),
4009         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
4010         (gst_matroska_demux_audio_caps),
4011         (gst_matroska_demux_subtitle_caps):
4012         * gst/matroska/matroska-demux.h:
4013         * gst/matroska/matroska-ids.c:
4014         (gst_matroska_track_init_subtitle_context):
4015         * gst/matroska/matroska-ids.h:
4016         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
4017         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
4018         (gst_matroska_mux_finish), (gst_matroska_mux_collected):
4019         * sys/v4l2/gstv4l2src.c:
4020         * tests/check/pipelines/wavpack.c: (bus_handler):
4021         * win32/common/config.h:
4022
4023 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
4024
4025         * ext/wavpack/gstwavpackstreamreader.c:
4026         * tests/examples/spectrum/demo-audiotest.c:
4027         * tests/examples/spectrum/demo-osssrc.c:
4028         Fix some compiler warnings.
4029
4030 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4031
4032         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
4033         Small comment added.
4034
4035         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4036         (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
4037         (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
4038         Debug string cleanups (remove trailing \n)
4039         Refactor and clean up the payloader a bit and make sure that we only
4040         put one NAL unit in an RTP packet even if the input buffer contains
4041         multiple NAL units.
4042         Add suport for AVC format input.
4043
4044 2008-05-14  Peter Kjellerstedt  <pkj@axis.com>
4045
4046         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4047         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer),
4048         (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property):
4049         * gst/rtp/gstrtph264pay.h:
4050         Make it possible to specify profile-level-id and sprop-parameter-sets
4051         using properties in case they are not available in-stream.
4052
4053 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
4054
4055         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4056         * docs/plugins/gst-plugins-good-plugins.args:
4057         * docs/plugins/inspect/plugin-ladspa.xml:
4058           Remove ladspa fro plugin-docs, its in gst-plugins-bad.
4059
4060 2008-05-13  Mark Nauwelaerts  <mnauw@users.sf.net>
4061
4062         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
4063         Send an initial BYTE segment to inform downstream of later seeking,
4064         and to forego sync attempts.
4065
4066 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4067
4068         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
4069         Fix wrong caps string.
4070
4071 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4072
4073         Based on patch by: Olivier Crete <tester at tester dot ca>
4074
4075         * gst/rtp/Makefile.am:
4076         * gst/rtp/gstrtp.c: (plugin_init):
4077         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_base_init),
4078         (gst_rtp_g729_depay_class_init), (gst_rtp_g729_depay_init),
4079         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process),
4080         (gst_rtp_g729_depay_plugin_init):
4081         * gst/rtp/gstrtpg729depay.h:
4082         * gst/rtp/gstrtpg729pay.c: (gst_rtpg729pay_base_init),
4083         (gst_rtpg729pay_class_init), (gst_rtpg729pay_init),
4084         (gst_rtpg729pay_setcaps), (gst_rtp_g729_pay_plugin_init):
4085         * gst/rtp/gstrtpg729pay.h:
4086         Added G729 pay and depayloaders. Fixes #532409.
4087
4088 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4089
4090         * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
4091         Fix the calculation of the duration of the concealment packets.
4092
4093 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4094
4095         Based on patch by: Olivier Crete <tester at tester dot ca>
4096
4097         * gst/rtp/Makefile.am:
4098         * gst/rtp/gstrtp.c: (plugin_init):
4099         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
4100         (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
4101         (parse_encode), (gst_rtp_dv_depay_setcaps),
4102         (calculate_difblock_location), (gst_rtp_dv_depay_process),
4103         (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
4104         (gst_rtp_dv_depay_plugin_init):
4105         * gst/rtp/gstrtpdvdepay.h:
4106         * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
4107         (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
4108         (gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
4109         (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
4110         (gst_dv_pay_negotiate), (include_dif),
4111         (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
4112         * gst/rtp/gstrtpdvpay.h:
4113         Add DV pay and depayloaders. Fixes #532423.
4114
4115 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4116
4117         * gst/matroska/matroska-demux.c:
4118         (gst_matroska_demux_push_dvd_clut_change_event):
4119         Convert subtitle palette info in VobSub private data from VobSub's
4120         (buggy) RGB to YUV.
4121
4122 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4123
4124         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset):
4125         Do not leave fourcc stream header field empty upon reset.
4126         Fixes #519301.
4127
4128 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
4129
4130         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4131         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4132         * docs/plugins/inspect/plugin-goom.xml:
4133         * docs/plugins/inspect/plugin-goom2k1.xml:
4134         * gst/goom/gstgoom.c:
4135         * gst/goom2k1/gstgoom.c:
4136         Add goom2k1 into the docs.
4137
4138 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4139
4140         Based on patch by: Wouter Cloetens  <wouter at mind be>
4141
4142         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4143         (gst_rtspsrc_skip_lws), (gst_rtspsrc_unskip_lws),
4144         (gst_rtspsrc_skip_commas), (gst_rtspsrc_skip_item),
4145         (gst_rtsp_decode_quoted_string),
4146         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr),
4147         (gst_rtspsrc_setup_auth):
4148         Support Digest authentication. Fixes #532065.
4149
4150 2008-05-08  Stefan Kost  <ensonic@users.sf.net>
4151
4152         * gst/level/gstlevel.c:
4153           Also support 32bit (e.g. whe having it after 'mad'). Add more notes
4154           about whats needed for liboil acceleration. Simplify docs a bit.
4155
4156 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
4157
4158         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4159
4160         * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
4161         Update the track duration if the old one was invalid.
4162         Fixes bug #532117.
4163
4164 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4165
4166         * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
4167           Use GST_STR_NULL when trying to print sps and pps strings that could
4168           be NULL, as this might crash on some platforms.
4169
4170 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4171
4172         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4173
4174         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw):
4175           Do IDirectDrawClipper_SetHWnd() if the window ID has already been
4176           set after creating the clipper.
4177
4178 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4179
4180         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4181
4182         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
4183           Added checking of surface lost case after an unsuccessful
4184           IDirectDrawSurface7_Lock() call.
4185           If surface is lost, return GST_FLOW_OK.
4186
4187 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4188
4189         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4190
4191         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
4192           WndProc, gst_directdraw_sink_window_thread):
4193           Improved Windows message loop and fixed window destruction issue.
4194           When the window which DirectDraw is rendering to is destroyed, the
4195           render/show_frame function will return GST_FLOW_ERROR.
4196           Partially fixes #520885.
4197
4198 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4199
4200         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4201
4202         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
4203           Fixed mid stream resolution change bug, the offscreen surface is now
4204           released when set_caps is called.
4205           Partially fixes #520885.
4206
4207 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4208
4209         * sys/directdraw/gstdirectdrawsink.c
4210           (gst_directdraw_sink_buffer_alloc):
4211           Make it so that gst_directdraw_sink_buffer_alloc uses the right
4212           width/height.
4213
4214           Especially when looking through the pool of buffers, make sure that
4215           the width/height of caps is used instead of the already negotiated
4216           dimensions.
4217           For example if a buffer with different caps is requested, i.e.
4218           higher resolution, the caller would get a buffer with the old
4219           dimensions and thus corrupt the heap.
4220
4221 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4222
4223         * sys/directdraw/gstdirectdrawsink.c
4224           (gst_directdraw_sink_buffer_alloc):
4225           Clear the flags on recycled buffers from buffer_alloc.
4226           Partially fixes #520885.
4227
4228 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4229
4230         * gst/rtp/gstrtpilbcpay.c:
4231           Added missing stdlib.h include for strtol(), and made include ordering and
4232           style consistent with the corresponding depayloader.
4233
4234 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4235
4236         * configure.ac:
4237           Error out if we don't have the required core/base versions.
4238
4239 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4240
4241         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4242
4243         * sys/osxvideo/cocoawindow.m:
4244         Fix compiler warnings on PPC64. Fixes bug #499318.
4245
4246 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
4247
4248         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4249
4250         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
4251         Don't leak file descriptors on error. Fixes #531532.
4252
4253 2008-05-03  Sebastian Dröge  <slomo@circular-chaos.org>
4254
4255         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4256         (gst_gconf_audio_src_change_state):
4257         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4258         (gst_gconf_video_sink_change_state):
4259         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4260         (gst_gconf_video_src_change_state):
4261         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
4262         (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
4263         When we can't create a fakesink/fakesrc complain instead of unreffing
4264         NULL pointers and crashing later. See bug #530535.
4265
4266 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4267
4268         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
4269         Add some more debug info and guard against small payloads.
4270
4271         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4272         Set duration on outgoing buffers because we can.
4273
4274 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4275
4276         Patch by: Olivier Crete <tester at tester dot ca>
4277
4278         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
4279         (gst_speex_enc_init), (gst_speex_enc_chain):
4280         Add negotiation for the speex channels and rate. Fixes #465146.
4281
4282 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4283
4284         Patch by: Olivier Crete <tester at tester dot ca>
4285
4286         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
4287         (gst_rtp_speex_pay_getcaps):
4288         Add negotiation for the speex channels and rate. See #465146.
4289
4290 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4291
4292         Patch by: Olivier Crete <tester at tester dot ca>
4293
4294         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
4295         (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
4296         Add negotiation for the ILBC mode. See #465146.
4297
4298 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
4299
4300         * ext/soup/gstsouphttpsrc.c:
4301           Include stdlib to fix the build. Use g_free instead of free, libsoup
4302           uses glib.
4303
4304 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4305
4306         Patch by: j^ <j@bootlab.org>
4307
4308         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4309         Add more mpeg2 variants. Fixes #530886.
4310
4311 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
4312
4313         Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
4314
4315         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4316           Don't error out if we get an ICMP destination-unreachable
4317           message when trying to read packets on win32 (#529454).
4318
4319 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4320
4321         * configure.ac:
4322         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
4323           Use new error code for encrypted streams (which requires core CVS).
4324
4325 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4326
4327         * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
4328           (gst_qtdemux_audiosrc_template):
4329           Fix swapped pad template names, spotted by Thiago Sousa Santos.
4330
4331 2008-04-30  Wim Taymans  <wim.taymans@collabora.co.uk>
4332
4333         * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
4334         (speex_dec_chain_parse_data):
4335         Produce concealment data when time progresses in a segment update.
4336
4337 2008-04-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4338
4339         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
4340         (speex_dec_chain):
4341         Try to preserve input timestamps when we can.
4342         Do beginnings of error concealment.
4343
4344 2008-04-28  Michael Smith <msmith@songbirdnest.com>
4345
4346         * gst/debug/gstnavigationtest.c:
4347           MSVC doesn't provide rint(), define an adequate replacement locally as
4348           elsewhere.
4349
4350 2008-04-28  Julien Moutte  <julien@fluendo.com>
4351
4352         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
4353         format to pacify Mac OSX's gcc.
4354
4355 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4356
4357         * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
4358           (DEFAULT_MAX), (src_template), (sink_template),
4359           (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
4360           (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
4361           (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
4362           Bring rndbuffersize element into a state that doesn't require us
4363           to move it to -bad immediately. For one, fix up default min/max
4364           values so that the element actuall works using the default values.
4365           Also, don't ignore flow return values and do some kind of minimal
4366           eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
4367           other gratuitious clean-ups.
4368
4369 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4370
4371         * docs/plugins/Makefile.am:
4372         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4373         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4374         * docs/plugins/gst-plugins-good-plugins.args:
4375         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4376         * docs/plugins/gst-plugins-good-plugins.interfaces:
4377         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4378         * docs/plugins/inspect/plugin-1394.xml:
4379         * docs/plugins/inspect/plugin-aasink.xml:
4380         * docs/plugins/inspect/plugin-alaw.xml:
4381         * docs/plugins/inspect/plugin-alpha.xml:
4382         * docs/plugins/inspect/plugin-alphacolor.xml:
4383         * docs/plugins/inspect/plugin-annodex.xml:
4384         * docs/plugins/inspect/plugin-apetag.xml:
4385         * docs/plugins/inspect/plugin-audiofx.xml:
4386         * docs/plugins/inspect/plugin-auparse.xml:
4387         * docs/plugins/inspect/plugin-autodetect.xml:
4388         * docs/plugins/inspect/plugin-avi.xml:
4389         * docs/plugins/inspect/plugin-cacasink.xml:
4390         * docs/plugins/inspect/plugin-cairo.xml:
4391         * docs/plugins/inspect/plugin-cdio.xml:
4392         * docs/plugins/inspect/plugin-cutter.xml:
4393         * docs/plugins/inspect/plugin-debug.xml:
4394         * docs/plugins/inspect/plugin-dv.xml:
4395         * docs/plugins/inspect/plugin-efence.xml:
4396         * docs/plugins/inspect/plugin-effectv.xml:
4397         * docs/plugins/inspect/plugin-equalizer.xml:
4398         * docs/plugins/inspect/plugin-esdsink.xml:
4399         * docs/plugins/inspect/plugin-flac.xml:
4400         * docs/plugins/inspect/plugin-flxdec.xml:
4401         * docs/plugins/inspect/plugin-gamma.xml:
4402         * docs/plugins/inspect/plugin-gconfelements.xml:
4403         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4404         * docs/plugins/inspect/plugin-goom.xml:
4405         * docs/plugins/inspect/plugin-halelements.xml:
4406         * docs/plugins/inspect/plugin-icydemux.xml:
4407         * docs/plugins/inspect/plugin-id3demux.xml:
4408         * docs/plugins/inspect/plugin-jpeg.xml:
4409         * docs/plugins/inspect/plugin-level.xml:
4410         * docs/plugins/inspect/plugin-matroska.xml:
4411         * docs/plugins/inspect/plugin-monoscope.xml:
4412         * docs/plugins/inspect/plugin-mulaw.xml:
4413         * docs/plugins/inspect/plugin-multifile.xml:
4414         * docs/plugins/inspect/plugin-multipart.xml:
4415         * docs/plugins/inspect/plugin-navigationtest.xml:
4416         * docs/plugins/inspect/plugin-ossaudio.xml:
4417         * docs/plugins/inspect/plugin-png.xml:
4418         * docs/plugins/inspect/plugin-quicktime.xml:
4419         * docs/plugins/inspect/plugin-rtp.xml:
4420         * docs/plugins/inspect/plugin-rtsp.xml:
4421         * docs/plugins/inspect/plugin-shout2send.xml:
4422         * docs/plugins/inspect/plugin-smpte.xml:
4423         * docs/plugins/inspect/plugin-spectrum.xml:
4424         * docs/plugins/inspect/plugin-speex.xml:
4425         * docs/plugins/inspect/plugin-taglib.xml:
4426         * docs/plugins/inspect/plugin-udp.xml:
4427         * docs/plugins/inspect/plugin-video4linux2.xml:
4428         * docs/plugins/inspect/plugin-videobalance.xml:
4429         * docs/plugins/inspect/plugin-videobox.xml:
4430         * docs/plugins/inspect/plugin-videocrop.xml:
4431         * docs/plugins/inspect/plugin-videoflip.xml:
4432         * docs/plugins/inspect/plugin-videomixer.xml:
4433         * docs/plugins/inspect/plugin-wavenc.xml:
4434         * docs/plugins/inspect/plugin-wavpack.xml:
4435         * docs/plugins/inspect/plugin-wavparse.xml:
4436         * docs/plugins/inspect/plugin-ximagesrc.xml:
4437           Add docs for gdkpixbufsink; update docs to CVS version.
4438
4439 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4440
4441         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4442         Remove test sync-offset by default.
4443
4444 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4445
4446         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
4447         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
4448         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4449           Use GLib versions of htonl, htons, ntohl and ntohs in order
4450           to avoid problems on win32 (#529707).
4451
4452 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4453
4454         Patch by: Jesús Corrius <jesus at softcatala org>
4455
4456         * gst/goom/filters.c: (zoomVector):
4457         * gst/goom/goom_core.c: (init_buffers):
4458           Fix build with mingw32: use rand() instead of random() and
4459           replace bzero() with memset(). Fixes #529692.
4460
4461 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4462
4463         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
4464         Fix typo in comments.
4465
4466         * tests/examples/rtp/client-H263p-PCMA.sdp:
4467         * tests/examples/rtp/client-H263p-PCMA.sh:
4468         * tests/examples/rtp/client-H264-PCMA.sdp:
4469         * tests/examples/rtp/client-H264-PCMA.sh:
4470         * tests/examples/rtp/client-H264.sdp:
4471         * tests/examples/rtp/client-H264.sh:
4472         * tests/examples/rtp/client-PCMA.sdp:
4473         * tests/examples/rtp/client-PCMA.sh:
4474         * tests/examples/rtp/server-alsasrc-PCMA.sh:
4475         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
4476         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4477         Add some more docs and fix examples.
4478
4479 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
4480
4481         * tests/check/elements/multifile.c:
4482         Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
4483         declared in the former, some have it declared in the latter.
4484
4485 2008-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
4486
4487         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
4488         * gst/debug/tests.c: (md5_get_value):
4489         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4490         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
4491         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
4492         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
4493         Stop using deprecated GLib functions.
4494
4495 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
4496
4497         * configure.ac:
4498         Back to development -> 0.10.8.1
4499
4500 === release 0.10.8 ===
4501
4502 2008-04-23  Jan Schmidt <jan.schmidt@sun.com>
4503
4504         * configure.ac:
4505           releasing 0.10.8, "One For The Money"
4506
4507 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4508
4509         * configure.ac:
4510         0.10.7.4 pre-release
4511
4512 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4513
4514         * gst/goom/config_param.c: (goom_plugin_parameters_free):
4515         * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
4516         * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
4517         * gst/goom/flying_stars_fx.c: (fs_free):
4518         * gst/goom/goom_config_param.h:
4519         * gst/goom/goom_core.c: (goom_init), (goom_close):
4520         * gst/goom/goom_plugin_info.h:
4521         * gst/goom/gstgoom.c: (gst_goom_finalize):
4522         * gst/goom/lines.c: (goom_lines_free):
4523         * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
4524         * gst/goom/surf3d.c: (grid3d_free):
4525         * gst/goom/surf3d.h:
4526         * gst/goom/tentacle3d.c: (tentacle_free):
4527         Free a bunch of stuff, and initialise things to fix leaks
4528         and valgrind warnings in the testsuite.
4529
4530         Fixes: #529268
4531
4532 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4533
4534         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
4535         (gst_rtspsrc_configure_caps):
4536         Ref caps as the return value for the request_pt_map signal.
4537         Remove some caps weirdness when configuring a stream. See #528245.
4538
4539 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
4540
4541         * tests/icles/gdkpixbufsink-test.c:
4542           Add cast to placate gcc 4.1.2.
4543
4544 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4545
4546         * configure.ac:
4547         0.10.7.3 pre-release
4548
4549 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4550
4551         * tests/check/Makefile.am:
4552         Disable some more elements in the state test.
4553         Add a define so the soup test can find the test files
4554         it needs at runtime.
4555
4556         * tests/check/elements/souphttpsrc.c: (run_server):
4557
4558         Add a define so the soup test can find the test files
4559         it needs at runtime.
4560
4561 2008-04-17  Jan Schmidt  <Jan.Schmidt@sun.com>
4562
4563         * gst/goom/convolve_fx.c: (convolve_apply):
4564         Don't ever draw the GOOM logo.
4565         Fixes: #528615
4566
4567 2008-04-17  Edward Hervey  <edward.hervey@collabora.co.uk>
4568
4569         * ext/cdio/gstcdiocddasrc.c:
4570         * ext/dv/gstdvdemux.c: 
4571         gst_atomic_int_set ==> g_atomic_int_set
4572
4573 2008-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4574
4575         * configure.ac:
4576         * gst/goom/Makefile.am:
4577         * gst/goom/convolve_fx.c:
4578         * gst/goom/default_scripts.h:
4579         * gst/goom/goom.h:
4580         * gst/goom/goom_core.c: (choose_a_goom_line):
4581         * gst/goom/goom_plugin_info.h:
4582         * gst/goom/goomsl.c:
4583         * gst/goom/goomsl.h:
4584         * gst/goom/goomsl_hash.c:
4585         * gst/goom/goomsl_hash.h:
4586         * gst/goom/goomsl_heap.c:
4587         * gst/goom/goomsl_heap.h:
4588         * gst/goom/goomsl_private.h:
4589         * gst/goom/plugin_info.c:
4590           Strip out the config/script parsing stuff, we don't need it.
4591           Fixes #527999.
4592
4593 2008-04-15  Tim-Philipp Müller  <tim at centricular dot net>
4594
4595         * gst/goom/plugin_info.c: (setOptimizedMethods):
4596           Disable altivec optimisations for 32-bit PPC as well to make
4597           things build properly on all PPC systems. Fixes #528143
4598
4599 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
4600
4601         * gst-plugins-good.spec.in:
4602           Update for souphttpsrc plugin which has moved to -good.
4603
4604 2008-04-14  Jan Schmidt  <Jan.Schmidt@sun.com>
4605
4606         * gst/matroska/matroska-demux.c:
4607         (gst_matroska_demux_handle_seek_event):
4608         Fix open-ended seeks in matroskademux
4609         Patch by: Mark Nauwelaerts <manauw skynet be>
4610         Fixes: #526557
4611
4612 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
4613
4614         * tests/check/Makefile.am:
4615         Add soup test certificates to the dist.
4616
4617 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4618
4619         * ext/Makefile.am:
4620         Remove LADSPA reference I missed.
4621
4622 2008-04-13  Sebastian Dröge  <slomo@circular-chaos.org>
4623
4624         * ext/soup/gstsouphttpsrc.c: (plugin_init):
4625         Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
4626         over gnome-vfs and everything else. Fixes bug #527848.
4627
4628 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4629
4630         * configure.ac:
4631         * ext/Makefile.am:
4632         Remove LADSPA plugin. Fixes: #515978
4633
4634 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4635
4636         * configure.ac:
4637         * docs/plugins/Makefile.am:
4638         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4639         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4640         * docs/plugins/gst-plugins-good-plugins.args:
4641         * docs/plugins/inspect/plugin-soup.xml:
4642         * ext/Makefile.am:
4643         * tests/check/Makefile.am:
4644         Move soup plugin from -bad (Fixes: #523124)
4645
4646 2008-04-11  Jan Schmidt  <Jan.Schmidt@sun.com>
4647
4648         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
4649         Fix bounds checking of mode in Speex header, which may
4650         produce negative numbers in speex <= 1.1.12
4651
4652 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
4653
4654         * gst/goom/Makefile.am:
4655         * gst/goom/gfontlib.c:
4656         * gst/goom/gfontlib.h:
4657         * gst/goom/gfontrle.c:
4658         * gst/goom/gfontrle.h:
4659         * gst/goom/goom.h:
4660         * gst/goom/goom_core.c: (goom_update):
4661         * gst/goom/goom_plugin_info.h:
4662         * gst/goom/gstgoom.c: (gst_goom_chain):
4663         * gst/goom/plugin_info.c:
4664           Remove a bunch of font/text related code that we don't need.
4665
4666 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
4667
4668         * gst/goom/ppc_drawings.s:
4669         * gst/goom/ppc_zoom_ultimate.s:
4670           Change license of these files to LGPL, as permitted by the
4671           author, Guillaume Borios. See #515073.
4672
4673 2008-04-09  Stefan Kost  <ensonic@users.sf.net>
4674
4675         * gst/goom/convolve_fx.c:
4676         * gst/goom/motif_goom1.h:
4677         * gst/goom/motif_goom2.h:
4678           As hinted in Bug #518213, revert one change and fix warnings properly.
4679           This fixes both #518213 and #520073 for me.     
4680
4681 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
4682
4683         * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
4684         * gst/matroska/matroska-demux.c:
4685         (gst_matroska_demux_handle_seek_event),
4686         (gst_matroska_demux_parse_contents_seekentry),
4687         (gst_matroska_demux_loop):
4688         Fix the Forte build by making function declaration signatures
4689         match the implementations.
4690
4691 2008-04-08  Tim-Philipp Müller  <tim at centricular dot net>
4692
4693         * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
4694         * sys/oss/gstosssink.c: (gst_oss_sink_reset):
4695         * sys/oss/gstosssrc.c: (gst_oss_src_reset):
4696           More logging when probing (see #518474), some comments in _reset().
4697
4698 2008-04-07  Julien Moutte  <julien@fluendo.com>
4699
4700         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
4701         because of a bad argument number.
4702
4703 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
4704
4705         * tests/icles/.cvsignore:
4706         * tests/icles/Makefile.am:
4707         * tests/icles/gdkpixbufsink-test.c:
4708           Interactive test app for gdkpixbufsink.
4709
4710 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
4711
4712         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
4713
4714         * configure.ac:
4715         Actually build dlls when cross-compiling with mingw32.
4716         Fixes bug #526247.
4717
4718 2008-04-05  Tim-Philipp Müller  <tim at centricular dot net>
4719
4720         * ext/hal/hal.c: (gst_hal_get_alsa_element):
4721           Don't munge device string to 'default:x' for capture devices.
4722           Fixes #525833.
4723
4724 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
4725
4726         * ext/wavpack/gstwavpackparse.c:
4727         (gst_wavpack_parse_index_entry_free):
4728         Always use GSlice as we actually depend on GLib 2.12 already.
4729
4730 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
4731
4732         * configure.ac:
4733           Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
4734           Also bump the GLib requirement to the current de-facto requirement
4735           (ie. 2.12).
4736
4737 2008-04-04  Wim Taymans  <wim.taymans@collabora.co.uk>
4738
4739         * gst/rtp/gstrtph264pay.c: (encode_base64),
4740         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
4741         * gst/rtp/gstrtph264pay.h:
4742         Parse codec_data for future AVC compatibility.
4743         Fail when we encounter AVC data for now.
4744
4745 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
4746
4747         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
4748           (gst_spectrum_init), (gst_spectrum_set_property),
4749           (gst_spectrum_get_property), (gst_spectrum_message_new):
4750           Rename property enums and default defines for the properties to match
4751           the property names and rephrase property descriptions to make them a
4752           bit clearer (hopefully). See #518188.
4753
4754 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
4755
4756         * tests/check/Makefile.am:
4757         * tests/check/elements/.cvsignore:
4758         * tests/check/elements/gdkpixbufsink.c:
4759           Add unit test for gdkpixbufsink element.
4760
4761 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
4762
4763         * ext/gdk_pixbuf/Makefile.am:
4764         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
4765         * ext/gdk_pixbuf/gstgdkpixbufsink.c:
4766           (gst_gdk_pixbuf_sink_base_init),
4767           (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
4768           (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
4769           (gst_gdk_pixbuf_sink_set_caps),
4770           (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
4771           (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
4772           (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
4773           (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
4774           (gst_gdk_pixbuf_sink_get_property):
4775         * ext/gdk_pixbuf/gstgdkpixbufsink.h:
4776           Add gdkpixbufsink element for easy snapshotting (#525946).
4777
4778 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4779
4780         * tests/check/pipelines/wavpack.c: (wavpack_suite):
4781         Bump timeout from 3 to 60 seconds.
4782
4783 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4784
4785         * tests/check/pipelines/.cvignore:
4786         Remove useless file.
4787
4788         * tests/check/pipelines/.cvsignore:
4789         Add new test to .cvsignore.
4790
4791 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4792
4793         * tests/check/Makefile.am:
4794         * tests/check/pipelines/wavpack.c: (bus_handler),
4795         (identity_handoff), (fakesink_handoff), (GST_START_TEST),
4796         (wavpack_suite), (main):
4797         Add unit test that encodes and decodes some data, checks that it
4798         is still the same and that all timestamps/offsets are perfect.
4799
4800 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4801
4802         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
4803         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
4804         * ext/wavpack/gstwavpackparse.c:
4805         (gst_wavpack_parse_index_entry_new),
4806         (gst_wavpack_parse_index_entry_free),
4807         (gst_wavpack_parse_base_init),
4808         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
4809         Use GSlice for allocating index entries and use
4810         gst_element_class_set_details_simple().
4811
4812 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
4813
4814         Patch by: Brian Cameron <brian.cameron at sun dot com>
4815
4816         * sys/sunaudio/gstsunaudio.c:
4817         * sys/sunaudio/gstsunaudiomixer.c:
4818         * sys/sunaudio/gstsunaudiomixer.h:
4819         * sys/sunaudio/gstsunaudiomixerctrl.c:
4820         * sys/sunaudio/gstsunaudiomixerctrl.h:
4821         * sys/sunaudio/gstsunaudiomixertrack.c:
4822         * sys/sunaudio/gstsunaudiomixertrack.h:
4823         * sys/sunaudio/gstsunaudiosink.c:
4824         * sys/sunaudio/gstsunaudiosink.h:
4825         * sys/sunaudio/gstsunaudiosrc.c:
4826         * sys/sunaudio/gstsunaudiosrc.h:
4827           Fix up copyrights (#525860).
4828
4829 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
4830
4831         * gst/goom/goomsl.c: (gsl_read_file):
4832           Check return value of fread() to avoid compiler warnings.
4833
4834 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4835
4836         Based on patch by: Mersad Jelacic <mersad at axis dot com>
4837
4838         * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
4839         (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
4840         * gst/law/alaw-decode.h:
4841         * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
4842         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
4843         (gst_mulawdec_chain), (gst_mulawdec_change_state):
4844         * gst/law/mulaw-decode.h:
4845         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
4846         Make negotiation a bit modern.
4847         Use pad_alloc. Fixes #525359.
4848
4849 2008-03-31  David Schleef  <ds@schleef.org>
4850
4851         * gst/goom/xmmx.c: Fix constraints on asm code so that it
4852           compiles consistently.  Fixes #522278.
4853
4854 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
4855
4856         Patch by: Brian Cameron <brian.cameron at sun dot com>
4857
4858         * sys/sunaudio/gstsunaudiomixerctrl.c:
4859           (gst_sunaudiomixer_ctrl_get_volume),
4860           (gst_sunaudiomixer_ctrl_set_volume):
4861         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
4862           Fix up the mixer tracks to use a volume range of 0-255, which is what
4863           the sun audio API uses. This simplifies the code and avoids rounding
4864           errors. Fixes #524593.
4865
4866 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
4867
4868         * sys/v4l2/gstv4l2object.c:
4869         * sys/v4l2/gstv4l2object.h:
4870         Add device-fd property to make it possible to apps to call ioctl's.
4871
4872 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4873
4874         * gst/qtdemux/qtdemux.c: (next_entry_size):
4875         Unbreak streaming mode again.
4876
4877 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
4878
4879         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
4880           Remove superfluous DEBUG macro.
4881
4882 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
4883
4884         Based on patch by: William M. Brack <wbrack at mmm com hk>
4885
4886         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
4887           (gst_v4l2src_set_capture):
4888           Check whether the device supports setting the framerate before
4889           trying to set it and then posting a warning or error if it doesn't
4890           work (#516649, #520092). Also compare fractions more correctly.
4891
4892 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
4893
4894         * gst/goom/Makefile.am:
4895           Remove ppc assembler optimisations from the build until they
4896           actually build (they also seem to have GPL headers).
4897
4898 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
4899
4900         * m4/Makefile.am:
4901           Better not dist files that don't exist any longer (lrint*m4).
4902
4903 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4904
4905         * configure.ac:
4906         * m4/lrint.m4:
4907         * m4/lrintf.m4:
4908         Remove lrint/lrintf checks. We don't use it anywhere.
4909
4910 2008-03-18  Andy Wingo  <wingo@pobox.com>
4911
4912         * sys/osxvideo/osxvideosink.m
4913         (gst_osx_video_sink_osxwindow_destroy)
4914         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
4915         task, whoopdee.
4916         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
4917         2 ms.
4918
4919 2008-03-18  Andy Wingo  <wingo@pobox.com>
4920
4921         * sys/osxvideo/osxvideosink.m
4922         (gst_osx_video_sink_osxwindow_destroy)
4923         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
4924         task, whoopdee.
4925         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
4926         2 ms.
4927         
4928 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
4929
4930         Patch by: William M. Brack <wbrack at mmm com hk>
4931
4932         * sys/v4l2/v4l2src_calls.c:
4933           (gst_v4l2src_probe_caps_for_format_and_size),
4934           (gst_v4l2src_probe_caps_for_format):
4935           Make sure the probed frame sizes are reversed in the resulting
4936           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
4937           highest resolution first); also remove unused variable.
4938           (Partly fixes #520092)
4939
4940 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
4941
4942         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4943
4944         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4945         (gst_rtspsrc_finalize):
4946         Call WSAStartup() and WSACleanup before using the Winsock API.
4947         See #520808.
4948
4949 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4950
4951         * gst/avi/gstavidemux.c:
4952           Erm, the buffer-size is just guint, no need for the special format
4953           specifier.
4954
4955 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
4956
4957         * gst/goom/plugin_info.c:
4958         * gst/goom/ppc_zoom_ultimate.h:
4959           Small fixes to build more on PPC: ifdef out code that uses unknown
4960           define; add newline at end of header file to avoid compiler warning.
4961           Assembler code still doesn't build though.
4962
4963 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4964
4965         * gst/avi/gstavidemux.c:
4966           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
4967           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
4968
4969 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4970
4971         * gst/avi/gstavidemux.c:
4972           Chunksize is uint32. Fix format specifier.
4973
4974 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
4975
4976         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
4977         mistake. Return file to pure MIT text.
4978
4979 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
4980
4981         * gst/audiofx/audiofx.c:
4982         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
4983         of hardcoding values.
4984
4985 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
4986
4987         Patch by: Mark Nauwelaerts <manauw skynet be>
4988
4989         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
4990           (gst_oss_src_close):
4991         * sys/oss/gstosssrc.h:
4992           Cache probed caps, so _get_caps() during recording doesn't cause
4993           ioctl calls which may disrupt the recording (fixes #521875).
4994
4995 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4996
4997         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
4998         (gst_qtdemux_activate_segment),
4999         (gst_qtdemux_prepare_current_sample),
5000         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
5001         Make sure we always send a DISCONT after a seek by setting the sample
5002         index to an undefined value after a seek.
5003
5004 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5005
5006         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
5007           (GST_IS_AVI_SUBTITLE_CLASS):
5008           Fix up IS_FOO macros, which makes gtk-doc much happier.
5009
5010 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
5011
5012         * tests/icles/Makefile.am:
5013           Move the -lgstfoo where it belongs.
5014
5015 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5016
5017         * gst/matroska/ebml-ids.h:
5018         Add ID for EBML CRC32 elements.
5019
5020         * gst/matroska/Makefile.am:
5021         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
5022         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
5023         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
5024         (gst_ebml_read_header):
5025         Support reading 80bit floats, add finalize method to clean up
5026         in any case, support reading length/id elements with any length
5027         as long as it's smaller than our supported maximum, don't leak
5028         buffers if reading as much data as we wanted failed and some
5029         smaller cleanup.
5030
5031 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5032
5033         Patch by: Olivier Crete <tester at tester dot ca>
5034
5035         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
5036         Check that a buffer is large enough before reading from it.
5037         Fixes bug #521102.
5038         
5039 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5040
5041         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5042         Fix compilation after removing the GstPollMode from the
5043         constructor.
5044
5045 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5046
5047         * configure.ac:
5048         * gst/audiofx/Makefile.am:
5049         * gst/audiofx/audiochebband.c:
5050         * gst/audiofx/audiocheblimit.c:
5051         * gst/audiofx/math_compat.h:
5052         Check for sinh(), cosh() and asinh() and define our own
5053         implementations if they're not available. Fixes bug #520880.
5054
5055 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5056
5057         Patch by: Olivier Crete <tester at tester dot ca>
5058
5059         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
5060         Unref the buffers only once when handling not-negotiated errors.
5061         Fixes bug #520764.
5062
5063 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5064
5065         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5066
5067         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
5068         (gst_udpsrc_stop):
5069         Properly balance WSA_Cleanup with WSA_Startup.
5070         Also make the poll controllable on windows. Fixes #520888.
5071
5072 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
5073
5074         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
5075         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
5076         (gst_ebml_read_element_length), (gst_ebml_peek_id),
5077         (gst_ebml_read_skip), (gst_ebml_read_buffer),
5078         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
5079         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
5080         (gst_ebml_read_date), (gst_ebml_read_master),
5081         (gst_ebml_read_binary), (gst_ebml_read_header):
5082         * gst/matroska/ebml-read.h:
5083         * gst/matroska/matroska-demux.c:
5084         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
5085         (gst_matroska_demux_read_track_encodings),
5086         (gst_matroska_demux_add_stream),
5087         (gst_matroska_demux_handle_src_query),
5088         (gst_matroska_demux_handle_seek_event),
5089         (gst_matroska_demux_init_stream),
5090         (gst_matroska_demux_parse_tracks),
5091         (gst_matroska_demux_parse_index_cuetrack),
5092         (gst_matroska_demux_parse_index_pointentry),
5093         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
5094         (gst_matroska_demux_parse_metadata_id_simple_tag),
5095         (gst_matroska_demux_parse_metadata_id_tag),
5096         (gst_matroska_demux_parse_metadata),
5097         (gst_matroska_demux_sync_streams),
5098         (gst_matroska_demux_push_hdr_buf),
5099         (gst_matroska_demux_push_flac_codec_priv_data),
5100         (gst_matroska_demux_push_xiph_codec_priv_data),
5101         (gst_matroska_demux_add_wvpk_header),
5102         (gst_matroska_demux_check_subtitle_buffer),
5103         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
5104         (gst_matroska_demux_parse_cluster),
5105         (gst_matroska_demux_parse_contents_seekentry),
5106         (gst_matroska_demux_parse_contents),
5107         (gst_matroska_demux_loop_stream_parse_id),
5108         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
5109         * gst/matroska/matroska-demux.h:
5110         * gst/matroska/matroska-ids.h:
5111         Handle return values from pull_range in a more granular way to properly
5112         shut down on seeks.
5113         Combine return values from push.
5114         Implement proper error handling.
5115         Prepare for handling seeking correctly.
5116
5117 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
5118
5119         * gst/matroska/ebml-read.c:
5120         Use GINT64 formatting constants from GLIB.
5121
5122         * gst/matroska/matroska-demux.c:
5123         Add some guards to avoid a possible division by 0 and crashing
5124         with NULL events on some systems.
5125         Use gst_gdouble_to_guint64 somewhere instead of an implicit
5126         conversion. 
5127
5128         * gst/matroska/matroska-mux.c:
5129         Check for invalid timestamps in a bunch of places to avoid
5130         writing bogus durations into the output file.
5131         Fix some double<->gint64 conversions that weren't using
5132         gst_guint64_to_gdouble
5133
5134 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5135
5136         * configure.ac:
5137         Move the checks for bison, flex and as to the program section and the
5138         check for gcc inline asm to the compiler characteristics section.
5139
5140 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5141
5142         * configure.ac:
5143         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
5144         plug-ins are included/excluded. (#498222)
5145
5146 2008-02-29  Michael Smith <msmith@fluendo.com>
5147
5148         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
5149           Don't call gst_object_sync_values() unless we have a valid timestamp.
5150
5151 2008-02-28  David Schleef  <ds@schleef.org>
5152
5153         * gst/matroska/matroska-demux.c:
5154         * gst/matroska/matroska-ids.h:
5155         * gst/matroska/matroska-mux.c:
5156           Fix Dirac mapping.  I had previously added a VfW-type
5157           mapping, but it looks like Dirac will get a native Matroska
5158           mapping, and this is the most likely method.
5159
5160 2008-02-28  David Schleef  <ds@schleef.org>
5161
5162         * gst/avi/gstavimux.c: Add Dirac encoding
5163
5164 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5165
5166         Patch by: Peter Kjellerstedt <pkj at axis com>
5167
5168         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
5169         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
5170         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
5171         * gst/udp/gstudpsrc.h:
5172         Port to GstPoll. See #505417.
5173
5174 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
5175
5176         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
5177         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
5178         yet on the srcpad. We need rate and channels before we
5179         can do any processing. Fixes bug #519088.
5180
5181 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
5182
5183         * configure.ac:
5184         Detect and indicate if GCC inline assembly syntax is
5185         available.
5186
5187         * gst/goom/Makefile.am:
5188         * gst/goom/convolve_fx.c:
5189         * gst/goom/flying_stars_fx.c:
5190         * gst/goom/goom_config.h:
5191         * gst/goom/goom_core.c:
5192         * gst/goom/goomsl.c:
5193         * gst/goom/ifs.c:
5194         * gst/goom/mmx.c:
5195         * gst/goom/plugin_info.c:
5196         * gst/goom/xmmx.c:
5197         Fix various GCC-isms, and only build the inline assembly
5198         with compilers that support GCC inline assembly.
5199
5200         Fix a couple of other warnings shown with Forte.
5201
5202 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
5203
5204         * gst/goom/xmmx.c:
5205           Use 'emms' instead of 'femms' to not crash on cpus that do not
5206           implement this 3dnow specific instruction.
5207
5208 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5209
5210         * gst/goom/plugin_info.c: (setOptimizedMethods):
5211         Use extended MMX for draw_line() too if available, not only
5212         normal MMX.
5213
5214 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5215
5216         * ext/jpeg/gstjpeg.c: (plugin_init):
5217         Remove (commented out) smoke typefinder. This is in base now.
5218
5219 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
5220
5221         * gst/goom2k1/Makefile.am:
5222         * gst/goom2k1/gstgoom.c:
5223
5224         Rename the installed library, and don't register the same 
5225         GType name as the new goom.
5226
5227 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5228
5229         * configure.ac:
5230         * ext/taglib/Makefile.am:
5231           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
5232           when building C++ code (#516509).
5233
5234 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5235
5236         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
5237         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
5238           (setOptimizedMethods):
5239           Call oil_init(), otherwise oil_get_cpu_flags() won't return
5240           anything useful. Export goom debug category so we can get
5241           rid of the VERBOSE define and the printfs.
5242
5243 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5244
5245         * gst/goom/goomsl_heap.c: (align_it):
5246         * gst/goom/plugin_info.c: (setOptimizedMethods):
5247           Compile fixes for x86-64.
5248
5249 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5250
5251         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
5252         with warnings, but add other CFLAGS
5253
5254         * gst/goom/goomsl.c (gsl_instr_set_namespace),
5255         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
5256         (calculate_labels), (gsl_read_file):
5257         * gst/goom/goomsl_lex.l:
5258         * gst/goom/goomsl_yacc.y:
5259         * gst/goom/plugin_info.c: Remove a few live printf, and
5260         fprintf, replace exit() calls with g_assert_not_reached()
5261         if it not optimal for a library
5262
5263 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5264
5265         * gst/goom/Makefile.am: Remove the warnings being disabled,
5266         fix linkage on x86, spotted by Sebastian Dröge
5267         <slomo@circular-chaos.org>
5268
5269         * gst/goom/convolve_fx.c (convolve_init),
5270         (create_output_with_brightness), (convolve_apply):
5271         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
5272         * gst/goom/goomsl.c:
5273         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
5274         * gst/goom/plugin_info.c:
5275         * gst/goom/tentacle3d.c (tentacle_fx_create):
5276         Fix warnings, and disable the motifs in the convolve_fx
5277         plugin (they were causing warnings, and they were just
5278         "Goom" in funny letterring)
5279
5280 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5281
5282         * configure.ac: Add checks for Flex/Yacc/Bison and other
5283         furry animals, for the new goom 2k4 based plugin
5284
5285         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
5286         CPU optimisations (not working yet), move the old plugin to...
5287
5288         * gst/goom2k1/*: ... here, in case somebody is sick enough
5289
5290         Fixes #515073
5291
5292 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5293
5294         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
5295         Post the server response code in an error message instead of a generic
5296         'error' message. Fixes #517237.
5297
5298 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5299
5300         * tests/check/Makefile.am:
5301         Ignore gconfaudiosrc for the states unit test too. It will fallback
5302         to alsasrc if the gconf settings can't be read and not everybody has
5303         alsa.
5304
5305 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5306
5307         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
5308         (gst_wavpack_parse_create_src_pad):
5309         * ext/wavpack/gstwavpackparse.h:
5310         Always report the duration if we know it in push mode and don't
5311         return 0 just to make totem believe we can't seek in push mode.
5312         Newer totem version use the SEEKING query which properly reports
5313         if we can seek or not.
5314
5315 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5316
5317         Patch by: Jens Granseuer <jensgr at gmx dot net>
5318
5319         * tests/examples/equalizer/demo.c: (main):
5320         C89 fix, moving variable declarations to the beginning of
5321         the block. Fixes bug #517933.
5322
5323 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
5324
5325         * configure.ac:
5326         Back to development...
5327
5328 === release 0.10.7 ===
5329
5330 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
5331
5332         * configure.ac:
5333           releasing 0.10.7, "Red Door Black"
5334
5335 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
5336
5337         * gst/alpha/Makefile.am:
5338         Link alpha plugin with libgstbase. Fixes bug #517386.
5339
5340 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5341
5342         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
5343         Init values to -1 instead of the default 0 value.
5344         Fixes #516524.
5345
5346 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
5347
5348         * tests/examples/spectrum/spectrum-example.c:
5349         Add missing include to fix compilation when libxml usage is disabled.
5350         Fixes: #516371
5351
5352 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5353
5354         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
5355         fixes: #514889
5356
5357         * gst/rtp/gstrtph264pay.c:
5358         * gst/rtp/gstrtpmp4gdepay.c:
5359         * gst/rtp/gstrtpmp4gpay.c:
5360         * gst/rtp/gstrtpmp4gpay.h:
5361         * gst/rtp/gstrtptheorapay.c:
5362         * gst/rtp/gstrtpvorbispay.c:
5363
5364         Fix various leaks shown up in valgrind
5365         - free sprops and buffer in error cases in H264 payloader
5366         - fix leak in mp4g depayloader when construction the caps
5367         - don't leak config string in the mp4g payloader
5368         - don't leak buffers and headers in theora and vorbis payloaders
5369
5370         * tests/check/elements/rtp-payloading.c:
5371
5372         Fix the RTP data test
5373         - Actually send valid amr data to the payloader instead of 20
5374         zero-bytes
5375         - The mp4g payloader expects codec_data on the caps
5376
5377 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
5378
5379         * win32/MANIFEST:
5380         Add libgstpng.dsp to MANIFEST.
5381         * win32/vs6/libgstaudiofx.dsp:
5382         Add new source files to VS project file.
5383
5384 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5385
5386         * sys/ximage/gstximagesrc.c:
5387         Initialise variables when opening the X display rather
5388         than in _start(), as the display can be opened before that.
5389
5390         Fixes: #515985
5391
5392 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5393
5394         * sys/directdraw/gstdirectdrawsink.c:
5395         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
5396         (gst_directdraw_sink_finalize):
5397         Properly chain up finalize functions. Fixes bug #515980.
5398
5399 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5400
5401         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
5402         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
5403         (gst_v4l2_buffer_pool_class_init):
5404         Chain up the finalize functions. Fixes bug #515984.
5405
5406 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5407
5408         * sys/ximage/ximageutil.c:
5409         Chain up in the finalize function for our custom
5410         buffer sub-class.
5411         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
5412         Fixes: #515706
5413
5414 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5415
5416         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
5417         (gst_fenced_buffer_class_init):
5418         Properly chain up finalize method. Fixes bug #515979.
5419
5420 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5421
5422         * sys/ximage/gstximagesrc.c:
5423         Free allocated Damage memory before closing our connection to the
5424         X server. Partially fixes: #515706
5425
5426 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5427
5428         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
5429         * tests/check/Makefile.am:
5430         * tests/check/gst-plugins-good.supp:
5431         Add a few libjpeg suppressions and initialize a variable to
5432         make smokeenc valgrind clean. Fixes bug #515701.
5433
5434 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
5435
5436         * gst/avi/gstavidemux.c:
5437         Revert patch which sends timestamps only on keyframes, as it
5438         breaks playback with current gst-ffmpeg.
5439
5440         Fixes: #515562
5441
5442 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5443
5444         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5445         * tests/check/elements/multifile.c: (GST_START_TEST):
5446         Close some memory leaks spotted by the unit test. Fixes bug #515697.
5447
5448 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5449
5450         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
5451         Use and unset the GError when pipeline creation fails instead of
5452         simply leaking it. Fixes bug #515704.
5453
5454 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
5455
5456         * gst/audiofx/audioamplify.c:
5457         * gst/audiofx/audiochebband.c:
5458         * gst/audiofx/audiocheblimit.c:
5459         * gst/audiofx/audiodynamic.c:
5460         * gst/audiofx/audioinvert.c:
5461         * gst/audiofx/audiopanorama.c:
5462         * gst/audiofx/audiowsincband.c:
5463         * gst/audiofx/audiowsinclimit.c:
5464         Fix long description of audiofx elements. Fixes bug #515457.
5465
5466 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5467
5468         * docs/plugins/Makefile.am:
5469         * gst/spectrum/gstspectrum.c:
5470         * tests/examples/spectrum/.cvsignore:
5471         * tests/examples/spectrum/Makefile.am:
5472         * tests/examples/spectrum/spectrum-example.c:
5473
5474         Add a simple example application for the spectrum element, include it
5475         in the docs, and fix some documentation ambiguities.
5476
5477         Fixes: #348085
5478
5479 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5480
5481         * gst/equalizer/Makefile.am:
5482         * gst/spectrum/Makefile.am:
5483         Fix includes order
5484
5485         * tests/check/Makefile.am:
5486         Exclude v4l2src from the states test - it takes too long to start.
5487
5488         * tests/check/elements/spectrum.c:
5489         Make the test run properly with CK_FORK=no
5490
5491 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
5492
5493         * gst/audiofix/Makefile.am: add missing header files 
5494
5495 2008-02-08  Julien Moutte  <julien@fluendo.com>
5496
5497         * gst/matroska/matroska-demux.c:
5498         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
5499         keyframe and delta units correctly when dealign with a BlockGroup.
5500         Fixes: #514397
5501
5502 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5503
5504         * tests/check/elements/.cvsignore:
5505         Spell the new tests correctly in .cvsignore
5506
5507 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5508
5509         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5510           Need to use gsize here for the size, fixes compiler warning.
5511
5512         * tests/examples/equalizer/.cvsignore:
5513         * tests/examples/equalizer/Makefile.am:
5514         * tests/examples/spectrum/.cvsignore:
5515         * tests/examples/spectrum/Makefile.am:
5516           Add missing files to fix the build.
5517
5518 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5519
5520         * configure.ac:
5521         * docs/plugins/Makefile.am:
5522         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5523         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5524         * docs/plugins/gst-plugins-good-plugins.args:
5525         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5526         * docs/plugins/inspect/plugin-multifile.xml:
5527         * tests/check/Makefile.am:
5528         * tests/check/elements/.cvsignore:
5529
5530         Move multifile plugin from -bad.
5531         Fixes: #490283
5532
5533 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5534
5535         * configure.ac:
5536         * docs/plugins/Makefile.am:
5537         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5538         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5539         * docs/plugins/gst-plugins-good-plugins.args:
5540         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5541         * docs/plugins/inspect/plugin-spectrum.xml:
5542         * gst/spectrum/Makefile.am:
5543         * tests/check/Makefile.am:
5544         * tests/check/elements/.cvsignore:
5545         * tests/examples/Makefile.am:
5546
5547         Move spectrum plugin from -bad.
5548         Move examples into tests/examples/spectrum.
5549
5550 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5551
5552         * configure.ac:
5553         * docs/plugins/Makefile.am:
5554         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5555         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5556         * docs/plugins/gst-plugins-good-plugins.args:
5557         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5558         * docs/plugins/gst-plugins-good-plugins.interfaces:
5559         * docs/plugins/inspect/plugin-equalizer.xml:
5560         * gst/equalizer/Makefile.am:
5561         * tests/check/Makefile.am:
5562         * tests/examples/Makefile.am:
5563         Move the equalizer plugin across from -bad
5564
5565         * tests/check/elements/.cvsignore:
5566         Add equalizer, audiosincwband and audiosincwlimit
5567
5568         * tests/check/elements/equalizer.c:
5569         Fix compiler warnings
5570
5571         Fixes: #415627
5572
5573 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5574
5575         * configure.ac:
5576         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
5577         are treated like releases and build without it.
5578
5579 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5580
5581         * docs/plugins/Makefile.am:
5582         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5583         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5584         * docs/plugins/gst-plugins-good-plugins.args:
5585         * docs/plugins/inspect/plugin-audiofx.xml:
5586         * gst/audiofx/Makefile.am:
5587         * gst/audiofx/audiofx.c:
5588         * gst/audiofx/audiowsincband.c:
5589         * gst/audiofx/audiowsincband.h:
5590         * gst/audiofx/audiowsinclimit.c:
5591         * gst/audiofx/audiowsinclimit.h:
5592         * tests/check/Makefile.am:
5593         * tests/check/elements/audiowsincband.c:
5594         * tests/check/elements/audiowsinclimit.c:
5595
5596         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
5597         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
5598         respectively.
5599
5600         Fixes: #467666
5601
5602 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5603
5604         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
5605         * tests/check/elements/icydemux.c:
5606           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
5607           caps, and add a somewhat useful debug message. Plus test.
5608
5609 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
5610
5611         * gst/rtsp/gstrtspsrc.c:
5612         Include unistd.h only if HAVE_UNISTD_H is defined
5613         * win32/common/config.h.in:
5614         * win32/common/config.h:
5615         Define socklen_t as it seems it's not defined in default 
5616         Visual Studio headers.
5617         * win32/vs6/libgstalpha.dsp:
5618         * win32/vs6/libgstapetag.dsp:
5619         * win32/vs6/libgstavi.dsp:
5620         * win32/vs6/libgstrtp.dsp:
5621         * win32/vs6/libgstrtsp.dsp:
5622         * win32/vs6/libgstvideomixer.dsp:
5623         Update project file dependencies and add new source files       
5624
5625 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
5626
5627         Patch by: Bjarne Rosengren <bjarne at axis dot com>
5628
5629         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
5630         Don't leak buffers when we don't push them downstream.
5631         Fixes bug #514965.
5632
5633 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5634
5635         * configure.ac:
5636           Bump requirements to (good) released versions to avoid
5637           confusion and make implicit core requirement explicit.
5638
5639 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
5640
5641         * docs/plugins/Makefile.am:
5642         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5643         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5644         * docs/plugins/gst-plugins-good-plugins.args:
5645         * docs/plugins/inspect/plugin-audiofx.xml:
5646         * gst/audiofx/Makefile.am:
5647         * gst/audiofx/audiochebband.c:
5648         * gst/audiofx/audiochebband.h:
5649         * gst/audiofx/audiocheblimit.c:
5650         * gst/audiofx/audiocheblimit.h:
5651         * gst/audiofx/audiochebyshevfreqband.c:
5652         * gst/audiofx/audiochebyshevfreqband.h:
5653         * gst/audiofx/audiochebyshevfreqlimit.c:
5654         * gst/audiofx/audiochebyshevfreqlimit.h:
5655         * gst/audiofx/audiofx.c:
5656         * tests/check/Makefile.am:
5657         * tests/check/elements/.cvsignore:
5658         * tests/check/elements/audiochebband.c:
5659         * tests/check/elements/audiocheblimit.c:
5660         * tests/check/elements/audiochebyshevfreqband.c:
5661         * tests/check/elements/audiochebyshevfreqlimit.c:
5662
5663         Rename audiochebyshevfreqband -> audiochebband and
5664         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
5665         surgery.
5666
5667         Closes: #491811
5668
5669 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
5670
5671         Patch by: Orjan Friberg <orjanf at axis dot com>
5672
5673         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
5674         Fix caps memory leak. Fixes #514573.
5675
5676 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
5677
5678         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
5679         If there's no entries in the subindex, don't try to do anything stupid,
5680         just return.
5681
5682 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5683
5684         Patch by: John Millikin <jmillikin at gmail dot com>
5685
5686         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
5687           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
5688           Fix extraction of picture blocks with newer libflac versions again:
5689           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
5690
5691 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5692
5693         * tests/check/Makefile.am:
5694           Add rtp-payloading test to VALGRIND_TO_FIX.
5695
5696         * tests/check/elements/rtp-payloading.c:
5697           Add semicolons after GST_TEST_END so gst-indent gets the
5698           formatting right; make test less verbose in general, but
5699           more verbose in the error case (which should probably
5700           make the test fail anyway).
5701
5702 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
5703
5704         * docs/plugins/Makefile.am:
5705         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5706         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5707         * gst/avi/gstavisubtitle.c:
5708         Add documentation for avisubtitle and change class to
5709         Codec/Parser/Subtitle
5710
5711 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
5712
5713         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
5714         Treat ENOTTY (driver does not implement ioctl) the same as
5715         EINVAL since it implies there are no available standards.
5716
5717         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
5718         (gst_v4l2src_get_nearest_size):
5719         Replace gst_v4l2src_get_size_limits with 2 calls to new function
5720         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
5721         probe if the driver does not support VIDIOC_TRY_FMT for whatever
5722         reason, and if we aren't yet actively capturing.
5723
5724         * sys/v4l2/v4l2src_calls.h:
5725         Remove replaced function declaration.
5726
5727 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
5728
5729         * configure.ac:
5730         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
5731         API.
5732
5733 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
5734
5735         * configure.ac:
5736         Fix typo.
5737
5738 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5739
5740         * gst/alpha/Makefile.am:
5741         * gst/alpha/gstalpha.c:
5742
5743         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
5744         some stuff, and making buffer-alloc and resizing work automatically.
5745         No longer crashes on odd frame widths and heights, although there
5746         seems to be a disagreement with ffmpegcolorspace about what size
5747         an AYUV frame with odd height should be.
5748
5749 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
5750
5751         Patch by: Alessandro Decina <alessandro at nnva dot org>
5752
5753         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
5754         * ext/libpng/gstpngenc.h:
5755         Preallocate the output buffer so that g_memdup() and
5756         gst_buffer_merge() aren't needed anymore. This greatly improves
5757         performances and fixes #512544.
5758
5759 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
5760
5761         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
5762         (gst_avi_demux_stream_data):
5763         GStreamer timestamps are PTS values while AVI only knows about DTS
5764         timestamps. Make sure we only copy the DTS as the buffer timestamp when
5765         we are dealing with a key frame.
5766
5767 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
5768
5769         * tests/check/Makefile.am:
5770         * tests/check/elements/.cvsignore:
5771         * tests/check/elements/rtp-payloading.c:
5772           Add add testsuite for the rtp-payloader that tries simulating
5773           dataflow. Needs more test data.
5774
5775 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
5776
5777         * tests/check/elements/alphacolor.c:
5778           Remove two unused variables.
5779
5780 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
5781
5782         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
5783           Use g_ascii_strtoll() instead of atoll, which is only
5784           available in C99.
5785
5786 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
5787
5788         * gst/rtp/Makefile.am:
5789         * gst/rtp/gstrtp.c:
5790         * gst/rtp/gstrtpmpvpay.c:
5791         * gst/rtp/gstrtpmpvpay.h:
5792         Add MPEG2 video payloader
5793
5794 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
5795
5796         * gst/level/gstlevel.c:
5797         Use #include <math.h> instead of #include "math.h".
5798
5799 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
5800
5801         * tests/check/Makefile.am:
5802         Fix up some CFLAGS sets.
5803         Don't include gconfvideosrc in the states test.
5804
5805         * tests/check/elements/autodetect.c: (GST_START_TEST):
5806         Add some error strings to fail_unless arguments to fix some weird
5807         compiler errors on Solaris.
5808
5809 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
5810
5811         * configure.ac:
5812         Detect video4linux headers on Solaris too.
5813         * sys/v4l2/gstv4l2colorbalance.h:
5814         * sys/v4l2/gstv4l2object.h:
5815         * sys/v4l2/v4l2_calls.c:
5816         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
5817         (gst_v4l2_buffer_new):
5818
5819         Make v4l2 build on Solaris.
5820         Patch by: Brian Cameron  <brian.cameron at sun dot com>
5821         Fixes: #510505
5822
5823 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
5824
5825         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5826           Update list from (still local) scanning script.
5827
5828 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
5829
5830         Based on a patch by:
5831             Victor STINNER <victor dot stinner at haypocalc dot com>
5832
5833         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
5834         Set variable to NULL after freeing it to prevent double frees
5835         or make failures by another use of it afterwards more obvious
5836         and fix use of it after the freeing. Fixes bug #510592.
5837
5838 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
5839
5840         * gst/udp/gstmultiudpsink.c:
5841         use GST_WARNING for logging
5842
5843 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
5844
5845         * gst/udp/gstmultiudpsink.c:
5846         Don't try to leave a multicast group with an invalid socket
5847
5848 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
5849
5850         * ext/flac/gstflacdec.c:
5851           Fix compilation against flac 1.1.2 (as on debian stable), where
5852           the picture metadata defines and structs don't exist yet.
5853           Fixes #509301.
5854
5855 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5856
5857         Patch by: Olivier Crete <tester at tester dot ca>
5858
5859         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
5860         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
5861         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
5862         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
5863         * gst/udp/gstmultiudpsink.h:
5864         Add property to automatically join a multicast group or not. This can be
5865         useful when sharing a socket between multiple elements.
5866         Fixes #509531.
5867
5868 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5869
5870         * gst/videomixer/Makefile.am:
5871           Add controller flags.
5872
5873 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5874
5875         * gst/videomixer/videomixer.c:
5876           Also commit the missing gst_object_sync_values().
5877
5878 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5879
5880         * docs/plugins/Makefile.am:
5881           Remove duplicate entry.
5882
5883 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5884
5885         * docs/plugins/Makefile.am:
5886         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5887         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5888         * docs/plugins/inspect/plugin-gamma.xml:
5889         * docs/plugins/inspect/plugin-monoscope.xml:
5890         * docs/plugins/inspect/plugin-video4linux2.xml:
5891           Add 3 more plugins to docs.
5892
5893 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5894
5895         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5896         * sys/osxvideo/osxvideosink.h:
5897           Revert previous change caused by a file that got stuck on an old
5898           revision.
5899
5900 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5901
5902         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5903         * gst/multipart/Makefile.am:
5904         * gst/multipart/multipartdemux.c:
5905         * gst/multipart/multipartdemux.h:
5906         * gst/multipart/multipartmux.c:
5907         * gst/multipart/multipartmux.h:
5908           Re-add multipartdemux to the docs. Last round of section cleanup.
5909
5910 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5911
5912         * docs/plugins/Makefile.am:
5913         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5914         * sys/osxaudio/gstosxaudiosink.h:
5915         * sys/osxvideo/osxvideosink.h:
5916           Managed to resolve most unused declarations. Filed a bug for one left.          
5917
5918 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5919
5920         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5921           Cleanup section file.
5922
5923 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5924
5925         * docs/plugins/Makefile.am:
5926         * docs/plugins/gst-plugins-good-plugins.args:
5927         * docs/plugins/gst-plugins-good-plugins.signals:
5928         * docs/plugins/inspect/plugin-alaw.xml:
5929         * docs/plugins/inspect/plugin-alpha.xml:
5930         * docs/plugins/inspect/plugin-alphacolor.xml:
5931         * docs/plugins/inspect/plugin-annodex.xml:
5932         * docs/plugins/inspect/plugin-apetag.xml:
5933         * docs/plugins/inspect/plugin-audiofx.xml:
5934         * docs/plugins/inspect/plugin-auparse.xml:
5935         * docs/plugins/inspect/plugin-autodetect.xml:
5936         * docs/plugins/inspect/plugin-avi.xml:
5937         * docs/plugins/inspect/plugin-cairo.xml:
5938         * docs/plugins/inspect/plugin-cdio.xml:
5939         * docs/plugins/inspect/plugin-cutter.xml:
5940         * docs/plugins/inspect/plugin-debug.xml:
5941         * docs/plugins/inspect/plugin-dv.xml:
5942         * docs/plugins/inspect/plugin-efence.xml:
5943         * docs/plugins/inspect/plugin-effectv.xml:
5944         * docs/plugins/inspect/plugin-flac.xml:
5945         * docs/plugins/inspect/plugin-flxdec.xml:
5946         * docs/plugins/inspect/plugin-gconfelements.xml:
5947         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
5948         * docs/plugins/inspect/plugin-goom.xml:
5949         * docs/plugins/inspect/plugin-halelements.xml:
5950         * docs/plugins/inspect/plugin-icydemux.xml:
5951         * docs/plugins/inspect/plugin-id3demux.xml:
5952         * docs/plugins/inspect/plugin-jpeg.xml:
5953         * docs/plugins/inspect/plugin-ladspa.xml:
5954         * docs/plugins/inspect/plugin-level.xml:
5955         * docs/plugins/inspect/plugin-matroska.xml:
5956         * docs/plugins/inspect/plugin-mulaw.xml:
5957         * docs/plugins/inspect/plugin-multipart.xml:
5958         * docs/plugins/inspect/plugin-navigationtest.xml:
5959         * docs/plugins/inspect/plugin-png.xml:
5960         * docs/plugins/inspect/plugin-quicktime.xml:
5961         * docs/plugins/inspect/plugin-rtp.xml:
5962         * docs/plugins/inspect/plugin-rtsp.xml:
5963         * docs/plugins/inspect/plugin-shout2send.xml:
5964         * docs/plugins/inspect/plugin-smpte.xml:
5965         * docs/plugins/inspect/plugin-speex.xml:
5966         * docs/plugins/inspect/plugin-taglib.xml:
5967         * docs/plugins/inspect/plugin-udp.xml:
5968         * docs/plugins/inspect/plugin-videobalance.xml:
5969         * docs/plugins/inspect/plugin-videobox.xml:
5970         * docs/plugins/inspect/plugin-videocrop.xml:
5971         * docs/plugins/inspect/plugin-videoflip.xml:
5972         * docs/plugins/inspect/plugin-videomixer.xml:
5973         * docs/plugins/inspect/plugin-wavenc.xml:
5974         * docs/plugins/inspect/plugin-wavpack.xml:
5975         * docs/plugins/inspect/plugin-wavparse.xml:
5976           Update plugin docs.
5977
5978         * gst/videomixer/Makefile.am:
5979         * gst/videomixer/videomixer.c:
5980         * gst/videomixer/videomixer.h:
5981         * gst/videomixer/videomixerpad.h:
5982           Split out header to fix warnings from the doc-build.
5983
5984 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5985
5986         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
5987
5988         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
5989         Use atoll to parse the rtptime with enough precision. Fixes #509329.
5990
5991 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
5992
5993         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
5994         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
5995           Initialise variables to work around (false) 'foo might be used
5996           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
5997
5998 2008-01-11  David Schleef  <ds@schleef.org>
5999
6000         * docs/plugins/.cvsignore:
6001         * tests/check/pipelines/.cvsignore:
6002           Ignore more files for the buildbot.
6003
6004 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
6005
6006         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
6007         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
6008         Generate the image-type values correctly. Leave them out of the caps
6009         when outputting a "preview image" tag, since it only makes sense
6010         to have one of those - the type is irrelevant.
6011
6012         * sys/sunaudio/gstsunaudiomixerctrl.c:
6013         (gst_sunaudiomixer_ctrl_open):
6014         If we can, mark the mixer multiple open when we use it, in case
6015         (for some reason) the process wants to open it again elsewhere.
6016
6017 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6018
6019         Patch by: Olivier Crete <tester at tester dot ca>
6020
6021         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
6022         * gst/rtp/gstrtptheorapay.c:
6023         Fix the clock rate to 90000 as required by the RFC.
6024         Fixes #508644.
6025
6026 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6027
6028         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
6029           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
6030
6031 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
6032
6033         * autogen.sh:
6034           Add -Wno-portability to the automake parameters to stop warnings
6035           about GNU make extensions being used. We require GNU make in almost
6036           every Makefile anyway.
6037           
6038         * configure.ac:
6039           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
6040           at the same time is required for per target flags.
6041
6042 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6043
6044         * gst/videomixer/videomixer.c: (gst_videomixer_init):
6045         Fix error from my last commit.
6046
6047 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
6048
6049         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6050
6051         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
6052           Make sure the ISO 639-X language code in ID3v2 COMM frames
6053           is actually valid UTF-8 (or rather: ASCII), so we don't end
6054           up with non-UTF8 strings in tags if there's garbage in the
6055           language field. Also make sure the language code is always
6056           lower case. Fixes: #508291.
6057
6058 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6059
6060         * ChangeLog:
6061           Fix ChangeLog typo.
6062
6063 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6064
6065         * Makefile.am:
6066           Include lcov.mak to allow building coverage reports. Guard
6067           check-torture target like in the other packages.
6068
6069 2008-01-09  Sameer Naik  <sameer@damagehead.com>
6070
6071         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
6072
6073         * gst/videomixer/videomixer.c:
6074         (gst_videomixer_set_master_geometry), (_do_init),
6075         (gst_videomixer_child_proxy_get_child_by_index),
6076         (gst_videomixer_child_proxy_get_children_count),
6077         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
6078         (gst_videomixer_init), (gst_videomixer_request_new_pad),
6079         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
6080         Implement GstChildProxy interface.
6081         Send newsegment at the right moment
6082         Fixes #488879
6083
6084 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6085
6086         * gst/alpha/Makefile.am:
6087         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
6088         (gst_alpha_sink_event), (gst_alpha_chain),
6089         (gst_alpha_change_state), (plugin_init):
6090         Make the various properties of 'alpha' controllable. This allows doing
6091         niceties like fade-in/fade-out.
6092
6093 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6094
6095         * gst/rtp/gstasteriskh263.c:
6096         * gst/rtp/gstrtpL16depay.c:
6097         * gst/rtp/gstrtpac3depay.c:
6098         * gst/rtp/gstrtpamrpay.c:
6099         * gst/rtp/gstrtpdepay.c:
6100         * gst/rtp/gstrtpgsmdepay.c:
6101         * gst/rtp/gstrtph263depay.c:
6102         * gst/rtp/gstrtph263pdepay.c:
6103         * gst/rtp/gstrtph263ppay.c:
6104         * gst/rtp/gstrtph264depay.c:
6105         * gst/rtp/gstrtph264pay.c:
6106         * gst/rtp/gstrtpmp2tdepay.c:
6107         * gst/rtp/gstrtpmp4adepay.c:
6108         * gst/rtp/gstrtpmp4gdepay.c:
6109         * gst/rtp/gstrtpmp4gpay.c:
6110         * gst/rtp/gstrtpmp4vdepay.c:
6111         * gst/rtp/gstrtpmpadepay.c:
6112         * gst/rtp/gstrtpmpvdepay.c:
6113         * gst/rtp/gstrtpsv3vdepay.c:
6114         * gst/rtp/gstrtptheoradepay.c:
6115         * gst/rtp/gstrtptheorapay.c:
6116         * gst/rtp/gstrtpvorbisdepay.c:
6117         * gst/rtp/gstrtpvorbispay.c:
6118           Remove copy/paste unused code (property setters and getter) found by
6119           the coverage suite (yay, saves ~20k on disk).
6120
6121 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6122
6123         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
6124           (videosink_templ):
6125           Also fix up pad templates to indicate that image/jpeg doesn't
6126           absolutely require the framerate property to be set (#504081).
6127
6128 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6129
6130         Based on patch by: Wouter Cloetens  <wouter at mind be>
6131
6132         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
6133           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6134           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
6135         * gst/matroska/matroska-mux.h:
6136           Keep track of first and last timestamps for each incoming stream,
6137           so we can calculate the total duration for live sources and other
6138           input where we can't query the duration from the start or where
6139           there's no constant framerate from which we can deduce the
6140           duration; also use calculated/observed duration if it is bigger
6141           than the previously queried duration. Furthermore, use
6142           gst_pad_query_peer_duration() and take into account that it may
6143           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
6144           screws up comparisons when using unsigned integers. Fixes #504081.
6145
6146 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
6147
6148         * configure.ac:
6149         * gst/audiofx/audioamplify.c:
6150         (gst_audio_amplify_clipping_method_get_type),
6151         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
6152         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
6153         (gst_audio_dynamic_transform_ip):
6154         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
6155         (gst_audio_invert_transform_ip):
6156         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6157         (gst_audio_panorama_transform):
6158         * gst/level/gstlevel.c: (gst_level_init):
6159         Make elements GST_BUFFER_FLAG_GAP aware and call
6160         gst_base_transform_set_gap_aware for this.
6161         Bump core requirement to CVS.
6162         
6163         * gst/audiofx/audiochebyshevfreqband.c:
6164         (gst_audio_chebyshev_freq_band_transform_ip):
6165         * gst/audiofx/audiochebyshevfreqlimit.c:
6166         (gst_audio_chebyshev_freq_limit_transform_ip):
6167         Also sync GObject properties to the controller if operating
6168         in passthrough mode.
6169
6170 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
6171
6172         * sys/directdraw/gstdirectdrawsink.c:
6173           (gst_directdraw_sink_window_thread):
6174           FALSE is not a gpointer.
6175
6176 2008-01-05  Julien Moutte  <julien@fluendo.com>
6177
6178         * sys/directdraw/gstdirectdrawsink.c:
6179         (gst_directdraw_sink_set_window_id),
6180         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
6181         (gst_directdraw_sink_buffer_alloc),
6182         (gst_directdraw_sink_draw_borders),
6183         (gst_directdraw_sink_show_frame),
6184         (gst_directdraw_sink_setup_ddraw),
6185         (gst_directdraw_sink_window_thread),
6186         (gst_directdraw_sink_get_ddrawcaps),
6187         (gst_directdraw_sink_surface_create): Make sure we create our
6188         internal window only when we need it. That will give a chance to
6189         the application to get the prepare-xwindow-id bus message. Draw
6190         black borders when keeping aspect ratio. Handle the case where our
6191         rendering window disappears (closed or errors) like other sinks
6192         do. Various 80 columns fixes, improve state change order. That
6193         element could need some more love.
6194
6195 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
6196
6197         * ext/taglib/gstapev2mux.h:
6198         * ext/taglib/gstid3v2mux.h:
6199         Remove useless typedefs without new type name. Fixes a warning with
6200         gcc 4.3.
6201
6202 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
6203
6204         Patch by: John Millikin <jmillikin at gmail dot com>
6205
6206         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
6207         (gst_flac_dec_setup_stream_decoder),
6208         (gst_flac_normalize_picture_mime_type),
6209         (gst_flac_extract_picture_buffer),
6210         (gst_flac_dec_metadata_callback):
6211         Emit metadata messages when a PICTURE block is encountered.
6212         Fixes #506715.
6213
6214 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
6215
6216         * gst/avi/gstavi.c:
6217         increase rank because no known issues anymore ...
6218         * gst/avi/gstavisubtitle.c:
6219         send subtitle name to the srcpad
6220
6221 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
6222
6223         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
6224         * gst/rtsp/gstrtspsrc.h:
6225         Implement redirect for the DESCRIBE reply. Fixes #506025.
6226
6227 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
6228
6229         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
6230         Fix 'xyz may be used uninitialized' compiler warnings caused
6231         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
6232         abort() in any case but properly report the error.
6233
6234 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
6235
6236         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
6237         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
6238         * sys/ximage/gstximagesrc.c: (composite_pixel):
6239           Fix 'xyz may be used uninitialized' compiler warnings caused
6240           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
6241           not really nice to abort in any case). Fixes #505745.
6242
6243 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6244
6245         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
6246           Small unit test fix (has no practical impact at the moment,
6247           since we're only feeding utf8 and hence just create a sub-
6248           buffer for the output).
6249
6250 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
6251
6252         * gst/avi/gstavisubtitle.c:
6253         * tests/check/elements/avisubtitle.c:
6254         Add seeking support for avi subtitle
6255
6256 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6257
6258         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
6259         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
6260         (gst_flac_dec_write):
6261         * ext/flac/gstflacdec.h:
6262         Remove some unused vars.
6263         Do more cleanup of leftover events and tags.
6264         Output tags after the segment event. Fixes #504018.
6265
6266 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6267
6268         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
6269           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
6270           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
6271           Detect other UTF byte order markers and convert to UTF-8 as
6272           appropriate.
6273
6274 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6275
6276         * gst/avi/gstavisubtitle.c: (src_template),
6277           (gst_avi_subtitle_extract_utf8_file),
6278           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
6279           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
6280           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
6281         * gst/avi/gstavisubtitle.h:
6282           Refactor a bit; fix name extraction; don't assume all the data
6283           in the chunk is actually subtitle data, there may be padding at
6284           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
6285           file so it's there to send again after a seek (for future use).
6286
6287 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6288
6289         * gst/avi/Makefile.am:
6290         * gst/avi/gstavi.c:
6291         * gst/avi/gstavisubtitle.c:
6292         * gst/avi/gstavisubtitle.h:
6293         * tests/check/Makefile.am:
6294         * tests/check/elements/avisubtitle.c:
6295         * win32/common/config.h:
6296                 Add avi subtitle element for bug #442034. Need seeking support
6297                 and more support for character conversion.
6298
6299 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6300
6301         * Makefile.am:
6302           Include common/win32.mak for CRLF check of win32 project
6303           files (see #393626).
6304
6305         * win32/vs6/libgstpng.dsp:
6306           Fix line endings and do cvs admin -kb.
6307
6308 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
6309
6310         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
6311         Actually drop the buffers which are outside the currently configured
6312         segment instead of just emitting a WARNING.
6313
6314 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6315
6316         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
6317         (gst_flac_dec_write):
6318         * ext/flac/gstflacdec.h:
6319         Send segments from the streaming thread. Fixes #502187.
6320         Fix segment seeking and a bunch of other seeking cases.
6321
6322 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6323
6324         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
6325           Parse WOAF frames and put the result into GST_TAG_CONTACT,
6326           which is where it would end up if the same information was
6327           put in a vorbis comment (don't think it's worth adding a
6328           new URI tag for this). Fixes #488112.
6329
6330 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6331
6332         * configure.ac:
6333           We need core/base 0.10.15 or later.
6334
6335 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6336
6337         Patch by: Mark Nauwelaerts <manauw skynet be>
6338
6339         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
6340         Fix regression in stream numbering. Fixes #502655.
6341
6342 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6343
6344         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
6345
6346         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
6347         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
6348         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
6349         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
6350         (gst_rtp_h264_pay_handle_buffer):
6351         * gst/rtp/gstrtph264pay.h:
6352         Use higher performance start-code searching.
6353         Parse NALs and store SPS, PPS and profile in the caps so that they can
6354         be used in the SDP. Fixes #502814.
6355
6356 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6357
6358         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6359         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
6360           Init some structs to zero before we pass them to ioctl, which
6361           avoids valgrind warnings.  Also fix a small memory leak.
6362
6363 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6364
6365         Patch by: Wouter Cloetens <wouter at mind dot be>
6366
6367         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
6368         Copy timestamp from input to output. Not very perfect yet but better
6369         than nothing. Fixes #503023.
6370
6371 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6372
6373         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6374           Also print a useful error message with the old Wavpack API
6375           if possible.
6376
6377 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6378
6379         * ext/wavpack/gstwavpackdec.c:
6380           More build fixes for old libwavpack versions: include config.h so
6381           that WAVPACK_OLD_API is actually defined as detected; only use
6382           WavpackGetErrorMessage if it is available. This fixes the build
6383           on debian stable for me.
6384
6385 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6386
6387         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6388         * ext/wavpack/gstwavpackparse.c:
6389           (gst_wavpack_parse_create_src_pad):
6390           Workaround the non-existance of WavpackGetChannelMask in Wavpack
6391           versions below 4.40.0.
6392
6393 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6394
6395         * configure.ac:
6396           And now do it right for real...
6397
6398 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6399
6400         * configure.ac:
6401           Correctly reset $LIBS to not contain -lm.
6402
6403 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6404
6405         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
6406
6407         * configure.ac:
6408         * ext/cairo/gsttimeoverlay.c:
6409           (gst_cairo_time_overlay_print_smpte_time):
6410           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
6411           and checking for rint() and implementing it ourself if it doesn't
6412           exist. Fixes #497293.
6413
6414 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6415
6416         * configure.ac:
6417           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
6418
6419 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
6420
6421         * sys/oss/gstosshelper.c:
6422         Verify that the format returned after the ioctl is the one
6423         we requested. It is valid for the ioctl to succeed while
6424         substituting an alternate 'supported' sample format.
6425
6426 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
6427
6428         * sys/oss/gstossaudio.c: (plugin_init):
6429         * sys/oss/gstosssink.c: (gst_oss_sink_open):
6430         * sys/oss/gstosssrc.c: (gst_oss_src_open):
6431           Post decent (and translated) error message when we can't
6432           open the audio device for some reason.
6433
6434 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
6435
6436         * sys/oss/gstosssink.c:
6437         * sys/oss/gstosssrc.c:
6438         Allow the AUDIODEV environment variable to redirect us
6439         to a different default OSS device, like sunaudiosink does
6440         on Solaris (makes audio play automatically on SunRays).
6441
6442 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
6443
6444         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
6445         * gst/audiofx/audiochebyshevfreqband.c:
6446         (gst_audio_chebyshev_freq_band_transform_ip):
6447         * gst/audiofx/audiochebyshevfreqlimit.c:
6448         (gst_audio_chebyshev_freq_limit_transform_ip):
6449         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
6450         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
6451         The transform_ip() methods should do nothing if in passthrough mode.
6452         It might get non-writable buffers in that case but the buffer might
6453         as well be writable.
6454
6455         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
6456         The transform() methods won't be called in passthrough mode and
6457         otherwise the buffer is always writable so don't check here.
6458
6459 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
6460
6461         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
6462           Fix seeking in .wav files again (#501775).  Some people seem to think
6463           they don't need to test their changes when they're just 'reflowing'
6464           some code.
6465
6466 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6467
6468         * gst/autodetect/gstautovideosink.c:
6469         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
6470         (gst_auto_video_sink_init),
6471         (gst_auto_video_sink_create_element_with_pretty_name),
6472         (gst_auto_video_sink_find_best),
6473         (gst_auto_video_sink_set_property),
6474         (gst_auto_video_sink_get_property):
6475         * gst/autodetect/gstautovideosink.h:
6476         Fix docs.
6477         Use same error reporting code as autoaudiosink.
6478         Add property to filter sinks based on caps. Only select raw video sinks
6479         by default for backwards compat.
6480         API: GstAutoVideoSink::filter-caps
6481
6482 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6483
6484         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6485
6486         * gst/autodetect/gstautoaudiosink.c:
6487         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
6488         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
6489         (gst_auto_audio_sink_set_property),
6490         (gst_auto_audio_sink_get_property):
6491         * gst/autodetect/gstautoaudiosink.h:
6492         Add property to filter sinks based on caps. Only select raw audio sinks
6493         by default for backwards compat.  Fixes #417420.
6494         API: GstAutoAudioSink::filter-caps
6495
6496 2007-11-29  Michael Smith <msmith@fluendo.com>
6497
6498         Patch by: Arek Korbik <arkadini@gmail.com>
6499
6500         * gst/videobox/gstvideobox.c: (plugin_init):
6501           Initialise liboil in plugin_init()
6502
6503 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
6504
6505         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
6506         Post error before sending EOS. Fixes #499178.
6507
6508 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
6509
6510         * win32/vs6/gst_plugins_good.dsw:
6511         * win32/vs6/libgstpng.dsp:
6512         Add a project file for libgstpng
6513
6514 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
6515
6516         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
6517         (gst_rtp_h263_depay_process):
6518         Code beautification.
6519         Added debug statements.
6520         Don't bit-shift everything, just do operations on last/first byte
6521         instead.
6522
6523 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
6524
6525         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
6526
6527         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
6528         Fix wrong comparison in overrun check. Fixes #499239 some more.
6529
6530 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
6531
6532         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
6533         (gst_rtp_h263_depay_process):
6534         * gst/rtp/gstrtph263depay.h:
6535         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
6536         stream.
6537
6538 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
6539
6540         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
6541
6542         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
6543         (gst_rtp_mp4a_depay_process):
6544         * gst/rtp/gstrtpmp4adepay.h:
6545         Fix depayloading when multiple frames are inside one RTP packet.
6546         Fixes #499239.
6547
6548 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6549
6550         * gst/level/gstlevel.c:
6551           Add GAP-flag support.
6552
6553 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
6554
6555         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
6556         Read the I flag for Mode A h263 rtp stream and set the
6557         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
6558         Fixes #499383
6559
6560 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6561
6562         * gst/level/gstlevel.c:
6563           Remove some dead code and do cleanups.
6564
6565 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6566
6567         * tests/check/pipelines/simple-launch-lines.c:
6568           Improve the tests by allowing to set a target state.
6569
6570 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
6571
6572         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
6573         Don't check the caps of the output buffer if they're equal some
6574         other caps. The caps can change in a backward compatible way
6575         and did at this point.
6576
6577 2007-11-24  Julien MOUTTE  <julien@moutte.net>
6578
6579         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
6580         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
6581         (gst_qtdemux_seek_to_previous_keyframe),
6582         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
6583         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
6584         reverse playback support.
6585
6586 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
6587
6588         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
6589         Also set the channel layout on the Wavpack caps if we're having
6590         a mono layout. Of course only do it for "audio/x-wavpack".
6591
6592 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
6593
6594         * ext/wavpack/gstwavpackcommon.c:
6595         (gst_wavpack_get_default_channel_mask),
6596         (gst_wavpack_set_channel_layout),
6597         (gst_wavpack_get_default_channel_positions),
6598         (gst_wavpack_get_channel_mask_from_positions),
6599         (gst_wavpack_set_channel_mapping):
6600         * ext/wavpack/gstwavpackcommon.h:
6601         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
6602         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
6603         * ext/wavpack/gstwavpackdec.h:
6604         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
6605         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
6606         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
6607         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
6608         (gst_wavpack_enc_rewrite_first_block),
6609         (gst_wavpack_enc_sink_event):
6610         * ext/wavpack/gstwavpackenc.h:
6611         * ext/wavpack/gstwavpackparse.c:
6612         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
6613         (gst_wavpack_parse_scan_to_find_sample),
6614         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
6615         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
6616         * ext/wavpack/gstwavpackparse.h:
6617         Add support for encoding, parsing and decoding multichannel
6618         files with up to 8 channels. This also improves the robustness
6619         of parsing quite a bit.
6620
6621         * ext/wavpack/gstwavpackstreamreader.c:
6622         (gst_wavpack_stream_reader_read_bytes),
6623         (gst_wavpack_stream_reader_get_pos),
6624         (gst_wavpack_stream_reader_set_pos_abs),
6625         (gst_wavpack_stream_reader_set_pos_rel),
6626         (gst_wavpack_stream_reader_push_back_byte),
6627         (gst_wavpack_stream_reader_get_length),
6628         (gst_wavpack_stream_reader_can_seek),
6629         (gst_wavpack_stream_reader_write_bytes):
6630         Improve debugging.
6631
6632 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6633
6634         * ext/libpng/gstpngdec.c:
6635         * ext/libpng/gstpngdec.h:
6636           Don't release the png-memory from within the callback.
6637
6638 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6639
6640         Patch by: René Stadler <mail at renestadler dot de>
6641
6642         * ext/libpng/gstpngenc.c:
6643           Don't leak buffer data memory. Fixes #498395.
6644
6645 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6646
6647         Patch by: René Stadler <mail at renestadler dot de>
6648
6649         * tests/check/pipelines/simple-launch-lines.c:
6650           Tests for #498395.
6651
6652 2007-11-20  Julien MOUTTE  <julien@moutte.net>
6653
6654         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
6655         (gst_tag_lib_mux_adjust_event_offsets):
6656         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
6657         * sys/osxaudio/Makefile.am:
6658         * sys/osxvideo/cocoawindow.h:
6659         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
6660
6661 2007-11-15  David Schleef  <ds@schleef.org>
6662
6663         * ext/cairo/gsttextoverlay.c:
6664           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
6665
6666 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6667
6668         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
6669
6670         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
6671         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
6672         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
6673         * gst/rtp/gstrtpmp2tpay.h:
6674         Fill the MTU with as many packets as possible. Fixes #491323.
6675
6676 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6677
6678         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6679
6680         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
6681         Fix some more leaks. Fixes #497007.
6682
6683 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6684
6685         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6686
6687         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
6688         (gst_rtspsrc_stream_configure_tcp):
6689         Fix 3 pad leaks. Fixes #496983.
6690
6691 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6692
6693         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6694
6695         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
6696         Fix small leak. Fixes #497017.
6697
6698 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6699
6700         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6701         (gst_qtdemux_prepare_current_sample),
6702         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
6703         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
6704         * gst/qtdemux/qtdemux_fourcc.h:
6705         * gst/qtdemux/qtdemux_types.c:
6706         Add suppport for theora in quicktime according to XiphQT.
6707
6708 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
6709
6710         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
6711         (gst_v4l2src_init), (gst_v4l2src_set_property),
6712         (gst_v4l2src_get_property):
6713         * sys/v4l2/gstv4l2src.h:
6714         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6715           Always copy buffers by default (handle safer with bugged drivers)
6716           and added a property to make it possible to use mmap effectively (no
6717           copy if possible) when application wants to. Fixes: #480557.
6718
6719 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6720
6721         * gst/id3demux/id3tags.c:
6722         * gst/id3demux/id3tags.h:
6723         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
6724           We don't want the same string multiple times in a tag list for the
6725           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
6726           this doesn't happen and remove special-case code for GST_TAG_GENRE.
6727
6728 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6729
6730         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
6731           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
6732           into ID3v2 TXXX frames (fixes #347848).
6733
6734 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6735
6736         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6737           Don't leak sdp message contents (fixes #496773).
6738
6739         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
6740           Don't leak URI string.
6741
6742 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6743
6744         Patch by: Julien Puydt <julien dot puydt at laposte net>
6745
6746         * ext/raw1394/Makefile.am:
6747         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
6748           (gst_1394_property_probe_get_properties),
6749           (gst_1394_property_probe_probe_property),
6750           (gst_1394_property_probe_needs_probe),
6751           (gst_1394_property_probe_get_values),
6752           (gst_1394_property_probe_interface_init),
6753           (gst_1394_type_add_property_probe_interface):
6754         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
6755         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
6756           (gst_dv1394src_init), (gst_dv1394src_dispose),
6757           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
6758           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
6759           (gst_dv1394src_update_device_name):
6760         * ext/raw1394/gstdv1394src.h:
6761           Implement GstPropertyProbe interface and add "device-name" property,
6762           so applications can use this to probe for available devices in the
6763           same way they can already with v4lsrc and v4l2src (however horrible
6764           this property probe interface may be). Fixes #358841.
6765
6766 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6767
6768         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6769
6770         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
6771           (gst_rtspsrc_parse_range):
6772           Don't leak event, don't leak range (fixes #496752).
6773
6774 2007-11-14  Michael Smith <msmith@fluendo.com>
6775
6776         Patch by: Arek Korbik <arkadini@gmail.com>
6777
6778         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
6779           Detect RGBA/BGRA correctly on little endian systems.
6780
6781 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
6782
6783         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
6784           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
6785           corresponding ioctl() call fails even though the driver claims to
6786           support this format, just fall back to the pre-2.6.19 kernel
6787           routine that creates caps with suitable height and width ranges
6788           (see #448278).
6789
6790 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
6791
6792         Patch by: Mark Nauwelaerts <manauw skynet be>
6793
6794         * gst/matroska/matroska-demux.c:
6795           (gst_matroska_demux_push_dvd_clut_change_event),
6796           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
6797           (gst_matroska_demux_subtitle_caps):
6798         * gst/matroska/matroska-ids.h:
6799           Extract palette data for dvd subpicture streams and send it
6800           downstream as custom gstreamer dvd event (fixes #453417).
6801
6802 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
6803
6804         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
6805           Implement minimal parsing of the passed pango font description
6806           string, so passing a font size works the same as with the
6807           pango textoverlay plugin; fixes #455086.
6808           (Maybe we could just use pangocairo here at some point).
6809
6810 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
6811
6812         * gst/avi/gstavidemux.c:
6813         * gst/wavparse/gstwavparse.c:
6814           Return the result in _activate_pull(). Don't ref element there.
6815
6816 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
6817
6818         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
6819         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
6820         (gst_wavparse_srcpad_event):
6821           Ref the element when we should, but not when we its not needed. Reflow
6822           the event_handling to not leak the event.       
6823
6824 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
6825
6826         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6827         (qtdemux_parse_samples):
6828         Properly free QTDemuxSamples array.
6829         Protect table write with a sensible check, some files apparently DO contain
6830         stts values starting with 0 :(
6831
6832 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
6833
6834         * gst/avi/gstavidemux.c:
6835         * gst/qtdemux/qtdemux.c:
6836           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
6837           previous commit messed up.
6838
6839 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
6840
6841         * gst/avi/gstavidemux.c:
6842         * gst/qtdemux/qtdemux.c:
6843           Sync _handle_src_event() with oggdemux. In avidemux also ref the
6844           element when we should, but not when we its not needed.
6845
6846 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
6847
6848         * gst/wavparse/gstwavparse.c:
6849           Return FALSE if we can't handle a query instead of changing the
6850           format. Ignore fact when dealing with mpeg audio.
6851
6852 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6853
6854         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6855
6856         * configure.ac:
6857         * gst/udp/gstdynudpsink.c:
6858         * gst/udp/gstdynudpsink.h:
6859         * gst/udp/gstmultiudpsink.c:
6860         * gst/udp/gstmultiudpsink.h:
6861         * gst/udp/gstudpsink.c:
6862         * gst/udp/gstudpsink.h:
6863           Fix includes for MSVC and GLib-2.14.0 (#492388).
6864
6865         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
6866           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
6867
6868 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
6869
6870         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
6871         (gst_mulawdec_chain):
6872         * gst/law/mulaw-decode.h:
6873         Calculate outgoing buffer duration if incoming buffer didn't have a
6874         valid duration.
6875
6876 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6877
6878         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
6879         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
6880         Smarter combine_flow code that also deals with downstream elements
6881         returning UNEXPECTED when they receive data out of the segment
6882         boundaries. Fixes #491305.
6883
6884 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6885
6886         * sys/v4l2/v4l2src_calls.c:
6887           Fix 'unused variable' compiler warning when compiling against
6888           older kernel headers.
6889
6890 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
6891
6892         * ext/taglib/gstid3v2mux.cc (add_funcs):
6893           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
6894
6895 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
6896
6897         * tests/check/pipelines/simple-launch-lines.c:
6898            Improve the tests a little more.
6899
6900 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
6901
6902         patch by: Yun Zheng Hu
6903
6904         * sys/osxaudio/gstosxaudiosrc.c:
6905         Use default input device instead of default output device and
6906         only memcpy actual available bytes.
6907
6908 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
6909
6910         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6911           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
6912           early. It is temporary until we find something better.
6913
6914 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6915
6916         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6917
6918         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
6919         Fix race when pausing a RTSP stream in interleaved.
6920         Fixes #475784.
6921
6922 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6923
6924         Patch by: Peter Kjellerstedt <pkj at axis com>
6925
6926         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
6927         Use correct unref function for buffers. #488844.
6928
6929 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
6930
6931         * gst/avi/gstavimux.c:
6932         * tests/check/elements/avimux.c:
6933           Add some debug and sync tests with the fix.     
6934
6935 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6936
6937         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
6938
6939         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6940         When the socket is used by the app for other purposes, don't generate an
6941         error if there is activaty on the socket that is not data related.
6942         Fixes #487488.
6943
6944 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6945
6946         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6947         (gst_v4l2src_grab_frame):
6948         Add some more debug info. Generate an error when we run out of buffers
6949         for some reason. See #480557.
6950
6951 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6952
6953         Patch by: Anders Skargren <anders dot skargren at axis dot com>
6954
6955         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
6956         Set marker bit correctly.
6957
6958 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
6959
6960         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6961         Use allowed name for the GstStructure.
6962
6963 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
6964
6965         * ext/gconf/gstswitchsink.c:
6966         * gst/autodetect/gstautoaudiosink.c:
6967           Use new gst_bus_pop_filtered().
6968
6969 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
6970
6971         * sys/v4l2/gstv4l2src.c:
6972         * sys/v4l2/v4l2src_calls.c:
6973           When probing the formats and sizes a camera supports, make
6974           sure the best ones (highest resolution, prefered format)
6975           end up at the beginning of the probed caps and the less
6976           desirable ones at the end.  This is important because the
6977           order within the caps matters for things like fixation and
6978           negotiation, ie. what format is chosen in the end.
6979           With recent kernels, the current probing code will end up
6980           querying the supported sizes from lowest resolution to
6981           highest resolution, adding them to the probed caps in that
6982           order, resulting to v4l2src fixating to the lowest possible
6983           resolution if downstream does not express a size preference.
6984           Also make up a somewhat random ranking of prefered output
6985           formats for the same reason. Fixes #485828.
6986         
6987 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6988
6989         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
6990
6991         * gst/id3demux/id3v2frames.c:
6992           Extract license/copyright URIs from ID3v2 WCOP frames
6993           (Fixes #447000).
6994
6995         * tests/check/elements/id3demux.c:
6996         * tests/files/Makefile.am:
6997         * tests/files/id3-447000-wcop.tag:
6998           Add simple unit test.
6999
7000 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7001
7002         * ext/taglib/gstid3v2mux.cc:
7003           Add support for license/copyright URI tags (ID3v2 WCOP frame).
7004           Prerequisite for #447000.
7005
7006 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
7007
7008         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
7009         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
7010         a GstClockTime.
7011
7012 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7013
7014         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7015         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
7016         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
7017         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
7018         (gst_rtspsrc_change_state):
7019         More seeking fixes, mostly passing around the new playback segment in
7020         order to configure it properly.
7021         Also reset base_time of udp sources when setting them back to PLAYING as
7022         a temporary hack until core supports seek in live sources properly.
7023
7024 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7025
7026         * gst/rtp/gstrtpmp4adepay.c:
7027         Fix caps as to not confuse autopluggers.
7028
7029 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7030
7031         * gst/id3demux/gstid3demux.c:
7032         * gst/id3demux/gstid3demux.h:
7033         * gst/id3demux/id3tags.c:
7034         * gst/id3demux/id3tags.h:
7035         * gst/id3demux/id3v2frames.c:
7036           Port ID3 tag demuxer over to the new GstTagDemux in -base
7037           (now would be a good time to test re-importing your music
7038           collection).
7039
7040 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7041
7042         * gst/apetag/Makefile.am:
7043         * gst/apetag/gstapedemux.c:
7044         * gst/apetag/gstapedemux.h:
7045         * gst/apetag/gsttagdemux.c:
7046         * gst/apetag/gsttagdemux.h:
7047           Port APE tag demuxer over to the new GstTagDemux in -base.
7048
7049 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
7050
7051         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7052         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
7053         (gst_rtspsrc_handle_internal_src_query),
7054         (gst_rtspsrc_handle_src_query), (new_session_pad),
7055         (gst_rtspsrc_stream_configure_tcp),
7056         (gst_rtspsrc_stream_configure_transport),
7057         (gst_rtspsrc_loop_send_cmd):
7058         Improve flushing behaviour.
7059         Set state of the udp sources to PAUSE/PLAYING correctly.
7060         Handle events and queries for UDP and TCP transport now.
7061
7062 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7063
7064         * gst/rtp/gstrtpgsmdepay.c:
7065         * gst/rtp/gstrtpgsmpay.c:
7066           Add log category.
7067
7068 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7069
7070         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
7071
7072         * tests/check/Makefile.am:
7073         * tests/check/pipelines/simple-launch-lines.c:
7074           Add unit tests for payloaders/depayloaders.
7075
7076 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7077
7078         * gst/avi/gstavimux.c:
7079         * gst/avi/gstavimux.h:
7080           Also save codec data for audio streams. Fixes #482495.
7081
7082 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7083
7084         * gst/avi/gstavimux.c:
7085           Fix "Index entry has invalid stream nr 1".
7086           Add support for muxing aac - work in progress (see #482495).
7087
7088 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7089
7090         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
7091         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
7092         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7093         * gst/rtsp/gstrtspsrc.h:
7094         Parse bandwidth modifiers, they are not yet configured in the session
7095         manager because we don't have an API for that yet.
7096
7097 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7098
7099         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
7100         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7101         Use shiny new function in -base to get the default clock-rate.
7102         Update some docs.
7103
7104 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
7105
7106         * win32/MANIFEST:
7107         Add files to win32 manifest.
7108         * win32/vs6/libgstaudiofx.dsp:
7109         * win32/vs6/libgstqtdemux.dsp:
7110         * win32/vs6/libgstrtp.dsp:
7111         * win32/vs6/libgstrtsp.dsp:
7112         Update project files.
7113
7114 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
7115
7116         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7117         (gst_rtspsrc_play):
7118         * gst/rtsp/gstrtspsrc.h:
7119         In TCP mode, only timestamp the first buffer. TCP is not real time and
7120         it does not make sense to try to skew compensate, also some servers send
7121         the first batch of data in a burst.
7122
7123 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7124
7125         * gst/matroska/matroska-demux.c:
7126           Fix setting the discont flag on the first buffer
7127           pushed downstream for formats with private codec
7128           data that needs to be deserialised into buffers
7129           (such as vorbis and FLAC when in a matroska container).
7130
7131 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
7132
7133         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7134
7135         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
7136         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
7137         (gst_rtp_mp4v_pay_handle_buffer):
7138         * gst/rtp/gstrtpmp4vpay.h:
7139         Free the config string. Fixes #480707.
7140         Clean up the timestamp code a little.
7141
7142 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7143
7144         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7145         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
7146         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
7147         * gst/rtsp/gstrtspsrc.h:
7148         Set timestamps on RTP buffers in interleaved mode.
7149         Mark first buffers with a DISCONT.
7150         Remove flush hack now that sync for live sources has been figured out.
7151
7152 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7153
7154         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7155         Update documentation.
7156
7157 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7158
7159         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
7160         (gst_rtp_xqt_depay_change_state):
7161         * gst/qtdemux/gstrtpxqtdepay.h:
7162         Fail if we don't know the quicktime format.
7163
7164 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
7165
7166         * ext/flac/gstflacenc.c:
7167         * ext/flac/gstflacenc.h:
7168           Save the flow return from the last gst_pad_push() and
7169           make sure we pass the right flow return value upstream
7170           in the case of failure; minor clean-ups.
7171
7172 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7173
7174         * ext/taglib/gstapev2mux.cc:
7175         * ext/taglib/gstid3v2mux.cc:
7176         * gst/apetag/gstapedemux.c:
7177           Add support for the new GST_TAG_COMPOSER (#459809).
7178
7179 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7180
7181         * gst/law/alaw-decode.c:
7182         * gst/law/alaw-decode.h:
7183         * gst/law/alaw-encode.c:
7184         * gst/law/alaw-encode.h:
7185         * gst/law/alaw.c:
7186         * gst/law/mulaw-conversion.h:
7187           Compulsive clean-ups: use boilerplate macros, add debug
7188           categories, fix up things to conform to symbol nomenklatura,
7189           etc.
7190
7191 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7192
7193         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7194
7195         * gst/law/alaw-decode.c:
7196         * gst/law/alaw-encode.c:
7197           Use static tables for A-Law decoding and encoding; this makes
7198           A-Law decoding and encoding less CPU-intensive, but increases
7199           the binary size a bit. Leaving old code around for now,
7200           selectable by a define in the code. Fixes #435435.
7201
7202 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7203
7204         * configure.ac:
7205         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
7206         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
7207         in configure.ac.
7208
7209 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7210
7211         Patch by: Jan Gerber <j at bootlab dot org>
7212
7213         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7214         Add fourccs for MPEG2 HDV streams. Fixes #479960.
7215
7216 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
7217
7218         * sys/oss/gstosshelper.c:
7219           Use GST_WARNING instead of a g_critical. This situation is not caused
7220           by the application.
7221
7222 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7223
7224         * po/LINGUAS:
7225         * po/nl.po:
7226           Updated translations.
7227
7228 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7229
7230         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
7231
7232         * po/eu.po:
7233           Added Basque translation.
7234
7235 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7236
7237         translated by: Abel Cheung <abelcheung@gmail.com>
7238
7239         * po/zh_HK.po:
7240         * po/zh_TW.po:
7241           Added Chinese (traditional and Hong Kong) translation.
7242
7243 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7244
7245         translated by: Jakub Bogusz <qboosh@pld-linux.org>
7246
7247         * po/pl.po:
7248           Added Polish translation.
7249
7250 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7251
7252         translated by: Ilkka Tuohela <hile@iki.fi>
7253
7254         * po/fi.po:
7255           Added Finnish translation.
7256
7257 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7258
7259         translated by: Jorge González González <aloriel@gmail.com>
7260
7261         * po/es.po:
7262           Added Spanish translation.
7263
7264 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7265
7266         translated by: Mogens Jaeger <mogens@jaeger.tf>
7267
7268         * po/da.po:
7269           Added Danish translation.
7270
7271 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7272
7273         translated by: Funda Wang <fundawang@linux.net.cn>
7274
7275         * po/zh_CN.po:
7276           Added Chinese (simplified) translation.
7277
7278 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7279
7280         translated by: Alexander Shopov <ash@contact.bg>
7281
7282         * po/bg.po:
7283           Added Bulgarian translation.
7284
7285 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
7286
7287         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
7288         Set outgoing packet duration because we can. Fixes #478244 some more.
7289
7290 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
7291
7292         * ext/cairo/gsttextoverlay.c:
7293           Add info about static leak.
7294         
7295         * tests/check/Makefile.am:
7296         * tests/check/generic/states.c:
7297           Improved state change unit test.
7298
7299 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
7300
7301         * docs/plugins/.cvsignore:
7302         * tests/check/.cvsignore:
7303           Ignore registries in any format.
7304
7305 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7306
7307         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
7308         Removed some unused code.
7309
7310         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
7311         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
7312         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
7313         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
7314         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
7315         (gst_rtp_theora_pay_flush_packet):
7316         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
7317         Try to preserve the incomming buffer duration on the outgoing
7318         packets. Fixes #478244.
7319
7320 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7321
7322         * ext/taglib/gstapev2mux.cc:
7323         * ext/taglib/gstid3v2mux.cc:
7324           Work around compiler warnings with g++-4.2 when assigning a
7325           string constant to a gchar * (partially fixes #478092).
7326
7327 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7328
7329         * configure.ac:
7330           We require core CVS now for gst_base_src_set_do_timestamp().
7331
7332 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
7333
7334         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
7335         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7336         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
7337         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
7338         (gst_rtspsrc_handle_message):
7339         Fix compiler warnings shown with Forte.
7340
7341 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7342
7343         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
7344         (gst_rtspsrc_dup_printf):
7345         Give meaningfull error when all streams failed to configure for some
7346         reason.
7347
7348 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7349
7350         * gst/rtp/README:
7351         Update README with the design for synchronisation rules of RTP on
7352         sender and receiver.
7353
7354 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
7355
7356         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
7357         (gst_wavparse_chain):
7358         Don't push EOS from the chain function, the element
7359         driving the pipeline is responsible for this. The bug
7360         this was meant to fix seems to be queue not forwarding
7361         EOS in all cases (see #476514).
7362
7363 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
7364
7365         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
7366         (gst_level_transform_ip):
7367         * gst/level/gstlevel.h:
7368         Use basetransform segment so that it is correctly managed on flushes and
7369         start/stop.
7370         Report message timestamp as stream time, which is what an application
7371         can understand.
7372
7373 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7374
7375         * ext/taglib/gstapev2mux.cc:
7376         * ext/taglib/gstapev2mux.h:
7377         * ext/taglib/gsttaglibmux.c:
7378         * tests/check/elements/apev2mux.c:
7379         Update my mail address.
7380
7381 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7382
7383         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
7384         (gst_wavparse_loop), (gst_wavparse_chain):
7385         Add EOS logic for the push-based mode too. Fixes #476514.
7386
7387 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
7388
7389         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
7390         * gst/law/alaw-encode.h:
7391         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
7392         (gst_mulawenc_chain):
7393         * gst/law/mulaw-encode.h:
7394         Fix law encoder timestamps.
7395
7396 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
7397
7398         * ext/gconf/gstgconfaudiosink.c:
7399           Fix warning when building without debug.
7400
7401         * sys/oss/gstossmixertrack.c:
7402           Use const like in alsamixertrack.c (fixes warnings).
7403
7404 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
7405
7406         * sys/v4l2/v4l2src_calls.c:
7407         (gst_v4l2src_probe_caps_for_format_and_size):
7408         Fix framerate detection code some more.
7409         Handle the case where there is a weird step in the stepwise framerates.
7410         Don't overwrite the min interval with the framerate, use a temp variable
7411         instead.
7412         Use max in the Continuous framerate intervals instead of step, which is
7413         1 according to the docs. Fixes #475424.
7414
7415 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
7416
7417         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
7418         Make udpsrc timestamp outgoing buffers based on when they were received.
7419         Also make it output a segment in time.
7420
7421 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
7422
7423         * gst/avi/gstavidemux.c:
7424           Plug a little leak. Little code cleanups.
7425
7426 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
7427
7428         * configure.ac:
7429           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
7430           flac versions, 's good for cross-compilation karma.
7431
7432 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7433
7434         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
7435
7436         * gst/rtp/gstrtph263pay.c:
7437           Fix up header structure so that compilers don't add padding
7438           between the structure fields, since that would lead to us
7439           sending RTP packets with broken headers (as is currently the
7440           case when compiling with MSVC). Also see similar fixes in
7441           libgstrtp in gst-plugins-base. (#474616; #471194)
7442
7443 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
7444
7445         * sys/v4l2/v4l2src_calls.c:
7446         (gst_v4l2src_probe_caps_for_format_and_size):
7447         Don't overwrite our GValue with 0 but instead use the previously
7448         computed value. Fixes #471823 some more.
7449
7450 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7451
7452         * docs/plugins/gst-plugins-good-plugins.hierarchy:
7453           No tabs in this file please, or gtk-doc will end up documenting
7454           rather absurd class hierarchies.
7455
7456 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7457
7458         * ext/gconf/gstswitchsink.c:
7459           If the new kid element fails to change state for some reason
7460           (e.g. esdsink not being able to connect to the sound server),
7461           forward the error message it posted on the bus instead of just
7462           posting a generic 'Internal state change error: please file a
7463           bug' error message. Fixes #471364.
7464
7465 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7466
7467         * gst/qtdemux/Makefile.am:
7468         * gst/qtdemux/qtdemux.c:
7469           Don't assume tags are encoded as UTF-8 (#473670).
7470
7471 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7472
7473         * sys/v4l2/gstv4l2src.c:
7474         * sys/v4l2/gstv4l2src.h:
7475         * sys/v4l2/v4l2src_calls.c:
7476           Implement LATENCY queries in the crudest way possible so I don't
7477           have to use sync=false any longer when testing with videosinks.
7478
7479 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7480
7481         * configure.ac:
7482           Fix build.
7483
7484 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7485
7486         * sys/v4l2/v4l2src_calls.c:
7487         (gst_v4l2src_probe_caps_for_format_and_size):
7488         Add some more debugging in the framerate function.
7489         Iterate stepwise framerate up to and _including_ the max and if nothing
7490         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
7491         don't end up with an empty list. Fixes #471823
7492
7493 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7494
7495         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
7496         (gst_multiudpsink_set_clients_string),
7497         (gst_multiudpsink_get_clients_string),
7498         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
7499         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
7500         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
7501         (gst_multiudpsink_clear):
7502         Add property do configure destination address/port pairs
7503         API:GstMultiUDPSink::clients
7504
7505 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7506
7507         * tests/examples/Makefile.am:
7508         * tests/examples/rtp/Makefile.am:
7509         * tests/examples/rtp/client-H263p-AMR.sh:
7510         * tests/examples/rtp/client-H263p-PCMA.sdp:
7511         * tests/examples/rtp/client-H263p-PCMA.sh:
7512         * tests/examples/rtp/client-H264-PCMA.sdp:
7513         * tests/examples/rtp/client-H264-PCMA.sh:
7514         * tests/examples/rtp/client-PCMA.sh:
7515         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
7516         * tests/examples/rtp/server-alsasrc-PCMA.sh:
7517         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
7518         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
7519         Added some RTP example scripts for sending and receiving RTP streams.
7520
7521 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7522
7523         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
7524         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
7525         Restructure the setcaps function so that we can also compute the
7526         expected GStreamer output size of the video frames.
7527         Set frame_byte_size correctly so that read-based devices have a chance
7528         of working correctly.
7529         When grabbing a frame, discard frames that are not of the expected size.
7530         Some cameras don't output the right framesize for the first buffer.
7531         Try only a couple of times to get a valid frame, else error out.
7532
7533         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
7534         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
7535         Add some more debug info when scanning the device.
7536
7537         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
7538         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
7539         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
7540         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
7541         Add some more debug info when dequeing a frame.
7542
7543 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
7544
7545         * gst/wavparse/gstwavparse.c:
7546           More code cleanups. Add some more comment and improve debugs logs.
7547
7548 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
7549
7550         * gst/wavparse/gstwavparse.c:
7551         * gst/wavparse/gstwavparse.h:
7552           Implement seek-query. Refactor duration calculations. Appropriate use
7553           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
7554           out of loops.
7555
7556 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
7557
7558         * gst/avi/gstavidemux.c:
7559           Implement seek-query.
7560
7561 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
7562
7563         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
7564         (gst_rtspsrc_dup_printf):
7565         Use new basesink async property to make sparse RTCP packet not wait for
7566         preroll.
7567
7568 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7569
7570         * gst/audiofx/Makefile.am:
7571         Dist the right file.
7572
7573 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
7574
7575         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
7576         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
7577         Make sure we generate and parse floating point values in the POSIX
7578         locale instead of the current locale. 
7579
7580 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7581
7582         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
7583         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7584         (gst_rtspsrc_play):
7585         * gst/rtsp/gstrtspsrc.h:
7586         Fix method detection again.
7587         Keep track of when we must send a Range header.
7588         Use segment values for Range, Speed and Scale headers.
7589         Parse Speed and Scale headers to update the segment values.
7590
7591 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7592
7593         patch by: Mark Nauwelaerts <manauw@skynet.be>
7594
7595         * sys/v4l2/v4l2src_calls.c:
7596           Handle optional v4l2 ioctls gracefully.
7597
7598 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
7599
7600         * gst/rtp/Makefile.am:
7601         * gst/rtp/gstrtp.c: (plugin_init):
7602         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
7603         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
7604         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
7605         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
7606         (gst_rtp_h263_depay_get_property),
7607         (gst_rtp_h263_depay_change_state),
7608         (gst_rtp_h263_depay_plugin_init):
7609         * gst/rtp/gstrtph263depay.h:
7610         Added an H263 depayloader. Fixes #369392.
7611
7612         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
7613         (gst_rtp_h263p_depay_process):
7614         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
7615         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
7616         Make the H263+ pay/depayloader support H263-1998 and H263-2000
7617         payloads.
7618         Also alow plain H263 on the h263p payloaders. Fixes #465040.
7619
7620 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
7621
7622         * gst/audiofx/audiochebyshevfreqband.c:
7623         * gst/audiofx/audiochebyshevfreqlimit.c:
7624         Add small comparision with the windowed sinc filters in the docs.
7625
7626 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
7627
7628         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
7629         (audiochebyshevfreqband_suite):
7630         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
7631         (audiochebyshevfreqlimit_suite):
7632         Also test 32 bit float mode and the type 2 variants of the filters.
7633
7634 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
7635
7636         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7637         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7638         (gst_rtspsrc_loop):
7639         Refactor the udp and interleaved loop function a bit.
7640
7641 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7642
7643         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7644         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
7645         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
7646         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
7647         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
7648         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
7649         * gst/rtsp/gstrtspsrc.h:
7650         Protect connection activity with a new lock, avoids deadlocks when going
7651         to PAUSED. Fixes #455808.
7652
7653 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7654
7655         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
7656         Fix debug statement.
7657
7658 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7659
7660         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
7661         Fix stray %u in debug line as spotted by Saur on IRC.
7662
7663 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7664
7665         * gst/audiofx/audiochebyshevfreqband.c:
7666         (gst_audio_chebyshev_freq_band_class_init):
7667         * gst/audiofx/audiochebyshevfreqlimit.c:
7668         (gst_audio_chebyshev_freq_limit_class_init):
7669         Use generator macros for the process functions for the different
7670         sample types, add lower upper boundaries for the GObject properties
7671         so automatically generated UIs can use sliders and add a note about
7672         the number of poles as a too high number of poles combined with
7673         very low or very high frequencies will produce only noise.
7674         * docs/plugins/gst-plugins-good-plugins.args:
7675         Regenerated for the property changes.
7676
7677 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7678
7679         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
7680         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
7681         (gst_rtspsrc_stream_configure_udp_sink),
7682         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
7683         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7684         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
7685         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
7686         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
7687         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7688         * gst/rtsp/gstrtspsrc.h:
7689         Improve timeout handling.
7690         Use the same socket for sending and receiving RTCP packets so that some
7691         servers can track clients better.
7692         Improve connection closed handling. Try to reconnect.
7693         Don't overwrite our content base with NULL.
7694         Improve debugging.
7695         Improve range parsing and handling.
7696         Remove flushing hack now that core does the right thing.
7697
7698 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7699
7700         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
7701         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
7702         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
7703         (gst_multiudpsink_close), (gst_multiudpsink_add):
7704         * gst/udp/gstmultiudpsink.h:
7705         Add support for getting and setting the socket to use.
7706
7707         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7708         (gst_udpsrc_create), (gst_udpsrc_get_property):
7709         Add support for getting the currently used socket.
7710
7711 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
7712
7713         reviewed by: Stefan Kost  <ensonic@users.sf.net>
7714
7715         * gst/audiofx/Makefile.am:
7716         * gst/audiofx/audiochebyshevfreqband.c:
7717         (gst_audio_chebyshev_freq_band_mode_get_type),
7718         (gst_audio_chebyshev_freq_band_base_init),
7719         (gst_audio_chebyshev_freq_band_dispose),
7720         (gst_audio_chebyshev_freq_band_class_init),
7721         (gst_audio_chebyshev_freq_band_init),
7722         (generate_biquad_coefficients), (calculate_gain),
7723         (generate_coefficients),
7724         (gst_audio_chebyshev_freq_band_set_property),
7725         (gst_audio_chebyshev_freq_band_get_property),
7726         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
7727         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
7728         (gst_audio_chebyshev_freq_band_start):
7729         * gst/audiofx/audiochebyshevfreqband.h:
7730         * gst/audiofx/audiochebyshevfreqlimit.c:
7731         (gst_audio_chebyshev_freq_limit_mode_get_type),
7732         (gst_audio_chebyshev_freq_limit_base_init),
7733         (gst_audio_chebyshev_freq_limit_dispose),
7734         (gst_audio_chebyshev_freq_limit_class_init),
7735         (gst_audio_chebyshev_freq_limit_init),
7736         (generate_biquad_coefficients), (calculate_gain),
7737         (generate_coefficients),
7738         (gst_audio_chebyshev_freq_limit_set_property),
7739         (gst_audio_chebyshev_freq_limit_get_property),
7740         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
7741         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
7742         (gst_audio_chebyshev_freq_limit_start):
7743         * gst/audiofx/audiochebyshevfreqlimit.h:
7744         * gst/audiofx/audiofx.c: (plugin_init):
7745         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
7746         Fixes #464800.
7747
7748         * tests/check/Makefile.am:
7749         * tests/check/elements/.cvsignore:
7750         * tests/check/elements/audiochebyshevfreqband.c:
7751         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
7752         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
7753         * tests/check/elements/audiochebyshevfreqlimit.c:
7754         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
7755         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
7756         Add unit tests for the chebyshev filters.
7757
7758         * docs/plugins/Makefile.am:
7759         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7760         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7761         * docs/plugins/gst-plugins-good-plugins.args:
7762         * docs/plugins/inspect/plugin-1394.xml:
7763         * docs/plugins/inspect/plugin-audiofx.xml:
7764         * docs/plugins/inspect/plugin-dv.xml:
7765         * docs/plugins/inspect/plugin-flac.xml:
7766         * docs/plugins/inspect/plugin-jpeg.xml:
7767         * docs/plugins/inspect/plugin-png.xml:
7768         * docs/plugins/inspect/plugin-rtp.xml:
7769         * docs/plugins/inspect/plugin-shout2send.xml:
7770         * docs/plugins/inspect/plugin-wavpack.xml:
7771         And add docs for the chebyshev filters. While doing
7772         that also run make update in docs/plugins.
7773
7774 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
7775
7776         * ext/annodex/gstcmmltag.c:
7777         * gst/rtp/gstrtpvorbispay.c:
7778           Make ro memory to share.
7779
7780 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7781
7782         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7783         Improve UDP performance by avoiding a select() when we have data
7784         available immediatly.
7785
7786 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7787
7788         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
7789         (gst_rtp_dec_class_init):
7790         * gst/rtsp/gstrtpdec.h:
7791         Add (dummy) SSRC management signals.
7792
7793         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7794         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7795         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
7796         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
7797         (on_timeout), (gst_rtspsrc_stream_configure_manager),
7798         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
7799         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
7800         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7801         * gst/rtsp/gstrtspsrc.h:
7802         Add connection-speed property.
7803         Add find_stream helper functions.
7804         Handle stream EOS based on BYE messages or SSRC timeout.
7805         Returns SUCCESS from the state change function as we hide our async
7806         elements from the parent.
7807
7808 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
7809
7810         * gst/debug/rndbuffersize.c:
7811           Fix da leak.
7812
7813 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
7814
7815         * gst/debug/Makefile.am:
7816         * gst/debug/breakmydata.c:
7817         * gst/debug/gstdebug.c:
7818         * gst/debug/negotiation.c:
7819         * gst/debug/progressreport.c:
7820         * gst/debug/rndbuffersize.c:
7821         * gst/debug/testplugin.c:
7822           Add new test element and clean-up the others a little.
7823
7824 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7825
7826         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
7827         Fix parsing of mp4a version 0 atoms. Fixes #465774.
7828
7829 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7830
7831         * gst/rtp/gstrtpilbcdepay.c:
7832           Include stdlib.
7833
7834 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
7835
7836         * gst/rtp/gstrtpmpvdepay.c:
7837         Set the mpegversion in the caps so that autoplugging does not get
7838         confused.
7839
7840 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7841
7842         * po/hu.po:
7843         * po/uk.po:
7844         * po/vi.po:
7845           Updated translations.
7846
7847 2007-08-08  Michael Smith <msmith@fluendo.com>
7848
7849         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
7850           Render right border in the correct location.
7851
7852 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7853
7854         Patch by: Olivier Crete <tester at tester dot ca>
7855
7856         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
7857         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
7858         Make mode property a string. Fixes #464475.
7859
7860 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
7861
7862         * ext/flac/gstflacenc.c:
7863           Widen caps to match decoder a bit and add more FIXMEs.
7864
7865 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
7866
7867         patch by: Mark Nauwelaerts <manauw@skynet.be>
7868
7869         * gst/avi/gstavimux.c:
7870           Fix ODML index tag numbering. Fixes #463624.
7871
7872 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7873
7874         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
7875         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
7876         (gst_rtspsrc_stream_configure_tcp),
7877         (gst_rtspsrc_stream_configure_udp_sink):
7878         Fix default clock-rate for realmedia.
7879         Fix parsing of transport.
7880         Don't try to link NULL pads.
7881
7882 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
7883
7884         * po/POTFILES.skip:
7885           Add POTFILES.skip with list of source files that aren't disted at the
7886           moment but contain translatable strings. Should hopefully pacify
7887           broken tools and make it clearer that these files are left out
7888           intentionally (#461600).
7889
7890 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
7891
7892         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
7893         If the buffer was entirely clipped ... don't try sending it :)
7894
7895 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7896
7897         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
7898         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
7899         (gst_rtspsrc_create_transports_string),
7900         (gst_rtspsrc_prepare_transports):
7901         If we don't hav a session manager, set the caps on outgoing buffers
7902         ourselves.
7903         Force PAUSE/PLAY methods for now until the extensions can overwrite.
7904         Append final bit of the transport string even when it does not contain a
7905         placeholder.
7906
7907 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7908
7909         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
7910         (gst_rtsp_ext_list_connect):
7911         * gst/rtsp/gstrtspext.h:
7912         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7913         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
7914         Clean up the interface list.
7915         Allow connecting to interface signals for the extensions.
7916         Remove old extension code.
7917         Free list on cleanup.
7918         Allow extensions to send additional RTSP messages.
7919
7920 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7921
7922         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
7923         Handle a NULL gconf key gracefully by rendering the default element.
7924
7925 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7926
7927         * gst/rtsp/gstrtspext.h:
7928         Fix include path for extension interface.
7929
7930 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
7931
7932         * gst/audiofx/audioamplify.h:
7933         Also remove a now unecessary variable here.
7934
7935 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
7936
7937         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
7938         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
7939         * gst/audiofx/audiodynamic.c:
7940         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
7941         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
7942         * gst/audiofx/audiodynamic.h:
7943         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
7944         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
7945         * gst/audiofx/audioinvert.h:
7946         Don't save format information ourselves, this is already saved in
7947         GstAudioFilter.
7948
7949 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7950
7951         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
7952         (gst_rtsp_ext_list_stream_select):
7953         * gst/rtsp/gstrtspext.h:
7954         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
7955         Use rank to filter out extensions.
7956         Add url to stream_select interface call.
7957
7958 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7959
7960         * gst/rtsp/Makefile.am:
7961         * gst/rtsp/base64.c:
7962         * gst/rtsp/base64.h:
7963         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
7964         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
7965         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
7966         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
7967         (gst_rtsp_ext_list_setup_media),
7968         (gst_rtsp_ext_list_configure_stream),
7969         (gst_rtsp_ext_list_get_transports),
7970         (gst_rtsp_ext_list_stream_select):
7971         * gst/rtsp/gstrtspext.h:
7972         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7973         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7974         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7975         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
7976         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
7977         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
7978         (gst_rtspsrc_stream_configure_tcp),
7979         (gst_rtspsrc_stream_configure_mcast),
7980         (gst_rtspsrc_stream_configure_udp),
7981         (gst_rtspsrc_stream_configure_udp_sink),
7982         (gst_rtspsrc_stream_configure_transport),
7983         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
7984         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
7985         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
7986         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
7987         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
7988         (gst_rtspsrc_parse_methods),
7989         (gst_rtspsrc_create_transports_string),
7990         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
7991         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
7992         (gst_rtspsrc_play), (gst_rtspsrc_pause),
7993         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
7994         * gst/rtsp/gstrtspsrc.h:
7995         * gst/rtsp/rtsp.h:
7996         * gst/rtsp/rtspconnection.c:
7997         * gst/rtsp/rtspconnection.h:
7998         * gst/rtsp/rtspdefs.c:
7999         * gst/rtsp/rtspdefs.h:
8000         * gst/rtsp/rtspext.h:
8001         * gst/rtsp/rtspextwms.c:
8002         * gst/rtsp/rtspextwms.h:
8003         * gst/rtsp/rtspmessage.c:
8004         * gst/rtsp/rtspmessage.h:
8005         * gst/rtsp/rtsprange.c:
8006         * gst/rtsp/rtsprange.h:
8007         * gst/rtsp/rtsptransport.c:
8008         * gst/rtsp/rtsptransport.h:
8009         * gst/rtsp/rtspurl.c:
8010         * gst/rtsp/rtspurl.h:
8011         * gst/rtsp/sdp.h:
8012         * gst/rtsp/sdpmessage.c:
8013         * gst/rtsp/sdpmessage.h:
8014         * gst/rtsp/test.c:
8015         Use shiny new RTSP and SDP library.
8016         Implement RTSP extensions using the new interface.
8017         Remove a lot of old code.
8018
8019 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
8020
8021         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8022         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
8023
8024 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8025
8026         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8027         Don't unref the outgoing buffer twice when dropping it because it's
8028         outside of the segment.
8029
8030 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8031
8032         * configure.ac:
8033         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8034         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
8035         Use the new buffer clipping function from gstaudio here and
8036         require gst-plugins-base CVS.
8037         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8038         For framed Wavpack buffers we require a valid timestamp.
8039
8040 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
8041
8042         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
8043         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
8044         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
8045         Clip raw audio and video when we can, keep track of current output
8046         segment.
8047         Don't leak buffers and events when there is no output pad.
8048         Improve debugging here and there.
8049
8050 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
8051
8052         * configure.ac:
8053           Sync liboil check with plugins-base.
8054
8055 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8056
8057         * ext/annodex/Makefile.am:
8058           Fix CFLAGS/LIBS.
8059
8060         * ext/cdio/gstcdiocddasrc.c:
8061         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
8062           Include stdlib
8063
8064         * ext/cairo/Makefile.am:
8065         * gst/videofilter/Makefile.am:
8066         * tests/examples/level/Makefile.am:
8067           Use $(LIBM) instead of -lm
8068
8069 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8070
8071         * sys/v4l2/gstv4l2src.c:
8072           Add another example pipeline.
8073
8074 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8075
8076         Patch by: Alexander Eichner <alexeichi@yahoo.de>
8077
8078         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8079           Use define here.
8080
8081         * sys/v4l2/gstv4l2tuner.c:
8082         (gst_v4l2_tuner_set_frequency_and_notify):
8083           Don't touch the property - its still disabled.
8084
8085         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
8086         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
8087         * sys/v4l2/v4l2src_calls.h:
8088           Improve fallback format negotionation. Fixes #451388
8089
8090 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8091
8092         * tests/check/elements/videocrop.c: (GST_START_TEST):
8093           Fix the test.
8094
8095 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8096
8097         * docs/plugins/Makefile.am:
8098         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8099         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8100         * docs/plugins/inspect/plugin-jpeg.xml:
8101         * docs/plugins/inspect/plugin-png.xml:
8102         * ext/jpeg/gstjpegdec.c:
8103         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
8104         (gst_pngdec_sink_setcaps):
8105           More docs. More logs in pngdec.
8106
8107 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
8108
8109         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8110           Initialize num_buffers with minimum value.
8111
8112         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
8113         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
8114           Handle frame-size query failure gracefully.
8115
8116 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8117
8118         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8119         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
8120         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
8121         of qt/aac files.
8122
8123 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
8124
8125         * ext/wavpack/gstwavpackdec.c:
8126         (gst_wavpack_dec_clip_outgoing_buffer):
8127         Fix buffer clipping to correctly clip to the segment stop.
8128
8129 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8130
8131         * configure.ac:
8132         * tests/Makefile.am:
8133         Remove bogus check for libcheck, since we check for
8134         gstreamer-check and it pulls in the required info from there,
8135         and we weren't actually _using_ the information for libcheck
8136         ourselves anyway.
8137
8138 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8139
8140         * configure.ac:
8141           Use pkg-config to locate check.
8142
8143 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
8144
8145         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
8146         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
8147         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
8148         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8149         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
8150         * gst/effectv/gstaging.c: (gst_agingtv_transform):
8151         * gst/effectv/gstdice.c: (gst_dicetv_transform):
8152         * gst/effectv/gstedge.c: (gst_edgetv_transform):
8153         * gst/effectv/gstquark.c: (gst_quarktv_transform):
8154         * gst/effectv/gstrev.c: (gst_revtv_transform):
8155         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
8156         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
8157         * gst/effectv/gstwarp.c: (gst_warptv_transform):
8158         * gst/matroska/matroska-demux.c:
8159         (gst_matroska_demux_add_wvpk_header),
8160         (gst_matroska_demux_check_subtitle_buffer),
8161         (gst_matroska_decode_buffer):
8162         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
8163           Fix build against core CVS.
8164
8165 2007-07-10  Edward Hervey  <bilboed@gmail.com>
8166
8167         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8168         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
8169         don't have enough granularity to convert that boolean into a
8170         GstFlowReturn.
8171
8172 2007-07-06  Michael Smith <msmith@fluendo.com>
8173
8174         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
8175         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
8176         (gst_alawdec_change_state):
8177         * gst/law/alaw-decode.h:
8178         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
8179         (gst_mulawdec_class_init), (gst_mulawdec_init),
8180         (gst_mulawdec_chain), (gst_mulawdec_change_state):
8181         * gst/law/mulaw-decode.h:
8182           Fix capsnego bogosity in *law decoders. 
8183
8184 2007-07-06  Michael Smith <msmith@fluendo.com>
8185
8186         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
8187         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
8188         (gst_smokeenc_change_state):
8189         * ext/jpeg/gstsmokeenc.h:
8190           Remove stupidity in get/set caps functions.
8191           Fix some refcounting problems.
8192
8193 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8194
8195         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
8196         Remove endianness-flipping hack that seems to have been required
8197         only because of a bug in ffmpegcolorspace.
8198         Partially Fixes: #451908
8199
8200 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8201
8202         * docs/plugins/Makefile.am:
8203           Simplify --extra-dir as gtkdoc scans recursively.
8204
8205 2007-07-03  Wim Taymans  <wim@fluendo.com>
8206
8207         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8208
8209         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8210         Set the encoding-name in the rtp caps to all uppercase, as required by
8211         the caps spec.
8212         Some small cleanups in the error paths. Fixes #453037.
8213
8214 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8215
8216         * ext/wavpack/gstwavpackparse.c:
8217         (gst_wavpack_parse_index_get_last_entry),
8218         (gst_wavpack_parse_index_get_entry_from_sample),
8219         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
8220         (gst_wavpack_parse_scan_to_find_sample):
8221         * ext/wavpack/gstwavpackparse.h:
8222         Use a GSList for the GArray that is used like a list anyway.
8223
8224 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
8225
8226         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
8227         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
8228         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
8229           Add state change function where we set 0/1 as default framerate in
8230           case our setcaps function isn't called, like it might not in a
8231           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
8232           gdkpixbufdec trying to create caps with a 0/0 framerate.
8233           Also post an error message on the bus if gst_pad_push() fails when
8234           called from our sink event handler (+1 for flow returns for event
8235           functions in 0.11) instead of failing silently.
8236
8237 2007-06-27  Wim Taymans  <wim@fluendo.com>
8238
8239         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
8240         Cast stack args to the proper types. Fixes #451249.
8241
8242 2007-06-27  Wim Taymans  <wim@fluendo.com>
8243
8244         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8245         (new_session_pad), (gst_rtspsrc_setup_streams):
8246         * gst/rtsp/gstrtspsrc.h:
8247         For container formats we only need to activate one of the streams so
8248         that we correctly signal no-more-pads. Fixes #451015.
8249
8250 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8251
8252         * docs/plugins/gst-plugins-good-plugins.args:
8253         * docs/plugins/inspect/plugin-aasink.xml:
8254         * docs/plugins/inspect/plugin-alaw.xml:
8255         * docs/plugins/inspect/plugin-alpha.xml:
8256         * docs/plugins/inspect/plugin-alphacolor.xml:
8257         * docs/plugins/inspect/plugin-annodex.xml:
8258         * docs/plugins/inspect/plugin-apetag.xml:
8259         * docs/plugins/inspect/plugin-audiofx.xml:
8260         * docs/plugins/inspect/plugin-auparse.xml:
8261         * docs/plugins/inspect/plugin-autodetect.xml:
8262         * docs/plugins/inspect/plugin-avi.xml:
8263         * docs/plugins/inspect/plugin-cacasink.xml:
8264         * docs/plugins/inspect/plugin-cairo.xml:
8265         * docs/plugins/inspect/plugin-cdio.xml:
8266         * docs/plugins/inspect/plugin-cutter.xml:
8267         * docs/plugins/inspect/plugin-debug.xml:
8268         * docs/plugins/inspect/plugin-efence.xml:
8269         * docs/plugins/inspect/plugin-effectv.xml:
8270         * docs/plugins/inspect/plugin-esdsink.xml:
8271         * docs/plugins/inspect/plugin-flac.xml:
8272         * docs/plugins/inspect/plugin-flxdec.xml:
8273         * docs/plugins/inspect/plugin-gconfelements.xml:
8274         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8275         * docs/plugins/inspect/plugin-goom.xml:
8276         * docs/plugins/inspect/plugin-halelements.xml:
8277         * docs/plugins/inspect/plugin-icydemux.xml:
8278         * docs/plugins/inspect/plugin-id3demux.xml:
8279         * docs/plugins/inspect/plugin-jpeg.xml:
8280         * docs/plugins/inspect/plugin-ladspa.xml:
8281         * docs/plugins/inspect/plugin-level.xml:
8282         * docs/plugins/inspect/plugin-matroska.xml:
8283         * docs/plugins/inspect/plugin-mulaw.xml:
8284         * docs/plugins/inspect/plugin-multipart.xml:
8285         * docs/plugins/inspect/plugin-navigationtest.xml:
8286         * docs/plugins/inspect/plugin-ossaudio.xml:
8287         * docs/plugins/inspect/plugin-png.xml:
8288         * docs/plugins/inspect/plugin-quicktime.xml:
8289         * docs/plugins/inspect/plugin-rtp.xml:
8290         * docs/plugins/inspect/plugin-rtsp.xml:
8291         * docs/plugins/inspect/plugin-smpte.xml:
8292         * docs/plugins/inspect/plugin-speex.xml:
8293         * docs/plugins/inspect/plugin-taglib.xml:
8294         * docs/plugins/inspect/plugin-udp.xml:
8295         * docs/plugins/inspect/plugin-videobalance.xml:
8296         * docs/plugins/inspect/plugin-videobox.xml:
8297         * docs/plugins/inspect/plugin-videocrop.xml:
8298         * docs/plugins/inspect/plugin-videoflip.xml:
8299         * docs/plugins/inspect/plugin-videomixer.xml:
8300         * docs/plugins/inspect/plugin-wavenc.xml:
8301         * docs/plugins/inspect/plugin-wavparse.xml:
8302         * docs/plugins/inspect/plugin-ximagesrc.xml:
8303           Update docs with caps info.
8304
8305 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8306
8307         * po/POTFILES.in:
8308           Add more files with translatable strings (#450878).
8309
8310 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8311
8312         * MAINTAINERS:
8313         Updating all the maintainers files
8314
8315 2007-06-22  Edward Hervey  <edward@fluendo.com>
8316
8317         * ext/flac/gstflactag.c: (gst_flac_tag_init):
8318         * gst/interleave/deinterleave.c: (deinterleave_init),
8319         (deinterleave_sink_link):
8320         * gst/interleave/interleave.c: (interleave_init):
8321         * gst/median/gstmedian.c: (gst_median_init):
8322         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
8323         Fix memory leaks.
8324         * tests/check/elements/id3demux.c: (pad_added_cb):
8325         Remove unused variable.
8326
8327 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
8328
8329         * ext/gconf/gconf.h:
8330         Make the prototype of gst_gconf_get_key_for_sink_profile
8331         match the implementation.
8332         Patch by: Damien Carbery <damien dot carbery at sun dot com>
8333         Fixes: #449747
8334
8335 2007-06-20  Michael Smith <msmith@fluendo.com>
8336
8337         * gst/rtp/gstrtpdepay.c:
8338           Fix description - rtpdepay is not a payloader.
8339
8340 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
8341
8342         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
8343         (qtdemux_video_caps):
8344         * gst/qtdemux/qtdemux_fourcc.h:
8345           Add MJPG to the variants of motion jpeg.
8346
8347 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
8348
8349         * tests/check/Makefile.am:
8350         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8351         * tests/check/elements/videocrop.c: (GST_START_TEST):
8352         * tests/check/elements/videofilter.c:
8353         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8354         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
8355           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
8356           error flags are included and it errors out on compiler warnings
8357           for CVS builds; remove unused variables in various unit tests.
8358
8359 2007-06-19  Wim Taymans  <wim@fluendo.com>
8360
8361         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8362         (rtsp_connection_close), (rtsp_connection_free):
8363         Use threadsafe inet_ntop to convert an ip number to a string. 
8364         Fixes #447961.
8365         Don't leak fd (and ip) when freeing a connection without first closing
8366         it.
8367
8368 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
8369
8370         * configure.ac:
8371         Back to CVS
8372
8373         * gst-plugins-good.doap:
8374         Add 0.10.6 to the doap file.
8375
8376 === release 0.10.6 ===
8377
8378 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
8379
8380         * configure.ac:
8381           releasing 0.10.6, "Wobble Board"
8382
8383 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8384
8385         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8386         (rtsp_connection_free):
8387           Revert previous commit again, since we are frozen (sorry).
8388
8389 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8390
8391         Patch by: Peter Kjellerstedt <pkj at axis com>
8392
8393         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8394         (rtsp_connection_free):
8395           inet_ntoa() uses a static buffer internally, so we need to copy the
8396           returned string if we want to store it for later (#447961).
8397
8398 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8399
8400         * win32/vs6/autogen.dsp:
8401         * win32/vs6/gst_plugins_good.dsw:
8402         * win32/vs6/libgstalaw.dsp:
8403         * win32/vs6/libgstalpha.dsp:
8404         * win32/vs6/libgstalphacolor.dsp:
8405         * win32/vs6/libgstapetag.dsp:
8406         * win32/vs6/libgstaudiofx.dsp:
8407         * win32/vs6/libgstauparse.dsp:
8408         * win32/vs6/libgstautodetect.dsp:
8409         * win32/vs6/libgstavi.dsp:
8410         * win32/vs6/libgstcutter.dsp:
8411         * win32/vs6/libgstdirectdraw.dsp:
8412         * win32/vs6/libgstdirectsound.dsp:
8413         * win32/vs6/libgsteffectv.dsp:
8414         * win32/vs6/libgstflx.dsp:
8415         * win32/vs6/libgstgoom.dsp:
8416         * win32/vs6/libgsticydemux.dsp:
8417         * win32/vs6/libgstid3demux.dsp:
8418         * win32/vs6/libgstinterleave.dsp:
8419         * win32/vs6/libgstjpeg.dsp:
8420         * win32/vs6/libgstlevel.dsp:
8421         * win32/vs6/libgstmatroska.dsp:
8422         * win32/vs6/libgstmedian.dsp:
8423         * win32/vs6/libgstmonoscope.dsp:
8424         * win32/vs6/libgstmulaw.dsp:
8425         * win32/vs6/libgstmultipart.dsp:
8426         * win32/vs6/libgstqtdemux.dsp:
8427         * win32/vs6/libgstrtp.dsp:
8428         * win32/vs6/libgstrtsp.dsp:
8429         * win32/vs6/libgstsmpte.dsp:
8430         * win32/vs6/libgstspeex.dsp:
8431         * win32/vs6/libgstudp.dsp:
8432         * win32/vs6/libgstvideobalance.dsp:
8433         * win32/vs6/libgstvideobox.dsp:
8434         * win32/vs6/libgstvideocrop.dsp:
8435         * win32/vs6/libgstvideoflip.dsp:
8436         * win32/vs6/libgstvideomixer.dsp:
8437         * win32/vs6/libgstwaveform.dsp:
8438         * win32/vs6/libgstwavenc.dsp:
8439         * win32/vs6/libgstwavparse.dsp:
8440         Mark *.dsp & *.dsw as binary files and convert to DOS line
8441         endings, as they don't load into VS6 correctly otherwise.
8442
8443 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8444
8445         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8446         (rtsp_connection_connect):
8447         Fix the MingW build. 
8448         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
8449         Fixes: #446981
8450
8451 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8452
8453         * tests/check/elements/.cvsignore:
8454         * tests/icles/.cvsignore:
8455         Hush the buildbots up
8456
8457 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8458
8459         * configure.ac:
8460         * sys/Makefile.am:
8461         * sys/directdraw/Makefile.am:
8462         * sys/directsound/Makefile.am:
8463         * sys/waveform/Makefile.am:
8464         Make sure to dist everything needed for win32 builds.
8465
8466 2007-06-14  Edward Hervey  <edward@fluendo.com>
8467
8468         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
8469         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
8470         caps.
8471         Fixes #447458
8472
8473 2007-06-13  Wim Taymans  <wim@fluendo.com>
8474
8475         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
8476         Make sure we allocate enough memory for the codec_data.
8477         Fixes #447210.
8478
8479 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
8480
8481         * win32/MANIFEST:
8482         Add videocrop project file to the win32 manifest.
8483         * win32/vs6/gst_plugins_good.dsw:
8484         Add qtdemux,videocrop and waveform projects to the workspace.
8485         * win32/vs6/libgstqtdemux.dsp:
8486         Add zlib to the link list of qtdemux.
8487         * win32/vs6/libgstvideocrop.dsp:
8488         Add a project file for videocrop.
8489
8490 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8491
8492         * po/POTFILES.in:
8493         Add qtdemux for translation
8494
8495 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8496
8497         * configure.ac:
8498         * docs/plugins/Makefile.am:
8499         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8500         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8501         * docs/plugins/inspect/plugin-videocrop.xml:
8502         * gst-plugins-good.spec.in:
8503         * sys/Makefile.am:
8504         * tests/check/Makefile.am:
8505         * tests/icles/Makefile.am:
8506         * tests/icles/videocrop-test.c:
8507         Move videocrop and osxvideo from -bad.
8508
8509 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8510
8511         * configure.ac:
8512         * docs/plugins/Makefile.am:
8513         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8514         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8515         * docs/plugins/gst-plugins-good-plugins.args:
8516         * docs/plugins/inspect/plugin-qtdemux.xml:
8517         * docs/plugins/inspect/plugin-quicktime.xml:
8518         * win32/MANIFEST:
8519         Move qtdemux from -bad.
8520
8521         * gst-plugins-good.spec.in:
8522         Update spec file to reflect moving of qtdemux and wavpack
8523
8524 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8525         
8526         * win32/MANIFEST:
8527         * docs/plugins/Makefile.am:
8528         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8529         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8530         * docs/plugins/inspect/plugin-directdraw.xml:
8531         * docs/plugins/inspect/plugin-directsound.xml:
8532         * docs/plugins/inspect/plugin-waveform.xml:
8533         Move the waveform plugin from -bad too. Update the inspect xml
8534         files to mention Plugins Good instead of Plugins Bad.
8535
8536 2007-06-12  Andy Wingo  <wingo@pobox.com>
8537
8538         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
8539         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
8540         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
8541         finalization and resuscitation. No longer public.
8542         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
8543         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
8544         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
8545         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
8546         miniobject semantics, and be threadsafe.
8547         (gst_v4l2src_queue_frame): Remove this function, as we just call
8548         the ioctls directly in the two places where we queue buffers.
8549         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
8550         directly.
8551         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
8552         to allocate the pool, which also preallocates the GstBuffers.
8553         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
8554         queueing the frames directly.
8555         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
8556         mmap buffers have been dequeued.
8557
8558         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
8559         real MiniObject instead of rolling our own refcounting and
8560         finalizing. Give it a lock.
8561         (struct _GstV4l2Buffer): Remove one intermediary object, having
8562         the buffers hold the struct v4l2_buffer directly.
8563
8564         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
8565         capture_init so that it can set them on the buffers that it will
8566         create.
8567         (gst_v4l2src_get_read): For better or for worse, include the
8568         timestamping and offsetting code here; really we should be using
8569         bufferalloc though.
8570         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
8571         preallocated, mmap'd buffers.
8572
8573 2007-06-11  Wim Taymans  <wim@fluendo.com>
8574
8575         Patch by: daniel fischer <dan at f3c dot com>
8576
8577         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
8578         (gst_ximage_src_get_caps):
8579         Actually use the display_name property so that we can dump any
8580         available X display. Fixes #445905.
8581
8582 2007-06-11  Wim Taymans  <wim@fluendo.com>
8583
8584         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8585
8586         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
8587         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
8588         Add missing rate fields to caps. Fixes #441118.
8589
8590 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
8591
8592         * win32/vs6/gst_plugins_good.dsw:
8593         * win32/vs8/gst-plugins-good.sln:
8594         Add DirectSound and DirectDraw sinks project files to
8595         workspace and solution files.
8596
8597 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
8598
8599         Patch by: Josh Coalson <xflac at yahoo dot com>,
8600         updated by Alexis Ballier <aballier at gentoo dot org>:
8601
8602         * configure.ac:
8603         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
8604         (gst_flac_dec_setup_seekable_decoder),
8605         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
8606         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
8607         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
8608         * ext/flac/gstflacdec.h:
8609         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
8610         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
8611         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
8612         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
8613         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
8614         (gst_flac_enc_chain), (gst_flac_enc_set_property),
8615         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
8616         * ext/flac/gstflacenc.h:
8617         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
8618         
8619 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
8620
8621         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
8622         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
8623         not necessary anymore as we need at least that core version. 
8624
8625 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
8626
8627         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8628         (gst_wavpack_dec_chain):
8629         * ext/wavpack/gstwavpackdec.h:
8630         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
8631         (gst_wavpack_parse_push_buffer):
8632         * ext/wavpack/gstwavpackparse.h:
8633         Improve discont handling by checking if the next Wavpack block has
8634         the expected, following block index.
8635
8636 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8637
8638         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
8639           Fix element description.
8640
8641 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8642
8643         * configure.ac:
8644         * docs/plugins/Makefile.am:
8645         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8646         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8647         * docs/plugins/gst-plugins-good-plugins.args:
8648         * docs/plugins/gst-plugins-good-plugins.hierarchy:
8649         * docs/plugins/gst-plugins-good-plugins.signals:
8650         * docs/plugins/inspect/plugin-autodetect.xml:
8651         * docs/plugins/inspect/plugin-gconfelements.xml:
8652         * docs/plugins/inspect/plugin-ladspa.xml:
8653         * docs/plugins/inspect/plugin-rtp.xml:
8654         * docs/plugins/inspect/plugin-wavpack.xml:
8655         * ext/Makefile.am:
8656         * tests/check/Makefile.am:
8657           move wavpack plugin.  See #352605.
8658
8659 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
8660
8661         * configure.ac:
8662         * docs/plugins/Makefile.am:
8663         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8664         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8665         * docs/plugins/gst-plugins-good-plugins.args:
8666         * sys/Makefile.am:
8667         * win32/MANIFEST:
8668         Add DirectDraw & DirectSound plugins to the build and docs.
8669
8670 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
8671
8672         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
8673         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
8674           When operating in pull mode, error out correct on not-linked.
8675
8676 2007-06-06  Andy Wingo  <wingo@pobox.com>
8677
8678         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
8679         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
8680         format and size if the ioctls are defined; should fix compilation
8681         on Linux < 2.16.19.
8682
8683 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
8684
8685         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
8686           Printf fixes in debug statements; use LOG level for debug statements
8687           that are printed for each and every frame; convert c++ comments to
8688           C-style comments; not much point using g_try_malloc() if we then not
8689           even check the return value.
8690
8691 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8692
8693         * configure.ac:
8694           Bump requirements to released versions (core and base 0.10.13).
8695
8696         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
8697           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8698           own implementation.
8699
8700 2007-06-05  Andy Wingo  <wingo@pobox.com>
8701
8702         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
8703         some useless comments.
8704
8705         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
8706         frames before calling STREAMON, that might leave them in a state
8707         where they can't be dequeued if we go back to NULL without calling
8708         STREAMON, according to the docs.
8709         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
8710         before we call STREAMON.
8711         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
8712         failures. (For me this code hung.) The pool refcounting is still
8713         crack; added a note to that effect.
8714
8715 2007-06-05  Wim Taymans  <wim@fluendo.com>
8716
8717         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
8718         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
8719         Add support for mapping gst structure names to the MIME type equivalent.
8720         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
8721
8722 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
8723
8724         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
8725         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
8726         (gst_wavenc_chain), (gst_wavenc_change_state):
8727         * gst/wavenc/gstwavenc.h:
8728         Properly write wav files with width!=depth by having the depth most
8729         significant bytes set and all others zero. Fixes #442535.
8730
8731 2007-06-01  Wim Taymans  <wim@fluendo.com>
8732
8733         * gst/rtsp/rtspconnection.c:
8734         Add include to make buildbot happy.
8735
8736 2007-06-01  Wim Taymans  <wim@fluendo.com>
8737
8738         Patch by: Peter Kjellerstedt  <pkj at axis com>
8739
8740         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8741         (rtsp_connection_connect), (add_date_header),
8742         (rtsp_connection_send), (parse_response_status),
8743         (parse_request_line), (parse_line), (rtsp_connection_receive):
8744         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
8745         * gst/rtsp/rtspdefs.h:
8746         * gst/rtsp/rtspmessage.c: (key_value_foreach),
8747         (rtsp_message_init_request), (rtsp_message_init_response),
8748         (rtsp_message_remove_header), (rtsp_message_append_headers),
8749         (rtsp_message_dump):
8750         * gst/rtsp/rtspmessage.h:
8751         Improves version checking, allowing an RTSP server to reply with "505
8752         RTSP Version not supported.
8753         Adds a Date header to all messages.
8754         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
8755         want to be able to send a response even if something in the request was
8756         invalid. EINVAL is only used when passing wrong arguments to functions.
8757         Do not handle an invalid method in parse_request_line(). Defer this to
8758         the caller so it can respond with "405 Method Not Allowed".
8759         Improves parsing of the timeout parameter to the Session header,
8760         allowing whitespace after the semicolon. 
8761         Avoids a compiler warning due to variables shadowing a function argument.
8762
8763 2007-06-01  Wim Taymans  <wim@fluendo.com>
8764
8765         Based on Patch by: Daniel Charles <dcharles at ti dot com>
8766
8767         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
8768         (gst_rtp_amr_depay_process):
8769         * gst/rtp/gstrtpamrdepay.h:
8770         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
8771         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
8772         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
8773         * gst/rtp/gstrtpamrpay.h:
8774         Add support for AMR-WB.
8775         Small cleanups such as using BOILERPLATE.
8776
8777 2007-05-31  Wim Taymans  <wim@fluendo.com>
8778
8779         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
8780         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
8781
8782 2007-05-30  Andy Wingo  <wingo@pobox.com>
8783
8784         * sys/v4l2/gstv4l2object.h: 
8785         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
8786         unintended changes.
8787
8788         * sys/v4l2/v4l2src_calls.h: 
8789         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
8790         the format list in the order that the driver gives it to us.
8791         (gst_v4l2src_probe_caps_for_format_and_size)
8792         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
8793         based on the capabilities of the device.
8794         (gst_v4l2src_grab_frame): Update for object variable renaming.
8795         (gst_v4l2src_set_capture): Update to be strict in its parameters,
8796         as in the set_caps below.
8797         (gst_v4l2src_capture_init): Update for object variable renaming,
8798         and reflow.
8799         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
8800         (gst_v4l2src_capture_deinit): Update for object variable renaming.
8801         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
8802         (gst_v4l2src_get_fps): Remove; these functions don't have much
8803         meaning outside of an atomic set_caps method.
8804         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
8805         known.
8806
8807         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
8808         call to update_fps; not sure about this change.
8809         (gst_v4l2_tuner_set_norm): Work around the fact that for the
8810         moment we don't have an update_fps_func.
8811
8812         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
8813         structures in the object, just store what we need. Do store the
8814         probed caps of the device. Don't store the current frame rate.
8815
8816         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
8817         update_fps_function, for now. Update for new object variable
8818         naming.
8819         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
8820         new object variable naming.
8821         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
8822         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
8823         (gst_v4l2src_get_caps): Rework to probe the device for supported
8824         frame sizes and frame rates.
8825         (gst_v4l2src_set_caps): Rework to be strict in the given
8826         parameters: if someone asks us to have a certain size and rate,
8827         that is what we configure.
8828         (gst_v4l2src_get_read): Update for object variable naming. Don't
8829         leak buffers on short reads.
8830         (gst_v4l2src_get_mmap): Update for object variable naming, and add
8831         comments.
8832         (gst_v4l2src_create): Update for object variable naming.
8833
8834 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
8835
8836         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
8837         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
8838         * gst/avi/gstavidemux.h:
8839           Parse subtitle text streams instead of erroring out (#442034). Still
8840           needs a parser for the subtitles to actually show up.
8841
8842 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
8843
8844         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
8845         (gst_avi_demux_loop):
8846           Make _push_event() return TRUE if the event could be pushed on at
8847           least one pad and not only if it could be pushed on all pads,
8848           otherwise we'll end up posting an error message on EOS if one or
8849           more source pads are not connected.
8850
8851 2007-05-28  Wim Taymans  <wim@fluendo.com>
8852
8853         * gst/rtsp/rtsptransport.c:
8854         Use renamed RTP bin.
8855
8856 2007-05-28  Wim Taymans  <wim@fluendo.com>
8857
8858         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
8859
8860         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
8861         (gst_video_box_set_property), (gst_video_box_transform_caps),
8862         (video_box_recalc_transform), (gst_video_box_set_caps),
8863         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
8864         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
8865         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
8866         (gst_video_box_i420_i420), (gst_video_box_transform),
8867         (plugin_init):
8868         Add AYUV->AYUV and AYUV->I420 formats. 
8869         Fix negotiation and I420->AYUV conversion.
8870         Fixes #429329.
8871
8872 2007-05-26  Wim Taymans  <wim@fluendo.com>
8873
8874         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
8875         Use different variables for nested for loops so that the outer loop
8876         functions properly and speex files with multiple frames per buffer work
8877         properly.
8878         Fixes #441408.
8879
8880 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8881
8882         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
8883           Don't leak newsegment events.
8884
8885 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8886
8887         * gst/wavparse/Makefile.am:
8888           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
8889           drags it in.
8890
8891 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8892
8893         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
8894         (notgst_value_array_append_buffer),
8895         (gst_flac_enc_process_stream_headers),
8896         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
8897         (gst_flac_enc_change_state):
8898         * ext/flac/gstflacenc.h:
8899           Collect headers, add "streamheader" field to output caps and set
8900           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
8901           produces output according to the official FLAC-to-Ogg mapping
8902           instead of completely broken files. Fixes #426044.
8903
8904 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8905
8906         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
8907         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
8908         (gst_id3demux_sink_event):
8909         * gst/id3demux/gstid3demux.h:
8910         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
8911         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
8912         (gst_tag_demux_send_new_segment):
8913         Handle and adjust new-segment events so that downstream really
8914         sees a stream with the tag pieces stripped off the front and back.
8915         Fixes strangeness in seeking when mp3 decoders use the new-segment
8916         byte position to estimate their current playback position timestamp
8917         and then the arriving buffers don't match up.
8918
8919 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8920
8921         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
8922           Don't unnecessarily perform a READY->NULL->READY transition on the
8923           detected audio sink when starting up. Fixes: #440127
8924
8925 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8926
8927         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
8928         (gst_flac_enc_chain):
8929           Don't crash in chain function if setcaps hasn't been called.
8930
8931 2007-05-24  Wim Taymans  <wim@fluendo.com>
8932
8933         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
8934         Init value to avoid infinte loops.
8935
8936 2007-05-24  Wim Taymans  <wim@fluendo.com>
8937
8938         Patch by: Peter Kjellerstedt  <pkj at axis com>
8939
8940         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
8941         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
8942         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
8943         (gst_rtspsrc_play):
8944         (rtsp_connection_send), (rtsp_connection_receive):
8945         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
8946         Fix for new API.
8947
8948         * gst/rtsp/rtspconnection.c: (add_auth_header),
8949         Only add authorisation and session headers when sending messages.
8950
8951         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
8952         (rtsp_message_init_request), (rtsp_message_init_response),
8953         (rtsp_message_unset), (rtsp_message_add_header),
8954         (rtsp_message_remove_header), (rtsp_message_get_header),
8955         (rtsp_message_append_headers), (dump_key_value),
8956         (rtsp_message_dump):
8957         * gst/rtsp/rtspmessage.h:
8958         Add support for multiple headers of the same type by storing the parsed
8959         headers in a GArray instaed of a hashtable.
8960
8961 2007-05-21  Wim Taymans  <wim@fluendo.com>
8962
8963         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
8964         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
8965         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
8966         safer shutdown.
8967
8968 2007-05-21  Wim Taymans  <wim@fluendo.com>
8969
8970         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
8971         * gst/rtsp/gstrtpdec.h:
8972         Added signal for backwards compat.
8973
8974 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
8975         
8976         Patch by: René Stadler <mail at renestadler dot de>
8977
8978         * configure.ac:
8979         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
8980         (gst_au_parse_parse_header), (gst_au_parse_chain):
8981         * gst/auparse/gstauparse.h:
8982         Use audioconvert for converting from non-native endianness floats
8983         in auparse instead of doing it ourself. Fixes #424527.
8984         This needs the audioconvert from plugins-base CVS.
8985         
8986 2007-05-21  Wim Taymans  <wim@fluendo.com>
8987
8988         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8989         (gst_rtp_h263p_pay_flush):
8990         Fix enum registration.
8991
8992 2007-05-21  Wim Taymans  <wim@fluendo.com>
8993
8994         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
8995
8996         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8997         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
8998         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
8999         (gst_rtp_h263p_pay_flush):
9000         * gst/rtp/gstrtph263ppay.h:
9001         Add new fragmentation mode base on GOB headers. Fixes #438940.
9002
9003 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
9004
9005         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
9006           Printf format fix.
9007
9008 2007-05-18  Wim Taymans  <wim@fluendo.com>
9009
9010         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
9011         Don't crash when an unsupported transport error was returned by the
9012         server, just try to configure the next stream. Fixes #439255.
9013
9014 2007-05-18  Wim Taymans  <wim@fluendo.com>
9015
9016         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9017         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9018         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
9019         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9020         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
9021         * gst/rtsp/gstrtspsrc.h:
9022         Add TCP timeout property and use it for all TCP connection.
9023
9024         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9025         (rtsp_connection_write), (rtsp_connection_next_timeout),
9026         (rtsp_connection_reset_timeout):
9027         Make connect and writes cancelable and make them use the timeout.
9028
9029 2007-05-18  Wim Taymans  <wim@fluendo.com>
9030
9031         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9032         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
9033         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9034         (gst_rtspsrc_setup_streams):
9035         Refactor timeout handling.
9036         Also send keep-alive when dealing with TCP transport.
9037
9038         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9039         (rtsp_connection_free), (rtsp_connection_next_timeout),
9040         (rtsp_connection_reset_timeout):
9041         * gst/rtsp/rtspconnection.h:
9042         Use a timer to handle the session timeouts, add some methods to deal
9043         with timeouts.
9044
9045 2007-05-17  Wim Taymans  <wim@fluendo.com>
9046
9047         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
9048         (gst_rtspsrc_setup_streams):
9049         Ignore streams that fail the setup command, we will retry with a
9050         different transport later on.
9051
9052         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
9053         (rtsp_ext_wms_configure_stream):
9054         Fix encoding name case.
9055
9056 2007-05-16  Edward Hervey  <edward@fluendo.com>
9057
9058         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
9059         Fix build on macosx.
9060
9061 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
9062
9063         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
9064         Replace direct comparison of a string with the string literal "" with
9065         a comparison of the first character with '\0'. Fixes #438926.
9066
9067 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9068
9069         * gst/debug/breakmydata.c (gst_break_my_data_init):
9070           One more try. This should be the proper fix now.
9071
9072 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9073
9074         * gst/debug/breakmydata.c:
9075           Ooops, no // comments please.
9076
9077 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9078
9079         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
9080         (gst_break_my_data_init):
9081           Fix gst_buffer_is_writable() assertion.
9082
9083 2007-05-14  David Schleef  <ds@schleef.org>
9084
9085         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
9086           video/x-raw-bayer.  Fixes #314160.
9087
9088 2007-05-14  Wim Taymans  <wim@fluendo.com>
9089
9090         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
9091         (gst_rtp_theora_depay_parse_configuration):
9092         * gst/rtp/gstrtptheorapay.c: (encode_base64),
9093         (gst_rtp_theora_pay_finish_headers),
9094         (gst_rtp_theora_pay_handle_buffer):
9095         Update theora pay/depayloader in a similar to vorbis.
9096
9097         * gst/rtp/gstrtpvorbisdepay.c:
9098         (gst_rtp_vorbis_depay_parse_configuration):
9099         Update docs.
9100
9101 2007-05-14  Wim Taymans  <wim@fluendo.com>
9102
9103         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
9104         When we try to execute a method that is not supported by the server,
9105         don't error out but remove the method from the accepted methods so that
9106         we never try to perform this method again.
9107
9108 2007-05-14  Wim Taymans  <wim@fluendo.com>
9109
9110         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
9111         Remove annoying _dump_mem.
9112
9113 2007-05-14  Wim Taymans  <wim@fluendo.com>
9114
9115         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
9116         Parse range correctly.
9117
9118         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
9119         The baseurl now always has a '/' at the start.
9120
9121 2007-05-14  Wim Taymans  <wim@fluendo.com>
9122
9123         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
9124         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
9125         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9126         Factor out caps configuration and configure more stuff such as the time
9127         ranges and speed/scale values.
9128
9129         * gst/rtsp/rtsptransport.c:
9130         Add Copyright after non-trival fixes.
9131
9132 2007-05-12  Wim Taymans  <wim@fluendo.com>
9133
9134         Patch by: Peter Kjellerstedt  <pkj at axis com>
9135
9136         * gst/rtsp/gstrtspsrc.h:
9137         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9138         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
9139         (rtsp_message_get_header):
9140         * gst/rtsp/rtspmessage.h:
9141         Make channel guint8 where possible.
9142         Make rtsp_message_init_data() take the channel as a guint8.
9143
9144         * gst/rtsp/rtspdefs.c:
9145         Fixed a typo: Timout -> Timeout
9146
9147         * gst/rtsp/rtspdefs.h:
9148         Make RTSP_CHECK() behave as a statement.
9149
9150         * gst/rtsp/sdpmessage.c:
9151         Avoid a compiler warning in INIT_ARRAY().
9152         Fixes #437692.
9153
9154 2007-05-12  Wim Taymans  <wim@fluendo.com>
9155
9156         Patch by: Peter Kjellerstedt  <pkj at axis com>
9157
9158         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
9159         (rtsp_url_get_request_uri):
9160         * gst/rtsp/rtspurl.h:
9161         Add support for query parameters to RTSP URLs.
9162
9163 2007-05-12  Wim Taymans  <wim@fluendo.com>
9164
9165         Patch by: Peter Kjellerstedt  <pkj at axis com>
9166
9167         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
9168         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
9169         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
9170         (rtsp_transport_parse), (rtsp_transport_as_text):
9171         * gst/rtsp/rtsptransport.h:
9172         Add validation to rtsp_transport_parse().
9173         Add rtsp_transport_as_text() to generate an RTSP header from an
9174         RTSPTransport.
9175         Change ssrc to guint (was a string) since that is what it is, even
9176         though it is sent as a hex string.
9177         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
9178         incorrect, which can be seen when looking at the examples in the RFC).
9179         Fixes #437670.
9180
9181 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9182
9183         Patch by: Eric Anholt
9184
9185         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
9186           gst_ximage_src_ximage_get):
9187         Use union of all damage between frames to make it faster.
9188         Fixes bug #342463.
9189         Also fix crasher when cursor is at bottom right of window.
9190
9191 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
9192
9193         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9194           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
9195           streaming mode regression for file from #343837 with 'bext' chunk
9196           before the 'fmt' chunk.
9197
9198 2007-05-11  Wim Taymans  <wim@fluendo.com>
9199
9200         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
9201         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
9202         (gst_rtspsrc_handle_src_event),
9203         (gst_rtspsrc_stream_configure_manager),
9204         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
9205         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
9206         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9207         * gst/rtsp/gstrtspsrc.h:
9208         * gst/rtsp/rtspdefs.h:
9209         Preliminary seek support.
9210         Activate internal pads so that we can receive events on them.
9211         Don't try to parse a range string when it's NULL.
9212
9213 2007-05-11  Wim Taymans  <wim@fluendo.com>
9214
9215         * gst/rtp/README:
9216         Update README with new RTP variables that will be used for
9217         synchronisation.
9218
9219         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
9220         (gst_rtp_vorbis_depay_parse_configuration),
9221         (gst_rtp_vorbis_depay_process):
9222         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
9223         (gst_rtp_vorbis_pay_finish_headers),
9224         (gst_rtp_vorbis_pay_handle_buffer):
9225         Update vorbis pay and depayloader to draft-04.
9226
9227 2007-05-11  Wim Taymans  <wim@fluendo.com>
9228
9229         * gst/rtsp/rtsptransport.c:
9230         UDP MCAST is actually the default for RTP/AVP.
9231 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
9232
9233         * gst/level/gstlevel.c: (gst_level_transform_ip):
9234         Use guint8 * instead of gpointer then vs6 can build 
9235         in_data += (filter->width / 8).
9236
9237 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9238
9239         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
9240           gst_ximage_src_ximage_get):
9241         * sys/ximage/gstximagesrc.h (last_ximage):
9242         When using Damage actually keep the last frame, and not assume
9243         that the buffer we get already has the last frame on it.
9244         Copy the cursor over if we specify a non-zero start x and
9245         start y.
9246
9247 2007-05-11  Wim Taymans  <wim@fluendo.com>
9248
9249         * gst/rtsp/rtsptransport.c:
9250         Make UDP the default transport when not specified.
9251
9252 2007-05-09  David Schleef  <ds@schleef.org>
9253
9254         * gst/level/gstlevel.c:
9255           Revert last change.
9256
9257 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9258
9259         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
9260         (gst_level_transform_ip):
9261         Use guint8 * instead of gpointer then vs6 know the size of data
9262         pointed when moving the pointer.
9263         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
9264         Move instructions after variables declaration.
9265         * win32/vs6/autogen.dsp:
9266         * win32/vs6/libgstrtp.dsp:
9267         * win32/vs6/libgstrtsp.dsp:
9268         Update vs6 project files.
9269
9270 2007-05-09  Wim Taymans  <wim@fluendo.com>
9271
9272         * gst/rtsp/Makefile.am:
9273         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
9274         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
9275         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
9276         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
9277         (rtsp_range_free):
9278         * gst/rtsp/rtsprange.h:
9279         Add code to parse time ranges.
9280         Report DURATION on the stream when possible.
9281
9282 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
9283
9284         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
9285         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9286         (gst_videomixer_collected):
9287           Fix strides calculation for AYUV (it's just width*4) (#436910).
9288
9289 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
9290
9291         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
9292         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
9293         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
9294         Sync the GObject properties before each processing step to properly
9295         work with the controller.
9296
9297 2007-05-04  Wim Taymans  <wim@fluendo.com>
9298
9299         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9300         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9301         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9302         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
9303         (gst_rtspsrc_change_state):
9304         Let more error state trickle down so that we can catch more error
9305         cases.
9306         Handle keep-alive a little smarter by selecting a method the server
9307         actually supports.
9308         Fix a race in UDP streaming shutdown.
9309
9310 2007-05-04  Wim Taymans  <wim@fluendo.com>
9311
9312         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
9313         Ignore errors when trying to use the keep-alive messages.
9314
9315 2007-05-04  Wim Taymans  <wim@fluendo.com>
9316
9317         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
9318         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
9319         (gst_rtspsrc_stream_configure_manager),
9320         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9321         (gst_rtspsrc_stream_configure_mcast),
9322         (gst_rtspsrc_stream_configure_udp),
9323         (gst_rtspsrc_stream_configure_udp_sink),
9324         (gst_rtspsrc_stream_configure_transport):
9325         Send RTCP messages back to the server over the TCP connection.
9326
9327         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
9328         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9329         (rtsp_connection_receive):
9330         * gst/rtsp/rtspconnection.h:
9331         Factor out and expose lowlevel _write and _read methods.
9332         Implement sending data messages to the server.
9333
9334 2007-05-03  Wim Taymans  <wim@fluendo.com>
9335
9336         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
9337         (gst_multipart_mux_collected):
9338         Fix timestamps on outgoing buffers.
9339
9340 2007-05-03  Wim Taymans  <wim@fluendo.com>
9341
9342         * gst/multipart/multipartmux.c:
9343         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
9344         (gst_multipart_mux_change_state):
9345         Emit NEWSEGMENT events before pushing the first buffer.
9346
9347 2007-05-03  Wim Taymans  <wim@fluendo.com>
9348
9349         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9350         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
9351         (gst_rtspsrc_handle_src_query),
9352         (gst_rtspsrc_stream_configure_manager),
9353         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9354         (gst_rtspsrc_stream_configure_mcast),
9355         (gst_rtspsrc_stream_configure_udp),
9356         (gst_rtspsrc_stream_configure_udp_sink),
9357         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
9358         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
9359         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9360         (gst_rtspsrc_pause):
9361         Refactor transport configuration code.
9362         Create internal pads for TCP transport so that we can implement events
9363         and queries.
9364         Handle events and queries.
9365         Parse range from the SDP.
9366         Fix race in pause handler where the connection could still be flushing.
9367
9368 2007-05-02  Wim Taymans  <wim@fluendo.com>
9369
9370         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9371         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
9372         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9373         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
9374         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
9375         (gst_rtspsrc_change_state):
9376         * gst/rtsp/gstrtspsrc.h:
9377         Fix race when multiple udp sources post timeouts, just act on the first
9378         received timeout.
9379         Protect stream list with a recursive lock to fix some races.
9380         Flush connection when we need to do a reconnect or stop.
9381         Make state lock recursive.
9382
9383         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9384         (rtsp_connection_close):
9385         Some small cleanups.
9386
9387 2007-05-02  Wim Taymans  <wim@fluendo.com>
9388
9389         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9390         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9391         Only set DISCONT when there actually is a discont or when we just
9392         started.
9393
9394 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9395
9396         * ext/flac/gstflac.c: (plugin_init):
9397         Call bindtextdomain() to get localized strings.
9398
9399 2007-05-02  Wim Taymans  <wim@fluendo.com>
9400
9401         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9402         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
9403         (gst_wavparse_stream_data):
9404         * gst/wavparse/gstwavparse.h:
9405         Be a bit more clever when dealing with VBR files with FACT tags, we
9406         don't want to timestamp buffers in that case but the estimated BPS can
9407         be used for seeking.
9408         Only send close segment in the streaming thread.
9409
9410 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9411
9412         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
9413         Correctly post an error on the bus if something went wrong in the loop
9414         function. This fixes a few cases where the task was paused and nothing
9415         happened anymore.
9416
9417 2007-05-02  Wim Taymans  <wim@fluendo.com>
9418
9419         * gst/rtsp/test.c: (main):
9420         Fix compilation of deprecated test just because I'm too lazy to delete
9421         it.
9422
9423 2007-05-02  Wim Taymans  <wim@fluendo.com>
9424
9425         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9426         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9427         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
9428         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
9429         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9430         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
9431         * gst/rtsp/gstrtspsrc.h:
9432         Fix sending RTCP to the right place.
9433         Fix bug in reffing the wrong UDP element.
9434         Use new pad names for the session manager.
9435         Implement handling server requests in interleaved and UDP modes.
9436         Handle session keep-alive in UDP modes.
9437         Remove GCond for handling UDP timeouts.
9438
9439         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9440         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9441         (rtsp_connection_receive), (rtsp_connection_close):
9442         * gst/rtsp/rtspconnection.h:
9443         Store connection IP address for later.
9444         Add timeout args to all operations that might block forever.
9445         Parse session timeout.
9446         Only close sockets when not already closed.
9447
9448         * gst/rtsp/rtspdefs.c:
9449         * gst/rtsp/rtspdefs.h:
9450         Add timeout return value and error string.
9451
9452         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
9453         Add small comment.
9454
9455 2007-05-01  Wim Taymans  <wim@fluendo.com>
9456
9457         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9458
9459         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
9460         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
9461         * gst/rtp/gstrtpmp4vpay.h:
9462         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
9463
9464 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
9465
9466         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9467           Remove v4l2src from docs, since it breaks the docs build, and the
9468           plugin is only built if --enable-experimental is used anyway.
9469
9470         * docs/plugins/Makefile.am:
9471           Spaces => tab.
9472
9473 2007-04-29  Wim Taymans  <wim@fluendo.com>
9474
9475         * gst/udp/gstmultiudpsink.c: (leave_multicast),
9476         (gst_multiudpsink_add), (gst_multiudpsink_remove):
9477         Add code to drop membership of a multicast group.
9478
9479         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
9480         (gst_udpsink_set_uri):
9481         Implement URI handler.
9482
9483         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9484         (gst_rtspsrc_parse_rtpinfo):
9485         Use URI handler to make udpsink instace.
9486         Improve code to configure port and destination.
9487
9488 2007-04-29  Wim Taymans  <wim@fluendo.com>
9489
9490         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
9491         Fix multicast detection.
9492         Don't try to join a multicast group if the address is not multicast.
9493
9494         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
9495         Small debug improvement.
9496
9497 2007-04-27  Wim Taymans  <wim@fluendo.com>
9498
9499         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9500         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9501         (gst_rtspsrc_handle_message):
9502         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
9503         parent.
9504
9505 2007-04-27  Wim Taymans  <wim@fluendo.com>
9506
9507         * gst/rtp/gstrtpilbcdepay.h:
9508         Fix mode property when specified as an arg.
9509
9510 2007-04-26  Edward Hervey  <edward@fluendo.com>
9511
9512         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9513         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9514         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9515         * docs/plugins/inspect/plugin-osxaudio.xml:
9516         Add documentation for osxaudio plugin.
9517
9518 2007-04-26  Wim Taymans  <wim@fluendo.com>
9519
9520         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9521         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9522         (gst_rtspsrc_open), (gst_rtspsrc_close),
9523         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9524         (gst_rtspsrc_pause):
9525         * gst/rtsp/gstrtspsrc.h:
9526         Protect state changes with a lock.
9527
9528         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9529         (parse_line):
9530         * gst/rtsp/rtspconnection.h:
9531         Remove some unused stuff.
9532
9533 2007-04-26  Wim Taymans  <wim@fluendo.com>
9534
9535         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
9536         Handle the case where there are exactly 0 bytes to read and the ioctl
9537         did not report an error. Fixes #433530.
9538
9539 2007-04-26  Wim Taymans  <wim@fluendo.com>
9540
9541         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9542         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9543         * gst/wavparse/gstwavparse.h:
9544         Apply DISCONT to buffers.
9545         Only apply timestamp to the first sample after a DISCONT, too many VBR
9546         files cause random jitter in the timestamps. Fixes #433119.
9547
9548 2007-04-25  Wim Taymans  <wim@fluendo.com>
9549
9550         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
9551         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
9552         (gst_rtp_dec_get_property):
9553         * gst/rtsp/gstrtpdec.h:
9554         Add dummy latency property to be backwards compat with rtpbin.
9555
9556         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9557         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9558         (gst_rtspsrc_stream_configure_transport),
9559         (gst_rtspsrc_parse_rtpinfo):
9560         * gst/rtsp/gstrtspsrc.h:
9561         Add latency property and configure in the session manager.
9562         Don't set invalid clock-base and seqnum-base on caps, some servers
9563         sometimes don't send them.
9564
9565 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9566
9567         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
9568         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
9569           Double-check that RGB input caps are really RGBA caps (apparently
9570           the core doesn't always catch it if those caps aren't a subset of
9571           our template caps, also see #421543). Fixes #429319 in a way.
9572           Also, don't leak the pad template in the transform_caps function.
9573
9574         * tests/check/Makefile.am:
9575         * tests/check/elements/.cvsignore:
9576         * tests/check/elements/alphacolor.c: (setup_alphacolor),
9577         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
9578         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
9579         (GST_START_TEST), (alphacolor_suite):
9580           Add some basic unit tests for alphacolor.
9581
9582 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9583
9584         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
9585           If we get a fatal flow return in the loop function, first post the
9586           error message and only then send the EOS event downstream, otherwise
9587           applications might get an eos message before the error message and
9588           think everything was ok (related to #429319).
9589
9590 2007-04-25  Wim Taymans  <wim@fluendo.com>
9591
9592         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9593         Read the channel byte as an unsigned byte.
9594
9595 2007-04-25  Wim Taymans  <wim@fluendo.com>
9596
9597         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
9598         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
9599         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9600         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
9601         (gst_rtp_gsm_depay_setcaps):
9602         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
9603         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
9604         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
9605         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
9606         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
9607         (gst_ilbc_depay_get_property):
9608         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
9609         * gst/rtp/gstrtpmp4adepay.c:
9610         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
9611         (gst_rtp_pcma_depay_setcaps):
9612         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
9613         (gst_rtp_pcmu_depay_setcaps):
9614         Make sure we configure the clock_rate in the baseclass in the setcaps
9615         function. Fixes #431282.
9616
9617 2007-04-25  Wim Taymans  <wim@fluendo.com>
9618
9619         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9620         (gst_rtspsrc_stream_free), (request_pt_map),
9621         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
9622         * gst/rtsp/gstrtspsrc.h:
9623         Parse server address from SDP.
9624         Hook up a udpsink to send RTCP back to the server.
9625
9626         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9627         * gst/rtsp/rtsptransport.h:
9628         Add some docs.
9629
9630 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
9631
9632         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9633           Make header field check conditional. Fixes #433135
9634
9635 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9636
9637         * docs/plugins/Makefile.am:
9638         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9639         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9640         * docs/plugins/inspect/plugin-alphacolor.xml:
9641         * gst/alpha/Makefile.am:
9642         * gst/alpha/gstalphacolor.c:
9643         * gst/alpha/gstalphacolor.h:
9644           Add minimal docs blurb to alphacolor; split out headers into
9645           separate header file for gtk-doc.
9646
9647 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
9648
9649         * gst/debug/progressreport.c: (gst_progress_report_report):
9650           Don't try to post NULL message (in case we can't query upstream
9651           position or duration).
9652
9653 2007-04-18  Michael Smith  <msmith@fluendo.com>
9654
9655         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
9656         (gst_cutter_get_caps):
9657         * gst/cutter/gstcutter.h:
9658           Fix some of the most obvious bugs in cutter. Now doesn't leak
9659           everything if input is silent.
9660
9661 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
9662
9663         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9664         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
9665         * gst/wavenc/gstwavenc.h:
9666         Wav apparently only supports width==GST_ROUND_UP(depth), everything
9667         else results in a invalid block align and invalid files.
9668
9669 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
9670
9671         Patch by: Snaik <snaik32 gmail com>
9672
9673         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
9674           Add missing break statement for BOX_HORIZONTAL case.
9675
9676 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9677
9678         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9679
9680         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9681         Use correct format strings for integer types.
9682
9683 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9684
9685         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
9686         (gst_wavparse_create_sourcepad):
9687         Use gst_riff_create_audio_template_caps () instead of the local caps.
9688         This makes updates of the local caps unecessary whenever libgstriff
9689         gets support for new formats.
9690
9691 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
9692
9693         Patch by: Brian Cameron  <brian.cameron at sun dot com>
9694
9695         * sys/sunaudio/gstsunaudio.c:
9696         * sys/sunaudio/gstsunaudiomixer.c:
9697         * sys/sunaudio/gstsunaudiomixer.h:
9698         * sys/sunaudio/gstsunaudiomixerctrl.c:
9699         * sys/sunaudio/gstsunaudiomixerctrl.h:
9700         * sys/sunaudio/gstsunaudiomixertrack.h:
9701         * sys/sunaudio/gstsunaudiosink.c:
9702         * sys/sunaudio/gstsunaudiosink.h:
9703         * sys/sunaudio/gstsunaudiosrc.c:
9704         * sys/sunaudio/gstsunaudiosrc.h:
9705           Fix and/or update copyright attributions (#430228).
9706
9707 2007-04-13  Wim Taymans  <wim@fluendo.com>
9708
9709         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9710         Fix docs.
9711
9712         * gst/rtsp/URLS:
9713         Add some more example urls.
9714
9715         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
9716         (gst_rtp_dec_chain_rtp):
9717         Better debugging.
9718
9719         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
9720         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
9721         (gst_rtspsrc_parse_rtpinfo):
9722         Remove unused code.
9723
9724 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9725
9726         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9727         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9728         (gst_wavparse_stream_data):
9729           Relax the audio/mpeg caps again and add FIXME: comment.
9730
9731 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9732
9733         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9734         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9735         (gst_wavparse_stream_data):
9736         * gst/wavparse/gstwavparse.h:
9737           More sanity check for the header fields. Fix type for 'rate' header
9738           field.
9739
9740 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9741
9742         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
9743         (gst_icydemux_unicodify):
9744           If the metadata strings we get in the stream are not UTF-8, try to
9745           interpret them according to the character encodings specified in the
9746           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
9747           only fall back to locale/ISO-8859-1 if those aren't set or don't
9748           work. Should fix #428901.
9749
9750 2007-04-12  Wim Taymans  <wim@fluendo.com>
9751
9752         * gst/rtp/gstrtph264depay.c:
9753         Use the proper sync word for SPS and PPS.
9754
9755 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
9756
9757         * gst/rtp/Makefile.am:
9758         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
9759           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
9760         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
9761           Add a simple hashing implementation that we can use to generate
9762           a 24-bit ident value based on the codebooks for vorbis and theora.
9763         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
9764           gst_rtp_theora_pay_handle_buffer):
9765         * gst/rtp/gstrtpvorbisdepay.c
9766           (gst_rtp_vorbis_depay_parse_configuration,
9767           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
9768         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
9769           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
9770           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
9771           Use the hashing function, ensuring that the same codebooks result
9772           in the same ident and thus the same SDP description.
9773           Various log fixes/changes.
9774
9775 2007-04-12  Wim Taymans  <wim@fluendo.com>
9776
9777         Patch by: jerry tan <jerry dot tan at sun dot com>
9778
9779         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
9780         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
9781         application's responsibility to make sure it open the device once.
9782         Remove a careless error if AUDIODEV is set. Fixes #392620.
9783
9784 2007-04-12  Wim Taymans  <wim@fluendo.com>
9785
9786         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
9787         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
9788         * gst/rtsp/gstrtpdec.h:
9789         Make backward compat with rtpbin by adding the request-pt-map signals.
9790
9791         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
9792         (new_session_pad), (request_pt_map),
9793         (gst_rtspsrc_stream_configure_transport),
9794         (gst_rtspsrc_stream_configure_caps),
9795         (gst_rtspsrc_activate_streams):
9796         * gst/rtsp/gstrtspsrc.h:
9797         Implement request-pt-map signals instead of setting caps on the buffers
9798         for the session manager.
9799
9800 2007-04-11  Wim Taymans  <wim@fluendo.com>
9801
9802         * gst/udp/gstudp.c: (plugin_init):
9803         Register GstNetBuffer in plugin_init so that the type can be used from
9804         multiple threads without races.
9805
9806 2007-04-10  Wim Taymans  <wim@fluendo.com>
9807
9808         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
9809         (gst_rtp_amr_depay_process):
9810         Fix depayloader clock_rate and some cleanups.
9811
9812         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
9813         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
9814         * gst/rtp/gstrtph264depay.h:
9815         Don't push codec_data in the adapter because it might get flushed when
9816         we get a discont.
9817
9818         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9819         Handle multiple AU per packet.
9820
9821         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
9822         (gst_rtp_sv3v_depay_plugin_init):
9823         Disable rank, this one does not work.
9824         Remove timestamping, base class does that.
9825
9826 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
9827
9828         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
9829           limit caps to the formats we announce in the template
9830
9831         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9832         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9833         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
9834           fix some crashers/asserts when dealing with broken files
9835
9836 2007-04-10  Wim Taymans  <wim@fluendo.com>
9837
9838         Patch by: Peter Kjellerstedt  <pkj at axis com>
9839
9840         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
9841         * gst/rtp/gstrtpL16depay.c:
9842         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9843         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
9844         (gst_rtp_speex_depay_setcaps):
9845         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
9846         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
9847         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
9848         Fix some compiler warnings. Fixes #428182.
9849
9850 2007-04-06  Wim Taymans  <wim@fluendo.com>
9851
9852         * gst/rtsp/Makefile.am:
9853         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
9854         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
9855         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
9856         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
9857         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
9858         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
9859         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
9860         (create_rtcp), (gst_rtp_dec_request_new_pad),
9861         (gst_rtp_dec_release_pad):
9862         * gst/rtsp/gstrtpdec.h:
9863         * gst/rtsp/gstrtsp.c: (plugin_init):
9864         Morph RTPDec into something compatible with RTPBin as a fallback.
9865         Various other style fixes.
9866
9867         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
9868         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
9869         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
9870         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
9871         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
9872         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
9873         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
9874         * gst/rtsp/gstrtspsrc.h:
9875         Implement RTPBin session manager handling.
9876         Don't try to add empty properties to caps.
9877         Implement fallback session manager, handling.
9878         Don't combine errors from RTCP streams, just ignore them.
9879
9880         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
9881         * gst/rtsp/rtsptransport.h:
9882         Implement fallback session manager.
9883         Make RTPBin the default one when available.
9884
9885 2007-04-05  Wim Taymans  <wim@fluendo.com>
9886
9887         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
9888         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
9889         This element is ready to be autoplugged.
9890
9891 2007-04-05  Julien MOUTTE  <julien@moutte.net>
9892
9893         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
9894         Don't leave the offsets defined by upstream element on the
9895         compressed data buffer we are pushing downstream. Make them
9896         GST_BUFFER_OFFSET_NONE.
9897
9898 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
9899
9900         * gst/avi/README:
9901         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
9902         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
9903         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
9904         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
9905         (gst_avi_demux_calculate_durations_from_index),
9906         (gst_avi_demux_stream_header_push),
9907         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
9908         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
9909           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
9910
9911 2007-04-03  Wim Taymans  <wim@fluendo.com>
9912
9913         * gst/smpte/barboxwipes.c:
9914         Fix error as spotted by Snaik <snaik32 at gmail dot com>
9915
9916 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9917
9918         * gst/wavparse/gstwavparse.c:
9919         Support audio/x-raw-float in wav files. This only works with
9920         plugins-base CVS, using an older version doesn't have any
9921         disadvantages though.
9922
9923 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9924
9925         * configure.ac:
9926         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9927         (gst_au_parse_parse_header), (gst_au_parse_chain):
9928         * gst/auparse/gstauparse.h:
9929         Revert last change as we don't want plugins-good to depend on
9930         plugins-base CVS now.
9931
9932 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9933
9934         * configure.ac:
9935         Require gst-plugins-base CVS for audioconvert with non-native
9936         float support and width/depth fix in libgstriff.
9937
9938         Patch by: René Stadler <mail at renestadler dot de>
9939
9940         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9941         (gst_au_parse_parse_header), (gst_au_parse_chain):
9942         * gst/auparse/gstauparse.h:
9943         Don't swap the floats ourself if they're not in native endianness.
9944         Instead let audioconvert handle this. Fixes #339838.
9945
9946 2007-03-29  Wim Taymans  <wim@fluendo.com>
9947
9948         * gst/rtp/gstasteriskh263.h:
9949         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
9950         (gst_rtp_h263p_depay_change_state):
9951         * gst/rtp/gstrtph263pdepay.h:
9952         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
9953         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
9954         (gst_rtp_h264_depay_change_state):
9955         * gst/rtp/gstrtph264depay.h:
9956         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
9957         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
9958         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9959         Flush adapter on disconts.
9960
9961 2007-03-29  Wim Taymans  <wim@fluendo.com>
9962
9963         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
9964         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
9965         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
9966         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
9967         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9968         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
9969         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
9970         (gst_rtp_mp4v_depay_process):
9971         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
9972         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
9973         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
9974         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
9975         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
9976         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
9977         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
9978         Use more efficient adapter and rtpbuffer methods when possible.
9979
9980 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9981
9982         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9983         (gst_wavenc_sink_setcaps):
9984         Correctly handle width!=depth input.
9985         * gst/wavparse/gstwavparse.c:
9986         Already export in the caps that width==8 uses unsigned samples and
9987         everything else uses signed samples.
9988
9989 2007-03-29  Wim Taymans  <wim@fluendo.com>
9990
9991         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
9992
9993         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
9994         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
9995         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
9996         (gst_dynudpsink_close):
9997         * gst/udp/gstdynudpsink.h:
9998         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9999         (gst_udpsrc_create), (gst_udpsrc_set_property),
10000         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
10001         * gst/udp/gstudpsrc.h:
10002         Rework the socket allocation a bit based on the sockfd argument so that
10003         it becomes usable.
10004         Add a closefd property to instruct the udp elements to close the custom
10005         file descriptors when going to READY. Fixes #423304.
10006         API:GstUDPSrc::closefd property
10007         API:GstDynUDPSink::closefd property
10008
10009 2007-03-29  Wim Taymans  <wim@fluendo.com>
10010
10011         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10012
10013         * gst/rtp/Makefile.am:
10014         * gst/rtp/gstrtp.c: (plugin_init):
10015         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
10016         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
10017         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
10018         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
10019         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
10020         (gst_rtp_h264_pay_plugin_init):
10021         * gst/rtp/gstrtph264pay.h:
10022         Added H264 payloader. Fixes #423782.
10023
10024         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10025         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10026         Small fixes.
10027
10028 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10029
10030         * gst/wavparse/gstwavparse.c:
10031         Actually support depths from 1 to 32, not only 8 to 32.
10032
10033 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10034
10035         * gst/wavparse/gstwavparse.c:
10036         Add support for wav files containing audio/x-raw-int with random
10037         depths between 1 and 32 bits.
10038
10039 2007-03-28  Wim Taymans  <wim@fluendo.com>
10040
10041         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
10042
10043         * gst/rtp/Makefile.am:
10044         * gst/rtp/gstrtp.c: (plugin_init):
10045         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
10046         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
10047         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
10048         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
10049         (gst_rtp_mp4a_depay_get_property),
10050         (gst_rtp_mp4a_depay_change_state),
10051         (gst_rtp_mp4a_depay_plugin_init):
10052         * gst/rtp/gstrtpmp4adepay.h:
10053         Added MP4A-LATM depayloader. Fixes #417792.
10054
10055         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10056         (gst_rtp_mp4v_depay_process):
10057         Fixup depayloader, setting codec_data, using more efficient adaptor and
10058         rtpbuffer handling.
10059
10060         * gst/rtsp/URLS:
10061         Add url to test above.
10062
10063 2007-03-25  Wim Taymans  <wim@fluendo.com>
10064
10065         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
10066         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
10067         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
10068         (gst_rtspsrc_media_to_caps),
10069         (gst_rtspsrc_stream_configure_transport),
10070         (gst_rtspsrc_stream_configure_caps),
10071         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
10072         * gst/rtsp/gstrtspsrc.h:
10073         Handle default clock-rates for static payload types, rearrange stuff so
10074         that the rtpmap field in the sdp can override the defaults.
10075         Parse RTP-Info field to get the seqnum and timebase fields that should
10076         go in the caps.
10077         Delay configuring caps after we got the RTP-Info from the PLAY reply from
10078         the server. 
10079
10080 2007-03-22  Wim Taymans  <wim@fluendo.com>
10081
10082         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
10083
10084         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
10085         Accept complex pipeline descriptions as an audio profile instead of just
10086         a single element. Fixes #420658.
10087
10088 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10089
10090         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
10091           Rename registered type in preparation of GstTagDemux moving to
10092           -base at some point in the future.
10093
10094 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
10095
10096         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10097           Streaming mode fixes: don't unref buffer we don't own any longer;
10098           remove bogus adapter flush. Fixes #419338.
10099
10100 2007-03-17  David Schleef  <ds@schleef.org>
10101
10102         * REQUIREMENTS: Change the format to key/value, add a bunch of
10103           information, remove a bunch of requirements that are for
10104           other GStreamer packages.
10105
10106 2007-03-17  David Schleef  <ds@schleef.org>
10107
10108         * REQUIREMENTS: Fix a few things.  This file really needs a
10109         good once-over.
10110
10111 2007-03-15  Edward Hervey  <edward@fluendo.com>
10112
10113         * sys/Makefile.am:
10114         Don't forget to distribute the sys/osxaudio/ directory.
10115
10116 2007-03-15  Edward Hervey  <edward@fluendo.com>
10117
10118         * configure.ac:
10119         * sys/Makefile.am:
10120         * sys/osxaudio/Makefile.am:
10121         * sys/osxaudio/gstosxaudio.c:
10122         * sys/osxaudio/gstosxaudiosink.c:
10123         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
10124         (gst_osx_audio_sink_getcaps),
10125         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
10126         * sys/osxaudio/gstosxaudiosrc.c:
10127         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
10128         (gst_osx_audio_src_create_ringbuffer):
10129         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
10130         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
10131         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
10132         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
10133         * sys/osxaudio/gstosxringbuffer.h:
10134         Activate osxaudio in gst-plugins-good with proper build setup.
10135         Add inlined documentation.
10136         Fix debug statements
10137         Fix ringbuffer when pausing.
10138         Fixes #323471
10139
10140 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10141         * gst/rtp/gstrtppcmapay.c:
10142         * gst/rtp/gstrtppcmapay.h:
10143         * gst/rtp/gstrtppcmupay.c:
10144         * gst/rtp/gstrtppcmupay.h:
10145         Ported mulaw and alaw payloaders to use new base class
10146
10147 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10148
10149         * po/af.po:
10150         * po/az.po:
10151         * po/cs.po:
10152         * po/en_GB.po:
10153         * po/it.po:
10154         * po/nl.po:
10155         * po/or.po:
10156         * po/sq.po:
10157         * po/sr.po:
10158         * po/sv.po:
10159         * po/uk.po:
10160         * po/vi.po:
10161           Update translations.
10162
10163 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10164
10165         * configure.ac:
10166           Fix string replace error (AG_AG_GST_* => AG_GST_*).
10167
10168 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10169
10170         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
10171           Fix handling of -1 values for start and stop values when seeking,
10172           and SEEK_CUR+SEEK_END here as well.
10173
10174 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
10175
10176         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
10177           Fix handling of -1 values for start and stop values when seeking, 
10178           and SEEK_CUR+SEEK_END.
10179
10180 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10181
10182         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
10183           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
10184           the image format a variable-length NUL-terminated string; in
10185           versions before that the image format is a fixed-length string of
10186           3 characters (see #348644 for a sample tag).
10187           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
10188
10189 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
10190
10191         * win32/MANIFEST:
10192         Add new project files to MANIFEST.
10193         * win32/vs6/libgstaudiofx.dsp:
10194         * win32/vs6/libgstrtp.dsp:
10195         * win32/vs6/libgstrtsp.dsp:
10196         Update project files.
10197         
10198 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10199
10200         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
10201         (gst_avi_demux_parse_index):
10202         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
10203         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
10204           Printf format fixes; also add some missing quotes in translated
10205           strings. Fixes #416728 and #416727.
10206
10207 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10208
10209         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
10210           Tim and I can't think of any reason the child audio sink needs to 
10211           be set back to NULL after successfully determining that it can 
10212           reach READY - it gets immediately set back to READY by the caller
10213           anyway, causing an unnecessary close/open of any audio devices
10214           involved.
10215
10216 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10217
10218         * po/LINGUAS:
10219         * po/ja.po:
10220           Add ja.po file from #377306.
10221
10222 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10223
10224         * sys/sunaudio/gstsunaudio.c: (plugin_init):
10225         * sys/sunaudio/gstsunaudiomixertrack.c:
10226         (gst_sunaudiomixer_track_new):
10227           Actually translate sunaudio mixer track labels instead of just
10228           marking the strings as translatable (#377306); clean up weird
10229           label string mapping code that serves no apparent purpose. Also
10230           set the 'untranslated-label' property when creating mixer tracks
10231           if the GstMixerTrack base class supports this.
10232
10233         * tests/check/Makefile.am:
10234         * tests/check/elements/.cvsignore:
10235         * tests/check/elements/sunaudio.c: (GST_START_TEST),
10236         (sunaudio_suite):
10237           Very minimalistic unit test for sunaudiomixer element (compiles, but not
10238           actually tested on a system where sunaudiomixer is available).
10239
10240 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10241
10242         * tests/check/Makefile.am:
10243         Re-enable the states test and see if it works on the buildbots.
10244
10245 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10246
10247         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
10248         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
10249         (gst_dvdec_change_state):
10250         * ext/dv/gstdvdec.h:
10251         Infer pixel-aspect-ratio from the video frame format if it isn't
10252         provided by the container, as happens when playing DV from AVI
10253         or Quicktime containers.
10254
10255         Patch by: Wim Taymans <wim@fluendo.com>
10256         Fixes #380944
10257
10258 2007-03-09  Wim Taymans  <wim@fluendo.com>
10259
10260         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
10261         When activated, remove the udpsrc timeout, we have dataflow and timeouts
10262         will later be handled by the jitterbuffer.
10263
10264 2007-03-09  Wim Taymans  <wim@fluendo.com>
10265
10266         * ext/taglib/gstid3v2mux.cc:
10267         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
10268         Fixes #414496.
10269         
10270         Patch by: Alex Lancaster <alexl at users sourceforge net>
10271
10272 2007-03-09  Wim Taymans  <wim@fluendo.com>
10273
10274         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10275         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
10276         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10277         (gst_avi_demux_chain):
10278         Fix stream position reporting after a seek. Fixes #416445.
10279
10280 2007-03-08  Wim Taymans  <wim@fluendo.com>
10281
10282         Patch by: René Stadler <mail at renestadler dot de>
10283
10284         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10285         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
10286         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
10287         Make avidemux accept optional header chunks in any order.
10288         Fixes #415446.
10289
10290 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10291
10292         * tests/check/Makefile.am:
10293         Disable the states check until the remaining Valgrind errors
10294         are fixed or suppressed.
10295
10296 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10297
10298         * tests/check/elements/.cvsignore:
10299           Add audiodynamic check to .cvsignore
10300
10301 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10302
10303         reviewed by: Stefan Kost  <ensonic@users.sf.net>
10304
10305         * gst/audiofx/Makefile.am:
10306         * gst/audiofx/audiodynamic.c:
10307         (gst_audio_dynamic_characteristics_get_type),
10308         (gst_audio_dynamic_mode_get_type),
10309         (gst_audio_dynamic_set_process_function),
10310         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
10311         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
10312         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
10313         (gst_audio_dynamic_transform_hard_knee_compressor_int),
10314         (gst_audio_dynamic_transform_hard_knee_compressor_float),
10315         (gst_audio_dynamic_transform_soft_knee_compressor_int),
10316         (gst_audio_dynamic_transform_soft_knee_compressor_float),
10317         (gst_audio_dynamic_transform_hard_knee_expander_int),
10318         (gst_audio_dynamic_transform_hard_knee_expander_float),
10319         (gst_audio_dynamic_transform_soft_knee_expander_int),
10320         (gst_audio_dynamic_transform_soft_knee_expander_float),
10321         (gst_audio_dynamic_transform_ip):
10322         * gst/audiofx/audiodynamic.h:
10323         * gst/audiofx/audiofx.c: (plugin_init):
10324         Add new audiodynamic element which can act as a compressor or
10325         expander. Supported are hard-knee and soft-knee operation modes with
10326         user-specified ratio and threshold.
10327         Attack and release parameters are not yet implemented but will follow.
10328         * docs/plugins/Makefile.am:
10329         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10330         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10331         * docs/plugins/gst-plugins-good-plugins.args:
10332         * docs/plugins/inspect/plugin-audiofx.xml:
10333         Integrate audiodynamic into the docs.
10334         * tests/check/Makefile.am:
10335         * tests/check/elements/audiodynamic.c: (setup_dynamic),
10336         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
10337         Add unit test for audiodynamic.
10338
10339 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10340
10341         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
10342         Free handles that we allocated when exiting via the error paths.
10343
10344 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
10345
10346         * gst/level/gstlevel.c: (gst_level_class_init),
10347         (gst_level_set_caps), (gst_level_start), (gst_level_event),
10348         (gst_level_transform_ip):
10349         * gst/level/gstlevel.h:
10350           Resolve message timestamps against the playback segment.
10351
10352 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10353
10354         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
10355         (gst_id3demux_sink_activate):
10356           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
10357           caps passed to it (previously one code path assumed it took ownership
10358           while another one assumed it didn't, while in fact it sometimes did and
10359           sometimes didn't ...).
10360
10361         * configure.ac:
10362         * tests/files/Makefile.am:
10363         * tests/files/id3-407349-1.tag:
10364         * tests/files/id3-407349-2.tag:
10365           Add directory where data for unit tests can be stored.
10366
10367         * tests/Makefile.am:
10368         * tests/check/Makefile.am:
10369         * tests/check/elements/.cvsignore:
10370         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
10371         (read_tags_from_file), (run_check_for_file),
10372         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
10373           Add unit test for id3demux, and in particular for bug #407349. Only
10374           testing pull-mode for now; push mode doesn't work yet because the test
10375           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
10376
10377 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10378
10379         * tests/check/Makefile.am:
10380           Add missing backslash at end of line.
10381
10382 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10383
10384         Trigger rebuild.
10385
10386 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10387
10388         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
10389         * gst/id3demux/id3tags.h:
10390         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10391         (parse_obsolete_tdat_frame):
10392           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
10393           the four-digit number will be interpreted as a year, whereas it is
10394           month and day in DDMM format. Instead, parse TDAT frames and fix up
10395           the date in the GST_TAG_DATE tag later if we also extracted a year.
10396           Fixes #407349.
10397
10398 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10399
10400         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10401         (gst_switch_commit_new_kid):
10402         Fix up the dispose logic so it doesn't leak, and fix setting of 
10403         the child state so that we don't set a child to our current state 
10404         just as we are changing it to something else.
10405
10406 2007-03-06  Wim Taymans  <wim@fluendo.com>
10407
10408         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
10409         (gst_goom_chain):
10410         * gst/goom/gstgoom.h:
10411         Document, fix and improve goom adapter behaviour.
10412         Fixes #407006.
10413
10414 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10415
10416         * ext/esd/esdsink.c: (gst_esdsink_open):
10417         Unref static pad template after using it.
10418
10419 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10420
10421         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10422         (gst_switch_commit_new_kid):
10423         Fix up the reference counting of the child elements.
10424
10425 2007-03-05  Wim Taymans  <wim@fluendo.com>
10426
10427         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
10428         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
10429         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
10430         Fix encoding-name case.
10431
10432 2007-03-05  Wim Taymans  <wim@fluendo.com>
10433
10434         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
10435         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
10436         (gst_rtp_speex_depay_process):
10437         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
10438         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
10439         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
10440         (gst_rtp_speex_pay_change_state):
10441         * gst/rtp/gstrtpspeexpay.h:
10442         Fix speex (de)payloader. Fixes #358040.
10443
10444 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10445
10446         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
10447         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
10448         Install fakesink in NULL by fixing some broken logic. This obviates
10449         the need to manually set _IS_SINK.
10450         Add some comments and remove a little cruft while I'm at it.
10451
10452 2007-03-05  Wim Taymans  <wim@fluendo.com>
10453
10454         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
10455         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
10456
10457 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
10458
10459         * po/POTFILES.in:
10460           Update.
10461
10462 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10463
10464         * tests/check/Makefile.am:
10465         Gah! Also disable gconfvideosink from the tests, otherwise
10466         it will instantiate autovideosink, and dfbvideosink and
10467         leak on the buildbots.
10468
10469 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10470
10471         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
10472         (gst_cdio_cdda_src_finalize):
10473         Make sure we always destroy our libcdio handle.
10474
10475 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10476
10477         * tests/check/Makefile.am:
10478         Disable autovideosink so the buildbots don't barf over memory
10479         leaked in the directfb sink.
10480
10481 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10482
10483         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
10484         Chain up in dispose
10485
10486 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10487
10488         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
10489         (gst_multipart_find_pad_by_mime):
10490         Use gst_pad_new_from_static_template instead of
10491         static_pad_template_get+pad_new.
10492
10493 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10494
10495         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
10496         Catch the case where no clock has been set.
10497
10498 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10499
10500         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
10501         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
10502         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
10503         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
10504         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
10505         (gst_gconf_audio_src_finalize), (do_toggle_element):
10506         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
10507         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
10508         (do_toggle_element):
10509         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
10510         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
10511         (gst_gconf_video_src_finalize), (do_toggle_element):
10512         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
10513         (gst_switch_sink_reset), (gst_switch_sink_set_child):
10514         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10515         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10516         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
10517         (gst_shout2send_init), (gst_shout2send_finalize):
10518         * gst/debug/testplugin.c: (gst_test_class_init),
10519         (gst_test_finalize):
10520         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
10521         (gst_flxdec_dispose):
10522         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
10523         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
10524         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10525         (gst_rtspsrc_finalize):
10526         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
10527         * gst/rtsp/rtspextwms.h:
10528         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
10529         (gst_smpte_finalize):
10530         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
10531         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
10532         (gst_udpsink_finalize):
10533         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
10534         (gst_wavparse_sink_activate):
10535         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
10536         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
10537         (gst_oss_src_finalize):
10538         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
10539         * sys/v4l2/gstv4l2object.h:
10540         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
10541         (gst_v4l2src_finalize):
10542         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
10543
10544         Fix a bunch of leaks shown by the newly-added states test.
10545
10546 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10547
10548         * ext/dv/gstdvdec.c: (gst_dvdec_init):
10549         Use gst_pad_new_from_static_template instead of 
10550         static_pad_template_get+pad_new.
10551
10552 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
10553
10554         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10555
10556         * ext/libcaca/Makefile.am:
10557         * gst/debug/Makefile.am:
10558           Don't mix tabs and spaces (#414168).
10559
10560 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10561
10562         * tests/check/generic/.cvsignore:
10563           Ignore files to please buildbot.
10564
10565 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10566
10567         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
10568         (gst_wavparse_stream_data):
10569           Unbreak my previous commit (swapped nominator & denominator). Tim,
10570           thanks for spotting.
10571
10572 2007-03-02  Wim Taymans  <wim@fluendo.com>
10573
10574         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
10575         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
10576         (gst_cdio_cdda_src_finalize):
10577         Small code cleanups.
10578         Don't use pad_alloc as the base class cannot deal with the error codes.
10579
10580 2007-03-02  Wim Taymans  <wim@fluendo.com>
10581
10582         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
10583         (gst_udpsrc_create):
10584         Fix doc.
10585
10586 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10587
10588         Patch by: René Stadler <mail@renestadler.de>
10589
10590         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10591         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10592         (gst_wavparse_stream_data):
10593           Handle rounding better to not drop last sample frame. Fixes #356692
10594
10595 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
10596
10597         * tests/check/Makefile.am:
10598         Disable cacasink from the states check too - it also calls exit(1)
10599         on us when it can't find a terminal to talk to.
10600
10601 2007-03-02  Wim Taymans  <wim@fluendo.com>
10602
10603         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
10604
10605         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10606         (gst_udpsrc_create), (gst_udpsrc_set_property),
10607         (gst_udpsrc_get_property):
10608         * gst/udp/gstudpsrc.h:
10609         Add support to strip proprietary headers. Fixes #350296.
10610
10611 2007-03-02  Wim Taymans  <wim@fluendo.com>
10612
10613         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
10614         Fix compilation.
10615
10616 2007-03-02  Wim Taymans  <wim@fluendo.com>
10617
10618         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
10619
10620         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
10621         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
10622         (gst_rtp_mp2t_depay_set_property),
10623         (gst_rtp_mp2t_depay_get_property):
10624         * gst/rtp/gstrtpmp2tdepay.h:
10625         Add support to strip off proprietary headers. Fixes #350278.
10626
10627 2007-03-02  Wim Taymans  <wim@fluendo.com>
10628
10629         * ext/hal/hal.c:
10630         Fix compilation.
10631
10632 2007-03-02  Wim Taymans  <wim@fluendo.com>
10633
10634         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
10635         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
10636         (gst_sunaudiosrc_open):
10637         * sys/sunaudio/gstsunaudiosrc.h:
10638         Remove device-name from GstSunAudioSrc. Fixes #412597.
10639
10640 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
10641
10642         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
10643         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
10644         Having NULL as UDI previously selected the default sink/src. Change
10645         this back but mention it in the debug output.
10646         * ext/hal/hal.c: (gst_hal_get_alsa_element),
10647         (gst_hal_get_oss_element), (gst_hal_get_string),
10648         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
10649         (gst_hal_get_audio_src):
10650         * ext/hal/hal.h:
10651         Refactor a bit, check all error conditions, greatly improve debugging
10652         and fix some possible memory leaks. Also implement OSS support
10653         and allow specifying an UDI that points to a real device. For this the
10654         child device which supports ALSA (preferred) or OSS is used.
10655         As a side effect this makes it impossible now to get a alsasink in
10656         halaudiosrc and a alsasrc in halaudiosink.
10657
10658 2007-03-01  Wim Taymans  <wim@fluendo.com>
10659
10660         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
10661         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
10662         Errors from the udp sources are not fatal unless all of them are in
10663         error.
10664
10665 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10666
10667         * tests/check/Makefile.am:
10668         Disable aasink in the states test. I suspect this is the element that
10669         is calling exit(1) when it can't proceed.
10670
10671 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10672
10673         * tests/check/Makefile.am:
10674         Draw plugins in from the build tree sys/ dir, rather than picking
10675         up the already installed versions.
10676
10677 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10678
10679         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
10680         Error out correctly when getting xcontext fails.
10681
10682 2007-03-01  Wim Taymans  <wim@fluendo.com>
10683
10684         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
10685         Make state change to PAUSED NO_PREROLL because that's what it will be in
10686         the future and rtspsrc relies on it.
10687
10688         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
10689         (gst_rtspsrc_change_state):
10690         Don't error out when we don't get an error from the state change
10691         function.
10692
10693 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
10694
10695         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
10696         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
10697           Check if the device UDI is set before trying to query HAL
10698           about it and give a useful error message if it wasn't set.
10699         * ext/hal/hal.c: (gst_hal_get_string):
10700           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
10701           gives an assertion failure in D-Bus when running with
10702           DBUS_FATAL_WARNINGS=1.
10703
10704 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10705
10706         * configure.ac:
10707           Convert to new AG_GST style.
10708
10709 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10710
10711         * tests/check/Makefile.am:
10712         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
10713           add test for states
10714
10715 2007-02-28  Wim Taymans  <wim@fluendo.com>
10716
10717         * tests/check/elements/.cvsignore:
10718         Add new videofilter check to .cvsignore.
10719
10720 2007-02-28  Wim Taymans  <wim@fluendo.com>
10721
10722         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
10723         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10724         (gst_avi_demux_loop), (gst_avi_demux_chain):
10725         Fix combined flow return. Fixes #412608.
10726
10727 2007-02-28  Wim Taymans  <wim@fluendo.com>
10728
10729         * gst/videofilter/Makefile.am:
10730         Dist header..
10731
10732 2007-02-28  Wim Taymans  <wim@fluendo.com>
10733
10734         * gst/videofilter/gstgamma.h:
10735         Add header too.
10736
10737 2007-02-28  Wim Taymans  <wim@fluendo.com>
10738
10739         Patch by: Mark Nauwelaerts <manauw at skynet be>
10740
10741         * gst/videofilter/Makefile.am:
10742         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
10743         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
10744         (gst_gamma_get_property), (gst_gamma_calculate_tables),
10745         (oil_tablelookup_u8), (gst_gamma_set_caps),
10746         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
10747         Port gamma filter to 0.10. Fixes #412704.
10748
10749         * tests/check/Makefile.am:
10750         * tests/check/elements/videofilter.c: (setup_filter),
10751         (cleanup_filter), (check_filter), (GST_START_TEST),
10752         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
10753         Add unit tests for videofilters.
10754
10755 2007-02-28  Wim Taymans  <wim@fluendo.com>
10756
10757         * gst/rtsp/URLS:
10758         Add another interesting test url.
10759
10760         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
10761         Don't allow getting header fields from data packets.
10762
10763 2007-02-28  Michael Smith  <msmith@fluendo.com>
10764
10765         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
10766         (gst_shout2send_init), (gst_shout2send_start),
10767         (gst_shout2send_set_property), (gst_shout2send_get_property):
10768         * ext/shout2/gstshout2.h:
10769           Add a property for username.
10770
10771 2007-02-27  Christian Schallerr <christian@fluendo.com>
10772
10773         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
10774
10775 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
10776
10777         * gst/rtsp/Makefile.am:
10778         Fix make check too.
10779
10780 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
10781
10782         * gst/rtsp/base64.c: (util_base64_encode):
10783         * gst/rtsp/base64.h:
10784         Commit missing files for base64 encoding.
10785
10786 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10787
10788         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10789
10790         * configure.ac:
10791         * ext/annodex/Makefile.am:
10792         * ext/jpeg/Makefile.am:
10793         * ext/speex/Makefile.am:
10794         * gst/alpha/Makefile.am:
10795         * gst/cutter/Makefile.am:
10796         * gst/debug/Makefile.am:
10797         * gst/effectv/Makefile.am:
10798         * gst/goom/Makefile.am:
10799         * gst/level/Makefile.am:
10800         * gst/smpte/Makefile.am:
10801         * gst/videofilter/Makefile.am:
10802           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
10803
10804 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
10805
10806         * gst/rtsp/Makefile.am:
10807         * gst/rtsp/rtspconnection.c: (append_auth_header),
10808         (rtsp_connection_send), (rtsp_connection_set_auth):
10809         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
10810         from icecast to replace it. Relicensed from GPL courtesy of Mike
10811         Smith.
10812
10813 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
10814
10815         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
10816         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
10817         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
10818         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
10819         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
10820         (gst_rtspsrc_uri_set_uri):
10821         * gst/rtsp/gstrtspsrc.h:
10822         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
10823         (append_auth_header), (rtsp_connection_send),
10824         (rtsp_connection_free), (rtsp_connection_set_auth):
10825         * gst/rtsp/rtspconnection.h:
10826         * gst/rtsp/rtspdefs.h:
10827         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
10828         * gst/rtsp/rtspurl.h:
10829
10830         Implement simple Basic Authentication support so that urls like
10831         rtsp://user:pass@hostname/rtspstream work on hosts that require
10832         authentication.
10833
10834 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
10835
10836         * sys/v4l2/gstv4l2object.c:
10837         * sys/v4l2/gstv4l2tuner.c:
10838         * sys/v4l2/v4l2_calls.c:
10839         Fix segfault when oppening a radio device.
10840         
10841 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
10842
10843         * gst/level/gstlevel.c: (gst_level_set_caps),
10844         (gst_level_transform_ip):
10845         * sys/v4l2/README:
10846         * tests/check/elements/level.c: (GST_START_TEST):
10847           Fix level for multi-channel case.
10848
10849 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10850
10851         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
10852         (gst_level_transform_ip):
10853         * gst/level/gstlevel.h:
10854           Use function pointer for process function and add process functions
10855           for float audio.
10856
10857 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
10858
10859         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
10860         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
10861         (gst_v4l2src_capture_init):
10862           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
10863           fixes #407369
10864
10865 2007-02-18  Wim Taymans  <wim@fluendo.com>
10866
10867         * gst/rtp/Makefile.am:
10868         * gst/rtp/gstrtp.c: (plugin_init):
10869         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
10870         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
10871         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
10872         (gst_rtp_mp2t_pay_plugin_init):
10873         * gst/rtp/gstrtpmp2tpay.h:
10874         Added simple mpeg transport stream payloader.
10875
10876 2007-02-16  Wim Taymans  <wim@fluendo.com>
10877
10878         * gst/rtsp/URLS:
10879         Add example H264 rtsp url.
10880
10881         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10882         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
10883         Don't convert values to lowercase or we might mess up base64 encoded
10884         properties.
10885
10886 2007-02-16  Wim Taymans  <wim@fluendo.com>
10887
10888         * gst/rtp/README:
10889         Fix case of string params.
10890
10891         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10892         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10893         Fix depayloader, support more packet types.
10894         Add sync codes to make sure the packetizer can do its job.
10895
10896         * gst/rtp/gstrtpmp4gdepay.c:
10897         * gst/rtp/gstrtpmp4gpay.c:
10898         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
10899         Fix caps case again.
10900
10901 2007-02-15  Wim Taymans  <wim@fluendo.com>
10902
10903         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
10904         Set right caps on output buffers.
10905
10906 2007-02-14  Wim Taymans  <wim@fluendo.com>
10907
10908         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
10909         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
10910         Clear stack allocated SDPMedia struct before calling _init() on it.
10911         Clarify this in the docs as well.
10912
10913 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
10914
10915         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
10916         (do_change_child):
10917         Don't reset the profile when going switching states, as it makes
10918         the element non-reusable.
10919
10920 2007-02-14  Wim Taymans  <wim@fluendo.com>
10921
10922         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
10923         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
10924         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
10925         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
10926         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
10927         (sdp_parse_line):
10928         * gst/rtsp/sdpmessage.h:
10929         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
10930         Fix memory management of SDP messages. Fixes #407793.
10931
10932 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
10933
10934         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
10935
10936         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
10937         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
10938
10939 2007-02-14  Wim Taymans  <wim@fluendo.com>
10940
10941         Patch by: jp.liu <jp_liu at astrocom dot cn>
10942
10943         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10944         Fix parsing of password field in url. Fixes #407797.
10945
10946 2007-02-14  Wim Taymans  <wim@fluendo.com>
10947
10948         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
10949         (gst_wavparse_reset), (gst_wavparse_init),
10950         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
10951         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10952         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
10953         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10954         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
10955         (gst_wavparse_loop), (gst_wavparse_chain),
10956         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
10957         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
10958         (plugin_init):
10959         * gst/wavparse/gstwavparse.h:
10960         Update docs.
10961         Use boilerplate.
10962         Various code cleanups.
10963         When the bitrate is not known (bps == 0 or compressed formats) let
10964         downstream element guestimate the duration and position and don't
10965         generate timestamps or durations. Fixes #405213.
10966         Fix EOS and ERROR conditions in chain mode, we just need to forward the
10967         error flowreturn upstream.
10968
10969 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
10970
10971         * ext/gconf/Makefile.am:
10972         * ext/gconf/gconf.c: (gst_gconf_get_string),
10973         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
10974         (gst_gconf_render_bin_with_default):
10975         * ext/gconf/gconf.h:
10976         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
10977         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
10978         (gst_gconf_audio_sink_dispose), (do_change_child),
10979         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
10980         (cb_change_child), (gst_gconf_audio_sink_change_state):
10981         * ext/gconf/gstgconfaudiosink.h:
10982         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
10983         (gst_switch_sink_class_init), (gst_switch_sink_reset),
10984         (gst_switch_sink_init), (gst_switch_sink_dispose),
10985         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
10986         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
10987         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
10988         * ext/gconf/gstswitchsink.h:
10989         * gst/autodetect/gstautoaudiosink.c:
10990         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
10991         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
10992         (gst_auto_audio_sink_detect):
10993         * gst/autodetect/gstautovideosink.c:
10994         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
10995         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
10996         (gst_auto_video_sink_detect):
10997         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
10998         and a child that implements the GConf key monitoring. The end goal of
10999         this is an audio sink that can be changed on the fly, but at the 
11000         moment it still only changes on the next READY transition.
11001
11002 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11003
11004         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11005         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11006         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
11007         (gst_avi_demux_calculate_durations_from_index),
11008         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11009         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11010         (gst_avi_demux_loop):
11011           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
11012
11013 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11014
11015         * configure.ac:
11016         * docs/plugins/Makefile.am:
11017           Add crossreferences to glib/gobject/gstream docs.
11018
11019 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11020
11021         * gst/monoscope/Makefile.am:
11022         * gst/monoscope/gstmonoscope.c:
11023           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
11024           (but no LIBS, since we only use defines from the headers).
11025
11026 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11027
11028         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
11029
11030         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
11031         (gst_wavparse_stream_data):
11032           Fix massive memory leak when operating in streaming mode due to
11033           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
11034           Fixes #407057.
11035
11036 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11037
11038         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
11039         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
11040         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
11041         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
11042         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11043         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
11044         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
11045         (gst_avi_demux_calculate_durations_from_index),
11046         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11047         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
11048         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
11049         * gst/avi/gstavidemux.h:
11050           Save some memory (8%) by repacking the index entry structure (more to
11051           come). Add more FIXMEs to questionable parts.
11052
11053 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11054
11055         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
11056         (gst_v4l2src_get_caps):
11057         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11058         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11059         (gst_v4l2src_capture_init):
11060           More FIXME comments and messaging changes.
11061
11062 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11063
11064         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
11065         (gst_goom_change_state):
11066         * gst/goom/gstgoom.h:
11067           Improved docs and use GST_DEBUG_FUNCPTR.
11068
11069         * gst/level/gstlevel.c: (gst_level_class_init):
11070           Use GST_DEBUG_FUNCPTR.
11071
11072         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
11073         (gst_monoscope_chain), (gst_monoscope_change_state):
11074           Improved docs source cleanups.
11075
11076 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11077
11078         * gst/debug/Makefile.am:
11079         * gst/debug/gstdebug.c: (plugin_init):
11080         * gst/debug/gstpushfilesrc.c:
11081         * gst/debug/gstpushfilesrc.h:
11082           Add code for a pushfilesrc element that implements a pushfile:// URI
11083           handler, to make debugging push-mode operation of demuxer/decoders
11084           that support both easier in connection with seek/playbin/etc.
11085           The element isn't registered at the moment.
11086
11087 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
11088
11089         * gst/avi/gstavimux.c:
11090           Comment a #if 0 in caps template definition as VS6 seems to 
11091         do not support it.
11092         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
11093           Use gst_guint64_to_gdouble for conversion.
11094         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
11095           Move variables declaration before the first instruction.
11096         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
11097           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
11098           And don't include netdb.h for G_OS_WIN32
11099         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
11100           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
11101           by VS6 then use an other way to initialize SDPMedia structure.
11102         * gst/udp/gstdynudpsink.h:
11103         * gst/udp/gstdynudpnetutils.h:
11104           Do not include <sys/time.h> for G_OS_WIN32
11105         * gst/udp/gstudpsrc.c:
11106           Define socklen_t as int for G_OS_WIN32
11107         * win/common/config.h.in:
11108           Undef HAVE_NETINET_IN_H
11109         * win32/vs6/gst_plugins_good.dsw:
11110         * win32/vs6/libgstrtp.dsp:
11111         * win32/vs6/libgstrtsp.dsp:
11112         * win32/vs6/libgstautogen.dsp:
11113         * win32/vs6/libgstaudiofx.dsp:
11114         * win32/vs6/libgstudp.dsp:
11115           Add and update project files.
11116         * win32/common/gstudp-enumtypes.c:
11117         * win32/common/gstudp-enumtypes.h:
11118           Add a copy of udp enumtypes to win32/common as in core 
11119           and base.
11120         
11121 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
11122
11123         * configure.ac:
11124           Activate monoscope when building with --enable-experimental. Fix
11125           --enable-external configure switch description.
11126
11127         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
11128         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
11129           Help gst-indent.
11130
11131 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
11132
11133         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
11134           Explicitly cast result of pointer arithmetic to integer in order to
11135           avoid compiler warnings on some 64-bit systems. Should fix #406018.
11136
11137 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
11138
11139         * gst/debug/progressreport.c:
11140           Some more docs.
11141
11142 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11143
11144         * docs/plugins/inspect/plugin-rtp.xml:
11145           Update for new elements.
11146
11147         * gst/debug/progressreport.h:
11148           Commit newly-created header file as well.
11149
11150 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11151
11152         * docs/plugins/Makefile.am:
11153         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11154         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11155         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11156         * gst/debug/Makefile.am:
11157         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
11158         (gst_progress_report_do_query), (gst_progress_report_report):
11159           Make progressreport element post messages with the current progress
11160           on the bus. Also add some basic docs for it.
11161
11162 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
11163
11164         * ext/hal/hal.c: (gst_hal_get_string):
11165         * ext/hal/hal.h:
11166           Some small cleanups; deal with errors when parsing the HAL ALSA
11167           capabilities a bit better.
11168
11169 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11170
11171         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11172           Let's try this again and use the right cast this time.
11173
11174 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11175
11176         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11177           Add cast to avoid compiler warnings with older GLib versions
11178           where the nick/name members in GEnumValue are not declared as
11179           constant strings.
11180
11181 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11182
11183         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
11184         (gst_gconf_render_bin_from_key),
11185         (gst_gconf_get_default_audio_sink):
11186         * ext/gconf/gconf.h:
11187         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
11188         (do_toggle_element), (gst_gconf_audio_sink_set_property),
11189         (gst_gconf_audio_sink_get_property):
11190           In gconfaudiosink, get the right key as the old key in do_toggle
11191           (ie. one dependent on the profile selected). Log some more stuff so
11192           we can see what's actually going on.
11193
11194 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
11195
11196         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
11197         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
11198         (gst_audio_amplify_set_process_function),
11199         (gst_audio_amplify_setup):
11200         * gst/audiofx/audioamplify.h:
11201         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11202         (gst_audio_invert_class_init), (gst_audio_invert_setup):
11203         * gst/audiofx/audioinvert.h:
11204         Some small cleanups and port both elements to the new GstAudioFilter
11205         base class to save a few lines of common code.
11206         * gst/audiofx/Makefile.am:
11207         Link against libgstaudio for the above changes
11208
11209 2007-01-29  Wim Taymans  <wim@fluendo.com>
11210
11211         * tests/check/elements/.cvsignore:
11212         Some more ignores.
11213
11214 2007-01-26  Wim Taymans  <wim@fluendo.com>
11215
11216         Patch by: charles <charlesg3 at gmail dot com>
11217
11218         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11219         (set_shout_metadata), (gst_shout2send_event):
11220         * ext/shout2/gstshout2.h:
11221         Properly handle tags in shout2send. Fixes #399825.
11222
11223 2007-01-25  Wim Taymans  <wim@fluendo.com>
11224
11225         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11226         (gst_rtspsrc_activate_streams):
11227         Convert SDP fields to upper/lowercase following the rules in the SDP to
11228         caps document. 
11229
11230 2007-01-25  Wim Taymans  <wim@fluendo.com>
11231
11232         * gst/rtp/README:
11233         * gst/rtp/gstrtpilbcdepay.c:
11234         * gst/rtp/gstrtpilbcpay.c:
11235         * gst/rtp/gstrtpmp4gdepay.c:
11236         * gst/rtp/gstrtpmp4gpay.c:
11237         * gst/rtp/gstrtpspeexdepay.c:
11238         * gst/rtp/gstrtpspeexpay.c:
11239         * gst/rtp/gstrtpsv3vdepay.c:
11240         * gst/rtp/gstrtptheoradepay.c:
11241         * gst/rtp/gstrtptheorapay.c:
11242         * gst/rtp/gstrtpvorbisdepay.c:
11243         * gst/rtp/gstrtpvorbispay.c:
11244         Fix case of encoding-name and key/value pairs to match the document.
11245         This is to make interoperation with SDP case-insensitive as required by
11246         the relevant RFCs.
11247
11248 2007-01-25  Wim Taymans  <wim@fluendo.com>
11249
11250         * configure.ac:
11251         Bump required -core/-base to CVS
11252
11253 2007-01-25  Wim Taymans  <wim@fluendo.com>
11254
11255         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
11256         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
11257         * gst/rtp/gstrtpL16pay.h:
11258         Fill up to MTU using adapter.
11259         Timestamp rtp packets.
11260
11261 2007-01-25  Edward Hervey  <edward@fluendo.com>
11262
11263         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
11264         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
11265         Use G_GSIZE_FORMAT in print statements for portability.
11266         Fixes build on macosx.
11267
11268 2007-01-24  Wim Taymans  <wim@fluendo.com>
11269
11270         * gst/rtp/Makefile.am:
11271         * gst/rtp/gstrtp.c: (plugin_init):
11272         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
11273         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
11274         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
11275         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
11276         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
11277         (gst_rtp_L16_depay_plugin_init):
11278         * gst/rtp/gstrtpL16depay.h:
11279         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
11280         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
11281         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
11282         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
11283         (gst_rtp_L16_pay_plugin_init):
11284         * gst/rtp/gstrtpL16pay.h:
11285         Port and enable raw audio payloader/depayloader. Needs a bit more work
11286         on the payloader side.
11287
11288 2007-01-24  Wim Taymans  <wim@fluendo.com>
11289
11290         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
11291         (gst_rtspsrc_stream_configure_transport),
11292         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
11293         * gst/rtsp/gstrtspsrc.h:
11294         Only unblock the udp pads when we linked and activated them all.
11295         Fixes #395688.
11296
11297 2007-01-24  Wim Taymans  <wim@fluendo.com>
11298
11299         * gst/rtp/Makefile.am:
11300         * gst/rtp/gstrtp.c: (plugin_init):
11301         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
11302         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
11303         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
11304         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
11305         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
11306         * gst/rtp/gstrtpac3depay.h:
11307         Added simple AC3 depayloader (RFC 4184).
11308
11309         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
11310         Fix a leak.
11311
11312 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
11313
11314         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11315
11316         * gst/audiofx/Makefile.am:
11317         * gst/audiofx/audioamplify.c:
11318         (gst_audio_amplify_clipping_method_get_type),
11319         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
11320         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
11321         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
11322         (gst_audio_amplify_set_caps),
11323         (gst_audio_amplify_transform_int_clip),
11324         (gst_audio_amplify_transform_int_wrap_negative),
11325         (gst_audio_amplify_transform_int_wrap_positive),
11326         (gst_audio_amplify_transform_float_clip),
11327         (gst_audio_amplify_transform_float_wrap_negative),
11328         (gst_audio_amplify_transform_float_wrap_positive),
11329         (gst_audio_amplify_transform_ip):
11330         * gst/audiofx/audioamplify.h:
11331         * gst/audiofx/audiofx.c: (plugin_init):
11332         Add new element "audioamplify". This allows scaling of raw audio
11333         samples, similar to the "volume" element, but provides different modes
11334         for clipping and allows unlimited amplification. It's mainly targeted
11335         for creative sound design and not as a replacement of the "volume"
11336         element. Fixes #397162
11337         * docs/plugins/Makefile.am:
11338         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11339         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11340         * docs/plugins/gst-plugins-good-plugins.args:
11341         * docs/plugins/inspect/plugin-audiofx.xml:
11342         Add docs for audioamplify and integrate them into the build system
11343         * tests/check/Makefile.am:
11344         * tests/check/elements/audioamplify.c: (setup_amplify),
11345         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
11346         Add fairly extensive unit test suite for audioamplify
11347
11348 2007-01-24  Wim Taymans  <wim@fluendo.com>
11349
11350         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
11351         Unblock pads after adding the pads to the element so that autopluggers
11352         get a change to link something. Possibly fixes #395688.
11353
11354 2007-01-24  Wim Taymans  <wim@fluendo.com>
11355
11356         * gst/rtp/gstrtpamrdepay.c:
11357         * gst/rtp/gstrtpgsmdepay.c:
11358         * gst/rtp/gstrtph263pdepay.c:
11359         * gst/rtp/gstrtph263ppay.c:
11360         * gst/rtp/gstrtph264depay.c:
11361         * gst/rtp/gstrtpilbcdepay.c:
11362         * gst/rtp/gstrtpmp2tdepay.c:
11363         * gst/rtp/gstrtpmp4gdepay.c:
11364         * gst/rtp/gstrtpmp4gpay.c:
11365         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11366         * gst/rtp/gstrtpmp4vpay.c:
11367         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
11368         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
11369         (gst_rtp_mpa_depay_process):
11370         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
11371         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
11372         * gst/rtp/gstrtppcmadepay.c:
11373         * gst/rtp/gstrtppcmudepay.c:
11374         * gst/rtp/gstrtpspeexdepay.c:
11375         * gst/rtp/gstrtpspeexpay.c:
11376         * gst/rtp/gstrtpsv3vdepay.c:
11377         * gst/rtp/gstrtptheoradepay.c:
11378         * gst/rtp/gstrtptheorapay.c:
11379         * gst/rtp/gstrtpvorbisdepay.c:
11380         * gst/rtp/gstrtpvorbispay.c:
11381         Fix caps with payload numbers.
11382         Add some fixed payload numbers to caps when possible.
11383
11384 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
11385
11386         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11387
11388         * gst/audiofx/Makefile.am:
11389         * gst/audiofx/audiofx.c: (plugin_init):
11390         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11391         (gst_audio_invert_class_init), (gst_audio_invert_init),
11392         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
11393         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
11394         (gst_audio_invert_transform_float),
11395         (gst_audio_invert_transform_ip):
11396         * gst/audiofx/audioinvert.h:
11397         Add new audiofx element "audioinvert". This element swaps the upper
11398         and lower half of samples and can be used for example for a
11399         wide-stereo effect. Fixes #396057
11400         * docs/plugins/Makefile.am:
11401         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11402         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11403         * docs/plugins/gst-plugins-good-plugins.args:
11404         * docs/plugins/inspect/plugin-audiofx.xml:
11405         Add docs for the audioinvert element and add them to the build system.
11406         * tests/check/Makefile.am:
11407         * tests/check/elements/audioinvert.c: (setup_invert),
11408         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
11409         Add unit test suite for the audioinvert element.
11410
11411 2007-01-23  Wim Taymans  <wim@fluendo.com>
11412
11413         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
11414         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
11415         Parse config params as string and int.
11416         Parse and use AU header length
11417
11418 2007-01-23  Wim Taymans  <wim@fluendo.com>
11419
11420         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
11421         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
11422         * gst/smpte/gstmask.c: (_gst_mask_register):
11423         * gst/smpte/gstmask.h:
11424         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
11425         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
11426         (gst_smpte_paint_triangle_clock):
11427         constify some static structs.
11428         Don't update the mask if nothing changed to the params.
11429         Make sure we never draw outside of the picture. Fixes #398325.
11430
11431 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11432
11433         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
11434           Error out properly when pull_range fails while we're reading the
11435           headers, instead of just pausing the task silently. Fixes #399338.
11436
11437 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11438
11439         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11440           Some more sanity checks to make sure the input formats match and the
11441           input pads are actually negotiated, in case someone tries to feed
11442           buffers from fakesrc or filesrc. Fixes #398299.
11443           Also const-ify an array, just because we can.
11444
11445 2007-01-19  Edward Hervey  <edward@fluendo.com>
11446
11447         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
11448         Ignore previous commit, that was only valid for widths and heights
11449         that are multiples of 4.
11450         Copy over size/stride macros from jpegdec. This allows the element
11451         to work with any width,height...
11452         ... but puts in evidence that the actual transformations only work
11453         with width/height that are multiples of 4.
11454
11455 2007-01-19  Edward Hervey  <edward@fluendo.com>
11456
11457         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11458         Allocate buffers of the right size.
11459         The proper size of a I420 buffer in bytes is:
11460         
11461             width * height * 3
11462             ------------------
11463                     2
11464
11465 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11466
11467         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11468           Proxy getcaps on sink pads too, so that we either end up with the
11469           same dimensions on all pads or error out if that's not possible
11470           (seems to work even!). Fixes #398086, I think.
11471
11472 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11473
11474         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11475         * docs/plugins/gst-plugins-good-plugins.args:
11476         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11477           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
11478           fix integer properties with -1 as minimum value.
11479
11480         * docs/plugins/inspect/plugin-1394.xml:
11481         * docs/plugins/inspect/plugin-aasink.xml:
11482         * docs/plugins/inspect/plugin-alaw.xml:
11483         * docs/plugins/inspect/plugin-alpha.xml:
11484         * docs/plugins/inspect/plugin-alphacolor.xml:
11485         * docs/plugins/inspect/plugin-annodex.xml:
11486         * docs/plugins/inspect/plugin-apetag.xml:
11487         * docs/plugins/inspect/plugin-audiofx.xml:
11488         * docs/plugins/inspect/plugin-auparse.xml:
11489         * docs/plugins/inspect/plugin-autodetect.xml:
11490         * docs/plugins/inspect/plugin-avi.xml:
11491         * docs/plugins/inspect/plugin-cacasink.xml:
11492         * docs/plugins/inspect/plugin-cairo.xml:
11493         * docs/plugins/inspect/plugin-cdio.xml:
11494         * docs/plugins/inspect/plugin-cutter.xml:
11495         * docs/plugins/inspect/plugin-debug.xml:
11496         * docs/plugins/inspect/plugin-dv.xml:
11497         * docs/plugins/inspect/plugin-efence.xml:
11498         * docs/plugins/inspect/plugin-effectv.xml:
11499         * docs/plugins/inspect/plugin-esdsink.xml:
11500         * docs/plugins/inspect/plugin-flac.xml:
11501         * docs/plugins/inspect/plugin-flxdec.xml:
11502         * docs/plugins/inspect/plugin-gconfelements.xml:
11503         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
11504         * docs/plugins/inspect/plugin-goom.xml:
11505         * docs/plugins/inspect/plugin-halelements.xml:
11506         * docs/plugins/inspect/plugin-icydemux.xml:
11507         * docs/plugins/inspect/plugin-id3demux.xml:
11508         * docs/plugins/inspect/plugin-jpeg.xml:
11509         * docs/plugins/inspect/plugin-level.xml:
11510         * docs/plugins/inspect/plugin-matroska.xml:
11511         * docs/plugins/inspect/plugin-mulaw.xml:
11512         * docs/plugins/inspect/plugin-multipart.xml:
11513         * docs/plugins/inspect/plugin-navigationtest.xml:
11514         * docs/plugins/inspect/plugin-ossaudio.xml:
11515         * docs/plugins/inspect/plugin-png.xml:
11516         * docs/plugins/inspect/plugin-rtp.xml:
11517         * docs/plugins/inspect/plugin-rtsp.xml:
11518         * docs/plugins/inspect/plugin-shout2send.xml:
11519         * docs/plugins/inspect/plugin-smpte.xml:
11520         * docs/plugins/inspect/plugin-speex.xml:
11521         * docs/plugins/inspect/plugin-taglib.xml:
11522         * docs/plugins/inspect/plugin-udp.xml:
11523         * docs/plugins/inspect/plugin-videobalance.xml:
11524         * docs/plugins/inspect/plugin-videobox.xml:
11525         * docs/plugins/inspect/plugin-videoflip.xml:
11526         * docs/plugins/inspect/plugin-videomixer.xml:
11527         * docs/plugins/inspect/plugin-wavenc.xml:
11528         * docs/plugins/inspect/plugin-wavparse.xml:
11529         * docs/plugins/inspect/plugin-ximagesrc.xml:
11530           Update to CVS.
11531
11532 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
11533
11534         Patch by: Sebastian Dröge <slomo circular-chaos org>
11535
11536         * gst/audiofx/audiopanorama.c:
11537           Fix doc section name (Fixes #397946)
11538
11539 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
11540
11541         * sys/v4l2/gstv4l2object.c:
11542         (gst_v4l2_object_install_properties_helper),
11543         (gst_v4l2_object_set_property_helper),
11544         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
11545         * sys/v4l2/gstv4l2object.h:
11546         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
11547         (gst_v4l2src_init), (gst_v4l2src_set_property),
11548         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
11549         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11550         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11551         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
11552         (gst_v4l2src_capture_deinit):
11553           Fix EIO handing when capturing. Add new property to specify the number of
11554           buffers to enque (and remove the borked num-buffers usage).
11555
11556 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11557
11558         Patch by: Sebastian Dröge <slomo circular-chaos org>
11559
11560         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
11561         (gst_audio_panorama_set_process_function):
11562           Use a function array for process methods, add more docs and define the
11563           startindex of enums.
11564
11565 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
11566
11567         Patch by: Mark Nauwelaerts <manauw at skynet be>
11568
11569         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
11570         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
11571         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
11572         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
11573         (gst_avi_mux_riff_get_avi_header),
11574         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
11575         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
11576         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
11577         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
11578         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
11579         (gst_avi_mux_change_state):
11580         * gst/avi/gstavimux.h:
11581         * tests/check/elements/avimux.c: (teardown_src_pad):
11582           Add support for more than one audio stream; write better AVIX
11583           header; refactor code a bit; don't announce vorbis caps on our audio
11584           sink pads since we don't support it anyway. Closes #379298.
11585
11586 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
11587
11588         Patch by: Sebastian Dröge <slomo circular-chaos org>
11589
11590         * gst/audiofx/audiopanorama.c:
11591         (gst_audio_panorama_method_get_type),
11592         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
11593         (gst_audio_panorama_set_process_function),
11594         (gst_audio_panorama_set_property),
11595         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
11596         (gst_audio_panorama_transform_m2s_int_simple),
11597         (gst_audio_panorama_transform_s2s_int_simple),
11598         (gst_audio_panorama_transform_m2s_float_simple),
11599         (gst_audio_panorama_transform_s2s_float_simple):
11600         * gst/audiofx/audiopanorama.h:
11601           Add 'method' property and provide a simple (non-psychoacustic)
11602           processing method (#394859).
11603
11604         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
11605         (panorama_suite):
11606           Tests for new method.
11607
11608 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
11609
11610         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
11611         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
11612           Set correct caps on outgoing pulled buffers, or things blow up
11613           after recent core changes.
11614
11615 2007-01-11  Wim Taymans  <wim@fluendo.com>
11616
11617         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
11618
11619         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
11620         (gst_multipart_mux_request_new_pad),
11621         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
11622         (gst_multipart_mux_change_state):
11623         Return FLOW errors ASAP. Fixes #394977.
11624         Misc cleanups.
11625
11626 2007-01-11  Wim Taymans  <wim@fluendo.com>
11627
11628         Patch by: Lutz Mueller <lutz at topfrose dot de>
11629
11630         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
11631         Check for stream pad before activating. 
11632
11633 2007-01-10  Wim Taymans  <wim@fluendo.com>
11634
11635         Patch by: Peter Kjellerstedt  <pkj at axis com>
11636
11637         * gst/rtsp/COPYING.MIT:
11638         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
11639         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
11640         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
11641         (gst_rtspsrc_stream_configure_transport),
11642         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
11643         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
11644         (gst_rtspsrc_parse_methods),
11645         (gst_rtspsrc_create_transports_string),
11646         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
11647         (gst_rtspsrc_open), (gst_rtspsrc_close):
11648         * gst/rtsp/gstrtspsrc.h:
11649         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11650         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
11651         (parse_request_line), (parse_line), (rtsp_connection_read),
11652         (rtsp_connection_close):
11653         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
11654         (rtsp_method_as_text), (rtsp_header_as_text),
11655         (rtsp_status_as_text), (rtsp_find_header_field),
11656         (rtsp_find_method):
11657         * gst/rtsp/rtspdefs.h:
11658         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
11659         (rtsp_ext_wms_configure_stream):
11660         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
11661         (rtsp_message_new_request), (rtsp_message_init_request),
11662         (rtsp_message_new_response), (rtsp_message_init_response),
11663         (rtsp_message_init_data), (rtsp_message_unset),
11664         (rtsp_message_free), (rtsp_message_add_header),
11665         (rtsp_message_get_header), (rtsp_message_set_body),
11666         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
11667         * gst/rtsp/rtspmessage.h:
11668         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
11669         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
11670         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
11671         (sdp_message_dump):
11672         Allow url to be NULL to be able to use it for server connections.
11673         Can now send responses as well as requests.
11674         No longer hangs in an endless loop if EOF is received.
11675         Can now convert a status code to a text string.
11676         Return RTSP_HDR_INVALID for unknown headers.
11677         Return RTSP_INVALID for unknown methods.
11678         Copy CSeq and Session headers from the request.
11679         Only free memory corresponding to the currently set message type.
11680         Added const to function arguments as appropriate.
11681         Avoid a compiler warning when initializing nmedia.
11682         Use guint rather than gint to avoid compiler warnings.
11683         Fix crasher in wms extension.
11684         Factor out stream setup from open_connection.
11685         Delay activation of streams when actual data is received from the
11686         server, this prepares us to do proper protocol switching.
11687         Added new license.
11688         Fixes #380895.
11689
11690
11691 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11692
11693         Patch by: Sebastian Dröge <slomo ubuntu com>
11694
11695         * docs/plugins/Makefile.am:
11696         * gst/audiofx/audiopanorama.c:
11697           Some small docs fixes (#394851).
11698
11699 2007-01-09  Wim Taymans  <wim@fluendo.com>
11700
11701         * gst/avi/gstavidemux.c:
11702         Fix docs.
11703
11704 2007-01-09  Wim Taymans  <wim@fluendo.com>
11705
11706         * gst/rtp/Makefile.am:
11707         * gst/rtp/gstrtp.c: (plugin_init):
11708         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
11709         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
11710         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
11711         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
11712         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
11713         * gst/rtp/gstrtpmpvdepay.h:
11714           Added RFC 2250 MPEG Video Depayloader.
11715
11716         * gst/rtp/gstrtpL16depay.h:
11717         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
11718         (gst_rtp_h263p_depay_process):
11719         Fix Header file. Small cleanups.
11720
11721         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
11722         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
11723         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
11724         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
11725         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
11726         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
11727         (gst_rtp_mp4v_depay_change_state):
11728         Remove usused code. Remove Adapter from state Change. Added debug.
11729
11730         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
11731         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
11732         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
11733         * gst/rtp/gstrtpmpadepay.h:
11734         Subclass base depayloader.
11735         Added debug.
11736         Support static payload type assignment as well.
11737
11738         * gst/rtp/gstrtpmpapay.c:
11739         Fix caps.
11740
11741 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11742
11743         Patch by: Vincent Torri  <vtorri at univ-evry fr>
11744
11745         * ext/jpeg/gstjpegdec.c:
11746         * ext/jpeg/gstjpegenc.c:
11747         * ext/jpeg/smokecodec.c:
11748           These libjpeg callbacks should return a 'boolean' (unsigned char
11749           apparently) and not a 'gboolean' (which maps to gint). Fixes
11750           warnings when compiling with MingW (#393427).
11751
11752         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
11753           Use ioctlsocket on win32.
11754
11755         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
11756           Some printf format fixes for win32.
11757
11758 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
11759
11760         * gst/cutter/gstcutter.c: (gst_cutter_chain):
11761           Use gst_guint64_to_gdouble for conversion.
11762         * win32/vs6/libgstmatroska.dsp:
11763           Add zlib to the link.
11764         * win32/vs6/libgstvideobox.dsp:
11765           Update liboil library name (project is linked to 
11766           liboil-0.3-0.lib now).
11767           
11768 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11769
11770         * gst/matroska/Makefile.am:
11771           If zlib is available and used, we must link it explicitly for
11772           things to work on MingW (fixes #392855).
11773
11774 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
11775
11776         * ext/esd/esdsink.c: (gst_esdsink_delay):
11777           Don't return bogus values when esd_get_delay() fails for some
11778           reason (#392189).
11779
11780 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
11781
11782         * sys/ximage/gstximagesrc.c: (composite_pixel):
11783           Fix presumably copy'n'pasto for 16bpp depth.
11784
11785 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
11786
11787         * gst/matroska/matroska-mux.c:
11788         (gst_matroska_mux_audio_pad_setcaps):
11789           The "signed" field in audio caps is of boolean type, trying to use
11790           gst_structure_get_int() to extract it will fail. Fixing this makes
11791           matroskamux accept raw audio input (#387121) (use at your own risk
11792           though, due to the matroska spec being not entirely useful in this
11793           respect).
11794           Also fix up raw audio structures in template caps so that they
11795           represent what our setcaps function will actually accept, so that
11796           converters know what to convert to.
11797           Finally, don't fail if there isn't an "endianness" field in 8-bit
11798           PCM caps.
11799
11800 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
11801
11802         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
11803         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
11804         * tests/check/elements/cmmldec.c: (setup_cmmldec),
11805         (teardown_cmmldec):
11806         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11807         (teardown_cmmlenc):
11808         * tests/check/elements/level.c: (setup_level), (cleanup_level):
11809           reapply consistent pad (de)activation
11810
11811 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
11812
11813         * configure.ac:
11814         Back to CVS
11815
11816         * gst-plugins-good.doap:
11817         Add 0.10.5 doap entry
11818
11819 === release 0.10.5 ===
11820
11821 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
11822
11823         * configure.ac:
11824           releasing 0.10.5, "The Path of Thorns"
11825
11826 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11827
11828         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
11829         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
11830         * tests/check/elements/cmmldec.c: (setup_cmmldec),
11831         (teardown_cmmldec):
11832         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11833         (teardown_cmmlenc):
11834         * tests/check/elements/level.c: (setup_level), (cleanup_level):
11835           revert my freeze breakage
11836
11837 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11838
11839         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
11840         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
11841         * tests/check/elements/cmmldec.c: (setup_cmmldec),
11842         (teardown_cmmldec):
11843         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11844         (teardown_cmmlenc):
11845         * tests/check/elements/level.c: (setup_level), (cleanup_level):
11846           consistent pad (de)activation
11847
11848 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
11849
11850         * configure.ac:
11851         * ext/Makefile.am:
11852         Disable LADPSA, as it has moved to the -bad module for the duration.
11853
11854 2006-12-18  Wim Taymans  <wim@fluendo.com>
11855
11856         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
11857         (gst_signal_processor_event):
11858         Reset flow_state back to _OK after a flush stop so that we exit our
11859         error state after the flush. Fixes #374213
11860
11861 2006-12-16  David Schleef  <ds@schleef.org>
11862
11863         * sys/osxvideo/osxvideosink.h:
11864         * sys/osxvideo/osxvideosink.m:
11865           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
11866
11867 2006-12-16  David Schleef  <ds@schleef.org>
11868
11869         Patch by: Vijay Santhanam <vijay santhanam gmail com>
11870
11871         * sys/osxvideo/Makefile.am:
11872         * sys/osxvideo/osxvideosink.h:
11873         * sys/osxvideo/osxvideosink.m:
11874           Preliminary patch for porting osxvideosink
11875
11876 2006-12-16  Wim Taymans  <wim@fluendo.com>
11877
11878         Patch by: Sjoerd Simons <sjoerd at luon dot net>
11879
11880         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
11881         (gst_videomixer_set_master_geometry),
11882         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
11883         (gst_videomixer_reset), (gst_videomixer_init),
11884         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
11885         (gst_videomixer_release_pad), (gst_videomixer_collected),
11886         (gst_videomixer_change_state):
11887         Introduce some locking around the videomixer state so that it does not
11888         crash when adding/removing pads. Fixes #383043.
11889
11890 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11891
11892         * configure.ac:
11893           Make sure libcaca can actually be used instead of just checking for
11894           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
11895           cross-compiling (fixes #384587).
11896
11897 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11898
11899         * Makefile.am:
11900         * gst-plugins-good.doap:
11901         * gst-plugins-good.spec.in:
11902           adding doap file
11903
11904 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
11905
11906         * configure.ac:
11907           libflac-1.1.3 changed API again, but we can't build against it yet,
11908           so make sure our check doesn't use libflac-1.1.3 and add a comment
11909           to this effect.
11910
11911 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
11912
11913         * gst/effectv/gstquark.c: (gst_quarktv_transform),
11914         (gst_quarktv_planetable_clear):
11915           Add some NULL pointer checks (possibly related to #385623).
11916
11917 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
11918
11919         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
11920         (gst_tag_demux_chain):
11921         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
11922           In streaming mode, if the first buffer we get doesn't have an
11923           offset, fix it up to be 0, otherwise trimming won't work later on
11924           and we'll be typefinding application/x-id3, which may result in
11925           decodebin plugging an endless number of id3demux elements as a
11926           consequence. Fixes #385031.
11927           
11928 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11929
11930         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
11931           Ignore the buffer_time the sound device reports. Turns out it is 
11932           sometimes completely bogus and we're better off without it.
11933
11934 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
11935
11936         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11937         (gst_matroska_demux_video_caps):
11938         * gst/matroska/matroska-ids.c:
11939         (gst_matroska_track_init_video_context):
11940         * gst/matroska/matroska-ids.h:
11941           Try harder to extract the framerate for video tracks correctly and
11942           save it directly instead of converting it back and forth a few
11943           times. Mostly makes a difference for very small framerates (<1).
11944           Fixes #380199.
11945
11946 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
11947
11948         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
11949         (gst_gconf_audio_src_dispose), (do_toggle_element):
11950         * ext/gconf/gstgconfaudiosrc.h:
11951           Remove gconf notify hook when the gconfaudiosrc element is
11952           destroyed, otherwise the callback may be called on an
11953           already-destroyed instance and bad things happen. Should fix
11954           #378184.
11955           Also ignore gconf key changes when the source is already running.
11956
11957 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11958
11959         Patch by: Sebastian Dröge  <mail at slomosnail de>
11960
11961         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
11962           We need to be able to read and parse any possible floating point string
11963           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
11964           will parse the former only in certain locales though, so we really need
11965           to canonicalise the separator to '.' and then use g_ascii_strtod() to
11966           make sure we can parse either version at all times.
11967           Fixes #382982 for real.
11968
11969 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11970
11971         * sys/sunaudio/gstsunaudiomixerctrl.c:
11972         * sys/sunaudio/gstsunaudiosrc.c:
11973
11974         Use the sunaudio debug category.
11975
11976         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
11977         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
11978         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
11979         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
11980         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
11981         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
11982         (gst_sunaudiosink_reset):
11983         * sys/sunaudio/gstsunaudiosink.h:
11984
11985         Uses the sunaudio debug category for all debug output
11986         Implements the _delay() callback to synchronise video playback better
11987         Change the segtotal and segsize values back to the parent class 
11988           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
11989           respectively)
11990         Measure the samples written to the device vs. played.
11991         Keep track of segments in the device by writing empty eof frames, and
11992         sleep using a GCond when we get too far ahead and risk overrunning the
11993         sink's ringbuffer.
11994
11995         Fixes: #360673
11996
11997 2006-12-08  Wim Taymans  <wim@fluendo.com>
11998
11999         Patch by: Sebastian Dröge  <mail at slomosnail de >
12000
12001         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
12002         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
12003         * gst/audiofx/audiopanorama.h:
12004         Fix audiopanorame with float samples. Fixes #383726.
12005
12006 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12007
12008         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
12009         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
12010         (gst_sunaudiosrc_reset):
12011
12012         Implement reset functions to unblock the src/sink more quickly on 
12013         state change requests.
12014         Patch by: Brian Cameron <brian dot cameron at sun com>
12015
12016 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12017
12018         * sys/sunaudio/gstsunaudiomixer.c:
12019         (gst_sunaudiomixer_change_state):
12020         Construct the correct mixer device name when the AUDIODEV env var
12021         is set.
12022
12023         Patch by: Jerry Tan <jerry.tan at sun dot com>
12024         Fixes: #383596
12025
12026 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12027
12028         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
12029         Apply patch to open the mixer control and set the MULTIPLE_OPEN
12030         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
12031         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
12032         Patch by: Jerry Tan <jerry.tan at sun dot com>
12033         Fixes: #349015
12034
12035 2006-12-07  Wim Taymans  <wim@fluendo.com>
12036
12037         * gst/smpte/gstmask.h:
12038         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
12039         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
12040         (gst_smpte_collected), (gst_smpte_set_property),
12041         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
12042         * gst/smpte/gstsmpte.h:
12043         Port to 0.10 some more. 
12044         Added duration property to specify the duration of the transition.
12045         Make framerate a fraction.
12046         Deprecate fps property, we only use negotiated fps.
12047         Added docs.
12048         Fix collectpad usage.
12049         Reset state in READY.
12050         Send NEWSEGMENT event.
12051         Fix racy updates of object properties.
12052         Added debug category.
12053         Fixes #383323.
12054
12055 2006-12-06  Wim Taymans  <wim@fluendo.com>
12056
12057         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12058
12059         * gst/videomixer/videomixer.c:
12060         (gst_videomixer_set_master_geometry),
12061         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
12062         Don't reset xpos and ypos in the setcaps function because causes
12063         unexpected behaviour.
12064         Fixes #382179.
12065
12066 2006-12-06  Wim Taymans  <wim@fluendo.com>
12067
12068         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
12069         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
12070         Keep track of the buffer timestamp in the collectdata member instead
12071         of modifying the buffer without making the metadata writable first.
12072         Fixes #382277.
12073
12074 2006-12-06  Wim Taymans  <wim@fluendo.com>
12075
12076         Patch by: Rob Taylor <robtaylor at floopily dot org>
12077
12078         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
12079         If using multicast in udpsrc, bind to the multicast address rather than
12080         IN_ADDR_ANY.
12081         This allows the simultanous use of multiple udpsrcs listening on
12082         different multicat addresses. Without this all udpsrcs will receive all
12083         packets from all subscribed multicast addresses.
12084         Fixes #383001.
12085
12086 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12087
12088         * ext/taglib/gstid3v2mux.cc:
12089         Don't attempt to write a NULL frame into the ID3 tag set when the 
12090         createFrame method returned NULL.
12091         Fixes: #381857
12092         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
12093
12094 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12095
12096         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12097         Use g_strtod() instead of sscanf to parse doubles, so that it will
12098         try parsing in the C locale if the current locale fails.
12099         Fixes: #382982
12100         Patch by: Sebastian Dröge  <mail at slomosnail de >
12101
12102 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
12103
12104         * win32/MANIFEST:
12105         Fix compilation on win32 under VS8
12106         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
12107         Partially fixes #381175
12108
12109 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12110
12111         * gst/avi/gstavimux.c:
12112           accept all mpegversions,fixes #380825
12113           spotted by: Jerome Alet  
12114
12115 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12116
12117         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12118         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
12119         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
12120         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
12121           cleanup the error message a bit more
12122
12123 2006-11-28  Wim Taymans  <wim@fluendo.com>
12124
12125         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
12126         Fix width and height properties.
12127
12128         * ext/libcaca/gstcacasink.h:
12129         Fix compilation on newer libcaca that require us to include a new
12130         header. Fixes #379918.
12131
12132 2006-11-28  Wim Taymans  <wim@fluendo.com>
12133
12134         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12135         * gst/rtsp/gstrtspsrc.h:
12136         * gst/rtsp/rtspext.h:
12137         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
12138         (rtsp_ext_wms_get_context):
12139         Add method so that extensions can choose to disable the setup of
12140         a stream.
12141         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
12142
12143 2006-11-27  Wim Taymans  <wim@fluendo.com>
12144
12145         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12146
12147         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12148         Push header in a separate buffer instead of memcpy:ing all data.
12149         Change LF => CRLF in headers.
12150         Move trailing LF to header. Fixes #379792.
12151
12152 2006-11-27  Wim Taymans  <wim@fluendo.com>
12153
12154         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
12155         Small buffer overflow fix and improve debugging.
12156
12157 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12158
12159         * ext/esd/esdmon.h:
12160         * ext/esd/esdsink.h:
12161           remove obsolete _factory_init protos
12162
12163 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12164
12165         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
12166         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
12167         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
12168         (gst_avi_demux_read_subindexes_push),
12169         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
12170         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
12171         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
12172         (gst_avi_demux_massage_index),
12173         (gst_avi_demux_calculate_durations_from_index),
12174         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
12175         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
12176         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
12177           remove dead code, tweak debugs statements, add comments, use
12178           _uint64_scale instead _uint64_scale_int when using guint64 values,
12179           small optimizations, reflow some error handling
12180
12181 2006-11-22  Edward Hervey  <edward@fluendo.com>
12182
12183         * po/.cvsignore:
12184         We never put .pot files in cvs. Let's ignore them all.
12185
12186 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12187
12188         * po/POTFILES.in:
12189           ... but better exclude files that aren't disted.
12190
12191 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12192
12193         * po/POTFILES.in:
12194           Add v4l2 source files to list of files with translations, so the
12195           strings are actually extracted (however bad they still may be).
12196
12197 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12198
12199         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12200           Minor clean-ups: const-ify static array, remove trailing comma from
12201           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
12202
12203 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
12204
12205         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12206         Make sure that g_free always gets called on the same pointer that was 
12207         returned by g_malloc.  Fixes #376594.
12208         Do not leak memory if decompressed size is wrong.
12209         Remove unneeded check of return value of g_malloc.
12210         Patch by: René Stadler <mail@renestadler.de>
12211
12212 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
12213
12214         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
12215           Add missing curly brackets.
12216
12217 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
12218
12219         * sys/v4l2/v4l2src_calls.c:
12220         Fix capture_deinit.
12221
12222 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12223
12224         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
12225         (gst_matroska_mux_request_new_pad):
12226           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
12227
12228         * tests/check/elements/matroskamux.c: (setup_src_pad),
12229         (setup_sink_pad), (GST_START_TEST):
12230         Activate pads before using them.
12231
12232 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12233
12234         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
12235           Initialise variable to get rid of bogus compiler warning.
12236
12237 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
12238
12239         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
12240
12241         * gst/rtp/gstrtph263pay.c:
12242         * gst/rtp/gstrtph263pdepay.c:
12243         * gst/rtp/gstrtph263ppay.c:
12244           Specify H.263 variant and version in the caps (fixes #361637)
12245
12246 2006-11-15  Wim Taymans  <wim@fluendo.com>
12247
12248         * gst/rtsp/rtspconnection.c: (read_body):
12249         Don't set a data pointer to NULL and a size > 0 when we deal
12250         with empty packets.
12251
12252         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
12253         (rtsp_message_init_response), (rtsp_message_init_data),
12254         (rtsp_message_unset), (rtsp_message_free),
12255         (rtsp_message_take_body):
12256         Check that we can't create invalid empty packets. 
12257
12258 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12259
12260         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12261
12262         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
12263         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
12264         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
12265         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
12266         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
12267         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
12268         * gst/matroska/matroska-mux.h:
12269           Add basic tag writing support; implement releasing pads (#374658).
12270
12271 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12272
12273         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12274         (gst_matroska_demux_audio_caps):
12275           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
12276
12277 2006-11-14  David Schleef  <ds@schleef.org>
12278
12279         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
12280
12281 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
12282
12283         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12284
12285         * win32/vs8/gst-plugins-good.sln:
12286         * win32/vs8/libgst1394.vcproj:
12287         * win32/vs8/libgstaasink.vcproj:
12288         * win32/vs8/libgstalaw.vcproj:
12289         * win32/vs8/libgstalpha.vcproj:
12290         * win32/vs8/libgstalphacolor.vcproj:
12291         * win32/vs8/libgstannodex.vcproj:
12292         * win32/vs8/libgstapetag.vcproj:
12293         * win32/vs8/libgstaudiofx.vcproj:
12294         * win32/vs8/libgstauparse.vcproj:
12295         * win32/vs8/libgstautodetect.vcproj:
12296         * win32/vs8/libgstavi.vcproj:
12297         * win32/vs8/libgstcacasink.vcproj:
12298         * win32/vs8/libgstcdio.vcproj:
12299         * win32/vs8/libgstcutter.vcproj:
12300         * win32/vs8/libgstdv.vcproj:
12301         * win32/vs8/libgsteffectv.vcproj:
12302         * win32/vs8/libgstflac.vcproj:
12303         * win32/vs8/libgstflxdec.vcproj:
12304         * win32/vs8/libgstgoom.vcproj:
12305         * win32/vs8/libgsticydemux.vcproj:
12306         * win32/vs8/libgstid3demux.vcproj:
12307         * win32/vs8/libgstjpeg.vcproj:
12308         * win32/vs8/libgstladspa.vcproj:
12309         * win32/vs8/libgstlevel.vcproj:
12310         * win32/vs8/libgstmatroska.vcproj:
12311         * win32/vs8/libgstmikmod.vcproj:
12312         * win32/vs8/libgstmng.vcproj:
12313         * win32/vs8/libgstmonoscope.vcproj:
12314         * win32/vs8/libgstmulaw.vcproj:
12315         * win32/vs8/libgstmultipart.vcproj:
12316         * win32/vs8/libgstpng.vcproj:
12317         * win32/vs8/libgstrtp.vcproj:
12318         * win32/vs8/libgstrtsp.vcproj:
12319         * win32/vs8/libgstshout2.vcproj:
12320         * win32/vs8/libgstsmpte.vcproj:
12321         * win32/vs8/libgstspeex.vcproj:
12322         * win32/vs8/libgsttaglib.vcproj:
12323         * win32/vs8/libgstudp.vcproj:
12324         * win32/vs8/libgstvideobalance.vcproj:
12325         * win32/vs8/libgstvideobox.vcproj:
12326         * win32/vs8/libgstvideoflip.vcproj:
12327         * win32/vs8/libgstvideomixer.vcproj:
12328         * win32/vs8/libgstwavenc.vcproj:
12329         * win32/vs8/libgstwavparse.vcproj:
12330           Make end-of-line returns unixy, so that when the files are checked
12331           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
12332           Hopefully fixes #366492.
12333
12334 2006-11-14  Wim Taymans  <wim@fluendo.com>
12335
12336         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12337         Disable init_frames delay timestamp adjustment, it does not
12338         seem to be needed at all. Fixes #369621.
12339
12340 2006-11-13  Wim Taymans  <wim@fluendo.com>
12341
12342         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12343
12344         * gst/videomixer/videomixer.c:
12345         (gst_videomixer_set_master_geometry),
12346         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
12347         (gst_videomixer_collect_free), (gst_videomixer_reset),
12348         (gst_videomixer_init), (gst_videomixer_finalize),
12349         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
12350         (gst_videomixer_collected), (gst_videomixer_change_state):
12351         Fix memleak by unref'ing collectpads instance (when finalizing)
12352         Implement releasing a request pad. Fixes #374479.
12353
12354 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
12355
12356         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12357
12358         * win32/vs8/gst-plugins-good.sln:
12359         * win32/vs8/libgst1394.vcproj:
12360         * win32/vs8/libgstaasink.vcproj:
12361         * win32/vs8/libgstalaw.vcproj:
12362         * win32/vs8/libgstalpha.vcproj:
12363         * win32/vs8/libgstalphacolor.vcproj:
12364         * win32/vs8/libgstannodex.vcproj:
12365         * win32/vs8/libgstapetag.vcproj:
12366         * win32/vs8/libgstaudiofx.vcproj:
12367         * win32/vs8/libgstauparse.vcproj:
12368         * win32/vs8/libgstautodetect.vcproj:
12369         * win32/vs8/libgstavi.vcproj:
12370         * win32/vs8/libgstcacasink.vcproj:
12371         * win32/vs8/libgstcdio.vcproj:
12372         * win32/vs8/libgstcutter.vcproj:
12373         * win32/vs8/libgstdv.vcproj:
12374         * win32/vs8/libgsteffectv.vcproj:
12375         * win32/vs8/libgstflac.vcproj:
12376         * win32/vs8/libgstflxdec.vcproj:
12377         * win32/vs8/libgstgoom.vcproj:
12378         * win32/vs8/libgsticydemux.vcproj:
12379         * win32/vs8/libgstid3demux.vcproj:
12380         * win32/vs8/libgstjpeg.vcproj:
12381         * win32/vs8/libgstladspa.vcproj:
12382         * win32/vs8/libgstlevel.vcproj:
12383         * win32/vs8/libgstmatroska.vcproj:
12384         * win32/vs8/libgstmikmod.vcproj:
12385         * win32/vs8/libgstmng.vcproj:
12386         * win32/vs8/libgstmonoscope.vcproj:
12387         * win32/vs8/libgstmulaw.vcproj:
12388         * win32/vs8/libgstmultipart.vcproj:
12389         * win32/vs8/libgstpng.vcproj:
12390         * win32/vs8/libgstrtp.vcproj:
12391         * win32/vs8/libgstrtsp.vcproj:
12392         * win32/vs8/libgstshout2.vcproj:
12393         * win32/vs8/libgstsmpte.vcproj:
12394         * win32/vs8/libgstspeex.vcproj:
12395         * win32/vs8/libgsttaglib.vcproj:
12396         * win32/vs8/libgstudp.vcproj:
12397         * win32/vs8/libgstvideobalance.vcproj:
12398         * win32/vs8/libgstvideobox.vcproj:
12399         * win32/vs8/libgstvideoflip.vcproj:
12400         * win32/vs8/libgstvideomixer.vcproj:
12401         * win32/vs8/libgstwavenc.vcproj:
12402         * win32/vs8/libgstwavparse.vcproj:
12403           Add VS8 project files (note that many of the plugins in ext are
12404           disabled by default). Fixes #366492.
12405
12406 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
12407
12408         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
12409           we do not translate debug messages
12410
12411 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
12412
12413         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
12414           fix categorisation, make short desc more explicit, remove unused code
12415           Fixes #372021
12416
12417 2006-11-08  Wim Taymans  <wim@fluendo.com>
12418
12419         * gst/rtp/gstrtpL16depay.c:
12420         * gst/rtp/gstrtpamrdepay.c:
12421         * gst/rtp/gstrtpamrpay.c:
12422         * gst/rtp/gstrtpgsmdepay.c:
12423         * gst/rtp/gstrtph263pay.c:
12424         * gst/rtp/gstrtph263pdepay.c:
12425         * gst/rtp/gstrtph263ppay.c:
12426         * gst/rtp/gstrtph264depay.c:
12427         * gst/rtp/gstrtpmp2tdepay.c:
12428         * gst/rtp/gstrtpmp4gdepay.c:
12429         * gst/rtp/gstrtpmp4gpay.c:
12430         * gst/rtp/gstrtpmp4vdepay.c:
12431         * gst/rtp/gstrtpmp4vpay.c:
12432         * gst/rtp/gstrtpmpadepay.c:
12433         * gst/rtp/gstrtpmpapay.c:
12434         * gst/rtp/gstrtppcmadepay.c:
12435         * gst/rtp/gstrtppcmapay.c:
12436         * gst/rtp/gstrtppcmudepay.c:
12437         * gst/rtp/gstrtppcmupay.c:
12438         * gst/rtp/gstrtpspeexdepay.c:
12439         * gst/rtp/gstrtpspeexpay.c:
12440         * gst/rtp/gstrtpsv3vdepay.c:
12441         Fix element descriptions.
12442
12443 2006-11-08  Wim Taymans  <wim@fluendo.com>
12444
12445         * gst/rtp/gstrtpvorbisdepay.c:
12446         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
12447         Fix description.
12448         Small cleanup in the payloader.
12449
12450 2006-11-08  Wim Taymans  <wim@fluendo.com>
12451
12452         * gst/rtp/Makefile.am:
12453         * gst/rtp/gstrtp.c: (plugin_init):
12454         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
12455         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
12456         (gst_rtp_theora_depay_finalize),
12457         (gst_rtp_theora_depay_parse_configuration),
12458         (gst_rtp_theora_depay_setcaps),
12459         (gst_rtp_theora_depay_switch_codebook),
12460         (gst_rtp_theora_depay_process),
12461         (gst_rtp_theora_depay_set_property),
12462         (gst_rtp_theora_depay_get_property),
12463         (gst_rtp_theora_depay_change_state),
12464         (gst_rtp_theora_depay_plugin_init):
12465         * gst/rtp/gstrtptheoradepay.h:
12466         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
12467         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
12468         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
12469         (gst_rtp_theora_pay_init_packet),
12470         (gst_rtp_theora_pay_flush_packet),
12471         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
12472         (gst_rtp_theora_pay_handle_buffer),
12473         (gst_rtp_theora_pay_plugin_init):
12474         * gst/rtp/gstrtptheorapay.h:
12475         Add theora pay/depayloaders.
12476
12477 2006-11-06  Wim Taymans  <wim@fluendo.com>
12478
12479         * gst/rtp/Makefile.am:
12480         We depend on gsttag to generate the vorbis comments.
12481
12482         * gst/rtp/gstrtpvorbisdepay.c:
12483         (gst_rtp_vorbis_depay_parse_configuration),
12484         (gst_rtp_vorbis_depay_setcaps),
12485         (gst_rtp_vorbis_depay_switch_codebook),
12486         (gst_rtp_vorbis_depay_process):
12487         * gst/rtp/gstrtpvorbisdepay.h:
12488         Parse configuration string in the depayloader.
12489         Implement selecting and switching to a new codebook.
12490         Receiving vorbis over RTP now works.
12491
12492         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
12493         (gst_rtp_vorbis_pay_init_packet),
12494         (gst_rtp_vorbis_pay_finish_headers),
12495         (gst_rtp_vorbis_pay_handle_buffer):
12496         * gst/rtp/gstrtpvorbispay.h:
12497         Set timestamps on outgoing buffers and RTP packets.
12498         Fix configuration string, prepend number of Packet headers.
12499         Fix encoding of ident string.
12500         Add delivery-method to caps.
12501         Streaming vorbis over RTP now works.
12502
12503 2006-11-06  Wim Taymans  <wim@fluendo.com>
12504
12505         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
12506         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
12507         (gst_rtp_vorbis_pay_handle_buffer):
12508         * gst/rtp/gstrtpvorbispay.h:
12509         Generate a valid configuration string in the caps based on the
12510         vorbis headers.
12511
12512 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
12513
12514         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
12515         * ext/cdio/gstcdio.h:
12516         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
12517           Move CD-TEXT utility function into common file so it can also be
12518           used by a future cdioparanoiasrc.
12519
12520 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
12521         
12522         * sys/v4l2/Makefile.am:
12523         * sys/v4l2/gstv4l2object.c:
12524         * sys/v4l2/gstv4l2src.c:
12525         * sys/v4l2/gstv4l2xoverlay.c:
12526         * sys/v4l2/v4l2_calls.c:
12527         * sys/v4l2/v4l2src_calls.c:
12528         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
12529         xoverlay code that is still not implemented.
12530
12531 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
12532
12533         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
12534           We require a -base more recent than 0.10.9, so it's safe to use
12535           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
12536
12537         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
12538         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
12539           Use _newsegment_full() now that we depend on a recent enough core.
12540
12541         * gst/wavparse/gstwavparse.c:
12542           Remove cruft that we don't need any longer now that we depend on
12543           a recent enough -base.
12544
12545 2006-10-31  Wim Taymans  <wim@fluendo.com>
12546
12547         * gst/rtp/Makefile.am:
12548         * gst/rtp/gstrtp.c: (plugin_init):
12549         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
12550         (gst_rtpilbcpay_setcaps):
12551         Fix and activate ILBC pay and depayloaders. Fixes #368162.
12552
12553 2006-10-31  Wim Taymans  <wim@fluendo.com>
12554
12555         * ext/speex/gstspeexdec.c: (speex_dec_convert),
12556         (speex_dec_sink_event), (speex_dec_chain_parse_header):
12557         Some small cleanups, use _scale.
12558
12559 2006-10-31  Wim Taymans  <wim@fluendo.com>
12560
12561         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12562         Use higher precision scale function.
12563
12564 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
12565
12566         Patch by: Michal Benes  <michal dot benes at itonis tv>
12567
12568         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
12569         (gst_matroska_demux_read_track_encodings),
12570         (gst_matroska_decode_buffer):
12571           Fix several issues with encoded/compressed/encrypted/signed tracks;
12572           also, remove superfluous newline characters from some debug
12573           statements. (#366155)
12574
12575 2006-10-30  Wim Taymans  <wim@fluendo.com>
12576
12577         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
12578         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
12579         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
12580         (gst_smokedec_change_state):
12581         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
12582         (gst_smokeenc_init), (gst_smokeenc_finalize),
12583         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
12584         (gst_smokeenc_resync), (gst_smokeenc_chain),
12585         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
12586         (gst_smokeenc_change_state):
12587         Various cleanups, capsnego and leak fixes.
12588
12589 2006-10-30  Wim Taymans  <wim@fluendo.com>
12590
12591         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12592
12593         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
12594         Fix videomixer so that it can handle any combination of framerates.
12595         Fixes #367221.
12596
12597 2006-10-28  Wim Taymans  <wim@fluendo.com>
12598
12599         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12600         (gst_avi_demux_parse_file_header),
12601         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
12602         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
12603         (gst_avi_demux_chain):
12604         Fix position query for audio. also fixes timestamps in streaming
12605         mode and bug #364958.
12606         Small cleanups.
12607
12608 2006-10-27  Wim Taymans  <wim@fluendo.com>
12609
12610         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
12611         * ext/libpng/gstpngenc.h:
12612         Fix strides. Fixes #364856.
12613         Cleanup capsnego.
12614         Set caps on outgoing buffers.
12615
12616 2006-10-18  Wim Taymans  <wim@fluendo.com>
12617
12618         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12619
12620         * gst/rtp/gstrtpgsmpay.c:
12621         * gst/rtp/gstrtph263pay.c:
12622         * gst/rtp/gstrtpmpapay.c:
12623         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
12624         (gst_rtp_pcma_pay_handle_buffer):
12625         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
12626         Add static payload numbers in addition to the dynamic ones.
12627         Fixes #361639.
12628
12629 2006-10-18  Wim Taymans  <wim@fluendo.com>
12630
12631         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
12632         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
12633         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
12634         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
12635         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
12636         * gst/rtsp/rtspdefs.h:
12637         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
12638         * gst/rtsp/rtspurl.h:
12639         Reuse already existing enum for lower transport.
12640         Add rtspt and rtspu protocols.
12641         Send redirect to rtspt when udp times out.
12642
12643 2006-10-18  Wim Taymans  <wim@fluendo.com>
12644
12645         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12646         (gst_wavparse_stream_data):
12647         Fix seeking some more, mostly for speed changes.
12648
12649 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12650
12651         Patch by: Fredrik Persson  <frepe at bredband net>
12652
12653         * sys/v4l2/gstv4l2tuner.c:
12654         * sys/v4l2/gstv4l2tuner.h:
12655           Fix _set_channel(): remove useless g_object_notify() for "channel"
12656           property that doesn't exist any longer and therefore now also
12657           useless redirect (#338818).
12658
12659 2006-10-17  Wim Taymans  <wim@fluendo.com>
12660
12661         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
12662         Some drivers do not support unsetting the non-blocking flag once the
12663         device is opened. In those cases, close/open the device in
12664         non-blocking mode. Fixes #362673.
12665
12666 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
12667
12668         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
12669         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
12670         (gst_v4l2src_get_fps):
12671           dear stefan, framespersecond is not frameperiod, reverting but adding
12672           comment
12673
12674 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
12675
12676         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
12677         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
12678         (gst_v4l2src_get_fps):
12679           Numerator is numerator and denominator is denominator. Say that aloud
12680           5 times and retry after next beer.
12681
12682 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
12683
12684         Patch by: Josep Torra Valles  <josep at fluendo com>
12685
12686         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
12687         * ext/esd/esdsink.c: (gst_esdsink_write):
12688         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
12689         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
12690         (gst_flac_dec_send_newsegment):
12691         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
12692         (gst_flac_enc_tell_callback):
12693         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
12694         (smokecodec_parse_header), (smokecodec_decode):
12695         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
12696         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
12697         * gst/goom/Makefile.am:
12698         * gst/goom/gstgoom.c:
12699         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
12700         * gst/rtsp/gstrtspsrc.c:
12701         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12702         * gst/udp/gstudpsink.c:
12703         * gst/udp/gstudpsrc.c:
12704         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
12705         * sys/sunaudio/gstsunaudiomixertrack.h:
12706           Fix a bunch of problems discovered by the Forte compiler, mostly type
12707           mixups and pointer arithmetics with void pointers. Fixes #362603.
12708
12709 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12710
12711         * ext/speex/gstspeex.c: (plugin_init):
12712         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
12713         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
12714         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
12715         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
12716         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
12717         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
12718         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
12719         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
12720         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
12721         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
12722         (gst_speex_enc_chain), (gst_speex_enc_get_property),
12723         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
12724         * ext/speex/gstspeexenc.h:
12725           Miscellaneous clean-ups, among other things: speexenc => enc to
12726           enhance code readability; change speexenc => speex_enc; in chain
12727           function unref input buffer in case of error; take reference in
12728           event function; use boilerplate macro; use gst_pad_query_peer_*
12729           convenience functions.
12730
12731 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12732
12733         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
12734         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
12735         (gst_speexenc_set_header_on_caps):
12736           Fix some mem leaks.
12737
12738 2006-10-11  Wim Taymans  <wim@fluendo.com>
12739
12740         * gst/rtsp/URLS:
12741         Added some other URL.
12742
12743         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
12744         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
12745         (gst_rtspsrc_open), (gst_rtspsrc_play),
12746         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12747         * gst/rtsp/gstrtspsrc.h:
12748         Work on fallback to TCP connection when the UDP socket times out.
12749         Handler server requests, just reply with OK for now.
12750
12751         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12752         * gst/rtsp/rtspdefs.h:
12753         Added some more Real extension headers.
12754
12755         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
12756         Fix parsing of urls with a ':' that is not part of the hostname:port
12757         part of the url.
12758
12759 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
12760
12761         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
12762         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
12763         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
12764           Activate pad before adding it to the already-running element.
12765
12766         * tests/check/elements/icydemux.c: (icydemux_found_pad):
12767           Activate newly-created pad too.
12768
12769 2006-10-11  Wim Taymans  <wim@fluendo.com>
12770
12771         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
12772
12773         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
12774         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
12775         (gst_udpsrc_start):
12776         Fix some leaks in caps and uris. Fixes #361252.
12777
12778 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
12779
12780         * gst/wavparse/Makefile.am:
12781           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
12782
12783 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
12784
12785         * sys/v4l2/gstv4l2xoverlay.c:
12786         * sys/v4l2/gstv4l2xoverlay.h:
12787         Fix build as per the patch in #338818 comment 36.
12788
12789 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
12790
12791         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
12792           Activate pads before adding them to the source.
12793
12794 2006-10-06  Wim Taymans  <wim@fluendo.com>
12795
12796         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
12797         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
12798         Activate pads before adding.
12799
12800 2006-10-06  Wim Taymans  <wim@fluendo.com>
12801
12802         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
12803         (gst_multipart_find_pad_by_mime):
12804         Activate pads before adding.
12805
12806         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
12807         BOILERPLATE sets parent_class for us.
12808
12809 2006-10-06  Wim Taymans  <wim@fluendo.com>
12810
12811         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
12812         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
12813         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
12814         (gst_rtspsrc_alloc_udp_ports),
12815         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
12816         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
12817         (gst_rtspsrc_create_transports_string),
12818         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
12819         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12820         * gst/rtsp/gstrtspsrc.h:
12821         Rework how the transport string is constructed, try to share channels
12822         and udp ports.
12823         Make most of the stuff less dependant on RTP as we are also going to use
12824         it for RDT.
12825         Add support for transport specific session managers.
12826
12827         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
12828         Implement _flush().
12829
12830         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12831         * gst/rtsp/rtspdefs.h:
12832         Add generic error return code.
12833
12834         * gst/rtsp/rtspext.h:
12835         Add support for pluggable tranport strings.
12836
12837         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
12838         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
12839         (rtsp_ext_wms_get_context):
12840         Detect WMServer and activate the extension.
12841
12842         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
12843         (rtsp_transport_get_manager), (rtsp_transport_parse):
12844         * gst/rtsp/rtsptransport.h:
12845         Added methods to get mime/manager for certain transports.
12846
12847 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
12848
12849         * ext/cairo/gsttimeoverlay.c:
12850         (gst_cairo_time_overlay_update_font_height):
12851         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
12852         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
12853         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
12854         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
12855         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12856         * ext/libpng/gstpngdec.c: (user_endrow_callback):
12857         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
12858         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
12859         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12860         (gst_avi_demux_stream_data):
12861         * gst/cutter/gstcutter.c: (gst_cutter_chain):
12862         * gst/debug/efence.c: (gst_efence_buffer_alloc),
12863         (gst_fenced_buffer_copy):
12864         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12865         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
12866         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
12867         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
12868         (gst_rtspsrc_handle_message):
12869         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12870         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
12871           Printf format fixes.
12872
12873 2006-10-04  Wim Taymans  <wim@fluendo.com>
12874
12875         * gst/rtsp/Makefile.am:
12876         Dist new .h file too.
12877
12878 2006-10-04  Wim Taymans  <wim@fluendo.com>
12879
12880         * gst/rtsp/Makefile.am:
12881         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
12882         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
12883         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
12884         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
12885         (gst_rtspsrc_parse_rtpmap),
12886         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
12887         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
12888         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
12889         * gst/rtsp/gstrtspsrc.h:
12890         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12891         * gst/rtsp/rtspdefs.h:
12892         * gst/rtsp/rtspext.h:
12893         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
12894         (rtsp_ext_wms_get_context):
12895         * gst/rtsp/rtspextwms.h:
12896         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
12897         (rtsp_transport_parse):
12898         * gst/rtsp/rtsptransport.h:
12899         Factor out extension in separate module.
12900         Fix getcaps to filter against the padtemplate.
12901         Use Content-Base if the server gives one.
12902         Rework the transport parsing a bit for future extensions.
12903         Added some Real Header field definitions.
12904
12905 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12906
12907         * docs/plugins/Makefile.am:
12908         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12909         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12910           added v4l2 stubs
12911         * gst-plugins-good.spec.in:
12912           add v4l2
12913
12914 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
12915
12916         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12917           Extract disc/album/medium number and count and try harder
12918           to extract track number/count.
12919
12920 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12921
12922         * configure.ac:
12923         * sys/Makefile.am:
12924           add build stuff for v4l2, needs --enable-experimental until
12925           the last bits are resolved
12926
12927 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12928
12929         * tests/check/Makefile.am:
12930           Disable autodetect test temporarily, so that the build bots
12931           update -bad and the ranks of unreliable video sinks in there.
12932
12933         * tests/check/elements/autodetect.c: (GST_START_TEST):
12934           Skip test if no usable videosink is found.
12935
12936 2006-09-29  Wim Taymans  <wim@fluendo.com>
12937
12938         * gst/rtsp/URLS:
12939         Add some more URLs.
12940
12941         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
12942         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
12943         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
12944         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
12945         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
12946         (gst_rtspsrc_loop), (gst_rtspsrc_send),
12947         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
12948         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
12949         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12950         * gst/rtsp/gstrtspsrc.h:
12951         Add timeout property to control UDP timeouts.
12952         Fix error messages.
12953         Also start a loop function when operating in UDP mode so that we can
12954         do some more stuff async.
12955         Handle element messages from udpsrc to detect timeouts. If a timeout
12956         happens we currently generate an error.
12957         API: rtspsrc::timeout property.
12958
12959         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
12960         (gst_udpsrc_create):
12961         Really implement the timeout in microseconds and not milliseconds.
12962
12963 2006-09-29  Wim Taymans  <wim@fluendo.com>
12964
12965         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12966         (gst_udpsrc_create), (gst_udpsrc_set_property),
12967         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
12968         * gst/udp/gstudpsrc.h:
12969         Added property to post a message on timeout.
12970         Updated docs.
12971         When restarting the select, initialize the fdsets again.
12972         Init control sockets so we don't accidentally close a random socket.
12973         API: GstUDPSrc::timeout property
12974
12975 2006-09-29  Wim Taymans  <wim@fluendo.com>
12976
12977         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
12978         Fix flag registration.
12979
12980         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12981         Reading 0 also means 'no more commands'
12982
12983 2006-09-29  Wim Taymans  <wim@fluendo.com>
12984
12985         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
12986
12987         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
12988         Fix possible infinite loop when shutting down, a read can also return
12989         0 to indicate no more messages are available. Fixes #358156.
12990
12991 2006-09-25  Wim Taymans  <wim@fluendo.com>
12992
12993         * gst/autodetect/gstautoaudiosink.c:
12994         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
12995         (gst_auto_audio_sink_find_best):
12996         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
12997         Small cleanups.
12998         don't try to set "sync" property when it is not available.
12999
13000 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13001
13002         Patch by: Peter Kjellerstedt  <pkj at axis com>
13003
13004         * gst/alpha/gstalpha.c:
13005         * gst/rtp/gstrtpamrdepay.c:
13006         * gst/rtsp/gstrtspsrc.c:
13007         * gst/udp/gstudpsrc.c:
13008         * gst/videomixer/videomixer.c:
13009           Include stdlib.h in some more places, makes things compile
13010           with uClibc and -Werror (#357592).
13011
13012 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13013
13014         * ext/jpeg/gstjpegdec.c:
13015           Set minimum height to 8 (from 16), our code should handle
13016           that fine. Some of the buttons on the apple trailer site
13017           are apparently only 15 pixels high (see #357470).
13018
13019 2006-09-23  Wim Taymans  <wim@fluendo.com>
13020
13021         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
13022         (gst_rtspsrc_open):
13023         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13024         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13025         (rtsp_connection_receive):
13026         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13027         * gst/rtsp/rtspdefs.h:
13028         Improve error reporting.
13029
13030 2006-09-23  Wim Taymans  <wim@fluendo.com>
13031
13032         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
13033         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
13034         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
13035         * gst/rtp/gstrtpdepay.c:
13036         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
13037         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
13038         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
13039         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
13040         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
13041         (gst_rtp_mp2t_depay_plugin_init):
13042         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
13043         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
13044         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
13045         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
13046         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
13047         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
13048         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
13049         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
13050         Fix klass typos.
13051         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
13052
13053 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13054
13055         * configure.ac:
13056           Need  -base CVS for gst_base_rtp_depayload_push_ts().
13057
13058 2006-09-22  Wim Taymans  <wim@fluendo.com>
13059
13060         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
13061         Don't check for a tag that is never there and check if we read the
13062         correct tag. Fixes seeking again.
13063         We must post an error when all pads are unlinked.
13064
13065 2006-09-22  Wim Taymans  <wim@fluendo.com>
13066
13067         * gst/rtp/Makefile.am:
13068         * gst/rtp/gstrtp.c: (plugin_init):
13069         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
13070         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13071         (gst_rtp_vorbis_pay_reset_packet),
13072         (gst_rtp_vorbis_pay_init_packet),
13073         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
13074         (gst_rtp_vorbis_pay_handle_buffer):
13075         More fixage, set endoder-params correctly in the payloader.
13076
13077 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13078
13079         * gst/autodetect/gstautoaudiosink.c:
13080         (gst_auto_audio_sink_base_init):
13081         * gst/autodetect/gstautovideosink.c:
13082         (gst_auto_video_sink_base_init):
13083           Make static pad templates static to appease valgrind's leak
13084           detector.
13085
13086         * tests/check/Makefile.am:
13087         * tests/check/elements/.cvsignore:
13088         * tests/check/elements/autodetect.c: (GST_START_TEST),
13089         (autodetect_suite):
13090           Add simple test for the ghostpad lockup on shutdown fixed in core
13091           CVS (audio bit disabled because it would need dozens of alsa
13092           suppressions and I'm too lazy to add those now).
13093
13094 2006-09-22  Wim Taymans  <wim@fluendo.com>
13095
13096         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
13097         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
13098         Small cleanups.
13099
13100         * gst/rtp/Makefile.am:
13101         * gst/rtp/gstrtp.c: (plugin_init):
13102         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
13103         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
13104         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
13105         (gst_rtp_vorbis_depay_process),
13106         (gst_rtp_vorbis_depay_set_property),
13107         (gst_rtp_vorbis_depay_get_property),
13108         (gst_rtp_vorbis_depay_change_state),
13109         (gst_rtp_vorbis_depay_plugin_init):
13110         * gst/rtp/gstrtpvorbisdepay.h:
13111         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
13112         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
13113         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
13114         (gst_rtp_vorbis_pay_flush_packet),
13115         (gst_rtp_vorbis_pay_append_buffer),
13116         (gst_rtp_vorbis_pay_handle_buffer),
13117         (gst_rtp_vorbis_pay_plugin_init):
13118         * gst/rtp/gstrtpvorbispay.h:
13119         Add experimental vorbis pay and depayloaders.
13120
13121 2006-09-21  Wim Taymans  <wim@fluendo.com>
13122
13123         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
13124         Fix profile-level-id parsing and setup.
13125
13126 2006-09-21  Wim Taymans  <wim@fluendo.com>
13127
13128         * gst/udp/README:
13129         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
13130         Update README, simple cleanup.
13131
13132 2006-09-21  Wim Taymans  <wim@fluendo.com>
13133
13134         * gst/rtp/README:
13135         Update README with some examples.
13136
13137         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
13138         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
13139         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
13140         (gst_rtp_mp4g_pay_setcaps):
13141         * gst/rtp/gstrtpmp4gpay.h:
13142         Make optional RTP parameters of type STRING, as required by the
13143         application/x-rtp caps specification.
13144
13145 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
13146
13147         * gst/rtp/gstrtph263pdepay.c:
13148         * gst/rtp/gstrtph263ppay.c:
13149         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
13150         RTP header.
13151
13152 2006-09-20  Wim Taymans  <wim@fluendo.com>
13153
13154         * gst/rtp/Makefile.am:
13155         And makefile too.
13156
13157 2006-09-20  Wim Taymans  <wim@fluendo.com>
13158
13159         * gst/rtp/gstrtp.c: (plugin_init):
13160         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
13161         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
13162         (decode_base64), (gst_rtp_asf_depay_setcaps),
13163         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
13164         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
13165         (gst_rtp_asf_depay_plugin_init):
13166         * gst/rtp/gstrtpasfdepay.h:
13167         Added preliminary ASF depayloader.
13168
13169         * gst/rtp/gstrtph264depay.c: (decode_base64):
13170         Fix base64 decoding.
13171
13172 2006-09-20  Wim Taymans  <wim@fluendo.com>
13173
13174         * gst/rtsp/URLS:
13175         Added some test URLS.
13176
13177         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
13178         (gst_rtspsrc_loop), (gst_rtspsrc_open):
13179         * gst/rtsp/gstrtspsrc.h:
13180         When creating streams, give access to the complete SDP.
13181         Fix some leaks.
13182         Collect and merge global stream properties in stream caps.
13183         Preliminary support for WMServer.
13184
13185         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13186         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13187         (rtsp_connection_receive):
13188         * gst/rtsp/rtspconnection.h:
13189         Make connection interruptable.
13190         Refactor to make it reconnectable.
13191         Don't fail on short reads when reading data packets.
13192
13193         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
13194         (rtsp_url_get_port):
13195         * gst/rtsp/rtspurl.h:
13196         Add methods for getting/setting the port.
13197
13198         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
13199         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
13200         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
13201         (sdp_media_get_format), (sdp_parse_line),
13202         (sdp_message_parse_buffer):
13203         Fix headers. 
13204         Add methods for getting multiple attributes with the same name.
13205         Increase buffer size when parsing.
13206         Fix parsing of a=foo fields.
13207
13208         * gst/rtsp/test.c: (main):
13209         Update to new connection API.
13210
13211         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
13212         (rtsp_message_init_response), (rtsp_message_init_data),
13213         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
13214         * gst/rtsp/rtspmessage.h:
13215         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
13216         * gst/rtsp/rtsptransport.h:
13217         * gst/rtsp/sdp.h:
13218         * gst/rtsp/sdpmessage.h:
13219         * gst/rtsp/gstrtsp.c:
13220         * gst/rtsp/gstrtsp.h:
13221         * gst/rtsp/gstrtpdec.c:
13222         * gst/rtsp/gstrtpdec.h:
13223         * gst/rtsp/rtsp.h:
13224         * gst/rtsp/rtspdefs.c:
13225         * gst/rtsp/rtspdefs.h:
13226         Dual licensed under MIT and LGPL now.
13227
13228 2006-09-19  Wim Taymans  <wim@fluendo.com>
13229
13230         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
13231         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
13232         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13233         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13234         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
13235         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13236         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
13237         * gst/rtsp/gstrtspsrc.h:
13238         Reorganize stream parsing and creation.
13239         Detect container formats in interleaved mode.
13240         Keep more state about the streams.
13241         Assume a server also supports PLAY if it does not say.
13242         Add unicast and interleaved properties to TCP transport requests to make
13243         some servers happy (WMServer).
13244
13245         * gst/rtsp/sdpmessage.h:
13246         Add some defines for the standard Bandwidth types.
13247
13248 2006-09-19  Wim Taymans  <wim@fluendo.com>
13249
13250         * gst/rtsp/test.c: (main):
13251         Fix build.
13252
13253 2006-09-19  Wim Taymans  <wim@fluendo.com>
13254
13255         * gst/wavparse/gstwavparse.c:
13256         Add ms-gsm to the src template.
13257
13258 2006-09-18  Wim Taymans  <wim@fluendo.com>
13259
13260         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13261         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
13262         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
13263         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
13264         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13265         * gst/rtsp/gstrtspsrc.h:
13266         Small cleanups, added documentation.
13267         Try to clean up the requests and responses.
13268         Refactor parsing the supported methods.
13269
13270         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
13271         (rtsp_connection_create), (rtsp_connection_send),
13272         (parse_response_status), (parse_request_line),
13273         (rtsp_connection_receive), (rtsp_connection_close),
13274         (rtsp_connection_free):
13275         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
13276         (rtsp_transport_init), (rtsp_transport_parse),
13277         (rtsp_transport_free):
13278         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13279         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
13280         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
13281         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
13282         Use g_return_val some more.
13283
13284         * gst/rtsp/rtspdefs.h:
13285         Add more enum values to track initial states.
13286
13287         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
13288         (rtsp_message_init_request), (rtsp_message_new_response),
13289         (rtsp_message_init_response), (rtsp_message_init_data),
13290         (rtsp_message_unset), (rtsp_message_free),
13291         (rtsp_message_add_header), (rtsp_message_remove_header),
13292         (rtsp_message_get_header), (rtsp_message_set_body),
13293         (rtsp_message_take_body), (rtsp_message_get_body),
13294         (rtsp_message_steal_body), (rtsp_message_dump):
13295         * gst/rtsp/rtspmessage.h:
13296         Reorder arguments, object goes as the first one.
13297         Use g_return_val some more.
13298
13299 2006-09-18  Wim Taymans  <wim@fluendo.com>
13300
13301         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
13302         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
13303         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
13304         * gst/rtsp/gstrtspsrc.h:
13305         Export sometimes source pad with correct caps on the template, create
13306         the ghostpad from the template.
13307         Remove RTCP template as we never expose RTCP.
13308         Protect against invalid body size.
13309         Avoid memcpy when creating the output buffer.
13310         Properly post an error and send EOS when the loop function is shut down.
13311
13312 2006-09-18  Wim Taymans  <wim@fluendo.com>
13313
13314         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13315
13316         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13317         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
13318         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13319         * gst/rtsp/gstrtspsrc.h:
13320         Make sure we can never set an invalid location.
13321
13322         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
13323         * gst/rtsp/rtspmessage.h:
13324         Added _steal_body method for future use.
13325
13326         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
13327         Make freeing of NULL url return immediatly.
13328
13329 2006-09-18  Wim Taymans  <wim@fluendo.com>
13330
13331         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13332
13333         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
13334         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
13335         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
13336         (gst_rtspsrc_change_state):
13337         * gst/rtsp/gstrtspsrc.h:
13338         Use boilerplate.
13339         Make rtspsrc subclass GstBin to make state changes easier.
13340         Add Range header field on the PLAY request.
13341
13342 2006-09-18  Wim Taymans  <wim@fluendo.com>
13343
13344         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
13345
13346         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
13347         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13348         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
13349         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
13350         * gst/rtsp/rtspconnection.c: (inet_aton):
13351         Small cleanups.
13352         when multicast is selected as the transport, create UDP sources and
13353         connect to the multicast group.
13354         Move parsing and setting of caps to a common place.
13355         Fixes #349894.
13356
13357 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13358
13359         * ext/flac/gstflactag.c:
13360         * gst/alpha/gstalpha.c:
13361         * gst/debug/breakmydata.c:
13362         * gst/debug/negotiation.c:
13363         * gst/debug/testplugin.c:
13364         * gst/effectv/gstaging.c:
13365         * gst/effectv/gstdice.c:
13366         * gst/effectv/gstedge.c:
13367         * gst/effectv/gstquark.c:
13368         * gst/effectv/gstrev.c:
13369         * gst/effectv/gstshagadelic.c:
13370         * gst/effectv/gstvertigo.c:
13371         * gst/effectv/gstwarp.c:
13372         * gst/multipart/multipartdemux.c:
13373         * gst/multipart/multipartmux.c:
13374         * gst/videobox/gstvideobox.c:
13375         * gst/videofilter/gstgamma.c:
13376         * gst/videofilter/gstvideotemplate.c:
13377         * gst/videomixer/videomixer.c:
13378         * sys/sunaudio/gstsunaudiosrc.h:
13379         More G_OBJECT macro fixing.
13380
13381 2006-09-16  Wim Taymans  <wim@fluendo.com>
13382
13383         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
13384
13385         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
13386         Correctly set the dwLength in strh.
13387         With this patch, the file duration is now displayed correctly in window
13388         media player and the AVI plays completely. Fixes #356147
13389
13390 2006-09-15  Wim Taymans  <wim@fluendo.com>
13391
13392         Patch by: Darren Kenny <darren dot kenny at sun dot com>
13393
13394         * sys/sunaudio/gstsunaudiomixerctrl.c:
13395         (gst_sunaudiomixer_ctrl_build_list):
13396         Set the output track as the MASTER so that the gnome-settings-daemon
13397         keybindings for changing the volume using the keyboard works.
13398         Fixes #356142.
13399
13400 2006-09-15  Wim Taymans  <wim@fluendo.com>
13401
13402         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13403         Fix documentation, it is not possible to control the framerate of jpegdec
13404         using filtered caps yet. Fixes #355210.
13405         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
13406         stop when there is an error.
13407
13408 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13409
13410         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
13411         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
13412           Don't interpret a first buffer with an offset of NONE as
13413           'from the middle of the stream', but only a first buffer
13414           that has a valid buffer offset that's non-zero (see #345449).
13415
13416 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13417
13418         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
13419         (gst_icydemux_typefind_or_forward):
13420         * gst/icydemux/gsticydemux.h:
13421           When we merge/collect multiple incoming buffers for typefinding
13422           purposes, keep an initial 0 offset on the first outgoing buffer
13423           as well (otherwise id3demux won't work right). Fixes #345449.
13424           Also Make buffer metadata writable before setting buffer caps.
13425
13426         * tests/check/elements/icydemux.c: (typefind_succeed),
13427         (cleanup_icydemux), (push_data), (GST_START_TEST),
13428         (icydemux_suite):
13429           Small test case for the above.
13430
13431 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
13432
13433         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
13434         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
13435         (gst_avi_demux_stream_header_push),
13436         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13437         (gst_avi_demux_loop):
13438           More code reuse and better logging in _peek_chunk(). Reintroduce check
13439           for chunk sizes before reading them (avoid oom). Better handling for 
13440           invalid chunksizes when streaming.
13441
13442 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
13443
13444         * gst/level/gstlevel.c: (gst_level_set_property):
13445         * gst/level/gstlevel.h:
13446           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
13447           René Stadler
13448
13449 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
13450
13451         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
13452         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
13453         (gst_avi_demux_stream_data):
13454           Revert one change to fix streaming avi (adapter size != data size).
13455
13456 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13457
13458         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
13459
13460         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
13461         (gst_matroska_demux_reset),
13462         (gst_matroska_demux_read_track_encodings),
13463         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
13464         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13465         (gst_matroska_demux_subtitle_caps):
13466         * gst/matroska/matroska-ids.h:
13467           Add support for VOBSUB subtitle tracks and zlib-compressed
13468           tracks. Make sure we start on a keyframe after a seek. (#343348)
13469
13470 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13471
13472         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
13473         (gst_matroska_demux_push_flac_codec_priv_data),
13474         (gst_matroska_demux_push_xiph_codec_priv_data),
13475         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13476         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
13477         * gst/matroska/matroska-ids.h:
13478           Add basic FLAC support (#311586), not perfect yet though, needs some
13479           tweaking in flacdec; also, seeking could be better.
13480           Do better bounds checking when deserialising vorbis stream headers
13481           to make sure we don't read beyond the end of the buffer on bad input.
13482
13483 2006-09-04  Wim Taymans  <wim@fluendo.com>
13484
13485         Patch by: Alessandro Decina <alessandro at nnva dot org>
13486
13487         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
13488         Seeking back in a file containing a CMML stream errors out if the seek
13489         goes back up to the CMML headers. This is because after the seek the xml
13490         processing instruction <?xml ...?> is submitted to the xml parser again, 
13491         which results in an error. The attached patch fixes the problem. 
13492         Fixes #353908.
13493
13494         * ext/annodex/gstcmmlenc.h:
13495         Fix authors name.
13496
13497
13498 2006-08-28  Andy Wingo  <wingo@pobox.com>
13499
13500         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
13501         New helper function to lessen the ifdefs.
13502         (GST_INFO_OBJECT): 
13503         (gst_dv1394src_iso_receive): Use it.
13504         (gst_dv1394src_create): Also use the control sockets in iec61883
13505         mode.
13506         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
13507         handle for AVC operations; fixes #348233.
13508
13509 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
13510
13511         * configure.ac:
13512         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13513         * docs/plugins/inspect/plugin-audiofx.xml:
13514         * docs/plugins/inspect/plugin-audiofxgood.xml:
13515         * gst/audiofx/Makefile.am:
13516         * gst/audiofx/audiofx.c:
13517         * gst/audiofxgood/.cvsignore:
13518         * gst/audiofxgood/Makefile.am:
13519         * gst/audiofxgood/audiofx.c:
13520         * gst/audiofxgood/audiopanorama.c:
13521         * gst/audiofxgood/audiopanorama.h:
13522           Rename again (audiofxgood -> audiofx).
13523
13524 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
13525
13526         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
13527         (gst_avi_demux_stream_scan):
13528           Initialze variables.
13529
13530 2006-08-25  Wim Taymans  <wim@fluendo.com>
13531
13532         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
13533         (gst_avi_demux_init), (gst_avi_demux_finalize),
13534         (gst_avi_demux_reset), (gst_avi_demux_index_last),
13535         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
13536         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
13537         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
13538         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13539         (gst_avi_demux_massage_index),
13540         (gst_avi_demux_calculate_durations_from_index),
13541         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
13542         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
13543         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
13544         (gst_avi_demux_change_state):
13545         * gst/avi/gstavidemux.h:
13546         More attempts to turn this into readable code.
13547         Don't leak adapters.
13548         Calculate duration according to index more efficiently.
13549         Don't try to act like we drive the pipeline in chain mode.
13550
13551 2006-08-25  Wim Taymans  <wim@fluendo.com>
13552
13553         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
13554         Fix build.
13555
13556 2006-08-25  Wim Taymans  <wim@fluendo.com>
13557
13558         Patch by: Alessandro Decina <alessandro at nnva dot org>
13559
13560         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
13561         Do some extra sanity checks.
13562         Fixes #350340.
13563
13564         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
13565         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
13566         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
13567         Check if clip->start_time is valid before adding the clip to the
13568         track list.
13569         Reset enc->preamble going from PAUSED to READY.
13570         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
13571         only used for EOS.
13572         Only post an error message if we were the one that created the fatal
13573         GstFlowReturn value.
13574
13575         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
13576         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
13577         Parse the seconds field of the npt-sec time format using %llu rather than
13578         %d and check that the value scaled by GST_SECOND doesn't overflow.
13579         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
13580         Lookup a clip's track with clip->track rather than clip->id which
13581         makes no sense.
13582         Identify a clip by its track and start time and not its xml id.
13583         do some more input checking and make sure we don't do undefined shifts.
13584
13585         * tests/check/elements/cmmldec.c: (setup_cmmldec),
13586         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
13587         (cmml_tag_message_pop), (check_headers), (push_clip_full),
13588         (push_clip), (push_empty_clip), (check_output_clip),
13589         (GST_START_TEST), (cmmldec_suite):
13590         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
13591         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
13592         (check_headers), (push_clip), (check_clip_times), (check_clip),
13593         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
13594         Added some more checks.
13595
13596 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13597
13598         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
13599         (gst_audio_panorama_set_property),
13600         (gst_audio_panorama_get_property),
13601         (gst_audio_panorama_transform_m2s_int),
13602         (gst_audio_panorama_transform_s2s_int),
13603         (gst_audio_panorama_transform_m2s_float),
13604         (gst_audio_panorama_transform_s2s_float):
13605         * gst/audiofxgood/audiopanorama.h:
13606         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
13607           Make also the pan-property float (saves scaling and yields better
13608           resolution)
13609
13610 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13611
13612         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
13613         (gst_audio_panorama_transform_m2s_float),
13614         (gst_audio_panorama_transform_s2s_float):
13615           ChangeLog surgery to add cymax's real name
13616
13617
13618 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13619
13620         Patch by: René Stadler <mail@renestadler.de>
13621
13622         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
13623         (gst_audio_panorama_transform_m2s_int),
13624         (gst_audio_panorama_transform_s2s_int),
13625         (gst_audio_panorama_transform_m2s_float),
13626         (gst_audio_panorama_transform_s2s_float),
13627         (gst_audio_panorama_transform):
13628         * gst/audiofxgood/audiopanorama.h:
13629           Added float support
13630
13631 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13632
13633         * gst/audiofxgood/audiopanorama.c:
13634         (gst_audio_panorama_transform_m2s):
13635           Fix docs & debug category. Add Fixme for volume pan levels.
13636
13637 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13638
13639         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
13640         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
13641         (gst_avi_demux_stream_header_pull),
13642         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13643         (gst_avi_demux_chain):
13644           unbreak AVI index handling, some more debug, remove an obsolete
13645           adapter_flush that caused streaming to wander off in the wild
13646
13647 2006-08-24  Wim Taymans  <wim@fluendo.com>
13648
13649         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13650         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
13651         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
13652         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
13653         (gst_avi_demux_calculate_durations_from_index),
13654         (gst_avi_demux_stream_header_push),
13655         (gst_avi_demux_stream_header_pull):
13656         * gst/avi/gstavidemux.h:
13657         Some more cleanups. 
13658         Fix totalFrames parsing in ODML.
13659         Disable use of index for length calculation in case of ODML as this is
13660         broken now.
13661
13662 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
13663
13664         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
13665           Use libgsttag helper function here too.
13666
13667 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13668
13669         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
13670         (gst_avi_demux_init), (gst_avi_demux_dispose),
13671         (gst_avi_demux_reset), (gst_avi_demux_index_next),
13672         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
13673         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
13674         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
13675         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
13676         (gst_avi_demux_parse_subindex),
13677         (gst_avi_demux_read_subindexes_push),
13678         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
13679         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
13680         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
13681         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
13682         (gst_avi_demux_stream_header_pull),
13683         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13684         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
13685         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
13686         (gst_avi_demux_change_state):
13687         * gst/avi/gstavidemux.h:
13688           Initial streaming support for avidemux (fixes #336465)
13689
13690 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13691
13692         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13693           There is no taglibmux element ...
13694
13695         * gst/rtsp/gstrtspsrc.c:
13696           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
13697           was complaining about unknown entity here.
13698
13699 2006-08-22  Wim Taymans  <wim@fluendo.com>
13700
13701         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
13702         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
13703         (gst_avi_demux_process_next_entry):
13704         * gst/avi/gstavidemux.h:
13705         Mark DISCONT.
13706         Remove old unused fields and reorder the struct a bit.
13707
13708 2006-08-22  Wim Taymans  <wim@fluendo.com>
13709
13710         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13711         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
13712         (gst_rtspsrc_pause):
13713         * gst/rtsp/gstrtspsrc.h:
13714         * sys/oss/gstosssink.c: (gst_oss_sink_open),
13715         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
13716         Small documentation updates.
13717
13718 2006-08-22  Wim Taymans  <wim@fluendo.com>
13719
13720         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13721         (gst_avi_demux_index_entry_for_time),
13722         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
13723         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
13724         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
13725         (gst_avi_demux_next_data_buffer),
13726         (gst_avi_demux_calculate_durations_from_index),
13727         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
13728         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
13729         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
13730         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
13731         * gst/avi/gstavidemux.h:
13732         Precalc most of the duration query for each stream.
13733         Make seeking more correct.
13734         Use GstSegment to track position and duration.
13735         Code cleanups and leak fixes.
13736         Calculate correct total duration based on index length.
13737
13738 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
13739
13740         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
13741         (parse_insert_string_field):
13742           If strings in text fields are marked ISO8859-1, but contain
13743           valid UTF-8 already, then handle them as UTF-8 and ignore
13744           the encoding. (#351794)
13745
13746 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13747
13748         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
13749         (gst_flac_dec_write), (gst_flac_dec_loop),
13750         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
13751         (gst_flac_dec_src_query):
13752         * ext/flac/gstflacdec.h:
13753           Make flac-in-ogg work (#352100).
13754
13755 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13756
13757         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
13758           Don't unref buffers of which we've already given away
13759           ownership to the adapter.
13760
13761 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13762
13763         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
13764           Make metadata extraction actually work.
13765
13766         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
13767         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
13768         (gst_speexenc_chain):
13769           Fix metadata writing: replace old code which wrote completely
13770           broken tags with libgsttag-based code. Plus miscellaneous
13771           code cleanups (use static pad templates etc.) and a bunch
13772           of leak fixes.
13773
13774 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13775
13776         * gst/audiopanorama/.cvsignore:
13777         * gst/audiopanorama/Makefile.am:
13778         * gst/audiopanorama/audiofx.c:
13779         * gst/audiopanorama/audiopanorama.c:
13780         * gst/audiopanorama/audiopanorama.h:
13781           die! die! die! you should never have been there
13782
13783 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13784
13785         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
13786         Fix invalid memory access in audiopanorama test suite.
13787
13788 2006-08-21  Edward Hervey  <edward@fluendo.com>
13789
13790         * tests/check/elements/.cvsignore:
13791         ignore built file
13792
13793 2006-08-21  Wim Taymans  <wim@fluendo.com>
13794
13795         * gst/rtp/Makefile.am:
13796         Fix the build again.
13797
13798 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13799
13800         * gst/audiofxgood/.cvsignore:
13801         * gst/audiofxgood/Makefile.am:
13802         * gst/audiofxgood/audiofx.c: (plugin_init):
13803         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
13804         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
13805         (gst_audio_panorama_set_property),
13806         (gst_audio_panorama_get_property),
13807         (gst_audio_panorama_get_unit_size),
13808         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
13809         (gst_audio_panorama_transform_m2s),
13810         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
13811         * gst/audiofxgood/audiopanorama.h:
13812           resubmit with the desired name *again*
13813
13814 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13815
13816         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
13817         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
13818           use g_assert in _get_unit_size
13819
13820 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13821
13822         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13823         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13824         * docs/plugins/inspect/plugin-audiofxgood.xml:
13825           cleanup -unused.txt to make it useful, add previously missing docs
13826
13827         * ext/Makefile.am:
13828           Quietly (accidentally) enable LADSPA for building by default, 
13829           despite the fact that it doesn't meet the plugin checklist.
13830             -- Added by Jan Schmidt 18 Dec 2006
13831
13832         * ext/esd/esdmon.c:
13833         * ext/esd/esdsink.c:
13834         * ext/esd/gstesd.c: (plugin_init):
13835           reflow to get rid of two external symbols
13836
13837         * gst/audiofxgood/audiofx.c: (plugin_init):
13838           re-add
13839
13840 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13841
13842         * configure.ac:
13843         * gst/audiofxgood/.cvsignore:
13844         * gst/audiofxgood/Makefile.am:
13845         * gst/audiofxgood/audiofx.c
13846         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
13847         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
13848         (gst_audio_panorama_set_property),
13849         (gst_audio_panorama_get_property),
13850         (gst_audio_panorama_get_unit_size),
13851         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
13852         (gst_audio_panorama_transform_m2s),
13853         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
13854         * gst/audiofxgood/audiopanorama.h:
13855         * tests/check/Makefile.am:
13856         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
13857         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
13858         (panorama_suite), (main):
13859         Add audiofxgood plugin with audiopanorama element
13860
13861 2006-08-18  Wim Taymans  <wim@fluendo.com>
13862
13863         * docs/plugins/Makefile.am:
13864         More Oss docs fixage. 
13865
13866 2006-08-18  Wim Taymans  <wim@fluendo.com>
13867
13868         * gst/rtp/Makefile.am:
13869         * gst/rtp/gstrtp.c: (plugin_init):
13870         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
13871         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
13872         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
13873         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
13874         (gst_rtp_sv3v_depay_get_property),
13875         (gst_rtp_sv3v_depay_change_state),
13876         (gst_rtp_sv3v_depay_plugin_init):
13877         * gst/rtp/gstrtpsv3vdepay.h:
13878         Added experimental SVQ3 depayloader.
13879
13880 2006-08-18  Edward Hervey  <edward@fluendo.com>
13881
13882         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
13883         (gst_dvdemux_loop), (gst_dvdemux_change_state):
13884         * ext/dv/gstdvdemux.h:
13885         When handling seek requests, don't send the newsegment event from the
13886         calling thread. Instead save it so it can be sent from the streaming
13887         thread.
13888
13889 2006-08-17  Wim Taymans  <wim@fluendo.com>
13890
13891         Patch by: Sjoerd Simons <sjoerd at luon dot net>
13892
13893         * gst/multipart/multipartdemux.c: (multipart_parse_header):
13894         Accept leading whitespace before the boundary
13895         This patch makes the demuxer allow some whitespace before the actual
13896         boundary. This makes the demuxer work with the ``old'' gstreamer
13897         multipartmuxer again (which placed an extra \n before the start
13898         of the stream) Fixes #349068.
13899
13900 2006-08-17  Wim Taymans  <wim@fluendo.com>
13901
13902         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
13903         Error out on non-implemented stuff.
13904
13905 2006-08-16  Wim Taymans  <wim@fluendo.com>
13906
13907         Patch by: Andy Wingo <wingo at pobox dot com>
13908
13909         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
13910         (gst_signal_processor_start), (gst_signal_processor_stop),
13911         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
13912         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
13913         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
13914         (gst_signal_processor_change_state):
13915         Make ladspa elements reusable. Fixes #350006.
13916
13917 2006-08-16  Wim Taymans  <wim@fluendo.com>
13918
13919         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
13920         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
13921         names as possible. Fixes #349901.
13922
13923 2006-08-16  Wim Taymans  <wim@fluendo.com>
13924
13925         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
13926         (gst_signal_processor_do_pushes):
13927         A push() gives away our refcount so we should not use the buffer on the
13928         pen anymore.
13929
13930 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13931
13932         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13933         (gst_oss_mixer_element_finalize):
13934           Don't leak device string.
13935
13936 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13937
13938         * configure.ac:
13939           Require CVS of GStreamer core and -base (for
13940           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
13941
13942         * ext/taglib/gstid3v2mux.cc:
13943           Write extended comment tags properly (#348762).
13944
13945         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13946         (parse_comment_frame):
13947           Extract COMM frames into extended comments, which makes it
13948           easier to properly retain the description bit of the tag
13949           and maintain this information when re-tagging (#348762).
13950
13951 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13952
13953         * tests/check/Makefile.am:
13954           Don't try to run annodex unit tests if the annodex
13955           plugin has not been built (Fixes #351116).
13956
13957 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13958
13959         * gst/autodetect/gstautoaudiosink.c:
13960         (gst_auto_audio_sink_find_best):
13961           When we can't find a usable audiosink, don't error out,
13962           but use a fake sink instead and post a warning message
13963           on the bus (#341278).
13964
13965 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13966
13967         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
13968         * sys/oss/gstosssink.c:
13969         * sys/oss/gstosssrc.c:
13970           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
13971           ossmixer's new device property.
13972
13973         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13974         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13975           Add docs for OSS elements.
13976
13977         * docs/plugins/inspect/plugin-aasink.xml:
13978         * docs/plugins/inspect/plugin-alaw.xml:
13979         * docs/plugins/inspect/plugin-alpha.xml:
13980         * docs/plugins/inspect/plugin-alphacolor.xml:
13981         * docs/plugins/inspect/plugin-annodex.xml:
13982         * docs/plugins/inspect/plugin-apetag.xml:
13983         * docs/plugins/inspect/plugin-auparse.xml:
13984         * docs/plugins/inspect/plugin-autodetect.xml:
13985         * docs/plugins/inspect/plugin-avi.xml:
13986         * docs/plugins/inspect/plugin-cacasink.xml:
13987         * docs/plugins/inspect/plugin-cairo.xml:
13988         * docs/plugins/inspect/plugin-cdio.xml:
13989         * docs/plugins/inspect/plugin-cutter.xml:
13990         * docs/plugins/inspect/plugin-debug.xml:
13991         * docs/plugins/inspect/plugin-dv.xml:
13992         * docs/plugins/inspect/plugin-efence.xml:
13993         * docs/plugins/inspect/plugin-effectv.xml:
13994         * docs/plugins/inspect/plugin-esdsink.xml:
13995         * docs/plugins/inspect/plugin-flac.xml:
13996         * docs/plugins/inspect/plugin-flxdec.xml:
13997         * docs/plugins/inspect/plugin-gconfelements.xml:
13998         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
13999         * docs/plugins/inspect/plugin-goom.xml:
14000         * docs/plugins/inspect/plugin-halelements.xml:
14001         * docs/plugins/inspect/plugin-icydemux.xml:
14002         * docs/plugins/inspect/plugin-id3demux.xml:
14003         * docs/plugins/inspect/plugin-jpeg.xml:
14004         * docs/plugins/inspect/plugin-level.xml:
14005         * docs/plugins/inspect/plugin-matroska.xml:
14006         * docs/plugins/inspect/plugin-mulaw.xml:
14007         * docs/plugins/inspect/plugin-multipart.xml:
14008         * docs/plugins/inspect/plugin-navigationtest.xml:
14009         * docs/plugins/inspect/plugin-ossaudio.xml:
14010         * docs/plugins/inspect/plugin-png.xml:
14011         * docs/plugins/inspect/plugin-rtp.xml:
14012         * docs/plugins/inspect/plugin-rtsp.xml:
14013         * docs/plugins/inspect/plugin-shout2send.xml:
14014         * docs/plugins/inspect/plugin-smpte.xml:
14015         * docs/plugins/inspect/plugin-speex.xml:
14016         * docs/plugins/inspect/plugin-taglib.xml:
14017         * docs/plugins/inspect/plugin-udp.xml:
14018         * docs/plugins/inspect/plugin-videobalance.xml:
14019         * docs/plugins/inspect/plugin-videobox.xml:
14020         * docs/plugins/inspect/plugin-videoflip.xml:
14021         * docs/plugins/inspect/plugin-videomixer.xml:
14022         * docs/plugins/inspect/plugin-wavenc.xml:
14023         * docs/plugins/inspect/plugin-wavparse.xml:
14024         * docs/plugins/inspect/plugin-ximagesrc.xml:
14025           Update to CVS version.
14026           
14027 2006-08-16  Wim Taymans  <wim@fluendo.com>
14028
14029         * gst/rtp/gstrtpamrdepay.c:
14030         * gst/rtp/gstrtpmp4gdepay.c:
14031         Caps extra properties must be defined as strings for
14032         depayloaders because they are generated from an SDP.
14033
14034         * gst/rtp/Makefile.am:
14035         * gst/rtp/gstrtp.c: (plugin_init):
14036         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
14037         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
14038         (gst_rtp_h264_depay_finalize), (decode_base64),
14039         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
14040         (gst_rtp_h264_depay_set_property),
14041         (gst_rtp_h264_depay_get_property),
14042         (gst_rtp_h264_depay_change_state),
14043         (gst_rtp_h264_depay_plugin_init):
14044         * gst/rtp/gstrtph264depay.h:
14045         Added basic, not completely functional RFC 3984 H264 depayloader.
14046
14047 2006-08-16  Wim Taymans  <wim@fluendo.com>
14048
14049         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
14050         Add pads after setting them up.
14051
14052         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
14053         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
14054         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
14055         (gst_rtspsrc_stream_setup_rtp),
14056         (gst_rtspsrc_stream_configure_transport),
14057         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
14058         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
14059         (gst_rtspsrc_pause):
14060         * gst/rtsp/gstrtspsrc.h:
14061         Fix interleaved mode.
14062          - Protect streaming with lock.
14063          - Combine flows
14064          - set caps on outgoing buffers.
14065          - strip trailing \0 from data packets.
14066          - Configure RTP/RTCP in stream.
14067         Use DEBUG_OBJECT more.
14068
14069 2006-08-16  Wim Taymans  <wim@fluendo.com>
14070
14071         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
14072         Turn a g_print into a DEBUG line.
14073
14074 2006-08-13  Wim Taymans  <wim@fluendo.com>
14075
14076         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
14077         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14078         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
14079         (gst_oss_mixer_element_get_property),
14080         (gst_oss_mixer_element_change_state):
14081         * sys/oss/gstossmixerelement.h:
14082         Small cleanups. Better error reporting.
14083         Add device property for the mixer instead of the hardcoded
14084         /dev/mixer. Fixes #350785.
14085         API: GstOssMixerElement::device property
14086
14087 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
14088
14089         Patch by: Jens Granseuer <jensgr at gmx net>
14090
14091         * gconf/Makefile.am:
14092           Make --disable-schemas work right (they still need
14093           to be copied to the installation directory, just not
14094           applied). Fixes #351347 (also #344100).
14095           
14096 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14097
14098         * configure.ac: back to HEAD
14099
14100 === release 0.10.4 ===
14101
14102 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
14103
14104         * configure.ac:
14105           releasing 0.10.4, "Dear Leader"
14106
14107 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14108
14109         Patch by: Edward Hervey <edward@fluendo.com>
14110
14111         * configure.ac:
14112         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
14113         (gst_wavparse_stream_data):
14114         Send the newsegment event in the streaming thread.
14115         Fixes #347529
14116
14117 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
14118
14119         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
14120         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14121         (gst_smokeenc_resync), (gst_smokeenc_chain):
14122           Refuse sink caps in the encoder if width or height is not a
14123           multiple of 16, the encoder does not support that yet (#349939);
14124           along the same lines, check the return value of the encoder
14125           setup function; also remove some debug log clutter.
14126
14127 2006-08-04  Andy Wingo  <wingo@pobox.com>
14128
14129         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
14130         whether a processor can work in place or not, and for keeping
14131         track of its state. Change the FlowReturn instance variable from
14132         "state" to "flow_state", all callers changed.
14133
14134         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
14135         (gst_signal_processor_start, gst_signal_processor_stop)
14136         (gst_signal_processor_cleanup): New functions to manage the
14137         processor's state.
14138         (gst_signal_processor_setcaps): start() as well as setup() here.
14139         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
14140         (gst_signal_processor_change_state): Stop and cleanup the
14141         processor as we go to NULL.
14142
14143         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
14144         INPLACE_BROKEN is not set.
14145
14146         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
14147         Do the alloc_buffer in bytes, not frames.
14148         
14149 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14150
14151         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
14152         Fix rgb masks when recording in < 24bpp.
14153
14154 2006-08-04  Andy Wingo  <wingo@pobox.com>
14155
14156         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
14157         (gst_signal_processor_prepare)
14158         (gst_signal_processor_update_inputs)
14159         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
14160         (gst_signal_processor_flush)
14161         (gst_signal_processor_sink_activate_push)
14162         (gst_signal_processor_src_activate_pull)
14163         (gst_signal_processor_change_state): Remove the last of the code
14164         that assumes that we process whole buffers at a time. Fix some
14165         debugging. Seems to work now in some cases.
14166         (gst_signal_processor_src_activate_pull): BPB
14167
14168 2006-08-01  Andy Wingo  <wingo@pobox.com>
14169
14170         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
14171         Fix nframes-choosing.
14172         (gst_signal_processor_init): Init pending_in and pending_out.
14173
14174         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
14175         more default sample rate, although we never check that the sample
14176         rate actually gets set. Something for the future.
14177         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
14178         (gst_signal_processor_event): Refcount fixen.
14179         (gst_signal_processor_process): Pull the number of frames to
14180         process from the sizes of the buffers in the input pens.
14181         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
14182         (gst_signal_processor_do_pulls): Add an nframes argument, and use
14183         it instead of buffer_frames.
14184         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
14185         to do_pulls.
14186         (gst_signal_processor_chain)
14187         (gst_signal_processor_sink_activate_push)
14188         (gst_signal_processor_src_activate_pull):  Refcount fixen.
14189
14190         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
14191
14192 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
14193
14194         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
14195         (gst_signal_processor_process):
14196           don't query buffer-frames from caps, add lots of debug-log,
14197           try fix for assert (#349189)
14198
14199 2006-07-31  Wim Taymans  <wim@fluendo.com>
14200
14201         * gst/udp/gstudpsrc.c:
14202         Fix docs.
14203
14204 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
14205
14206         * ext/ladspa/gstsignalprocessor.c:
14207         (gst_signal_processor_add_pad_from_template),
14208         (gst_signal_processor_init), (gst_signal_processor_setcaps),
14209         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
14210         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
14211         (gst_signal_processor_sink_activate_push),
14212         (gst_signal_processor_src_activate_pull),
14213         (gst_signal_processor_change_state):
14214          Add debugs logs here and there, add more error handling, add some
14215          FIXME comments, filed #349189
14216
14217 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14218
14219         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
14220         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
14221         Set caps on buffer correctly.  Fixes bug #349155.
14222
14223 2006-07-28  Wim Taymans  <wim@fluendo.com>
14224
14225         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14226
14227         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14228         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14229         (gst_multipart_demux_finalize), (get_line_end),
14230         (multipart_parse_header), (multipart_find_boundary),
14231         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
14232         (gst_multipart_set_property), (gst_multipart_get_property):
14233         Uses GstAdapter instead of own buffering.
14234         Actually parses the mime-type correctly (In tests the mime-type was
14235         always "" with the old version).
14236         Uses the Content-length header if available to speed up things.
14237         Reliably autoscans the boundary name by default.
14238         Fixes #349068.
14239
14240         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
14241         Don't start the stream with a \n.
14242
14243 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
14244
14245         Patch by: Brian Cameron <brian dot cameron at sun com>
14246
14247         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
14248           Open source with O_NONBLOCK (#349015).
14249
14250 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
14251
14252         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14253         (gst_avi_demux_massage_index):
14254         * gst/avi/gstavidemux.h:
14255           Whitespace fixes and more debug
14256
14257 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14258
14259         * gst/autodetect/gstautoaudiosink.c:
14260         (gst_auto_audio_sink_create_element_with_pretty_name),
14261         (gst_auto_audio_sink_find_best),
14262         (gst_auto_audio_sink_change_state):
14263           Get rid of old and unused magic sound-server properties stuff.
14264           Add suffix to child sink's name that makes it easy to see from
14265           the name alone which type it actually is (alsa, oss, esd, etc.).
14266
14267 2006-07-27  Wim Taymans  <wim@fluendo.com>
14268
14269         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14270         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
14271         (gst_udpsrc_start):
14272         * gst/udp/gstudpsrc.h:
14273         Rename "buffer" to "buffer-size" to make clear it is a size we set and
14274         not some sort of feature we enable.
14275
14276 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14277
14278         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
14279           Use CLOSE_SOCKET() here instead of close() to maintain
14280           win32 workiness.
14281
14282 2006-07-27  Wim Taymans  <wim@fluendo.com>
14283
14284         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
14285
14286         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14287         (gst_udpsrc_create), (gst_udpsrc_set_property),
14288         (gst_udpsrc_get_property), (gst_udpsrc_start):
14289         * gst/udp/gstudpsrc.h:
14290         Added "buffer-size" property to control the kernel receive buffer size.
14291         Update documentation.
14292         Small cleanups. Fixes #348752.
14293         API: buffer-size property
14294
14295 2006-07-26  Wim Taymans  <wim@fluendo.com>
14296
14297         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
14298
14299         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
14300         (gst_rtp_pcma_pay_handle_buffer):
14301         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
14302         (gst_rtp_pcmu_pay_handle_buffer):
14303         Fix timestamp calculation on outgoing RTP packets.
14304         Fixes #348675.
14305
14306 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14307
14308         * ext/taglib/gstid3v2mux.cc:
14309           Fix writing of comment frames (should be COMM not TCOM),
14310           is still sub-optimal though, since we don't retain or
14311           extract the comment descriptions properly (#334375,
14312           also see #334375).
14313
14314 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14315
14316         * gst/wavparse/gstwavparse.c:
14317           #define 'fact' RIFF chunk if we are not compiling against
14318           -base CVS (we don't want to depend on -base CVS for this
14319           one define only, and also not for release order reasons).
14320
14321 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14322
14323         * ext/taglib/gstid3v2mux.cc:
14324           Handle multiple tags of the same type properly. Re-inject
14325           unparsed ID3v2 frames that we get as binary blobs from
14326           id3demux into the tag again so we don't lose information
14327           when retagging (#334375).
14328
14329 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14330
14331         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
14332           Document newly-added properties properly, so that there is a
14333           'Since: 0.10.4' in the plugin docs. Convert some property
14334           names into canonical GObject style (GObject will do that
14335           internally anyway).
14336
14337 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14338
14339         * gst/id3demux/id3tags.c:
14340         (id3demux_add_id3v2_frame_blob_to_taglist):
14341           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
14342           well, and add the version to the blob's buffer caps, since that
14343           information will be needed for deserialisation later on (#348644).
14344
14345 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
14346
14347         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
14348         (gst_avi_demux_parse_stream):
14349          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
14350          indentation and spacing.
14351
14352 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14353
14354         * docs/plugins/Makefile.am:
14355         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14356         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14357         * docs/plugins/gst-plugins-good-plugins.args:
14358         * docs/plugins/inspect/plugin-1394.xml:
14359         * docs/plugins/inspect/plugin-aasink.xml:
14360         * docs/plugins/inspect/plugin-alaw.xml:
14361         * docs/plugins/inspect/plugin-alpha.xml:
14362         * docs/plugins/inspect/plugin-alphacolor.xml:
14363         * docs/plugins/inspect/plugin-annodex.xml:
14364         * docs/plugins/inspect/plugin-apetag.xml:
14365         * docs/plugins/inspect/plugin-auparse.xml:
14366         * docs/plugins/inspect/plugin-autodetect.xml:
14367         * docs/plugins/inspect/plugin-avi.xml:
14368         * docs/plugins/inspect/plugin-cacasink.xml:
14369         * docs/plugins/inspect/plugin-cairo.xml:
14370         * docs/plugins/inspect/plugin-cdio.xml:
14371         * docs/plugins/inspect/plugin-cutter.xml:
14372         * docs/plugins/inspect/plugin-debug.xml:
14373         * docs/plugins/inspect/plugin-dv.xml:
14374         * docs/plugins/inspect/plugin-efence.xml:
14375         * docs/plugins/inspect/plugin-effectv.xml:
14376         * docs/plugins/inspect/plugin-esdsink.xml:
14377         * docs/plugins/inspect/plugin-flac.xml:
14378         * docs/plugins/inspect/plugin-flxdec.xml:
14379         * docs/plugins/inspect/plugin-gconfelements.xml:
14380         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14381         * docs/plugins/inspect/plugin-goom.xml:
14382         * docs/plugins/inspect/plugin-halelements.xml:
14383         * docs/plugins/inspect/plugin-icydemux.xml:
14384         * docs/plugins/inspect/plugin-id3demux.xml:
14385         * docs/plugins/inspect/plugin-jpeg.xml:
14386         * docs/plugins/inspect/plugin-level.xml:
14387         * docs/plugins/inspect/plugin-matroska.xml:
14388         * docs/plugins/inspect/plugin-mulaw.xml:
14389         * docs/plugins/inspect/plugin-multipart.xml:
14390         * docs/plugins/inspect/plugin-navigationtest.xml:
14391         * docs/plugins/inspect/plugin-ossaudio.xml:
14392         * docs/plugins/inspect/plugin-png.xml:
14393         * docs/plugins/inspect/plugin-rtp.xml:
14394         * docs/plugins/inspect/plugin-rtsp.xml:
14395         * docs/plugins/inspect/plugin-shout2send.xml:
14396         * docs/plugins/inspect/plugin-smpte.xml:
14397         * docs/plugins/inspect/plugin-speex.xml:
14398         * docs/plugins/inspect/plugin-udp.xml:
14399         * docs/plugins/inspect/plugin-videobalance.xml:
14400         * docs/plugins/inspect/plugin-videobox.xml:
14401         * docs/plugins/inspect/plugin-videoflip.xml:
14402         * docs/plugins/inspect/plugin-videomixer.xml:
14403         * docs/plugins/inspect/plugin-wavenc.xml:
14404         * docs/plugins/inspect/plugin-wavparse.xml:
14405         * docs/plugins/inspect/plugin-ximagesrc.xml:
14406           Update files to CVS/Prerelease version, add esdsink docs.
14407
14408         * ext/esd/esdsink.c:
14409           Add gtk-doc blurb.
14410
14411         * gst/rtp/gstrtpmp4vpay.c:
14412           Fix typo in element description.
14413
14414 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14415
14416         * ext/esd/esdsink.c: (gst_esdsink_open),
14417         (gst_esdsink_factory_init):
14418           Prevent libesd from auto-spawning a sound daemon if it
14419           is not already running. Now that we don't do evil stuff
14420           like that any longer we can give esdsink a rank so that
14421           autoaudiosink will try it as well if all other audio
14422           sinks fail (#343051).
14423
14424 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14425
14426         * ext/esd/Makefile.am:
14427           Oops, need to remove README from EXTRA_DIST as well.
14428
14429 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14430
14431         * ext/esd/README:
14432           Remove, it contains nothing useful anyway.
14433
14434         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
14435         (gst_esdsink_delay):
14436           Some small clean-ups; use GST_BOILERPLATE etc.
14437
14438 2006-07-24  Wim Taymans  <wim@fluendo.com>
14439
14440         * gst/law/alaw-decode.c: (alawdec_getcaps):
14441         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
14442         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
14443         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
14444         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
14445
14446 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
14447
14448         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
14449         (gst_wavparse_other), (gst_wavparse_perform_seek),
14450         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
14451         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
14452         (gst_wavparse_pad_query):
14453         * gst/wavparse/gstwavparse.h:
14454           Use information from 'fact' chunk for length calculation of compressed
14455           samples. Calculate bps if bogus value is found in wav header (embeded
14456           mp2/mp3).
14457           
14458
14459 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14460
14461         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
14462
14463         * configure.ac:
14464         * gst/udp/Makefile.am:
14465         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
14466         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
14467         * gst/udp/gstdynudpsink.h:
14468         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
14469         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
14470         * gst/udp/gstmultiudpsink.h:
14471         * gst/udp/gstudp.c: (plugin_init):
14472         * gst/udp/gstudpsink.h:
14473         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
14474         (gst_udpsrc_start), (gst_udpsrc_stop):
14475         * gst/udp/gstudpsrc.h:
14476         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
14477         (gst_udp_net_utils_win32_wsa_startup):
14478         * gst/udp/gstudpnetutils.h:
14479           Port udp plugin to win32 (#345288).
14480
14481 2006-07-24  Wim Taymans  <wim@fluendo.com>
14482
14483         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
14484         Remove unwanted DEBUG line.
14485
14486 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14487
14488         * gst/id3demux/gstid3demux.c: (plugin_init):
14489         * gst/id3demux/id3tags.c:
14490         (id3demux_add_id3v2_frame_blob_to_taglist):
14491         * gst/id3demux/id3tags.h:
14492           On second thought, it might be wiser and more efficient
14493           not to do tag registration from a streaming thread.
14494
14495 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14496
14497         * gst/id3demux/id3tags.c:
14498         (id3demux_add_id3v2_frame_blob_to_taglist),
14499         (id3demux_id3v2_frames_to_tag_list):
14500           Put ID3v2 frames we can't parse as binary blobs into private
14501           tags, so that they are not lost when retagging, at least once
14502           id3v2mux has been taught to re-inject those frames again.
14503           See bug #334375.
14504
14505 2006-07-21  Wim Taymans  <wim@fluendo.com>
14506
14507         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14508         (gst_avi_demux_process_next_entry):
14509         Fix some leaks.
14510
14511         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
14512         Don't use \n in debug lines.
14513
14514 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
14515
14516         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14517         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14518           Add annodex and icydemux, cleanup the sections a bit
14519
14520 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14521
14522         Patch by: Alex Lancaster <alexl at users sourceforge net>
14523
14524         * ext/taglib/gstid3v2mux.cc:
14525           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
14526           ID3v2 TSSE frames (#347898).
14527
14528 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
14529
14530         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
14531           Respect mpegversion for "video/mpeg" and give message in case of
14532           unhandled versions.
14533
14534 2006-07-17  Wim Taymans  <wim@fluendo.com>
14535
14536         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
14537         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
14538         (gst_pngdec_chain), (gst_pngdec_sink_event),
14539         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
14540         (gst_pngdec_sink_activate_push):
14541         * ext/libpng/gstpngdec.h:
14542         Use statically allocated segment instead of leaking.
14543         Various cleanups.
14544         Fix flush and seek handling.
14545
14546 2006-07-16  Wim Taymans  <wim@fluendo.com>
14547
14548         * gst/rtp/Makefile.am:
14549         * gst/rtp/gstrtp.c: (plugin_init):
14550         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
14551         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
14552         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
14553         (gst_rtp_mp4g_depay_set_property),
14554         (gst_rtp_mp4g_depay_get_property),
14555         (gst_rtp_mp4g_depay_change_state),
14556         (gst_rtp_mp4g_depay_plugin_init):
14557         * gst/rtp/gstrtpmp4gdepay.h:
14558         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
14559         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
14560         (gst_rtp_mp4g_pay_flush):
14561         Added simple generic mpeg4 depayloader.
14562         Fix generic mpeg4 payloader.
14563
14564 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
14565
14566         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
14567           Don't try doing state changes on a NULL pointer.
14568
14569 2006-07-14  Wim Taymans  <wim@fluendo.com>
14570
14571         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
14572
14573         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
14574         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
14575         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
14576         * gst/rtp/gstrtpamrdepay.h:
14577         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
14578         Fixes #321191
14579
14580 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14581
14582         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14583         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
14584         Fix segfault when moving mouse pointer to the bottom right corner.
14585
14586 2006-07-12  Wim Taymans  <wim@fluendo.com>
14587
14588         * gst/rtp/Makefile.am:
14589         * gst/rtp/gstrtp.c: (plugin_init):
14590         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
14591         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
14592         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
14593         (gst_rtp_mp2t_depay_set_property),
14594         (gst_rtp_mp2t_depay_get_property),
14595         (gst_rtp_mp2t_depay_change_state),
14596         (gst_rtp_mp2t_depay_plugin_init):
14597         * gst/rtp/gstrtpmp2tdepay.h:
14598         Added mpeg2 TS depayloader. Closing #347234.
14599
14600 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
14601
14602         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
14603           Remove g_assert that shouldn't be there and was triggered
14604           after trying to open a device that doesn't exist or can't
14605           be opened for some other reason (#347972).
14606
14607 2006-07-10  Edward Hervey  <edward@fluendo.com>
14608
14609         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14610         (gst_avi_demux_stream_header), (push_tag_lists):
14611         * gst/avi/gstavidemux.h:
14612         Don't push tag events found by gst_riff_parse_info() before outputting
14613         GST_EVENT_NEWSEGMENT.
14614
14615 2006-07-10  Wim Taymans  <wim@fluendo.com>
14616
14617         * gst/rtsp/Makefile.am:
14618         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
14619         (rtsp_connection_close):
14620         * gst/rtsp/rtspdefs.h:
14621         replaced closesocket and close in code with one CLOSE_SOCKET. 
14622         Some more cleanups. Fixes #345301.
14623
14624 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
14625
14626         * gst/autodetect/gstautoaudiosink.c:
14627           Fix example pipeline in docs.
14628
14629 2006-07-10  Wim Taymans  <wim@fluendo.com>
14630
14631         Patch by: Rob Taylor <robtaylor at floopily dot org>
14632
14633         * gst/udp/gstmultiudpsink.c: (join_multicast),
14634         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
14635         If a destination is added before the stream is set to PAUSED, the
14636         multicast group is not joined as the socket is not created yet. 
14637         Also TTL and LOOP should also be set. Fixes #346921.
14638
14639 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14640
14641         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14642         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
14643         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
14644         (gst_ximage_src_init):
14645         * sys/ximage/gstximagesrc.h:
14646         Fix use-damage property to actually work :)
14647         Add startx, starty, endx, endy properties so screencasts other than full
14648         screen ones can work.
14649
14650 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14651
14652         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14653         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
14654         (gst_ximage_src_class_init), (gst_ximage_src_init):
14655         * sys/ximage/gstximagesrc.h:
14656         Add use_damage property to offer ability to choose whether to use
14657         XDamage or not.
14658
14659 2006-07-07  Wim Taymans  <wim@fluendo.com>
14660
14661         * gst/goom/filters.c: (zoomFilterSetResolution):
14662         Avoid goom coredumping by clearing memory. 
14663         Fixes 345679.
14664
14665 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
14666
14667         * win32/vs6/libgstid3demux.dsp:
14668         Add a link to libgsttag-0.10.lib.
14669
14670 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
14671
14672         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
14673         (gst_tag_demux_read_range):
14674         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
14675         (gst_id3demux_read_range):
14676           Don't return FLOW_UNEXPECTED when a buffer is before
14677           the start of the stream (which might happen with
14678           large ID3v2 tags if the tag reading was done pullrange
14679           based and we then switched to push mode later on).
14680           Fixes regression introduced by commit from June 29th.
14681
14682 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
14683
14684         * ext/taglib/gstid3v2mux.cc:
14685           Make UTF-8 the default encoding when writing string
14686           tags (before, our UTF-8 strings would automatically
14687           be converted to ISO-8859-1 by taglib and written as
14688           ISO-8859-1 fields if that was possible).
14689
14690         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
14691         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
14692         (test_taglib_id3mux_with_tags):
14693           Add test case that makes sure our UTF-8 strings have
14694           actually been written into the tag as UTF-8.
14695
14696 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14697
14698         * configure.ac:
14699           Let's try that again.
14700
14701 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14702
14703         * configure.ac:
14704           Disable monoscope plugin for now until it fulfills
14705           all the requirements.
14706
14707 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
14708
14709         * configure.ac:
14710         * gst/monoscope/Makefile.am:
14711         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
14712         (gst_monoscope_class_init), (gst_monoscope_init),
14713         (gst_monoscope_finalize), (gst_monoscope_reset),
14714         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
14715         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
14716         (gst_monoscope_sink_event), (gst_monoscope_src_event),
14717         (gst_monoscope_change_state), (plugin_init):
14718         * gst/monoscope/gstmonoscope.h:
14719           Port monoscope visualisation to 0.10.
14720
14721 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
14722
14723         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
14724         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
14725           Return FLOW_UNEXPECTED when at the end of the file, not
14726           FLOW_ERROR. Fixes 'internal stream error' errors that
14727           would sometimes occur in totem when scrubbing to the
14728           end of an ID3v1 tagged mp3 file.
14729
14730 2006-07-03  Edward Hervey  <edward@fluendo.com>
14731
14732         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
14733         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
14734         (gst_pngdec_sink_event), (gst_pngdec_change_state):
14735         * ext/libpng/gstpngdec.h:
14736         Implement buffer clipping/dropping using GstSegment.
14737         This provides accurate seeking.
14738
14739 2006-07-03  Edward Hervey  <edward@fluendo.com>
14740
14741         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14742         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14743         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
14744         (gst_avi_demux_process_next_entry), (push_tag_lists),
14745         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
14746         * gst/avi/gstavidemux.h:
14747         Proper aggregation of each stream's GstFlowReturn in order to figure out
14748         whether the task should stop or not.
14749         Don't send inline events before pushing out a NEW_SEGMENT, more
14750         specifically for GST_TAG_EVENT.
14751         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
14752         sub-indexes.
14753
14754 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
14755
14756         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
14757
14758         * sys/sunaudio/gstsunaudiomixerctrl.c:
14759         (gst_sunaudiomixer_ctrl_build_list):
14760           Move "Monitor" slider to input tab so it works more like
14761           sdtaudiocontrol, which is what people on Solaris are used
14762           to using for their mixer program (#346259).
14763
14764 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14765
14766         * tests/check/elements/level.c: (GST_START_TEST):
14767           fix a leak, clean up at the end
14768
14769 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
14770
14771         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
14772         (gst_matroska_demux_send_event),
14773         (gst_matroska_demux_loop_stream_parse_id):
14774         * gst/matroska/matroska-ids.h:
14775           Send tag event after newsegment event.
14776
14777 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
14778
14779         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
14780         (gst_id3demux_read_range):
14781           Make sure we don't return GST_FLOW_OK with a NULL buffer in
14782           certain cases where a read beyond the end of the file is
14783           requested. Fixes #345930.
14784
14785         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
14786         (gst_tag_demux_read_range):
14787           Fix same issue here as well.
14788
14789 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14790
14791         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
14792         
14793         Fix hypothetical crash.
14794
14795 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
14796
14797         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
14798
14799         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
14800           Do not modify the ports value. If the user has turned off the
14801           built-in speakers, then we should not reset it in the prepare
14802           function, since this causes the built-in speakers to turn
14803           back on anytime the user changes a track in totem, rhythmbox,
14804           etc. (#346066).
14805
14806 2006-06-23  Wim Taymans  <wim@fluendo.com>
14807
14808         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14809         Fix double caps unref when negotiation fails.
14810
14811 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14812
14813         * ext/annodex/gstcmmldec.c:
14814         * ext/annodex/gstcmmlenc.c:
14815         * ext/annodex/gstcmmlparser.c:
14816         * ext/dv/gstdvdec.c:
14817         * ext/dv/gstdvdemux.c:
14818         * ext/gdk_pixbuf/pixbufscale.c:
14819         * ext/jpeg/gstjpegenc.c:
14820         * ext/jpeg/gstsmokedec.c:
14821         * ext/jpeg/gstsmokeenc.c:
14822         * ext/libpng/gstpngdec.c:
14823         * ext/libpng/gstpngenc.c:
14824         * ext/speex/gstspeexenc.c:
14825         * gst/alpha/gstalphacolor.c:
14826         * gst/cutter/gstcutter.c:
14827         * gst/debug/gstnavigationtest.c:
14828         * gst/icydemux/gsticydemux.c:
14829         * gst/level/gstlevel.c:
14830         * gst/multipart/multipart.c:
14831         * gst/rtp/gstrtpamrpay.c:
14832         * gst/rtp/gstrtpdepay.c:
14833         * gst/rtp/gstrtpilbcpay.c:
14834         * gst/rtp/gstrtpmp4gpay.c:
14835         * gst/rtp/gstrtpmp4vpay.c:
14836         * gst/rtsp/gstrtpdec.c:
14837         * gst/rtsp/gstrtspsrc.c:
14838         * gst/udp/gstdynudpsink.c:
14839         * gst/udp/gstmultiudpsink.c:
14840         * gst/udp/gstudpsrc.c:
14841         * gst/videobox/gstvideobox.c:
14842         * gst/videofilter/gstvideoflip.c:
14843           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
14844           plus two minor macro fixes.
14845
14846 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14847
14848         * gst/matroska/matroska-demux.c:
14849         (gst_matroska_demux_check_subtitle_buffer),
14850         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14851         (gst_matroska_demux_subtitle_caps):
14852         * gst/matroska/matroska-ids.c:
14853         (gst_matroska_track_init_subtitle_context):
14854         * gst/matroska/matroska-ids.h:
14855           Try to fix up broken matroska files containing subtitle
14856           streams with non-UTF8 character encodings (courtesy of
14857           mkvmerge) using either the encoding specified in the
14858           GST_SUBTITLE_ENCODING environment variable or the
14859           current locale's character set if it is non-UTF8.
14860           Fixes #337076.
14861
14862 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14863
14864         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
14865           Set image type from APIC frame as "image-type" field
14866           of GST_TAG_IMAGE buffer caps (#344605).
14867
14868 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
14869
14870         * ext/flac/Makefile.am:
14871         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
14872         (gst_flac_dec_reset_decoders),
14873         (gst_flac_dec_setup_seekable_decoder),
14874         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
14875         (gst_flac_dec_metadata_callback),
14876         (gst_flac_dec_metadata_callback_seekable),
14877         (gst_flac_dec_metadata_callback_stream),
14878         (gst_flac_dec_error_callback),
14879         (gst_flac_dec_error_callback_seekable),
14880         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
14881         (gst_flac_dec_read_stream), (gst_flac_dec_write),
14882         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
14883         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
14884         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
14885         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
14886         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
14887         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
14888         (gst_flac_dec_sink_activate_push),
14889         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
14890         * ext/flac/gstflacdec.h:
14891           Support chain-based operation, should make flac-over-DAAP
14892           work (#340492).
14893
14894 2006-06-20  Wim Taymans  <wim@fluendo.com>
14895
14896         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14897         Doc updates, merge some unused symbols.
14898
14899 2006-06-20  Wim Taymans  <wim@fluendo.com>
14900
14901         * docs/plugins/Makefile.am:
14902         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14903         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14904         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
14905         * gst/rtsp/gstrtspsrc.c:
14906         * gst/rtsp/gstrtspsrc.h:
14907         Added documentation for the rtsp plugin. Fixes #345393.
14908
14909 2006-06-20  Wim Taymans  <wim@fluendo.com>
14910
14911         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
14912         (rtsp_connection_close), (rtsp_connection_free):
14913         Use better G_OS_* macros. Fixes #345301 some more.
14914
14915 2006-06-20  Wim Taymans  <wim@fluendo.com>
14916
14917         Patch by: Brian Cameron <brian dot cameron at sun dot com>
14918
14919         * sys/sunaudio/Makefile.am:
14920         * sys/sunaudio/gstsunaudio.c: (plugin_init):
14921         * sys/sunaudio/gstsunaudiomixerctrl.c:
14922         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
14923         (gst_sunaudiomixer_ctrl_list_tracks),
14924         (gst_sunaudiomixer_ctrl_get_volume),
14925         (gst_sunaudiomixer_ctrl_set_volume),
14926         (gst_sunaudiomixer_ctrl_set_mute),
14927         (gst_sunaudiomixer_ctrl_set_record):
14928         * sys/sunaudio/gstsunaudiomixerctrl.h:
14929         * sys/sunaudio/gstsunaudiomixertrack.c:
14930         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
14931         * sys/sunaudio/gstsunaudiomixertrack.h:
14932         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
14933         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
14934         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
14935         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
14936         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
14937         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
14938         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
14939         (gst_sunaudiosrc_reset):
14940         * sys/sunaudio/gstsunaudiosrc.h:
14941         Add a SunAudio source plugin.
14942         Support stereo and right/left channel gain in the mixer plugin.
14943         Support the RECORD flag so that you can switch between line-input and
14944         microphone in gnome-volume-control.
14945         Code cleanups like using an enumerator for track number instead of an 
14946         integer. Fixes #344923.
14947
14948 2006-06-20  Wim Taymans  <wim@fluendo.com>
14949
14950         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
14951
14952         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
14953         (rtsp_connection_close):
14954         Make RTSP plugin compile on windows. Fixes #345301.
14955         Some changes to original patch to catch errors better.
14956         use ifdef WIN32 instead of ifndef.
14957
14958 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14959
14960         * configure.ac:
14961         If we have libraw1394 >= 1.2.1, then we need libiec61883.
14962
14963 2006-06-18  Edward Hervey  <edward@fluendo.com>
14964
14965         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
14966         After a failed buffer alloc, we need to abort the jpeg decoding (it
14967         started when parsing headers to figure out how many bytes we need
14968         to request downstream).
14969
14970 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
14971
14972         Patch by: Mark Nauwelaerts  <manauw at skynet be>
14973
14974         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
14975           Make sure we don't read beyond the end of the file (#345232).
14976
14977 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14978
14979         * configure.ac:
14980           Fix --disable-external (can't set conditionals conditionally,
14981           #343602).
14982
14983 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14984
14985         * autogen.sh:
14986         * configure.ac:
14987         * docs/Makefile.am:
14988           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
14989
14990         * docs/plugins/Makefile.am:
14991         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14992         * docs/plugins/inspect/plugin-taglib.xml:
14993           Add/fix apev2mux docs.
14994
14995 2006-06-14  Wim Taymans  <wim@fluendo.com>
14996
14997         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
14998         (gst_dvdec_finalize), (gst_dvdec_sink_event),
14999         (gst_dvdec_change_state):
15000         Reset segment info on flush.
15001         Alloc segment in _init, free in _finalize.
15002
15003         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
15004         Don't send segments twice.
15005
15006 2006-06-14  Wim Taymans  <wim@fluendo.com>
15007
15008         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15009         Respect segment.stop. Fixes #342592.
15010
15011 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15012
15013         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
15014           No language specified means the implied language is English
15015           according to the matroska spec (partially fixes #344708);
15016           add some more debug output.
15017
15018 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15019
15020         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
15021         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
15022         (gst_wavparse_chain):
15023           When operating chain-based, don't make any assumptions about the
15024           chunking of the incoming data and make streaming work on days other
15025           than the second Thursday after a full moon. Also fix up debug
15026           messages here and there and make use of the most excellent new
15027           gst_pad_query_peer_duration() utility function.
15028           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
15029
15030         * gst/wavparse/gstwavparse.h:
15031           Remove trailing comma after last enum value, some compilers don't
15032           like that.
15033
15034 2006-06-13  Wim Taymans  <wim@fluendo.com>
15035
15036         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
15037         Handle premature EOS gracefully.
15038
15039 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
15040
15041         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15042           Prevent out of bounds array access when scrubbing towards
15043           the end of the file between the last index entry and the
15044           end. Fixes occasional 'start <= stop' newsegment event
15045           assertions when scrubbing in MJPEG files.
15046
15047 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
15048
15049         * tests/check/elements/.cvsignore:
15050           And another one.
15051
15052 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15053
15054         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
15055         (scan_encoded_string), (parse_picture_frame):
15056           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
15057
15058         * configure.ac:
15059           Require core >= 0.10.8 (for GST_TAG_IMAGE and
15060           GST_TAG_PPEVIEW_IMAGE used in the patch above).
15061
15062 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15063
15064         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
15065           gratuitous comment changes
15066         * tests/check/elements/level.c: (GST_START_TEST):
15067           fix level test leaks
15068
15069 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15070
15071         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
15072         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
15073           Use gst_pad_query_peer_duration() utility function here.
15074
15075 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15076
15077         * autogen.sh:
15078           require am17
15079         * configure.ac:
15080         * ext/annodex/Makefile.am:
15081         * ext/cdio/Makefile.am:
15082         * ext/dv/Makefile.am:
15083         * ext/esd/Makefile.am:
15084         * ext/flac/Makefile.am:
15085         * ext/gdk_pixbuf/Makefile.am:
15086         * ext/ladspa/Makefile.am:
15087         * ext/libcaca/Makefile.am:
15088         * ext/speex/Makefile.am:
15089         * ext/taglib/Makefile.am:
15090         * sys/oss/Makefile.am:
15091         * sys/sunaudio/Makefile.am:
15092         * sys/ximage/Makefile.am:
15093           clean up build further
15094
15095 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15096
15097         * gconf/Makefile.am:
15098           Honour --disable-schemas-install configure option. Fixes #344100.
15099
15100 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15101
15102         * tests/examples/level/Makefile.am:
15103           Add -lm to LIBS for pow() function, don't assume one of our
15104           dependencies (such as libxml-2.0) drags it in automatically
15105           (#343603).
15106
15107 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15108
15109         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
15110
15111         * configure.ac:
15112           We should use $SED and not $(SED) in configure.ac (#343678).
15113
15114 2006-06-09  Wim Taymans  <wim@fluendo.com>
15115
15116         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15117
15118         * sys/sunaudio/gstsunaudiomixerctrl.c:
15119         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
15120         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
15121         (gst_sunaudiomixer_ctrl_set_mute):
15122         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
15123         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
15124         (gst_sunaudiosink_write):
15125         Attached find a patch that fixes a number of bugs with the SunAudio
15126         mixer plugin and fixes #344101:
15127         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
15128            tracks onto the tracklist causing gnome-volume-control's preferences
15129            dialog to be messed up and would core dump if you checked/unchecked
15130            any item.
15131         2. We weren't previously setting the MUTE flag properly.  Fixing this
15132            makes gnome-volume-control work better.
15133         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
15134            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
15135            gnome-volume-control look better.
15136         Also some minor cleanup in gstsunaudiosink.c.
15137
15138 2006-06-09  Wim Taymans  <wim@fluendo.com>
15139
15140         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
15141         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
15142         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
15143         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
15144         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
15145         * ext/jpeg/gstjpegdec.h:
15146         API: Added IDCT method property
15147         Small cleanups.
15148         Avoid dynamic allocation of trivial fixed structure.
15149         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
15150
15151 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15152
15153         * configure.ac:
15154         We now require libraw1394 >= 1.1.0 and that version onwards all
15155         have .pc files.
15156
15157 2006-06-02  Edward Hervey  <edward@fluendo.com>
15158
15159         * gst/law/alaw-decode.c: (alawdec_getcaps): 
15160         Trying to get items from an ANY or EMPTY caps is ... stupid.
15161
15162 2006-06-02  Edward Hervey  <edward@fluendo.com>
15163
15164         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
15165         (gst_dvdec_chain), (gst_dvdec_change_state):
15166         * ext/dv/gstdvdec.h:
15167         Added GstSegment handling, now implements dropping/clipping.
15168
15169 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15170
15171         * ext/aalib/gstaasink.h:
15172         * ext/annodex/gstcmmldec.h:
15173         * ext/cairo/gsttimeoverlay.h:
15174         * ext/dv/gstdvdec.h:
15175         * ext/dv/gstdvdemux.h:
15176         * ext/esd/esdmon.h:
15177         * ext/esd/esdsink.h:
15178         * ext/flac/gstflacenc.h:
15179         * ext/gconf/gstgconfaudiosink.h:
15180         * ext/gconf/gstgconfaudiosrc.h:
15181         * ext/gconf/gstgconfvideosink.h:
15182         * ext/gconf/gstgconfvideosrc.h:
15183         * ext/gdk_pixbuf/gstgdkanimation.h:
15184         * ext/gdk_pixbuf/pixbufscale.h:
15185         * ext/hal/gsthalaudiosink.h:
15186         * ext/hal/gsthalaudiosrc.h:
15187         * ext/jpeg/gstjpegenc.h:
15188         * ext/jpeg/gstsmokedec.h:
15189         * ext/jpeg/gstsmokeenc.h:
15190         * ext/libcaca/gstcacasink.h:
15191         * ext/libmng/gstmngdec.h:
15192         * ext/libmng/gstmngenc.h:
15193         * ext/libpng/gstpngdec.h:
15194         * ext/libpng/gstpngenc.h:
15195         * ext/raw1394/gstdv1394src.h:
15196         * ext/speex/gstspeexenc.h:
15197         * gst/autodetect/gstautoaudiosink.h:
15198         * gst/autodetect/gstautovideosink.h:
15199         * gst/avi/gstavidemux.h:
15200         * gst/cutter/gstcutter.h:
15201         * gst/debug/efence.h:
15202         * gst/debug/gstnavigationtest.h:
15203         * gst/debug/gstnavseek.h:
15204         * gst/flx/gstflxdec.h:
15205         * gst/goom/gstgoom.h:
15206         * gst/icydemux/gsticydemux.h:
15207         * gst/id3demux/gstid3demux.h:
15208         * gst/law/alaw-decode.h:
15209         * gst/law/alaw-encode.h:
15210         * gst/law/mulaw-decode.h:
15211         * gst/law/mulaw-encode.h:
15212         * gst/matroska/matroska-mux.h:
15213         * gst/median/gstmedian.h:
15214         * gst/oldcore/gstaggregator.h:
15215         * gst/oldcore/gstfdsink.h:
15216         * gst/oldcore/gstmd5sink.h:
15217         * gst/oldcore/gstmultifilesrc.h:
15218         * gst/oldcore/gstpipefilter.h:
15219         * gst/oldcore/gstshaper.h:
15220         * gst/oldcore/gststatistics.h:
15221         * gst/rtp/gstasteriskh263.h:
15222         * gst/rtp/gstrtpL16depay.h:
15223         * gst/rtp/gstrtpL16pay.h:
15224         * gst/rtp/gstrtpamrdepay.h:
15225         * gst/rtp/gstrtpamrpay.h:
15226         * gst/rtp/gstrtpdepay.h:
15227         * gst/rtp/gstrtpgsmdepay.h:
15228         * gst/rtp/gstrtpgsmpay.h:
15229         * gst/rtp/gstrtph263pay.h:
15230         * gst/rtp/gstrtph263pdepay.h:
15231         * gst/rtp/gstrtph263ppay.h:
15232         * gst/rtp/gstrtpmp4gpay.h:
15233         * gst/rtp/gstrtpmp4vdepay.h:
15234         * gst/rtp/gstrtpmp4vpay.h:
15235         * gst/rtp/gstrtpmpadepay.h:
15236         * gst/rtp/gstrtpmpapay.h:
15237         * gst/rtp/gstrtppcmadepay.h:
15238         * gst/rtp/gstrtppcmapay.h:
15239         * gst/rtp/gstrtppcmudepay.h:
15240         * gst/rtp/gstrtppcmupay.h:
15241         * gst/rtp/gstrtpspeexdepay.h:
15242         * gst/rtp/gstrtpspeexpay.h:
15243         * gst/rtsp/gstrtpdec.h:
15244         * gst/rtsp/gstrtspsrc.h:
15245         * gst/smpte/gstsmpte.h:
15246         * gst/udp/gstdynudpsink.h:
15247         * gst/udp/gstmultiudpsink.h:
15248         * gst/udp/gstudpsink.h:
15249         * gst/udp/gstudpsrc.h:
15250         * gst/videofilter/gstvideobalance.h:
15251         * gst/videofilter/gstvideoflip.h:
15252         * sys/oss/gstossdmabuffer.h:
15253         * sys/oss/gstossmixerelement.h:
15254         * sys/oss/gstosssink.h:
15255         * sys/oss/gstosssrc.h:
15256         * sys/osxvideo/osxvideosink.h:
15257         * sys/sunaudio/gstsunaudiomixer.h:
15258         * sys/sunaudio/gstsunaudiosink.h:
15259         * sys/ximage/gstximagesrc.h:
15260         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
15261
15262 2006-05-31  Wim Taymans  <wim@fluendo.com>
15263
15264         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
15265         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
15266         (gst_goom_src_setcaps), (gst_goom_src_event),
15267         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
15268         (gst_goom_change_state):
15269         * gst/goom/gstgoom.h:
15270         Handle QoS.
15271         Handle flushing, discont and events.
15272         Fix timestamps and various other cleanups.
15273
15274 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15275
15276         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
15277         Fix bus reset when using libiec61883
15278
15279 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15280
15281         * configure.ac:
15282         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
15283         * ext/raw1394/Makefile.am:
15284         Add CFLAGS.
15285         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
15286         New method, to receive using libiec61883.
15287         (gst_dv1394src_iso_receive),
15288         #ifdef'd out if libiec61883 is present.
15289         (gst_dv1394src_bus_reset),
15290         Get userdata correctly if using libiec61883. 
15291         (gst_dv1394src_create),
15292         When using libiec61883, only poll one fd and no need to read.
15293         (gst_dv1394src_discover_avc_node),
15294         Replace g_warnings.
15295         (gst_dv1394src_start),
15296         Create new handle when we know which dv port.  More reliable
15297         than setting port on an existing handle.  Initialise libiec61883.
15298         (gst_dv1394src_stop):
15299         If using libiec61883, then cleanup its handle properly.
15300         * ext/raw1394/gstdv1394src.h:
15301         Add libiec61883 handle.
15302
15303 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
15304
15305         * gst/avi/gstavidemux.c:
15306           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
15307         * win32/MANIFEST:
15308           sort file listing
15309         * win32/vs6/libgstavi.dsp:
15310           add gstavimux.c to the project
15311         * win32/vs6/libgstid3demux.dsp:
15312           add link to zlib library
15313         * win32/vs6/libgstmatroska.dsp:
15314           add matroska-ids.c to the project
15315
15316 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
15317
15318         Patch by: Sebastian Dröge  <mail at slomosnail de >
15319
15320         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15321         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15322         * ext/taglib/Makefile.am:
15323         * ext/taglib/gstapev2mux.cc:
15324         * ext/taglib/gstapev2mux.h:
15325         * ext/taglib/gstid3v2mux.cc:
15326         * ext/taglib/gsttaglibmux.c: (plugin_init):
15327         * ext/taglib/gsttaglibmux.h:
15328           Add apev2mux element (#343122).
15329         
15330         * tests/check/Makefile.am:
15331         * tests/check/elements/apev2mux.c:
15332         (test_taglib_apev2mux_create_tags),
15333         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
15334         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
15335         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
15336         (apev2mux_suite), (main):
15337           Add unit test for apev2mux element.
15338
15339 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15340
15341         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
15342         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
15343         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
15344           GST_PTR_FORMAT should be used to print caps in debug statements.
15345
15346 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15347
15348         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
15349
15350         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
15351         (ape_demux_parse_tags):
15352           Some clean-ups and additions: map APE 'file' tag to
15353           GST_TAG_LOCATION (#343123); add support for extracting
15354           the track count and clean up parsing a bit (#343127).
15355
15356 2006-05-28  Edward Hervey  <edward@fluendo.com>
15357
15358         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
15359         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
15360
15361 2006-05-28  Edward Hervey  <edward@fluendo.com>
15362
15363         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
15364         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
15365         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
15366         * ext/jpeg/gstjpegdec.h:
15367         Clip outgoing buffers according to currently configured segment.
15368
15369 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15370
15371         * ext/taglib/gstid3v2mux.cc:
15372           Handle  writing of track-count or album-volume-count without
15373           track-number or albume-volume-number (in this case the number
15374           will just be set to 0).
15375
15376         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
15377           It would be nice if we actually checked the values received for
15378           track/album-volume number/count in  _check_tags(), rather than
15379           setting them again ...
15380
15381 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15382
15383         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15384           A track/volume number or count of 0 does not make sense,
15385           just ignore it along with negative numbers (a tag might
15386           only contain a track count without a track number).
15387
15388 2006-05-27  Edward Hervey  <edward@fluendo.com>
15389
15390         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
15391         (gst_jpeg_dec_sink_event):
15392         Abort decompression when receiving FLUSH_STOP. This should avoid
15393         issues when interrupting decoding with flushes.
15394
15395 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15396
15397         * ext/flac/gstflac.c:
15398           Don't #include file we don't dist any longer.
15399
15400 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15401
15402         * README:
15403           Replace current README (containing the release notes from
15404           some 0.9.x version) with a proper README taken from the core.
15405
15406 2006-05-24  Wim Taymans  <wim@fluendo.com>
15407
15408         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
15409         Implement EOS correctly by either posting
15410         SEGMENT_DONE or pushing an EOS message depending
15411         on the seek type. Fixes #342592
15412
15413 2006-05-24  Wim Taymans  <wim@fluendo.com>
15414
15415         * gst/law/alaw-decode.c: (gst_alawdec_chain):
15416         * gst/law/alaw-decode.h:
15417         * gst/law/alaw-encode.c: (gst_alawenc_chain):
15418         * gst/law/alaw-encode.h:
15419         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
15420         * gst/law/mulaw-decode.h:
15421         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
15422         * gst/law/mulaw-encode.h:
15423         Some cleanups in the chain functions.
15424         Remove some GStreamer 0.0.2 bits.
15425
15426 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15427
15428         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15429
15430         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
15431           gst_collect_pads_stop() needs to be called before chaining up
15432           to the parent class (#342734).
15433
15434 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15435
15436         * ext/flac/Makefile.am:
15437         * ext/flac/flac_compat.h:
15438         * ext/flac/gstflac.c:
15439         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
15440         * ext/flac/gstflacenc.c:
15441           Remove backwards compatibility cruft for dealing with FLAC API
15442           changes in the 1.0.x series - we require 1.1.1 or newer these days.
15443
15444 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15445
15446         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15447         (gst_matroska_demux_push_xiph_codec_priv_data),
15448         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15449         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15450         * gst/matroska/matroska-ids.h:
15451         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
15452         (gst_matroska_mux_video_pad_setcaps),
15453         (xiph3_streamheader_to_codecdata),
15454         (vorbis_streamheader_to_codecdata),
15455         (theora_streamheader_to_codecdata),
15456         (gst_matroska_mux_audio_pad_setcaps),
15457         (gst_matroska_mux_write_data):
15458           Add support for muxing/demuxing theora video (#342448; too bad
15459           none of the usual linux players can actually play this). Playback
15460           in GStreamer will require additional changes to theoradec in -base.
15461           Refactor streamheaders <=> CodecPrivateData code a bit; some small
15462           cleanups.
15463
15464 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15465
15466         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
15467         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
15468           Fix crashes when the horizontal subsampling is 1.
15469           Fixes #342097.
15470
15471 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15472
15473         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15474
15475         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
15476         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
15477         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
15478         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
15479         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
15480         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
15481         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
15482         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
15483         (gst_avi_mux_change_state):
15484         * gst/avi/gstavimux.h:
15485           Some enhancements for avimux (#342526):
15486            - add odml (large file) index support
15487            - store codec init data (e.g. huffyuv)
15488            - miscellaneous other fixes/cleanups
15489
15490 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15491
15492         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15493         Don't output any tag when we encounter a negative track number - the
15494         tag type is uint, so we end up outputting huge positive numbers
15495         instead. (Fixes: #342029)
15496
15497 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15498
15499         * configure.ac:
15500           update for new GSTPB_PLUGINS_DIR
15501
15502 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
15503
15504         * rtp/gst/gstrtph263pay.c:
15505         Properly set static caps for H263 at 34.
15506
15507 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15508
15509         Patch by: James "Doc" Livingston  <doclivingston gmail com>
15510
15511         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
15512           Merge event tags and tag setter tags correctly (#339918). Also,
15513           don't leak taglist in case of an error.
15514           
15515 2006-05-17  Edward Hervey  <edward@fluendo.com>
15516
15517         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
15518         We can only do caps intersection if the othercaps are non-empty and not
15519         ANY. Else we return the pad template (base_caps).
15520
15521 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15522
15523         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
15524           Fix crash when outputting debugging information for certain
15525           pictures (always good to use the right struct member for
15526           the number of records in an array).
15527
15528 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15529
15530         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
15531
15532         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
15533         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
15534         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
15535         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
15536         (gst_ebml_read_float), (gst_ebml_read_ascii),
15537         (gst_ebml_read_binary):
15538           Don't create unnecessary sub-buffers all the time. Dramatically
15539           improves performance with multiple concurrently running
15540           matroskademux instances (#341818) (and avoids doing
15541           unnecessarily inefficient things in the general case).
15542
15543 2006-05-16  Edward Hervey  <edward@fluendo.com>
15544
15545         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
15546         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
15547         return value of gst_pad_push_event().
15548
15549 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
15550
15551         * gst/autodetect/gstautoaudiosink.c:
15552         (gst_auto_audio_sink_find_best):
15553         * gst/autodetect/gstautovideosink.c:
15554         (gst_auto_video_sink_find_best):
15555         Make the name of the child element be based on the name of the
15556         parent, so that debug output is more useful.
15557         
15558         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
15559         (parse_insert_string_field), (parse_split_strings):
15560         Rework string parsing to always walk over BOM markers in UTF16
15561         strings, using the endianness indicated by the innermost one,
15562         then trying the opposite endianness if that fails to convert
15563         to valid UTF-8. Fixes #341774
15564
15565 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15566
15567         Patch from: Matthieu <matthieu at fluendo dot com>
15568
15569         * ext/libpng/Makefile.am:
15570         Add LIBPNG_CFLAGS.
15571
15572 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15573
15574         * ext/taglib/gstid3v2mux.cc:
15575           Add support for writing images (APIC frames) into ID3v2
15576           tags (picture type always set to 'other' for now though).
15577
15578 2006-05-14  Michael Smith  <msmith@fluendo.com>
15579
15580         * gst/wavparse/gstwavparse.c:
15581           Update docs; wavparse implements push and pull modes.
15582
15583 2006-05-12  Wim Taymans  <wim@fluendo.com>
15584
15585         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
15586         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
15587         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
15588         Ooops, bitten by the copy-and-paste design paradigm, fixes
15589         seek again.
15590
15591 2006-05-12  Wim Taymans  <wim@fluendo.com>
15592
15593         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15594         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
15595         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
15596         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
15597         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
15598         (gst_avi_demux_massage_index),
15599         (gst_avi_demux_calculate_durations_from_index),
15600         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
15601         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
15602         (gst_avi_demux_loop):
15603         * gst/avi/gstavidemux.h:
15604         Some cleanups, prepare to use GstSegment.
15605         Fix error in entry walking code.
15606         Fix VBR detection.
15607         Smarter timestamp calculation code.
15608         Uniform error/eos handling.
15609
15610 2006-05-12  Michael Smith  <msmith@fluendo.com>
15611
15612         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
15613         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
15614           Fix use of uninitialised values if we're NOT seeking in ready.
15615           Fix typos.
15616
15617 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15618
15619         * gst/wavparse/Makefile.am:
15620           Add CFLAGS and LIBS for libgstbase, fixes build on
15621           Cygwin (#341489).
15622
15623 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
15624
15625         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
15626           Some more debug info. No need to check whether the string
15627           returned by g_convert() is really UTF-8 - either it is or
15628           we get NULL returned.
15629
15630 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
15631
15632         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
15633           Fix parsing of numeric genre strings some more, by ensuring that
15634           we only try and parse strings that a) Start with '(' and b) Consist
15635           only of digits.
15636           Also, when finding an escaping '((' sequence, bust it back to '(' by
15637           swallowing the first parenthesis
15638
15639 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
15640
15641         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
15642         (gst_esdsink_open), (gst_esdsink_close):
15643         * ext/esd/esdsink.h:
15644           Move the esd_get_server_info() into gst_esdsink_open() and fail
15645           with a decent error message on errors.
15646
15647 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15648
15649         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
15650         (gst_esdmon_channels_get_type):
15651         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
15652         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
15653         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
15654         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
15655         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
15656         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
15657         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
15658         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
15659         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
15660         * gst/videomixer/videomixer.c:
15661         (gst_video_mixer_background_get_type):
15662           Const-ify GEnumValue arrays.
15663
15664 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15665
15666         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
15667
15668         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
15669         (gst_avi_mux_do_video_buffer):
15670           Work around gst_buffer_make_metadata_writable() bug that
15671           results in avimux marking all frames in the index as
15672           keyframes (#340859).
15673           
15674 2006-05-08  Wim Taymans  <wim@fluendo.com>
15675
15676         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
15677         Make parsing of urls suck slightly less.
15678
15679 2006-05-08  Edward Hervey  <edward@fluendo.com>
15680
15681         * autogen.sh: (CONFIGURE_DEF_OPT): 
15682         libtoolize on Darwin/MacOSX is called glibtoolize.
15683
15684 2006-05-08  Wim Taymans  <wim@fluendo.com>
15685
15686         Patch by: Jens Granseuer <jensgr at gmx dot net>
15687
15688         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
15689         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
15690         C89 compliance fixes. Fixes #340980
15691
15692 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
15693
15694         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
15695         * ext/flac/gstflacdec.h:
15696           Handle segment seeks that include the end of the file as stop point
15697           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
15698           message instead of an EOS event in case we're in segment seek
15699           mode (fixes #340699).
15700           
15701 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
15702
15703         * ext/cairo/gsttextoverlay.c:
15704         * ext/flac/gstflacdec.c:
15705         * ext/gdk_pixbuf/pixbufscale.c:
15706         * gst/apetag/gstapedemux.c:
15707         * gst/debug/breakmydata.c:
15708         * gst/debug/testplugin.c:
15709         * gst/matroska/ebml-write.c:
15710         * gst/multipart/multipartdemux.c:
15711         * sys/osxaudio/gstosxaudiosink.c:
15712         * sys/osxaudio/gstosxaudiosrc.c:
15713         Add semicolons after GST_BOILERPLATE[_FULL] so that
15714         indent doesn't mess up following lines.
15715
15716 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
15717
15718         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
15719
15720         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
15721           Don't leak caps when freeing the stream context (#340623).
15722
15723 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
15724
15725         * configure.ac:
15726           Back to CVS
15727
15728 === release 0.10.3 ===
15729
15730 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
15731
15732         * configure.ac:
15733           releasing 0.10.3, "Desplazado"
15734
15735 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
15736
15737         * gst/matroska/matroska-mux.c:
15738         (gst_matroska_mux_stream_is_vorbis_header),
15739         (gst_matroska_mux_write_data):
15740           Don't strcmp() NULL strings.
15741           Only start new clusters on video keyframes, not on any
15742           random audio buffer that doesn't have the DELTA_UNIT
15743           flag set (fixes 'make check' again).
15744
15745 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
15746
15747         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15748
15749         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
15750         (gst_matroska_mux_stream_is_vorbis_header),
15751         (gst_matroska_mux_write_data):
15752           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
15753           value and then dead-lock when muxing vorbis audio streams
15754           (the three vorbis header buffers carry no timestamp, and it
15755           would try to mux these after all video buffers). Fixes #340346.
15756
15757           Improve clustering: start a new cluster also whenever we get
15758           a keyframe.     
15759
15760 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15761
15762         * win32/common/config.h:
15763         * win32/MANIFEST
15764           add the generated file as well
15765
15766 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15767
15768         * Makefile.am:
15769         * configure.ac:
15770         * win32/common/config.h.in:
15771           add win32 stuff
15772
15773 2006-05-03  Michael Smith  <msmith@fluendo.com>
15774
15775         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
15776           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
15777           SUCKS.
15778
15779 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15780
15781         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
15782         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
15783         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
15784           don't leak caps-string
15785
15786 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
15787
15788         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
15789         (gst_id3demux_sink_activate):
15790           Let core insert default error message for TYPE_NOT_FOUND
15791           errors, it's just as good as our own and has the added
15792           bonus of being translated.
15793
15794 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
15795
15796         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
15797         (gst_tag_demux_sink_event):
15798         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
15799         (gst_id3demux_sink_event):
15800           Post an error message when we get an EOS event and were not
15801           able to find out the type of stream.
15802
15803         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
15804         (test_taglib_id3mux_with_tags):
15805           Decrease num-buffers to 16 per iteration again, otherwise the
15806           many memcpy()s and reallocations in the test will hammer slow
15807           CPUs completely and make the test timeout.
15808
15809 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15810
15811         * configure.ac:
15812           figure out where plugins-base plugins are
15813         * tests/check/Makefile.am:
15814           use plugins-base plugins, so we have typefind functions
15815         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
15816           increase num-buffers, this makes sure the test errors out instead
15817           of timing out when no typefind functions are present
15818
15819 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15820
15821         * docs/plugins/Makefile.am:
15822           also check .cc files for gtk-doc markup
15823         * configure.ac:
15824         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15825         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15826         * tests/check/Makefile.am:
15827         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
15828         * ext/Makefile.am:
15829         * ext/taglib/Makefile.am:
15830         * ext/taglib/gstid3v2mux.h:
15831         * ext/taglib/gsttaglibmux.c:
15832         * ext/taglib/gsttaglibmux.h:
15833           move taglib-based id3v2muxer to -good.  Fixes #336110.
15834
15835 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
15836
15837         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
15838           ... and fix multichannel/WAVFORMATEX support again.
15839
15840 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
15841
15842         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15843         (gst_wavparse_class_init), (gst_wavparse_dispose),
15844         (gst_wavparse_reset), (gst_wavparse_init),
15845         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
15846         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
15847         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
15848         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
15849         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
15850         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
15851         (gst_wavparse_stream_data), (gst_wavparse_loop),
15852         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
15853         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
15854         (gst_wavparse_change_state), (plugin_init):
15855         * gst/wavparse/gstwavparse.h:
15856           Add push (streaming) mode to wavparse (fixes #337625)
15857
15858 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15859
15860         * configure.ac:
15861         * tests/Makefile.am:
15862           add ximagesrc icles test
15863
15864 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15865
15866         * configure.ac:
15867         * docs/plugins/Makefile.am:
15868         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15869         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15870         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
15871         (gst_cmml_enc_push_clip):
15872         * sys/Makefile.am:
15873         * sys/ximage/Makefile.am:
15874         * sys/ximage/gstximagesrc.c:
15875           Move ximagesrc plug-in to good after review.  Fixes #336756.
15876
15877 2006-04-28  Michael Smith  <msmith@fluendo.com>
15878
15879         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
15880         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
15881         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
15882         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
15883         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
15884         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
15885         * gst/icydemux/gsticydemux.h:
15886           Fix event handling: cache events when typefinding and forward later.
15887
15888 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15889
15890         * sys/osxaudio/gstosxaudiosink.c:
15891         (plugin_init):
15892          Register osxaudiosrc to the plugin.
15893         * sys/osxaudio/gstosxaudiosrc.c:
15894         (gst_osx_audio_src_osxelement_do_init),
15895         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
15896         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
15897         (gst_osx_audio_src_get_property),
15898         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
15899         (gst_osx_audio_src_osxelement_init):
15900         * sys/osxaudio/gstosxaudiosrc.h:
15901           Port of osxaudiosrc to 0.10.
15902         * sys/osxaudio/Makefile.am:
15903           Add osxaudiosrc
15904
15905 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15906
15907         * sys/osxaudio/gstosxringbuffer.c:
15908         * sys/osxaudio/gstosxringbuffer.h:
15909           Forgot to commit earlier, part of the OSX audio plugin port
15910
15911 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15912
15913         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
15914         (parse_split_strings):
15915           Recognise and skip any byte order marker (BOM) in
15916           UTF-16 strings.
15917
15918 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
15919
15920         * docs/plugins/Makefile.am:
15921         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15922         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15923         * docs/plugins/gst-plugins-good-plugins.hierarchy:
15924         * docs/plugins/inspect/plugin-avi.xml:
15925         * gst/avi/gstavidemux.c:
15926         * gst/avi/gstavimux.c:
15927           Add docs for both avidemux and avimux.
15928
15929 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
15930
15931         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
15932
15933         * gst/avi/Makefile.am:
15934         * gst/avi/gstavi.c: (plugin_init):
15935         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
15936         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
15937         (gst_avi_mux_class_init), (gst_avi_mux_init),
15938         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
15939         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
15940         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
15941         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
15942         (gst_avi_mux_riff_get_avix_header),
15943         (gst_avi_mux_riff_get_video_header),
15944         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
15945         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
15946         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
15947         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
15948         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
15949         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
15950         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
15951         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
15952         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
15953         (gst_avi_mux_change_state):
15954         * gst/avi/gstavimux.h:
15955           Port AVI muxer to GStreamer-0.10 (#332031).
15956
15957         * tests/check/Makefile.am:
15958         * tests/check/elements/avimux.c:
15959         * tests/check/elements/.cvsignore:
15960           Add unit test for AVI muxer.
15961
15962 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
15963
15964         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15965         (gst_wavparse_class_init), (gst_wavparse_reset),
15966         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
15967         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
15968         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
15969         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
15970         (gst_wavparse_stream_data), (gst_wavparse_loop),
15971         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
15972         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
15973         (plugin_init):
15974         * gst/wavparse/gstwavparse.h:
15975           reverted patch #337625 for the price of 1 hour sleep
15976
15977 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
15978
15979         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15980         (gst_wavparse_class_init), (gst_wavparse_reset),
15981         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
15982         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
15983         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
15984         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
15985         (gst_wavparse_stream_data), (gst_wavparse_loop),
15986         (gst_wavparse_chain), (plugin_init):
15987         * gst/wavparse/gstwavparse.h:
15988           correct partial implementation of push mode
15989           (from my last commit)
15990
15991 2006-04-26  Wim Taymans  <wim@fluendo.com>
15992
15993         * ext/esd/esdsink.c:
15994         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
15995         it is not in esd.h
15996
15997 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
15998
15999         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
16000         (gst_au_parse_class_init), (gst_au_parse_init),
16001         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
16002         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
16003         (gst_au_parse_chain), (gst_au_parse_src_convert),
16004         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
16005         (gst_au_parse_sink_event), (gst_au_parse_src_event),
16006         (gst_au_parse_change_state):
16007         * gst/auparse/gstauparse.h:
16008           Rewrite auparse to suck a little bit less: make source pad
16009           dynamic, so decodebin/playbin work with non-raw formats
16010           like alaw/mulaw; add query function for duration/position
16011           queries; check whether we have enough data before attempting
16012           to parse the header (instead of crashing when that is not the
16013           case); work around audioconvert sucking by swapping endianness
16014           to the native endianness ourselves for float formats; send
16015           initial newsegment event. Fixes #161712.
16016
16017 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16018
16019         * sys/osxaudio/Makefile.am:
16020         * sys/osxaudio/gstosxaudioelement.c:
16021         (gst_osx_audio_element_get_type),
16022         (gst_osx_audio_element_class_init):
16023         * sys/osxaudio/gstosxaudioelement.h:
16024         * sys/osxaudio/gstosxaudiosink.c:
16025         (gst_osx_audio_sink_osxelement_do_init),
16026         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
16027         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
16028         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
16029         (gst_osx_audio_sink_create_ringbuffer),
16030         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
16031         (plugin_init):
16032         * sys/osxaudio/gstosxaudiosink.h:
16033         Port of osxaudiosink to 0.10
16034
16035 2006-04-26  Wim Taymans  <wim@fluendo.com>
16036
16037         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
16038         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
16039         the size of the ringbuffer. This should fix hangs with older 
16040         esd sound servers.
16041
16042 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16043
16044         * ext/aalib/gstaasink.c:
16045         * ext/annodex/gstcmmldec.c:
16046         * ext/annodex/gstcmmlenc.c:
16047         * ext/cairo/gsttextoverlay.c:
16048         * ext/cairo/gsttimeoverlay.c:
16049         * ext/cdio/gstcdiocddasrc.c:
16050         * ext/dv/gstdvdec.c:
16051         * ext/dv/gstdvdemux.c:
16052         * ext/esd/esdmon.c:
16053         * ext/esd/esdsink.c:
16054         * ext/flac/gstflacenc.c:
16055         * ext/flac/gstflactag.c:
16056         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16057         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16058         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16059         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16060         * ext/gdk_pixbuf/pixbufscale.c:
16061         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16062         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16063         * ext/jpeg/gstjpegdec.c:
16064         * ext/jpeg/gstjpegenc.c:
16065         * ext/jpeg/gstsmokedec.c:
16066         * ext/jpeg/gstsmokeenc.c:
16067         * ext/libcaca/gstcacasink.c:
16068         * ext/libmng/gstmngdec.c:
16069         * ext/libmng/gstmngenc.c:
16070         * ext/libpng/gstpngdec.c:
16071         * ext/libpng/gstpngenc.c:
16072         * ext/mikmod/gstmikmod.c:
16073         * ext/raw1394/gstdv1394src.c:
16074         * ext/shout2/gstshout2.c: (gst_shout2send_init):
16075         * ext/shout2/gstshout2.h:
16076         * ext/speex/gstspeexdec.c:
16077         * ext/speex/gstspeexenc.c:
16078         * gst/alpha/gstalpha.c:
16079         * gst/alpha/gstalphacolor.c:
16080         * gst/apetag/gstapedemux.c:
16081         * gst/auparse/gstauparse.c:
16082         * gst/autodetect/gstautoaudiosink.c:
16083         (gst_auto_audio_sink_base_init):
16084         * gst/autodetect/gstautovideosink.c:
16085         (gst_auto_video_sink_base_init):
16086         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
16087         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16088         * gst/cutter/gstcutter.c:
16089         * gst/debug/breakmydata.c:
16090         * gst/debug/efence.c:
16091         * gst/debug/gstnavigationtest.c:
16092         * gst/debug/gstnavseek.c:
16093         * gst/debug/negotiation.c:
16094         * gst/debug/progressreport.c:
16095         * gst/debug/testplugin.c:
16096         * gst/effectv/gstaging.c:
16097         * gst/effectv/gstdice.c:
16098         * gst/effectv/gstedge.c:
16099         * gst/effectv/gstquark.c:
16100         * gst/effectv/gstrev.c:
16101         * gst/effectv/gstshagadelic.c:
16102         * gst/effectv/gstvertigo.c:
16103         * gst/effectv/gstwarp.c:
16104         * gst/flx/gstflxdec.c:
16105         * gst/goom/gstgoom.c:
16106         * gst/icydemux/gsticydemux.c:
16107         * gst/id3demux/gstid3demux.c:
16108         * gst/interleave/deinterleave.c:
16109         * gst/interleave/interleave.c:
16110         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16111         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16112         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16113         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16114         * gst/level/gstlevel.c:
16115         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16116         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16117         * gst/median/gstmedian.c:
16118         * gst/monoscope/gstmonoscope.c:
16119         * gst/multipart/multipartdemux.c:
16120         * gst/multipart/multipartmux.c:
16121         * gst/oldcore/gstaggregator.c:
16122         * gst/oldcore/gstfdsink.c:
16123         * gst/oldcore/gstmd5sink.c:
16124         * gst/oldcore/gstmultifilesrc.c:
16125         * gst/oldcore/gstpipefilter.c:
16126         * gst/oldcore/gstshaper.c:
16127         * gst/oldcore/gststatistics.c:
16128         * gst/rtp/gstasteriskh263.c:
16129         * gst/rtp/gstrtpL16depay.c:
16130         * gst/rtp/gstrtpL16pay.c:
16131         * gst/rtp/gstrtpamrdepay.c:
16132         * gst/rtp/gstrtpamrpay.c:
16133         * gst/rtp/gstrtpdepay.c:
16134         * gst/rtp/gstrtpgsmpay.c:
16135         * gst/rtp/gstrtph263pay.c:
16136         * gst/rtp/gstrtph263pdepay.c:
16137         * gst/rtp/gstrtph263ppay.c:
16138         * gst/rtp/gstrtpilbcdepay.c:
16139         * gst/rtp/gstrtpmp4gpay.c:
16140         * gst/rtp/gstrtpmp4vdepay.c:
16141         * gst/rtp/gstrtpmp4vpay.c:
16142         * gst/rtp/gstrtpmpadepay.c:
16143         * gst/rtp/gstrtpmpapay.c:
16144         * gst/rtp/gstrtppcmadepay.c:
16145         * gst/rtp/gstrtppcmapay.c:
16146         * gst/rtp/gstrtppcmudepay.c:
16147         * gst/rtp/gstrtppcmupay.c:
16148         * gst/rtp/gstrtpspeexdepay.c:
16149         * gst/rtp/gstrtpspeexpay.c:
16150         * gst/rtsp/gstrtpdec.c:
16151         * gst/rtsp/gstrtspsrc.c:
16152         * gst/smpte/gstsmpte.c:
16153         * gst/udp/gstdynudpsink.c:
16154         * gst/udp/gstmultiudpsink.c:
16155         * gst/udp/gstudpsink.c:
16156         * gst/udp/gstudpsrc.c:
16157         * gst/videobox/gstvideobox.c:
16158         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16159         * gst/videofilter/gstvideobalance.c:
16160         * gst/videofilter/gstvideoflip.c:
16161         * gst/videofilter/gstvideotemplate.c:
16162         (gst_videotemplate_base_init):
16163         * gst/videomixer/videomixer.c:
16164         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16165         (gst_wavparse_class_init), (gst_wavparse_dispose),
16166         (gst_wavparse_reset), (gst_wavparse_init),
16167         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
16168         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
16169         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
16170         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
16171         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16172         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16173         (gst_wavparse_change_state):
16174         * gst/wavparse/gstwavparse.h:
16175         * sys/oss/gstossmixerelement.c:
16176         * sys/oss/gstosssink.c:
16177         * sys/oss/gstosssrc.c:
16178         * sys/osxaudio/gstosxaudioelement.c:
16179         * sys/osxaudio/gstosxaudiosink.c:
16180         * sys/osxaudio/gstosxaudiosrc.c:
16181         * sys/sunaudio/gstsunaudiomixer.c:
16182         * sys/sunaudio/gstsunaudiosink.c:
16183           Define GstElementDetails as const and also static (when defined as
16184           global)
16185
16186 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16187
16188         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16189           Source pad has fixed caps. If we don't set this, bad
16190           things happen when the window is resized.
16191
16192 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16193
16194         * gst/matroska/Makefile.am:
16195         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16196         (gst_matroska_demux_handle_src_event):
16197         * gst/matroska/matroska-ids.c:
16198         (gst_matroska_track_init_video_context),
16199         (gst_matroska_track_init_audio_context),
16200         (gst_matroska_track_init_subtitle_context),
16201         (gst_matroska_track_init_complex_context):
16202         * gst/matroska/matroska-ids.h:
16203           Handle case where the TrackType ebml chunk does not come before the
16204           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
16205           events.
16206
16207 2006-04-25  Wim Taymans  <wim@fluendo.com>
16208
16209         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
16210         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
16211         It's codec_data, not codec_info.
16212
16213 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16214
16215         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16216
16217         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16218           Handle codec_data for VfW compatibility codec IDs (#339451)
16219
16220         * gst/matroska/matroska-mux.c:
16221         (gst_matroska_mux_video_pad_setcaps):
16222           Same here, handle codec_data and add additional caps we can handle
16223           now to the pad template (huffyuv, dv and h263 video) (#339451)
16224
16225 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16226
16227         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
16228
16229         * gst/matroska/matroska-mux.c:
16230         (gst_matroska_mux_create_buffer_header),
16231         (gst_matroska_mux_write_data):
16232           Fix timestamping of B-frames, use signed integers, do
16233           some rounding (#339678).
16234
16235 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
16236
16237         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
16238         just make it compile with --disable-gst-debug.
16239
16240 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
16241
16242         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16243         Fix a bad conversion using gst_guint64_to_gdouble.
16244         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
16245         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
16246         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
16247     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
16248         mistake.
16249
16250 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
16251
16252         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16253         Use gst_guint64_to_gdouble for conversions
16254         * win32/vs6/gst_plugins_good.dsw:
16255         * win32/vs6/libgsticydemux.dsp:
16256         Add a project file for icydemux
16257
16258 2006-04-21  Wim Taymans  <wim@fluendo.com>
16259
16260         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16261
16262         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
16263         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
16264         When splitting audio chunks, the block alignment is not taken in
16265         consideration, so the smaller chunks could be of size which is 
16266         not a multiple of the block alignment. Fixes #336904
16267
16268 2006-04-21  Wim Taymans  <wim@fluendo.com>
16269
16270         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
16271         Use scale functions
16272
16273 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16274
16275         * ext/dv/gstdv.c: (plugin_init):
16276           Fix build.
16277
16278 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16279
16280         * gst/debug/progressreport.c: (gst_progress_report_finalize),
16281         (gst_progress_report_class_init), (gst_progress_report_init),
16282         (gst_progress_report_do_query), (gst_progress_report_report),
16283         (gst_progress_report_set_property),
16284         (gst_progress_report_get_property):
16285           Add 'format' property to force querying to a particular format.
16286
16287 2006-04-21  Andy Wingo  <wingo@pobox.com>
16288
16289         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
16290         best, on big endian systems. Drop its rank in that case. OTOH on
16291         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
16292
16293 2006-04-21  Michael Smith  <msmith@fluendo.com>
16294
16295         * configure.ac:
16296         * gst/icydemux/Makefile.am:
16297         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
16298         (gst_icydemux_base_init), (gst_icydemux_class_init),
16299         (gst_icydemux_reset), (gst_icydemux_init),
16300         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
16301         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
16302         (unicodify), (gst_icydemux_unicodify),
16303         (gst_icydemux_parse_and_send_tags),
16304         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16305         (gst_icydemux_chain), (gst_icydemux_change_state),
16306         (gst_icydemux_send_tag_event), (plugin_init):
16307         * gst/icydemux/gsticydemux.h:
16308         * tests/check/Makefile.am:
16309         * tests/check/elements/icydemux.c: (typefind_succeed),
16310         (plugin_init), (icydemux_found_pad), (create_icydemux),
16311         (cleanup_icydemux), (push_data), (GST_START_TEST),
16312         (icydemux_suite), (main):
16313           Add icydemux, and tests.
16314
16315 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16316
16317         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16318           Post SEGMENT_DONE message in TIME format.
16319
16320 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16321
16322         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16323
16324         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
16325         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
16326           Fix index creation when we have to scan the file to create
16327           an index. There may be other types of RIFF 'LIST' chunks than
16328           'movi' and we need to skip them properly as well or we'll end up
16329           reading garbage (#336889). Some other cosmetic changes.
16330           
16331 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16332
16333         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
16334         (gst_flac_dec_handle_seek_event):
16335           Add support for segment seeks (fixes #338290). Also demote
16336           some recurring debug message from DEBUG to LOG level.
16337
16338 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16339
16340         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16341         (gst_matroskademux_do_index_seek),
16342         (gst_matroska_demux_handle_seek_event),
16343         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16344         * gst/matroska/matroska-ids.h:
16345           Set DISCONT flag on first buffer after a discontinuity.
16346           Fix newsegment events sent when seeking and honour KEY_UNIT
16347           seek flag. Create pad with bogus caps if we don't recognise
16348           the stream codec id.
16349
16350         * gst/matroska/matroska-demux.h:
16351           Fix GObject macros.
16352
16353 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16354
16355         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16356
16357         * gst/matroska/matroska-demux.c:
16358         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
16359           Handle end of segment properly when set; don't dead-lock when
16360           posting start of segment message when doing a segment seek.
16361           Fixes #338810.
16362
16363 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16364
16365         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
16366         (gst_matroska_demux_plugin_init):
16367           Make mpeg2 aac audio work: create artificial private codec data
16368           chunk which faad2 seems to require, just as we do for mpeg4 aac.
16369           Also call gst_riff_init(). Partially fixes #338767.
16370
16371 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
16372
16373         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
16374         (gst_wavenc_class_init), (gst_wavenc_init),
16375         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
16376         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
16377         (gst_wavenc_chain), (gst_wavenc_change_state):
16378         * gst/wavenc/gstwavenc.h:
16379           Set caps on first outgoing buffer, so that it doesn't error out
16380           immediately with a non-negotiated error (#338716). Rewrite and
16381           clean up a bit; fix setcaps function to parse things properly;
16382           fix sink caps (8bit audio is unsigned and doesn't have depth);
16383           use boilerplate macros; remove unused properties stuff.
16384
16385 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16386
16387         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16388           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
16389           handle MJPEG streams and might be autoplugged for those if the
16390           user doesn't have jpegdec installed (resulting in a cryptic error
16391           message about huffman tables). Better to disable JPEG decoding here
16392           and let the user figure out that she needs to install jpegdec.
16393
16394 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16395
16396         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16397         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16398         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
16399         * ext/gdk_pixbuf/gstgdkpixbuf.h:
16400           Make work with packetised/framed input (e.g. png-in-quicktime). Use
16401           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
16402           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
16403           debug messages. Fix boilerplate macros.
16404
16405 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16406
16407         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
16408         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
16409           No need to special-case for Gdk-2.0 any longer, we require
16410           Gdk 2.2 or newer; minor clean-ups.
16411
16412 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16413
16414         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
16415         (gst_shout2send_class_init), (gst_shout2send_init),
16416         (set_shout_metadata), (gst_shout2send_set_metadata),
16417         (gst_shout2send_event), (gst_shout2send_start),
16418         (gst_shout2send_connect), (gst_shout2send_stop),
16419         (gst_shout2send_render), (gst_shout2send_set_property),
16420         (gst_shout2send_get_property), (gst_shout2send_setcaps),
16421         (plugin_init):
16422         * ext/shout2/gstshout2.h:
16423         * po/POTFILES.in:
16424           Rewrite a bit: use GstBaseSink::start and stop instead of a state
16425           change function; use GST_ELEMENT_ERROR for error reporting, not
16426           g_error() or GST_ERROR(); don't unref caps in setcaps function,
16427           will cause crashes or assertion failures; remove (unused) "sync"
16428           property, basesink already has such a property; misc. other
16429           minor fixes and cleanups.
16430
16431 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16432
16433         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
16434         * ext/esd/gstesd.c: (plugin_init):
16435         * po/POTFILES.in:
16436           Add translatable error message for when we cannot
16437           connect to the sound server, as "Cannot open resource
16438           for writing" isn't really an acceptable message to show
16439           to the user in this case.
16440
16441 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16442
16443         * sys/oss/gst-i18n-plugin.h:
16444           Remove bogus file that doesn't belong here.
16445
16446 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16447
16448         Patch by: Philippe Valembois
16449
16450         * ext/shout2/gstshout2.c: (gst_shout2send_init),
16451         (gst_shout2send_set_metadata), (gst_shout2send_event),
16452         (gst_shout2send_render), (gst_shout2send_change_state):
16453         * ext/shout2/gstshout2.h:
16454           Handle tags being received before the connection to
16455           the server is established properly (see #338636).
16456
16457 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16458
16459         * ext/shout2/gstshout2.c: (gst_shout2send_render):
16460           Don't crash in case the connection to the server fails:
16461           don't set pointer to NULL by assigning FALSE; error out
16462           properly by using GST_ELEMENT_ERROR and returning
16463           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
16464           before resetting the pointer.
16465
16466 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
16467
16468         * gst/id3demux/id3tags.c:
16469         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
16470         (Fixes #338713)
16471
16472 2006-04-12  Wim Taymans  <wim@fluendo.com>
16473
16474         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16475         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
16476         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16477         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
16478         (gst_gdk_pixbuf_chain):
16479         Some cleanups.
16480         Added RGBA as a possible output format.
16481         Correctly free the supported mimetypes.
16482         deprecate silent arg, it's not used.
16483         Return result from _alloc_buffer to peer.
16484
16485 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16486
16487         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
16488           Don't leak memory allocated by gst_buffer_new_and_alloc() by
16489           overwriting GST_BUFFER_MALLOCDATA.
16490
16491 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16492
16493         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
16494         (user_endrow_callback), (user_end_callback),
16495         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
16496         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
16497         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
16498         * ext/libpng/gstpngdec.h:
16499           Handle more than one frame if the content is framed,
16500           like with png-in-quicktime (#331917).
16501
16502 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16503
16504         * sys/oss/Makefile.am:
16505         * sys/oss/common.h:
16506         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
16507         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
16508         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
16509         (gst_oss_src_unprepare):
16510           - the user-visible error strings were in the wrong category
16511           - and the messages were not marked for translation
16512           - which is actually a good thing, because they were exactly
16513             the kind of message you would never want anyone to see
16514           - the macros were using variables that didn't exist in the macro
16515             arguments
16516           - and they were obviously copied from each other and then modified
16517           - so a common header makes sense
16518
16519 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
16520
16521         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16522           Don't try to modify read-only data.
16523
16524         * gst/matroska/matroska-demux.c:
16525         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16526           Fix comment (won't crash any longer now).
16527
16528 2006-04-10  Michael Smith  <msmith@fluendo.com>
16529
16530         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
16531           Use copies of header buffers for caps to avoid circular refcounting
16532           problems (as in theoradec, vorbisdec).
16533
16534         * tests/check/elements/cmmldec.c: (GST_START_TEST):
16535           Fix a typo in test that meant it was testing the wrong thing.
16536
16537         * tests/check/elements/cmmlenc.c: (check_headers):
16538           Fix refcount checks now that we use buffer-copies for caps.
16539
16540 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
16541
16542         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
16543         (gst_matroska_demux_handle_seek_event),
16544         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
16545         (gst_matroska_demux_subtitle_caps),
16546         (gst_matroska_demux_plugin_init):
16547           Use static pad templates with ANY caps for audio and video
16548           source pads and get rid of a lot of unnecessary (and partially
16549           broken) code for the template caps. Clean up caps finding
16550           functions. Fixes playback of audio files/streams that do not
16551           contain the sample rate and/or number of channels in the audio
16552           context (happens a lot with vorbis/mp3 .mka files it seems).
16553           Fixes #337183.
16554           Also add myself to copyright holders.
16555
16556 2006-04-10  Michael Smith  <msmith@fluendo.com>
16557
16558         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
16559           Use g_list_delete_link () instead of g_list_remove_link () so that
16560           we free the link as well as the contained data.
16561
16562 2006-04-10  Wim Taymans  <wim@fluendo.com>
16563
16564         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
16565
16566         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
16567         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
16568         (gst_avi_demux_stream_header):
16569         Fix some crashers with empty chunks. (Fixes #337749)
16570
16571 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
16572
16573         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
16574           use G_GINT64_CONSTANT for INT64 constants
16575         * gst/videofilter/gstvideobalance.c:
16576           define rint for WIN32 #define rint(x) (floor((x)+0.5))
16577         * win32/vs6/libgstavi.dsp:
16578          add missing libraries for the link and remove avimux.c from
16579          the project as it isn't ported to 0.10 yet
16580         
16581 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
16582
16583         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16584           Even better would be if we actually did the right thing
16585           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
16586
16587 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
16588
16589         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16590           Can't just replace 1LL with 1L here just because MSVC doesn't
16591           support it, as it might lead to incorrect results when doing the
16592           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
16593           force a 64-bit constant in a way that all compilers are happy with.
16594
16595 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16596
16597         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
16598         * ext/esd/esdsink.c: (gst_esdsink_class_init):
16599         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
16600         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
16601         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
16602         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
16603         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
16604         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
16605         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
16606         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
16607         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
16608         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
16609         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
16610         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
16611         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
16612         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
16613         * gst/avi/gstavimux.c: (gst_avimux_class_init):
16614         * gst/debug/efence.c: (gst_efence_class_init):
16615         * gst/debug/negotiation.c: (gst_negotiation_class_init):
16616         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
16617         * gst/goom/gstgoom.c: (gst_goom_class_init):
16618         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
16619         * gst/interleave/deinterleave.c: (deinterleave_class_init):
16620         * gst/interleave/interleave.c: (interleave_class_init):
16621         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
16622         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
16623         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
16624         * gst/median/gstmedian.c: (gst_median_class_init):
16625         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
16626         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
16627         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
16628         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
16629         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
16630         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
16631         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
16632         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
16633         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
16634         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
16635         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
16636         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
16637         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
16638         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
16639         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
16640         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
16641         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
16642         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
16643         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
16644         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
16645         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
16646         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
16647         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
16648         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
16649         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
16650         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
16651         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
16652         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
16653         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
16654         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
16655         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
16656         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
16657         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
16658         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
16659         * sys/osxaudio/gstosxaudioelement.c:
16660         (gst_osxaudioelement_class_init):
16661         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
16662         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
16663         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
16664         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16665
16666 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16667
16668         * ext/mikmod/gstmikmod.h:
16669         * gst/level/gstlevel.h:
16670         Fix more broken GObject macros
16671
16672 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16673
16674         * ext/annodex/gstcmmldec.h:
16675         * ext/annodex/gstcmmlenc.h:
16676         * ext/annodex/gstcmmltag.h:
16677         * ext/cairo/gsttextoverlay.h:
16678         * ext/ladspa/gstsignalprocessor.h:
16679         * gst/matroska/ebml-read.h:
16680         * gst/matroska/ebml-write.h:
16681         * sys/osxaudio/gstosxaudioelement.h:
16682         Fix broken GObject macros
16683
16684 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
16685
16686         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
16687           Don't try to seek beyond the end of the file (would
16688           occasionally display error dialogs in totem when seeking
16689           to the end) (#335869). Will still throw an error though
16690           if the file is truncated and the total_samples value in
16691           the stream header is wrong.
16692
16693 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
16694
16695         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
16696         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
16697         (gst_flac_dec_metadata_callback):
16698         * ext/flac/gstflacdec.h:
16699           If the stream header doesn't contain the total number of samples,
16700           search for the last flac frame at the end of the file and calculate
16701           the total duration from that frame's offset (fixes #337609).
16702
16703 2006-04-07  Edward Hervey  <edward@fluendo.com>
16704
16705         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
16706         Don't unref the GstPadTemplate returned by
16707         gst_element_class_get_pad_template().
16708
16709 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
16710
16711         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
16712
16713         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
16714         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
16715         * sys/sunaudio/gstsunaudiosink.h:
16716           Use spec->segsize and spec->segtotal in the prepare function
16717           to initialise the ring buffer instead of using the buffer-time
16718           property (#337421).
16719
16720 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
16721
16722         * configure.ac:
16723           Bump core requirements to CVS for gst_pad_query_peer_duration()
16724           which is used by speexdec.
16725
16726 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
16727
16728         * ext/speex/gstspeex.c: (plugin_init):
16729         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
16730         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
16731         (speex_get_sink_query_types), (speex_dec_sink_query),
16732         (speex_get_src_query_types), (speex_dec_src_query),
16733         (speex_dec_src_event), (speex_dec_sink_event),
16734         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
16735         (speex_dec_chain_parse_data), (speex_dec_chain),
16736         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
16737         (speex_dec_change_state):
16738         * ext/speex/gstspeexdec.h:
16739           Fix seeking and duration queries (#337033); clean up and
16740           refactor a bit.
16741
16742 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16743
16744         * ext/raw1394/gstdv1394src.c:
16745           distinguish between device not found and could not open for
16746           reading
16747
16748 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16749
16750         * Makefile.am:
16751         * configure.ac:
16752         * pkgconfig/.cvsignore:
16753         * pkgconfig/Makefile.am:
16754         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
16755           add a .pc file so other modules can use good plugins in tests
16756
16757 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16758
16759         * configure.ac:
16760           clean up, use AS_VERSION and AS_NANO
16761         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
16762           use PACKAGE_VERSION define
16763         * po/af.po:
16764         * po/az.po:
16765         * po/cs.po:
16766         * po/en_GB.po:
16767         * po/hu.po:
16768         * po/it.po:
16769         * po/nb.po:
16770         * po/nl.po:
16771         * po/or.po:
16772         * po/sq.po:
16773         * po/sr.po:
16774         * po/sv.po:
16775         * po/uk.po:
16776         * po/vi.po:
16777           updated
16778
16779 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
16780
16781         * ext\jpeg\smokecodec.c:
16782           use of GST_DEBUG instead of DEBUG(a...) for WIN32
16783         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
16784           move first instruction after all variables declarations
16785         * gst\alpha\gstalpha.c:
16786         * gst\effectv\gstshagadelic.c:
16787         * gst\smpte\paint.c:
16788         * gst\videofilter\gstvideobalance.c:
16789           define M_PI if it's not defined (it's not defined on WIN32)
16790         * gst\cutter\gstcutter.c: (gst_cutter_chain):
16791         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
16792         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
16793         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
16794         (gst_matroska_demux_video_caps):
16795         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
16796         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
16797           use gst_guint64_to_gdouble for conversions
16798         * gst\goom\filters.c: (setPixelRGB_):
16799           fix a debug which was using undefined variable
16800         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
16801         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
16802           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
16803         * win32/vs6:
16804           add vs6 projects files for most of plugins-good
16805         
16806 2006-03-30  j^  <j@bootlab.org>
16807
16808         * ext/aalib/gstaasink.c:
16809         * ext/annodex/gstcmmldec.c:
16810         * ext/annodex/gstcmmlenc.c:
16811         * ext/cairo/gsttextoverlay.c:
16812         * ext/cairo/gsttimeoverlay.c:
16813         * ext/cdio/gstcdiocddasrc.c:
16814         * ext/dv/gstdvdec.c:
16815         * ext/esd/esdmon.c:
16816         * ext/esd/esdsink.c:
16817         * ext/flac/gstflacdec.c:
16818         * ext/flac/gstflacenc.c:
16819         * ext/flac/gstflactag.c:
16820         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16821         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16822         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16823         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16824         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16825         * ext/gdk_pixbuf/pixbufscale.c:
16826         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16827         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16828         * ext/jpeg/gstjpegdec.c:
16829         * ext/jpeg/gstjpegenc.c:
16830         * ext/jpeg/gstsmokedec.c:
16831         * ext/jpeg/gstsmokeenc.c:
16832         * ext/libcaca/gstcacasink.c:
16833         * ext/libmng/gstmngdec.c:
16834         * ext/libmng/gstmngenc.c:
16835         * ext/libpng/gstpngdec.c:
16836         * ext/libpng/gstpngenc.c:
16837         * ext/mikmod/gstmikmod.c:
16838         * ext/raw1394/gstdv1394src.c:
16839         * ext/shout2/gstshout2.c:
16840         * ext/speex/gstspeexdec.c:
16841         * ext/speex/gstspeexenc.c:
16842         * gst/alpha/gstalpha.c:
16843         * gst/alpha/gstalphacolor.c:
16844         * gst/auparse/gstauparse.c:
16845         * gst/autodetect/gstautoaudiosink.c:
16846         (gst_auto_audio_sink_base_init):
16847         * gst/autodetect/gstautovideosink.c:
16848         (gst_auto_video_sink_base_init):
16849         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16850         * gst/cutter/gstcutter.c:
16851         * gst/debug/breakmydata.c:
16852         * gst/debug/efence.c:
16853         * gst/debug/gstnavigationtest.c:
16854         * gst/debug/negotiation.c:
16855         * gst/debug/progressreport.c:
16856         * gst/debug/testplugin.c:
16857         * gst/effectv/gstaging.c:
16858         * gst/effectv/gstdice.c:
16859         * gst/effectv/gstedge.c:
16860         * gst/effectv/gstquark.c:
16861         * gst/effectv/gstrev.c:
16862         * gst/effectv/gstvertigo.c:
16863         * gst/effectv/gstwarp.c:
16864         * gst/flx/gstflxdec.c:
16865         * gst/goom/gstgoom.c:
16866         * gst/interleave/deinterleave.c:
16867         * gst/interleave/interleave.c:
16868         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16869         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16870         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16871         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16872         * gst/level/gstlevel.c:
16873         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16874         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16875         * gst/median/gstmedian.c:
16876         * gst/monoscope/gstmonoscope.c:
16877         * gst/multipart/multipartdemux.c:
16878         * gst/multipart/multipartmux.c:
16879         * gst/oldcore/gstmd5sink.c:
16880         * gst/oldcore/gstmultifilesrc.c:
16881         * gst/oldcore/gstpipefilter.c:
16882         * gst/oldcore/gstshaper.c:
16883         * gst/oldcore/gststatistics.c:
16884         * gst/rtp/gstasteriskh263.c:
16885         * gst/rtp/gstrtpL16depay.c:
16886         * gst/rtp/gstrtpL16pay.c:
16887         * gst/rtp/gstrtpamrdepay.c:
16888         * gst/rtp/gstrtpamrpay.c:
16889         * gst/rtp/gstrtpdepay.c:
16890         * gst/rtp/gstrtpgsmpay.c:
16891         * gst/rtp/gstrtph263pay.c:
16892         * gst/rtp/gstrtph263pdepay.c:
16893         * gst/rtp/gstrtph263ppay.c:
16894         * gst/rtp/gstrtpmp4gpay.c:
16895         * gst/rtp/gstrtpmp4vdepay.c:
16896         * gst/rtp/gstrtpmp4vpay.c:
16897         * gst/rtp/gstrtpmpadepay.c:
16898         * gst/rtp/gstrtpmpapay.c:
16899         * gst/rtp/gstrtppcmadepay.c:
16900         * gst/rtp/gstrtppcmapay.c:
16901         * gst/rtp/gstrtppcmudepay.c:
16902         * gst/rtp/gstrtppcmupay.c:
16903         * gst/rtp/gstrtpspeexdepay.c:
16904         * gst/rtp/gstrtpspeexpay.c:
16905         * gst/rtsp/gstrtpdec.c:
16906         * gst/smpte/gstsmpte.c:
16907         * gst/videobox/gstvideobox.c:
16908         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16909         * gst/videofilter/gstvideobalance.c:
16910         * gst/videofilter/gstvideoflip.c:
16911         * gst/videofilter/gstvideotemplate.c:
16912         (gst_videotemplate_base_init):
16913         * gst/videomixer/videomixer.c:
16914         * gst/wavenc/gstwavenc.c:
16915         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
16916          better/unified long descriptions
16917          Fixed #336602
16918          Some cleanups to auparse, don't send multiple newsegments.
16919
16920 2006-03-29  Wim Taymans  <wim@fluendo.com>
16921
16922         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
16923
16924         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
16925         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
16926         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
16927         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
16928         * ext/dv/gstdvdemux.h:
16929         Seek in READY patch. Only works for pull based mode.
16930         Fixes #323880
16931
16932 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16933
16934         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
16935         (gst_gdk_pixbuf_event):
16936           Fix two crashers: don't unref the same caps twice, and
16937           set pixbuf loader to NULL after freeing it.
16938
16939 2006-03-27  Wim Taymans  <wim@fluendo.com>
16940
16941         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
16942         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
16943         (gst_speexenc_chain):
16944         * ext/speex/gstspeexenc.h:
16945         Don't leak adapter.
16946         A push *always* takes ownership of the buffer, even on
16947         errors.
16948         Small cleanups.
16949
16950 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
16951
16952         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
16953           Create source pad without leaking.
16954
16955 2006-03-24  Wim Taymans  <wim@fluendo.com>
16956
16957         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
16958         * ext/flac/gstflacdec.h:
16959         * ext/flac/gstflacenc.h:
16960         Spifify a bit.
16961         Fix deadly lock order error in seeking code, STREAM_LOCK
16962         cannot be taken within LOCK and the streaming variables are
16963         protected with the STREAM_LOCK anyway.
16964
16965 2006-03-24  Wim Taymans  <wim@fluendo.com>
16966
16967         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
16968         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
16969         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
16970         this patch combines the global init_frames with the stream
16971         init_frames. Rationale being that the global delay should 
16972         be subtracted from any stream delay.
16973         Fixes #335858.
16974
16975 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16976
16977         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
16978         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
16979         * gst/smpte/gstsmpte.c: (gst_smpte_init):
16980         * gst/videomixer/videomixer.c: (gst_videomixer_init):
16981         use DEBUG_FUNCPTR for collectpads
16982
16983 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16984
16985         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
16986           Don't crash when encoding images where the number of rows isn't
16987           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
16988
16989 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16990
16991         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
16992         * gst/interleave/deinterleave.c: (deinterleave_change_state):
16993         * gst/interleave/interleave.c: (interleave_change_state):
16994         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
16995           More state change function fixes.
16996
16997 2006-03-23  Wim Taymans  <wim@fluendo.com>
16998
16999         * ext/esd/esdsink.c: (gst_esdsink_class_init),
17000         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
17001         (gst_esdsink_prepare), (gst_esdsink_unprepare),
17002         (gst_esdsink_delay), (gst_esdsink_reset):
17003         * ext/esd/esdsink.h:
17004         Fix esd choppy playback by configuring audiosink
17005         correctly. Fixes #325191
17006
17007 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17008
17009         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
17010           Make state change function thread-safe.
17011
17012 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17013
17014         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
17015         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
17016           Don't try to read beyond the end of the file just because
17017           the header claims a bigger size (like with truncated files).
17018
17019 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17020
17021         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17022         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
17023         (gst_wavparse_stream_data), (gst_wavparse_loop):
17024         * gst/wavparse/gstwavparse.h:
17025           Delay source pad creation until we have the first chunk of
17026           media data, so the we can examine the data and adjust the
17027           caps accordingly if required. This makes playback of .wav
17028           files with DTS-declared-as-PCM content work (#313266).
17029
17030 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
17031
17032         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17033         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
17034         Don't attempt typefinding on too-short buffers that have been
17035         completely trimmed away. (Fixes #330239)
17036
17037         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
17038         Improve the debug output
17039
17040 2006-03-21  Wim Taymans  <wim@fluendo.com>
17041
17042         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
17043         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
17044         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
17045         (gst_esdsink_set_property), (gst_esdsink_get_property):
17046         Some cleanups.
17047         Reset fd to -1 when we close them.
17048
17049 2006-03-21  Wim Taymans  <wim@fluendo.com>
17050
17051         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
17052         the OPTIONS request result is optional so don't
17053         fail on it.
17054
17055 2006-03-21  Edward Hervey  <edward@fluendo.com>
17056
17057         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
17058         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
17059         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
17060         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17061         (gst_wavparse_change_state):
17062         gcc 4.1 unreferenced pointer fixes.
17063
17064 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
17065
17066         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
17067
17068         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
17069           Fix block alignment calculation. Alignment should be done before
17070           adding the byte offset where the data starts (#335231).
17071
17072 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17073
17074         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
17075           Ensure that we set correct caps on buffers that are transferred
17076           direct from the input.
17077
17078 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17079
17080         * gst/goom/filters.c: (zoomFilterDestroy):
17081         * gst/goom/goom_core.c: (goom_close):
17082           Free filter data when cleaning up. (Fixes: #334995)
17083
17084 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
17085
17086         * configure.ac:
17087           Don't compile udp and rtsp plugins on win32 (mingw) or other
17088           systems that don't have <sys/socket.h> for some reason (#316203).
17089
17090 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17091
17092         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
17093         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
17094         * ext/raw1394/gstdv1394src.h:
17095           Change bus reset handler so it reports useful information such as
17096           whether the device being used connected or disconnected
17097
17098 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17099
17100         * gst/id3demux/id3v2frames.c:
17101         (parse_relative_volume_adjustment_two):
17102           We only care about gain and peak data for the master volume.
17103
17104 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17105
17106         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17107         (parse_id_string), (parse_unique_file_identifier),
17108         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
17109           Read replay gain tags (#323721).
17110
17111 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17112
17113         * configure.ac:
17114           Bump requirements to gst-plugins-base CVS because
17115           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
17116
17117 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17118
17119         * rtp/gst/gstrtppcmadepay.c:
17120         Fixed one of the caps in the code from mulaw to alaw.
17121
17122 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
17123
17124         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17125           Ensure that we set caps on the buffers we pass.
17126
17127         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
17128         (gst_id3demux_sink_activate):
17129           Ensure that we set caps on the buffers we pass.
17130
17131           Use STREAM, TYPE_NOT_FOUND as the error class when
17132           typefinding fails.
17133
17134 2006-03-15  Edward Hervey  <edward@fluendo.com>
17135
17136         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
17137         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
17138         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
17139         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
17140         (gst_jpeg_dec_setcaps):
17141         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
17142         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
17143         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
17144         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
17145         (gst_mngdec_src_getcaps):
17146         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17147         (gst_pngdec_caps_create_and_set):
17148         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
17149         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
17150         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
17151         * gst/alpha/gstalpha.c: (gst_alpha_init):
17152         * gst/auparse/gstauparse.c: (gst_au_parse_init):
17153         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
17154         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
17155         * gst/cutter/gstcutter.c: (gst_cutter_init):
17156         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
17157         (gst_efence_checkgetrange):
17158         * gst/debug/negotiation.c: (gst_negotiation_init):
17159         * gst/flx/gstflxdec.c: (gst_flxdec_init):
17160         * gst/goom/gstgoom.c: (gst_goom_init):
17161         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
17162         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
17163         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
17164         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
17165         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
17166         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
17167         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
17168         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17169         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
17170         (gst_wavparse_create_sourcepad):
17171         Fix memleak with gst_static_pad_template_get().
17172         This uses gst_pad_new_from_static_template() instead.
17173         Fixes #333512
17174
17175 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17176
17177         * configure.ac:
17178           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
17179           used by id3demux.
17180
17181         * gst/id3demux/gstid3demux.c: (plugin_init):
17182         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17183         (parse_user_text_identification_frame),
17184         (parse_unique_file_identifier):
17185           Add support for UFID and TXXX frames and extract musicbrainz tags.
17186
17187 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17188
17189         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17190           Catch short reads, like they might happen with truncated
17191           files (see #305279); remove unnecessary indentation.
17192
17193 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17194
17195         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
17196           Fix DIB image inversion for pictures with a
17197           depth != 8 (#305279).
17198
17199 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17200
17201         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
17202         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
17203         * ext/jpeg/gstjpegdec.h:
17204           Fix durations on outgoing buffers after seeking
17205           in MJPEG files (#334083); some minor clean-ups.
17206
17207 2006-03-13  Wim Taymans  <wim@fluendo.com>
17208
17209         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
17210         (gst_wavparse_change_state):
17211         Implement seek in READY (re-fixes #327658)
17212
17213 2006-03-13  Wim Taymans  <wim@fluendo.com>
17214
17215         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
17216         * ext/esd/esdmon.c: (gst_esdmon_get):
17217         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17218         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17219         (gst_gdk_pixbuf_sink_getcaps):
17220         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
17221         (gst_jpegenc_setcaps):
17222         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
17223         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
17224         (gst_smokeenc_setcaps):
17225         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
17226         (gst_mngdec_src_getcaps):
17227         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
17228         (gst_mngenc_chain):
17229         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
17230         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
17231         * ext/speex/gstspeexdec.c: (speex_dec_convert),
17232         (speex_dec_src_event), (speex_dec_chain):
17233         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
17234         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
17235         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
17236         (gst_negotiation_pad_link), (gst_negotiation_chain):
17237         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17238         (gst_flxdec_chain):
17239         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
17240         (deinterleave_chain):
17241         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
17242         * gst/median/gstmedian.c: (gst_median_link):
17243         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
17244         (gst_monoscope_chain):
17245         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
17246         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
17247         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
17248         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
17249         close #333784 unref the result of gst_pad_get_parent()
17250         by: Christophe Fergeau.
17251
17252 2006-03-09  Wim Taymans  <wim@fluendo.com>
17253
17254         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
17255         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
17256         Handle events in push mode better, can now do non-flushing
17257         seeks in push mode as well.
17258
17259 2006-03-07  Wim Taymans  <wim@fluendo.com>
17260
17261         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17262         Applied patch from Kai Vehmanen, fixes #333624.
17263
17264 2006-03-06  Julien MOUTTE  <julien@moutte.net>
17265
17266         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
17267         Implement paletted and grayscale png files handling.
17268         (#150363).
17269
17270 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17271
17272         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
17273         (gst_speexenc_chain):
17274           fix a tag list assert
17275           follow gst-plugins-base/ext/ogg/README; set OFFSET
17276           and OFFSET_END.  Muxes correctly with gst-plugins-base
17277           > 0.9.3
17278
17279 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17280
17281         * gst/id3demux/Makefile.am:
17282         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
17283         (gst_id3demux_chain), (gst_id3demux_sink_activate):
17284           Use new typefind helper functions here as well, and
17285           do typefinding in pull-mode if upstream supports that.
17286
17287 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17288
17289         * sys/sunaudio/gstsunaudiomixerctrl.c:
17290         (gst_sunaudiomixer_ctrl_get_volume),
17291         (gst_sunaudiomixer_ctrl_set_volume):
17292         * sys/sunaudio/gstsunaudiomixertrack.c:
17293         (gst_sunaudiomixer_track_new):
17294           Remove unused variables, breaks build from CVS
17295           with -Werror (#333392, patch by: Benjamin Pineau)
17296
17297 2006-03-03  Wim Taymans  <wim@fluendo.com>
17298
17299         * docs/plugins/Makefile.am:
17300         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17301         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17302         Added wavparse docs.
17303
17304         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
17305         (gst_wavparse_reset), (gst_wavparse_init),
17306         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
17307         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
17308         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17309         (gst_wavparse_stream_data), (gst_wavparse_loop),
17310         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
17311         (gst_wavparse_change_state):
17312         * gst/wavparse/gstwavparse.h:
17313         Implement seek in READY (fixes #327658)
17314         Added docs and did some cleanups.
17315
17316 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
17317
17318         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
17319         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
17320         (gst_avi_demux_calculate_durations_from_index),
17321         (gst_avi_demux_stream_header):
17322         * gst/avi/gstavidemux.h:
17323           If we have an index, use a duration based on the index instead
17324           of blindly trusting the information in the stream headers
17325           (fixes #331817).
17326
17327 2006-03-03  Wim Taymans  <wim@fluendo.com>
17328
17329         * docs/plugins/Makefile.am:
17330         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17331         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17332         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17333         Added smoke and jpeg to the docs.
17334
17335         * ext/jpeg/Makefile.am:
17336         * ext/jpeg/gstjpeg.c: (plugin_init):
17337         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
17338         * ext/jpeg/gstjpegenc.h:
17339         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
17340         (gst_smokedec_chain):
17341         * ext/jpeg/gstsmokedec.h:
17342         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
17343         * ext/jpeg/gstsmokeenc.h:
17344         * ext/jpeg/smokecodec.h:
17345         Port smokedec (fixes #331905).
17346         Added some docs.
17347         Some cleanups.
17348
17349 2006-03-03  Wim Taymans  <wim@fluendo.com>
17350
17351         * docs/plugins/Makefile.am:
17352         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17353         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17354         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17355         Added videobalance and videoflip to the docs.
17356
17357         * gst/videofilter/Makefile.am:
17358         * gst/videofilter/gstvideobalance.c:
17359         (gst_video_balance_update_tables_planar411),
17360         (gst_video_balance_is_passthrough),
17361         (gst_video_balance_update_properties), (oil_tablelookup_u8),
17362         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
17363         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
17364         (gst_video_balance_finalize), (gst_video_balance_class_init),
17365         (gst_video_balance_init), (gst_video_balance_interface_supported),
17366         (gst_video_balance_interface_init),
17367         (gst_video_balance_colorbalance_list_channels),
17368         (gst_video_balance_colorbalance_set_value),
17369         (gst_video_balance_colorbalance_get_value),
17370         (gst_video_balance_colorbalance_init),
17371         (gst_video_balance_set_property), (gst_video_balance_get_property),
17372         (gst_video_balance_get_type), (plugin_init):
17373         * gst/videofilter/gstvideobalance.h:
17374         Ported to 0.10. (Fixes #326160)
17375         Added docs.
17376
17377         * gst/videofilter/gstvideoflip.c:
17378         * gst/videofilter/gstvideoflip.h:
17379         Added docs.
17380
17381 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17382
17383         * configure.ac:
17384           Bump requirements to current core and -base CVS
17385           (core for new typefind helper API, and -base for the
17386           WAVFORMATEX support that was added to libgstriff and
17387           is needed by wavparse).
17388         
17389         * gst/apetag/Makefile.am:
17390         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
17391         (gst_tag_demux_sink_activate):
17392           Use new typefind helpers for typefinding instead of our
17393           home-grown stuff; also, do typefinding in pull-mode if
17394           upstream supports that.
17395
17396 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
17397
17398         Reviewed by: Christian Schaller <christian@fluendo.com>
17399
17400         This patch fixes bug: 329107
17401
17402         This Changelog entry is for a commit done on February 17
17403
17404         * ext/gconf/gconf.c
17405         * ext/gconf/gconf.h
17406         * ext/gconf/gstgconfaudiosink.c
17407         * ext/gconf/gstgconfaudiosink.h
17408         * gconf/gstreamer.schemas.in
17409
17410 2006-02-28  Wim Taymans  <wim@fluendo.com>
17411
17412         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17413         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
17414         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
17415         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
17416         Use DEBUG_OBJECT more.
17417
17418 2006-02-28  Wim Taymans  <wim@fluendo.com>
17419
17420         * docs/plugins/Makefile.am:
17421         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17422         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17423         Added dvdec and dvdemux to docs.
17424
17425         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
17426         Added docs.
17427         Check frame sizes so we don't crash when don't have enough
17428         data.
17429         Send nice error messages on error.
17430
17431         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
17432         (gst_dvdemux_class_init), (gst_dvdemux_init),
17433         (gst_dvdemux_finalize), (gst_dvdemux_reset),
17434         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
17435         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
17436         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
17437         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
17438         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
17439         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
17440         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
17441         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
17442         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
17443         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
17444         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
17445         * ext/dv/gstdvdemux.h:
17446         Added docs.
17447         Implement pull mode.
17448         Fix memleaks.
17449         Reduce memcpy for the video demuxing.
17450
17451 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
17452
17453         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
17454         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
17455         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
17456         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
17457           Add a little extra debug. Make the decoder not return NOT_LINKED,
17458           as we want to continue decoding all CMML and emitting tags.
17459
17460 2006-02-27  Michael Smith  <msmith@fluendo.com>
17461
17462         * ext/annodex/gstskeltag.c:
17463         * ext/annodex/gstskeltag.h:
17464           Deleted; these files aren't used any more either.
17465
17466 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17467
17468         * ext/Makefile.am: Fix dist-check.
17469
17470 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17471
17472         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
17473         memleak.
17474
17475 2006-02-25  Alessandro Decina <alessandro@nnva.org>
17476
17477         * ext/annodex/Makefile.am:
17478         * ext/annodex/gstannodex.c:
17479         * ext/annodex/gstcmmldec.c:
17480         * ext/annodex/gstcmmlenc.c:
17481         * ext/annodex/gstcmmlparser.c:
17482         * ext/annodex/gstcmmlparser.h:
17483         * ext/annodex/gstcmmlutils.c:
17484         * tests/check/elements/cmmldec.c:
17485         * tests/check/elements/cmmlenc.c:
17486           Fix a memleak in gst_cmml_track_list_add_clip.
17487           Handle overflows in clip's start and end times.
17488           Add the "encoded" parameter to cmmldec and cmmlenc caps.
17489           Do not parse junk at the end of a CMML preamble buffer.
17490           Register a libxml error handler to not print stuff on stderr.
17491           Check for bad clip start and end times in the testsuites.
17492
17493 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17494
17495         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
17496         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
17497         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
17498         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
17499         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
17500         possible memleaks.
17501
17502 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17503
17504         * tests/check/Makefile.am:
17505         * tests/check/elements/cmmldec.c:
17506         * tests/check/elements/cmmlenc.c: Fix tests so that they use
17507         the plugins-base tags.
17508
17509 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17510
17511         * ext/Makefile.am: Re-enable module.
17512
17513 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17514
17515         * tests/check/Makefile.am: Forgot to remove that test.
17516
17517 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17518
17519         * ext/annodex/Makefile.am:
17520         * ext/annodex/gstannodex.c: (plugin_init):
17521         * ext/annodex/gstcmmldec.c:
17522         * ext/annodex/gstskeldec.c:
17523         * ext/annodex/gstskeldec.h:
17524         * tests/check/Makefile.am:
17525         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
17526
17527 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17528
17529         * tests/check/Makefile.am: Disable those checks as well.
17530
17531 2006-02-24  Julien MOUTTE  <julien@moutte.net>
17532
17533         * ext/Makefile.am: Disable annodex for now until we figure out
17534         how to make it build.
17535         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
17536         Add a rule to your checklist : "please try to at least build 
17537         what you are going to commit into -good, or if you are too lazy
17538         to do that, please check that the buildbots are not crying because
17539         of your commit."
17540
17541 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
17542
17543         * configure.ac:
17544         * ext/Makefile.am:
17545         * ext/gdk_pixbuf/Makefile.am:
17546         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17547         * ext/gdk_pixbuf/gstgdkpixbuf.h:
17548         * ext/gdk_pixbuf/pixbufscale.c:
17549         * ext/gdk_pixbuf/pixbufscale.h:
17550           Gdkpixbuf ported from 0.8 to 0.10 by
17551           Renato Filho <renato.filho@indt.org.br>.
17552           gst_loader and gdkpixbufanimation still need port.
17553
17554 2006-02-24  Michael Smith  <msmith@fluendo.com>
17555
17556         * configure.ac:
17557         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17558         * ext/Makefile.am:
17559         * ext/annodex/Makefile.am:
17560         * ext/annodex/gstannodex.c:
17561         * ext/annodex/gstannodex.h:
17562         * ext/annodex/gstcmmldec.c:
17563         * ext/annodex/gstcmmldec.h:
17564         * ext/annodex/gstcmmlenc.c:
17565         * ext/annodex/gstcmmlenc.h:
17566         * ext/annodex/gstcmmlparser.c:
17567         * ext/annodex/gstcmmlparser.h:
17568         * ext/annodex/gstcmmltag.c:
17569         * ext/annodex/gstcmmltag.h:
17570         * ext/annodex/gstcmmlutils.c:
17571         * ext/annodex/gstcmmlutils.h:
17572         * ext/annodex/gstskeldec.c:
17573         * ext/annodex/gstskeldec.h:
17574         * ext/annodex/gstskeltag.c:
17575         * ext/annodex/gstskeltag.h:
17576         * tests/check/Makefile.am:
17577         * tests/check/elements/cmmldec.c:
17578         * tests/check/elements/cmmlenc.c:
17579         * tests/check/elements/skeldec.c:
17580           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
17581           Includes tests & docs, oh my! Passes Thomas's -good checklist
17582           entirely. Wow.
17583
17584 2006-02-24  Michael Smith  <msmith@fluendo.com>
17585
17586         * autogen.sh:
17587           Check for automake 1.9 as well.
17588
17589 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17590
17591         * ext/flac/gstflacenc.c:
17592           Change min. sample rate to 8kHz to match flacdec's.
17593           
17594 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
17595
17596         * ext/cdio/Makefile.am:
17597           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
17598           required for Cygwin, see #317048)
17599
17600         * gst/rtp/gstasteriskh263.c:
17601           Cygwin has includes for both the unix network socket API
17602           and the windows API, but only one can be included, so fix
17603           includes to only use one or the other, prefering the unxi
17604           one (#317048).
17605
17606 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17607
17608         * rtp/gst/gstrtppcmadepay.c:
17609         * rtp/gst/gstrtppcmadepay.h:
17610         * rtp/gst/gstgstrtppcmapay.c:
17611         * rtp/gst/gstgstrtppcmapay.h:
17612         * rtp/gst/gstrtppcmudepay.c:
17613         * rtp/gst/gstrtppcmudepay.h:
17614         * rtp/gst/gstrtppcmupay.c:
17615         * rtp/gst/gstrtppcmupay.h:
17616         * rtp/gst/Makefile.am:
17617         * rtp/gst/gstrtp.c:
17618         * rtp/gst/README:
17619         Separated the G711 payloaders/depayloaders into separate elements for
17620         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
17621
17622 2006-02-22  Wim Taymans  <wim@fluendo.com>
17623
17624         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
17625         (gst_dvdec_change_state):
17626         * ext/dv/gstdvdec.h:
17627         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
17628         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
17629         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
17630         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
17631         (gst_dvdemux_flush), (gst_dvdemux_chain),
17632         (gst_dvdemux_change_state):
17633         * ext/dv/gstdvdemux.h:
17634         Ueber spiffify some more, added debug category.
17635         Use _scale.
17636         Use segments, respect playback rate from newsegment.
17637         Fix refcount issue.
17638
17639 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
17640
17641         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
17642         (gst_signal_processor_process):
17643         Fix compilation of LADPSA. It doesn't seem to work, and isn't
17644         enabled for the build, but it helps me win the feature-count
17645         competitions ooh yeah.
17646
17647 2006-02-19  Wim Taymans  <wim@fluendo.com>
17648
17649         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
17650         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
17651         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
17652         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
17653         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
17654         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
17655         Use scaling code for added precission and more correct stop
17656         position in case scale==0.
17657
17658 2006-02-19  Wim Taymans  <wim@fluendo.com>
17659
17660         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17661         (gst_flxdec_chain):
17662         * gst/flx/gstflxdec.h:
17663         Implement DURATION query.
17664
17665 2006-02-19  Wim Taymans  <wim@fluendo.com>
17666
17667         * gst/flx/flx_color.h:
17668         * gst/flx/flx_fmt.h:
17669         * gst/flx/gstflxdec.c: (gst_flxdec_init),
17670         (gst_flxdec_src_query_handler), (flx_decode_color),
17671         (gst_flxdec_chain):
17672         * gst/flx/gstflxdec.h:
17673         Set MALLOCDATA for the temp buffers so we don't leak.
17674         Some debug cleanups.
17675         Consume all data in the adapter before leaving the chain
17676         function. Fixes #330678.
17677
17678 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17679
17680         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
17681         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
17682          Handle 0 data size in otherwise valid frames.
17683          Handle numeric strings in 2.4.0 even when not in parentheses 
17684
17685 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
17686
17687         * gst/matroska/matroska-demux.c:
17688         (gst_matroska_demux_subtitle_caps),
17689         (gst_matroska_demux_plugin_init):
17690         * gst/matroska/matroska-ids.h:
17691           Recognise SSA/ASS and USF subtitle formats and
17692           set proper caps when they are found.
17693
17694 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17695
17696         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
17697         (gst_jpeg_dec_chain):
17698           Fix invalid memory access for some odd-sized images
17699           (see image contained in quicktime stream in #327083);
17700           use g_malloc() instead of g_alloca().
17701
17702 2006-02-17  Wim Taymans  <wim@fluendo.com>
17703
17704         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
17705         Patch from Sebastien Cote, fixes #319884
17706
17707 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17708
17709         * ext/cdio/gstcdio.c: (plugin_init):
17710           Init debug category (#331253).
17711
17712 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17713
17714         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
17715           Pass extra_data to gst_riff_create_audio_caps(), so that
17716           WAVEFORMATEX stuff works. Post audio codec name and post
17717           it as taglist on the bus. Allow up to 8 channesl for raw
17718           PCM in the source pad template caps.
17719
17720 2006-02-16  Wim Taymans  <wim@fluendo.com>
17721
17722         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
17723         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
17724         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
17725         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
17726         (gst_multipart_set_property), (gst_multipart_get_property):
17727         Applied #318663. Gives quite a few false positives in
17728         autoscan mode, but it's better than nothing. Not closing yet.
17729
17730 2006-02-16  Wim Taymans  <wim@fluendo.com>
17731
17732         * docs/plugins/Makefile.am:
17733         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17734         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17735         * docs/plugins/gst-plugins-good-plugins.args:
17736         * docs/plugins/inspect/plugin-udp.xml:
17737         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
17738         (gst_udpsrc_start):
17739         Update documentation.
17740         Fix args.
17741
17742 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
17743
17744         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
17745         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
17746         frame size. (Fixes #331368)
17747
17748 2006-02-16  Wim Taymans  <wim@fluendo.com>
17749
17750         * gst/rtsp/README:
17751         Updated README.
17752
17753         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
17754         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
17755         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
17756         * gst/rtsp/gstrtspsrc.h:
17757         Make sure the RTP port is an even port an try to allocate 
17758         another if not.
17759         Added retry property to control max retries for port allocation.
17760         Make sure RTCP port is RTP port+1.
17761         Cleanup when port allocation fails.
17762         Fixes #319183.
17763         
17764 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17765
17766         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
17767           Don't ignore return value of the parent class's state
17768           change function (#331385, patch by: Wouter Paesen).
17769
17770 2006-02-15  Wim Taymans  <wim@fluendo.com>
17771
17772         * configure.ac:
17773         * docs/plugins/Makefile.am:
17774         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17775         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17776         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17777         * ext/Makefile.am:
17778         * ext/hal/Makefile.am:
17779         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
17780         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
17781         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
17782         (do_toggle_element), (gst_hal_audio_sink_set_property),
17783         (gst_hal_audio_sink_get_property),
17784         (gst_hal_audio_sink_change_state):
17785         * ext/hal/gsthalaudiosink.h:
17786         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
17787         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
17788         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
17789         (do_toggle_element), (gst_hal_audio_src_set_property),
17790         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
17791         * ext/hal/gsthalaudiosrc.h:
17792         * ext/hal/gsthalelements.c: (plugin_init):
17793         * ext/hal/gsthalelements.h:
17794         * ext/hal/hal.c: (gst_hal_get_string),
17795         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
17796         (gst_hal_get_audio_src):
17797         * ext/hal/hal.h:
17798         Add HAL sound device wrapper plugins. Closes #329106
17799
17800 2006-02-15  Wim Taymans  <wim@fluendo.com>
17801
17802         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
17803         Add comment in a fultile attempt to stop the copy-and-paste 
17804         paradigm leading to duplication of bad code.
17805
17806         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
17807         Mime parameters have to be checked case insensitive
17808
17809 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
17810
17811         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
17812           Advance stream time for lagging subtitle streams by sending
17813           newsegment events with the update flag set.
17814
17815 2006-02-14  Edward Hervey  <edward@fluendo.com>
17816
17817         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
17818         There can be bogus data before the hdrl LIST tag in the RIFF header.
17819         It's hard to say if it's not respecting the AVI specifications or not,
17820         but since Google Video is producing AVIs like that and the other player
17821         don't seem to complain, I guess we should do the same.
17822
17823 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
17824
17825         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
17826         (parse_split_strings):
17827         Add more validation to ensure that a char encoding conversion
17828         produced a valid UTF-8 string.
17829
17830 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
17831
17832         Reviewed by: Edward Hervey  <edward@fluendo.com>
17833
17834         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17835         Properly handle end of segment. Closes #330885.
17836
17837 2006-02-13  Wim Taymans  <wim@fluendo.com>
17838
17839         * gst/rtp/gstrtpmp4gpay.h:
17840         For got to commit this one.
17841
17842 2006-02-12  Wim Taymans  <wim@fluendo.com>
17843
17844         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
17845         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
17846         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
17847         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
17848         * gst/rtp/gstrtpmp4gpay.h:
17849         Make more things work.
17850         Handle ACC config strings.
17851
17852 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
17853
17854         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
17855           set timestamps if no incoming timestamps set
17856
17857 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
17858
17859         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
17860         (gst_tag_demux_do_typefind):
17861           ... and fix the very same leaks in GstTagDemux.
17862
17863 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
17864
17865         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
17866         (gst_id3demux_do_typefind):
17867         Fix a couple of mem leaks. (Patch by Jonathan Matthew
17868         <jonathan at kaolin dot wh9 dot net>)
17869
17870 2006-02-10  Wim Taymans  <wim@fluendo.com>
17871
17872         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
17873         First set options, then set caps or else the baseclass
17874         will not know about the options, duh.
17875
17876 2006-02-10  Wim Taymans  <wim@fluendo.com>
17877
17878         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
17879         (gst_rtp_mp4v_pay_setcaps):
17880         Don't waste time looking for a config string if we have codec_info
17881         on the incomming caps.
17882
17883 2006-02-10  Wim Taymans  <wim@fluendo.com>
17884
17885         * gst/rtp/README:
17886         Say something about case-sensitivity of caps vs mime-attributes.
17887
17888         * gst/rtp/Makefile.am:
17889         * gst/rtp/gstrtp.c: (plugin_init):
17890         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
17891         (gst_rtp_amr_pay_handle_buffer):
17892         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
17893         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
17894         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
17895         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
17896         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
17897         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
17898         (gst_rtp_mp4g_pay_plugin_init):
17899         * gst/rtp/gstrtpmp4gpay.h:
17900         Added beginnings of mpeg4-generic payloader (RFC 3640)
17901
17902 2006-02-09  Wim Taymans  <wim@fluendo.com>
17903
17904         * gst/rtsp/Makefile.am:
17905         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
17906         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
17907         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
17908         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
17909         (gst_rtpdec_change_state):
17910         * gst/rtsp/gstrtpdec.h:
17911         * gst/rtsp/gstrtsp.c: (plugin_init):
17912         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
17913         * gst/rtsp/rtspconnection.c: (read_body),
17914         (rtsp_connection_receive):
17915         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
17916         Resurected rtpdec to make rtspsrc happy again.
17917         Skip attributes from the session id.
17918         Don't crash when dumping a message with an empty body.
17919
17920
17921 2006-02-09  Wim Taymans  <wim@fluendo.com>
17922
17923         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
17924         Added more meaningfull warnings when something goes wrong.
17925         Clear F bit on outgoing AMR packets.
17926
17927         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
17928         (gst_rtp_amr_pay_handle_buffer):
17929         Added debugging category
17930         Support payloading of multiple AMR frames.
17931
17932         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
17933         Added some debugging.
17934
17935 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17936
17937         * configure.ac:
17938           Back to CVS
17939
17940 === release 0.10.2 ===
17941
17942 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17943
17944         * configure.ac:
17945           releasing 0.10.2, "Papa was a rolling stone"
17946
17947 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17948
17949         * configure.ac:
17950           Bump core and plugins-base requirement to 0.10.2.2
17951           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
17952
17953 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17954
17955         * ext/flac/gstflac.c: (plugin_init):
17956         * ext/speex/gstspeex.c: (plugin_init):
17957           Register musicbrainz tags.
17958
17959 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17960
17961         * ext/gconf/gconf.h:
17962           Remove declaration of function that no longer exists.
17963
17964 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17965
17966         * ext/shout2/gstshout2.c: (gst_shout2send_render),
17967         (gst_shout2send_setcaps), (gst_shout2send_change_state):
17968         Make shout2 work for non ogg streams
17969
17970 2006-02-06  Wim Taymans  <wim@fluendo.com>
17971
17972         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
17973         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
17974         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
17975         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
17976         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
17977         * gst/udp/gstmultiudpsink.h:
17978         Updated docs.
17979         Added properties bytes-served, bytes_to_serve.
17980         Post proper error messages,
17981         Emit client added signal too.
17982
17983 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17984
17985         * docs/plugins/Makefile.am:
17986         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17987         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17988         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
17989         (gst_multiudpsink_get_stats):
17990           adding docs for multiudpsink
17991
17992 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17993
17994         * gst/level/gstlevel.c: (gst_level_transform_ip):
17995           peak below decay is not necessarily an error, so don't ERROR log
17996
17997 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17998
17999         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
18000         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
18001         (gst_ebml_write_seek):
18002         * gst/matroska/ebml-write.h:
18003           Make sure we send a newsegment event in BYTES format
18004           before sending buffers (#328531).
18005
18006 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18007
18008         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
18009         (gst_dvdemux_sink_query):
18010         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
18011         * ext/speex/gstspeexdec.c: (speex_get_query_types),
18012         (speex_dec_src_query):
18013         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
18014         (gst_speexenc_sink_query):
18015         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
18016         * gst/matroska/matroska-demux.c:
18017         (gst_matroska_demux_get_src_query_types),
18018         (gst_matroska_demux_handle_src_query):
18019         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
18020         (gst_wavparse_pad_query):
18021           Pass unhandled queries upstream instead of just dropping
18022           them (#326446). Update query type arrays here and there.
18023
18024 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18025
18026         * tests/check/elements/matroskamux.c: (setup_src_pad):
18027           Collectpads in core got changed and now also holds a
18028           reference to any pad that is part of it. Fix refcount
18029           checks in test case accordingly.
18030
18031 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18032
18033         * gst/apetag/gstapedemux.h:
18034           Fix include, for now GstTagDemux is in the apetag dir.
18035
18036 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18037
18038         * docs/plugins/Makefile.am:
18039         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18040         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18041         * docs/plugins/inspect/plugin-cdio.xml:
18042           Add cdio plugin to docs.
18043
18044         * ext/cdio/gstcdiocddasrc.c:
18045           Add gtk-doc blurb.
18046
18047         * ext/cdio/gstcdio.c:
18048           The plugin is called 'cdio' not 'cddio'.
18049
18050 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18051
18052         * configure.ac:
18053         * docs/plugins/Makefile.am:
18054         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18055         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18056         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18057         * docs/plugins/inspect/plugin-apetag.xml:
18058         * gst/apetag/Makefile.am:
18059         * gst/apetag/gstapedemux.c:
18060         * gst/apetag/gstapedemux.h:
18061         * gst/apetag/gsttagdemux.c:
18062         * gst/apetag/gsttagdemux.h:
18063           Add APE tag demuxer (#325649).
18064
18065 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18066
18067         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
18068         (gst_gconf_get_default_video_sink),
18069         (gst_gconf_get_default_audio_src),
18070         (gst_gconf_get_default_video_src):
18071         * ext/gconf/gconf.h:
18072         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
18073         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
18074         (do_toggle_element):
18075         * ext/gconf/gstgconfaudiosink.h:
18076         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
18077         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18078         (do_toggle_element):
18079         * ext/gconf/gstgconfaudiosrc.h:
18080         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
18081         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
18082         (do_toggle_element):
18083         * ext/gconf/gstgconfvideosink.h:
18084         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
18085         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18086         (do_toggle_element):
18087         * ext/gconf/gstgconfvideosrc.h:
18088           Ignore changing the GConf key to "". Ignore GConf key updates
18089           that don't actually change the string.
18090           For now, ignore the GConf key when the state is > READY, as
18091           it breaks streaming. Sometime it will be nice to bring the
18092           new sink online even mid-stream, by sending NEWSEGMENT info
18093           and possibly prerolling.
18094           (Fixes #326736)
18095
18096 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18097
18098         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
18099         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
18100         (zoomFilterSetResolution), (zoomFilterDestroy),
18101         (zoomFilterFastRGB), (pointFilter):
18102         * gst/goom/filters.h:
18103         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
18104         (goom_update), (goom_close):
18105         * gst/goom/goom_core.h:
18106         * gst/goom/goom_tools.h:
18107         * gst/goom/graphic.c:
18108         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18109         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
18110         * gst/goom/gstgoom.h:
18111         * gst/goom/lines.c: (goom_lines):
18112         * gst/goom/lines.h:
18113           Make goom reentrant by moving all important static variables
18114           into instance structures.
18115           (Fixes #329181)
18116
18117 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
18118
18119         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
18120         (gst_avi_demux_all_source_pads_unlinked),
18121         (gst_avi_demux_process_next_entry):
18122         * gst/avi/gstavidemux.h:
18123           Third attempt, use gst_pad_is_linked() this time.
18124
18125 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
18126
18127         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18128         (parse_split_strings):
18129         Adjust for data length indicators when parsing (Fixes #329810)
18130         Fix stupid bug parsing UTF-8 tag text.
18131         Output tag strings with multiple fields as multiple tags, so the
18132         app gets all the data.
18133
18134 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18135
18136         * ext/flac/gstflacenc.c:
18137         Fixed a bug add in last commit, where no event is send. Thanks Tim to
18138         show me.
18139         
18140 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18141
18142         * ext/flac/gstflacenc.c:
18143         * gst/matroska/ebml-read.c:
18144         Just make it compile with --disable-gst-debug.
18145
18146 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
18147
18148         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
18149         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
18150         (id3v2_genre_fields_to_taglist):
18151           Never output a tag with a null contents string.
18152
18153 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18154
18155         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
18156           Only pause if all pads are unlinked AND we've tried to send data
18157           on all of them at least once.
18158
18159 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18160
18161         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
18162         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
18163           Make loop function/task pause itself when all source pads are
18164           unlinked.
18165
18166 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18167
18168         * configure.ac:
18169         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
18170           Use new functions from core to render a bin from a
18171           string. Fixes build. Up requirements to core CVS.
18172
18173 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18174
18175         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
18176           Don't push buffers into the adapter that we are going to
18177           push downstream again without framing anyway. Also, the
18178           adaptor takes ownership of buffers put into it (fixes
18179           auparse pushing invalid buffers for .au files with
18180           ADPCM contents). Finally, set caps on all outgoing buffers.
18181
18182 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18183
18184         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
18185         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
18186         (gst_id3demux_send_tag_event):
18187         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
18188         Someone should kick my butt. Remove ID3v1 tags from the end of the
18189         file.
18190
18191         Improve error messages. Send the TAG message as soon as we complete
18192         typefinding, instead of waiting until we send the first buffer.
18193         Downstream tag event is still sent before the first buffer.
18194
18195 2006-01-27  Jan Gerber  <j@bootlab.org>
18196
18197         Reviewed by: Andy Wingo <wingo@pobox.com>
18198
18199         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
18200         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
18201         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
18202         to not have warings flooding stderr. this is the suggested way
18203         also used in dvgrab and kino. (#328336)
18204
18205 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18206
18207         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
18208         (gst_oss_sink_init), (gst_oss_sink_finalise):
18209           Free the device name string when finalised.
18210
18211 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
18212
18213         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
18214           Don't put function calls in g_return_if_fail() statements,
18215           or they'll be replaced with NOOPs if someone compiles with
18216           G_DISABLE_CHECKS defined.
18217           
18218 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
18219
18220         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18221         Never trust ANY information encoded in a media file, especially
18222         when it's giving you sizes. (Fixes #328452)
18223
18224 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
18225
18226         * gst/rtp/gstrtpg711pay.c:
18227         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
18228         bug #325148.
18229
18230 2006-01-23  Edward Hervey  <edward@fluendo.com>
18231
18232         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
18233         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
18234         * gst/matroska/matroska-ids.h:
18235         Added recognition of Real Audio and Video streams in matroska demuxer.
18236
18237 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18238
18239         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
18240           Remove errant break statement, and fix compilation with
18241           older GCC.
18242
18243 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
18244
18245         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18246
18247         * sys/sunaudio/gstsunaudiomixerctrl.c:
18248         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
18249           Export functions that are needed in other parts of the code,
18250           makes the mixer actually work; adjust magic minimum buffer-time
18251           value from 3ms to 5ms to work around stuttering during mp3
18252           playback (#327765).
18253
18254 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
18255
18256         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18257
18258         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
18259         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
18260           Fix possible deadlock in matroska muxer (#327825).
18261
18262 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
18263
18264         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
18265         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
18266         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
18267         * gst/rtsp/sdpmessage.h:
18268         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
18269         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
18270           C89 fixes: declare variables at the beginning of a block and
18271           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
18272           <jensgr at gmx dot net>).
18273
18274 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18275
18276         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18277         * gst/id3demux/id3tags.h:
18278         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18279         (parse_comment_frame), (parse_text_identification_frame),
18280         (id3v2_tag_to_taglist), (id3v2_are_digits),
18281         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
18282         (parse_split_strings), (free_tag_strings):
18283           Rewrite parsing of text tags to handle multiple NULL terminated
18284           strings. Parse numeric genre strings and ID3v2 type
18285           "(3)(6)Alternative" style genre strings.
18286           Parse dates that are only YYYY or YYYY-mm format.
18287           (Fixes #328241 and #322154)
18288
18289 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
18290
18291         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
18292           Don't forget to initialize liboil, otherwise our oil functions
18293           will crash (fixes #327871; patch by: Christoph Burghardt
18294           <hawkes at web dot de>).
18295
18296 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18297
18298         * configure.ac:
18299           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
18300           like in the core and gst-plugins-base. Fixes #324367 and #326683;
18301           patch by: Brian Cameron <brian dot cameron at sun dot com>
18302
18303 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18304
18305         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
18306         * ext/cdio/gstcdio.h:
18307         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
18308           Fix build for libcdio versions >= 76; give slightly lower rank
18309           than cdparanoia.
18310
18311 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18312
18313         * configure.ac:
18314         * ext/Makefile.am:
18315         * ext/cdio/Makefile.am:
18316         * ext/cdio/gstcdio.c:
18317         * ext/cdio/gstcdio.h:
18318         * ext/cdio/gstcdiocddasrc.c:
18319         * ext/cdio/gstcdiocddasrc.h:
18320           Port libcdio cdda source, formerly known as cddasrc, now known as
18321           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
18322           but that's not tested (fixes #317658).
18323
18324 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18325
18326         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
18327           Fix conversion from TIME to BYTES format (fixes #326864;
18328           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
18329
18330 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
18331
18332         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18333           Fix compilation of id3demux when zlib is not present.
18334           (Fixes #326602; patch by: Sergey Scobich)
18335
18336 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
18337
18338         * ext/esd/Makefile.am:
18339           Add $(ESD_CFLAGS), otherwise build will fail for folks
18340           with libesd in a non-standard prefix (#327009).
18341
18342 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18343
18344         * configure.ac:
18345           back to HEAD
18346
18347 === release 0.10.1 ===
18348
18349 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
18350
18351         * configure.ac:
18352           releasing 0.10.1, "Li"
18353
18354 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18355
18356           patch by: Wim Taymans
18357
18358         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18359           fix memleak.  Fixes #326618
18360
18361 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18362
18363           patch by: Mike Smith
18364
18365         * gst/level/gstlevel.c: (gst_level_message_new),
18366         (gst_level_message_append_channel):
18367           Fix memleak.  Fixes #326612
18368
18369 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18370
18371         * configure.ac:
18372           prereleasing
18373         * po/af.po:
18374         * po/az.po:
18375         * po/cs.po:
18376         * po/en_GB.po:
18377         * po/hu.po:
18378         * po/it.po:
18379         * po/nb.po:
18380         * po/nl.po:
18381         * po/or.po:
18382         * po/sq.po:
18383         * po/sr.po:
18384         * po/sv.po:
18385         * po/uk.po:
18386         * po/vi.po:
18387           update translations
18388
18389 2006-01-10  Michael Smith  <msmith@fluendo.com>
18390
18391         * gst/level/gstlevel.c: (gst_level_class_init),
18392         (gst_level_dispose):
18393           Don't leak filter arrays.
18394
18395 2006-01-09 Brian Cameron <brian.cameron@sun.com>
18396
18397         reviewed by: Christian Schaller <uraeus@gnome.org>
18398         
18399         * configure.ac:
18400         * gst-plugins-good.spec.in:
18401         * sys/Makefile.am:
18402         * sys/sunaudio/Makefile.am:
18403         * sys/sunaudio/gstsunaudio.c: (plugin_init):
18404         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
18405         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
18406         (gst_sunaudiomixer_change_state):
18407         * sys/sunaudio/gstsunaudiomixer.h:
18408         * sys/sunaudio/gstsunaudiomixerctrl.c:
18409         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
18410         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
18411         (gst_sunaudiomixer_ctrl_list_tracks),
18412         (gst_sunaudiomixer_ctrl_get_volume),
18413         (gst_sunaudiomixer_ctrl_set_volume),
18414         (gst_sunaudiomixer_ctrl_set_mute),
18415         (gst_sunaudiomixer_ctrl_set_record):
18416         * sys/sunaudio/gstsunaudiomixerctrl.h:
18417         * sys/sunaudio/gstsunaudiomixertrack.c:
18418         (gst_sunaudiomixer_track_class_init),
18419         (gst_sunaudiomixer_track_init), (fill_labels),
18420         (gst_sunaudiomixer_track_new):
18421         * sys/sunaudio/gstsunaudiomixertrack.h:
18422         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
18423         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
18424         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
18425         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
18426         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
18427         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
18428         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
18429         * sys/sunaudio/gstsunaudiosink.h:
18430
18431         Add SunAudio plugin - tested to make sure it doesn't break
18432         the build under GNU/Linux.      
18433
18434 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
18435
18436         * gst-plugins-good/gst/udp/gstdynudpsink.c:
18437         * gst-plugins-good/gst/udp/gstudpsrc.c:
18438         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
18439         overrides the port or multicast parameters. Fixes bugs #323021.
18440         API addition: adds GstUDPSrc::sockfd property   
18441
18442 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
18443
18444         * ext/gconf/Makefile.am:
18445         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
18446         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
18447         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18448         (do_toggle_element), (cb_toggle_element),
18449         (gst_gconf_audio_src_change_state):
18450         * ext/gconf/gstgconfaudiosrc.h:
18451         * ext/gconf/gstgconfelements.c: (plugin_init):
18452         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
18453         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
18454         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18455         (do_toggle_element), (cb_toggle_element),
18456         (gst_gconf_video_src_change_state):
18457         * ext/gconf/gstgconfvideosrc.h:
18458           Add new gconfaudiosrc and gconfvideosrc elements
18459           (needed for gnome-sound-recorder).
18460
18461 2006-01-06  Edward Hervey  <edward@fluendo.com>
18462
18463         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
18464         Add gst_element_no_more_pads() for proper decodebin behaviour.
18465         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
18466         (parse_text_identification_frame), (parse_split_strings):
18467         Failure to decode some tags is not a GST_ERROR() but a
18468         GST_WARNING()
18469         When iterating over a chunk of text, check that we haven't gone too
18470         far.
18471
18472 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
18473
18474         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
18475         (plugin_init):
18476           call oil_init() when using liboil
18477
18478 2006-01-04  Wim Taymans  <wim@fluendo.com>
18479
18480         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
18481         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18482         Fix leaks.
18483
18484 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
18485
18486         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18487
18488         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
18489         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
18490         (gst_flac_dec_change_state):
18491           Don't g_assert() where we should just return FALSE; remove
18492           unnecessary g_assert(); initialize some fields properly in
18493           state change function (fixes #325504). Also, use
18494           GST_DEBUG_OBJECT in two more places.
18495
18496 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18497
18498         * configure.ac:
18499           also remove smoothwave's Makefile.am
18500         * docs/plugins/Makefile.am:
18501           fix plugin docs
18502
18503 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18504
18505         * tests/examples/Makefile.am:
18506           added missing Makefile.am
18507
18508 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18509
18510         * configure.ac:
18511         * gst/level/Makefile.am:
18512         * gst/level/level-example.c:
18513         * tests/Makefile.am:
18514         * tests/examples/level/Makefile.am:
18515         * tests/examples/level/level-example.c: (message_handler), (main):
18516           moved level-example to tests/examples/level-example
18517         * tests/old/examples/level/demo.c: (main):
18518         * tests/old/examples/level/plot.c: (main):
18519           some initial fixes
18520
18521 2005-12-29  Michael Smith  <msmith@fluendo.com>
18522
18523         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
18524         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
18525         * gst/udp/gstmultiudpsink.h:
18526           Track packets sent per client in addition to bytes sent; provide
18527           this info through get-stats signal
18528
18529 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18530
18531         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
18532           Can't use gst_object_unref() on a GstAdapter (#325191).
18533
18534 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
18535
18536         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18537         If a broken tag has 0 bytes payload, at least still skip
18538         the 10 byte header
18539
18540 2005-12-22  Philippe Khalaf  <burger@speedy.org>
18541
18542         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
18543         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
18544         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
18545         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
18546           Making these depayloaders (H263+ and mpeg4 video) inherit from
18547           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
18548
18549 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
18550
18551         * docs/plugins/gst-plugins-good-plugins.args:
18552         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18553         Regenerate the plugin hiearchy.
18554
18555 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
18556
18557         * docs/plugins/Makefile.am:
18558         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18559         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18560         * docs/plugins/gst-plugins-good-plugins.args:
18561         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
18562         (gst_id3demux_base_init), (gst_id3demux_class_init),
18563         (gst_id3demux_chain):
18564         * gst/id3demux/gstid3demux.h:
18565           Add documentation for id3demux.
18566           Don't fail if the first buffer is not at offset 0, just
18567           attempt to typefind and do pass through
18568           Rename the gst_type function from gst_gst_id3demux..
18569
18570 2005-12-20  Michael Smith  <msmith@fluendo.com>
18571
18572         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
18573         (gst_multiudpsink_add), (gst_multiudpsink_remove),
18574         (gst_multiudpsink_get_stats):
18575         * gst/udp/gstmultiudpsink.h:
18576           Collect statistics; return them from get_stats.
18577
18578 2005-12-19  Edward Hervey  <edward@fluendo.com>
18579
18580         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
18581         Stupid signedness issue...
18582
18583 2005-12-19  Edward Hervey  <edward@fluendo.com>
18584
18585         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
18586         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
18587         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
18588         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
18589         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
18590         Construct index for indexless files.
18591         Make sure pad/buffers are correctly reset to NULL once we don't need
18592         them anymore, else we get lovely segfaults/assertions.
18593         * gst/wavparse/gstwavparse.c:
18594         Yes, you can have 96KHz audio and wma in wav :(
18595
18596 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
18597
18598         * configure.ac:
18599           Check for optional dependency on zlib for id3demux
18600
18601         * gst/id3demux/Makefile.am:
18602         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
18603         (gst_id3demux_base_init), (gst_id3demux_class_init),
18604         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
18605         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
18606         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
18607         (gst_id3demux_set_property), (gst_id3demux_get_property),
18608         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
18609         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
18610         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
18611         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
18612         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
18613         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
18614         (simple_find_peek), (simple_find_suggest),
18615         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
18616         (plugin_init):
18617         * gst/id3demux/gstid3demux.h:
18618         * gst/id3demux/id3tags.c: (read_synch_uint),
18619         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
18620         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
18621         (id3demux_id3v2_frames_to_tag_list):
18622         * gst/id3demux/id3tags.h:
18623         * gst/id3demux/id3v2.4.0-frames.txt:
18624         * gst/id3demux/id3v2.4.0-structure.txt:
18625         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18626         (parse_comment_frame), (parse_text_identification_frame),
18627         (id3v2_tag_to_taglist), (parse_split_strings):
18628           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
18629           otherwise it discards them. Works on my test files. 
18630
18631         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
18632           Don't send EOS to a non-existing srcpad
18633           The debug category can be static
18634
18635 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
18636
18637         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
18638         * ext/esd/esdsink.c: (gst_esdsink_prepare):
18639         * gst/multipart/multipartdemux.c:
18640           change some char* into char[]
18641
18642 2005-12-16  Wim Taymans  <wim@fluendo.com>
18643
18644         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
18645         (gst_wavparse_other), (gst_wavparse_perform_seek),
18646         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
18647         (gst_wavparse_loop), (gst_wavparse_pad_convert),
18648         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
18649         * gst/wavparse/gstwavparse.h:
18650         Use GstSegment to implement more seeking features.
18651
18652 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18653
18654         * gst/rtsp/rtspconnection.c:
18655           Add <netinet/in.h> include and move <arpa/inet.h> include
18656           to make things work on OpenBSD as well (fixes #323717;
18657           patch by: Benjamin Pineau)
18658
18659 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
18660
18661         * gst/rtp/gstrtpspeexdepay.c:
18662         * gst/rtp/gstrtpspeexpay.c:
18663         Set clock rate to be fixed in 8000. It fixes bug #324012.
18664
18665 2005-12-14  Philippe Khalaf  <burger@speedy.org>
18666
18667         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
18668         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
18669         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
18670         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
18671         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
18672         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
18673         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
18674         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
18675         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
18676         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
18677         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
18678         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
18679         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
18680         * gst-plugins-good/gst/rtp/README:
18681         Fixed payload range in payloder caps. Removed payload range completely
18682         from depayloaders as they don't require payload type in their caps.
18683         In effect, there isn't any specific payload type for any given codec,
18684         only suggestions.
18685         Fixes bug #324011.
18686
18687 2005-12-13  Julien MOUTTE  <julien@moutte.net>
18688
18689         * gst/videomixer/videomixer.c: (gst_videomixer_init),
18690         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
18691         (gst_videomixer_collected): Code cleanup and re-enabling 
18692         queued time validity check for correct EOS handling.
18693
18694 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
18695
18696         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
18697         (gst_oss_mixer_element_get_property),
18698         (gst_oss_mixer_element_change_state):
18699         Add 'device-name' property and fix state change function.
18700
18701 2005-12-13  Edward Hervey  <edward@fluendo.com>
18702
18703         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
18704         If the speed of the file is null in the header, set the frame_time to
18705         the default setting of GST_SECOND / 70. Which is the default
18706         frame_delay for .fli files as stated in this document :
18707         http://www.compuphase.com/flic.htm
18708         Would be nice to have the time conversion done properly too (duration =
18709         flxh->frames * flxdec->frame_time)
18710
18711 2005-12-12  Julien MOUTTE  <julien@moutte.net>
18712
18713         * docs/plugins/Makefile.am:
18714         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18715         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18716         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18717         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
18718         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
18719         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
18720         documentation for videomixer on my way with a funny sample
18721         pipeline.
18722
18723 2005-12-12  Julien MOUTTE  <julien@moutte.net>
18724
18725         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
18726         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
18727         (gst_videomixer_update_queues), (gst_videomixer_collected):
18728         Fix caps negotiation. (#323896)
18729
18730 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
18731
18732         * gst/matroska/matroska-demux.c:
18733         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
18734           Set correct timestamps on audio laces, fixes playback of mp3 from
18735                 matroska.
18736
18737 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
18738
18739         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
18740         (gst_au_parse_class_init), (gst_au_parse_init),
18741         (gst_au_parse_dispose), (gst_au_parse_chain),
18742         (gst_au_parse_change_state), (plugin_init):
18743         * gst/auparse/gstauparse.h:
18744           Use gst_object_unref() for GstObjects instead of
18745           g_object_unref() and fix a mem leak in a debug
18746           statement; while we're at it, also borgify, use
18747           boilerplate macros and clean up a little bit.
18748
18749 2005-12-11  Edward Hervey  <edward@fluendo.com>
18750
18751         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
18752         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
18753         Added pull mode.
18754
18755 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
18756
18757         * gst/goom/gstgoom.c:
18758         * gst/level/level-example.c: (main):
18759         * gst/smoothwave/demo-osssrc.c: (main):
18760           Use audiotestsrc instead of sinesrc (#323798).
18761
18762 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
18763
18764         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
18765           more debug-func-ptr usage
18766
18767 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
18768
18769         * gst/flx/flx_color.c: (flx_colorspace_convert):
18770         * gst/flx/flx_color.h:
18771         * gst/flx/flx_fmt.h:
18772         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
18773         * gst/flx/gstflxdec.h:
18774           Now flxdec works on big-endian machines as well.
18775
18776 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
18777
18778         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
18779         (gst_fenced_buffer_copy):
18780           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
18781           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
18782           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
18783           and use GST_DEBUG_FUNCPTR for pad functions.
18784
18785 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
18786
18787         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
18788         (gst_flac_dec_class_init), (gst_flac_dec_init),
18789         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
18790         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
18791         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
18792         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
18793         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
18794         (gst_flac_dec_change_state):
18795         * ext/flac/gstflacdec.h:
18796           Rewrite flacdec a bit, so that even seeking might work now. Most
18797           importantly, don't act upon any flow return values we get, just tell
18798           the decoder everything's dandy and act on the flow return values
18799           later on in the loop function. We don't want to mess up the internal
18800           decoder state for non-fatal things like flushing pads etc. Other
18801           than that, use GstSegment (segment seeks don't work yet though, but
18802           should be easy to add), use boilerplate macros, drop the superfluous
18803           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
18804           lots of other things.
18805
18806 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
18807
18808         * configure.ac:
18809           Update comment in OSS includes check.
18810
18811         * sys/oss/gstossdmabuffer.c:
18812         * sys/oss/gstosshelper.c:
18813         * sys/oss/gstossmixer.c:
18814         * sys/oss/gstossmixertrack.c:
18815         * sys/oss/gstosssink.c:
18816         * sys/oss/gstosssrc.c:
18817         * sys/oss/oss_probe.c:
18818           Don't assume the OSS soundcard.h include is always in
18819           the sys/ directory. Instead, use the existing defines
18820           from config.h to include the right file. Fixes
18821           compilation on OpenBSD 3.8 (#323718).
18822
18823 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18824
18825         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18826         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18827         * docs/plugins/inspect/plugin-1394.xml:
18828         * docs/plugins/inspect/plugin-aasink.xml:
18829         * docs/plugins/inspect/plugin-alaw.xml:
18830         * docs/plugins/inspect/plugin-alpha.xml:
18831         * docs/plugins/inspect/plugin-alphacolor.xml:
18832         * docs/plugins/inspect/plugin-auparse.xml:
18833         * docs/plugins/inspect/plugin-autodetect.xml:
18834         * docs/plugins/inspect/plugin-avi.xml:
18835         * docs/plugins/inspect/plugin-cacasink.xml:
18836         * docs/plugins/inspect/plugin-cairo.xml:
18837         * docs/plugins/inspect/plugin-cutter.xml:
18838         * docs/plugins/inspect/plugin-debug.xml:
18839         * docs/plugins/inspect/plugin-dv.xml:
18840         * docs/plugins/inspect/plugin-efence.xml:
18841         * docs/plugins/inspect/plugin-effectv.xml:
18842         * docs/plugins/inspect/plugin-esdsink.xml:
18843         * docs/plugins/inspect/plugin-flac.xml:
18844         * docs/plugins/inspect/plugin-flxdec.xml:
18845         * docs/plugins/inspect/plugin-gconfelements.xml:
18846         * docs/plugins/inspect/plugin-goom.xml:
18847         * docs/plugins/inspect/plugin-jpeg.xml:
18848         * docs/plugins/inspect/plugin-level.xml:
18849         * docs/plugins/inspect/plugin-matroska.xml:
18850         * docs/plugins/inspect/plugin-mulaw.xml:
18851         * docs/plugins/inspect/plugin-multipart.xml:
18852         * docs/plugins/inspect/plugin-navigationtest.xml:
18853         * docs/plugins/inspect/plugin-ossaudio.xml:
18854         * docs/plugins/inspect/plugin-png.xml:
18855         * docs/plugins/inspect/plugin-rtp.xml:
18856         * docs/plugins/inspect/plugin-rtsp.xml:
18857         * docs/plugins/inspect/plugin-shout2send.xml:
18858         * docs/plugins/inspect/plugin-smpte.xml:
18859         * docs/plugins/inspect/plugin-speex.xml:
18860         * docs/plugins/inspect/plugin-udp.xml:
18861         * docs/plugins/inspect/plugin-videobox.xml:
18862         * docs/plugins/inspect/plugin-videoflip.xml:
18863         * docs/plugins/inspect/plugin-videomixer.xml:
18864         * docs/plugins/inspect/plugin-wavenc.xml:
18865         * docs/plugins/inspect/plugin-wavparse.xml:
18866         * ext/flac/gstflac.c: (plugin_init):
18867         * ext/flac/gstflacdec.c: (flacdec_get_type),
18868         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
18869         (gst_flac_dec_init), (gst_flac_dec_finalize),
18870         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
18871         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
18872         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
18873         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
18874         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
18875         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
18876         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
18877         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
18878         * ext/flac/gstflacdec.h:
18879         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
18880         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
18881         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
18882         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
18883         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
18884         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
18885         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
18886         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
18887         (gst_flac_enc_change_state):
18888         * ext/flac/gstflacenc.h:
18889           borgify and fix up documentation
18890
18891 2005-12-09  Michael Smith  <msmith@fluendo.com>
18892
18893         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
18894           Accept a wider range of flac files, more closely matching flac spec.
18895
18896 2005-12-08  Julien MOUTTE  <julien@moutte.net>
18897
18898         * docs/plugins/Makefile.am: Add multipart elements.
18899         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18900         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
18901         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18902         * gst/multipart/multipartdemux.c:
18903         * gst/multipart/multipartmux.c: Add docs.
18904
18905 2005-12-07  Edward Hervey  <edward@fluendo.com>
18906
18907         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
18908         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
18909         (gst_avi_demux_invert):
18910         Memleak and crasher fixes.
18911         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
18912         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
18913         Memleak fixes
18914
18915 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18916
18917         * ext/aalib/gstaasink.h:
18918         * ext/cairo/gsttextoverlay.h:
18919         * ext/dv/gstdvdec.h:
18920         * ext/dv/gstdvdemux.c:
18921         * ext/dv/gstdvdemux.h:
18922         * ext/esd/esdsink.h:
18923         * ext/flac/flac_compat.h:
18924         * ext/flac/gstflacdec.h:
18925         * ext/flac/gstflacenc.h:
18926         * ext/gconf/gconf.h:
18927         * ext/gconf/gstgconfaudiosink.h:
18928         * ext/gconf/gstgconfvideosink.h:
18929         * ext/gdk_pixbuf/gstgdkanimation.h:
18930         * ext/jpeg/gstjpegdec.h:
18931         * ext/jpeg/smokecodec.h:
18932         * ext/jpeg/smokeformat.h:
18933         * ext/ladspa/gstsignalprocessor.h:
18934         * ext/ladspa/search.c: (LADSPAPluginSearch):
18935         * ext/ladspa/utils.h:
18936         * ext/libmng/gstmng.c:
18937         * ext/libmng/gstmngdec.h:
18938         * ext/libmng/gstmngenc.c:
18939         * ext/libmng/gstmngenc.h:
18940         * ext/libpng/gstpng.c:
18941         * ext/libpng/gstpngenc.c:
18942         * ext/libpng/gstpngenc.h:
18943         * ext/shout2/gstshout2.h:
18944         * ext/speex/gstspeexdec.h:
18945         * ext/speex/gstspeexenc.c:
18946         * ext/speex/gstspeexenc.h:
18947         * gst/auparse/gstauparse.c: (gst_auparse_chain):
18948         * gst/autodetect/gstautoaudiosink.h:
18949         * gst/autodetect/gstautovideosink.h:
18950         * gst/avi/gstavidemux.h:
18951         * gst/cutter/gstcutter.c: (gst_cutter_chain),
18952         (gst_cutter_set_property), (gst_cutter_get_caps):
18953         * gst/cutter/gstcutter.h:
18954         * gst/debug/tests.c: (md5_process_block):
18955         * gst/debug/tests.h:
18956         * gst/effectv/gstwarp.c:
18957         * gst/flx/flx_fmt.h:
18958         * gst/flx/gstflxdec.h:
18959         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
18960         (zoomFilterFastRGB):
18961         * gst/goom/filters.h:
18962         * gst/goom/goom_tools.h:
18963         * gst/law/alaw-encode.c:
18964         * gst/level/gstlevel.c:
18965         * gst/level/gstlevel.h:
18966         * gst/matroska/ebml-write.h:
18967         * gst/matroska/matroska-demux.h:
18968         * gst/matroska/matroska-ids.h:
18969         * gst/matroska/matroska-mux.h:
18970         * gst/monoscope/convolve.c: (convolve_match):
18971         * gst/monoscope/convolve.h:
18972         * gst/multipart/multipartmux.c:
18973         * gst/oldcore/gstaggregator.c:
18974         * gst/oldcore/gstaggregator.h:
18975         * gst/oldcore/gstmd5sink.c: (md5_process_block):
18976         * gst/oldcore/gstmd5sink.h:
18977         * gst/oldcore/gstmultifilesrc.c:
18978         * gst/oldcore/gstmultifilesrc.h:
18979         * gst/oldcore/gstpipefilter.h:
18980         * gst/oldcore/gstshaper.h:
18981         * gst/rtp/gstrtpL16depay.h:
18982         * gst/rtp/gstrtpL16pay.h:
18983         * gst/rtp/gstrtpdepay.h:
18984         * gst/rtp/gstrtpmp4vpay.c:
18985         * gst/rtp/gstrtpmp4vpay.h:
18986         * gst/rtsp/gstrtspsrc.c:
18987         * gst/rtsp/gstrtspsrc.h:
18988         * gst/rtsp/rtspconnection.h:
18989         * gst/rtsp/rtspdefs.h:
18990         * gst/rtsp/rtspmessage.h:
18991         * gst/rtsp/rtsptransport.h:
18992         * gst/rtsp/rtspurl.c:
18993         * gst/rtsp/rtspurl.h:
18994         * gst/rtsp/sdpmessage.c:
18995         * gst/rtsp/sdpmessage.h:
18996         * gst/smpte/barboxwipes.c:
18997         * gst/smpte/gstmask.h:
18998         * gst/smpte/gstsmpte.h:
18999         * gst/smpte/paint.c:
19000         * gst/smpte/paint.h:
19001         * gst/udp/gstdynudpsink.h:
19002         * gst/udp/gstmultiudpsink.h:
19003         * gst/udp/gstudpsink.c:
19004         * gst/udp/gstudpsink.h:
19005         * gst/udp/gstudpsrc.c:
19006         * gst/videomixer/videomixer.c:
19007         * gst/wavenc/riff.h:
19008         * gst/wavparse/gstwavparse.h:
19009         * sys/oss/gstossdmabuffer.h:
19010         * sys/oss/gstossmixer.h:
19011         * sys/oss/gstossmixerelement.h:
19012         * sys/oss/gstossmixertrack.h:
19013         * sys/oss/gstosssink.c:
19014         * sys/oss/gstosssink.h:
19015         * sys/oss/gstosssrc.c:
19016         * sys/oss/gstosssrc.h:
19017         * sys/osxaudio/gstosxaudioelement.h:
19018         * sys/osxaudio/gstosxaudiosink.h:
19019         * sys/osxaudio/gstosxaudiosrc.h:
19020           expand tabs
19021
19022 === release 0.10.0 ===
19023
19024 2005-12-05   <thomas (at) apestaart (dot) org>
19025
19026         * configure.ac:
19027           releasing 0.10.0, "Abondance"
19028
19029 2005-12-05  Andy Wingo  <wingo@pobox.com>
19030
19031         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19032         * ext/flac/gstflacdec.c: (gst_flacdec_write):
19033         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
19034         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19035         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
19036         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
19037         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
19038         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
19039         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
19040         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19041         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19042         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19043         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19044         * gst/goom/gstgoom.c: (gst_goom_chain):
19045         * gst/matroska/matroska-demux.c:
19046         (gst_matroska_demux_push_vorbis_codec_priv_data),
19047         (gst_matroska_demux_add_wvpk_header):
19048         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
19049         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
19050         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
19051         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
19052         alloc_buffer changes.
19053
19054 2005-12-05  Michael Smith  <msmith@fluendo.com>
19055
19056         * docs/plugins/gst-plugins-good-plugins.args:
19057           Remove args for plugins that aren't in -good.
19058
19059 === release 0.9.7 ===
19060
19061 2005-12-01   <thomas (at) apestaart (dot) org>
19062
19063         * configure.ac:
19064           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
19065
19066 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19067
19068         * docs/plugins/.cvsignore:
19069         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19070         * docs/plugins/inspect/plugin-multipart.xml:
19071         * docs/plugins/inspect/plugin-rtp.xml:
19072           add multipart plugin to docs
19073
19074 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19075
19076         * configure.ac:
19077         * ext/Makefile.am:
19078         * ext/pango/Makefile.am:
19079         * ext/pango/gstclockoverlay.c:
19080         * ext/pango/gstclockoverlay.h:
19081         * ext/pango/gsttextoverlay.c:
19082         * ext/pango/gsttextoverlay.h:
19083         * ext/pango/gsttextrender.c:
19084         * ext/pango/gsttextrender.h:
19085         * ext/pango/gsttimeoverlay.c:
19086         * ext/pango/gsttimeoverlay.h:
19087           move pango to base
19088
19089 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19090
19091         * gst/rtp/Makefile.am:
19092         * gst/rtp/gstrtpL16depay.c:
19093         * gst/rtp/gstrtpL16depay.h:
19094         * gst/rtp/gstrtpL16parse.c:
19095         * gst/rtp/gstrtpL16parse.h:
19096         * gst/rtp/gstrtpgsmdepay.c:
19097         * gst/rtp/gstrtpgsmdepay.h:
19098         * gst/rtp/gstrtpgsmparse.c:
19099         * gst/rtp/gstrtpgsmparse.h:
19100           parsers are depayers
19101
19102 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19103
19104         * gst/rtp/Makefile.am:
19105         * gst/rtp/gstasteriskh263.c:
19106         * gst/rtp/gstrtp.c:
19107         * gst/rtp/gstrtpL16enc.c:
19108         * gst/rtp/gstrtpL16enc.h:
19109         * gst/rtp/gstrtpL16parse.c:
19110         * gst/rtp/gstrtpL16parse.h:
19111         * gst/rtp/gstrtpL16pay.c:
19112         * gst/rtp/gstrtpL16pay.h:
19113         * gst/rtp/gstrtpamrdec.c:
19114         * gst/rtp/gstrtpamrdec.h:
19115         * gst/rtp/gstrtpamrdepay.c:
19116         * gst/rtp/gstrtpamrdepay.h:
19117         * gst/rtp/gstrtpamrenc.c:
19118         * gst/rtp/gstrtpamrenc.h:
19119         * gst/rtp/gstrtpamrpay.c:
19120         * gst/rtp/gstrtpamrpay.h:
19121         * gst/rtp/gstrtpdec.c:
19122         * gst/rtp/gstrtpdec.h:
19123         * gst/rtp/gstrtpdepay.c:
19124         * gst/rtp/gstrtpdepay.h:
19125         * gst/rtp/gstrtpg711dec.c:
19126         * gst/rtp/gstrtpg711dec.h:
19127         * gst/rtp/gstrtpg711depay.c:
19128         * gst/rtp/gstrtpg711depay.h:
19129         * gst/rtp/gstrtpg711enc.c:
19130         * gst/rtp/gstrtpg711enc.h:
19131         * gst/rtp/gstrtpg711pay.c:
19132         * gst/rtp/gstrtpg711pay.h:
19133         * gst/rtp/gstrtpgsmenc.c:
19134         * gst/rtp/gstrtpgsmenc.h:
19135         * gst/rtp/gstrtpgsmparse.c:
19136         * gst/rtp/gstrtpgsmparse.h:
19137         * gst/rtp/gstrtpgsmpay.c:
19138         * gst/rtp/gstrtpgsmpay.h:
19139         * gst/rtp/gstrtph263enc.c:
19140         * gst/rtp/gstrtph263enc.h:
19141         * gst/rtp/gstrtph263pay.c:
19142         * gst/rtp/gstrtph263pay.h:
19143         * gst/rtp/gstrtph263pdec.c:
19144         * gst/rtp/gstrtph263pdec.h:
19145         * gst/rtp/gstrtph263pdepay.c:
19146         * gst/rtp/gstrtph263pdepay.h:
19147         * gst/rtp/gstrtph263penc.c:
19148         * gst/rtp/gstrtph263penc.h:
19149         * gst/rtp/gstrtph263ppay.c:
19150         * gst/rtp/gstrtph263ppay.h:
19151         * gst/rtp/gstrtpmp4vdec.c:
19152         * gst/rtp/gstrtpmp4vdec.h:
19153         * gst/rtp/gstrtpmp4vdepay.c:
19154         * gst/rtp/gstrtpmp4vdepay.h:
19155         * gst/rtp/gstrtpmp4venc.c:
19156         * gst/rtp/gstrtpmp4venc.h:
19157         * gst/rtp/gstrtpmp4vpay.c:
19158         * gst/rtp/gstrtpmp4vpay.h:
19159         * gst/rtp/gstrtpmpadec.c:
19160         * gst/rtp/gstrtpmpadec.h:
19161         * gst/rtp/gstrtpmpadepay.c:
19162         * gst/rtp/gstrtpmpadepay.h:
19163         * gst/rtp/gstrtpmpaenc.c:
19164         * gst/rtp/gstrtpmpaenc.h:
19165         * gst/rtp/gstrtpmpapay.c:
19166         * gst/rtp/gstrtpmpapay.h:
19167         * gst/rtp/gstrtpspeexdec.c:
19168         * gst/rtp/gstrtpspeexdec.h:
19169         * gst/rtp/gstrtpspeexdepay.c:
19170         * gst/rtp/gstrtpspeexdepay.h:
19171         * gst/rtp/gstrtpspeexenc.c:
19172         * gst/rtp/gstrtpspeexenc.h:
19173         * gst/rtp/gstrtpspeexpay.c:
19174         * gst/rtp/gstrtpspeexpay.h:
19175           Do burger's rename for rtp payloaders and depayloaders
19176
19177 2005-11-30  Wim Taymans  <wim@fluendo.com>
19178
19179         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19180         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
19181         * ext/dv/gstdvdemux.h:
19182         Fix seeking in dvdemux again, add some more debug info.
19183
19184 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19185
19186         * configure.ac:
19187           fix tests
19188
19189 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19190
19191         * PORTED_09:
19192         * docs/random/PORTED_09:
19193           move
19194         * tests/Makefile.am:
19195           add
19196         * win32/gst.sln:
19197           remove
19198
19199 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19200
19201         * Makefile.am:
19202         * check/.cvsignore:
19203         * check/Makefile.am:
19204         * check/elements/.cvsignore:
19205         * check/elements/level.c:
19206         * check/elements/matroskamux.c:
19207         * configure.ac:
19208         * examples/Makefile.am:
19209         * examples/capsfilter/Makefile.am:
19210         * examples/capsfilter/capsfilter1.c:
19211         * examples/gob/Makefile.am:
19212         * examples/gob/gst-identity2.gob:
19213         * examples/gstplay/.cvsignore:
19214         * examples/gstplay/Makefile.am:
19215         * examples/gstplay/player.c:
19216         * examples/indexing/.cvsignore:
19217         * examples/indexing/Makefile.am:
19218         * examples/indexing/indexmpeg.c:
19219         * examples/level/Makefile.am:
19220         * examples/level/README:
19221         * examples/level/demo.c:
19222         * examples/level/plot.c:
19223         * examples/stats/Makefile.am:
19224         * examples/stats/mp2ogg.c:
19225         * examples/switch/.cvsignore:
19226         * examples/switch/Makefile.am:
19227         * examples/switch/switcher.c:
19228           move under tests/
19229
19230 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19231
19232         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
19233         (gst_text_render_class_init), (resize_bitmap),
19234         (gst_text_render_render_text), (gst_text_render_setcaps),
19235         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
19236         (gst_text_render_chain), (gst_text_render_finalize),
19237         (gst_text_render_init), (gst_text_render_set_property):
19238         * ext/pango/gsttextrender.h:
19239           Add missing files.
19240
19241 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19242
19243         * configure.ac:
19244         * ext/Makefile.am:
19245         * ext/pango/Makefile.am:
19246         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
19247         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
19248         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
19249         * ext/pango/gstclockoverlay.h:
19250         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
19251         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
19252         (gst_text_overlay_finalize), (gst_text_overlay_init),
19253         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
19254         (gst_text_overlay_text_pad_linked),
19255         (gst_text_overlay_text_pad_unlinked),
19256         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
19257         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
19258         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
19259         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19260         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19261         (gst_text_overlay_change_state), (plugin_init):
19262         * ext/pango/gsttextoverlay.h:
19263         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
19264         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
19265         (gst_time_overlay_class_init), (gst_time_overlay_init):
19266         * ext/pango/gsttimeoverlay.h:
19267           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
19268           and add background shading and text wrapping modes. Make 
19269           timoverlay derive from textoverlay. Also add new clockoverlay
19270           element.
19271
19272 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19273
19274         * gst/udp/Makefile.am: Moved to netbuffer.
19275
19276 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19277
19278         * configure.ac:
19279         * PORTED_O9:
19280         * gst/multipart/Makefile.am:
19281         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19282         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
19283         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19284         (gst_multipart_demux_change_state),
19285         (gst_multipart_demux_plugin_init):
19286         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19287         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
19288         (gst_multipart_mux_sinkconnect),
19289         (gst_multipart_mux_request_new_pad),
19290         (gst_multipart_mux_handle_src_event),
19291         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
19292         (gst_multipart_mux_change_state): Ported multipart mux/demux to
19293         0.9.
19294
19295 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19296
19297         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
19298         * gst/debug/gstnavigationtest.h:
19299         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
19300         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
19301         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
19302         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
19303         * gst/effectv/gstrev.c: (gst_revtv_get_type):
19304         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
19305         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
19306         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
19307         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
19308         (gst_video_flip_get_type):
19309         * gst/videofilter/gstvideoflip.h:
19310           update for symbols change
19311
19312 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19313
19314         * gst/udp/gstdynudpsink.c:
19315         * gst/udp/gstudpsrc.c:
19316           the old gstnet lib was renamed gstnetbuffer (#322257)
19317
19318 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19319
19320         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
19321         (gst_text_overlay_collected):
19322           Actually render the text from the text pad.
19323
19324 2005-11-29  Edward Hervey  <edward@fluendo.com>
19325
19326         * gst/debug/gstnavseek.c: (gst_navseek_event):
19327         * gst/debug/progressreport.c: (gst_progress_report_event):
19328         Update for GstBaseTransform event virtual method
19329
19330 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19331
19332         * ext/cairo/Makefile.am:
19333           no need to link to videofilter
19334
19335 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19336
19337         * gst/debug/Makefile.am:
19338         * gst/debug/gstnavigationtest.h:
19339         * gst/effectv/Makefile.am:
19340         * gst/effectv/gstaging.c:
19341         * gst/effectv/gstdice.c:
19342         * gst/effectv/gstedge.c:
19343         * gst/effectv/gstquark.c:
19344         * gst/effectv/gstrev.c:
19345         * gst/effectv/gstshagadelic.c:
19346         * gst/effectv/gstvertigo.c:
19347         * gst/effectv/gstwarp.c:
19348         * gst/videofilter/Makefile.am:
19349         * gst/videofilter/gstvideofilter.c:
19350         * gst/videofilter/gstvideofilter.h:
19351         * gst/videofilter/gstvideoflip.h:
19352           remove the videofilter library and link to the one in base
19353
19354 2005-11-28  Edward Hervey  <edward@fluendo.com>
19355
19356         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
19357         Useless check now we're setting the current entry correctly.
19358
19359 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19360
19361         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
19362         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
19363         (gst_jpegenc_change_state):
19364           Don't leak input buffer in chain function (fixes #322667); make 
19365           state change function thread-safe; don't repeat the current function
19366           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
19367           gst_pad_alloc_buffer(); misc. minor cleanups.
19368
19369 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19370
19371         * gst/matroska/matroska-mux.c:
19372         (gst_matroska_mux_video_pad_setcaps):
19373         Look for pixel-aspect-ratio in caps, not pixel_width and
19374         pixel_height (Fixes: #322645)
19375
19376 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19377
19378         * gst/matroska/matroska-mux.c:
19379         (gst_matroska_mux_video_pad_setcaps):
19380         From Michal Benes:
19381         frame duration should be GST_SECOND / framerate, not
19382         GST_SECOND * framerate. (Fixes: #322643)
19383
19384 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19385
19386         * configure.ac:
19387           fix up GST_PLUGIN_LDFLAGS
19388         * gst/rtsp/rtspconnection.c:
19389           fix includes (see #317043)
19390         * gst/videofilter/Makefile.am:
19391           stop installing this library
19392
19393 2005-11-26  Edward Hervey  <edward@fluendo.com>
19394
19395         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
19396         Handle the case where the incoming Video dv stream doesn't have
19397         a pixel aspect ratio set.
19398
19399 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19400
19401         * docs/plugins/Makefile.am:
19402         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19403         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19404         * ext/flac/gstflacdec.c:
19405           document flacdec
19406
19407 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19408
19409         * docs/plugins/Makefile.am:
19410         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19411         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19412         * docs/plugins/inspect/plugin-autodetect.xml:
19413         * ext/cairo/gstcairo.c: (plugin_init):
19414         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
19415         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
19416         (gst_text_overlay_init), (gst_text_overlay_font_init),
19417         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
19418         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
19419         (gst_text_overlay_text_pad_linked),
19420         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
19421         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
19422         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19423         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19424         (gst_text_overlay_change_state):
19425         * ext/cairo/gsttextoverlay.h:
19426         * ext/cairo/gsttimeoverlay.c:
19427         (gst_cairo_time_overlay_update_font_height),
19428         (gst_cairo_time_overlay_set_caps),
19429         (gst_cairo_time_overlay_get_unit_size),
19430         (gst_cairo_time_overlay_print_smpte_time),
19431         (gst_cairo_time_overlay_transform),
19432         (gst_cairo_time_overlay_base_init),
19433         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
19434         (gst_cairo_time_overlay_get_type):
19435         * ext/cairo/gsttimeoverlay.h:
19436           do some name borgifying
19437           document
19438
19439 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19440
19441         * docs/plugins/Makefile.am:
19442         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19443         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19444         * gst/autodetect/gstautoaudiosink.c:
19445         (gst_auto_audio_sink_base_init):
19446         * gst/autodetect/gstautovideosink.c:
19447         (gst_auto_video_sink_base_init),
19448         (gst_auto_video_sink_factory_filter):
19449           documenting auto*sink
19450           using strstr for the video sink lookup, class field is not ordered
19451         * docs/plugins/inspect/plugin-1394.xml:
19452         * docs/plugins/inspect/plugin-aasink.xml:
19453         * docs/plugins/inspect/plugin-alaw.xml:
19454         * docs/plugins/inspect/plugin-alpha.xml:
19455         * docs/plugins/inspect/plugin-alphacolor.xml:
19456         * docs/plugins/inspect/plugin-auparse.xml:
19457         * docs/plugins/inspect/plugin-autodetect.xml:
19458         * docs/plugins/inspect/plugin-avi.xml:
19459         * docs/plugins/inspect/plugin-cacasink.xml:
19460         * docs/plugins/inspect/plugin-cairo.xml:
19461         * docs/plugins/inspect/plugin-cutter.xml:
19462         * docs/plugins/inspect/plugin-debug.xml:
19463         * docs/plugins/inspect/plugin-dv.xml:
19464         * docs/plugins/inspect/plugin-efence.xml:
19465         * docs/plugins/inspect/plugin-effectv.xml:
19466         * docs/plugins/inspect/plugin-esdsink.xml:
19467         * docs/plugins/inspect/plugin-flac.xml:
19468         * docs/plugins/inspect/plugin-flxdec.xml:
19469         * docs/plugins/inspect/plugin-gconfelements.xml:
19470         * docs/plugins/inspect/plugin-goom.xml:
19471         * docs/plugins/inspect/plugin-jpeg.xml:
19472         * docs/plugins/inspect/plugin-level.xml:
19473         * docs/plugins/inspect/plugin-matroska.xml:
19474         * docs/plugins/inspect/plugin-mulaw.xml:
19475         * docs/plugins/inspect/plugin-navigationtest.xml:
19476         * docs/plugins/inspect/plugin-ossaudio.xml:
19477         * docs/plugins/inspect/plugin-png.xml:
19478         * docs/plugins/inspect/plugin-rtp.xml:
19479         * docs/plugins/inspect/plugin-rtsp.xml:
19480         * docs/plugins/inspect/plugin-shout2send.xml:
19481         * docs/plugins/inspect/plugin-smpte.xml:
19482         * docs/plugins/inspect/plugin-speex.xml:
19483         * docs/plugins/inspect/plugin-udp.xml:
19484         * docs/plugins/inspect/plugin-videobox.xml:
19485         * docs/plugins/inspect/plugin-videoflip.xml:
19486         * docs/plugins/inspect/plugin-videomixer.xml:
19487         * docs/plugins/inspect/plugin-wavenc.xml:
19488         * docs/plugins/inspect/plugin-wavparse.xml:
19489           update for HEAD version
19490
19491 2005-11-25  Michael Smith  <msmith@fluendo.com>
19492
19493         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
19494           Patch from Sebastien Cote to close control sockets in udpsrc.
19495
19496 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19497
19498         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
19499         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
19500         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
19501         (gst_quarktv_base_init), (gst_quarktv_class_init),
19502         (gst_quarktv_init): Flush the planes list on reverse caps
19503         negotiation. This was crashing because of differently sized
19504         buffers.
19505
19506 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19507
19508         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
19509         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
19510         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
19511         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
19512         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
19513         (gst_videoflip_set_property), (gst_videoflip_base_init),
19514         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
19515         correctly, fix identity flipping, convert navigation event 
19516         correctly again.
19517
19518 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19519
19520         * configure.ac: back to HEAD
19521
19522 === release 0.9.6 ===
19523
19524 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19525
19526         * configure.ac:
19527           releasing 0.9.6, "Everything's Not Lost"
19528
19529 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19530
19531         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
19532         Oops, initialise the framerate GValue
19533
19534 2005-11-23  Julien MOUTTE  <julien@moutte.net>
19535
19536         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
19537         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
19538         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
19539         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
19540         (gst_timeoverlay_get_type):
19541         * ext/cairo/gsttimeoverlay.h:
19542         * gst/debug/Makefile.am:
19543         * gst/debug/gstnavigationtest.c:
19544         (gst_navigationtest_handle_src_event),
19545         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
19546         (gst_navigationtest_transform), (gst_navigationtest_change_state),
19547         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
19548         (gst_navigationtest_init), (gst_navigationtest_get_type),
19549         (plugin_init):
19550         * gst/debug/gstnavigationtest.h:
19551         * gst/effectv/Makefile.am:
19552         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
19553         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
19554         (gst_agingtv_base_init), (gst_agingtv_class_init),
19555         (gst_agingtv_init), (gst_agingtv_get_type):
19556         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
19557         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
19558         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
19559         (gst_dicetv_get_type):
19560         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
19561         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
19562         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
19563         (gst_edgetv_get_type):
19564         * gst/effectv/gsteffectv.c:
19565         * gst/effectv/gsteffectv.h:
19566         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
19567         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
19568         (gst_quarktv_change_state), (gst_quarktv_base_init),
19569         (gst_quarktv_class_init), (gst_quarktv_init),
19570         (gst_quarktv_get_type):
19571         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
19572         (gst_revtv_get_unit_size), (gst_revtv_transform),
19573         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
19574         (gst_revtv_get_type):
19575         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
19576         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
19577         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
19578         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
19579         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
19580         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
19581         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
19582         (gst_vertigotv_init), (gst_vertigotv_get_type):
19583         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
19584         (gst_warptv_get_unit_size), (gst_warptv_transform),
19585         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
19586         (gst_warptv_get_type):
19587         * gst/videofilter/Makefile.am:
19588         * gst/videofilter/gstvideobalance.c:
19589         * gst/videofilter/gstvideobalance.h:
19590         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
19591         (gst_videofilter_class_init), (gst_videofilter_init):
19592         * gst/videofilter/gstvideofilter.h:
19593         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
19594         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
19595         (gst_videoflip_flip), (gst_videoflip_transform),
19596         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
19597         (gst_videoflip_base_init), (gst_videoflip_class_init),
19598         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
19599         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
19600         BaseTransform, it's just a place holder for now and every video
19601         effect plugin has been ported to use BaseTransform features 
19602         directly. QuarkTV was fixed too (was broken), navigationtest works
19603         and best for the end, videoflip converts navigation events depending
19604         on flip method ! Fixes #320953
19605
19606 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19607
19608         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19609         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
19610         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
19611         (gst_goom_src_negotiate), (gst_goom_chain):
19612         * gst/matroska/matroska-mux.c:
19613         (gst_matroska_mux_video_pad_setcaps):
19614         * sys/osxvideo/osxvideosink.m:
19615           Fixes for API changes
19616
19617 2005-11-23  Michael Smith <msmith@fluendo.com>
19618
19619         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
19620         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
19621         * ext/jpeg/gstjpegdec.h:
19622         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
19623         * ext/jpeg/gstjpegenc.h:
19624         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
19625         (gst_smokeenc_resync):
19626         * ext/jpeg/gstsmokeenc.h:
19627           JPEG fractiony goodness.
19628
19629 2005-11-22  Michael Smith <msmith@fluendo.com>
19630
19631         * gst/goom/filters.c:
19632         * gst/goom/graphic.h:
19633           Fix compilation by making some functions static inline instead of
19634           extern inline, matching the way they're used.
19635
19636 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19637
19638         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
19639         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
19640         * ext/cairo/gsttextoverlay.h:
19641         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
19642         * ext/gdk_pixbuf/gstgdkpixbuf.h:
19643         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
19644         (gst_pngdec_caps_create_and_set):
19645         * ext/libpng/gstpngdec.h:
19646         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
19647         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
19648         * gst/avi/gstavimux.c: (gst_avimux_init),
19649         (gst_avimux_vidsinkconnect):
19650         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19651         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
19652         (gst_goom_src_negotiate), (gst_goom_chain):
19653         * gst/goom/gstgoom.h:
19654         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
19655         * gst/matroska/matroska-mux.c:
19656         (gst_matroska_mux_video_pad_setcaps):
19657         * sys/osxvideo/osxvideosink.h:
19658         * sys/osxvideo/osxvideosink.m:
19659           More fractional framerate conversions 
19660
19661 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19662
19663         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19664         * gst/debug/gstnavigationtest.c:
19665         (gst_navigationtest_handle_src_event):
19666         * gst/videofilter/gstvideofilter.c:
19667         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
19668         (gst_videofilter_init):
19669         * gst/videofilter/gstvideofilter.h:
19670           Convert to fractional framerates.
19671
19672 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19673
19674         * ext/aalib/gstaasink.c:
19675         * ext/dv/gstdvdec.c:
19676         * ext/esd/esdmon.c:
19677         * ext/flac/gstflacenc.c:
19678         * ext/gdk_pixbuf/pixbufscale.c:
19679         * ext/libcaca/gstcacasink.c:
19680         * ext/shout2/gstshout2.c:
19681         * gst/alpha/gstalpha.c:
19682         * gst/oldcore/gstaggregator.c:
19683         * gst/oldcore/gstshaper.c:
19684         * gst/smpte/barboxwipes.c:
19685         * gst/smpte/gstsmpte.c:
19686         * gst/videobox/gstvideobox.c:
19687         * gst/videofilter/gstvideoflip.c:
19688         * gst/videomixer/videomixer.c:
19689           fix up more enums
19690
19691 2005-11-22  Michael Smith <msmith@fluendo.com>
19692
19693         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19694         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19695         (gst_videomixer_update_queues):
19696           Fractional framerates, videomixer.
19697
19698 2005-11-22  Michael Smith <msmith@fluendo.com>
19699
19700         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
19701         * ext/dv/gstdvdec.h:
19702         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
19703         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
19704         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
19705         (gst_dvdemux_flush):
19706         * ext/dv/gstdvdemux.h:
19707           Fractional framerates for DV. 
19708
19709 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19710
19711         * gst/autodetect/gstautoaudiosink.c:
19712         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
19713         * gst/autodetect/gstautovideosink.c:
19714         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
19715           Use gst_plugin_feature_list_free() to free feature list and
19716           in the case of autovideosink free the list at all. Also
19717           miscellaneous cosmetic fixes.
19718
19719 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19720
19721         * gst/cutter/gstcutter.c: (gst_cutter_chain),
19722         (gst_cutter_set_property), (gst_cutter_get_caps):
19723           copy calculation code from level; remove use of some audio
19724           functions
19725
19726 2005-11-22  Andy Wingo  <wingo@pobox.com>
19727
19728         * Update for gst_tag_setter API changes.
19729
19730 2005-11-22  Andy Wingo  <wingo@pobox.com>
19731
19732         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
19733         (gst_dvdemux_demux_frame)
19734         * ext/flac/gstflacdec.c (gst_flacdec_write)
19735         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
19736         (gst_flacenc_sink_event)
19737         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
19738         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
19739         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
19740         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
19741         * gst/auparse/gstauparse.c (gst_auparse_chain)
19742         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
19743         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
19744         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
19745         (gst_avi_demux_handle_seek)
19746         * gst/goom/gstgoom.c (gst_goom_event)
19747         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
19748         * gst/matroska/matroska-demux.c
19749         (gst_matroska_demux_handle_seek_event)
19750         (gst_matroska_demux_loop_stream_parse_id)
19751         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
19752         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
19753         (gst_wavparse_stream_headers): Run update-funcnames.
19754
19755 2005-11-22  Edward Hervey  <edward@fluendo.com>
19756
19757         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
19758         (gst_dv1394src_init), (gst_dv1394src_dispose),
19759         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
19760         (gst_dv1394src_uri_set_uri):
19761         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
19762         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
19763         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
19764         URIHandler interface and element properties are now properly
19765         synchronized for DV1394src and UDPSrc
19766
19767 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19768
19769         * ext/flac/Makefile.am:
19770         * ext/speex/Makefile.am:
19771           libgsttagedit has been renamed to libgsttag.
19772
19773 2005-11-21  Wim Taymans  <wim@fluendo.com>
19774
19775         * gst/rtsp/rtspconnection.c: (read_body):
19776         Apply patch from Sebastien Cote to fix #319184.
19777
19778 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19779
19780         * configure.ac:
19781         * gst/cutter/Makefile.am:
19782         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
19783         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
19784         (gst_cutter_set_property), (gst_cutter_get_property),
19785         (plugin_init), (gst_cutter_get_caps):
19786           port cutter
19787         * gst/level/gstlevel.c:
19788           fix up plugin details
19789
19790 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19791
19792         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
19793         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
19794         (gst_flacdec_src_event):
19795         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
19796         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
19797         (gst_signal_processor_getrange), (gst_signal_processor_chain):
19798         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
19799         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
19800         (gst_flxdec_sink_event_handler):
19801         * gst/matroska/matroska-demux.c:
19802         (gst_matroska_demux_handle_seek_event):
19803         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
19804           Update for stream lock API changes: don't take stream log
19805           in sink event handlers any longer and change GST_STREAM_LOCK
19806           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
19807           functions.
19808
19809 2005-11-21  Michael Smith <msmith@fluendo.com>
19810
19811         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
19812           gst_object_unref, not g_object_unref
19813
19814 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19815
19816         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
19817         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
19818           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
19819
19820 2005-11-21  Michael Smith <msmith@fluendo.com>
19821
19822         * gst/auparse/Makefile.am:
19823         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
19824         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
19825         (gst_auparse_change_state):
19826         * gst/auparse/gstauparse.h:
19827           Partially fix #161712. playbin still doesn't work on these files,
19828           (on the bug report, Andy says we aren't typefinding it for some
19829           reason?) but at least auparse isn't totally busted like it was before.
19830
19831 2005-11-21  Andy Wingo  <wingo@pobox.com>
19832
19833         * *.h:
19834         * *.c: Ran scripts/update-macros. Oh yes.
19835
19836 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19837
19838         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
19839           Filler events are gone for now, comment out section generating
19840           them.
19841
19842 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
19843
19844         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19845         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
19846         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
19847         * sys/osxvideo/osxvideosink.m:
19848           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
19849           (#322027)
19850
19851 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19852
19853         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
19854         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
19855         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
19856         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
19857         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
19858         (gst_avi_demux_stream_data):
19859         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
19860         * gst/wavenc/gstwavenc.c: (write_metadata):
19861         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
19862         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
19863         Fixes for GST_FOURCC_FORMAT API change.
19864
19865 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19866
19867         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
19868         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
19869         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
19870         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19871         (gst_text_overlay_change_state):
19872         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
19873         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
19874         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
19875         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
19876         * gst/videomixer/videomixer.c: (gst_videomixer_init),
19877         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
19878         (gst_videomixer_change_state):
19879           Fix for collect pads API change. Also fix textoverlay state
19880           change function.
19881
19882 2005-11-20  Julien MOUTTE  <julien@moutte.net>
19883
19884         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
19885         GST_PAD_IS_USABLE by something approaching it.
19886
19887 2005-11-20  Julien MOUTTE  <julien@moutte.net>
19888
19889         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
19890         API changes.
19891         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
19892         but also fix the code that was not checking return values from
19893         pad_push neither using pad_alloc_buffer.
19894
19895 2005-11-18  Edward Hervey  <edward@fluendo.com>
19896
19897         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
19898         (gst_pngenc_chain):
19899         Added debug category
19900         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
19901         goes to EOS.
19902
19903 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
19904
19905         * gst/rtp/Makefile.am
19906         * gst/rtp/gstrtp.c
19907         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
19908         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
19909         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
19910         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
19911         * gst/rtp/gstrtpg711enc.h:
19912         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
19913         * gst/rtp/gstrtpspeexenc.c:
19914         * gst/rtp/gstrtpspeexenc.h:
19915         * gst/rtp/gstrtpspeexdec.c:
19916         * gst/rtp/gstrtpspeexdec.h:
19917         Created Speex payloader and depayloader; Optimize G711 payloader to
19918         use adapter and send packets until MTU size.
19919
19920 2005-11-16  Wim Taymans  <wim@fluendo.com>
19921
19922         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
19923         Fix leak in check.
19924
19925 2005-11-16  Wim Taymans  <wim@fluendo.com>
19926
19927         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
19928         Fix state change.
19929
19930 2005-11-16  Andy Wingo  <wingo@pobox.com>
19931
19932         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
19933         (gst_udpsrc_create): Move comment.
19934
19935 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
19936
19937         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19938
19939         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
19940           When seeking, seek to closest index entry at or before the requested
19941           seek position, not just the closest one (#321001).
19942
19943 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
19944
19945         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
19946         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
19947           Invert DIB images again (see #132341).
19948
19949 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19950
19951         * configure.ac:
19952           rework configure.ac file
19953         * ext/aalib/gstaasink.c:
19954         * ext/cairo/gstcairo.c:
19955         * ext/dv/gstdv.c:
19956         * ext/esd/gstesd.c:
19957         * ext/flac/gstflac.c:
19958         * ext/gconf/gstgconfelements.c:
19959         * ext/gdk_pixbuf/gstgdkpixbuf.c:
19960         * ext/jpeg/gstjpeg.c:
19961         * ext/ladspa/gstladspa.c:
19962         * ext/libcaca/gstcacasink.c:
19963         * ext/libmng/gstmng.c:
19964         * ext/libpng/gstpng.c:
19965         * ext/mikmod/gstmikmod.c:
19966         * ext/pango/gsttextoverlay.c:
19967         * ext/pango/gsttimeoverlay.c:
19968         * ext/raw1394/gst1394.c:
19969         * ext/speex/gstspeex.c:
19970         * gst/alpha/Makefile.am:
19971         * gst/alpha/gstalpha.c:
19972         * gst/alpha/gstalphacolor.c:
19973         * gst/auparse/gstauparse.c:
19974         * gst/autodetect/gstautoaudiosink.c:
19975         (gst_auto_audio_sink_factory_filter),
19976         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
19977         * gst/autodetect/gstautodetect.c:
19978         * gst/avi/gstavi.c:
19979         * gst/cutter/gstcutter.c:
19980         * gst/debug/efence.c:
19981         * gst/debug/gstdebug.c:
19982         * gst/debug/gstnavigationtest.c:
19983         * gst/effectv/gsteffectv.c:
19984         * gst/flx/gstflxdec.c:
19985         * gst/goom/gstgoom.c:
19986         * gst/interleave/plugin.c:
19987         * gst/law/alaw.c:
19988         * gst/law/mulaw.c:
19989         * gst/level/gstlevel.c:
19990         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
19991         * gst/matroska/matroska.c:
19992         * gst/median/gstmedian.c:
19993         * gst/monoscope/gstmonoscope.c:
19994         * gst/multipart/multipart.c:
19995         * gst/oldcore/gstelements.c:
19996         * gst/rtp/gstrtp.c:
19997         * gst/rtsp/gstrtsp.c:
19998         * gst/smoothwave/gstsmoothwave.c:
19999         * gst/smpte/gstsmpte.c:
20000         * gst/udp/gstudp.c:
20001         * gst/videobox/gstvideobox.c:
20002         * gst/videofilter/gstgamma.c:
20003         * gst/videofilter/gstvideobalance.c:
20004         * gst/videofilter/gstvideoflip.c:
20005         * gst/videofilter/gstvideotemplate.c:
20006         * gst/videomixer/videomixer.c:
20007         * gst/wavenc/gstwavenc.c:
20008         * gst/wavparse/gstwavparse.c:
20009         * sys/oss/gstossaudio.c:
20010         * sys/osxaudio/gstosxaudio.c:
20011           update GST_PLUGIN_DEFINE
20012         * gst/rtp/Makefile.am:
20013         * gst/rtp/gstasteriskh263.c:
20014           check for htons/htonl headers and possibly link to winsock2 lib
20015
20016 2005-11-12  Edward Hervey  <edward@fluendo.com>
20017
20018         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
20019         Only GST_DEBUG() information on the valid components.
20020
20021 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20022
20023         * configure.ac: back to HEAD
20024
20025 === release 0.9.5 ===
20026
20027 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20028
20029         * configure.ac:
20030           releasing 0.9.5, "Phone Alarm"
20031
20032 2005-11-11  Edward Hervey  <edward@fluendo.com>
20033
20034         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20035         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
20036         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
20037         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20038         (gst_avi_demux_loop):
20039         * gst/avi/gstavidemux.h:
20040         Yeah, implement proper seeking. Exact seeking and segment seeking.
20041         Still need to do some checks for segment_stop.
20042
20043 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20044
20045         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20046
20047         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20048           Don't try to ready buffer duration from buffer that we don't
20049           own any  longer and that might already have been unreffed.
20050           (#321136)
20051
20052 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
20053
20054         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
20055         (flx_decode_delta_flc), (gst_flxdec_chain):
20056         Attempting to optimize the code for embedded systems.
20057
20058 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
20059
20060         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20061
20062         * sys/oss/gstosssink.c: (gst_oss_sink_close):
20063           Don't re-use already closed file descriptor. (#320920)
20064
20065 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20066
20067         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
20068         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
20069         (gst_oss_sink_prepare):
20070         * sys/oss/gstosssink.h:
20071           Cache probed caps; fix debug output for SET_PARAM macros.
20072
20073 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20074
20075         * ext/cairo/Makefile.am:
20076         * ext/cairo/gstcairo.c: (plugin_init):
20077         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
20078         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
20079         (gst_text_overlay_init), (gst_text_overlay_font_init),
20080         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
20081         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
20082         (gst_text_overlay_text_pad_linked),
20083         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
20084         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20085         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20086         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20087         (gst_text_overlay_change_state):
20088         * ext/cairo/gsttextoverlay.h:
20089           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
20090           property and redo positioning. Doesn't handle upstream renegotiation
20091           yet though.
20092
20093 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20094
20095         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
20096         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20097         (gst_avi_demux_loop):
20098           No need to take the STREAM_LOCK in the loop function. Improve
20099           some debug messages. Don't leak pad names in debug messages.
20100
20101 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20102
20103         * gst/matroska/matroska-demux.c:
20104         (gst_matroska_demux_push_vorbis_codec_priv_data),
20105         (gst_matroska_demux_add_wvpk_header):
20106           Don't error out when the source pad isn't linked.
20107
20108 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
20109
20110         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
20111         (gst_gconf_audio_sink_change_state):
20112         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
20113         (gst_gconf_video_sink_change_state):
20114           Fix state change functions here as well and set kid
20115           to NULL state before removing it.
20116
20117 2005-11-01  Edward Hervey  <edward@fluendo.com>
20118
20119         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
20120         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
20121         Added proper event handlind, 
20122         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
20123         ignored),
20124         and don't set a duration of 0 for buffers otherwise they are discarded
20125         by GstBaseSink.
20126
20127         GstWavEnc needs some serious loving, after going through the code I'm
20128         really wondering how this can stay in -good ...
20129
20130 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20131
20132         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
20133         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
20134         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
20135         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
20136         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
20137         (gst_matroska_mux_collected):
20138           Fix leaks and invalid memory access as reported by valgrind
20139
20140 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20141
20142         Patch by: Michal Benes <michal.benes@xeris.cz>
20143
20144         * check/Makefile.am:
20145         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20146         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
20147         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20148           add a unit test for matroskamux
20149           fix the bugs that the unit test exposed
20150
20151 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
20152
20153         * gst/autodetect/gstautoaudiosink.c:
20154         (gst_auto_audio_sink_class_init),
20155         (gst_auto_audio_sink_change_state):
20156         * gst/autodetect/gstautovideosink.c:
20157         (gst_auto_video_sink_class_init),
20158         (gst_auto_video_sink_change_state):
20159           Fix state change function and use GST_DEBUG_FUNCPTR in
20160           class_init.
20161
20162 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20163
20164         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20165
20166         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
20167         (gst_ebml_write_reset), (gst_ebml_write_element_new):
20168         * gst/matroska/ebml-write.h:
20169         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20170           Set timestamps on outgoing ebml headers as well, so that the
20171           element after matroskamux can get the timestamp already when
20172           reading the first ebml element and doesn't have to wait for
20173           the actual data buffer for that (#320308).
20174           
20175 2005-10-31  Andy Wingo  <wingo@pobox.com>
20176
20177         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
20178         (gst_videomixer_pad_link): Kill some memleaks.
20179         (gst_videomixer_pad_get_property): Style fix.
20180         (gst_videomixer_pad_set_property): Style fix.
20181         (gst_videomixer_pad_init): Style fix.
20182         (gst_videomixer_update_queues): Kill memleak.
20183         (gst_videomixer_loop): Kill memleak.
20184         (gst_videomixer_collected): Kill memleak.
20185
20186 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20187
20188         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
20189         gst_auparse_change_state:
20190         Just some cleanup.
20191
20192 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20193
20194         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
20195         Add checks to GST_FLOW_NOT_LINKED for values returned
20196         from gst_pad_push.
20197         
20198 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20199
20200         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
20201         (gst_rtpg711dec_process):
20202         * gst/rtp/gstrtpgsmenc.c:
20203         Payloader now sets some default caps on the srcpad if caps on the sinkpad
20204         are never set. This is important for the g711 to work with burger's rtpbin
20205         element.
20206
20207 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
20208
20209         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
20210         (gst_speexenc_push_buffer):
20211         Add checks for return values from gst_pad_push and
20212         gst_pad_alloc_buffer.
20213
20214 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
20215
20216         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20217
20218         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
20219         (gst_matroska_demux_parse_info),
20220         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
20221         (gst_matroska_demux_parse_cluster):
20222         * gst/matroska/matroska-ids.h:
20223         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
20224         (gst_matroska_mux_init), (gst_matroska_mux_start),
20225         (gst_matroska_mux_create_buffer_header),
20226         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
20227         (gst_matroska_mux_get_property):
20228         * gst/matroska/matroska-mux.h:
20229           Add SimpleBlock support to matroska demuxer and muxer (part of
20230           Matroska v2). (#319731)
20231
20232 2005-10-28  Wim Taymans  <wim@fluendo.com>
20233
20234         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
20235         (gst_jpeg_dec_change_state):
20236         * ext/jpeg/gstjpegdec.h:
20237         Cleanups. Don't create caps for every chain.
20238
20239 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
20240
20241         * gst/law/alaw-encode.c: (gst_alawenc_init),
20242         (alawenc_setcaps), (gst_alawenc_chain)
20243         * gst/law/alaw-encode.h:
20244         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
20245         (mulawenc_setcaps), (gst_mulawenc_chain)
20246         * gst/law/mulaw-encode.h:
20247         Set timestamp on buffer and it allows RTP G711 elements
20248         work properly.
20249
20250 2005-10-27  Wim Taymans  <wim@fluendo.com>
20251
20252         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20253         Set correct format on oss instead of a silly value. 
20254
20255 2005-10-27  Julien MOUTTE  <julien@moutte.net>
20256
20257         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20258         (gst_video_box_transform_caps), (gst_video_box_set_caps),
20259         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
20260         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
20261         I420 rendering as well, doesn't bring much for my platform.
20262         Might help on some other platforms.
20263
20264 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20265
20266         * gst/rtp/gstrtpgsmenc.c:
20267         * gst/rtp/gstrtpgsmparse.c:
20268         Declaring the padtemplate correctly.
20269
20270 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20271
20272         * gst/rtp/gstrtpg711dec.c:
20273         * gst/rtp/gstrtpg711enc.c:
20274         * gst/rtp/gstrtpgsmenc.c:
20275         * gst/rtp/gstrtpgsmparse.c:
20276         Setting the proper copyright notice.
20277
20278 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20279
20280         * gst/videobox/Makefile.am: Use liboil.
20281         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20282         (gst_video_box_set_property), (gst_video_box_transform_caps),
20283         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
20284         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
20285         using liboil. Will dot the same to I420 border generation
20286         tomorrow.
20287
20288 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20289
20290         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
20291         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
20292         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
20293         * gst/rtp/gstrtpg711dec.h:
20294         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
20295         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
20296         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
20297         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20298         (gst_rtpgsmenc_handle_buffer):
20299         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
20300         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
20301         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
20302         * gst/rtp/gstrtpgsmparse.h:
20303         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
20304         inherits from the basertpdepayloader.
20305
20306 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20307
20308         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20309         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20310         (gst_video_box_ayuv): Removing this forgotten debug.
20311
20312 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20313
20314         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20315         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20316         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
20317
20318 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
20319
20320         * sys/oss/gstossaudio.c:
20321         * sys/oss/gstossdmabuffer.c:
20322         * sys/oss/gstosshelper.c:
20323         * sys/oss/gstossmixer.c:
20324         * sys/oss/gstossmixerelement.c:
20325         * sys/oss/gstossmixertrack.c:
20326         * sys/oss/gstosssink.c:
20327         * sys/oss/gstosssrc.c:
20328           Actually use the 'oss' debug category we register.
20329
20330 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20331
20332         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
20333         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
20334         Use gst_pad_get_parent and drop the ref that was added through
20335         that call.
20336
20337 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
20338
20339         * gst/rtp/gstrtpgsmenc.c:
20340           Fix compilation
20341
20342 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20343
20344         * gst/rtp/gstrtpg711dec.c
20345         Just removed a couple of lines of weird code used during
20346         development/test time.
20347
20348 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20349
20350         * gst/rtp/Makefile.am
20351         * gst/rtp/gstrtp.c
20352         * gst/rtp/gstrtpg711enc.c
20353         * gst/rtp/gstrtpg711enc.h
20354         * gst/rtp/gstrtpg711dec.c
20355         * gst/rtp/gstrtpg711dec.h
20356         Created G711 payloader and depayloader (it supports mulaw and alaw
20357         (dec)encoders)
20358
20359 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20360
20361         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20362         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20363         Doh ! I introduced wingo's bug again ! Sorry...
20364
20365 2005-10-25  Christian Schaller <christian@fluendo.com> 
20366
20367         * gst/rtp/Makefile.am: add missing header files for disting
20368
20369 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20370
20371         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
20372         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
20373         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20374         (gst_rtpgsmenc_handle_buffer):
20375         * gst/rtp/gstrtpgsmenc.h:
20376         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
20377         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
20378         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
20379         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
20380         * gst/rtp/gstrtpgsmparse.h:
20381         Getting the GSM (de)payloader working and compatible with our plans for RTP.
20382
20383 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20384
20385         * ext/libpng/gstpngdec.c: (user_info_callback),
20386         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
20387         a newsegment event, move some redundant code in a single place.
20388
20389 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20390
20391         * ext/libpng/gstpngdec.c: (user_info_callback),
20392         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
20393         hack to get correct colors order when we have a png image with
20394         alpha channel.
20395
20396 2005-10-24  Edward Hervey  <edward@fluendo.com>
20397
20398         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
20399         Call gst_element_no_more_pads when there will be no more pads.
20400
20401 2005-10-24  Wim Taymans  <wim@fluendo.com>
20402
20403         * gst/rtp/Makefile.am:
20404         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
20405         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
20406         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
20407         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
20408         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
20409         (gst_asteriskh263_plugin_init):
20410         * gst/rtp/gstasteriskh263.h:
20411         * gst/rtp/gstrtp.c: (plugin_init):
20412         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
20413         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
20414         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
20415         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
20416         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
20417         (gst_rtph263enc_plugin_init):
20418         * gst/rtp/gstrtph263enc.h:
20419         Added two new payloaders, an RFC 2190 payloader for h263 and
20420         a payload convertor for an asterisk server.
20421
20422 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20423
20424         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20425           Set bytes_per_sample correctly (is not always 4, but 
20426           depends on width and number of channels).
20427
20428 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20429
20430         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
20431         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
20432         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
20433         (gst_flacenc_sink_event), (gst_flacenc_chain),
20434         (gst_flacenc_set_property), (gst_flacenc_get_property),
20435         (gst_flacenc_change_state):
20436         * ext/flac/gstflacenc.h:
20437           Fix seeking, so that flacenc can rewrite the header with the
20438           correct duration and amount of samples and all that at EOS;
20439           also set timestamps and granulepos on outgoing buffers; add
20440           debug category; fix state change function.
20441           
20442 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20443
20444         * gst/videomixer/videomixer.c: Don't restrict video geometry
20445         from 16 to 4096.
20446
20447 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20448
20449         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20450         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20451         Fix caps negotiation correctly, add debugging category.
20452
20453 2005-10-24  Christian Schaller  <christian@fluendo.com>
20454
20455         * configure.ac: Port over Thomas's change from base listing all plugins
20456
20457 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20458
20459         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
20460         a sink pad.
20461
20462 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20463
20464         * configure.ac:
20465         * docs/upload.mak:
20466           back to HEAD
20467
20468 === release 0.9.4 ===
20469
20470 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20471
20472         * configure.ac:
20473           Releasing 0.9.4, "Dromiceiomimus"
20474
20475 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
20476
20477         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
20478         (gst_speexenc_src_query):
20479           Add position and duration query, fix query type function.
20480           
20481         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
20482         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
20483           Let's not set non-fixed caps on source pads.
20484
20485 2005-10-21  Wim Taymans  <wim@fluendo.com>
20486
20487         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
20488         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
20489         (gst_avi_demux_handle_seek):
20490         Set correct stream_time in newsegment event.
20491         avi can also handle a duration query now.
20492
20493 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20494
20495         * gst/matroska/matroska-demux.c:
20496         (gst_matroska_demux_handle_src_query),
20497         (gst_matroska_demux_handle_seek_event),
20498         (gst_matroska_demux_loop_stream_parse_id):
20499           Fix duration query; fix basetime in newsegment event after
20500           seek; fix duration in initial newsegment event.
20501
20502         * gst/matroska/matroska-mux.c:
20503         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20504           Extract number of channels and samplerate from vorbis headers;
20505           add some debug messages when querying the durations of the
20506           input streams.
20507
20508 2005-10-20  Wim Taymans  <wim@fluendo.com>
20509
20510         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20511         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20512         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
20513         Set stream time correctly in newsegment.
20514
20515 2005-10-20  Wim Taymans  <wim@fluendo.com>
20516
20517         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20518         Correctly fill in the stream time.
20519
20520 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20521
20522         * check/elements/level.c: (GST_START_TEST):
20523         * gst/level/gstlevel.c: (gst_level_message_new):
20524         * gst/level/level-example.c: (message_handler):
20525           use ELEMENT messages instead
20526
20527 2005-10-19  Wim Taymans  <wim@fluendo.com>
20528
20529         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
20530         (gst_dvdemux_src_query):
20531         * ext/flac/gstflacdec.c: (gst_flacdec_length),
20532         (gst_flacdec_src_query):
20533         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
20534         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
20535         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
20536         * gst/debug/gstnavseek.c: (gst_navseek_seek):
20537         * gst/debug/progressreport.c: (gst_progress_report_report):
20538         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
20539         * gst/matroska/matroska-demux.c:
20540         (gst_matroska_demux_handle_src_query):
20541         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
20542         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20543         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20544         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20545         (gst_wavparse_srcpad_event):
20546         API change fix.
20547
20548 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
20549
20550         * gst/goom/filters.c:
20551         * gst/goom/graphic.h:
20552         * gst/goom/lines.c:
20553           Make inline functions either 'static inline' or 'extern inline',
20554           otherwise the Forte compiler apparently won't inline them (#317300).
20555
20556 2005-10-19  Julien MOUTTE  <julien@moutte.net>
20557
20558         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20559         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
20560         (user_info_callback), (user_endrow_callback), (user_end_callback),
20561         (user_read_data), (gst_pngdec_caps_create_and_set),
20562         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
20563         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
20564         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
20565         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
20566         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
20567         very nice and handle push/pull based model. if you have filesrc
20568         connected to it, it will do random access to load the png file.
20569         If you have a network source that can't do _getrange, it does 
20570         progressive loading through the chain function.
20571         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
20572         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
20573         thanks to Master Wim Taymans ;-)
20574
20575 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
20576
20577         * gst/matroska/Makefile.am:
20578         * gst/matroska/ebml-read.c:
20579         * gst/matroska/ebml-read.h:
20580         * gst/matroska/matroska-demux.c:
20581         * gst/matroska/matroska-demux.h:
20582         * gst/matroska/matroska.c: (plugin_init):
20583           Ported matroska demuxer to 0.9.
20584
20585 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
20586
20587         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20588
20589         * gst/matroska/matroska-mux.c:
20590         (gst_matroska_mux_video_pad_setcaps),
20591         (gst_matroska_mux_audio_pad_setcaps):
20592           Fix mpeg4 input handling (#318847); also, while we're at it,
20593           fix media type for Motion-JPEG: should be image/jpeg.
20594
20595 2005-10-18  Wim Taymans  <wim@fluendo.com>
20596
20597         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20598         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20599         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
20600         Fix for segment-start/stop API change.
20601
20602 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20603
20604         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
20605         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
20606         way.
20607
20608 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20609
20610         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
20611         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
20612         output declared in transform_caps.
20613
20614 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20615
20616         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
20617
20618 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20619
20620         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
20621         (gst_video_box_get_unit_size): Fix wrong size calculations and
20622         implement get_unit_size correctly.
20623
20624 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
20625
20626         * configure.ac:
20627           Enable flx plugin.
20628
20629         * gst/flx/gstflxdec.c: (flx_decode_chunks):
20630           Fix gcc4 signedness issue.
20631
20632 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20633
20634         * configure.ac: Adding videomixer.
20635         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20636         (user_read_data), (gst_pngdec_chain): More debugging.
20637         * gst/alpha/Makefile.am: Adding alphacolor
20638         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
20639         (gst_alpha_color_class_init), (gst_alpha_color_init),
20640         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
20641         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
20642         (plugin_init): Ported to 0.9 using in place base tranform.
20643         * gst/videomixer/Makefile.am:
20644         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
20645         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
20646         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
20647         (gst_videomixer_pad_init), (gst_videomixer_class_init),
20648         (gst_videomixer_init), (gst_videomixer_getcaps),
20649         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
20650         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
20651         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
20652         to 0.9 using collectpads.
20653
20654 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
20655
20656         * configure.ac:
20657         * gst/flx/Makefile.am:
20658         * gst/flx/gstflxdec.c: (gst_flxdec_init),
20659         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
20660         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
20661         * gst/flx/gstflxdec.h:
20662         flx plugin ported to 0.9
20663
20664 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20665
20666         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
20667           use new gst_version_string()
20668
20669 2005-10-16  Andy Wingo  <wingo@pobox.com>
20670
20671         * configure.ac: GLIB_CHECK.
20672
20673 2005-10-15  Julien MOUTTE  <julien@moutte.net>
20674
20675         * ext/libpng/Makefile.am:
20676         * ext/libpng/gstpng.c: (plugin_init):
20677         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20678         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
20679         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
20680
20681 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
20682
20683         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20684
20685         * configure.ac:
20686         * gst/matroska/Makefile.am:
20687         * gst/matroska/ebml-ids.h:
20688         * gst/matroska/ebml-write.c:
20689         * gst/matroska/ebml-write.h:
20690         * gst/matroska/matroska-ids.h:
20691         * gst/matroska/matroska-mux.c:
20692         * gst/matroska/matroska-mux.h:
20693         * gst/matroska/matroska.c: (plugin_init):
20694           Port matroska muxer to 0.9 (#318847).
20695
20696 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
20697
20698         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
20699         (comment_init), (comment_add):
20700           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
20701           use GST_READ_UINT32_LE() and friends rather than the private
20702           implementation of those same macros.
20703
20704 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
20705
20706         * examples/stats/mp2ogg.c:
20707           more typo fixes
20708
20709 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
20710
20711         * examples/indexing/indexmpeg.c: (main):
20712         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
20713         (gst_esdmon_close_audio), (gst_esdmon_change_state):
20714         * ext/esd/esdmon.h:
20715         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
20716         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
20717         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
20718         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
20719         * gst/avi/gstavimux.c: (gst_avimux_init):
20720         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
20721         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
20722         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
20723         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
20724         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
20725         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
20726         * gst/oldcore/gstmultifilesrc.h:
20727         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
20728         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
20729         (gst_pipefilter_change_state):
20730         * gst/oldcore/gstpipefilter.h:
20731         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
20732         * gst/videomixer/videomixer.c: (gst_videomixer_init):
20733         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
20734         * sys/osxaudio/gstosxaudiosink.h:
20735         * sys/osxaudio/gstosxaudiosrc.h:
20736           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
20737           moved bitshift from macro to enum definition
20738
20739 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20740
20741         * ext/Makefile.am:
20742         * ext/cairo/Makefile.am:
20743         * ext/cairo/gstcairo.c: (plugin_init):
20744         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
20745         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
20746         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
20747         * ext/cairo/gsttimeoverlay.h:
20748           update of cairo-based timeoverlay to 1.0 Cairo API
20749           doesn't work yet for resizing of output sink
20750
20751 2005-10-11  Wim Taymans  <wim@fluendo.com>
20752
20753         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
20754         newsegment API fix.
20755
20756 2005-10-11  Wim Taymans  <wim@fluendo.com>
20757
20758         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
20759         (gst_dvdemux_demux_frame):
20760         * ext/flac/gstflacdec.c: (gst_flacdec_write):
20761         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20762         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
20763         (gst_avi_demux_handle_seek):
20764         * gst/goom/gstgoom.c: (gst_goom_event):
20765         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20766         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20767         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20768         (gst_wavparse_loop), (gst_wavparse_pad_convert),
20769         (gst_wavparse_srcpad_event):
20770         newsegment API update.
20771
20772 2005-10-11  Andy Wingo  <wingo@pobox.com>
20773
20774         * ext/speex/gstspeexenc.c: Signedness cleanups.
20775
20776 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
20777
20778         * PORTED_09:
20779         * ext/speex/Makefile.am:
20780         * ext/speex/gstspeex.c:
20781         * ext/speex/gstspeexenc.c:
20782         Speexenc ported to 0.9
20783
20784 2005-10-10  Wim Taymans  <wim@fluendo.com>
20785
20786         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
20787         (gst_oss_sink_init), (gst_oss_sink_set_property),
20788         (gst_oss_sink_get_property), (gst_oss_sink_open),
20789         (gst_oss_sink_prepare), (gst_oss_sink_reset):
20790         * sys/oss/gstosssink.h:
20791         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
20792         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
20793         (gst_oss_src_prepare):
20794         Cleanups, make device configurable in the sink, handle and report
20795         errors.
20796
20797 2005-10-10  Wim Taymans  <wim@fluendo.com>
20798
20799         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
20800         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
20801         Make sure element is NULL before removing from the bin.
20802
20803 2005-10-07  Andy Wingo  <wingo@pobox.com>
20804
20805         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
20806         block forever in a read().
20807         (gst_dv1394src_bus_reset): Post a message when the cable is
20808         unplugged.
20809         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
20810         (gst_dv1394src_bus_reset): Don't unref the message.
20811
20812         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
20813         hacking. The only change should be that the state change stuff was
20814         put into basesrc's start() and stop() routines, which coalesces
20815         some steps.
20816
20817 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
20818
20819         * configure.ac:
20820           Add check for mmap
20821           
20822         * gst/debug/Makefile.am:
20823           Only compile efence plugin on systems that have mmap.
20824
20825 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
20826
20827         * gst/debug/Makefile.am:
20828         * gst/debug/breakmydata.c:
20829         * gst/debug/gstdebug.c:
20830         * gst/debug/gstnavigationtest.c:
20831         * gst/debug/gstnavseek.c: 
20832         * gst/debug/gstnavseek.h:
20833         * gst/debug/progressreport.c: 
20834         * gst/debug/testplugin.c:
20835           Port progressreport, navseek, navigationtest, testsink and
20836           breakmydata.
20837
20838 2005-10-05  Edward Hervey  <edward@fluendo.com>
20839
20840         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
20841         (gst_dvdemux_src_query):
20842         Fixes for better conversion
20843
20844 2005-10-04  Michael Smith <msmith@fluendo.com>
20845
20846         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
20847         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20848         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
20849         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
20850           Set state of elements to NULL before removing from bins.
20851           Set state of test element to NULL if we failed to move it to READY
20852
20853 2005-10-04  Edward Hervey  <edward@fluendo.com>
20854
20855         * ext/dv/Makefile.am:
20856         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
20857         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
20858         Corrected the query function for position so it doesn't forget what
20859         format was asked, and calls the conversion functions on the correct pad.
20860
20861 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20862
20863         * configure.ac:
20864           back to development
20865
20866 === release 0.9.3 ===
20867
20868 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20869
20870         * configure.ac:
20871           Releasing 0.9.3, "Aramis"
20872
20873 2005-10-03  Andy Wingo  <wingo@pobox.com>
20874
20875         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
20876         error returns.
20877
20878 2005-10-02  Andy Wingo  <wingo@pobox.com>
20879
20880         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
20881
20882         * ext/flac/gstflacenc.c: Ported to 0.9.
20883
20884         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
20885
20886         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
20887         and link to gsttagedit. Enable flacenc.
20888
20889         * ext/flac/gstflacdec.c: Re-enable tag reading.
20890
20891 2005-09-30  Wim Taymans  <wim@fluendo.com>
20892
20893         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
20894         * gst/rtp/gstrtpgsmparse.c:
20895         * gst/rtp/gstrtph263penc.c:
20896         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20897         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
20898         (gst_rtpmp4venc_set_property):
20899         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
20900         Various class and caps fixes from Andre Magalhaes (andrunko)
20901
20902 2005-09-29  Wim Taymans  <wim@fluendo.com>
20903
20904         * gst/level/level-example.c: (main):
20905         Update for new bus API.
20906
20907 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
20908
20909         * configure.ac:
20910           Fix unexpanded autoconf macro GST_DOC, which has been renamed
20911           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
20912
20913 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
20914
20915         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
20916           Fix playback of mono streams (bytes_per_sample should be set
20917           from the sample width and the number of channels negotiated,
20918           and not just be set to 4) (#317338)
20919
20920 2005-09-26  Wim Taymans  <wim@fluendo.com>
20921
20922         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
20923         (gst_rtpmpaenc_handle_buffer):
20924         Set buffer duration correctly.
20925
20926 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
20927
20928         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
20929         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
20930         (gst_avi_demux_change_state):
20931           Don't crash when encountering a stream with an unknown fourcc or
20932           codec id. Instead, create a pad of type video/x-avi-unknown or
20933           audio/x-avi-unknown, which as a side-effect also results in less
20934           confusing error messages in players ('no decoder' vs. 'no streams');
20935           minor fixes to state change function and class_init function.
20936
20937 2005-09-24  Wim Taymans  <wim@fluendo.com>
20938
20939         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
20940         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
20941         These are sinks.
20942
20943 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20944
20945         * check/elements/level.c: (GST_START_TEST):
20946           fix test for new GstClockTime use
20947         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
20948         (gst_level_transform_ip):
20949         * gst/level/gstlevel.h:
20950           fix up the decay peak, ensuring the decay peak is never lower
20951           than the peak for that interval
20952
20953 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20954
20955         * docs/plugins/gst-plugins-good-plugins.args:
20956         * docs/plugins/inspect/plugin-alpha.xml:
20957         * docs/plugins/inspect/plugin-rtp.xml:
20958         * gst/level/gstlevel.c: (gst_level_set_caps),
20959         (gst_level_transform_ip):
20960           updating docs
20961
20962 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20963
20964         * Makefile.am:
20965         * check/elements/level.c: (GST_START_TEST):
20966         * gst/level/Makefile.am:
20967         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
20968         (gst_level_set_property), (gst_level_get_property),
20969         (gst_level_set_caps), (gst_level_message_new),
20970         (gst_level_transform_ip):
20971         * gst/level/gstlevel.h:
20972         * gst/level/level-example.c: (message_handler), (main):
20973           convert to using GstClockTime for all time values, finally.
20974
20975 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20976
20977         * gst/auparse/Makefile.am:
20978         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20979           fix up build
20980         * configure.ac:
20981         * ext/cairo/Makefile.am:
20982         * ext/dv/Makefile.am:
20983         * ext/esd/Makefile.am:
20984         * ext/flac/Makefile.am:
20985         * ext/gconf/Makefile.am:
20986         * ext/gdk_pixbuf/Makefile.am:
20987         * ext/jpeg/Makefile.am:
20988         * ext/ladspa/Makefile.am:
20989         * ext/libcaca/Makefile.am:
20990         * ext/libmng/Makefile.am:
20991         * ext/libpng/Makefile.am:
20992         * ext/mikmod/Makefile.am:
20993         * ext/pango/Makefile.am:
20994         * ext/raw1394/Makefile.am:
20995         * ext/shout2/Makefile.am:
20996         * ext/speex/Makefile.am:
20997         * gst/alpha/Makefile.am:
20998         * gst/autodetect/Makefile.am:
20999         * gst/avi/Makefile.am:
21000         * gst/cutter/Makefile.am:
21001         * gst/debug/Makefile.am:
21002         * gst/effectv/Makefile.am:
21003         * gst/flx/Makefile.am:
21004         * gst/goom/Makefile.am:
21005         * gst/interleave/Makefile.am:
21006         * gst/law/Makefile.am:
21007         * gst/matroska/Makefile.am:
21008         * gst/median/Makefile.am:
21009         * gst/monoscope/Makefile.am:
21010         * gst/multipart/Makefile.am:
21011         * gst/oldcore/Makefile.am:
21012         * gst/rtp/Makefile.am:
21013         * gst/rtsp/Makefile.am:
21014         * gst/smoothwave/Makefile.am:
21015         * gst/smpte/Makefile.am:
21016         * gst/videobox/Makefile.am:
21017         * gst/videofilter/Makefile.am:
21018         * gst/videomixer/Makefile.am:
21019         * gst/wavenc/Makefile.am:
21020         * gst/wavparse/Makefile.am:
21021         * sys/oss/Makefile.am:
21022         * sys/osxaudio/Makefile.am:
21023         * sys/osxvideo/Makefile.am:
21024           fix up GST_LIBS use
21025
21026 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21027
21028         * gst/auparse/Makefile.am:
21029         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21030           fix build of auparse
21031
21032 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
21033
21034         * configure.ac:
21035         * PORTED_09:
21036         * gst/auparse/gstauparse.c:
21037         * gst/auparse/gstauparse.h:
21038         Auparse ported to 0.9.
21039
21040 2005-09-22  Wim Taymans  <wim@fluendo.com>
21041
21042         * gst/rtp/TODO:
21043         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
21044         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21045         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21046         (gst_rtpmp4venc_set_property):
21047         * gst/rtp/gstrtpmp4venc.h:
21048         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21049         * gst/rtp/gstrtpmpaenc.h:
21050         Use is_filled to both check MTU and max-ptime of base class.
21051
21052 2005-09-22  Wim Taymans  <wim@fluendo.com>
21053
21054         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21055         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21056         (gst_rtpmp4venc_set_property):
21057         Don't fragment packets with multiple frames.
21058
21059 2005-09-22  Wim Taymans  <wim@fluendo.com>
21060
21061         * gst/rtp/TODO:
21062         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21063         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21064         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
21065         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
21066         (gst_rtpmp4venc_get_property):
21067         * gst/rtp/gstrtpmp4venc.h:
21068         Remove g_print.
21069         Update TODO
21070         Make payload encoder a bit smarter and more correct with
21071         timestamps.
21072         Added option in payloader to include config string in-band.
21073
21074 2005-09-21  Wim Taymans  <wim@fluendo.com>
21075
21076         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21077         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21078         (gst_rtspsrc_send):
21079         Strip spaces for key/value pairs.
21080
21081 2005-09-21  Wim Taymans  <wim@fluendo.com>
21082
21083         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21084         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21085         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
21086         (gst_rtspsrc_change_state):
21087         More SDP parsing and caps setting.
21088         Do NO_PREROLL differently.
21089         add pads only after negotiated.
21090
21091         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
21092         (gst_udpsrc_getcaps):
21093         Implement the getcaps function.
21094
21095 2005-09-21  Wim Taymans  <wim@fluendo.com>
21096
21097         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
21098         (gst_rtpamrdec_chain):
21099         Handle multiple AMr packets per payload. Handle CRC and
21100         parse ILL/ILP.
21101
21102         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21103         Make caps params strings for easy SDP mapping.
21104         
21105         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
21106         Handle capsnego better.
21107
21108         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21109         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
21110         Generate and parse config string in the caps.
21111
21112 2005-09-21  Wim Taymans  <wim@fluendo.com>
21113
21114         * gst/rtp/README:
21115         Update README
21116
21117         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
21118         Make extra params as strings.
21119
21120         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
21121         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21122         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
21123         Make state change return NO_PREROLL as this is a live
21124         source.
21125
21126         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21127         Don't unref old caps when NULL.
21128
21129 2005-09-20  Wim Taymans  <wim@fluendo.com>
21130
21131         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
21132         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21133         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
21134         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
21135         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
21136         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
21137         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
21138         * gst/rtsp/sdpmessage.h:
21139         Add URI handler.
21140         Parse SDP and create caps.
21141
21142 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
21143
21144         * gst/alpha/gstalpha.c:
21145           fix element description
21146
21147 2005-09-19  Wim Taymans  <wim@fluendo.com>
21148
21149         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
21150         Don't check payload for now.
21151
21152 2005-09-19  Wim Taymans  <wim@fluendo.com>
21153
21154         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
21155         (gst_wavparse_init), (gst_wavparse_parse_file_header),
21156         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
21157         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21158         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21159         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
21160         (gst_wavparse_change_state):
21161         * gst/wavparse/gstwavparse.h:
21162         Fix wavparse some more.
21163
21164 2005-09-19  Wim Taymans  <wim@fluendo.com>
21165
21166         * check/elements/level.c: (GST_START_TEST):
21167         Fix for bus API change.
21168
21169 2005-09-19  Wim Taymans  <wim@fluendo.com>
21170
21171         * gst/level/level-example.c: (main):
21172         Fix for new bus API.
21173
21174         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21175         Set caps on pads.
21176
21177 2005-09-15  Wim Taymans  <wim@fluendo.com>
21178
21179         * gst/rtp/Makefile.am:
21180         * gst/rtp/README:
21181         * gst/rtp/gstrtp.c: (plugin_init):
21182         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
21183         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
21184         (gst_rtpamrdec_change_state):
21185         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
21186         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
21187         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
21188         * gst/rtp/gstrtpamrenc.h:
21189         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
21190         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
21191         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
21192         * gst/rtp/gstrtpgsmenc.h:
21193         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
21194         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
21195         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
21196         (gst_rtpgsmparse_change_state):
21197         * gst/rtp/gstrtpgsmparse.h:
21198         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
21199         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
21200         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
21201         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
21202         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
21203         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
21204         * gst/rtp/gstrtph263penc.h:
21205         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
21206         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
21207         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21208         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
21209         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
21210         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
21211         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
21212         * gst/rtp/gstrtpmp4venc.h:
21213         * gst/rtp/gstrtpmpadec.c:
21214         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
21215         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
21216         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
21217         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
21218         * gst/rtp/gstrtpmpaenc.h:
21219         Updates to payloader/depayloaders, make payloaders use
21220         the base classes.
21221         Updated README with suggested RTP caps and how to convert
21222         to/from SDP.
21223         Added config descriptor in mp4v payloader.
21224
21225 2005-09-15  Andy Wingo  <wingo@pobox.com>
21226
21227         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
21228         * gst/autodetect/gstautovideosink.c
21229         (gst_auto_video_sink_find_best): Update for new registry API.
21230
21231 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21232
21233         * common/c-to-xml.py:
21234         * common/gtk-doc-plugins.mak:
21235           a simple py script to generate valid xml from a C example
21236           probably also need to strip an MIT license when we decide
21237         * docs/plugins/Makefile.am:
21238         * gst/level/Makefile.am:
21239         * gst/level/gstlevel.c: (gst_level_init):
21240         * gst/level/level-example.c: (message_handler), (main):
21241           add an example to level that will show up in the docs
21242         * gst/rtp/TODO:
21243           add a note for the future
21244
21245 2005-09-14  Michael Smith <msmith@fluendo.com>
21246
21247         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
21248           Actually define the debug object being used in wavenc. Fixes #316205
21249
21250 2005-09-14  Michael Smith <msmith@fluendo.com>
21251
21252         * gst/smpte/Makefile.am:
21253           Link against GST_BASE_LIBS, to get it linked against libgstbase;
21254           needed to build on windows (bug 316204)
21255
21256 2005-09-12  Andy Wingo  <wingo@pobox.com>
21257
21258         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
21259
21260 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
21261
21262         * configure.ac:
21263         * gst/fdsrc/Makefile.am:
21264         * gst/fdsrc/gstfdsrc.c:
21265         * gst/fdsrc/gstfdsrc.h:
21266           Move fdsrc back into gstreamer core elements.
21267
21268         * gst/level/gstlevel.c: (gst_level_class_init),
21269         (gst_level_transform_ip):
21270         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
21271           Basetransform changes.
21272
21273 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21274
21275         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
21276         * ext/jpeg/smokecodec.c: (find_best_size):
21277           fix compiler warnings
21278
21279 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21280
21281         * gst-plugins-good.spec.in:
21282           spec file fixes
21283         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
21284         (gst_multiudpsink_render), (gst_multiudpsink_add),
21285         (gst_multiudpsink_clear):
21286           it actually helps to actually stream if we hook up the
21287           "add" signal to an actual implementation
21288         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
21289           some debugging
21290
21291 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
21292
21293         * ext/jpeg/Makefile.am:
21294         * ext/jpeg/gstjpeg.c
21295         * ext/jpeg/gstjpegenc.c:
21296         * ext/jpeg/gstsmokeenc.c:
21297
21298 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21299
21300         * ext/flac/gstflacdec.c:
21301         * ext/flac/gstflacenc.c:
21302         * ext/flac/gstflactag.c:
21303         * ext/speex/gstspeexenc.c:
21304           gsttaginterface.h -> gsttagsetter.h
21305
21306 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21307
21308         * configure.ac:
21309         * gst/debug/Makefile.am:
21310         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
21311         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
21312         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
21313         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
21314         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
21315           Port to 0.9 and re-enable efence plugin.
21316
21317 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
21318
21319         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
21320         (gst_flacdec_write), (gst_flacdec_convert_src):
21321         * ext/flac/gstflacdec.h:
21322           Add support for flac files with 24/32 bits per sample; and misc.
21323           minor clean-ups. Seeking is still partly broken (for me at least).
21324
21325 2005-09-06  Wim Taymans  <wim@fluendo.com>
21326
21327         * gst/rtp/Makefile.am:
21328         * gst/rtp/gstrtp.c: (plugin_init):
21329         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
21330         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
21331         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
21332         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
21333         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
21334         (gst_rtpmp4vdec_plugin_init):
21335         * gst/rtp/gstrtpmp4vdec.h:
21336         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21337         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
21338         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
21339         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
21340         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
21341         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
21342         * gst/rtp/gstrtpmp4venc.h:
21343         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
21344         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
21345         Added mpeg4 video payload encoder/decoder.
21346         Added some docs in mpa payloader.
21347
21348 === release 0.9.1 ===
21349
21350 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21351
21352         * NEWS:
21353         * README:
21354         * RELEASE:
21355         * autogen.sh:
21356         * configure.ac:
21357           releasing 0.9.1, "Blondie"
21358
21359 2005-09-05  Andy Wingo  <wingo@pobox.com>
21360
21361         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
21362         here from the state change handler, so we fire signals without
21363         holding the state lock.
21364
21365 2005-09-02  Andy Wingo  <wingo@pobox.com>
21366
21367         * All plugins updated for element state changes.
21368
21369 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21370
21371         * Makefile.am:
21372         * check/.cvsignore:
21373         * check/Makefile.am:
21374         * check/elements/.cvsignore:
21375         * check/elements/level.c: (setup_level), (cleanup_level),
21376         (GST_START_TEST), (level_suite), (main):
21377           add a test for level
21378         * common/release.mak:
21379           move the enum checking to release.mak
21380         * configure.ac:
21381           add valgrind and check checking
21382         * gst/level/gstlevel.c: (gst_level_transform):
21383         * gst/level/gstlevel.h:
21384           fix Andy's cast bug
21385           convert a field to int
21386           fix the arithmetic to int when checking for emit so that a
21387           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
21388
21389 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21390
21391         * Makefile.am:
21392         * configure.ac:
21393           add docs to build
21394         * common/plugins.xsl:
21395           wrap Description into a refsect2
21396         * docs/Makefile.am:
21397         * docs/plugins/Makefile.am:
21398         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21399         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21400         * gst/goom/Makefile.am:
21401         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
21402         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
21403         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
21404         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
21405         (gst_goom_change_state):
21406         * gst/goom/gstgoom.h:
21407           GstGOOM -> GstGoom
21408           add an example launch line
21409         * gst/level/gstlevel.h:
21410         * gst/monoscope/gstmonoscope.c:
21411           cleanups
21412
21413 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21414
21415         * configure.ac:
21416         * docs/plugins/Makefile.am:
21417         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21418         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21419         * docs/plugins/gst-plugins-good-plugins.types:
21420           document elements and plugins.  Shazam !
21421
21422 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21423
21424         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
21425           be found under doc/random/ChangeLog-0.8