ChangeLog surgery
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-11-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2
3         Patch by: Tal Shalif <tshalif at nargila dot org>
4
5         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
6         Use G_{BIG,LITTLE}_ENDIAN instead of the non-GLib variants as
7         the latter don't exist on some systems (mingw). Fixes bug #561990.
8
9 2008-11-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
10
11         Patch by: Zeeshan Ali <zeeshanak at gnome dot org>
12
13         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_build_message):
14         Add transferMode.dnla.org header to HTTP requests as this is
15         required by the DLNA specs and doesn't hurt in other situations.
16         Fixes bug #561802.
17
18 2008-11-20  Michael Smith <msmith@songbirdnest.com>
19
20         * sys/osxvideo/osxvideosink.h:
21         * sys/osxvideo/osxvideosink.m:
22           Handle video window resizing more correctly, avoiding crashes when
23           embedding the window and resizing it.
24
25 2008-11-20  Michael Smith <msmith@songbirdnest.com>
26
27         * gst/udp/gstmultiudpsink.c:
28         * gst/udp/gstudpnetutils.c:
29         * gst/udp/gstudpnetutils.h:
30         * gst/udp/gstudpsrc.c:
31           Fix multiudpsink on OSX by passing the specific length of the socket,
32           refactor that into a function shared with the same thing in udpsrc.
33
34 2008-11-20  Wim Taymans  <wim.taymans@collabora.co.uk>
35
36         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
37         (uint64_ceiling_scale), (gst_wavparse_calculate_duration),
38         (gst_wavparse_stream_headers):
39         Fix the scaling code.
40         Fix parsing of the INFO chunks, we were reading the wrong number of
41         bytes.  Fixes #561580.
42
43 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
44
45         * gst/matroska/matroska-mux.c:
46         Fix NULL pointer dereference of an unset codec_id in the recently 
47         added Dirac paths
48
49 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
50
51         * tests/check/Makefile.am:
52         Just keep disabling elements that hang the states test until it
53         works.
54
55 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
56
57         * ext/libpng/gstpngenc.c:
58         Don't flush downstream after every buffer - that's not what
59         this libpng callback is for at all!
60
61 2008-11-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
62
63         * sys/v4l2/v4l2src_calls.c:
64           (gst_v4l2src_probe_caps_for_format_and_size), (sort_by_frame_size),
65           (gst_v4l2src_probe_caps_for_format):
66           Turns out we don't always get the frame sizes in a predefined
67           order from lowest to highest resolution, so let's just sort the
68           list by frame size once we've queried the possible resolutions
69           rather than assume any particular order. Fixes probed caps for
70           the camera in my HP2133 mini notebook and makes v4l2src default
71           to a decent size.
72
73 2008-11-16  Edward Hervey  <edward.hervey@collabora.co.uk>
74
75         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
76         * gst/matroska/matroska-ids.h:
77         Make mkvdemux aware of E-AC3.
78
79 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
80
81         * gst/rtp/Makefile.am:
82         * gst/rtp/gstrtp.c: (plugin_init):
83         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_base_init),
84         (gst_rtp_jpeg_depay_class_init), (gst_rtp_jpeg_depay_init),
85         (gst_rtp_jpeg_depay_finalize), (MakeTables), (MakeQuantHeader),
86         (MakeHuffmanHeader), (MakeDRIHeader), (MakeHeaders),
87         (gst_rtp_jpeg_depay_setcaps), (gst_rtp_jpeg_depay_process),
88         (gst_rtp_jpeg_depay_change_state),
89         (gst_rtp_jpeg_depay_plugin_init):
90         * gst/rtp/gstrtpjpegdepay.h:
91         Add a jpeg depayloader.
92
93         * gst/rtp/gstrtpjpegpay.c:
94         Set the default properties on the payloader to better defaults.
95
96 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
97
98         * sys/v4l2/gstv4l2.c:
99           Give it a primary rank for autovideosrc.
100
101 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
102
103         Patch by: Bjorn Ostby <bjornos at axis dot com>
104
105         * gst/rtp/Makefile.am:
106         * gst/rtp/gstrtp.c: (plugin_init):
107         * gst/rtp/gstrtpjpegpay.c: (gst_rtp_jpeg_pay_base_init),
108         (gst_rtp_jpeg_pay_class_init), (gst_rtp_jpeg_pay_init),
109         (gst_rtp_jpeg_pay_setcaps), (gst_rtp_jpeg_pay_header_size),
110         (gst_rtp_jpeg_pay_read_quant_table),
111         (gst_rtp_jpeg_pay_scan_marker), (gst_rtp_jpeg_pay_handle_buffer),
112         (gst_rtp_jpeg_pay_set_property), (gst_rtp_jpeg_pay_get_property),
113         (gst_rtp_jpeg_pay_plugin_init):
114         * gst/rtp/gstrtpjpegpay.h:
115         Add JPEG payloader. Fixes #560756.
116
117 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
118
119         Patch by: Fabricio Godoy <skarllot at gmail dot com>
120
121         * sys/oss/gstosssink.c: (gst_oss_sink_open):
122         * sys/oss/gstosssrc.c: (gst_oss_src_open):
123         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_mmap):
124         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
125         Fix some spelling mistakes. Fixes #556802.
126
127 2008-11-13  Stefan Kost  <ensonic@users.sf.net>
128
129         * gst/equalizer/GstIirEqualizer10Bands.prs:
130         * gst/equalizer/GstIirEqualizer3Bands.prs:
131         * gst/equalizer/Makefile.am:
132         * gst/equalizer/gstiirequalizer10bands.c:
133         * gst/equalizer/gstiirequalizer3bands.c:
134           Add presets for equalizer. Fixes #522183.
135
136 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
137
138         * gst/rtsp/Makefile.am:
139         * gst/rtsp/gstrtsp.c: (plugin_init):
140         * gst/rtsp/gstrtspgoogle.c:
141         * gst/rtsp/gstrtspgoogle.h:
142         Remove google extension again, it's not needed anymore because we never
143         send multiple transports anymore.
144
145 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
146
147         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
148
149         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_nat_method_get_type),
150         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
151         (gst_rtspsrc_get_property), (gst_rtspsrc_create_stream),
152         (gst_rtspsrc_stream_free),
153         (gst_rtspsrc_stream_configure_udp_sinks),
154         (gst_rtspsrc_stream_configure_transport),
155         (gst_rtspsrc_send_dummy_packets),
156         (gst_rtspsrc_create_transports_string),
157         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
158         * gst/rtsp/gstrtspsrc.h:
159         Add property to configure NAT traversal method.
160         Ignore EOS from the internal sinks.
161         Implement sending dummy packets as a (simple) method to open up
162         some firewalls.
163         Send PLAY request to the server after we started the udp sources.
164         Fixes #559545.
165
166 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
167
168         Patch by: Yotam <sh dot yotam at gmail dot com>
169
170         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
171         Flush the remaining frames on EOS. Fixes #560641.
172
173 2008-11-12  Jan Schmidt  <jan.schmidt@sun.com>
174
175         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_handle_buffer):
176         Fix compiler warning about printf formatting.
177
178 2008-11-12  Andy Wingo  <wingo@pobox.com>
179
180         * gst/qtdemux/qtdemux.h (struct _GstQTDemux):
181         * gst/qtdemux/qtdemux.c (gst_qtdemux_do_seek): Queue up new
182         segment events instead of sending them from the seeking thread.
183         Fixes #559288.
184         (gst_qtdemux_push_pending_newsegment): New helper, sends out
185         queued newsegment events.
186         (gst_qtdemux_loop_state_movie): Voilà, call it here. Only need to
187         call it here, as we only seek when looping, and only push in the
188         movie state.
189
190 2008-11-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
191
192         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_tmpo),
193         (qtdemux_tag_add_covr), (qtdemux_parse_udta):
194         * gst/qtdemux/qtdemux_fourcc.h:
195         * gst/qtdemux/qtdemux_types.c:
196         Add cover and alternative copyright tag, and enhance some existing
197         ones by marking them as container atoms.
198
199 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
200
201         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_set_caps):
202         Don't ignore the return value of setcaps.
203
204 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
205
206         Patch by: Olivier Crete <tester at tester dot ca>
207
208         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_base_init),
209         (gst_rtp_g729_pay_class_init), (gst_rtp_g729_pay_init),
210         (gst_rtp_g729_pay_set_caps), (gst_rtp_g729_pay_handle_buffer):
211         * gst/rtp/gstrtpg729pay.h:
212         Replace G729 payloader with an improved version. Fixes #532409.
213
214 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
215
216         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_transports_string),
217         (gst_rtspsrc_change_state):
218         Only send one transport at a time for improved compatibility with some
219         broken servers. See #537832.
220
221 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
222
223         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
224         (gst_rtspsrc_perform_seek):
225         Only pause/play in the seek handler when the source was playing.
226         Fixes #529379.
227
228 2008-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
229
230         * gst/matroska/matroska-mux.c:
231         (gst_matroska_mux_handle_dirac_packet):
232         Fix muxing of Dirac streams if the input already has the format
233         we need, i.e. is the output of matroskademux.
234
235 2008-11-11  Stefan Kost  <ensonic@users.sf.net>
236
237         * gst/avi/gstavimux.c:
238           Don't segfault on string typed tags being NULL. Fixes #560155.
239
240 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
241
242         * gst/matroska/matroska-mux.c: (aac_codec_data_to_codec_id),
243         (gst_matroska_mux_audio_pad_setcaps):
244         Fix mapping AAC profile to Matroska codec id.
245
246 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
247
248         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
249         (qtdemux_video_caps), (qtdemux_audio_caps):
250         Refactor some raw audio caps building, and handle >16-bit cases.
251         Fix/replace building caps from a string description.
252
253 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
254
255         * gst/audiofx/audiowsincband.c:
256         * gst/audiofx/audiowsinclimit.c:
257         * gst/cutter/gstcutter.c:
258           Make author name consistent with others.
259
260 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
261
262         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
263
264         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_perform_seek),
265         (gst_rtspsrc_stream_configure_udp_sink):
266         Pause the RTSP stream before doing a new play request.
267         Make sure that adding the udpsinks does not cause the rtspsrc to become
268         a sink. Fixes #559547.
269
270 2008-11-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
271
272         * gst/matroska/matroska-ids.h:
273         * gst/matroska/matroska-mux.c: (gst_matroska_pad_free),
274         (gst_matroska_mux_handle_dirac_packet),
275         (gst_matroska_mux_write_data):
276         Implement Dirac muxing into Matroska comforming to the spec, i.e.
277         put all Dirac packages up to a picture into a Matroska block.
278
279         TODO: Implement writing of the ReferenceBlock Matroska elements,
280         currently the Dirac muxing is only 100% correct if Matroska version 2
281         is selected for muxing.
282
283 2008-11-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
284
285         Patch by: Bastien Nocera <hadess at hadess dot net>,
286                   Hans de Goede <jwrdegoede at fedoraproject dot org>
287
288         * configure.ac:
289         * sys/v4l2/Makefile.am:
290         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
291         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
292         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_close),
293         (gst_v4l2_get_norm), (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
294         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
295         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
296         (gst_v4l2_get_input), (gst_v4l2_set_input):
297         * sys/v4l2/v4l2_calls.h:
298         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
299         (gst_v4l2_buffer_new), (gst_v4l2_buffer_pool_finalize),
300         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
301         (gst_v4l2src_fill_format_list),
302         (gst_v4l2src_probe_caps_for_format_and_size),
303         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame),
304         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
305         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
306         (gst_v4l2src_get_nearest_size):
307         Optionally use libv4l to access v4l2 devices. Fixes bug #545033.
308
309 2008-11-04  Stefan Kost  <ensonic@users.sf.net>
310
311         * ext/aalib/Makefile.am:
312         * ext/annodex/Makefile.am:
313         * ext/cairo/Makefile.am:
314         * ext/dv/Makefile.am:
315         * ext/esd/Makefile.am:
316         * ext/flac/Makefile.am:
317         * ext/gconf/Makefile.am:
318         * ext/gdk_pixbuf/Makefile.am:
319         * ext/hal/Makefile.am:
320         * ext/jpeg/Makefile.am:
321         * ext/ladspa/Makefile.am:
322         * ext/libcaca/Makefile.am:
323         * ext/libmng/Makefile.am:
324         * ext/libpng/Makefile.am:
325         * ext/mikmod/Makefile.am:
326         * ext/pulse/Makefile.am:
327         * ext/raw1394/Makefile.am:
328         * ext/shout2/Makefile.am:
329         * ext/soup/Makefile.am:
330         * ext/speex/Makefile.am:
331         * ext/taglib/Makefile.am:
332         * ext/wavpack/Makefile.am:
333         * gst/alpha/Makefile.am:
334         * gst/apetag/Makefile.am:
335         * gst/audiofx/Makefile.am:
336         * gst/auparse/Makefile.am:
337         * gst/autodetect/Makefile.am:
338         * gst/avi/Makefile.am:
339         * gst/cutter/Makefile.am:
340         * gst/debug/Makefile.am:
341         * gst/effectv/Makefile.am:
342         * gst/equalizer/Makefile.am:
343         * gst/flx/Makefile.am:
344         * gst/goom/Makefile.am:
345         * gst/goom2k1/Makefile.am:
346         * gst/icydemux/Makefile.am:
347         * gst/id3demux/Makefile.am:
348         * gst/interleave/Makefile.am:
349         * gst/law/Makefile.am:
350         * gst/level/Makefile.am:
351         * gst/matroska/Makefile.am:
352         * gst/median/Makefile.am:
353         * gst/monoscope/Makefile.am:
354         * gst/multifile/Makefile.am:
355         * gst/multipart/Makefile.am:
356         * gst/oldcore/Makefile.am:
357         * gst/qtdemux/Makefile.am:
358         * gst/replaygain/Makefile.am:
359         * gst/rtp/Makefile.am:
360         * gst/rtsp/Makefile.am:
361         * gst/smpte/Makefile.am:
362         * gst/spectrum/Makefile.am:
363         * gst/udp/Makefile.am:
364         * gst/videobox/Makefile.am:
365         * gst/videocrop/Makefile.am:
366         * gst/videofilter/Makefile.am:
367         * gst/videomixer/Makefile.am:
368         * gst/wavenc/Makefile.am:
369         * gst/wavparse/Makefile.am:
370         * sys/directdraw/Makefile.am:
371         * sys/directsound/Makefile.am:
372         * sys/oss/Makefile.am:
373         * sys/osxaudio/Makefile.am:
374         * sys/osxvideo/Makefile.am:
375         * sys/sunaudio/Makefile.am:
376         * sys/v4l2/Makefile.am:
377         * sys/waveform/Makefile.am:
378         * sys/ximage/Makefile.am:
379           Don't install static libs for plugins. Fixes #550851 for -good.
380
381 2008-10-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
382
383         * ext/flac/Makefile.am:
384         Include $(FLAC_CFLAGS) in CFLAGS to make sure to find the FLAC headers.
385         This fixes compilation if FLAC is installed in an uncommon location
386         that is not already handled by other CFLAGS. Fixes bug #558711.
387
388 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
389
390         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank):
391         Guard more uncommon formats with ifdefs so that we can compile on older
392         versions.
393
394 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
395
396         Patch by: Nick Haddad <nick at haddads dot net>
397
398         * gst/avi/gstavidemux.c: (gst_avi_demux_is_uncompressed),
399         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
400         (gst_avi_demux_stream_data):
401         Invert other uncompressed RGB formats. Fixes #558554.
402
403 2008-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
404
405         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
406         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
407         * gst/wavenc/gstwavenc.h:
408         Add support for float/double as input and remove the (nowadays)
409         useless parsing of the depth as we require width==depth.
410
411 2008-10-30  Wim Taymans  <wim.taymans@collabora.co.uk>
412
413         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps):
414         * gst/rtp/gstrtpmpapay.c:
415         Narrow down the caps of the mpeg audio pay/depayloaders to only accept
416         mpeg version 1. Fixes #558427.
417
418 2008-10-29  Wim Taymans  <wim.taymans@collabora.co.uk>
419
420         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_flush),
421         (gst_rtp_L16_pay_getcaps):
422         Only put an integral amount of samples in the RTP packet.
423         Fixes #556641.
424
425 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
426
427         * gst/rtp/gstrtpchannels.c: (gst_rtp_channels_get_by_index):
428         * gst/rtp/gstrtpchannels.h:
429         Add method to get possible channel positions.
430
431 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
432
433         * gst/rtp/Makefile.am:
434         Also commit updated makefile
435
436 2008-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
437
438         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
439         Don't allow width=32,depth=24 as input. WAV requires that the width
440         is the next integer multiply of 8 from the depth.
441
442 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
443
444         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
445         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
446         (gst_rtp_L16_pay_getcaps):
447         * gst/rtp/gstrtpchannels.c: (check_channels),
448         (gst_rtp_channels_get_by_pos), (gst_rtp_channels_get_by_order),
449         (gst_rtp_channels_create_default):
450         * gst/rtp/gstrtpchannels.h:
451         Add mappings for multichannel support. Does not completely just work
452         because the getcaps function does not yet return the allowed channel
453         mappings. See #556641.
454
455 2008-10-28  Stefan Kost  <ensonic@users.sf.net>
456
457         * gst/goom/Makefile.am:
458         * gst/goom/README:
459         * gst/goom/config_param.c:
460         * gst/goom/convolve_fx.c:
461         * gst/goom/drawmethods.c:
462         * gst/goom/drawmethods.h:
463         * gst/goom/filters.c:
464         * gst/goom/filters_mmx.s:
465         * gst/goom/flying_stars_fx.c:
466         * gst/goom/goom.h:
467         * gst/goom/goom_config.h:
468         * gst/goom/goom_config_param.h:
469         * gst/goom/goom_core.c:
470         * gst/goom/goom_filters.h:
471         * gst/goom/goom_fx.h:
472         * gst/goom/goom_graphic.h:
473         * gst/goom/goom_plugin_info.h:
474         * gst/goom/goom_tools.c:
475         * gst/goom/goom_tools.h:
476         * gst/goom/goom_typedefs.h:
477         * gst/goom/goom_visual_fx.h:
478         * gst/goom/graphic.c:
479         * gst/goom/ifs.c:
480         * gst/goom/ifs.h:
481         * gst/goom/lines.c:
482         * gst/goom/lines.h:
483         * gst/goom/mathtools.c:
484         * gst/goom/mathtools.h:
485         * gst/goom/mmx.c:
486         * gst/goom/motif_goom1.h:
487         * gst/goom/motif_goom2.h:
488         * gst/goom/plugin_info.c:
489         * gst/goom/ppc_drawings.h:
490         * gst/goom/ppc_zoom_ultimate.h:
491         * gst/goom/sound_tester.c:
492         * gst/goom/sound_tester.h:
493         * gst/goom/surf3d.c:
494         * gst/goom/surf3d.h:
495         * gst/goom/tentacle3d.c:
496         * gst/goom/tentacle3d.h:
497         * gst/goom/v3d.c:
498         * gst/goom/v3d.h:
499         * gst/goom/xmmx.c:
500           Add license headers in all source files. Remove filter.c from
501           EXTRA_DIST, as its in SOURCES already. Mention the files in the REDME
502           which are not used right now. Fixes #557709.
503
504 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
505
506         Patch by: Olivier Crete <tester at tester dot ca>
507
508         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_class_init),
509         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_getcaps):
510         Implement getcaps in rtpL16pay. Fixes #556484.
511
512 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
513
514         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps),
515         (gst_rtp_L16_depay_process):
516         Check if clock-rate and channels are valid.
517         Don't ignore the return value of setcaps.
518         No need to validate the buffer, the base class does that for us.
519         Use the marker bit to set the DISCONT flag on outgoing buffers.
520
521         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps):
522         Don't ignore the return value of set_outcaps.
523
524         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps),
525         (gst_rtp_ac3_depay_process):
526         Don't ignore the return value of set_caps.
527         No need to validate the buffer, the base class does that for us.
528
529         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
530         (gst_rtp_amr_depay_process):
531         * gst/rtp/gstrtpamrdepay.h:
532         Don't ignore the return value of setcaps.
533         No need to validate the buffer, the base class does that for us.
534         No need to set output caps on the buffers, the base class does that for
535         us.
536         The subclass will make sure we are negotiated.
537         
538         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps),
539         (gst_rtp_dv_depay_process), (gst_rtp_dv_depay_reset):
540         * gst/rtp/gstrtpdvdepay.h:
541         Clean up caps negotiation.
542         The subclass will make sure we are negotiated.
543
544         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_setcaps),
545         (gst_rtp_g726_depay_process):
546         Clean up caps negotiation.
547         Use the marker bit to set the DISCONT flag on outgoing buffers.
548
549         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_init),
550         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process):
551         * gst/rtp/gstrtpg729depay.h:
552         The subclass will make sure we are negotiated.
553         Use the marker bit to set the DISCONT flag on outgoing buffers.
554
555         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_setcaps),
556         (gst_rtp_gsm_depay_process):
557         Clean up caps negotiation.
558         Use the marker bit to set the DISCONT flag on outgoing buffers.
559
560         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
561         Clean up caps negotiation.
562         Don't ignore the return value of set_outcaps.
563
564         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps),
565         (gst_rtp_h263_depay_process):
566         Clean up caps negotiation.
567         No need to validate the buffer, the base class does that for us.
568
569         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_setcaps),
570         (gst_rtp_h263_pay_flush), (gst_rtp_h263_pay_handle_buffer):
571         * gst/rtp/gstrtph263pay.h:
572         Don't ignore the return value of set_outcaps.
573         Do some more timestamps.
574
575         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
576         (gst_rtp_h263p_depay_process):
577         Clean up caps negotiation.
578         Don't ignore the return value of setcaps.
579         No need to validate the buffer, the base class does that for us.
580
581         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init),
582         (gst_rtp_h263p_pay_setcaps), (gst_rtp_h263p_pay_flush),
583         (gst_rtp_h263p_pay_handle_buffer):
584         * gst/rtp/gstrtph263ppay.h:
585         Don't ignore the return value of set_outcaps.
586         Do some more timestamps.
587
588         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps),
589         (gst_rtp_h264_depay_process):
590         Clean up caps negotiation.
591         Don't ignore the return value of setcaps.
592         Fix possible caps leak.
593         No need to validate the buffer, the base class does that for us.
594
595         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps):
596         Add some more debug info.
597
598         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps),
599         (gst_rtp_ilbc_depay_process):
600         Clean up caps negotiation.
601         Use the marker bit to set the DISCONT flag on outgoing buffers.
602
603         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_sink_setcaps):
604         Clean up caps negotiation.
605
606         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps),
607         (gst_rtp_mp1s_depay_process):
608         Clean up caps negotiation.
609         Don't ignore the return value of setcaps.
610         No need to validate the buffer, the base class does that for us.
611         No need to set caps on buffers, subclass does that for us.
612
613         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
614         (gst_rtp_mp2t_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/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
621         (gst_rtp_mp4a_depay_process):
622         Clean up caps negotiation.
623         Don't ignore the return value of setcaps.
624         No need to validate the buffer, the base class does that for us.
625
626         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_new_caps),
627         (gst_rtp_mp4a_pay_setcaps):
628         Don't ignore the return value of set_outcaps.
629
630         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps),
631         (gst_rtp_mp4g_depay_process):
632         Clean up caps negotiation.
633         Don't ignore the return value of setcaps.
634         No need to validate the buffer, the base class does that for us.
635         No need to set caps on buffers, subclass does that for us.
636
637         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize),
638         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps):
639         Don't ignore the return value of set_outcaps.
640
641         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
642         (gst_rtp_mp4v_depay_process):
643         Clean up caps negotiation.
644         Don't ignore the return value of setcaps.
645         No need to validate the buffer, the base class does that for us.
646         No need to set caps on buffers, subclass does that for us.
647
648         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_new_caps),
649         (gst_rtp_mp4v_pay_setcaps):
650         Don't ignore the return value of set_outcaps.
651
652         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps),
653         (gst_rtp_mpa_depay_process):
654         Clean up caps negotiation.
655         Don't ignore the return value of setcaps.
656         No need to validate the buffer, the base class does that for us.
657         Use the marker bit to set the DISCONT flag on outgoing buffers.
658
659         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_setcaps):
660         Don't ignore the return value of set_outcaps.
661
662         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_setcaps),
663         (gst_rtp_mpv_depay_process):
664         Clean up caps negotiation.
665         Actually set output caps.
666         No need to validate the buffer, the base class does that for us.
667
668         * gst/rtp/gstrtpmpvpay.c: (gst_rtp_mpv_pay_setcaps):
669         Don't ignore the return value of set_outcaps.
670
671         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps),
672         (gst_rtp_pcma_depay_process):
673         Clean up caps negotiation.
674         Set output buffer duration because we can.
675         Use the marker bit to set the DISCONT flag on outgoing buffers.
676
677         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_setcaps):
678         Don't ignore the return value of set_outcaps.
679
680         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps),
681         (gst_rtp_pcmu_depay_process):
682         Clean up caps negotiation.
683         Use the marker bit to set the DISCONT flag on outgoing buffers.
684
685         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_setcaps):
686         Don't ignore the return value of set_outcaps.
687
688         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
689         (gst_rtp_speex_depay_setcaps), (gst_rtp_speex_depay_process):
690         Clean up caps negotiation.
691         Set output caps on the pad and header buffers.
692         Set duration on output buffers because we can.
693
694         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_parse_ident):
695         Don't ignore the return value of set_outcaps.
696
697         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_setcaps),
698         (gst_rtp_sv3v_depay_process):
699         Clean up caps negotiation.
700         No need to validate the buffer, the base class does that for us.
701         No need to set caps out output buffers, subclass does that.
702
703         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps),
704         (gst_rtp_theora_depay_process):
705         Don't ignore the return value of setcaps.
706         No need to validate the buffer, the base class does that for us.
707
708         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_class_init),
709         (gst_rtp_theora_pay_flush_packet), (encode_base64),
710         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
711         (gst_rtp_theora_pay_handle_buffer):
712         Don't ignore the return value of set_outcaps.
713
714         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
715         (gst_rtp_vorbis_depay_process):
716         Don't ignore the return value of setcaps.
717         No need to validate the buffer, the base class does that for us.
718
719         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
720         Don't ignore the return value of set_outcaps.
721
722         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
723         Clean up caps negotiation, don't ignore setcaps return.
724
725         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_setcaps):
726         Don't ignore the return value of set_outcaps.
727
728 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
729
730         * gst/matroska/matroska-demux.c:
731         (gst_matroska_demux_handle_src_event):
732         Forward unknown events upstream.
733
734 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
735
736         * tests/check/elements/icydemux.c: (icydemux_found_pad):
737         Add some refcount check
738
739         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_run):
740         Don't ignore the result of write(), fixes a  compiler warning for me.
741
742         * tests/icles/videobox-test.c: (main):
743         Make the output a little more pretty.
744
745 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
746
747         * ext/esd/esdmon.c:
748           Add doc blob.
749
750 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
751
752         * docs/plugins/Makefile.am:
753         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
754         * docs/plugins/gst-plugins-good-plugins-sections.txt:
755         * docs/plugins/gst-plugins-good-plugins.args:
756         * docs/plugins/gst-plugins-good-plugins.hierarchy:
757         * docs/plugins/gst-plugins-good-plugins.interfaces:
758         * docs/plugins/inspect/plugin-autodetect.xml:
759           Add the docs of the new elements.
760
761 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
762
763         * gst/autodetect/gstautoaudiosrc.c:
764         (gst_auto_audio_src_class_init):
765         * gst/autodetect/gstautovideosrc.c:
766         (gst_auto_video_src_class_init):
767         Fix "Since" tags in the documentation.
768
769 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
770
771         Patch by: Sjoerd Simons <sjoerd at luon dot net>
772
773         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
774         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property):
775         Add support for souphttpsrc to act as a live source. This makes it
776         possible to get timestamped buffers in combination with the
777         "do-timestamp" property. Fixes bug #556019.
778
779 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
780
781         * gst/autodetect/Makefile.am:
782         * gst/autodetect/gstautoaudiosink.c:
783         * gst/autodetect/gstautoaudiosrc.c:
784         * gst/autodetect/gstautoaudiosrc.h:
785         * gst/autodetect/gstautodetect.c:
786         * gst/autodetect/gstautovideosink.c:
787         * gst/autodetect/gstautovideosrc.c:
788         * gst/autodetect/gstautovideosrc.h:
789           Implement src plugins. Little code/string cleanup in the sinks.
790           Fixes #523813.
791
792 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
793
794         Patch by: Peter Kjellerstedt <pkj at axis com>
795
796         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
797         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad):
798         Fix a memory leak when pads are requested but the pipeline never
799         goes into PLAYING.
800
801         Correctly remove request pads, no matter if they have collected
802         data or not.
803
804         Fixes bug #557710.
805
806 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
807
808         Patch by: <lrn1986 at gmail dot com>
809
810         * gst/udp/gstudpnetutils.h:
811         Define the correct WINVER so getaddinfo() can be used when using
812         mingw32. Fixes bug #557294.
813
814 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
815
816         Patch by: <lrn1986 at gmail dot com>
817
818         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
819         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
820         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
821         Fix "argument type mismatch" compiler warnings on Windows.
822         Fixes bug #557293.
823
824 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
825
826         * gst/equalizer/gstiirequalizer.c: (update_coefficients):
827         Don't calculate the filter coefficients for every single buffer
828         but only when it's needed. Fixes bug #557260.
829
830 2008-10-26  Jan Schmidt  <jan.schmidt@sun.com>
831
832         * configure.ac:
833         Back to development -> 0.10.11.1
834
835 2008-10-25  Jan Schmidt  <jan.schmidt@sun.com>
836
837         * gst-plugins-good.doap:
838         Fix version number of 0.10.11 release in doap file
839
840 === release 0.10.11 ===
841
842 2008-10-24  Jan Schmidt <jan.schmidt@sun.com>
843
844         * configure.ac:
845           releasing 0.10.11, "Secondary Consideration"
846
847 2008-10-24  Jan Schmidt  <jan.schmidt@sun.com>
848
849         * configure.ac:
850         Commit 0.10.10.4 pre-release
851
852 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
853
854         * gst/avi/gstavimux.c:
855         Fix VPRP chunk setup in avimux.
856         Fixes: #556010
857         Patch By: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
858
859 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
860
861         * gst/videobox/gstvideobox.c:
862         support dynamically changing properties in videobox
863         Fixed: #557085
864         Patch By: Wim Taymans <wim.taymans@collabora.co.uk>
865
866 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
867
868         * configure.ac:
869         0.10.10.3 pre-release
870
871 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
872
873         * tests/check/Makefile.am:
874         Don't run the states test on pulsesrc and pulsesink
875
876 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
877
878         * configure.ac:
879         Commit 0.10.10.2 pre-release bump that actually went
880         out on 2008-10-11
881
882 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
883
884         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
885         Skip entries for streams that don't have a output pad yet, thereby
886         avoiding calling pad functions with a NULL pad.
887         Fixes #556424
888
889 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
890
891         * gst/qtdemux/qtdemux.c: Remove previous wrong commit
892         * tests/check/elements/icydemux.c: (icydemux_found_pad):
893         Remove problematic and useless refcount check.
894         Fixes #556381
895
896 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
897
898         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
899         Remove problematic and useless refcount check.
900         Fixes #556381
901
902 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
903
904         * ext/flac/gstflacdec.c (gst_flac_dec_read_stream):
905         * ext/flac/gstflacenc.c (gst_flac_enc_write_callback):
906         Cast some size_t arguments to guint to avoid compiler
907         warnings on 64-bit systems.
908
909 2008-10-09  Wim Taymans  <wim.taymans@collabora.co.uk>
910
911         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event):
912         Return TRUE instead of FALSE from the event handler when we swallowed the
913         event.
914
915 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
916
917         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
918         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index):
919         Reset header state. Fixes #555321.
920
921 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
922
923         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
924         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index):
925         * gst/avi/gstavidemux.h:
926         For timestamping audio packets we need to take into account the
927         amount of blocks in one entry using the blockalign. Fixes some sync
928         issues with zero-padded audio blocks in the beginning of avi files.
929
930 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
931
932         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init),
933         (gst_multi_file_src_query):
934         Implement DEFAULT and BUFFER position queries. See #555260.
935
936 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
937
938         * sys/ximage/gstximagesrc.c: (gst_ximage_src_stop):
939         Fix build for systems that don't have XDamage.
940
941 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
942
943         * tests/examples/rtp/client-H263p.sdp:
944         * tests/examples/rtp/client-H263p.sh:
945         * tests/examples/rtp/server-VTS-H263p.sh:
946         Add some more H263p server and client examples.
947
948 2008-10-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
949
950         * configure.ac::
951           Depend on released versions of core and base.
952
953 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
954
955         * ext/pulse/pulsesink.c: (gst_pulsesink_write):
956         * ext/pulse/pulsesrc.c: (gst_pulsesrc_read):
957         Return -1 instead of 0 in error cases. Fixes #554771.
958
959 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
960
961         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
962         (gst_ximage_src_stop), (gst_ximage_src_ximage_get):
963         Stop leaking the cursor image.
964         Unref the last_ximage and the cached cursor image on shutdown.
965         Fixes #551570.
966
967 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
968
969         * sys/v4l2/gstv4l2object.h:
970         Getting the Class from an instance is not just a matter of casting it to
971         the class struct but it involves calling G_OBJECT_GET_CLASS on the
972         instance. Fixes #549784.
973
974 2008-10-01  Michael Smith <msmith@songbirdnest.com>
975
976         * configure.ac:
977           Fix libs for linking directsound.
978         * sys/directsound/gstdirectsoundsink.c:
979           Fix buffer sizing to prevent racing the ringbuffer at startup.
980           Add volume property.
981
982 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
983
984         * ext/pulse/pulsesink.c:
985         Fix problems with pulsesink randomly erroring with code 'OK' after a
986         format change on the stream by waiting when disconnecting the stream.
987
988 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
989
990         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init),
991         (gst_rtp_amr_depay_process):
992         Mark DISCONT on output buffers when the marker bit signals a new talk
993         spurt.
994
995         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
996         Set the marker bit for buffers with a DISCONT flag to signal a talk
997         spurt.
998
999 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1000
1001         * gst/rtp/Makefile.am:
1002         * gst/rtp/gstrtp.c: (plugin_init):
1003         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_get_type),
1004         (gst_rtp_mp4a_pay_base_init), (gst_rtp_mp4a_pay_class_init),
1005         (gst_rtp_mp4a_pay_init), (gst_rtp_mp4a_pay_finalize),
1006         (gst_rtp_mp4a_pay_parse_audio_config), (gst_rtp_mp4a_pay_new_caps),
1007         (gst_rtp_mp4a_pay_setcaps), (gst_rtp_mp4a_pay_handle_buffer),
1008         (gst_rtp_mp4a_pay_change_state), (gst_rtp_mp4a_pay_plugin_init):
1009         * gst/rtp/gstrtpmp4apay.h:
1010         Added MP4A-LATM payloader to match the depayloader.
1011
1012 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1013
1014         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
1015         (gst_videomixer_sink_event):
1016         Handle segments a little better. Fixes #537361.
1017
1018 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1019
1020         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
1021         Don't assume the server supports PAUSE by default. Fixes #551048.
1022
1023 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1024
1025         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
1026         (gst_udpsrc_set_uri), (gst_udpsrc_start):
1027         Switch on the socket family to get the addrlen size right.
1028
1029 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1030
1031         Patch by: Daniel Franke <df at dfranke dot us>
1032
1033         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
1034         OS X's bind() implementation is picky about its addrlen parameter and
1035         fails with EINVAL if it is larger than expected for the socket's address
1036         family. Set the length to the expected length instead. Fixes #553191.
1037
1038 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1039
1040         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1041         Handle the case where we cannot do desribe or when the describe result
1042         does not contain a valid SDP message.
1043
1044 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1045
1046         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property):
1047         Fix setting the qos.
1048
1049 2008-09-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1050
1051         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
1052         (gst_qtdemux_chain):
1053         Some 'broken' files out there have atom lengths of zero...
1054         which basically results in qtdemux consuming that atom again and again
1055         until the *end of night* !
1056         Detect that and emits an adequate element error message.
1057
1058 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
1059
1060         * gst/interleave/Makefile.am:
1061         * gst/matroska/Makefile.am:
1062         Fix build flags order.
1063
1064         * tests/check/elements/audioamplify.c: (GST_START_TEST):
1065         * tests/check/elements/audiodynamic.c: (GST_START_TEST):
1066         * tests/check/elements/audioinvert.c: (GST_START_TEST):
1067         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
1068         Format fixes.
1069
1070         * tests/check/elements/multifile.c:
1071         Pull in unistd.h
1072
1073 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1074
1075         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_init),
1076         (gst_rtp_mp4g_depay_finalize), (gst_rtp_mp4g_depay_setcaps),
1077         (gst_rtp_mp4g_depay_clear_queue), (gst_rtp_mp4g_depay_flush_queue),
1078         (gst_rtp_mp4g_depay_queue), (gst_rtp_mp4g_depay_process),
1079         (gst_rtp_mp4g_depay_change_state):
1080         * gst/rtp/gstrtpmp4gdepay.h:
1081         Handle interleaved streams by reordering AU in a queue.
1082
1083 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1084
1085         * gst/rtp/gstrtpmp4gdepay.c: (gst_bs_parse_init),
1086         (gst_bs_parse_read), (gst_rtp_mp4g_depay_process):
1087         Change some of the ranges in the caps, mostly for the amount of bits we
1088         can use.
1089         Added a little bitstream parse and use it to parse the AU header fields.
1090         Check for malformed and wrongly sized packets better.
1091         Implement more header field parsing.
1092         Handle the size of fragmented packets correctly.
1093
1094 2008-09-14  Edward Hervey  <edward.hervey@collabora.co.uk>
1095
1096         Patch by: Jonathan Matthew <notverysmart@gmail.com>
1097         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1098         Add mapping for 'tiff' => image/tiff
1099         Fixes #552213
1100
1101 2008-09-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
1102
1103
1104         * ext/raw1394/gstdv1394src.c: (SEND_COMMAND):
1105         * ext/raw1394/gsthdv1394src.c: (SEND_COMMAND):
1106           Pretend to care about the result of write() which works around
1107           compiler warnings.
1108
1109 2008-09-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1110
1111         * ext/flac/gstflacenc.c: (gst_flac_enc_class_init):
1112           Make sure the desired default values are actually set, not only
1113           registered as defaults (actual problem is that the stereo-specific
1114           values are only updated if channels==2, which is not the case yet
1115           when the object is created, so the default values for the
1116           mid-side-stereo and loose-mid-side-stereo settings are never
1117           set in _update_quality()). Makes flacenc create smaller files by
1118           default (for stereo input), and fixes #550791.
1119
1120 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1121
1122         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1123         (gst_qtdemux_loop_state_header), (qtdemux_parse_node),
1124         (qtdemux_parse_trak), (qtdemux_video_caps):
1125         * gst/qtdemux/qtdemux.h:
1126         * gst/qtdemux/qtdemux_fourcc.h:
1127         * gst/qtdemux/qtdemux_types.c:
1128         Add support for video/mj2 mime-type and its additional atoms/boxes.
1129         Fixes #550646.
1130
1131 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1132
1133         * gst/debug/gsttaginject.c:
1134           Add warning when tags parameter is unparsable and give example for
1135           quoting in the docs.
1136
1137 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1138
1139         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
1140         Add mapping for IMA Loki SDL MJPEG ADPCM codec.
1141         Add some alternative byteswapped mappings that seem to pop up sometimes.
1142         Fixes #550288.
1143
1144 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1145
1146         * po/LINGUAS:
1147         * po/POTFILES.in:
1148         * po/POTFILES.skip:
1149           Add 'ca' to LINGUAS; add some more files with translations and some
1150           files which should be ignored by translation tools.
1151
1152 2008-09-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1153
1154         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1155         * ext/speex/gstspeexdec.h:
1156         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1157         * ext/speex/gstspeexenc.h:
1158         Use integer encoding and decoding functions instead of converting
1159         the integer input to float in the element. The libspeex integer
1160         functions are doing this for us already or, if libspeex was compiled
1161         in integer mode, they're doing everything using integer arithmetics.
1162         Also saves some copying around.
1163
1164 2008-09-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
1165
1166         * configure.ac:
1167           Fix --disable-external
1168
1169 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1170
1171         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1172         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain):
1173         * ext/wavpack/gstwavpackenc.h:
1174         Handle non-zero start timestamps and stream discontinuities
1175         correctly. This only has an effect if we're muxing into
1176         a container format as the raw WavPack stream must contain
1177         continous sample numbers.
1178
1179 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1180
1181         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1182         Correct the timestamp and granulepos calculation by one Speex
1183         frame.
1184
1185 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1186
1187         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1188         Correctly take the granulepos from upstream if possible and
1189         correctly handle the granulepos in various calculations: the
1190         granulepos is the sample number of the _last_ sample in a frame, not
1191         the first.
1192
1193         * ext/speex/gstspeexenc.c: (gst_speex_enc_sinkevent),
1194         (gst_speex_enc_encode), (gst_speex_enc_chain),
1195         (gst_speex_enc_change_state):
1196         * ext/speex/gstspeexenc.h:
1197         Handle non-zero start timestamps in the encoder and detect/handle
1198         stream discontinuities. Fixes bug #547075.
1199
1200 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1201
1202         Patch by: Craig Keogh <cskeogh at adam dot com dot au>
1203
1204         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
1205         Fix compiler warnings caused by passing a string as format string
1206         instead of "%s" and then the string. This is only exposed by -Wformat=2
1207         as used by default on Ubuntu. Fixes bug #550015.
1208
1209 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1210
1211         * ext/raw1394/gsthdv1394src.c: (gst_hdv1394src_create):
1212         * gst/alpha/gstalpha.c: (gst_alpha_get_unit_size):
1213         * gst/audiofx/audiocheblimit.c: (generate_coefficients):
1214         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert):
1215         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1216           (gst_ebml_read_element_length):
1217         * gst/matroska/matroska-demux.c:
1218           (gst_matroska_demux_check_subtitle_buffer):
1219           Make stuff compile with GST_DISABLE_GST_DEBUG.
1220
1221 2008-08-28  Michael Smith <msmith@songbirdnest.com>
1222
1223         * gst/law/alaw.c:
1224         * gst/law/mulaw.c:
1225           Ref caps before passing to gst_pad_template_new(), since that takes
1226           ownership.
1227
1228 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1229
1230         Patch by: Mersad Jelacic <mersad at axis dot com>
1231
1232         * gst/multipart/multipartdemux.c:
1233         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_mime):
1234         Convert audio/x-adpcm to and from the audio/G726-X in the muxer and
1235         demuxer. Fixes #549551.
1236
1237 2008-08-27  Edward Hervey  <edward.hervey@collabora.co.uk>
1238
1239         * sys/osxaudio/gstosxaudiosink.c:
1240         (gst_osx_audio_sink_select_device):
1241         * sys/osxaudio/gstosxaudiosrc.c:
1242         (gst_osx_audio_src_create_ringbuffer),
1243         (gst_osx_audio_src_select_device):
1244         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_acquire):
1245         Fix the build on macosx.
1246
1247 2008-08-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1248
1249         * gst/icydemux/gsticydemux.c:
1250           Small docs fix: in the example pipeline, we need to pass
1251           iradio-mode=true to the source, so the server actually sends
1252           an ICY stream.
1253
1254 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1255
1256         * sys/osxaudio/gstosxaudio.c:
1257           Oops. Revert more completely.
1258
1259 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1260
1261         * sys/osxaudio/gstosxaudio.c:
1262           Revert accidental element rename from testing.
1263
1264 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1265
1266         * gst-plugins-good.doap:
1267         Pull in 0.10.10 doap entry from release branch
1268
1269 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1270
1271         * configure.ac:
1272         Update version number to reflect 0.10.10 release from
1273         branch.
1274
1275 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1276
1277         * sys/osxaudio/Makefile.am:
1278         * sys/osxaudio/gstosxaudio.c:
1279         * sys/osxaudio/gstosxaudiosink.c:
1280         * sys/osxaudio/gstosxaudiosink.h:
1281         * sys/osxaudio/gstosxaudiosrc.c:
1282         * sys/osxaudio/gstosxaudiosrc.h:
1283         * sys/osxaudio/gstosxringbuffer.c:
1284         * sys/osxaudio/gstosxringbuffer.h:
1285           Rewrite caps setting and ring buffer initialisation.
1286           Previously we never told CoreAudio what format we were going to send it,
1287           so it only worked due to luck, and not at all on some hardware.
1288           Now we explicitly advertise what formats the hardware supports, and then
1289           configure the selected one correctly.
1290
1291 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1292
1293         * sys/v4l2/gstv4l2object.c:
1294         * sys/v4l2/gstv4l2src.c:
1295         * sys/v4l2/gstv4l2src.h:
1296         * sys/v4l2/v4l2_calls.c:
1297         * sys/v4l2/v4l2src_calls.c:
1298           Fix memory leaks. Small code cleanups : No need for empty _init(). No
1299           need to memset instance structures. Some more FIXME's and comments.
1300
1301 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1302
1303         * tests/icles/.cvsignore:
1304           Ignore more.
1305
1306 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1307
1308         * gst/goom/.cvsignore:
1309         * gst/goom2k1/.cvsignore:
1310           Ignore files.
1311
1312 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1313
1314         * ext/cairo/gsttextoverlay.c:
1315           Fix compiler warning.
1316
1317 2008-08-25  David Schleef  <ds@schleef.org>
1318
1319         * ext/cairo/gsttextoverlay.c: Fix obvious memleak.
1320
1321 2008-08-25  Edward Hervey  <edward.hervey@collabora.co.uk>
1322
1323         * gst/matroska/matroska-demux.c: (gst_matroska_demux_send_event),
1324         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
1325         * gst/matroska/matroska-mux.c:
1326         (gst_matroska_mux_video_pad_setcaps),
1327         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_finish):
1328         Add Real[Audio|Video] support to Matroska containers.
1329         It works fine for:
1330         * decoding real audio/video streams contained in mkv
1331         * 'transmuxing' real (.rm) files into .mkv files
1332         It will not work though for encoding real[audio/video] streams that
1333         don't contain the 'mdpr_data' extra data on the caps.
1334         The reason why this will not work is because I never intended to
1335         duplicate virtually all the 'mdpr' block creation into mkvmux.
1336         Fixes #536067
1337
1338 2008-08-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1339
1340         * gst/law/alaw-encode.c: (gst_alaw_enc_init), (gst_alaw_enc_chain):
1341         * gst/law/mulaw-conversion.c:
1342         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
1343         (gst_mulawenc_chain):
1344         The encoder can't really renegotiate at the time they perform a
1345         pad-alloc so make the srcpads use fixed caps.
1346         Check the buffer size after a pad-alloc because the returned size might
1347         not be right when the downstream element does not know the size of the
1348         new buffer (capsfilter). Fixes #549073.
1349
1350 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1351
1352         Patch by: Filippo Argiolas <filippo dot argiolas at gmail dot com>
1353
1354         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_norm_and_notify):
1355         v4l2src doesn't have a property named "norm" so don't try to notify
1356         about changes to that property. The "norm" property and related
1357         code are commented out currently. Fixes bug #549090.
1358
1359 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1360
1361         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1362
1363         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
1364         Reprobe devices again instead of taking a cached list as new
1365         devices could've been plugged in. Fixes bug #549062.
1366
1367 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1368
1369         * gst/autodetect/Makefile.am:
1370         Don't link the autodetect plugin with GConf as it doesn't
1371         use GConf. Fixes bug #545463.
1372
1373 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1374
1375         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1376         (gst_ebml_read_element_length), (gst_ebml_read_uint),
1377         (gst_ebml_read_sint), (gst_ebml_read_float),
1378         (gst_ebml_read_header):
1379         Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it
1380         possible to ignore errors and not post any ERROR messages on
1381         the bus.
1382
1383         * gst/matroska/matroska-demux.c:
1384         (gst_matroska_demux_parse_contents):
1385         Ignore any errors and not just EOS when parsing the contents of
1386         a SeekHead. Errors here are usually caused by truncated files
1387         and playback of the file works fine. Fixes playback of the
1388         audio_only_chapter_seekbroken.mka file from the MPlayer samples
1389         archive.
1390
1391 2008-08-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1392
1393         * gst/multipart/multipartdemux.c:
1394         * gst/multipart/multipartmux.c:
1395         Conform to RFC2046. audio/basic is mulaw 8000Hz mono.
1396
1397 2008-08-21  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1398
1399         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc,
1400           gst_directdraw_sink_bufferpool_clear):
1401           Fix two more buffer ref leaks.
1402
1403 2008-08-21  Tim-Philipp Müller  <tim.muller at collabora co uk>
1404
1405         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
1406
1407         * sys/directdraw/gstdirectdrawsink.c:
1408           (gst_directdraw_sink_show_frame):
1409           Fix buffer ref leak.
1410
1411 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1412
1413         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1414         Revert the last commit. wavenc still supports width!=depth for 32 bit
1415         width. Thanks Tim.
1416
1417 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1418
1419         * gst/matroska/matroska-demux.c:
1420         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1421         If the duration of a block is unknown only use the timestamp for the
1422         first lace and use GST_CLOCK_TIME_NONE as duration for the following
1423         laces. Otherwise every lace has the same timestamp which leads to
1424         various problems. Really fixes bug #548831.
1425
1426 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1427
1428         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1429         If we're not allowing width!=depth in wavenc we should also disable
1430         the code that was added to support width!=depth.
1431
1432 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1433
1434         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
1435         Don't calculate the default duration of a frame from the audio sampling
1436         rate. This only works for raw audio if every frame contains a single
1437         sample and results in broken buffer durations for other formats
1438         if no specified default duration is given or the blocks have no
1439         duration. Fixes bug #548831.
1440
1441 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1442
1443         * gst/matroska/matroska-demux.c:
1444         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1445         Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks
1446         are used for text/plain subtitles as a gap-filler in some files.
1447
1448 2008-08-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1449
1450         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
1451         (gst_v4l2_get_caps_info):
1452         Add S910 and PWC formats with a low priority.
1453
1454         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank),
1455         (gst_v4l2src_probe_caps_for_format):
1456         Add more debugging.
1457
1458 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
1459
1460         * ext/flac/gstflacenc.c:
1461           Fix compilation against older libflac versions.
1462
1463 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1464
1465         * ext/pulse/pulsemixer.c: (gst_pulsemixer_class_init),
1466         (gst_pulsemixer_set_property), (gst_pulsemixer_get_property):
1467         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
1468         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_timeout_event),
1469         (gst_pulsemixer_ctrl_set_volume):
1470         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_new):
1471         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open):
1472         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
1473         (gst_pulsesink_init), (gst_pulsesink_open),
1474         (gst_pulsesink_prepare), (gst_pulsesink_write),
1475         (gst_pulsesink_delay), (gst_pulsesink_reset):
1476         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1477         (gst_pulsesrc_init):
1478         Use GST_BOILERPLATE everywhere and fix coding style at some places.
1479         Fix a locking issue in pulsesink's prepare function.
1480
1481         * ext/pulse/pulseutil.c: (gst_pulse_channel_map_to_gst):
1482         Check if the created channel layout is valid for GStreamer.
1483
1484 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1485
1486         * gst/rtsp/gstrtspgoogle.c:
1487         Things that can happen when your brain is in google mode trying to
1488         deal with their google rtsp server extensions and trying to type your
1489         google mail account.
1490
1491 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1492
1493         * gst/rtsp/Makefile.am:
1494         * gst/rtsp/gstrtsp.c: (plugin_init):
1495         * gst/rtsp/gstrtspgoogle.c: (gst_rtsp_google_before_send),
1496         (gst_rtsp_google_after_send), (gst_rtsp_google_get_transports),
1497         (_do_init), (gst_rtsp_google_base_init),
1498         (gst_rtsp_google_class_init), (gst_rtsp_google_init),
1499         (gst_rtsp_google_finalize), (gst_rtsp_google_change_state),
1500         (gst_rtsp_google_extension_init):
1501         * gst/rtsp/gstrtspgoogle.h:
1502         Add google RTSP extension, it can only handle udp and responds with
1503         unsupported if we do anything else. Fixes #546465.
1504
1505         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_connection_send),
1506         (gst_rtspsrc_connection_receive), (gst_rtspsrc_loop_send_cmd),
1507         (gst_rtspsrc_create_transports_string),
1508         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
1509         (gst_rtspsrc_close), (gst_rtspsrc_pause):
1510         Make transport setup code a bit better using GString.
1511         Add some more debug.
1512         Check for closed connections before doing anything on them.
1513
1514 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1515
1516         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1517         (gst_pulsesrc_create_stream), (gst_pulsesrc_negotiate),
1518         (gst_pulsesrc_prepare):
1519         * ext/pulse/pulseutil.c: (gst_pulse_gst_to_channel_map),
1520         (gst_pulse_channel_map_to_gst):
1521         * ext/pulse/pulseutil.h:
1522         If downstream provides no channel layout and >2 channels should be
1523         used use the default layout that pulseaudio chooses and also
1524         add this layout to the caps. Fixes bug #547258.
1525
1526 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1527
1528         Patch by: Peter Kjellerstedt <pkj at axis com>
1529
1530         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
1531         (gst_dynudpsink_finalize), (gst_dynudpsink_set_property),
1532         (gst_dynudpsink_init_send), (gst_dynudpsink_close):
1533         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
1534         (gst_multiudpsink_finalize), (gst_multiudpsink_set_property):
1535         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize),
1536         (gst_udpsrc_set_property):
1537         Avoid leaking internally allocated file descriptors when setting
1538         custom file descriptors. Fixes #543101.
1539
1540 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1541
1542         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
1543         Don't try to configure RTCP back to the server when the server did not
1544         give us a valid port number.
1545
1546 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1547
1548         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
1549         Use new basetransform method to renegotiate. Fixes #544956.
1550
1551         * tests/icles/Makefile.am:
1552         * tests/icles/videobox-test.c: (make_pipeline), (main):
1553         Add videobox renegotiation example.
1554
1555 2008-08-19  David Schleef  <ds@schleef.org>
1556
1557         * gst/wavenc/gstwavenc.c: Remove depth ranges and replace
1558         with sane values.  Fixes #548530.
1559
1560 2008-08-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1561
1562         * ext/pulse/pulsesink.c: (gst_pulsesink_prepare):
1563         * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare):
1564         The bytes_per_sample and silence_sample fields of the GstRingBufferSpec
1565         are already filled with the correct values by
1566         gst_ring_buffer_parse_caps() so there's no need to set them again
1567         with wrong values.
1568
1569 2008-08-16  Edward Hervey  <edward.hervey@collabora.co.uk>
1570
1571         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
1572         (gst_avi_demux_read_subindexes_push):
1573         Some AVI 2.0 (ODML) files don't respect the 'specifications' completely
1574         and instead of using the 'ix##' nomenclature, use '##ix'.
1575         They're still valid though, this fixes the duration and indexes for
1576         virtually all the ODML files I have.
1577
1578 2008-08-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1579
1580         Patch by: Olivier Crete <tester at tester dot ca>
1581
1582         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
1583         (gst_rtp_vorbis_depay_process):
1584         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
1585         Update the vorbis RTP pay/depay to RFC 5215.
1586         Fixes #547842.
1587
1588 2008-08-14  David Schleef  <ds@schleef.org>
1589
1590         * gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60
1591           with 3:2 pulldown, i.e., 24p.
1592
1593 2008-08-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1594
1595         * tests/check/elements/level.c: (GST_START_TEST):
1596         Fix compilation some more.
1597
1598 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
1599
1600         * configure.ac::
1601           Require -base CVS for wavparse acid chunk parsing.
1602
1603 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1604
1605         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
1606         (gst_pulsesink_init), (gst_pulsesink_finalize),
1607         (gst_pulsesink_set_volume), (gst_pulsesink_get_volume),
1608         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
1609         (gst_pulsesink_prepare), (gst_pulsesink_change_state):
1610         * ext/pulse/pulsesink.h:
1611         Add "device-name" property to pulsesink too and currently commented
1612         out and not working support for a "volume" property.
1613
1614 2008-08-13  Thijs Vermeir  <thijsvermeir@gmail.com>
1615
1616         * configure.ac:
1617         Remove more cdio stuff (moved to ugly)
1618
1619 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1620
1621         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1622
1623         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1624         (gst_pulsesrc_get_property):
1625         Add "device-name" property, which provides a human readable string
1626         for the audio device, to make it more consisten with other audio
1627         sources. Fixes bug #547519.
1628
1629 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1630
1631         * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state):
1632         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
1633         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new),
1634         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_timeout_event):
1635         * ext/pulse/pulsemixerctrl.h:
1636         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open),
1637         (gst_pulseprobe_enumerate), (gst_pulseprobe_new),
1638         (gst_pulseprobe_free), (gst_pulseprobe_needs_probe),
1639         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values):
1640         * ext/pulse/pulseprobe.h:
1641         * ext/pulse/pulsesink.c: (gst_pulsesink_init):
1642         * ext/pulse/pulsesrc.c: (gst_pulsesrc_init), (gst_pulsesrc_delay),
1643         (gst_pulsesrc_change_state):
1644         Improve debugging a bit by including the parent object in pulsemixerctrl
1645         and pulseprobe objects and using GST_WARNING_OBJECT instead of
1646         GST_WARNING.
1647
1648         Use the parent GObject subclass instead of a random struct as GObject
1649         parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash
1650         when probing for another property than "device".
1651
1652 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1653
1654         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1655
1656         * ext/pulse/pulsemixer.c: (gst_pulsemixer_set_property):
1657         Fix property probing after the device property is set by calling
1658         set_server when the server property changes. Fixes bug #547518.
1659
1660 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1661
1662         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1663
1664         * ext/pulse/pulsesink.c: (gst_pulsesink_interface_supported),
1665         (gst_pulsesink_implements_interface_init),
1666         (gst_pulsesink_init_interfaces), (gst_pulsesink_init),
1667         (gst_pulsesink_finalize), (gst_pulsesink_set_property),
1668         (gst_pulsesink_get_type):
1669         * ext/pulse/pulsesink.h:
1670         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
1671         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_init),
1672         (gst_pulsesrc_finalize), (gst_pulsesrc_set_property):
1673         * ext/pulse/pulsesrc.h:
1674         Implement GstPropertyProbe interface on pulsesink for detecting
1675         sink devices and on pulsesrc for detecting source devices.
1676         Fixes bugs #547227 and #547217.
1677
1678 2008-08-13  Stefan Kost  <ensonic@users.sf.net>
1679
1680         * gst/spectrum/gstspectrum.c:
1681           Don't terminate on fabs(in)>1.0. Init doubles as doubles.
1682
1683 2008-08-13  Edward Hervey  <edward.hervey@collabora.co.uk>
1684
1685         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
1686         Properly set the maximum latency value, in the same way it is done in
1687         v4lsrc.
1688         * sys/v4l2/v4l2src_calls.c:
1689         Simplify fraction equality check, no need to use GValues for this.
1690
1691 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
1692
1693         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
1694         Add warning messages stating exactly why the latency query failed.
1695         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
1696         In some cases, the negotiated framerate might be the default one which
1697         is already set internally. But we still need to mark it down in fps_n
1698         and fps_d so that the latency query can happen properly.
1699
1700 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
1701
1702         * docs/plugins/inspect/plugin-1394.xml:
1703         Whoops, forgot one doc file for people who can't/don't build the
1704         raw1394 plugin.
1705
1706 2008-08-12  Jan Schmidt  <jan.schmidt@sun.com>
1707
1708         * docs/plugins/Makefile.am:
1709         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1710         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1711         * docs/plugins/inspect/plugin-cdio.xml:
1712         * ext/Makefile.am:
1713         * ext/cdio/Makefile.am:
1714         * ext/cdio/gstcdio.c:
1715         * ext/cdio/gstcdio.h:
1716         * ext/cdio/gstcdiocddasrc.c:
1717         * ext/cdio/gstcdiocddasrc.h:
1718
1719         Pull changes from 0.10.9.2 pre-release branch moving the libcdio
1720         CDDA source to -ugly.
1721
1722         * po/LINGUAS:
1723         * po/POTFILES.in:
1724         * po/id.po:
1725         Pull in new translation from 0.10.9.2 release branch.
1726
1727 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
1728
1729         * docs/plugins/Makefile.am:
1730         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1731         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1732         * docs/plugins/gst-plugins-good-plugins.args:
1733         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1734         * docs/plugins/gst-plugins-good-plugins.interfaces:
1735         Integrate documentation for new hdv1394src element.
1736
1737 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
1738
1739         * ext/raw1394/Makefile.am:
1740         * ext/raw1394/gst1394.c: (plugin_init):
1741         * ext/raw1394/gsthdv1394src.c: (_do_init),
1742         (gst_hdv1394src_base_init), (gst_hdv1394src_class_init),
1743         (gst_hdv1394src_init), (gst_hdv1394src_dispose),
1744         (gst_hdv1394src_set_property), (gst_hdv1394src_get_property),
1745         (gst_hdv1394src_from_raw1394handle),
1746         (gst_hdv1394src_iec61883_receive), (gst_hdv1394src_bus_reset),
1747         (gst_hdv1394src_create), (gst_hdv1394src_discover_avc_node),
1748         (gst_hdv1394src_start), (gst_hdv1394src_stop),
1749         (gst_hdv1394src_unlock), (gst_hdv1394src_update_device_name),
1750         (gst_hdv1394src_uri_get_type), (gst_hdv1394src_uri_get_protocols),
1751         (gst_hdv1394src_uri_get_uri), (gst_hdv1394src_uri_set_uri),
1752         (gst_hdv1394src_uri_handler_init):
1753         * ext/raw1394/gsthdv1394src.h:
1754         mpeg2-ts (HDV) variant of firewire capture element.
1755         Fixes #350830
1756
1757 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
1758
1759         * gst/level/gstlevel.c: (gst_level_message_new):
1760          Fix compilation (also known as the classic 'fix code that someone
1761          committed without compiling it first').
1762
1763 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1764
1765         * tests/check/elements/level.c:
1766           Add a test for level in stereo mode.
1767
1768 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1769
1770         * tests/examples/spectrum/demo-audiotest.c:
1771         * tests/examples/spectrum/demo-osssrc.c:
1772           Demo how to draw analyzer results synced to the clock.
1773
1774 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1775
1776         * gst/level/gstlevel.c:
1777           Little renaming (l -> level).
1778
1779         * gst/spectrum/gstspectrum.c:
1780         * gst/spectrum/gstspectrum.h:
1781           Also send full timestamp/duration details here.
1782
1783 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1784
1785         * gst/level/gstlevel.c:
1786         * gst/level/gstlevel.h:
1787           Send same timestamp/duration details as videoanalysis. This gives
1788           applications better chance to sync analysis results with playback.
1789
1790 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1791
1792         * gst/matroska/matroska-mux.c:
1793         (gst_matroska_mux_handle_sink_event),
1794         (flac_streamheader_to_codecdata):
1795         We need to drop one additional buffer for FLAC as the fLaC
1796         marker and STREAMINFO block are merged into one buffer in the caps.
1797
1798         Also don't pretend to support NEWSEGMENT events, otherwise we
1799         will most probably write some invalid data.
1800
1801 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1802
1803         * gst/matroska/matroska-mux.c: (flac_streamheader_to_codecdata),
1804         (gst_matroska_mux_audio_pad_setcaps):
1805         Add support for muxing FLAC into Matroska containers.
1806         Fixes bug #311586.
1807
1808 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1809
1810         * ext/flac/gstflacenc.c: (gst_flac_enc_check_discont):
1811         Actually provide the variables required for the format string.
1812
1813 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1814
1815         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1816         (gst_matroska_demux_element_send_event),
1817         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
1818         * gst/matroska/matroska-demux.h:
1819         Close the current segment if we're doing a non-flushing seek and send
1820         the close-segment and the new segment of the seek from the streaming
1821         thread.
1822
1823 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1824
1825         * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback),
1826         (gst_flac_enc_check_discont), (gst_flac_enc_chain),
1827         (gst_flac_enc_change_state):
1828         * ext/flac/gstflacenc.h:
1829         Handle non-zero start timestamps correctly, mark header packets as
1830         IN_CAPS and print a warning and suggest using audiorate if stream
1831         discontinuities are detected. When FLAC supports flushing the encoder
1832         somehow this should be done for discontinuities instead.
1833
1834         Remove some unused variables from the instance struct.
1835
1836 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1837
1838         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback):
1839         If seeking failed return the appropiate return value to FLAC.
1840         Otherwise it thinks seeking was successfull and tries to rewrite
1841         parts of the headers which then get appended to the output.
1842
1843 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1844
1845         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1846
1847         * ext/esd/gstesd.c: (plugin_init):
1848         * ext/flac/gstflac.c: (plugin_init):
1849         * ext/shout2/gstshout2.c: (plugin_init):
1850         * ext/wavpack/gstwavpack.c: (plugin_init):
1851         * sys/oss/gstossaudio.c: (plugin_init):
1852         * sys/v4l2/gstv4l2.c: (plugin_init):
1853         Make sure gettext returns translations in UTF-8 encoding rather
1854         than in the current locale encoding (#546822).
1855
1856 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1857
1858         * ext/flac/gstflacdec.c:
1859         Add FIXME for 0.11 to simply output everything with width=32 as given
1860         by FLAC and let audioconvert handle the conversions instead of doing
1861         them in flacdec.
1862
1863 2008-08-07  Jan Schmidt  <Jan.Schmidt@sun.com>
1864
1865         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1866         When outputting a pad template range for the size, include a framerate
1867         range too, to avoid 'not a real subset of template caps' errors.
1868
1869 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1870
1871         Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>
1872
1873         * ext/flac/Makefile.am:
1874         * ext/flac/gstflac.c: (plugin_init):
1875         * ext/flac/gstflactag.c: (gst_flac_tag_setup_interfaces),
1876         (gst_flac_tag_base_init), (gst_flac_tag_class_init),
1877         (gst_flac_tag_dispose), (gst_flac_tag_init),
1878         (gst_flac_tag_sink_setcaps), (gst_flac_tag_chain),
1879         (gst_flac_tag_change_state):
1880         * ext/flac/gstflactag.h:
1881         Port flactag to 0.10, add documentation for it and clean it up a bit.
1882         Fixes bug #413841.
1883
1884         * docs/plugins/Makefile.am:
1885         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1886         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1887         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1888         * docs/plugins/gst-plugins-good-plugins.interfaces:
1889         * docs/plugins/gst-plugins-good-plugins.prerequisites:
1890         * docs/plugins/inspect/plugin-flac.xml:
1891         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init):
1892         * ext/flac/gstflacdec.h:
1893         * ext/flac/gstflacenc.c: (gst_flac_enc_base_init):
1894         * ext/flac/gstflacenc.h:
1895         Add flactag and flacenc to the documentation and mark
1896         the private parts of the flacdec instance structure as private.
1897
1898         Also use gst_element_class_set_details_simple() in flacdec and
1899         flacenc.
1900
1901 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1902
1903         * gst/qtdemux/qtdemux.c:
1904           Use audio/x-qdm for caps. Collect some info - mplayer has a decoder
1905           for it but ffmpeg does not.
1906
1907 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1908
1909         * gst/wavparse/gstwavparse.c:
1910           Handle the list chunk and use gst_riff_parse_info() to parse the info
1911           sub-chunk.
1912
1913 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1914
1915         * gst/wavparse/gstwavparse.c:
1916           Handle the acid chunk and send tempo as part of tags. Other fields are
1917           interesting too, but need more tag-definitions. Fixes #545433.
1918
1919 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1920
1921         * gst/wavparse/gstwavparse.c:
1922           Refactor wavparse. Call _reset() from dispose() and move old code from
1923           dispose into reset. This way we don't leak taglists when we abort
1924           parsing. Fix some comments. Move code for skipping a chunk into extra
1925           function. Replace chunk sizes with a const to ease readability.         
1926
1927 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1928
1929         Patch by: Aurelien Grimaud <gstelzz at yahoo dot fr>
1930
1931         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_alloc_udp_ports):
1932         Improve udp port setup. Fixes #545710.
1933
1934 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1935
1936         * gst/rtp/Makefile.am:
1937         * gst/rtp/gstrtp.c: (plugin_init):
1938         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_base_init),
1939         (gst_rtp_mp1s_depay_class_init), (gst_rtp_mp1s_depay_init),
1940         (gst_rtp_mp1s_depay_setcaps), (gst_rtp_mp1s_depay_process),
1941         (gst_rtp_mp1s_depay_set_property),
1942         (gst_rtp_mp1s_depay_get_property),
1943         (gst_rtp_mp1s_depay_change_state),
1944         (gst_rtp_mp1s_depay_plugin_init):
1945         * gst/rtp/gstrtpmp1sdepay.h:
1946         Add MP1S depayloader.
1947
1948         * gst/rtsp/URLS:
1949         Some more sample rtsp streams.
1950
1951 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1952
1953         * gst/rtsp/URLS:
1954         Add another URL.
1955
1956         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
1957         * tests/check/elements/rglimiter.c: (GST_START_TEST):
1958         Add some more debug info.
1959
1960 2008-08-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1961
1962         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
1963         Provide cbSize field for audio extra_data size, and take care to
1964         pad extra_data.
1965
1966 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1967
1968         * gst/qtdemux/qtdemux.c:
1969           Return the result of gst_pad_{start,stop}_task instead of hard-coded
1970           TRUE.
1971
1972 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1973
1974         * gst/qtdemux/qtdemux.c:
1975         * gst/qtdemux/qtdemux_fourcc.h:
1976           Add keyword tag support. Fixes #520694 for qtdemux.
1977
1978 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1979
1980         * gst/qtdemux/qtdemux.c:
1981           Add support for tmpo tag (BPM).
1982
1983 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1984
1985         * ext/flac/gstflacenc.c: (gst_flac_enc_query_peer_total_samples),
1986         (gst_flac_enc_sink_setcaps), (gst_flac_enc_write_callback):
1987         Set an estimate for the total number of samples that will be encoded
1988         if possible to help decoders if the streaminfo can't be rewritten
1989         later (like when muxing into Ogg containers).
1990
1991         Add a warning if we get header packets after data packets as those
1992         will get lost when muxing into Ogg, i.e. rewriting the headers doesn't
1993         work.
1994
1995 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1996
1997         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
1998         (gst_flac_dec_write):
1999         Support decoding of all depths between 4 and 32 bits and read the
2000         depth from the streaminfo header if needed. Also support all sampling
2001         rates between 1 and 655350 Hz.
2002
2003         * ext/flac/gstflacenc.c:
2004         (gst_flac_enc_caps_append_structure_with_widths),
2005         (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps),
2006         (gst_flac_enc_chain):
2007         * ext/flac/gstflacenc.h:
2008         Support encoding in all bit depths supported by the streamable
2009         subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates
2010         between 1 Hz and 655350 Hz.
2011
2012 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2013
2014         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
2015         (gst_flac_enc_sink_getcaps):
2016         Support encoding of up to 8 channels.
2017
2018 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2019
2020         * ext/soup/gstsouphttpsrc.c:
2021         * ext/soup/gstsouphttpsrc.h:
2022         Fix seeking race condition in #540300
2023         Patch By: Wouter Cloetens  <wouter at mind be>
2024
2025 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2026
2027         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek),
2028         (gst_matroska_demux_element_send_event),
2029         (gst_matroska_demux_handle_seek_event),
2030         (gst_matroska_demux_handle_src_event):
2031         When receiving a SEEK event on a specific pad first search for a seek
2032         table entry for the stream of the pad and then fall back to an entry
2033         for a different stream.
2034
2035 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2036
2037         * configure.ac:
2038         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
2039         * gst/matroska/matroska-ids.h:
2040         Build depend on core CVS for the attachment tag.
2041
2042 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2043
2044         * configure.ac:
2045         * gst/matroska/Makefile.am:
2046         * gst/matroska/lzo.c: (get_byte), (get_len), (copy),
2047         (copy_backptr), (lzo1x_decode), (main):
2048         * gst/matroska/lzo.h:
2049         * gst/matroska/matroska-demux.c:
2050         (gst_matroska_demux_read_track_encoding),
2051         (gst_matroska_decompress_data), (gst_matroska_decode_data),
2052         (gst_matroska_decode_buffer),
2053         (gst_matroska_decode_content_encodings),
2054         (gst_matroska_demux_read_track_encodings),
2055         (gst_matroska_demux_add_stream),
2056         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2057         * gst/matroska/matroska-ids.h:
2058         Decode the codec private data and following ContentEncoding if
2059         necessary.
2060
2061         Support bzip2, lzo and header stripped compression. For lzo use the
2062         ffmpeg lzo implementation as liblzo is GPL licensed.
2063         
2064         Fix zlib decompression.
2065
2066 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2067
2068         * gst/matroska/matroska-mux.c:
2069         (gst_matroska_mux_audio_pad_setcaps):
2070         Fix muxing of MP3/MP2 with different MPEG versions by calculating the
2071         duration of a frame with the new mpegaudioversion caps field.
2072
2073 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2074
2075         * gst/matroska/matroska-demux.c: (gst_matroska_demux_finalize),
2076         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
2077         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
2078         (gst_matroska_demux_stream_from_num),
2079         (gst_matroska_demux_tracknumber_unique),
2080         (gst_matroska_demux_add_stream), (gst_matroska_demux_send_event),
2081         (gst_matroska_demux_handle_seek_event),
2082         (gst_matroska_demux_sync_streams),
2083         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2084         (gst_matroska_demux_loop):
2085         * gst/matroska/matroska-demux.h:
2086         Allow an infinite number of stream inside Matroska containers and use
2087         a GPtrArray for storing them instead of allowing "only" 127 streams.
2088
2089 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2090
2091         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
2092         (gst_ebml_read_change_state), (gst_ebml_read_element_level_up),
2093         (gst_ebml_read_peek_bytes), (gst_ebml_read_element_id),
2094         (gst_ebml_read_element_length), (gst_ebml_peek_id),
2095         (gst_ebml_read_get_length), (gst_ebml_read_skip),
2096         (gst_ebml_read_buffer), (gst_ebml_read_bytes),
2097         (gst_ebml_read_uint), (gst_ebml_read_sint), (_ext2dbl),
2098         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_date),
2099         (gst_ebml_read_master), (gst_ebml_read_binary),
2100         (gst_ebml_read_header):
2101         * gst/matroska/ebml-write.c: (gst_ebml_write_element_id),
2102         (gst_ebml_write_element_size), (gst_ebml_write_uint),
2103         (gst_ebml_write_sint), (gst_ebml_write_ascii),
2104         (gst_ebml_write_master_start), (gst_ebml_write_master_finish),
2105         (gst_ebml_replace_uint):
2106         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2107         (gst_matroska_demux_read_track_encoding),
2108         (gst_matroska_demux_read_track_encodings),
2109         (gst_matroska_demux_add_stream), (gst_matroskademux_do_index_seek),
2110         (gst_matroska_demux_send_event),
2111         (gst_matroska_demux_element_send_event),
2112         (gst_matroska_demux_handle_seek_event),
2113         (gst_matroska_demux_handle_src_event),
2114         (gst_matroska_demux_init_stream),
2115         (gst_matroska_demux_parse_tracks),
2116         (gst_matroska_demux_parse_index_cuetrack),
2117         (gst_matroska_demux_parse_index_pointentry),
2118         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2119         (gst_matroska_demux_parse_metadata_id_simple_tag),
2120         (gst_matroska_demux_parse_metadata_id_tag),
2121         (gst_matroska_demux_parse_metadata),
2122         (gst_matroska_demux_parse_attached_file),
2123         (gst_matroska_demux_parse_attachments),
2124         (gst_matroska_demux_parse_chapters), (gst_matroska_ebmlnum_uint),
2125         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_push_hdr_buf),
2126         (gst_matroska_demux_push_flac_codec_priv_data),
2127         (gst_matroska_demux_push_xiph_codec_priv_data),
2128         (gst_matroska_demux_push_dvd_clut_change_event),
2129         (gst_matroska_demux_add_mpeg_seq_header),
2130         (gst_matroska_demux_add_wvpk_header),
2131         (gst_matroska_demux_check_subtitle_buffer),
2132         (gst_matroska_decode_buffer),
2133         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2134         (gst_matroska_demux_parse_cluster),
2135         (gst_matroska_demux_parse_contents_seekentry),
2136         (gst_matroska_demux_parse_contents),
2137         (gst_matroska_demux_loop_stream_parse_id),
2138         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop),
2139         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2140         (gst_matroska_demux_subtitle_caps),
2141         (gst_matroska_demux_change_state):
2142         * gst/matroska/matroska-ids.c:
2143         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
2144         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
2145         (gst_matroska_mux_video_pad_setcaps),
2146         (xiph3_streamheader_to_codecdata),
2147         (vorbis_streamheader_to_codecdata),
2148         (theora_streamheader_to_codecdata),
2149         (gst_matroska_mux_audio_pad_setcaps),
2150         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
2151         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
2152         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
2153         (gst_matroska_mux_best_pad), (gst_matroska_mux_write_data),
2154         (gst_matroska_mux_collected), (gst_matroska_mux_change_state):
2155         Fix indention everywhere. A broken indent version has added newlines
2156         after every single declaration some time ago.
2157
2158 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2159
2160         * gst/matroska/matroska-demux.c:
2161         (gst_matroska_demux_loop_stream_parse_id):
2162         If no Tracks are found error out instead of trying it again until the
2163         end of time.
2164
2165 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2166
2167         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
2168         Fix demuxing of raw integer audio. The samples are unsigned only for 8
2169         bit and signed otherwise, not the other way around.
2170
2171 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2172
2173         * gst/matroska/matroska-mux.c:
2174         Add more raw YUV formats to the list of supported formats.
2175
2176 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2177
2178         * gst/matroska/matroska-mux.c:
2179         (gst_matroska_mux_audio_pad_setcaps):
2180         Add support for muxing raw float audio now that the spec defines the
2181         endianness and add support for muxing raw integer audio with 24 and
2182         32 bits.
2183
2184         Allow muxing of more than 8 audio channels.
2185
2186 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2187
2188         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
2189         (gst_matroska_mux_reset), (gst_matroska_mux_start):
2190         Add locking to the global array of used track UIDs to prevent random
2191         crashes if more than a single matrosmux instance is used.
2192
2193         Use 64 bit values for the track UIDs.
2194
2195         Use the global GRandom of GLib instead of creating our own one
2196         for the few random numbers we need every single time.
2197
2198 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2199
2200         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
2201         (gst_flac_dec_setup_stream_decoder),
2202         (gst_flac_dec_update_metadata):
2203         Always post the audio-codec tag, not only if other tags are present.
2204
2205 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2206
2207         * configure.ac:
2208         Back to development -> 0.10.9.1
2209
2210 === release 0.10.9 ===
2211
2212 2008-07-31  Jan Schmidt <jan.schmidt@sun.com>
2213
2214         * configure.ac:
2215           releasing 0.10.9, "Steam Train Rolling"
2216
2217 2008-07-31  Jan Schmidt  <jan.schmidt@sun.com>
2218
2219         * ext/soup/gstsouphttpsrc.c:
2220         Don't throw an error when soup completes a msg with status
2221         'cancelled', as that indicates we cancelled a request while
2222         shutting down or seeking, and it's not an error.
2223         Fixes: #540300 again.
2224
2225 2008-07-28  Jan Schmidt  <jan.schmidt@sun.com>
2226
2227         * configure.ac:
2228         0.10.8.4 pre-release
2229
2230 2008-07-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2231
2232         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment):
2233         Fix segment-stop regression.
2234         Add documentation regarding segments in quicktime files by Wim Taymans.
2235         Fixes #544509
2236
2237 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
2238
2239         * configure.ac:
2240         0.10.8.3 pre-release
2241
2242         * po/LINGUAS:
2243         * po/pt_BR.po:
2244         Add pt_BR translation
2245
2246 2008-07-23  Michael Smith <msmith@songbirdnest.com>
2247
2248         * gst/goom/convolve_fx.c:
2249         * gst/goom/filters.c:
2250         * gst/goom/goom_config.h:
2251         * gst/goom/goom_core.c:
2252         * gst/goom/goom_tools.h:
2253           Fix build with MSVC: include glib.h to define inline appropriately,
2254           use header guards where needed.
2255         * gst/udp/gstudpnetutils.c:
2256         * gst/udp/gstudpsrc.c:
2257           Fix build with MSVC: use WSA* constants/functions where appropriate, use
2258           g_snprintf rather than snprintf.
2259           Fixes #544433.
2260
2261 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
2262
2263         * gst/debug/gsttaginject.c:
2264         * gst/debug/gsttaginject.h:
2265           Sent tags in _transform_ip() instead of _start(). Fixes #543404
2266           partially.
2267
2268 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2269
2270         * configure.ac:
2271         0.10.8.2 pre-release
2272
2273 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2274
2275         * ext/Makefile.am:
2276         Finish hooking up pulseaudio plugin to the build.
2277
2278         * ext/pulse/pulsemixerctrl.c:
2279         Fix compilation error.
2280
2281 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2282
2283         * po/LINGUAS:
2284         * po/lt.po:
2285         Add new lithunian translation, and add french to the LINGUAS
2286         file.
2287
2288 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2289
2290         * ext/soup/gstsouphttpsrc.c:
2291         Fix Soup HTTP source seeking.
2292         Patch By: Wouter Cloetens  <wouter at mind be>
2293         Fixes: #540300
2294
2295         * tests/check/elements/.cvsignore:
2296         Ignore new check programs.
2297
2298 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2299
2300         * configure.ac:
2301         * docs/plugins/Makefile.am:
2302         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2303         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2304         * docs/plugins/gst-plugins-good-plugins.args:
2305         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2306         * docs/plugins/gst-plugins-good-plugins.interfaces:
2307         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2308         * docs/plugins/inspect/plugin-interleave.xml:
2309         * docs/plugins/inspect/plugin-replaygain.xml:
2310         * tests/check/Makefile.am:
2311
2312         Move replaygain and interleave plugins from -bad.
2313         Fixes: #543406
2314         Fixes: #536228
2315
2316 2008-07-18  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2317
2318         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2319         (qtdemux_parse_trak):
2320         Revert ISO base media spec based pixel-aspect-ratio calculation.
2321         Fixes #543300.
2322
2323 2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>
2324
2325         * sys/osxvideo/osxvideosink.m:
2326         Fix minor build issues on macosx.
2327         Fixes #543054
2328
2329 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2330
2331         * configure.ac::
2332         * ext/taglib/Makefile.am::
2333           Only use -Wno-attributes (which is there to work around a
2334           bug in the taglib 1.5 headers) if the c++ compiler actually
2335           supports it (#543255).
2336
2337 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2338
2339         Patch by: Benoit Fouet <benoit.fouet purplelabs com>
2340
2341         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
2342           Avoid compiler warning by initialising variable to NULL (#543259).
2343
2344 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2345
2346         * gst/debug/gsttaginject.c: (gst_tag_inject_start):
2347         Don't pass NULL taglists to gst_tag_list_is_empty().
2348
2349 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2350
2351         * tests/check/elements/cmmldec.c: (GST_START_TEST):
2352         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_create),
2353         (rtp_pipeline_run):
2354         * tests/check/elements/souphttpsrc.c: (souphttpsrc_suite):
2355         Don't use declarations after statements.
2356
2357 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2358
2359         * ext/jpeg/gstjpegdec.c:
2360         Align documentation with reality.
2361
2362 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2363
2364         * gst/udp/gstudpnetutils.c:
2365         EAI_ADDRFAMILY was obsoleted in BSD at some point. Define it to the
2366         old value (1) if it's not defined which should not cause any problems
2367         as we're using it internal only anyway.
2368
2369 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2370
2371         Patch by: Alessandro Decina <alessandro at nnva dot org>
2372
2373         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp):
2374         Fix build of avidemux on big endian architectures.
2375
2376 2008-07-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2377
2378         Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
2379
2380         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
2381         Correctly distinguish 8bit vs 16bit raw audio.  Fixes #542410.
2382
2383 2008-07-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2384
2385         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2386         (qtdemux_parse_trak):
2387         Set pixel-aspect-ratio in caps using display width and height
2388         provided in track.
2389
2390 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2391
2392         * configure.ac:
2393         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
2394         flags that are invalid for C++. Fixes bug #516509.
2395
2396 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2397
2398         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
2399         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps):
2400         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
2401         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
2402         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2403         * tests/examples/equalizer/demo.c: (message_handler):
2404         * tests/examples/spectrum/demo-audiotest.c: (message_handler):
2405         * tests/examples/spectrum/demo-osssrc.c: (message_handler):
2406         Don't use declarations after statements and variable length arrays.
2407
2408 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2409
2410         Patch by: Daniel Drake <dsd at gentoo dot org>
2411
2412         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture),
2413         (gst_v4l2src_get_nearest_size):
2414         Try progressive video if interlaced fails. Fixes bug #541956
2415         and the usage of v4l2src on OLPC.
2416
2417 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2418
2419         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2420         (gst_rtp_speex_depay_process):
2421         * gst/rtp/gstrtpspeexdepay.h:
2422         Revert last change: Only the jitterbuffer is able to convert RTP to
2423         Gstreamer timestamps and normal (de)payloaders should simply copy it.
2424         Reopens bug #541787.
2425
2426 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
2427
2428         * gst/rtp/gstrtpvrawdepay.c:
2429           Include stdlib.h for atoi().
2430
2431         * gst/rtsp/gstrtspsrc.c:
2432           Use floating point math for latencies < 0 sec in log output.
2433
2434 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2435
2436         Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net>
2437
2438         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2439         (gst_rtp_speex_depay_process):
2440         * gst/rtp/gstrtpspeexdepay.h:
2441         Take timestamp from the RTP packet as a first step to fix problems
2442         with transmission over RTP when the network is not reliable.
2443         Fixes bug #541787.
2444
2445 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2446
2447         Patch by: Tero Saarni <tero dot saarni at gmail dot com>
2448
2449         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_uri):
2450         Fix parsing of udp:// URIs containing IPv6 addresses.
2451         Fixes bug #541650.
2452
2453 2008-07-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2454
2455         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
2456         Do not leak incoming buffers.
2457
2458 2008-07-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2459
2460         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2461
2462         * configure.ac:
2463         Fix build of the RTP plugin with mingw32 by linking to ws2_32
2464         for htons() and htonl(). Fixes bug #541412.
2465
2466 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2467
2468         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
2469         (gst_matroska_demux_add_stream), (gst_matroska_demux_query),
2470         (gst_matroska_demux_element_query),
2471         (gst_matroska_demux_handle_src_query),
2472         (gst_matroska_demux_handle_seek_event):
2473         Handle position and duration query in DEFAULT format if the
2474         pad's track has a default frame duration set.
2475
2476         Fix seeking now that the segment's duration doesn't contain the
2477         (possibly wrong or inaccurate) duration of the Matroska file.
2478
2479 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2480
2481         * gst/matroska/ebml-read.c: (_ext2dbl):
2482         Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
2483         in math.h except on MSVC where it is defined in xmath.h.
2484         Fixes compilation with MSVC.
2485
2486 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2487
2488         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2489         (gst_matroska_demux_handle_src_query),
2490         (gst_matroska_demux_parse_info),
2491         (gst_matroska_demux_loop_stream_parse_id):
2492         * gst/matroska/matroska-demux.h:
2493         Don't set the segment duration to the duration from the Matroska
2494         header as this value could be wrong and is just informational.
2495
2496 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2497
2498         * gst/matroska/matroska-demux.c:
2499         (gst_matroska_demux_loop_stream_parse_id):
2500         If no Tracks element is found until the first Cluster is found
2501         search it and error out if none is found in the complete file.
2502
2503 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2504
2505         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
2506         Resync non-subtitle tracks too if a too large gap compared to other
2507         tracks is detected.
2508
2509 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
2510
2511         * gst/rtp/Makefile.am:
2512         * gst/rtp/gstrtp.c: (plugin_init):
2513         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_base_init),
2514         (gst_rtp_vraw_depay_class_init), (gst_rtp_vraw_depay_init),
2515         (gst_rtp_vraw_depay_setcaps), (gst_rtp_vraw_depay_process),
2516         (gst_rtp_vraw_depay_change_state),
2517         (gst_rtp_vraw_depay_plugin_init):
2518         * gst/rtp/gstrtpvrawdepay.h:
2519         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_get_type),
2520         (gst_rtp_vraw_pay_base_init), (gst_rtp_vraw_pay_class_init),
2521         (gst_rtp_vraw_pay_init), (gst_rtp_vraw_pay_finalize),
2522         (gst_rtp_vraw_pay_setcaps), (gst_rtp_vraw_pay_handle_buffer),
2523         (gst_rtp_vraw_pay_plugin_init):
2524         * gst/rtp/gstrtpvrawpay.h:
2525         Add raw video pay and depayloaders, see RFC4175.
2526
2527 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
2528
2529         * ext/libpng/gstpngdec.c:
2530         Don't return GST_FLOW_ERROR when buffer_alloc fails - return
2531         whatever it returned.
2532
2533 2008-06-29  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2534
2535         * gst/avi/avi-ids.h:
2536         Add vprp chunk related structures.
2537         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp),
2538         (gst_avi_demux_parse_stream):
2539         Parse optional vprp chunk and add calculated pixel-aspect-ratio
2540         to caps.  Fixes #539482.
2541         * gst/avi/gstavimux.h:
2542         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset),
2543         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_riff_get_avi_header):
2544         Add a vprp chunk if non-trival pixel-aspect-ratio provided in caps.
2545
2546 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2547
2548         * tests/check/elements/avimux.c: (check_avimux_pad):
2549         Adjust avimux unit test according to increased streamheader size.
2550
2551 2008-06-27  David Schleef  <ds@schleef.org>
2552
2553         * gst/qtdemux/qtdemux.c: Add Dirac stream type
2554
2555 2008-06-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2556
2557         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2558         * gst/avi/gstavimux.h:
2559         Add 8 bytes to current streamheader to make for a complete one
2560         and to make more players happy.  Fixes #519460.
2561
2562 2008-06-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2563
2564         * sys/v4l2/v4l2_calls.c::
2565           Don't include unused gstv4l2xoverlay.h. Fixes build
2566           in case where X11 headers are not installed.
2567
2568 2008-06-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2569
2570         * ext/dv/gstdv.c: (plugin_init):
2571         Fix compilation.
2572
2573 2008-06-26  Edward Hervey  <edward.hervey@collabora.co.uk>
2574
2575         * ext/dv/gstdv.c: (plugin_init):
2576         Marking rank of dvdec as GST_RANK_MARGINAL since it's the slowest
2577         DV decoder available.
2578         Fixes #532393
2579
2580 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2581
2582         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
2583         Call getsockname() after the call to bind() to get updated values
2584         for the port, etc. This fixes the usage of udpsrc on anonymous
2585         binding and it's usage by rtspsrc. Fixes bugs #539372, #539548.
2586         Thanks to Aurelien Grimaud for pointing out the obvious fix.
2587
2588 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2589
2590         * tests/check/pipelines/wavpack.c: (bus_handler):
2591         Remove workaround for a bug in identity that is fixed in 0.10.20.
2592
2593 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2594
2595         Patch by: Jason Donenfeld <BugZilla at zx2c4 dot com>
2596
2597         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb):
2598         Fix HTTP auth support with user/password passed via the URI.
2599         Fixes bug #540067.
2600
2601 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
2602
2603         * configure.ac:
2604           Depend on released versions of core and -base.
2605
2606 2008-06-23  Julien Moutte  <julien@fluendo.com>
2607
2608         * gst/matroska/matroska-demux.c:
2609         (gst_matroska_demux_read_track_encoding),
2610         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy
2611         format strings in macros. (makes it build on OS X again...)
2612
2613 2008-06-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2614
2615         * gst/rtp/gstrtptheorapay.c:
2616         * gst/udp/gstmultiudpsink.c:
2617           Added debug.
2618
2619 2008-06-20  Christian Schaller <christian.schaller@collabora.co.uk>
2620
2621         * configure.ac: switch v4l2src over to the normal build instead of
2622         being 'experimental'. Fixes bug #536831.
2623
2624 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
2625
2626         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
2627         Remove unused variable so that we can compile again.
2628
2629 2008-06-19  Peter Kjellerstedt  <pkj@axis.com>
2630
2631         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
2632         No need to check for audio/G723 and audio/32KADPCM here as they are
2633         no longer supported.
2634
2635 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2636
2637         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
2638         (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad):
2639         Use G_GINT64_CONSTANT, this fixes the duration query on files without
2640         known length.
2641
2642 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2643
2644         * gst/matroska/matroska-demux.c:
2645         (gst_matroska_demux_add_wvpk_header),
2646         (gst_matroska_demux_audio_caps):
2647         * gst/matroska/matroska-ids.h:
2648         Fix demuxing of WavPack files. Muxing is still broken.
2649
2650 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2651
2652         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
2653         (gst_matroska_demux_add_mpeg_seq_header),
2654         (gst_matroska_demux_add_wvpk_header),
2655         (gst_matroska_demux_check_subtitle_buffer),
2656         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2657         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2658         (gst_matroska_demux_subtitle_caps):
2659         * gst/matroska/matroska-ids.h:
2660         Add a "vfunc" to the track context for postprocessing frames and
2661         convert the wavpack and subtitle postprocessing to this vfunc.
2662         Copy buffer flags in those functions to the new buffers too.
2663
2664         Parse CodecState elements of Blocks.
2665
2666         Add a postprocessing function for MPEG video that adds the sequence
2667         header from the codec private data or codec state to the frames if
2668         it's not already there.
2669
2670 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2671
2672         * gst/matroska/matroska-demux.c:
2673         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2674         If a gap of more than 1/2 second is found in one stream send a
2675         NEWSEGMENT event to not stall the pipeline if the gap is too large.
2676         This also fixes Matroska files where the first buffer doesn't start
2677         at timestamp 0. Fixes bug #429322.
2678
2679         The duration of a block is the default duration multiplied with the
2680         number of laces. Every lace is one frame and the default duration
2681         is the duration of one frame. This fixes playback of files that use
2682         lacing for some tracks.
2683
2684 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
2685
2686         * gst/matroska/matroska-demux.c:
2687         (gst_matroska_demux_parse_contents_seekentry):
2688         Update FIXME/TODOs and only ignore EOS at the central, important place
2689         instead of several places.
2690
2691 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
2692
2693         * gst/rtp/gstrtpg726pay.c:
2694         Fix caps, See #538891.
2695
2696 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
2697
2698         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2699         (gst_matroska_demux_stream_from_num),
2700         (gst_matroska_demux_encoding_cmp),
2701         (gst_matroska_demux_encoding_order_unique),
2702         (gst_matroska_demux_read_track_encoding),
2703         (gst_matroska_demux_read_track_encodings),
2704         (gst_matroska_demux_tracknumber_unique),
2705         (gst_matroska_demux_add_stream), (gst_matroska_demux_init_stream),
2706         (gst_matroska_demux_parse_tracks),
2707         (gst_matroska_demux_parse_index_cuetrack),
2708         (gst_matroska_demux_parse_index_pointentry),
2709         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2710         (gst_matroska_demux_parse_metadata_id_simple_tag),
2711         (gst_matroska_demux_parse_metadata_id_tag),
2712         (gst_matroska_demux_parse_metadata),
2713         (gst_matroska_demux_parse_attached_file),
2714         (gst_matroska_demux_parse_attachments),
2715         (gst_matroska_demux_parse_chapters),
2716         (gst_matroska_demux_sync_streams), (gst_matroska_decode_buffer),
2717         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2718         (gst_matroska_demux_parse_cluster),
2719         (gst_matroska_demux_parse_contents_seekentry),
2720         (gst_matroska_demux_parse_contents),
2721         (gst_matroska_demux_loop_stream_parse_id),
2722         (gst_matroska_demux_loop):
2723         Improve debug output everywhere and fix the EOS logic.
2724
2725         Check the values of the ContentEncoding elements more strictly and
2726         don't use tracks for which it's invalid.
2727
2728         Check that the track number is unique for this stream.
2729
2730         Check that seek positions are below G_MAXINT64 as our seeks are
2731         int64-based and overflows will fail badly.
2732
2733         After seeks also don't push SimpleBlocks until the first one
2734         containing a keyframe is found. Before this was done only for normal
2735         Blocks.
2736
2737         Update some FIXME/TODOs.
2738         
2739         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
2740         (gst_ebml_read_utf8), (gst_ebml_read_header):
2741         Improve debug output.
2742
2743         * gst/matroska/matroska-ids.c:
2744         (gst_matroska_track_init_video_context):
2745         * gst/matroska/matroska-ids.h:
2746         * gst/matroska/matroska-mux.c:
2747         (gst_matroska_mux_video_pad_setcaps):
2748         Remove eye mode and don't parse it anymore. We can't use that
2749         information in GStreamer yet so it's useless.
2750
2751
2752 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
2753
2754         Patch by: Mersad Jelacic <mersad at axis dot com>
2755
2756         * gst/rtp/Makefile.am:
2757         * gst/rtp/gstrtp.c: (plugin_init):
2758         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init),
2759         (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init),
2760         (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process),
2761         (gst_rtp_g726_depay_plugin_init):
2762         * gst/rtp/gstrtpg726depay.h:
2763         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init),
2764         (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init),
2765         (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init):
2766         * gst/rtp/gstrtpg726pay.h:
2767         Added G726 pay/depayloaders. Fixes #538891.
2768
2769 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
2770
2771         * gst/rtsp/URLS:
2772         Some more urls.
2773
2774         * gst/smpte/barboxwipes.c:
2775         Add a comment
2776
2777         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
2778         Fix typo, add audioresample to the pipeline.
2779
2780 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
2781
2782         * ext/libmng/Makefile.am:
2783         * ext/libmng/gstmng.c: (plugin_init):
2784         * ext/libmng/gstmngdec.c: (gst_mng_dec_base_init),
2785         (gst_mng_dec_class_init), (gst_mng_dec_sink_setcaps),
2786         (gst_mng_dec_init), (gst_mng_dec_src_getcaps), (gst_mng_dec_loop),
2787         (gst_mng_dec_get_property), (gst_mng_dec_set_property),
2788         (mngdec_error), (mngdec_openstream), (mngdec_closestream),
2789         (gst_mng_dec_sink_event), (mngdec_readdata), (mngdec_settimer),
2790         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
2791         (gst_mng_dec_change_state):
2792         * ext/libmng/gstmngdec.h:
2793         * ext/libmng/gstmngenc.c: (gst_mng_enc_base_init),
2794         (gst_mng_enc_class_init), (gst_mng_enc_sink_setcaps),
2795         (gst_mng_enc_init), (gst_mng_enc_chain),
2796         (gst_mng_enc_get_property), (gst_mng_enc_set_property):
2797         * ext/libmng/gstmngenc.h:
2798         Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many
2799         bits ifdeffed out still.
2800
2801 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
2802
2803         * gst/matroska/matroska-demux.c: (gst_matroska_index_compare):
2804         When comparing index elements with the same time compare their
2805         block number.
2806
2807 2008-06-16  Tim-Philipp Müller  <tim.muller at collabora co uk>
2808
2809         * gst/matroska/matroska-demux.c:
2810           (gst_matroska_demux_parse_attached_file)
2811           Init variable to NULL to avoid compiler warning.
2812
2813 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
2814
2815         * gst/matroska/Makefile.am:
2816         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2817         (gst_matroska_demux_parse_attached_file),
2818         (gst_matroska_demux_parse_attachments),
2819         (gst_matroska_demux_parse_contents_seekentry),
2820         (gst_matroska_demux_loop_stream_parse_id):
2821         * gst/matroska/matroska-demux.h:
2822         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
2823         * gst/matroska/matroska-ids.h:
2824         * gst/matroska/matroska.c: (plugin_init):
2825         Parse Attachments and post them as GST_TAG_IMAGE if we detect
2826         it as image and otherwise as GST_TAG_ATTACHMENT. Include filename
2827         and description of the attachments in the caps. Fixes bug #537622.
2828
2829 2008-06-16  Wim Taymans  <wim.taymans@collabora.co.uk>
2830
2831         * ext/speex/gstspeexenc.c: (gst_speex_enc_mode_get_type),
2832         (gst_speex_enc_class_init), (gst_speex_enc_sink_getcaps),
2833         (gst_speex_enc_get_latency), (gst_speex_enc_get_query_types),
2834         (gst_speex_enc_src_query), (gst_speex_enc_init),
2835         (gst_speex_enc_setup), (gst_speex_enc_push_buffer),
2836         (gst_speex_enc_chain), (gst_speex_enc_get_property),
2837         (gst_speex_enc_set_property):
2838         Add mode property.
2839         Some cleanups, add more debug info.
2840         Add latency query.
2841
2842 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
2843
2844         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes):
2845         Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads.
2846         If we get less bytes than requested we can't do anything except doing
2847         our EOS logic.
2848
2849 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2850
2851         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2852         (gst_matroskademux_do_index_seek),
2853         (gst_matroska_demux_parse_index_cuetrack),
2854         (gst_matroska_demux_parse_index_pointentry),
2855         (gst_matroska_index_compare), (gst_matroska_demux_parse_index),
2856         (gst_matroska_demux_parse_metadata):
2857         * gst/matroska/matroska-demux.h:
2858         * gst/matroska/matroska-ids.h:
2859         Use a GArray for storing the Cue (i.e. seek) information, store
2860         the CueTrackPositions for every track, store the block number
2861         and optimize searching in the array by sorting it after the last
2862         element was added.
2863
2864         Fix a small memory leak when trying to parse a tags element that was
2865         already parsed.
2866
2867 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2868
2869         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
2870         (gst_matroska_mux_start), (gst_matroska_mux_finish),
2871         (gst_matroska_mux_write_data):
2872         * gst/matroska/matroska-mux.h:
2873         Don't write another SeekHead which indexes all Clusters to the end of
2874         the file. This isn't useful for anything and just increases filesize.
2875
2876 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2877
2878         * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float):
2879         Prevent unaligned memory access when reading floats.
2880
2881 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2882
2883         * gst/matroska/ebml-read.c:
2884         * gst/matroska/ebml-read.h:
2885         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2886         (gst_matroska_demux_parse_metadata):
2887         * gst/matroska/matroska-demux.h:
2888         Make sure that every Tags element is only parsed once and it's
2889         containing tags are only posted once.
2890
2891 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2892
2893         * gst/matroska/ebml-read.c: (gst_ebml_peek_id),
2894         (gst_ebml_read_header):
2895         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
2896         (gst_matroska_demux_parse_tracks),
2897         (gst_matroska_demux_parse_index_cuetrack),
2898         (gst_matroska_demux_parse_index_pointentry),
2899         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2900         (gst_matroska_demux_parse_metadata_id_simple_tag),
2901         (gst_matroska_demux_parse_metadata_id_tag),
2902         (gst_matroska_demux_parse_metadata),
2903         (gst_matroska_demux_parse_attachments),
2904         (gst_matroska_demux_parse_chapters),
2905         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2906         (gst_matroska_demux_parse_cluster),
2907         (gst_matroska_demux_parse_contents_seekentry),
2908         (gst_matroska_demux_parse_contents),
2909         (gst_matroska_demux_loop_stream_parse_id):
2910         Handle EBML elements like Void or CRC32 in the EbmlRead base class
2911         already. They're not useful in the matroska parser and only cause
2912         additional code.
2913
2914 2008-06-14  Sebastian Dröge  <slomo@circular-chaos.org>
2915
2916         * gst/matroska/ebml-read.c: (gst_ebml_level_free),
2917         (gst_ebml_finalize), (gst_ebml_read_change_state),
2918         (gst_ebml_read_element_level_up), (gst_ebml_read_master):
2919         * gst/matroska/matroska-demux.c:
2920         (gst_matroska_demux_parse_contents_seekentry):
2921         Reverse the level list as we usually are only interested in the
2922         first element or want to add a new first element. Having the
2923         first element stored at the end and calling g_list_last() and
2924         g_list_append() is more expensive.
2925
2926         Also use GSlice for allocating the GstEbmlLevel structs.
2927
2928 2008-06-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
2929
2930         * gst/debug/gsttaginject.c: (gst_tag_inject_finalize),
2931           (gst_tag_inject_class_init), (gst_tag_inject_init):
2932           Don't unref NULL taglist in finalize. Don't use c++ style
2933           comments.
2934
2935 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
2936
2937         * gst/matroska/matroska-demux.c:
2938         (gst_matroska_demux_parse_metadata_id_simple_tag):
2939         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag),
2940         (gst_matroska_mux_write_data):
2941         Use gst_value_serialize() and gst_value_deserialize() for transforming
2942         tags from some GType to a string and the other way around. The default
2943         transformations in GLib don't include transformations from string to
2944         number types.
2945
2946 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
2947
2948         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2949         (gst_matroska_demux_parse_tracks),
2950         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2951         (gst_matroska_demux_parse_attachments),
2952         (gst_matroska_demux_parse_chapters),
2953         (gst_matroska_demux_parse_contents_seekentry),
2954         (gst_matroska_demux_loop_stream_parse_id):
2955         * gst/matroska/matroska-demux.h:
2956         Only parse Tracks, SeekHead and SegmentInfo elements once but allow
2957         Tags multiple times. The first ones can appear more than once but must
2958         contain the same content as the first for backup purposes so we ignore
2959         all but the first one. Tags can appear multiple times with different
2960         content.
2961
2962         Jump to all elements except Clusters that are available from a
2963         SeekHead to make it more likely to have all required informations
2964         before getting to the first Clusters.
2965
2966         Add dummy functions for parsing Attachments and Chapters.
2967
2968 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2969
2970         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2971         (gst_udpsrc_create), (gst_udpsrc_set_property),
2972         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
2973         * gst/udp/gstudpsrc.h:
2974         Add property to control automatic join/leave of multicast groups.
2975         Add G_LIKELY.
2976         Remove setting caps on buffers explicitly, basesrc does that for us now.
2977         Improve debug info.
2978         Convert some non-fatal error into warnings.
2979         Use g_ntohs for better portability.
2980         Leave multicast groups when stopping.
2981         When using external sockets, use getsockname() on them to fill up the
2982         addr structure before calling methods that use the structure.
2983         Should all fix #536903.
2984         API: GstUDPSrc::auto-multicast property
2985
2986 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2987
2988         * gst/udp/gstudpnetutils.c: (gst_udp_is_multicast):
2989         Use g_ntohl for better portability.
2990
2991 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2992
2993         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
2994         (gst_multiudpsink_remove):
2995         Fix a typo and do some small cleanups.
2996
2997 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2998
2999         Patch by: Olivier Crete <tester at tester dot ca>
3000
3001         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
3002         Make the delivery-method mandatory on the caps and only accept inline
3003         for now.
3004         Reverse strcmp checks for delivery-method.
3005
3006         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
3007         Make delivery method optional when parsing caps and note this in the
3008         caps.
3009         Reverse strcmp checks for delivery-method.
3010
3011         * gst/rtp/gstrtpvorbispay.c:
3012         Update a comment to note that the delivery-method is optional, 
3013         Fixes #537675.
3014
3015 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3016
3017         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_mcast):
3018         Set udpsrc for receiving data from multicast groups to PAUSED instead of
3019         leaving them in READY. Fixes #537832.
3020
3021 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3022
3023         * gst/avi/gstavimux.c:
3024           Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME
3025           for a random constant in tagmuxing code.
3026
3027 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3028
3029         * gst/debug/gsttaginject.c:
3030         * gst/debug/gsttaginject.h:
3031           Now actually adding the new element.
3032
3033 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3034
3035         * docs/plugins/Makefile.am:
3036         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3037         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3038         * docs/plugins/gst-plugins-good-plugins.args:
3039         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3040         * docs/plugins/gst-plugins-good-plugins.interfaces:
3041         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3042         * docs/plugins/inspect/plugin-aasink.xml:
3043         * docs/plugins/inspect/plugin-alaw.xml:
3044         * docs/plugins/inspect/plugin-alpha.xml:
3045         * docs/plugins/inspect/plugin-alphacolor.xml:
3046         * docs/plugins/inspect/plugin-annodex.xml:
3047         * docs/plugins/inspect/plugin-apetag.xml:
3048         * docs/plugins/inspect/plugin-audiofx.xml:
3049         * docs/plugins/inspect/plugin-auparse.xml:
3050         * docs/plugins/inspect/plugin-autodetect.xml:
3051         * docs/plugins/inspect/plugin-avi.xml:
3052         * docs/plugins/inspect/plugin-cacasink.xml:
3053         * docs/plugins/inspect/plugin-cairo.xml:
3054         * docs/plugins/inspect/plugin-cdio.xml:
3055         * docs/plugins/inspect/plugin-cutter.xml:
3056         * docs/plugins/inspect/plugin-debug.xml:
3057         * docs/plugins/inspect/plugin-dv.xml:
3058         * docs/plugins/inspect/plugin-efence.xml:
3059         * docs/plugins/inspect/plugin-effectv.xml:
3060         * docs/plugins/inspect/plugin-equalizer.xml:
3061         * docs/plugins/inspect/plugin-esdsink.xml:
3062         * docs/plugins/inspect/plugin-flac.xml:
3063         * docs/plugins/inspect/plugin-flxdec.xml:
3064         * docs/plugins/inspect/plugin-gamma.xml:
3065         * docs/plugins/inspect/plugin-gconfelements.xml:
3066         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3067         * docs/plugins/inspect/plugin-goom.xml:
3068         * docs/plugins/inspect/plugin-goom2k1.xml:
3069         * docs/plugins/inspect/plugin-halelements.xml:
3070         * docs/plugins/inspect/plugin-icydemux.xml:
3071         * docs/plugins/inspect/plugin-id3demux.xml:
3072         * docs/plugins/inspect/plugin-jpeg.xml:
3073         * docs/plugins/inspect/plugin-level.xml:
3074         * docs/plugins/inspect/plugin-matroska.xml:
3075         * docs/plugins/inspect/plugin-monoscope.xml:
3076         * docs/plugins/inspect/plugin-mulaw.xml:
3077         * docs/plugins/inspect/plugin-multifile.xml:
3078         * docs/plugins/inspect/plugin-multipart.xml:
3079         * docs/plugins/inspect/plugin-navigationtest.xml:
3080         * docs/plugins/inspect/plugin-ossaudio.xml:
3081         * docs/plugins/inspect/plugin-png.xml:
3082         * docs/plugins/inspect/plugin-quicktime.xml:
3083         * docs/plugins/inspect/plugin-rtp.xml:
3084         * docs/plugins/inspect/plugin-rtsp.xml:
3085         * docs/plugins/inspect/plugin-smpte.xml:
3086         * docs/plugins/inspect/plugin-soup.xml:
3087         * docs/plugins/inspect/plugin-spectrum.xml:
3088         * docs/plugins/inspect/plugin-speex.xml:
3089         * docs/plugins/inspect/plugin-taglib.xml:
3090         * docs/plugins/inspect/plugin-udp.xml:
3091         * docs/plugins/inspect/plugin-video4linux2.xml:
3092         * docs/plugins/inspect/plugin-videobalance.xml:
3093         * docs/plugins/inspect/plugin-videobox.xml:
3094         * docs/plugins/inspect/plugin-videocrop.xml:
3095         * docs/plugins/inspect/plugin-videoflip.xml:
3096         * docs/plugins/inspect/plugin-videomixer.xml:
3097         * docs/plugins/inspect/plugin-wavenc.xml:
3098         * docs/plugins/inspect/plugin-wavpack.xml:
3099         * docs/plugins/inspect/plugin-wavparse.xml:
3100         * docs/plugins/inspect/plugin-ximagesrc.xml:
3101         * gst/debug/Makefile.am:
3102         * gst/debug/breakmydata.c:
3103         * gst/debug/efence.c:
3104         * gst/debug/gstdebug.c:
3105         * gst/debug/gstnavseek.c:
3106         * gst/debug/gstpushfilesrc.c:
3107         * gst/debug/gstpushfilesrc.h:
3108         * gst/debug/negotiation.c:
3109         * gst/debug/progressreport.c:
3110         * gst/debug/progressreport.h:
3111         * gst/debug/rndbuffersize.c:
3112         * gst/debug/testplugin.c:
3113           Remove dummy plugin_init. Remove some undefined entries from doc-
3114           section file. Add taginject element and rebuild docs for it.
3115
3116 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3117
3118         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
3119         (gst_matroska_mux_release_pad), (gst_matroska_mux_write_data):
3120         Update the counter for the number of streams when pads are added or
3121         removed. This will make sure that a seek table is generated for
3122         files with just one audio stream.
3123
3124 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3125
3126         * gst/matroska/matroska-demux.c:
3127         (gst_matroska_demux_parse_metadata_id_simple_tag):
3128         * gst/matroska/matroska-ids.h:
3129         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag):
3130         Add some more tags, improve debugging a bit and make sure that
3131         GValue transformation has succeeded before using the result
3132         as a tag.
3133
3134 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3135
3136         Patch by: Olivier Crete <tester at tester dot ca>
3137
3138         * gst/rtp/gstrtptheorapay.c:
3139         The Theora RTP payloader only supports the "inline" delievery method
3140         so let's declare this on the caps of the static pad template.
3141         Fixes bug #537675.
3142
3143 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3144
3145         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3146         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues):
3147         Remove bogus check.
3148
3149 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3150
3151         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3152         (gst_videomixer_blend_buffers):
3153         Use stream_time to synchronize the object properties.
3154         Use running_time of the master pad to timestamp outgoing buffers.
3155         Fix the initial segment event to extend an unknown amount of time.
3156         Fixes #537361.
3157
3158 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3159
3160         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
3161         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
3162         (gst_avi_demux_calculate_durations_from_index),
3163         (gst_avi_demux_stream_header_push),
3164         (gst_avi_demux_stream_header_pull):
3165         Try to ignore unparsable/unknown streams and give a warning instead of
3166         erroring out. Fixes #537377.
3167
3168 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3169
3170         * gst/matroska/ebml-write.c: (gst_ebml_write_float):
3171         Use GDOUBLE_TO_BE() instead of (probably slower) custom code.
3172
3173         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3174         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3175         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3176         (gst_matroska_demux_read_track_encodings),
3177         (gst_matroska_demux_add_stream),
3178         (gst_matroska_demux_handle_src_query),
3179         (gst_matroska_demux_init_stream),
3180         (gst_matroska_demux_parse_index_cuetrack),
3181         (gst_matroska_demux_parse_index_pointentry),
3182         (gst_matroska_demux_parse_info),
3183         (gst_matroska_demux_parse_metadata_id_simple_tag),
3184         (gst_matroska_demux_parse_metadata),
3185         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
3186         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3187         (gst_matroska_demux_parse_cluster),
3188         (gst_matroska_demux_parse_contents_seekentry),
3189         (gst_matroska_demux_loop_stream_parse_id),
3190         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
3191         (gst_matroska_demux_audio_caps),
3192         (gst_matroska_demux_subtitle_caps):
3193         * gst/matroska/matroska-demux.h:
3194         * gst/matroska/matroska-ids.c:
3195         (gst_matroska_track_init_subtitle_context):
3196         * gst/matroska/matroska-ids.h:
3197         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
3198         (gst_matroska_mux_class_init), (gst_matroska_mux_init),
3199         (gst_matroska_mux_create_uid), (gst_matroska_mux_reset),
3200         (gst_matroska_mux_video_pad_setcaps),
3201         (gst_matroska_mux_audio_pad_setcaps),
3202         (gst_matroska_mux_subtitle_pad_setcaps),
3203         (gst_matroska_mux_request_new_pad),
3204         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
3205         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
3206         (gst_matroska_mux_write_data), (gst_matroska_mux_collected),
3207         (gst_matroska_mux_set_property):
3208         Add many FIXMEs/TODOs all over the matroska muxer and demuxer
3209         elements, do some checks for valid values in the demuxer, handle
3210         tracktimecodescale in the demuxer, set correct default values for all
3211         settings in the demuxer, review and add all missing matroska
3212         IDs and some more raw YUV formats, and some trivial cleanup.
3213
3214 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3215
3216         * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init),
3217         (gst_pulsemixer_class_init):
3218         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3219         (gst_pulsesink_class_init), (gst_pulsesink_prepare):
3220         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3221         (gst_pulsesrc_base_init), (gst_pulsesrc_class_init),
3222         (gst_pulsesrc_prepare):
3223         Some smaller cleanup. Use G_PARAM_STATIC_STRINGS,
3224         gst_element_class_set_details_simple() and fix coding style a bit
3225         more.
3226
3227 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3228
3229         * docs/plugins/Makefile.am:
3230         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3231         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3232         * docs/plugins/gst-plugins-good-plugins.args:
3233         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3234         * docs/plugins/gst-plugins-good-plugins.interfaces:
3235         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3236         * docs/plugins/inspect/plugin-aasink.xml:
3237         * docs/plugins/inspect/plugin-alaw.xml:
3238         * docs/plugins/inspect/plugin-alpha.xml:
3239         * docs/plugins/inspect/plugin-alphacolor.xml:
3240         * docs/plugins/inspect/plugin-annodex.xml:
3241         * docs/plugins/inspect/plugin-apetag.xml:
3242         * docs/plugins/inspect/plugin-audiofx.xml:
3243         * docs/plugins/inspect/plugin-auparse.xml:
3244         * docs/plugins/inspect/plugin-autodetect.xml:
3245         * docs/plugins/inspect/plugin-avi.xml:
3246         * docs/plugins/inspect/plugin-cacasink.xml:
3247         * docs/plugins/inspect/plugin-cairo.xml:
3248         * docs/plugins/inspect/plugin-cdio.xml:
3249         * docs/plugins/inspect/plugin-cutter.xml:
3250         * docs/plugins/inspect/plugin-debug.xml:
3251         * docs/plugins/inspect/plugin-dv.xml:
3252         * docs/plugins/inspect/plugin-efence.xml:
3253         * docs/plugins/inspect/plugin-effectv.xml:
3254         * docs/plugins/inspect/plugin-equalizer.xml:
3255         * docs/plugins/inspect/plugin-esdsink.xml:
3256         * docs/plugins/inspect/plugin-flac.xml:
3257         * docs/plugins/inspect/plugin-flxdec.xml:
3258         * docs/plugins/inspect/plugin-gamma.xml:
3259         * docs/plugins/inspect/plugin-gconfelements.xml:
3260         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3261         * docs/plugins/inspect/plugin-goom.xml:
3262         * docs/plugins/inspect/plugin-goom2k1.xml:
3263         * docs/plugins/inspect/plugin-halelements.xml:
3264         * docs/plugins/inspect/plugin-icydemux.xml:
3265         * docs/plugins/inspect/plugin-id3demux.xml:
3266         * docs/plugins/inspect/plugin-jpeg.xml:
3267         * docs/plugins/inspect/plugin-level.xml:
3268         * docs/plugins/inspect/plugin-matroska.xml:
3269         * docs/plugins/inspect/plugin-monoscope.xml:
3270         * docs/plugins/inspect/plugin-mulaw.xml:
3271         * docs/plugins/inspect/plugin-multifile.xml:
3272         * docs/plugins/inspect/plugin-multipart.xml:
3273         * docs/plugins/inspect/plugin-navigationtest.xml:
3274         * docs/plugins/inspect/plugin-ossaudio.xml:
3275         * docs/plugins/inspect/plugin-png.xml:
3276         * docs/plugins/inspect/plugin-pulseaudio.xml:
3277         * docs/plugins/inspect/plugin-quicktime.xml:
3278         * docs/plugins/inspect/plugin-rtp.xml:
3279         * docs/plugins/inspect/plugin-rtsp.xml:
3280         * docs/plugins/inspect/plugin-smpte.xml:
3281         * docs/plugins/inspect/plugin-soup.xml:
3282         * docs/plugins/inspect/plugin-spectrum.xml:
3283         * docs/plugins/inspect/plugin-speex.xml:
3284         * docs/plugins/inspect/plugin-taglib.xml:
3285         * docs/plugins/inspect/plugin-udp.xml:
3286         * docs/plugins/inspect/plugin-video4linux2.xml:
3287         * docs/plugins/inspect/plugin-videobalance.xml:
3288         * docs/plugins/inspect/plugin-videobox.xml:
3289         * docs/plugins/inspect/plugin-videocrop.xml:
3290         * docs/plugins/inspect/plugin-videoflip.xml:
3291         * docs/plugins/inspect/plugin-videomixer.xml:
3292         * docs/plugins/inspect/plugin-wavenc.xml:
3293         * docs/plugins/inspect/plugin-wavpack.xml:
3294         * docs/plugins/inspect/plugin-wavparse.xml:
3295         * docs/plugins/inspect/plugin-ximagesrc.xml:
3296         * ext/pulse/plugin.c:
3297         * ext/pulse/pulsemixer.c:
3298         * ext/pulse/pulsesink.c:
3299         * ext/pulse/pulsesrc.c:
3300         Add documentation to the pulseaudio plugin and run make update
3301         in docs/plugins.
3302
3303 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3304
3305         Patch by: Brian Cameron <brian.cameron at sun dot com>
3306
3307         * sys/sunaudio/gstsunaudiomixerctrl.c:
3308         (gst_sunaudiomixer_ctrl_get_volume),
3309         (gst_sunaudiomixer_ctrl_set_volume):
3310         Improvements for the SunAudio mixer by handling mute as no gain
3311         for tracks that have a gain property but no mute property.
3312         Fixes bug #536067.
3313
3314 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3315
3316         * configure.ac:
3317         * ext/pulse/Makefile.am:
3318         * ext/pulse/plugin.c: (plugin_init):
3319         * ext/pulse/pulsemixer.c: (gst_pulsemixer_interface_supported),
3320         (gst_pulsemixer_implements_interface_init),
3321         (gst_pulsemixer_init_interfaces), (gst_pulsemixer_base_init),
3322         (gst_pulsemixer_class_init), (gst_pulsemixer_init),
3323         (gst_pulsemixer_finalize), (gst_pulsemixer_set_property),
3324         (gst_pulsemixer_get_property), (gst_pulsemixer_change_state):
3325         * ext/pulse/pulsemixer.h:
3326         * ext/pulse/pulsemixerctrl.c:
3327         (gst_pulsemixer_ctrl_context_state_cb),
3328         (gst_pulsemixer_ctrl_sink_info_cb),
3329         (gst_pulsemixer_ctrl_source_info_cb),
3330         (gst_pulsemixer_ctrl_subscribe_cb),
3331         (gst_pulsemixer_ctrl_success_cb), (gst_pulsemixer_ctrl_open),
3332         (gst_pulsemixer_ctrl_close), (gst_pulsemixer_ctrl_new),
3333         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_list_tracks),
3334         (gst_pulsemixer_ctrl_timeout_event), (restart_time_event),
3335         (gst_pulsemixer_ctrl_set_volume), (gst_pulsemixer_ctrl_get_volume),
3336         (gst_pulsemixer_ctrl_set_record), (gst_pulsemixer_ctrl_set_mute):
3337         * ext/pulse/pulsemixerctrl.h:
3338         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_class_init),
3339         (gst_pulsemixer_track_init), (gst_pulsemixer_track_new):
3340         * ext/pulse/pulsemixertrack.h:
3341         * ext/pulse/pulseprobe.c: (gst_pulseprobe_context_state_cb),
3342         (gst_pulseprobe_sink_info_cb), (gst_pulseprobe_source_info_cb),
3343         (gst_pulseprobe_invalidate), (gst_pulseprobe_open),
3344         (gst_pulseprobe_enumerate), (gst_pulseprobe_close),
3345         (gst_pulseprobe_new), (gst_pulseprobe_free),
3346         (gst_pulseprobe_get_properties), (gst_pulseprobe_needs_probe),
3347         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values),
3348         (gst_pulseprobe_set_server):
3349         * ext/pulse/pulseprobe.h:
3350         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3351         (gst_pulsesink_class_init), (gst_pulsesink_init),
3352         (gst_pulsesink_destroy_stream), (gst_pulsesink_destroy_context),
3353         (gst_pulsesink_finalize), (gst_pulsesink_dispose),
3354         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
3355         (gst_pulsesink_context_state_cb), (gst_pulsesink_stream_state_cb),
3356         (gst_pulsesink_stream_request_cb),
3357         (gst_pulsesink_stream_latency_update_cb), (gst_pulsesink_open),
3358         (gst_pulsesink_close), (gst_pulsesink_prepare),
3359         (gst_pulsesink_unprepare), (gst_pulsesink_write),
3360         (gst_pulsesink_delay), (gst_pulsesink_success_cb),
3361         (gst_pulsesink_reset), (gst_pulsesink_change_title),
3362         (gst_pulsesink_event), (gst_pulsesink_get_type):
3363         * ext/pulse/pulsesink.h:
3364         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3365         (gst_pulsesrc_implements_interface_init),
3366         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_base_init),
3367         (gst_pulsesrc_class_init), (gst_pulsesrc_init),
3368         (gst_pulsesrc_destroy_stream), (gst_pulsesrc_destroy_context),
3369         (gst_pulsesrc_finalize), (gst_pulsesrc_dispose),
3370         (gst_pulsesrc_set_property), (gst_pulsesrc_get_property),
3371         (gst_pulsesrc_context_state_cb), (gst_pulsesrc_stream_state_cb),
3372         (gst_pulsesrc_stream_request_cb), (gst_pulsesrc_open),
3373         (gst_pulsesrc_close), (gst_pulsesrc_prepare),
3374         (gst_pulsesrc_unprepare), (gst_pulsesrc_read),
3375         (gst_pulsesrc_delay), (gst_pulsesrc_change_state),
3376         (gst_pulsesrc_get_type):
3377         * ext/pulse/pulsesrc.h:
3378         * ext/pulse/pulseutil.c: (gst_pulse_fill_sample_spec),
3379         (gst_pulse_client_name), (gst_pulse_gst_to_channel_map):
3380         * ext/pulse/pulseutil.h:
3381         Add pulseaudio GStreamer element from gst-pulse. Development will
3382         continue here instead of pulseaudio SVN. Fixes bug #400679.
3383         Only changes over gst-pulse SVN are added copyright to the top of
3384         files and coding style changes.
3385
3386 2008-06-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
3387
3388         Patch by: Benjamin Kampmann  <benjamin at fluendo dot com>
3389
3390         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
3391           (gst_cdio_add_cdtext_album_tags):
3392         * ext/cdio/gstcdio.h:
3393         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3394           Also extract album title and album genre from CD-TEXT if
3395           available (#537021).
3396
3397 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3398
3399         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3400
3401         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
3402         Improve negotiation a bit more by picking the smallest possible
3403         resolution that is larger than the resolution specified in the
3404         first caps entry of the peer caps. Fixes bug #536994.
3405
3406 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3407
3408         Patch by: Bastien Nocera <hadess at hadess dot net>
3409
3410         * sys/v4l2/gstv4l2vidorient.c:
3411         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
3412         Fix compilation with newer GIT kernels that deprecated
3413         V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
3414
3415 2008-06-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
3416
3417         * configure.ac:
3418         * ext/cdio/gstcdio.c:
3419         * ext/cdio/gstcdio.h:
3420         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3421           Require libcdio >= 0.76.
3422
3423 2008-06-05  Thijs Vermeir  <thijsvermeir@gmail.com>
3424
3425         * gst/avi/gstavidemux.c:
3426         Catch UNEXPECTED when downstream has reached end of
3427         segment in reverse mode.
3428
3429 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3430
3431         * gst/avi/gstavidemux.c:
3432         Fix typo in comment
3433
3434 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3435
3436         * gst/avi/gstavidemux.c:
3437         Because we don't know the frame order we need to push till
3438         the next keyframe
3439
3440 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3441
3442         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3443
3444         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
3445         (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
3446         Provide a custom negotiation function to make sure to pick the highest
3447         possible framerate and resolution. Fixes bug #536646.
3448
3449 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3450
3451         * gst/avi/gstavidemux.c:
3452         Set EOS when going out of the segment in reverse playback
3453
3454 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3455
3456         * ext/taglib/Makefile.am::
3457           Add -Wno-attributes to CXXFLAGS to suppress warning caused by
3458           taglib headers (with gcc 4.3.1).
3459
3460 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
3461
3462         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
3463         Use the new gst_rtsp_connection_get_ip() to access the IP address
3464         of a GstRTSPConnection since it is a private member.
3465
3466 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3467
3468         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
3469         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
3470           Use new utility functions in libgsttag to process coverart (#512333).
3471
3472 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3473
3474         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
3475         We actually support left/side, right/side and mid/side files. The
3476         conversion to normal, interleaved stereo is done by libflac.
3477
3478 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3479
3480         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
3481         (gst_ebml_write_set_cache):
3482         Unref the write cache in finalize if it was set and add add "FIXME"
3483         to a comment that needs it.
3484
3485 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3486
3487         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
3488
3489         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
3490         (gst_avi_demux_index_prev), (gst_avi_demux_index_entry_for_time),
3491         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
3492         (gst_avi_demux_process_next_entry):
3493         * gst/avi/gstavidemux.h:
3494         Implement reverse playback. Fixes #535300.
3495         Small cleanups.
3496
3497 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3498
3499         * gst/videomixer/videomixer.c: (gst_videomixer_query_duration),
3500         (gst_videomixer_query_latency):
3501         When using gst_element_iterate_pads() one has to unref every pad
3502         after usage.
3503
3504 2008-05-31  Edward Hervey  <edward.hervey@collabora.co.uk>
3505
3506         Patch by: Bastien Nocera <hadess at hadess dot net>
3507         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
3508         (qtdemux_parse_udta):
3509         * gst/qtdemux/qtdemux_fourcc.h:
3510         Improve meta-data handling, add 'comment', 'description' and
3511         'copyright' tag handling.
3512         Fixes #535935
3513
3514 2008-05-31  Julien Moutte  <julien@fluendo.com>
3515
3516         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
3517         (gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
3518         (gst_qtdemux_seek_to_previous_keyframe),
3519         (gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
3520         we don't clip the segment's stop using the main segment duration as
3521         that could crop quite some video frames. Make reverse playback support
3522         more robust and support edit lists. Support seeking to the last frame,
3523         and fix reverse looping playback. Add some debugging.
3524         * win32/common/config.h: Updated.
3525
3526 2008-05-31  Sebastian Dröge  <slomo@circular-chaos.org>
3527
3528         * gst/equalizer/gstiirequalizer.c:
3529         (gst_iir_equalizer_transform_ip):
3530         Don't clip float/double samples, correctly unset passthrough mode
3531         and use better rounding for integer samples.
3532
3533 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
3534
3535         * gst/equalizer/gstiirequalizer.c:
3536         (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
3537         (setup_filter), (set_passthrough), (update_coefficients),
3538         (gst_iir_equalizer_compute_frequencies),
3539         (gst_iir_equalizer_transform_ip):
3540         * gst/equalizer/gstiirequalizer.h:
3541         Update the filter coefficients only when needed in the transform_ip
3542         function and correctly set the element into passthrough mode if the
3543         gain of all bands is 0.
3544
3545 2008-05-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3546
3547         Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
3548
3549         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
3550         (gst_alpha_set_property), (gst_alpha_get_property),
3551         (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
3552         Try to skip pixels or areas that are too dark or too bright for us to do
3553         meaningfull color detection.
3554         Added properties to control the sensitivity to light and darkness.
3555         Added some small cleanups. Fixes #512345.
3556
3557 2008-05-28  Jan Schmidt  <jan.schmidt@sun.com>
3558
3559         * docs/plugins/.cvsignore:
3560         * tests/check/elements/.cvsignore:
3561         Ignore some more generated things
3562
3563         * tests/check/Makefile.am:
3564         Ignore OSS elements in the state changes test too.
3565
3566 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3567
3568         * docs/plugins/Makefile.am:
3569         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3570         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3571         Add SMPTE effect elements to docs.
3572
3573 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3574
3575         * docs/plugins/Makefile.am:
3576         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3577         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3578         * ext/raw1394/gstdv1394src.c:
3579           Document whats first shown on the fdo plugin docs page :)
3580
3581 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3582
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/inspect/plugin-audiofx.xml:
3589         * gst/audiofx/Makefile.am:
3590         * gst/audiofx/audiofx.c:
3591         * gst/audiofx/audiokaraoke.c:
3592         * gst/audiofx/audiokaraoke.h:
3593         * gst/audiofx/audiovoice.c:
3594         * gst/audiofx/audiovoice.h:
3595           Rename audiovoice to audiokaraoke and add it to the docs.
3596
3597 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3598
3599         * REQUIREMENTS:
3600         * docs/plugins/Makefile.am:
3601         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3602         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3603         * docs/plugins/gst-plugins-good-plugins.args:
3604         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3605         * docs/plugins/gst-plugins-good-plugins.interfaces:
3606         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3607         * docs/plugins/inspect/plugin-aasink.xml:
3608         * docs/plugins/inspect/plugin-alaw.xml:
3609         * docs/plugins/inspect/plugin-alpha.xml:
3610         * docs/plugins/inspect/plugin-alphacolor.xml:
3611         * docs/plugins/inspect/plugin-annodex.xml:
3612         * docs/plugins/inspect/plugin-apetag.xml:
3613         * docs/plugins/inspect/plugin-audiofx.xml:
3614         * docs/plugins/inspect/plugin-auparse.xml:
3615         * docs/plugins/inspect/plugin-autodetect.xml:
3616         * docs/plugins/inspect/plugin-avi.xml:
3617         * docs/plugins/inspect/plugin-cacasink.xml:
3618         * docs/plugins/inspect/plugin-cairo.xml:
3619         * docs/plugins/inspect/plugin-cdio.xml:
3620         * docs/plugins/inspect/plugin-cutter.xml:
3621         * docs/plugins/inspect/plugin-debug.xml:
3622         * docs/plugins/inspect/plugin-dv.xml:
3623         * docs/plugins/inspect/plugin-efence.xml:
3624         * docs/plugins/inspect/plugin-effectv.xml:
3625         * docs/plugins/inspect/plugin-equalizer.xml:
3626         * docs/plugins/inspect/plugin-esdsink.xml:
3627         * docs/plugins/inspect/plugin-flac.xml:
3628         * docs/plugins/inspect/plugin-flxdec.xml:
3629         * docs/plugins/inspect/plugin-gamma.xml:
3630         * docs/plugins/inspect/plugin-gconfelements.xml:
3631         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3632         * docs/plugins/inspect/plugin-goom.xml:
3633         * docs/plugins/inspect/plugin-goom2k1.xml:
3634         * docs/plugins/inspect/plugin-halelements.xml:
3635         * docs/plugins/inspect/plugin-icydemux.xml:
3636         * docs/plugins/inspect/plugin-id3demux.xml:
3637         * docs/plugins/inspect/plugin-jpeg.xml:
3638         * docs/plugins/inspect/plugin-level.xml:
3639         * docs/plugins/inspect/plugin-matroska.xml:
3640         * docs/plugins/inspect/plugin-monoscope.xml:
3641         * docs/plugins/inspect/plugin-mulaw.xml:
3642         * docs/plugins/inspect/plugin-multifile.xml:
3643         * docs/plugins/inspect/plugin-multipart.xml:
3644         * docs/plugins/inspect/plugin-navigationtest.xml:
3645         * docs/plugins/inspect/plugin-ossaudio.xml:
3646         * docs/plugins/inspect/plugin-png.xml:
3647         * docs/plugins/inspect/plugin-quicktime.xml:
3648         * docs/plugins/inspect/plugin-rtp.xml:
3649         * docs/plugins/inspect/plugin-rtsp.xml:
3650         * docs/plugins/inspect/plugin-smpte.xml:
3651         * docs/plugins/inspect/plugin-soup.xml:
3652         * docs/plugins/inspect/plugin-spectrum.xml:
3653         * docs/plugins/inspect/plugin-speex.xml:
3654         * docs/plugins/inspect/plugin-taglib.xml:
3655         * docs/plugins/inspect/plugin-udp.xml:
3656         * docs/plugins/inspect/plugin-video4linux2.xml:
3657         * docs/plugins/inspect/plugin-videobalance.xml:
3658         * docs/plugins/inspect/plugin-videobox.xml:
3659         * docs/plugins/inspect/plugin-videocrop.xml:
3660         * docs/plugins/inspect/plugin-videoflip.xml:
3661         * docs/plugins/inspect/plugin-videomixer.xml:
3662         * docs/plugins/inspect/plugin-wavenc.xml:
3663         * docs/plugins/inspect/plugin-wavpack.xml:
3664         * docs/plugins/inspect/plugin-wavparse.xml:
3665         * docs/plugins/inspect/plugin-ximagesrc.xml:
3666         * ext/aalib/gstaasink.c:
3667         * ext/libcaca/gstcacasink.c:
3668           Document aasink and cacasink.
3669
3670 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
3671
3672         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
3673         (gst_videomixer_init), (gst_videomixer_query_duration),
3674         (gst_videomixer_query_latency), (gst_videomixer_query),
3675         (gst_videomixer_blend_buffers):
3676         * gst/videomixer/videomixer.h:
3677         Implement position (in time), duration and latency queries.
3678
3679 2008-05-27  Edward Hervey  <edward.hervey@collabora.co.uk>
3680
3681         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
3682         (gst_videomixer_init), (gst_videomixer_request_new_pad),
3683         (gst_videomixer_fill_queues), (forward_event_func),
3684         (forward_event), (gst_videomixer_src_event),
3685         (gst_videomixer_sink_event):
3686         * gst/videomixer/videomixer.h:
3687         Implement proper seek/newsegment handling.
3688         Based on adder's implementation.
3689         Fixes #535121
3690
3691 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3692
3693         Patch by: Jan Gerber <j at oil21 dot org>
3694
3695         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
3696         Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481.
3697
3698 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3699
3700         * gst/audiofx/Makefile.am:
3701         * gst/audiofx/audiofx.c: (plugin_init):
3702         * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
3703         (gst_audio_voice_class_init), (gst_audio_voice_init),
3704         (update_filter), (gst_audio_voice_set_property),
3705         (gst_audio_voice_get_property), (gst_audio_voice_setup),
3706         (gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
3707         (gst_audio_voice_transform_ip):
3708         * gst/audiofx/audiovoice.h:
3709         Add simple voice removal element. Yay karaoke.
3710
3711 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3712
3713         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
3714
3715         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
3716         Fix potential caps leak.
3717         If we can't get the framerate with an ioctl, try to get it with the
3718         current norm. Fixes #520092.
3719
3720 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3721
3722         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
3723
3724         * sys/v4l2/v4l2src_calls.c:
3725         (gst_v4l2src_probe_caps_for_format_and_size):
3726         If we fail to get the frame intervals, simply don't touch the framerates
3727         on the template caps instead of discarding the format. See #520092.
3728
3729 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3730
3731         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
3732
3733         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
3734         (gst_v4l2_get_caps_info):
3735         Add NV12, NV21 and bayer support. See #520092.
3736
3737 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3738
3739         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
3740         (gst_qtdemux_activate_segment):
3741         Unbreak segment activation again. Fixes #531672.
3742
3743 2008-05-25  Sebastian Dröge  <slomo@circular-chaos.org>
3744
3745         * ext/flac/Makefile.am:
3746         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
3747         Set the channel layout when decoding FLAC files with more than 2
3748         channels as defined by the FLAC spec. Fixes bug #534570.
3749
3750         Also don't try to decode left/side, right/side and mid/side files
3751         as we don't support this at all.
3752
3753 2008-05-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
3754
3755         * configure.ac:
3756           We need -base CVS (rtsp).
3757
3758 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
3759
3760         * gst/udp/Makefile.am:
3761           Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY
3762           when including netdb.h when building against glibc >= 2.8.
3763
3764 2008-05-22  Julien Moutte  <julien@fluendo.com>
3765
3766         * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix
3767         debug statement arguments.
3768         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp):
3769         * gst/udp/gstudpnetutils.c: (gst_udp_join_group),
3770         (gst_udp_leave_group): Fix IP and IPV6 options to make it work
3771         on more platforms.
3772
3773 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3774
3775         * tests/check/elements/avimux.c: (setup_src_pad),
3776         (teardown_src_pad):
3777         * tests/check/elements/icydemux.c: (icydemux_found_pad),
3778         (GST_START_TEST):
3779         * tests/check/elements/matroskamux.c: (setup_src_pad),
3780         (teardown_src_pad), (setup_sink_pad), (teardown_sink_pad):
3781         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
3782         (GST_START_TEST):
3783         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
3784         (setup_wavpackparse), (cleanup_wavpackparse):
3785         Don't use gst_element_get_pad(), it's a bad, bad method.
3786
3787 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3788
3789         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
3790         (do_toggle_element):
3791         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
3792         (do_toggle_element):
3793         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
3794         (do_toggle_element):
3795         * ext/gconf/gstswitchsink.c: (gst_switch_commit_new_kid):
3796         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_reset),
3797         (do_toggle_element):
3798         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_reset),
3799         (do_toggle_element):
3800         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
3801         (gst_auto_audio_sink_detect):
3802         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
3803         (gst_auto_video_sink_detect):
3804         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3805         (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp),
3806         (gst_rtspsrc_stream_configure_udp_sink), (gst_rtspsrc_skip_lws),
3807         (gst_rtspsrc_unskip_lws), (gst_rtspsrc_skip_commas),
3808         (gst_rtspsrc_skip_item), (gst_rtsp_decode_quoted_string),
3809         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr):
3810         * tests/icles/videocrop-test.c: (test_with_caps),
3811         (video_crop_get_test_caps):
3812         Don't use gst_element_get_pad(), it's a bad method.
3813
3814 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3815
3816         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
3817         (gst_multiudpsink_add_internal):
3818         * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
3819         (gst_udp_join_group):
3820         * gst/udp/gstudpnetutils.h:
3821         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
3822         Joining a multicast group and setting the loop/ttl properties are
3823         totally unrelated tasks are must be separated.
3824
3825 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
3826
3827         * gst/avi/gstavimux.c:
3828           Also support alaw/mulaw.
3829
3830 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3831
3832         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3833         (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
3834         * gst/udp/gstmultiudpsink.h:
3835         Add a fixme for the auto-multicast property.
3836         Fix some confusing debug messages.
3837         Disable setting a qos value by default.
3838
3839 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3840
3841         Patch by: Gustaf Räntilä <g dot rantila at gmail dot com>
3842
3843         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
3844         Ignore EPERM errors from sendto. Fixes #533619.
3845
3846 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3847
3848         Patch by: Henrik Eriksson <henriken at axis dot com>
3849
3850         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3851         (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp),
3852         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
3853         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal):
3854         * gst/udp/gstmultiudpsink.h:
3855         Add qos-dscp property to manage the Quality of service. Fixes #469917.
3856
3857 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3858
3859         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process):
3860         Improve debugging of the ident.
3861
3862 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3863
3864         Patch by: Bruno Santos <brunof at ua dot pt>
3865
3866         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr),
3867         (gst_udp_join_group), (gst_udp_leave_group),
3868         (gst_udp_is_multicast):
3869         * gst/udp/gstudpnetutils.h:
3870         Provide a bunch of helper methods to deal with IPv4 and IPv6
3871         transparently.
3872
3873         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3874         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
3875         (gst_multiudpsink_get_property), (join_multicast),
3876         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
3877         (gst_multiudpsink_remove):
3878         * gst/udp/gstmultiudpsink.h:
3879         Add multicast TTL and loopback properties.
3880         Use the helper methods to implement ip4 and ip6.
3881
3882         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
3883         * gst/udp/gstudpsrc.h:
3884         Use the helper methods to implement ip4 and ip6.
3885         Fixes #515962.
3886
3887 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3888
3889         Patch by: Patrick Radizi <patrick dot radizi at axis dot com>
3890
3891         * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init),
3892         (gst_multipart_demux_get_gstname),
3893         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain):
3894         * gst/multipart/multipartdemux.h:
3895         Don't blindly copy the mime-type as the caps name because they not
3896         always map directly. Instead use a hashtable with common mappings.
3897         Fixes #533287.
3898
3899 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3900
3901         * ext/esd/esdsink.c: (gst_esdsink_write):
3902         When we post an error, we must return -1 to let the parent know that we
3903         cannot write the segment else it will loop and continue to call us again
3904         forever. Patch by Michael Meeks.
3905
3906 2008-05-20  Stefan Kost  <ensonic@users.sf.net>
3907
3908         * gst/videomixer/videomixer.c:
3909           Add missing incudes.
3910
3911 2008-05-20  Peter Kjellerstedt  <pkj@axis.com>
3912
3913         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
3914         (gst_rtp_h264_pay_handle_buffer):
3915         * gst/rtp/gstrtph264pay.h:
3916         Correct a typo (sinle -> single).
3917
3918 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3919
3920         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
3921         (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
3922         (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
3923         (gst_rtp_h264_depay_process):
3924         * gst/rtp/gstrtph264depay.h:
3925         Add experimental support for outputting quicktime-like AVC output in
3926         addition to the existing bytestream output.
3927
3928         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
3929         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
3930         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
3931         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
3932         (gst_rtp_h264_pay_get_property):
3933         * gst/rtp/gstrtph264pay.h:
3934         Make the parsing mode configurable, for some inputs we don't need to
3935         scan every byte for start codes.
3936         Only set the marker bit on ACCESS units.
3937
3938 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3939
3940         * gst/equalizer/gstiirequalizer.c:
3941         Use a bigger type in integer mode for the intermediate results to
3942         prevent overflows. This fixes the crippled sound when using the
3943         equalizer in integer mode. Fixes bug #510865.
3944
3945 2008-05-20  Jan Schmidt  <jan.schmidt@sun.com>
3946
3947         * gst/videomixer/videomixer.c:
3948         * gst/videomixer/videomixer.h:
3949         Instead of a random number for the request pad id's,
3950         use a counter.
3951
3952         Register the videomixerpad class from the element's class_init
3953         where it's safer, and allows the docs generator to scan it.
3954
3955 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3956
3957         * gst/smpte/Makefile.am:
3958         * gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
3959         * gst/smpte/gstsmpte.h:
3960         * gst/smpte/gstsmptealpha.c:
3961         (gst_smpte_alpha_transition_type_get_type),
3962         (gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
3963         (gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
3964         (gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
3965         (gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
3966         (gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
3967         (gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
3968         (gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
3969         * gst/smpte/gstsmptealpha.h:
3970         * gst/smpte/plugin.c: (plugin_init):
3971         Add new plugin that adds the SMPTE transition in the alpha channel of
3972         I420 and AYUV frames so that they can be blended with videomixer later
3973         on. Uses all niceties such as using base transform for efficient alloc
3974         and negotiation. It currently requires GstController to control the
3975         position in the transition effect.
3976
3977 2008-05-19  Stefan Kost  <ensonic@users.sf.net>
3978
3979         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3980         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3981         * docs/plugins/gst-plugins-good-plugins.args:
3982         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3983         * docs/plugins/gst-plugins-good-plugins.interfaces:
3984         * docs/plugins/gst-plugins-good-plugins.types:
3985         * gst/videomixer/videomixer.c:
3986           Try using thaytans new mechanism to get extra classes into plugin
3987           docs. Aparently works for the Eq. For VideoMixer the GObject stuff is
3988           missing still.
3989
3990 2008-05-18  Mark Nauwelaerts  <mnauw@users.sf.net>
3991
3992         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
3993         Set proper rate in avi stream header for PCM audio, and also do some
3994         more sanity checks on caps in this case.  Fixes #511489.
3995
3996 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3997
3998         * sys/v4l2/gstv4l2src.c:
3999         Don't include the gstv4l2xoverlay.h header as the XOverlay support
4000         isn't implemented at all yet and this requires X headers to be
4001         installed. Fixes bug #533264.
4002
4003 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4004
4005         reviewed by: <delete if not using a buddy>
4006
4007         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
4008         (gst_ebml_write_set_cache):
4009         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
4010         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
4011         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
4012         (gst_matroska_demux_read_track_encodings),
4013         (gst_matroska_demux_add_stream),
4014         (gst_matroska_demux_handle_src_query),
4015         (gst_matroska_demux_init_stream),
4016         (gst_matroska_demux_parse_index_cuetrack),
4017         (gst_matroska_demux_parse_index_pointentry),
4018         (gst_matroska_demux_parse_info),
4019         (gst_matroska_demux_parse_metadata_id_simple_tag),
4020         (gst_matroska_demux_parse_metadata),
4021         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
4022         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
4023         (gst_matroska_demux_parse_cluster),
4024         (gst_matroska_demux_parse_contents_seekentry),
4025         (gst_matroska_demux_loop_stream_parse_id),
4026         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
4027         (gst_matroska_demux_audio_caps),
4028         (gst_matroska_demux_subtitle_caps):
4029         * gst/matroska/matroska-demux.h:
4030         * gst/matroska/matroska-ids.c:
4031         (gst_matroska_track_init_subtitle_context):
4032         * gst/matroska/matroska-ids.h:
4033         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
4034         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
4035         (gst_matroska_mux_finish), (gst_matroska_mux_collected):
4036         * sys/v4l2/gstv4l2src.c:
4037         * tests/check/pipelines/wavpack.c: (bus_handler):
4038         * win32/common/config.h:
4039
4040 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
4041
4042         * ext/wavpack/gstwavpackstreamreader.c:
4043         * tests/examples/spectrum/demo-audiotest.c:
4044         * tests/examples/spectrum/demo-osssrc.c:
4045         Fix some compiler warnings.
4046
4047 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4048
4049         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
4050         Small comment added.
4051
4052         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4053         (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
4054         (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
4055         Debug string cleanups (remove trailing \n)
4056         Refactor and clean up the payloader a bit and make sure that we only
4057         put one NAL unit in an RTP packet even if the input buffer contains
4058         multiple NAL units.
4059         Add suport for AVC format input.
4060
4061 2008-05-14  Peter Kjellerstedt  <pkj@axis.com>
4062
4063         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4064         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer),
4065         (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property):
4066         * gst/rtp/gstrtph264pay.h:
4067         Make it possible to specify profile-level-id and sprop-parameter-sets
4068         using properties in case they are not available in-stream.
4069
4070 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
4071
4072         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4073         * docs/plugins/gst-plugins-good-plugins.args:
4074         * docs/plugins/inspect/plugin-ladspa.xml:
4075           Remove ladspa fro plugin-docs, its in gst-plugins-bad.
4076
4077 2008-05-13  Mark Nauwelaerts  <mnauw@users.sf.net>
4078
4079         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
4080         Send an initial BYTE segment to inform downstream of later seeking,
4081         and to forego sync attempts.
4082
4083 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4084
4085         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
4086         Fix wrong caps string.
4087
4088 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4089
4090         Based on patch by: Olivier Crete <tester at tester dot ca>
4091
4092         * gst/rtp/Makefile.am:
4093         * gst/rtp/gstrtp.c: (plugin_init):
4094         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_base_init),
4095         (gst_rtp_g729_depay_class_init), (gst_rtp_g729_depay_init),
4096         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process),
4097         (gst_rtp_g729_depay_plugin_init):
4098         * gst/rtp/gstrtpg729depay.h:
4099         * gst/rtp/gstrtpg729pay.c: (gst_rtpg729pay_base_init),
4100         (gst_rtpg729pay_class_init), (gst_rtpg729pay_init),
4101         (gst_rtpg729pay_setcaps), (gst_rtp_g729_pay_plugin_init):
4102         * gst/rtp/gstrtpg729pay.h:
4103         Added G729 pay and depayloaders. Fixes #532409.
4104
4105 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4106
4107         * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
4108         Fix the calculation of the duration of the concealment packets.
4109
4110 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4111
4112         Based on patch by: Olivier Crete <tester at tester dot ca>
4113
4114         * gst/rtp/Makefile.am:
4115         * gst/rtp/gstrtp.c: (plugin_init):
4116         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
4117         (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
4118         (parse_encode), (gst_rtp_dv_depay_setcaps),
4119         (calculate_difblock_location), (gst_rtp_dv_depay_process),
4120         (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
4121         (gst_rtp_dv_depay_plugin_init):
4122         * gst/rtp/gstrtpdvdepay.h:
4123         * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
4124         (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
4125         (gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
4126         (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
4127         (gst_dv_pay_negotiate), (include_dif),
4128         (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
4129         * gst/rtp/gstrtpdvpay.h:
4130         Add DV pay and depayloaders. Fixes #532423.
4131
4132 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4133
4134         * gst/matroska/matroska-demux.c:
4135         (gst_matroska_demux_push_dvd_clut_change_event):
4136         Convert subtitle palette info in VobSub private data from VobSub's
4137         (buggy) RGB to YUV.
4138
4139 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4140
4141         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset):
4142         Do not leave fourcc stream header field empty upon reset.
4143         Fixes #519301.
4144
4145 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
4146
4147         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4148         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4149         * docs/plugins/inspect/plugin-goom.xml:
4150         * docs/plugins/inspect/plugin-goom2k1.xml:
4151         * gst/goom/gstgoom.c:
4152         * gst/goom2k1/gstgoom.c:
4153         Add goom2k1 into the docs.
4154
4155 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4156
4157         Based on patch by: Wouter Cloetens  <wouter at mind be>
4158
4159         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4160         (gst_rtspsrc_skip_lws), (gst_rtspsrc_unskip_lws),
4161         (gst_rtspsrc_skip_commas), (gst_rtspsrc_skip_item),
4162         (gst_rtsp_decode_quoted_string),
4163         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr),
4164         (gst_rtspsrc_setup_auth):
4165         Support Digest authentication. Fixes #532065.
4166
4167 2008-05-08  Stefan Kost  <ensonic@users.sf.net>
4168
4169         * gst/level/gstlevel.c:
4170           Also support 32bit (e.g. whe having it after 'mad'). Add more notes
4171           about whats needed for liboil acceleration. Simplify docs a bit.
4172
4173 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
4174
4175         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4176
4177         * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
4178         Update the track duration if the old one was invalid.
4179         Fixes bug #532117.
4180
4181 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4182
4183         * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
4184           Use GST_STR_NULL when trying to print sps and pps strings that could
4185           be NULL, as this might crash on some platforms.
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_setup_ddraw):
4192           Do IDirectDrawClipper_SetHWnd() if the window ID has already been
4193           set after creating the clipper.
4194
4195 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4196
4197         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4198
4199         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
4200           Added checking of surface lost case after an unsuccessful
4201           IDirectDrawSurface7_Lock() call.
4202           If surface is lost, return GST_FLOW_OK.
4203
4204 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4205
4206         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4207
4208         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
4209           WndProc, gst_directdraw_sink_window_thread):
4210           Improved Windows message loop and fixed window destruction issue.
4211           When the window which DirectDraw is rendering to is destroyed, the
4212           render/show_frame function will return GST_FLOW_ERROR.
4213           Partially fixes #520885.
4214
4215 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4216
4217         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4218
4219         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
4220           Fixed mid stream resolution change bug, the offscreen surface is now
4221           released when set_caps is called.
4222           Partially fixes #520885.
4223
4224 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4225
4226         * sys/directdraw/gstdirectdrawsink.c
4227           (gst_directdraw_sink_buffer_alloc):
4228           Make it so that gst_directdraw_sink_buffer_alloc uses the right
4229           width/height.
4230
4231           Especially when looking through the pool of buffers, make sure that
4232           the width/height of caps is used instead of the already negotiated
4233           dimensions.
4234           For example if a buffer with different caps is requested, i.e.
4235           higher resolution, the caller would get a buffer with the old
4236           dimensions and thus corrupt the heap.
4237
4238 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4239
4240         * sys/directdraw/gstdirectdrawsink.c
4241           (gst_directdraw_sink_buffer_alloc):
4242           Clear the flags on recycled buffers from buffer_alloc.
4243           Partially fixes #520885.
4244
4245 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4246
4247         * gst/rtp/gstrtpilbcpay.c:
4248           Added missing stdlib.h include for strtol(), and made include ordering and
4249           style consistent with the corresponding depayloader.
4250
4251 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4252
4253         * configure.ac:
4254           Error out if we don't have the required core/base versions.
4255
4256 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4257
4258         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4259
4260         * sys/osxvideo/cocoawindow.m:
4261         Fix compiler warnings on PPC64. Fixes bug #499318.
4262
4263 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
4264
4265         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4266
4267         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
4268         Don't leak file descriptors on error. Fixes #531532.
4269
4270 2008-05-03  Sebastian Dröge  <slomo@circular-chaos.org>
4271
4272         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4273         (gst_gconf_audio_src_change_state):
4274         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4275         (gst_gconf_video_sink_change_state):
4276         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4277         (gst_gconf_video_src_change_state):
4278         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
4279         (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
4280         When we can't create a fakesink/fakesrc complain instead of unreffing
4281         NULL pointers and crashing later. See bug #530535.
4282
4283 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4284
4285         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
4286         Add some more debug info and guard against small payloads.
4287
4288         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4289         Set duration on outgoing buffers because we can.
4290
4291 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4292
4293         Patch by: Olivier Crete <tester at tester dot ca>
4294
4295         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
4296         (gst_speex_enc_init), (gst_speex_enc_chain):
4297         Add negotiation for the speex channels and rate. Fixes #465146.
4298
4299 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4300
4301         Patch by: Olivier Crete <tester at tester dot ca>
4302
4303         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
4304         (gst_rtp_speex_pay_getcaps):
4305         Add negotiation for the speex channels and rate. See #465146.
4306
4307 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4308
4309         Patch by: Olivier Crete <tester at tester dot ca>
4310
4311         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
4312         (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
4313         Add negotiation for the ILBC mode. See #465146.
4314
4315 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
4316
4317         * ext/soup/gstsouphttpsrc.c:
4318           Include stdlib to fix the build. Use g_free instead of free, libsoup
4319           uses glib.
4320
4321 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4322
4323         Patch by: j^ <j@bootlab.org>
4324
4325         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4326         Add more mpeg2 variants. Fixes #530886.
4327
4328 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
4329
4330         Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
4331
4332         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4333           Don't error out if we get an ICMP destination-unreachable
4334           message when trying to read packets on win32 (#529454).
4335
4336 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4337
4338         * configure.ac:
4339         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
4340           Use new error code for encrypted streams (which requires core CVS).
4341
4342 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4343
4344         * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
4345           (gst_qtdemux_audiosrc_template):
4346           Fix swapped pad template names, spotted by Thiago Sousa Santos.
4347
4348 2008-04-30  Wim Taymans  <wim.taymans@collabora.co.uk>
4349
4350         * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
4351         (speex_dec_chain_parse_data):
4352         Produce concealment data when time progresses in a segment update.
4353
4354 2008-04-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4355
4356         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
4357         (speex_dec_chain):
4358         Try to preserve input timestamps when we can.
4359         Do beginnings of error concealment.
4360
4361 2008-04-28  Michael Smith <msmith@songbirdnest.com>
4362
4363         * gst/debug/gstnavigationtest.c:
4364           MSVC doesn't provide rint(), define an adequate replacement locally as
4365           elsewhere.
4366
4367 2008-04-28  Julien Moutte  <julien@fluendo.com>
4368
4369         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
4370         format to pacify Mac OSX's gcc.
4371
4372 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4373
4374         * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
4375           (DEFAULT_MAX), (src_template), (sink_template),
4376           (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
4377           (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
4378           (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
4379           Bring rndbuffersize element into a state that doesn't require us
4380           to move it to -bad immediately. For one, fix up default min/max
4381           values so that the element actuall works using the default values.
4382           Also, don't ignore flow return values and do some kind of minimal
4383           eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
4384           other gratuitious clean-ups.
4385
4386 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4387
4388         * docs/plugins/Makefile.am:
4389         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4390         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4391         * docs/plugins/gst-plugins-good-plugins.args:
4392         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4393         * docs/plugins/gst-plugins-good-plugins.interfaces:
4394         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4395         * docs/plugins/inspect/plugin-1394.xml:
4396         * docs/plugins/inspect/plugin-aasink.xml:
4397         * docs/plugins/inspect/plugin-alaw.xml:
4398         * docs/plugins/inspect/plugin-alpha.xml:
4399         * docs/plugins/inspect/plugin-alphacolor.xml:
4400         * docs/plugins/inspect/plugin-annodex.xml:
4401         * docs/plugins/inspect/plugin-apetag.xml:
4402         * docs/plugins/inspect/plugin-audiofx.xml:
4403         * docs/plugins/inspect/plugin-auparse.xml:
4404         * docs/plugins/inspect/plugin-autodetect.xml:
4405         * docs/plugins/inspect/plugin-avi.xml:
4406         * docs/plugins/inspect/plugin-cacasink.xml:
4407         * docs/plugins/inspect/plugin-cairo.xml:
4408         * docs/plugins/inspect/plugin-cdio.xml:
4409         * docs/plugins/inspect/plugin-cutter.xml:
4410         * docs/plugins/inspect/plugin-debug.xml:
4411         * docs/plugins/inspect/plugin-dv.xml:
4412         * docs/plugins/inspect/plugin-efence.xml:
4413         * docs/plugins/inspect/plugin-effectv.xml:
4414         * docs/plugins/inspect/plugin-equalizer.xml:
4415         * docs/plugins/inspect/plugin-esdsink.xml:
4416         * docs/plugins/inspect/plugin-flac.xml:
4417         * docs/plugins/inspect/plugin-flxdec.xml:
4418         * docs/plugins/inspect/plugin-gamma.xml:
4419         * docs/plugins/inspect/plugin-gconfelements.xml:
4420         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4421         * docs/plugins/inspect/plugin-goom.xml:
4422         * docs/plugins/inspect/plugin-halelements.xml:
4423         * docs/plugins/inspect/plugin-icydemux.xml:
4424         * docs/plugins/inspect/plugin-id3demux.xml:
4425         * docs/plugins/inspect/plugin-jpeg.xml:
4426         * docs/plugins/inspect/plugin-level.xml:
4427         * docs/plugins/inspect/plugin-matroska.xml:
4428         * docs/plugins/inspect/plugin-monoscope.xml:
4429         * docs/plugins/inspect/plugin-mulaw.xml:
4430         * docs/plugins/inspect/plugin-multifile.xml:
4431         * docs/plugins/inspect/plugin-multipart.xml:
4432         * docs/plugins/inspect/plugin-navigationtest.xml:
4433         * docs/plugins/inspect/plugin-ossaudio.xml:
4434         * docs/plugins/inspect/plugin-png.xml:
4435         * docs/plugins/inspect/plugin-quicktime.xml:
4436         * docs/plugins/inspect/plugin-rtp.xml:
4437         * docs/plugins/inspect/plugin-rtsp.xml:
4438         * docs/plugins/inspect/plugin-shout2send.xml:
4439         * docs/plugins/inspect/plugin-smpte.xml:
4440         * docs/plugins/inspect/plugin-spectrum.xml:
4441         * docs/plugins/inspect/plugin-speex.xml:
4442         * docs/plugins/inspect/plugin-taglib.xml:
4443         * docs/plugins/inspect/plugin-udp.xml:
4444         * docs/plugins/inspect/plugin-video4linux2.xml:
4445         * docs/plugins/inspect/plugin-videobalance.xml:
4446         * docs/plugins/inspect/plugin-videobox.xml:
4447         * docs/plugins/inspect/plugin-videocrop.xml:
4448         * docs/plugins/inspect/plugin-videoflip.xml:
4449         * docs/plugins/inspect/plugin-videomixer.xml:
4450         * docs/plugins/inspect/plugin-wavenc.xml:
4451         * docs/plugins/inspect/plugin-wavpack.xml:
4452         * docs/plugins/inspect/plugin-wavparse.xml:
4453         * docs/plugins/inspect/plugin-ximagesrc.xml:
4454           Add docs for gdkpixbufsink; update docs to CVS version.
4455
4456 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4457
4458         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4459         Remove test sync-offset by default.
4460
4461 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4462
4463         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
4464         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
4465         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4466           Use GLib versions of htonl, htons, ntohl and ntohs in order
4467           to avoid problems on win32 (#529707).
4468
4469 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4470
4471         Patch by: Jesús Corrius <jesus at softcatala org>
4472
4473         * gst/goom/filters.c: (zoomVector):
4474         * gst/goom/goom_core.c: (init_buffers):
4475           Fix build with mingw32: use rand() instead of random() and
4476           replace bzero() with memset(). Fixes #529692.
4477
4478 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4479
4480         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
4481         Fix typo in comments.
4482
4483         * tests/examples/rtp/client-H263p-PCMA.sdp:
4484         * tests/examples/rtp/client-H263p-PCMA.sh:
4485         * tests/examples/rtp/client-H264-PCMA.sdp:
4486         * tests/examples/rtp/client-H264-PCMA.sh:
4487         * tests/examples/rtp/client-H264.sdp:
4488         * tests/examples/rtp/client-H264.sh:
4489         * tests/examples/rtp/client-PCMA.sdp:
4490         * tests/examples/rtp/client-PCMA.sh:
4491         * tests/examples/rtp/server-alsasrc-PCMA.sh:
4492         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
4493         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4494         Add some more docs and fix examples.
4495
4496 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
4497
4498         * tests/check/elements/multifile.c:
4499         Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
4500         declared in the former, some have it declared in the latter.
4501
4502 2008-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
4503
4504         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
4505         * gst/debug/tests.c: (md5_get_value):
4506         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4507         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
4508         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
4509         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
4510         Stop using deprecated GLib functions.
4511
4512 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
4513
4514         * configure.ac:
4515         Back to development -> 0.10.8.1
4516
4517 === release 0.10.8 ===
4518
4519 2008-04-23  Jan Schmidt <jan.schmidt@sun.com>
4520
4521         * configure.ac:
4522           releasing 0.10.8, "One For The Money"
4523
4524 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4525
4526         * configure.ac:
4527         0.10.7.4 pre-release
4528
4529 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4530
4531         * gst/goom/config_param.c: (goom_plugin_parameters_free):
4532         * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
4533         * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
4534         * gst/goom/flying_stars_fx.c: (fs_free):
4535         * gst/goom/goom_config_param.h:
4536         * gst/goom/goom_core.c: (goom_init), (goom_close):
4537         * gst/goom/goom_plugin_info.h:
4538         * gst/goom/gstgoom.c: (gst_goom_finalize):
4539         * gst/goom/lines.c: (goom_lines_free):
4540         * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
4541         * gst/goom/surf3d.c: (grid3d_free):
4542         * gst/goom/surf3d.h:
4543         * gst/goom/tentacle3d.c: (tentacle_free):
4544         Free a bunch of stuff, and initialise things to fix leaks
4545         and valgrind warnings in the testsuite.
4546
4547         Fixes: #529268
4548
4549 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4550
4551         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
4552         (gst_rtspsrc_configure_caps):
4553         Ref caps as the return value for the request_pt_map signal.
4554         Remove some caps weirdness when configuring a stream. See #528245.
4555
4556 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
4557
4558         * tests/icles/gdkpixbufsink-test.c:
4559           Add cast to placate gcc 4.1.2.
4560
4561 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4562
4563         * configure.ac:
4564         0.10.7.3 pre-release
4565
4566 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4567
4568         * tests/check/Makefile.am:
4569         Disable some more elements in the state test.
4570         Add a define so the soup test can find the test files
4571         it needs at runtime.
4572
4573         * tests/check/elements/souphttpsrc.c: (run_server):
4574
4575         Add a define so the soup test can find the test files
4576         it needs at runtime.
4577
4578 2008-04-17  Jan Schmidt  <Jan.Schmidt@sun.com>
4579
4580         * gst/goom/convolve_fx.c: (convolve_apply):
4581         Don't ever draw the GOOM logo.
4582         Fixes: #528615
4583
4584 2008-04-17  Edward Hervey  <edward.hervey@collabora.co.uk>
4585
4586         * ext/cdio/gstcdiocddasrc.c:
4587         * ext/dv/gstdvdemux.c: 
4588         gst_atomic_int_set ==> g_atomic_int_set
4589
4590 2008-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4591
4592         * configure.ac:
4593         * gst/goom/Makefile.am:
4594         * gst/goom/convolve_fx.c:
4595         * gst/goom/default_scripts.h:
4596         * gst/goom/goom.h:
4597         * gst/goom/goom_core.c: (choose_a_goom_line):
4598         * gst/goom/goom_plugin_info.h:
4599         * gst/goom/goomsl.c:
4600         * gst/goom/goomsl.h:
4601         * gst/goom/goomsl_hash.c:
4602         * gst/goom/goomsl_hash.h:
4603         * gst/goom/goomsl_heap.c:
4604         * gst/goom/goomsl_heap.h:
4605         * gst/goom/goomsl_private.h:
4606         * gst/goom/plugin_info.c:
4607           Strip out the config/script parsing stuff, we don't need it.
4608           Fixes #527999.
4609
4610 2008-04-15  Tim-Philipp Müller  <tim at centricular dot net>
4611
4612         * gst/goom/plugin_info.c: (setOptimizedMethods):
4613           Disable altivec optimisations for 32-bit PPC as well to make
4614           things build properly on all PPC systems. Fixes #528143
4615
4616 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
4617
4618         * gst-plugins-good.spec.in:
4619           Update for souphttpsrc plugin which has moved to -good.
4620
4621 2008-04-14  Jan Schmidt  <Jan.Schmidt@sun.com>
4622
4623         * gst/matroska/matroska-demux.c:
4624         (gst_matroska_demux_handle_seek_event):
4625         Fix open-ended seeks in matroskademux
4626         Patch by: Mark Nauwelaerts <manauw skynet be>
4627         Fixes: #526557
4628
4629 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
4630
4631         * tests/check/Makefile.am:
4632         Add soup test certificates to the dist.
4633
4634 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4635
4636         * ext/Makefile.am:
4637         Remove LADSPA reference I missed.
4638
4639 2008-04-13  Sebastian Dröge  <slomo@circular-chaos.org>
4640
4641         * ext/soup/gstsouphttpsrc.c: (plugin_init):
4642         Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
4643         over gnome-vfs and everything else. Fixes bug #527848.
4644
4645 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4646
4647         * configure.ac:
4648         * ext/Makefile.am:
4649         Remove LADSPA plugin. Fixes: #515978
4650
4651 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4652
4653         * configure.ac:
4654         * docs/plugins/Makefile.am:
4655         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4656         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4657         * docs/plugins/gst-plugins-good-plugins.args:
4658         * docs/plugins/inspect/plugin-soup.xml:
4659         * ext/Makefile.am:
4660         * tests/check/Makefile.am:
4661         Move soup plugin from -bad (Fixes: #523124)
4662
4663 2008-04-11  Jan Schmidt  <Jan.Schmidt@sun.com>
4664
4665         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
4666         Fix bounds checking of mode in Speex header, which may
4667         produce negative numbers in speex <= 1.1.12
4668
4669 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
4670
4671         * gst/goom/Makefile.am:
4672         * gst/goom/gfontlib.c:
4673         * gst/goom/gfontlib.h:
4674         * gst/goom/gfontrle.c:
4675         * gst/goom/gfontrle.h:
4676         * gst/goom/goom.h:
4677         * gst/goom/goom_core.c: (goom_update):
4678         * gst/goom/goom_plugin_info.h:
4679         * gst/goom/gstgoom.c: (gst_goom_chain):
4680         * gst/goom/plugin_info.c:
4681           Remove a bunch of font/text related code that we don't need.
4682
4683 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
4684
4685         * gst/goom/ppc_drawings.s:
4686         * gst/goom/ppc_zoom_ultimate.s:
4687           Change license of these files to LGPL, as permitted by the
4688           author, Guillaume Borios. See #515073.
4689
4690 2008-04-09  Stefan Kost  <ensonic@users.sf.net>
4691
4692         * gst/goom/convolve_fx.c:
4693         * gst/goom/motif_goom1.h:
4694         * gst/goom/motif_goom2.h:
4695           As hinted in Bug #518213, revert one change and fix warnings properly.
4696           This fixes both #518213 and #520073 for me.     
4697
4698 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
4699
4700         * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
4701         * gst/matroska/matroska-demux.c:
4702         (gst_matroska_demux_handle_seek_event),
4703         (gst_matroska_demux_parse_contents_seekentry),
4704         (gst_matroska_demux_loop):
4705         Fix the Forte build by making function declaration signatures
4706         match the implementations.
4707
4708 2008-04-08  Tim-Philipp Müller  <tim at centricular dot net>
4709
4710         * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
4711         * sys/oss/gstosssink.c: (gst_oss_sink_reset):
4712         * sys/oss/gstosssrc.c: (gst_oss_src_reset):
4713           More logging when probing (see #518474), some comments in _reset().
4714
4715 2008-04-07  Julien Moutte  <julien@fluendo.com>
4716
4717         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
4718         because of a bad argument number.
4719
4720 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
4721
4722         * tests/icles/.cvsignore:
4723         * tests/icles/Makefile.am:
4724         * tests/icles/gdkpixbufsink-test.c:
4725           Interactive test app for gdkpixbufsink.
4726
4727 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
4728
4729         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
4730
4731         * configure.ac:
4732         Actually build dlls when cross-compiling with mingw32.
4733         Fixes bug #526247.
4734
4735 2008-04-05  Tim-Philipp Müller  <tim at centricular dot net>
4736
4737         * ext/hal/hal.c: (gst_hal_get_alsa_element):
4738           Don't munge device string to 'default:x' for capture devices.
4739           Fixes #525833.
4740
4741 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
4742
4743         * ext/wavpack/gstwavpackparse.c:
4744         (gst_wavpack_parse_index_entry_free):
4745         Always use GSlice as we actually depend on GLib 2.12 already.
4746
4747 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
4748
4749         * configure.ac:
4750           Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
4751           Also bump the GLib requirement to the current de-facto requirement
4752           (ie. 2.12).
4753
4754 2008-04-04  Wim Taymans  <wim.taymans@collabora.co.uk>
4755
4756         * gst/rtp/gstrtph264pay.c: (encode_base64),
4757         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
4758         * gst/rtp/gstrtph264pay.h:
4759         Parse codec_data for future AVC compatibility.
4760         Fail when we encounter AVC data for now.
4761
4762 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
4763
4764         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
4765           (gst_spectrum_init), (gst_spectrum_set_property),
4766           (gst_spectrum_get_property), (gst_spectrum_message_new):
4767           Rename property enums and default defines for the properties to match
4768           the property names and rephrase property descriptions to make them a
4769           bit clearer (hopefully). See #518188.
4770
4771 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
4772
4773         * tests/check/Makefile.am:
4774         * tests/check/elements/.cvsignore:
4775         * tests/check/elements/gdkpixbufsink.c:
4776           Add unit test for gdkpixbufsink element.
4777
4778 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
4779
4780         * ext/gdk_pixbuf/Makefile.am:
4781         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
4782         * ext/gdk_pixbuf/gstgdkpixbufsink.c:
4783           (gst_gdk_pixbuf_sink_base_init),
4784           (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
4785           (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
4786           (gst_gdk_pixbuf_sink_set_caps),
4787           (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
4788           (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
4789           (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
4790           (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
4791           (gst_gdk_pixbuf_sink_get_property):
4792         * ext/gdk_pixbuf/gstgdkpixbufsink.h:
4793           Add gdkpixbufsink element for easy snapshotting (#525946).
4794
4795 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4796
4797         * tests/check/pipelines/wavpack.c: (wavpack_suite):
4798         Bump timeout from 3 to 60 seconds.
4799
4800 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4801
4802         * tests/check/pipelines/.cvignore:
4803         Remove useless file.
4804
4805         * tests/check/pipelines/.cvsignore:
4806         Add new test to .cvsignore.
4807
4808 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4809
4810         * tests/check/Makefile.am:
4811         * tests/check/pipelines/wavpack.c: (bus_handler),
4812         (identity_handoff), (fakesink_handoff), (GST_START_TEST),
4813         (wavpack_suite), (main):
4814         Add unit test that encodes and decodes some data, checks that it
4815         is still the same and that all timestamps/offsets are perfect.
4816
4817 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4818
4819         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
4820         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
4821         * ext/wavpack/gstwavpackparse.c:
4822         (gst_wavpack_parse_index_entry_new),
4823         (gst_wavpack_parse_index_entry_free),
4824         (gst_wavpack_parse_base_init),
4825         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
4826         Use GSlice for allocating index entries and use
4827         gst_element_class_set_details_simple().
4828
4829 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
4830
4831         Patch by: Brian Cameron <brian.cameron at sun dot com>
4832
4833         * sys/sunaudio/gstsunaudio.c:
4834         * sys/sunaudio/gstsunaudiomixer.c:
4835         * sys/sunaudio/gstsunaudiomixer.h:
4836         * sys/sunaudio/gstsunaudiomixerctrl.c:
4837         * sys/sunaudio/gstsunaudiomixerctrl.h:
4838         * sys/sunaudio/gstsunaudiomixertrack.c:
4839         * sys/sunaudio/gstsunaudiomixertrack.h:
4840         * sys/sunaudio/gstsunaudiosink.c:
4841         * sys/sunaudio/gstsunaudiosink.h:
4842         * sys/sunaudio/gstsunaudiosrc.c:
4843         * sys/sunaudio/gstsunaudiosrc.h:
4844           Fix up copyrights (#525860).
4845
4846 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
4847
4848         * gst/goom/goomsl.c: (gsl_read_file):
4849           Check return value of fread() to avoid compiler warnings.
4850
4851 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4852
4853         Based on patch by: Mersad Jelacic <mersad at axis dot com>
4854
4855         * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
4856         (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
4857         * gst/law/alaw-decode.h:
4858         * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
4859         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
4860         (gst_mulawdec_chain), (gst_mulawdec_change_state):
4861         * gst/law/mulaw-decode.h:
4862         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
4863         Make negotiation a bit modern.
4864         Use pad_alloc. Fixes #525359.
4865
4866 2008-03-31  David Schleef  <ds@schleef.org>
4867
4868         * gst/goom/xmmx.c: Fix constraints on asm code so that it
4869           compiles consistently.  Fixes #522278.
4870
4871 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
4872
4873         Patch by: Brian Cameron <brian.cameron at sun dot com>
4874
4875         * sys/sunaudio/gstsunaudiomixerctrl.c:
4876           (gst_sunaudiomixer_ctrl_get_volume),
4877           (gst_sunaudiomixer_ctrl_set_volume):
4878         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
4879           Fix up the mixer tracks to use a volume range of 0-255, which is what
4880           the sun audio API uses. This simplifies the code and avoids rounding
4881           errors. Fixes #524593.
4882
4883 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
4884
4885         * sys/v4l2/gstv4l2object.c:
4886         * sys/v4l2/gstv4l2object.h:
4887         Add device-fd property to make it possible to apps to call ioctl's.
4888
4889 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4890
4891         * gst/qtdemux/qtdemux.c: (next_entry_size):
4892         Unbreak streaming mode again.
4893
4894 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
4895
4896         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
4897           Remove superfluous DEBUG macro.
4898
4899 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
4900
4901         Based on patch by: William M. Brack <wbrack at mmm com hk>
4902
4903         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
4904           (gst_v4l2src_set_capture):
4905           Check whether the device supports setting the framerate before
4906           trying to set it and then posting a warning or error if it doesn't
4907           work (#516649, #520092). Also compare fractions more correctly.
4908
4909 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
4910
4911         * gst/goom/Makefile.am:
4912           Remove ppc assembler optimisations from the build until they
4913           actually build (they also seem to have GPL headers).
4914
4915 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
4916
4917         * m4/Makefile.am:
4918           Better not dist files that don't exist any longer (lrint*m4).
4919
4920 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4921
4922         * configure.ac:
4923         * m4/lrint.m4:
4924         * m4/lrintf.m4:
4925         Remove lrint/lrintf checks. We don't use it anywhere.
4926
4927 2008-03-18  Andy Wingo  <wingo@pobox.com>
4928
4929         * sys/osxvideo/osxvideosink.m
4930         (gst_osx_video_sink_osxwindow_destroy)
4931         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
4932         task, whoopdee.
4933         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
4934         2 ms.
4935
4936 2008-03-18  Andy Wingo  <wingo@pobox.com>
4937
4938         * sys/osxvideo/osxvideosink.m
4939         (gst_osx_video_sink_osxwindow_destroy)
4940         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
4941         task, whoopdee.
4942         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
4943         2 ms.
4944         
4945 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
4946
4947         Patch by: William M. Brack <wbrack at mmm com hk>
4948
4949         * sys/v4l2/v4l2src_calls.c:
4950           (gst_v4l2src_probe_caps_for_format_and_size),
4951           (gst_v4l2src_probe_caps_for_format):
4952           Make sure the probed frame sizes are reversed in the resulting
4953           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
4954           highest resolution first); also remove unused variable.
4955           (Partly fixes #520092)
4956
4957 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
4958
4959         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4960
4961         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4962         (gst_rtspsrc_finalize):
4963         Call WSAStartup() and WSACleanup before using the Winsock API.
4964         See #520808.
4965
4966 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4967
4968         * gst/avi/gstavidemux.c:
4969           Erm, the buffer-size is just guint, no need for the special format
4970           specifier.
4971
4972 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
4973
4974         * gst/goom/plugin_info.c:
4975         * gst/goom/ppc_zoom_ultimate.h:
4976           Small fixes to build more on PPC: ifdef out code that uses unknown
4977           define; add newline at end of header file to avoid compiler warning.
4978           Assembler code still doesn't build though.
4979
4980 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4981
4982         * gst/avi/gstavidemux.c:
4983           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
4984           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
4985
4986 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4987
4988         * gst/avi/gstavidemux.c:
4989           Chunksize is uint32. Fix format specifier.
4990
4991 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
4992
4993         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
4994         mistake. Return file to pure MIT text.
4995
4996 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
4997
4998         * gst/audiofx/audiofx.c:
4999         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
5000         of hardcoding values.
5001
5002 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5003
5004         Patch by: Mark Nauwelaerts <manauw skynet be>
5005
5006         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
5007           (gst_oss_src_close):
5008         * sys/oss/gstosssrc.h:
5009           Cache probed caps, so _get_caps() during recording doesn't cause
5010           ioctl calls which may disrupt the recording (fixes #521875).
5011
5012 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5013
5014         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
5015         (gst_qtdemux_activate_segment),
5016         (gst_qtdemux_prepare_current_sample),
5017         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
5018         Make sure we always send a DISCONT after a seek by setting the sample
5019         index to an undefined value after a seek.
5020
5021 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5022
5023         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
5024           (GST_IS_AVI_SUBTITLE_CLASS):
5025           Fix up IS_FOO macros, which makes gtk-doc much happier.
5026
5027 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
5028
5029         * tests/icles/Makefile.am:
5030           Move the -lgstfoo where it belongs.
5031
5032 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5033
5034         * gst/matroska/ebml-ids.h:
5035         Add ID for EBML CRC32 elements.
5036
5037         * gst/matroska/Makefile.am:
5038         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
5039         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
5040         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
5041         (gst_ebml_read_header):
5042         Support reading 80bit floats, add finalize method to clean up
5043         in any case, support reading length/id elements with any length
5044         as long as it's smaller than our supported maximum, don't leak
5045         buffers if reading as much data as we wanted failed and some
5046         smaller cleanup.
5047
5048 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5049
5050         Patch by: Olivier Crete <tester at tester dot ca>
5051
5052         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
5053         Check that a buffer is large enough before reading from it.
5054         Fixes bug #521102.
5055         
5056 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5057
5058         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5059         Fix compilation after removing the GstPollMode from the
5060         constructor.
5061
5062 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5063
5064         * configure.ac:
5065         * gst/audiofx/Makefile.am:
5066         * gst/audiofx/audiochebband.c:
5067         * gst/audiofx/audiocheblimit.c:
5068         * gst/audiofx/math_compat.h:
5069         Check for sinh(), cosh() and asinh() and define our own
5070         implementations if they're not available. Fixes bug #520880.
5071
5072 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5073
5074         Patch by: Olivier Crete <tester at tester dot ca>
5075
5076         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
5077         Unref the buffers only once when handling not-negotiated errors.
5078         Fixes bug #520764.
5079
5080 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5081
5082         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5083
5084         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
5085         (gst_udpsrc_stop):
5086         Properly balance WSA_Cleanup with WSA_Startup.
5087         Also make the poll controllable on windows. Fixes #520888.
5088
5089 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
5090
5091         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
5092         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
5093         (gst_ebml_read_element_length), (gst_ebml_peek_id),
5094         (gst_ebml_read_skip), (gst_ebml_read_buffer),
5095         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
5096         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
5097         (gst_ebml_read_date), (gst_ebml_read_master),
5098         (gst_ebml_read_binary), (gst_ebml_read_header):
5099         * gst/matroska/ebml-read.h:
5100         * gst/matroska/matroska-demux.c:
5101         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
5102         (gst_matroska_demux_read_track_encodings),
5103         (gst_matroska_demux_add_stream),
5104         (gst_matroska_demux_handle_src_query),
5105         (gst_matroska_demux_handle_seek_event),
5106         (gst_matroska_demux_init_stream),
5107         (gst_matroska_demux_parse_tracks),
5108         (gst_matroska_demux_parse_index_cuetrack),
5109         (gst_matroska_demux_parse_index_pointentry),
5110         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
5111         (gst_matroska_demux_parse_metadata_id_simple_tag),
5112         (gst_matroska_demux_parse_metadata_id_tag),
5113         (gst_matroska_demux_parse_metadata),
5114         (gst_matroska_demux_sync_streams),
5115         (gst_matroska_demux_push_hdr_buf),
5116         (gst_matroska_demux_push_flac_codec_priv_data),
5117         (gst_matroska_demux_push_xiph_codec_priv_data),
5118         (gst_matroska_demux_add_wvpk_header),
5119         (gst_matroska_demux_check_subtitle_buffer),
5120         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
5121         (gst_matroska_demux_parse_cluster),
5122         (gst_matroska_demux_parse_contents_seekentry),
5123         (gst_matroska_demux_parse_contents),
5124         (gst_matroska_demux_loop_stream_parse_id),
5125         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
5126         * gst/matroska/matroska-demux.h:
5127         * gst/matroska/matroska-ids.h:
5128         Handle return values from pull_range in a more granular way to properly
5129         shut down on seeks.
5130         Combine return values from push.
5131         Implement proper error handling.
5132         Prepare for handling seeking correctly.
5133
5134 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
5135
5136         * gst/matroska/ebml-read.c:
5137         Use GINT64 formatting constants from GLIB.
5138
5139         * gst/matroska/matroska-demux.c:
5140         Add some guards to avoid a possible division by 0 and crashing
5141         with NULL events on some systems.
5142         Use gst_gdouble_to_guint64 somewhere instead of an implicit
5143         conversion. 
5144
5145         * gst/matroska/matroska-mux.c:
5146         Check for invalid timestamps in a bunch of places to avoid
5147         writing bogus durations into the output file.
5148         Fix some double<->gint64 conversions that weren't using
5149         gst_guint64_to_gdouble
5150
5151 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5152
5153         * configure.ac:
5154         Move the checks for bison, flex and as to the program section and the
5155         check for gcc inline asm to the compiler characteristics section.
5156
5157 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5158
5159         * configure.ac:
5160         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
5161         plug-ins are included/excluded. (#498222)
5162
5163 2008-02-29  Michael Smith <msmith@fluendo.com>
5164
5165         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
5166           Don't call gst_object_sync_values() unless we have a valid timestamp.
5167
5168 2008-02-28  David Schleef  <ds@schleef.org>
5169
5170         * gst/matroska/matroska-demux.c:
5171         * gst/matroska/matroska-ids.h:
5172         * gst/matroska/matroska-mux.c:
5173           Fix Dirac mapping.  I had previously added a VfW-type
5174           mapping, but it looks like Dirac will get a native Matroska
5175           mapping, and this is the most likely method.
5176
5177 2008-02-28  David Schleef  <ds@schleef.org>
5178
5179         * gst/avi/gstavimux.c: Add Dirac encoding
5180
5181 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5182
5183         Patch by: Peter Kjellerstedt <pkj at axis com>
5184
5185         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
5186         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
5187         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
5188         * gst/udp/gstudpsrc.h:
5189         Port to GstPoll. See #505417.
5190
5191 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
5192
5193         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
5194         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
5195         yet on the srcpad. We need rate and channels before we
5196         can do any processing. Fixes bug #519088.
5197
5198 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
5199
5200         * configure.ac:
5201         Detect and indicate if GCC inline assembly syntax is
5202         available.
5203
5204         * gst/goom/Makefile.am:
5205         * gst/goom/convolve_fx.c:
5206         * gst/goom/flying_stars_fx.c:
5207         * gst/goom/goom_config.h:
5208         * gst/goom/goom_core.c:
5209         * gst/goom/goomsl.c:
5210         * gst/goom/ifs.c:
5211         * gst/goom/mmx.c:
5212         * gst/goom/plugin_info.c:
5213         * gst/goom/xmmx.c:
5214         Fix various GCC-isms, and only build the inline assembly
5215         with compilers that support GCC inline assembly.
5216
5217         Fix a couple of other warnings shown with Forte.
5218
5219 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
5220
5221         * gst/goom/xmmx.c:
5222           Use 'emms' instead of 'femms' to not crash on cpus that do not
5223           implement this 3dnow specific instruction.
5224
5225 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5226
5227         * gst/goom/plugin_info.c: (setOptimizedMethods):
5228         Use extended MMX for draw_line() too if available, not only
5229         normal MMX.
5230
5231 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5232
5233         * ext/jpeg/gstjpeg.c: (plugin_init):
5234         Remove (commented out) smoke typefinder. This is in base now.
5235
5236 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
5237
5238         * gst/goom2k1/Makefile.am:
5239         * gst/goom2k1/gstgoom.c:
5240
5241         Rename the installed library, and don't register the same 
5242         GType name as the new goom.
5243
5244 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5245
5246         * configure.ac:
5247         * ext/taglib/Makefile.am:
5248           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
5249           when building C++ code (#516509).
5250
5251 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5252
5253         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
5254         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
5255           (setOptimizedMethods):
5256           Call oil_init(), otherwise oil_get_cpu_flags() won't return
5257           anything useful. Export goom debug category so we can get
5258           rid of the VERBOSE define and the printfs.
5259
5260 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5261
5262         * gst/goom/goomsl_heap.c: (align_it):
5263         * gst/goom/plugin_info.c: (setOptimizedMethods):
5264           Compile fixes for x86-64.
5265
5266 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5267
5268         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
5269         with warnings, but add other CFLAGS
5270
5271         * gst/goom/goomsl.c (gsl_instr_set_namespace),
5272         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
5273         (calculate_labels), (gsl_read_file):
5274         * gst/goom/goomsl_lex.l:
5275         * gst/goom/goomsl_yacc.y:
5276         * gst/goom/plugin_info.c: Remove a few live printf, and
5277         fprintf, replace exit() calls with g_assert_not_reached()
5278         if it not optimal for a library
5279
5280 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5281
5282         * gst/goom/Makefile.am: Remove the warnings being disabled,
5283         fix linkage on x86, spotted by Sebastian Dröge
5284         <slomo@circular-chaos.org>
5285
5286         * gst/goom/convolve_fx.c (convolve_init),
5287         (create_output_with_brightness), (convolve_apply):
5288         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
5289         * gst/goom/goomsl.c:
5290         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
5291         * gst/goom/plugin_info.c:
5292         * gst/goom/tentacle3d.c (tentacle_fx_create):
5293         Fix warnings, and disable the motifs in the convolve_fx
5294         plugin (they were causing warnings, and they were just
5295         "Goom" in funny letterring)
5296
5297 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5298
5299         * configure.ac: Add checks for Flex/Yacc/Bison and other
5300         furry animals, for the new goom 2k4 based plugin
5301
5302         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
5303         CPU optimisations (not working yet), move the old plugin to...
5304
5305         * gst/goom2k1/*: ... here, in case somebody is sick enough
5306
5307         Fixes #515073
5308
5309 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5310
5311         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
5312         Post the server response code in an error message instead of a generic
5313         'error' message. Fixes #517237.
5314
5315 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5316
5317         * tests/check/Makefile.am:
5318         Ignore gconfaudiosrc for the states unit test too. It will fallback
5319         to alsasrc if the gconf settings can't be read and not everybody has
5320         alsa.
5321
5322 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5323
5324         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
5325         (gst_wavpack_parse_create_src_pad):
5326         * ext/wavpack/gstwavpackparse.h:
5327         Always report the duration if we know it in push mode and don't
5328         return 0 just to make totem believe we can't seek in push mode.
5329         Newer totem version use the SEEKING query which properly reports
5330         if we can seek or not.
5331
5332 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5333
5334         Patch by: Jens Granseuer <jensgr at gmx dot net>
5335
5336         * tests/examples/equalizer/demo.c: (main):
5337         C89 fix, moving variable declarations to the beginning of
5338         the block. Fixes bug #517933.
5339
5340 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
5341
5342         * configure.ac:
5343         Back to development...
5344
5345 === release 0.10.7 ===
5346
5347 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
5348
5349         * configure.ac:
5350           releasing 0.10.7, "Red Door Black"
5351
5352 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
5353
5354         * gst/alpha/Makefile.am:
5355         Link alpha plugin with libgstbase. Fixes bug #517386.
5356
5357 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5358
5359         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
5360         Init values to -1 instead of the default 0 value.
5361         Fixes #516524.
5362
5363 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
5364
5365         * tests/examples/spectrum/spectrum-example.c:
5366         Add missing include to fix compilation when libxml usage is disabled.
5367         Fixes: #516371
5368
5369 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5370
5371         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
5372         fixes: #514889
5373
5374         * gst/rtp/gstrtph264pay.c:
5375         * gst/rtp/gstrtpmp4gdepay.c:
5376         * gst/rtp/gstrtpmp4gpay.c:
5377         * gst/rtp/gstrtpmp4gpay.h:
5378         * gst/rtp/gstrtptheorapay.c:
5379         * gst/rtp/gstrtpvorbispay.c:
5380
5381         Fix various leaks shown up in valgrind
5382         - free sprops and buffer in error cases in H264 payloader
5383         - fix leak in mp4g depayloader when construction the caps
5384         - don't leak config string in the mp4g payloader
5385         - don't leak buffers and headers in theora and vorbis payloaders
5386
5387         * tests/check/elements/rtp-payloading.c:
5388
5389         Fix the RTP data test
5390         - Actually send valid amr data to the payloader instead of 20
5391         zero-bytes
5392         - The mp4g payloader expects codec_data on the caps
5393
5394 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
5395
5396         * win32/MANIFEST:
5397         Add libgstpng.dsp to MANIFEST.
5398         * win32/vs6/libgstaudiofx.dsp:
5399         Add new source files to VS project file.
5400
5401 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5402
5403         * sys/ximage/gstximagesrc.c:
5404         Initialise variables when opening the X display rather
5405         than in _start(), as the display can be opened before that.
5406
5407         Fixes: #515985
5408
5409 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5410
5411         * sys/directdraw/gstdirectdrawsink.c:
5412         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
5413         (gst_directdraw_sink_finalize):
5414         Properly chain up finalize functions. Fixes bug #515980.
5415
5416 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5417
5418         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
5419         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
5420         (gst_v4l2_buffer_pool_class_init):
5421         Chain up the finalize functions. Fixes bug #515984.
5422
5423 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5424
5425         * sys/ximage/ximageutil.c:
5426         Chain up in the finalize function for our custom
5427         buffer sub-class.
5428         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
5429         Fixes: #515706
5430
5431 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5432
5433         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
5434         (gst_fenced_buffer_class_init):
5435         Properly chain up finalize method. Fixes bug #515979.
5436
5437 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5438
5439         * sys/ximage/gstximagesrc.c:
5440         Free allocated Damage memory before closing our connection to the
5441         X server. Partially fixes: #515706
5442
5443 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5444
5445         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
5446         * tests/check/Makefile.am:
5447         * tests/check/gst-plugins-good.supp:
5448         Add a few libjpeg suppressions and initialize a variable to
5449         make smokeenc valgrind clean. Fixes bug #515701.
5450
5451 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
5452
5453         * gst/avi/gstavidemux.c:
5454         Revert patch which sends timestamps only on keyframes, as it
5455         breaks playback with current gst-ffmpeg.
5456
5457         Fixes: #515562
5458
5459 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5460
5461         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5462         * tests/check/elements/multifile.c: (GST_START_TEST):
5463         Close some memory leaks spotted by the unit test. Fixes bug #515697.
5464
5465 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5466
5467         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
5468         Use and unset the GError when pipeline creation fails instead of
5469         simply leaking it. Fixes bug #515704.
5470
5471 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
5472
5473         * gst/audiofx/audioamplify.c:
5474         * gst/audiofx/audiochebband.c:
5475         * gst/audiofx/audiocheblimit.c:
5476         * gst/audiofx/audiodynamic.c:
5477         * gst/audiofx/audioinvert.c:
5478         * gst/audiofx/audiopanorama.c:
5479         * gst/audiofx/audiowsincband.c:
5480         * gst/audiofx/audiowsinclimit.c:
5481         Fix long description of audiofx elements. Fixes bug #515457.
5482
5483 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5484
5485         * docs/plugins/Makefile.am:
5486         * gst/spectrum/gstspectrum.c:
5487         * tests/examples/spectrum/.cvsignore:
5488         * tests/examples/spectrum/Makefile.am:
5489         * tests/examples/spectrum/spectrum-example.c:
5490
5491         Add a simple example application for the spectrum element, include it
5492         in the docs, and fix some documentation ambiguities.
5493
5494         Fixes: #348085
5495
5496 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5497
5498         * gst/equalizer/Makefile.am:
5499         * gst/spectrum/Makefile.am:
5500         Fix includes order
5501
5502         * tests/check/Makefile.am:
5503         Exclude v4l2src from the states test - it takes too long to start.
5504
5505         * tests/check/elements/spectrum.c:
5506         Make the test run properly with CK_FORK=no
5507
5508 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
5509
5510         * gst/audiofix/Makefile.am: add missing header files 
5511
5512 2008-02-08  Julien Moutte  <julien@fluendo.com>
5513
5514         * gst/matroska/matroska-demux.c:
5515         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
5516         keyframe and delta units correctly when dealign with a BlockGroup.
5517         Fixes: #514397
5518
5519 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5520
5521         * tests/check/elements/.cvsignore:
5522         Spell the new tests correctly in .cvsignore
5523
5524 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5525
5526         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5527           Need to use gsize here for the size, fixes compiler warning.
5528
5529         * tests/examples/equalizer/.cvsignore:
5530         * tests/examples/equalizer/Makefile.am:
5531         * tests/examples/spectrum/.cvsignore:
5532         * tests/examples/spectrum/Makefile.am:
5533           Add missing files to fix the build.
5534
5535 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5536
5537         * configure.ac:
5538         * docs/plugins/Makefile.am:
5539         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5540         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5541         * docs/plugins/gst-plugins-good-plugins.args:
5542         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5543         * docs/plugins/inspect/plugin-multifile.xml:
5544         * tests/check/Makefile.am:
5545         * tests/check/elements/.cvsignore:
5546
5547         Move multifile plugin from -bad.
5548         Fixes: #490283
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/inspect/plugin-spectrum.xml:
5559         * gst/spectrum/Makefile.am:
5560         * tests/check/Makefile.am:
5561         * tests/check/elements/.cvsignore:
5562         * tests/examples/Makefile.am:
5563
5564         Move spectrum plugin from -bad.
5565         Move examples into tests/examples/spectrum.
5566
5567 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5568
5569         * configure.ac:
5570         * docs/plugins/Makefile.am:
5571         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5572         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5573         * docs/plugins/gst-plugins-good-plugins.args:
5574         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5575         * docs/plugins/gst-plugins-good-plugins.interfaces:
5576         * docs/plugins/inspect/plugin-equalizer.xml:
5577         * gst/equalizer/Makefile.am:
5578         * tests/check/Makefile.am:
5579         * tests/examples/Makefile.am:
5580         Move the equalizer plugin across from -bad
5581
5582         * tests/check/elements/.cvsignore:
5583         Add equalizer, audiosincwband and audiosincwlimit
5584
5585         * tests/check/elements/equalizer.c:
5586         Fix compiler warnings
5587
5588         Fixes: #415627
5589
5590 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5591
5592         * configure.ac:
5593         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
5594         are treated like releases and build without it.
5595
5596 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5597
5598         * docs/plugins/Makefile.am:
5599         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5600         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5601         * docs/plugins/gst-plugins-good-plugins.args:
5602         * docs/plugins/inspect/plugin-audiofx.xml:
5603         * gst/audiofx/Makefile.am:
5604         * gst/audiofx/audiofx.c:
5605         * gst/audiofx/audiowsincband.c:
5606         * gst/audiofx/audiowsincband.h:
5607         * gst/audiofx/audiowsinclimit.c:
5608         * gst/audiofx/audiowsinclimit.h:
5609         * tests/check/Makefile.am:
5610         * tests/check/elements/audiowsincband.c:
5611         * tests/check/elements/audiowsinclimit.c:
5612
5613         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
5614         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
5615         respectively.
5616
5617         Fixes: #467666
5618
5619 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5620
5621         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
5622         * tests/check/elements/icydemux.c:
5623           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
5624           caps, and add a somewhat useful debug message. Plus test.
5625
5626 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
5627
5628         * gst/rtsp/gstrtspsrc.c:
5629         Include unistd.h only if HAVE_UNISTD_H is defined
5630         * win32/common/config.h.in:
5631         * win32/common/config.h:
5632         Define socklen_t as it seems it's not defined in default 
5633         Visual Studio headers.
5634         * win32/vs6/libgstalpha.dsp:
5635         * win32/vs6/libgstapetag.dsp:
5636         * win32/vs6/libgstavi.dsp:
5637         * win32/vs6/libgstrtp.dsp:
5638         * win32/vs6/libgstrtsp.dsp:
5639         * win32/vs6/libgstvideomixer.dsp:
5640         Update project file dependencies and add new source files       
5641
5642 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
5643
5644         Patch by: Bjarne Rosengren <bjarne at axis dot com>
5645
5646         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
5647         Don't leak buffers when we don't push them downstream.
5648         Fixes bug #514965.
5649
5650 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5651
5652         * configure.ac:
5653           Bump requirements to (good) released versions to avoid
5654           confusion and make implicit core requirement explicit.
5655
5656 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
5657
5658         * docs/plugins/Makefile.am:
5659         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5660         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5661         * docs/plugins/gst-plugins-good-plugins.args:
5662         * docs/plugins/inspect/plugin-audiofx.xml:
5663         * gst/audiofx/Makefile.am:
5664         * gst/audiofx/audiochebband.c:
5665         * gst/audiofx/audiochebband.h:
5666         * gst/audiofx/audiocheblimit.c:
5667         * gst/audiofx/audiocheblimit.h:
5668         * gst/audiofx/audiochebyshevfreqband.c:
5669         * gst/audiofx/audiochebyshevfreqband.h:
5670         * gst/audiofx/audiochebyshevfreqlimit.c:
5671         * gst/audiofx/audiochebyshevfreqlimit.h:
5672         * gst/audiofx/audiofx.c:
5673         * tests/check/Makefile.am:
5674         * tests/check/elements/.cvsignore:
5675         * tests/check/elements/audiochebband.c:
5676         * tests/check/elements/audiocheblimit.c:
5677         * tests/check/elements/audiochebyshevfreqband.c:
5678         * tests/check/elements/audiochebyshevfreqlimit.c:
5679
5680         Rename audiochebyshevfreqband -> audiochebband and
5681         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
5682         surgery.
5683
5684         Closes: #491811
5685
5686 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
5687
5688         Patch by: Orjan Friberg <orjanf at axis dot com>
5689
5690         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
5691         Fix caps memory leak. Fixes #514573.
5692
5693 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
5694
5695         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
5696         If there's no entries in the subindex, don't try to do anything stupid,
5697         just return.
5698
5699 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5700
5701         Patch by: John Millikin <jmillikin at gmail dot com>
5702
5703         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
5704           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
5705           Fix extraction of picture blocks with newer libflac versions again:
5706           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
5707
5708 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5709
5710         * tests/check/Makefile.am:
5711           Add rtp-payloading test to VALGRIND_TO_FIX.
5712
5713         * tests/check/elements/rtp-payloading.c:
5714           Add semicolons after GST_TEST_END so gst-indent gets the
5715           formatting right; make test less verbose in general, but
5716           more verbose in the error case (which should probably
5717           make the test fail anyway).
5718
5719 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
5720
5721         * docs/plugins/Makefile.am:
5722         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5723         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5724         * gst/avi/gstavisubtitle.c:
5725         Add documentation for avisubtitle and change class to
5726         Codec/Parser/Subtitle
5727
5728 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
5729
5730         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
5731         Treat ENOTTY (driver does not implement ioctl) the same as
5732         EINVAL since it implies there are no available standards.
5733
5734         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
5735         (gst_v4l2src_get_nearest_size):
5736         Replace gst_v4l2src_get_size_limits with 2 calls to new function
5737         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
5738         probe if the driver does not support VIDIOC_TRY_FMT for whatever
5739         reason, and if we aren't yet actively capturing.
5740
5741         * sys/v4l2/v4l2src_calls.h:
5742         Remove replaced function declaration.
5743
5744 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
5745
5746         * configure.ac:
5747         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
5748         API.
5749
5750 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
5751
5752         * configure.ac:
5753         Fix typo.
5754
5755 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5756
5757         * gst/alpha/Makefile.am:
5758         * gst/alpha/gstalpha.c:
5759
5760         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
5761         some stuff, and making buffer-alloc and resizing work automatically.
5762         No longer crashes on odd frame widths and heights, although there
5763         seems to be a disagreement with ffmpegcolorspace about what size
5764         an AYUV frame with odd height should be.
5765
5766 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
5767
5768         Patch by: Alessandro Decina <alessandro at nnva dot org>
5769
5770         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
5771         * ext/libpng/gstpngenc.h:
5772         Preallocate the output buffer so that g_memdup() and
5773         gst_buffer_merge() aren't needed anymore. This greatly improves
5774         performances and fixes #512544.
5775
5776 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
5777
5778         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
5779         (gst_avi_demux_stream_data):
5780         GStreamer timestamps are PTS values while AVI only knows about DTS
5781         timestamps. Make sure we only copy the DTS as the buffer timestamp when
5782         we are dealing with a key frame.
5783
5784 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
5785
5786         * tests/check/Makefile.am:
5787         * tests/check/elements/.cvsignore:
5788         * tests/check/elements/rtp-payloading.c:
5789           Add add testsuite for the rtp-payloader that tries simulating
5790           dataflow. Needs more test data.
5791
5792 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
5793
5794         * tests/check/elements/alphacolor.c:
5795           Remove two unused variables.
5796
5797 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
5798
5799         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
5800           Use g_ascii_strtoll() instead of atoll, which is only
5801           available in C99.
5802
5803 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
5804
5805         * gst/rtp/Makefile.am:
5806         * gst/rtp/gstrtp.c:
5807         * gst/rtp/gstrtpmpvpay.c:
5808         * gst/rtp/gstrtpmpvpay.h:
5809         Add MPEG2 video payloader
5810
5811 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
5812
5813         * gst/level/gstlevel.c:
5814         Use #include <math.h> instead of #include "math.h".
5815
5816 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
5817
5818         * tests/check/Makefile.am:
5819         Fix up some CFLAGS sets.
5820         Don't include gconfvideosrc in the states test.
5821
5822         * tests/check/elements/autodetect.c: (GST_START_TEST):
5823         Add some error strings to fail_unless arguments to fix some weird
5824         compiler errors on Solaris.
5825
5826 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
5827
5828         * configure.ac:
5829         Detect video4linux headers on Solaris too.
5830         * sys/v4l2/gstv4l2colorbalance.h:
5831         * sys/v4l2/gstv4l2object.h:
5832         * sys/v4l2/v4l2_calls.c:
5833         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
5834         (gst_v4l2_buffer_new):
5835
5836         Make v4l2 build on Solaris.
5837         Patch by: Brian Cameron  <brian.cameron at sun dot com>
5838         Fixes: #510505
5839
5840 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
5841
5842         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5843           Update list from (still local) scanning script.
5844
5845 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
5846
5847         Based on a patch by:
5848             Victor STINNER <victor dot stinner at haypocalc dot com>
5849
5850         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
5851         Set variable to NULL after freeing it to prevent double frees
5852         or make failures by another use of it afterwards more obvious
5853         and fix use of it after the freeing. Fixes bug #510592.
5854
5855 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
5856
5857         * gst/udp/gstmultiudpsink.c:
5858         use GST_WARNING for logging
5859
5860 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
5861
5862         * gst/udp/gstmultiudpsink.c:
5863         Don't try to leave a multicast group with an invalid socket
5864
5865 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
5866
5867         * ext/flac/gstflacdec.c:
5868           Fix compilation against flac 1.1.2 (as on debian stable), where
5869           the picture metadata defines and structs don't exist yet.
5870           Fixes #509301.
5871
5872 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5873
5874         Patch by: Olivier Crete <tester at tester dot ca>
5875
5876         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
5877         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
5878         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
5879         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
5880         * gst/udp/gstmultiudpsink.h:
5881         Add property to automatically join a multicast group or not. This can be
5882         useful when sharing a socket between multiple elements.
5883         Fixes #509531.
5884
5885 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5886
5887         * gst/videomixer/Makefile.am:
5888           Add controller flags.
5889
5890 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5891
5892         * gst/videomixer/videomixer.c:
5893           Also commit the missing gst_object_sync_values().
5894
5895 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5896
5897         * docs/plugins/Makefile.am:
5898           Remove duplicate entry.
5899
5900 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5901
5902         * docs/plugins/Makefile.am:
5903         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5904         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5905         * docs/plugins/inspect/plugin-gamma.xml:
5906         * docs/plugins/inspect/plugin-monoscope.xml:
5907         * docs/plugins/inspect/plugin-video4linux2.xml:
5908           Add 3 more plugins to docs.
5909
5910 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5911
5912         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5913         * sys/osxvideo/osxvideosink.h:
5914           Revert previous change caused by a file that got stuck on an old
5915           revision.
5916
5917 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5918
5919         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5920         * gst/multipart/Makefile.am:
5921         * gst/multipart/multipartdemux.c:
5922         * gst/multipart/multipartdemux.h:
5923         * gst/multipart/multipartmux.c:
5924         * gst/multipart/multipartmux.h:
5925           Re-add multipartdemux to the docs. Last round of section cleanup.
5926
5927 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5928
5929         * docs/plugins/Makefile.am:
5930         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5931         * sys/osxaudio/gstosxaudiosink.h:
5932         * sys/osxvideo/osxvideosink.h:
5933           Managed to resolve most unused declarations. Filed a bug for one left.          
5934
5935 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5936
5937         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5938           Cleanup section file.
5939
5940 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5941
5942         * docs/plugins/Makefile.am:
5943         * docs/plugins/gst-plugins-good-plugins.args:
5944         * docs/plugins/gst-plugins-good-plugins.signals:
5945         * docs/plugins/inspect/plugin-alaw.xml:
5946         * docs/plugins/inspect/plugin-alpha.xml:
5947         * docs/plugins/inspect/plugin-alphacolor.xml:
5948         * docs/plugins/inspect/plugin-annodex.xml:
5949         * docs/plugins/inspect/plugin-apetag.xml:
5950         * docs/plugins/inspect/plugin-audiofx.xml:
5951         * docs/plugins/inspect/plugin-auparse.xml:
5952         * docs/plugins/inspect/plugin-autodetect.xml:
5953         * docs/plugins/inspect/plugin-avi.xml:
5954         * docs/plugins/inspect/plugin-cairo.xml:
5955         * docs/plugins/inspect/plugin-cdio.xml:
5956         * docs/plugins/inspect/plugin-cutter.xml:
5957         * docs/plugins/inspect/plugin-debug.xml:
5958         * docs/plugins/inspect/plugin-dv.xml:
5959         * docs/plugins/inspect/plugin-efence.xml:
5960         * docs/plugins/inspect/plugin-effectv.xml:
5961         * docs/plugins/inspect/plugin-flac.xml:
5962         * docs/plugins/inspect/plugin-flxdec.xml:
5963         * docs/plugins/inspect/plugin-gconfelements.xml:
5964         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
5965         * docs/plugins/inspect/plugin-goom.xml:
5966         * docs/plugins/inspect/plugin-halelements.xml:
5967         * docs/plugins/inspect/plugin-icydemux.xml:
5968         * docs/plugins/inspect/plugin-id3demux.xml:
5969         * docs/plugins/inspect/plugin-jpeg.xml:
5970         * docs/plugins/inspect/plugin-ladspa.xml:
5971         * docs/plugins/inspect/plugin-level.xml:
5972         * docs/plugins/inspect/plugin-matroska.xml:
5973         * docs/plugins/inspect/plugin-mulaw.xml:
5974         * docs/plugins/inspect/plugin-multipart.xml:
5975         * docs/plugins/inspect/plugin-navigationtest.xml:
5976         * docs/plugins/inspect/plugin-png.xml:
5977         * docs/plugins/inspect/plugin-quicktime.xml:
5978         * docs/plugins/inspect/plugin-rtp.xml:
5979         * docs/plugins/inspect/plugin-rtsp.xml:
5980         * docs/plugins/inspect/plugin-shout2send.xml:
5981         * docs/plugins/inspect/plugin-smpte.xml:
5982         * docs/plugins/inspect/plugin-speex.xml:
5983         * docs/plugins/inspect/plugin-taglib.xml:
5984         * docs/plugins/inspect/plugin-udp.xml:
5985         * docs/plugins/inspect/plugin-videobalance.xml:
5986         * docs/plugins/inspect/plugin-videobox.xml:
5987         * docs/plugins/inspect/plugin-videocrop.xml:
5988         * docs/plugins/inspect/plugin-videoflip.xml:
5989         * docs/plugins/inspect/plugin-videomixer.xml:
5990         * docs/plugins/inspect/plugin-wavenc.xml:
5991         * docs/plugins/inspect/plugin-wavpack.xml:
5992         * docs/plugins/inspect/plugin-wavparse.xml:
5993           Update plugin docs.
5994
5995         * gst/videomixer/Makefile.am:
5996         * gst/videomixer/videomixer.c:
5997         * gst/videomixer/videomixer.h:
5998         * gst/videomixer/videomixerpad.h:
5999           Split out header to fix warnings from the doc-build.
6000
6001 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6002
6003         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6004
6005         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6006         Use atoll to parse the rtptime with enough precision. Fixes #509329.
6007
6008 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6009
6010         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
6011         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
6012           Initialise variables to work around (false) 'foo might be used
6013           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
6014
6015 2008-01-11  David Schleef  <ds@schleef.org>
6016
6017         * docs/plugins/.cvsignore:
6018         * tests/check/pipelines/.cvsignore:
6019           Ignore more files for the buildbot.
6020
6021 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
6022
6023         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
6024         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
6025         Generate the image-type values correctly. Leave them out of the caps
6026         when outputting a "preview image" tag, since it only makes sense
6027         to have one of those - the type is irrelevant.
6028
6029         * sys/sunaudio/gstsunaudiomixerctrl.c:
6030         (gst_sunaudiomixer_ctrl_open):
6031         If we can, mark the mixer multiple open when we use it, in case
6032         (for some reason) the process wants to open it again elsewhere.
6033
6034 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6035
6036         Patch by: Olivier Crete <tester at tester dot ca>
6037
6038         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
6039         * gst/rtp/gstrtptheorapay.c:
6040         Fix the clock rate to 90000 as required by the RFC.
6041         Fixes #508644.
6042
6043 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6044
6045         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
6046           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
6047
6048 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
6049
6050         * autogen.sh:
6051           Add -Wno-portability to the automake parameters to stop warnings
6052           about GNU make extensions being used. We require GNU make in almost
6053           every Makefile anyway.
6054           
6055         * configure.ac:
6056           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
6057           at the same time is required for per target flags.
6058
6059 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6060
6061         * gst/videomixer/videomixer.c: (gst_videomixer_init):
6062         Fix error from my last commit.
6063
6064 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
6065
6066         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6067
6068         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
6069           Make sure the ISO 639-X language code in ID3v2 COMM frames
6070           is actually valid UTF-8 (or rather: ASCII), so we don't end
6071           up with non-UTF8 strings in tags if there's garbage in the
6072           language field. Also make sure the language code is always
6073           lower case. Fixes: #508291.
6074
6075 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6076
6077         * ChangeLog:
6078           Fix ChangeLog typo.
6079
6080 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6081
6082         * Makefile.am:
6083           Include lcov.mak to allow building coverage reports. Guard
6084           check-torture target like in the other packages.
6085
6086 2008-01-09  Sameer Naik  <sameer@damagehead.com>
6087
6088         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
6089
6090         * gst/videomixer/videomixer.c:
6091         (gst_videomixer_set_master_geometry), (_do_init),
6092         (gst_videomixer_child_proxy_get_child_by_index),
6093         (gst_videomixer_child_proxy_get_children_count),
6094         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
6095         (gst_videomixer_init), (gst_videomixer_request_new_pad),
6096         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
6097         Implement GstChildProxy interface.
6098         Send newsegment at the right moment
6099         Fixes #488879
6100
6101 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6102
6103         * gst/alpha/Makefile.am:
6104         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
6105         (gst_alpha_sink_event), (gst_alpha_chain),
6106         (gst_alpha_change_state), (plugin_init):
6107         Make the various properties of 'alpha' controllable. This allows doing
6108         niceties like fade-in/fade-out.
6109
6110 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6111
6112         * gst/rtp/gstasteriskh263.c:
6113         * gst/rtp/gstrtpL16depay.c:
6114         * gst/rtp/gstrtpac3depay.c:
6115         * gst/rtp/gstrtpamrpay.c:
6116         * gst/rtp/gstrtpdepay.c:
6117         * gst/rtp/gstrtpgsmdepay.c:
6118         * gst/rtp/gstrtph263depay.c:
6119         * gst/rtp/gstrtph263pdepay.c:
6120         * gst/rtp/gstrtph263ppay.c:
6121         * gst/rtp/gstrtph264depay.c:
6122         * gst/rtp/gstrtph264pay.c:
6123         * gst/rtp/gstrtpmp2tdepay.c:
6124         * gst/rtp/gstrtpmp4adepay.c:
6125         * gst/rtp/gstrtpmp4gdepay.c:
6126         * gst/rtp/gstrtpmp4gpay.c:
6127         * gst/rtp/gstrtpmp4vdepay.c:
6128         * gst/rtp/gstrtpmpadepay.c:
6129         * gst/rtp/gstrtpmpvdepay.c:
6130         * gst/rtp/gstrtpsv3vdepay.c:
6131         * gst/rtp/gstrtptheoradepay.c:
6132         * gst/rtp/gstrtptheorapay.c:
6133         * gst/rtp/gstrtpvorbisdepay.c:
6134         * gst/rtp/gstrtpvorbispay.c:
6135           Remove copy/paste unused code (property setters and getter) found by
6136           the coverage suite (yay, saves ~20k on disk).
6137
6138 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6139
6140         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
6141           (videosink_templ):
6142           Also fix up pad templates to indicate that image/jpeg doesn't
6143           absolutely require the framerate property to be set (#504081).
6144
6145 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6146
6147         Based on patch by: Wouter Cloetens  <wouter at mind be>
6148
6149         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
6150           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6151           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
6152         * gst/matroska/matroska-mux.h:
6153           Keep track of first and last timestamps for each incoming stream,
6154           so we can calculate the total duration for live sources and other
6155           input where we can't query the duration from the start or where
6156           there's no constant framerate from which we can deduce the
6157           duration; also use calculated/observed duration if it is bigger
6158           than the previously queried duration. Furthermore, use
6159           gst_pad_query_peer_duration() and take into account that it may
6160           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
6161           screws up comparisons when using unsigned integers. Fixes #504081.
6162
6163 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
6164
6165         * configure.ac:
6166         * gst/audiofx/audioamplify.c:
6167         (gst_audio_amplify_clipping_method_get_type),
6168         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
6169         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
6170         (gst_audio_dynamic_transform_ip):
6171         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
6172         (gst_audio_invert_transform_ip):
6173         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6174         (gst_audio_panorama_transform):
6175         * gst/level/gstlevel.c: (gst_level_init):
6176         Make elements GST_BUFFER_FLAG_GAP aware and call
6177         gst_base_transform_set_gap_aware for this.
6178         Bump core requirement to CVS.
6179         
6180         * gst/audiofx/audiochebyshevfreqband.c:
6181         (gst_audio_chebyshev_freq_band_transform_ip):
6182         * gst/audiofx/audiochebyshevfreqlimit.c:
6183         (gst_audio_chebyshev_freq_limit_transform_ip):
6184         Also sync GObject properties to the controller if operating
6185         in passthrough mode.
6186
6187 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
6188
6189         * sys/directdraw/gstdirectdrawsink.c:
6190           (gst_directdraw_sink_window_thread):
6191           FALSE is not a gpointer.
6192
6193 2008-01-05  Julien Moutte  <julien@fluendo.com>
6194
6195         * sys/directdraw/gstdirectdrawsink.c:
6196         (gst_directdraw_sink_set_window_id),
6197         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
6198         (gst_directdraw_sink_buffer_alloc),
6199         (gst_directdraw_sink_draw_borders),
6200         (gst_directdraw_sink_show_frame),
6201         (gst_directdraw_sink_setup_ddraw),
6202         (gst_directdraw_sink_window_thread),
6203         (gst_directdraw_sink_get_ddrawcaps),
6204         (gst_directdraw_sink_surface_create): Make sure we create our
6205         internal window only when we need it. That will give a chance to
6206         the application to get the prepare-xwindow-id bus message. Draw
6207         black borders when keeping aspect ratio. Handle the case where our
6208         rendering window disappears (closed or errors) like other sinks
6209         do. Various 80 columns fixes, improve state change order. That
6210         element could need some more love.
6211
6212 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
6213
6214         * ext/taglib/gstapev2mux.h:
6215         * ext/taglib/gstid3v2mux.h:
6216         Remove useless typedefs without new type name. Fixes a warning with
6217         gcc 4.3.
6218
6219 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
6220
6221         Patch by: John Millikin <jmillikin at gmail dot com>
6222
6223         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
6224         (gst_flac_dec_setup_stream_decoder),
6225         (gst_flac_normalize_picture_mime_type),
6226         (gst_flac_extract_picture_buffer),
6227         (gst_flac_dec_metadata_callback):
6228         Emit metadata messages when a PICTURE block is encountered.
6229         Fixes #506715.
6230
6231 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
6232
6233         * gst/avi/gstavi.c:
6234         increase rank because no known issues anymore ...
6235         * gst/avi/gstavisubtitle.c:
6236         send subtitle name to the srcpad
6237
6238 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
6239
6240         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
6241         * gst/rtsp/gstrtspsrc.h:
6242         Implement redirect for the DESCRIBE reply. Fixes #506025.
6243
6244 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
6245
6246         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
6247         Fix 'xyz may be used uninitialized' compiler warnings caused
6248         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
6249         abort() in any case but properly report the error.
6250
6251 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
6252
6253         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
6254         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
6255         * sys/ximage/gstximagesrc.c: (composite_pixel):
6256           Fix 'xyz may be used uninitialized' compiler warnings caused
6257           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
6258           not really nice to abort in any case). Fixes #505745.
6259
6260 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6261
6262         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
6263           Small unit test fix (has no practical impact at the moment,
6264           since we're only feeding utf8 and hence just create a sub-
6265           buffer for the output).
6266
6267 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
6268
6269         * gst/avi/gstavisubtitle.c:
6270         * tests/check/elements/avisubtitle.c:
6271         Add seeking support for avi subtitle
6272
6273 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6274
6275         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
6276         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
6277         (gst_flac_dec_write):
6278         * ext/flac/gstflacdec.h:
6279         Remove some unused vars.
6280         Do more cleanup of leftover events and tags.
6281         Output tags after the segment event. Fixes #504018.
6282
6283 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6284
6285         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
6286           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
6287           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
6288           Detect other UTF byte order markers and convert to UTF-8 as
6289           appropriate.
6290
6291 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6292
6293         * gst/avi/gstavisubtitle.c: (src_template),
6294           (gst_avi_subtitle_extract_utf8_file),
6295           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
6296           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
6297           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
6298         * gst/avi/gstavisubtitle.h:
6299           Refactor a bit; fix name extraction; don't assume all the data
6300           in the chunk is actually subtitle data, there may be padding at
6301           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
6302           file so it's there to send again after a seek (for future use).
6303
6304 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6305
6306         * gst/avi/Makefile.am:
6307         * gst/avi/gstavi.c:
6308         * gst/avi/gstavisubtitle.c:
6309         * gst/avi/gstavisubtitle.h:
6310         * tests/check/Makefile.am:
6311         * tests/check/elements/avisubtitle.c:
6312         * win32/common/config.h:
6313                 Add avi subtitle element for bug #442034. Need seeking support
6314                 and more support for character conversion.
6315
6316 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6317
6318         * Makefile.am:
6319           Include common/win32.mak for CRLF check of win32 project
6320           files (see #393626).
6321
6322         * win32/vs6/libgstpng.dsp:
6323           Fix line endings and do cvs admin -kb.
6324
6325 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
6326
6327         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
6328         Actually drop the buffers which are outside the currently configured
6329         segment instead of just emitting a WARNING.
6330
6331 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6332
6333         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
6334         (gst_flac_dec_write):
6335         * ext/flac/gstflacdec.h:
6336         Send segments from the streaming thread. Fixes #502187.
6337         Fix segment seeking and a bunch of other seeking cases.
6338
6339 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6340
6341         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
6342           Parse WOAF frames and put the result into GST_TAG_CONTACT,
6343           which is where it would end up if the same information was
6344           put in a vorbis comment (don't think it's worth adding a
6345           new URI tag for this). Fixes #488112.
6346
6347 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6348
6349         * configure.ac:
6350           We need core/base 0.10.15 or later.
6351
6352 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6353
6354         Patch by: Mark Nauwelaerts <manauw skynet be>
6355
6356         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
6357         Fix regression in stream numbering. Fixes #502655.
6358
6359 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6360
6361         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
6362
6363         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
6364         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
6365         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
6366         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
6367         (gst_rtp_h264_pay_handle_buffer):
6368         * gst/rtp/gstrtph264pay.h:
6369         Use higher performance start-code searching.
6370         Parse NALs and store SPS, PPS and profile in the caps so that they can
6371         be used in the SDP. Fixes #502814.
6372
6373 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6374
6375         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6376         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
6377           Init some structs to zero before we pass them to ioctl, which
6378           avoids valgrind warnings.  Also fix a small memory leak.
6379
6380 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6381
6382         Patch by: Wouter Cloetens <wouter at mind dot be>
6383
6384         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
6385         Copy timestamp from input to output. Not very perfect yet but better
6386         than nothing. Fixes #503023.
6387
6388 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6389
6390         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6391           Also print a useful error message with the old Wavpack API
6392           if possible.
6393
6394 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6395
6396         * ext/wavpack/gstwavpackdec.c:
6397           More build fixes for old libwavpack versions: include config.h so
6398           that WAVPACK_OLD_API is actually defined as detected; only use
6399           WavpackGetErrorMessage if it is available. This fixes the build
6400           on debian stable for me.
6401
6402 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6403
6404         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6405         * ext/wavpack/gstwavpackparse.c:
6406           (gst_wavpack_parse_create_src_pad):
6407           Workaround the non-existance of WavpackGetChannelMask in Wavpack
6408           versions below 4.40.0.
6409
6410 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6411
6412         * configure.ac:
6413           And now do it right for real...
6414
6415 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6416
6417         * configure.ac:
6418           Correctly reset $LIBS to not contain -lm.
6419
6420 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6421
6422         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
6423
6424         * configure.ac:
6425         * ext/cairo/gsttimeoverlay.c:
6426           (gst_cairo_time_overlay_print_smpte_time):
6427           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
6428           and checking for rint() and implementing it ourself if it doesn't
6429           exist. Fixes #497293.
6430
6431 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6432
6433         * configure.ac:
6434           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
6435
6436 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
6437
6438         * sys/oss/gstosshelper.c:
6439         Verify that the format returned after the ioctl is the one
6440         we requested. It is valid for the ioctl to succeed while
6441         substituting an alternate 'supported' sample format.
6442
6443 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
6444
6445         * sys/oss/gstossaudio.c: (plugin_init):
6446         * sys/oss/gstosssink.c: (gst_oss_sink_open):
6447         * sys/oss/gstosssrc.c: (gst_oss_src_open):
6448           Post decent (and translated) error message when we can't
6449           open the audio device for some reason.
6450
6451 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
6452
6453         * sys/oss/gstosssink.c:
6454         * sys/oss/gstosssrc.c:
6455         Allow the AUDIODEV environment variable to redirect us
6456         to a different default OSS device, like sunaudiosink does
6457         on Solaris (makes audio play automatically on SunRays).
6458
6459 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
6460
6461         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
6462         * gst/audiofx/audiochebyshevfreqband.c:
6463         (gst_audio_chebyshev_freq_band_transform_ip):
6464         * gst/audiofx/audiochebyshevfreqlimit.c:
6465         (gst_audio_chebyshev_freq_limit_transform_ip):
6466         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
6467         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
6468         The transform_ip() methods should do nothing if in passthrough mode.
6469         It might get non-writable buffers in that case but the buffer might
6470         as well be writable.
6471
6472         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
6473         The transform() methods won't be called in passthrough mode and
6474         otherwise the buffer is always writable so don't check here.
6475
6476 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
6477
6478         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
6479           Fix seeking in .wav files again (#501775).  Some people seem to think
6480           they don't need to test their changes when they're just 'reflowing'
6481           some code.
6482
6483 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6484
6485         * gst/autodetect/gstautovideosink.c:
6486         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
6487         (gst_auto_video_sink_init),
6488         (gst_auto_video_sink_create_element_with_pretty_name),
6489         (gst_auto_video_sink_find_best),
6490         (gst_auto_video_sink_set_property),
6491         (gst_auto_video_sink_get_property):
6492         * gst/autodetect/gstautovideosink.h:
6493         Fix docs.
6494         Use same error reporting code as autoaudiosink.
6495         Add property to filter sinks based on caps. Only select raw video sinks
6496         by default for backwards compat.
6497         API: GstAutoVideoSink::filter-caps
6498
6499 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6500
6501         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6502
6503         * gst/autodetect/gstautoaudiosink.c:
6504         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
6505         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
6506         (gst_auto_audio_sink_set_property),
6507         (gst_auto_audio_sink_get_property):
6508         * gst/autodetect/gstautoaudiosink.h:
6509         Add property to filter sinks based on caps. Only select raw audio sinks
6510         by default for backwards compat.  Fixes #417420.
6511         API: GstAutoAudioSink::filter-caps
6512
6513 2007-11-29  Michael Smith <msmith@fluendo.com>
6514
6515         Patch by: Arek Korbik <arkadini@gmail.com>
6516
6517         * gst/videobox/gstvideobox.c: (plugin_init):
6518           Initialise liboil in plugin_init()
6519
6520 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
6521
6522         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
6523         Post error before sending EOS. Fixes #499178.
6524
6525 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
6526
6527         * win32/vs6/gst_plugins_good.dsw:
6528         * win32/vs6/libgstpng.dsp:
6529         Add a project file for libgstpng
6530
6531 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
6532
6533         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
6534         (gst_rtp_h263_depay_process):
6535         Code beautification.
6536         Added debug statements.
6537         Don't bit-shift everything, just do operations on last/first byte
6538         instead.
6539
6540 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
6541
6542         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
6543
6544         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
6545         Fix wrong comparison in overrun check. Fixes #499239 some more.
6546
6547 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
6548
6549         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
6550         (gst_rtp_h263_depay_process):
6551         * gst/rtp/gstrtph263depay.h:
6552         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
6553         stream.
6554
6555 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
6556
6557         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
6558
6559         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
6560         (gst_rtp_mp4a_depay_process):
6561         * gst/rtp/gstrtpmp4adepay.h:
6562         Fix depayloading when multiple frames are inside one RTP packet.
6563         Fixes #499239.
6564
6565 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6566
6567         * gst/level/gstlevel.c:
6568           Add GAP-flag support.
6569
6570 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
6571
6572         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
6573         Read the I flag for Mode A h263 rtp stream and set the
6574         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
6575         Fixes #499383
6576
6577 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6578
6579         * gst/level/gstlevel.c:
6580           Remove some dead code and do cleanups.
6581
6582 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6583
6584         * tests/check/pipelines/simple-launch-lines.c:
6585           Improve the tests by allowing to set a target state.
6586
6587 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
6588
6589         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
6590         Don't check the caps of the output buffer if they're equal some
6591         other caps. The caps can change in a backward compatible way
6592         and did at this point.
6593
6594 2007-11-24  Julien MOUTTE  <julien@moutte.net>
6595
6596         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
6597         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
6598         (gst_qtdemux_seek_to_previous_keyframe),
6599         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
6600         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
6601         reverse playback support.
6602
6603 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
6604
6605         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
6606         Also set the channel layout on the Wavpack caps if we're having
6607         a mono layout. Of course only do it for "audio/x-wavpack".
6608
6609 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
6610
6611         * ext/wavpack/gstwavpackcommon.c:
6612         (gst_wavpack_get_default_channel_mask),
6613         (gst_wavpack_set_channel_layout),
6614         (gst_wavpack_get_default_channel_positions),
6615         (gst_wavpack_get_channel_mask_from_positions),
6616         (gst_wavpack_set_channel_mapping):
6617         * ext/wavpack/gstwavpackcommon.h:
6618         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
6619         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
6620         * ext/wavpack/gstwavpackdec.h:
6621         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
6622         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
6623         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
6624         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
6625         (gst_wavpack_enc_rewrite_first_block),
6626         (gst_wavpack_enc_sink_event):
6627         * ext/wavpack/gstwavpackenc.h:
6628         * ext/wavpack/gstwavpackparse.c:
6629         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
6630         (gst_wavpack_parse_scan_to_find_sample),
6631         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
6632         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
6633         * ext/wavpack/gstwavpackparse.h:
6634         Add support for encoding, parsing and decoding multichannel
6635         files with up to 8 channels. This also improves the robustness
6636         of parsing quite a bit.
6637
6638         * ext/wavpack/gstwavpackstreamreader.c:
6639         (gst_wavpack_stream_reader_read_bytes),
6640         (gst_wavpack_stream_reader_get_pos),
6641         (gst_wavpack_stream_reader_set_pos_abs),
6642         (gst_wavpack_stream_reader_set_pos_rel),
6643         (gst_wavpack_stream_reader_push_back_byte),
6644         (gst_wavpack_stream_reader_get_length),
6645         (gst_wavpack_stream_reader_can_seek),
6646         (gst_wavpack_stream_reader_write_bytes):
6647         Improve debugging.
6648
6649 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6650
6651         * ext/libpng/gstpngdec.c:
6652         * ext/libpng/gstpngdec.h:
6653           Don't release the png-memory from within the callback.
6654
6655 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6656
6657         Patch by: René Stadler <mail at renestadler dot de>
6658
6659         * ext/libpng/gstpngenc.c:
6660           Don't leak buffer data memory. Fixes #498395.
6661
6662 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6663
6664         Patch by: René Stadler <mail at renestadler dot de>
6665
6666         * tests/check/pipelines/simple-launch-lines.c:
6667           Tests for #498395.
6668
6669 2007-11-20  Julien MOUTTE  <julien@moutte.net>
6670
6671         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
6672         (gst_tag_lib_mux_adjust_event_offsets):
6673         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
6674         * sys/osxaudio/Makefile.am:
6675         * sys/osxvideo/cocoawindow.h:
6676         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
6677
6678 2007-11-15  David Schleef  <ds@schleef.org>
6679
6680         * ext/cairo/gsttextoverlay.c:
6681           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
6682
6683 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6684
6685         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
6686
6687         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
6688         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
6689         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
6690         * gst/rtp/gstrtpmp2tpay.h:
6691         Fill the MTU with as many packets as possible. Fixes #491323.
6692
6693 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6694
6695         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6696
6697         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
6698         Fix some more leaks. Fixes #497007.
6699
6700 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6701
6702         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6703
6704         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
6705         (gst_rtspsrc_stream_configure_tcp):
6706         Fix 3 pad leaks. Fixes #496983.
6707
6708 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6709
6710         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6711
6712         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
6713         Fix small leak. Fixes #497017.
6714
6715 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6716
6717         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6718         (gst_qtdemux_prepare_current_sample),
6719         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
6720         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
6721         * gst/qtdemux/qtdemux_fourcc.h:
6722         * gst/qtdemux/qtdemux_types.c:
6723         Add suppport for theora in quicktime according to XiphQT.
6724
6725 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
6726
6727         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
6728         (gst_v4l2src_init), (gst_v4l2src_set_property),
6729         (gst_v4l2src_get_property):
6730         * sys/v4l2/gstv4l2src.h:
6731         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6732           Always copy buffers by default (handle safer with bugged drivers)
6733           and added a property to make it possible to use mmap effectively (no
6734           copy if possible) when application wants to. Fixes: #480557.
6735
6736 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6737
6738         * gst/id3demux/id3tags.c:
6739         * gst/id3demux/id3tags.h:
6740         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
6741           We don't want the same string multiple times in a tag list for the
6742           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
6743           this doesn't happen and remove special-case code for GST_TAG_GENRE.
6744
6745 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6746
6747         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
6748           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
6749           into ID3v2 TXXX frames (fixes #347848).
6750
6751 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6752
6753         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6754           Don't leak sdp message contents (fixes #496773).
6755
6756         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
6757           Don't leak URI string.
6758
6759 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6760
6761         Patch by: Julien Puydt <julien dot puydt at laposte net>
6762
6763         * ext/raw1394/Makefile.am:
6764         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
6765           (gst_1394_property_probe_get_properties),
6766           (gst_1394_property_probe_probe_property),
6767           (gst_1394_property_probe_needs_probe),
6768           (gst_1394_property_probe_get_values),
6769           (gst_1394_property_probe_interface_init),
6770           (gst_1394_type_add_property_probe_interface):
6771         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
6772         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
6773           (gst_dv1394src_init), (gst_dv1394src_dispose),
6774           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
6775           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
6776           (gst_dv1394src_update_device_name):
6777         * ext/raw1394/gstdv1394src.h:
6778           Implement GstPropertyProbe interface and add "device-name" property,
6779           so applications can use this to probe for available devices in the
6780           same way they can already with v4lsrc and v4l2src (however horrible
6781           this property probe interface may be). Fixes #358841.
6782
6783 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6784
6785         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6786
6787         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
6788           (gst_rtspsrc_parse_range):
6789           Don't leak event, don't leak range (fixes #496752).
6790
6791 2007-11-14  Michael Smith <msmith@fluendo.com>
6792
6793         Patch by: Arek Korbik <arkadini@gmail.com>
6794
6795         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
6796           Detect RGBA/BGRA correctly on little endian systems.
6797
6798 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
6799
6800         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
6801           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
6802           corresponding ioctl() call fails even though the driver claims to
6803           support this format, just fall back to the pre-2.6.19 kernel
6804           routine that creates caps with suitable height and width ranges
6805           (see #448278).
6806
6807 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
6808
6809         Patch by: Mark Nauwelaerts <manauw skynet be>
6810
6811         * gst/matroska/matroska-demux.c:
6812           (gst_matroska_demux_push_dvd_clut_change_event),
6813           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
6814           (gst_matroska_demux_subtitle_caps):
6815         * gst/matroska/matroska-ids.h:
6816           Extract palette data for dvd subpicture streams and send it
6817           downstream as custom gstreamer dvd event (fixes #453417).
6818
6819 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
6820
6821         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
6822           Implement minimal parsing of the passed pango font description
6823           string, so passing a font size works the same as with the
6824           pango textoverlay plugin; fixes #455086.
6825           (Maybe we could just use pangocairo here at some point).
6826
6827 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
6828
6829         * gst/avi/gstavidemux.c:
6830         * gst/wavparse/gstwavparse.c:
6831           Return the result in _activate_pull(). Don't ref element there.
6832
6833 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
6834
6835         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
6836         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
6837         (gst_wavparse_srcpad_event):
6838           Ref the element when we should, but not when we its not needed. Reflow
6839           the event_handling to not leak the event.       
6840
6841 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
6842
6843         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6844         (qtdemux_parse_samples):
6845         Properly free QTDemuxSamples array.
6846         Protect table write with a sensible check, some files apparently DO contain
6847         stts values starting with 0 :(
6848
6849 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
6850
6851         * gst/avi/gstavidemux.c:
6852         * gst/qtdemux/qtdemux.c:
6853           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
6854           previous commit messed up.
6855
6856 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
6857
6858         * gst/avi/gstavidemux.c:
6859         * gst/qtdemux/qtdemux.c:
6860           Sync _handle_src_event() with oggdemux. In avidemux also ref the
6861           element when we should, but not when we its not needed.
6862
6863 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
6864
6865         * gst/wavparse/gstwavparse.c:
6866           Return FALSE if we can't handle a query instead of changing the
6867           format. Ignore fact when dealing with mpeg audio.
6868
6869 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6870
6871         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6872
6873         * configure.ac:
6874         * gst/udp/gstdynudpsink.c:
6875         * gst/udp/gstdynudpsink.h:
6876         * gst/udp/gstmultiudpsink.c:
6877         * gst/udp/gstmultiudpsink.h:
6878         * gst/udp/gstudpsink.c:
6879         * gst/udp/gstudpsink.h:
6880           Fix includes for MSVC and GLib-2.14.0 (#492388).
6881
6882         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
6883           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
6884
6885 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
6886
6887         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
6888         (gst_mulawdec_chain):
6889         * gst/law/mulaw-decode.h:
6890         Calculate outgoing buffer duration if incoming buffer didn't have a
6891         valid duration.
6892
6893 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6894
6895         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
6896         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
6897         Smarter combine_flow code that also deals with downstream elements
6898         returning UNEXPECTED when they receive data out of the segment
6899         boundaries. Fixes #491305.
6900
6901 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6902
6903         * sys/v4l2/v4l2src_calls.c:
6904           Fix 'unused variable' compiler warning when compiling against
6905           older kernel headers.
6906
6907 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
6908
6909         * ext/taglib/gstid3v2mux.cc (add_funcs):
6910           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
6911
6912 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
6913
6914         * tests/check/pipelines/simple-launch-lines.c:
6915            Improve the tests a little more.
6916
6917 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
6918
6919         patch by: Yun Zheng Hu
6920
6921         * sys/osxaudio/gstosxaudiosrc.c:
6922         Use default input device instead of default output device and
6923         only memcpy actual available bytes.
6924
6925 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
6926
6927         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6928           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
6929           early. It is temporary until we find something better.
6930
6931 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6932
6933         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6934
6935         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
6936         Fix race when pausing a RTSP stream in interleaved.
6937         Fixes #475784.
6938
6939 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6940
6941         Patch by: Peter Kjellerstedt <pkj at axis com>
6942
6943         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
6944         Use correct unref function for buffers. #488844.
6945
6946 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
6947
6948         * gst/avi/gstavimux.c:
6949         * tests/check/elements/avimux.c:
6950           Add some debug and sync tests with the fix.     
6951
6952 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6953
6954         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
6955
6956         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6957         When the socket is used by the app for other purposes, don't generate an
6958         error if there is activaty on the socket that is not data related.
6959         Fixes #487488.
6960
6961 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6962
6963         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6964         (gst_v4l2src_grab_frame):
6965         Add some more debug info. Generate an error when we run out of buffers
6966         for some reason. See #480557.
6967
6968 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6969
6970         Patch by: Anders Skargren <anders dot skargren at axis dot com>
6971
6972         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
6973         Set marker bit correctly.
6974
6975 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
6976
6977         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6978         Use allowed name for the GstStructure.
6979
6980 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
6981
6982         * ext/gconf/gstswitchsink.c:
6983         * gst/autodetect/gstautoaudiosink.c:
6984           Use new gst_bus_pop_filtered().
6985
6986 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
6987
6988         * sys/v4l2/gstv4l2src.c:
6989         * sys/v4l2/v4l2src_calls.c:
6990           When probing the formats and sizes a camera supports, make
6991           sure the best ones (highest resolution, prefered format)
6992           end up at the beginning of the probed caps and the less
6993           desirable ones at the end.  This is important because the
6994           order within the caps matters for things like fixation and
6995           negotiation, ie. what format is chosen in the end.
6996           With recent kernels, the current probing code will end up
6997           querying the supported sizes from lowest resolution to
6998           highest resolution, adding them to the probed caps in that
6999           order, resulting to v4l2src fixating to the lowest possible
7000           resolution if downstream does not express a size preference.
7001           Also make up a somewhat random ranking of prefered output
7002           formats for the same reason. Fixes #485828.
7003         
7004 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7005
7006         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
7007
7008         * gst/id3demux/id3v2frames.c:
7009           Extract license/copyright URIs from ID3v2 WCOP frames
7010           (Fixes #447000).
7011
7012         * tests/check/elements/id3demux.c:
7013         * tests/files/Makefile.am:
7014         * tests/files/id3-447000-wcop.tag:
7015           Add simple unit test.
7016
7017 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7018
7019         * ext/taglib/gstid3v2mux.cc:
7020           Add support for license/copyright URI tags (ID3v2 WCOP frame).
7021           Prerequisite for #447000.
7022
7023 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
7024
7025         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
7026         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
7027         a GstClockTime.
7028
7029 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7030
7031         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7032         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
7033         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
7034         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
7035         (gst_rtspsrc_change_state):
7036         More seeking fixes, mostly passing around the new playback segment in
7037         order to configure it properly.
7038         Also reset base_time of udp sources when setting them back to PLAYING as
7039         a temporary hack until core supports seek in live sources properly.
7040
7041 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7042
7043         * gst/rtp/gstrtpmp4adepay.c:
7044         Fix caps as to not confuse autopluggers.
7045
7046 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7047
7048         * gst/id3demux/gstid3demux.c:
7049         * gst/id3demux/gstid3demux.h:
7050         * gst/id3demux/id3tags.c:
7051         * gst/id3demux/id3tags.h:
7052         * gst/id3demux/id3v2frames.c:
7053           Port ID3 tag demuxer over to the new GstTagDemux in -base
7054           (now would be a good time to test re-importing your music
7055           collection).
7056
7057 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7058
7059         * gst/apetag/Makefile.am:
7060         * gst/apetag/gstapedemux.c:
7061         * gst/apetag/gstapedemux.h:
7062         * gst/apetag/gsttagdemux.c:
7063         * gst/apetag/gsttagdemux.h:
7064           Port APE tag demuxer over to the new GstTagDemux in -base.
7065
7066 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
7067
7068         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7069         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
7070         (gst_rtspsrc_handle_internal_src_query),
7071         (gst_rtspsrc_handle_src_query), (new_session_pad),
7072         (gst_rtspsrc_stream_configure_tcp),
7073         (gst_rtspsrc_stream_configure_transport),
7074         (gst_rtspsrc_loop_send_cmd):
7075         Improve flushing behaviour.
7076         Set state of the udp sources to PAUSE/PLAYING correctly.
7077         Handle events and queries for UDP and TCP transport now.
7078
7079 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7080
7081         * gst/rtp/gstrtpgsmdepay.c:
7082         * gst/rtp/gstrtpgsmpay.c:
7083           Add log category.
7084
7085 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7086
7087         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
7088
7089         * tests/check/Makefile.am:
7090         * tests/check/pipelines/simple-launch-lines.c:
7091           Add unit tests for payloaders/depayloaders.
7092
7093 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7094
7095         * gst/avi/gstavimux.c:
7096         * gst/avi/gstavimux.h:
7097           Also save codec data for audio streams. Fixes #482495.
7098
7099 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7100
7101         * gst/avi/gstavimux.c:
7102           Fix "Index entry has invalid stream nr 1".
7103           Add support for muxing aac - work in progress (see #482495).
7104
7105 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7106
7107         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
7108         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
7109         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7110         * gst/rtsp/gstrtspsrc.h:
7111         Parse bandwidth modifiers, they are not yet configured in the session
7112         manager because we don't have an API for that yet.
7113
7114 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7115
7116         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
7117         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7118         Use shiny new function in -base to get the default clock-rate.
7119         Update some docs.
7120
7121 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
7122
7123         * win32/MANIFEST:
7124         Add files to win32 manifest.
7125         * win32/vs6/libgstaudiofx.dsp:
7126         * win32/vs6/libgstqtdemux.dsp:
7127         * win32/vs6/libgstrtp.dsp:
7128         * win32/vs6/libgstrtsp.dsp:
7129         Update project files.
7130
7131 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
7132
7133         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7134         (gst_rtspsrc_play):
7135         * gst/rtsp/gstrtspsrc.h:
7136         In TCP mode, only timestamp the first buffer. TCP is not real time and
7137         it does not make sense to try to skew compensate, also some servers send
7138         the first batch of data in a burst.
7139
7140 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7141
7142         * gst/matroska/matroska-demux.c:
7143           Fix setting the discont flag on the first buffer
7144           pushed downstream for formats with private codec
7145           data that needs to be deserialised into buffers
7146           (such as vorbis and FLAC when in a matroska container).
7147
7148 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
7149
7150         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7151
7152         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
7153         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
7154         (gst_rtp_mp4v_pay_handle_buffer):
7155         * gst/rtp/gstrtpmp4vpay.h:
7156         Free the config string. Fixes #480707.
7157         Clean up the timestamp code a little.
7158
7159 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7160
7161         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7162         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
7163         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
7164         * gst/rtsp/gstrtspsrc.h:
7165         Set timestamps on RTP buffers in interleaved mode.
7166         Mark first buffers with a DISCONT.
7167         Remove flush hack now that sync for live sources has been figured out.
7168
7169 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7170
7171         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7172         Update documentation.
7173
7174 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7175
7176         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
7177         (gst_rtp_xqt_depay_change_state):
7178         * gst/qtdemux/gstrtpxqtdepay.h:
7179         Fail if we don't know the quicktime format.
7180
7181 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
7182
7183         * ext/flac/gstflacenc.c:
7184         * ext/flac/gstflacenc.h:
7185           Save the flow return from the last gst_pad_push() and
7186           make sure we pass the right flow return value upstream
7187           in the case of failure; minor clean-ups.
7188
7189 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7190
7191         * ext/taglib/gstapev2mux.cc:
7192         * ext/taglib/gstid3v2mux.cc:
7193         * gst/apetag/gstapedemux.c:
7194           Add support for the new GST_TAG_COMPOSER (#459809).
7195
7196 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7197
7198         * gst/law/alaw-decode.c:
7199         * gst/law/alaw-decode.h:
7200         * gst/law/alaw-encode.c:
7201         * gst/law/alaw-encode.h:
7202         * gst/law/alaw.c:
7203         * gst/law/mulaw-conversion.h:
7204           Compulsive clean-ups: use boilerplate macros, add debug
7205           categories, fix up things to conform to symbol nomenklatura,
7206           etc.
7207
7208 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7209
7210         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7211
7212         * gst/law/alaw-decode.c:
7213         * gst/law/alaw-encode.c:
7214           Use static tables for A-Law decoding and encoding; this makes
7215           A-Law decoding and encoding less CPU-intensive, but increases
7216           the binary size a bit. Leaving old code around for now,
7217           selectable by a define in the code. Fixes #435435.
7218
7219 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7220
7221         * configure.ac:
7222         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
7223         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
7224         in configure.ac.
7225
7226 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7227
7228         Patch by: Jan Gerber <j at bootlab dot org>
7229
7230         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7231         Add fourccs for MPEG2 HDV streams. Fixes #479960.
7232
7233 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
7234
7235         * sys/oss/gstosshelper.c:
7236           Use GST_WARNING instead of a g_critical. This situation is not caused
7237           by the application.
7238
7239 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7240
7241         * po/LINGUAS:
7242         * po/nl.po:
7243           Updated translations.
7244
7245 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7246
7247         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
7248
7249         * po/eu.po:
7250           Added Basque translation.
7251
7252 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7253
7254         translated by: Abel Cheung <abelcheung@gmail.com>
7255
7256         * po/zh_HK.po:
7257         * po/zh_TW.po:
7258           Added Chinese (traditional and Hong Kong) translation.
7259
7260 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7261
7262         translated by: Jakub Bogusz <qboosh@pld-linux.org>
7263
7264         * po/pl.po:
7265           Added Polish translation.
7266
7267 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7268
7269         translated by: Ilkka Tuohela <hile@iki.fi>
7270
7271         * po/fi.po:
7272           Added Finnish translation.
7273
7274 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7275
7276         translated by: Jorge González González <aloriel@gmail.com>
7277
7278         * po/es.po:
7279           Added Spanish translation.
7280
7281 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7282
7283         translated by: Mogens Jaeger <mogens@jaeger.tf>
7284
7285         * po/da.po:
7286           Added Danish translation.
7287
7288 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7289
7290         translated by: Funda Wang <fundawang@linux.net.cn>
7291
7292         * po/zh_CN.po:
7293           Added Chinese (simplified) translation.
7294
7295 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7296
7297         translated by: Alexander Shopov <ash@contact.bg>
7298
7299         * po/bg.po:
7300           Added Bulgarian translation.
7301
7302 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
7303
7304         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
7305         Set outgoing packet duration because we can. Fixes #478244 some more.
7306
7307 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
7308
7309         * ext/cairo/gsttextoverlay.c:
7310           Add info about static leak.
7311         
7312         * tests/check/Makefile.am:
7313         * tests/check/generic/states.c:
7314           Improved state change unit test.
7315
7316 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
7317
7318         * docs/plugins/.cvsignore:
7319         * tests/check/.cvsignore:
7320           Ignore registries in any format.
7321
7322 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7323
7324         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
7325         Removed some unused code.
7326
7327         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
7328         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
7329         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
7330         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
7331         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
7332         (gst_rtp_theora_pay_flush_packet):
7333         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
7334         Try to preserve the incomming buffer duration on the outgoing
7335         packets. Fixes #478244.
7336
7337 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7338
7339         * ext/taglib/gstapev2mux.cc:
7340         * ext/taglib/gstid3v2mux.cc:
7341           Work around compiler warnings with g++-4.2 when assigning a
7342           string constant to a gchar * (partially fixes #478092).
7343
7344 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7345
7346         * configure.ac:
7347           We require core CVS now for gst_base_src_set_do_timestamp().
7348
7349 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
7350
7351         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
7352         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7353         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
7354         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
7355         (gst_rtspsrc_handle_message):
7356         Fix compiler warnings shown with Forte.
7357
7358 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7359
7360         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
7361         (gst_rtspsrc_dup_printf):
7362         Give meaningfull error when all streams failed to configure for some
7363         reason.
7364
7365 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7366
7367         * gst/rtp/README:
7368         Update README with the design for synchronisation rules of RTP on
7369         sender and receiver.
7370
7371 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
7372
7373         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
7374         (gst_wavparse_chain):
7375         Don't push EOS from the chain function, the element
7376         driving the pipeline is responsible for this. The bug
7377         this was meant to fix seems to be queue not forwarding
7378         EOS in all cases (see #476514).
7379
7380 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
7381
7382         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
7383         (gst_level_transform_ip):
7384         * gst/level/gstlevel.h:
7385         Use basetransform segment so that it is correctly managed on flushes and
7386         start/stop.
7387         Report message timestamp as stream time, which is what an application
7388         can understand.
7389
7390 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7391
7392         * ext/taglib/gstapev2mux.cc:
7393         * ext/taglib/gstapev2mux.h:
7394         * ext/taglib/gsttaglibmux.c:
7395         * tests/check/elements/apev2mux.c:
7396         Update my mail address.
7397
7398 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7399
7400         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
7401         (gst_wavparse_loop), (gst_wavparse_chain):
7402         Add EOS logic for the push-based mode too. Fixes #476514.
7403
7404 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
7405
7406         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
7407         * gst/law/alaw-encode.h:
7408         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
7409         (gst_mulawenc_chain):
7410         * gst/law/mulaw-encode.h:
7411         Fix law encoder timestamps.
7412
7413 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
7414
7415         * ext/gconf/gstgconfaudiosink.c:
7416           Fix warning when building without debug.
7417
7418         * sys/oss/gstossmixertrack.c:
7419           Use const like in alsamixertrack.c (fixes warnings).
7420
7421 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
7422
7423         * sys/v4l2/v4l2src_calls.c:
7424         (gst_v4l2src_probe_caps_for_format_and_size):
7425         Fix framerate detection code some more.
7426         Handle the case where there is a weird step in the stepwise framerates.
7427         Don't overwrite the min interval with the framerate, use a temp variable
7428         instead.
7429         Use max in the Continuous framerate intervals instead of step, which is
7430         1 according to the docs. Fixes #475424.
7431
7432 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
7433
7434         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
7435         Make udpsrc timestamp outgoing buffers based on when they were received.
7436         Also make it output a segment in time.
7437
7438 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
7439
7440         * gst/avi/gstavidemux.c:
7441           Plug a little leak. Little code cleanups.
7442
7443 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
7444
7445         * configure.ac:
7446           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
7447           flac versions, 's good for cross-compilation karma.
7448
7449 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7450
7451         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
7452
7453         * gst/rtp/gstrtph263pay.c:
7454           Fix up header structure so that compilers don't add padding
7455           between the structure fields, since that would lead to us
7456           sending RTP packets with broken headers (as is currently the
7457           case when compiling with MSVC). Also see similar fixes in
7458           libgstrtp in gst-plugins-base. (#474616; #471194)
7459
7460 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
7461
7462         * sys/v4l2/v4l2src_calls.c:
7463         (gst_v4l2src_probe_caps_for_format_and_size):
7464         Don't overwrite our GValue with 0 but instead use the previously
7465         computed value. Fixes #471823 some more.
7466
7467 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7468
7469         * docs/plugins/gst-plugins-good-plugins.hierarchy:
7470           No tabs in this file please, or gtk-doc will end up documenting
7471           rather absurd class hierarchies.
7472
7473 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7474
7475         * ext/gconf/gstswitchsink.c:
7476           If the new kid element fails to change state for some reason
7477           (e.g. esdsink not being able to connect to the sound server),
7478           forward the error message it posted on the bus instead of just
7479           posting a generic 'Internal state change error: please file a
7480           bug' error message. Fixes #471364.
7481
7482 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7483
7484         * gst/qtdemux/Makefile.am:
7485         * gst/qtdemux/qtdemux.c:
7486           Don't assume tags are encoded as UTF-8 (#473670).
7487
7488 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7489
7490         * sys/v4l2/gstv4l2src.c:
7491         * sys/v4l2/gstv4l2src.h:
7492         * sys/v4l2/v4l2src_calls.c:
7493           Implement LATENCY queries in the crudest way possible so I don't
7494           have to use sync=false any longer when testing with videosinks.
7495
7496 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7497
7498         * configure.ac:
7499           Fix build.
7500
7501 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7502
7503         * sys/v4l2/v4l2src_calls.c:
7504         (gst_v4l2src_probe_caps_for_format_and_size):
7505         Add some more debugging in the framerate function.
7506         Iterate stepwise framerate up to and _including_ the max and if nothing
7507         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
7508         don't end up with an empty list. Fixes #471823
7509
7510 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7511
7512         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
7513         (gst_multiudpsink_set_clients_string),
7514         (gst_multiudpsink_get_clients_string),
7515         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
7516         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
7517         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
7518         (gst_multiudpsink_clear):
7519         Add property do configure destination address/port pairs
7520         API:GstMultiUDPSink::clients
7521
7522 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7523
7524         * tests/examples/Makefile.am:
7525         * tests/examples/rtp/Makefile.am:
7526         * tests/examples/rtp/client-H263p-AMR.sh:
7527         * tests/examples/rtp/client-H263p-PCMA.sdp:
7528         * tests/examples/rtp/client-H263p-PCMA.sh:
7529         * tests/examples/rtp/client-H264-PCMA.sdp:
7530         * tests/examples/rtp/client-H264-PCMA.sh:
7531         * tests/examples/rtp/client-PCMA.sh:
7532         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
7533         * tests/examples/rtp/server-alsasrc-PCMA.sh:
7534         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
7535         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
7536         Added some RTP example scripts for sending and receiving RTP streams.
7537
7538 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7539
7540         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
7541         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
7542         Restructure the setcaps function so that we can also compute the
7543         expected GStreamer output size of the video frames.
7544         Set frame_byte_size correctly so that read-based devices have a chance
7545         of working correctly.
7546         When grabbing a frame, discard frames that are not of the expected size.
7547         Some cameras don't output the right framesize for the first buffer.
7548         Try only a couple of times to get a valid frame, else error out.
7549
7550         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
7551         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
7552         Add some more debug info when scanning the device.
7553
7554         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
7555         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
7556         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
7557         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
7558         Add some more debug info when dequeing a frame.
7559
7560 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
7561
7562         * gst/wavparse/gstwavparse.c:
7563           More code cleanups. Add some more comment and improve debugs logs.
7564
7565 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
7566
7567         * gst/wavparse/gstwavparse.c:
7568         * gst/wavparse/gstwavparse.h:
7569           Implement seek-query. Refactor duration calculations. Appropriate use
7570           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
7571           out of loops.
7572
7573 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
7574
7575         * gst/avi/gstavidemux.c:
7576           Implement seek-query.
7577
7578 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
7579
7580         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
7581         (gst_rtspsrc_dup_printf):
7582         Use new basesink async property to make sparse RTCP packet not wait for
7583         preroll.
7584
7585 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7586
7587         * gst/audiofx/Makefile.am:
7588         Dist the right file.
7589
7590 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
7591
7592         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
7593         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
7594         Make sure we generate and parse floating point values in the POSIX
7595         locale instead of the current locale. 
7596
7597 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7598
7599         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
7600         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7601         (gst_rtspsrc_play):
7602         * gst/rtsp/gstrtspsrc.h:
7603         Fix method detection again.
7604         Keep track of when we must send a Range header.
7605         Use segment values for Range, Speed and Scale headers.
7606         Parse Speed and Scale headers to update the segment values.
7607
7608 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7609
7610         patch by: Mark Nauwelaerts <manauw@skynet.be>
7611
7612         * sys/v4l2/v4l2src_calls.c:
7613           Handle optional v4l2 ioctls gracefully.
7614
7615 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
7616
7617         * gst/rtp/Makefile.am:
7618         * gst/rtp/gstrtp.c: (plugin_init):
7619         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
7620         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
7621         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
7622         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
7623         (gst_rtp_h263_depay_get_property),
7624         (gst_rtp_h263_depay_change_state),
7625         (gst_rtp_h263_depay_plugin_init):
7626         * gst/rtp/gstrtph263depay.h:
7627         Added an H263 depayloader. Fixes #369392.
7628
7629         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
7630         (gst_rtp_h263p_depay_process):
7631         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
7632         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
7633         Make the H263+ pay/depayloader support H263-1998 and H263-2000
7634         payloads.
7635         Also alow plain H263 on the h263p payloaders. Fixes #465040.
7636
7637 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
7638
7639         * gst/audiofx/audiochebyshevfreqband.c:
7640         * gst/audiofx/audiochebyshevfreqlimit.c:
7641         Add small comparision with the windowed sinc filters in the docs.
7642
7643 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
7644
7645         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
7646         (audiochebyshevfreqband_suite):
7647         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
7648         (audiochebyshevfreqlimit_suite):
7649         Also test 32 bit float mode and the type 2 variants of the filters.
7650
7651 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
7652
7653         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7654         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7655         (gst_rtspsrc_loop):
7656         Refactor the udp and interleaved loop function a bit.
7657
7658 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7659
7660         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7661         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
7662         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
7663         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
7664         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
7665         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
7666         * gst/rtsp/gstrtspsrc.h:
7667         Protect connection activity with a new lock, avoids deadlocks when going
7668         to PAUSED. Fixes #455808.
7669
7670 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7671
7672         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
7673         Fix debug statement.
7674
7675 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7676
7677         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
7678         Fix stray %u in debug line as spotted by Saur on IRC.
7679
7680 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7681
7682         * gst/audiofx/audiochebyshevfreqband.c:
7683         (gst_audio_chebyshev_freq_band_class_init):
7684         * gst/audiofx/audiochebyshevfreqlimit.c:
7685         (gst_audio_chebyshev_freq_limit_class_init):
7686         Use generator macros for the process functions for the different
7687         sample types, add lower upper boundaries for the GObject properties
7688         so automatically generated UIs can use sliders and add a note about
7689         the number of poles as a too high number of poles combined with
7690         very low or very high frequencies will produce only noise.
7691         * docs/plugins/gst-plugins-good-plugins.args:
7692         Regenerated for the property changes.
7693
7694 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7695
7696         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
7697         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
7698         (gst_rtspsrc_stream_configure_udp_sink),
7699         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
7700         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7701         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
7702         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
7703         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
7704         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7705         * gst/rtsp/gstrtspsrc.h:
7706         Improve timeout handling.
7707         Use the same socket for sending and receiving RTCP packets so that some
7708         servers can track clients better.
7709         Improve connection closed handling. Try to reconnect.
7710         Don't overwrite our content base with NULL.
7711         Improve debugging.
7712         Improve range parsing and handling.
7713         Remove flushing hack now that core does the right thing.
7714
7715 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7716
7717         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
7718         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
7719         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
7720         (gst_multiudpsink_close), (gst_multiudpsink_add):
7721         * gst/udp/gstmultiudpsink.h:
7722         Add support for getting and setting the socket to use.
7723
7724         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7725         (gst_udpsrc_create), (gst_udpsrc_get_property):
7726         Add support for getting the currently used socket.
7727
7728 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
7729
7730         reviewed by: Stefan Kost  <ensonic@users.sf.net>
7731
7732         * gst/audiofx/Makefile.am:
7733         * gst/audiofx/audiochebyshevfreqband.c:
7734         (gst_audio_chebyshev_freq_band_mode_get_type),
7735         (gst_audio_chebyshev_freq_band_base_init),
7736         (gst_audio_chebyshev_freq_band_dispose),
7737         (gst_audio_chebyshev_freq_band_class_init),
7738         (gst_audio_chebyshev_freq_band_init),
7739         (generate_biquad_coefficients), (calculate_gain),
7740         (generate_coefficients),
7741         (gst_audio_chebyshev_freq_band_set_property),
7742         (gst_audio_chebyshev_freq_band_get_property),
7743         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
7744         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
7745         (gst_audio_chebyshev_freq_band_start):
7746         * gst/audiofx/audiochebyshevfreqband.h:
7747         * gst/audiofx/audiochebyshevfreqlimit.c:
7748         (gst_audio_chebyshev_freq_limit_mode_get_type),
7749         (gst_audio_chebyshev_freq_limit_base_init),
7750         (gst_audio_chebyshev_freq_limit_dispose),
7751         (gst_audio_chebyshev_freq_limit_class_init),
7752         (gst_audio_chebyshev_freq_limit_init),
7753         (generate_biquad_coefficients), (calculate_gain),
7754         (generate_coefficients),
7755         (gst_audio_chebyshev_freq_limit_set_property),
7756         (gst_audio_chebyshev_freq_limit_get_property),
7757         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
7758         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
7759         (gst_audio_chebyshev_freq_limit_start):
7760         * gst/audiofx/audiochebyshevfreqlimit.h:
7761         * gst/audiofx/audiofx.c: (plugin_init):
7762         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
7763         Fixes #464800.
7764
7765         * tests/check/Makefile.am:
7766         * tests/check/elements/.cvsignore:
7767         * tests/check/elements/audiochebyshevfreqband.c:
7768         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
7769         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
7770         * tests/check/elements/audiochebyshevfreqlimit.c:
7771         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
7772         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
7773         Add unit tests for the chebyshev filters.
7774
7775         * docs/plugins/Makefile.am:
7776         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7777         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7778         * docs/plugins/gst-plugins-good-plugins.args:
7779         * docs/plugins/inspect/plugin-1394.xml:
7780         * docs/plugins/inspect/plugin-audiofx.xml:
7781         * docs/plugins/inspect/plugin-dv.xml:
7782         * docs/plugins/inspect/plugin-flac.xml:
7783         * docs/plugins/inspect/plugin-jpeg.xml:
7784         * docs/plugins/inspect/plugin-png.xml:
7785         * docs/plugins/inspect/plugin-rtp.xml:
7786         * docs/plugins/inspect/plugin-shout2send.xml:
7787         * docs/plugins/inspect/plugin-wavpack.xml:
7788         And add docs for the chebyshev filters. While doing
7789         that also run make update in docs/plugins.
7790
7791 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
7792
7793         * ext/annodex/gstcmmltag.c:
7794         * gst/rtp/gstrtpvorbispay.c:
7795           Make ro memory to share.
7796
7797 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7798
7799         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7800         Improve UDP performance by avoiding a select() when we have data
7801         available immediatly.
7802
7803 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7804
7805         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
7806         (gst_rtp_dec_class_init):
7807         * gst/rtsp/gstrtpdec.h:
7808         Add (dummy) SSRC management signals.
7809
7810         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7811         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7812         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
7813         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
7814         (on_timeout), (gst_rtspsrc_stream_configure_manager),
7815         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
7816         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
7817         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7818         * gst/rtsp/gstrtspsrc.h:
7819         Add connection-speed property.
7820         Add find_stream helper functions.
7821         Handle stream EOS based on BYE messages or SSRC timeout.
7822         Returns SUCCESS from the state change function as we hide our async
7823         elements from the parent.
7824
7825 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
7826
7827         * gst/debug/rndbuffersize.c:
7828           Fix da leak.
7829
7830 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
7831
7832         * gst/debug/Makefile.am:
7833         * gst/debug/breakmydata.c:
7834         * gst/debug/gstdebug.c:
7835         * gst/debug/negotiation.c:
7836         * gst/debug/progressreport.c:
7837         * gst/debug/rndbuffersize.c:
7838         * gst/debug/testplugin.c:
7839           Add new test element and clean-up the others a little.
7840
7841 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7842
7843         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
7844         Fix parsing of mp4a version 0 atoms. Fixes #465774.
7845
7846 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7847
7848         * gst/rtp/gstrtpilbcdepay.c:
7849           Include stdlib.
7850
7851 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
7852
7853         * gst/rtp/gstrtpmpvdepay.c:
7854         Set the mpegversion in the caps so that autoplugging does not get
7855         confused.
7856
7857 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7858
7859         * po/hu.po:
7860         * po/uk.po:
7861         * po/vi.po:
7862           Updated translations.
7863
7864 2007-08-08  Michael Smith <msmith@fluendo.com>
7865
7866         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
7867           Render right border in the correct location.
7868
7869 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7870
7871         Patch by: Olivier Crete <tester at tester dot ca>
7872
7873         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
7874         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
7875         Make mode property a string. Fixes #464475.
7876
7877 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
7878
7879         * ext/flac/gstflacenc.c:
7880           Widen caps to match decoder a bit and add more FIXMEs.
7881
7882 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
7883
7884         patch by: Mark Nauwelaerts <manauw@skynet.be>
7885
7886         * gst/avi/gstavimux.c:
7887           Fix ODML index tag numbering. Fixes #463624.
7888
7889 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7890
7891         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
7892         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
7893         (gst_rtspsrc_stream_configure_tcp),
7894         (gst_rtspsrc_stream_configure_udp_sink):
7895         Fix default clock-rate for realmedia.
7896         Fix parsing of transport.
7897         Don't try to link NULL pads.
7898
7899 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
7900
7901         * po/POTFILES.skip:
7902           Add POTFILES.skip with list of source files that aren't disted at the
7903           moment but contain translatable strings. Should hopefully pacify
7904           broken tools and make it clearer that these files are left out
7905           intentionally (#461600).
7906
7907 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
7908
7909         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
7910         If the buffer was entirely clipped ... don't try sending it :)
7911
7912 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7913
7914         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
7915         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
7916         (gst_rtspsrc_create_transports_string),
7917         (gst_rtspsrc_prepare_transports):
7918         If we don't hav a session manager, set the caps on outgoing buffers
7919         ourselves.
7920         Force PAUSE/PLAY methods for now until the extensions can overwrite.
7921         Append final bit of the transport string even when it does not contain a
7922         placeholder.
7923
7924 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7925
7926         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
7927         (gst_rtsp_ext_list_connect):
7928         * gst/rtsp/gstrtspext.h:
7929         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7930         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
7931         Clean up the interface list.
7932         Allow connecting to interface signals for the extensions.
7933         Remove old extension code.
7934         Free list on cleanup.
7935         Allow extensions to send additional RTSP messages.
7936
7937 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7938
7939         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
7940         Handle a NULL gconf key gracefully by rendering the default element.
7941
7942 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7943
7944         * gst/rtsp/gstrtspext.h:
7945         Fix include path for extension interface.
7946
7947 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
7948
7949         * gst/audiofx/audioamplify.h:
7950         Also remove a now unecessary variable here.
7951
7952 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
7953
7954         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
7955         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
7956         * gst/audiofx/audiodynamic.c:
7957         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
7958         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
7959         * gst/audiofx/audiodynamic.h:
7960         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
7961         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
7962         * gst/audiofx/audioinvert.h:
7963         Don't save format information ourselves, this is already saved in
7964         GstAudioFilter.
7965
7966 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7967
7968         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
7969         (gst_rtsp_ext_list_stream_select):
7970         * gst/rtsp/gstrtspext.h:
7971         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
7972         Use rank to filter out extensions.
7973         Add url to stream_select interface call.
7974
7975 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7976
7977         * gst/rtsp/Makefile.am:
7978         * gst/rtsp/base64.c:
7979         * gst/rtsp/base64.h:
7980         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
7981         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
7982         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
7983         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
7984         (gst_rtsp_ext_list_setup_media),
7985         (gst_rtsp_ext_list_configure_stream),
7986         (gst_rtsp_ext_list_get_transports),
7987         (gst_rtsp_ext_list_stream_select):
7988         * gst/rtsp/gstrtspext.h:
7989         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7990         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7991         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7992         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
7993         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
7994         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
7995         (gst_rtspsrc_stream_configure_tcp),
7996         (gst_rtspsrc_stream_configure_mcast),
7997         (gst_rtspsrc_stream_configure_udp),
7998         (gst_rtspsrc_stream_configure_udp_sink),
7999         (gst_rtspsrc_stream_configure_transport),
8000         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8001         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8002         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
8003         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
8004         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8005         (gst_rtspsrc_parse_methods),
8006         (gst_rtspsrc_create_transports_string),
8007         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
8008         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
8009         (gst_rtspsrc_play), (gst_rtspsrc_pause),
8010         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
8011         * gst/rtsp/gstrtspsrc.h:
8012         * gst/rtsp/rtsp.h:
8013         * gst/rtsp/rtspconnection.c:
8014         * gst/rtsp/rtspconnection.h:
8015         * gst/rtsp/rtspdefs.c:
8016         * gst/rtsp/rtspdefs.h:
8017         * gst/rtsp/rtspext.h:
8018         * gst/rtsp/rtspextwms.c:
8019         * gst/rtsp/rtspextwms.h:
8020         * gst/rtsp/rtspmessage.c:
8021         * gst/rtsp/rtspmessage.h:
8022         * gst/rtsp/rtsprange.c:
8023         * gst/rtsp/rtsprange.h:
8024         * gst/rtsp/rtsptransport.c:
8025         * gst/rtsp/rtsptransport.h:
8026         * gst/rtsp/rtspurl.c:
8027         * gst/rtsp/rtspurl.h:
8028         * gst/rtsp/sdp.h:
8029         * gst/rtsp/sdpmessage.c:
8030         * gst/rtsp/sdpmessage.h:
8031         * gst/rtsp/test.c:
8032         Use shiny new RTSP and SDP library.
8033         Implement RTSP extensions using the new interface.
8034         Remove a lot of old code.
8035
8036 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
8037
8038         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8039         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
8040
8041 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8042
8043         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8044         Don't unref the outgoing buffer twice when dropping it because it's
8045         outside of the segment.
8046
8047 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8048
8049         * configure.ac:
8050         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8051         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
8052         Use the new buffer clipping function from gstaudio here and
8053         require gst-plugins-base CVS.
8054         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8055         For framed Wavpack buffers we require a valid timestamp.
8056
8057 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
8058
8059         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
8060         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
8061         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
8062         Clip raw audio and video when we can, keep track of current output
8063         segment.
8064         Don't leak buffers and events when there is no output pad.
8065         Improve debugging here and there.
8066
8067 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
8068
8069         * configure.ac:
8070           Sync liboil check with plugins-base.
8071
8072 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8073
8074         * ext/annodex/Makefile.am:
8075           Fix CFLAGS/LIBS.
8076
8077         * ext/cdio/gstcdiocddasrc.c:
8078         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
8079           Include stdlib
8080
8081         * ext/cairo/Makefile.am:
8082         * gst/videofilter/Makefile.am:
8083         * tests/examples/level/Makefile.am:
8084           Use $(LIBM) instead of -lm
8085
8086 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8087
8088         * sys/v4l2/gstv4l2src.c:
8089           Add another example pipeline.
8090
8091 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8092
8093         Patch by: Alexander Eichner <alexeichi@yahoo.de>
8094
8095         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8096           Use define here.
8097
8098         * sys/v4l2/gstv4l2tuner.c:
8099         (gst_v4l2_tuner_set_frequency_and_notify):
8100           Don't touch the property - its still disabled.
8101
8102         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
8103         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
8104         * sys/v4l2/v4l2src_calls.h:
8105           Improve fallback format negotionation. Fixes #451388
8106
8107 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8108
8109         * tests/check/elements/videocrop.c: (GST_START_TEST):
8110           Fix the test.
8111
8112 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8113
8114         * docs/plugins/Makefile.am:
8115         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8116         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8117         * docs/plugins/inspect/plugin-jpeg.xml:
8118         * docs/plugins/inspect/plugin-png.xml:
8119         * ext/jpeg/gstjpegdec.c:
8120         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
8121         (gst_pngdec_sink_setcaps):
8122           More docs. More logs in pngdec.
8123
8124 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
8125
8126         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8127           Initialize num_buffers with minimum value.
8128
8129         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
8130         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
8131           Handle frame-size query failure gracefully.
8132
8133 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8134
8135         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8136         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
8137         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
8138         of qt/aac files.
8139
8140 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
8141
8142         * ext/wavpack/gstwavpackdec.c:
8143         (gst_wavpack_dec_clip_outgoing_buffer):
8144         Fix buffer clipping to correctly clip to the segment stop.
8145
8146 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8147
8148         * configure.ac:
8149         * tests/Makefile.am:
8150         Remove bogus check for libcheck, since we check for
8151         gstreamer-check and it pulls in the required info from there,
8152         and we weren't actually _using_ the information for libcheck
8153         ourselves anyway.
8154
8155 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8156
8157         * configure.ac:
8158           Use pkg-config to locate check.
8159
8160 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
8161
8162         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
8163         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
8164         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
8165         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8166         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
8167         * gst/effectv/gstaging.c: (gst_agingtv_transform):
8168         * gst/effectv/gstdice.c: (gst_dicetv_transform):
8169         * gst/effectv/gstedge.c: (gst_edgetv_transform):
8170         * gst/effectv/gstquark.c: (gst_quarktv_transform):
8171         * gst/effectv/gstrev.c: (gst_revtv_transform):
8172         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
8173         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
8174         * gst/effectv/gstwarp.c: (gst_warptv_transform):
8175         * gst/matroska/matroska-demux.c:
8176         (gst_matroska_demux_add_wvpk_header),
8177         (gst_matroska_demux_check_subtitle_buffer),
8178         (gst_matroska_decode_buffer):
8179         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
8180           Fix build against core CVS.
8181
8182 2007-07-10  Edward Hervey  <bilboed@gmail.com>
8183
8184         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8185         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
8186         don't have enough granularity to convert that boolean into a
8187         GstFlowReturn.
8188
8189 2007-07-06  Michael Smith <msmith@fluendo.com>
8190
8191         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
8192         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
8193         (gst_alawdec_change_state):
8194         * gst/law/alaw-decode.h:
8195         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
8196         (gst_mulawdec_class_init), (gst_mulawdec_init),
8197         (gst_mulawdec_chain), (gst_mulawdec_change_state):
8198         * gst/law/mulaw-decode.h:
8199           Fix capsnego bogosity in *law decoders. 
8200
8201 2007-07-06  Michael Smith <msmith@fluendo.com>
8202
8203         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
8204         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
8205         (gst_smokeenc_change_state):
8206         * ext/jpeg/gstsmokeenc.h:
8207           Remove stupidity in get/set caps functions.
8208           Fix some refcounting problems.
8209
8210 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8211
8212         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
8213         Remove endianness-flipping hack that seems to have been required
8214         only because of a bug in ffmpegcolorspace.
8215         Partially Fixes: #451908
8216
8217 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8218
8219         * docs/plugins/Makefile.am:
8220           Simplify --extra-dir as gtkdoc scans recursively.
8221
8222 2007-07-03  Wim Taymans  <wim@fluendo.com>
8223
8224         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8225
8226         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8227         Set the encoding-name in the rtp caps to all uppercase, as required by
8228         the caps spec.
8229         Some small cleanups in the error paths. Fixes #453037.
8230
8231 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8232
8233         * ext/wavpack/gstwavpackparse.c:
8234         (gst_wavpack_parse_index_get_last_entry),
8235         (gst_wavpack_parse_index_get_entry_from_sample),
8236         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
8237         (gst_wavpack_parse_scan_to_find_sample):
8238         * ext/wavpack/gstwavpackparse.h:
8239         Use a GSList for the GArray that is used like a list anyway.
8240
8241 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
8242
8243         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
8244         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
8245         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
8246           Add state change function where we set 0/1 as default framerate in
8247           case our setcaps function isn't called, like it might not in a
8248           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
8249           gdkpixbufdec trying to create caps with a 0/0 framerate.
8250           Also post an error message on the bus if gst_pad_push() fails when
8251           called from our sink event handler (+1 for flow returns for event
8252           functions in 0.11) instead of failing silently.
8253
8254 2007-06-27  Wim Taymans  <wim@fluendo.com>
8255
8256         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
8257         Cast stack args to the proper types. Fixes #451249.
8258
8259 2007-06-27  Wim Taymans  <wim@fluendo.com>
8260
8261         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8262         (new_session_pad), (gst_rtspsrc_setup_streams):
8263         * gst/rtsp/gstrtspsrc.h:
8264         For container formats we only need to activate one of the streams so
8265         that we correctly signal no-more-pads. Fixes #451015.
8266
8267 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8268
8269         * docs/plugins/gst-plugins-good-plugins.args:
8270         * docs/plugins/inspect/plugin-aasink.xml:
8271         * docs/plugins/inspect/plugin-alaw.xml:
8272         * docs/plugins/inspect/plugin-alpha.xml:
8273         * docs/plugins/inspect/plugin-alphacolor.xml:
8274         * docs/plugins/inspect/plugin-annodex.xml:
8275         * docs/plugins/inspect/plugin-apetag.xml:
8276         * docs/plugins/inspect/plugin-audiofx.xml:
8277         * docs/plugins/inspect/plugin-auparse.xml:
8278         * docs/plugins/inspect/plugin-autodetect.xml:
8279         * docs/plugins/inspect/plugin-avi.xml:
8280         * docs/plugins/inspect/plugin-cacasink.xml:
8281         * docs/plugins/inspect/plugin-cairo.xml:
8282         * docs/plugins/inspect/plugin-cdio.xml:
8283         * docs/plugins/inspect/plugin-cutter.xml:
8284         * docs/plugins/inspect/plugin-debug.xml:
8285         * docs/plugins/inspect/plugin-efence.xml:
8286         * docs/plugins/inspect/plugin-effectv.xml:
8287         * docs/plugins/inspect/plugin-esdsink.xml:
8288         * docs/plugins/inspect/plugin-flac.xml:
8289         * docs/plugins/inspect/plugin-flxdec.xml:
8290         * docs/plugins/inspect/plugin-gconfelements.xml:
8291         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8292         * docs/plugins/inspect/plugin-goom.xml:
8293         * docs/plugins/inspect/plugin-halelements.xml:
8294         * docs/plugins/inspect/plugin-icydemux.xml:
8295         * docs/plugins/inspect/plugin-id3demux.xml:
8296         * docs/plugins/inspect/plugin-jpeg.xml:
8297         * docs/plugins/inspect/plugin-ladspa.xml:
8298         * docs/plugins/inspect/plugin-level.xml:
8299         * docs/plugins/inspect/plugin-matroska.xml:
8300         * docs/plugins/inspect/plugin-mulaw.xml:
8301         * docs/plugins/inspect/plugin-multipart.xml:
8302         * docs/plugins/inspect/plugin-navigationtest.xml:
8303         * docs/plugins/inspect/plugin-ossaudio.xml:
8304         * docs/plugins/inspect/plugin-png.xml:
8305         * docs/plugins/inspect/plugin-quicktime.xml:
8306         * docs/plugins/inspect/plugin-rtp.xml:
8307         * docs/plugins/inspect/plugin-rtsp.xml:
8308         * docs/plugins/inspect/plugin-smpte.xml:
8309         * docs/plugins/inspect/plugin-speex.xml:
8310         * docs/plugins/inspect/plugin-taglib.xml:
8311         * docs/plugins/inspect/plugin-udp.xml:
8312         * docs/plugins/inspect/plugin-videobalance.xml:
8313         * docs/plugins/inspect/plugin-videobox.xml:
8314         * docs/plugins/inspect/plugin-videocrop.xml:
8315         * docs/plugins/inspect/plugin-videoflip.xml:
8316         * docs/plugins/inspect/plugin-videomixer.xml:
8317         * docs/plugins/inspect/plugin-wavenc.xml:
8318         * docs/plugins/inspect/plugin-wavparse.xml:
8319         * docs/plugins/inspect/plugin-ximagesrc.xml:
8320           Update docs with caps info.
8321
8322 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8323
8324         * po/POTFILES.in:
8325           Add more files with translatable strings (#450878).
8326
8327 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8328
8329         * MAINTAINERS:
8330         Updating all the maintainers files
8331
8332 2007-06-22  Edward Hervey  <edward@fluendo.com>
8333
8334         * ext/flac/gstflactag.c: (gst_flac_tag_init):
8335         * gst/interleave/deinterleave.c: (deinterleave_init),
8336         (deinterleave_sink_link):
8337         * gst/interleave/interleave.c: (interleave_init):
8338         * gst/median/gstmedian.c: (gst_median_init):
8339         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
8340         Fix memory leaks.
8341         * tests/check/elements/id3demux.c: (pad_added_cb):
8342         Remove unused variable.
8343
8344 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
8345
8346         * ext/gconf/gconf.h:
8347         Make the prototype of gst_gconf_get_key_for_sink_profile
8348         match the implementation.
8349         Patch by: Damien Carbery <damien dot carbery at sun dot com>
8350         Fixes: #449747
8351
8352 2007-06-20  Michael Smith <msmith@fluendo.com>
8353
8354         * gst/rtp/gstrtpdepay.c:
8355           Fix description - rtpdepay is not a payloader.
8356
8357 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
8358
8359         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
8360         (qtdemux_video_caps):
8361         * gst/qtdemux/qtdemux_fourcc.h:
8362           Add MJPG to the variants of motion jpeg.
8363
8364 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
8365
8366         * tests/check/Makefile.am:
8367         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8368         * tests/check/elements/videocrop.c: (GST_START_TEST):
8369         * tests/check/elements/videofilter.c:
8370         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8371         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
8372           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
8373           error flags are included and it errors out on compiler warnings
8374           for CVS builds; remove unused variables in various unit tests.
8375
8376 2007-06-19  Wim Taymans  <wim@fluendo.com>
8377
8378         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8379         (rtsp_connection_close), (rtsp_connection_free):
8380         Use threadsafe inet_ntop to convert an ip number to a string. 
8381         Fixes #447961.
8382         Don't leak fd (and ip) when freeing a connection without first closing
8383         it.
8384
8385 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
8386
8387         * configure.ac:
8388         Back to CVS
8389
8390         * gst-plugins-good.doap:
8391         Add 0.10.6 to the doap file.
8392
8393 === release 0.10.6 ===
8394
8395 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
8396
8397         * configure.ac:
8398           releasing 0.10.6, "Wobble Board"
8399
8400 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8401
8402         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8403         (rtsp_connection_free):
8404           Revert previous commit again, since we are frozen (sorry).
8405
8406 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8407
8408         Patch by: Peter Kjellerstedt <pkj at axis com>
8409
8410         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8411         (rtsp_connection_free):
8412           inet_ntoa() uses a static buffer internally, so we need to copy the
8413           returned string if we want to store it for later (#447961).
8414
8415 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8416
8417         * win32/vs6/autogen.dsp:
8418         * win32/vs6/gst_plugins_good.dsw:
8419         * win32/vs6/libgstalaw.dsp:
8420         * win32/vs6/libgstalpha.dsp:
8421         * win32/vs6/libgstalphacolor.dsp:
8422         * win32/vs6/libgstapetag.dsp:
8423         * win32/vs6/libgstaudiofx.dsp:
8424         * win32/vs6/libgstauparse.dsp:
8425         * win32/vs6/libgstautodetect.dsp:
8426         * win32/vs6/libgstavi.dsp:
8427         * win32/vs6/libgstcutter.dsp:
8428         * win32/vs6/libgstdirectdraw.dsp:
8429         * win32/vs6/libgstdirectsound.dsp:
8430         * win32/vs6/libgsteffectv.dsp:
8431         * win32/vs6/libgstflx.dsp:
8432         * win32/vs6/libgstgoom.dsp:
8433         * win32/vs6/libgsticydemux.dsp:
8434         * win32/vs6/libgstid3demux.dsp:
8435         * win32/vs6/libgstinterleave.dsp:
8436         * win32/vs6/libgstjpeg.dsp:
8437         * win32/vs6/libgstlevel.dsp:
8438         * win32/vs6/libgstmatroska.dsp:
8439         * win32/vs6/libgstmedian.dsp:
8440         * win32/vs6/libgstmonoscope.dsp:
8441         * win32/vs6/libgstmulaw.dsp:
8442         * win32/vs6/libgstmultipart.dsp:
8443         * win32/vs6/libgstqtdemux.dsp:
8444         * win32/vs6/libgstrtp.dsp:
8445         * win32/vs6/libgstrtsp.dsp:
8446         * win32/vs6/libgstsmpte.dsp:
8447         * win32/vs6/libgstspeex.dsp:
8448         * win32/vs6/libgstudp.dsp:
8449         * win32/vs6/libgstvideobalance.dsp:
8450         * win32/vs6/libgstvideobox.dsp:
8451         * win32/vs6/libgstvideocrop.dsp:
8452         * win32/vs6/libgstvideoflip.dsp:
8453         * win32/vs6/libgstvideomixer.dsp:
8454         * win32/vs6/libgstwaveform.dsp:
8455         * win32/vs6/libgstwavenc.dsp:
8456         * win32/vs6/libgstwavparse.dsp:
8457         Mark *.dsp & *.dsw as binary files and convert to DOS line
8458         endings, as they don't load into VS6 correctly otherwise.
8459
8460 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8461
8462         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8463         (rtsp_connection_connect):
8464         Fix the MingW build. 
8465         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
8466         Fixes: #446981
8467
8468 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8469
8470         * tests/check/elements/.cvsignore:
8471         * tests/icles/.cvsignore:
8472         Hush the buildbots up
8473
8474 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8475
8476         * configure.ac:
8477         * sys/Makefile.am:
8478         * sys/directdraw/Makefile.am:
8479         * sys/directsound/Makefile.am:
8480         * sys/waveform/Makefile.am:
8481         Make sure to dist everything needed for win32 builds.
8482
8483 2007-06-14  Edward Hervey  <edward@fluendo.com>
8484
8485         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
8486         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
8487         caps.
8488         Fixes #447458
8489
8490 2007-06-13  Wim Taymans  <wim@fluendo.com>
8491
8492         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
8493         Make sure we allocate enough memory for the codec_data.
8494         Fixes #447210.
8495
8496 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
8497
8498         * win32/MANIFEST:
8499         Add videocrop project file to the win32 manifest.
8500         * win32/vs6/gst_plugins_good.dsw:
8501         Add qtdemux,videocrop and waveform projects to the workspace.
8502         * win32/vs6/libgstqtdemux.dsp:
8503         Add zlib to the link list of qtdemux.
8504         * win32/vs6/libgstvideocrop.dsp:
8505         Add a project file for videocrop.
8506
8507 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8508
8509         * po/POTFILES.in:
8510         Add qtdemux for translation
8511
8512 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8513
8514         * configure.ac:
8515         * docs/plugins/Makefile.am:
8516         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8517         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8518         * docs/plugins/inspect/plugin-videocrop.xml:
8519         * gst-plugins-good.spec.in:
8520         * sys/Makefile.am:
8521         * tests/check/Makefile.am:
8522         * tests/icles/Makefile.am:
8523         * tests/icles/videocrop-test.c:
8524         Move videocrop and osxvideo from -bad.
8525
8526 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8527
8528         * configure.ac:
8529         * docs/plugins/Makefile.am:
8530         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8531         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8532         * docs/plugins/gst-plugins-good-plugins.args:
8533         * docs/plugins/inspect/plugin-qtdemux.xml:
8534         * docs/plugins/inspect/plugin-quicktime.xml:
8535         * win32/MANIFEST:
8536         Move qtdemux from -bad.
8537
8538         * gst-plugins-good.spec.in:
8539         Update spec file to reflect moving of qtdemux and wavpack
8540
8541 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8542         
8543         * win32/MANIFEST:
8544         * docs/plugins/Makefile.am:
8545         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8546         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8547         * docs/plugins/inspect/plugin-directdraw.xml:
8548         * docs/plugins/inspect/plugin-directsound.xml:
8549         * docs/plugins/inspect/plugin-waveform.xml:
8550         Move the waveform plugin from -bad too. Update the inspect xml
8551         files to mention Plugins Good instead of Plugins Bad.
8552
8553 2007-06-12  Andy Wingo  <wingo@pobox.com>
8554
8555         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
8556         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
8557         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
8558         finalization and resuscitation. No longer public.
8559         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
8560         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
8561         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
8562         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
8563         miniobject semantics, and be threadsafe.
8564         (gst_v4l2src_queue_frame): Remove this function, as we just call
8565         the ioctls directly in the two places where we queue buffers.
8566         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
8567         directly.
8568         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
8569         to allocate the pool, which also preallocates the GstBuffers.
8570         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
8571         queueing the frames directly.
8572         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
8573         mmap buffers have been dequeued.
8574
8575         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
8576         real MiniObject instead of rolling our own refcounting and
8577         finalizing. Give it a lock.
8578         (struct _GstV4l2Buffer): Remove one intermediary object, having
8579         the buffers hold the struct v4l2_buffer directly.
8580
8581         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
8582         capture_init so that it can set them on the buffers that it will
8583         create.
8584         (gst_v4l2src_get_read): For better or for worse, include the
8585         timestamping and offsetting code here; really we should be using
8586         bufferalloc though.
8587         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
8588         preallocated, mmap'd buffers.
8589
8590 2007-06-11  Wim Taymans  <wim@fluendo.com>
8591
8592         Patch by: daniel fischer <dan at f3c dot com>
8593
8594         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
8595         (gst_ximage_src_get_caps):
8596         Actually use the display_name property so that we can dump any
8597         available X display. Fixes #445905.
8598
8599 2007-06-11  Wim Taymans  <wim@fluendo.com>
8600
8601         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8602
8603         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
8604         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
8605         Add missing rate fields to caps. Fixes #441118.
8606
8607 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
8608
8609         * win32/vs6/gst_plugins_good.dsw:
8610         * win32/vs8/gst-plugins-good.sln:
8611         Add DirectSound and DirectDraw sinks project files to
8612         workspace and solution files.
8613
8614 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
8615
8616         Patch by: Josh Coalson <xflac at yahoo dot com>,
8617         updated by Alexis Ballier <aballier at gentoo dot org>:
8618
8619         * configure.ac:
8620         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
8621         (gst_flac_dec_setup_seekable_decoder),
8622         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
8623         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
8624         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
8625         * ext/flac/gstflacdec.h:
8626         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
8627         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
8628         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
8629         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
8630         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
8631         (gst_flac_enc_chain), (gst_flac_enc_set_property),
8632         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
8633         * ext/flac/gstflacenc.h:
8634         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
8635         
8636 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
8637
8638         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
8639         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
8640         not necessary anymore as we need at least that core version. 
8641
8642 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
8643
8644         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8645         (gst_wavpack_dec_chain):
8646         * ext/wavpack/gstwavpackdec.h:
8647         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
8648         (gst_wavpack_parse_push_buffer):
8649         * ext/wavpack/gstwavpackparse.h:
8650         Improve discont handling by checking if the next Wavpack block has
8651         the expected, following block index.
8652
8653 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8654
8655         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
8656           Fix element description.
8657
8658 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8659
8660         * configure.ac:
8661         * docs/plugins/Makefile.am:
8662         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8663         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8664         * docs/plugins/gst-plugins-good-plugins.args:
8665         * docs/plugins/gst-plugins-good-plugins.hierarchy:
8666         * docs/plugins/gst-plugins-good-plugins.signals:
8667         * docs/plugins/inspect/plugin-autodetect.xml:
8668         * docs/plugins/inspect/plugin-gconfelements.xml:
8669         * docs/plugins/inspect/plugin-ladspa.xml:
8670         * docs/plugins/inspect/plugin-rtp.xml:
8671         * docs/plugins/inspect/plugin-wavpack.xml:
8672         * ext/Makefile.am:
8673         * tests/check/Makefile.am:
8674           move wavpack plugin.  See #352605.
8675
8676 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
8677
8678         * configure.ac:
8679         * docs/plugins/Makefile.am:
8680         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8681         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8682         * docs/plugins/gst-plugins-good-plugins.args:
8683         * sys/Makefile.am:
8684         * win32/MANIFEST:
8685         Add DirectDraw & DirectSound plugins to the build and docs.
8686
8687 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
8688
8689         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
8690         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
8691           When operating in pull mode, error out correct on not-linked.
8692
8693 2007-06-06  Andy Wingo  <wingo@pobox.com>
8694
8695         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
8696         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
8697         format and size if the ioctls are defined; should fix compilation
8698         on Linux < 2.16.19.
8699
8700 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
8701
8702         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
8703           Printf fixes in debug statements; use LOG level for debug statements
8704           that are printed for each and every frame; convert c++ comments to
8705           C-style comments; not much point using g_try_malloc() if we then not
8706           even check the return value.
8707
8708 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8709
8710         * configure.ac:
8711           Bump requirements to released versions (core and base 0.10.13).
8712
8713         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
8714           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8715           own implementation.
8716
8717 2007-06-05  Andy Wingo  <wingo@pobox.com>
8718
8719         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
8720         some useless comments.
8721
8722         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
8723         frames before calling STREAMON, that might leave them in a state
8724         where they can't be dequeued if we go back to NULL without calling
8725         STREAMON, according to the docs.
8726         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
8727         before we call STREAMON.
8728         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
8729         failures. (For me this code hung.) The pool refcounting is still
8730         crack; added a note to that effect.
8731
8732 2007-06-05  Wim Taymans  <wim@fluendo.com>
8733
8734         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
8735         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
8736         Add support for mapping gst structure names to the MIME type equivalent.
8737         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
8738
8739 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
8740
8741         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
8742         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
8743         (gst_wavenc_chain), (gst_wavenc_change_state):
8744         * gst/wavenc/gstwavenc.h:
8745         Properly write wav files with width!=depth by having the depth most
8746         significant bytes set and all others zero. Fixes #442535.
8747
8748 2007-06-01  Wim Taymans  <wim@fluendo.com>
8749
8750         * gst/rtsp/rtspconnection.c:
8751         Add include to make buildbot happy.
8752
8753 2007-06-01  Wim Taymans  <wim@fluendo.com>
8754
8755         Patch by: Peter Kjellerstedt  <pkj at axis com>
8756
8757         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8758         (rtsp_connection_connect), (add_date_header),
8759         (rtsp_connection_send), (parse_response_status),
8760         (parse_request_line), (parse_line), (rtsp_connection_receive):
8761         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
8762         * gst/rtsp/rtspdefs.h:
8763         * gst/rtsp/rtspmessage.c: (key_value_foreach),
8764         (rtsp_message_init_request), (rtsp_message_init_response),
8765         (rtsp_message_remove_header), (rtsp_message_append_headers),
8766         (rtsp_message_dump):
8767         * gst/rtsp/rtspmessage.h:
8768         Improves version checking, allowing an RTSP server to reply with "505
8769         RTSP Version not supported.
8770         Adds a Date header to all messages.
8771         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
8772         want to be able to send a response even if something in the request was
8773         invalid. EINVAL is only used when passing wrong arguments to functions.
8774         Do not handle an invalid method in parse_request_line(). Defer this to
8775         the caller so it can respond with "405 Method Not Allowed".
8776         Improves parsing of the timeout parameter to the Session header,
8777         allowing whitespace after the semicolon. 
8778         Avoids a compiler warning due to variables shadowing a function argument.
8779
8780 2007-06-01  Wim Taymans  <wim@fluendo.com>
8781
8782         Based on Patch by: Daniel Charles <dcharles at ti dot com>
8783
8784         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
8785         (gst_rtp_amr_depay_process):
8786         * gst/rtp/gstrtpamrdepay.h:
8787         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
8788         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
8789         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
8790         * gst/rtp/gstrtpamrpay.h:
8791         Add support for AMR-WB.
8792         Small cleanups such as using BOILERPLATE.
8793
8794 2007-05-31  Wim Taymans  <wim@fluendo.com>
8795
8796         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
8797         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
8798
8799 2007-05-30  Andy Wingo  <wingo@pobox.com>
8800
8801         * sys/v4l2/gstv4l2object.h: 
8802         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
8803         unintended changes.
8804
8805         * sys/v4l2/v4l2src_calls.h: 
8806         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
8807         the format list in the order that the driver gives it to us.
8808         (gst_v4l2src_probe_caps_for_format_and_size)
8809         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
8810         based on the capabilities of the device.
8811         (gst_v4l2src_grab_frame): Update for object variable renaming.
8812         (gst_v4l2src_set_capture): Update to be strict in its parameters,
8813         as in the set_caps below.
8814         (gst_v4l2src_capture_init): Update for object variable renaming,
8815         and reflow.
8816         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
8817         (gst_v4l2src_capture_deinit): Update for object variable renaming.
8818         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
8819         (gst_v4l2src_get_fps): Remove; these functions don't have much
8820         meaning outside of an atomic set_caps method.
8821         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
8822         known.
8823
8824         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
8825         call to update_fps; not sure about this change.
8826         (gst_v4l2_tuner_set_norm): Work around the fact that for the
8827         moment we don't have an update_fps_func.
8828
8829         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
8830         structures in the object, just store what we need. Do store the
8831         probed caps of the device. Don't store the current frame rate.
8832
8833         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
8834         update_fps_function, for now. Update for new object variable
8835         naming.
8836         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
8837         new object variable naming.
8838         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
8839         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
8840         (gst_v4l2src_get_caps): Rework to probe the device for supported
8841         frame sizes and frame rates.
8842         (gst_v4l2src_set_caps): Rework to be strict in the given
8843         parameters: if someone asks us to have a certain size and rate,
8844         that is what we configure.
8845         (gst_v4l2src_get_read): Update for object variable naming. Don't
8846         leak buffers on short reads.
8847         (gst_v4l2src_get_mmap): Update for object variable naming, and add
8848         comments.
8849         (gst_v4l2src_create): Update for object variable naming.
8850
8851 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
8852
8853         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
8854         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
8855         * gst/avi/gstavidemux.h:
8856           Parse subtitle text streams instead of erroring out (#442034). Still
8857           needs a parser for the subtitles to actually show up.
8858
8859 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
8860
8861         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
8862         (gst_avi_demux_loop):
8863           Make _push_event() return TRUE if the event could be pushed on at
8864           least one pad and not only if it could be pushed on all pads,
8865           otherwise we'll end up posting an error message on EOS if one or
8866           more source pads are not connected.
8867
8868 2007-05-28  Wim Taymans  <wim@fluendo.com>
8869
8870         * gst/rtsp/rtsptransport.c:
8871         Use renamed RTP bin.
8872
8873 2007-05-28  Wim Taymans  <wim@fluendo.com>
8874
8875         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
8876
8877         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
8878         (gst_video_box_set_property), (gst_video_box_transform_caps),
8879         (video_box_recalc_transform), (gst_video_box_set_caps),
8880         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
8881         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
8882         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
8883         (gst_video_box_i420_i420), (gst_video_box_transform),
8884         (plugin_init):
8885         Add AYUV->AYUV and AYUV->I420 formats. 
8886         Fix negotiation and I420->AYUV conversion.
8887         Fixes #429329.
8888
8889 2007-05-26  Wim Taymans  <wim@fluendo.com>
8890
8891         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
8892         Use different variables for nested for loops so that the outer loop
8893         functions properly and speex files with multiple frames per buffer work
8894         properly.
8895         Fixes #441408.
8896
8897 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8898
8899         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
8900           Don't leak newsegment events.
8901
8902 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8903
8904         * gst/wavparse/Makefile.am:
8905           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
8906           drags it in.
8907
8908 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8909
8910         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
8911         (notgst_value_array_append_buffer),
8912         (gst_flac_enc_process_stream_headers),
8913         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
8914         (gst_flac_enc_change_state):
8915         * ext/flac/gstflacenc.h:
8916           Collect headers, add "streamheader" field to output caps and set
8917           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
8918           produces output according to the official FLAC-to-Ogg mapping
8919           instead of completely broken files. Fixes #426044.
8920
8921 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8922
8923         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
8924         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
8925         (gst_id3demux_sink_event):
8926         * gst/id3demux/gstid3demux.h:
8927         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
8928         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
8929         (gst_tag_demux_send_new_segment):
8930         Handle and adjust new-segment events so that downstream really
8931         sees a stream with the tag pieces stripped off the front and back.
8932         Fixes strangeness in seeking when mp3 decoders use the new-segment
8933         byte position to estimate their current playback position timestamp
8934         and then the arriving buffers don't match up.
8935
8936 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8937
8938         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
8939           Don't unnecessarily perform a READY->NULL->READY transition on the
8940           detected audio sink when starting up. Fixes: #440127
8941
8942 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8943
8944         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
8945         (gst_flac_enc_chain):
8946           Don't crash in chain function if setcaps hasn't been called.
8947
8948 2007-05-24  Wim Taymans  <wim@fluendo.com>
8949
8950         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
8951         Init value to avoid infinte loops.
8952
8953 2007-05-24  Wim Taymans  <wim@fluendo.com>
8954
8955         Patch by: Peter Kjellerstedt  <pkj at axis com>
8956
8957         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
8958         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
8959         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
8960         (gst_rtspsrc_play):
8961         (rtsp_connection_send), (rtsp_connection_receive):
8962         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
8963         Fix for new API.
8964
8965         * gst/rtsp/rtspconnection.c: (add_auth_header),
8966         Only add authorisation and session headers when sending messages.
8967
8968         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
8969         (rtsp_message_init_request), (rtsp_message_init_response),
8970         (rtsp_message_unset), (rtsp_message_add_header),
8971         (rtsp_message_remove_header), (rtsp_message_get_header),
8972         (rtsp_message_append_headers), (dump_key_value),
8973         (rtsp_message_dump):
8974         * gst/rtsp/rtspmessage.h:
8975         Add support for multiple headers of the same type by storing the parsed
8976         headers in a GArray instaed of a hashtable.
8977
8978 2007-05-21  Wim Taymans  <wim@fluendo.com>
8979
8980         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
8981         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
8982         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
8983         safer shutdown.
8984
8985 2007-05-21  Wim Taymans  <wim@fluendo.com>
8986
8987         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
8988         * gst/rtsp/gstrtpdec.h:
8989         Added signal for backwards compat.
8990
8991 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
8992         
8993         Patch by: René Stadler <mail at renestadler dot de>
8994
8995         * configure.ac:
8996         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
8997         (gst_au_parse_parse_header), (gst_au_parse_chain):
8998         * gst/auparse/gstauparse.h:
8999         Use audioconvert for converting from non-native endianness floats
9000         in auparse instead of doing it ourself. Fixes #424527.
9001         This needs the audioconvert from plugins-base CVS.
9002         
9003 2007-05-21  Wim Taymans  <wim@fluendo.com>
9004
9005         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9006         (gst_rtp_h263p_pay_flush):
9007         Fix enum registration.
9008
9009 2007-05-21  Wim Taymans  <wim@fluendo.com>
9010
9011         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
9012
9013         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9014         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
9015         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
9016         (gst_rtp_h263p_pay_flush):
9017         * gst/rtp/gstrtph263ppay.h:
9018         Add new fragmentation mode base on GOB headers. Fixes #438940.
9019
9020 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
9021
9022         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
9023           Printf format fix.
9024
9025 2007-05-18  Wim Taymans  <wim@fluendo.com>
9026
9027         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
9028         Don't crash when an unsupported transport error was returned by the
9029         server, just try to configure the next stream. Fixes #439255.
9030
9031 2007-05-18  Wim Taymans  <wim@fluendo.com>
9032
9033         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9034         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9035         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
9036         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9037         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
9038         * gst/rtsp/gstrtspsrc.h:
9039         Add TCP timeout property and use it for all TCP connection.
9040
9041         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9042         (rtsp_connection_write), (rtsp_connection_next_timeout),
9043         (rtsp_connection_reset_timeout):
9044         Make connect and writes cancelable and make them use the timeout.
9045
9046 2007-05-18  Wim Taymans  <wim@fluendo.com>
9047
9048         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9049         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
9050         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9051         (gst_rtspsrc_setup_streams):
9052         Refactor timeout handling.
9053         Also send keep-alive when dealing with TCP transport.
9054
9055         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9056         (rtsp_connection_free), (rtsp_connection_next_timeout),
9057         (rtsp_connection_reset_timeout):
9058         * gst/rtsp/rtspconnection.h:
9059         Use a timer to handle the session timeouts, add some methods to deal
9060         with timeouts.
9061
9062 2007-05-17  Wim Taymans  <wim@fluendo.com>
9063
9064         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
9065         (gst_rtspsrc_setup_streams):
9066         Ignore streams that fail the setup command, we will retry with a
9067         different transport later on.
9068
9069         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
9070         (rtsp_ext_wms_configure_stream):
9071         Fix encoding name case.
9072
9073 2007-05-16  Edward Hervey  <edward@fluendo.com>
9074
9075         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
9076         Fix build on macosx.
9077
9078 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
9079
9080         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
9081         Replace direct comparison of a string with the string literal "" with
9082         a comparison of the first character with '\0'. Fixes #438926.
9083
9084 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9085
9086         * gst/debug/breakmydata.c (gst_break_my_data_init):
9087           One more try. This should be the proper fix now.
9088
9089 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9090
9091         * gst/debug/breakmydata.c:
9092           Ooops, no // comments please.
9093
9094 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9095
9096         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
9097         (gst_break_my_data_init):
9098           Fix gst_buffer_is_writable() assertion.
9099
9100 2007-05-14  David Schleef  <ds@schleef.org>
9101
9102         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
9103           video/x-raw-bayer.  Fixes #314160.
9104
9105 2007-05-14  Wim Taymans  <wim@fluendo.com>
9106
9107         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
9108         (gst_rtp_theora_depay_parse_configuration):
9109         * gst/rtp/gstrtptheorapay.c: (encode_base64),
9110         (gst_rtp_theora_pay_finish_headers),
9111         (gst_rtp_theora_pay_handle_buffer):
9112         Update theora pay/depayloader in a similar to vorbis.
9113
9114         * gst/rtp/gstrtpvorbisdepay.c:
9115         (gst_rtp_vorbis_depay_parse_configuration):
9116         Update docs.
9117
9118 2007-05-14  Wim Taymans  <wim@fluendo.com>
9119
9120         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
9121         When we try to execute a method that is not supported by the server,
9122         don't error out but remove the method from the accepted methods so that
9123         we never try to perform this method again.
9124
9125 2007-05-14  Wim Taymans  <wim@fluendo.com>
9126
9127         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
9128         Remove annoying _dump_mem.
9129
9130 2007-05-14  Wim Taymans  <wim@fluendo.com>
9131
9132         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
9133         Parse range correctly.
9134
9135         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
9136         The baseurl now always has a '/' at the start.
9137
9138 2007-05-14  Wim Taymans  <wim@fluendo.com>
9139
9140         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
9141         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
9142         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9143         Factor out caps configuration and configure more stuff such as the time
9144         ranges and speed/scale values.
9145
9146         * gst/rtsp/rtsptransport.c:
9147         Add Copyright after non-trival fixes.
9148
9149 2007-05-12  Wim Taymans  <wim@fluendo.com>
9150
9151         Patch by: Peter Kjellerstedt  <pkj at axis com>
9152
9153         * gst/rtsp/gstrtspsrc.h:
9154         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9155         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
9156         (rtsp_message_get_header):
9157         * gst/rtsp/rtspmessage.h:
9158         Make channel guint8 where possible.
9159         Make rtsp_message_init_data() take the channel as a guint8.
9160
9161         * gst/rtsp/rtspdefs.c:
9162         Fixed a typo: Timout -> Timeout
9163
9164         * gst/rtsp/rtspdefs.h:
9165         Make RTSP_CHECK() behave as a statement.
9166
9167         * gst/rtsp/sdpmessage.c:
9168         Avoid a compiler warning in INIT_ARRAY().
9169         Fixes #437692.
9170
9171 2007-05-12  Wim Taymans  <wim@fluendo.com>
9172
9173         Patch by: Peter Kjellerstedt  <pkj at axis com>
9174
9175         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
9176         (rtsp_url_get_request_uri):
9177         * gst/rtsp/rtspurl.h:
9178         Add support for query parameters to RTSP URLs.
9179
9180 2007-05-12  Wim Taymans  <wim@fluendo.com>
9181
9182         Patch by: Peter Kjellerstedt  <pkj at axis com>
9183
9184         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
9185         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
9186         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
9187         (rtsp_transport_parse), (rtsp_transport_as_text):
9188         * gst/rtsp/rtsptransport.h:
9189         Add validation to rtsp_transport_parse().
9190         Add rtsp_transport_as_text() to generate an RTSP header from an
9191         RTSPTransport.
9192         Change ssrc to guint (was a string) since that is what it is, even
9193         though it is sent as a hex string.
9194         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
9195         incorrect, which can be seen when looking at the examples in the RFC).
9196         Fixes #437670.
9197
9198 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9199
9200         Patch by: Eric Anholt
9201
9202         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
9203           gst_ximage_src_ximage_get):
9204         Use union of all damage between frames to make it faster.
9205         Fixes bug #342463.
9206         Also fix crasher when cursor is at bottom right of window.
9207
9208 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
9209
9210         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9211           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
9212           streaming mode regression for file from #343837 with 'bext' chunk
9213           before the 'fmt' chunk.
9214
9215 2007-05-11  Wim Taymans  <wim@fluendo.com>
9216
9217         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
9218         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
9219         (gst_rtspsrc_handle_src_event),
9220         (gst_rtspsrc_stream_configure_manager),
9221         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
9222         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
9223         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9224         * gst/rtsp/gstrtspsrc.h:
9225         * gst/rtsp/rtspdefs.h:
9226         Preliminary seek support.
9227         Activate internal pads so that we can receive events on them.
9228         Don't try to parse a range string when it's NULL.
9229
9230 2007-05-11  Wim Taymans  <wim@fluendo.com>
9231
9232         * gst/rtp/README:
9233         Update README with new RTP variables that will be used for
9234         synchronisation.
9235
9236         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
9237         (gst_rtp_vorbis_depay_parse_configuration),
9238         (gst_rtp_vorbis_depay_process):
9239         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
9240         (gst_rtp_vorbis_pay_finish_headers),
9241         (gst_rtp_vorbis_pay_handle_buffer):
9242         Update vorbis pay and depayloader to draft-04.
9243
9244 2007-05-11  Wim Taymans  <wim@fluendo.com>
9245
9246         * gst/rtsp/rtsptransport.c:
9247         UDP MCAST is actually the default for RTP/AVP.
9248 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
9249
9250         * gst/level/gstlevel.c: (gst_level_transform_ip):
9251         Use guint8 * instead of gpointer then vs6 can build 
9252         in_data += (filter->width / 8).
9253
9254 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9255
9256         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
9257           gst_ximage_src_ximage_get):
9258         * sys/ximage/gstximagesrc.h (last_ximage):
9259         When using Damage actually keep the last frame, and not assume
9260         that the buffer we get already has the last frame on it.
9261         Copy the cursor over if we specify a non-zero start x and
9262         start y.
9263
9264 2007-05-11  Wim Taymans  <wim@fluendo.com>
9265
9266         * gst/rtsp/rtsptransport.c:
9267         Make UDP the default transport when not specified.
9268
9269 2007-05-09  David Schleef  <ds@schleef.org>
9270
9271         * gst/level/gstlevel.c:
9272           Revert last change.
9273
9274 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9275
9276         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
9277         (gst_level_transform_ip):
9278         Use guint8 * instead of gpointer then vs6 know the size of data
9279         pointed when moving the pointer.
9280         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
9281         Move instructions after variables declaration.
9282         * win32/vs6/autogen.dsp:
9283         * win32/vs6/libgstrtp.dsp:
9284         * win32/vs6/libgstrtsp.dsp:
9285         Update vs6 project files.
9286
9287 2007-05-09  Wim Taymans  <wim@fluendo.com>
9288
9289         * gst/rtsp/Makefile.am:
9290         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
9291         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
9292         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
9293         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
9294         (rtsp_range_free):
9295         * gst/rtsp/rtsprange.h:
9296         Add code to parse time ranges.
9297         Report DURATION on the stream when possible.
9298
9299 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
9300
9301         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
9302         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9303         (gst_videomixer_collected):
9304           Fix strides calculation for AYUV (it's just width*4) (#436910).
9305
9306 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
9307
9308         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
9309         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
9310         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
9311         Sync the GObject properties before each processing step to properly
9312         work with the controller.
9313
9314 2007-05-04  Wim Taymans  <wim@fluendo.com>
9315
9316         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9317         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9318         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9319         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
9320         (gst_rtspsrc_change_state):
9321         Let more error state trickle down so that we can catch more error
9322         cases.
9323         Handle keep-alive a little smarter by selecting a method the server
9324         actually supports.
9325         Fix a race in UDP streaming shutdown.
9326
9327 2007-05-04  Wim Taymans  <wim@fluendo.com>
9328
9329         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
9330         Ignore errors when trying to use the keep-alive messages.
9331
9332 2007-05-04  Wim Taymans  <wim@fluendo.com>
9333
9334         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
9335         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
9336         (gst_rtspsrc_stream_configure_manager),
9337         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9338         (gst_rtspsrc_stream_configure_mcast),
9339         (gst_rtspsrc_stream_configure_udp),
9340         (gst_rtspsrc_stream_configure_udp_sink),
9341         (gst_rtspsrc_stream_configure_transport):
9342         Send RTCP messages back to the server over the TCP connection.
9343
9344         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
9345         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9346         (rtsp_connection_receive):
9347         * gst/rtsp/rtspconnection.h:
9348         Factor out and expose lowlevel _write and _read methods.
9349         Implement sending data messages to the server.
9350
9351 2007-05-03  Wim Taymans  <wim@fluendo.com>
9352
9353         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
9354         (gst_multipart_mux_collected):
9355         Fix timestamps on outgoing buffers.
9356
9357 2007-05-03  Wim Taymans  <wim@fluendo.com>
9358
9359         * gst/multipart/multipartmux.c:
9360         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
9361         (gst_multipart_mux_change_state):
9362         Emit NEWSEGMENT events before pushing the first buffer.
9363
9364 2007-05-03  Wim Taymans  <wim@fluendo.com>
9365
9366         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9367         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
9368         (gst_rtspsrc_handle_src_query),
9369         (gst_rtspsrc_stream_configure_manager),
9370         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9371         (gst_rtspsrc_stream_configure_mcast),
9372         (gst_rtspsrc_stream_configure_udp),
9373         (gst_rtspsrc_stream_configure_udp_sink),
9374         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
9375         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
9376         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9377         (gst_rtspsrc_pause):
9378         Refactor transport configuration code.
9379         Create internal pads for TCP transport so that we can implement events
9380         and queries.
9381         Handle events and queries.
9382         Parse range from the SDP.
9383         Fix race in pause handler where the connection could still be flushing.
9384
9385 2007-05-02  Wim Taymans  <wim@fluendo.com>
9386
9387         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9388         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
9389         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9390         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
9391         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
9392         (gst_rtspsrc_change_state):
9393         * gst/rtsp/gstrtspsrc.h:
9394         Fix race when multiple udp sources post timeouts, just act on the first
9395         received timeout.
9396         Protect stream list with a recursive lock to fix some races.
9397         Flush connection when we need to do a reconnect or stop.
9398         Make state lock recursive.
9399
9400         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9401         (rtsp_connection_close):
9402         Some small cleanups.
9403
9404 2007-05-02  Wim Taymans  <wim@fluendo.com>
9405
9406         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9407         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9408         Only set DISCONT when there actually is a discont or when we just
9409         started.
9410
9411 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9412
9413         * ext/flac/gstflac.c: (plugin_init):
9414         Call bindtextdomain() to get localized strings.
9415
9416 2007-05-02  Wim Taymans  <wim@fluendo.com>
9417
9418         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9419         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
9420         (gst_wavparse_stream_data):
9421         * gst/wavparse/gstwavparse.h:
9422         Be a bit more clever when dealing with VBR files with FACT tags, we
9423         don't want to timestamp buffers in that case but the estimated BPS can
9424         be used for seeking.
9425         Only send close segment in the streaming thread.
9426
9427 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9428
9429         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
9430         Correctly post an error on the bus if something went wrong in the loop
9431         function. This fixes a few cases where the task was paused and nothing
9432         happened anymore.
9433
9434 2007-05-02  Wim Taymans  <wim@fluendo.com>
9435
9436         * gst/rtsp/test.c: (main):
9437         Fix compilation of deprecated test just because I'm too lazy to delete
9438         it.
9439
9440 2007-05-02  Wim Taymans  <wim@fluendo.com>
9441
9442         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9443         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9444         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
9445         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
9446         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9447         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
9448         * gst/rtsp/gstrtspsrc.h:
9449         Fix sending RTCP to the right place.
9450         Fix bug in reffing the wrong UDP element.
9451         Use new pad names for the session manager.
9452         Implement handling server requests in interleaved and UDP modes.
9453         Handle session keep-alive in UDP modes.
9454         Remove GCond for handling UDP timeouts.
9455
9456         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9457         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9458         (rtsp_connection_receive), (rtsp_connection_close):
9459         * gst/rtsp/rtspconnection.h:
9460         Store connection IP address for later.
9461         Add timeout args to all operations that might block forever.
9462         Parse session timeout.
9463         Only close sockets when not already closed.
9464
9465         * gst/rtsp/rtspdefs.c:
9466         * gst/rtsp/rtspdefs.h:
9467         Add timeout return value and error string.
9468
9469         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
9470         Add small comment.
9471
9472 2007-05-01  Wim Taymans  <wim@fluendo.com>
9473
9474         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9475
9476         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
9477         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
9478         * gst/rtp/gstrtpmp4vpay.h:
9479         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
9480
9481 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
9482
9483         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9484           Remove v4l2src from docs, since it breaks the docs build, and the
9485           plugin is only built if --enable-experimental is used anyway.
9486
9487         * docs/plugins/Makefile.am:
9488           Spaces => tab.
9489
9490 2007-04-29  Wim Taymans  <wim@fluendo.com>
9491
9492         * gst/udp/gstmultiudpsink.c: (leave_multicast),
9493         (gst_multiudpsink_add), (gst_multiudpsink_remove):
9494         Add code to drop membership of a multicast group.
9495
9496         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
9497         (gst_udpsink_set_uri):
9498         Implement URI handler.
9499
9500         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9501         (gst_rtspsrc_parse_rtpinfo):
9502         Use URI handler to make udpsink instace.
9503         Improve code to configure port and destination.
9504
9505 2007-04-29  Wim Taymans  <wim@fluendo.com>
9506
9507         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
9508         Fix multicast detection.
9509         Don't try to join a multicast group if the address is not multicast.
9510
9511         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
9512         Small debug improvement.
9513
9514 2007-04-27  Wim Taymans  <wim@fluendo.com>
9515
9516         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9517         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9518         (gst_rtspsrc_handle_message):
9519         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
9520         parent.
9521
9522 2007-04-27  Wim Taymans  <wim@fluendo.com>
9523
9524         * gst/rtp/gstrtpilbcdepay.h:
9525         Fix mode property when specified as an arg.
9526
9527 2007-04-26  Edward Hervey  <edward@fluendo.com>
9528
9529         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9530         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9531         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9532         * docs/plugins/inspect/plugin-osxaudio.xml:
9533         Add documentation for osxaudio plugin.
9534
9535 2007-04-26  Wim Taymans  <wim@fluendo.com>
9536
9537         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9538         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9539         (gst_rtspsrc_open), (gst_rtspsrc_close),
9540         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9541         (gst_rtspsrc_pause):
9542         * gst/rtsp/gstrtspsrc.h:
9543         Protect state changes with a lock.
9544
9545         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9546         (parse_line):
9547         * gst/rtsp/rtspconnection.h:
9548         Remove some unused stuff.
9549
9550 2007-04-26  Wim Taymans  <wim@fluendo.com>
9551
9552         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
9553         Handle the case where there are exactly 0 bytes to read and the ioctl
9554         did not report an error. Fixes #433530.
9555
9556 2007-04-26  Wim Taymans  <wim@fluendo.com>
9557
9558         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9559         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9560         * gst/wavparse/gstwavparse.h:
9561         Apply DISCONT to buffers.
9562         Only apply timestamp to the first sample after a DISCONT, too many VBR
9563         files cause random jitter in the timestamps. Fixes #433119.
9564
9565 2007-04-25  Wim Taymans  <wim@fluendo.com>
9566
9567         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
9568         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
9569         (gst_rtp_dec_get_property):
9570         * gst/rtsp/gstrtpdec.h:
9571         Add dummy latency property to be backwards compat with rtpbin.
9572
9573         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9574         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9575         (gst_rtspsrc_stream_configure_transport),
9576         (gst_rtspsrc_parse_rtpinfo):
9577         * gst/rtsp/gstrtspsrc.h:
9578         Add latency property and configure in the session manager.
9579         Don't set invalid clock-base and seqnum-base on caps, some servers
9580         sometimes don't send them.
9581
9582 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9583
9584         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
9585         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
9586           Double-check that RGB input caps are really RGBA caps (apparently
9587           the core doesn't always catch it if those caps aren't a subset of
9588           our template caps, also see #421543). Fixes #429319 in a way.
9589           Also, don't leak the pad template in the transform_caps function.
9590
9591         * tests/check/Makefile.am:
9592         * tests/check/elements/.cvsignore:
9593         * tests/check/elements/alphacolor.c: (setup_alphacolor),
9594         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
9595         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
9596         (GST_START_TEST), (alphacolor_suite):
9597           Add some basic unit tests for alphacolor.
9598
9599 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9600
9601         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
9602           If we get a fatal flow return in the loop function, first post the
9603           error message and only then send the EOS event downstream, otherwise
9604           applications might get an eos message before the error message and
9605           think everything was ok (related to #429319).
9606
9607 2007-04-25  Wim Taymans  <wim@fluendo.com>
9608
9609         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9610         Read the channel byte as an unsigned byte.
9611
9612 2007-04-25  Wim Taymans  <wim@fluendo.com>
9613
9614         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
9615         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
9616         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9617         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
9618         (gst_rtp_gsm_depay_setcaps):
9619         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
9620         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
9621         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
9622         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
9623         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
9624         (gst_ilbc_depay_get_property):
9625         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
9626         * gst/rtp/gstrtpmp4adepay.c:
9627         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
9628         (gst_rtp_pcma_depay_setcaps):
9629         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
9630         (gst_rtp_pcmu_depay_setcaps):
9631         Make sure we configure the clock_rate in the baseclass in the setcaps
9632         function. Fixes #431282.
9633
9634 2007-04-25  Wim Taymans  <wim@fluendo.com>
9635
9636         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9637         (gst_rtspsrc_stream_free), (request_pt_map),
9638         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
9639         * gst/rtsp/gstrtspsrc.h:
9640         Parse server address from SDP.
9641         Hook up a udpsink to send RTCP back to the server.
9642
9643         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9644         * gst/rtsp/rtsptransport.h:
9645         Add some docs.
9646
9647 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
9648
9649         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9650           Make header field check conditional. Fixes #433135
9651
9652 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9653
9654         * docs/plugins/Makefile.am:
9655         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9656         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9657         * docs/plugins/inspect/plugin-alphacolor.xml:
9658         * gst/alpha/Makefile.am:
9659         * gst/alpha/gstalphacolor.c:
9660         * gst/alpha/gstalphacolor.h:
9661           Add minimal docs blurb to alphacolor; split out headers into
9662           separate header file for gtk-doc.
9663
9664 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
9665
9666         * gst/debug/progressreport.c: (gst_progress_report_report):
9667           Don't try to post NULL message (in case we can't query upstream
9668           position or duration).
9669
9670 2007-04-18  Michael Smith  <msmith@fluendo.com>
9671
9672         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
9673         (gst_cutter_get_caps):
9674         * gst/cutter/gstcutter.h:
9675           Fix some of the most obvious bugs in cutter. Now doesn't leak
9676           everything if input is silent.
9677
9678 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
9679
9680         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9681         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
9682         * gst/wavenc/gstwavenc.h:
9683         Wav apparently only supports width==GST_ROUND_UP(depth), everything
9684         else results in a invalid block align and invalid files.
9685
9686 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
9687
9688         Patch by: Snaik <snaik32 gmail com>
9689
9690         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
9691           Add missing break statement for BOX_HORIZONTAL case.
9692
9693 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9694
9695         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9696
9697         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9698         Use correct format strings for integer types.
9699
9700 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9701
9702         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
9703         (gst_wavparse_create_sourcepad):
9704         Use gst_riff_create_audio_template_caps () instead of the local caps.
9705         This makes updates of the local caps unecessary whenever libgstriff
9706         gets support for new formats.
9707
9708 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
9709
9710         Patch by: Brian Cameron  <brian.cameron at sun dot com>
9711
9712         * sys/sunaudio/gstsunaudio.c:
9713         * sys/sunaudio/gstsunaudiomixer.c:
9714         * sys/sunaudio/gstsunaudiomixer.h:
9715         * sys/sunaudio/gstsunaudiomixerctrl.c:
9716         * sys/sunaudio/gstsunaudiomixerctrl.h:
9717         * sys/sunaudio/gstsunaudiomixertrack.h:
9718         * sys/sunaudio/gstsunaudiosink.c:
9719         * sys/sunaudio/gstsunaudiosink.h:
9720         * sys/sunaudio/gstsunaudiosrc.c:
9721         * sys/sunaudio/gstsunaudiosrc.h:
9722           Fix and/or update copyright attributions (#430228).
9723
9724 2007-04-13  Wim Taymans  <wim@fluendo.com>
9725
9726         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9727         Fix docs.
9728
9729         * gst/rtsp/URLS:
9730         Add some more example urls.
9731
9732         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
9733         (gst_rtp_dec_chain_rtp):
9734         Better debugging.
9735
9736         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
9737         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
9738         (gst_rtspsrc_parse_rtpinfo):
9739         Remove unused code.
9740
9741 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9742
9743         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9744         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9745         (gst_wavparse_stream_data):
9746           Relax the audio/mpeg caps again and add FIXME: comment.
9747
9748 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9749
9750         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9751         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9752         (gst_wavparse_stream_data):
9753         * gst/wavparse/gstwavparse.h:
9754           More sanity check for the header fields. Fix type for 'rate' header
9755           field.
9756
9757 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9758
9759         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
9760         (gst_icydemux_unicodify):
9761           If the metadata strings we get in the stream are not UTF-8, try to
9762           interpret them according to the character encodings specified in the
9763           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
9764           only fall back to locale/ISO-8859-1 if those aren't set or don't
9765           work. Should fix #428901.
9766
9767 2007-04-12  Wim Taymans  <wim@fluendo.com>
9768
9769         * gst/rtp/gstrtph264depay.c:
9770         Use the proper sync word for SPS and PPS.
9771
9772 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
9773
9774         * gst/rtp/Makefile.am:
9775         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
9776           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
9777         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
9778           Add a simple hashing implementation that we can use to generate
9779           a 24-bit ident value based on the codebooks for vorbis and theora.
9780         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
9781           gst_rtp_theora_pay_handle_buffer):
9782         * gst/rtp/gstrtpvorbisdepay.c
9783           (gst_rtp_vorbis_depay_parse_configuration,
9784           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
9785         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
9786           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
9787           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
9788           Use the hashing function, ensuring that the same codebooks result
9789           in the same ident and thus the same SDP description.
9790           Various log fixes/changes.
9791
9792 2007-04-12  Wim Taymans  <wim@fluendo.com>
9793
9794         Patch by: jerry tan <jerry dot tan at sun dot com>
9795
9796         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
9797         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
9798         application's responsibility to make sure it open the device once.
9799         Remove a careless error if AUDIODEV is set. Fixes #392620.
9800
9801 2007-04-12  Wim Taymans  <wim@fluendo.com>
9802
9803         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
9804         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
9805         * gst/rtsp/gstrtpdec.h:
9806         Make backward compat with rtpbin by adding the request-pt-map signals.
9807
9808         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
9809         (new_session_pad), (request_pt_map),
9810         (gst_rtspsrc_stream_configure_transport),
9811         (gst_rtspsrc_stream_configure_caps),
9812         (gst_rtspsrc_activate_streams):
9813         * gst/rtsp/gstrtspsrc.h:
9814         Implement request-pt-map signals instead of setting caps on the buffers
9815         for the session manager.
9816
9817 2007-04-11  Wim Taymans  <wim@fluendo.com>
9818
9819         * gst/udp/gstudp.c: (plugin_init):
9820         Register GstNetBuffer in plugin_init so that the type can be used from
9821         multiple threads without races.
9822
9823 2007-04-10  Wim Taymans  <wim@fluendo.com>
9824
9825         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
9826         (gst_rtp_amr_depay_process):
9827         Fix depayloader clock_rate and some cleanups.
9828
9829         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
9830         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
9831         * gst/rtp/gstrtph264depay.h:
9832         Don't push codec_data in the adapter because it might get flushed when
9833         we get a discont.
9834
9835         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9836         Handle multiple AU per packet.
9837
9838         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
9839         (gst_rtp_sv3v_depay_plugin_init):
9840         Disable rank, this one does not work.
9841         Remove timestamping, base class does that.
9842
9843 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
9844
9845         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
9846           limit caps to the formats we announce in the template
9847
9848         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9849         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9850         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
9851           fix some crashers/asserts when dealing with broken files
9852
9853 2007-04-10  Wim Taymans  <wim@fluendo.com>
9854
9855         Patch by: Peter Kjellerstedt  <pkj at axis com>
9856
9857         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
9858         * gst/rtp/gstrtpL16depay.c:
9859         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9860         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
9861         (gst_rtp_speex_depay_setcaps):
9862         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
9863         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
9864         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
9865         Fix some compiler warnings. Fixes #428182.
9866
9867 2007-04-06  Wim Taymans  <wim@fluendo.com>
9868
9869         * gst/rtsp/Makefile.am:
9870         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
9871         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
9872         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
9873         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
9874         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
9875         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
9876         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
9877         (create_rtcp), (gst_rtp_dec_request_new_pad),
9878         (gst_rtp_dec_release_pad):
9879         * gst/rtsp/gstrtpdec.h:
9880         * gst/rtsp/gstrtsp.c: (plugin_init):
9881         Morph RTPDec into something compatible with RTPBin as a fallback.
9882         Various other style fixes.
9883
9884         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
9885         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
9886         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
9887         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
9888         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
9889         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
9890         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
9891         * gst/rtsp/gstrtspsrc.h:
9892         Implement RTPBin session manager handling.
9893         Don't try to add empty properties to caps.
9894         Implement fallback session manager, handling.
9895         Don't combine errors from RTCP streams, just ignore them.
9896
9897         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
9898         * gst/rtsp/rtsptransport.h:
9899         Implement fallback session manager.
9900         Make RTPBin the default one when available.
9901
9902 2007-04-05  Wim Taymans  <wim@fluendo.com>
9903
9904         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
9905         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
9906         This element is ready to be autoplugged.
9907
9908 2007-04-05  Julien MOUTTE  <julien@moutte.net>
9909
9910         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
9911         Don't leave the offsets defined by upstream element on the
9912         compressed data buffer we are pushing downstream. Make them
9913         GST_BUFFER_OFFSET_NONE.
9914
9915 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
9916
9917         * gst/avi/README:
9918         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
9919         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
9920         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
9921         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
9922         (gst_avi_demux_calculate_durations_from_index),
9923         (gst_avi_demux_stream_header_push),
9924         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
9925         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
9926           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
9927
9928 2007-04-03  Wim Taymans  <wim@fluendo.com>
9929
9930         * gst/smpte/barboxwipes.c:
9931         Fix error as spotted by Snaik <snaik32 at gmail dot com>
9932
9933 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9934
9935         * gst/wavparse/gstwavparse.c:
9936         Support audio/x-raw-float in wav files. This only works with
9937         plugins-base CVS, using an older version doesn't have any
9938         disadvantages though.
9939
9940 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9941
9942         * configure.ac:
9943         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9944         (gst_au_parse_parse_header), (gst_au_parse_chain):
9945         * gst/auparse/gstauparse.h:
9946         Revert last change as we don't want plugins-good to depend on
9947         plugins-base CVS now.
9948
9949 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9950
9951         * configure.ac:
9952         Require gst-plugins-base CVS for audioconvert with non-native
9953         float support and width/depth fix in libgstriff.
9954
9955         Patch by: René Stadler <mail at renestadler dot de>
9956
9957         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9958         (gst_au_parse_parse_header), (gst_au_parse_chain):
9959         * gst/auparse/gstauparse.h:
9960         Don't swap the floats ourself if they're not in native endianness.
9961         Instead let audioconvert handle this. Fixes #339838.
9962
9963 2007-03-29  Wim Taymans  <wim@fluendo.com>
9964
9965         * gst/rtp/gstasteriskh263.h:
9966         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
9967         (gst_rtp_h263p_depay_change_state):
9968         * gst/rtp/gstrtph263pdepay.h:
9969         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
9970         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
9971         (gst_rtp_h264_depay_change_state):
9972         * gst/rtp/gstrtph264depay.h:
9973         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
9974         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
9975         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9976         Flush adapter on disconts.
9977
9978 2007-03-29  Wim Taymans  <wim@fluendo.com>
9979
9980         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
9981         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
9982         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
9983         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
9984         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9985         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
9986         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
9987         (gst_rtp_mp4v_depay_process):
9988         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
9989         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
9990         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
9991         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
9992         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
9993         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
9994         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
9995         Use more efficient adapter and rtpbuffer methods when possible.
9996
9997 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9998
9999         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10000         (gst_wavenc_sink_setcaps):
10001         Correctly handle width!=depth input.
10002         * gst/wavparse/gstwavparse.c:
10003         Already export in the caps that width==8 uses unsigned samples and
10004         everything else uses signed samples.
10005
10006 2007-03-29  Wim Taymans  <wim@fluendo.com>
10007
10008         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10009
10010         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
10011         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
10012         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
10013         (gst_dynudpsink_close):
10014         * gst/udp/gstdynudpsink.h:
10015         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10016         (gst_udpsrc_create), (gst_udpsrc_set_property),
10017         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
10018         * gst/udp/gstudpsrc.h:
10019         Rework the socket allocation a bit based on the sockfd argument so that
10020         it becomes usable.
10021         Add a closefd property to instruct the udp elements to close the custom
10022         file descriptors when going to READY. Fixes #423304.
10023         API:GstUDPSrc::closefd property
10024         API:GstDynUDPSink::closefd property
10025
10026 2007-03-29  Wim Taymans  <wim@fluendo.com>
10027
10028         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10029
10030         * gst/rtp/Makefile.am:
10031         * gst/rtp/gstrtp.c: (plugin_init):
10032         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
10033         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
10034         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
10035         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
10036         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
10037         (gst_rtp_h264_pay_plugin_init):
10038         * gst/rtp/gstrtph264pay.h:
10039         Added H264 payloader. Fixes #423782.
10040
10041         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10042         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10043         Small fixes.
10044
10045 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10046
10047         * gst/wavparse/gstwavparse.c:
10048         Actually support depths from 1 to 32, not only 8 to 32.
10049
10050 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10051
10052         * gst/wavparse/gstwavparse.c:
10053         Add support for wav files containing audio/x-raw-int with random
10054         depths between 1 and 32 bits.
10055
10056 2007-03-28  Wim Taymans  <wim@fluendo.com>
10057
10058         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
10059
10060         * gst/rtp/Makefile.am:
10061         * gst/rtp/gstrtp.c: (plugin_init):
10062         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
10063         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
10064         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
10065         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
10066         (gst_rtp_mp4a_depay_get_property),
10067         (gst_rtp_mp4a_depay_change_state),
10068         (gst_rtp_mp4a_depay_plugin_init):
10069         * gst/rtp/gstrtpmp4adepay.h:
10070         Added MP4A-LATM depayloader. Fixes #417792.
10071
10072         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10073         (gst_rtp_mp4v_depay_process):
10074         Fixup depayloader, setting codec_data, using more efficient adaptor and
10075         rtpbuffer handling.
10076
10077         * gst/rtsp/URLS:
10078         Add url to test above.
10079
10080 2007-03-25  Wim Taymans  <wim@fluendo.com>
10081
10082         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
10083         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
10084         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
10085         (gst_rtspsrc_media_to_caps),
10086         (gst_rtspsrc_stream_configure_transport),
10087         (gst_rtspsrc_stream_configure_caps),
10088         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
10089         * gst/rtsp/gstrtspsrc.h:
10090         Handle default clock-rates for static payload types, rearrange stuff so
10091         that the rtpmap field in the sdp can override the defaults.
10092         Parse RTP-Info field to get the seqnum and timebase fields that should
10093         go in the caps.
10094         Delay configuring caps after we got the RTP-Info from the PLAY reply from
10095         the server. 
10096
10097 2007-03-22  Wim Taymans  <wim@fluendo.com>
10098
10099         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
10100
10101         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
10102         Accept complex pipeline descriptions as an audio profile instead of just
10103         a single element. Fixes #420658.
10104
10105 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10106
10107         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
10108           Rename registered type in preparation of GstTagDemux moving to
10109           -base at some point in the future.
10110
10111 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
10112
10113         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10114           Streaming mode fixes: don't unref buffer we don't own any longer;
10115           remove bogus adapter flush. Fixes #419338.
10116
10117 2007-03-17  David Schleef  <ds@schleef.org>
10118
10119         * REQUIREMENTS: Change the format to key/value, add a bunch of
10120           information, remove a bunch of requirements that are for
10121           other GStreamer packages.
10122
10123 2007-03-17  David Schleef  <ds@schleef.org>
10124
10125         * REQUIREMENTS: Fix a few things.  This file really needs a
10126         good once-over.
10127
10128 2007-03-15  Edward Hervey  <edward@fluendo.com>
10129
10130         * sys/Makefile.am:
10131         Don't forget to distribute the sys/osxaudio/ directory.
10132
10133 2007-03-15  Edward Hervey  <edward@fluendo.com>
10134
10135         * configure.ac:
10136         * sys/Makefile.am:
10137         * sys/osxaudio/Makefile.am:
10138         * sys/osxaudio/gstosxaudio.c:
10139         * sys/osxaudio/gstosxaudiosink.c:
10140         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
10141         (gst_osx_audio_sink_getcaps),
10142         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
10143         * sys/osxaudio/gstosxaudiosrc.c:
10144         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
10145         (gst_osx_audio_src_create_ringbuffer):
10146         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
10147         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
10148         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
10149         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
10150         * sys/osxaudio/gstosxringbuffer.h:
10151         Activate osxaudio in gst-plugins-good with proper build setup.
10152         Add inlined documentation.
10153         Fix debug statements
10154         Fix ringbuffer when pausing.
10155         Fixes #323471
10156
10157 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10158         * gst/rtp/gstrtppcmapay.c:
10159         * gst/rtp/gstrtppcmapay.h:
10160         * gst/rtp/gstrtppcmupay.c:
10161         * gst/rtp/gstrtppcmupay.h:
10162         Ported mulaw and alaw payloaders to use new base class
10163
10164 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10165
10166         * po/af.po:
10167         * po/az.po:
10168         * po/cs.po:
10169         * po/en_GB.po:
10170         * po/it.po:
10171         * po/nl.po:
10172         * po/or.po:
10173         * po/sq.po:
10174         * po/sr.po:
10175         * po/sv.po:
10176         * po/uk.po:
10177         * po/vi.po:
10178           Update translations.
10179
10180 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10181
10182         * configure.ac:
10183           Fix string replace error (AG_AG_GST_* => AG_GST_*).
10184
10185 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10186
10187         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
10188           Fix handling of -1 values for start and stop values when seeking,
10189           and SEEK_CUR+SEEK_END here as well.
10190
10191 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
10192
10193         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
10194           Fix handling of -1 values for start and stop values when seeking, 
10195           and SEEK_CUR+SEEK_END.
10196
10197 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10198
10199         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
10200           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
10201           the image format a variable-length NUL-terminated string; in
10202           versions before that the image format is a fixed-length string of
10203           3 characters (see #348644 for a sample tag).
10204           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
10205
10206 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
10207
10208         * win32/MANIFEST:
10209         Add new project files to MANIFEST.
10210         * win32/vs6/libgstaudiofx.dsp:
10211         * win32/vs6/libgstrtp.dsp:
10212         * win32/vs6/libgstrtsp.dsp:
10213         Update project files.
10214         
10215 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10216
10217         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
10218         (gst_avi_demux_parse_index):
10219         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
10220         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
10221           Printf format fixes; also add some missing quotes in translated
10222           strings. Fixes #416728 and #416727.
10223
10224 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10225
10226         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
10227           Tim and I can't think of any reason the child audio sink needs to 
10228           be set back to NULL after successfully determining that it can 
10229           reach READY - it gets immediately set back to READY by the caller
10230           anyway, causing an unnecessary close/open of any audio devices
10231           involved.
10232
10233 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10234
10235         * po/LINGUAS:
10236         * po/ja.po:
10237           Add ja.po file from #377306.
10238
10239 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10240
10241         * sys/sunaudio/gstsunaudio.c: (plugin_init):
10242         * sys/sunaudio/gstsunaudiomixertrack.c:
10243         (gst_sunaudiomixer_track_new):
10244           Actually translate sunaudio mixer track labels instead of just
10245           marking the strings as translatable (#377306); clean up weird
10246           label string mapping code that serves no apparent purpose. Also
10247           set the 'untranslated-label' property when creating mixer tracks
10248           if the GstMixerTrack base class supports this.
10249
10250         * tests/check/Makefile.am:
10251         * tests/check/elements/.cvsignore:
10252         * tests/check/elements/sunaudio.c: (GST_START_TEST),
10253         (sunaudio_suite):
10254           Very minimalistic unit test for sunaudiomixer element (compiles, but not
10255           actually tested on a system where sunaudiomixer is available).
10256
10257 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10258
10259         * tests/check/Makefile.am:
10260         Re-enable the states test and see if it works on the buildbots.
10261
10262 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10263
10264         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
10265         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
10266         (gst_dvdec_change_state):
10267         * ext/dv/gstdvdec.h:
10268         Infer pixel-aspect-ratio from the video frame format if it isn't
10269         provided by the container, as happens when playing DV from AVI
10270         or Quicktime containers.
10271
10272         Patch by: Wim Taymans <wim@fluendo.com>
10273         Fixes #380944
10274
10275 2007-03-09  Wim Taymans  <wim@fluendo.com>
10276
10277         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
10278         When activated, remove the udpsrc timeout, we have dataflow and timeouts
10279         will later be handled by the jitterbuffer.
10280
10281 2007-03-09  Wim Taymans  <wim@fluendo.com>
10282
10283         * ext/taglib/gstid3v2mux.cc:
10284         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
10285         Fixes #414496.
10286         
10287         Patch by: Alex Lancaster <alexl at users sourceforge net>
10288
10289 2007-03-09  Wim Taymans  <wim@fluendo.com>
10290
10291         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10292         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
10293         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10294         (gst_avi_demux_chain):
10295         Fix stream position reporting after a seek. Fixes #416445.
10296
10297 2007-03-08  Wim Taymans  <wim@fluendo.com>
10298
10299         Patch by: René Stadler <mail at renestadler dot de>
10300
10301         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10302         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
10303         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
10304         Make avidemux accept optional header chunks in any order.
10305         Fixes #415446.
10306
10307 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10308
10309         * tests/check/Makefile.am:
10310         Disable the states check until the remaining Valgrind errors
10311         are fixed or suppressed.
10312
10313 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10314
10315         * tests/check/elements/.cvsignore:
10316           Add audiodynamic check to .cvsignore
10317
10318 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10319
10320         reviewed by: Stefan Kost  <ensonic@users.sf.net>
10321
10322         * gst/audiofx/Makefile.am:
10323         * gst/audiofx/audiodynamic.c:
10324         (gst_audio_dynamic_characteristics_get_type),
10325         (gst_audio_dynamic_mode_get_type),
10326         (gst_audio_dynamic_set_process_function),
10327         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
10328         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
10329         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
10330         (gst_audio_dynamic_transform_hard_knee_compressor_int),
10331         (gst_audio_dynamic_transform_hard_knee_compressor_float),
10332         (gst_audio_dynamic_transform_soft_knee_compressor_int),
10333         (gst_audio_dynamic_transform_soft_knee_compressor_float),
10334         (gst_audio_dynamic_transform_hard_knee_expander_int),
10335         (gst_audio_dynamic_transform_hard_knee_expander_float),
10336         (gst_audio_dynamic_transform_soft_knee_expander_int),
10337         (gst_audio_dynamic_transform_soft_knee_expander_float),
10338         (gst_audio_dynamic_transform_ip):
10339         * gst/audiofx/audiodynamic.h:
10340         * gst/audiofx/audiofx.c: (plugin_init):
10341         Add new audiodynamic element which can act as a compressor or
10342         expander. Supported are hard-knee and soft-knee operation modes with
10343         user-specified ratio and threshold.
10344         Attack and release parameters are not yet implemented but will follow.
10345         * docs/plugins/Makefile.am:
10346         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10347         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10348         * docs/plugins/gst-plugins-good-plugins.args:
10349         * docs/plugins/inspect/plugin-audiofx.xml:
10350         Integrate audiodynamic into the docs.
10351         * tests/check/Makefile.am:
10352         * tests/check/elements/audiodynamic.c: (setup_dynamic),
10353         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
10354         Add unit test for audiodynamic.
10355
10356 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10357
10358         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
10359         Free handles that we allocated when exiting via the error paths.
10360
10361 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
10362
10363         * gst/level/gstlevel.c: (gst_level_class_init),
10364         (gst_level_set_caps), (gst_level_start), (gst_level_event),
10365         (gst_level_transform_ip):
10366         * gst/level/gstlevel.h:
10367           Resolve message timestamps against the playback segment.
10368
10369 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10370
10371         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
10372         (gst_id3demux_sink_activate):
10373           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
10374           caps passed to it (previously one code path assumed it took ownership
10375           while another one assumed it didn't, while in fact it sometimes did and
10376           sometimes didn't ...).
10377
10378         * configure.ac:
10379         * tests/files/Makefile.am:
10380         * tests/files/id3-407349-1.tag:
10381         * tests/files/id3-407349-2.tag:
10382           Add directory where data for unit tests can be stored.
10383
10384         * tests/Makefile.am:
10385         * tests/check/Makefile.am:
10386         * tests/check/elements/.cvsignore:
10387         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
10388         (read_tags_from_file), (run_check_for_file),
10389         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
10390           Add unit test for id3demux, and in particular for bug #407349. Only
10391           testing pull-mode for now; push mode doesn't work yet because the test
10392           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
10393
10394 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10395
10396         * tests/check/Makefile.am:
10397           Add missing backslash at end of line.
10398
10399 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10400
10401         Trigger rebuild.
10402
10403 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10404
10405         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
10406         * gst/id3demux/id3tags.h:
10407         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10408         (parse_obsolete_tdat_frame):
10409           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
10410           the four-digit number will be interpreted as a year, whereas it is
10411           month and day in DDMM format. Instead, parse TDAT frames and fix up
10412           the date in the GST_TAG_DATE tag later if we also extracted a year.
10413           Fixes #407349.
10414
10415 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10416
10417         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10418         (gst_switch_commit_new_kid):
10419         Fix up the dispose logic so it doesn't leak, and fix setting of 
10420         the child state so that we don't set a child to our current state 
10421         just as we are changing it to something else.
10422
10423 2007-03-06  Wim Taymans  <wim@fluendo.com>
10424
10425         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
10426         (gst_goom_chain):
10427         * gst/goom/gstgoom.h:
10428         Document, fix and improve goom adapter behaviour.
10429         Fixes #407006.
10430
10431 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10432
10433         * ext/esd/esdsink.c: (gst_esdsink_open):
10434         Unref static pad template after using it.
10435
10436 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10437
10438         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10439         (gst_switch_commit_new_kid):
10440         Fix up the reference counting of the child elements.
10441
10442 2007-03-05  Wim Taymans  <wim@fluendo.com>
10443
10444         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
10445         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
10446         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
10447         Fix encoding-name case.
10448
10449 2007-03-05  Wim Taymans  <wim@fluendo.com>
10450
10451         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
10452         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
10453         (gst_rtp_speex_depay_process):
10454         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
10455         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
10456         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
10457         (gst_rtp_speex_pay_change_state):
10458         * gst/rtp/gstrtpspeexpay.h:
10459         Fix speex (de)payloader. Fixes #358040.
10460
10461 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10462
10463         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
10464         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
10465         Install fakesink in NULL by fixing some broken logic. This obviates
10466         the need to manually set _IS_SINK.
10467         Add some comments and remove a little cruft while I'm at it.
10468
10469 2007-03-05  Wim Taymans  <wim@fluendo.com>
10470
10471         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
10472         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
10473
10474 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
10475
10476         * po/POTFILES.in:
10477           Update.
10478
10479 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10480
10481         * tests/check/Makefile.am:
10482         Gah! Also disable gconfvideosink from the tests, otherwise
10483         it will instantiate autovideosink, and dfbvideosink and
10484         leak on the buildbots.
10485
10486 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10487
10488         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
10489         (gst_cdio_cdda_src_finalize):
10490         Make sure we always destroy our libcdio handle.
10491
10492 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10493
10494         * tests/check/Makefile.am:
10495         Disable autovideosink so the buildbots don't barf over memory
10496         leaked in the directfb sink.
10497
10498 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10499
10500         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
10501         Chain up in dispose
10502
10503 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10504
10505         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
10506         (gst_multipart_find_pad_by_mime):
10507         Use gst_pad_new_from_static_template instead of
10508         static_pad_template_get+pad_new.
10509
10510 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10511
10512         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
10513         Catch the case where no clock has been set.
10514
10515 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10516
10517         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
10518         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
10519         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
10520         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
10521         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
10522         (gst_gconf_audio_src_finalize), (do_toggle_element):
10523         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
10524         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
10525         (do_toggle_element):
10526         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
10527         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
10528         (gst_gconf_video_src_finalize), (do_toggle_element):
10529         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
10530         (gst_switch_sink_reset), (gst_switch_sink_set_child):
10531         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10532         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10533         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
10534         (gst_shout2send_init), (gst_shout2send_finalize):
10535         * gst/debug/testplugin.c: (gst_test_class_init),
10536         (gst_test_finalize):
10537         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
10538         (gst_flxdec_dispose):
10539         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
10540         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
10541         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10542         (gst_rtspsrc_finalize):
10543         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
10544         * gst/rtsp/rtspextwms.h:
10545         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
10546         (gst_smpte_finalize):
10547         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
10548         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
10549         (gst_udpsink_finalize):
10550         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
10551         (gst_wavparse_sink_activate):
10552         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
10553         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
10554         (gst_oss_src_finalize):
10555         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
10556         * sys/v4l2/gstv4l2object.h:
10557         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
10558         (gst_v4l2src_finalize):
10559         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
10560
10561         Fix a bunch of leaks shown by the newly-added states test.
10562
10563 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10564
10565         * ext/dv/gstdvdec.c: (gst_dvdec_init):
10566         Use gst_pad_new_from_static_template instead of 
10567         static_pad_template_get+pad_new.
10568
10569 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
10570
10571         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10572
10573         * ext/libcaca/Makefile.am:
10574         * gst/debug/Makefile.am:
10575           Don't mix tabs and spaces (#414168).
10576
10577 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10578
10579         * tests/check/generic/.cvsignore:
10580           Ignore files to please buildbot.
10581
10582 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10583
10584         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
10585         (gst_wavparse_stream_data):
10586           Unbreak my previous commit (swapped nominator & denominator). Tim,
10587           thanks for spotting.
10588
10589 2007-03-02  Wim Taymans  <wim@fluendo.com>
10590
10591         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
10592         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
10593         (gst_cdio_cdda_src_finalize):
10594         Small code cleanups.
10595         Don't use pad_alloc as the base class cannot deal with the error codes.
10596
10597 2007-03-02  Wim Taymans  <wim@fluendo.com>
10598
10599         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
10600         (gst_udpsrc_create):
10601         Fix doc.
10602
10603 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10604
10605         Patch by: René Stadler <mail@renestadler.de>
10606
10607         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10608         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10609         (gst_wavparse_stream_data):
10610           Handle rounding better to not drop last sample frame. Fixes #356692
10611
10612 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
10613
10614         * tests/check/Makefile.am:
10615         Disable cacasink from the states check too - it also calls exit(1)
10616         on us when it can't find a terminal to talk to.
10617
10618 2007-03-02  Wim Taymans  <wim@fluendo.com>
10619
10620         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
10621
10622         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10623         (gst_udpsrc_create), (gst_udpsrc_set_property),
10624         (gst_udpsrc_get_property):
10625         * gst/udp/gstudpsrc.h:
10626         Add support to strip proprietary headers. Fixes #350296.
10627
10628 2007-03-02  Wim Taymans  <wim@fluendo.com>
10629
10630         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
10631         Fix compilation.
10632
10633 2007-03-02  Wim Taymans  <wim@fluendo.com>
10634
10635         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
10636
10637         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
10638         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
10639         (gst_rtp_mp2t_depay_set_property),
10640         (gst_rtp_mp2t_depay_get_property):
10641         * gst/rtp/gstrtpmp2tdepay.h:
10642         Add support to strip off proprietary headers. Fixes #350278.
10643
10644 2007-03-02  Wim Taymans  <wim@fluendo.com>
10645
10646         * ext/hal/hal.c:
10647         Fix compilation.
10648
10649 2007-03-02  Wim Taymans  <wim@fluendo.com>
10650
10651         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
10652         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
10653         (gst_sunaudiosrc_open):
10654         * sys/sunaudio/gstsunaudiosrc.h:
10655         Remove device-name from GstSunAudioSrc. Fixes #412597.
10656
10657 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
10658
10659         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
10660         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
10661         Having NULL as UDI previously selected the default sink/src. Change
10662         this back but mention it in the debug output.
10663         * ext/hal/hal.c: (gst_hal_get_alsa_element),
10664         (gst_hal_get_oss_element), (gst_hal_get_string),
10665         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
10666         (gst_hal_get_audio_src):
10667         * ext/hal/hal.h:
10668         Refactor a bit, check all error conditions, greatly improve debugging
10669         and fix some possible memory leaks. Also implement OSS support
10670         and allow specifying an UDI that points to a real device. For this the
10671         child device which supports ALSA (preferred) or OSS is used.
10672         As a side effect this makes it impossible now to get a alsasink in
10673         halaudiosrc and a alsasrc in halaudiosink.
10674
10675 2007-03-01  Wim Taymans  <wim@fluendo.com>
10676
10677         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
10678         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
10679         Errors from the udp sources are not fatal unless all of them are in
10680         error.
10681
10682 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10683
10684         * tests/check/Makefile.am:
10685         Disable aasink in the states test. I suspect this is the element that
10686         is calling exit(1) when it can't proceed.
10687
10688 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10689
10690         * tests/check/Makefile.am:
10691         Draw plugins in from the build tree sys/ dir, rather than picking
10692         up the already installed versions.
10693
10694 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10695
10696         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
10697         Error out correctly when getting xcontext fails.
10698
10699 2007-03-01  Wim Taymans  <wim@fluendo.com>
10700
10701         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
10702         Make state change to PAUSED NO_PREROLL because that's what it will be in
10703         the future and rtspsrc relies on it.
10704
10705         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
10706         (gst_rtspsrc_change_state):
10707         Don't error out when we don't get an error from the state change
10708         function.
10709
10710 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
10711
10712         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
10713         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
10714           Check if the device UDI is set before trying to query HAL
10715           about it and give a useful error message if it wasn't set.
10716         * ext/hal/hal.c: (gst_hal_get_string):
10717           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
10718           gives an assertion failure in D-Bus when running with
10719           DBUS_FATAL_WARNINGS=1.
10720
10721 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10722
10723         * configure.ac:
10724           Convert to new AG_GST style.
10725
10726 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10727
10728         * tests/check/Makefile.am:
10729         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
10730           add test for states
10731
10732 2007-02-28  Wim Taymans  <wim@fluendo.com>
10733
10734         * tests/check/elements/.cvsignore:
10735         Add new videofilter check to .cvsignore.
10736
10737 2007-02-28  Wim Taymans  <wim@fluendo.com>
10738
10739         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
10740         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10741         (gst_avi_demux_loop), (gst_avi_demux_chain):
10742         Fix combined flow return. Fixes #412608.
10743
10744 2007-02-28  Wim Taymans  <wim@fluendo.com>
10745
10746         * gst/videofilter/Makefile.am:
10747         Dist header..
10748
10749 2007-02-28  Wim Taymans  <wim@fluendo.com>
10750
10751         * gst/videofilter/gstgamma.h:
10752         Add header too.
10753
10754 2007-02-28  Wim Taymans  <wim@fluendo.com>
10755
10756         Patch by: Mark Nauwelaerts <manauw at skynet be>
10757
10758         * gst/videofilter/Makefile.am:
10759         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
10760         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
10761         (gst_gamma_get_property), (gst_gamma_calculate_tables),
10762         (oil_tablelookup_u8), (gst_gamma_set_caps),
10763         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
10764         Port gamma filter to 0.10. Fixes #412704.
10765
10766         * tests/check/Makefile.am:
10767         * tests/check/elements/videofilter.c: (setup_filter),
10768         (cleanup_filter), (check_filter), (GST_START_TEST),
10769         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
10770         Add unit tests for videofilters.
10771
10772 2007-02-28  Wim Taymans  <wim@fluendo.com>
10773
10774         * gst/rtsp/URLS:
10775         Add another interesting test url.
10776
10777         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
10778         Don't allow getting header fields from data packets.
10779
10780 2007-02-28  Michael Smith  <msmith@fluendo.com>
10781
10782         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
10783         (gst_shout2send_init), (gst_shout2send_start),
10784         (gst_shout2send_set_property), (gst_shout2send_get_property):
10785         * ext/shout2/gstshout2.h:
10786           Add a property for username.
10787
10788 2007-02-27  Christian Schallerr <christian@fluendo.com>
10789
10790         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
10791
10792 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
10793
10794         * gst/rtsp/Makefile.am:
10795         Fix make check too.
10796
10797 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
10798
10799         * gst/rtsp/base64.c: (util_base64_encode):
10800         * gst/rtsp/base64.h:
10801         Commit missing files for base64 encoding.
10802
10803 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10804
10805         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10806
10807         * configure.ac:
10808         * ext/annodex/Makefile.am:
10809         * ext/jpeg/Makefile.am:
10810         * ext/speex/Makefile.am:
10811         * gst/alpha/Makefile.am:
10812         * gst/cutter/Makefile.am:
10813         * gst/debug/Makefile.am:
10814         * gst/effectv/Makefile.am:
10815         * gst/goom/Makefile.am:
10816         * gst/level/Makefile.am:
10817         * gst/smpte/Makefile.am:
10818         * gst/videofilter/Makefile.am:
10819           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
10820
10821 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
10822
10823         * gst/rtsp/Makefile.am:
10824         * gst/rtsp/rtspconnection.c: (append_auth_header),
10825         (rtsp_connection_send), (rtsp_connection_set_auth):
10826         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
10827         from icecast to replace it. Relicensed from GPL courtesy of Mike
10828         Smith.
10829
10830 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
10831
10832         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
10833         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
10834         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
10835         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
10836         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
10837         (gst_rtspsrc_uri_set_uri):
10838         * gst/rtsp/gstrtspsrc.h:
10839         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
10840         (append_auth_header), (rtsp_connection_send),
10841         (rtsp_connection_free), (rtsp_connection_set_auth):
10842         * gst/rtsp/rtspconnection.h:
10843         * gst/rtsp/rtspdefs.h:
10844         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
10845         * gst/rtsp/rtspurl.h:
10846
10847         Implement simple Basic Authentication support so that urls like
10848         rtsp://user:pass@hostname/rtspstream work on hosts that require
10849         authentication.
10850
10851 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
10852
10853         * sys/v4l2/gstv4l2object.c:
10854         * sys/v4l2/gstv4l2tuner.c:
10855         * sys/v4l2/v4l2_calls.c:
10856         Fix segfault when oppening a radio device.
10857         
10858 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
10859
10860         * gst/level/gstlevel.c: (gst_level_set_caps),
10861         (gst_level_transform_ip):
10862         * sys/v4l2/README:
10863         * tests/check/elements/level.c: (GST_START_TEST):
10864           Fix level for multi-channel case.
10865
10866 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10867
10868         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
10869         (gst_level_transform_ip):
10870         * gst/level/gstlevel.h:
10871           Use function pointer for process function and add process functions
10872           for float audio.
10873
10874 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
10875
10876         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
10877         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
10878         (gst_v4l2src_capture_init):
10879           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
10880           fixes #407369
10881
10882 2007-02-18  Wim Taymans  <wim@fluendo.com>
10883
10884         * gst/rtp/Makefile.am:
10885         * gst/rtp/gstrtp.c: (plugin_init):
10886         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
10887         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
10888         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
10889         (gst_rtp_mp2t_pay_plugin_init):
10890         * gst/rtp/gstrtpmp2tpay.h:
10891         Added simple mpeg transport stream payloader.
10892
10893 2007-02-16  Wim Taymans  <wim@fluendo.com>
10894
10895         * gst/rtsp/URLS:
10896         Add example H264 rtsp url.
10897
10898         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10899         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
10900         Don't convert values to lowercase or we might mess up base64 encoded
10901         properties.
10902
10903 2007-02-16  Wim Taymans  <wim@fluendo.com>
10904
10905         * gst/rtp/README:
10906         Fix case of string params.
10907
10908         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10909         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10910         Fix depayloader, support more packet types.
10911         Add sync codes to make sure the packetizer can do its job.
10912
10913         * gst/rtp/gstrtpmp4gdepay.c:
10914         * gst/rtp/gstrtpmp4gpay.c:
10915         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
10916         Fix caps case again.
10917
10918 2007-02-15  Wim Taymans  <wim@fluendo.com>
10919
10920         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
10921         Set right caps on output buffers.
10922
10923 2007-02-14  Wim Taymans  <wim@fluendo.com>
10924
10925         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
10926         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
10927         Clear stack allocated SDPMedia struct before calling _init() on it.
10928         Clarify this in the docs as well.
10929
10930 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
10931
10932         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
10933         (do_change_child):
10934         Don't reset the profile when going switching states, as it makes
10935         the element non-reusable.
10936
10937 2007-02-14  Wim Taymans  <wim@fluendo.com>
10938
10939         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
10940         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
10941         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
10942         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
10943         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
10944         (sdp_parse_line):
10945         * gst/rtsp/sdpmessage.h:
10946         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
10947         Fix memory management of SDP messages. Fixes #407793.
10948
10949 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
10950
10951         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
10952
10953         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
10954         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
10955
10956 2007-02-14  Wim Taymans  <wim@fluendo.com>
10957
10958         Patch by: jp.liu <jp_liu at astrocom dot cn>
10959
10960         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10961         Fix parsing of password field in url. Fixes #407797.
10962
10963 2007-02-14  Wim Taymans  <wim@fluendo.com>
10964
10965         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
10966         (gst_wavparse_reset), (gst_wavparse_init),
10967         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
10968         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10969         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
10970         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10971         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
10972         (gst_wavparse_loop), (gst_wavparse_chain),
10973         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
10974         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
10975         (plugin_init):
10976         * gst/wavparse/gstwavparse.h:
10977         Update docs.
10978         Use boilerplate.
10979         Various code cleanups.
10980         When the bitrate is not known (bps == 0 or compressed formats) let
10981         downstream element guestimate the duration and position and don't
10982         generate timestamps or durations. Fixes #405213.
10983         Fix EOS and ERROR conditions in chain mode, we just need to forward the
10984         error flowreturn upstream.
10985
10986 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
10987
10988         * ext/gconf/Makefile.am:
10989         * ext/gconf/gconf.c: (gst_gconf_get_string),
10990         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
10991         (gst_gconf_render_bin_with_default):
10992         * ext/gconf/gconf.h:
10993         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
10994         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
10995         (gst_gconf_audio_sink_dispose), (do_change_child),
10996         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
10997         (cb_change_child), (gst_gconf_audio_sink_change_state):
10998         * ext/gconf/gstgconfaudiosink.h:
10999         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
11000         (gst_switch_sink_class_init), (gst_switch_sink_reset),
11001         (gst_switch_sink_init), (gst_switch_sink_dispose),
11002         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
11003         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
11004         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
11005         * ext/gconf/gstswitchsink.h:
11006         * gst/autodetect/gstautoaudiosink.c:
11007         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
11008         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
11009         (gst_auto_audio_sink_detect):
11010         * gst/autodetect/gstautovideosink.c:
11011         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
11012         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
11013         (gst_auto_video_sink_detect):
11014         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
11015         and a child that implements the GConf key monitoring. The end goal of
11016         this is an audio sink that can be changed on the fly, but at the 
11017         moment it still only changes on the next READY transition.
11018
11019 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11020
11021         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11022         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11023         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
11024         (gst_avi_demux_calculate_durations_from_index),
11025         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11026         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11027         (gst_avi_demux_loop):
11028           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
11029
11030 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11031
11032         * configure.ac:
11033         * docs/plugins/Makefile.am:
11034           Add crossreferences to glib/gobject/gstream docs.
11035
11036 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11037
11038         * gst/monoscope/Makefile.am:
11039         * gst/monoscope/gstmonoscope.c:
11040           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
11041           (but no LIBS, since we only use defines from the headers).
11042
11043 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11044
11045         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
11046
11047         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
11048         (gst_wavparse_stream_data):
11049           Fix massive memory leak when operating in streaming mode due to
11050           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
11051           Fixes #407057.
11052
11053 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11054
11055         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
11056         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
11057         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
11058         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
11059         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11060         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
11061         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
11062         (gst_avi_demux_calculate_durations_from_index),
11063         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11064         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
11065         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
11066         * gst/avi/gstavidemux.h:
11067           Save some memory (8%) by repacking the index entry structure (more to
11068           come). Add more FIXMEs to questionable parts.
11069
11070 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11071
11072         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
11073         (gst_v4l2src_get_caps):
11074         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11075         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11076         (gst_v4l2src_capture_init):
11077           More FIXME comments and messaging changes.
11078
11079 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11080
11081         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
11082         (gst_goom_change_state):
11083         * gst/goom/gstgoom.h:
11084           Improved docs and use GST_DEBUG_FUNCPTR.
11085
11086         * gst/level/gstlevel.c: (gst_level_class_init):
11087           Use GST_DEBUG_FUNCPTR.
11088
11089         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
11090         (gst_monoscope_chain), (gst_monoscope_change_state):
11091           Improved docs source cleanups.
11092
11093 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11094
11095         * gst/debug/Makefile.am:
11096         * gst/debug/gstdebug.c: (plugin_init):
11097         * gst/debug/gstpushfilesrc.c:
11098         * gst/debug/gstpushfilesrc.h:
11099           Add code for a pushfilesrc element that implements a pushfile:// URI
11100           handler, to make debugging push-mode operation of demuxer/decoders
11101           that support both easier in connection with seek/playbin/etc.
11102           The element isn't registered at the moment.
11103
11104 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
11105
11106         * gst/avi/gstavimux.c:
11107           Comment a #if 0 in caps template definition as VS6 seems to 
11108         do not support it.
11109         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
11110           Use gst_guint64_to_gdouble for conversion.
11111         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
11112           Move variables declaration before the first instruction.
11113         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
11114           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
11115           And don't include netdb.h for G_OS_WIN32
11116         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
11117           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
11118           by VS6 then use an other way to initialize SDPMedia structure.
11119         * gst/udp/gstdynudpsink.h:
11120         * gst/udp/gstdynudpnetutils.h:
11121           Do not include <sys/time.h> for G_OS_WIN32
11122         * gst/udp/gstudpsrc.c:
11123           Define socklen_t as int for G_OS_WIN32
11124         * win/common/config.h.in:
11125           Undef HAVE_NETINET_IN_H
11126         * win32/vs6/gst_plugins_good.dsw:
11127         * win32/vs6/libgstrtp.dsp:
11128         * win32/vs6/libgstrtsp.dsp:
11129         * win32/vs6/libgstautogen.dsp:
11130         * win32/vs6/libgstaudiofx.dsp:
11131         * win32/vs6/libgstudp.dsp:
11132           Add and update project files.
11133         * win32/common/gstudp-enumtypes.c:
11134         * win32/common/gstudp-enumtypes.h:
11135           Add a copy of udp enumtypes to win32/common as in core 
11136           and base.
11137         
11138 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
11139
11140         * configure.ac:
11141           Activate monoscope when building with --enable-experimental. Fix
11142           --enable-external configure switch description.
11143
11144         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
11145         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
11146           Help gst-indent.
11147
11148 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
11149
11150         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
11151           Explicitly cast result of pointer arithmetic to integer in order to
11152           avoid compiler warnings on some 64-bit systems. Should fix #406018.
11153
11154 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
11155
11156         * gst/debug/progressreport.c:
11157           Some more docs.
11158
11159 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11160
11161         * docs/plugins/inspect/plugin-rtp.xml:
11162           Update for new elements.
11163
11164         * gst/debug/progressreport.h:
11165           Commit newly-created header file as well.
11166
11167 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11168
11169         * docs/plugins/Makefile.am:
11170         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11171         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11172         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11173         * gst/debug/Makefile.am:
11174         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
11175         (gst_progress_report_do_query), (gst_progress_report_report):
11176           Make progressreport element post messages with the current progress
11177           on the bus. Also add some basic docs for it.
11178
11179 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
11180
11181         * ext/hal/hal.c: (gst_hal_get_string):
11182         * ext/hal/hal.h:
11183           Some small cleanups; deal with errors when parsing the HAL ALSA
11184           capabilities a bit better.
11185
11186 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11187
11188         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11189           Let's try this again and use the right cast this time.
11190
11191 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11192
11193         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11194           Add cast to avoid compiler warnings with older GLib versions
11195           where the nick/name members in GEnumValue are not declared as
11196           constant strings.
11197
11198 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11199
11200         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
11201         (gst_gconf_render_bin_from_key),
11202         (gst_gconf_get_default_audio_sink):
11203         * ext/gconf/gconf.h:
11204         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
11205         (do_toggle_element), (gst_gconf_audio_sink_set_property),
11206         (gst_gconf_audio_sink_get_property):
11207           In gconfaudiosink, get the right key as the old key in do_toggle
11208           (ie. one dependent on the profile selected). Log some more stuff so
11209           we can see what's actually going on.
11210
11211 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
11212
11213         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
11214         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
11215         (gst_audio_amplify_set_process_function),
11216         (gst_audio_amplify_setup):
11217         * gst/audiofx/audioamplify.h:
11218         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11219         (gst_audio_invert_class_init), (gst_audio_invert_setup):
11220         * gst/audiofx/audioinvert.h:
11221         Some small cleanups and port both elements to the new GstAudioFilter
11222         base class to save a few lines of common code.
11223         * gst/audiofx/Makefile.am:
11224         Link against libgstaudio for the above changes
11225
11226 2007-01-29  Wim Taymans  <wim@fluendo.com>
11227
11228         * tests/check/elements/.cvsignore:
11229         Some more ignores.
11230
11231 2007-01-26  Wim Taymans  <wim@fluendo.com>
11232
11233         Patch by: charles <charlesg3 at gmail dot com>
11234
11235         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11236         (set_shout_metadata), (gst_shout2send_event):
11237         * ext/shout2/gstshout2.h:
11238         Properly handle tags in shout2send. Fixes #399825.
11239
11240 2007-01-25  Wim Taymans  <wim@fluendo.com>
11241
11242         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11243         (gst_rtspsrc_activate_streams):
11244         Convert SDP fields to upper/lowercase following the rules in the SDP to
11245         caps document. 
11246
11247 2007-01-25  Wim Taymans  <wim@fluendo.com>
11248
11249         * gst/rtp/README:
11250         * gst/rtp/gstrtpilbcdepay.c:
11251         * gst/rtp/gstrtpilbcpay.c:
11252         * gst/rtp/gstrtpmp4gdepay.c:
11253         * gst/rtp/gstrtpmp4gpay.c:
11254         * gst/rtp/gstrtpspeexdepay.c:
11255         * gst/rtp/gstrtpspeexpay.c:
11256         * gst/rtp/gstrtpsv3vdepay.c:
11257         * gst/rtp/gstrtptheoradepay.c:
11258         * gst/rtp/gstrtptheorapay.c:
11259         * gst/rtp/gstrtpvorbisdepay.c:
11260         * gst/rtp/gstrtpvorbispay.c:
11261         Fix case of encoding-name and key/value pairs to match the document.
11262         This is to make interoperation with SDP case-insensitive as required by
11263         the relevant RFCs.
11264
11265 2007-01-25  Wim Taymans  <wim@fluendo.com>
11266
11267         * configure.ac:
11268         Bump required -core/-base to CVS
11269
11270 2007-01-25  Wim Taymans  <wim@fluendo.com>
11271
11272         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
11273         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
11274         * gst/rtp/gstrtpL16pay.h:
11275         Fill up to MTU using adapter.
11276         Timestamp rtp packets.
11277
11278 2007-01-25  Edward Hervey  <edward@fluendo.com>
11279
11280         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
11281         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
11282         Use G_GSIZE_FORMAT in print statements for portability.
11283         Fixes build on macosx.
11284
11285 2007-01-24  Wim Taymans  <wim@fluendo.com>
11286
11287         * gst/rtp/Makefile.am:
11288         * gst/rtp/gstrtp.c: (plugin_init):
11289         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
11290         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
11291         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
11292         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
11293         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
11294         (gst_rtp_L16_depay_plugin_init):
11295         * gst/rtp/gstrtpL16depay.h:
11296         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
11297         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
11298         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
11299         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
11300         (gst_rtp_L16_pay_plugin_init):
11301         * gst/rtp/gstrtpL16pay.h:
11302         Port and enable raw audio payloader/depayloader. Needs a bit more work
11303         on the payloader side.
11304
11305 2007-01-24  Wim Taymans  <wim@fluendo.com>
11306
11307         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
11308         (gst_rtspsrc_stream_configure_transport),
11309         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
11310         * gst/rtsp/gstrtspsrc.h:
11311         Only unblock the udp pads when we linked and activated them all.
11312         Fixes #395688.
11313
11314 2007-01-24  Wim Taymans  <wim@fluendo.com>
11315
11316         * gst/rtp/Makefile.am:
11317         * gst/rtp/gstrtp.c: (plugin_init):
11318         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
11319         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
11320         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
11321         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
11322         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
11323         * gst/rtp/gstrtpac3depay.h:
11324         Added simple AC3 depayloader (RFC 4184).
11325
11326         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
11327         Fix a leak.
11328
11329 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
11330
11331         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11332
11333         * gst/audiofx/Makefile.am:
11334         * gst/audiofx/audioamplify.c:
11335         (gst_audio_amplify_clipping_method_get_type),
11336         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
11337         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
11338         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
11339         (gst_audio_amplify_set_caps),
11340         (gst_audio_amplify_transform_int_clip),
11341         (gst_audio_amplify_transform_int_wrap_negative),
11342         (gst_audio_amplify_transform_int_wrap_positive),
11343         (gst_audio_amplify_transform_float_clip),
11344         (gst_audio_amplify_transform_float_wrap_negative),
11345         (gst_audio_amplify_transform_float_wrap_positive),
11346         (gst_audio_amplify_transform_ip):
11347         * gst/audiofx/audioamplify.h:
11348         * gst/audiofx/audiofx.c: (plugin_init):
11349         Add new element "audioamplify". This allows scaling of raw audio
11350         samples, similar to the "volume" element, but provides different modes
11351         for clipping and allows unlimited amplification. It's mainly targeted
11352         for creative sound design and not as a replacement of the "volume"
11353         element. Fixes #397162
11354         * docs/plugins/Makefile.am:
11355         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11356         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11357         * docs/plugins/gst-plugins-good-plugins.args:
11358         * docs/plugins/inspect/plugin-audiofx.xml:
11359         Add docs for audioamplify and integrate them into the build system
11360         * tests/check/Makefile.am:
11361         * tests/check/elements/audioamplify.c: (setup_amplify),
11362         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
11363         Add fairly extensive unit test suite for audioamplify
11364
11365 2007-01-24  Wim Taymans  <wim@fluendo.com>
11366
11367         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
11368         Unblock pads after adding the pads to the element so that autopluggers
11369         get a change to link something. Possibly fixes #395688.
11370
11371 2007-01-24  Wim Taymans  <wim@fluendo.com>
11372
11373         * gst/rtp/gstrtpamrdepay.c:
11374         * gst/rtp/gstrtpgsmdepay.c:
11375         * gst/rtp/gstrtph263pdepay.c:
11376         * gst/rtp/gstrtph263ppay.c:
11377         * gst/rtp/gstrtph264depay.c:
11378         * gst/rtp/gstrtpilbcdepay.c:
11379         * gst/rtp/gstrtpmp2tdepay.c:
11380         * gst/rtp/gstrtpmp4gdepay.c:
11381         * gst/rtp/gstrtpmp4gpay.c:
11382         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11383         * gst/rtp/gstrtpmp4vpay.c:
11384         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
11385         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
11386         (gst_rtp_mpa_depay_process):
11387         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
11388         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
11389         * gst/rtp/gstrtppcmadepay.c:
11390         * gst/rtp/gstrtppcmudepay.c:
11391         * gst/rtp/gstrtpspeexdepay.c:
11392         * gst/rtp/gstrtpspeexpay.c:
11393         * gst/rtp/gstrtpsv3vdepay.c:
11394         * gst/rtp/gstrtptheoradepay.c:
11395         * gst/rtp/gstrtptheorapay.c:
11396         * gst/rtp/gstrtpvorbisdepay.c:
11397         * gst/rtp/gstrtpvorbispay.c:
11398         Fix caps with payload numbers.
11399         Add some fixed payload numbers to caps when possible.
11400
11401 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
11402
11403         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11404
11405         * gst/audiofx/Makefile.am:
11406         * gst/audiofx/audiofx.c: (plugin_init):
11407         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11408         (gst_audio_invert_class_init), (gst_audio_invert_init),
11409         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
11410         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
11411         (gst_audio_invert_transform_float),
11412         (gst_audio_invert_transform_ip):
11413         * gst/audiofx/audioinvert.h:
11414         Add new audiofx element "audioinvert". This element swaps the upper
11415         and lower half of samples and can be used for example for a
11416         wide-stereo effect. Fixes #396057
11417         * docs/plugins/Makefile.am:
11418         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11419         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11420         * docs/plugins/gst-plugins-good-plugins.args:
11421         * docs/plugins/inspect/plugin-audiofx.xml:
11422         Add docs for the audioinvert element and add them to the build system.
11423         * tests/check/Makefile.am:
11424         * tests/check/elements/audioinvert.c: (setup_invert),
11425         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
11426         Add unit test suite for the audioinvert element.
11427
11428 2007-01-23  Wim Taymans  <wim@fluendo.com>
11429
11430         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
11431         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
11432         Parse config params as string and int.
11433         Parse and use AU header length
11434
11435 2007-01-23  Wim Taymans  <wim@fluendo.com>
11436
11437         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
11438         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
11439         * gst/smpte/gstmask.c: (_gst_mask_register):
11440         * gst/smpte/gstmask.h:
11441         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
11442         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
11443         (gst_smpte_paint_triangle_clock):
11444         constify some static structs.
11445         Don't update the mask if nothing changed to the params.
11446         Make sure we never draw outside of the picture. Fixes #398325.
11447
11448 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11449
11450         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
11451           Error out properly when pull_range fails while we're reading the
11452           headers, instead of just pausing the task silently. Fixes #399338.
11453
11454 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11455
11456         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11457           Some more sanity checks to make sure the input formats match and the
11458           input pads are actually negotiated, in case someone tries to feed
11459           buffers from fakesrc or filesrc. Fixes #398299.
11460           Also const-ify an array, just because we can.
11461
11462 2007-01-19  Edward Hervey  <edward@fluendo.com>
11463
11464         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
11465         Ignore previous commit, that was only valid for widths and heights
11466         that are multiples of 4.
11467         Copy over size/stride macros from jpegdec. This allows the element
11468         to work with any width,height...
11469         ... but puts in evidence that the actual transformations only work
11470         with width/height that are multiples of 4.
11471
11472 2007-01-19  Edward Hervey  <edward@fluendo.com>
11473
11474         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11475         Allocate buffers of the right size.
11476         The proper size of a I420 buffer in bytes is:
11477         
11478             width * height * 3
11479             ------------------
11480                     2
11481
11482 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11483
11484         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11485           Proxy getcaps on sink pads too, so that we either end up with the
11486           same dimensions on all pads or error out if that's not possible
11487           (seems to work even!). Fixes #398086, I think.
11488
11489 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11490
11491         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11492         * docs/plugins/gst-plugins-good-plugins.args:
11493         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11494           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
11495           fix integer properties with -1 as minimum value.
11496
11497         * docs/plugins/inspect/plugin-1394.xml:
11498         * docs/plugins/inspect/plugin-aasink.xml:
11499         * docs/plugins/inspect/plugin-alaw.xml:
11500         * docs/plugins/inspect/plugin-alpha.xml:
11501         * docs/plugins/inspect/plugin-alphacolor.xml:
11502         * docs/plugins/inspect/plugin-annodex.xml:
11503         * docs/plugins/inspect/plugin-apetag.xml:
11504         * docs/plugins/inspect/plugin-audiofx.xml:
11505         * docs/plugins/inspect/plugin-auparse.xml:
11506         * docs/plugins/inspect/plugin-autodetect.xml:
11507         * docs/plugins/inspect/plugin-avi.xml:
11508         * docs/plugins/inspect/plugin-cacasink.xml:
11509         * docs/plugins/inspect/plugin-cairo.xml:
11510         * docs/plugins/inspect/plugin-cdio.xml:
11511         * docs/plugins/inspect/plugin-cutter.xml:
11512         * docs/plugins/inspect/plugin-debug.xml:
11513         * docs/plugins/inspect/plugin-dv.xml:
11514         * docs/plugins/inspect/plugin-efence.xml:
11515         * docs/plugins/inspect/plugin-effectv.xml:
11516         * docs/plugins/inspect/plugin-esdsink.xml:
11517         * docs/plugins/inspect/plugin-flac.xml:
11518         * docs/plugins/inspect/plugin-flxdec.xml:
11519         * docs/plugins/inspect/plugin-gconfelements.xml:
11520         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
11521         * docs/plugins/inspect/plugin-goom.xml:
11522         * docs/plugins/inspect/plugin-halelements.xml:
11523         * docs/plugins/inspect/plugin-icydemux.xml:
11524         * docs/plugins/inspect/plugin-id3demux.xml:
11525         * docs/plugins/inspect/plugin-jpeg.xml:
11526         * docs/plugins/inspect/plugin-level.xml:
11527         * docs/plugins/inspect/plugin-matroska.xml:
11528         * docs/plugins/inspect/plugin-mulaw.xml:
11529         * docs/plugins/inspect/plugin-multipart.xml:
11530         * docs/plugins/inspect/plugin-navigationtest.xml:
11531         * docs/plugins/inspect/plugin-ossaudio.xml:
11532         * docs/plugins/inspect/plugin-png.xml:
11533         * docs/plugins/inspect/plugin-rtp.xml:
11534         * docs/plugins/inspect/plugin-rtsp.xml:
11535         * docs/plugins/inspect/plugin-shout2send.xml:
11536         * docs/plugins/inspect/plugin-smpte.xml:
11537         * docs/plugins/inspect/plugin-speex.xml:
11538         * docs/plugins/inspect/plugin-taglib.xml:
11539         * docs/plugins/inspect/plugin-udp.xml:
11540         * docs/plugins/inspect/plugin-videobalance.xml:
11541         * docs/plugins/inspect/plugin-videobox.xml:
11542         * docs/plugins/inspect/plugin-videoflip.xml:
11543         * docs/plugins/inspect/plugin-videomixer.xml:
11544         * docs/plugins/inspect/plugin-wavenc.xml:
11545         * docs/plugins/inspect/plugin-wavparse.xml:
11546         * docs/plugins/inspect/plugin-ximagesrc.xml:
11547           Update to CVS.
11548
11549 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
11550
11551         Patch by: Sebastian Dröge <slomo circular-chaos org>
11552
11553         * gst/audiofx/audiopanorama.c:
11554           Fix doc section name (Fixes #397946)
11555
11556 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
11557
11558         * sys/v4l2/gstv4l2object.c:
11559         (gst_v4l2_object_install_properties_helper),
11560         (gst_v4l2_object_set_property_helper),
11561         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
11562         * sys/v4l2/gstv4l2object.h:
11563         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
11564         (gst_v4l2src_init), (gst_v4l2src_set_property),
11565         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
11566         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11567         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11568         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
11569         (gst_v4l2src_capture_deinit):
11570           Fix EIO handing when capturing. Add new property to specify the number of
11571           buffers to enque (and remove the borked num-buffers usage).
11572
11573 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11574
11575         Patch by: Sebastian Dröge <slomo circular-chaos org>
11576
11577         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
11578         (gst_audio_panorama_set_process_function):
11579           Use a function array for process methods, add more docs and define the
11580           startindex of enums.
11581
11582 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
11583
11584         Patch by: Mark Nauwelaerts <manauw at skynet be>
11585
11586         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
11587         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
11588         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
11589         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
11590         (gst_avi_mux_riff_get_avi_header),
11591         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
11592         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
11593         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
11594         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
11595         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
11596         (gst_avi_mux_change_state):
11597         * gst/avi/gstavimux.h:
11598         * tests/check/elements/avimux.c: (teardown_src_pad):
11599           Add support for more than one audio stream; write better AVIX
11600           header; refactor code a bit; don't announce vorbis caps on our audio
11601           sink pads since we don't support it anyway. Closes #379298.
11602
11603 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
11604
11605         Patch by: Sebastian Dröge <slomo circular-chaos org>
11606
11607         * gst/audiofx/audiopanorama.c:
11608         (gst_audio_panorama_method_get_type),
11609         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
11610         (gst_audio_panorama_set_process_function),
11611         (gst_audio_panorama_set_property),
11612         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
11613         (gst_audio_panorama_transform_m2s_int_simple),
11614         (gst_audio_panorama_transform_s2s_int_simple),
11615         (gst_audio_panorama_transform_m2s_float_simple),
11616         (gst_audio_panorama_transform_s2s_float_simple):
11617         * gst/audiofx/audiopanorama.h:
11618           Add 'method' property and provide a simple (non-psychoacustic)
11619           processing method (#394859).
11620
11621         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
11622         (panorama_suite):
11623           Tests for new method.
11624
11625 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
11626
11627         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
11628         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
11629           Set correct caps on outgoing pulled buffers, or things blow up
11630           after recent core changes.
11631
11632 2007-01-11  Wim Taymans  <wim@fluendo.com>
11633
11634         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
11635
11636         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
11637         (gst_multipart_mux_request_new_pad),
11638         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
11639         (gst_multipart_mux_change_state):
11640         Return FLOW errors ASAP. Fixes #394977.
11641         Misc cleanups.
11642
11643 2007-01-11  Wim Taymans  <wim@fluendo.com>
11644
11645         Patch by: Lutz Mueller <lutz at topfrose dot de>
11646
11647         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
11648         Check for stream pad before activating. 
11649
11650 2007-01-10  Wim Taymans  <wim@fluendo.com>
11651
11652         Patch by: Peter Kjellerstedt  <pkj at axis com>
11653
11654         * gst/rtsp/COPYING.MIT:
11655         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
11656         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
11657         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
11658         (gst_rtspsrc_stream_configure_transport),
11659         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
11660         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
11661         (gst_rtspsrc_parse_methods),
11662         (gst_rtspsrc_create_transports_string),
11663         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
11664         (gst_rtspsrc_open), (gst_rtspsrc_close):
11665         * gst/rtsp/gstrtspsrc.h:
11666         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11667         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
11668         (parse_request_line), (parse_line), (rtsp_connection_read),
11669         (rtsp_connection_close):
11670         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
11671         (rtsp_method_as_text), (rtsp_header_as_text),
11672         (rtsp_status_as_text), (rtsp_find_header_field),
11673         (rtsp_find_method):
11674         * gst/rtsp/rtspdefs.h:
11675         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
11676         (rtsp_ext_wms_configure_stream):
11677         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
11678         (rtsp_message_new_request), (rtsp_message_init_request),
11679         (rtsp_message_new_response), (rtsp_message_init_response),
11680         (rtsp_message_init_data), (rtsp_message_unset),
11681         (rtsp_message_free), (rtsp_message_add_header),
11682         (rtsp_message_get_header), (rtsp_message_set_body),
11683         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
11684         * gst/rtsp/rtspmessage.h:
11685         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
11686         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
11687         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
11688         (sdp_message_dump):
11689         Allow url to be NULL to be able to use it for server connections.
11690         Can now send responses as well as requests.
11691         No longer hangs in an endless loop if EOF is received.
11692         Can now convert a status code to a text string.
11693         Return RTSP_HDR_INVALID for unknown headers.
11694         Return RTSP_INVALID for unknown methods.
11695         Copy CSeq and Session headers from the request.
11696         Only free memory corresponding to the currently set message type.
11697         Added const to function arguments as appropriate.
11698         Avoid a compiler warning when initializing nmedia.
11699         Use guint rather than gint to avoid compiler warnings.
11700         Fix crasher in wms extension.
11701         Factor out stream setup from open_connection.
11702         Delay activation of streams when actual data is received from the
11703         server, this prepares us to do proper protocol switching.
11704         Added new license.
11705         Fixes #380895.
11706
11707
11708 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11709
11710         Patch by: Sebastian Dröge <slomo ubuntu com>
11711
11712         * docs/plugins/Makefile.am:
11713         * gst/audiofx/audiopanorama.c:
11714           Some small docs fixes (#394851).
11715
11716 2007-01-09  Wim Taymans  <wim@fluendo.com>
11717
11718         * gst/avi/gstavidemux.c:
11719         Fix docs.
11720
11721 2007-01-09  Wim Taymans  <wim@fluendo.com>
11722
11723         * gst/rtp/Makefile.am:
11724         * gst/rtp/gstrtp.c: (plugin_init):
11725         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
11726         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
11727         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
11728         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
11729         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
11730         * gst/rtp/gstrtpmpvdepay.h:
11731           Added RFC 2250 MPEG Video Depayloader.
11732
11733         * gst/rtp/gstrtpL16depay.h:
11734         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
11735         (gst_rtp_h263p_depay_process):
11736         Fix Header file. Small cleanups.
11737
11738         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
11739         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
11740         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
11741         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
11742         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
11743         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
11744         (gst_rtp_mp4v_depay_change_state):
11745         Remove usused code. Remove Adapter from state Change. Added debug.
11746
11747         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
11748         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
11749         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
11750         * gst/rtp/gstrtpmpadepay.h:
11751         Subclass base depayloader.
11752         Added debug.
11753         Support static payload type assignment as well.
11754
11755         * gst/rtp/gstrtpmpapay.c:
11756         Fix caps.
11757
11758 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11759
11760         Patch by: Vincent Torri  <vtorri at univ-evry fr>
11761
11762         * ext/jpeg/gstjpegdec.c:
11763         * ext/jpeg/gstjpegenc.c:
11764         * ext/jpeg/smokecodec.c:
11765           These libjpeg callbacks should return a 'boolean' (unsigned char
11766           apparently) and not a 'gboolean' (which maps to gint). Fixes
11767           warnings when compiling with MingW (#393427).
11768
11769         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
11770           Use ioctlsocket on win32.
11771
11772         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
11773           Some printf format fixes for win32.
11774
11775 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
11776
11777         * gst/cutter/gstcutter.c: (gst_cutter_chain):
11778           Use gst_guint64_to_gdouble for conversion.
11779         * win32/vs6/libgstmatroska.dsp:
11780           Add zlib to the link.
11781         * win32/vs6/libgstvideobox.dsp:
11782           Update liboil library name (project is linked to 
11783           liboil-0.3-0.lib now).
11784           
11785 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11786
11787         * gst/matroska/Makefile.am:
11788           If zlib is available and used, we must link it explicitly for
11789           things to work on MingW (fixes #392855).
11790
11791 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
11792
11793         * ext/esd/esdsink.c: (gst_esdsink_delay):
11794           Don't return bogus values when esd_get_delay() fails for some
11795           reason (#392189).
11796
11797 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
11798
11799         * sys/ximage/gstximagesrc.c: (composite_pixel):
11800           Fix presumably copy'n'pasto for 16bpp depth.
11801
11802 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
11803
11804         * gst/matroska/matroska-mux.c:
11805         (gst_matroska_mux_audio_pad_setcaps):
11806           The "signed" field in audio caps is of boolean type, trying to use
11807           gst_structure_get_int() to extract it will fail. Fixing this makes
11808           matroskamux accept raw audio input (#387121) (use at your own risk
11809           though, due to the matroska spec being not entirely useful in this
11810           respect).
11811           Also fix up raw audio structures in template caps so that they
11812           represent what our setcaps function will actually accept, so that
11813           converters know what to convert to.
11814           Finally, don't fail if there isn't an "endianness" field in 8-bit
11815           PCM caps.
11816
11817 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
11818
11819         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
11820         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
11821         * tests/check/elements/cmmldec.c: (setup_cmmldec),
11822         (teardown_cmmldec):
11823         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11824         (teardown_cmmlenc):
11825         * tests/check/elements/level.c: (setup_level), (cleanup_level):
11826           reapply consistent pad (de)activation
11827
11828 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
11829
11830         * configure.ac:
11831         Back to CVS
11832
11833         * gst-plugins-good.doap:
11834         Add 0.10.5 doap entry
11835
11836 === release 0.10.5 ===
11837
11838 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
11839
11840         * configure.ac:
11841           releasing 0.10.5, "The Path of Thorns"
11842
11843 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11844
11845         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
11846         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
11847         * tests/check/elements/cmmldec.c: (setup_cmmldec),
11848         (teardown_cmmldec):
11849         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11850         (teardown_cmmlenc):
11851         * tests/check/elements/level.c: (setup_level), (cleanup_level):
11852           revert my freeze breakage
11853
11854 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11855
11856         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
11857         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
11858         * tests/check/elements/cmmldec.c: (setup_cmmldec),
11859         (teardown_cmmldec):
11860         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11861         (teardown_cmmlenc):
11862         * tests/check/elements/level.c: (setup_level), (cleanup_level):
11863           consistent pad (de)activation
11864
11865 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
11866
11867         * configure.ac:
11868         * ext/Makefile.am:
11869         Disable LADPSA, as it has moved to the -bad module for the duration.
11870
11871 2006-12-18  Wim Taymans  <wim@fluendo.com>
11872
11873         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
11874         (gst_signal_processor_event):
11875         Reset flow_state back to _OK after a flush stop so that we exit our
11876         error state after the flush. Fixes #374213
11877
11878 2006-12-16  David Schleef  <ds@schleef.org>
11879
11880         * sys/osxvideo/osxvideosink.h:
11881         * sys/osxvideo/osxvideosink.m:
11882           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
11883
11884 2006-12-16  David Schleef  <ds@schleef.org>
11885
11886         Patch by: Vijay Santhanam <vijay santhanam gmail com>
11887
11888         * sys/osxvideo/Makefile.am:
11889         * sys/osxvideo/osxvideosink.h:
11890         * sys/osxvideo/osxvideosink.m:
11891           Preliminary patch for porting osxvideosink
11892
11893 2006-12-16  Wim Taymans  <wim@fluendo.com>
11894
11895         Patch by: Sjoerd Simons <sjoerd at luon dot net>
11896
11897         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
11898         (gst_videomixer_set_master_geometry),
11899         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
11900         (gst_videomixer_reset), (gst_videomixer_init),
11901         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
11902         (gst_videomixer_release_pad), (gst_videomixer_collected),
11903         (gst_videomixer_change_state):
11904         Introduce some locking around the videomixer state so that it does not
11905         crash when adding/removing pads. Fixes #383043.
11906
11907 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11908
11909         * configure.ac:
11910           Make sure libcaca can actually be used instead of just checking for
11911           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
11912           cross-compiling (fixes #384587).
11913
11914 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11915
11916         * Makefile.am:
11917         * gst-plugins-good.doap:
11918         * gst-plugins-good.spec.in:
11919           adding doap file
11920
11921 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
11922
11923         * configure.ac:
11924           libflac-1.1.3 changed API again, but we can't build against it yet,
11925           so make sure our check doesn't use libflac-1.1.3 and add a comment
11926           to this effect.
11927
11928 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
11929
11930         * gst/effectv/gstquark.c: (gst_quarktv_transform),
11931         (gst_quarktv_planetable_clear):
11932           Add some NULL pointer checks (possibly related to #385623).
11933
11934 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
11935
11936         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
11937         (gst_tag_demux_chain):
11938         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
11939           In streaming mode, if the first buffer we get doesn't have an
11940           offset, fix it up to be 0, otherwise trimming won't work later on
11941           and we'll be typefinding application/x-id3, which may result in
11942           decodebin plugging an endless number of id3demux elements as a
11943           consequence. Fixes #385031.
11944           
11945 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11946
11947         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
11948           Ignore the buffer_time the sound device reports. Turns out it is 
11949           sometimes completely bogus and we're better off without it.
11950
11951 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
11952
11953         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11954         (gst_matroska_demux_video_caps):
11955         * gst/matroska/matroska-ids.c:
11956         (gst_matroska_track_init_video_context):
11957         * gst/matroska/matroska-ids.h:
11958           Try harder to extract the framerate for video tracks correctly and
11959           save it directly instead of converting it back and forth a few
11960           times. Mostly makes a difference for very small framerates (<1).
11961           Fixes #380199.
11962
11963 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
11964
11965         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
11966         (gst_gconf_audio_src_dispose), (do_toggle_element):
11967         * ext/gconf/gstgconfaudiosrc.h:
11968           Remove gconf notify hook when the gconfaudiosrc element is
11969           destroyed, otherwise the callback may be called on an
11970           already-destroyed instance and bad things happen. Should fix
11971           #378184.
11972           Also ignore gconf key changes when the source is already running.
11973
11974 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11975
11976         Patch by: Sebastian Dröge  <mail at slomosnail de>
11977
11978         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
11979           We need to be able to read and parse any possible floating point string
11980           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
11981           will parse the former only in certain locales though, so we really need
11982           to canonicalise the separator to '.' and then use g_ascii_strtod() to
11983           make sure we can parse either version at all times.
11984           Fixes #382982 for real.
11985
11986 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11987
11988         * sys/sunaudio/gstsunaudiomixerctrl.c:
11989         * sys/sunaudio/gstsunaudiosrc.c:
11990
11991         Use the sunaudio debug category.
11992
11993         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
11994         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
11995         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
11996         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
11997         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
11998         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
11999         (gst_sunaudiosink_reset):
12000         * sys/sunaudio/gstsunaudiosink.h:
12001
12002         Uses the sunaudio debug category for all debug output
12003         Implements the _delay() callback to synchronise video playback better
12004         Change the segtotal and segsize values back to the parent class 
12005           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
12006           respectively)
12007         Measure the samples written to the device vs. played.
12008         Keep track of segments in the device by writing empty eof frames, and
12009         sleep using a GCond when we get too far ahead and risk overrunning the
12010         sink's ringbuffer.
12011
12012         Fixes: #360673
12013
12014 2006-12-08  Wim Taymans  <wim@fluendo.com>
12015
12016         Patch by: Sebastian Dröge  <mail at slomosnail de >
12017
12018         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
12019         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
12020         * gst/audiofx/audiopanorama.h:
12021         Fix audiopanorame with float samples. Fixes #383726.
12022
12023 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12024
12025         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
12026         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
12027         (gst_sunaudiosrc_reset):
12028
12029         Implement reset functions to unblock the src/sink more quickly on 
12030         state change requests.
12031         Patch by: Brian Cameron <brian dot cameron at sun com>
12032
12033 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12034
12035         * sys/sunaudio/gstsunaudiomixer.c:
12036         (gst_sunaudiomixer_change_state):
12037         Construct the correct mixer device name when the AUDIODEV env var
12038         is set.
12039
12040         Patch by: Jerry Tan <jerry.tan at sun dot com>
12041         Fixes: #383596
12042
12043 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12044
12045         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
12046         Apply patch to open the mixer control and set the MULTIPLE_OPEN
12047         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
12048         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
12049         Patch by: Jerry Tan <jerry.tan at sun dot com>
12050         Fixes: #349015
12051
12052 2006-12-07  Wim Taymans  <wim@fluendo.com>
12053
12054         * gst/smpte/gstmask.h:
12055         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
12056         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
12057         (gst_smpte_collected), (gst_smpte_set_property),
12058         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
12059         * gst/smpte/gstsmpte.h:
12060         Port to 0.10 some more. 
12061         Added duration property to specify the duration of the transition.
12062         Make framerate a fraction.
12063         Deprecate fps property, we only use negotiated fps.
12064         Added docs.
12065         Fix collectpad usage.
12066         Reset state in READY.
12067         Send NEWSEGMENT event.
12068         Fix racy updates of object properties.
12069         Added debug category.
12070         Fixes #383323.
12071
12072 2006-12-06  Wim Taymans  <wim@fluendo.com>
12073
12074         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12075
12076         * gst/videomixer/videomixer.c:
12077         (gst_videomixer_set_master_geometry),
12078         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
12079         Don't reset xpos and ypos in the setcaps function because causes
12080         unexpected behaviour.
12081         Fixes #382179.
12082
12083 2006-12-06  Wim Taymans  <wim@fluendo.com>
12084
12085         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
12086         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
12087         Keep track of the buffer timestamp in the collectdata member instead
12088         of modifying the buffer without making the metadata writable first.
12089         Fixes #382277.
12090
12091 2006-12-06  Wim Taymans  <wim@fluendo.com>
12092
12093         Patch by: Rob Taylor <robtaylor at floopily dot org>
12094
12095         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
12096         If using multicast in udpsrc, bind to the multicast address rather than
12097         IN_ADDR_ANY.
12098         This allows the simultanous use of multiple udpsrcs listening on
12099         different multicat addresses. Without this all udpsrcs will receive all
12100         packets from all subscribed multicast addresses.
12101         Fixes #383001.
12102
12103 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12104
12105         * ext/taglib/gstid3v2mux.cc:
12106         Don't attempt to write a NULL frame into the ID3 tag set when the 
12107         createFrame method returned NULL.
12108         Fixes: #381857
12109         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
12110
12111 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12112
12113         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12114         Use g_strtod() instead of sscanf to parse doubles, so that it will
12115         try parsing in the C locale if the current locale fails.
12116         Fixes: #382982
12117         Patch by: Sebastian Dröge  <mail at slomosnail de >
12118
12119 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
12120
12121         * win32/MANIFEST:
12122         Fix compilation on win32 under VS8
12123         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
12124         Partially fixes #381175
12125
12126 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12127
12128         * gst/avi/gstavimux.c:
12129           accept all mpegversions,fixes #380825
12130           spotted by: Jerome Alet  
12131
12132 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12133
12134         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12135         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
12136         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
12137         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
12138           cleanup the error message a bit more
12139
12140 2006-11-28  Wim Taymans  <wim@fluendo.com>
12141
12142         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
12143         Fix width and height properties.
12144
12145         * ext/libcaca/gstcacasink.h:
12146         Fix compilation on newer libcaca that require us to include a new
12147         header. Fixes #379918.
12148
12149 2006-11-28  Wim Taymans  <wim@fluendo.com>
12150
12151         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12152         * gst/rtsp/gstrtspsrc.h:
12153         * gst/rtsp/rtspext.h:
12154         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
12155         (rtsp_ext_wms_get_context):
12156         Add method so that extensions can choose to disable the setup of
12157         a stream.
12158         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
12159
12160 2006-11-27  Wim Taymans  <wim@fluendo.com>
12161
12162         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12163
12164         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12165         Push header in a separate buffer instead of memcpy:ing all data.
12166         Change LF => CRLF in headers.
12167         Move trailing LF to header. Fixes #379792.
12168
12169 2006-11-27  Wim Taymans  <wim@fluendo.com>
12170
12171         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
12172         Small buffer overflow fix and improve debugging.
12173
12174 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12175
12176         * ext/esd/esdmon.h:
12177         * ext/esd/esdsink.h:
12178           remove obsolete _factory_init protos
12179
12180 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12181
12182         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
12183         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
12184         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
12185         (gst_avi_demux_read_subindexes_push),
12186         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
12187         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
12188         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
12189         (gst_avi_demux_massage_index),
12190         (gst_avi_demux_calculate_durations_from_index),
12191         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
12192         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
12193         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
12194           remove dead code, tweak debugs statements, add comments, use
12195           _uint64_scale instead _uint64_scale_int when using guint64 values,
12196           small optimizations, reflow some error handling
12197
12198 2006-11-22  Edward Hervey  <edward@fluendo.com>
12199
12200         * po/.cvsignore:
12201         We never put .pot files in cvs. Let's ignore them all.
12202
12203 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12204
12205         * po/POTFILES.in:
12206           ... but better exclude files that aren't disted.
12207
12208 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12209
12210         * po/POTFILES.in:
12211           Add v4l2 source files to list of files with translations, so the
12212           strings are actually extracted (however bad they still may be).
12213
12214 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12215
12216         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12217           Minor clean-ups: const-ify static array, remove trailing comma from
12218           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
12219
12220 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
12221
12222         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12223         Make sure that g_free always gets called on the same pointer that was 
12224         returned by g_malloc.  Fixes #376594.
12225         Do not leak memory if decompressed size is wrong.
12226         Remove unneeded check of return value of g_malloc.
12227         Patch by: René Stadler <mail@renestadler.de>
12228
12229 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
12230
12231         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
12232           Add missing curly brackets.
12233
12234 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
12235
12236         * sys/v4l2/v4l2src_calls.c:
12237         Fix capture_deinit.
12238
12239 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12240
12241         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
12242         (gst_matroska_mux_request_new_pad):
12243           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
12244
12245         * tests/check/elements/matroskamux.c: (setup_src_pad),
12246         (setup_sink_pad), (GST_START_TEST):
12247         Activate pads before using them.
12248
12249 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12250
12251         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
12252           Initialise variable to get rid of bogus compiler warning.
12253
12254 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
12255
12256         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
12257
12258         * gst/rtp/gstrtph263pay.c:
12259         * gst/rtp/gstrtph263pdepay.c:
12260         * gst/rtp/gstrtph263ppay.c:
12261           Specify H.263 variant and version in the caps (fixes #361637)
12262
12263 2006-11-15  Wim Taymans  <wim@fluendo.com>
12264
12265         * gst/rtsp/rtspconnection.c: (read_body):
12266         Don't set a data pointer to NULL and a size > 0 when we deal
12267         with empty packets.
12268
12269         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
12270         (rtsp_message_init_response), (rtsp_message_init_data),
12271         (rtsp_message_unset), (rtsp_message_free),
12272         (rtsp_message_take_body):
12273         Check that we can't create invalid empty packets. 
12274
12275 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12276
12277         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12278
12279         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
12280         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
12281         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
12282         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
12283         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
12284         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
12285         * gst/matroska/matroska-mux.h:
12286           Add basic tag writing support; implement releasing pads (#374658).
12287
12288 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12289
12290         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12291         (gst_matroska_demux_audio_caps):
12292           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
12293
12294 2006-11-14  David Schleef  <ds@schleef.org>
12295
12296         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
12297
12298 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
12299
12300         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12301
12302         * win32/vs8/gst-plugins-good.sln:
12303         * win32/vs8/libgst1394.vcproj:
12304         * win32/vs8/libgstaasink.vcproj:
12305         * win32/vs8/libgstalaw.vcproj:
12306         * win32/vs8/libgstalpha.vcproj:
12307         * win32/vs8/libgstalphacolor.vcproj:
12308         * win32/vs8/libgstannodex.vcproj:
12309         * win32/vs8/libgstapetag.vcproj:
12310         * win32/vs8/libgstaudiofx.vcproj:
12311         * win32/vs8/libgstauparse.vcproj:
12312         * win32/vs8/libgstautodetect.vcproj:
12313         * win32/vs8/libgstavi.vcproj:
12314         * win32/vs8/libgstcacasink.vcproj:
12315         * win32/vs8/libgstcdio.vcproj:
12316         * win32/vs8/libgstcutter.vcproj:
12317         * win32/vs8/libgstdv.vcproj:
12318         * win32/vs8/libgsteffectv.vcproj:
12319         * win32/vs8/libgstflac.vcproj:
12320         * win32/vs8/libgstflxdec.vcproj:
12321         * win32/vs8/libgstgoom.vcproj:
12322         * win32/vs8/libgsticydemux.vcproj:
12323         * win32/vs8/libgstid3demux.vcproj:
12324         * win32/vs8/libgstjpeg.vcproj:
12325         * win32/vs8/libgstladspa.vcproj:
12326         * win32/vs8/libgstlevel.vcproj:
12327         * win32/vs8/libgstmatroska.vcproj:
12328         * win32/vs8/libgstmikmod.vcproj:
12329         * win32/vs8/libgstmng.vcproj:
12330         * win32/vs8/libgstmonoscope.vcproj:
12331         * win32/vs8/libgstmulaw.vcproj:
12332         * win32/vs8/libgstmultipart.vcproj:
12333         * win32/vs8/libgstpng.vcproj:
12334         * win32/vs8/libgstrtp.vcproj:
12335         * win32/vs8/libgstrtsp.vcproj:
12336         * win32/vs8/libgstshout2.vcproj:
12337         * win32/vs8/libgstsmpte.vcproj:
12338         * win32/vs8/libgstspeex.vcproj:
12339         * win32/vs8/libgsttaglib.vcproj:
12340         * win32/vs8/libgstudp.vcproj:
12341         * win32/vs8/libgstvideobalance.vcproj:
12342         * win32/vs8/libgstvideobox.vcproj:
12343         * win32/vs8/libgstvideoflip.vcproj:
12344         * win32/vs8/libgstvideomixer.vcproj:
12345         * win32/vs8/libgstwavenc.vcproj:
12346         * win32/vs8/libgstwavparse.vcproj:
12347           Make end-of-line returns unixy, so that when the files are checked
12348           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
12349           Hopefully fixes #366492.
12350
12351 2006-11-14  Wim Taymans  <wim@fluendo.com>
12352
12353         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12354         Disable init_frames delay timestamp adjustment, it does not
12355         seem to be needed at all. Fixes #369621.
12356
12357 2006-11-13  Wim Taymans  <wim@fluendo.com>
12358
12359         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12360
12361         * gst/videomixer/videomixer.c:
12362         (gst_videomixer_set_master_geometry),
12363         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
12364         (gst_videomixer_collect_free), (gst_videomixer_reset),
12365         (gst_videomixer_init), (gst_videomixer_finalize),
12366         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
12367         (gst_videomixer_collected), (gst_videomixer_change_state):
12368         Fix memleak by unref'ing collectpads instance (when finalizing)
12369         Implement releasing a request pad. Fixes #374479.
12370
12371 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
12372
12373         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12374
12375         * win32/vs8/gst-plugins-good.sln:
12376         * win32/vs8/libgst1394.vcproj:
12377         * win32/vs8/libgstaasink.vcproj:
12378         * win32/vs8/libgstalaw.vcproj:
12379         * win32/vs8/libgstalpha.vcproj:
12380         * win32/vs8/libgstalphacolor.vcproj:
12381         * win32/vs8/libgstannodex.vcproj:
12382         * win32/vs8/libgstapetag.vcproj:
12383         * win32/vs8/libgstaudiofx.vcproj:
12384         * win32/vs8/libgstauparse.vcproj:
12385         * win32/vs8/libgstautodetect.vcproj:
12386         * win32/vs8/libgstavi.vcproj:
12387         * win32/vs8/libgstcacasink.vcproj:
12388         * win32/vs8/libgstcdio.vcproj:
12389         * win32/vs8/libgstcutter.vcproj:
12390         * win32/vs8/libgstdv.vcproj:
12391         * win32/vs8/libgsteffectv.vcproj:
12392         * win32/vs8/libgstflac.vcproj:
12393         * win32/vs8/libgstflxdec.vcproj:
12394         * win32/vs8/libgstgoom.vcproj:
12395         * win32/vs8/libgsticydemux.vcproj:
12396         * win32/vs8/libgstid3demux.vcproj:
12397         * win32/vs8/libgstjpeg.vcproj:
12398         * win32/vs8/libgstladspa.vcproj:
12399         * win32/vs8/libgstlevel.vcproj:
12400         * win32/vs8/libgstmatroska.vcproj:
12401         * win32/vs8/libgstmikmod.vcproj:
12402         * win32/vs8/libgstmng.vcproj:
12403         * win32/vs8/libgstmonoscope.vcproj:
12404         * win32/vs8/libgstmulaw.vcproj:
12405         * win32/vs8/libgstmultipart.vcproj:
12406         * win32/vs8/libgstpng.vcproj:
12407         * win32/vs8/libgstrtp.vcproj:
12408         * win32/vs8/libgstrtsp.vcproj:
12409         * win32/vs8/libgstshout2.vcproj:
12410         * win32/vs8/libgstsmpte.vcproj:
12411         * win32/vs8/libgstspeex.vcproj:
12412         * win32/vs8/libgsttaglib.vcproj:
12413         * win32/vs8/libgstudp.vcproj:
12414         * win32/vs8/libgstvideobalance.vcproj:
12415         * win32/vs8/libgstvideobox.vcproj:
12416         * win32/vs8/libgstvideoflip.vcproj:
12417         * win32/vs8/libgstvideomixer.vcproj:
12418         * win32/vs8/libgstwavenc.vcproj:
12419         * win32/vs8/libgstwavparse.vcproj:
12420           Add VS8 project files (note that many of the plugins in ext are
12421           disabled by default). Fixes #366492.
12422
12423 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
12424
12425         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
12426           we do not translate debug messages
12427
12428 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
12429
12430         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
12431           fix categorisation, make short desc more explicit, remove unused code
12432           Fixes #372021
12433
12434 2006-11-08  Wim Taymans  <wim@fluendo.com>
12435
12436         * gst/rtp/gstrtpL16depay.c:
12437         * gst/rtp/gstrtpamrdepay.c:
12438         * gst/rtp/gstrtpamrpay.c:
12439         * gst/rtp/gstrtpgsmdepay.c:
12440         * gst/rtp/gstrtph263pay.c:
12441         * gst/rtp/gstrtph263pdepay.c:
12442         * gst/rtp/gstrtph263ppay.c:
12443         * gst/rtp/gstrtph264depay.c:
12444         * gst/rtp/gstrtpmp2tdepay.c:
12445         * gst/rtp/gstrtpmp4gdepay.c:
12446         * gst/rtp/gstrtpmp4gpay.c:
12447         * gst/rtp/gstrtpmp4vdepay.c:
12448         * gst/rtp/gstrtpmp4vpay.c:
12449         * gst/rtp/gstrtpmpadepay.c:
12450         * gst/rtp/gstrtpmpapay.c:
12451         * gst/rtp/gstrtppcmadepay.c:
12452         * gst/rtp/gstrtppcmapay.c:
12453         * gst/rtp/gstrtppcmudepay.c:
12454         * gst/rtp/gstrtppcmupay.c:
12455         * gst/rtp/gstrtpspeexdepay.c:
12456         * gst/rtp/gstrtpspeexpay.c:
12457         * gst/rtp/gstrtpsv3vdepay.c:
12458         Fix element descriptions.
12459
12460 2006-11-08  Wim Taymans  <wim@fluendo.com>
12461
12462         * gst/rtp/gstrtpvorbisdepay.c:
12463         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
12464         Fix description.
12465         Small cleanup in the payloader.
12466
12467 2006-11-08  Wim Taymans  <wim@fluendo.com>
12468
12469         * gst/rtp/Makefile.am:
12470         * gst/rtp/gstrtp.c: (plugin_init):
12471         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
12472         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
12473         (gst_rtp_theora_depay_finalize),
12474         (gst_rtp_theora_depay_parse_configuration),
12475         (gst_rtp_theora_depay_setcaps),
12476         (gst_rtp_theora_depay_switch_codebook),
12477         (gst_rtp_theora_depay_process),
12478         (gst_rtp_theora_depay_set_property),
12479         (gst_rtp_theora_depay_get_property),
12480         (gst_rtp_theora_depay_change_state),
12481         (gst_rtp_theora_depay_plugin_init):
12482         * gst/rtp/gstrtptheoradepay.h:
12483         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
12484         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
12485         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
12486         (gst_rtp_theora_pay_init_packet),
12487         (gst_rtp_theora_pay_flush_packet),
12488         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
12489         (gst_rtp_theora_pay_handle_buffer),
12490         (gst_rtp_theora_pay_plugin_init):
12491         * gst/rtp/gstrtptheorapay.h:
12492         Add theora pay/depayloaders.
12493
12494 2006-11-06  Wim Taymans  <wim@fluendo.com>
12495
12496         * gst/rtp/Makefile.am:
12497         We depend on gsttag to generate the vorbis comments.
12498
12499         * gst/rtp/gstrtpvorbisdepay.c:
12500         (gst_rtp_vorbis_depay_parse_configuration),
12501         (gst_rtp_vorbis_depay_setcaps),
12502         (gst_rtp_vorbis_depay_switch_codebook),
12503         (gst_rtp_vorbis_depay_process):
12504         * gst/rtp/gstrtpvorbisdepay.h:
12505         Parse configuration string in the depayloader.
12506         Implement selecting and switching to a new codebook.
12507         Receiving vorbis over RTP now works.
12508
12509         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
12510         (gst_rtp_vorbis_pay_init_packet),
12511         (gst_rtp_vorbis_pay_finish_headers),
12512         (gst_rtp_vorbis_pay_handle_buffer):
12513         * gst/rtp/gstrtpvorbispay.h:
12514         Set timestamps on outgoing buffers and RTP packets.
12515         Fix configuration string, prepend number of Packet headers.
12516         Fix encoding of ident string.
12517         Add delivery-method to caps.
12518         Streaming vorbis over RTP now works.
12519
12520 2006-11-06  Wim Taymans  <wim@fluendo.com>
12521
12522         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
12523         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
12524         (gst_rtp_vorbis_pay_handle_buffer):
12525         * gst/rtp/gstrtpvorbispay.h:
12526         Generate a valid configuration string in the caps based on the
12527         vorbis headers.
12528
12529 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
12530
12531         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
12532         * ext/cdio/gstcdio.h:
12533         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
12534           Move CD-TEXT utility function into common file so it can also be
12535           used by a future cdioparanoiasrc.
12536
12537 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
12538         
12539         * sys/v4l2/Makefile.am:
12540         * sys/v4l2/gstv4l2object.c:
12541         * sys/v4l2/gstv4l2src.c:
12542         * sys/v4l2/gstv4l2xoverlay.c:
12543         * sys/v4l2/v4l2_calls.c:
12544         * sys/v4l2/v4l2src_calls.c:
12545         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
12546         xoverlay code that is still not implemented.
12547
12548 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
12549
12550         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
12551           We require a -base more recent than 0.10.9, so it's safe to use
12552           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
12553
12554         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
12555         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
12556           Use _newsegment_full() now that we depend on a recent enough core.
12557
12558         * gst/wavparse/gstwavparse.c:
12559           Remove cruft that we don't need any longer now that we depend on
12560           a recent enough -base.
12561
12562 2006-10-31  Wim Taymans  <wim@fluendo.com>
12563
12564         * gst/rtp/Makefile.am:
12565         * gst/rtp/gstrtp.c: (plugin_init):
12566         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
12567         (gst_rtpilbcpay_setcaps):
12568         Fix and activate ILBC pay and depayloaders. Fixes #368162.
12569
12570 2006-10-31  Wim Taymans  <wim@fluendo.com>
12571
12572         * ext/speex/gstspeexdec.c: (speex_dec_convert),
12573         (speex_dec_sink_event), (speex_dec_chain_parse_header):
12574         Some small cleanups, use _scale.
12575
12576 2006-10-31  Wim Taymans  <wim@fluendo.com>
12577
12578         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12579         Use higher precision scale function.
12580
12581 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
12582
12583         Patch by: Michal Benes  <michal dot benes at itonis tv>
12584
12585         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
12586         (gst_matroska_demux_read_track_encodings),
12587         (gst_matroska_decode_buffer):
12588           Fix several issues with encoded/compressed/encrypted/signed tracks;
12589           also, remove superfluous newline characters from some debug
12590           statements. (#366155)
12591
12592 2006-10-30  Wim Taymans  <wim@fluendo.com>
12593
12594         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
12595         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
12596         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
12597         (gst_smokedec_change_state):
12598         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
12599         (gst_smokeenc_init), (gst_smokeenc_finalize),
12600         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
12601         (gst_smokeenc_resync), (gst_smokeenc_chain),
12602         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
12603         (gst_smokeenc_change_state):
12604         Various cleanups, capsnego and leak fixes.
12605
12606 2006-10-30  Wim Taymans  <wim@fluendo.com>
12607
12608         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12609
12610         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
12611         Fix videomixer so that it can handle any combination of framerates.
12612         Fixes #367221.
12613
12614 2006-10-28  Wim Taymans  <wim@fluendo.com>
12615
12616         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12617         (gst_avi_demux_parse_file_header),
12618         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
12619         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
12620         (gst_avi_demux_chain):
12621         Fix position query for audio. also fixes timestamps in streaming
12622         mode and bug #364958.
12623         Small cleanups.
12624
12625 2006-10-27  Wim Taymans  <wim@fluendo.com>
12626
12627         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
12628         * ext/libpng/gstpngenc.h:
12629         Fix strides. Fixes #364856.
12630         Cleanup capsnego.
12631         Set caps on outgoing buffers.
12632
12633 2006-10-18  Wim Taymans  <wim@fluendo.com>
12634
12635         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12636
12637         * gst/rtp/gstrtpgsmpay.c:
12638         * gst/rtp/gstrtph263pay.c:
12639         * gst/rtp/gstrtpmpapay.c:
12640         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
12641         (gst_rtp_pcma_pay_handle_buffer):
12642         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
12643         Add static payload numbers in addition to the dynamic ones.
12644         Fixes #361639.
12645
12646 2006-10-18  Wim Taymans  <wim@fluendo.com>
12647
12648         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
12649         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
12650         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
12651         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
12652         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
12653         * gst/rtsp/rtspdefs.h:
12654         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
12655         * gst/rtsp/rtspurl.h:
12656         Reuse already existing enum for lower transport.
12657         Add rtspt and rtspu protocols.
12658         Send redirect to rtspt when udp times out.
12659
12660 2006-10-18  Wim Taymans  <wim@fluendo.com>
12661
12662         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12663         (gst_wavparse_stream_data):
12664         Fix seeking some more, mostly for speed changes.
12665
12666 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12667
12668         Patch by: Fredrik Persson  <frepe at bredband net>
12669
12670         * sys/v4l2/gstv4l2tuner.c:
12671         * sys/v4l2/gstv4l2tuner.h:
12672           Fix _set_channel(): remove useless g_object_notify() for "channel"
12673           property that doesn't exist any longer and therefore now also
12674           useless redirect (#338818).
12675
12676 2006-10-17  Wim Taymans  <wim@fluendo.com>
12677
12678         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
12679         Some drivers do not support unsetting the non-blocking flag once the
12680         device is opened. In those cases, close/open the device in
12681         non-blocking mode. Fixes #362673.
12682
12683 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
12684
12685         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
12686         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
12687         (gst_v4l2src_get_fps):
12688           dear stefan, framespersecond is not frameperiod, reverting but adding
12689           comment
12690
12691 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
12692
12693         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
12694         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
12695         (gst_v4l2src_get_fps):
12696           Numerator is numerator and denominator is denominator. Say that aloud
12697           5 times and retry after next beer.
12698
12699 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
12700
12701         Patch by: Josep Torra Valles  <josep at fluendo com>
12702
12703         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
12704         * ext/esd/esdsink.c: (gst_esdsink_write):
12705         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
12706         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
12707         (gst_flac_dec_send_newsegment):
12708         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
12709         (gst_flac_enc_tell_callback):
12710         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
12711         (smokecodec_parse_header), (smokecodec_decode):
12712         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
12713         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
12714         * gst/goom/Makefile.am:
12715         * gst/goom/gstgoom.c:
12716         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
12717         * gst/rtsp/gstrtspsrc.c:
12718         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12719         * gst/udp/gstudpsink.c:
12720         * gst/udp/gstudpsrc.c:
12721         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
12722         * sys/sunaudio/gstsunaudiomixertrack.h:
12723           Fix a bunch of problems discovered by the Forte compiler, mostly type
12724           mixups and pointer arithmetics with void pointers. Fixes #362603.
12725
12726 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12727
12728         * ext/speex/gstspeex.c: (plugin_init):
12729         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
12730         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
12731         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
12732         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
12733         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
12734         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
12735         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
12736         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
12737         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
12738         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
12739         (gst_speex_enc_chain), (gst_speex_enc_get_property),
12740         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
12741         * ext/speex/gstspeexenc.h:
12742           Miscellaneous clean-ups, among other things: speexenc => enc to
12743           enhance code readability; change speexenc => speex_enc; in chain
12744           function unref input buffer in case of error; take reference in
12745           event function; use boilerplate macro; use gst_pad_query_peer_*
12746           convenience functions.
12747
12748 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12749
12750         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
12751         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
12752         (gst_speexenc_set_header_on_caps):
12753           Fix some mem leaks.
12754
12755 2006-10-11  Wim Taymans  <wim@fluendo.com>
12756
12757         * gst/rtsp/URLS:
12758         Added some other URL.
12759
12760         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
12761         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
12762         (gst_rtspsrc_open), (gst_rtspsrc_play),
12763         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12764         * gst/rtsp/gstrtspsrc.h:
12765         Work on fallback to TCP connection when the UDP socket times out.
12766         Handler server requests, just reply with OK for now.
12767
12768         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12769         * gst/rtsp/rtspdefs.h:
12770         Added some more Real extension headers.
12771
12772         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
12773         Fix parsing of urls with a ':' that is not part of the hostname:port
12774         part of the url.
12775
12776 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
12777
12778         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
12779         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
12780         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
12781           Activate pad before adding it to the already-running element.
12782
12783         * tests/check/elements/icydemux.c: (icydemux_found_pad):
12784           Activate newly-created pad too.
12785
12786 2006-10-11  Wim Taymans  <wim@fluendo.com>
12787
12788         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
12789
12790         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
12791         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
12792         (gst_udpsrc_start):
12793         Fix some leaks in caps and uris. Fixes #361252.
12794
12795 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
12796
12797         * gst/wavparse/Makefile.am:
12798           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
12799
12800 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
12801
12802         * sys/v4l2/gstv4l2xoverlay.c:
12803         * sys/v4l2/gstv4l2xoverlay.h:
12804         Fix build as per the patch in #338818 comment 36.
12805
12806 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
12807
12808         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
12809           Activate pads before adding them to the source.
12810
12811 2006-10-06  Wim Taymans  <wim@fluendo.com>
12812
12813         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
12814         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
12815         Activate pads before adding.
12816
12817 2006-10-06  Wim Taymans  <wim@fluendo.com>
12818
12819         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
12820         (gst_multipart_find_pad_by_mime):
12821         Activate pads before adding.
12822
12823         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
12824         BOILERPLATE sets parent_class for us.
12825
12826 2006-10-06  Wim Taymans  <wim@fluendo.com>
12827
12828         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
12829         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
12830         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
12831         (gst_rtspsrc_alloc_udp_ports),
12832         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
12833         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
12834         (gst_rtspsrc_create_transports_string),
12835         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
12836         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12837         * gst/rtsp/gstrtspsrc.h:
12838         Rework how the transport string is constructed, try to share channels
12839         and udp ports.
12840         Make most of the stuff less dependant on RTP as we are also going to use
12841         it for RDT.
12842         Add support for transport specific session managers.
12843
12844         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
12845         Implement _flush().
12846
12847         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12848         * gst/rtsp/rtspdefs.h:
12849         Add generic error return code.
12850
12851         * gst/rtsp/rtspext.h:
12852         Add support for pluggable tranport strings.
12853
12854         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
12855         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
12856         (rtsp_ext_wms_get_context):
12857         Detect WMServer and activate the extension.
12858
12859         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
12860         (rtsp_transport_get_manager), (rtsp_transport_parse):
12861         * gst/rtsp/rtsptransport.h:
12862         Added methods to get mime/manager for certain transports.
12863
12864 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
12865
12866         * ext/cairo/gsttimeoverlay.c:
12867         (gst_cairo_time_overlay_update_font_height):
12868         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
12869         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
12870         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
12871         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
12872         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12873         * ext/libpng/gstpngdec.c: (user_endrow_callback):
12874         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
12875         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
12876         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12877         (gst_avi_demux_stream_data):
12878         * gst/cutter/gstcutter.c: (gst_cutter_chain):
12879         * gst/debug/efence.c: (gst_efence_buffer_alloc),
12880         (gst_fenced_buffer_copy):
12881         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12882         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
12883         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
12884         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
12885         (gst_rtspsrc_handle_message):
12886         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12887         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
12888           Printf format fixes.
12889
12890 2006-10-04  Wim Taymans  <wim@fluendo.com>
12891
12892         * gst/rtsp/Makefile.am:
12893         Dist new .h file too.
12894
12895 2006-10-04  Wim Taymans  <wim@fluendo.com>
12896
12897         * gst/rtsp/Makefile.am:
12898         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
12899         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
12900         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
12901         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
12902         (gst_rtspsrc_parse_rtpmap),
12903         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
12904         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
12905         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
12906         * gst/rtsp/gstrtspsrc.h:
12907         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12908         * gst/rtsp/rtspdefs.h:
12909         * gst/rtsp/rtspext.h:
12910         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
12911         (rtsp_ext_wms_get_context):
12912         * gst/rtsp/rtspextwms.h:
12913         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
12914         (rtsp_transport_parse):
12915         * gst/rtsp/rtsptransport.h:
12916         Factor out extension in separate module.
12917         Fix getcaps to filter against the padtemplate.
12918         Use Content-Base if the server gives one.
12919         Rework the transport parsing a bit for future extensions.
12920         Added some Real Header field definitions.
12921
12922 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12923
12924         * docs/plugins/Makefile.am:
12925         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12926         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12927           added v4l2 stubs
12928         * gst-plugins-good.spec.in:
12929           add v4l2
12930
12931 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
12932
12933         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12934           Extract disc/album/medium number and count and try harder
12935           to extract track number/count.
12936
12937 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12938
12939         * configure.ac:
12940         * sys/Makefile.am:
12941           add build stuff for v4l2, needs --enable-experimental until
12942           the last bits are resolved
12943
12944 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12945
12946         * tests/check/Makefile.am:
12947           Disable autodetect test temporarily, so that the build bots
12948           update -bad and the ranks of unreliable video sinks in there.
12949
12950         * tests/check/elements/autodetect.c: (GST_START_TEST):
12951           Skip test if no usable videosink is found.
12952
12953 2006-09-29  Wim Taymans  <wim@fluendo.com>
12954
12955         * gst/rtsp/URLS:
12956         Add some more URLs.
12957
12958         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
12959         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
12960         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
12961         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
12962         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
12963         (gst_rtspsrc_loop), (gst_rtspsrc_send),
12964         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
12965         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
12966         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12967         * gst/rtsp/gstrtspsrc.h:
12968         Add timeout property to control UDP timeouts.
12969         Fix error messages.
12970         Also start a loop function when operating in UDP mode so that we can
12971         do some more stuff async.
12972         Handle element messages from udpsrc to detect timeouts. If a timeout
12973         happens we currently generate an error.
12974         API: rtspsrc::timeout property.
12975
12976         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
12977         (gst_udpsrc_create):
12978         Really implement the timeout in microseconds and not milliseconds.
12979
12980 2006-09-29  Wim Taymans  <wim@fluendo.com>
12981
12982         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12983         (gst_udpsrc_create), (gst_udpsrc_set_property),
12984         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
12985         * gst/udp/gstudpsrc.h:
12986         Added property to post a message on timeout.
12987         Updated docs.
12988         When restarting the select, initialize the fdsets again.
12989         Init control sockets so we don't accidentally close a random socket.
12990         API: GstUDPSrc::timeout property
12991
12992 2006-09-29  Wim Taymans  <wim@fluendo.com>
12993
12994         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
12995         Fix flag registration.
12996
12997         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12998         Reading 0 also means 'no more commands'
12999
13000 2006-09-29  Wim Taymans  <wim@fluendo.com>
13001
13002         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
13003
13004         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
13005         Fix possible infinite loop when shutting down, a read can also return
13006         0 to indicate no more messages are available. Fixes #358156.
13007
13008 2006-09-25  Wim Taymans  <wim@fluendo.com>
13009
13010         * gst/autodetect/gstautoaudiosink.c:
13011         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
13012         (gst_auto_audio_sink_find_best):
13013         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
13014         Small cleanups.
13015         don't try to set "sync" property when it is not available.
13016
13017 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13018
13019         Patch by: Peter Kjellerstedt  <pkj at axis com>
13020
13021         * gst/alpha/gstalpha.c:
13022         * gst/rtp/gstrtpamrdepay.c:
13023         * gst/rtsp/gstrtspsrc.c:
13024         * gst/udp/gstudpsrc.c:
13025         * gst/videomixer/videomixer.c:
13026           Include stdlib.h in some more places, makes things compile
13027           with uClibc and -Werror (#357592).
13028
13029 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13030
13031         * ext/jpeg/gstjpegdec.c:
13032           Set minimum height to 8 (from 16), our code should handle
13033           that fine. Some of the buttons on the apple trailer site
13034           are apparently only 15 pixels high (see #357470).
13035
13036 2006-09-23  Wim Taymans  <wim@fluendo.com>
13037
13038         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
13039         (gst_rtspsrc_open):
13040         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13041         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13042         (rtsp_connection_receive):
13043         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13044         * gst/rtsp/rtspdefs.h:
13045         Improve error reporting.
13046
13047 2006-09-23  Wim Taymans  <wim@fluendo.com>
13048
13049         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
13050         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
13051         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
13052         * gst/rtp/gstrtpdepay.c:
13053         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
13054         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
13055         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
13056         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
13057         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
13058         (gst_rtp_mp2t_depay_plugin_init):
13059         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
13060         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
13061         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
13062         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
13063         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
13064         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
13065         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
13066         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
13067         Fix klass typos.
13068         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
13069
13070 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13071
13072         * configure.ac:
13073           Need  -base CVS for gst_base_rtp_depayload_push_ts().
13074
13075 2006-09-22  Wim Taymans  <wim@fluendo.com>
13076
13077         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
13078         Don't check for a tag that is never there and check if we read the
13079         correct tag. Fixes seeking again.
13080         We must post an error when all pads are unlinked.
13081
13082 2006-09-22  Wim Taymans  <wim@fluendo.com>
13083
13084         * gst/rtp/Makefile.am:
13085         * gst/rtp/gstrtp.c: (plugin_init):
13086         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
13087         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13088         (gst_rtp_vorbis_pay_reset_packet),
13089         (gst_rtp_vorbis_pay_init_packet),
13090         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
13091         (gst_rtp_vorbis_pay_handle_buffer):
13092         More fixage, set endoder-params correctly in the payloader.
13093
13094 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13095
13096         * gst/autodetect/gstautoaudiosink.c:
13097         (gst_auto_audio_sink_base_init):
13098         * gst/autodetect/gstautovideosink.c:
13099         (gst_auto_video_sink_base_init):
13100           Make static pad templates static to appease valgrind's leak
13101           detector.
13102
13103         * tests/check/Makefile.am:
13104         * tests/check/elements/.cvsignore:
13105         * tests/check/elements/autodetect.c: (GST_START_TEST),
13106         (autodetect_suite):
13107           Add simple test for the ghostpad lockup on shutdown fixed in core
13108           CVS (audio bit disabled because it would need dozens of alsa
13109           suppressions and I'm too lazy to add those now).
13110
13111 2006-09-22  Wim Taymans  <wim@fluendo.com>
13112
13113         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
13114         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
13115         Small cleanups.
13116
13117         * gst/rtp/Makefile.am:
13118         * gst/rtp/gstrtp.c: (plugin_init):
13119         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
13120         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
13121         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
13122         (gst_rtp_vorbis_depay_process),
13123         (gst_rtp_vorbis_depay_set_property),
13124         (gst_rtp_vorbis_depay_get_property),
13125         (gst_rtp_vorbis_depay_change_state),
13126         (gst_rtp_vorbis_depay_plugin_init):
13127         * gst/rtp/gstrtpvorbisdepay.h:
13128         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
13129         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
13130         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
13131         (gst_rtp_vorbis_pay_flush_packet),
13132         (gst_rtp_vorbis_pay_append_buffer),
13133         (gst_rtp_vorbis_pay_handle_buffer),
13134         (gst_rtp_vorbis_pay_plugin_init):
13135         * gst/rtp/gstrtpvorbispay.h:
13136         Add experimental vorbis pay and depayloaders.
13137
13138 2006-09-21  Wim Taymans  <wim@fluendo.com>
13139
13140         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
13141         Fix profile-level-id parsing and setup.
13142
13143 2006-09-21  Wim Taymans  <wim@fluendo.com>
13144
13145         * gst/udp/README:
13146         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
13147         Update README, simple cleanup.
13148
13149 2006-09-21  Wim Taymans  <wim@fluendo.com>
13150
13151         * gst/rtp/README:
13152         Update README with some examples.
13153
13154         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
13155         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
13156         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
13157         (gst_rtp_mp4g_pay_setcaps):
13158         * gst/rtp/gstrtpmp4gpay.h:
13159         Make optional RTP parameters of type STRING, as required by the
13160         application/x-rtp caps specification.
13161
13162 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
13163
13164         * gst/rtp/gstrtph263pdepay.c:
13165         * gst/rtp/gstrtph263ppay.c:
13166         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
13167         RTP header.
13168
13169 2006-09-20  Wim Taymans  <wim@fluendo.com>
13170
13171         * gst/rtp/Makefile.am:
13172         And makefile too.
13173
13174 2006-09-20  Wim Taymans  <wim@fluendo.com>
13175
13176         * gst/rtp/gstrtp.c: (plugin_init):
13177         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
13178         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
13179         (decode_base64), (gst_rtp_asf_depay_setcaps),
13180         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
13181         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
13182         (gst_rtp_asf_depay_plugin_init):
13183         * gst/rtp/gstrtpasfdepay.h:
13184         Added preliminary ASF depayloader.
13185
13186         * gst/rtp/gstrtph264depay.c: (decode_base64):
13187         Fix base64 decoding.
13188
13189 2006-09-20  Wim Taymans  <wim@fluendo.com>
13190
13191         * gst/rtsp/URLS:
13192         Added some test URLS.
13193
13194         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
13195         (gst_rtspsrc_loop), (gst_rtspsrc_open):
13196         * gst/rtsp/gstrtspsrc.h:
13197         When creating streams, give access to the complete SDP.
13198         Fix some leaks.
13199         Collect and merge global stream properties in stream caps.
13200         Preliminary support for WMServer.
13201
13202         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13203         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13204         (rtsp_connection_receive):
13205         * gst/rtsp/rtspconnection.h:
13206         Make connection interruptable.
13207         Refactor to make it reconnectable.
13208         Don't fail on short reads when reading data packets.
13209
13210         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
13211         (rtsp_url_get_port):
13212         * gst/rtsp/rtspurl.h:
13213         Add methods for getting/setting the port.
13214
13215         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
13216         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
13217         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
13218         (sdp_media_get_format), (sdp_parse_line),
13219         (sdp_message_parse_buffer):
13220         Fix headers. 
13221         Add methods for getting multiple attributes with the same name.
13222         Increase buffer size when parsing.
13223         Fix parsing of a=foo fields.
13224
13225         * gst/rtsp/test.c: (main):
13226         Update to new connection API.
13227
13228         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
13229         (rtsp_message_init_response), (rtsp_message_init_data),
13230         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
13231         * gst/rtsp/rtspmessage.h:
13232         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
13233         * gst/rtsp/rtsptransport.h:
13234         * gst/rtsp/sdp.h:
13235         * gst/rtsp/sdpmessage.h:
13236         * gst/rtsp/gstrtsp.c:
13237         * gst/rtsp/gstrtsp.h:
13238         * gst/rtsp/gstrtpdec.c:
13239         * gst/rtsp/gstrtpdec.h:
13240         * gst/rtsp/rtsp.h:
13241         * gst/rtsp/rtspdefs.c:
13242         * gst/rtsp/rtspdefs.h:
13243         Dual licensed under MIT and LGPL now.
13244
13245 2006-09-19  Wim Taymans  <wim@fluendo.com>
13246
13247         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
13248         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
13249         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13250         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13251         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
13252         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13253         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
13254         * gst/rtsp/gstrtspsrc.h:
13255         Reorganize stream parsing and creation.
13256         Detect container formats in interleaved mode.
13257         Keep more state about the streams.
13258         Assume a server also supports PLAY if it does not say.
13259         Add unicast and interleaved properties to TCP transport requests to make
13260         some servers happy (WMServer).
13261
13262         * gst/rtsp/sdpmessage.h:
13263         Add some defines for the standard Bandwidth types.
13264
13265 2006-09-19  Wim Taymans  <wim@fluendo.com>
13266
13267         * gst/rtsp/test.c: (main):
13268         Fix build.
13269
13270 2006-09-19  Wim Taymans  <wim@fluendo.com>
13271
13272         * gst/wavparse/gstwavparse.c:
13273         Add ms-gsm to the src template.
13274
13275 2006-09-18  Wim Taymans  <wim@fluendo.com>
13276
13277         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13278         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
13279         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
13280         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
13281         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13282         * gst/rtsp/gstrtspsrc.h:
13283         Small cleanups, added documentation.
13284         Try to clean up the requests and responses.
13285         Refactor parsing the supported methods.
13286
13287         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
13288         (rtsp_connection_create), (rtsp_connection_send),
13289         (parse_response_status), (parse_request_line),
13290         (rtsp_connection_receive), (rtsp_connection_close),
13291         (rtsp_connection_free):
13292         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
13293         (rtsp_transport_init), (rtsp_transport_parse),
13294         (rtsp_transport_free):
13295         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13296         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
13297         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
13298         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
13299         Use g_return_val some more.
13300
13301         * gst/rtsp/rtspdefs.h:
13302         Add more enum values to track initial states.
13303
13304         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
13305         (rtsp_message_init_request), (rtsp_message_new_response),
13306         (rtsp_message_init_response), (rtsp_message_init_data),
13307         (rtsp_message_unset), (rtsp_message_free),
13308         (rtsp_message_add_header), (rtsp_message_remove_header),
13309         (rtsp_message_get_header), (rtsp_message_set_body),
13310         (rtsp_message_take_body), (rtsp_message_get_body),
13311         (rtsp_message_steal_body), (rtsp_message_dump):
13312         * gst/rtsp/rtspmessage.h:
13313         Reorder arguments, object goes as the first one.
13314         Use g_return_val some more.
13315
13316 2006-09-18  Wim Taymans  <wim@fluendo.com>
13317
13318         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
13319         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
13320         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
13321         * gst/rtsp/gstrtspsrc.h:
13322         Export sometimes source pad with correct caps on the template, create
13323         the ghostpad from the template.
13324         Remove RTCP template as we never expose RTCP.
13325         Protect against invalid body size.
13326         Avoid memcpy when creating the output buffer.
13327         Properly post an error and send EOS when the loop function is shut down.
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: (gst_rtspsrc_class_init),
13334         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
13335         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13336         * gst/rtsp/gstrtspsrc.h:
13337         Make sure we can never set an invalid location.
13338
13339         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
13340         * gst/rtsp/rtspmessage.h:
13341         Added _steal_body method for future use.
13342
13343         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
13344         Make freeing of NULL url return immediatly.
13345
13346 2006-09-18  Wim Taymans  <wim@fluendo.com>
13347
13348         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13349
13350         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
13351         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
13352         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
13353         (gst_rtspsrc_change_state):
13354         * gst/rtsp/gstrtspsrc.h:
13355         Use boilerplate.
13356         Make rtspsrc subclass GstBin to make state changes easier.
13357         Add Range header field on the PLAY request.
13358
13359 2006-09-18  Wim Taymans  <wim@fluendo.com>
13360
13361         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
13362
13363         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
13364         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13365         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
13366         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
13367         * gst/rtsp/rtspconnection.c: (inet_aton):
13368         Small cleanups.
13369         when multicast is selected as the transport, create UDP sources and
13370         connect to the multicast group.
13371         Move parsing and setting of caps to a common place.
13372         Fixes #349894.
13373
13374 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13375
13376         * ext/flac/gstflactag.c:
13377         * gst/alpha/gstalpha.c:
13378         * gst/debug/breakmydata.c:
13379         * gst/debug/negotiation.c:
13380         * gst/debug/testplugin.c:
13381         * gst/effectv/gstaging.c:
13382         * gst/effectv/gstdice.c:
13383         * gst/effectv/gstedge.c:
13384         * gst/effectv/gstquark.c:
13385         * gst/effectv/gstrev.c:
13386         * gst/effectv/gstshagadelic.c:
13387         * gst/effectv/gstvertigo.c:
13388         * gst/effectv/gstwarp.c:
13389         * gst/multipart/multipartdemux.c:
13390         * gst/multipart/multipartmux.c:
13391         * gst/videobox/gstvideobox.c:
13392         * gst/videofilter/gstgamma.c:
13393         * gst/videofilter/gstvideotemplate.c:
13394         * gst/videomixer/videomixer.c:
13395         * sys/sunaudio/gstsunaudiosrc.h:
13396         More G_OBJECT macro fixing.
13397
13398 2006-09-16  Wim Taymans  <wim@fluendo.com>
13399
13400         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
13401
13402         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
13403         Correctly set the dwLength in strh.
13404         With this patch, the file duration is now displayed correctly in window
13405         media player and the AVI plays completely. Fixes #356147
13406
13407 2006-09-15  Wim Taymans  <wim@fluendo.com>
13408
13409         Patch by: Darren Kenny <darren dot kenny at sun dot com>
13410
13411         * sys/sunaudio/gstsunaudiomixerctrl.c:
13412         (gst_sunaudiomixer_ctrl_build_list):
13413         Set the output track as the MASTER so that the gnome-settings-daemon
13414         keybindings for changing the volume using the keyboard works.
13415         Fixes #356142.
13416
13417 2006-09-15  Wim Taymans  <wim@fluendo.com>
13418
13419         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13420         Fix documentation, it is not possible to control the framerate of jpegdec
13421         using filtered caps yet. Fixes #355210.
13422         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
13423         stop when there is an error.
13424
13425 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13426
13427         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
13428         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
13429           Don't interpret a first buffer with an offset of NONE as
13430           'from the middle of the stream', but only a first buffer
13431           that has a valid buffer offset that's non-zero (see #345449).
13432
13433 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13434
13435         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
13436         (gst_icydemux_typefind_or_forward):
13437         * gst/icydemux/gsticydemux.h:
13438           When we merge/collect multiple incoming buffers for typefinding
13439           purposes, keep an initial 0 offset on the first outgoing buffer
13440           as well (otherwise id3demux won't work right). Fixes #345449.
13441           Also Make buffer metadata writable before setting buffer caps.
13442
13443         * tests/check/elements/icydemux.c: (typefind_succeed),
13444         (cleanup_icydemux), (push_data), (GST_START_TEST),
13445         (icydemux_suite):
13446           Small test case for the above.
13447
13448 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
13449
13450         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
13451         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
13452         (gst_avi_demux_stream_header_push),
13453         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13454         (gst_avi_demux_loop):
13455           More code reuse and better logging in _peek_chunk(). Reintroduce check
13456           for chunk sizes before reading them (avoid oom). Better handling for 
13457           invalid chunksizes when streaming.
13458
13459 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
13460
13461         * gst/level/gstlevel.c: (gst_level_set_property):
13462         * gst/level/gstlevel.h:
13463           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
13464           René Stadler
13465
13466 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
13467
13468         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
13469         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
13470         (gst_avi_demux_stream_data):
13471           Revert one change to fix streaming avi (adapter size != data size).
13472
13473 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13474
13475         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
13476
13477         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
13478         (gst_matroska_demux_reset),
13479         (gst_matroska_demux_read_track_encodings),
13480         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
13481         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13482         (gst_matroska_demux_subtitle_caps):
13483         * gst/matroska/matroska-ids.h:
13484           Add support for VOBSUB subtitle tracks and zlib-compressed
13485           tracks. Make sure we start on a keyframe after a seek. (#343348)
13486
13487 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13488
13489         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
13490         (gst_matroska_demux_push_flac_codec_priv_data),
13491         (gst_matroska_demux_push_xiph_codec_priv_data),
13492         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13493         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
13494         * gst/matroska/matroska-ids.h:
13495           Add basic FLAC support (#311586), not perfect yet though, needs some
13496           tweaking in flacdec; also, seeking could be better.
13497           Do better bounds checking when deserialising vorbis stream headers
13498           to make sure we don't read beyond the end of the buffer on bad input.
13499
13500 2006-09-04  Wim Taymans  <wim@fluendo.com>
13501
13502         Patch by: Alessandro Decina <alessandro at nnva dot org>
13503
13504         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
13505         Seeking back in a file containing a CMML stream errors out if the seek
13506         goes back up to the CMML headers. This is because after the seek the xml
13507         processing instruction <?xml ...?> is submitted to the xml parser again, 
13508         which results in an error. The attached patch fixes the problem. 
13509         Fixes #353908.
13510
13511         * ext/annodex/gstcmmlenc.h:
13512         Fix authors name.
13513
13514
13515 2006-08-28  Andy Wingo  <wingo@pobox.com>
13516
13517         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
13518         New helper function to lessen the ifdefs.
13519         (GST_INFO_OBJECT): 
13520         (gst_dv1394src_iso_receive): Use it.
13521         (gst_dv1394src_create): Also use the control sockets in iec61883
13522         mode.
13523         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
13524         handle for AVC operations; fixes #348233.
13525
13526 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
13527
13528         * configure.ac:
13529         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13530         * docs/plugins/inspect/plugin-audiofx.xml:
13531         * docs/plugins/inspect/plugin-audiofxgood.xml:
13532         * gst/audiofx/Makefile.am:
13533         * gst/audiofx/audiofx.c:
13534         * gst/audiofxgood/.cvsignore:
13535         * gst/audiofxgood/Makefile.am:
13536         * gst/audiofxgood/audiofx.c:
13537         * gst/audiofxgood/audiopanorama.c:
13538         * gst/audiofxgood/audiopanorama.h:
13539           Rename again (audiofxgood -> audiofx).
13540
13541 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
13542
13543         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
13544         (gst_avi_demux_stream_scan):
13545           Initialze variables.
13546
13547 2006-08-25  Wim Taymans  <wim@fluendo.com>
13548
13549         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
13550         (gst_avi_demux_init), (gst_avi_demux_finalize),
13551         (gst_avi_demux_reset), (gst_avi_demux_index_last),
13552         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
13553         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
13554         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
13555         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13556         (gst_avi_demux_massage_index),
13557         (gst_avi_demux_calculate_durations_from_index),
13558         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
13559         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
13560         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
13561         (gst_avi_demux_change_state):
13562         * gst/avi/gstavidemux.h:
13563         More attempts to turn this into readable code.
13564         Don't leak adapters.
13565         Calculate duration according to index more efficiently.
13566         Don't try to act like we drive the pipeline in chain mode.
13567
13568 2006-08-25  Wim Taymans  <wim@fluendo.com>
13569
13570         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
13571         Fix build.
13572
13573 2006-08-25  Wim Taymans  <wim@fluendo.com>
13574
13575         Patch by: Alessandro Decina <alessandro at nnva dot org>
13576
13577         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
13578         Do some extra sanity checks.
13579         Fixes #350340.
13580
13581         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
13582         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
13583         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
13584         Check if clip->start_time is valid before adding the clip to the
13585         track list.
13586         Reset enc->preamble going from PAUSED to READY.
13587         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
13588         only used for EOS.
13589         Only post an error message if we were the one that created the fatal
13590         GstFlowReturn value.
13591
13592         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
13593         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
13594         Parse the seconds field of the npt-sec time format using %llu rather than
13595         %d and check that the value scaled by GST_SECOND doesn't overflow.
13596         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
13597         Lookup a clip's track with clip->track rather than clip->id which
13598         makes no sense.
13599         Identify a clip by its track and start time and not its xml id.
13600         do some more input checking and make sure we don't do undefined shifts.
13601
13602         * tests/check/elements/cmmldec.c: (setup_cmmldec),
13603         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
13604         (cmml_tag_message_pop), (check_headers), (push_clip_full),
13605         (push_clip), (push_empty_clip), (check_output_clip),
13606         (GST_START_TEST), (cmmldec_suite):
13607         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
13608         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
13609         (check_headers), (push_clip), (check_clip_times), (check_clip),
13610         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
13611         Added some more checks.
13612
13613 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13614
13615         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
13616         (gst_audio_panorama_set_property),
13617         (gst_audio_panorama_get_property),
13618         (gst_audio_panorama_transform_m2s_int),
13619         (gst_audio_panorama_transform_s2s_int),
13620         (gst_audio_panorama_transform_m2s_float),
13621         (gst_audio_panorama_transform_s2s_float):
13622         * gst/audiofxgood/audiopanorama.h:
13623         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
13624           Make also the pan-property float (saves scaling and yields better
13625           resolution)
13626
13627 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13628
13629         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
13630         (gst_audio_panorama_transform_m2s_float),
13631         (gst_audio_panorama_transform_s2s_float):
13632           ChangeLog surgery to add cymax's real name
13633
13634
13635 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13636
13637         Patch by: René Stadler <mail@renestadler.de>
13638
13639         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
13640         (gst_audio_panorama_transform_m2s_int),
13641         (gst_audio_panorama_transform_s2s_int),
13642         (gst_audio_panorama_transform_m2s_float),
13643         (gst_audio_panorama_transform_s2s_float),
13644         (gst_audio_panorama_transform):
13645         * gst/audiofxgood/audiopanorama.h:
13646           Added float support
13647
13648 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13649
13650         * gst/audiofxgood/audiopanorama.c:
13651         (gst_audio_panorama_transform_m2s):
13652           Fix docs & debug category. Add Fixme for volume pan levels.
13653
13654 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13655
13656         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
13657         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
13658         (gst_avi_demux_stream_header_pull),
13659         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13660         (gst_avi_demux_chain):
13661           unbreak AVI index handling, some more debug, remove an obsolete
13662           adapter_flush that caused streaming to wander off in the wild
13663
13664 2006-08-24  Wim Taymans  <wim@fluendo.com>
13665
13666         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13667         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
13668         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
13669         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
13670         (gst_avi_demux_calculate_durations_from_index),
13671         (gst_avi_demux_stream_header_push),
13672         (gst_avi_demux_stream_header_pull):
13673         * gst/avi/gstavidemux.h:
13674         Some more cleanups. 
13675         Fix totalFrames parsing in ODML.
13676         Disable use of index for length calculation in case of ODML as this is
13677         broken now.
13678
13679 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
13680
13681         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
13682           Use libgsttag helper function here too.
13683
13684 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13685
13686         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
13687         (gst_avi_demux_init), (gst_avi_demux_dispose),
13688         (gst_avi_demux_reset), (gst_avi_demux_index_next),
13689         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
13690         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
13691         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
13692         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
13693         (gst_avi_demux_parse_subindex),
13694         (gst_avi_demux_read_subindexes_push),
13695         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
13696         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
13697         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
13698         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
13699         (gst_avi_demux_stream_header_pull),
13700         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13701         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
13702         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
13703         (gst_avi_demux_change_state):
13704         * gst/avi/gstavidemux.h:
13705           Initial streaming support for avidemux (fixes #336465)
13706
13707 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13708
13709         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13710           There is no taglibmux element ...
13711
13712         * gst/rtsp/gstrtspsrc.c:
13713           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
13714           was complaining about unknown entity here.
13715
13716 2006-08-22  Wim Taymans  <wim@fluendo.com>
13717
13718         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
13719         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
13720         (gst_avi_demux_process_next_entry):
13721         * gst/avi/gstavidemux.h:
13722         Mark DISCONT.
13723         Remove old unused fields and reorder the struct a bit.
13724
13725 2006-08-22  Wim Taymans  <wim@fluendo.com>
13726
13727         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13728         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
13729         (gst_rtspsrc_pause):
13730         * gst/rtsp/gstrtspsrc.h:
13731         * sys/oss/gstosssink.c: (gst_oss_sink_open),
13732         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
13733         Small documentation updates.
13734
13735 2006-08-22  Wim Taymans  <wim@fluendo.com>
13736
13737         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13738         (gst_avi_demux_index_entry_for_time),
13739         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
13740         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
13741         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
13742         (gst_avi_demux_next_data_buffer),
13743         (gst_avi_demux_calculate_durations_from_index),
13744         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
13745         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
13746         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
13747         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
13748         * gst/avi/gstavidemux.h:
13749         Precalc most of the duration query for each stream.
13750         Make seeking more correct.
13751         Use GstSegment to track position and duration.
13752         Code cleanups and leak fixes.
13753         Calculate correct total duration based on index length.
13754
13755 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
13756
13757         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
13758         (parse_insert_string_field):
13759           If strings in text fields are marked ISO8859-1, but contain
13760           valid UTF-8 already, then handle them as UTF-8 and ignore
13761           the encoding. (#351794)
13762
13763 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13764
13765         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
13766         (gst_flac_dec_write), (gst_flac_dec_loop),
13767         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
13768         (gst_flac_dec_src_query):
13769         * ext/flac/gstflacdec.h:
13770           Make flac-in-ogg work (#352100).
13771
13772 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13773
13774         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
13775           Don't unref buffers of which we've already given away
13776           ownership to the adapter.
13777
13778 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13779
13780         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
13781           Make metadata extraction actually work.
13782
13783         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
13784         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
13785         (gst_speexenc_chain):
13786           Fix metadata writing: replace old code which wrote completely
13787           broken tags with libgsttag-based code. Plus miscellaneous
13788           code cleanups (use static pad templates etc.) and a bunch
13789           of leak fixes.
13790
13791 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13792
13793         * gst/audiopanorama/.cvsignore:
13794         * gst/audiopanorama/Makefile.am:
13795         * gst/audiopanorama/audiofx.c:
13796         * gst/audiopanorama/audiopanorama.c:
13797         * gst/audiopanorama/audiopanorama.h:
13798           die! die! die! you should never have been there
13799
13800 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13801
13802         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
13803         Fix invalid memory access in audiopanorama test suite.
13804
13805 2006-08-21  Edward Hervey  <edward@fluendo.com>
13806
13807         * tests/check/elements/.cvsignore:
13808         ignore built file
13809
13810 2006-08-21  Wim Taymans  <wim@fluendo.com>
13811
13812         * gst/rtp/Makefile.am:
13813         Fix the build again.
13814
13815 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13816
13817         * gst/audiofxgood/.cvsignore:
13818         * gst/audiofxgood/Makefile.am:
13819         * gst/audiofxgood/audiofx.c: (plugin_init):
13820         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
13821         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
13822         (gst_audio_panorama_set_property),
13823         (gst_audio_panorama_get_property),
13824         (gst_audio_panorama_get_unit_size),
13825         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
13826         (gst_audio_panorama_transform_m2s),
13827         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
13828         * gst/audiofxgood/audiopanorama.h:
13829           resubmit with the desired name *again*
13830
13831 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13832
13833         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
13834         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
13835           use g_assert in _get_unit_size
13836
13837 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13838
13839         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13840         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13841         * docs/plugins/inspect/plugin-audiofxgood.xml:
13842           cleanup -unused.txt to make it useful, add previously missing docs
13843
13844         * ext/Makefile.am:
13845           Quietly (accidentally) enable LADSPA for building by default, 
13846           despite the fact that it doesn't meet the plugin checklist.
13847             -- Added by Jan Schmidt 18 Dec 2006
13848
13849         * ext/esd/esdmon.c:
13850         * ext/esd/esdsink.c:
13851         * ext/esd/gstesd.c: (plugin_init):
13852           reflow to get rid of two external symbols
13853
13854         * gst/audiofxgood/audiofx.c: (plugin_init):
13855           re-add
13856
13857 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13858
13859         * configure.ac:
13860         * gst/audiofxgood/.cvsignore:
13861         * gst/audiofxgood/Makefile.am:
13862         * gst/audiofxgood/audiofx.c
13863         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
13864         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
13865         (gst_audio_panorama_set_property),
13866         (gst_audio_panorama_get_property),
13867         (gst_audio_panorama_get_unit_size),
13868         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
13869         (gst_audio_panorama_transform_m2s),
13870         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
13871         * gst/audiofxgood/audiopanorama.h:
13872         * tests/check/Makefile.am:
13873         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
13874         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
13875         (panorama_suite), (main):
13876         Add audiofxgood plugin with audiopanorama element
13877
13878 2006-08-18  Wim Taymans  <wim@fluendo.com>
13879
13880         * docs/plugins/Makefile.am:
13881         More Oss docs fixage. 
13882
13883 2006-08-18  Wim Taymans  <wim@fluendo.com>
13884
13885         * gst/rtp/Makefile.am:
13886         * gst/rtp/gstrtp.c: (plugin_init):
13887         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
13888         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
13889         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
13890         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
13891         (gst_rtp_sv3v_depay_get_property),
13892         (gst_rtp_sv3v_depay_change_state),
13893         (gst_rtp_sv3v_depay_plugin_init):
13894         * gst/rtp/gstrtpsv3vdepay.h:
13895         Added experimental SVQ3 depayloader.
13896
13897 2006-08-18  Edward Hervey  <edward@fluendo.com>
13898
13899         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
13900         (gst_dvdemux_loop), (gst_dvdemux_change_state):
13901         * ext/dv/gstdvdemux.h:
13902         When handling seek requests, don't send the newsegment event from the
13903         calling thread. Instead save it so it can be sent from the streaming
13904         thread.
13905
13906 2006-08-17  Wim Taymans  <wim@fluendo.com>
13907
13908         Patch by: Sjoerd Simons <sjoerd at luon dot net>
13909
13910         * gst/multipart/multipartdemux.c: (multipart_parse_header):
13911         Accept leading whitespace before the boundary
13912         This patch makes the demuxer allow some whitespace before the actual
13913         boundary. This makes the demuxer work with the ``old'' gstreamer
13914         multipartmuxer again (which placed an extra \n before the start
13915         of the stream) Fixes #349068.
13916
13917 2006-08-17  Wim Taymans  <wim@fluendo.com>
13918
13919         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
13920         Error out on non-implemented stuff.
13921
13922 2006-08-16  Wim Taymans  <wim@fluendo.com>
13923
13924         Patch by: Andy Wingo <wingo at pobox dot com>
13925
13926         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
13927         (gst_signal_processor_start), (gst_signal_processor_stop),
13928         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
13929         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
13930         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
13931         (gst_signal_processor_change_state):
13932         Make ladspa elements reusable. Fixes #350006.
13933
13934 2006-08-16  Wim Taymans  <wim@fluendo.com>
13935
13936         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
13937         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
13938         names as possible. Fixes #349901.
13939
13940 2006-08-16  Wim Taymans  <wim@fluendo.com>
13941
13942         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
13943         (gst_signal_processor_do_pushes):
13944         A push() gives away our refcount so we should not use the buffer on the
13945         pen anymore.
13946
13947 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13948
13949         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13950         (gst_oss_mixer_element_finalize):
13951           Don't leak device string.
13952
13953 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13954
13955         * configure.ac:
13956           Require CVS of GStreamer core and -base (for
13957           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
13958
13959         * ext/taglib/gstid3v2mux.cc:
13960           Write extended comment tags properly (#348762).
13961
13962         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13963         (parse_comment_frame):
13964           Extract COMM frames into extended comments, which makes it
13965           easier to properly retain the description bit of the tag
13966           and maintain this information when re-tagging (#348762).
13967
13968 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13969
13970         * tests/check/Makefile.am:
13971           Don't try to run annodex unit tests if the annodex
13972           plugin has not been built (Fixes #351116).
13973
13974 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13975
13976         * gst/autodetect/gstautoaudiosink.c:
13977         (gst_auto_audio_sink_find_best):
13978           When we can't find a usable audiosink, don't error out,
13979           but use a fake sink instead and post a warning message
13980           on the bus (#341278).
13981
13982 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13983
13984         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
13985         * sys/oss/gstosssink.c:
13986         * sys/oss/gstosssrc.c:
13987           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
13988           ossmixer's new device property.
13989
13990         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13991         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13992           Add docs for OSS elements.
13993
13994         * docs/plugins/inspect/plugin-aasink.xml:
13995         * docs/plugins/inspect/plugin-alaw.xml:
13996         * docs/plugins/inspect/plugin-alpha.xml:
13997         * docs/plugins/inspect/plugin-alphacolor.xml:
13998         * docs/plugins/inspect/plugin-annodex.xml:
13999         * docs/plugins/inspect/plugin-apetag.xml:
14000         * docs/plugins/inspect/plugin-auparse.xml:
14001         * docs/plugins/inspect/plugin-autodetect.xml:
14002         * docs/plugins/inspect/plugin-avi.xml:
14003         * docs/plugins/inspect/plugin-cacasink.xml:
14004         * docs/plugins/inspect/plugin-cairo.xml:
14005         * docs/plugins/inspect/plugin-cdio.xml:
14006         * docs/plugins/inspect/plugin-cutter.xml:
14007         * docs/plugins/inspect/plugin-debug.xml:
14008         * docs/plugins/inspect/plugin-dv.xml:
14009         * docs/plugins/inspect/plugin-efence.xml:
14010         * docs/plugins/inspect/plugin-effectv.xml:
14011         * docs/plugins/inspect/plugin-esdsink.xml:
14012         * docs/plugins/inspect/plugin-flac.xml:
14013         * docs/plugins/inspect/plugin-flxdec.xml:
14014         * docs/plugins/inspect/plugin-gconfelements.xml:
14015         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14016         * docs/plugins/inspect/plugin-goom.xml:
14017         * docs/plugins/inspect/plugin-halelements.xml:
14018         * docs/plugins/inspect/plugin-icydemux.xml:
14019         * docs/plugins/inspect/plugin-id3demux.xml:
14020         * docs/plugins/inspect/plugin-jpeg.xml:
14021         * docs/plugins/inspect/plugin-level.xml:
14022         * docs/plugins/inspect/plugin-matroska.xml:
14023         * docs/plugins/inspect/plugin-mulaw.xml:
14024         * docs/plugins/inspect/plugin-multipart.xml:
14025         * docs/plugins/inspect/plugin-navigationtest.xml:
14026         * docs/plugins/inspect/plugin-ossaudio.xml:
14027         * docs/plugins/inspect/plugin-png.xml:
14028         * docs/plugins/inspect/plugin-rtp.xml:
14029         * docs/plugins/inspect/plugin-rtsp.xml:
14030         * docs/plugins/inspect/plugin-shout2send.xml:
14031         * docs/plugins/inspect/plugin-smpte.xml:
14032         * docs/plugins/inspect/plugin-speex.xml:
14033         * docs/plugins/inspect/plugin-taglib.xml:
14034         * docs/plugins/inspect/plugin-udp.xml:
14035         * docs/plugins/inspect/plugin-videobalance.xml:
14036         * docs/plugins/inspect/plugin-videobox.xml:
14037         * docs/plugins/inspect/plugin-videoflip.xml:
14038         * docs/plugins/inspect/plugin-videomixer.xml:
14039         * docs/plugins/inspect/plugin-wavenc.xml:
14040         * docs/plugins/inspect/plugin-wavparse.xml:
14041         * docs/plugins/inspect/plugin-ximagesrc.xml:
14042           Update to CVS version.
14043           
14044 2006-08-16  Wim Taymans  <wim@fluendo.com>
14045
14046         * gst/rtp/gstrtpamrdepay.c:
14047         * gst/rtp/gstrtpmp4gdepay.c:
14048         Caps extra properties must be defined as strings for
14049         depayloaders because they are generated from an SDP.
14050
14051         * gst/rtp/Makefile.am:
14052         * gst/rtp/gstrtp.c: (plugin_init):
14053         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
14054         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
14055         (gst_rtp_h264_depay_finalize), (decode_base64),
14056         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
14057         (gst_rtp_h264_depay_set_property),
14058         (gst_rtp_h264_depay_get_property),
14059         (gst_rtp_h264_depay_change_state),
14060         (gst_rtp_h264_depay_plugin_init):
14061         * gst/rtp/gstrtph264depay.h:
14062         Added basic, not completely functional RFC 3984 H264 depayloader.
14063
14064 2006-08-16  Wim Taymans  <wim@fluendo.com>
14065
14066         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
14067         Add pads after setting them up.
14068
14069         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
14070         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
14071         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
14072         (gst_rtspsrc_stream_setup_rtp),
14073         (gst_rtspsrc_stream_configure_transport),
14074         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
14075         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
14076         (gst_rtspsrc_pause):
14077         * gst/rtsp/gstrtspsrc.h:
14078         Fix interleaved mode.
14079          - Protect streaming with lock.
14080          - Combine flows
14081          - set caps on outgoing buffers.
14082          - strip trailing \0 from data packets.
14083          - Configure RTP/RTCP in stream.
14084         Use DEBUG_OBJECT more.
14085
14086 2006-08-16  Wim Taymans  <wim@fluendo.com>
14087
14088         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
14089         Turn a g_print into a DEBUG line.
14090
14091 2006-08-13  Wim Taymans  <wim@fluendo.com>
14092
14093         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
14094         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14095         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
14096         (gst_oss_mixer_element_get_property),
14097         (gst_oss_mixer_element_change_state):
14098         * sys/oss/gstossmixerelement.h:
14099         Small cleanups. Better error reporting.
14100         Add device property for the mixer instead of the hardcoded
14101         /dev/mixer. Fixes #350785.
14102         API: GstOssMixerElement::device property
14103
14104 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
14105
14106         Patch by: Jens Granseuer <jensgr at gmx net>
14107
14108         * gconf/Makefile.am:
14109           Make --disable-schemas work right (they still need
14110           to be copied to the installation directory, just not
14111           applied). Fixes #351347 (also #344100).
14112           
14113 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14114
14115         * configure.ac: back to HEAD
14116
14117 === release 0.10.4 ===
14118
14119 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
14120
14121         * configure.ac:
14122           releasing 0.10.4, "Dear Leader"
14123
14124 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14125
14126         Patch by: Edward Hervey <edward@fluendo.com>
14127
14128         * configure.ac:
14129         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
14130         (gst_wavparse_stream_data):
14131         Send the newsegment event in the streaming thread.
14132         Fixes #347529
14133
14134 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
14135
14136         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
14137         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14138         (gst_smokeenc_resync), (gst_smokeenc_chain):
14139           Refuse sink caps in the encoder if width or height is not a
14140           multiple of 16, the encoder does not support that yet (#349939);
14141           along the same lines, check the return value of the encoder
14142           setup function; also remove some debug log clutter.
14143
14144 2006-08-04  Andy Wingo  <wingo@pobox.com>
14145
14146         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
14147         whether a processor can work in place or not, and for keeping
14148         track of its state. Change the FlowReturn instance variable from
14149         "state" to "flow_state", all callers changed.
14150
14151         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
14152         (gst_signal_processor_start, gst_signal_processor_stop)
14153         (gst_signal_processor_cleanup): New functions to manage the
14154         processor's state.
14155         (gst_signal_processor_setcaps): start() as well as setup() here.
14156         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
14157         (gst_signal_processor_change_state): Stop and cleanup the
14158         processor as we go to NULL.
14159
14160         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
14161         INPLACE_BROKEN is not set.
14162
14163         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
14164         Do the alloc_buffer in bytes, not frames.
14165         
14166 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14167
14168         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
14169         Fix rgb masks when recording in < 24bpp.
14170
14171 2006-08-04  Andy Wingo  <wingo@pobox.com>
14172
14173         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
14174         (gst_signal_processor_prepare)
14175         (gst_signal_processor_update_inputs)
14176         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
14177         (gst_signal_processor_flush)
14178         (gst_signal_processor_sink_activate_push)
14179         (gst_signal_processor_src_activate_pull)
14180         (gst_signal_processor_change_state): Remove the last of the code
14181         that assumes that we process whole buffers at a time. Fix some
14182         debugging. Seems to work now in some cases.
14183         (gst_signal_processor_src_activate_pull): BPB
14184
14185 2006-08-01  Andy Wingo  <wingo@pobox.com>
14186
14187         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
14188         Fix nframes-choosing.
14189         (gst_signal_processor_init): Init pending_in and pending_out.
14190
14191         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
14192         more default sample rate, although we never check that the sample
14193         rate actually gets set. Something for the future.
14194         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
14195         (gst_signal_processor_event): Refcount fixen.
14196         (gst_signal_processor_process): Pull the number of frames to
14197         process from the sizes of the buffers in the input pens.
14198         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
14199         (gst_signal_processor_do_pulls): Add an nframes argument, and use
14200         it instead of buffer_frames.
14201         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
14202         to do_pulls.
14203         (gst_signal_processor_chain)
14204         (gst_signal_processor_sink_activate_push)
14205         (gst_signal_processor_src_activate_pull):  Refcount fixen.
14206
14207         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
14208
14209 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
14210
14211         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
14212         (gst_signal_processor_process):
14213           don't query buffer-frames from caps, add lots of debug-log,
14214           try fix for assert (#349189)
14215
14216 2006-07-31  Wim Taymans  <wim@fluendo.com>
14217
14218         * gst/udp/gstudpsrc.c:
14219         Fix docs.
14220
14221 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
14222
14223         * ext/ladspa/gstsignalprocessor.c:
14224         (gst_signal_processor_add_pad_from_template),
14225         (gst_signal_processor_init), (gst_signal_processor_setcaps),
14226         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
14227         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
14228         (gst_signal_processor_sink_activate_push),
14229         (gst_signal_processor_src_activate_pull),
14230         (gst_signal_processor_change_state):
14231          Add debugs logs here and there, add more error handling, add some
14232          FIXME comments, filed #349189
14233
14234 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14235
14236         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
14237         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
14238         Set caps on buffer correctly.  Fixes bug #349155.
14239
14240 2006-07-28  Wim Taymans  <wim@fluendo.com>
14241
14242         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14243
14244         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14245         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14246         (gst_multipart_demux_finalize), (get_line_end),
14247         (multipart_parse_header), (multipart_find_boundary),
14248         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
14249         (gst_multipart_set_property), (gst_multipart_get_property):
14250         Uses GstAdapter instead of own buffering.
14251         Actually parses the mime-type correctly (In tests the mime-type was
14252         always "" with the old version).
14253         Uses the Content-length header if available to speed up things.
14254         Reliably autoscans the boundary name by default.
14255         Fixes #349068.
14256
14257         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
14258         Don't start the stream with a \n.
14259
14260 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
14261
14262         Patch by: Brian Cameron <brian dot cameron at sun com>
14263
14264         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
14265           Open source with O_NONBLOCK (#349015).
14266
14267 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
14268
14269         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14270         (gst_avi_demux_massage_index):
14271         * gst/avi/gstavidemux.h:
14272           Whitespace fixes and more debug
14273
14274 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14275
14276         * gst/autodetect/gstautoaudiosink.c:
14277         (gst_auto_audio_sink_create_element_with_pretty_name),
14278         (gst_auto_audio_sink_find_best),
14279         (gst_auto_audio_sink_change_state):
14280           Get rid of old and unused magic sound-server properties stuff.
14281           Add suffix to child sink's name that makes it easy to see from
14282           the name alone which type it actually is (alsa, oss, esd, etc.).
14283
14284 2006-07-27  Wim Taymans  <wim@fluendo.com>
14285
14286         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14287         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
14288         (gst_udpsrc_start):
14289         * gst/udp/gstudpsrc.h:
14290         Rename "buffer" to "buffer-size" to make clear it is a size we set and
14291         not some sort of feature we enable.
14292
14293 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14294
14295         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
14296           Use CLOSE_SOCKET() here instead of close() to maintain
14297           win32 workiness.
14298
14299 2006-07-27  Wim Taymans  <wim@fluendo.com>
14300
14301         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
14302
14303         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14304         (gst_udpsrc_create), (gst_udpsrc_set_property),
14305         (gst_udpsrc_get_property), (gst_udpsrc_start):
14306         * gst/udp/gstudpsrc.h:
14307         Added "buffer-size" property to control the kernel receive buffer size.
14308         Update documentation.
14309         Small cleanups. Fixes #348752.
14310         API: buffer-size property
14311
14312 2006-07-26  Wim Taymans  <wim@fluendo.com>
14313
14314         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
14315
14316         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
14317         (gst_rtp_pcma_pay_handle_buffer):
14318         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
14319         (gst_rtp_pcmu_pay_handle_buffer):
14320         Fix timestamp calculation on outgoing RTP packets.
14321         Fixes #348675.
14322
14323 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14324
14325         * ext/taglib/gstid3v2mux.cc:
14326           Fix writing of comment frames (should be COMM not TCOM),
14327           is still sub-optimal though, since we don't retain or
14328           extract the comment descriptions properly (#334375,
14329           also see #334375).
14330
14331 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14332
14333         * gst/wavparse/gstwavparse.c:
14334           #define 'fact' RIFF chunk if we are not compiling against
14335           -base CVS (we don't want to depend on -base CVS for this
14336           one define only, and also not for release order reasons).
14337
14338 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14339
14340         * ext/taglib/gstid3v2mux.cc:
14341           Handle multiple tags of the same type properly. Re-inject
14342           unparsed ID3v2 frames that we get as binary blobs from
14343           id3demux into the tag again so we don't lose information
14344           when retagging (#334375).
14345
14346 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14347
14348         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
14349           Document newly-added properties properly, so that there is a
14350           'Since: 0.10.4' in the plugin docs. Convert some property
14351           names into canonical GObject style (GObject will do that
14352           internally anyway).
14353
14354 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14355
14356         * gst/id3demux/id3tags.c:
14357         (id3demux_add_id3v2_frame_blob_to_taglist):
14358           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
14359           well, and add the version to the blob's buffer caps, since that
14360           information will be needed for deserialisation later on (#348644).
14361
14362 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
14363
14364         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
14365         (gst_avi_demux_parse_stream):
14366          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
14367          indentation and spacing.
14368
14369 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14370
14371         * docs/plugins/Makefile.am:
14372         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14373         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14374         * docs/plugins/gst-plugins-good-plugins.args:
14375         * docs/plugins/inspect/plugin-1394.xml:
14376         * docs/plugins/inspect/plugin-aasink.xml:
14377         * docs/plugins/inspect/plugin-alaw.xml:
14378         * docs/plugins/inspect/plugin-alpha.xml:
14379         * docs/plugins/inspect/plugin-alphacolor.xml:
14380         * docs/plugins/inspect/plugin-annodex.xml:
14381         * docs/plugins/inspect/plugin-apetag.xml:
14382         * docs/plugins/inspect/plugin-auparse.xml:
14383         * docs/plugins/inspect/plugin-autodetect.xml:
14384         * docs/plugins/inspect/plugin-avi.xml:
14385         * docs/plugins/inspect/plugin-cacasink.xml:
14386         * docs/plugins/inspect/plugin-cairo.xml:
14387         * docs/plugins/inspect/plugin-cdio.xml:
14388         * docs/plugins/inspect/plugin-cutter.xml:
14389         * docs/plugins/inspect/plugin-debug.xml:
14390         * docs/plugins/inspect/plugin-dv.xml:
14391         * docs/plugins/inspect/plugin-efence.xml:
14392         * docs/plugins/inspect/plugin-effectv.xml:
14393         * docs/plugins/inspect/plugin-esdsink.xml:
14394         * docs/plugins/inspect/plugin-flac.xml:
14395         * docs/plugins/inspect/plugin-flxdec.xml:
14396         * docs/plugins/inspect/plugin-gconfelements.xml:
14397         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14398         * docs/plugins/inspect/plugin-goom.xml:
14399         * docs/plugins/inspect/plugin-halelements.xml:
14400         * docs/plugins/inspect/plugin-icydemux.xml:
14401         * docs/plugins/inspect/plugin-id3demux.xml:
14402         * docs/plugins/inspect/plugin-jpeg.xml:
14403         * docs/plugins/inspect/plugin-level.xml:
14404         * docs/plugins/inspect/plugin-matroska.xml:
14405         * docs/plugins/inspect/plugin-mulaw.xml:
14406         * docs/plugins/inspect/plugin-multipart.xml:
14407         * docs/plugins/inspect/plugin-navigationtest.xml:
14408         * docs/plugins/inspect/plugin-ossaudio.xml:
14409         * docs/plugins/inspect/plugin-png.xml:
14410         * docs/plugins/inspect/plugin-rtp.xml:
14411         * docs/plugins/inspect/plugin-rtsp.xml:
14412         * docs/plugins/inspect/plugin-shout2send.xml:
14413         * docs/plugins/inspect/plugin-smpte.xml:
14414         * docs/plugins/inspect/plugin-speex.xml:
14415         * docs/plugins/inspect/plugin-udp.xml:
14416         * docs/plugins/inspect/plugin-videobalance.xml:
14417         * docs/plugins/inspect/plugin-videobox.xml:
14418         * docs/plugins/inspect/plugin-videoflip.xml:
14419         * docs/plugins/inspect/plugin-videomixer.xml:
14420         * docs/plugins/inspect/plugin-wavenc.xml:
14421         * docs/plugins/inspect/plugin-wavparse.xml:
14422         * docs/plugins/inspect/plugin-ximagesrc.xml:
14423           Update files to CVS/Prerelease version, add esdsink docs.
14424
14425         * ext/esd/esdsink.c:
14426           Add gtk-doc blurb.
14427
14428         * gst/rtp/gstrtpmp4vpay.c:
14429           Fix typo in element description.
14430
14431 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14432
14433         * ext/esd/esdsink.c: (gst_esdsink_open),
14434         (gst_esdsink_factory_init):
14435           Prevent libesd from auto-spawning a sound daemon if it
14436           is not already running. Now that we don't do evil stuff
14437           like that any longer we can give esdsink a rank so that
14438           autoaudiosink will try it as well if all other audio
14439           sinks fail (#343051).
14440
14441 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14442
14443         * ext/esd/Makefile.am:
14444           Oops, need to remove README from EXTRA_DIST as well.
14445
14446 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14447
14448         * ext/esd/README:
14449           Remove, it contains nothing useful anyway.
14450
14451         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
14452         (gst_esdsink_delay):
14453           Some small clean-ups; use GST_BOILERPLATE etc.
14454
14455 2006-07-24  Wim Taymans  <wim@fluendo.com>
14456
14457         * gst/law/alaw-decode.c: (alawdec_getcaps):
14458         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
14459         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
14460         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
14461         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
14462
14463 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
14464
14465         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
14466         (gst_wavparse_other), (gst_wavparse_perform_seek),
14467         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
14468         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
14469         (gst_wavparse_pad_query):
14470         * gst/wavparse/gstwavparse.h:
14471           Use information from 'fact' chunk for length calculation of compressed
14472           samples. Calculate bps if bogus value is found in wav header (embeded
14473           mp2/mp3).
14474           
14475
14476 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14477
14478         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
14479
14480         * configure.ac:
14481         * gst/udp/Makefile.am:
14482         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
14483         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
14484         * gst/udp/gstdynudpsink.h:
14485         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
14486         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
14487         * gst/udp/gstmultiudpsink.h:
14488         * gst/udp/gstudp.c: (plugin_init):
14489         * gst/udp/gstudpsink.h:
14490         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
14491         (gst_udpsrc_start), (gst_udpsrc_stop):
14492         * gst/udp/gstudpsrc.h:
14493         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
14494         (gst_udp_net_utils_win32_wsa_startup):
14495         * gst/udp/gstudpnetutils.h:
14496           Port udp plugin to win32 (#345288).
14497
14498 2006-07-24  Wim Taymans  <wim@fluendo.com>
14499
14500         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
14501         Remove unwanted DEBUG line.
14502
14503 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14504
14505         * gst/id3demux/gstid3demux.c: (plugin_init):
14506         * gst/id3demux/id3tags.c:
14507         (id3demux_add_id3v2_frame_blob_to_taglist):
14508         * gst/id3demux/id3tags.h:
14509           On second thought, it might be wiser and more efficient
14510           not to do tag registration from a streaming thread.
14511
14512 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14513
14514         * gst/id3demux/id3tags.c:
14515         (id3demux_add_id3v2_frame_blob_to_taglist),
14516         (id3demux_id3v2_frames_to_tag_list):
14517           Put ID3v2 frames we can't parse as binary blobs into private
14518           tags, so that they are not lost when retagging, at least once
14519           id3v2mux has been taught to re-inject those frames again.
14520           See bug #334375.
14521
14522 2006-07-21  Wim Taymans  <wim@fluendo.com>
14523
14524         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14525         (gst_avi_demux_process_next_entry):
14526         Fix some leaks.
14527
14528         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
14529         Don't use \n in debug lines.
14530
14531 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
14532
14533         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14534         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14535           Add annodex and icydemux, cleanup the sections a bit
14536
14537 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14538
14539         Patch by: Alex Lancaster <alexl at users sourceforge net>
14540
14541         * ext/taglib/gstid3v2mux.cc:
14542           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
14543           ID3v2 TSSE frames (#347898).
14544
14545 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
14546
14547         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
14548           Respect mpegversion for "video/mpeg" and give message in case of
14549           unhandled versions.
14550
14551 2006-07-17  Wim Taymans  <wim@fluendo.com>
14552
14553         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
14554         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
14555         (gst_pngdec_chain), (gst_pngdec_sink_event),
14556         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
14557         (gst_pngdec_sink_activate_push):
14558         * ext/libpng/gstpngdec.h:
14559         Use statically allocated segment instead of leaking.
14560         Various cleanups.
14561         Fix flush and seek handling.
14562
14563 2006-07-16  Wim Taymans  <wim@fluendo.com>
14564
14565         * gst/rtp/Makefile.am:
14566         * gst/rtp/gstrtp.c: (plugin_init):
14567         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
14568         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
14569         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
14570         (gst_rtp_mp4g_depay_set_property),
14571         (gst_rtp_mp4g_depay_get_property),
14572         (gst_rtp_mp4g_depay_change_state),
14573         (gst_rtp_mp4g_depay_plugin_init):
14574         * gst/rtp/gstrtpmp4gdepay.h:
14575         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
14576         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
14577         (gst_rtp_mp4g_pay_flush):
14578         Added simple generic mpeg4 depayloader.
14579         Fix generic mpeg4 payloader.
14580
14581 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
14582
14583         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
14584           Don't try doing state changes on a NULL pointer.
14585
14586 2006-07-14  Wim Taymans  <wim@fluendo.com>
14587
14588         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
14589
14590         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
14591         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
14592         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
14593         * gst/rtp/gstrtpamrdepay.h:
14594         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
14595         Fixes #321191
14596
14597 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14598
14599         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14600         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
14601         Fix segfault when moving mouse pointer to the bottom right corner.
14602
14603 2006-07-12  Wim Taymans  <wim@fluendo.com>
14604
14605         * gst/rtp/Makefile.am:
14606         * gst/rtp/gstrtp.c: (plugin_init):
14607         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
14608         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
14609         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
14610         (gst_rtp_mp2t_depay_set_property),
14611         (gst_rtp_mp2t_depay_get_property),
14612         (gst_rtp_mp2t_depay_change_state),
14613         (gst_rtp_mp2t_depay_plugin_init):
14614         * gst/rtp/gstrtpmp2tdepay.h:
14615         Added mpeg2 TS depayloader. Closing #347234.
14616
14617 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
14618
14619         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
14620           Remove g_assert that shouldn't be there and was triggered
14621           after trying to open a device that doesn't exist or can't
14622           be opened for some other reason (#347972).
14623
14624 2006-07-10  Edward Hervey  <edward@fluendo.com>
14625
14626         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14627         (gst_avi_demux_stream_header), (push_tag_lists):
14628         * gst/avi/gstavidemux.h:
14629         Don't push tag events found by gst_riff_parse_info() before outputting
14630         GST_EVENT_NEWSEGMENT.
14631
14632 2006-07-10  Wim Taymans  <wim@fluendo.com>
14633
14634         * gst/rtsp/Makefile.am:
14635         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
14636         (rtsp_connection_close):
14637         * gst/rtsp/rtspdefs.h:
14638         replaced closesocket and close in code with one CLOSE_SOCKET. 
14639         Some more cleanups. Fixes #345301.
14640
14641 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
14642
14643         * gst/autodetect/gstautoaudiosink.c:
14644           Fix example pipeline in docs.
14645
14646 2006-07-10  Wim Taymans  <wim@fluendo.com>
14647
14648         Patch by: Rob Taylor <robtaylor at floopily dot org>
14649
14650         * gst/udp/gstmultiudpsink.c: (join_multicast),
14651         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
14652         If a destination is added before the stream is set to PAUSED, the
14653         multicast group is not joined as the socket is not created yet. 
14654         Also TTL and LOOP should also be set. Fixes #346921.
14655
14656 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14657
14658         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14659         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
14660         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
14661         (gst_ximage_src_init):
14662         * sys/ximage/gstximagesrc.h:
14663         Fix use-damage property to actually work :)
14664         Add startx, starty, endx, endy properties so screencasts other than full
14665         screen ones can work.
14666
14667 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14668
14669         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14670         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
14671         (gst_ximage_src_class_init), (gst_ximage_src_init):
14672         * sys/ximage/gstximagesrc.h:
14673         Add use_damage property to offer ability to choose whether to use
14674         XDamage or not.
14675
14676 2006-07-07  Wim Taymans  <wim@fluendo.com>
14677
14678         * gst/goom/filters.c: (zoomFilterSetResolution):
14679         Avoid goom coredumping by clearing memory. 
14680         Fixes 345679.
14681
14682 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
14683
14684         * win32/vs6/libgstid3demux.dsp:
14685         Add a link to libgsttag-0.10.lib.
14686
14687 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
14688
14689         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
14690         (gst_tag_demux_read_range):
14691         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
14692         (gst_id3demux_read_range):
14693           Don't return FLOW_UNEXPECTED when a buffer is before
14694           the start of the stream (which might happen with
14695           large ID3v2 tags if the tag reading was done pullrange
14696           based and we then switched to push mode later on).
14697           Fixes regression introduced by commit from June 29th.
14698
14699 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
14700
14701         * ext/taglib/gstid3v2mux.cc:
14702           Make UTF-8 the default encoding when writing string
14703           tags (before, our UTF-8 strings would automatically
14704           be converted to ISO-8859-1 by taglib and written as
14705           ISO-8859-1 fields if that was possible).
14706
14707         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
14708         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
14709         (test_taglib_id3mux_with_tags):
14710           Add test case that makes sure our UTF-8 strings have
14711           actually been written into the tag as UTF-8.
14712
14713 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14714
14715         * configure.ac:
14716           Let's try that again.
14717
14718 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14719
14720         * configure.ac:
14721           Disable monoscope plugin for now until it fulfills
14722           all the requirements.
14723
14724 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
14725
14726         * configure.ac:
14727         * gst/monoscope/Makefile.am:
14728         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
14729         (gst_monoscope_class_init), (gst_monoscope_init),
14730         (gst_monoscope_finalize), (gst_monoscope_reset),
14731         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
14732         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
14733         (gst_monoscope_sink_event), (gst_monoscope_src_event),
14734         (gst_monoscope_change_state), (plugin_init):
14735         * gst/monoscope/gstmonoscope.h:
14736           Port monoscope visualisation to 0.10.
14737
14738 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
14739
14740         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
14741         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
14742           Return FLOW_UNEXPECTED when at the end of the file, not
14743           FLOW_ERROR. Fixes 'internal stream error' errors that
14744           would sometimes occur in totem when scrubbing to the
14745           end of an ID3v1 tagged mp3 file.
14746
14747 2006-07-03  Edward Hervey  <edward@fluendo.com>
14748
14749         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
14750         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
14751         (gst_pngdec_sink_event), (gst_pngdec_change_state):
14752         * ext/libpng/gstpngdec.h:
14753         Implement buffer clipping/dropping using GstSegment.
14754         This provides accurate seeking.
14755
14756 2006-07-03  Edward Hervey  <edward@fluendo.com>
14757
14758         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14759         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14760         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
14761         (gst_avi_demux_process_next_entry), (push_tag_lists),
14762         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
14763         * gst/avi/gstavidemux.h:
14764         Proper aggregation of each stream's GstFlowReturn in order to figure out
14765         whether the task should stop or not.
14766         Don't send inline events before pushing out a NEW_SEGMENT, more
14767         specifically for GST_TAG_EVENT.
14768         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
14769         sub-indexes.
14770
14771 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
14772
14773         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
14774
14775         * sys/sunaudio/gstsunaudiomixerctrl.c:
14776         (gst_sunaudiomixer_ctrl_build_list):
14777           Move "Monitor" slider to input tab so it works more like
14778           sdtaudiocontrol, which is what people on Solaris are used
14779           to using for their mixer program (#346259).
14780
14781 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14782
14783         * tests/check/elements/level.c: (GST_START_TEST):
14784           fix a leak, clean up at the end
14785
14786 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
14787
14788         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
14789         (gst_matroska_demux_send_event),
14790         (gst_matroska_demux_loop_stream_parse_id):
14791         * gst/matroska/matroska-ids.h:
14792           Send tag event after newsegment event.
14793
14794 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
14795
14796         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
14797         (gst_id3demux_read_range):
14798           Make sure we don't return GST_FLOW_OK with a NULL buffer in
14799           certain cases where a read beyond the end of the file is
14800           requested. Fixes #345930.
14801
14802         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
14803         (gst_tag_demux_read_range):
14804           Fix same issue here as well.
14805
14806 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14807
14808         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
14809         
14810         Fix hypothetical crash.
14811
14812 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
14813
14814         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
14815
14816         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
14817           Do not modify the ports value. If the user has turned off the
14818           built-in speakers, then we should not reset it in the prepare
14819           function, since this causes the built-in speakers to turn
14820           back on anytime the user changes a track in totem, rhythmbox,
14821           etc. (#346066).
14822
14823 2006-06-23  Wim Taymans  <wim@fluendo.com>
14824
14825         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14826         Fix double caps unref when negotiation fails.
14827
14828 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14829
14830         * ext/annodex/gstcmmldec.c:
14831         * ext/annodex/gstcmmlenc.c:
14832         * ext/annodex/gstcmmlparser.c:
14833         * ext/dv/gstdvdec.c:
14834         * ext/dv/gstdvdemux.c:
14835         * ext/gdk_pixbuf/pixbufscale.c:
14836         * ext/jpeg/gstjpegenc.c:
14837         * ext/jpeg/gstsmokedec.c:
14838         * ext/jpeg/gstsmokeenc.c:
14839         * ext/libpng/gstpngdec.c:
14840         * ext/libpng/gstpngenc.c:
14841         * ext/speex/gstspeexenc.c:
14842         * gst/alpha/gstalphacolor.c:
14843         * gst/cutter/gstcutter.c:
14844         * gst/debug/gstnavigationtest.c:
14845         * gst/icydemux/gsticydemux.c:
14846         * gst/level/gstlevel.c:
14847         * gst/multipart/multipart.c:
14848         * gst/rtp/gstrtpamrpay.c:
14849         * gst/rtp/gstrtpdepay.c:
14850         * gst/rtp/gstrtpilbcpay.c:
14851         * gst/rtp/gstrtpmp4gpay.c:
14852         * gst/rtp/gstrtpmp4vpay.c:
14853         * gst/rtsp/gstrtpdec.c:
14854         * gst/rtsp/gstrtspsrc.c:
14855         * gst/udp/gstdynudpsink.c:
14856         * gst/udp/gstmultiudpsink.c:
14857         * gst/udp/gstudpsrc.c:
14858         * gst/videobox/gstvideobox.c:
14859         * gst/videofilter/gstvideoflip.c:
14860           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
14861           plus two minor macro fixes.
14862
14863 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14864
14865         * gst/matroska/matroska-demux.c:
14866         (gst_matroska_demux_check_subtitle_buffer),
14867         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14868         (gst_matroska_demux_subtitle_caps):
14869         * gst/matroska/matroska-ids.c:
14870         (gst_matroska_track_init_subtitle_context):
14871         * gst/matroska/matroska-ids.h:
14872           Try to fix up broken matroska files containing subtitle
14873           streams with non-UTF8 character encodings (courtesy of
14874           mkvmerge) using either the encoding specified in the
14875           GST_SUBTITLE_ENCODING environment variable or the
14876           current locale's character set if it is non-UTF8.
14877           Fixes #337076.
14878
14879 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14880
14881         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
14882           Set image type from APIC frame as "image-type" field
14883           of GST_TAG_IMAGE buffer caps (#344605).
14884
14885 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
14886
14887         * ext/flac/Makefile.am:
14888         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
14889         (gst_flac_dec_reset_decoders),
14890         (gst_flac_dec_setup_seekable_decoder),
14891         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
14892         (gst_flac_dec_metadata_callback),
14893         (gst_flac_dec_metadata_callback_seekable),
14894         (gst_flac_dec_metadata_callback_stream),
14895         (gst_flac_dec_error_callback),
14896         (gst_flac_dec_error_callback_seekable),
14897         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
14898         (gst_flac_dec_read_stream), (gst_flac_dec_write),
14899         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
14900         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
14901         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
14902         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
14903         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
14904         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
14905         (gst_flac_dec_sink_activate_push),
14906         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
14907         * ext/flac/gstflacdec.h:
14908           Support chain-based operation, should make flac-over-DAAP
14909           work (#340492).
14910
14911 2006-06-20  Wim Taymans  <wim@fluendo.com>
14912
14913         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14914         Doc updates, merge some unused symbols.
14915
14916 2006-06-20  Wim Taymans  <wim@fluendo.com>
14917
14918         * docs/plugins/Makefile.am:
14919         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14920         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14921         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
14922         * gst/rtsp/gstrtspsrc.c:
14923         * gst/rtsp/gstrtspsrc.h:
14924         Added documentation for the rtsp plugin. Fixes #345393.
14925
14926 2006-06-20  Wim Taymans  <wim@fluendo.com>
14927
14928         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
14929         (rtsp_connection_close), (rtsp_connection_free):
14930         Use better G_OS_* macros. Fixes #345301 some more.
14931
14932 2006-06-20  Wim Taymans  <wim@fluendo.com>
14933
14934         Patch by: Brian Cameron <brian dot cameron at sun dot com>
14935
14936         * sys/sunaudio/Makefile.am:
14937         * sys/sunaudio/gstsunaudio.c: (plugin_init):
14938         * sys/sunaudio/gstsunaudiomixerctrl.c:
14939         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
14940         (gst_sunaudiomixer_ctrl_list_tracks),
14941         (gst_sunaudiomixer_ctrl_get_volume),
14942         (gst_sunaudiomixer_ctrl_set_volume),
14943         (gst_sunaudiomixer_ctrl_set_mute),
14944         (gst_sunaudiomixer_ctrl_set_record):
14945         * sys/sunaudio/gstsunaudiomixerctrl.h:
14946         * sys/sunaudio/gstsunaudiomixertrack.c:
14947         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
14948         * sys/sunaudio/gstsunaudiomixertrack.h:
14949         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
14950         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
14951         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
14952         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
14953         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
14954         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
14955         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
14956         (gst_sunaudiosrc_reset):
14957         * sys/sunaudio/gstsunaudiosrc.h:
14958         Add a SunAudio source plugin.
14959         Support stereo and right/left channel gain in the mixer plugin.
14960         Support the RECORD flag so that you can switch between line-input and
14961         microphone in gnome-volume-control.
14962         Code cleanups like using an enumerator for track number instead of an 
14963         integer. Fixes #344923.
14964
14965 2006-06-20  Wim Taymans  <wim@fluendo.com>
14966
14967         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
14968
14969         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
14970         (rtsp_connection_close):
14971         Make RTSP plugin compile on windows. Fixes #345301.
14972         Some changes to original patch to catch errors better.
14973         use ifdef WIN32 instead of ifndef.
14974
14975 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14976
14977         * configure.ac:
14978         If we have libraw1394 >= 1.2.1, then we need libiec61883.
14979
14980 2006-06-18  Edward Hervey  <edward@fluendo.com>
14981
14982         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
14983         After a failed buffer alloc, we need to abort the jpeg decoding (it
14984         started when parsing headers to figure out how many bytes we need
14985         to request downstream).
14986
14987 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
14988
14989         Patch by: Mark Nauwelaerts  <manauw at skynet be>
14990
14991         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
14992           Make sure we don't read beyond the end of the file (#345232).
14993
14994 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14995
14996         * configure.ac:
14997           Fix --disable-external (can't set conditionals conditionally,
14998           #343602).
14999
15000 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
15001
15002         * autogen.sh:
15003         * configure.ac:
15004         * docs/Makefile.am:
15005           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
15006
15007         * docs/plugins/Makefile.am:
15008         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15009         * docs/plugins/inspect/plugin-taglib.xml:
15010           Add/fix apev2mux docs.
15011
15012 2006-06-14  Wim Taymans  <wim@fluendo.com>
15013
15014         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
15015         (gst_dvdec_finalize), (gst_dvdec_sink_event),
15016         (gst_dvdec_change_state):
15017         Reset segment info on flush.
15018         Alloc segment in _init, free in _finalize.
15019
15020         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
15021         Don't send segments twice.
15022
15023 2006-06-14  Wim Taymans  <wim@fluendo.com>
15024
15025         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15026         Respect segment.stop. Fixes #342592.
15027
15028 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15029
15030         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
15031           No language specified means the implied language is English
15032           according to the matroska spec (partially fixes #344708);
15033           add some more debug output.
15034
15035 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15036
15037         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
15038         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
15039         (gst_wavparse_chain):
15040           When operating chain-based, don't make any assumptions about the
15041           chunking of the incoming data and make streaming work on days other
15042           than the second Thursday after a full moon. Also fix up debug
15043           messages here and there and make use of the most excellent new
15044           gst_pad_query_peer_duration() utility function.
15045           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
15046
15047         * gst/wavparse/gstwavparse.h:
15048           Remove trailing comma after last enum value, some compilers don't
15049           like that.
15050
15051 2006-06-13  Wim Taymans  <wim@fluendo.com>
15052
15053         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
15054         Handle premature EOS gracefully.
15055
15056 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
15057
15058         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15059           Prevent out of bounds array access when scrubbing towards
15060           the end of the file between the last index entry and the
15061           end. Fixes occasional 'start <= stop' newsegment event
15062           assertions when scrubbing in MJPEG files.
15063
15064 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
15065
15066         * tests/check/elements/.cvsignore:
15067           And another one.
15068
15069 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15070
15071         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
15072         (scan_encoded_string), (parse_picture_frame):
15073           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
15074
15075         * configure.ac:
15076           Require core >= 0.10.8 (for GST_TAG_IMAGE and
15077           GST_TAG_PPEVIEW_IMAGE used in the patch above).
15078
15079 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15080
15081         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
15082           gratuitous comment changes
15083         * tests/check/elements/level.c: (GST_START_TEST):
15084           fix level test leaks
15085
15086 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15087
15088         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
15089         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
15090           Use gst_pad_query_peer_duration() utility function here.
15091
15092 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15093
15094         * autogen.sh:
15095           require am17
15096         * configure.ac:
15097         * ext/annodex/Makefile.am:
15098         * ext/cdio/Makefile.am:
15099         * ext/dv/Makefile.am:
15100         * ext/esd/Makefile.am:
15101         * ext/flac/Makefile.am:
15102         * ext/gdk_pixbuf/Makefile.am:
15103         * ext/ladspa/Makefile.am:
15104         * ext/libcaca/Makefile.am:
15105         * ext/speex/Makefile.am:
15106         * ext/taglib/Makefile.am:
15107         * sys/oss/Makefile.am:
15108         * sys/sunaudio/Makefile.am:
15109         * sys/ximage/Makefile.am:
15110           clean up build further
15111
15112 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15113
15114         * gconf/Makefile.am:
15115           Honour --disable-schemas-install configure option. Fixes #344100.
15116
15117 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15118
15119         * tests/examples/level/Makefile.am:
15120           Add -lm to LIBS for pow() function, don't assume one of our
15121           dependencies (such as libxml-2.0) drags it in automatically
15122           (#343603).
15123
15124 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15125
15126         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
15127
15128         * configure.ac:
15129           We should use $SED and not $(SED) in configure.ac (#343678).
15130
15131 2006-06-09  Wim Taymans  <wim@fluendo.com>
15132
15133         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15134
15135         * sys/sunaudio/gstsunaudiomixerctrl.c:
15136         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
15137         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
15138         (gst_sunaudiomixer_ctrl_set_mute):
15139         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
15140         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
15141         (gst_sunaudiosink_write):
15142         Attached find a patch that fixes a number of bugs with the SunAudio
15143         mixer plugin and fixes #344101:
15144         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
15145            tracks onto the tracklist causing gnome-volume-control's preferences
15146            dialog to be messed up and would core dump if you checked/unchecked
15147            any item.
15148         2. We weren't previously setting the MUTE flag properly.  Fixing this
15149            makes gnome-volume-control work better.
15150         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
15151            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
15152            gnome-volume-control look better.
15153         Also some minor cleanup in gstsunaudiosink.c.
15154
15155 2006-06-09  Wim Taymans  <wim@fluendo.com>
15156
15157         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
15158         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
15159         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
15160         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
15161         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
15162         * ext/jpeg/gstjpegdec.h:
15163         API: Added IDCT method property
15164         Small cleanups.
15165         Avoid dynamic allocation of trivial fixed structure.
15166         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
15167
15168 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15169
15170         * configure.ac:
15171         We now require libraw1394 >= 1.1.0 and that version onwards all
15172         have .pc files.
15173
15174 2006-06-02  Edward Hervey  <edward@fluendo.com>
15175
15176         * gst/law/alaw-decode.c: (alawdec_getcaps): 
15177         Trying to get items from an ANY or EMPTY caps is ... stupid.
15178
15179 2006-06-02  Edward Hervey  <edward@fluendo.com>
15180
15181         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
15182         (gst_dvdec_chain), (gst_dvdec_change_state):
15183         * ext/dv/gstdvdec.h:
15184         Added GstSegment handling, now implements dropping/clipping.
15185
15186 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15187
15188         * ext/aalib/gstaasink.h:
15189         * ext/annodex/gstcmmldec.h:
15190         * ext/cairo/gsttimeoverlay.h:
15191         * ext/dv/gstdvdec.h:
15192         * ext/dv/gstdvdemux.h:
15193         * ext/esd/esdmon.h:
15194         * ext/esd/esdsink.h:
15195         * ext/flac/gstflacenc.h:
15196         * ext/gconf/gstgconfaudiosink.h:
15197         * ext/gconf/gstgconfaudiosrc.h:
15198         * ext/gconf/gstgconfvideosink.h:
15199         * ext/gconf/gstgconfvideosrc.h:
15200         * ext/gdk_pixbuf/gstgdkanimation.h:
15201         * ext/gdk_pixbuf/pixbufscale.h:
15202         * ext/hal/gsthalaudiosink.h:
15203         * ext/hal/gsthalaudiosrc.h:
15204         * ext/jpeg/gstjpegenc.h:
15205         * ext/jpeg/gstsmokedec.h:
15206         * ext/jpeg/gstsmokeenc.h:
15207         * ext/libcaca/gstcacasink.h:
15208         * ext/libmng/gstmngdec.h:
15209         * ext/libmng/gstmngenc.h:
15210         * ext/libpng/gstpngdec.h:
15211         * ext/libpng/gstpngenc.h:
15212         * ext/raw1394/gstdv1394src.h:
15213         * ext/speex/gstspeexenc.h:
15214         * gst/autodetect/gstautoaudiosink.h:
15215         * gst/autodetect/gstautovideosink.h:
15216         * gst/avi/gstavidemux.h:
15217         * gst/cutter/gstcutter.h:
15218         * gst/debug/efence.h:
15219         * gst/debug/gstnavigationtest.h:
15220         * gst/debug/gstnavseek.h:
15221         * gst/flx/gstflxdec.h:
15222         * gst/goom/gstgoom.h:
15223         * gst/icydemux/gsticydemux.h:
15224         * gst/id3demux/gstid3demux.h:
15225         * gst/law/alaw-decode.h:
15226         * gst/law/alaw-encode.h:
15227         * gst/law/mulaw-decode.h:
15228         * gst/law/mulaw-encode.h:
15229         * gst/matroska/matroska-mux.h:
15230         * gst/median/gstmedian.h:
15231         * gst/oldcore/gstaggregator.h:
15232         * gst/oldcore/gstfdsink.h:
15233         * gst/oldcore/gstmd5sink.h:
15234         * gst/oldcore/gstmultifilesrc.h:
15235         * gst/oldcore/gstpipefilter.h:
15236         * gst/oldcore/gstshaper.h:
15237         * gst/oldcore/gststatistics.h:
15238         * gst/rtp/gstasteriskh263.h:
15239         * gst/rtp/gstrtpL16depay.h:
15240         * gst/rtp/gstrtpL16pay.h:
15241         * gst/rtp/gstrtpamrdepay.h:
15242         * gst/rtp/gstrtpamrpay.h:
15243         * gst/rtp/gstrtpdepay.h:
15244         * gst/rtp/gstrtpgsmdepay.h:
15245         * gst/rtp/gstrtpgsmpay.h:
15246         * gst/rtp/gstrtph263pay.h:
15247         * gst/rtp/gstrtph263pdepay.h:
15248         * gst/rtp/gstrtph263ppay.h:
15249         * gst/rtp/gstrtpmp4gpay.h:
15250         * gst/rtp/gstrtpmp4vdepay.h:
15251         * gst/rtp/gstrtpmp4vpay.h:
15252         * gst/rtp/gstrtpmpadepay.h:
15253         * gst/rtp/gstrtpmpapay.h:
15254         * gst/rtp/gstrtppcmadepay.h:
15255         * gst/rtp/gstrtppcmapay.h:
15256         * gst/rtp/gstrtppcmudepay.h:
15257         * gst/rtp/gstrtppcmupay.h:
15258         * gst/rtp/gstrtpspeexdepay.h:
15259         * gst/rtp/gstrtpspeexpay.h:
15260         * gst/rtsp/gstrtpdec.h:
15261         * gst/rtsp/gstrtspsrc.h:
15262         * gst/smpte/gstsmpte.h:
15263         * gst/udp/gstdynudpsink.h:
15264         * gst/udp/gstmultiudpsink.h:
15265         * gst/udp/gstudpsink.h:
15266         * gst/udp/gstudpsrc.h:
15267         * gst/videofilter/gstvideobalance.h:
15268         * gst/videofilter/gstvideoflip.h:
15269         * sys/oss/gstossdmabuffer.h:
15270         * sys/oss/gstossmixerelement.h:
15271         * sys/oss/gstosssink.h:
15272         * sys/oss/gstosssrc.h:
15273         * sys/osxvideo/osxvideosink.h:
15274         * sys/sunaudio/gstsunaudiomixer.h:
15275         * sys/sunaudio/gstsunaudiosink.h:
15276         * sys/ximage/gstximagesrc.h:
15277         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
15278
15279 2006-05-31  Wim Taymans  <wim@fluendo.com>
15280
15281         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
15282         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
15283         (gst_goom_src_setcaps), (gst_goom_src_event),
15284         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
15285         (gst_goom_change_state):
15286         * gst/goom/gstgoom.h:
15287         Handle QoS.
15288         Handle flushing, discont and events.
15289         Fix timestamps and various other cleanups.
15290
15291 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15292
15293         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
15294         Fix bus reset when using libiec61883
15295
15296 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15297
15298         * configure.ac:
15299         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
15300         * ext/raw1394/Makefile.am:
15301         Add CFLAGS.
15302         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
15303         New method, to receive using libiec61883.
15304         (gst_dv1394src_iso_receive),
15305         #ifdef'd out if libiec61883 is present.
15306         (gst_dv1394src_bus_reset),
15307         Get userdata correctly if using libiec61883. 
15308         (gst_dv1394src_create),
15309         When using libiec61883, only poll one fd and no need to read.
15310         (gst_dv1394src_discover_avc_node),
15311         Replace g_warnings.
15312         (gst_dv1394src_start),
15313         Create new handle when we know which dv port.  More reliable
15314         than setting port on an existing handle.  Initialise libiec61883.
15315         (gst_dv1394src_stop):
15316         If using libiec61883, then cleanup its handle properly.
15317         * ext/raw1394/gstdv1394src.h:
15318         Add libiec61883 handle.
15319
15320 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
15321
15322         * gst/avi/gstavidemux.c:
15323           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
15324         * win32/MANIFEST:
15325           sort file listing
15326         * win32/vs6/libgstavi.dsp:
15327           add gstavimux.c to the project
15328         * win32/vs6/libgstid3demux.dsp:
15329           add link to zlib library
15330         * win32/vs6/libgstmatroska.dsp:
15331           add matroska-ids.c to the project
15332
15333 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
15334
15335         Patch by: Sebastian Dröge  <mail at slomosnail de >
15336
15337         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15338         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15339         * ext/taglib/Makefile.am:
15340         * ext/taglib/gstapev2mux.cc:
15341         * ext/taglib/gstapev2mux.h:
15342         * ext/taglib/gstid3v2mux.cc:
15343         * ext/taglib/gsttaglibmux.c: (plugin_init):
15344         * ext/taglib/gsttaglibmux.h:
15345           Add apev2mux element (#343122).
15346         
15347         * tests/check/Makefile.am:
15348         * tests/check/elements/apev2mux.c:
15349         (test_taglib_apev2mux_create_tags),
15350         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
15351         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
15352         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
15353         (apev2mux_suite), (main):
15354           Add unit test for apev2mux element.
15355
15356 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15357
15358         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
15359         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
15360         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
15361           GST_PTR_FORMAT should be used to print caps in debug statements.
15362
15363 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15364
15365         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
15366
15367         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
15368         (ape_demux_parse_tags):
15369           Some clean-ups and additions: map APE 'file' tag to
15370           GST_TAG_LOCATION (#343123); add support for extracting
15371           the track count and clean up parsing a bit (#343127).
15372
15373 2006-05-28  Edward Hervey  <edward@fluendo.com>
15374
15375         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
15376         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
15377
15378 2006-05-28  Edward Hervey  <edward@fluendo.com>
15379
15380         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
15381         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
15382         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
15383         * ext/jpeg/gstjpegdec.h:
15384         Clip outgoing buffers according to currently configured segment.
15385
15386 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15387
15388         * ext/taglib/gstid3v2mux.cc:
15389           Handle  writing of track-count or album-volume-count without
15390           track-number or albume-volume-number (in this case the number
15391           will just be set to 0).
15392
15393         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
15394           It would be nice if we actually checked the values received for
15395           track/album-volume number/count in  _check_tags(), rather than
15396           setting them again ...
15397
15398 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15399
15400         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15401           A track/volume number or count of 0 does not make sense,
15402           just ignore it along with negative numbers (a tag might
15403           only contain a track count without a track number).
15404
15405 2006-05-27  Edward Hervey  <edward@fluendo.com>
15406
15407         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
15408         (gst_jpeg_dec_sink_event):
15409         Abort decompression when receiving FLUSH_STOP. This should avoid
15410         issues when interrupting decoding with flushes.
15411
15412 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15413
15414         * ext/flac/gstflac.c:
15415           Don't #include file we don't dist any longer.
15416
15417 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15418
15419         * README:
15420           Replace current README (containing the release notes from
15421           some 0.9.x version) with a proper README taken from the core.
15422
15423 2006-05-24  Wim Taymans  <wim@fluendo.com>
15424
15425         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
15426         Implement EOS correctly by either posting
15427         SEGMENT_DONE or pushing an EOS message depending
15428         on the seek type. Fixes #342592
15429
15430 2006-05-24  Wim Taymans  <wim@fluendo.com>
15431
15432         * gst/law/alaw-decode.c: (gst_alawdec_chain):
15433         * gst/law/alaw-decode.h:
15434         * gst/law/alaw-encode.c: (gst_alawenc_chain):
15435         * gst/law/alaw-encode.h:
15436         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
15437         * gst/law/mulaw-decode.h:
15438         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
15439         * gst/law/mulaw-encode.h:
15440         Some cleanups in the chain functions.
15441         Remove some GStreamer 0.0.2 bits.
15442
15443 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15444
15445         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15446
15447         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
15448           gst_collect_pads_stop() needs to be called before chaining up
15449           to the parent class (#342734).
15450
15451 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15452
15453         * ext/flac/Makefile.am:
15454         * ext/flac/flac_compat.h:
15455         * ext/flac/gstflac.c:
15456         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
15457         * ext/flac/gstflacenc.c:
15458           Remove backwards compatibility cruft for dealing with FLAC API
15459           changes in the 1.0.x series - we require 1.1.1 or newer these days.
15460
15461 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15462
15463         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15464         (gst_matroska_demux_push_xiph_codec_priv_data),
15465         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15466         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15467         * gst/matroska/matroska-ids.h:
15468         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
15469         (gst_matroska_mux_video_pad_setcaps),
15470         (xiph3_streamheader_to_codecdata),
15471         (vorbis_streamheader_to_codecdata),
15472         (theora_streamheader_to_codecdata),
15473         (gst_matroska_mux_audio_pad_setcaps),
15474         (gst_matroska_mux_write_data):
15475           Add support for muxing/demuxing theora video (#342448; too bad
15476           none of the usual linux players can actually play this). Playback
15477           in GStreamer will require additional changes to theoradec in -base.
15478           Refactor streamheaders <=> CodecPrivateData code a bit; some small
15479           cleanups.
15480
15481 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15482
15483         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
15484         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
15485           Fix crashes when the horizontal subsampling is 1.
15486           Fixes #342097.
15487
15488 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15489
15490         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15491
15492         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
15493         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
15494         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
15495         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
15496         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
15497         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
15498         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
15499         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
15500         (gst_avi_mux_change_state):
15501         * gst/avi/gstavimux.h:
15502           Some enhancements for avimux (#342526):
15503            - add odml (large file) index support
15504            - store codec init data (e.g. huffyuv)
15505            - miscellaneous other fixes/cleanups
15506
15507 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15508
15509         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15510         Don't output any tag when we encounter a negative track number - the
15511         tag type is uint, so we end up outputting huge positive numbers
15512         instead. (Fixes: #342029)
15513
15514 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15515
15516         * configure.ac:
15517           update for new GSTPB_PLUGINS_DIR
15518
15519 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
15520
15521         * rtp/gst/gstrtph263pay.c:
15522         Properly set static caps for H263 at 34.
15523
15524 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15525
15526         Patch by: James "Doc" Livingston  <doclivingston gmail com>
15527
15528         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
15529           Merge event tags and tag setter tags correctly (#339918). Also,
15530           don't leak taglist in case of an error.
15531           
15532 2006-05-17  Edward Hervey  <edward@fluendo.com>
15533
15534         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
15535         We can only do caps intersection if the othercaps are non-empty and not
15536         ANY. Else we return the pad template (base_caps).
15537
15538 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15539
15540         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
15541           Fix crash when outputting debugging information for certain
15542           pictures (always good to use the right struct member for
15543           the number of records in an array).
15544
15545 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15546
15547         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
15548
15549         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
15550         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
15551         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
15552         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
15553         (gst_ebml_read_float), (gst_ebml_read_ascii),
15554         (gst_ebml_read_binary):
15555           Don't create unnecessary sub-buffers all the time. Dramatically
15556           improves performance with multiple concurrently running
15557           matroskademux instances (#341818) (and avoids doing
15558           unnecessarily inefficient things in the general case).
15559
15560 2006-05-16  Edward Hervey  <edward@fluendo.com>
15561
15562         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
15563         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
15564         return value of gst_pad_push_event().
15565
15566 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
15567
15568         * gst/autodetect/gstautoaudiosink.c:
15569         (gst_auto_audio_sink_find_best):
15570         * gst/autodetect/gstautovideosink.c:
15571         (gst_auto_video_sink_find_best):
15572         Make the name of the child element be based on the name of the
15573         parent, so that debug output is more useful.
15574         
15575         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
15576         (parse_insert_string_field), (parse_split_strings):
15577         Rework string parsing to always walk over BOM markers in UTF16
15578         strings, using the endianness indicated by the innermost one,
15579         then trying the opposite endianness if that fails to convert
15580         to valid UTF-8. Fixes #341774
15581
15582 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15583
15584         Patch from: Matthieu <matthieu at fluendo dot com>
15585
15586         * ext/libpng/Makefile.am:
15587         Add LIBPNG_CFLAGS.
15588
15589 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15590
15591         * ext/taglib/gstid3v2mux.cc:
15592           Add support for writing images (APIC frames) into ID3v2
15593           tags (picture type always set to 'other' for now though).
15594
15595 2006-05-14  Michael Smith  <msmith@fluendo.com>
15596
15597         * gst/wavparse/gstwavparse.c:
15598           Update docs; wavparse implements push and pull modes.
15599
15600 2006-05-12  Wim Taymans  <wim@fluendo.com>
15601
15602         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
15603         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
15604         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
15605         Ooops, bitten by the copy-and-paste design paradigm, fixes
15606         seek again.
15607
15608 2006-05-12  Wim Taymans  <wim@fluendo.com>
15609
15610         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15611         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
15612         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
15613         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
15614         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
15615         (gst_avi_demux_massage_index),
15616         (gst_avi_demux_calculate_durations_from_index),
15617         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
15618         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
15619         (gst_avi_demux_loop):
15620         * gst/avi/gstavidemux.h:
15621         Some cleanups, prepare to use GstSegment.
15622         Fix error in entry walking code.
15623         Fix VBR detection.
15624         Smarter timestamp calculation code.
15625         Uniform error/eos handling.
15626
15627 2006-05-12  Michael Smith  <msmith@fluendo.com>
15628
15629         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
15630         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
15631           Fix use of uninitialised values if we're NOT seeking in ready.
15632           Fix typos.
15633
15634 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15635
15636         * gst/wavparse/Makefile.am:
15637           Add CFLAGS and LIBS for libgstbase, fixes build on
15638           Cygwin (#341489).
15639
15640 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
15641
15642         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
15643           Some more debug info. No need to check whether the string
15644           returned by g_convert() is really UTF-8 - either it is or
15645           we get NULL returned.
15646
15647 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
15648
15649         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
15650           Fix parsing of numeric genre strings some more, by ensuring that
15651           we only try and parse strings that a) Start with '(' and b) Consist
15652           only of digits.
15653           Also, when finding an escaping '((' sequence, bust it back to '(' by
15654           swallowing the first parenthesis
15655
15656 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
15657
15658         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
15659         (gst_esdsink_open), (gst_esdsink_close):
15660         * ext/esd/esdsink.h:
15661           Move the esd_get_server_info() into gst_esdsink_open() and fail
15662           with a decent error message on errors.
15663
15664 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15665
15666         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
15667         (gst_esdmon_channels_get_type):
15668         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
15669         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
15670         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
15671         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
15672         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
15673         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
15674         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
15675         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
15676         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
15677         * gst/videomixer/videomixer.c:
15678         (gst_video_mixer_background_get_type):
15679           Const-ify GEnumValue arrays.
15680
15681 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15682
15683         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
15684
15685         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
15686         (gst_avi_mux_do_video_buffer):
15687           Work around gst_buffer_make_metadata_writable() bug that
15688           results in avimux marking all frames in the index as
15689           keyframes (#340859).
15690           
15691 2006-05-08  Wim Taymans  <wim@fluendo.com>
15692
15693         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
15694         Make parsing of urls suck slightly less.
15695
15696 2006-05-08  Edward Hervey  <edward@fluendo.com>
15697
15698         * autogen.sh: (CONFIGURE_DEF_OPT): 
15699         libtoolize on Darwin/MacOSX is called glibtoolize.
15700
15701 2006-05-08  Wim Taymans  <wim@fluendo.com>
15702
15703         Patch by: Jens Granseuer <jensgr at gmx dot net>
15704
15705         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
15706         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
15707         C89 compliance fixes. Fixes #340980
15708
15709 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
15710
15711         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
15712         * ext/flac/gstflacdec.h:
15713           Handle segment seeks that include the end of the file as stop point
15714           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
15715           message instead of an EOS event in case we're in segment seek
15716           mode (fixes #340699).
15717           
15718 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
15719
15720         * ext/cairo/gsttextoverlay.c:
15721         * ext/flac/gstflacdec.c:
15722         * ext/gdk_pixbuf/pixbufscale.c:
15723         * gst/apetag/gstapedemux.c:
15724         * gst/debug/breakmydata.c:
15725         * gst/debug/testplugin.c:
15726         * gst/matroska/ebml-write.c:
15727         * gst/multipart/multipartdemux.c:
15728         * sys/osxaudio/gstosxaudiosink.c:
15729         * sys/osxaudio/gstosxaudiosrc.c:
15730         Add semicolons after GST_BOILERPLATE[_FULL] so that
15731         indent doesn't mess up following lines.
15732
15733 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
15734
15735         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
15736
15737         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
15738           Don't leak caps when freeing the stream context (#340623).
15739
15740 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
15741
15742         * configure.ac:
15743           Back to CVS
15744
15745 === release 0.10.3 ===
15746
15747 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
15748
15749         * configure.ac:
15750           releasing 0.10.3, "Desplazado"
15751
15752 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
15753
15754         * gst/matroska/matroska-mux.c:
15755         (gst_matroska_mux_stream_is_vorbis_header),
15756         (gst_matroska_mux_write_data):
15757           Don't strcmp() NULL strings.
15758           Only start new clusters on video keyframes, not on any
15759           random audio buffer that doesn't have the DELTA_UNIT
15760           flag set (fixes 'make check' again).
15761
15762 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
15763
15764         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15765
15766         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
15767         (gst_matroska_mux_stream_is_vorbis_header),
15768         (gst_matroska_mux_write_data):
15769           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
15770           value and then dead-lock when muxing vorbis audio streams
15771           (the three vorbis header buffers carry no timestamp, and it
15772           would try to mux these after all video buffers). Fixes #340346.
15773
15774           Improve clustering: start a new cluster also whenever we get
15775           a keyframe.     
15776
15777 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15778
15779         * win32/common/config.h:
15780         * win32/MANIFEST
15781           add the generated file as well
15782
15783 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15784
15785         * Makefile.am:
15786         * configure.ac:
15787         * win32/common/config.h.in:
15788           add win32 stuff
15789
15790 2006-05-03  Michael Smith  <msmith@fluendo.com>
15791
15792         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
15793           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
15794           SUCKS.
15795
15796 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15797
15798         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
15799         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
15800         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
15801           don't leak caps-string
15802
15803 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
15804
15805         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
15806         (gst_id3demux_sink_activate):
15807           Let core insert default error message for TYPE_NOT_FOUND
15808           errors, it's just as good as our own and has the added
15809           bonus of being translated.
15810
15811 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
15812
15813         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
15814         (gst_tag_demux_sink_event):
15815         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
15816         (gst_id3demux_sink_event):
15817           Post an error message when we get an EOS event and were not
15818           able to find out the type of stream.
15819
15820         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
15821         (test_taglib_id3mux_with_tags):
15822           Decrease num-buffers to 16 per iteration again, otherwise the
15823           many memcpy()s and reallocations in the test will hammer slow
15824           CPUs completely and make the test timeout.
15825
15826 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15827
15828         * configure.ac:
15829           figure out where plugins-base plugins are
15830         * tests/check/Makefile.am:
15831           use plugins-base plugins, so we have typefind functions
15832         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
15833           increase num-buffers, this makes sure the test errors out instead
15834           of timing out when no typefind functions are present
15835
15836 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15837
15838         * docs/plugins/Makefile.am:
15839           also check .cc files for gtk-doc markup
15840         * configure.ac:
15841         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15842         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15843         * tests/check/Makefile.am:
15844         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
15845         * ext/Makefile.am:
15846         * ext/taglib/Makefile.am:
15847         * ext/taglib/gstid3v2mux.h:
15848         * ext/taglib/gsttaglibmux.c:
15849         * ext/taglib/gsttaglibmux.h:
15850           move taglib-based id3v2muxer to -good.  Fixes #336110.
15851
15852 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
15853
15854         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
15855           ... and fix multichannel/WAVFORMATEX support again.
15856
15857 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
15858
15859         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15860         (gst_wavparse_class_init), (gst_wavparse_dispose),
15861         (gst_wavparse_reset), (gst_wavparse_init),
15862         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
15863         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
15864         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
15865         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
15866         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
15867         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
15868         (gst_wavparse_stream_data), (gst_wavparse_loop),
15869         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
15870         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
15871         (gst_wavparse_change_state), (plugin_init):
15872         * gst/wavparse/gstwavparse.h:
15873           Add push (streaming) mode to wavparse (fixes #337625)
15874
15875 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15876
15877         * configure.ac:
15878         * tests/Makefile.am:
15879           add ximagesrc icles test
15880
15881 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15882
15883         * configure.ac:
15884         * docs/plugins/Makefile.am:
15885         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15886         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15887         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
15888         (gst_cmml_enc_push_clip):
15889         * sys/Makefile.am:
15890         * sys/ximage/Makefile.am:
15891         * sys/ximage/gstximagesrc.c:
15892           Move ximagesrc plug-in to good after review.  Fixes #336756.
15893
15894 2006-04-28  Michael Smith  <msmith@fluendo.com>
15895
15896         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
15897         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
15898         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
15899         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
15900         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
15901         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
15902         * gst/icydemux/gsticydemux.h:
15903           Fix event handling: cache events when typefinding and forward later.
15904
15905 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15906
15907         * sys/osxaudio/gstosxaudiosink.c:
15908         (plugin_init):
15909          Register osxaudiosrc to the plugin.
15910         * sys/osxaudio/gstosxaudiosrc.c:
15911         (gst_osx_audio_src_osxelement_do_init),
15912         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
15913         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
15914         (gst_osx_audio_src_get_property),
15915         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
15916         (gst_osx_audio_src_osxelement_init):
15917         * sys/osxaudio/gstosxaudiosrc.h:
15918           Port of osxaudiosrc to 0.10.
15919         * sys/osxaudio/Makefile.am:
15920           Add osxaudiosrc
15921
15922 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15923
15924         * sys/osxaudio/gstosxringbuffer.c:
15925         * sys/osxaudio/gstosxringbuffer.h:
15926           Forgot to commit earlier, part of the OSX audio plugin port
15927
15928 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15929
15930         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
15931         (parse_split_strings):
15932           Recognise and skip any byte order marker (BOM) in
15933           UTF-16 strings.
15934
15935 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
15936
15937         * docs/plugins/Makefile.am:
15938         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15939         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15940         * docs/plugins/gst-plugins-good-plugins.hierarchy:
15941         * docs/plugins/inspect/plugin-avi.xml:
15942         * gst/avi/gstavidemux.c:
15943         * gst/avi/gstavimux.c:
15944           Add docs for both avidemux and avimux.
15945
15946 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
15947
15948         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
15949
15950         * gst/avi/Makefile.am:
15951         * gst/avi/gstavi.c: (plugin_init):
15952         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
15953         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
15954         (gst_avi_mux_class_init), (gst_avi_mux_init),
15955         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
15956         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
15957         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
15958         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
15959         (gst_avi_mux_riff_get_avix_header),
15960         (gst_avi_mux_riff_get_video_header),
15961         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
15962         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
15963         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
15964         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
15965         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
15966         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
15967         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
15968         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
15969         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
15970         (gst_avi_mux_change_state):
15971         * gst/avi/gstavimux.h:
15972           Port AVI muxer to GStreamer-0.10 (#332031).
15973
15974         * tests/check/Makefile.am:
15975         * tests/check/elements/avimux.c:
15976         * tests/check/elements/.cvsignore:
15977           Add unit test for AVI muxer.
15978
15979 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
15980
15981         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15982         (gst_wavparse_class_init), (gst_wavparse_reset),
15983         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
15984         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
15985         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
15986         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
15987         (gst_wavparse_stream_data), (gst_wavparse_loop),
15988         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
15989         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
15990         (plugin_init):
15991         * gst/wavparse/gstwavparse.h:
15992           reverted patch #337625 for the price of 1 hour sleep
15993
15994 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
15995
15996         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15997         (gst_wavparse_class_init), (gst_wavparse_reset),
15998         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
15999         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
16000         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16001         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16002         (gst_wavparse_stream_data), (gst_wavparse_loop),
16003         (gst_wavparse_chain), (plugin_init):
16004         * gst/wavparse/gstwavparse.h:
16005           correct partial implementation of push mode
16006           (from my last commit)
16007
16008 2006-04-26  Wim Taymans  <wim@fluendo.com>
16009
16010         * ext/esd/esdsink.c:
16011         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
16012         it is not in esd.h
16013
16014 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
16015
16016         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
16017         (gst_au_parse_class_init), (gst_au_parse_init),
16018         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
16019         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
16020         (gst_au_parse_chain), (gst_au_parse_src_convert),
16021         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
16022         (gst_au_parse_sink_event), (gst_au_parse_src_event),
16023         (gst_au_parse_change_state):
16024         * gst/auparse/gstauparse.h:
16025           Rewrite auparse to suck a little bit less: make source pad
16026           dynamic, so decodebin/playbin work with non-raw formats
16027           like alaw/mulaw; add query function for duration/position
16028           queries; check whether we have enough data before attempting
16029           to parse the header (instead of crashing when that is not the
16030           case); work around audioconvert sucking by swapping endianness
16031           to the native endianness ourselves for float formats; send
16032           initial newsegment event. Fixes #161712.
16033
16034 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16035
16036         * sys/osxaudio/Makefile.am:
16037         * sys/osxaudio/gstosxaudioelement.c:
16038         (gst_osx_audio_element_get_type),
16039         (gst_osx_audio_element_class_init):
16040         * sys/osxaudio/gstosxaudioelement.h:
16041         * sys/osxaudio/gstosxaudiosink.c:
16042         (gst_osx_audio_sink_osxelement_do_init),
16043         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
16044         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
16045         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
16046         (gst_osx_audio_sink_create_ringbuffer),
16047         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
16048         (plugin_init):
16049         * sys/osxaudio/gstosxaudiosink.h:
16050         Port of osxaudiosink to 0.10
16051
16052 2006-04-26  Wim Taymans  <wim@fluendo.com>
16053
16054         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
16055         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
16056         the size of the ringbuffer. This should fix hangs with older 
16057         esd sound servers.
16058
16059 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16060
16061         * ext/aalib/gstaasink.c:
16062         * ext/annodex/gstcmmldec.c:
16063         * ext/annodex/gstcmmlenc.c:
16064         * ext/cairo/gsttextoverlay.c:
16065         * ext/cairo/gsttimeoverlay.c:
16066         * ext/cdio/gstcdiocddasrc.c:
16067         * ext/dv/gstdvdec.c:
16068         * ext/dv/gstdvdemux.c:
16069         * ext/esd/esdmon.c:
16070         * ext/esd/esdsink.c:
16071         * ext/flac/gstflacenc.c:
16072         * ext/flac/gstflactag.c:
16073         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16074         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16075         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16076         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16077         * ext/gdk_pixbuf/pixbufscale.c:
16078         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16079         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16080         * ext/jpeg/gstjpegdec.c:
16081         * ext/jpeg/gstjpegenc.c:
16082         * ext/jpeg/gstsmokedec.c:
16083         * ext/jpeg/gstsmokeenc.c:
16084         * ext/libcaca/gstcacasink.c:
16085         * ext/libmng/gstmngdec.c:
16086         * ext/libmng/gstmngenc.c:
16087         * ext/libpng/gstpngdec.c:
16088         * ext/libpng/gstpngenc.c:
16089         * ext/mikmod/gstmikmod.c:
16090         * ext/raw1394/gstdv1394src.c:
16091         * ext/shout2/gstshout2.c: (gst_shout2send_init):
16092         * ext/shout2/gstshout2.h:
16093         * ext/speex/gstspeexdec.c:
16094         * ext/speex/gstspeexenc.c:
16095         * gst/alpha/gstalpha.c:
16096         * gst/alpha/gstalphacolor.c:
16097         * gst/apetag/gstapedemux.c:
16098         * gst/auparse/gstauparse.c:
16099         * gst/autodetect/gstautoaudiosink.c:
16100         (gst_auto_audio_sink_base_init):
16101         * gst/autodetect/gstautovideosink.c:
16102         (gst_auto_video_sink_base_init):
16103         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
16104         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16105         * gst/cutter/gstcutter.c:
16106         * gst/debug/breakmydata.c:
16107         * gst/debug/efence.c:
16108         * gst/debug/gstnavigationtest.c:
16109         * gst/debug/gstnavseek.c:
16110         * gst/debug/negotiation.c:
16111         * gst/debug/progressreport.c:
16112         * gst/debug/testplugin.c:
16113         * gst/effectv/gstaging.c:
16114         * gst/effectv/gstdice.c:
16115         * gst/effectv/gstedge.c:
16116         * gst/effectv/gstquark.c:
16117         * gst/effectv/gstrev.c:
16118         * gst/effectv/gstshagadelic.c:
16119         * gst/effectv/gstvertigo.c:
16120         * gst/effectv/gstwarp.c:
16121         * gst/flx/gstflxdec.c:
16122         * gst/goom/gstgoom.c:
16123         * gst/icydemux/gsticydemux.c:
16124         * gst/id3demux/gstid3demux.c:
16125         * gst/interleave/deinterleave.c:
16126         * gst/interleave/interleave.c:
16127         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16128         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16129         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16130         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16131         * gst/level/gstlevel.c:
16132         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16133         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16134         * gst/median/gstmedian.c:
16135         * gst/monoscope/gstmonoscope.c:
16136         * gst/multipart/multipartdemux.c:
16137         * gst/multipart/multipartmux.c:
16138         * gst/oldcore/gstaggregator.c:
16139         * gst/oldcore/gstfdsink.c:
16140         * gst/oldcore/gstmd5sink.c:
16141         * gst/oldcore/gstmultifilesrc.c:
16142         * gst/oldcore/gstpipefilter.c:
16143         * gst/oldcore/gstshaper.c:
16144         * gst/oldcore/gststatistics.c:
16145         * gst/rtp/gstasteriskh263.c:
16146         * gst/rtp/gstrtpL16depay.c:
16147         * gst/rtp/gstrtpL16pay.c:
16148         * gst/rtp/gstrtpamrdepay.c:
16149         * gst/rtp/gstrtpamrpay.c:
16150         * gst/rtp/gstrtpdepay.c:
16151         * gst/rtp/gstrtpgsmpay.c:
16152         * gst/rtp/gstrtph263pay.c:
16153         * gst/rtp/gstrtph263pdepay.c:
16154         * gst/rtp/gstrtph263ppay.c:
16155         * gst/rtp/gstrtpilbcdepay.c:
16156         * gst/rtp/gstrtpmp4gpay.c:
16157         * gst/rtp/gstrtpmp4vdepay.c:
16158         * gst/rtp/gstrtpmp4vpay.c:
16159         * gst/rtp/gstrtpmpadepay.c:
16160         * gst/rtp/gstrtpmpapay.c:
16161         * gst/rtp/gstrtppcmadepay.c:
16162         * gst/rtp/gstrtppcmapay.c:
16163         * gst/rtp/gstrtppcmudepay.c:
16164         * gst/rtp/gstrtppcmupay.c:
16165         * gst/rtp/gstrtpspeexdepay.c:
16166         * gst/rtp/gstrtpspeexpay.c:
16167         * gst/rtsp/gstrtpdec.c:
16168         * gst/rtsp/gstrtspsrc.c:
16169         * gst/smpte/gstsmpte.c:
16170         * gst/udp/gstdynudpsink.c:
16171         * gst/udp/gstmultiudpsink.c:
16172         * gst/udp/gstudpsink.c:
16173         * gst/udp/gstudpsrc.c:
16174         * gst/videobox/gstvideobox.c:
16175         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16176         * gst/videofilter/gstvideobalance.c:
16177         * gst/videofilter/gstvideoflip.c:
16178         * gst/videofilter/gstvideotemplate.c:
16179         (gst_videotemplate_base_init):
16180         * gst/videomixer/videomixer.c:
16181         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16182         (gst_wavparse_class_init), (gst_wavparse_dispose),
16183         (gst_wavparse_reset), (gst_wavparse_init),
16184         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
16185         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
16186         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
16187         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
16188         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16189         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16190         (gst_wavparse_change_state):
16191         * gst/wavparse/gstwavparse.h:
16192         * sys/oss/gstossmixerelement.c:
16193         * sys/oss/gstosssink.c:
16194         * sys/oss/gstosssrc.c:
16195         * sys/osxaudio/gstosxaudioelement.c:
16196         * sys/osxaudio/gstosxaudiosink.c:
16197         * sys/osxaudio/gstosxaudiosrc.c:
16198         * sys/sunaudio/gstsunaudiomixer.c:
16199         * sys/sunaudio/gstsunaudiosink.c:
16200           Define GstElementDetails as const and also static (when defined as
16201           global)
16202
16203 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16204
16205         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16206           Source pad has fixed caps. If we don't set this, bad
16207           things happen when the window is resized.
16208
16209 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16210
16211         * gst/matroska/Makefile.am:
16212         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16213         (gst_matroska_demux_handle_src_event):
16214         * gst/matroska/matroska-ids.c:
16215         (gst_matroska_track_init_video_context),
16216         (gst_matroska_track_init_audio_context),
16217         (gst_matroska_track_init_subtitle_context),
16218         (gst_matroska_track_init_complex_context):
16219         * gst/matroska/matroska-ids.h:
16220           Handle case where the TrackType ebml chunk does not come before the
16221           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
16222           events.
16223
16224 2006-04-25  Wim Taymans  <wim@fluendo.com>
16225
16226         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
16227         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
16228         It's codec_data, not codec_info.
16229
16230 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16231
16232         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16233
16234         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16235           Handle codec_data for VfW compatibility codec IDs (#339451)
16236
16237         * gst/matroska/matroska-mux.c:
16238         (gst_matroska_mux_video_pad_setcaps):
16239           Same here, handle codec_data and add additional caps we can handle
16240           now to the pad template (huffyuv, dv and h263 video) (#339451)
16241
16242 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16243
16244         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
16245
16246         * gst/matroska/matroska-mux.c:
16247         (gst_matroska_mux_create_buffer_header),
16248         (gst_matroska_mux_write_data):
16249           Fix timestamping of B-frames, use signed integers, do
16250           some rounding (#339678).
16251
16252 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
16253
16254         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
16255         just make it compile with --disable-gst-debug.
16256
16257 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
16258
16259         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16260         Fix a bad conversion using gst_guint64_to_gdouble.
16261         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
16262         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
16263         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
16264     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
16265         mistake.
16266
16267 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
16268
16269         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16270         Use gst_guint64_to_gdouble for conversions
16271         * win32/vs6/gst_plugins_good.dsw:
16272         * win32/vs6/libgsticydemux.dsp:
16273         Add a project file for icydemux
16274
16275 2006-04-21  Wim Taymans  <wim@fluendo.com>
16276
16277         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16278
16279         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
16280         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
16281         When splitting audio chunks, the block alignment is not taken in
16282         consideration, so the smaller chunks could be of size which is 
16283         not a multiple of the block alignment. Fixes #336904
16284
16285 2006-04-21  Wim Taymans  <wim@fluendo.com>
16286
16287         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
16288         Use scale functions
16289
16290 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16291
16292         * ext/dv/gstdv.c: (plugin_init):
16293           Fix build.
16294
16295 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16296
16297         * gst/debug/progressreport.c: (gst_progress_report_finalize),
16298         (gst_progress_report_class_init), (gst_progress_report_init),
16299         (gst_progress_report_do_query), (gst_progress_report_report),
16300         (gst_progress_report_set_property),
16301         (gst_progress_report_get_property):
16302           Add 'format' property to force querying to a particular format.
16303
16304 2006-04-21  Andy Wingo  <wingo@pobox.com>
16305
16306         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
16307         best, on big endian systems. Drop its rank in that case. OTOH on
16308         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
16309
16310 2006-04-21  Michael Smith  <msmith@fluendo.com>
16311
16312         * configure.ac:
16313         * gst/icydemux/Makefile.am:
16314         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
16315         (gst_icydemux_base_init), (gst_icydemux_class_init),
16316         (gst_icydemux_reset), (gst_icydemux_init),
16317         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
16318         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
16319         (unicodify), (gst_icydemux_unicodify),
16320         (gst_icydemux_parse_and_send_tags),
16321         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16322         (gst_icydemux_chain), (gst_icydemux_change_state),
16323         (gst_icydemux_send_tag_event), (plugin_init):
16324         * gst/icydemux/gsticydemux.h:
16325         * tests/check/Makefile.am:
16326         * tests/check/elements/icydemux.c: (typefind_succeed),
16327         (plugin_init), (icydemux_found_pad), (create_icydemux),
16328         (cleanup_icydemux), (push_data), (GST_START_TEST),
16329         (icydemux_suite), (main):
16330           Add icydemux, and tests.
16331
16332 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16333
16334         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16335           Post SEGMENT_DONE message in TIME format.
16336
16337 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16338
16339         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16340
16341         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
16342         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
16343           Fix index creation when we have to scan the file to create
16344           an index. There may be other types of RIFF 'LIST' chunks than
16345           'movi' and we need to skip them properly as well or we'll end up
16346           reading garbage (#336889). Some other cosmetic changes.
16347           
16348 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16349
16350         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
16351         (gst_flac_dec_handle_seek_event):
16352           Add support for segment seeks (fixes #338290). Also demote
16353           some recurring debug message from DEBUG to LOG level.
16354
16355 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16356
16357         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16358         (gst_matroskademux_do_index_seek),
16359         (gst_matroska_demux_handle_seek_event),
16360         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16361         * gst/matroska/matroska-ids.h:
16362           Set DISCONT flag on first buffer after a discontinuity.
16363           Fix newsegment events sent when seeking and honour KEY_UNIT
16364           seek flag. Create pad with bogus caps if we don't recognise
16365           the stream codec id.
16366
16367         * gst/matroska/matroska-demux.h:
16368           Fix GObject macros.
16369
16370 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16371
16372         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16373
16374         * gst/matroska/matroska-demux.c:
16375         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
16376           Handle end of segment properly when set; don't dead-lock when
16377           posting start of segment message when doing a segment seek.
16378           Fixes #338810.
16379
16380 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16381
16382         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
16383         (gst_matroska_demux_plugin_init):
16384           Make mpeg2 aac audio work: create artificial private codec data
16385           chunk which faad2 seems to require, just as we do for mpeg4 aac.
16386           Also call gst_riff_init(). Partially fixes #338767.
16387
16388 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
16389
16390         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
16391         (gst_wavenc_class_init), (gst_wavenc_init),
16392         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
16393         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
16394         (gst_wavenc_chain), (gst_wavenc_change_state):
16395         * gst/wavenc/gstwavenc.h:
16396           Set caps on first outgoing buffer, so that it doesn't error out
16397           immediately with a non-negotiated error (#338716). Rewrite and
16398           clean up a bit; fix setcaps function to parse things properly;
16399           fix sink caps (8bit audio is unsigned and doesn't have depth);
16400           use boilerplate macros; remove unused properties stuff.
16401
16402 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16403
16404         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16405           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
16406           handle MJPEG streams and might be autoplugged for those if the
16407           user doesn't have jpegdec installed (resulting in a cryptic error
16408           message about huffman tables). Better to disable JPEG decoding here
16409           and let the user figure out that she needs to install jpegdec.
16410
16411 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16412
16413         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16414         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16415         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
16416         * ext/gdk_pixbuf/gstgdkpixbuf.h:
16417           Make work with packetised/framed input (e.g. png-in-quicktime). Use
16418           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
16419           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
16420           debug messages. Fix boilerplate macros.
16421
16422 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16423
16424         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
16425         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
16426           No need to special-case for Gdk-2.0 any longer, we require
16427           Gdk 2.2 or newer; minor clean-ups.
16428
16429 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16430
16431         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
16432         (gst_shout2send_class_init), (gst_shout2send_init),
16433         (set_shout_metadata), (gst_shout2send_set_metadata),
16434         (gst_shout2send_event), (gst_shout2send_start),
16435         (gst_shout2send_connect), (gst_shout2send_stop),
16436         (gst_shout2send_render), (gst_shout2send_set_property),
16437         (gst_shout2send_get_property), (gst_shout2send_setcaps),
16438         (plugin_init):
16439         * ext/shout2/gstshout2.h:
16440         * po/POTFILES.in:
16441           Rewrite a bit: use GstBaseSink::start and stop instead of a state
16442           change function; use GST_ELEMENT_ERROR for error reporting, not
16443           g_error() or GST_ERROR(); don't unref caps in setcaps function,
16444           will cause crashes or assertion failures; remove (unused) "sync"
16445           property, basesink already has such a property; misc. other
16446           minor fixes and cleanups.
16447
16448 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16449
16450         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
16451         * ext/esd/gstesd.c: (plugin_init):
16452         * po/POTFILES.in:
16453           Add translatable error message for when we cannot
16454           connect to the sound server, as "Cannot open resource
16455           for writing" isn't really an acceptable message to show
16456           to the user in this case.
16457
16458 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16459
16460         * sys/oss/gst-i18n-plugin.h:
16461           Remove bogus file that doesn't belong here.
16462
16463 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16464
16465         Patch by: Philippe Valembois
16466
16467         * ext/shout2/gstshout2.c: (gst_shout2send_init),
16468         (gst_shout2send_set_metadata), (gst_shout2send_event),
16469         (gst_shout2send_render), (gst_shout2send_change_state):
16470         * ext/shout2/gstshout2.h:
16471           Handle tags being received before the connection to
16472           the server is established properly (see #338636).
16473
16474 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16475
16476         * ext/shout2/gstshout2.c: (gst_shout2send_render):
16477           Don't crash in case the connection to the server fails:
16478           don't set pointer to NULL by assigning FALSE; error out
16479           properly by using GST_ELEMENT_ERROR and returning
16480           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
16481           before resetting the pointer.
16482
16483 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
16484
16485         * gst/id3demux/id3tags.c:
16486         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
16487         (Fixes #338713)
16488
16489 2006-04-12  Wim Taymans  <wim@fluendo.com>
16490
16491         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16492         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
16493         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16494         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
16495         (gst_gdk_pixbuf_chain):
16496         Some cleanups.
16497         Added RGBA as a possible output format.
16498         Correctly free the supported mimetypes.
16499         deprecate silent arg, it's not used.
16500         Return result from _alloc_buffer to peer.
16501
16502 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16503
16504         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
16505           Don't leak memory allocated by gst_buffer_new_and_alloc() by
16506           overwriting GST_BUFFER_MALLOCDATA.
16507
16508 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16509
16510         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
16511         (user_endrow_callback), (user_end_callback),
16512         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
16513         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
16514         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
16515         * ext/libpng/gstpngdec.h:
16516           Handle more than one frame if the content is framed,
16517           like with png-in-quicktime (#331917).
16518
16519 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16520
16521         * sys/oss/Makefile.am:
16522         * sys/oss/common.h:
16523         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
16524         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
16525         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
16526         (gst_oss_src_unprepare):
16527           - the user-visible error strings were in the wrong category
16528           - and the messages were not marked for translation
16529           - which is actually a good thing, because they were exactly
16530             the kind of message you would never want anyone to see
16531           - the macros were using variables that didn't exist in the macro
16532             arguments
16533           - and they were obviously copied from each other and then modified
16534           - so a common header makes sense
16535
16536 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
16537
16538         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16539           Don't try to modify read-only data.
16540
16541         * gst/matroska/matroska-demux.c:
16542         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16543           Fix comment (won't crash any longer now).
16544
16545 2006-04-10  Michael Smith  <msmith@fluendo.com>
16546
16547         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
16548           Use copies of header buffers for caps to avoid circular refcounting
16549           problems (as in theoradec, vorbisdec).
16550
16551         * tests/check/elements/cmmldec.c: (GST_START_TEST):
16552           Fix a typo in test that meant it was testing the wrong thing.
16553
16554         * tests/check/elements/cmmlenc.c: (check_headers):
16555           Fix refcount checks now that we use buffer-copies for caps.
16556
16557 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
16558
16559         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
16560         (gst_matroska_demux_handle_seek_event),
16561         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
16562         (gst_matroska_demux_subtitle_caps),
16563         (gst_matroska_demux_plugin_init):
16564           Use static pad templates with ANY caps for audio and video
16565           source pads and get rid of a lot of unnecessary (and partially
16566           broken) code for the template caps. Clean up caps finding
16567           functions. Fixes playback of audio files/streams that do not
16568           contain the sample rate and/or number of channels in the audio
16569           context (happens a lot with vorbis/mp3 .mka files it seems).
16570           Fixes #337183.
16571           Also add myself to copyright holders.
16572
16573 2006-04-10  Michael Smith  <msmith@fluendo.com>
16574
16575         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
16576           Use g_list_delete_link () instead of g_list_remove_link () so that
16577           we free the link as well as the contained data.
16578
16579 2006-04-10  Wim Taymans  <wim@fluendo.com>
16580
16581         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
16582
16583         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
16584         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
16585         (gst_avi_demux_stream_header):
16586         Fix some crashers with empty chunks. (Fixes #337749)
16587
16588 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
16589
16590         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
16591           use G_GINT64_CONSTANT for INT64 constants
16592         * gst/videofilter/gstvideobalance.c:
16593           define rint for WIN32 #define rint(x) (floor((x)+0.5))
16594         * win32/vs6/libgstavi.dsp:
16595          add missing libraries for the link and remove avimux.c from
16596          the project as it isn't ported to 0.10 yet
16597         
16598 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
16599
16600         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16601           Even better would be if we actually did the right thing
16602           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
16603
16604 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
16605
16606         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16607           Can't just replace 1LL with 1L here just because MSVC doesn't
16608           support it, as it might lead to incorrect results when doing the
16609           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
16610           force a 64-bit constant in a way that all compilers are happy with.
16611
16612 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16613
16614         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
16615         * ext/esd/esdsink.c: (gst_esdsink_class_init):
16616         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
16617         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
16618         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
16619         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
16620         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
16621         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
16622         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
16623         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
16624         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
16625         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
16626         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
16627         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
16628         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
16629         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
16630         * gst/avi/gstavimux.c: (gst_avimux_class_init):
16631         * gst/debug/efence.c: (gst_efence_class_init):
16632         * gst/debug/negotiation.c: (gst_negotiation_class_init):
16633         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
16634         * gst/goom/gstgoom.c: (gst_goom_class_init):
16635         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
16636         * gst/interleave/deinterleave.c: (deinterleave_class_init):
16637         * gst/interleave/interleave.c: (interleave_class_init):
16638         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
16639         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
16640         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
16641         * gst/median/gstmedian.c: (gst_median_class_init):
16642         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
16643         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
16644         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
16645         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
16646         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
16647         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
16648         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
16649         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
16650         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
16651         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
16652         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
16653         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
16654         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
16655         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
16656         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
16657         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
16658         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
16659         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
16660         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
16661         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
16662         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
16663         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
16664         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
16665         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
16666         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
16667         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
16668         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
16669         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
16670         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
16671         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
16672         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
16673         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
16674         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
16675         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
16676         * sys/osxaudio/gstosxaudioelement.c:
16677         (gst_osxaudioelement_class_init):
16678         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
16679         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
16680         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
16681         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16682
16683 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16684
16685         * ext/mikmod/gstmikmod.h:
16686         * gst/level/gstlevel.h:
16687         Fix more broken GObject macros
16688
16689 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16690
16691         * ext/annodex/gstcmmldec.h:
16692         * ext/annodex/gstcmmlenc.h:
16693         * ext/annodex/gstcmmltag.h:
16694         * ext/cairo/gsttextoverlay.h:
16695         * ext/ladspa/gstsignalprocessor.h:
16696         * gst/matroska/ebml-read.h:
16697         * gst/matroska/ebml-write.h:
16698         * sys/osxaudio/gstosxaudioelement.h:
16699         Fix broken GObject macros
16700
16701 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
16702
16703         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
16704           Don't try to seek beyond the end of the file (would
16705           occasionally display error dialogs in totem when seeking
16706           to the end) (#335869). Will still throw an error though
16707           if the file is truncated and the total_samples value in
16708           the stream header is wrong.
16709
16710 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
16711
16712         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
16713         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
16714         (gst_flac_dec_metadata_callback):
16715         * ext/flac/gstflacdec.h:
16716           If the stream header doesn't contain the total number of samples,
16717           search for the last flac frame at the end of the file and calculate
16718           the total duration from that frame's offset (fixes #337609).
16719
16720 2006-04-07  Edward Hervey  <edward@fluendo.com>
16721
16722         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
16723         Don't unref the GstPadTemplate returned by
16724         gst_element_class_get_pad_template().
16725
16726 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
16727
16728         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
16729
16730         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
16731         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
16732         * sys/sunaudio/gstsunaudiosink.h:
16733           Use spec->segsize and spec->segtotal in the prepare function
16734           to initialise the ring buffer instead of using the buffer-time
16735           property (#337421).
16736
16737 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
16738
16739         * configure.ac:
16740           Bump core requirements to CVS for gst_pad_query_peer_duration()
16741           which is used by speexdec.
16742
16743 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
16744
16745         * ext/speex/gstspeex.c: (plugin_init):
16746         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
16747         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
16748         (speex_get_sink_query_types), (speex_dec_sink_query),
16749         (speex_get_src_query_types), (speex_dec_src_query),
16750         (speex_dec_src_event), (speex_dec_sink_event),
16751         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
16752         (speex_dec_chain_parse_data), (speex_dec_chain),
16753         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
16754         (speex_dec_change_state):
16755         * ext/speex/gstspeexdec.h:
16756           Fix seeking and duration queries (#337033); clean up and
16757           refactor a bit.
16758
16759 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16760
16761         * ext/raw1394/gstdv1394src.c:
16762           distinguish between device not found and could not open for
16763           reading
16764
16765 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16766
16767         * Makefile.am:
16768         * configure.ac:
16769         * pkgconfig/.cvsignore:
16770         * pkgconfig/Makefile.am:
16771         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
16772           add a .pc file so other modules can use good plugins in tests
16773
16774 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16775
16776         * configure.ac:
16777           clean up, use AS_VERSION and AS_NANO
16778         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
16779           use PACKAGE_VERSION define
16780         * po/af.po:
16781         * po/az.po:
16782         * po/cs.po:
16783         * po/en_GB.po:
16784         * po/hu.po:
16785         * po/it.po:
16786         * po/nb.po:
16787         * po/nl.po:
16788         * po/or.po:
16789         * po/sq.po:
16790         * po/sr.po:
16791         * po/sv.po:
16792         * po/uk.po:
16793         * po/vi.po:
16794           updated
16795
16796 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
16797
16798         * ext\jpeg\smokecodec.c:
16799           use of GST_DEBUG instead of DEBUG(a...) for WIN32
16800         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
16801           move first instruction after all variables declarations
16802         * gst\alpha\gstalpha.c:
16803         * gst\effectv\gstshagadelic.c:
16804         * gst\smpte\paint.c:
16805         * gst\videofilter\gstvideobalance.c:
16806           define M_PI if it's not defined (it's not defined on WIN32)
16807         * gst\cutter\gstcutter.c: (gst_cutter_chain):
16808         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
16809         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
16810         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
16811         (gst_matroska_demux_video_caps):
16812         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
16813         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
16814           use gst_guint64_to_gdouble for conversions
16815         * gst\goom\filters.c: (setPixelRGB_):
16816           fix a debug which was using undefined variable
16817         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
16818         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
16819           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
16820         * win32/vs6:
16821           add vs6 projects files for most of plugins-good
16822         
16823 2006-03-30  j^  <j@bootlab.org>
16824
16825         * ext/aalib/gstaasink.c:
16826         * ext/annodex/gstcmmldec.c:
16827         * ext/annodex/gstcmmlenc.c:
16828         * ext/cairo/gsttextoverlay.c:
16829         * ext/cairo/gsttimeoverlay.c:
16830         * ext/cdio/gstcdiocddasrc.c:
16831         * ext/dv/gstdvdec.c:
16832         * ext/esd/esdmon.c:
16833         * ext/esd/esdsink.c:
16834         * ext/flac/gstflacdec.c:
16835         * ext/flac/gstflacenc.c:
16836         * ext/flac/gstflactag.c:
16837         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16838         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16839         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16840         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16841         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16842         * ext/gdk_pixbuf/pixbufscale.c:
16843         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16844         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16845         * ext/jpeg/gstjpegdec.c:
16846         * ext/jpeg/gstjpegenc.c:
16847         * ext/jpeg/gstsmokedec.c:
16848         * ext/jpeg/gstsmokeenc.c:
16849         * ext/libcaca/gstcacasink.c:
16850         * ext/libmng/gstmngdec.c:
16851         * ext/libmng/gstmngenc.c:
16852         * ext/libpng/gstpngdec.c:
16853         * ext/libpng/gstpngenc.c:
16854         * ext/mikmod/gstmikmod.c:
16855         * ext/raw1394/gstdv1394src.c:
16856         * ext/shout2/gstshout2.c:
16857         * ext/speex/gstspeexdec.c:
16858         * ext/speex/gstspeexenc.c:
16859         * gst/alpha/gstalpha.c:
16860         * gst/alpha/gstalphacolor.c:
16861         * gst/auparse/gstauparse.c:
16862         * gst/autodetect/gstautoaudiosink.c:
16863         (gst_auto_audio_sink_base_init):
16864         * gst/autodetect/gstautovideosink.c:
16865         (gst_auto_video_sink_base_init):
16866         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16867         * gst/cutter/gstcutter.c:
16868         * gst/debug/breakmydata.c:
16869         * gst/debug/efence.c:
16870         * gst/debug/gstnavigationtest.c:
16871         * gst/debug/negotiation.c:
16872         * gst/debug/progressreport.c:
16873         * gst/debug/testplugin.c:
16874         * gst/effectv/gstaging.c:
16875         * gst/effectv/gstdice.c:
16876         * gst/effectv/gstedge.c:
16877         * gst/effectv/gstquark.c:
16878         * gst/effectv/gstrev.c:
16879         * gst/effectv/gstvertigo.c:
16880         * gst/effectv/gstwarp.c:
16881         * gst/flx/gstflxdec.c:
16882         * gst/goom/gstgoom.c:
16883         * gst/interleave/deinterleave.c:
16884         * gst/interleave/interleave.c:
16885         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16886         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16887         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16888         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16889         * gst/level/gstlevel.c:
16890         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16891         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16892         * gst/median/gstmedian.c:
16893         * gst/monoscope/gstmonoscope.c:
16894         * gst/multipart/multipartdemux.c:
16895         * gst/multipart/multipartmux.c:
16896         * gst/oldcore/gstmd5sink.c:
16897         * gst/oldcore/gstmultifilesrc.c:
16898         * gst/oldcore/gstpipefilter.c:
16899         * gst/oldcore/gstshaper.c:
16900         * gst/oldcore/gststatistics.c:
16901         * gst/rtp/gstasteriskh263.c:
16902         * gst/rtp/gstrtpL16depay.c:
16903         * gst/rtp/gstrtpL16pay.c:
16904         * gst/rtp/gstrtpamrdepay.c:
16905         * gst/rtp/gstrtpamrpay.c:
16906         * gst/rtp/gstrtpdepay.c:
16907         * gst/rtp/gstrtpgsmpay.c:
16908         * gst/rtp/gstrtph263pay.c:
16909         * gst/rtp/gstrtph263pdepay.c:
16910         * gst/rtp/gstrtph263ppay.c:
16911         * gst/rtp/gstrtpmp4gpay.c:
16912         * gst/rtp/gstrtpmp4vdepay.c:
16913         * gst/rtp/gstrtpmp4vpay.c:
16914         * gst/rtp/gstrtpmpadepay.c:
16915         * gst/rtp/gstrtpmpapay.c:
16916         * gst/rtp/gstrtppcmadepay.c:
16917         * gst/rtp/gstrtppcmapay.c:
16918         * gst/rtp/gstrtppcmudepay.c:
16919         * gst/rtp/gstrtppcmupay.c:
16920         * gst/rtp/gstrtpspeexdepay.c:
16921         * gst/rtp/gstrtpspeexpay.c:
16922         * gst/rtsp/gstrtpdec.c:
16923         * gst/smpte/gstsmpte.c:
16924         * gst/videobox/gstvideobox.c:
16925         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16926         * gst/videofilter/gstvideobalance.c:
16927         * gst/videofilter/gstvideoflip.c:
16928         * gst/videofilter/gstvideotemplate.c:
16929         (gst_videotemplate_base_init):
16930         * gst/videomixer/videomixer.c:
16931         * gst/wavenc/gstwavenc.c:
16932         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
16933          better/unified long descriptions
16934          Fixed #336602
16935          Some cleanups to auparse, don't send multiple newsegments.
16936
16937 2006-03-29  Wim Taymans  <wim@fluendo.com>
16938
16939         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
16940
16941         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
16942         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
16943         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
16944         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
16945         * ext/dv/gstdvdemux.h:
16946         Seek in READY patch. Only works for pull based mode.
16947         Fixes #323880
16948
16949 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16950
16951         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
16952         (gst_gdk_pixbuf_event):
16953           Fix two crashers: don't unref the same caps twice, and
16954           set pixbuf loader to NULL after freeing it.
16955
16956 2006-03-27  Wim Taymans  <wim@fluendo.com>
16957
16958         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
16959         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
16960         (gst_speexenc_chain):
16961         * ext/speex/gstspeexenc.h:
16962         Don't leak adapter.
16963         A push *always* takes ownership of the buffer, even on
16964         errors.
16965         Small cleanups.
16966
16967 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
16968
16969         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
16970           Create source pad without leaking.
16971
16972 2006-03-24  Wim Taymans  <wim@fluendo.com>
16973
16974         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
16975         * ext/flac/gstflacdec.h:
16976         * ext/flac/gstflacenc.h:
16977         Spifify a bit.
16978         Fix deadly lock order error in seeking code, STREAM_LOCK
16979         cannot be taken within LOCK and the streaming variables are
16980         protected with the STREAM_LOCK anyway.
16981
16982 2006-03-24  Wim Taymans  <wim@fluendo.com>
16983
16984         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
16985         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
16986         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
16987         this patch combines the global init_frames with the stream
16988         init_frames. Rationale being that the global delay should 
16989         be subtracted from any stream delay.
16990         Fixes #335858.
16991
16992 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16993
16994         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
16995         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
16996         * gst/smpte/gstsmpte.c: (gst_smpte_init):
16997         * gst/videomixer/videomixer.c: (gst_videomixer_init):
16998         use DEBUG_FUNCPTR for collectpads
16999
17000 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
17001
17002         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
17003           Don't crash when encoding images where the number of rows isn't
17004           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
17005
17006 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17007
17008         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
17009         * gst/interleave/deinterleave.c: (deinterleave_change_state):
17010         * gst/interleave/interleave.c: (interleave_change_state):
17011         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
17012           More state change function fixes.
17013
17014 2006-03-23  Wim Taymans  <wim@fluendo.com>
17015
17016         * ext/esd/esdsink.c: (gst_esdsink_class_init),
17017         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
17018         (gst_esdsink_prepare), (gst_esdsink_unprepare),
17019         (gst_esdsink_delay), (gst_esdsink_reset):
17020         * ext/esd/esdsink.h:
17021         Fix esd choppy playback by configuring audiosink
17022         correctly. Fixes #325191
17023
17024 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17025
17026         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
17027           Make state change function thread-safe.
17028
17029 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17030
17031         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
17032         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
17033           Don't try to read beyond the end of the file just because
17034           the header claims a bigger size (like with truncated files).
17035
17036 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17037
17038         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17039         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
17040         (gst_wavparse_stream_data), (gst_wavparse_loop):
17041         * gst/wavparse/gstwavparse.h:
17042           Delay source pad creation until we have the first chunk of
17043           media data, so the we can examine the data and adjust the
17044           caps accordingly if required. This makes playback of .wav
17045           files with DTS-declared-as-PCM content work (#313266).
17046
17047 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
17048
17049         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17050         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
17051         Don't attempt typefinding on too-short buffers that have been
17052         completely trimmed away. (Fixes #330239)
17053
17054         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
17055         Improve the debug output
17056
17057 2006-03-21  Wim Taymans  <wim@fluendo.com>
17058
17059         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
17060         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
17061         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
17062         (gst_esdsink_set_property), (gst_esdsink_get_property):
17063         Some cleanups.
17064         Reset fd to -1 when we close them.
17065
17066 2006-03-21  Wim Taymans  <wim@fluendo.com>
17067
17068         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
17069         the OPTIONS request result is optional so don't
17070         fail on it.
17071
17072 2006-03-21  Edward Hervey  <edward@fluendo.com>
17073
17074         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
17075         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
17076         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
17077         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17078         (gst_wavparse_change_state):
17079         gcc 4.1 unreferenced pointer fixes.
17080
17081 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
17082
17083         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
17084
17085         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
17086           Fix block alignment calculation. Alignment should be done before
17087           adding the byte offset where the data starts (#335231).
17088
17089 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17090
17091         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
17092           Ensure that we set correct caps on buffers that are transferred
17093           direct from the input.
17094
17095 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17096
17097         * gst/goom/filters.c: (zoomFilterDestroy):
17098         * gst/goom/goom_core.c: (goom_close):
17099           Free filter data when cleaning up. (Fixes: #334995)
17100
17101 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
17102
17103         * configure.ac:
17104           Don't compile udp and rtsp plugins on win32 (mingw) or other
17105           systems that don't have <sys/socket.h> for some reason (#316203).
17106
17107 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17108
17109         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
17110         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
17111         * ext/raw1394/gstdv1394src.h:
17112           Change bus reset handler so it reports useful information such as
17113           whether the device being used connected or disconnected
17114
17115 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17116
17117         * gst/id3demux/id3v2frames.c:
17118         (parse_relative_volume_adjustment_two):
17119           We only care about gain and peak data for the master volume.
17120
17121 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17122
17123         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17124         (parse_id_string), (parse_unique_file_identifier),
17125         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
17126           Read replay gain tags (#323721).
17127
17128 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17129
17130         * configure.ac:
17131           Bump requirements to gst-plugins-base CVS because
17132           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
17133
17134 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17135
17136         * rtp/gst/gstrtppcmadepay.c:
17137         Fixed one of the caps in the code from mulaw to alaw.
17138
17139 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
17140
17141         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17142           Ensure that we set caps on the buffers we pass.
17143
17144         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
17145         (gst_id3demux_sink_activate):
17146           Ensure that we set caps on the buffers we pass.
17147
17148           Use STREAM, TYPE_NOT_FOUND as the error class when
17149           typefinding fails.
17150
17151 2006-03-15  Edward Hervey  <edward@fluendo.com>
17152
17153         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
17154         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
17155         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
17156         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
17157         (gst_jpeg_dec_setcaps):
17158         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
17159         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
17160         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
17161         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
17162         (gst_mngdec_src_getcaps):
17163         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17164         (gst_pngdec_caps_create_and_set):
17165         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
17166         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
17167         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
17168         * gst/alpha/gstalpha.c: (gst_alpha_init):
17169         * gst/auparse/gstauparse.c: (gst_au_parse_init):
17170         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
17171         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
17172         * gst/cutter/gstcutter.c: (gst_cutter_init):
17173         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
17174         (gst_efence_checkgetrange):
17175         * gst/debug/negotiation.c: (gst_negotiation_init):
17176         * gst/flx/gstflxdec.c: (gst_flxdec_init):
17177         * gst/goom/gstgoom.c: (gst_goom_init):
17178         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
17179         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
17180         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
17181         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
17182         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
17183         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
17184         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
17185         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17186         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
17187         (gst_wavparse_create_sourcepad):
17188         Fix memleak with gst_static_pad_template_get().
17189         This uses gst_pad_new_from_static_template() instead.
17190         Fixes #333512
17191
17192 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17193
17194         * configure.ac:
17195           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
17196           used by id3demux.
17197
17198         * gst/id3demux/gstid3demux.c: (plugin_init):
17199         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17200         (parse_user_text_identification_frame),
17201         (parse_unique_file_identifier):
17202           Add support for UFID and TXXX frames and extract musicbrainz tags.
17203
17204 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17205
17206         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17207           Catch short reads, like they might happen with truncated
17208           files (see #305279); remove unnecessary indentation.
17209
17210 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17211
17212         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
17213           Fix DIB image inversion for pictures with a
17214           depth != 8 (#305279).
17215
17216 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17217
17218         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
17219         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
17220         * ext/jpeg/gstjpegdec.h:
17221           Fix durations on outgoing buffers after seeking
17222           in MJPEG files (#334083); some minor clean-ups.
17223
17224 2006-03-13  Wim Taymans  <wim@fluendo.com>
17225
17226         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
17227         (gst_wavparse_change_state):
17228         Implement seek in READY (re-fixes #327658)
17229
17230 2006-03-13  Wim Taymans  <wim@fluendo.com>
17231
17232         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
17233         * ext/esd/esdmon.c: (gst_esdmon_get):
17234         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17235         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17236         (gst_gdk_pixbuf_sink_getcaps):
17237         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
17238         (gst_jpegenc_setcaps):
17239         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
17240         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
17241         (gst_smokeenc_setcaps):
17242         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
17243         (gst_mngdec_src_getcaps):
17244         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
17245         (gst_mngenc_chain):
17246         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
17247         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
17248         * ext/speex/gstspeexdec.c: (speex_dec_convert),
17249         (speex_dec_src_event), (speex_dec_chain):
17250         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
17251         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
17252         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
17253         (gst_negotiation_pad_link), (gst_negotiation_chain):
17254         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17255         (gst_flxdec_chain):
17256         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
17257         (deinterleave_chain):
17258         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
17259         * gst/median/gstmedian.c: (gst_median_link):
17260         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
17261         (gst_monoscope_chain):
17262         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
17263         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
17264         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
17265         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
17266         close #333784 unref the result of gst_pad_get_parent()
17267         by: Christophe Fergeau.
17268
17269 2006-03-09  Wim Taymans  <wim@fluendo.com>
17270
17271         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
17272         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
17273         Handle events in push mode better, can now do non-flushing
17274         seeks in push mode as well.
17275
17276 2006-03-07  Wim Taymans  <wim@fluendo.com>
17277
17278         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17279         Applied patch from Kai Vehmanen, fixes #333624.
17280
17281 2006-03-06  Julien MOUTTE  <julien@moutte.net>
17282
17283         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
17284         Implement paletted and grayscale png files handling.
17285         (#150363).
17286
17287 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17288
17289         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
17290         (gst_speexenc_chain):
17291           fix a tag list assert
17292           follow gst-plugins-base/ext/ogg/README; set OFFSET
17293           and OFFSET_END.  Muxes correctly with gst-plugins-base
17294           > 0.9.3
17295
17296 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17297
17298         * gst/id3demux/Makefile.am:
17299         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
17300         (gst_id3demux_chain), (gst_id3demux_sink_activate):
17301           Use new typefind helper functions here as well, and
17302           do typefinding in pull-mode if upstream supports that.
17303
17304 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17305
17306         * sys/sunaudio/gstsunaudiomixerctrl.c:
17307         (gst_sunaudiomixer_ctrl_get_volume),
17308         (gst_sunaudiomixer_ctrl_set_volume):
17309         * sys/sunaudio/gstsunaudiomixertrack.c:
17310         (gst_sunaudiomixer_track_new):
17311           Remove unused variables, breaks build from CVS
17312           with -Werror (#333392, patch by: Benjamin Pineau)
17313
17314 2006-03-03  Wim Taymans  <wim@fluendo.com>
17315
17316         * docs/plugins/Makefile.am:
17317         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17318         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17319         Added wavparse docs.
17320
17321         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
17322         (gst_wavparse_reset), (gst_wavparse_init),
17323         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
17324         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
17325         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17326         (gst_wavparse_stream_data), (gst_wavparse_loop),
17327         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
17328         (gst_wavparse_change_state):
17329         * gst/wavparse/gstwavparse.h:
17330         Implement seek in READY (fixes #327658)
17331         Added docs and did some cleanups.
17332
17333 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
17334
17335         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
17336         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
17337         (gst_avi_demux_calculate_durations_from_index),
17338         (gst_avi_demux_stream_header):
17339         * gst/avi/gstavidemux.h:
17340           If we have an index, use a duration based on the index instead
17341           of blindly trusting the information in the stream headers
17342           (fixes #331817).
17343
17344 2006-03-03  Wim Taymans  <wim@fluendo.com>
17345
17346         * docs/plugins/Makefile.am:
17347         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17348         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17349         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17350         Added smoke and jpeg to the docs.
17351
17352         * ext/jpeg/Makefile.am:
17353         * ext/jpeg/gstjpeg.c: (plugin_init):
17354         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
17355         * ext/jpeg/gstjpegenc.h:
17356         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
17357         (gst_smokedec_chain):
17358         * ext/jpeg/gstsmokedec.h:
17359         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
17360         * ext/jpeg/gstsmokeenc.h:
17361         * ext/jpeg/smokecodec.h:
17362         Port smokedec (fixes #331905).
17363         Added some docs.
17364         Some cleanups.
17365
17366 2006-03-03  Wim Taymans  <wim@fluendo.com>
17367
17368         * docs/plugins/Makefile.am:
17369         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17370         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17371         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17372         Added videobalance and videoflip to the docs.
17373
17374         * gst/videofilter/Makefile.am:
17375         * gst/videofilter/gstvideobalance.c:
17376         (gst_video_balance_update_tables_planar411),
17377         (gst_video_balance_is_passthrough),
17378         (gst_video_balance_update_properties), (oil_tablelookup_u8),
17379         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
17380         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
17381         (gst_video_balance_finalize), (gst_video_balance_class_init),
17382         (gst_video_balance_init), (gst_video_balance_interface_supported),
17383         (gst_video_balance_interface_init),
17384         (gst_video_balance_colorbalance_list_channels),
17385         (gst_video_balance_colorbalance_set_value),
17386         (gst_video_balance_colorbalance_get_value),
17387         (gst_video_balance_colorbalance_init),
17388         (gst_video_balance_set_property), (gst_video_balance_get_property),
17389         (gst_video_balance_get_type), (plugin_init):
17390         * gst/videofilter/gstvideobalance.h:
17391         Ported to 0.10. (Fixes #326160)
17392         Added docs.
17393
17394         * gst/videofilter/gstvideoflip.c:
17395         * gst/videofilter/gstvideoflip.h:
17396         Added docs.
17397
17398 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17399
17400         * configure.ac:
17401           Bump requirements to current core and -base CVS
17402           (core for new typefind helper API, and -base for the
17403           WAVFORMATEX support that was added to libgstriff and
17404           is needed by wavparse).
17405         
17406         * gst/apetag/Makefile.am:
17407         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
17408         (gst_tag_demux_sink_activate):
17409           Use new typefind helpers for typefinding instead of our
17410           home-grown stuff; also, do typefinding in pull-mode if
17411           upstream supports that.
17412
17413 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
17414
17415         Reviewed by: Christian Schaller <christian@fluendo.com>
17416
17417         This patch fixes bug: 329107
17418
17419         This Changelog entry is for a commit done on February 17
17420
17421         * ext/gconf/gconf.c
17422         * ext/gconf/gconf.h
17423         * ext/gconf/gstgconfaudiosink.c
17424         * ext/gconf/gstgconfaudiosink.h
17425         * gconf/gstreamer.schemas.in
17426
17427 2006-02-28  Wim Taymans  <wim@fluendo.com>
17428
17429         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17430         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
17431         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
17432         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
17433         Use DEBUG_OBJECT more.
17434
17435 2006-02-28  Wim Taymans  <wim@fluendo.com>
17436
17437         * docs/plugins/Makefile.am:
17438         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17439         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17440         Added dvdec and dvdemux to docs.
17441
17442         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
17443         Added docs.
17444         Check frame sizes so we don't crash when don't have enough
17445         data.
17446         Send nice error messages on error.
17447
17448         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
17449         (gst_dvdemux_class_init), (gst_dvdemux_init),
17450         (gst_dvdemux_finalize), (gst_dvdemux_reset),
17451         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
17452         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
17453         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
17454         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
17455         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
17456         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
17457         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
17458         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
17459         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
17460         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
17461         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
17462         * ext/dv/gstdvdemux.h:
17463         Added docs.
17464         Implement pull mode.
17465         Fix memleaks.
17466         Reduce memcpy for the video demuxing.
17467
17468 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
17469
17470         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
17471         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
17472         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
17473         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
17474           Add a little extra debug. Make the decoder not return NOT_LINKED,
17475           as we want to continue decoding all CMML and emitting tags.
17476
17477 2006-02-27  Michael Smith  <msmith@fluendo.com>
17478
17479         * ext/annodex/gstskeltag.c:
17480         * ext/annodex/gstskeltag.h:
17481           Deleted; these files aren't used any more either.
17482
17483 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17484
17485         * ext/Makefile.am: Fix dist-check.
17486
17487 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17488
17489         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
17490         memleak.
17491
17492 2006-02-25  Alessandro Decina <alessandro@nnva.org>
17493
17494         * ext/annodex/Makefile.am:
17495         * ext/annodex/gstannodex.c:
17496         * ext/annodex/gstcmmldec.c:
17497         * ext/annodex/gstcmmlenc.c:
17498         * ext/annodex/gstcmmlparser.c:
17499         * ext/annodex/gstcmmlparser.h:
17500         * ext/annodex/gstcmmlutils.c:
17501         * tests/check/elements/cmmldec.c:
17502         * tests/check/elements/cmmlenc.c:
17503           Fix a memleak in gst_cmml_track_list_add_clip.
17504           Handle overflows in clip's start and end times.
17505           Add the "encoded" parameter to cmmldec and cmmlenc caps.
17506           Do not parse junk at the end of a CMML preamble buffer.
17507           Register a libxml error handler to not print stuff on stderr.
17508           Check for bad clip start and end times in the testsuites.
17509
17510 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17511
17512         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
17513         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
17514         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
17515         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
17516         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
17517         possible memleaks.
17518
17519 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17520
17521         * tests/check/Makefile.am:
17522         * tests/check/elements/cmmldec.c:
17523         * tests/check/elements/cmmlenc.c: Fix tests so that they use
17524         the plugins-base tags.
17525
17526 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17527
17528         * ext/Makefile.am: Re-enable module.
17529
17530 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17531
17532         * tests/check/Makefile.am: Forgot to remove that test.
17533
17534 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17535
17536         * ext/annodex/Makefile.am:
17537         * ext/annodex/gstannodex.c: (plugin_init):
17538         * ext/annodex/gstcmmldec.c:
17539         * ext/annodex/gstskeldec.c:
17540         * ext/annodex/gstskeldec.h:
17541         * tests/check/Makefile.am:
17542         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
17543
17544 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17545
17546         * tests/check/Makefile.am: Disable those checks as well.
17547
17548 2006-02-24  Julien MOUTTE  <julien@moutte.net>
17549
17550         * ext/Makefile.am: Disable annodex for now until we figure out
17551         how to make it build.
17552         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
17553         Add a rule to your checklist : "please try to at least build 
17554         what you are going to commit into -good, or if you are too lazy
17555         to do that, please check that the buildbots are not crying because
17556         of your commit."
17557
17558 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
17559
17560         * configure.ac:
17561         * ext/Makefile.am:
17562         * ext/gdk_pixbuf/Makefile.am:
17563         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17564         * ext/gdk_pixbuf/gstgdkpixbuf.h:
17565         * ext/gdk_pixbuf/pixbufscale.c:
17566         * ext/gdk_pixbuf/pixbufscale.h:
17567           Gdkpixbuf ported from 0.8 to 0.10 by
17568           Renato Filho <renato.filho@indt.org.br>.
17569           gst_loader and gdkpixbufanimation still need port.
17570
17571 2006-02-24  Michael Smith  <msmith@fluendo.com>
17572
17573         * configure.ac:
17574         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17575         * ext/Makefile.am:
17576         * ext/annodex/Makefile.am:
17577         * ext/annodex/gstannodex.c:
17578         * ext/annodex/gstannodex.h:
17579         * ext/annodex/gstcmmldec.c:
17580         * ext/annodex/gstcmmldec.h:
17581         * ext/annodex/gstcmmlenc.c:
17582         * ext/annodex/gstcmmlenc.h:
17583         * ext/annodex/gstcmmlparser.c:
17584         * ext/annodex/gstcmmlparser.h:
17585         * ext/annodex/gstcmmltag.c:
17586         * ext/annodex/gstcmmltag.h:
17587         * ext/annodex/gstcmmlutils.c:
17588         * ext/annodex/gstcmmlutils.h:
17589         * ext/annodex/gstskeldec.c:
17590         * ext/annodex/gstskeldec.h:
17591         * ext/annodex/gstskeltag.c:
17592         * ext/annodex/gstskeltag.h:
17593         * tests/check/Makefile.am:
17594         * tests/check/elements/cmmldec.c:
17595         * tests/check/elements/cmmlenc.c:
17596         * tests/check/elements/skeldec.c:
17597           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
17598           Includes tests & docs, oh my! Passes Thomas's -good checklist
17599           entirely. Wow.
17600
17601 2006-02-24  Michael Smith  <msmith@fluendo.com>
17602
17603         * autogen.sh:
17604           Check for automake 1.9 as well.
17605
17606 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17607
17608         * ext/flac/gstflacenc.c:
17609           Change min. sample rate to 8kHz to match flacdec's.
17610           
17611 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
17612
17613         * ext/cdio/Makefile.am:
17614           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
17615           required for Cygwin, see #317048)
17616
17617         * gst/rtp/gstasteriskh263.c:
17618           Cygwin has includes for both the unix network socket API
17619           and the windows API, but only one can be included, so fix
17620           includes to only use one or the other, prefering the unxi
17621           one (#317048).
17622
17623 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17624
17625         * rtp/gst/gstrtppcmadepay.c:
17626         * rtp/gst/gstrtppcmadepay.h:
17627         * rtp/gst/gstgstrtppcmapay.c:
17628         * rtp/gst/gstgstrtppcmapay.h:
17629         * rtp/gst/gstrtppcmudepay.c:
17630         * rtp/gst/gstrtppcmudepay.h:
17631         * rtp/gst/gstrtppcmupay.c:
17632         * rtp/gst/gstrtppcmupay.h:
17633         * rtp/gst/Makefile.am:
17634         * rtp/gst/gstrtp.c:
17635         * rtp/gst/README:
17636         Separated the G711 payloaders/depayloaders into separate elements for
17637         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
17638
17639 2006-02-22  Wim Taymans  <wim@fluendo.com>
17640
17641         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
17642         (gst_dvdec_change_state):
17643         * ext/dv/gstdvdec.h:
17644         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
17645         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
17646         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
17647         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
17648         (gst_dvdemux_flush), (gst_dvdemux_chain),
17649         (gst_dvdemux_change_state):
17650         * ext/dv/gstdvdemux.h:
17651         Ueber spiffify some more, added debug category.
17652         Use _scale.
17653         Use segments, respect playback rate from newsegment.
17654         Fix refcount issue.
17655
17656 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
17657
17658         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
17659         (gst_signal_processor_process):
17660         Fix compilation of LADPSA. It doesn't seem to work, and isn't
17661         enabled for the build, but it helps me win the feature-count
17662         competitions ooh yeah.
17663
17664 2006-02-19  Wim Taymans  <wim@fluendo.com>
17665
17666         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
17667         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
17668         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
17669         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
17670         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
17671         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
17672         Use scaling code for added precission and more correct stop
17673         position in case scale==0.
17674
17675 2006-02-19  Wim Taymans  <wim@fluendo.com>
17676
17677         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17678         (gst_flxdec_chain):
17679         * gst/flx/gstflxdec.h:
17680         Implement DURATION query.
17681
17682 2006-02-19  Wim Taymans  <wim@fluendo.com>
17683
17684         * gst/flx/flx_color.h:
17685         * gst/flx/flx_fmt.h:
17686         * gst/flx/gstflxdec.c: (gst_flxdec_init),
17687         (gst_flxdec_src_query_handler), (flx_decode_color),
17688         (gst_flxdec_chain):
17689         * gst/flx/gstflxdec.h:
17690         Set MALLOCDATA for the temp buffers so we don't leak.
17691         Some debug cleanups.
17692         Consume all data in the adapter before leaving the chain
17693         function. Fixes #330678.
17694
17695 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17696
17697         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
17698         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
17699          Handle 0 data size in otherwise valid frames.
17700          Handle numeric strings in 2.4.0 even when not in parentheses 
17701
17702 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
17703
17704         * gst/matroska/matroska-demux.c:
17705         (gst_matroska_demux_subtitle_caps),
17706         (gst_matroska_demux_plugin_init):
17707         * gst/matroska/matroska-ids.h:
17708           Recognise SSA/ASS and USF subtitle formats and
17709           set proper caps when they are found.
17710
17711 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17712
17713         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
17714         (gst_jpeg_dec_chain):
17715           Fix invalid memory access for some odd-sized images
17716           (see image contained in quicktime stream in #327083);
17717           use g_malloc() instead of g_alloca().
17718
17719 2006-02-17  Wim Taymans  <wim@fluendo.com>
17720
17721         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
17722         Patch from Sebastien Cote, fixes #319884
17723
17724 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17725
17726         * ext/cdio/gstcdio.c: (plugin_init):
17727           Init debug category (#331253).
17728
17729 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17730
17731         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
17732           Pass extra_data to gst_riff_create_audio_caps(), so that
17733           WAVEFORMATEX stuff works. Post audio codec name and post
17734           it as taglist on the bus. Allow up to 8 channesl for raw
17735           PCM in the source pad template caps.
17736
17737 2006-02-16  Wim Taymans  <wim@fluendo.com>
17738
17739         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
17740         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
17741         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
17742         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
17743         (gst_multipart_set_property), (gst_multipart_get_property):
17744         Applied #318663. Gives quite a few false positives in
17745         autoscan mode, but it's better than nothing. Not closing yet.
17746
17747 2006-02-16  Wim Taymans  <wim@fluendo.com>
17748
17749         * docs/plugins/Makefile.am:
17750         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17751         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17752         * docs/plugins/gst-plugins-good-plugins.args:
17753         * docs/plugins/inspect/plugin-udp.xml:
17754         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
17755         (gst_udpsrc_start):
17756         Update documentation.
17757         Fix args.
17758
17759 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
17760
17761         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
17762         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
17763         frame size. (Fixes #331368)
17764
17765 2006-02-16  Wim Taymans  <wim@fluendo.com>
17766
17767         * gst/rtsp/README:
17768         Updated README.
17769
17770         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
17771         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
17772         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
17773         * gst/rtsp/gstrtspsrc.h:
17774         Make sure the RTP port is an even port an try to allocate 
17775         another if not.
17776         Added retry property to control max retries for port allocation.
17777         Make sure RTCP port is RTP port+1.
17778         Cleanup when port allocation fails.
17779         Fixes #319183.
17780         
17781 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17782
17783         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
17784           Don't ignore return value of the parent class's state
17785           change function (#331385, patch by: Wouter Paesen).
17786
17787 2006-02-15  Wim Taymans  <wim@fluendo.com>
17788
17789         * configure.ac:
17790         * docs/plugins/Makefile.am:
17791         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17792         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17793         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17794         * ext/Makefile.am:
17795         * ext/hal/Makefile.am:
17796         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
17797         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
17798         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
17799         (do_toggle_element), (gst_hal_audio_sink_set_property),
17800         (gst_hal_audio_sink_get_property),
17801         (gst_hal_audio_sink_change_state):
17802         * ext/hal/gsthalaudiosink.h:
17803         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
17804         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
17805         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
17806         (do_toggle_element), (gst_hal_audio_src_set_property),
17807         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
17808         * ext/hal/gsthalaudiosrc.h:
17809         * ext/hal/gsthalelements.c: (plugin_init):
17810         * ext/hal/gsthalelements.h:
17811         * ext/hal/hal.c: (gst_hal_get_string),
17812         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
17813         (gst_hal_get_audio_src):
17814         * ext/hal/hal.h:
17815         Add HAL sound device wrapper plugins. Closes #329106
17816
17817 2006-02-15  Wim Taymans  <wim@fluendo.com>
17818
17819         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
17820         Add comment in a fultile attempt to stop the copy-and-paste 
17821         paradigm leading to duplication of bad code.
17822
17823         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
17824         Mime parameters have to be checked case insensitive
17825
17826 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
17827
17828         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
17829           Advance stream time for lagging subtitle streams by sending
17830           newsegment events with the update flag set.
17831
17832 2006-02-14  Edward Hervey  <edward@fluendo.com>
17833
17834         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
17835         There can be bogus data before the hdrl LIST tag in the RIFF header.
17836         It's hard to say if it's not respecting the AVI specifications or not,
17837         but since Google Video is producing AVIs like that and the other player
17838         don't seem to complain, I guess we should do the same.
17839
17840 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
17841
17842         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
17843         (parse_split_strings):
17844         Add more validation to ensure that a char encoding conversion
17845         produced a valid UTF-8 string.
17846
17847 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
17848
17849         Reviewed by: Edward Hervey  <edward@fluendo.com>
17850
17851         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17852         Properly handle end of segment. Closes #330885.
17853
17854 2006-02-13  Wim Taymans  <wim@fluendo.com>
17855
17856         * gst/rtp/gstrtpmp4gpay.h:
17857         For got to commit this one.
17858
17859 2006-02-12  Wim Taymans  <wim@fluendo.com>
17860
17861         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
17862         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
17863         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
17864         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
17865         * gst/rtp/gstrtpmp4gpay.h:
17866         Make more things work.
17867         Handle ACC config strings.
17868
17869 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
17870
17871         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
17872           set timestamps if no incoming timestamps set
17873
17874 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
17875
17876         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
17877         (gst_tag_demux_do_typefind):
17878           ... and fix the very same leaks in GstTagDemux.
17879
17880 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
17881
17882         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
17883         (gst_id3demux_do_typefind):
17884         Fix a couple of mem leaks. (Patch by Jonathan Matthew
17885         <jonathan at kaolin dot wh9 dot net>)
17886
17887 2006-02-10  Wim Taymans  <wim@fluendo.com>
17888
17889         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
17890         First set options, then set caps or else the baseclass
17891         will not know about the options, duh.
17892
17893 2006-02-10  Wim Taymans  <wim@fluendo.com>
17894
17895         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
17896         (gst_rtp_mp4v_pay_setcaps):
17897         Don't waste time looking for a config string if we have codec_info
17898         on the incomming caps.
17899
17900 2006-02-10  Wim Taymans  <wim@fluendo.com>
17901
17902         * gst/rtp/README:
17903         Say something about case-sensitivity of caps vs mime-attributes.
17904
17905         * gst/rtp/Makefile.am:
17906         * gst/rtp/gstrtp.c: (plugin_init):
17907         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
17908         (gst_rtp_amr_pay_handle_buffer):
17909         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
17910         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
17911         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
17912         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
17913         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
17914         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
17915         (gst_rtp_mp4g_pay_plugin_init):
17916         * gst/rtp/gstrtpmp4gpay.h:
17917         Added beginnings of mpeg4-generic payloader (RFC 3640)
17918
17919 2006-02-09  Wim Taymans  <wim@fluendo.com>
17920
17921         * gst/rtsp/Makefile.am:
17922         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
17923         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
17924         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
17925         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
17926         (gst_rtpdec_change_state):
17927         * gst/rtsp/gstrtpdec.h:
17928         * gst/rtsp/gstrtsp.c: (plugin_init):
17929         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
17930         * gst/rtsp/rtspconnection.c: (read_body),
17931         (rtsp_connection_receive):
17932         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
17933         Resurected rtpdec to make rtspsrc happy again.
17934         Skip attributes from the session id.
17935         Don't crash when dumping a message with an empty body.
17936
17937
17938 2006-02-09  Wim Taymans  <wim@fluendo.com>
17939
17940         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
17941         Added more meaningfull warnings when something goes wrong.
17942         Clear F bit on outgoing AMR packets.
17943
17944         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
17945         (gst_rtp_amr_pay_handle_buffer):
17946         Added debugging category
17947         Support payloading of multiple AMR frames.
17948
17949         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
17950         Added some debugging.
17951
17952 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17953
17954         * configure.ac:
17955           Back to CVS
17956
17957 === release 0.10.2 ===
17958
17959 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17960
17961         * configure.ac:
17962           releasing 0.10.2, "Papa was a rolling stone"
17963
17964 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17965
17966         * configure.ac:
17967           Bump core and plugins-base requirement to 0.10.2.2
17968           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
17969
17970 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17971
17972         * ext/flac/gstflac.c: (plugin_init):
17973         * ext/speex/gstspeex.c: (plugin_init):
17974           Register musicbrainz tags.
17975
17976 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17977
17978         * ext/gconf/gconf.h:
17979           Remove declaration of function that no longer exists.
17980
17981 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17982
17983         * ext/shout2/gstshout2.c: (gst_shout2send_render),
17984         (gst_shout2send_setcaps), (gst_shout2send_change_state):
17985         Make shout2 work for non ogg streams
17986
17987 2006-02-06  Wim Taymans  <wim@fluendo.com>
17988
17989         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
17990         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
17991         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
17992         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
17993         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
17994         * gst/udp/gstmultiudpsink.h:
17995         Updated docs.
17996         Added properties bytes-served, bytes_to_serve.
17997         Post proper error messages,
17998         Emit client added signal too.
17999
18000 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18001
18002         * docs/plugins/Makefile.am:
18003         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18004         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18005         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18006         (gst_multiudpsink_get_stats):
18007           adding docs for multiudpsink
18008
18009 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18010
18011         * gst/level/gstlevel.c: (gst_level_transform_ip):
18012           peak below decay is not necessarily an error, so don't ERROR log
18013
18014 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18015
18016         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
18017         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
18018         (gst_ebml_write_seek):
18019         * gst/matroska/ebml-write.h:
18020           Make sure we send a newsegment event in BYTES format
18021           before sending buffers (#328531).
18022
18023 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18024
18025         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
18026         (gst_dvdemux_sink_query):
18027         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
18028         * ext/speex/gstspeexdec.c: (speex_get_query_types),
18029         (speex_dec_src_query):
18030         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
18031         (gst_speexenc_sink_query):
18032         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
18033         * gst/matroska/matroska-demux.c:
18034         (gst_matroska_demux_get_src_query_types),
18035         (gst_matroska_demux_handle_src_query):
18036         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
18037         (gst_wavparse_pad_query):
18038           Pass unhandled queries upstream instead of just dropping
18039           them (#326446). Update query type arrays here and there.
18040
18041 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18042
18043         * tests/check/elements/matroskamux.c: (setup_src_pad):
18044           Collectpads in core got changed and now also holds a
18045           reference to any pad that is part of it. Fix refcount
18046           checks in test case accordingly.
18047
18048 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18049
18050         * gst/apetag/gstapedemux.h:
18051           Fix include, for now GstTagDemux is in the apetag dir.
18052
18053 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18054
18055         * docs/plugins/Makefile.am:
18056         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18057         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18058         * docs/plugins/inspect/plugin-cdio.xml:
18059           Add cdio plugin to docs.
18060
18061         * ext/cdio/gstcdiocddasrc.c:
18062           Add gtk-doc blurb.
18063
18064         * ext/cdio/gstcdio.c:
18065           The plugin is called 'cdio' not 'cddio'.
18066
18067 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18068
18069         * configure.ac:
18070         * docs/plugins/Makefile.am:
18071         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18072         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18073         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18074         * docs/plugins/inspect/plugin-apetag.xml:
18075         * gst/apetag/Makefile.am:
18076         * gst/apetag/gstapedemux.c:
18077         * gst/apetag/gstapedemux.h:
18078         * gst/apetag/gsttagdemux.c:
18079         * gst/apetag/gsttagdemux.h:
18080           Add APE tag demuxer (#325649).
18081
18082 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18083
18084         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
18085         (gst_gconf_get_default_video_sink),
18086         (gst_gconf_get_default_audio_src),
18087         (gst_gconf_get_default_video_src):
18088         * ext/gconf/gconf.h:
18089         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
18090         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
18091         (do_toggle_element):
18092         * ext/gconf/gstgconfaudiosink.h:
18093         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
18094         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18095         (do_toggle_element):
18096         * ext/gconf/gstgconfaudiosrc.h:
18097         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
18098         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
18099         (do_toggle_element):
18100         * ext/gconf/gstgconfvideosink.h:
18101         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
18102         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18103         (do_toggle_element):
18104         * ext/gconf/gstgconfvideosrc.h:
18105           Ignore changing the GConf key to "". Ignore GConf key updates
18106           that don't actually change the string.
18107           For now, ignore the GConf key when the state is > READY, as
18108           it breaks streaming. Sometime it will be nice to bring the
18109           new sink online even mid-stream, by sending NEWSEGMENT info
18110           and possibly prerolling.
18111           (Fixes #326736)
18112
18113 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18114
18115         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
18116         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
18117         (zoomFilterSetResolution), (zoomFilterDestroy),
18118         (zoomFilterFastRGB), (pointFilter):
18119         * gst/goom/filters.h:
18120         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
18121         (goom_update), (goom_close):
18122         * gst/goom/goom_core.h:
18123         * gst/goom/goom_tools.h:
18124         * gst/goom/graphic.c:
18125         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18126         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
18127         * gst/goom/gstgoom.h:
18128         * gst/goom/lines.c: (goom_lines):
18129         * gst/goom/lines.h:
18130           Make goom reentrant by moving all important static variables
18131           into instance structures.
18132           (Fixes #329181)
18133
18134 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
18135
18136         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
18137         (gst_avi_demux_all_source_pads_unlinked),
18138         (gst_avi_demux_process_next_entry):
18139         * gst/avi/gstavidemux.h:
18140           Third attempt, use gst_pad_is_linked() this time.
18141
18142 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
18143
18144         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18145         (parse_split_strings):
18146         Adjust for data length indicators when parsing (Fixes #329810)
18147         Fix stupid bug parsing UTF-8 tag text.
18148         Output tag strings with multiple fields as multiple tags, so the
18149         app gets all the data.
18150
18151 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18152
18153         * ext/flac/gstflacenc.c:
18154         Fixed a bug add in last commit, where no event is send. Thanks Tim to
18155         show me.
18156         
18157 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18158
18159         * ext/flac/gstflacenc.c:
18160         * gst/matroska/ebml-read.c:
18161         Just make it compile with --disable-gst-debug.
18162
18163 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
18164
18165         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
18166         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
18167         (id3v2_genre_fields_to_taglist):
18168           Never output a tag with a null contents string.
18169
18170 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18171
18172         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
18173           Only pause if all pads are unlinked AND we've tried to send data
18174           on all of them at least once.
18175
18176 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18177
18178         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
18179         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
18180           Make loop function/task pause itself when all source pads are
18181           unlinked.
18182
18183 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18184
18185         * configure.ac:
18186         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
18187           Use new functions from core to render a bin from a
18188           string. Fixes build. Up requirements to core CVS.
18189
18190 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18191
18192         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
18193           Don't push buffers into the adapter that we are going to
18194           push downstream again without framing anyway. Also, the
18195           adaptor takes ownership of buffers put into it (fixes
18196           auparse pushing invalid buffers for .au files with
18197           ADPCM contents). Finally, set caps on all outgoing buffers.
18198
18199 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18200
18201         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
18202         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
18203         (gst_id3demux_send_tag_event):
18204         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
18205         Someone should kick my butt. Remove ID3v1 tags from the end of the
18206         file.
18207
18208         Improve error messages. Send the TAG message as soon as we complete
18209         typefinding, instead of waiting until we send the first buffer.
18210         Downstream tag event is still sent before the first buffer.
18211
18212 2006-01-27  Jan Gerber  <j@bootlab.org>
18213
18214         Reviewed by: Andy Wingo <wingo@pobox.com>
18215
18216         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
18217         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
18218         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
18219         to not have warings flooding stderr. this is the suggested way
18220         also used in dvgrab and kino. (#328336)
18221
18222 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18223
18224         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
18225         (gst_oss_sink_init), (gst_oss_sink_finalise):
18226           Free the device name string when finalised.
18227
18228 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
18229
18230         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
18231           Don't put function calls in g_return_if_fail() statements,
18232           or they'll be replaced with NOOPs if someone compiles with
18233           G_DISABLE_CHECKS defined.
18234           
18235 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
18236
18237         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18238         Never trust ANY information encoded in a media file, especially
18239         when it's giving you sizes. (Fixes #328452)
18240
18241 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
18242
18243         * gst/rtp/gstrtpg711pay.c:
18244         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
18245         bug #325148.
18246
18247 2006-01-23  Edward Hervey  <edward@fluendo.com>
18248
18249         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
18250         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
18251         * gst/matroska/matroska-ids.h:
18252         Added recognition of Real Audio and Video streams in matroska demuxer.
18253
18254 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18255
18256         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
18257           Remove errant break statement, and fix compilation with
18258           older GCC.
18259
18260 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
18261
18262         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18263
18264         * sys/sunaudio/gstsunaudiomixerctrl.c:
18265         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
18266           Export functions that are needed in other parts of the code,
18267           makes the mixer actually work; adjust magic minimum buffer-time
18268           value from 3ms to 5ms to work around stuttering during mp3
18269           playback (#327765).
18270
18271 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
18272
18273         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18274
18275         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
18276         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
18277           Fix possible deadlock in matroska muxer (#327825).
18278
18279 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
18280
18281         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
18282         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
18283         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
18284         * gst/rtsp/sdpmessage.h:
18285         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
18286         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
18287           C89 fixes: declare variables at the beginning of a block and
18288           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
18289           <jensgr at gmx dot net>).
18290
18291 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18292
18293         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18294         * gst/id3demux/id3tags.h:
18295         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18296         (parse_comment_frame), (parse_text_identification_frame),
18297         (id3v2_tag_to_taglist), (id3v2_are_digits),
18298         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
18299         (parse_split_strings), (free_tag_strings):
18300           Rewrite parsing of text tags to handle multiple NULL terminated
18301           strings. Parse numeric genre strings and ID3v2 type
18302           "(3)(6)Alternative" style genre strings.
18303           Parse dates that are only YYYY or YYYY-mm format.
18304           (Fixes #328241 and #322154)
18305
18306 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
18307
18308         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
18309           Don't forget to initialize liboil, otherwise our oil functions
18310           will crash (fixes #327871; patch by: Christoph Burghardt
18311           <hawkes at web dot de>).
18312
18313 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18314
18315         * configure.ac:
18316           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
18317           like in the core and gst-plugins-base. Fixes #324367 and #326683;
18318           patch by: Brian Cameron <brian dot cameron at sun dot com>
18319
18320 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18321
18322         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
18323         * ext/cdio/gstcdio.h:
18324         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
18325           Fix build for libcdio versions >= 76; give slightly lower rank
18326           than cdparanoia.
18327
18328 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18329
18330         * configure.ac:
18331         * ext/Makefile.am:
18332         * ext/cdio/Makefile.am:
18333         * ext/cdio/gstcdio.c:
18334         * ext/cdio/gstcdio.h:
18335         * ext/cdio/gstcdiocddasrc.c:
18336         * ext/cdio/gstcdiocddasrc.h:
18337           Port libcdio cdda source, formerly known as cddasrc, now known as
18338           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
18339           but that's not tested (fixes #317658).
18340
18341 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18342
18343         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
18344           Fix conversion from TIME to BYTES format (fixes #326864;
18345           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
18346
18347 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
18348
18349         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18350           Fix compilation of id3demux when zlib is not present.
18351           (Fixes #326602; patch by: Sergey Scobich)
18352
18353 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
18354
18355         * ext/esd/Makefile.am:
18356           Add $(ESD_CFLAGS), otherwise build will fail for folks
18357           with libesd in a non-standard prefix (#327009).
18358
18359 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18360
18361         * configure.ac:
18362           back to HEAD
18363
18364 === release 0.10.1 ===
18365
18366 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
18367
18368         * configure.ac:
18369           releasing 0.10.1, "Li"
18370
18371 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18372
18373           patch by: Wim Taymans
18374
18375         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18376           fix memleak.  Fixes #326618
18377
18378 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18379
18380           patch by: Mike Smith
18381
18382         * gst/level/gstlevel.c: (gst_level_message_new),
18383         (gst_level_message_append_channel):
18384           Fix memleak.  Fixes #326612
18385
18386 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18387
18388         * configure.ac:
18389           prereleasing
18390         * po/af.po:
18391         * po/az.po:
18392         * po/cs.po:
18393         * po/en_GB.po:
18394         * po/hu.po:
18395         * po/it.po:
18396         * po/nb.po:
18397         * po/nl.po:
18398         * po/or.po:
18399         * po/sq.po:
18400         * po/sr.po:
18401         * po/sv.po:
18402         * po/uk.po:
18403         * po/vi.po:
18404           update translations
18405
18406 2006-01-10  Michael Smith  <msmith@fluendo.com>
18407
18408         * gst/level/gstlevel.c: (gst_level_class_init),
18409         (gst_level_dispose):
18410           Don't leak filter arrays.
18411
18412 2006-01-09 Brian Cameron <brian.cameron@sun.com>
18413
18414         reviewed by: Christian Schaller <uraeus@gnome.org>
18415         
18416         * configure.ac:
18417         * gst-plugins-good.spec.in:
18418         * sys/Makefile.am:
18419         * sys/sunaudio/Makefile.am:
18420         * sys/sunaudio/gstsunaudio.c: (plugin_init):
18421         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
18422         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
18423         (gst_sunaudiomixer_change_state):
18424         * sys/sunaudio/gstsunaudiomixer.h:
18425         * sys/sunaudio/gstsunaudiomixerctrl.c:
18426         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
18427         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
18428         (gst_sunaudiomixer_ctrl_list_tracks),
18429         (gst_sunaudiomixer_ctrl_get_volume),
18430         (gst_sunaudiomixer_ctrl_set_volume),
18431         (gst_sunaudiomixer_ctrl_set_mute),
18432         (gst_sunaudiomixer_ctrl_set_record):
18433         * sys/sunaudio/gstsunaudiomixerctrl.h:
18434         * sys/sunaudio/gstsunaudiomixertrack.c:
18435         (gst_sunaudiomixer_track_class_init),
18436         (gst_sunaudiomixer_track_init), (fill_labels),
18437         (gst_sunaudiomixer_track_new):
18438         * sys/sunaudio/gstsunaudiomixertrack.h:
18439         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
18440         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
18441         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
18442         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
18443         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
18444         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
18445         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
18446         * sys/sunaudio/gstsunaudiosink.h:
18447
18448         Add SunAudio plugin - tested to make sure it doesn't break
18449         the build under GNU/Linux.      
18450
18451 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
18452
18453         * gst-plugins-good/gst/udp/gstdynudpsink.c:
18454         * gst-plugins-good/gst/udp/gstudpsrc.c:
18455         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
18456         overrides the port or multicast parameters. Fixes bugs #323021.
18457         API addition: adds GstUDPSrc::sockfd property   
18458
18459 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
18460
18461         * ext/gconf/Makefile.am:
18462         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
18463         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
18464         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18465         (do_toggle_element), (cb_toggle_element),
18466         (gst_gconf_audio_src_change_state):
18467         * ext/gconf/gstgconfaudiosrc.h:
18468         * ext/gconf/gstgconfelements.c: (plugin_init):
18469         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
18470         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
18471         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18472         (do_toggle_element), (cb_toggle_element),
18473         (gst_gconf_video_src_change_state):
18474         * ext/gconf/gstgconfvideosrc.h:
18475           Add new gconfaudiosrc and gconfvideosrc elements
18476           (needed for gnome-sound-recorder).
18477
18478 2006-01-06  Edward Hervey  <edward@fluendo.com>
18479
18480         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
18481         Add gst_element_no_more_pads() for proper decodebin behaviour.
18482         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
18483         (parse_text_identification_frame), (parse_split_strings):
18484         Failure to decode some tags is not a GST_ERROR() but a
18485         GST_WARNING()
18486         When iterating over a chunk of text, check that we haven't gone too
18487         far.
18488
18489 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
18490
18491         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
18492         (plugin_init):
18493           call oil_init() when using liboil
18494
18495 2006-01-04  Wim Taymans  <wim@fluendo.com>
18496
18497         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
18498         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18499         Fix leaks.
18500
18501 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
18502
18503         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18504
18505         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
18506         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
18507         (gst_flac_dec_change_state):
18508           Don't g_assert() where we should just return FALSE; remove
18509           unnecessary g_assert(); initialize some fields properly in
18510           state change function (fixes #325504). Also, use
18511           GST_DEBUG_OBJECT in two more places.
18512
18513 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18514
18515         * configure.ac:
18516           also remove smoothwave's Makefile.am
18517         * docs/plugins/Makefile.am:
18518           fix plugin docs
18519
18520 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18521
18522         * tests/examples/Makefile.am:
18523           added missing Makefile.am
18524
18525 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18526
18527         * configure.ac:
18528         * gst/level/Makefile.am:
18529         * gst/level/level-example.c:
18530         * tests/Makefile.am:
18531         * tests/examples/level/Makefile.am:
18532         * tests/examples/level/level-example.c: (message_handler), (main):
18533           moved level-example to tests/examples/level-example
18534         * tests/old/examples/level/demo.c: (main):
18535         * tests/old/examples/level/plot.c: (main):
18536           some initial fixes
18537
18538 2005-12-29  Michael Smith  <msmith@fluendo.com>
18539
18540         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
18541         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
18542         * gst/udp/gstmultiudpsink.h:
18543           Track packets sent per client in addition to bytes sent; provide
18544           this info through get-stats signal
18545
18546 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18547
18548         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
18549           Can't use gst_object_unref() on a GstAdapter (#325191).
18550
18551 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
18552
18553         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18554         If a broken tag has 0 bytes payload, at least still skip
18555         the 10 byte header
18556
18557 2005-12-22  Philippe Khalaf  <burger@speedy.org>
18558
18559         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
18560         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
18561         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
18562         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
18563           Making these depayloaders (H263+ and mpeg4 video) inherit from
18564           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
18565
18566 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
18567
18568         * docs/plugins/gst-plugins-good-plugins.args:
18569         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18570         Regenerate the plugin hiearchy.
18571
18572 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
18573
18574         * docs/plugins/Makefile.am:
18575         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18576         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18577         * docs/plugins/gst-plugins-good-plugins.args:
18578         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
18579         (gst_id3demux_base_init), (gst_id3demux_class_init),
18580         (gst_id3demux_chain):
18581         * gst/id3demux/gstid3demux.h:
18582           Add documentation for id3demux.
18583           Don't fail if the first buffer is not at offset 0, just
18584           attempt to typefind and do pass through
18585           Rename the gst_type function from gst_gst_id3demux..
18586
18587 2005-12-20  Michael Smith  <msmith@fluendo.com>
18588
18589         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
18590         (gst_multiudpsink_add), (gst_multiudpsink_remove),
18591         (gst_multiudpsink_get_stats):
18592         * gst/udp/gstmultiudpsink.h:
18593           Collect statistics; return them from get_stats.
18594
18595 2005-12-19  Edward Hervey  <edward@fluendo.com>
18596
18597         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
18598         Stupid signedness issue...
18599
18600 2005-12-19  Edward Hervey  <edward@fluendo.com>
18601
18602         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
18603         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
18604         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
18605         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
18606         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
18607         Construct index for indexless files.
18608         Make sure pad/buffers are correctly reset to NULL once we don't need
18609         them anymore, else we get lovely segfaults/assertions.
18610         * gst/wavparse/gstwavparse.c:
18611         Yes, you can have 96KHz audio and wma in wav :(
18612
18613 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
18614
18615         * configure.ac:
18616           Check for optional dependency on zlib for id3demux
18617
18618         * gst/id3demux/Makefile.am:
18619         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
18620         (gst_id3demux_base_init), (gst_id3demux_class_init),
18621         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
18622         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
18623         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
18624         (gst_id3demux_set_property), (gst_id3demux_get_property),
18625         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
18626         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
18627         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
18628         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
18629         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
18630         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
18631         (simple_find_peek), (simple_find_suggest),
18632         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
18633         (plugin_init):
18634         * gst/id3demux/gstid3demux.h:
18635         * gst/id3demux/id3tags.c: (read_synch_uint),
18636         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
18637         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
18638         (id3demux_id3v2_frames_to_tag_list):
18639         * gst/id3demux/id3tags.h:
18640         * gst/id3demux/id3v2.4.0-frames.txt:
18641         * gst/id3demux/id3v2.4.0-structure.txt:
18642         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18643         (parse_comment_frame), (parse_text_identification_frame),
18644         (id3v2_tag_to_taglist), (parse_split_strings):
18645           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
18646           otherwise it discards them. Works on my test files. 
18647
18648         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
18649           Don't send EOS to a non-existing srcpad
18650           The debug category can be static
18651
18652 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
18653
18654         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
18655         * ext/esd/esdsink.c: (gst_esdsink_prepare):
18656         * gst/multipart/multipartdemux.c:
18657           change some char* into char[]
18658
18659 2005-12-16  Wim Taymans  <wim@fluendo.com>
18660
18661         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
18662         (gst_wavparse_other), (gst_wavparse_perform_seek),
18663         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
18664         (gst_wavparse_loop), (gst_wavparse_pad_convert),
18665         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
18666         * gst/wavparse/gstwavparse.h:
18667         Use GstSegment to implement more seeking features.
18668
18669 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18670
18671         * gst/rtsp/rtspconnection.c:
18672           Add <netinet/in.h> include and move <arpa/inet.h> include
18673           to make things work on OpenBSD as well (fixes #323717;
18674           patch by: Benjamin Pineau)
18675
18676 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
18677
18678         * gst/rtp/gstrtpspeexdepay.c:
18679         * gst/rtp/gstrtpspeexpay.c:
18680         Set clock rate to be fixed in 8000. It fixes bug #324012.
18681
18682 2005-12-14  Philippe Khalaf  <burger@speedy.org>
18683
18684         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
18685         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
18686         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
18687         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
18688         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
18689         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
18690         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
18691         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
18692         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
18693         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
18694         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
18695         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
18696         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
18697         * gst-plugins-good/gst/rtp/README:
18698         Fixed payload range in payloder caps. Removed payload range completely
18699         from depayloaders as they don't require payload type in their caps.
18700         In effect, there isn't any specific payload type for any given codec,
18701         only suggestions.
18702         Fixes bug #324011.
18703
18704 2005-12-13  Julien MOUTTE  <julien@moutte.net>
18705
18706         * gst/videomixer/videomixer.c: (gst_videomixer_init),
18707         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
18708         (gst_videomixer_collected): Code cleanup and re-enabling 
18709         queued time validity check for correct EOS handling.
18710
18711 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
18712
18713         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
18714         (gst_oss_mixer_element_get_property),
18715         (gst_oss_mixer_element_change_state):
18716         Add 'device-name' property and fix state change function.
18717
18718 2005-12-13  Edward Hervey  <edward@fluendo.com>
18719
18720         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
18721         If the speed of the file is null in the header, set the frame_time to
18722         the default setting of GST_SECOND / 70. Which is the default
18723         frame_delay for .fli files as stated in this document :
18724         http://www.compuphase.com/flic.htm
18725         Would be nice to have the time conversion done properly too (duration =
18726         flxh->frames * flxdec->frame_time)
18727
18728 2005-12-12  Julien MOUTTE  <julien@moutte.net>
18729
18730         * docs/plugins/Makefile.am:
18731         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18732         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18733         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18734         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
18735         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
18736         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
18737         documentation for videomixer on my way with a funny sample
18738         pipeline.
18739
18740 2005-12-12  Julien MOUTTE  <julien@moutte.net>
18741
18742         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
18743         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
18744         (gst_videomixer_update_queues), (gst_videomixer_collected):
18745         Fix caps negotiation. (#323896)
18746
18747 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
18748
18749         * gst/matroska/matroska-demux.c:
18750         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
18751           Set correct timestamps on audio laces, fixes playback of mp3 from
18752                 matroska.
18753
18754 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
18755
18756         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
18757         (gst_au_parse_class_init), (gst_au_parse_init),
18758         (gst_au_parse_dispose), (gst_au_parse_chain),
18759         (gst_au_parse_change_state), (plugin_init):
18760         * gst/auparse/gstauparse.h:
18761           Use gst_object_unref() for GstObjects instead of
18762           g_object_unref() and fix a mem leak in a debug
18763           statement; while we're at it, also borgify, use
18764           boilerplate macros and clean up a little bit.
18765
18766 2005-12-11  Edward Hervey  <edward@fluendo.com>
18767
18768         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
18769         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
18770         Added pull mode.
18771
18772 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
18773
18774         * gst/goom/gstgoom.c:
18775         * gst/level/level-example.c: (main):
18776         * gst/smoothwave/demo-osssrc.c: (main):
18777           Use audiotestsrc instead of sinesrc (#323798).
18778
18779 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
18780
18781         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
18782           more debug-func-ptr usage
18783
18784 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
18785
18786         * gst/flx/flx_color.c: (flx_colorspace_convert):
18787         * gst/flx/flx_color.h:
18788         * gst/flx/flx_fmt.h:
18789         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
18790         * gst/flx/gstflxdec.h:
18791           Now flxdec works on big-endian machines as well.
18792
18793 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
18794
18795         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
18796         (gst_fenced_buffer_copy):
18797           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
18798           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
18799           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
18800           and use GST_DEBUG_FUNCPTR for pad functions.
18801
18802 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
18803
18804         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
18805         (gst_flac_dec_class_init), (gst_flac_dec_init),
18806         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
18807         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
18808         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
18809         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
18810         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
18811         (gst_flac_dec_change_state):
18812         * ext/flac/gstflacdec.h:
18813           Rewrite flacdec a bit, so that even seeking might work now. Most
18814           importantly, don't act upon any flow return values we get, just tell
18815           the decoder everything's dandy and act on the flow return values
18816           later on in the loop function. We don't want to mess up the internal
18817           decoder state for non-fatal things like flushing pads etc. Other
18818           than that, use GstSegment (segment seeks don't work yet though, but
18819           should be easy to add), use boilerplate macros, drop the superfluous
18820           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
18821           lots of other things.
18822
18823 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
18824
18825         * configure.ac:
18826           Update comment in OSS includes check.
18827
18828         * sys/oss/gstossdmabuffer.c:
18829         * sys/oss/gstosshelper.c:
18830         * sys/oss/gstossmixer.c:
18831         * sys/oss/gstossmixertrack.c:
18832         * sys/oss/gstosssink.c:
18833         * sys/oss/gstosssrc.c:
18834         * sys/oss/oss_probe.c:
18835           Don't assume the OSS soundcard.h include is always in
18836           the sys/ directory. Instead, use the existing defines
18837           from config.h to include the right file. Fixes
18838           compilation on OpenBSD 3.8 (#323718).
18839
18840 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18841
18842         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18843         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18844         * docs/plugins/inspect/plugin-1394.xml:
18845         * docs/plugins/inspect/plugin-aasink.xml:
18846         * docs/plugins/inspect/plugin-alaw.xml:
18847         * docs/plugins/inspect/plugin-alpha.xml:
18848         * docs/plugins/inspect/plugin-alphacolor.xml:
18849         * docs/plugins/inspect/plugin-auparse.xml:
18850         * docs/plugins/inspect/plugin-autodetect.xml:
18851         * docs/plugins/inspect/plugin-avi.xml:
18852         * docs/plugins/inspect/plugin-cacasink.xml:
18853         * docs/plugins/inspect/plugin-cairo.xml:
18854         * docs/plugins/inspect/plugin-cutter.xml:
18855         * docs/plugins/inspect/plugin-debug.xml:
18856         * docs/plugins/inspect/plugin-dv.xml:
18857         * docs/plugins/inspect/plugin-efence.xml:
18858         * docs/plugins/inspect/plugin-effectv.xml:
18859         * docs/plugins/inspect/plugin-esdsink.xml:
18860         * docs/plugins/inspect/plugin-flac.xml:
18861         * docs/plugins/inspect/plugin-flxdec.xml:
18862         * docs/plugins/inspect/plugin-gconfelements.xml:
18863         * docs/plugins/inspect/plugin-goom.xml:
18864         * docs/plugins/inspect/plugin-jpeg.xml:
18865         * docs/plugins/inspect/plugin-level.xml:
18866         * docs/plugins/inspect/plugin-matroska.xml:
18867         * docs/plugins/inspect/plugin-mulaw.xml:
18868         * docs/plugins/inspect/plugin-multipart.xml:
18869         * docs/plugins/inspect/plugin-navigationtest.xml:
18870         * docs/plugins/inspect/plugin-ossaudio.xml:
18871         * docs/plugins/inspect/plugin-png.xml:
18872         * docs/plugins/inspect/plugin-rtp.xml:
18873         * docs/plugins/inspect/plugin-rtsp.xml:
18874         * docs/plugins/inspect/plugin-shout2send.xml:
18875         * docs/plugins/inspect/plugin-smpte.xml:
18876         * docs/plugins/inspect/plugin-speex.xml:
18877         * docs/plugins/inspect/plugin-udp.xml:
18878         * docs/plugins/inspect/plugin-videobox.xml:
18879         * docs/plugins/inspect/plugin-videoflip.xml:
18880         * docs/plugins/inspect/plugin-videomixer.xml:
18881         * docs/plugins/inspect/plugin-wavenc.xml:
18882         * docs/plugins/inspect/plugin-wavparse.xml:
18883         * ext/flac/gstflac.c: (plugin_init):
18884         * ext/flac/gstflacdec.c: (flacdec_get_type),
18885         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
18886         (gst_flac_dec_init), (gst_flac_dec_finalize),
18887         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
18888         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
18889         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
18890         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
18891         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
18892         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
18893         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
18894         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
18895         * ext/flac/gstflacdec.h:
18896         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
18897         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
18898         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
18899         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
18900         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
18901         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
18902         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
18903         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
18904         (gst_flac_enc_change_state):
18905         * ext/flac/gstflacenc.h:
18906           borgify and fix up documentation
18907
18908 2005-12-09  Michael Smith  <msmith@fluendo.com>
18909
18910         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
18911           Accept a wider range of flac files, more closely matching flac spec.
18912
18913 2005-12-08  Julien MOUTTE  <julien@moutte.net>
18914
18915         * docs/plugins/Makefile.am: Add multipart elements.
18916         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18917         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
18918         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18919         * gst/multipart/multipartdemux.c:
18920         * gst/multipart/multipartmux.c: Add docs.
18921
18922 2005-12-07  Edward Hervey  <edward@fluendo.com>
18923
18924         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
18925         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
18926         (gst_avi_demux_invert):
18927         Memleak and crasher fixes.
18928         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
18929         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
18930         Memleak fixes
18931
18932 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18933
18934         * ext/aalib/gstaasink.h:
18935         * ext/cairo/gsttextoverlay.h:
18936         * ext/dv/gstdvdec.h:
18937         * ext/dv/gstdvdemux.c:
18938         * ext/dv/gstdvdemux.h:
18939         * ext/esd/esdsink.h:
18940         * ext/flac/flac_compat.h:
18941         * ext/flac/gstflacdec.h:
18942         * ext/flac/gstflacenc.h:
18943         * ext/gconf/gconf.h:
18944         * ext/gconf/gstgconfaudiosink.h:
18945         * ext/gconf/gstgconfvideosink.h:
18946         * ext/gdk_pixbuf/gstgdkanimation.h:
18947         * ext/jpeg/gstjpegdec.h:
18948         * ext/jpeg/smokecodec.h:
18949         * ext/jpeg/smokeformat.h:
18950         * ext/ladspa/gstsignalprocessor.h:
18951         * ext/ladspa/search.c: (LADSPAPluginSearch):
18952         * ext/ladspa/utils.h:
18953         * ext/libmng/gstmng.c:
18954         * ext/libmng/gstmngdec.h:
18955         * ext/libmng/gstmngenc.c:
18956         * ext/libmng/gstmngenc.h:
18957         * ext/libpng/gstpng.c:
18958         * ext/libpng/gstpngenc.c:
18959         * ext/libpng/gstpngenc.h:
18960         * ext/shout2/gstshout2.h:
18961         * ext/speex/gstspeexdec.h:
18962         * ext/speex/gstspeexenc.c:
18963         * ext/speex/gstspeexenc.h:
18964         * gst/auparse/gstauparse.c: (gst_auparse_chain):
18965         * gst/autodetect/gstautoaudiosink.h:
18966         * gst/autodetect/gstautovideosink.h:
18967         * gst/avi/gstavidemux.h:
18968         * gst/cutter/gstcutter.c: (gst_cutter_chain),
18969         (gst_cutter_set_property), (gst_cutter_get_caps):
18970         * gst/cutter/gstcutter.h:
18971         * gst/debug/tests.c: (md5_process_block):
18972         * gst/debug/tests.h:
18973         * gst/effectv/gstwarp.c:
18974         * gst/flx/flx_fmt.h:
18975         * gst/flx/gstflxdec.h:
18976         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
18977         (zoomFilterFastRGB):
18978         * gst/goom/filters.h:
18979         * gst/goom/goom_tools.h:
18980         * gst/law/alaw-encode.c:
18981         * gst/level/gstlevel.c:
18982         * gst/level/gstlevel.h:
18983         * gst/matroska/ebml-write.h:
18984         * gst/matroska/matroska-demux.h:
18985         * gst/matroska/matroska-ids.h:
18986         * gst/matroska/matroska-mux.h:
18987         * gst/monoscope/convolve.c: (convolve_match):
18988         * gst/monoscope/convolve.h:
18989         * gst/multipart/multipartmux.c:
18990         * gst/oldcore/gstaggregator.c:
18991         * gst/oldcore/gstaggregator.h:
18992         * gst/oldcore/gstmd5sink.c: (md5_process_block):
18993         * gst/oldcore/gstmd5sink.h:
18994         * gst/oldcore/gstmultifilesrc.c:
18995         * gst/oldcore/gstmultifilesrc.h:
18996         * gst/oldcore/gstpipefilter.h:
18997         * gst/oldcore/gstshaper.h:
18998         * gst/rtp/gstrtpL16depay.h:
18999         * gst/rtp/gstrtpL16pay.h:
19000         * gst/rtp/gstrtpdepay.h:
19001         * gst/rtp/gstrtpmp4vpay.c:
19002         * gst/rtp/gstrtpmp4vpay.h:
19003         * gst/rtsp/gstrtspsrc.c:
19004         * gst/rtsp/gstrtspsrc.h:
19005         * gst/rtsp/rtspconnection.h:
19006         * gst/rtsp/rtspdefs.h:
19007         * gst/rtsp/rtspmessage.h:
19008         * gst/rtsp/rtsptransport.h:
19009         * gst/rtsp/rtspurl.c:
19010         * gst/rtsp/rtspurl.h:
19011         * gst/rtsp/sdpmessage.c:
19012         * gst/rtsp/sdpmessage.h:
19013         * gst/smpte/barboxwipes.c:
19014         * gst/smpte/gstmask.h:
19015         * gst/smpte/gstsmpte.h:
19016         * gst/smpte/paint.c:
19017         * gst/smpte/paint.h:
19018         * gst/udp/gstdynudpsink.h:
19019         * gst/udp/gstmultiudpsink.h:
19020         * gst/udp/gstudpsink.c:
19021         * gst/udp/gstudpsink.h:
19022         * gst/udp/gstudpsrc.c:
19023         * gst/videomixer/videomixer.c:
19024         * gst/wavenc/riff.h:
19025         * gst/wavparse/gstwavparse.h:
19026         * sys/oss/gstossdmabuffer.h:
19027         * sys/oss/gstossmixer.h:
19028         * sys/oss/gstossmixerelement.h:
19029         * sys/oss/gstossmixertrack.h:
19030         * sys/oss/gstosssink.c:
19031         * sys/oss/gstosssink.h:
19032         * sys/oss/gstosssrc.c:
19033         * sys/oss/gstosssrc.h:
19034         * sys/osxaudio/gstosxaudioelement.h:
19035         * sys/osxaudio/gstosxaudiosink.h:
19036         * sys/osxaudio/gstosxaudiosrc.h:
19037           expand tabs
19038
19039 === release 0.10.0 ===
19040
19041 2005-12-05   <thomas (at) apestaart (dot) org>
19042
19043         * configure.ac:
19044           releasing 0.10.0, "Abondance"
19045
19046 2005-12-05  Andy Wingo  <wingo@pobox.com>
19047
19048         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19049         * ext/flac/gstflacdec.c: (gst_flacdec_write):
19050         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
19051         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19052         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
19053         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
19054         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
19055         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
19056         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
19057         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19058         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19059         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19060         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19061         * gst/goom/gstgoom.c: (gst_goom_chain):
19062         * gst/matroska/matroska-demux.c:
19063         (gst_matroska_demux_push_vorbis_codec_priv_data),
19064         (gst_matroska_demux_add_wvpk_header):
19065         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
19066         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
19067         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
19068         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
19069         alloc_buffer changes.
19070
19071 2005-12-05  Michael Smith  <msmith@fluendo.com>
19072
19073         * docs/plugins/gst-plugins-good-plugins.args:
19074           Remove args for plugins that aren't in -good.
19075
19076 === release 0.9.7 ===
19077
19078 2005-12-01   <thomas (at) apestaart (dot) org>
19079
19080         * configure.ac:
19081           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
19082
19083 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19084
19085         * docs/plugins/.cvsignore:
19086         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19087         * docs/plugins/inspect/plugin-multipart.xml:
19088         * docs/plugins/inspect/plugin-rtp.xml:
19089           add multipart plugin to docs
19090
19091 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19092
19093         * configure.ac:
19094         * ext/Makefile.am:
19095         * ext/pango/Makefile.am:
19096         * ext/pango/gstclockoverlay.c:
19097         * ext/pango/gstclockoverlay.h:
19098         * ext/pango/gsttextoverlay.c:
19099         * ext/pango/gsttextoverlay.h:
19100         * ext/pango/gsttextrender.c:
19101         * ext/pango/gsttextrender.h:
19102         * ext/pango/gsttimeoverlay.c:
19103         * ext/pango/gsttimeoverlay.h:
19104           move pango to base
19105
19106 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19107
19108         * gst/rtp/Makefile.am:
19109         * gst/rtp/gstrtpL16depay.c:
19110         * gst/rtp/gstrtpL16depay.h:
19111         * gst/rtp/gstrtpL16parse.c:
19112         * gst/rtp/gstrtpL16parse.h:
19113         * gst/rtp/gstrtpgsmdepay.c:
19114         * gst/rtp/gstrtpgsmdepay.h:
19115         * gst/rtp/gstrtpgsmparse.c:
19116         * gst/rtp/gstrtpgsmparse.h:
19117           parsers are depayers
19118
19119 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19120
19121         * gst/rtp/Makefile.am:
19122         * gst/rtp/gstasteriskh263.c:
19123         * gst/rtp/gstrtp.c:
19124         * gst/rtp/gstrtpL16enc.c:
19125         * gst/rtp/gstrtpL16enc.h:
19126         * gst/rtp/gstrtpL16parse.c:
19127         * gst/rtp/gstrtpL16parse.h:
19128         * gst/rtp/gstrtpL16pay.c:
19129         * gst/rtp/gstrtpL16pay.h:
19130         * gst/rtp/gstrtpamrdec.c:
19131         * gst/rtp/gstrtpamrdec.h:
19132         * gst/rtp/gstrtpamrdepay.c:
19133         * gst/rtp/gstrtpamrdepay.h:
19134         * gst/rtp/gstrtpamrenc.c:
19135         * gst/rtp/gstrtpamrenc.h:
19136         * gst/rtp/gstrtpamrpay.c:
19137         * gst/rtp/gstrtpamrpay.h:
19138         * gst/rtp/gstrtpdec.c:
19139         * gst/rtp/gstrtpdec.h:
19140         * gst/rtp/gstrtpdepay.c:
19141         * gst/rtp/gstrtpdepay.h:
19142         * gst/rtp/gstrtpg711dec.c:
19143         * gst/rtp/gstrtpg711dec.h:
19144         * gst/rtp/gstrtpg711depay.c:
19145         * gst/rtp/gstrtpg711depay.h:
19146         * gst/rtp/gstrtpg711enc.c:
19147         * gst/rtp/gstrtpg711enc.h:
19148         * gst/rtp/gstrtpg711pay.c:
19149         * gst/rtp/gstrtpg711pay.h:
19150         * gst/rtp/gstrtpgsmenc.c:
19151         * gst/rtp/gstrtpgsmenc.h:
19152         * gst/rtp/gstrtpgsmparse.c:
19153         * gst/rtp/gstrtpgsmparse.h:
19154         * gst/rtp/gstrtpgsmpay.c:
19155         * gst/rtp/gstrtpgsmpay.h:
19156         * gst/rtp/gstrtph263enc.c:
19157         * gst/rtp/gstrtph263enc.h:
19158         * gst/rtp/gstrtph263pay.c:
19159         * gst/rtp/gstrtph263pay.h:
19160         * gst/rtp/gstrtph263pdec.c:
19161         * gst/rtp/gstrtph263pdec.h:
19162         * gst/rtp/gstrtph263pdepay.c:
19163         * gst/rtp/gstrtph263pdepay.h:
19164         * gst/rtp/gstrtph263penc.c:
19165         * gst/rtp/gstrtph263penc.h:
19166         * gst/rtp/gstrtph263ppay.c:
19167         * gst/rtp/gstrtph263ppay.h:
19168         * gst/rtp/gstrtpmp4vdec.c:
19169         * gst/rtp/gstrtpmp4vdec.h:
19170         * gst/rtp/gstrtpmp4vdepay.c:
19171         * gst/rtp/gstrtpmp4vdepay.h:
19172         * gst/rtp/gstrtpmp4venc.c:
19173         * gst/rtp/gstrtpmp4venc.h:
19174         * gst/rtp/gstrtpmp4vpay.c:
19175         * gst/rtp/gstrtpmp4vpay.h:
19176         * gst/rtp/gstrtpmpadec.c:
19177         * gst/rtp/gstrtpmpadec.h:
19178         * gst/rtp/gstrtpmpadepay.c:
19179         * gst/rtp/gstrtpmpadepay.h:
19180         * gst/rtp/gstrtpmpaenc.c:
19181         * gst/rtp/gstrtpmpaenc.h:
19182         * gst/rtp/gstrtpmpapay.c:
19183         * gst/rtp/gstrtpmpapay.h:
19184         * gst/rtp/gstrtpspeexdec.c:
19185         * gst/rtp/gstrtpspeexdec.h:
19186         * gst/rtp/gstrtpspeexdepay.c:
19187         * gst/rtp/gstrtpspeexdepay.h:
19188         * gst/rtp/gstrtpspeexenc.c:
19189         * gst/rtp/gstrtpspeexenc.h:
19190         * gst/rtp/gstrtpspeexpay.c:
19191         * gst/rtp/gstrtpspeexpay.h:
19192           Do burger's rename for rtp payloaders and depayloaders
19193
19194 2005-11-30  Wim Taymans  <wim@fluendo.com>
19195
19196         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19197         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
19198         * ext/dv/gstdvdemux.h:
19199         Fix seeking in dvdemux again, add some more debug info.
19200
19201 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19202
19203         * configure.ac:
19204           fix tests
19205
19206 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19207
19208         * PORTED_09:
19209         * docs/random/PORTED_09:
19210           move
19211         * tests/Makefile.am:
19212           add
19213         * win32/gst.sln:
19214           remove
19215
19216 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19217
19218         * Makefile.am:
19219         * check/.cvsignore:
19220         * check/Makefile.am:
19221         * check/elements/.cvsignore:
19222         * check/elements/level.c:
19223         * check/elements/matroskamux.c:
19224         * configure.ac:
19225         * examples/Makefile.am:
19226         * examples/capsfilter/Makefile.am:
19227         * examples/capsfilter/capsfilter1.c:
19228         * examples/gob/Makefile.am:
19229         * examples/gob/gst-identity2.gob:
19230         * examples/gstplay/.cvsignore:
19231         * examples/gstplay/Makefile.am:
19232         * examples/gstplay/player.c:
19233         * examples/indexing/.cvsignore:
19234         * examples/indexing/Makefile.am:
19235         * examples/indexing/indexmpeg.c:
19236         * examples/level/Makefile.am:
19237         * examples/level/README:
19238         * examples/level/demo.c:
19239         * examples/level/plot.c:
19240         * examples/stats/Makefile.am:
19241         * examples/stats/mp2ogg.c:
19242         * examples/switch/.cvsignore:
19243         * examples/switch/Makefile.am:
19244         * examples/switch/switcher.c:
19245           move under tests/
19246
19247 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19248
19249         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
19250         (gst_text_render_class_init), (resize_bitmap),
19251         (gst_text_render_render_text), (gst_text_render_setcaps),
19252         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
19253         (gst_text_render_chain), (gst_text_render_finalize),
19254         (gst_text_render_init), (gst_text_render_set_property):
19255         * ext/pango/gsttextrender.h:
19256           Add missing files.
19257
19258 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19259
19260         * configure.ac:
19261         * ext/Makefile.am:
19262         * ext/pango/Makefile.am:
19263         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
19264         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
19265         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
19266         * ext/pango/gstclockoverlay.h:
19267         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
19268         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
19269         (gst_text_overlay_finalize), (gst_text_overlay_init),
19270         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
19271         (gst_text_overlay_text_pad_linked),
19272         (gst_text_overlay_text_pad_unlinked),
19273         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
19274         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
19275         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
19276         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19277         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19278         (gst_text_overlay_change_state), (plugin_init):
19279         * ext/pango/gsttextoverlay.h:
19280         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
19281         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
19282         (gst_time_overlay_class_init), (gst_time_overlay_init):
19283         * ext/pango/gsttimeoverlay.h:
19284           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
19285           and add background shading and text wrapping modes. Make 
19286           timoverlay derive from textoverlay. Also add new clockoverlay
19287           element.
19288
19289 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19290
19291         * gst/udp/Makefile.am: Moved to netbuffer.
19292
19293 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19294
19295         * configure.ac:
19296         * PORTED_O9:
19297         * gst/multipart/Makefile.am:
19298         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19299         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
19300         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19301         (gst_multipart_demux_change_state),
19302         (gst_multipart_demux_plugin_init):
19303         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19304         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
19305         (gst_multipart_mux_sinkconnect),
19306         (gst_multipart_mux_request_new_pad),
19307         (gst_multipart_mux_handle_src_event),
19308         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
19309         (gst_multipart_mux_change_state): Ported multipart mux/demux to
19310         0.9.
19311
19312 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19313
19314         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
19315         * gst/debug/gstnavigationtest.h:
19316         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
19317         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
19318         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
19319         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
19320         * gst/effectv/gstrev.c: (gst_revtv_get_type):
19321         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
19322         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
19323         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
19324         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
19325         (gst_video_flip_get_type):
19326         * gst/videofilter/gstvideoflip.h:
19327           update for symbols change
19328
19329 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19330
19331         * gst/udp/gstdynudpsink.c:
19332         * gst/udp/gstudpsrc.c:
19333           the old gstnet lib was renamed gstnetbuffer (#322257)
19334
19335 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19336
19337         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
19338         (gst_text_overlay_collected):
19339           Actually render the text from the text pad.
19340
19341 2005-11-29  Edward Hervey  <edward@fluendo.com>
19342
19343         * gst/debug/gstnavseek.c: (gst_navseek_event):
19344         * gst/debug/progressreport.c: (gst_progress_report_event):
19345         Update for GstBaseTransform event virtual method
19346
19347 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19348
19349         * ext/cairo/Makefile.am:
19350           no need to link to videofilter
19351
19352 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19353
19354         * gst/debug/Makefile.am:
19355         * gst/debug/gstnavigationtest.h:
19356         * gst/effectv/Makefile.am:
19357         * gst/effectv/gstaging.c:
19358         * gst/effectv/gstdice.c:
19359         * gst/effectv/gstedge.c:
19360         * gst/effectv/gstquark.c:
19361         * gst/effectv/gstrev.c:
19362         * gst/effectv/gstshagadelic.c:
19363         * gst/effectv/gstvertigo.c:
19364         * gst/effectv/gstwarp.c:
19365         * gst/videofilter/Makefile.am:
19366         * gst/videofilter/gstvideofilter.c:
19367         * gst/videofilter/gstvideofilter.h:
19368         * gst/videofilter/gstvideoflip.h:
19369           remove the videofilter library and link to the one in base
19370
19371 2005-11-28  Edward Hervey  <edward@fluendo.com>
19372
19373         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
19374         Useless check now we're setting the current entry correctly.
19375
19376 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19377
19378         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
19379         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
19380         (gst_jpegenc_change_state):
19381           Don't leak input buffer in chain function (fixes #322667); make 
19382           state change function thread-safe; don't repeat the current function
19383           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
19384           gst_pad_alloc_buffer(); misc. minor cleanups.
19385
19386 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19387
19388         * gst/matroska/matroska-mux.c:
19389         (gst_matroska_mux_video_pad_setcaps):
19390         Look for pixel-aspect-ratio in caps, not pixel_width and
19391         pixel_height (Fixes: #322645)
19392
19393 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19394
19395         * gst/matroska/matroska-mux.c:
19396         (gst_matroska_mux_video_pad_setcaps):
19397         From Michal Benes:
19398         frame duration should be GST_SECOND / framerate, not
19399         GST_SECOND * framerate. (Fixes: #322643)
19400
19401 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19402
19403         * configure.ac:
19404           fix up GST_PLUGIN_LDFLAGS
19405         * gst/rtsp/rtspconnection.c:
19406           fix includes (see #317043)
19407         * gst/videofilter/Makefile.am:
19408           stop installing this library
19409
19410 2005-11-26  Edward Hervey  <edward@fluendo.com>
19411
19412         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
19413         Handle the case where the incoming Video dv stream doesn't have
19414         a pixel aspect ratio set.
19415
19416 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19417
19418         * docs/plugins/Makefile.am:
19419         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19420         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19421         * ext/flac/gstflacdec.c:
19422           document flacdec
19423
19424 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19425
19426         * docs/plugins/Makefile.am:
19427         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19428         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19429         * docs/plugins/inspect/plugin-autodetect.xml:
19430         * ext/cairo/gstcairo.c: (plugin_init):
19431         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
19432         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
19433         (gst_text_overlay_init), (gst_text_overlay_font_init),
19434         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
19435         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
19436         (gst_text_overlay_text_pad_linked),
19437         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
19438         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
19439         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19440         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19441         (gst_text_overlay_change_state):
19442         * ext/cairo/gsttextoverlay.h:
19443         * ext/cairo/gsttimeoverlay.c:
19444         (gst_cairo_time_overlay_update_font_height),
19445         (gst_cairo_time_overlay_set_caps),
19446         (gst_cairo_time_overlay_get_unit_size),
19447         (gst_cairo_time_overlay_print_smpte_time),
19448         (gst_cairo_time_overlay_transform),
19449         (gst_cairo_time_overlay_base_init),
19450         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
19451         (gst_cairo_time_overlay_get_type):
19452         * ext/cairo/gsttimeoverlay.h:
19453           do some name borgifying
19454           document
19455
19456 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19457
19458         * docs/plugins/Makefile.am:
19459         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19460         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19461         * gst/autodetect/gstautoaudiosink.c:
19462         (gst_auto_audio_sink_base_init):
19463         * gst/autodetect/gstautovideosink.c:
19464         (gst_auto_video_sink_base_init),
19465         (gst_auto_video_sink_factory_filter):
19466           documenting auto*sink
19467           using strstr for the video sink lookup, class field is not ordered
19468         * docs/plugins/inspect/plugin-1394.xml:
19469         * docs/plugins/inspect/plugin-aasink.xml:
19470         * docs/plugins/inspect/plugin-alaw.xml:
19471         * docs/plugins/inspect/plugin-alpha.xml:
19472         * docs/plugins/inspect/plugin-alphacolor.xml:
19473         * docs/plugins/inspect/plugin-auparse.xml:
19474         * docs/plugins/inspect/plugin-autodetect.xml:
19475         * docs/plugins/inspect/plugin-avi.xml:
19476         * docs/plugins/inspect/plugin-cacasink.xml:
19477         * docs/plugins/inspect/plugin-cairo.xml:
19478         * docs/plugins/inspect/plugin-cutter.xml:
19479         * docs/plugins/inspect/plugin-debug.xml:
19480         * docs/plugins/inspect/plugin-dv.xml:
19481         * docs/plugins/inspect/plugin-efence.xml:
19482         * docs/plugins/inspect/plugin-effectv.xml:
19483         * docs/plugins/inspect/plugin-esdsink.xml:
19484         * docs/plugins/inspect/plugin-flac.xml:
19485         * docs/plugins/inspect/plugin-flxdec.xml:
19486         * docs/plugins/inspect/plugin-gconfelements.xml:
19487         * docs/plugins/inspect/plugin-goom.xml:
19488         * docs/plugins/inspect/plugin-jpeg.xml:
19489         * docs/plugins/inspect/plugin-level.xml:
19490         * docs/plugins/inspect/plugin-matroska.xml:
19491         * docs/plugins/inspect/plugin-mulaw.xml:
19492         * docs/plugins/inspect/plugin-navigationtest.xml:
19493         * docs/plugins/inspect/plugin-ossaudio.xml:
19494         * docs/plugins/inspect/plugin-png.xml:
19495         * docs/plugins/inspect/plugin-rtp.xml:
19496         * docs/plugins/inspect/plugin-rtsp.xml:
19497         * docs/plugins/inspect/plugin-shout2send.xml:
19498         * docs/plugins/inspect/plugin-smpte.xml:
19499         * docs/plugins/inspect/plugin-speex.xml:
19500         * docs/plugins/inspect/plugin-udp.xml:
19501         * docs/plugins/inspect/plugin-videobox.xml:
19502         * docs/plugins/inspect/plugin-videoflip.xml:
19503         * docs/plugins/inspect/plugin-videomixer.xml:
19504         * docs/plugins/inspect/plugin-wavenc.xml:
19505         * docs/plugins/inspect/plugin-wavparse.xml:
19506           update for HEAD version
19507
19508 2005-11-25  Michael Smith  <msmith@fluendo.com>
19509
19510         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
19511           Patch from Sebastien Cote to close control sockets in udpsrc.
19512
19513 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19514
19515         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
19516         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
19517         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
19518         (gst_quarktv_base_init), (gst_quarktv_class_init),
19519         (gst_quarktv_init): Flush the planes list on reverse caps
19520         negotiation. This was crashing because of differently sized
19521         buffers.
19522
19523 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19524
19525         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
19526         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
19527         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
19528         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
19529         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
19530         (gst_videoflip_set_property), (gst_videoflip_base_init),
19531         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
19532         correctly, fix identity flipping, convert navigation event 
19533         correctly again.
19534
19535 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19536
19537         * configure.ac: back to HEAD
19538
19539 === release 0.9.6 ===
19540
19541 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19542
19543         * configure.ac:
19544           releasing 0.9.6, "Everything's Not Lost"
19545
19546 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19547
19548         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
19549         Oops, initialise the framerate GValue
19550
19551 2005-11-23  Julien MOUTTE  <julien@moutte.net>
19552
19553         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
19554         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
19555         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
19556         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
19557         (gst_timeoverlay_get_type):
19558         * ext/cairo/gsttimeoverlay.h:
19559         * gst/debug/Makefile.am:
19560         * gst/debug/gstnavigationtest.c:
19561         (gst_navigationtest_handle_src_event),
19562         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
19563         (gst_navigationtest_transform), (gst_navigationtest_change_state),
19564         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
19565         (gst_navigationtest_init), (gst_navigationtest_get_type),
19566         (plugin_init):
19567         * gst/debug/gstnavigationtest.h:
19568         * gst/effectv/Makefile.am:
19569         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
19570         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
19571         (gst_agingtv_base_init), (gst_agingtv_class_init),
19572         (gst_agingtv_init), (gst_agingtv_get_type):
19573         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
19574         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
19575         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
19576         (gst_dicetv_get_type):
19577         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
19578         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
19579         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
19580         (gst_edgetv_get_type):
19581         * gst/effectv/gsteffectv.c:
19582         * gst/effectv/gsteffectv.h:
19583         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
19584         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
19585         (gst_quarktv_change_state), (gst_quarktv_base_init),
19586         (gst_quarktv_class_init), (gst_quarktv_init),
19587         (gst_quarktv_get_type):
19588         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
19589         (gst_revtv_get_unit_size), (gst_revtv_transform),
19590         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
19591         (gst_revtv_get_type):
19592         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
19593         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
19594         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
19595         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
19596         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
19597         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
19598         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
19599         (gst_vertigotv_init), (gst_vertigotv_get_type):
19600         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
19601         (gst_warptv_get_unit_size), (gst_warptv_transform),
19602         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
19603         (gst_warptv_get_type):
19604         * gst/videofilter/Makefile.am:
19605         * gst/videofilter/gstvideobalance.c:
19606         * gst/videofilter/gstvideobalance.h:
19607         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
19608         (gst_videofilter_class_init), (gst_videofilter_init):
19609         * gst/videofilter/gstvideofilter.h:
19610         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
19611         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
19612         (gst_videoflip_flip), (gst_videoflip_transform),
19613         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
19614         (gst_videoflip_base_init), (gst_videoflip_class_init),
19615         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
19616         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
19617         BaseTransform, it's just a place holder for now and every video
19618         effect plugin has been ported to use BaseTransform features 
19619         directly. QuarkTV was fixed too (was broken), navigationtest works
19620         and best for the end, videoflip converts navigation events depending
19621         on flip method ! Fixes #320953
19622
19623 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19624
19625         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19626         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
19627         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
19628         (gst_goom_src_negotiate), (gst_goom_chain):
19629         * gst/matroska/matroska-mux.c:
19630         (gst_matroska_mux_video_pad_setcaps):
19631         * sys/osxvideo/osxvideosink.m:
19632           Fixes for API changes
19633
19634 2005-11-23  Michael Smith <msmith@fluendo.com>
19635
19636         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
19637         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
19638         * ext/jpeg/gstjpegdec.h:
19639         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
19640         * ext/jpeg/gstjpegenc.h:
19641         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
19642         (gst_smokeenc_resync):
19643         * ext/jpeg/gstsmokeenc.h:
19644           JPEG fractiony goodness.
19645
19646 2005-11-22  Michael Smith <msmith@fluendo.com>
19647
19648         * gst/goom/filters.c:
19649         * gst/goom/graphic.h:
19650           Fix compilation by making some functions static inline instead of
19651           extern inline, matching the way they're used.
19652
19653 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19654
19655         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
19656         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
19657         * ext/cairo/gsttextoverlay.h:
19658         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
19659         * ext/gdk_pixbuf/gstgdkpixbuf.h:
19660         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
19661         (gst_pngdec_caps_create_and_set):
19662         * ext/libpng/gstpngdec.h:
19663         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
19664         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
19665         * gst/avi/gstavimux.c: (gst_avimux_init),
19666         (gst_avimux_vidsinkconnect):
19667         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19668         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
19669         (gst_goom_src_negotiate), (gst_goom_chain):
19670         * gst/goom/gstgoom.h:
19671         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
19672         * gst/matroska/matroska-mux.c:
19673         (gst_matroska_mux_video_pad_setcaps):
19674         * sys/osxvideo/osxvideosink.h:
19675         * sys/osxvideo/osxvideosink.m:
19676           More fractional framerate conversions 
19677
19678 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19679
19680         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19681         * gst/debug/gstnavigationtest.c:
19682         (gst_navigationtest_handle_src_event):
19683         * gst/videofilter/gstvideofilter.c:
19684         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
19685         (gst_videofilter_init):
19686         * gst/videofilter/gstvideofilter.h:
19687           Convert to fractional framerates.
19688
19689 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19690
19691         * ext/aalib/gstaasink.c:
19692         * ext/dv/gstdvdec.c:
19693         * ext/esd/esdmon.c:
19694         * ext/flac/gstflacenc.c:
19695         * ext/gdk_pixbuf/pixbufscale.c:
19696         * ext/libcaca/gstcacasink.c:
19697         * ext/shout2/gstshout2.c:
19698         * gst/alpha/gstalpha.c:
19699         * gst/oldcore/gstaggregator.c:
19700         * gst/oldcore/gstshaper.c:
19701         * gst/smpte/barboxwipes.c:
19702         * gst/smpte/gstsmpte.c:
19703         * gst/videobox/gstvideobox.c:
19704         * gst/videofilter/gstvideoflip.c:
19705         * gst/videomixer/videomixer.c:
19706           fix up more enums
19707
19708 2005-11-22  Michael Smith <msmith@fluendo.com>
19709
19710         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19711         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19712         (gst_videomixer_update_queues):
19713           Fractional framerates, videomixer.
19714
19715 2005-11-22  Michael Smith <msmith@fluendo.com>
19716
19717         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
19718         * ext/dv/gstdvdec.h:
19719         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
19720         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
19721         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
19722         (gst_dvdemux_flush):
19723         * ext/dv/gstdvdemux.h:
19724           Fractional framerates for DV. 
19725
19726 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19727
19728         * gst/autodetect/gstautoaudiosink.c:
19729         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
19730         * gst/autodetect/gstautovideosink.c:
19731         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
19732           Use gst_plugin_feature_list_free() to free feature list and
19733           in the case of autovideosink free the list at all. Also
19734           miscellaneous cosmetic fixes.
19735
19736 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19737
19738         * gst/cutter/gstcutter.c: (gst_cutter_chain),
19739         (gst_cutter_set_property), (gst_cutter_get_caps):
19740           copy calculation code from level; remove use of some audio
19741           functions
19742
19743 2005-11-22  Andy Wingo  <wingo@pobox.com>
19744
19745         * Update for gst_tag_setter API changes.
19746
19747 2005-11-22  Andy Wingo  <wingo@pobox.com>
19748
19749         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
19750         (gst_dvdemux_demux_frame)
19751         * ext/flac/gstflacdec.c (gst_flacdec_write)
19752         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
19753         (gst_flacenc_sink_event)
19754         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
19755         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
19756         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
19757         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
19758         * gst/auparse/gstauparse.c (gst_auparse_chain)
19759         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
19760         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
19761         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
19762         (gst_avi_demux_handle_seek)
19763         * gst/goom/gstgoom.c (gst_goom_event)
19764         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
19765         * gst/matroska/matroska-demux.c
19766         (gst_matroska_demux_handle_seek_event)
19767         (gst_matroska_demux_loop_stream_parse_id)
19768         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
19769         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
19770         (gst_wavparse_stream_headers): Run update-funcnames.
19771
19772 2005-11-22  Edward Hervey  <edward@fluendo.com>
19773
19774         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
19775         (gst_dv1394src_init), (gst_dv1394src_dispose),
19776         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
19777         (gst_dv1394src_uri_set_uri):
19778         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
19779         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
19780         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
19781         URIHandler interface and element properties are now properly
19782         synchronized for DV1394src and UDPSrc
19783
19784 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19785
19786         * ext/flac/Makefile.am:
19787         * ext/speex/Makefile.am:
19788           libgsttagedit has been renamed to libgsttag.
19789
19790 2005-11-21  Wim Taymans  <wim@fluendo.com>
19791
19792         * gst/rtsp/rtspconnection.c: (read_body):
19793         Apply patch from Sebastien Cote to fix #319184.
19794
19795 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19796
19797         * configure.ac:
19798         * gst/cutter/Makefile.am:
19799         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
19800         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
19801         (gst_cutter_set_property), (gst_cutter_get_property),
19802         (plugin_init), (gst_cutter_get_caps):
19803           port cutter
19804         * gst/level/gstlevel.c:
19805           fix up plugin details
19806
19807 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19808
19809         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
19810         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
19811         (gst_flacdec_src_event):
19812         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
19813         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
19814         (gst_signal_processor_getrange), (gst_signal_processor_chain):
19815         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
19816         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
19817         (gst_flxdec_sink_event_handler):
19818         * gst/matroska/matroska-demux.c:
19819         (gst_matroska_demux_handle_seek_event):
19820         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
19821           Update for stream lock API changes: don't take stream log
19822           in sink event handlers any longer and change GST_STREAM_LOCK
19823           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
19824           functions.
19825
19826 2005-11-21  Michael Smith <msmith@fluendo.com>
19827
19828         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
19829           gst_object_unref, not g_object_unref
19830
19831 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19832
19833         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
19834         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
19835           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
19836
19837 2005-11-21  Michael Smith <msmith@fluendo.com>
19838
19839         * gst/auparse/Makefile.am:
19840         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
19841         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
19842         (gst_auparse_change_state):
19843         * gst/auparse/gstauparse.h:
19844           Partially fix #161712. playbin still doesn't work on these files,
19845           (on the bug report, Andy says we aren't typefinding it for some
19846           reason?) but at least auparse isn't totally busted like it was before.
19847
19848 2005-11-21  Andy Wingo  <wingo@pobox.com>
19849
19850         * *.h:
19851         * *.c: Ran scripts/update-macros. Oh yes.
19852
19853 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19854
19855         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
19856           Filler events are gone for now, comment out section generating
19857           them.
19858
19859 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
19860
19861         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19862         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
19863         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
19864         * sys/osxvideo/osxvideosink.m:
19865           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
19866           (#322027)
19867
19868 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19869
19870         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
19871         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
19872         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
19873         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
19874         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
19875         (gst_avi_demux_stream_data):
19876         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
19877         * gst/wavenc/gstwavenc.c: (write_metadata):
19878         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
19879         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
19880         Fixes for GST_FOURCC_FORMAT API change.
19881
19882 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19883
19884         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
19885         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
19886         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
19887         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19888         (gst_text_overlay_change_state):
19889         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
19890         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
19891         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
19892         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
19893         * gst/videomixer/videomixer.c: (gst_videomixer_init),
19894         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
19895         (gst_videomixer_change_state):
19896           Fix for collect pads API change. Also fix textoverlay state
19897           change function.
19898
19899 2005-11-20  Julien MOUTTE  <julien@moutte.net>
19900
19901         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
19902         GST_PAD_IS_USABLE by something approaching it.
19903
19904 2005-11-20  Julien MOUTTE  <julien@moutte.net>
19905
19906         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
19907         API changes.
19908         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
19909         but also fix the code that was not checking return values from
19910         pad_push neither using pad_alloc_buffer.
19911
19912 2005-11-18  Edward Hervey  <edward@fluendo.com>
19913
19914         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
19915         (gst_pngenc_chain):
19916         Added debug category
19917         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
19918         goes to EOS.
19919
19920 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
19921
19922         * gst/rtp/Makefile.am
19923         * gst/rtp/gstrtp.c
19924         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
19925         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
19926         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
19927         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
19928         * gst/rtp/gstrtpg711enc.h:
19929         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
19930         * gst/rtp/gstrtpspeexenc.c:
19931         * gst/rtp/gstrtpspeexenc.h:
19932         * gst/rtp/gstrtpspeexdec.c:
19933         * gst/rtp/gstrtpspeexdec.h:
19934         Created Speex payloader and depayloader; Optimize G711 payloader to
19935         use adapter and send packets until MTU size.
19936
19937 2005-11-16  Wim Taymans  <wim@fluendo.com>
19938
19939         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
19940         Fix leak in check.
19941
19942 2005-11-16  Wim Taymans  <wim@fluendo.com>
19943
19944         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
19945         Fix state change.
19946
19947 2005-11-16  Andy Wingo  <wingo@pobox.com>
19948
19949         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
19950         (gst_udpsrc_create): Move comment.
19951
19952 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
19953
19954         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19955
19956         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
19957           When seeking, seek to closest index entry at or before the requested
19958           seek position, not just the closest one (#321001).
19959
19960 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
19961
19962         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
19963         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
19964           Invert DIB images again (see #132341).
19965
19966 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19967
19968         * configure.ac:
19969           rework configure.ac file
19970         * ext/aalib/gstaasink.c:
19971         * ext/cairo/gstcairo.c:
19972         * ext/dv/gstdv.c:
19973         * ext/esd/gstesd.c:
19974         * ext/flac/gstflac.c:
19975         * ext/gconf/gstgconfelements.c:
19976         * ext/gdk_pixbuf/gstgdkpixbuf.c:
19977         * ext/jpeg/gstjpeg.c:
19978         * ext/ladspa/gstladspa.c:
19979         * ext/libcaca/gstcacasink.c:
19980         * ext/libmng/gstmng.c:
19981         * ext/libpng/gstpng.c:
19982         * ext/mikmod/gstmikmod.c:
19983         * ext/pango/gsttextoverlay.c:
19984         * ext/pango/gsttimeoverlay.c:
19985         * ext/raw1394/gst1394.c:
19986         * ext/speex/gstspeex.c:
19987         * gst/alpha/Makefile.am:
19988         * gst/alpha/gstalpha.c:
19989         * gst/alpha/gstalphacolor.c:
19990         * gst/auparse/gstauparse.c:
19991         * gst/autodetect/gstautoaudiosink.c:
19992         (gst_auto_audio_sink_factory_filter),
19993         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
19994         * gst/autodetect/gstautodetect.c:
19995         * gst/avi/gstavi.c:
19996         * gst/cutter/gstcutter.c:
19997         * gst/debug/efence.c:
19998         * gst/debug/gstdebug.c:
19999         * gst/debug/gstnavigationtest.c:
20000         * gst/effectv/gsteffectv.c:
20001         * gst/flx/gstflxdec.c:
20002         * gst/goom/gstgoom.c:
20003         * gst/interleave/plugin.c:
20004         * gst/law/alaw.c:
20005         * gst/law/mulaw.c:
20006         * gst/level/gstlevel.c:
20007         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20008         * gst/matroska/matroska.c:
20009         * gst/median/gstmedian.c:
20010         * gst/monoscope/gstmonoscope.c:
20011         * gst/multipart/multipart.c:
20012         * gst/oldcore/gstelements.c:
20013         * gst/rtp/gstrtp.c:
20014         * gst/rtsp/gstrtsp.c:
20015         * gst/smoothwave/gstsmoothwave.c:
20016         * gst/smpte/gstsmpte.c:
20017         * gst/udp/gstudp.c:
20018         * gst/videobox/gstvideobox.c:
20019         * gst/videofilter/gstgamma.c:
20020         * gst/videofilter/gstvideobalance.c:
20021         * gst/videofilter/gstvideoflip.c:
20022         * gst/videofilter/gstvideotemplate.c:
20023         * gst/videomixer/videomixer.c:
20024         * gst/wavenc/gstwavenc.c:
20025         * gst/wavparse/gstwavparse.c:
20026         * sys/oss/gstossaudio.c:
20027         * sys/osxaudio/gstosxaudio.c:
20028           update GST_PLUGIN_DEFINE
20029         * gst/rtp/Makefile.am:
20030         * gst/rtp/gstasteriskh263.c:
20031           check for htons/htonl headers and possibly link to winsock2 lib
20032
20033 2005-11-12  Edward Hervey  <edward@fluendo.com>
20034
20035         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
20036         Only GST_DEBUG() information on the valid components.
20037
20038 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20039
20040         * configure.ac: back to HEAD
20041
20042 === release 0.9.5 ===
20043
20044 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20045
20046         * configure.ac:
20047           releasing 0.9.5, "Phone Alarm"
20048
20049 2005-11-11  Edward Hervey  <edward@fluendo.com>
20050
20051         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20052         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
20053         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
20054         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20055         (gst_avi_demux_loop):
20056         * gst/avi/gstavidemux.h:
20057         Yeah, implement proper seeking. Exact seeking and segment seeking.
20058         Still need to do some checks for segment_stop.
20059
20060 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20061
20062         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20063
20064         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20065           Don't try to ready buffer duration from buffer that we don't
20066           own any  longer and that might already have been unreffed.
20067           (#321136)
20068
20069 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
20070
20071         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
20072         (flx_decode_delta_flc), (gst_flxdec_chain):
20073         Attempting to optimize the code for embedded systems.
20074
20075 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
20076
20077         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20078
20079         * sys/oss/gstosssink.c: (gst_oss_sink_close):
20080           Don't re-use already closed file descriptor. (#320920)
20081
20082 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20083
20084         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
20085         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
20086         (gst_oss_sink_prepare):
20087         * sys/oss/gstosssink.h:
20088           Cache probed caps; fix debug output for SET_PARAM macros.
20089
20090 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20091
20092         * ext/cairo/Makefile.am:
20093         * ext/cairo/gstcairo.c: (plugin_init):
20094         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
20095         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
20096         (gst_text_overlay_init), (gst_text_overlay_font_init),
20097         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
20098         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
20099         (gst_text_overlay_text_pad_linked),
20100         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
20101         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20102         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20103         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20104         (gst_text_overlay_change_state):
20105         * ext/cairo/gsttextoverlay.h:
20106           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
20107           property and redo positioning. Doesn't handle upstream renegotiation
20108           yet though.
20109
20110 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20111
20112         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
20113         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20114         (gst_avi_demux_loop):
20115           No need to take the STREAM_LOCK in the loop function. Improve
20116           some debug messages. Don't leak pad names in debug messages.
20117
20118 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20119
20120         * gst/matroska/matroska-demux.c:
20121         (gst_matroska_demux_push_vorbis_codec_priv_data),
20122         (gst_matroska_demux_add_wvpk_header):
20123           Don't error out when the source pad isn't linked.
20124
20125 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
20126
20127         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
20128         (gst_gconf_audio_sink_change_state):
20129         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
20130         (gst_gconf_video_sink_change_state):
20131           Fix state change functions here as well and set kid
20132           to NULL state before removing it.
20133
20134 2005-11-01  Edward Hervey  <edward@fluendo.com>
20135
20136         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
20137         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
20138         Added proper event handlind, 
20139         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
20140         ignored),
20141         and don't set a duration of 0 for buffers otherwise they are discarded
20142         by GstBaseSink.
20143
20144         GstWavEnc needs some serious loving, after going through the code I'm
20145         really wondering how this can stay in -good ...
20146
20147 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20148
20149         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
20150         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
20151         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
20152         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
20153         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
20154         (gst_matroska_mux_collected):
20155           Fix leaks and invalid memory access as reported by valgrind
20156
20157 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20158
20159         Patch by: Michal Benes <michal.benes@xeris.cz>
20160
20161         * check/Makefile.am:
20162         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20163         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
20164         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20165           add a unit test for matroskamux
20166           fix the bugs that the unit test exposed
20167
20168 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
20169
20170         * gst/autodetect/gstautoaudiosink.c:
20171         (gst_auto_audio_sink_class_init),
20172         (gst_auto_audio_sink_change_state):
20173         * gst/autodetect/gstautovideosink.c:
20174         (gst_auto_video_sink_class_init),
20175         (gst_auto_video_sink_change_state):
20176           Fix state change function and use GST_DEBUG_FUNCPTR in
20177           class_init.
20178
20179 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20180
20181         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20182
20183         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
20184         (gst_ebml_write_reset), (gst_ebml_write_element_new):
20185         * gst/matroska/ebml-write.h:
20186         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20187           Set timestamps on outgoing ebml headers as well, so that the
20188           element after matroskamux can get the timestamp already when
20189           reading the first ebml element and doesn't have to wait for
20190           the actual data buffer for that (#320308).
20191           
20192 2005-10-31  Andy Wingo  <wingo@pobox.com>
20193
20194         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
20195         (gst_videomixer_pad_link): Kill some memleaks.
20196         (gst_videomixer_pad_get_property): Style fix.
20197         (gst_videomixer_pad_set_property): Style fix.
20198         (gst_videomixer_pad_init): Style fix.
20199         (gst_videomixer_update_queues): Kill memleak.
20200         (gst_videomixer_loop): Kill memleak.
20201         (gst_videomixer_collected): Kill memleak.
20202
20203 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20204
20205         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
20206         gst_auparse_change_state:
20207         Just some cleanup.
20208
20209 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20210
20211         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
20212         Add checks to GST_FLOW_NOT_LINKED for values returned
20213         from gst_pad_push.
20214         
20215 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20216
20217         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
20218         (gst_rtpg711dec_process):
20219         * gst/rtp/gstrtpgsmenc.c:
20220         Payloader now sets some default caps on the srcpad if caps on the sinkpad
20221         are never set. This is important for the g711 to work with burger's rtpbin
20222         element.
20223
20224 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
20225
20226         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
20227         (gst_speexenc_push_buffer):
20228         Add checks for return values from gst_pad_push and
20229         gst_pad_alloc_buffer.
20230
20231 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
20232
20233         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20234
20235         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
20236         (gst_matroska_demux_parse_info),
20237         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
20238         (gst_matroska_demux_parse_cluster):
20239         * gst/matroska/matroska-ids.h:
20240         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
20241         (gst_matroska_mux_init), (gst_matroska_mux_start),
20242         (gst_matroska_mux_create_buffer_header),
20243         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
20244         (gst_matroska_mux_get_property):
20245         * gst/matroska/matroska-mux.h:
20246           Add SimpleBlock support to matroska demuxer and muxer (part of
20247           Matroska v2). (#319731)
20248
20249 2005-10-28  Wim Taymans  <wim@fluendo.com>
20250
20251         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
20252         (gst_jpeg_dec_change_state):
20253         * ext/jpeg/gstjpegdec.h:
20254         Cleanups. Don't create caps for every chain.
20255
20256 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
20257
20258         * gst/law/alaw-encode.c: (gst_alawenc_init),
20259         (alawenc_setcaps), (gst_alawenc_chain)
20260         * gst/law/alaw-encode.h:
20261         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
20262         (mulawenc_setcaps), (gst_mulawenc_chain)
20263         * gst/law/mulaw-encode.h:
20264         Set timestamp on buffer and it allows RTP G711 elements
20265         work properly.
20266
20267 2005-10-27  Wim Taymans  <wim@fluendo.com>
20268
20269         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20270         Set correct format on oss instead of a silly value. 
20271
20272 2005-10-27  Julien MOUTTE  <julien@moutte.net>
20273
20274         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20275         (gst_video_box_transform_caps), (gst_video_box_set_caps),
20276         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
20277         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
20278         I420 rendering as well, doesn't bring much for my platform.
20279         Might help on some other platforms.
20280
20281 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20282
20283         * gst/rtp/gstrtpgsmenc.c:
20284         * gst/rtp/gstrtpgsmparse.c:
20285         Declaring the padtemplate correctly.
20286
20287 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20288
20289         * gst/rtp/gstrtpg711dec.c:
20290         * gst/rtp/gstrtpg711enc.c:
20291         * gst/rtp/gstrtpgsmenc.c:
20292         * gst/rtp/gstrtpgsmparse.c:
20293         Setting the proper copyright notice.
20294
20295 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20296
20297         * gst/videobox/Makefile.am: Use liboil.
20298         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20299         (gst_video_box_set_property), (gst_video_box_transform_caps),
20300         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
20301         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
20302         using liboil. Will dot the same to I420 border generation
20303         tomorrow.
20304
20305 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20306
20307         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
20308         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
20309         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
20310         * gst/rtp/gstrtpg711dec.h:
20311         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
20312         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
20313         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
20314         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20315         (gst_rtpgsmenc_handle_buffer):
20316         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
20317         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
20318         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
20319         * gst/rtp/gstrtpgsmparse.h:
20320         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
20321         inherits from the basertpdepayloader.
20322
20323 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20324
20325         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20326         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20327         (gst_video_box_ayuv): Removing this forgotten debug.
20328
20329 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20330
20331         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20332         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20333         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
20334
20335 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
20336
20337         * sys/oss/gstossaudio.c:
20338         * sys/oss/gstossdmabuffer.c:
20339         * sys/oss/gstosshelper.c:
20340         * sys/oss/gstossmixer.c:
20341         * sys/oss/gstossmixerelement.c:
20342         * sys/oss/gstossmixertrack.c:
20343         * sys/oss/gstosssink.c:
20344         * sys/oss/gstosssrc.c:
20345           Actually use the 'oss' debug category we register.
20346
20347 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20348
20349         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
20350         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
20351         Use gst_pad_get_parent and drop the ref that was added through
20352         that call.
20353
20354 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
20355
20356         * gst/rtp/gstrtpgsmenc.c:
20357           Fix compilation
20358
20359 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20360
20361         * gst/rtp/gstrtpg711dec.c
20362         Just removed a couple of lines of weird code used during
20363         development/test time.
20364
20365 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20366
20367         * gst/rtp/Makefile.am
20368         * gst/rtp/gstrtp.c
20369         * gst/rtp/gstrtpg711enc.c
20370         * gst/rtp/gstrtpg711enc.h
20371         * gst/rtp/gstrtpg711dec.c
20372         * gst/rtp/gstrtpg711dec.h
20373         Created G711 payloader and depayloader (it supports mulaw and alaw
20374         (dec)encoders)
20375
20376 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20377
20378         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20379         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20380         Doh ! I introduced wingo's bug again ! Sorry...
20381
20382 2005-10-25  Christian Schaller <christian@fluendo.com> 
20383
20384         * gst/rtp/Makefile.am: add missing header files for disting
20385
20386 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20387
20388         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
20389         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
20390         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20391         (gst_rtpgsmenc_handle_buffer):
20392         * gst/rtp/gstrtpgsmenc.h:
20393         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
20394         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
20395         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
20396         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
20397         * gst/rtp/gstrtpgsmparse.h:
20398         Getting the GSM (de)payloader working and compatible with our plans for RTP.
20399
20400 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20401
20402         * ext/libpng/gstpngdec.c: (user_info_callback),
20403         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
20404         a newsegment event, move some redundant code in a single place.
20405
20406 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20407
20408         * ext/libpng/gstpngdec.c: (user_info_callback),
20409         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
20410         hack to get correct colors order when we have a png image with
20411         alpha channel.
20412
20413 2005-10-24  Edward Hervey  <edward@fluendo.com>
20414
20415         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
20416         Call gst_element_no_more_pads when there will be no more pads.
20417
20418 2005-10-24  Wim Taymans  <wim@fluendo.com>
20419
20420         * gst/rtp/Makefile.am:
20421         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
20422         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
20423         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
20424         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
20425         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
20426         (gst_asteriskh263_plugin_init):
20427         * gst/rtp/gstasteriskh263.h:
20428         * gst/rtp/gstrtp.c: (plugin_init):
20429         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
20430         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
20431         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
20432         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
20433         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
20434         (gst_rtph263enc_plugin_init):
20435         * gst/rtp/gstrtph263enc.h:
20436         Added two new payloaders, an RFC 2190 payloader for h263 and
20437         a payload convertor for an asterisk server.
20438
20439 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20440
20441         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20442           Set bytes_per_sample correctly (is not always 4, but 
20443           depends on width and number of channels).
20444
20445 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20446
20447         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
20448         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
20449         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
20450         (gst_flacenc_sink_event), (gst_flacenc_chain),
20451         (gst_flacenc_set_property), (gst_flacenc_get_property),
20452         (gst_flacenc_change_state):
20453         * ext/flac/gstflacenc.h:
20454           Fix seeking, so that flacenc can rewrite the header with the
20455           correct duration and amount of samples and all that at EOS;
20456           also set timestamps and granulepos on outgoing buffers; add
20457           debug category; fix state change function.
20458           
20459 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20460
20461         * gst/videomixer/videomixer.c: Don't restrict video geometry
20462         from 16 to 4096.
20463
20464 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20465
20466         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20467         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20468         Fix caps negotiation correctly, add debugging category.
20469
20470 2005-10-24  Christian Schaller  <christian@fluendo.com>
20471
20472         * configure.ac: Port over Thomas's change from base listing all plugins
20473
20474 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20475
20476         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
20477         a sink pad.
20478
20479 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20480
20481         * configure.ac:
20482         * docs/upload.mak:
20483           back to HEAD
20484
20485 === release 0.9.4 ===
20486
20487 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20488
20489         * configure.ac:
20490           Releasing 0.9.4, "Dromiceiomimus"
20491
20492 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
20493
20494         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
20495         (gst_speexenc_src_query):
20496           Add position and duration query, fix query type function.
20497           
20498         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
20499         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
20500           Let's not set non-fixed caps on source pads.
20501
20502 2005-10-21  Wim Taymans  <wim@fluendo.com>
20503
20504         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
20505         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
20506         (gst_avi_demux_handle_seek):
20507         Set correct stream_time in newsegment event.
20508         avi can also handle a duration query now.
20509
20510 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20511
20512         * gst/matroska/matroska-demux.c:
20513         (gst_matroska_demux_handle_src_query),
20514         (gst_matroska_demux_handle_seek_event),
20515         (gst_matroska_demux_loop_stream_parse_id):
20516           Fix duration query; fix basetime in newsegment event after
20517           seek; fix duration in initial newsegment event.
20518
20519         * gst/matroska/matroska-mux.c:
20520         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20521           Extract number of channels and samplerate from vorbis headers;
20522           add some debug messages when querying the durations of the
20523           input streams.
20524
20525 2005-10-20  Wim Taymans  <wim@fluendo.com>
20526
20527         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20528         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20529         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
20530         Set stream time correctly in newsegment.
20531
20532 2005-10-20  Wim Taymans  <wim@fluendo.com>
20533
20534         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20535         Correctly fill in the stream time.
20536
20537 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20538
20539         * check/elements/level.c: (GST_START_TEST):
20540         * gst/level/gstlevel.c: (gst_level_message_new):
20541         * gst/level/level-example.c: (message_handler):
20542           use ELEMENT messages instead
20543
20544 2005-10-19  Wim Taymans  <wim@fluendo.com>
20545
20546         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
20547         (gst_dvdemux_src_query):
20548         * ext/flac/gstflacdec.c: (gst_flacdec_length),
20549         (gst_flacdec_src_query):
20550         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
20551         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
20552         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
20553         * gst/debug/gstnavseek.c: (gst_navseek_seek):
20554         * gst/debug/progressreport.c: (gst_progress_report_report):
20555         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
20556         * gst/matroska/matroska-demux.c:
20557         (gst_matroska_demux_handle_src_query):
20558         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
20559         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20560         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20561         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20562         (gst_wavparse_srcpad_event):
20563         API change fix.
20564
20565 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
20566
20567         * gst/goom/filters.c:
20568         * gst/goom/graphic.h:
20569         * gst/goom/lines.c:
20570           Make inline functions either 'static inline' or 'extern inline',
20571           otherwise the Forte compiler apparently won't inline them (#317300).
20572
20573 2005-10-19  Julien MOUTTE  <julien@moutte.net>
20574
20575         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20576         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
20577         (user_info_callback), (user_endrow_callback), (user_end_callback),
20578         (user_read_data), (gst_pngdec_caps_create_and_set),
20579         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
20580         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
20581         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
20582         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
20583         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
20584         very nice and handle push/pull based model. if you have filesrc
20585         connected to it, it will do random access to load the png file.
20586         If you have a network source that can't do _getrange, it does 
20587         progressive loading through the chain function.
20588         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
20589         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
20590         thanks to Master Wim Taymans ;-)
20591
20592 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
20593
20594         * gst/matroska/Makefile.am:
20595         * gst/matroska/ebml-read.c:
20596         * gst/matroska/ebml-read.h:
20597         * gst/matroska/matroska-demux.c:
20598         * gst/matroska/matroska-demux.h:
20599         * gst/matroska/matroska.c: (plugin_init):
20600           Ported matroska demuxer to 0.9.
20601
20602 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
20603
20604         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20605
20606         * gst/matroska/matroska-mux.c:
20607         (gst_matroska_mux_video_pad_setcaps),
20608         (gst_matroska_mux_audio_pad_setcaps):
20609           Fix mpeg4 input handling (#318847); also, while we're at it,
20610           fix media type for Motion-JPEG: should be image/jpeg.
20611
20612 2005-10-18  Wim Taymans  <wim@fluendo.com>
20613
20614         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20615         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20616         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
20617         Fix for segment-start/stop API change.
20618
20619 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20620
20621         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
20622         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
20623         way.
20624
20625 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20626
20627         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
20628         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
20629         output declared in transform_caps.
20630
20631 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20632
20633         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
20634
20635 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20636
20637         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
20638         (gst_video_box_get_unit_size): Fix wrong size calculations and
20639         implement get_unit_size correctly.
20640
20641 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
20642
20643         * configure.ac:
20644           Enable flx plugin.
20645
20646         * gst/flx/gstflxdec.c: (flx_decode_chunks):
20647           Fix gcc4 signedness issue.
20648
20649 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20650
20651         * configure.ac: Adding videomixer.
20652         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20653         (user_read_data), (gst_pngdec_chain): More debugging.
20654         * gst/alpha/Makefile.am: Adding alphacolor
20655         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
20656         (gst_alpha_color_class_init), (gst_alpha_color_init),
20657         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
20658         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
20659         (plugin_init): Ported to 0.9 using in place base tranform.
20660         * gst/videomixer/Makefile.am:
20661         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
20662         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
20663         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
20664         (gst_videomixer_pad_init), (gst_videomixer_class_init),
20665         (gst_videomixer_init), (gst_videomixer_getcaps),
20666         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
20667         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
20668         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
20669         to 0.9 using collectpads.
20670
20671 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
20672
20673         * configure.ac:
20674         * gst/flx/Makefile.am:
20675         * gst/flx/gstflxdec.c: (gst_flxdec_init),
20676         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
20677         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
20678         * gst/flx/gstflxdec.h:
20679         flx plugin ported to 0.9
20680
20681 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20682
20683         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
20684           use new gst_version_string()
20685
20686 2005-10-16  Andy Wingo  <wingo@pobox.com>
20687
20688         * configure.ac: GLIB_CHECK.
20689
20690 2005-10-15  Julien MOUTTE  <julien@moutte.net>
20691
20692         * ext/libpng/Makefile.am:
20693         * ext/libpng/gstpng.c: (plugin_init):
20694         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20695         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
20696         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
20697
20698 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
20699
20700         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20701
20702         * configure.ac:
20703         * gst/matroska/Makefile.am:
20704         * gst/matroska/ebml-ids.h:
20705         * gst/matroska/ebml-write.c:
20706         * gst/matroska/ebml-write.h:
20707         * gst/matroska/matroska-ids.h:
20708         * gst/matroska/matroska-mux.c:
20709         * gst/matroska/matroska-mux.h:
20710         * gst/matroska/matroska.c: (plugin_init):
20711           Port matroska muxer to 0.9 (#318847).
20712
20713 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
20714
20715         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
20716         (comment_init), (comment_add):
20717           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
20718           use GST_READ_UINT32_LE() and friends rather than the private
20719           implementation of those same macros.
20720
20721 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
20722
20723         * examples/stats/mp2ogg.c:
20724           more typo fixes
20725
20726 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
20727
20728         * examples/indexing/indexmpeg.c: (main):
20729         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
20730         (gst_esdmon_close_audio), (gst_esdmon_change_state):
20731         * ext/esd/esdmon.h:
20732         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
20733         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
20734         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
20735         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
20736         * gst/avi/gstavimux.c: (gst_avimux_init):
20737         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
20738         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
20739         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
20740         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
20741         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
20742         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
20743         * gst/oldcore/gstmultifilesrc.h:
20744         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
20745         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
20746         (gst_pipefilter_change_state):
20747         * gst/oldcore/gstpipefilter.h:
20748         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
20749         * gst/videomixer/videomixer.c: (gst_videomixer_init):
20750         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
20751         * sys/osxaudio/gstosxaudiosink.h:
20752         * sys/osxaudio/gstosxaudiosrc.h:
20753           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
20754           moved bitshift from macro to enum definition
20755
20756 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20757
20758         * ext/Makefile.am:
20759         * ext/cairo/Makefile.am:
20760         * ext/cairo/gstcairo.c: (plugin_init):
20761         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
20762         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
20763         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
20764         * ext/cairo/gsttimeoverlay.h:
20765           update of cairo-based timeoverlay to 1.0 Cairo API
20766           doesn't work yet for resizing of output sink
20767
20768 2005-10-11  Wim Taymans  <wim@fluendo.com>
20769
20770         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
20771         newsegment API fix.
20772
20773 2005-10-11  Wim Taymans  <wim@fluendo.com>
20774
20775         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
20776         (gst_dvdemux_demux_frame):
20777         * ext/flac/gstflacdec.c: (gst_flacdec_write):
20778         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20779         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
20780         (gst_avi_demux_handle_seek):
20781         * gst/goom/gstgoom.c: (gst_goom_event):
20782         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20783         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20784         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20785         (gst_wavparse_loop), (gst_wavparse_pad_convert),
20786         (gst_wavparse_srcpad_event):
20787         newsegment API update.
20788
20789 2005-10-11  Andy Wingo  <wingo@pobox.com>
20790
20791         * ext/speex/gstspeexenc.c: Signedness cleanups.
20792
20793 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
20794
20795         * PORTED_09:
20796         * ext/speex/Makefile.am:
20797         * ext/speex/gstspeex.c:
20798         * ext/speex/gstspeexenc.c:
20799         Speexenc ported to 0.9
20800
20801 2005-10-10  Wim Taymans  <wim@fluendo.com>
20802
20803         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
20804         (gst_oss_sink_init), (gst_oss_sink_set_property),
20805         (gst_oss_sink_get_property), (gst_oss_sink_open),
20806         (gst_oss_sink_prepare), (gst_oss_sink_reset):
20807         * sys/oss/gstosssink.h:
20808         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
20809         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
20810         (gst_oss_src_prepare):
20811         Cleanups, make device configurable in the sink, handle and report
20812         errors.
20813
20814 2005-10-10  Wim Taymans  <wim@fluendo.com>
20815
20816         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
20817         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
20818         Make sure element is NULL before removing from the bin.
20819
20820 2005-10-07  Andy Wingo  <wingo@pobox.com>
20821
20822         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
20823         block forever in a read().
20824         (gst_dv1394src_bus_reset): Post a message when the cable is
20825         unplugged.
20826         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
20827         (gst_dv1394src_bus_reset): Don't unref the message.
20828
20829         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
20830         hacking. The only change should be that the state change stuff was
20831         put into basesrc's start() and stop() routines, which coalesces
20832         some steps.
20833
20834 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
20835
20836         * configure.ac:
20837           Add check for mmap
20838           
20839         * gst/debug/Makefile.am:
20840           Only compile efence plugin on systems that have mmap.
20841
20842 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
20843
20844         * gst/debug/Makefile.am:
20845         * gst/debug/breakmydata.c:
20846         * gst/debug/gstdebug.c:
20847         * gst/debug/gstnavigationtest.c:
20848         * gst/debug/gstnavseek.c: 
20849         * gst/debug/gstnavseek.h:
20850         * gst/debug/progressreport.c: 
20851         * gst/debug/testplugin.c:
20852           Port progressreport, navseek, navigationtest, testsink and
20853           breakmydata.
20854
20855 2005-10-05  Edward Hervey  <edward@fluendo.com>
20856
20857         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
20858         (gst_dvdemux_src_query):
20859         Fixes for better conversion
20860
20861 2005-10-04  Michael Smith <msmith@fluendo.com>
20862
20863         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
20864         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20865         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
20866         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
20867           Set state of elements to NULL before removing from bins.
20868           Set state of test element to NULL if we failed to move it to READY
20869
20870 2005-10-04  Edward Hervey  <edward@fluendo.com>
20871
20872         * ext/dv/Makefile.am:
20873         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
20874         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
20875         Corrected the query function for position so it doesn't forget what
20876         format was asked, and calls the conversion functions on the correct pad.
20877
20878 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20879
20880         * configure.ac:
20881           back to development
20882
20883 === release 0.9.3 ===
20884
20885 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20886
20887         * configure.ac:
20888           Releasing 0.9.3, "Aramis"
20889
20890 2005-10-03  Andy Wingo  <wingo@pobox.com>
20891
20892         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
20893         error returns.
20894
20895 2005-10-02  Andy Wingo  <wingo@pobox.com>
20896
20897         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
20898
20899         * ext/flac/gstflacenc.c: Ported to 0.9.
20900
20901         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
20902
20903         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
20904         and link to gsttagedit. Enable flacenc.
20905
20906         * ext/flac/gstflacdec.c: Re-enable tag reading.
20907
20908 2005-09-30  Wim Taymans  <wim@fluendo.com>
20909
20910         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
20911         * gst/rtp/gstrtpgsmparse.c:
20912         * gst/rtp/gstrtph263penc.c:
20913         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20914         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
20915         (gst_rtpmp4venc_set_property):
20916         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
20917         Various class and caps fixes from Andre Magalhaes (andrunko)
20918
20919 2005-09-29  Wim Taymans  <wim@fluendo.com>
20920
20921         * gst/level/level-example.c: (main):
20922         Update for new bus API.
20923
20924 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
20925
20926         * configure.ac:
20927           Fix unexpanded autoconf macro GST_DOC, which has been renamed
20928           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
20929
20930 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
20931
20932         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
20933           Fix playback of mono streams (bytes_per_sample should be set
20934           from the sample width and the number of channels negotiated,
20935           and not just be set to 4) (#317338)
20936
20937 2005-09-26  Wim Taymans  <wim@fluendo.com>
20938
20939         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
20940         (gst_rtpmpaenc_handle_buffer):
20941         Set buffer duration correctly.
20942
20943 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
20944
20945         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
20946         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
20947         (gst_avi_demux_change_state):
20948           Don't crash when encountering a stream with an unknown fourcc or
20949           codec id. Instead, create a pad of type video/x-avi-unknown or
20950           audio/x-avi-unknown, which as a side-effect also results in less
20951           confusing error messages in players ('no decoder' vs. 'no streams');
20952           minor fixes to state change function and class_init function.
20953
20954 2005-09-24  Wim Taymans  <wim@fluendo.com>
20955
20956         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
20957         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
20958         These are sinks.
20959
20960 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20961
20962         * check/elements/level.c: (GST_START_TEST):
20963           fix test for new GstClockTime use
20964         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
20965         (gst_level_transform_ip):
20966         * gst/level/gstlevel.h:
20967           fix up the decay peak, ensuring the decay peak is never lower
20968           than the peak for that interval
20969
20970 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20971
20972         * docs/plugins/gst-plugins-good-plugins.args:
20973         * docs/plugins/inspect/plugin-alpha.xml:
20974         * docs/plugins/inspect/plugin-rtp.xml:
20975         * gst/level/gstlevel.c: (gst_level_set_caps),
20976         (gst_level_transform_ip):
20977           updating docs
20978
20979 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20980
20981         * Makefile.am:
20982         * check/elements/level.c: (GST_START_TEST):
20983         * gst/level/Makefile.am:
20984         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
20985         (gst_level_set_property), (gst_level_get_property),
20986         (gst_level_set_caps), (gst_level_message_new),
20987         (gst_level_transform_ip):
20988         * gst/level/gstlevel.h:
20989         * gst/level/level-example.c: (message_handler), (main):
20990           convert to using GstClockTime for all time values, finally.
20991
20992 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20993
20994         * gst/auparse/Makefile.am:
20995         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20996           fix up build
20997         * configure.ac:
20998         * ext/cairo/Makefile.am:
20999         * ext/dv/Makefile.am:
21000         * ext/esd/Makefile.am:
21001         * ext/flac/Makefile.am:
21002         * ext/gconf/Makefile.am:
21003         * ext/gdk_pixbuf/Makefile.am:
21004         * ext/jpeg/Makefile.am:
21005         * ext/ladspa/Makefile.am:
21006         * ext/libcaca/Makefile.am:
21007         * ext/libmng/Makefile.am:
21008         * ext/libpng/Makefile.am:
21009         * ext/mikmod/Makefile.am:
21010         * ext/pango/Makefile.am:
21011         * ext/raw1394/Makefile.am:
21012         * ext/shout2/Makefile.am:
21013         * ext/speex/Makefile.am:
21014         * gst/alpha/Makefile.am:
21015         * gst/autodetect/Makefile.am:
21016         * gst/avi/Makefile.am:
21017         * gst/cutter/Makefile.am:
21018         * gst/debug/Makefile.am:
21019         * gst/effectv/Makefile.am:
21020         * gst/flx/Makefile.am:
21021         * gst/goom/Makefile.am:
21022         * gst/interleave/Makefile.am:
21023         * gst/law/Makefile.am:
21024         * gst/matroska/Makefile.am:
21025         * gst/median/Makefile.am:
21026         * gst/monoscope/Makefile.am:
21027         * gst/multipart/Makefile.am:
21028         * gst/oldcore/Makefile.am:
21029         * gst/rtp/Makefile.am:
21030         * gst/rtsp/Makefile.am:
21031         * gst/smoothwave/Makefile.am:
21032         * gst/smpte/Makefile.am:
21033         * gst/videobox/Makefile.am:
21034         * gst/videofilter/Makefile.am:
21035         * gst/videomixer/Makefile.am:
21036         * gst/wavenc/Makefile.am:
21037         * gst/wavparse/Makefile.am:
21038         * sys/oss/Makefile.am:
21039         * sys/osxaudio/Makefile.am:
21040         * sys/osxvideo/Makefile.am:
21041           fix up GST_LIBS use
21042
21043 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21044
21045         * gst/auparse/Makefile.am:
21046         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21047           fix build of auparse
21048
21049 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
21050
21051         * configure.ac:
21052         * PORTED_09:
21053         * gst/auparse/gstauparse.c:
21054         * gst/auparse/gstauparse.h:
21055         Auparse ported to 0.9.
21056
21057 2005-09-22  Wim Taymans  <wim@fluendo.com>
21058
21059         * gst/rtp/TODO:
21060         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
21061         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21062         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21063         (gst_rtpmp4venc_set_property):
21064         * gst/rtp/gstrtpmp4venc.h:
21065         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21066         * gst/rtp/gstrtpmpaenc.h:
21067         Use is_filled to both check MTU and max-ptime of base class.
21068
21069 2005-09-22  Wim Taymans  <wim@fluendo.com>
21070
21071         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21072         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21073         (gst_rtpmp4venc_set_property):
21074         Don't fragment packets with multiple frames.
21075
21076 2005-09-22  Wim Taymans  <wim@fluendo.com>
21077
21078         * gst/rtp/TODO:
21079         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21080         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21081         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
21082         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
21083         (gst_rtpmp4venc_get_property):
21084         * gst/rtp/gstrtpmp4venc.h:
21085         Remove g_print.
21086         Update TODO
21087         Make payload encoder a bit smarter and more correct with
21088         timestamps.
21089         Added option in payloader to include config string in-band.
21090
21091 2005-09-21  Wim Taymans  <wim@fluendo.com>
21092
21093         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21094         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21095         (gst_rtspsrc_send):
21096         Strip spaces for key/value pairs.
21097
21098 2005-09-21  Wim Taymans  <wim@fluendo.com>
21099
21100         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21101         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21102         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
21103         (gst_rtspsrc_change_state):
21104         More SDP parsing and caps setting.
21105         Do NO_PREROLL differently.
21106         add pads only after negotiated.
21107
21108         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
21109         (gst_udpsrc_getcaps):
21110         Implement the getcaps function.
21111
21112 2005-09-21  Wim Taymans  <wim@fluendo.com>
21113
21114         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
21115         (gst_rtpamrdec_chain):
21116         Handle multiple AMr packets per payload. Handle CRC and
21117         parse ILL/ILP.
21118
21119         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21120         Make caps params strings for easy SDP mapping.
21121         
21122         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
21123         Handle capsnego better.
21124
21125         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21126         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
21127         Generate and parse config string in the caps.
21128
21129 2005-09-21  Wim Taymans  <wim@fluendo.com>
21130
21131         * gst/rtp/README:
21132         Update README
21133
21134         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
21135         Make extra params as strings.
21136
21137         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
21138         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21139         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
21140         Make state change return NO_PREROLL as this is a live
21141         source.
21142
21143         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21144         Don't unref old caps when NULL.
21145
21146 2005-09-20  Wim Taymans  <wim@fluendo.com>
21147
21148         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
21149         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21150         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
21151         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
21152         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
21153         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
21154         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
21155         * gst/rtsp/sdpmessage.h:
21156         Add URI handler.
21157         Parse SDP and create caps.
21158
21159 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
21160
21161         * gst/alpha/gstalpha.c:
21162           fix element description
21163
21164 2005-09-19  Wim Taymans  <wim@fluendo.com>
21165
21166         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
21167         Don't check payload for now.
21168
21169 2005-09-19  Wim Taymans  <wim@fluendo.com>
21170
21171         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
21172         (gst_wavparse_init), (gst_wavparse_parse_file_header),
21173         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
21174         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21175         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21176         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
21177         (gst_wavparse_change_state):
21178         * gst/wavparse/gstwavparse.h:
21179         Fix wavparse some more.
21180
21181 2005-09-19  Wim Taymans  <wim@fluendo.com>
21182
21183         * check/elements/level.c: (GST_START_TEST):
21184         Fix for bus API change.
21185
21186 2005-09-19  Wim Taymans  <wim@fluendo.com>
21187
21188         * gst/level/level-example.c: (main):
21189         Fix for new bus API.
21190
21191         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21192         Set caps on pads.
21193
21194 2005-09-15  Wim Taymans  <wim@fluendo.com>
21195
21196         * gst/rtp/Makefile.am:
21197         * gst/rtp/README:
21198         * gst/rtp/gstrtp.c: (plugin_init):
21199         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
21200         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
21201         (gst_rtpamrdec_change_state):
21202         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
21203         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
21204         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
21205         * gst/rtp/gstrtpamrenc.h:
21206         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
21207         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
21208         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
21209         * gst/rtp/gstrtpgsmenc.h:
21210         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
21211         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
21212         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
21213         (gst_rtpgsmparse_change_state):
21214         * gst/rtp/gstrtpgsmparse.h:
21215         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
21216         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
21217         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
21218         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
21219         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
21220         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
21221         * gst/rtp/gstrtph263penc.h:
21222         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
21223         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
21224         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21225         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
21226         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
21227         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
21228         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
21229         * gst/rtp/gstrtpmp4venc.h:
21230         * gst/rtp/gstrtpmpadec.c:
21231         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
21232         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
21233         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
21234         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
21235         * gst/rtp/gstrtpmpaenc.h:
21236         Updates to payloader/depayloaders, make payloaders use
21237         the base classes.
21238         Updated README with suggested RTP caps and how to convert
21239         to/from SDP.
21240         Added config descriptor in mp4v payloader.
21241
21242 2005-09-15  Andy Wingo  <wingo@pobox.com>
21243
21244         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
21245         * gst/autodetect/gstautovideosink.c
21246         (gst_auto_video_sink_find_best): Update for new registry API.
21247
21248 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21249
21250         * common/c-to-xml.py:
21251         * common/gtk-doc-plugins.mak:
21252           a simple py script to generate valid xml from a C example
21253           probably also need to strip an MIT license when we decide
21254         * docs/plugins/Makefile.am:
21255         * gst/level/Makefile.am:
21256         * gst/level/gstlevel.c: (gst_level_init):
21257         * gst/level/level-example.c: (message_handler), (main):
21258           add an example to level that will show up in the docs
21259         * gst/rtp/TODO:
21260           add a note for the future
21261
21262 2005-09-14  Michael Smith <msmith@fluendo.com>
21263
21264         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
21265           Actually define the debug object being used in wavenc. Fixes #316205
21266
21267 2005-09-14  Michael Smith <msmith@fluendo.com>
21268
21269         * gst/smpte/Makefile.am:
21270           Link against GST_BASE_LIBS, to get it linked against libgstbase;
21271           needed to build on windows (bug 316204)
21272
21273 2005-09-12  Andy Wingo  <wingo@pobox.com>
21274
21275         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
21276
21277 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
21278
21279         * configure.ac:
21280         * gst/fdsrc/Makefile.am:
21281         * gst/fdsrc/gstfdsrc.c:
21282         * gst/fdsrc/gstfdsrc.h:
21283           Move fdsrc back into gstreamer core elements.
21284
21285         * gst/level/gstlevel.c: (gst_level_class_init),
21286         (gst_level_transform_ip):
21287         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
21288           Basetransform changes.
21289
21290 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21291
21292         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
21293         * ext/jpeg/smokecodec.c: (find_best_size):
21294           fix compiler warnings
21295
21296 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21297
21298         * gst-plugins-good.spec.in:
21299           spec file fixes
21300         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
21301         (gst_multiudpsink_render), (gst_multiudpsink_add),
21302         (gst_multiudpsink_clear):
21303           it actually helps to actually stream if we hook up the
21304           "add" signal to an actual implementation
21305         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
21306           some debugging
21307
21308 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
21309
21310         * ext/jpeg/Makefile.am:
21311         * ext/jpeg/gstjpeg.c
21312         * ext/jpeg/gstjpegenc.c:
21313         * ext/jpeg/gstsmokeenc.c:
21314
21315 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21316
21317         * ext/flac/gstflacdec.c:
21318         * ext/flac/gstflacenc.c:
21319         * ext/flac/gstflactag.c:
21320         * ext/speex/gstspeexenc.c:
21321           gsttaginterface.h -> gsttagsetter.h
21322
21323 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21324
21325         * configure.ac:
21326         * gst/debug/Makefile.am:
21327         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
21328         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
21329         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
21330         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
21331         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
21332           Port to 0.9 and re-enable efence plugin.
21333
21334 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
21335
21336         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
21337         (gst_flacdec_write), (gst_flacdec_convert_src):
21338         * ext/flac/gstflacdec.h:
21339           Add support for flac files with 24/32 bits per sample; and misc.
21340           minor clean-ups. Seeking is still partly broken (for me at least).
21341
21342 2005-09-06  Wim Taymans  <wim@fluendo.com>
21343
21344         * gst/rtp/Makefile.am:
21345         * gst/rtp/gstrtp.c: (plugin_init):
21346         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
21347         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
21348         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
21349         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
21350         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
21351         (gst_rtpmp4vdec_plugin_init):
21352         * gst/rtp/gstrtpmp4vdec.h:
21353         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21354         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
21355         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
21356         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
21357         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
21358         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
21359         * gst/rtp/gstrtpmp4venc.h:
21360         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
21361         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
21362         Added mpeg4 video payload encoder/decoder.
21363         Added some docs in mpa payloader.
21364
21365 === release 0.9.1 ===
21366
21367 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21368
21369         * NEWS:
21370         * README:
21371         * RELEASE:
21372         * autogen.sh:
21373         * configure.ac:
21374           releasing 0.9.1, "Blondie"
21375
21376 2005-09-05  Andy Wingo  <wingo@pobox.com>
21377
21378         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
21379         here from the state change handler, so we fire signals without
21380         holding the state lock.
21381
21382 2005-09-02  Andy Wingo  <wingo@pobox.com>
21383
21384         * All plugins updated for element state changes.
21385
21386 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21387
21388         * Makefile.am:
21389         * check/.cvsignore:
21390         * check/Makefile.am:
21391         * check/elements/.cvsignore:
21392         * check/elements/level.c: (setup_level), (cleanup_level),
21393         (GST_START_TEST), (level_suite), (main):
21394           add a test for level
21395         * common/release.mak:
21396           move the enum checking to release.mak
21397         * configure.ac:
21398           add valgrind and check checking
21399         * gst/level/gstlevel.c: (gst_level_transform):
21400         * gst/level/gstlevel.h:
21401           fix Andy's cast bug
21402           convert a field to int
21403           fix the arithmetic to int when checking for emit so that a
21404           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
21405
21406 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21407
21408         * Makefile.am:
21409         * configure.ac:
21410           add docs to build
21411         * common/plugins.xsl:
21412           wrap Description into a refsect2
21413         * docs/Makefile.am:
21414         * docs/plugins/Makefile.am:
21415         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21416         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21417         * gst/goom/Makefile.am:
21418         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
21419         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
21420         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
21421         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
21422         (gst_goom_change_state):
21423         * gst/goom/gstgoom.h:
21424           GstGOOM -> GstGoom
21425           add an example launch line
21426         * gst/level/gstlevel.h:
21427         * gst/monoscope/gstmonoscope.c:
21428           cleanups
21429
21430 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21431
21432         * configure.ac:
21433         * docs/plugins/Makefile.am:
21434         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21435         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21436         * docs/plugins/gst-plugins-good-plugins.types:
21437           document elements and plugins.  Shazam !
21438
21439 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21440
21441         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
21442           be found under doc/random/ChangeLog-0.8