gst/udp/: Fix multiudpsink on OSX by passing the specific length of the socket, refac...
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-11-20  Michael Smith <msmith@songbirdnest.com>
2
3         * gst/udp/gstmultiudpsink.c:
4         * gst/udp/gstudpnetutils.c:
5         * gst/udp/gstudpnetutils.h:
6         * gst/udp/gstudpsrc.c:
7           Fix multiudpsink on OSX by passing the specific length of the socket,
8           refactor that into a function shared with the same thing in udpsrc.
9
10 2008-11-20  Wim Taymans  <wim.taymans@collabora.co.uk>
11
12         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
13         (uint64_ceiling_scale), (gst_wavparse_calculate_duration),
14         (gst_wavparse_stream_headers):
15         Fix the scaling code.
16         Fix parsing of the INFO chunks, we were reading the wrong number of
17         bytes.  Fixes #561580.
18
19 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
20
21         * gst/matroska/matroska-mux.c:
22         Fix NULL pointer dereference of an unset codec_id in the recently 
23         added Dirac paths
24
25 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
26
27         * tests/check/Makefile.am:
28         Just keep disabling elements that hang the states test until it
29         works.
30
31 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
32
33         * ext/libpng/gstpngenc.c:
34         Don't flush downstream after every buffer - that's not what
35         this libpng callback is for at all!
36
37 2008-11-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
38
39         * sys/v4l2/v4l2src_calls.c:
40           (gst_v4l2src_probe_caps_for_format_and_size), (sort_by_frame_size),
41           (gst_v4l2src_probe_caps_for_format):
42           Turns out we don't always get the frame sizes in a predefined
43           order from lowest to highest resolution, so let's just sort the
44           list by frame size once we've queried the possible resolutions
45           rather than assume any particular order. Fixes probed caps for
46           the camera in my HP2133 mini notebook and makes v4l2src default
47           to a decent size.
48
49 2008-11-16  Edward Hervey  <edward.hervey@collabora.co.uk>
50
51         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
52         * gst/matroska/matroska-ids.h:
53         Make mkvdemux aware of E-AC3.
54
55 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
56
57         * gst/rtp/Makefile.am:
58         * gst/rtp/gstrtp.c: (plugin_init):
59         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_base_init),
60         (gst_rtp_jpeg_depay_class_init), (gst_rtp_jpeg_depay_init),
61         (gst_rtp_jpeg_depay_finalize), (MakeTables), (MakeQuantHeader),
62         (MakeHuffmanHeader), (MakeDRIHeader), (MakeHeaders),
63         (gst_rtp_jpeg_depay_setcaps), (gst_rtp_jpeg_depay_process),
64         (gst_rtp_jpeg_depay_change_state),
65         (gst_rtp_jpeg_depay_plugin_init):
66         * gst/rtp/gstrtpjpegdepay.h:
67         Add a jpeg depayloader.
68
69         * gst/rtp/gstrtpjpegpay.c:
70         Set the default properties on the payloader to better defaults.
71
72 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
73
74         * sys/v4l2/gstv4l2.c:
75           Give it a primary rank for autovideosrc.
76
77 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
78
79         Patch by: Bjorn Ostby <bjornos at axis dot com>
80
81         * gst/rtp/Makefile.am:
82         * gst/rtp/gstrtp.c: (plugin_init):
83         * gst/rtp/gstrtpjpegpay.c: (gst_rtp_jpeg_pay_base_init),
84         (gst_rtp_jpeg_pay_class_init), (gst_rtp_jpeg_pay_init),
85         (gst_rtp_jpeg_pay_setcaps), (gst_rtp_jpeg_pay_header_size),
86         (gst_rtp_jpeg_pay_read_quant_table),
87         (gst_rtp_jpeg_pay_scan_marker), (gst_rtp_jpeg_pay_handle_buffer),
88         (gst_rtp_jpeg_pay_set_property), (gst_rtp_jpeg_pay_get_property),
89         (gst_rtp_jpeg_pay_plugin_init):
90         * gst/rtp/gstrtpjpegpay.h:
91         Add JPEG payloader. Fixes #560756.
92
93 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
94
95         Patch by: Fabricio Godoy <skarllot at gmail dot com>
96
97         * sys/oss/gstosssink.c: (gst_oss_sink_open):
98         * sys/oss/gstosssrc.c: (gst_oss_src_open):
99         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_mmap):
100         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
101         Fix some spelling mistakes. Fixes #556802.
102
103 2008-11-13  Stefan Kost  <ensonic@users.sf.net>
104
105         * gst/equalizer/GstIirEqualizer10Bands.prs:
106         * gst/equalizer/GstIirEqualizer3Bands.prs:
107         * gst/equalizer/Makefile.am:
108         * gst/equalizer/gstiirequalizer10bands.c:
109         * gst/equalizer/gstiirequalizer3bands.c:
110           Add presets for equalizer. Fixes #522183.
111
112 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
113
114         * gst/rtsp/Makefile.am:
115         * gst/rtsp/gstrtsp.c: (plugin_init):
116         * gst/rtsp/gstrtspgoogle.c:
117         * gst/rtsp/gstrtspgoogle.h:
118         Remove google extension again, it's not needed anymore because we never
119         send multiple transports anymore.
120
121 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
122
123         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
124
125         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_nat_method_get_type),
126         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
127         (gst_rtspsrc_get_property), (gst_rtspsrc_create_stream),
128         (gst_rtspsrc_stream_free),
129         (gst_rtspsrc_stream_configure_udp_sinks),
130         (gst_rtspsrc_stream_configure_transport),
131         (gst_rtspsrc_send_dummy_packets),
132         (gst_rtspsrc_create_transports_string),
133         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
134         * gst/rtsp/gstrtspsrc.h:
135         Add property to configure NAT traversal method.
136         Ignore EOS from the internal sinks.
137         Implement sending dummy packets as a (simple) method to open up
138         some firewalls.
139         Send PLAY request to the server after we started the udp sources.
140         Fixes #559545.
141
142 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
143
144         Patch by: Yotam <sh dot yotam at gmail dot com>
145
146         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
147         Flush the remaining frames on EOS. Fixes #560641.
148
149 2008-11-12  Jan Schmidt  <jan.schmidt@sun.com>
150
151         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_handle_buffer):
152         Fix compiler warning about printf formatting.
153
154 2008-11-12  Andy Wingo  <wingo@pobox.com>
155
156         * gst/qtdemux/qtdemux.h (struct _GstQTDemux):
157         * gst/qtdemux/qtdemux.c (gst_qtdemux_do_seek): Queue up new
158         segment events instead of sending them from the seeking thread.
159         Fixes #559288.
160         (gst_qtdemux_push_pending_newsegment): New helper, sends out
161         queued newsegment events.
162         (gst_qtdemux_loop_state_movie): Voilà, call it here. Only need to
163         call it here, as we only seek when looping, and only push in the
164         movie state.
165
166 2008-11-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
167
168         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_tmpo),
169         (qtdemux_tag_add_covr), (qtdemux_parse_udta):
170         * gst/qtdemux/qtdemux_fourcc.h:
171         * gst/qtdemux/qtdemux_types.c:
172         Add cover and alternative copyright tag, and enhance some existing
173         ones by marking them as container atoms.
174
175 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
176
177         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_set_caps):
178         Don't ignore the return value of setcaps.
179
180 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
181
182         Patch by: Olivier Crete <tester at tester dot ca>
183
184         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_base_init),
185         (gst_rtp_g729_pay_class_init), (gst_rtp_g729_pay_init),
186         (gst_rtp_g729_pay_set_caps), (gst_rtp_g729_pay_handle_buffer):
187         * gst/rtp/gstrtpg729pay.h:
188         Replace G729 payloader with an improved version. Fixes #532409.
189
190 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
191
192         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_transports_string),
193         (gst_rtspsrc_change_state):
194         Only send one transport at a time for improved compatibility with some
195         broken servers. See #537832.
196
197 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
198
199         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
200         (gst_rtspsrc_perform_seek):
201         Only pause/play in the seek handler when the source was playing.
202         Fixes #529379.
203
204 2008-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
205
206         * gst/matroska/matroska-mux.c:
207         (gst_matroska_mux_handle_dirac_packet):
208         Fix muxing of Dirac streams if the input already has the format
209         we need, i.e. is the output of matroskademux.
210
211 2008-11-11  Stefan Kost  <ensonic@users.sf.net>
212
213         * gst/avi/gstavimux.c:
214           Don't segfault on string typed tags being NULL. Fixes #560155.
215
216 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
217
218         * gst/matroska/matroska-mux.c: (aac_codec_data_to_codec_id),
219         (gst_matroska_mux_audio_pad_setcaps):
220         Fix mapping AAC profile to Matroska codec id.
221
222 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
223
224         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
225         (qtdemux_video_caps), (qtdemux_audio_caps):
226         Refactor some raw audio caps building, and handle >16-bit cases.
227         Fix/replace building caps from a string description.
228
229 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
230
231         * gst/audiofx/audiowsincband.c:
232         * gst/audiofx/audiowsinclimit.c:
233         * gst/cutter/gstcutter.c:
234           Make author name consistent with others.
235
236 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
237
238         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
239
240         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_perform_seek),
241         (gst_rtspsrc_stream_configure_udp_sink):
242         Pause the RTSP stream before doing a new play request.
243         Make sure that adding the udpsinks does not cause the rtspsrc to become
244         a sink. Fixes #559547.
245
246 2008-11-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
247
248         * gst/matroska/matroska-ids.h:
249         * gst/matroska/matroska-mux.c: (gst_matroska_pad_free),
250         (gst_matroska_mux_handle_dirac_packet),
251         (gst_matroska_mux_write_data):
252         Implement Dirac muxing into Matroska comforming to the spec, i.e.
253         put all Dirac packages up to a picture into a Matroska block.
254
255         TODO: Implement writing of the ReferenceBlock Matroska elements,
256         currently the Dirac muxing is only 100% correct if Matroska version 2
257         is selected for muxing.
258
259 2008-11-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
260
261         Patch by: Bastien Nocera <hadess at hadess dot net>,
262                   Hans de Goede <jwrdegoede at fedoraproject dot org>
263
264         * configure.ac:
265         * sys/v4l2/Makefile.am:
266         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
267         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
268         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_close),
269         (gst_v4l2_get_norm), (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
270         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
271         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
272         (gst_v4l2_get_input), (gst_v4l2_set_input):
273         * sys/v4l2/v4l2_calls.h:
274         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
275         (gst_v4l2_buffer_new), (gst_v4l2_buffer_pool_finalize),
276         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
277         (gst_v4l2src_fill_format_list),
278         (gst_v4l2src_probe_caps_for_format_and_size),
279         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame),
280         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
281         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
282         (gst_v4l2src_get_nearest_size):
283         Optionally use libv4l to access v4l2 devices. Fixes bug #545033.
284
285 2008-11-04  Stefan Kost  <ensonic@users.sf.net>
286
287         * ext/aalib/Makefile.am:
288         * ext/annodex/Makefile.am:
289         * ext/cairo/Makefile.am:
290         * ext/dv/Makefile.am:
291         * ext/esd/Makefile.am:
292         * ext/flac/Makefile.am:
293         * ext/gconf/Makefile.am:
294         * ext/gdk_pixbuf/Makefile.am:
295         * ext/hal/Makefile.am:
296         * ext/jpeg/Makefile.am:
297         * ext/ladspa/Makefile.am:
298         * ext/libcaca/Makefile.am:
299         * ext/libmng/Makefile.am:
300         * ext/libpng/Makefile.am:
301         * ext/mikmod/Makefile.am:
302         * ext/pulse/Makefile.am:
303         * ext/raw1394/Makefile.am:
304         * ext/shout2/Makefile.am:
305         * ext/soup/Makefile.am:
306         * ext/speex/Makefile.am:
307         * ext/taglib/Makefile.am:
308         * ext/wavpack/Makefile.am:
309         * gst/alpha/Makefile.am:
310         * gst/apetag/Makefile.am:
311         * gst/audiofx/Makefile.am:
312         * gst/auparse/Makefile.am:
313         * gst/autodetect/Makefile.am:
314         * gst/avi/Makefile.am:
315         * gst/cutter/Makefile.am:
316         * gst/debug/Makefile.am:
317         * gst/effectv/Makefile.am:
318         * gst/equalizer/Makefile.am:
319         * gst/flx/Makefile.am:
320         * gst/goom/Makefile.am:
321         * gst/goom2k1/Makefile.am:
322         * gst/icydemux/Makefile.am:
323         * gst/id3demux/Makefile.am:
324         * gst/interleave/Makefile.am:
325         * gst/law/Makefile.am:
326         * gst/level/Makefile.am:
327         * gst/matroska/Makefile.am:
328         * gst/median/Makefile.am:
329         * gst/monoscope/Makefile.am:
330         * gst/multifile/Makefile.am:
331         * gst/multipart/Makefile.am:
332         * gst/oldcore/Makefile.am:
333         * gst/qtdemux/Makefile.am:
334         * gst/replaygain/Makefile.am:
335         * gst/rtp/Makefile.am:
336         * gst/rtsp/Makefile.am:
337         * gst/smpte/Makefile.am:
338         * gst/spectrum/Makefile.am:
339         * gst/udp/Makefile.am:
340         * gst/videobox/Makefile.am:
341         * gst/videocrop/Makefile.am:
342         * gst/videofilter/Makefile.am:
343         * gst/videomixer/Makefile.am:
344         * gst/wavenc/Makefile.am:
345         * gst/wavparse/Makefile.am:
346         * sys/directdraw/Makefile.am:
347         * sys/directsound/Makefile.am:
348         * sys/oss/Makefile.am:
349         * sys/osxaudio/Makefile.am:
350         * sys/osxvideo/Makefile.am:
351         * sys/sunaudio/Makefile.am:
352         * sys/v4l2/Makefile.am:
353         * sys/waveform/Makefile.am:
354         * sys/ximage/Makefile.am:
355           Don't install static libs for plugins. Fixes #550851 for -good.
356
357 2008-10-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
358
359         * ext/flac/Makefile.am:
360         Include $(FLAC_CFLAGS) in CFLAGS to make sure to find the FLAC headers.
361         This fixes compilation if FLAC is installed in an uncommon location
362         that is not already handled by other CFLAGS. Fixes bug #558711.
363
364 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
365
366         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank):
367         Guard more uncommon formats with ifdefs so that we can compile on older
368         versions.
369
370 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
371
372         Patch by: Nick Haddad <nick at haddads dot net>
373
374         * gst/avi/gstavidemux.c: (gst_avi_demux_is_uncompressed),
375         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
376         (gst_avi_demux_stream_data):
377         Invert other uncompressed RGB formats. Fixes #558554.
378
379 2008-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
380
381         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
382         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
383         * gst/wavenc/gstwavenc.h:
384         Add support for float/double as input and remove the (nowadays)
385         useless parsing of the depth as we require width==depth.
386
387 2008-10-30  Wim Taymans  <wim.taymans@collabora.co.uk>
388
389         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps):
390         * gst/rtp/gstrtpmpapay.c:
391         Narrow down the caps of the mpeg audio pay/depayloaders to only accept
392         mpeg version 1. Fixes #558427.
393
394 2008-10-29  Wim Taymans  <wim.taymans@collabora.co.uk>
395
396         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_flush),
397         (gst_rtp_L16_pay_getcaps):
398         Only put an integral amount of samples in the RTP packet.
399         Fixes #556641.
400
401 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
402
403         * gst/rtp/gstrtpchannels.c: (gst_rtp_channels_get_by_index):
404         * gst/rtp/gstrtpchannels.h:
405         Add method to get possible channel positions.
406
407 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
408
409         * gst/rtp/Makefile.am:
410         Also commit updated makefile
411
412 2008-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
413
414         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
415         Don't allow width=32,depth=24 as input. WAV requires that the width
416         is the next integer multiply of 8 from the depth.
417
418 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
419
420         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
421         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
422         (gst_rtp_L16_pay_getcaps):
423         * gst/rtp/gstrtpchannels.c: (check_channels),
424         (gst_rtp_channels_get_by_pos), (gst_rtp_channels_get_by_order),
425         (gst_rtp_channels_create_default):
426         * gst/rtp/gstrtpchannels.h:
427         Add mappings for multichannel support. Does not completely just work
428         because the getcaps function does not yet return the allowed channel
429         mappings. See #556641.
430
431 2008-10-28  Stefan Kost  <ensonic@users.sf.net>
432
433         * gst/goom/Makefile.am:
434         * gst/goom/README:
435         * gst/goom/config_param.c:
436         * gst/goom/convolve_fx.c:
437         * gst/goom/drawmethods.c:
438         * gst/goom/drawmethods.h:
439         * gst/goom/filters.c:
440         * gst/goom/filters_mmx.s:
441         * gst/goom/flying_stars_fx.c:
442         * gst/goom/goom.h:
443         * gst/goom/goom_config.h:
444         * gst/goom/goom_config_param.h:
445         * gst/goom/goom_core.c:
446         * gst/goom/goom_filters.h:
447         * gst/goom/goom_fx.h:
448         * gst/goom/goom_graphic.h:
449         * gst/goom/goom_plugin_info.h:
450         * gst/goom/goom_tools.c:
451         * gst/goom/goom_tools.h:
452         * gst/goom/goom_typedefs.h:
453         * gst/goom/goom_visual_fx.h:
454         * gst/goom/graphic.c:
455         * gst/goom/ifs.c:
456         * gst/goom/ifs.h:
457         * gst/goom/lines.c:
458         * gst/goom/lines.h:
459         * gst/goom/mathtools.c:
460         * gst/goom/mathtools.h:
461         * gst/goom/mmx.c:
462         * gst/goom/motif_goom1.h:
463         * gst/goom/motif_goom2.h:
464         * gst/goom/plugin_info.c:
465         * gst/goom/ppc_drawings.h:
466         * gst/goom/ppc_zoom_ultimate.h:
467         * gst/goom/sound_tester.c:
468         * gst/goom/sound_tester.h:
469         * gst/goom/surf3d.c:
470         * gst/goom/surf3d.h:
471         * gst/goom/tentacle3d.c:
472         * gst/goom/tentacle3d.h:
473         * gst/goom/v3d.c:
474         * gst/goom/v3d.h:
475         * gst/goom/xmmx.c:
476           Add license headers in all source files. Remove filter.c from
477           EXTRA_DIST, as its in SOURCES already. Mention the files in the REDME
478           which are not used right now. Fixes #557709.
479
480 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
481
482         Patch by: Olivier Crete <tester at tester dot ca>
483
484         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_class_init),
485         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_getcaps):
486         Implement getcaps in rtpL16pay. Fixes #556484.
487
488 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
489
490         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps),
491         (gst_rtp_L16_depay_process):
492         Check if clock-rate and channels are valid.
493         Don't ignore the return value of setcaps.
494         No need to validate the buffer, the base class does that for us.
495         Use the marker bit to set the DISCONT flag on outgoing buffers.
496
497         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps):
498         Don't ignore the return value of set_outcaps.
499
500         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps),
501         (gst_rtp_ac3_depay_process):
502         Don't ignore the return value of set_caps.
503         No need to validate the buffer, the base class does that for us.
504
505         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
506         (gst_rtp_amr_depay_process):
507         * gst/rtp/gstrtpamrdepay.h:
508         Don't ignore the return value of setcaps.
509         No need to validate the buffer, the base class does that for us.
510         No need to set output caps on the buffers, the base class does that for
511         us.
512         The subclass will make sure we are negotiated.
513         
514         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps),
515         (gst_rtp_dv_depay_process), (gst_rtp_dv_depay_reset):
516         * gst/rtp/gstrtpdvdepay.h:
517         Clean up caps negotiation.
518         The subclass will make sure we are negotiated.
519
520         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_setcaps),
521         (gst_rtp_g726_depay_process):
522         Clean up caps negotiation.
523         Use the marker bit to set the DISCONT flag on outgoing buffers.
524
525         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_init),
526         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process):
527         * gst/rtp/gstrtpg729depay.h:
528         The subclass will make sure we are negotiated.
529         Use the marker bit to set the DISCONT flag on outgoing buffers.
530
531         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_setcaps),
532         (gst_rtp_gsm_depay_process):
533         Clean up caps negotiation.
534         Use the marker bit to set the DISCONT flag on outgoing buffers.
535
536         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
537         Clean up caps negotiation.
538         Don't ignore the return value of set_outcaps.
539
540         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps),
541         (gst_rtp_h263_depay_process):
542         Clean up caps negotiation.
543         No need to validate the buffer, the base class does that for us.
544
545         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_setcaps),
546         (gst_rtp_h263_pay_flush), (gst_rtp_h263_pay_handle_buffer):
547         * gst/rtp/gstrtph263pay.h:
548         Don't ignore the return value of set_outcaps.
549         Do some more timestamps.
550
551         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
552         (gst_rtp_h263p_depay_process):
553         Clean up caps negotiation.
554         Don't ignore the return value of setcaps.
555         No need to validate the buffer, the base class does that for us.
556
557         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init),
558         (gst_rtp_h263p_pay_setcaps), (gst_rtp_h263p_pay_flush),
559         (gst_rtp_h263p_pay_handle_buffer):
560         * gst/rtp/gstrtph263ppay.h:
561         Don't ignore the return value of set_outcaps.
562         Do some more timestamps.
563
564         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps),
565         (gst_rtp_h264_depay_process):
566         Clean up caps negotiation.
567         Don't ignore the return value of setcaps.
568         Fix possible caps leak.
569         No need to validate the buffer, the base class does that for us.
570
571         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps):
572         Add some more debug info.
573
574         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps),
575         (gst_rtp_ilbc_depay_process):
576         Clean up caps negotiation.
577         Use the marker bit to set the DISCONT flag on outgoing buffers.
578
579         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_sink_setcaps):
580         Clean up caps negotiation.
581
582         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps),
583         (gst_rtp_mp1s_depay_process):
584         Clean up caps negotiation.
585         Don't ignore the return value of setcaps.
586         No need to validate the buffer, the base class does that for us.
587         No need to set caps on buffers, subclass does that for us.
588
589         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
590         (gst_rtp_mp2t_depay_process):
591         Clean up caps negotiation.
592         Don't ignore the return value of setcaps.
593         No need to validate the buffer, the base class does that for us.
594         No need to set caps on buffers, subclass does that for us.
595
596         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
597         (gst_rtp_mp4a_depay_process):
598         Clean up caps negotiation.
599         Don't ignore the return value of setcaps.
600         No need to validate the buffer, the base class does that for us.
601
602         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_new_caps),
603         (gst_rtp_mp4a_pay_setcaps):
604         Don't ignore the return value of set_outcaps.
605
606         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps),
607         (gst_rtp_mp4g_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/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize),
614         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps):
615         Don't ignore the return value of set_outcaps.
616
617         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
618         (gst_rtp_mp4v_depay_process):
619         Clean up caps negotiation.
620         Don't ignore the return value of setcaps.
621         No need to validate the buffer, the base class does that for us.
622         No need to set caps on buffers, subclass does that for us.
623
624         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_new_caps),
625         (gst_rtp_mp4v_pay_setcaps):
626         Don't ignore the return value of set_outcaps.
627
628         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps),
629         (gst_rtp_mpa_depay_process):
630         Clean up caps negotiation.
631         Don't ignore the return value of setcaps.
632         No need to validate the buffer, the base class does that for us.
633         Use the marker bit to set the DISCONT flag on outgoing buffers.
634
635         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_setcaps):
636         Don't ignore the return value of set_outcaps.
637
638         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_setcaps),
639         (gst_rtp_mpv_depay_process):
640         Clean up caps negotiation.
641         Actually set output caps.
642         No need to validate the buffer, the base class does that for us.
643
644         * gst/rtp/gstrtpmpvpay.c: (gst_rtp_mpv_pay_setcaps):
645         Don't ignore the return value of set_outcaps.
646
647         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps),
648         (gst_rtp_pcma_depay_process):
649         Clean up caps negotiation.
650         Set output buffer duration because we can.
651         Use the marker bit to set the DISCONT flag on outgoing buffers.
652
653         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_setcaps):
654         Don't ignore the return value of set_outcaps.
655
656         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps),
657         (gst_rtp_pcmu_depay_process):
658         Clean up caps negotiation.
659         Use the marker bit to set the DISCONT flag on outgoing buffers.
660
661         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_setcaps):
662         Don't ignore the return value of set_outcaps.
663
664         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
665         (gst_rtp_speex_depay_setcaps), (gst_rtp_speex_depay_process):
666         Clean up caps negotiation.
667         Set output caps on the pad and header buffers.
668         Set duration on output buffers because we can.
669
670         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_parse_ident):
671         Don't ignore the return value of set_outcaps.
672
673         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_setcaps),
674         (gst_rtp_sv3v_depay_process):
675         Clean up caps negotiation.
676         No need to validate the buffer, the base class does that for us.
677         No need to set caps out output buffers, subclass does that.
678
679         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps),
680         (gst_rtp_theora_depay_process):
681         Don't ignore the return value of setcaps.
682         No need to validate the buffer, the base class does that for us.
683
684         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_class_init),
685         (gst_rtp_theora_pay_flush_packet), (encode_base64),
686         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
687         (gst_rtp_theora_pay_handle_buffer):
688         Don't ignore the return value of set_outcaps.
689
690         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
691         (gst_rtp_vorbis_depay_process):
692         Don't ignore the return value of setcaps.
693         No need to validate the buffer, the base class does that for us.
694
695         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
696         Don't ignore the return value of set_outcaps.
697
698         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
699         Clean up caps negotiation, don't ignore setcaps return.
700
701         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_setcaps):
702         Don't ignore the return value of set_outcaps.
703
704 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
705
706         * gst/matroska/matroska-demux.c:
707         (gst_matroska_demux_handle_src_event):
708         Forward unknown events upstream.
709
710 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
711
712         * tests/check/elements/icydemux.c: (icydemux_found_pad):
713         Add some refcount check
714
715         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_run):
716         Don't ignore the result of write(), fixes a  compiler warning for me.
717
718         * tests/icles/videobox-test.c: (main):
719         Make the output a little more pretty.
720
721 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
722
723         * ext/esd/esdmon.c:
724           Add doc blob.
725
726 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
727
728         * docs/plugins/Makefile.am:
729         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
730         * docs/plugins/gst-plugins-good-plugins-sections.txt:
731         * docs/plugins/gst-plugins-good-plugins.args:
732         * docs/plugins/gst-plugins-good-plugins.hierarchy:
733         * docs/plugins/gst-plugins-good-plugins.interfaces:
734         * docs/plugins/inspect/plugin-autodetect.xml:
735           Add the docs of the new elements.
736
737 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
738
739         * gst/autodetect/gstautoaudiosrc.c:
740         (gst_auto_audio_src_class_init):
741         * gst/autodetect/gstautovideosrc.c:
742         (gst_auto_video_src_class_init):
743         Fix "Since" tags in the documentation.
744
745 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
746
747         Patch by: Sjoerd Simons <sjoerd at luon dot net>
748
749         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
750         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property):
751         Add support for souphttpsrc to act as a live source. This makes it
752         possible to get timestamped buffers in combination with the
753         "do-timestamp" property. Fixes bug #556019.
754
755 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
756
757         * gst/autodetect/Makefile.am:
758         * gst/autodetect/gstautoaudiosink.c:
759         * gst/autodetect/gstautoaudiosrc.c:
760         * gst/autodetect/gstautoaudiosrc.h:
761         * gst/autodetect/gstautodetect.c:
762         * gst/autodetect/gstautovideosink.c:
763         * gst/autodetect/gstautovideosrc.c:
764         * gst/autodetect/gstautovideosrc.h:
765           Implement src plugins. Little code/string cleanup in the sinks.
766           Fixes #523813.
767
768 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
769
770         Patch by: Peter Kjellerstedt <pkj at axis com>
771
772         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
773         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad):
774         Fix a memory leak when pads are requested but the pipeline never
775         goes into PLAYING.
776
777         Correctly remove request pads, no matter if they have collected
778         data or not.
779
780         Fixes bug #557710.
781
782 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
783
784         Patch by: <lrn1986 at gmail dot com>
785
786         * gst/udp/gstudpnetutils.h:
787         Define the correct WINVER so getaddinfo() can be used when using
788         mingw32. Fixes bug #557294.
789
790 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
791
792         Patch by: <lrn1986 at gmail dot com>
793
794         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
795         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
796         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
797         Fix "argument type mismatch" compiler warnings on Windows.
798         Fixes bug #557293.
799
800 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
801
802         * gst/equalizer/gstiirequalizer.c: (update_coefficients):
803         Don't calculate the filter coefficients for every single buffer
804         but only when it's needed. Fixes bug #557260.
805
806 2008-10-26  Jan Schmidt  <jan.schmidt@sun.com>
807
808         * configure.ac:
809         Back to development -> 0.10.11.1
810
811 2008-10-25  Jan Schmidt  <jan.schmidt@sun.com>
812
813         * gst-plugins-good.doap:
814         Fix version number of 0.10.11 release in doap file
815
816 === release 0.10.11 ===
817
818 2008-10-24  Jan Schmidt <jan.schmidt@sun.com>
819
820         * configure.ac:
821           releasing 0.10.11, "Secondary Consideration"
822
823 2008-10-24  Jan Schmidt  <jan.schmidt@sun.com>
824
825         * configure.ac:
826         Commit 0.10.10.4 pre-release
827
828 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
829
830         * gst/avi/gstavimux.c:
831         Fix VPRP chunk setup in avimux.
832         Fixes: #556010
833         Patch By: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
834
835 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
836
837         * gst/videobox/gstvideobox.c:
838         support dynamically changing properties in videobox
839         Fixed: #557085
840         Patch By: Wim Taymans <wim.taymans@collabora.co.uk>
841
842 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
843
844         * configure.ac:
845         0.10.10.3 pre-release
846
847 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
848
849         * tests/check/Makefile.am:
850         Don't run the states test on pulsesrc and pulsesink
851
852 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
853
854         * configure.ac:
855         Commit 0.10.10.2 pre-release bump that actually went
856         out on 2008-10-11
857
858 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
859
860         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
861         Skip entries for streams that don't have a output pad yet, thereby
862         avoiding calling pad functions with a NULL pad.
863         Fixes #556424
864
865 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
866
867         * gst/qtdemux/qtdemux.c: Remove previous wrong commit
868         * tests/check/elements/icydemux.c: (icydemux_found_pad):
869         Remove problematic and useless refcount check.
870         Fixes #556381
871
872 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
873
874         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
875         Remove problematic and useless refcount check.
876         Fixes #556381
877
878 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
879
880         * ext/flac/gstflacdec.c (gst_flac_dec_read_stream):
881         * ext/flac/gstflacenc.c (gst_flac_enc_write_callback):
882         Cast some size_t arguments to guint to avoid compiler
883         warnings on 64-bit systems.
884
885 2008-10-09  Wim Taymans  <wim.taymans@collabora.co.uk>
886
887         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event):
888         Return TRUE instead of FALSE from the event handler when we swallowed the
889         event.
890
891 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
892
893         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
894         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index):
895         Reset header state. Fixes #555321.
896
897 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
898
899         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
900         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index):
901         * gst/avi/gstavidemux.h:
902         For timestamping audio packets we need to take into account the
903         amount of blocks in one entry using the blockalign. Fixes some sync
904         issues with zero-padded audio blocks in the beginning of avi files.
905
906 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
907
908         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init),
909         (gst_multi_file_src_query):
910         Implement DEFAULT and BUFFER position queries. See #555260.
911
912 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
913
914         * sys/ximage/gstximagesrc.c: (gst_ximage_src_stop):
915         Fix build for systems that don't have XDamage.
916
917 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
918
919         * tests/examples/rtp/client-H263p.sdp:
920         * tests/examples/rtp/client-H263p.sh:
921         * tests/examples/rtp/server-VTS-H263p.sh:
922         Add some more H263p server and client examples.
923
924 2008-10-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
925
926         * configure.ac::
927           Depend on released versions of core and base.
928
929 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
930
931         * ext/pulse/pulsesink.c: (gst_pulsesink_write):
932         * ext/pulse/pulsesrc.c: (gst_pulsesrc_read):
933         Return -1 instead of 0 in error cases. Fixes #554771.
934
935 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
936
937         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
938         (gst_ximage_src_stop), (gst_ximage_src_ximage_get):
939         Stop leaking the cursor image.
940         Unref the last_ximage and the cached cursor image on shutdown.
941         Fixes #551570.
942
943 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
944
945         * sys/v4l2/gstv4l2object.h:
946         Getting the Class from an instance is not just a matter of casting it to
947         the class struct but it involves calling G_OBJECT_GET_CLASS on the
948         instance. Fixes #549784.
949
950 2008-10-01  Michael Smith <msmith@songbirdnest.com>
951
952         * configure.ac:
953           Fix libs for linking directsound.
954         * sys/directsound/gstdirectsoundsink.c:
955           Fix buffer sizing to prevent racing the ringbuffer at startup.
956           Add volume property.
957
958 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
959
960         * ext/pulse/pulsesink.c:
961         Fix problems with pulsesink randomly erroring with code 'OK' after a
962         format change on the stream by waiting when disconnecting the stream.
963
964 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
965
966         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init),
967         (gst_rtp_amr_depay_process):
968         Mark DISCONT on output buffers when the marker bit signals a new talk
969         spurt.
970
971         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
972         Set the marker bit for buffers with a DISCONT flag to signal a talk
973         spurt.
974
975 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
976
977         * gst/rtp/Makefile.am:
978         * gst/rtp/gstrtp.c: (plugin_init):
979         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_get_type),
980         (gst_rtp_mp4a_pay_base_init), (gst_rtp_mp4a_pay_class_init),
981         (gst_rtp_mp4a_pay_init), (gst_rtp_mp4a_pay_finalize),
982         (gst_rtp_mp4a_pay_parse_audio_config), (gst_rtp_mp4a_pay_new_caps),
983         (gst_rtp_mp4a_pay_setcaps), (gst_rtp_mp4a_pay_handle_buffer),
984         (gst_rtp_mp4a_pay_change_state), (gst_rtp_mp4a_pay_plugin_init):
985         * gst/rtp/gstrtpmp4apay.h:
986         Added MP4A-LATM payloader to match the depayloader.
987
988 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
989
990         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
991         (gst_videomixer_sink_event):
992         Handle segments a little better. Fixes #537361.
993
994 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
995
996         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
997         Don't assume the server supports PAUSE by default. Fixes #551048.
998
999 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1000
1001         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
1002         (gst_udpsrc_set_uri), (gst_udpsrc_start):
1003         Switch on the socket family to get the addrlen size right.
1004
1005 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1006
1007         Patch by: Daniel Franke <df at dfranke dot us>
1008
1009         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
1010         OS X's bind() implementation is picky about its addrlen parameter and
1011         fails with EINVAL if it is larger than expected for the socket's address
1012         family. Set the length to the expected length instead. Fixes #553191.
1013
1014 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1015
1016         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1017         Handle the case where we cannot do desribe or when the describe result
1018         does not contain a valid SDP message.
1019
1020 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1021
1022         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property):
1023         Fix setting the qos.
1024
1025 2008-09-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1026
1027         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
1028         (gst_qtdemux_chain):
1029         Some 'broken' files out there have atom lengths of zero...
1030         which basically results in qtdemux consuming that atom again and again
1031         until the *end of night* !
1032         Detect that and emits an adequate element error message.
1033
1034 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
1035
1036         * gst/interleave/Makefile.am:
1037         * gst/matroska/Makefile.am:
1038         Fix build flags order.
1039
1040         * tests/check/elements/audioamplify.c: (GST_START_TEST):
1041         * tests/check/elements/audiodynamic.c: (GST_START_TEST):
1042         * tests/check/elements/audioinvert.c: (GST_START_TEST):
1043         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
1044         Format fixes.
1045
1046         * tests/check/elements/multifile.c:
1047         Pull in unistd.h
1048
1049 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1050
1051         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_init),
1052         (gst_rtp_mp4g_depay_finalize), (gst_rtp_mp4g_depay_setcaps),
1053         (gst_rtp_mp4g_depay_clear_queue), (gst_rtp_mp4g_depay_flush_queue),
1054         (gst_rtp_mp4g_depay_queue), (gst_rtp_mp4g_depay_process),
1055         (gst_rtp_mp4g_depay_change_state):
1056         * gst/rtp/gstrtpmp4gdepay.h:
1057         Handle interleaved streams by reordering AU in a queue.
1058
1059 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1060
1061         * gst/rtp/gstrtpmp4gdepay.c: (gst_bs_parse_init),
1062         (gst_bs_parse_read), (gst_rtp_mp4g_depay_process):
1063         Change some of the ranges in the caps, mostly for the amount of bits we
1064         can use.
1065         Added a little bitstream parse and use it to parse the AU header fields.
1066         Check for malformed and wrongly sized packets better.
1067         Implement more header field parsing.
1068         Handle the size of fragmented packets correctly.
1069
1070 2008-09-14  Edward Hervey  <edward.hervey@collabora.co.uk>
1071
1072         Patch by: Jonathan Matthew <notverysmart@gmail.com>
1073         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1074         Add mapping for 'tiff' => image/tiff
1075         Fixes #552213
1076
1077 2008-09-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
1078
1079
1080         * ext/raw1394/gstdv1394src.c: (SEND_COMMAND):
1081         * ext/raw1394/gsthdv1394src.c: (SEND_COMMAND):
1082           Pretend to care about the result of write() which works around
1083           compiler warnings.
1084
1085 2008-09-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1086
1087         * ext/flac/gstflacenc.c: (gst_flac_enc_class_init):
1088           Make sure the desired default values are actually set, not only
1089           registered as defaults (actual problem is that the stereo-specific
1090           values are only updated if channels==2, which is not the case yet
1091           when the object is created, so the default values for the
1092           mid-side-stereo and loose-mid-side-stereo settings are never
1093           set in _update_quality()). Makes flacenc create smaller files by
1094           default (for stereo input), and fixes #550791.
1095
1096 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1097
1098         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1099         (gst_qtdemux_loop_state_header), (qtdemux_parse_node),
1100         (qtdemux_parse_trak), (qtdemux_video_caps):
1101         * gst/qtdemux/qtdemux.h:
1102         * gst/qtdemux/qtdemux_fourcc.h:
1103         * gst/qtdemux/qtdemux_types.c:
1104         Add support for video/mj2 mime-type and its additional atoms/boxes.
1105         Fixes #550646.
1106
1107 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1108
1109         * gst/debug/gsttaginject.c:
1110           Add warning when tags parameter is unparsable and give example for
1111           quoting in the docs.
1112
1113 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1114
1115         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
1116         Add mapping for IMA Loki SDL MJPEG ADPCM codec.
1117         Add some alternative byteswapped mappings that seem to pop up sometimes.
1118         Fixes #550288.
1119
1120 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1121
1122         * po/LINGUAS:
1123         * po/POTFILES.in:
1124         * po/POTFILES.skip:
1125           Add 'ca' to LINGUAS; add some more files with translations and some
1126           files which should be ignored by translation tools.
1127
1128 2008-09-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1129
1130         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1131         * ext/speex/gstspeexdec.h:
1132         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1133         * ext/speex/gstspeexenc.h:
1134         Use integer encoding and decoding functions instead of converting
1135         the integer input to float in the element. The libspeex integer
1136         functions are doing this for us already or, if libspeex was compiled
1137         in integer mode, they're doing everything using integer arithmetics.
1138         Also saves some copying around.
1139
1140 2008-09-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
1141
1142         * configure.ac:
1143           Fix --disable-external
1144
1145 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1146
1147         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1148         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain):
1149         * ext/wavpack/gstwavpackenc.h:
1150         Handle non-zero start timestamps and stream discontinuities
1151         correctly. This only has an effect if we're muxing into
1152         a container format as the raw WavPack stream must contain
1153         continous sample numbers.
1154
1155 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1156
1157         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1158         Correct the timestamp and granulepos calculation by one Speex
1159         frame.
1160
1161 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1162
1163         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1164         Correctly take the granulepos from upstream if possible and
1165         correctly handle the granulepos in various calculations: the
1166         granulepos is the sample number of the _last_ sample in a frame, not
1167         the first.
1168
1169         * ext/speex/gstspeexenc.c: (gst_speex_enc_sinkevent),
1170         (gst_speex_enc_encode), (gst_speex_enc_chain),
1171         (gst_speex_enc_change_state):
1172         * ext/speex/gstspeexenc.h:
1173         Handle non-zero start timestamps in the encoder and detect/handle
1174         stream discontinuities. Fixes bug #547075.
1175
1176 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1177
1178         Patch by: Craig Keogh <cskeogh at adam dot com dot au>
1179
1180         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
1181         Fix compiler warnings caused by passing a string as format string
1182         instead of "%s" and then the string. This is only exposed by -Wformat=2
1183         as used by default on Ubuntu. Fixes bug #550015.
1184
1185 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1186
1187         * ext/raw1394/gsthdv1394src.c: (gst_hdv1394src_create):
1188         * gst/alpha/gstalpha.c: (gst_alpha_get_unit_size):
1189         * gst/audiofx/audiocheblimit.c: (generate_coefficients):
1190         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert):
1191         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1192           (gst_ebml_read_element_length):
1193         * gst/matroska/matroska-demux.c:
1194           (gst_matroska_demux_check_subtitle_buffer):
1195           Make stuff compile with GST_DISABLE_GST_DEBUG.
1196
1197 2008-08-28  Michael Smith <msmith@songbirdnest.com>
1198
1199         * gst/law/alaw.c:
1200         * gst/law/mulaw.c:
1201           Ref caps before passing to gst_pad_template_new(), since that takes
1202           ownership.
1203
1204 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1205
1206         Patch by: Mersad Jelacic <mersad at axis dot com>
1207
1208         * gst/multipart/multipartdemux.c:
1209         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_mime):
1210         Convert audio/x-adpcm to and from the audio/G726-X in the muxer and
1211         demuxer. Fixes #549551.
1212
1213 2008-08-27  Edward Hervey  <edward.hervey@collabora.co.uk>
1214
1215         * sys/osxaudio/gstosxaudiosink.c:
1216         (gst_osx_audio_sink_select_device):
1217         * sys/osxaudio/gstosxaudiosrc.c:
1218         (gst_osx_audio_src_create_ringbuffer),
1219         (gst_osx_audio_src_select_device):
1220         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_acquire):
1221         Fix the build on macosx.
1222
1223 2008-08-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1224
1225         * gst/icydemux/gsticydemux.c:
1226           Small docs fix: in the example pipeline, we need to pass
1227           iradio-mode=true to the source, so the server actually sends
1228           an ICY stream.
1229
1230 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1231
1232         * sys/osxaudio/gstosxaudio.c:
1233           Oops. Revert more completely.
1234
1235 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1236
1237         * sys/osxaudio/gstosxaudio.c:
1238           Revert accidental element rename from testing.
1239
1240 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1241
1242         * gst-plugins-good.doap:
1243         Pull in 0.10.10 doap entry from release branch
1244
1245 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1246
1247         * configure.ac:
1248         Update version number to reflect 0.10.10 release from
1249         branch.
1250
1251 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1252
1253         * sys/osxaudio/Makefile.am:
1254         * sys/osxaudio/gstosxaudio.c:
1255         * sys/osxaudio/gstosxaudiosink.c:
1256         * sys/osxaudio/gstosxaudiosink.h:
1257         * sys/osxaudio/gstosxaudiosrc.c:
1258         * sys/osxaudio/gstosxaudiosrc.h:
1259         * sys/osxaudio/gstosxringbuffer.c:
1260         * sys/osxaudio/gstosxringbuffer.h:
1261           Rewrite caps setting and ring buffer initialisation.
1262           Previously we never told CoreAudio what format we were going to send it,
1263           so it only worked due to luck, and not at all on some hardware.
1264           Now we explicitly advertise what formats the hardware supports, and then
1265           configure the selected one correctly.
1266
1267 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1268
1269         * sys/v4l2/gstv4l2object.c:
1270         * sys/v4l2/gstv4l2src.c:
1271         * sys/v4l2/gstv4l2src.h:
1272         * sys/v4l2/v4l2_calls.c:
1273         * sys/v4l2/v4l2src_calls.c:
1274           Fix memory leaks. Small code cleanups : No need for empty _init(). No
1275           need to memset instance structures. Some more FIXME's and comments.
1276
1277 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1278
1279         * tests/icles/.cvsignore:
1280           Ignore more.
1281
1282 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1283
1284         * gst/goom/.cvsignore:
1285         * gst/goom2k1/.cvsignore:
1286           Ignore files.
1287
1288 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1289
1290         * ext/cairo/gsttextoverlay.c:
1291           Fix compiler warning.
1292
1293 2008-08-25  David Schleef  <ds@schleef.org>
1294
1295         * ext/cairo/gsttextoverlay.c: Fix obvious memleak.
1296
1297 2008-08-25  Edward Hervey  <edward.hervey@collabora.co.uk>
1298
1299         * gst/matroska/matroska-demux.c: (gst_matroska_demux_send_event),
1300         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
1301         * gst/matroska/matroska-mux.c:
1302         (gst_matroska_mux_video_pad_setcaps),
1303         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_finish):
1304         Add Real[Audio|Video] support to Matroska containers.
1305         It works fine for:
1306         * decoding real audio/video streams contained in mkv
1307         * 'transmuxing' real (.rm) files into .mkv files
1308         It will not work though for encoding real[audio/video] streams that
1309         don't contain the 'mdpr_data' extra data on the caps.
1310         The reason why this will not work is because I never intended to
1311         duplicate virtually all the 'mdpr' block creation into mkvmux.
1312         Fixes #536067
1313
1314 2008-08-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1315
1316         * gst/law/alaw-encode.c: (gst_alaw_enc_init), (gst_alaw_enc_chain):
1317         * gst/law/mulaw-conversion.c:
1318         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
1319         (gst_mulawenc_chain):
1320         The encoder can't really renegotiate at the time they perform a
1321         pad-alloc so make the srcpads use fixed caps.
1322         Check the buffer size after a pad-alloc because the returned size might
1323         not be right when the downstream element does not know the size of the
1324         new buffer (capsfilter). Fixes #549073.
1325
1326 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1327
1328         Patch by: Filippo Argiolas <filippo dot argiolas at gmail dot com>
1329
1330         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_norm_and_notify):
1331         v4l2src doesn't have a property named "norm" so don't try to notify
1332         about changes to that property. The "norm" property and related
1333         code are commented out currently. Fixes bug #549090.
1334
1335 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1336
1337         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1338
1339         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
1340         Reprobe devices again instead of taking a cached list as new
1341         devices could've been plugged in. Fixes bug #549062.
1342
1343 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1344
1345         * gst/autodetect/Makefile.am:
1346         Don't link the autodetect plugin with GConf as it doesn't
1347         use GConf. Fixes bug #545463.
1348
1349 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1350
1351         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1352         (gst_ebml_read_element_length), (gst_ebml_read_uint),
1353         (gst_ebml_read_sint), (gst_ebml_read_float),
1354         (gst_ebml_read_header):
1355         Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it
1356         possible to ignore errors and not post any ERROR messages on
1357         the bus.
1358
1359         * gst/matroska/matroska-demux.c:
1360         (gst_matroska_demux_parse_contents):
1361         Ignore any errors and not just EOS when parsing the contents of
1362         a SeekHead. Errors here are usually caused by truncated files
1363         and playback of the file works fine. Fixes playback of the
1364         audio_only_chapter_seekbroken.mka file from the MPlayer samples
1365         archive.
1366
1367 2008-08-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1368
1369         * gst/multipart/multipartdemux.c:
1370         * gst/multipart/multipartmux.c:
1371         Conform to RFC2046. audio/basic is mulaw 8000Hz mono.
1372
1373 2008-08-21  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1374
1375         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc,
1376           gst_directdraw_sink_bufferpool_clear):
1377           Fix two more buffer ref leaks.
1378
1379 2008-08-21  Tim-Philipp Müller  <tim.muller at collabora co uk>
1380
1381         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
1382
1383         * sys/directdraw/gstdirectdrawsink.c:
1384           (gst_directdraw_sink_show_frame):
1385           Fix buffer ref leak.
1386
1387 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1388
1389         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1390         Revert the last commit. wavenc still supports width!=depth for 32 bit
1391         width. Thanks Tim.
1392
1393 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1394
1395         * gst/matroska/matroska-demux.c:
1396         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1397         If the duration of a block is unknown only use the timestamp for the
1398         first lace and use GST_CLOCK_TIME_NONE as duration for the following
1399         laces. Otherwise every lace has the same timestamp which leads to
1400         various problems. Really fixes bug #548831.
1401
1402 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1403
1404         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1405         If we're not allowing width!=depth in wavenc we should also disable
1406         the code that was added to support width!=depth.
1407
1408 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1409
1410         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
1411         Don't calculate the default duration of a frame from the audio sampling
1412         rate. This only works for raw audio if every frame contains a single
1413         sample and results in broken buffer durations for other formats
1414         if no specified default duration is given or the blocks have no
1415         duration. Fixes bug #548831.
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         Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks
1422         are used for text/plain subtitles as a gap-filler in some files.
1423
1424 2008-08-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1425
1426         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
1427         (gst_v4l2_get_caps_info):
1428         Add S910 and PWC formats with a low priority.
1429
1430         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank),
1431         (gst_v4l2src_probe_caps_for_format):
1432         Add more debugging.
1433
1434 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
1435
1436         * ext/flac/gstflacenc.c:
1437           Fix compilation against older libflac versions.
1438
1439 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1440
1441         * ext/pulse/pulsemixer.c: (gst_pulsemixer_class_init),
1442         (gst_pulsemixer_set_property), (gst_pulsemixer_get_property):
1443         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
1444         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_timeout_event),
1445         (gst_pulsemixer_ctrl_set_volume):
1446         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_new):
1447         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open):
1448         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
1449         (gst_pulsesink_init), (gst_pulsesink_open),
1450         (gst_pulsesink_prepare), (gst_pulsesink_write),
1451         (gst_pulsesink_delay), (gst_pulsesink_reset):
1452         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1453         (gst_pulsesrc_init):
1454         Use GST_BOILERPLATE everywhere and fix coding style at some places.
1455         Fix a locking issue in pulsesink's prepare function.
1456
1457         * ext/pulse/pulseutil.c: (gst_pulse_channel_map_to_gst):
1458         Check if the created channel layout is valid for GStreamer.
1459
1460 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1461
1462         * gst/rtsp/gstrtspgoogle.c:
1463         Things that can happen when your brain is in google mode trying to
1464         deal with their google rtsp server extensions and trying to type your
1465         google mail account.
1466
1467 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1468
1469         * gst/rtsp/Makefile.am:
1470         * gst/rtsp/gstrtsp.c: (plugin_init):
1471         * gst/rtsp/gstrtspgoogle.c: (gst_rtsp_google_before_send),
1472         (gst_rtsp_google_after_send), (gst_rtsp_google_get_transports),
1473         (_do_init), (gst_rtsp_google_base_init),
1474         (gst_rtsp_google_class_init), (gst_rtsp_google_init),
1475         (gst_rtsp_google_finalize), (gst_rtsp_google_change_state),
1476         (gst_rtsp_google_extension_init):
1477         * gst/rtsp/gstrtspgoogle.h:
1478         Add google RTSP extension, it can only handle udp and responds with
1479         unsupported if we do anything else. Fixes #546465.
1480
1481         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_connection_send),
1482         (gst_rtspsrc_connection_receive), (gst_rtspsrc_loop_send_cmd),
1483         (gst_rtspsrc_create_transports_string),
1484         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
1485         (gst_rtspsrc_close), (gst_rtspsrc_pause):
1486         Make transport setup code a bit better using GString.
1487         Add some more debug.
1488         Check for closed connections before doing anything on them.
1489
1490 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1491
1492         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1493         (gst_pulsesrc_create_stream), (gst_pulsesrc_negotiate),
1494         (gst_pulsesrc_prepare):
1495         * ext/pulse/pulseutil.c: (gst_pulse_gst_to_channel_map),
1496         (gst_pulse_channel_map_to_gst):
1497         * ext/pulse/pulseutil.h:
1498         If downstream provides no channel layout and >2 channels should be
1499         used use the default layout that pulseaudio chooses and also
1500         add this layout to the caps. Fixes bug #547258.
1501
1502 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1503
1504         Patch by: Peter Kjellerstedt <pkj at axis com>
1505
1506         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
1507         (gst_dynudpsink_finalize), (gst_dynudpsink_set_property),
1508         (gst_dynudpsink_init_send), (gst_dynudpsink_close):
1509         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
1510         (gst_multiudpsink_finalize), (gst_multiudpsink_set_property):
1511         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize),
1512         (gst_udpsrc_set_property):
1513         Avoid leaking internally allocated file descriptors when setting
1514         custom file descriptors. Fixes #543101.
1515
1516 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1517
1518         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
1519         Don't try to configure RTCP back to the server when the server did not
1520         give us a valid port number.
1521
1522 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1523
1524         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
1525         Use new basetransform method to renegotiate. Fixes #544956.
1526
1527         * tests/icles/Makefile.am:
1528         * tests/icles/videobox-test.c: (make_pipeline), (main):
1529         Add videobox renegotiation example.
1530
1531 2008-08-19  David Schleef  <ds@schleef.org>
1532
1533         * gst/wavenc/gstwavenc.c: Remove depth ranges and replace
1534         with sane values.  Fixes #548530.
1535
1536 2008-08-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1537
1538         * ext/pulse/pulsesink.c: (gst_pulsesink_prepare):
1539         * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare):
1540         The bytes_per_sample and silence_sample fields of the GstRingBufferSpec
1541         are already filled with the correct values by
1542         gst_ring_buffer_parse_caps() so there's no need to set them again
1543         with wrong values.
1544
1545 2008-08-16  Edward Hervey  <edward.hervey@collabora.co.uk>
1546
1547         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
1548         (gst_avi_demux_read_subindexes_push):
1549         Some AVI 2.0 (ODML) files don't respect the 'specifications' completely
1550         and instead of using the 'ix##' nomenclature, use '##ix'.
1551         They're still valid though, this fixes the duration and indexes for
1552         virtually all the ODML files I have.
1553
1554 2008-08-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1555
1556         Patch by: Olivier Crete <tester at tester dot ca>
1557
1558         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
1559         (gst_rtp_vorbis_depay_process):
1560         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
1561         Update the vorbis RTP pay/depay to RFC 5215.
1562         Fixes #547842.
1563
1564 2008-08-14  David Schleef  <ds@schleef.org>
1565
1566         * gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60
1567           with 3:2 pulldown, i.e., 24p.
1568
1569 2008-08-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1570
1571         * tests/check/elements/level.c: (GST_START_TEST):
1572         Fix compilation some more.
1573
1574 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
1575
1576         * configure.ac::
1577           Require -base CVS for wavparse acid chunk parsing.
1578
1579 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1580
1581         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
1582         (gst_pulsesink_init), (gst_pulsesink_finalize),
1583         (gst_pulsesink_set_volume), (gst_pulsesink_get_volume),
1584         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
1585         (gst_pulsesink_prepare), (gst_pulsesink_change_state):
1586         * ext/pulse/pulsesink.h:
1587         Add "device-name" property to pulsesink too and currently commented
1588         out and not working support for a "volume" property.
1589
1590 2008-08-13  Thijs Vermeir  <thijsvermeir@gmail.com>
1591
1592         * configure.ac:
1593         Remove more cdio stuff (moved to ugly)
1594
1595 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1596
1597         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1598
1599         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1600         (gst_pulsesrc_get_property):
1601         Add "device-name" property, which provides a human readable string
1602         for the audio device, to make it more consisten with other audio
1603         sources. Fixes bug #547519.
1604
1605 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1606
1607         * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state):
1608         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
1609         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new),
1610         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_timeout_event):
1611         * ext/pulse/pulsemixerctrl.h:
1612         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open),
1613         (gst_pulseprobe_enumerate), (gst_pulseprobe_new),
1614         (gst_pulseprobe_free), (gst_pulseprobe_needs_probe),
1615         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values):
1616         * ext/pulse/pulseprobe.h:
1617         * ext/pulse/pulsesink.c: (gst_pulsesink_init):
1618         * ext/pulse/pulsesrc.c: (gst_pulsesrc_init), (gst_pulsesrc_delay),
1619         (gst_pulsesrc_change_state):
1620         Improve debugging a bit by including the parent object in pulsemixerctrl
1621         and pulseprobe objects and using GST_WARNING_OBJECT instead of
1622         GST_WARNING.
1623
1624         Use the parent GObject subclass instead of a random struct as GObject
1625         parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash
1626         when probing for another property than "device".
1627
1628 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1629
1630         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1631
1632         * ext/pulse/pulsemixer.c: (gst_pulsemixer_set_property):
1633         Fix property probing after the device property is set by calling
1634         set_server when the server property changes. Fixes bug #547518.
1635
1636 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1637
1638         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1639
1640         * ext/pulse/pulsesink.c: (gst_pulsesink_interface_supported),
1641         (gst_pulsesink_implements_interface_init),
1642         (gst_pulsesink_init_interfaces), (gst_pulsesink_init),
1643         (gst_pulsesink_finalize), (gst_pulsesink_set_property),
1644         (gst_pulsesink_get_type):
1645         * ext/pulse/pulsesink.h:
1646         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
1647         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_init),
1648         (gst_pulsesrc_finalize), (gst_pulsesrc_set_property):
1649         * ext/pulse/pulsesrc.h:
1650         Implement GstPropertyProbe interface on pulsesink for detecting
1651         sink devices and on pulsesrc for detecting source devices.
1652         Fixes bugs #547227 and #547217.
1653
1654 2008-08-13  Stefan Kost  <ensonic@users.sf.net>
1655
1656         * gst/spectrum/gstspectrum.c:
1657           Don't terminate on fabs(in)>1.0. Init doubles as doubles.
1658
1659 2008-08-13  Edward Hervey  <edward.hervey@collabora.co.uk>
1660
1661         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
1662         Properly set the maximum latency value, in the same way it is done in
1663         v4lsrc.
1664         * sys/v4l2/v4l2src_calls.c:
1665         Simplify fraction equality check, no need to use GValues for this.
1666
1667 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
1668
1669         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
1670         Add warning messages stating exactly why the latency query failed.
1671         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
1672         In some cases, the negotiated framerate might be the default one which
1673         is already set internally. But we still need to mark it down in fps_n
1674         and fps_d so that the latency query can happen properly.
1675
1676 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
1677
1678         * docs/plugins/inspect/plugin-1394.xml:
1679         Whoops, forgot one doc file for people who can't/don't build the
1680         raw1394 plugin.
1681
1682 2008-08-12  Jan Schmidt  <jan.schmidt@sun.com>
1683
1684         * docs/plugins/Makefile.am:
1685         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1686         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1687         * docs/plugins/inspect/plugin-cdio.xml:
1688         * ext/Makefile.am:
1689         * ext/cdio/Makefile.am:
1690         * ext/cdio/gstcdio.c:
1691         * ext/cdio/gstcdio.h:
1692         * ext/cdio/gstcdiocddasrc.c:
1693         * ext/cdio/gstcdiocddasrc.h:
1694
1695         Pull changes from 0.10.9.2 pre-release branch moving the libcdio
1696         CDDA source to -ugly.
1697
1698         * po/LINGUAS:
1699         * po/POTFILES.in:
1700         * po/id.po:
1701         Pull in new translation from 0.10.9.2 release branch.
1702
1703 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
1704
1705         * docs/plugins/Makefile.am:
1706         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1707         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1708         * docs/plugins/gst-plugins-good-plugins.args:
1709         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1710         * docs/plugins/gst-plugins-good-plugins.interfaces:
1711         Integrate documentation for new hdv1394src element.
1712
1713 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
1714
1715         * ext/raw1394/Makefile.am:
1716         * ext/raw1394/gst1394.c: (plugin_init):
1717         * ext/raw1394/gsthdv1394src.c: (_do_init),
1718         (gst_hdv1394src_base_init), (gst_hdv1394src_class_init),
1719         (gst_hdv1394src_init), (gst_hdv1394src_dispose),
1720         (gst_hdv1394src_set_property), (gst_hdv1394src_get_property),
1721         (gst_hdv1394src_from_raw1394handle),
1722         (gst_hdv1394src_iec61883_receive), (gst_hdv1394src_bus_reset),
1723         (gst_hdv1394src_create), (gst_hdv1394src_discover_avc_node),
1724         (gst_hdv1394src_start), (gst_hdv1394src_stop),
1725         (gst_hdv1394src_unlock), (gst_hdv1394src_update_device_name),
1726         (gst_hdv1394src_uri_get_type), (gst_hdv1394src_uri_get_protocols),
1727         (gst_hdv1394src_uri_get_uri), (gst_hdv1394src_uri_set_uri),
1728         (gst_hdv1394src_uri_handler_init):
1729         * ext/raw1394/gsthdv1394src.h:
1730         mpeg2-ts (HDV) variant of firewire capture element.
1731         Fixes #350830
1732
1733 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
1734
1735         * gst/level/gstlevel.c: (gst_level_message_new):
1736          Fix compilation (also known as the classic 'fix code that someone
1737          committed without compiling it first').
1738
1739 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1740
1741         * tests/check/elements/level.c:
1742           Add a test for level in stereo mode.
1743
1744 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1745
1746         * tests/examples/spectrum/demo-audiotest.c:
1747         * tests/examples/spectrum/demo-osssrc.c:
1748           Demo how to draw analyzer results synced to the clock.
1749
1750 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1751
1752         * gst/level/gstlevel.c:
1753           Little renaming (l -> level).
1754
1755         * gst/spectrum/gstspectrum.c:
1756         * gst/spectrum/gstspectrum.h:
1757           Also send full timestamp/duration details here.
1758
1759 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1760
1761         * gst/level/gstlevel.c:
1762         * gst/level/gstlevel.h:
1763           Send same timestamp/duration details as videoanalysis. This gives
1764           applications better chance to sync analysis results with playback.
1765
1766 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1767
1768         * gst/matroska/matroska-mux.c:
1769         (gst_matroska_mux_handle_sink_event),
1770         (flac_streamheader_to_codecdata):
1771         We need to drop one additional buffer for FLAC as the fLaC
1772         marker and STREAMINFO block are merged into one buffer in the caps.
1773
1774         Also don't pretend to support NEWSEGMENT events, otherwise we
1775         will most probably write some invalid data.
1776
1777 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1778
1779         * gst/matroska/matroska-mux.c: (flac_streamheader_to_codecdata),
1780         (gst_matroska_mux_audio_pad_setcaps):
1781         Add support for muxing FLAC into Matroska containers.
1782         Fixes bug #311586.
1783
1784 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1785
1786         * ext/flac/gstflacenc.c: (gst_flac_enc_check_discont):
1787         Actually provide the variables required for the format string.
1788
1789 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1790
1791         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1792         (gst_matroska_demux_element_send_event),
1793         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
1794         * gst/matroska/matroska-demux.h:
1795         Close the current segment if we're doing a non-flushing seek and send
1796         the close-segment and the new segment of the seek from the streaming
1797         thread.
1798
1799 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1800
1801         * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback),
1802         (gst_flac_enc_check_discont), (gst_flac_enc_chain),
1803         (gst_flac_enc_change_state):
1804         * ext/flac/gstflacenc.h:
1805         Handle non-zero start timestamps correctly, mark header packets as
1806         IN_CAPS and print a warning and suggest using audiorate if stream
1807         discontinuities are detected. When FLAC supports flushing the encoder
1808         somehow this should be done for discontinuities instead.
1809
1810         Remove some unused variables from the instance struct.
1811
1812 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1813
1814         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback):
1815         If seeking failed return the appropiate return value to FLAC.
1816         Otherwise it thinks seeking was successfull and tries to rewrite
1817         parts of the headers which then get appended to the output.
1818
1819 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1820
1821         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1822
1823         * ext/esd/gstesd.c: (plugin_init):
1824         * ext/flac/gstflac.c: (plugin_init):
1825         * ext/shout2/gstshout2.c: (plugin_init):
1826         * ext/wavpack/gstwavpack.c: (plugin_init):
1827         * sys/oss/gstossaudio.c: (plugin_init):
1828         * sys/v4l2/gstv4l2.c: (plugin_init):
1829         Make sure gettext returns translations in UTF-8 encoding rather
1830         than in the current locale encoding (#546822).
1831
1832 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1833
1834         * ext/flac/gstflacdec.c:
1835         Add FIXME for 0.11 to simply output everything with width=32 as given
1836         by FLAC and let audioconvert handle the conversions instead of doing
1837         them in flacdec.
1838
1839 2008-08-07  Jan Schmidt  <Jan.Schmidt@sun.com>
1840
1841         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1842         When outputting a pad template range for the size, include a framerate
1843         range too, to avoid 'not a real subset of template caps' errors.
1844
1845 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1846
1847         Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>
1848
1849         * ext/flac/Makefile.am:
1850         * ext/flac/gstflac.c: (plugin_init):
1851         * ext/flac/gstflactag.c: (gst_flac_tag_setup_interfaces),
1852         (gst_flac_tag_base_init), (gst_flac_tag_class_init),
1853         (gst_flac_tag_dispose), (gst_flac_tag_init),
1854         (gst_flac_tag_sink_setcaps), (gst_flac_tag_chain),
1855         (gst_flac_tag_change_state):
1856         * ext/flac/gstflactag.h:
1857         Port flactag to 0.10, add documentation for it and clean it up a bit.
1858         Fixes bug #413841.
1859
1860         * docs/plugins/Makefile.am:
1861         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1862         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1863         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1864         * docs/plugins/gst-plugins-good-plugins.interfaces:
1865         * docs/plugins/gst-plugins-good-plugins.prerequisites:
1866         * docs/plugins/inspect/plugin-flac.xml:
1867         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init):
1868         * ext/flac/gstflacdec.h:
1869         * ext/flac/gstflacenc.c: (gst_flac_enc_base_init):
1870         * ext/flac/gstflacenc.h:
1871         Add flactag and flacenc to the documentation and mark
1872         the private parts of the flacdec instance structure as private.
1873
1874         Also use gst_element_class_set_details_simple() in flacdec and
1875         flacenc.
1876
1877 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1878
1879         * gst/qtdemux/qtdemux.c:
1880           Use audio/x-qdm for caps. Collect some info - mplayer has a decoder
1881           for it but ffmpeg does not.
1882
1883 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1884
1885         * gst/wavparse/gstwavparse.c:
1886           Handle the list chunk and use gst_riff_parse_info() to parse the info
1887           sub-chunk.
1888
1889 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1890
1891         * gst/wavparse/gstwavparse.c:
1892           Handle the acid chunk and send tempo as part of tags. Other fields are
1893           interesting too, but need more tag-definitions. Fixes #545433.
1894
1895 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1896
1897         * gst/wavparse/gstwavparse.c:
1898           Refactor wavparse. Call _reset() from dispose() and move old code from
1899           dispose into reset. This way we don't leak taglists when we abort
1900           parsing. Fix some comments. Move code for skipping a chunk into extra
1901           function. Replace chunk sizes with a const to ease readability.         
1902
1903 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1904
1905         Patch by: Aurelien Grimaud <gstelzz at yahoo dot fr>
1906
1907         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_alloc_udp_ports):
1908         Improve udp port setup. Fixes #545710.
1909
1910 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1911
1912         * gst/rtp/Makefile.am:
1913         * gst/rtp/gstrtp.c: (plugin_init):
1914         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_base_init),
1915         (gst_rtp_mp1s_depay_class_init), (gst_rtp_mp1s_depay_init),
1916         (gst_rtp_mp1s_depay_setcaps), (gst_rtp_mp1s_depay_process),
1917         (gst_rtp_mp1s_depay_set_property),
1918         (gst_rtp_mp1s_depay_get_property),
1919         (gst_rtp_mp1s_depay_change_state),
1920         (gst_rtp_mp1s_depay_plugin_init):
1921         * gst/rtp/gstrtpmp1sdepay.h:
1922         Add MP1S depayloader.
1923
1924         * gst/rtsp/URLS:
1925         Some more sample rtsp streams.
1926
1927 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1928
1929         * gst/rtsp/URLS:
1930         Add another URL.
1931
1932         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
1933         * tests/check/elements/rglimiter.c: (GST_START_TEST):
1934         Add some more debug info.
1935
1936 2008-08-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1937
1938         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
1939         Provide cbSize field for audio extra_data size, and take care to
1940         pad extra_data.
1941
1942 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1943
1944         * gst/qtdemux/qtdemux.c:
1945           Return the result of gst_pad_{start,stop}_task instead of hard-coded
1946           TRUE.
1947
1948 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1949
1950         * gst/qtdemux/qtdemux.c:
1951         * gst/qtdemux/qtdemux_fourcc.h:
1952           Add keyword tag support. Fixes #520694 for qtdemux.
1953
1954 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1955
1956         * gst/qtdemux/qtdemux.c:
1957           Add support for tmpo tag (BPM).
1958
1959 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1960
1961         * ext/flac/gstflacenc.c: (gst_flac_enc_query_peer_total_samples),
1962         (gst_flac_enc_sink_setcaps), (gst_flac_enc_write_callback):
1963         Set an estimate for the total number of samples that will be encoded
1964         if possible to help decoders if the streaminfo can't be rewritten
1965         later (like when muxing into Ogg containers).
1966
1967         Add a warning if we get header packets after data packets as those
1968         will get lost when muxing into Ogg, i.e. rewriting the headers doesn't
1969         work.
1970
1971 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1972
1973         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
1974         (gst_flac_dec_write):
1975         Support decoding of all depths between 4 and 32 bits and read the
1976         depth from the streaminfo header if needed. Also support all sampling
1977         rates between 1 and 655350 Hz.
1978
1979         * ext/flac/gstflacenc.c:
1980         (gst_flac_enc_caps_append_structure_with_widths),
1981         (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps),
1982         (gst_flac_enc_chain):
1983         * ext/flac/gstflacenc.h:
1984         Support encoding in all bit depths supported by the streamable
1985         subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates
1986         between 1 Hz and 655350 Hz.
1987
1988 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1989
1990         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
1991         (gst_flac_enc_sink_getcaps):
1992         Support encoding of up to 8 channels.
1993
1994 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
1995
1996         * ext/soup/gstsouphttpsrc.c:
1997         * ext/soup/gstsouphttpsrc.h:
1998         Fix seeking race condition in #540300
1999         Patch By: Wouter Cloetens  <wouter at mind be>
2000
2001 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2002
2003         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek),
2004         (gst_matroska_demux_element_send_event),
2005         (gst_matroska_demux_handle_seek_event),
2006         (gst_matroska_demux_handle_src_event):
2007         When receiving a SEEK event on a specific pad first search for a seek
2008         table entry for the stream of the pad and then fall back to an entry
2009         for a different stream.
2010
2011 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2012
2013         * configure.ac:
2014         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
2015         * gst/matroska/matroska-ids.h:
2016         Build depend on core CVS for the attachment tag.
2017
2018 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2019
2020         * configure.ac:
2021         * gst/matroska/Makefile.am:
2022         * gst/matroska/lzo.c: (get_byte), (get_len), (copy),
2023         (copy_backptr), (lzo1x_decode), (main):
2024         * gst/matroska/lzo.h:
2025         * gst/matroska/matroska-demux.c:
2026         (gst_matroska_demux_read_track_encoding),
2027         (gst_matroska_decompress_data), (gst_matroska_decode_data),
2028         (gst_matroska_decode_buffer),
2029         (gst_matroska_decode_content_encodings),
2030         (gst_matroska_demux_read_track_encodings),
2031         (gst_matroska_demux_add_stream),
2032         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2033         * gst/matroska/matroska-ids.h:
2034         Decode the codec private data and following ContentEncoding if
2035         necessary.
2036
2037         Support bzip2, lzo and header stripped compression. For lzo use the
2038         ffmpeg lzo implementation as liblzo is GPL licensed.
2039         
2040         Fix zlib decompression.
2041
2042 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2043
2044         * gst/matroska/matroska-mux.c:
2045         (gst_matroska_mux_audio_pad_setcaps):
2046         Fix muxing of MP3/MP2 with different MPEG versions by calculating the
2047         duration of a frame with the new mpegaudioversion caps field.
2048
2049 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2050
2051         * gst/matroska/matroska-demux.c: (gst_matroska_demux_finalize),
2052         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
2053         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
2054         (gst_matroska_demux_stream_from_num),
2055         (gst_matroska_demux_tracknumber_unique),
2056         (gst_matroska_demux_add_stream), (gst_matroska_demux_send_event),
2057         (gst_matroska_demux_handle_seek_event),
2058         (gst_matroska_demux_sync_streams),
2059         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2060         (gst_matroska_demux_loop):
2061         * gst/matroska/matroska-demux.h:
2062         Allow an infinite number of stream inside Matroska containers and use
2063         a GPtrArray for storing them instead of allowing "only" 127 streams.
2064
2065 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2066
2067         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
2068         (gst_ebml_read_change_state), (gst_ebml_read_element_level_up),
2069         (gst_ebml_read_peek_bytes), (gst_ebml_read_element_id),
2070         (gst_ebml_read_element_length), (gst_ebml_peek_id),
2071         (gst_ebml_read_get_length), (gst_ebml_read_skip),
2072         (gst_ebml_read_buffer), (gst_ebml_read_bytes),
2073         (gst_ebml_read_uint), (gst_ebml_read_sint), (_ext2dbl),
2074         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_date),
2075         (gst_ebml_read_master), (gst_ebml_read_binary),
2076         (gst_ebml_read_header):
2077         * gst/matroska/ebml-write.c: (gst_ebml_write_element_id),
2078         (gst_ebml_write_element_size), (gst_ebml_write_uint),
2079         (gst_ebml_write_sint), (gst_ebml_write_ascii),
2080         (gst_ebml_write_master_start), (gst_ebml_write_master_finish),
2081         (gst_ebml_replace_uint):
2082         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2083         (gst_matroska_demux_read_track_encoding),
2084         (gst_matroska_demux_read_track_encodings),
2085         (gst_matroska_demux_add_stream), (gst_matroskademux_do_index_seek),
2086         (gst_matroska_demux_send_event),
2087         (gst_matroska_demux_element_send_event),
2088         (gst_matroska_demux_handle_seek_event),
2089         (gst_matroska_demux_handle_src_event),
2090         (gst_matroska_demux_init_stream),
2091         (gst_matroska_demux_parse_tracks),
2092         (gst_matroska_demux_parse_index_cuetrack),
2093         (gst_matroska_demux_parse_index_pointentry),
2094         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2095         (gst_matroska_demux_parse_metadata_id_simple_tag),
2096         (gst_matroska_demux_parse_metadata_id_tag),
2097         (gst_matroska_demux_parse_metadata),
2098         (gst_matroska_demux_parse_attached_file),
2099         (gst_matroska_demux_parse_attachments),
2100         (gst_matroska_demux_parse_chapters), (gst_matroska_ebmlnum_uint),
2101         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_push_hdr_buf),
2102         (gst_matroska_demux_push_flac_codec_priv_data),
2103         (gst_matroska_demux_push_xiph_codec_priv_data),
2104         (gst_matroska_demux_push_dvd_clut_change_event),
2105         (gst_matroska_demux_add_mpeg_seq_header),
2106         (gst_matroska_demux_add_wvpk_header),
2107         (gst_matroska_demux_check_subtitle_buffer),
2108         (gst_matroska_decode_buffer),
2109         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2110         (gst_matroska_demux_parse_cluster),
2111         (gst_matroska_demux_parse_contents_seekentry),
2112         (gst_matroska_demux_parse_contents),
2113         (gst_matroska_demux_loop_stream_parse_id),
2114         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop),
2115         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2116         (gst_matroska_demux_subtitle_caps),
2117         (gst_matroska_demux_change_state):
2118         * gst/matroska/matroska-ids.c:
2119         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
2120         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
2121         (gst_matroska_mux_video_pad_setcaps),
2122         (xiph3_streamheader_to_codecdata),
2123         (vorbis_streamheader_to_codecdata),
2124         (theora_streamheader_to_codecdata),
2125         (gst_matroska_mux_audio_pad_setcaps),
2126         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
2127         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
2128         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
2129         (gst_matroska_mux_best_pad), (gst_matroska_mux_write_data),
2130         (gst_matroska_mux_collected), (gst_matroska_mux_change_state):
2131         Fix indention everywhere. A broken indent version has added newlines
2132         after every single declaration some time ago.
2133
2134 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2135
2136         * gst/matroska/matroska-demux.c:
2137         (gst_matroska_demux_loop_stream_parse_id):
2138         If no Tracks are found error out instead of trying it again until the
2139         end of time.
2140
2141 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2142
2143         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
2144         Fix demuxing of raw integer audio. The samples are unsigned only for 8
2145         bit and signed otherwise, not the other way around.
2146
2147 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2148
2149         * gst/matroska/matroska-mux.c:
2150         Add more raw YUV formats to the list of supported formats.
2151
2152 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2153
2154         * gst/matroska/matroska-mux.c:
2155         (gst_matroska_mux_audio_pad_setcaps):
2156         Add support for muxing raw float audio now that the spec defines the
2157         endianness and add support for muxing raw integer audio with 24 and
2158         32 bits.
2159
2160         Allow muxing of more than 8 audio channels.
2161
2162 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2163
2164         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
2165         (gst_matroska_mux_reset), (gst_matroska_mux_start):
2166         Add locking to the global array of used track UIDs to prevent random
2167         crashes if more than a single matrosmux instance is used.
2168
2169         Use 64 bit values for the track UIDs.
2170
2171         Use the global GRandom of GLib instead of creating our own one
2172         for the few random numbers we need every single time.
2173
2174 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2175
2176         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
2177         (gst_flac_dec_setup_stream_decoder),
2178         (gst_flac_dec_update_metadata):
2179         Always post the audio-codec tag, not only if other tags are present.
2180
2181 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2182
2183         * configure.ac:
2184         Back to development -> 0.10.9.1
2185
2186 === release 0.10.9 ===
2187
2188 2008-07-31  Jan Schmidt <jan.schmidt@sun.com>
2189
2190         * configure.ac:
2191           releasing 0.10.9, "Steam Train Rolling"
2192
2193 2008-07-31  Jan Schmidt  <jan.schmidt@sun.com>
2194
2195         * ext/soup/gstsouphttpsrc.c:
2196         Don't throw an error when soup completes a msg with status
2197         'cancelled', as that indicates we cancelled a request while
2198         shutting down or seeking, and it's not an error.
2199         Fixes: #540300 again.
2200
2201 2008-07-28  Jan Schmidt  <jan.schmidt@sun.com>
2202
2203         * configure.ac:
2204         0.10.8.4 pre-release
2205
2206 2008-07-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2207
2208         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment):
2209         Fix segment-stop regression.
2210         Add documentation regarding segments in quicktime files by Wim Taymans.
2211         Fixes #544509
2212
2213 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
2214
2215         * configure.ac:
2216         0.10.8.3 pre-release
2217
2218         * po/LINGUAS:
2219         * po/pt_BR.po:
2220         Add pt_BR translation
2221
2222 2008-07-23  Michael Smith <msmith@songbirdnest.com>
2223
2224         * gst/goom/convolve_fx.c:
2225         * gst/goom/filters.c:
2226         * gst/goom/goom_config.h:
2227         * gst/goom/goom_core.c:
2228         * gst/goom/goom_tools.h:
2229           Fix build with MSVC: include glib.h to define inline appropriately,
2230           use header guards where needed.
2231         * gst/udp/gstudpnetutils.c:
2232         * gst/udp/gstudpsrc.c:
2233           Fix build with MSVC: use WSA* constants/functions where appropriate, use
2234           g_snprintf rather than snprintf.
2235           Fixes #544433.
2236
2237 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
2238
2239         * gst/debug/gsttaginject.c:
2240         * gst/debug/gsttaginject.h:
2241           Sent tags in _transform_ip() instead of _start(). Fixes #543404
2242           partially.
2243
2244 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2245
2246         * configure.ac:
2247         0.10.8.2 pre-release
2248
2249 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2250
2251         * ext/Makefile.am:
2252         Finish hooking up pulseaudio plugin to the build.
2253
2254         * ext/pulse/pulsemixerctrl.c:
2255         Fix compilation error.
2256
2257 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2258
2259         * po/LINGUAS:
2260         * po/lt.po:
2261         Add new lithunian translation, and add french to the LINGUAS
2262         file.
2263
2264 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2265
2266         * ext/soup/gstsouphttpsrc.c:
2267         Fix Soup HTTP source seeking.
2268         Patch By: Wouter Cloetens  <wouter at mind be>
2269         Fixes: #540300
2270
2271         * tests/check/elements/.cvsignore:
2272         Ignore new check programs.
2273
2274 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2275
2276         * configure.ac:
2277         * docs/plugins/Makefile.am:
2278         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2279         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2280         * docs/plugins/gst-plugins-good-plugins.args:
2281         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2282         * docs/plugins/gst-plugins-good-plugins.interfaces:
2283         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2284         * docs/plugins/inspect/plugin-interleave.xml:
2285         * docs/plugins/inspect/plugin-replaygain.xml:
2286         * tests/check/Makefile.am:
2287
2288         Move replaygain and interleave plugins from -bad.
2289         Fixes: #543406
2290         Fixes: #536228
2291
2292 2008-07-18  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2293
2294         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2295         (qtdemux_parse_trak):
2296         Revert ISO base media spec based pixel-aspect-ratio calculation.
2297         Fixes #543300.
2298
2299 2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>
2300
2301         * sys/osxvideo/osxvideosink.m:
2302         Fix minor build issues on macosx.
2303         Fixes #543054
2304
2305 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2306
2307         * configure.ac::
2308         * ext/taglib/Makefile.am::
2309           Only use -Wno-attributes (which is there to work around a
2310           bug in the taglib 1.5 headers) if the c++ compiler actually
2311           supports it (#543255).
2312
2313 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2314
2315         Patch by: Benoit Fouet <benoit.fouet purplelabs com>
2316
2317         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
2318           Avoid compiler warning by initialising variable to NULL (#543259).
2319
2320 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2321
2322         * gst/debug/gsttaginject.c: (gst_tag_inject_start):
2323         Don't pass NULL taglists to gst_tag_list_is_empty().
2324
2325 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2326
2327         * tests/check/elements/cmmldec.c: (GST_START_TEST):
2328         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_create),
2329         (rtp_pipeline_run):
2330         * tests/check/elements/souphttpsrc.c: (souphttpsrc_suite):
2331         Don't use declarations after statements.
2332
2333 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2334
2335         * ext/jpeg/gstjpegdec.c:
2336         Align documentation with reality.
2337
2338 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2339
2340         * gst/udp/gstudpnetutils.c:
2341         EAI_ADDRFAMILY was obsoleted in BSD at some point. Define it to the
2342         old value (1) if it's not defined which should not cause any problems
2343         as we're using it internal only anyway.
2344
2345 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2346
2347         Patch by: Alessandro Decina <alessandro at nnva dot org>
2348
2349         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp):
2350         Fix build of avidemux on big endian architectures.
2351
2352 2008-07-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2353
2354         Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
2355
2356         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
2357         Correctly distinguish 8bit vs 16bit raw audio.  Fixes #542410.
2358
2359 2008-07-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2360
2361         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2362         (qtdemux_parse_trak):
2363         Set pixel-aspect-ratio in caps using display width and height
2364         provided in track.
2365
2366 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2367
2368         * configure.ac:
2369         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
2370         flags that are invalid for C++. Fixes bug #516509.
2371
2372 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2373
2374         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
2375         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps):
2376         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
2377         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
2378         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2379         * tests/examples/equalizer/demo.c: (message_handler):
2380         * tests/examples/spectrum/demo-audiotest.c: (message_handler):
2381         * tests/examples/spectrum/demo-osssrc.c: (message_handler):
2382         Don't use declarations after statements and variable length arrays.
2383
2384 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2385
2386         Patch by: Daniel Drake <dsd at gentoo dot org>
2387
2388         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture),
2389         (gst_v4l2src_get_nearest_size):
2390         Try progressive video if interlaced fails. Fixes bug #541956
2391         and the usage of v4l2src on OLPC.
2392
2393 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2394
2395         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2396         (gst_rtp_speex_depay_process):
2397         * gst/rtp/gstrtpspeexdepay.h:
2398         Revert last change: Only the jitterbuffer is able to convert RTP to
2399         Gstreamer timestamps and normal (de)payloaders should simply copy it.
2400         Reopens bug #541787.
2401
2402 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
2403
2404         * gst/rtp/gstrtpvrawdepay.c:
2405           Include stdlib.h for atoi().
2406
2407         * gst/rtsp/gstrtspsrc.c:
2408           Use floating point math for latencies < 0 sec in log output.
2409
2410 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2411
2412         Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net>
2413
2414         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2415         (gst_rtp_speex_depay_process):
2416         * gst/rtp/gstrtpspeexdepay.h:
2417         Take timestamp from the RTP packet as a first step to fix problems
2418         with transmission over RTP when the network is not reliable.
2419         Fixes bug #541787.
2420
2421 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2422
2423         Patch by: Tero Saarni <tero dot saarni at gmail dot com>
2424
2425         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_uri):
2426         Fix parsing of udp:// URIs containing IPv6 addresses.
2427         Fixes bug #541650.
2428
2429 2008-07-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2430
2431         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
2432         Do not leak incoming buffers.
2433
2434 2008-07-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2435
2436         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2437
2438         * configure.ac:
2439         Fix build of the RTP plugin with mingw32 by linking to ws2_32
2440         for htons() and htonl(). Fixes bug #541412.
2441
2442 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2443
2444         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
2445         (gst_matroska_demux_add_stream), (gst_matroska_demux_query),
2446         (gst_matroska_demux_element_query),
2447         (gst_matroska_demux_handle_src_query),
2448         (gst_matroska_demux_handle_seek_event):
2449         Handle position and duration query in DEFAULT format if the
2450         pad's track has a default frame duration set.
2451
2452         Fix seeking now that the segment's duration doesn't contain the
2453         (possibly wrong or inaccurate) duration of the Matroska file.
2454
2455 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2456
2457         * gst/matroska/ebml-read.c: (_ext2dbl):
2458         Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
2459         in math.h except on MSVC where it is defined in xmath.h.
2460         Fixes compilation with MSVC.
2461
2462 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2463
2464         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2465         (gst_matroska_demux_handle_src_query),
2466         (gst_matroska_demux_parse_info),
2467         (gst_matroska_demux_loop_stream_parse_id):
2468         * gst/matroska/matroska-demux.h:
2469         Don't set the segment duration to the duration from the Matroska
2470         header as this value could be wrong and is just informational.
2471
2472 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2473
2474         * gst/matroska/matroska-demux.c:
2475         (gst_matroska_demux_loop_stream_parse_id):
2476         If no Tracks element is found until the first Cluster is found
2477         search it and error out if none is found in the complete file.
2478
2479 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2480
2481         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
2482         Resync non-subtitle tracks too if a too large gap compared to other
2483         tracks is detected.
2484
2485 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
2486
2487         * gst/rtp/Makefile.am:
2488         * gst/rtp/gstrtp.c: (plugin_init):
2489         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_base_init),
2490         (gst_rtp_vraw_depay_class_init), (gst_rtp_vraw_depay_init),
2491         (gst_rtp_vraw_depay_setcaps), (gst_rtp_vraw_depay_process),
2492         (gst_rtp_vraw_depay_change_state),
2493         (gst_rtp_vraw_depay_plugin_init):
2494         * gst/rtp/gstrtpvrawdepay.h:
2495         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_get_type),
2496         (gst_rtp_vraw_pay_base_init), (gst_rtp_vraw_pay_class_init),
2497         (gst_rtp_vraw_pay_init), (gst_rtp_vraw_pay_finalize),
2498         (gst_rtp_vraw_pay_setcaps), (gst_rtp_vraw_pay_handle_buffer),
2499         (gst_rtp_vraw_pay_plugin_init):
2500         * gst/rtp/gstrtpvrawpay.h:
2501         Add raw video pay and depayloaders, see RFC4175.
2502
2503 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
2504
2505         * ext/libpng/gstpngdec.c:
2506         Don't return GST_FLOW_ERROR when buffer_alloc fails - return
2507         whatever it returned.
2508
2509 2008-06-29  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2510
2511         * gst/avi/avi-ids.h:
2512         Add vprp chunk related structures.
2513         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp),
2514         (gst_avi_demux_parse_stream):
2515         Parse optional vprp chunk and add calculated pixel-aspect-ratio
2516         to caps.  Fixes #539482.
2517         * gst/avi/gstavimux.h:
2518         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset),
2519         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_riff_get_avi_header):
2520         Add a vprp chunk if non-trival pixel-aspect-ratio provided in caps.
2521
2522 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2523
2524         * tests/check/elements/avimux.c: (check_avimux_pad):
2525         Adjust avimux unit test according to increased streamheader size.
2526
2527 2008-06-27  David Schleef  <ds@schleef.org>
2528
2529         * gst/qtdemux/qtdemux.c: Add Dirac stream type
2530
2531 2008-06-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2532
2533         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2534         * gst/avi/gstavimux.h:
2535         Add 8 bytes to current streamheader to make for a complete one
2536         and to make more players happy.  Fixes #519460.
2537
2538 2008-06-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2539
2540         * sys/v4l2/v4l2_calls.c::
2541           Don't include unused gstv4l2xoverlay.h. Fixes build
2542           in case where X11 headers are not installed.
2543
2544 2008-06-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2545
2546         * ext/dv/gstdv.c: (plugin_init):
2547         Fix compilation.
2548
2549 2008-06-26  Edward Hervey  <edward.hervey@collabora.co.uk>
2550
2551         * ext/dv/gstdv.c: (plugin_init):
2552         Marking rank of dvdec as GST_RANK_MARGINAL since it's the slowest
2553         DV decoder available.
2554         Fixes #532393
2555
2556 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2557
2558         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
2559         Call getsockname() after the call to bind() to get updated values
2560         for the port, etc. This fixes the usage of udpsrc on anonymous
2561         binding and it's usage by rtspsrc. Fixes bugs #539372, #539548.
2562         Thanks to Aurelien Grimaud for pointing out the obvious fix.
2563
2564 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2565
2566         * tests/check/pipelines/wavpack.c: (bus_handler):
2567         Remove workaround for a bug in identity that is fixed in 0.10.20.
2568
2569 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2570
2571         Patch by: Jason Donenfeld <BugZilla at zx2c4 dot com>
2572
2573         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb):
2574         Fix HTTP auth support with user/password passed via the URI.
2575         Fixes bug #540067.
2576
2577 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
2578
2579         * configure.ac:
2580           Depend on released versions of core and -base.
2581
2582 2008-06-23  Julien Moutte  <julien@fluendo.com>
2583
2584         * gst/matroska/matroska-demux.c:
2585         (gst_matroska_demux_read_track_encoding),
2586         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy
2587         format strings in macros. (makes it build on OS X again...)
2588
2589 2008-06-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2590
2591         * gst/rtp/gstrtptheorapay.c:
2592         * gst/udp/gstmultiudpsink.c:
2593           Added debug.
2594
2595 2008-06-20  Christian Schaller <christian.schaller@collabora.co.uk>
2596
2597         * configure.ac: switch v4l2src over to the normal build instead of
2598         being 'experimental'. Fixes bug #536831.
2599
2600 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
2601
2602         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
2603         Remove unused variable so that we can compile again.
2604
2605 2008-06-19  Peter Kjellerstedt  <pkj@axis.com>
2606
2607         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
2608         No need to check for audio/G723 and audio/32KADPCM here as they are
2609         no longer supported.
2610
2611 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2612
2613         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
2614         (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad):
2615         Use G_GINT64_CONSTANT, this fixes the duration query on files without
2616         known length.
2617
2618 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2619
2620         * gst/matroska/matroska-demux.c:
2621         (gst_matroska_demux_add_wvpk_header),
2622         (gst_matroska_demux_audio_caps):
2623         * gst/matroska/matroska-ids.h:
2624         Fix demuxing of WavPack files. Muxing is still broken.
2625
2626 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2627
2628         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
2629         (gst_matroska_demux_add_mpeg_seq_header),
2630         (gst_matroska_demux_add_wvpk_header),
2631         (gst_matroska_demux_check_subtitle_buffer),
2632         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2633         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2634         (gst_matroska_demux_subtitle_caps):
2635         * gst/matroska/matroska-ids.h:
2636         Add a "vfunc" to the track context for postprocessing frames and
2637         convert the wavpack and subtitle postprocessing to this vfunc.
2638         Copy buffer flags in those functions to the new buffers too.
2639
2640         Parse CodecState elements of Blocks.
2641
2642         Add a postprocessing function for MPEG video that adds the sequence
2643         header from the codec private data or codec state to the frames if
2644         it's not already there.
2645
2646 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2647
2648         * gst/matroska/matroska-demux.c:
2649         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2650         If a gap of more than 1/2 second is found in one stream send a
2651         NEWSEGMENT event to not stall the pipeline if the gap is too large.
2652         This also fixes Matroska files where the first buffer doesn't start
2653         at timestamp 0. Fixes bug #429322.
2654
2655         The duration of a block is the default duration multiplied with the
2656         number of laces. Every lace is one frame and the default duration
2657         is the duration of one frame. This fixes playback of files that use
2658         lacing for some tracks.
2659
2660 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
2661
2662         * gst/matroska/matroska-demux.c:
2663         (gst_matroska_demux_parse_contents_seekentry):
2664         Update FIXME/TODOs and only ignore EOS at the central, important place
2665         instead of several places.
2666
2667 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
2668
2669         * gst/rtp/gstrtpg726pay.c:
2670         Fix caps, See #538891.
2671
2672 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
2673
2674         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2675         (gst_matroska_demux_stream_from_num),
2676         (gst_matroska_demux_encoding_cmp),
2677         (gst_matroska_demux_encoding_order_unique),
2678         (gst_matroska_demux_read_track_encoding),
2679         (gst_matroska_demux_read_track_encodings),
2680         (gst_matroska_demux_tracknumber_unique),
2681         (gst_matroska_demux_add_stream), (gst_matroska_demux_init_stream),
2682         (gst_matroska_demux_parse_tracks),
2683         (gst_matroska_demux_parse_index_cuetrack),
2684         (gst_matroska_demux_parse_index_pointentry),
2685         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2686         (gst_matroska_demux_parse_metadata_id_simple_tag),
2687         (gst_matroska_demux_parse_metadata_id_tag),
2688         (gst_matroska_demux_parse_metadata),
2689         (gst_matroska_demux_parse_attached_file),
2690         (gst_matroska_demux_parse_attachments),
2691         (gst_matroska_demux_parse_chapters),
2692         (gst_matroska_demux_sync_streams), (gst_matroska_decode_buffer),
2693         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2694         (gst_matroska_demux_parse_cluster),
2695         (gst_matroska_demux_parse_contents_seekentry),
2696         (gst_matroska_demux_parse_contents),
2697         (gst_matroska_demux_loop_stream_parse_id),
2698         (gst_matroska_demux_loop):
2699         Improve debug output everywhere and fix the EOS logic.
2700
2701         Check the values of the ContentEncoding elements more strictly and
2702         don't use tracks for which it's invalid.
2703
2704         Check that the track number is unique for this stream.
2705
2706         Check that seek positions are below G_MAXINT64 as our seeks are
2707         int64-based and overflows will fail badly.
2708
2709         After seeks also don't push SimpleBlocks until the first one
2710         containing a keyframe is found. Before this was done only for normal
2711         Blocks.
2712
2713         Update some FIXME/TODOs.
2714         
2715         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
2716         (gst_ebml_read_utf8), (gst_ebml_read_header):
2717         Improve debug output.
2718
2719         * gst/matroska/matroska-ids.c:
2720         (gst_matroska_track_init_video_context):
2721         * gst/matroska/matroska-ids.h:
2722         * gst/matroska/matroska-mux.c:
2723         (gst_matroska_mux_video_pad_setcaps):
2724         Remove eye mode and don't parse it anymore. We can't use that
2725         information in GStreamer yet so it's useless.
2726
2727
2728 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
2729
2730         Patch by: Mersad Jelacic <mersad at axis dot com>
2731
2732         * gst/rtp/Makefile.am:
2733         * gst/rtp/gstrtp.c: (plugin_init):
2734         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init),
2735         (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init),
2736         (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process),
2737         (gst_rtp_g726_depay_plugin_init):
2738         * gst/rtp/gstrtpg726depay.h:
2739         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init),
2740         (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init),
2741         (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init):
2742         * gst/rtp/gstrtpg726pay.h:
2743         Added G726 pay/depayloaders. Fixes #538891.
2744
2745 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
2746
2747         * gst/rtsp/URLS:
2748         Some more urls.
2749
2750         * gst/smpte/barboxwipes.c:
2751         Add a comment
2752
2753         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
2754         Fix typo, add audioresample to the pipeline.
2755
2756 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
2757
2758         * ext/libmng/Makefile.am:
2759         * ext/libmng/gstmng.c: (plugin_init):
2760         * ext/libmng/gstmngdec.c: (gst_mng_dec_base_init),
2761         (gst_mng_dec_class_init), (gst_mng_dec_sink_setcaps),
2762         (gst_mng_dec_init), (gst_mng_dec_src_getcaps), (gst_mng_dec_loop),
2763         (gst_mng_dec_get_property), (gst_mng_dec_set_property),
2764         (mngdec_error), (mngdec_openstream), (mngdec_closestream),
2765         (gst_mng_dec_sink_event), (mngdec_readdata), (mngdec_settimer),
2766         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
2767         (gst_mng_dec_change_state):
2768         * ext/libmng/gstmngdec.h:
2769         * ext/libmng/gstmngenc.c: (gst_mng_enc_base_init),
2770         (gst_mng_enc_class_init), (gst_mng_enc_sink_setcaps),
2771         (gst_mng_enc_init), (gst_mng_enc_chain),
2772         (gst_mng_enc_get_property), (gst_mng_enc_set_property):
2773         * ext/libmng/gstmngenc.h:
2774         Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many
2775         bits ifdeffed out still.
2776
2777 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
2778
2779         * gst/matroska/matroska-demux.c: (gst_matroska_index_compare):
2780         When comparing index elements with the same time compare their
2781         block number.
2782
2783 2008-06-16  Tim-Philipp Müller  <tim.muller at collabora co uk>
2784
2785         * gst/matroska/matroska-demux.c:
2786           (gst_matroska_demux_parse_attached_file)
2787           Init variable to NULL to avoid compiler warning.
2788
2789 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
2790
2791         * gst/matroska/Makefile.am:
2792         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2793         (gst_matroska_demux_parse_attached_file),
2794         (gst_matroska_demux_parse_attachments),
2795         (gst_matroska_demux_parse_contents_seekentry),
2796         (gst_matroska_demux_loop_stream_parse_id):
2797         * gst/matroska/matroska-demux.h:
2798         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
2799         * gst/matroska/matroska-ids.h:
2800         * gst/matroska/matroska.c: (plugin_init):
2801         Parse Attachments and post them as GST_TAG_IMAGE if we detect
2802         it as image and otherwise as GST_TAG_ATTACHMENT. Include filename
2803         and description of the attachments in the caps. Fixes bug #537622.
2804
2805 2008-06-16  Wim Taymans  <wim.taymans@collabora.co.uk>
2806
2807         * ext/speex/gstspeexenc.c: (gst_speex_enc_mode_get_type),
2808         (gst_speex_enc_class_init), (gst_speex_enc_sink_getcaps),
2809         (gst_speex_enc_get_latency), (gst_speex_enc_get_query_types),
2810         (gst_speex_enc_src_query), (gst_speex_enc_init),
2811         (gst_speex_enc_setup), (gst_speex_enc_push_buffer),
2812         (gst_speex_enc_chain), (gst_speex_enc_get_property),
2813         (gst_speex_enc_set_property):
2814         Add mode property.
2815         Some cleanups, add more debug info.
2816         Add latency query.
2817
2818 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
2819
2820         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes):
2821         Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads.
2822         If we get less bytes than requested we can't do anything except doing
2823         our EOS logic.
2824
2825 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2826
2827         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2828         (gst_matroskademux_do_index_seek),
2829         (gst_matroska_demux_parse_index_cuetrack),
2830         (gst_matroska_demux_parse_index_pointentry),
2831         (gst_matroska_index_compare), (gst_matroska_demux_parse_index),
2832         (gst_matroska_demux_parse_metadata):
2833         * gst/matroska/matroska-demux.h:
2834         * gst/matroska/matroska-ids.h:
2835         Use a GArray for storing the Cue (i.e. seek) information, store
2836         the CueTrackPositions for every track, store the block number
2837         and optimize searching in the array by sorting it after the last
2838         element was added.
2839
2840         Fix a small memory leak when trying to parse a tags element that was
2841         already parsed.
2842
2843 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2844
2845         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
2846         (gst_matroska_mux_start), (gst_matroska_mux_finish),
2847         (gst_matroska_mux_write_data):
2848         * gst/matroska/matroska-mux.h:
2849         Don't write another SeekHead which indexes all Clusters to the end of
2850         the file. This isn't useful for anything and just increases filesize.
2851
2852 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2853
2854         * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float):
2855         Prevent unaligned memory access when reading floats.
2856
2857 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2858
2859         * gst/matroska/ebml-read.c:
2860         * gst/matroska/ebml-read.h:
2861         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2862         (gst_matroska_demux_parse_metadata):
2863         * gst/matroska/matroska-demux.h:
2864         Make sure that every Tags element is only parsed once and it's
2865         containing tags are only posted once.
2866
2867 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2868
2869         * gst/matroska/ebml-read.c: (gst_ebml_peek_id),
2870         (gst_ebml_read_header):
2871         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
2872         (gst_matroska_demux_parse_tracks),
2873         (gst_matroska_demux_parse_index_cuetrack),
2874         (gst_matroska_demux_parse_index_pointentry),
2875         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2876         (gst_matroska_demux_parse_metadata_id_simple_tag),
2877         (gst_matroska_demux_parse_metadata_id_tag),
2878         (gst_matroska_demux_parse_metadata),
2879         (gst_matroska_demux_parse_attachments),
2880         (gst_matroska_demux_parse_chapters),
2881         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2882         (gst_matroska_demux_parse_cluster),
2883         (gst_matroska_demux_parse_contents_seekentry),
2884         (gst_matroska_demux_parse_contents),
2885         (gst_matroska_demux_loop_stream_parse_id):
2886         Handle EBML elements like Void or CRC32 in the EbmlRead base class
2887         already. They're not useful in the matroska parser and only cause
2888         additional code.
2889
2890 2008-06-14  Sebastian Dröge  <slomo@circular-chaos.org>
2891
2892         * gst/matroska/ebml-read.c: (gst_ebml_level_free),
2893         (gst_ebml_finalize), (gst_ebml_read_change_state),
2894         (gst_ebml_read_element_level_up), (gst_ebml_read_master):
2895         * gst/matroska/matroska-demux.c:
2896         (gst_matroska_demux_parse_contents_seekentry):
2897         Reverse the level list as we usually are only interested in the
2898         first element or want to add a new first element. Having the
2899         first element stored at the end and calling g_list_last() and
2900         g_list_append() is more expensive.
2901
2902         Also use GSlice for allocating the GstEbmlLevel structs.
2903
2904 2008-06-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
2905
2906         * gst/debug/gsttaginject.c: (gst_tag_inject_finalize),
2907           (gst_tag_inject_class_init), (gst_tag_inject_init):
2908           Don't unref NULL taglist in finalize. Don't use c++ style
2909           comments.
2910
2911 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
2912
2913         * gst/matroska/matroska-demux.c:
2914         (gst_matroska_demux_parse_metadata_id_simple_tag):
2915         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag),
2916         (gst_matroska_mux_write_data):
2917         Use gst_value_serialize() and gst_value_deserialize() for transforming
2918         tags from some GType to a string and the other way around. The default
2919         transformations in GLib don't include transformations from string to
2920         number types.
2921
2922 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
2923
2924         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2925         (gst_matroska_demux_parse_tracks),
2926         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2927         (gst_matroska_demux_parse_attachments),
2928         (gst_matroska_demux_parse_chapters),
2929         (gst_matroska_demux_parse_contents_seekentry),
2930         (gst_matroska_demux_loop_stream_parse_id):
2931         * gst/matroska/matroska-demux.h:
2932         Only parse Tracks, SeekHead and SegmentInfo elements once but allow
2933         Tags multiple times. The first ones can appear more than once but must
2934         contain the same content as the first for backup purposes so we ignore
2935         all but the first one. Tags can appear multiple times with different
2936         content.
2937
2938         Jump to all elements except Clusters that are available from a
2939         SeekHead to make it more likely to have all required informations
2940         before getting to the first Clusters.
2941
2942         Add dummy functions for parsing Attachments and Chapters.
2943
2944 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2945
2946         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2947         (gst_udpsrc_create), (gst_udpsrc_set_property),
2948         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
2949         * gst/udp/gstudpsrc.h:
2950         Add property to control automatic join/leave of multicast groups.
2951         Add G_LIKELY.
2952         Remove setting caps on buffers explicitly, basesrc does that for us now.
2953         Improve debug info.
2954         Convert some non-fatal error into warnings.
2955         Use g_ntohs for better portability.
2956         Leave multicast groups when stopping.
2957         When using external sockets, use getsockname() on them to fill up the
2958         addr structure before calling methods that use the structure.
2959         Should all fix #536903.
2960         API: GstUDPSrc::auto-multicast property
2961
2962 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2963
2964         * gst/udp/gstudpnetutils.c: (gst_udp_is_multicast):
2965         Use g_ntohl for better portability.
2966
2967 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2968
2969         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
2970         (gst_multiudpsink_remove):
2971         Fix a typo and do some small cleanups.
2972
2973 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2974
2975         Patch by: Olivier Crete <tester at tester dot ca>
2976
2977         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
2978         Make the delivery-method mandatory on the caps and only accept inline
2979         for now.
2980         Reverse strcmp checks for delivery-method.
2981
2982         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
2983         Make delivery method optional when parsing caps and note this in the
2984         caps.
2985         Reverse strcmp checks for delivery-method.
2986
2987         * gst/rtp/gstrtpvorbispay.c:
2988         Update a comment to note that the delivery-method is optional, 
2989         Fixes #537675.
2990
2991 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2992
2993         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_mcast):
2994         Set udpsrc for receiving data from multicast groups to PAUSED instead of
2995         leaving them in READY. Fixes #537832.
2996
2997 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
2998
2999         * gst/avi/gstavimux.c:
3000           Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME
3001           for a random constant in tagmuxing code.
3002
3003 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3004
3005         * gst/debug/gsttaginject.c:
3006         * gst/debug/gsttaginject.h:
3007           Now actually adding the new element.
3008
3009 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3010
3011         * docs/plugins/Makefile.am:
3012         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3013         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3014         * docs/plugins/gst-plugins-good-plugins.args:
3015         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3016         * docs/plugins/gst-plugins-good-plugins.interfaces:
3017         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3018         * docs/plugins/inspect/plugin-aasink.xml:
3019         * docs/plugins/inspect/plugin-alaw.xml:
3020         * docs/plugins/inspect/plugin-alpha.xml:
3021         * docs/plugins/inspect/plugin-alphacolor.xml:
3022         * docs/plugins/inspect/plugin-annodex.xml:
3023         * docs/plugins/inspect/plugin-apetag.xml:
3024         * docs/plugins/inspect/plugin-audiofx.xml:
3025         * docs/plugins/inspect/plugin-auparse.xml:
3026         * docs/plugins/inspect/plugin-autodetect.xml:
3027         * docs/plugins/inspect/plugin-avi.xml:
3028         * docs/plugins/inspect/plugin-cacasink.xml:
3029         * docs/plugins/inspect/plugin-cairo.xml:
3030         * docs/plugins/inspect/plugin-cdio.xml:
3031         * docs/plugins/inspect/plugin-cutter.xml:
3032         * docs/plugins/inspect/plugin-debug.xml:
3033         * docs/plugins/inspect/plugin-dv.xml:
3034         * docs/plugins/inspect/plugin-efence.xml:
3035         * docs/plugins/inspect/plugin-effectv.xml:
3036         * docs/plugins/inspect/plugin-equalizer.xml:
3037         * docs/plugins/inspect/plugin-esdsink.xml:
3038         * docs/plugins/inspect/plugin-flac.xml:
3039         * docs/plugins/inspect/plugin-flxdec.xml:
3040         * docs/plugins/inspect/plugin-gamma.xml:
3041         * docs/plugins/inspect/plugin-gconfelements.xml:
3042         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3043         * docs/plugins/inspect/plugin-goom.xml:
3044         * docs/plugins/inspect/plugin-goom2k1.xml:
3045         * docs/plugins/inspect/plugin-halelements.xml:
3046         * docs/plugins/inspect/plugin-icydemux.xml:
3047         * docs/plugins/inspect/plugin-id3demux.xml:
3048         * docs/plugins/inspect/plugin-jpeg.xml:
3049         * docs/plugins/inspect/plugin-level.xml:
3050         * docs/plugins/inspect/plugin-matroska.xml:
3051         * docs/plugins/inspect/plugin-monoscope.xml:
3052         * docs/plugins/inspect/plugin-mulaw.xml:
3053         * docs/plugins/inspect/plugin-multifile.xml:
3054         * docs/plugins/inspect/plugin-multipart.xml:
3055         * docs/plugins/inspect/plugin-navigationtest.xml:
3056         * docs/plugins/inspect/plugin-ossaudio.xml:
3057         * docs/plugins/inspect/plugin-png.xml:
3058         * docs/plugins/inspect/plugin-quicktime.xml:
3059         * docs/plugins/inspect/plugin-rtp.xml:
3060         * docs/plugins/inspect/plugin-rtsp.xml:
3061         * docs/plugins/inspect/plugin-smpte.xml:
3062         * docs/plugins/inspect/plugin-soup.xml:
3063         * docs/plugins/inspect/plugin-spectrum.xml:
3064         * docs/plugins/inspect/plugin-speex.xml:
3065         * docs/plugins/inspect/plugin-taglib.xml:
3066         * docs/plugins/inspect/plugin-udp.xml:
3067         * docs/plugins/inspect/plugin-video4linux2.xml:
3068         * docs/plugins/inspect/plugin-videobalance.xml:
3069         * docs/plugins/inspect/plugin-videobox.xml:
3070         * docs/plugins/inspect/plugin-videocrop.xml:
3071         * docs/plugins/inspect/plugin-videoflip.xml:
3072         * docs/plugins/inspect/plugin-videomixer.xml:
3073         * docs/plugins/inspect/plugin-wavenc.xml:
3074         * docs/plugins/inspect/plugin-wavpack.xml:
3075         * docs/plugins/inspect/plugin-wavparse.xml:
3076         * docs/plugins/inspect/plugin-ximagesrc.xml:
3077         * gst/debug/Makefile.am:
3078         * gst/debug/breakmydata.c:
3079         * gst/debug/efence.c:
3080         * gst/debug/gstdebug.c:
3081         * gst/debug/gstnavseek.c:
3082         * gst/debug/gstpushfilesrc.c:
3083         * gst/debug/gstpushfilesrc.h:
3084         * gst/debug/negotiation.c:
3085         * gst/debug/progressreport.c:
3086         * gst/debug/progressreport.h:
3087         * gst/debug/rndbuffersize.c:
3088         * gst/debug/testplugin.c:
3089           Remove dummy plugin_init. Remove some undefined entries from doc-
3090           section file. Add taginject element and rebuild docs for it.
3091
3092 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3093
3094         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
3095         (gst_matroska_mux_release_pad), (gst_matroska_mux_write_data):
3096         Update the counter for the number of streams when pads are added or
3097         removed. This will make sure that a seek table is generated for
3098         files with just one audio stream.
3099
3100 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3101
3102         * gst/matroska/matroska-demux.c:
3103         (gst_matroska_demux_parse_metadata_id_simple_tag):
3104         * gst/matroska/matroska-ids.h:
3105         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag):
3106         Add some more tags, improve debugging a bit and make sure that
3107         GValue transformation has succeeded before using the result
3108         as a tag.
3109
3110 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3111
3112         Patch by: Olivier Crete <tester at tester dot ca>
3113
3114         * gst/rtp/gstrtptheorapay.c:
3115         The Theora RTP payloader only supports the "inline" delievery method
3116         so let's declare this on the caps of the static pad template.
3117         Fixes bug #537675.
3118
3119 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3120
3121         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3122         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues):
3123         Remove bogus check.
3124
3125 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3126
3127         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3128         (gst_videomixer_blend_buffers):
3129         Use stream_time to synchronize the object properties.
3130         Use running_time of the master pad to timestamp outgoing buffers.
3131         Fix the initial segment event to extend an unknown amount of time.
3132         Fixes #537361.
3133
3134 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3135
3136         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
3137         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
3138         (gst_avi_demux_calculate_durations_from_index),
3139         (gst_avi_demux_stream_header_push),
3140         (gst_avi_demux_stream_header_pull):
3141         Try to ignore unparsable/unknown streams and give a warning instead of
3142         erroring out. Fixes #537377.
3143
3144 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3145
3146         * gst/matroska/ebml-write.c: (gst_ebml_write_float):
3147         Use GDOUBLE_TO_BE() instead of (probably slower) custom code.
3148
3149         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3150         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3151         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3152         (gst_matroska_demux_read_track_encodings),
3153         (gst_matroska_demux_add_stream),
3154         (gst_matroska_demux_handle_src_query),
3155         (gst_matroska_demux_init_stream),
3156         (gst_matroska_demux_parse_index_cuetrack),
3157         (gst_matroska_demux_parse_index_pointentry),
3158         (gst_matroska_demux_parse_info),
3159         (gst_matroska_demux_parse_metadata_id_simple_tag),
3160         (gst_matroska_demux_parse_metadata),
3161         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
3162         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3163         (gst_matroska_demux_parse_cluster),
3164         (gst_matroska_demux_parse_contents_seekentry),
3165         (gst_matroska_demux_loop_stream_parse_id),
3166         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
3167         (gst_matroska_demux_audio_caps),
3168         (gst_matroska_demux_subtitle_caps):
3169         * gst/matroska/matroska-demux.h:
3170         * gst/matroska/matroska-ids.c:
3171         (gst_matroska_track_init_subtitle_context):
3172         * gst/matroska/matroska-ids.h:
3173         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
3174         (gst_matroska_mux_class_init), (gst_matroska_mux_init),
3175         (gst_matroska_mux_create_uid), (gst_matroska_mux_reset),
3176         (gst_matroska_mux_video_pad_setcaps),
3177         (gst_matroska_mux_audio_pad_setcaps),
3178         (gst_matroska_mux_subtitle_pad_setcaps),
3179         (gst_matroska_mux_request_new_pad),
3180         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
3181         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
3182         (gst_matroska_mux_write_data), (gst_matroska_mux_collected),
3183         (gst_matroska_mux_set_property):
3184         Add many FIXMEs/TODOs all over the matroska muxer and demuxer
3185         elements, do some checks for valid values in the demuxer, handle
3186         tracktimecodescale in the demuxer, set correct default values for all
3187         settings in the demuxer, review and add all missing matroska
3188         IDs and some more raw YUV formats, and some trivial cleanup.
3189
3190 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3191
3192         * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init),
3193         (gst_pulsemixer_class_init):
3194         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3195         (gst_pulsesink_class_init), (gst_pulsesink_prepare):
3196         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3197         (gst_pulsesrc_base_init), (gst_pulsesrc_class_init),
3198         (gst_pulsesrc_prepare):
3199         Some smaller cleanup. Use G_PARAM_STATIC_STRINGS,
3200         gst_element_class_set_details_simple() and fix coding style a bit
3201         more.
3202
3203 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3204
3205         * docs/plugins/Makefile.am:
3206         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3207         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3208         * docs/plugins/gst-plugins-good-plugins.args:
3209         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3210         * docs/plugins/gst-plugins-good-plugins.interfaces:
3211         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3212         * docs/plugins/inspect/plugin-aasink.xml:
3213         * docs/plugins/inspect/plugin-alaw.xml:
3214         * docs/plugins/inspect/plugin-alpha.xml:
3215         * docs/plugins/inspect/plugin-alphacolor.xml:
3216         * docs/plugins/inspect/plugin-annodex.xml:
3217         * docs/plugins/inspect/plugin-apetag.xml:
3218         * docs/plugins/inspect/plugin-audiofx.xml:
3219         * docs/plugins/inspect/plugin-auparse.xml:
3220         * docs/plugins/inspect/plugin-autodetect.xml:
3221         * docs/plugins/inspect/plugin-avi.xml:
3222         * docs/plugins/inspect/plugin-cacasink.xml:
3223         * docs/plugins/inspect/plugin-cairo.xml:
3224         * docs/plugins/inspect/plugin-cdio.xml:
3225         * docs/plugins/inspect/plugin-cutter.xml:
3226         * docs/plugins/inspect/plugin-debug.xml:
3227         * docs/plugins/inspect/plugin-dv.xml:
3228         * docs/plugins/inspect/plugin-efence.xml:
3229         * docs/plugins/inspect/plugin-effectv.xml:
3230         * docs/plugins/inspect/plugin-equalizer.xml:
3231         * docs/plugins/inspect/plugin-esdsink.xml:
3232         * docs/plugins/inspect/plugin-flac.xml:
3233         * docs/plugins/inspect/plugin-flxdec.xml:
3234         * docs/plugins/inspect/plugin-gamma.xml:
3235         * docs/plugins/inspect/plugin-gconfelements.xml:
3236         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3237         * docs/plugins/inspect/plugin-goom.xml:
3238         * docs/plugins/inspect/plugin-goom2k1.xml:
3239         * docs/plugins/inspect/plugin-halelements.xml:
3240         * docs/plugins/inspect/plugin-icydemux.xml:
3241         * docs/plugins/inspect/plugin-id3demux.xml:
3242         * docs/plugins/inspect/plugin-jpeg.xml:
3243         * docs/plugins/inspect/plugin-level.xml:
3244         * docs/plugins/inspect/plugin-matroska.xml:
3245         * docs/plugins/inspect/plugin-monoscope.xml:
3246         * docs/plugins/inspect/plugin-mulaw.xml:
3247         * docs/plugins/inspect/plugin-multifile.xml:
3248         * docs/plugins/inspect/plugin-multipart.xml:
3249         * docs/plugins/inspect/plugin-navigationtest.xml:
3250         * docs/plugins/inspect/plugin-ossaudio.xml:
3251         * docs/plugins/inspect/plugin-png.xml:
3252         * docs/plugins/inspect/plugin-pulseaudio.xml:
3253         * docs/plugins/inspect/plugin-quicktime.xml:
3254         * docs/plugins/inspect/plugin-rtp.xml:
3255         * docs/plugins/inspect/plugin-rtsp.xml:
3256         * docs/plugins/inspect/plugin-smpte.xml:
3257         * docs/plugins/inspect/plugin-soup.xml:
3258         * docs/plugins/inspect/plugin-spectrum.xml:
3259         * docs/plugins/inspect/plugin-speex.xml:
3260         * docs/plugins/inspect/plugin-taglib.xml:
3261         * docs/plugins/inspect/plugin-udp.xml:
3262         * docs/plugins/inspect/plugin-video4linux2.xml:
3263         * docs/plugins/inspect/plugin-videobalance.xml:
3264         * docs/plugins/inspect/plugin-videobox.xml:
3265         * docs/plugins/inspect/plugin-videocrop.xml:
3266         * docs/plugins/inspect/plugin-videoflip.xml:
3267         * docs/plugins/inspect/plugin-videomixer.xml:
3268         * docs/plugins/inspect/plugin-wavenc.xml:
3269         * docs/plugins/inspect/plugin-wavpack.xml:
3270         * docs/plugins/inspect/plugin-wavparse.xml:
3271         * docs/plugins/inspect/plugin-ximagesrc.xml:
3272         * ext/pulse/plugin.c:
3273         * ext/pulse/pulsemixer.c:
3274         * ext/pulse/pulsesink.c:
3275         * ext/pulse/pulsesrc.c:
3276         Add documentation to the pulseaudio plugin and run make update
3277         in docs/plugins.
3278
3279 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3280
3281         Patch by: Brian Cameron <brian.cameron at sun dot com>
3282
3283         * sys/sunaudio/gstsunaudiomixerctrl.c:
3284         (gst_sunaudiomixer_ctrl_get_volume),
3285         (gst_sunaudiomixer_ctrl_set_volume):
3286         Improvements for the SunAudio mixer by handling mute as no gain
3287         for tracks that have a gain property but no mute property.
3288         Fixes bug #536067.
3289
3290 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3291
3292         * configure.ac:
3293         * ext/pulse/Makefile.am:
3294         * ext/pulse/plugin.c: (plugin_init):
3295         * ext/pulse/pulsemixer.c: (gst_pulsemixer_interface_supported),
3296         (gst_pulsemixer_implements_interface_init),
3297         (gst_pulsemixer_init_interfaces), (gst_pulsemixer_base_init),
3298         (gst_pulsemixer_class_init), (gst_pulsemixer_init),
3299         (gst_pulsemixer_finalize), (gst_pulsemixer_set_property),
3300         (gst_pulsemixer_get_property), (gst_pulsemixer_change_state):
3301         * ext/pulse/pulsemixer.h:
3302         * ext/pulse/pulsemixerctrl.c:
3303         (gst_pulsemixer_ctrl_context_state_cb),
3304         (gst_pulsemixer_ctrl_sink_info_cb),
3305         (gst_pulsemixer_ctrl_source_info_cb),
3306         (gst_pulsemixer_ctrl_subscribe_cb),
3307         (gst_pulsemixer_ctrl_success_cb), (gst_pulsemixer_ctrl_open),
3308         (gst_pulsemixer_ctrl_close), (gst_pulsemixer_ctrl_new),
3309         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_list_tracks),
3310         (gst_pulsemixer_ctrl_timeout_event), (restart_time_event),
3311         (gst_pulsemixer_ctrl_set_volume), (gst_pulsemixer_ctrl_get_volume),
3312         (gst_pulsemixer_ctrl_set_record), (gst_pulsemixer_ctrl_set_mute):
3313         * ext/pulse/pulsemixerctrl.h:
3314         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_class_init),
3315         (gst_pulsemixer_track_init), (gst_pulsemixer_track_new):
3316         * ext/pulse/pulsemixertrack.h:
3317         * ext/pulse/pulseprobe.c: (gst_pulseprobe_context_state_cb),
3318         (gst_pulseprobe_sink_info_cb), (gst_pulseprobe_source_info_cb),
3319         (gst_pulseprobe_invalidate), (gst_pulseprobe_open),
3320         (gst_pulseprobe_enumerate), (gst_pulseprobe_close),
3321         (gst_pulseprobe_new), (gst_pulseprobe_free),
3322         (gst_pulseprobe_get_properties), (gst_pulseprobe_needs_probe),
3323         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values),
3324         (gst_pulseprobe_set_server):
3325         * ext/pulse/pulseprobe.h:
3326         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3327         (gst_pulsesink_class_init), (gst_pulsesink_init),
3328         (gst_pulsesink_destroy_stream), (gst_pulsesink_destroy_context),
3329         (gst_pulsesink_finalize), (gst_pulsesink_dispose),
3330         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
3331         (gst_pulsesink_context_state_cb), (gst_pulsesink_stream_state_cb),
3332         (gst_pulsesink_stream_request_cb),
3333         (gst_pulsesink_stream_latency_update_cb), (gst_pulsesink_open),
3334         (gst_pulsesink_close), (gst_pulsesink_prepare),
3335         (gst_pulsesink_unprepare), (gst_pulsesink_write),
3336         (gst_pulsesink_delay), (gst_pulsesink_success_cb),
3337         (gst_pulsesink_reset), (gst_pulsesink_change_title),
3338         (gst_pulsesink_event), (gst_pulsesink_get_type):
3339         * ext/pulse/pulsesink.h:
3340         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3341         (gst_pulsesrc_implements_interface_init),
3342         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_base_init),
3343         (gst_pulsesrc_class_init), (gst_pulsesrc_init),
3344         (gst_pulsesrc_destroy_stream), (gst_pulsesrc_destroy_context),
3345         (gst_pulsesrc_finalize), (gst_pulsesrc_dispose),
3346         (gst_pulsesrc_set_property), (gst_pulsesrc_get_property),
3347         (gst_pulsesrc_context_state_cb), (gst_pulsesrc_stream_state_cb),
3348         (gst_pulsesrc_stream_request_cb), (gst_pulsesrc_open),
3349         (gst_pulsesrc_close), (gst_pulsesrc_prepare),
3350         (gst_pulsesrc_unprepare), (gst_pulsesrc_read),
3351         (gst_pulsesrc_delay), (gst_pulsesrc_change_state),
3352         (gst_pulsesrc_get_type):
3353         * ext/pulse/pulsesrc.h:
3354         * ext/pulse/pulseutil.c: (gst_pulse_fill_sample_spec),
3355         (gst_pulse_client_name), (gst_pulse_gst_to_channel_map):
3356         * ext/pulse/pulseutil.h:
3357         Add pulseaudio GStreamer element from gst-pulse. Development will
3358         continue here instead of pulseaudio SVN. Fixes bug #400679.
3359         Only changes over gst-pulse SVN are added copyright to the top of
3360         files and coding style changes.
3361
3362 2008-06-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
3363
3364         Patch by: Benjamin Kampmann  <benjamin at fluendo dot com>
3365
3366         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
3367           (gst_cdio_add_cdtext_album_tags):
3368         * ext/cdio/gstcdio.h:
3369         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3370           Also extract album title and album genre from CD-TEXT if
3371           available (#537021).
3372
3373 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3374
3375         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3376
3377         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
3378         Improve negotiation a bit more by picking the smallest possible
3379         resolution that is larger than the resolution specified in the
3380         first caps entry of the peer caps. Fixes bug #536994.
3381
3382 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3383
3384         Patch by: Bastien Nocera <hadess at hadess dot net>
3385
3386         * sys/v4l2/gstv4l2vidorient.c:
3387         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
3388         Fix compilation with newer GIT kernels that deprecated
3389         V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
3390
3391 2008-06-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
3392
3393         * configure.ac:
3394         * ext/cdio/gstcdio.c:
3395         * ext/cdio/gstcdio.h:
3396         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3397           Require libcdio >= 0.76.
3398
3399 2008-06-05  Thijs Vermeir  <thijsvermeir@gmail.com>
3400
3401         * gst/avi/gstavidemux.c:
3402         Catch UNEXPECTED when downstream has reached end of
3403         segment in reverse mode.
3404
3405 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3406
3407         * gst/avi/gstavidemux.c:
3408         Fix typo in comment
3409
3410 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3411
3412         * gst/avi/gstavidemux.c:
3413         Because we don't know the frame order we need to push till
3414         the next keyframe
3415
3416 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3417
3418         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3419
3420         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
3421         (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
3422         Provide a custom negotiation function to make sure to pick the highest
3423         possible framerate and resolution. Fixes bug #536646.
3424
3425 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3426
3427         * gst/avi/gstavidemux.c:
3428         Set EOS when going out of the segment in reverse playback
3429
3430 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3431
3432         * ext/taglib/Makefile.am::
3433           Add -Wno-attributes to CXXFLAGS to suppress warning caused by
3434           taglib headers (with gcc 4.3.1).
3435
3436 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
3437
3438         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
3439         Use the new gst_rtsp_connection_get_ip() to access the IP address
3440         of a GstRTSPConnection since it is a private member.
3441
3442 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3443
3444         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
3445         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
3446           Use new utility functions in libgsttag to process coverart (#512333).
3447
3448 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3449
3450         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
3451         We actually support left/side, right/side and mid/side files. The
3452         conversion to normal, interleaved stereo is done by libflac.
3453
3454 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3455
3456         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
3457         (gst_ebml_write_set_cache):
3458         Unref the write cache in finalize if it was set and add add "FIXME"
3459         to a comment that needs it.
3460
3461 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3462
3463         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
3464
3465         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
3466         (gst_avi_demux_index_prev), (gst_avi_demux_index_entry_for_time),
3467         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
3468         (gst_avi_demux_process_next_entry):
3469         * gst/avi/gstavidemux.h:
3470         Implement reverse playback. Fixes #535300.
3471         Small cleanups.
3472
3473 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3474
3475         * gst/videomixer/videomixer.c: (gst_videomixer_query_duration),
3476         (gst_videomixer_query_latency):
3477         When using gst_element_iterate_pads() one has to unref every pad
3478         after usage.
3479
3480 2008-05-31  Edward Hervey  <edward.hervey@collabora.co.uk>
3481
3482         Patch by: Bastien Nocera <hadess at hadess dot net>
3483         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
3484         (qtdemux_parse_udta):
3485         * gst/qtdemux/qtdemux_fourcc.h:
3486         Improve meta-data handling, add 'comment', 'description' and
3487         'copyright' tag handling.
3488         Fixes #535935
3489
3490 2008-05-31  Julien Moutte  <julien@fluendo.com>
3491
3492         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
3493         (gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
3494         (gst_qtdemux_seek_to_previous_keyframe),
3495         (gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
3496         we don't clip the segment's stop using the main segment duration as
3497         that could crop quite some video frames. Make reverse playback support
3498         more robust and support edit lists. Support seeking to the last frame,
3499         and fix reverse looping playback. Add some debugging.
3500         * win32/common/config.h: Updated.
3501
3502 2008-05-31  Sebastian Dröge  <slomo@circular-chaos.org>
3503
3504         * gst/equalizer/gstiirequalizer.c:
3505         (gst_iir_equalizer_transform_ip):
3506         Don't clip float/double samples, correctly unset passthrough mode
3507         and use better rounding for integer samples.
3508
3509 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
3510
3511         * gst/equalizer/gstiirequalizer.c:
3512         (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
3513         (setup_filter), (set_passthrough), (update_coefficients),
3514         (gst_iir_equalizer_compute_frequencies),
3515         (gst_iir_equalizer_transform_ip):
3516         * gst/equalizer/gstiirequalizer.h:
3517         Update the filter coefficients only when needed in the transform_ip
3518         function and correctly set the element into passthrough mode if the
3519         gain of all bands is 0.
3520
3521 2008-05-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3522
3523         Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
3524
3525         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
3526         (gst_alpha_set_property), (gst_alpha_get_property),
3527         (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
3528         Try to skip pixels or areas that are too dark or too bright for us to do
3529         meaningfull color detection.
3530         Added properties to control the sensitivity to light and darkness.
3531         Added some small cleanups. Fixes #512345.
3532
3533 2008-05-28  Jan Schmidt  <jan.schmidt@sun.com>
3534
3535         * docs/plugins/.cvsignore:
3536         * tests/check/elements/.cvsignore:
3537         Ignore some more generated things
3538
3539         * tests/check/Makefile.am:
3540         Ignore OSS elements in the state changes test too.
3541
3542 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3543
3544         * docs/plugins/Makefile.am:
3545         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3546         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3547         Add SMPTE effect elements to docs.
3548
3549 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3550
3551         * docs/plugins/Makefile.am:
3552         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3553         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3554         * ext/raw1394/gstdv1394src.c:
3555           Document whats first shown on the fdo plugin docs page :)
3556
3557 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3558
3559         * docs/plugins/Makefile.am:
3560         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3561         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3562         * docs/plugins/gst-plugins-good-plugins.args:
3563         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3564         * docs/plugins/inspect/plugin-audiofx.xml:
3565         * gst/audiofx/Makefile.am:
3566         * gst/audiofx/audiofx.c:
3567         * gst/audiofx/audiokaraoke.c:
3568         * gst/audiofx/audiokaraoke.h:
3569         * gst/audiofx/audiovoice.c:
3570         * gst/audiofx/audiovoice.h:
3571           Rename audiovoice to audiokaraoke and add it to the docs.
3572
3573 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3574
3575         * REQUIREMENTS:
3576         * docs/plugins/Makefile.am:
3577         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3578         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3579         * docs/plugins/gst-plugins-good-plugins.args:
3580         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3581         * docs/plugins/gst-plugins-good-plugins.interfaces:
3582         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3583         * docs/plugins/inspect/plugin-aasink.xml:
3584         * docs/plugins/inspect/plugin-alaw.xml:
3585         * docs/plugins/inspect/plugin-alpha.xml:
3586         * docs/plugins/inspect/plugin-alphacolor.xml:
3587         * docs/plugins/inspect/plugin-annodex.xml:
3588         * docs/plugins/inspect/plugin-apetag.xml:
3589         * docs/plugins/inspect/plugin-audiofx.xml:
3590         * docs/plugins/inspect/plugin-auparse.xml:
3591         * docs/plugins/inspect/plugin-autodetect.xml:
3592         * docs/plugins/inspect/plugin-avi.xml:
3593         * docs/plugins/inspect/plugin-cacasink.xml:
3594         * docs/plugins/inspect/plugin-cairo.xml:
3595         * docs/plugins/inspect/plugin-cdio.xml:
3596         * docs/plugins/inspect/plugin-cutter.xml:
3597         * docs/plugins/inspect/plugin-debug.xml:
3598         * docs/plugins/inspect/plugin-dv.xml:
3599         * docs/plugins/inspect/plugin-efence.xml:
3600         * docs/plugins/inspect/plugin-effectv.xml:
3601         * docs/plugins/inspect/plugin-equalizer.xml:
3602         * docs/plugins/inspect/plugin-esdsink.xml:
3603         * docs/plugins/inspect/plugin-flac.xml:
3604         * docs/plugins/inspect/plugin-flxdec.xml:
3605         * docs/plugins/inspect/plugin-gamma.xml:
3606         * docs/plugins/inspect/plugin-gconfelements.xml:
3607         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3608         * docs/plugins/inspect/plugin-goom.xml:
3609         * docs/plugins/inspect/plugin-goom2k1.xml:
3610         * docs/plugins/inspect/plugin-halelements.xml:
3611         * docs/plugins/inspect/plugin-icydemux.xml:
3612         * docs/plugins/inspect/plugin-id3demux.xml:
3613         * docs/plugins/inspect/plugin-jpeg.xml:
3614         * docs/plugins/inspect/plugin-level.xml:
3615         * docs/plugins/inspect/plugin-matroska.xml:
3616         * docs/plugins/inspect/plugin-monoscope.xml:
3617         * docs/plugins/inspect/plugin-mulaw.xml:
3618         * docs/plugins/inspect/plugin-multifile.xml:
3619         * docs/plugins/inspect/plugin-multipart.xml:
3620         * docs/plugins/inspect/plugin-navigationtest.xml:
3621         * docs/plugins/inspect/plugin-ossaudio.xml:
3622         * docs/plugins/inspect/plugin-png.xml:
3623         * docs/plugins/inspect/plugin-quicktime.xml:
3624         * docs/plugins/inspect/plugin-rtp.xml:
3625         * docs/plugins/inspect/plugin-rtsp.xml:
3626         * docs/plugins/inspect/plugin-smpte.xml:
3627         * docs/plugins/inspect/plugin-soup.xml:
3628         * docs/plugins/inspect/plugin-spectrum.xml:
3629         * docs/plugins/inspect/plugin-speex.xml:
3630         * docs/plugins/inspect/plugin-taglib.xml:
3631         * docs/plugins/inspect/plugin-udp.xml:
3632         * docs/plugins/inspect/plugin-video4linux2.xml:
3633         * docs/plugins/inspect/plugin-videobalance.xml:
3634         * docs/plugins/inspect/plugin-videobox.xml:
3635         * docs/plugins/inspect/plugin-videocrop.xml:
3636         * docs/plugins/inspect/plugin-videoflip.xml:
3637         * docs/plugins/inspect/plugin-videomixer.xml:
3638         * docs/plugins/inspect/plugin-wavenc.xml:
3639         * docs/plugins/inspect/plugin-wavpack.xml:
3640         * docs/plugins/inspect/plugin-wavparse.xml:
3641         * docs/plugins/inspect/plugin-ximagesrc.xml:
3642         * ext/aalib/gstaasink.c:
3643         * ext/libcaca/gstcacasink.c:
3644           Document aasink and cacasink.
3645
3646 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
3647
3648         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
3649         (gst_videomixer_init), (gst_videomixer_query_duration),
3650         (gst_videomixer_query_latency), (gst_videomixer_query),
3651         (gst_videomixer_blend_buffers):
3652         * gst/videomixer/videomixer.h:
3653         Implement position (in time), duration and latency queries.
3654
3655 2008-05-27  Edward Hervey  <edward.hervey@collabora.co.uk>
3656
3657         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
3658         (gst_videomixer_init), (gst_videomixer_request_new_pad),
3659         (gst_videomixer_fill_queues), (forward_event_func),
3660         (forward_event), (gst_videomixer_src_event),
3661         (gst_videomixer_sink_event):
3662         * gst/videomixer/videomixer.h:
3663         Implement proper seek/newsegment handling.
3664         Based on adder's implementation.
3665         Fixes #535121
3666
3667 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3668
3669         Patch by: Jan Gerber <j at oil21 dot org>
3670
3671         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
3672         Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481.
3673
3674 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3675
3676         * gst/audiofx/Makefile.am:
3677         * gst/audiofx/audiofx.c: (plugin_init):
3678         * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
3679         (gst_audio_voice_class_init), (gst_audio_voice_init),
3680         (update_filter), (gst_audio_voice_set_property),
3681         (gst_audio_voice_get_property), (gst_audio_voice_setup),
3682         (gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
3683         (gst_audio_voice_transform_ip):
3684         * gst/audiofx/audiovoice.h:
3685         Add simple voice removal element. Yay karaoke.
3686
3687 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3688
3689         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
3690
3691         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
3692         Fix potential caps leak.
3693         If we can't get the framerate with an ioctl, try to get it with the
3694         current norm. Fixes #520092.
3695
3696 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3697
3698         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
3699
3700         * sys/v4l2/v4l2src_calls.c:
3701         (gst_v4l2src_probe_caps_for_format_and_size):
3702         If we fail to get the frame intervals, simply don't touch the framerates
3703         on the template caps instead of discarding the format. See #520092.
3704
3705 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3706
3707         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
3708
3709         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
3710         (gst_v4l2_get_caps_info):
3711         Add NV12, NV21 and bayer support. See #520092.
3712
3713 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3714
3715         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
3716         (gst_qtdemux_activate_segment):
3717         Unbreak segment activation again. Fixes #531672.
3718
3719 2008-05-25  Sebastian Dröge  <slomo@circular-chaos.org>
3720
3721         * ext/flac/Makefile.am:
3722         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
3723         Set the channel layout when decoding FLAC files with more than 2
3724         channels as defined by the FLAC spec. Fixes bug #534570.
3725
3726         Also don't try to decode left/side, right/side and mid/side files
3727         as we don't support this at all.
3728
3729 2008-05-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
3730
3731         * configure.ac:
3732           We need -base CVS (rtsp).
3733
3734 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
3735
3736         * gst/udp/Makefile.am:
3737           Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY
3738           when including netdb.h when building against glibc >= 2.8.
3739
3740 2008-05-22  Julien Moutte  <julien@fluendo.com>
3741
3742         * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix
3743         debug statement arguments.
3744         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp):
3745         * gst/udp/gstudpnetutils.c: (gst_udp_join_group),
3746         (gst_udp_leave_group): Fix IP and IPV6 options to make it work
3747         on more platforms.
3748
3749 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3750
3751         * tests/check/elements/avimux.c: (setup_src_pad),
3752         (teardown_src_pad):
3753         * tests/check/elements/icydemux.c: (icydemux_found_pad),
3754         (GST_START_TEST):
3755         * tests/check/elements/matroskamux.c: (setup_src_pad),
3756         (teardown_src_pad), (setup_sink_pad), (teardown_sink_pad):
3757         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
3758         (GST_START_TEST):
3759         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
3760         (setup_wavpackparse), (cleanup_wavpackparse):
3761         Don't use gst_element_get_pad(), it's a bad, bad method.
3762
3763 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3764
3765         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
3766         (do_toggle_element):
3767         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
3768         (do_toggle_element):
3769         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
3770         (do_toggle_element):
3771         * ext/gconf/gstswitchsink.c: (gst_switch_commit_new_kid):
3772         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_reset),
3773         (do_toggle_element):
3774         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_reset),
3775         (do_toggle_element):
3776         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
3777         (gst_auto_audio_sink_detect):
3778         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
3779         (gst_auto_video_sink_detect):
3780         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3781         (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp),
3782         (gst_rtspsrc_stream_configure_udp_sink), (gst_rtspsrc_skip_lws),
3783         (gst_rtspsrc_unskip_lws), (gst_rtspsrc_skip_commas),
3784         (gst_rtspsrc_skip_item), (gst_rtsp_decode_quoted_string),
3785         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr):
3786         * tests/icles/videocrop-test.c: (test_with_caps),
3787         (video_crop_get_test_caps):
3788         Don't use gst_element_get_pad(), it's a bad method.
3789
3790 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3791
3792         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
3793         (gst_multiudpsink_add_internal):
3794         * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
3795         (gst_udp_join_group):
3796         * gst/udp/gstudpnetutils.h:
3797         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
3798         Joining a multicast group and setting the loop/ttl properties are
3799         totally unrelated tasks are must be separated.
3800
3801 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
3802
3803         * gst/avi/gstavimux.c:
3804           Also support alaw/mulaw.
3805
3806 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3807
3808         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3809         (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
3810         * gst/udp/gstmultiudpsink.h:
3811         Add a fixme for the auto-multicast property.
3812         Fix some confusing debug messages.
3813         Disable setting a qos value by default.
3814
3815 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3816
3817         Patch by: Gustaf Räntilä <g dot rantila at gmail dot com>
3818
3819         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
3820         Ignore EPERM errors from sendto. Fixes #533619.
3821
3822 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3823
3824         Patch by: Henrik Eriksson <henriken at axis dot com>
3825
3826         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3827         (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp),
3828         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
3829         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal):
3830         * gst/udp/gstmultiudpsink.h:
3831         Add qos-dscp property to manage the Quality of service. Fixes #469917.
3832
3833 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3834
3835         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process):
3836         Improve debugging of the ident.
3837
3838 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3839
3840         Patch by: Bruno Santos <brunof at ua dot pt>
3841
3842         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr),
3843         (gst_udp_join_group), (gst_udp_leave_group),
3844         (gst_udp_is_multicast):
3845         * gst/udp/gstudpnetutils.h:
3846         Provide a bunch of helper methods to deal with IPv4 and IPv6
3847         transparently.
3848
3849         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3850         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
3851         (gst_multiudpsink_get_property), (join_multicast),
3852         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
3853         (gst_multiudpsink_remove):
3854         * gst/udp/gstmultiudpsink.h:
3855         Add multicast TTL and loopback properties.
3856         Use the helper methods to implement ip4 and ip6.
3857
3858         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
3859         * gst/udp/gstudpsrc.h:
3860         Use the helper methods to implement ip4 and ip6.
3861         Fixes #515962.
3862
3863 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3864
3865         Patch by: Patrick Radizi <patrick dot radizi at axis dot com>
3866
3867         * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init),
3868         (gst_multipart_demux_get_gstname),
3869         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain):
3870         * gst/multipart/multipartdemux.h:
3871         Don't blindly copy the mime-type as the caps name because they not
3872         always map directly. Instead use a hashtable with common mappings.
3873         Fixes #533287.
3874
3875 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3876
3877         * ext/esd/esdsink.c: (gst_esdsink_write):
3878         When we post an error, we must return -1 to let the parent know that we
3879         cannot write the segment else it will loop and continue to call us again
3880         forever. Patch by Michael Meeks.
3881
3882 2008-05-20  Stefan Kost  <ensonic@users.sf.net>
3883
3884         * gst/videomixer/videomixer.c:
3885           Add missing incudes.
3886
3887 2008-05-20  Peter Kjellerstedt  <pkj@axis.com>
3888
3889         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
3890         (gst_rtp_h264_pay_handle_buffer):
3891         * gst/rtp/gstrtph264pay.h:
3892         Correct a typo (sinle -> single).
3893
3894 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3895
3896         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
3897         (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
3898         (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
3899         (gst_rtp_h264_depay_process):
3900         * gst/rtp/gstrtph264depay.h:
3901         Add experimental support for outputting quicktime-like AVC output in
3902         addition to the existing bytestream output.
3903
3904         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
3905         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
3906         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
3907         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
3908         (gst_rtp_h264_pay_get_property):
3909         * gst/rtp/gstrtph264pay.h:
3910         Make the parsing mode configurable, for some inputs we don't need to
3911         scan every byte for start codes.
3912         Only set the marker bit on ACCESS units.
3913
3914 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3915
3916         * gst/equalizer/gstiirequalizer.c:
3917         Use a bigger type in integer mode for the intermediate results to
3918         prevent overflows. This fixes the crippled sound when using the
3919         equalizer in integer mode. Fixes bug #510865.
3920
3921 2008-05-20  Jan Schmidt  <jan.schmidt@sun.com>
3922
3923         * gst/videomixer/videomixer.c:
3924         * gst/videomixer/videomixer.h:
3925         Instead of a random number for the request pad id's,
3926         use a counter.
3927
3928         Register the videomixerpad class from the element's class_init
3929         where it's safer, and allows the docs generator to scan it.
3930
3931 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3932
3933         * gst/smpte/Makefile.am:
3934         * gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
3935         * gst/smpte/gstsmpte.h:
3936         * gst/smpte/gstsmptealpha.c:
3937         (gst_smpte_alpha_transition_type_get_type),
3938         (gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
3939         (gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
3940         (gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
3941         (gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
3942         (gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
3943         (gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
3944         (gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
3945         * gst/smpte/gstsmptealpha.h:
3946         * gst/smpte/plugin.c: (plugin_init):
3947         Add new plugin that adds the SMPTE transition in the alpha channel of
3948         I420 and AYUV frames so that they can be blended with videomixer later
3949         on. Uses all niceties such as using base transform for efficient alloc
3950         and negotiation. It currently requires GstController to control the
3951         position in the transition effect.
3952
3953 2008-05-19  Stefan Kost  <ensonic@users.sf.net>
3954
3955         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3956         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3957         * docs/plugins/gst-plugins-good-plugins.args:
3958         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3959         * docs/plugins/gst-plugins-good-plugins.interfaces:
3960         * docs/plugins/gst-plugins-good-plugins.types:
3961         * gst/videomixer/videomixer.c:
3962           Try using thaytans new mechanism to get extra classes into plugin
3963           docs. Aparently works for the Eq. For VideoMixer the GObject stuff is
3964           missing still.
3965
3966 2008-05-18  Mark Nauwelaerts  <mnauw@users.sf.net>
3967
3968         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
3969         Set proper rate in avi stream header for PCM audio, and also do some
3970         more sanity checks on caps in this case.  Fixes #511489.
3971
3972 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3973
3974         * sys/v4l2/gstv4l2src.c:
3975         Don't include the gstv4l2xoverlay.h header as the XOverlay support
3976         isn't implemented at all yet and this requires X headers to be
3977         installed. Fixes bug #533264.
3978
3979 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3980
3981         reviewed by: <delete if not using a buddy>
3982
3983         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
3984         (gst_ebml_write_set_cache):
3985         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3986         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3987         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3988         (gst_matroska_demux_read_track_encodings),
3989         (gst_matroska_demux_add_stream),
3990         (gst_matroska_demux_handle_src_query),
3991         (gst_matroska_demux_init_stream),
3992         (gst_matroska_demux_parse_index_cuetrack),
3993         (gst_matroska_demux_parse_index_pointentry),
3994         (gst_matroska_demux_parse_info),
3995         (gst_matroska_demux_parse_metadata_id_simple_tag),
3996         (gst_matroska_demux_parse_metadata),
3997         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
3998         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3999         (gst_matroska_demux_parse_cluster),
4000         (gst_matroska_demux_parse_contents_seekentry),
4001         (gst_matroska_demux_loop_stream_parse_id),
4002         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
4003         (gst_matroska_demux_audio_caps),
4004         (gst_matroska_demux_subtitle_caps):
4005         * gst/matroska/matroska-demux.h:
4006         * gst/matroska/matroska-ids.c:
4007         (gst_matroska_track_init_subtitle_context):
4008         * gst/matroska/matroska-ids.h:
4009         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
4010         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
4011         (gst_matroska_mux_finish), (gst_matroska_mux_collected):
4012         * sys/v4l2/gstv4l2src.c:
4013         * tests/check/pipelines/wavpack.c: (bus_handler):
4014         * win32/common/config.h:
4015
4016 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
4017
4018         * ext/wavpack/gstwavpackstreamreader.c:
4019         * tests/examples/spectrum/demo-audiotest.c:
4020         * tests/examples/spectrum/demo-osssrc.c:
4021         Fix some compiler warnings.
4022
4023 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4024
4025         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
4026         Small comment added.
4027
4028         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4029         (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
4030         (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
4031         Debug string cleanups (remove trailing \n)
4032         Refactor and clean up the payloader a bit and make sure that we only
4033         put one NAL unit in an RTP packet even if the input buffer contains
4034         multiple NAL units.
4035         Add suport for AVC format input.
4036
4037 2008-05-14  Peter Kjellerstedt  <pkj@axis.com>
4038
4039         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4040         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer),
4041         (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property):
4042         * gst/rtp/gstrtph264pay.h:
4043         Make it possible to specify profile-level-id and sprop-parameter-sets
4044         using properties in case they are not available in-stream.
4045
4046 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
4047
4048         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4049         * docs/plugins/gst-plugins-good-plugins.args:
4050         * docs/plugins/inspect/plugin-ladspa.xml:
4051           Remove ladspa fro plugin-docs, its in gst-plugins-bad.
4052
4053 2008-05-13  Mark Nauwelaerts  <mnauw@users.sf.net>
4054
4055         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
4056         Send an initial BYTE segment to inform downstream of later seeking,
4057         and to forego sync attempts.
4058
4059 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4060
4061         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
4062         Fix wrong caps string.
4063
4064 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4065
4066         Based on patch by: Olivier Crete <tester at tester dot ca>
4067
4068         * gst/rtp/Makefile.am:
4069         * gst/rtp/gstrtp.c: (plugin_init):
4070         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_base_init),
4071         (gst_rtp_g729_depay_class_init), (gst_rtp_g729_depay_init),
4072         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process),
4073         (gst_rtp_g729_depay_plugin_init):
4074         * gst/rtp/gstrtpg729depay.h:
4075         * gst/rtp/gstrtpg729pay.c: (gst_rtpg729pay_base_init),
4076         (gst_rtpg729pay_class_init), (gst_rtpg729pay_init),
4077         (gst_rtpg729pay_setcaps), (gst_rtp_g729_pay_plugin_init):
4078         * gst/rtp/gstrtpg729pay.h:
4079         Added G729 pay and depayloaders. Fixes #532409.
4080
4081 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4082
4083         * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
4084         Fix the calculation of the duration of the concealment packets.
4085
4086 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4087
4088         Based on patch by: Olivier Crete <tester at tester dot ca>
4089
4090         * gst/rtp/Makefile.am:
4091         * gst/rtp/gstrtp.c: (plugin_init):
4092         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
4093         (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
4094         (parse_encode), (gst_rtp_dv_depay_setcaps),
4095         (calculate_difblock_location), (gst_rtp_dv_depay_process),
4096         (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
4097         (gst_rtp_dv_depay_plugin_init):
4098         * gst/rtp/gstrtpdvdepay.h:
4099         * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
4100         (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
4101         (gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
4102         (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
4103         (gst_dv_pay_negotiate), (include_dif),
4104         (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
4105         * gst/rtp/gstrtpdvpay.h:
4106         Add DV pay and depayloaders. Fixes #532423.
4107
4108 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4109
4110         * gst/matroska/matroska-demux.c:
4111         (gst_matroska_demux_push_dvd_clut_change_event):
4112         Convert subtitle palette info in VobSub private data from VobSub's
4113         (buggy) RGB to YUV.
4114
4115 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4116
4117         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset):
4118         Do not leave fourcc stream header field empty upon reset.
4119         Fixes #519301.
4120
4121 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
4122
4123         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4124         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4125         * docs/plugins/inspect/plugin-goom.xml:
4126         * docs/plugins/inspect/plugin-goom2k1.xml:
4127         * gst/goom/gstgoom.c:
4128         * gst/goom2k1/gstgoom.c:
4129         Add goom2k1 into the docs.
4130
4131 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4132
4133         Based on patch by: Wouter Cloetens  <wouter at mind be>
4134
4135         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4136         (gst_rtspsrc_skip_lws), (gst_rtspsrc_unskip_lws),
4137         (gst_rtspsrc_skip_commas), (gst_rtspsrc_skip_item),
4138         (gst_rtsp_decode_quoted_string),
4139         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr),
4140         (gst_rtspsrc_setup_auth):
4141         Support Digest authentication. Fixes #532065.
4142
4143 2008-05-08  Stefan Kost  <ensonic@users.sf.net>
4144
4145         * gst/level/gstlevel.c:
4146           Also support 32bit (e.g. whe having it after 'mad'). Add more notes
4147           about whats needed for liboil acceleration. Simplify docs a bit.
4148
4149 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
4150
4151         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4152
4153         * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
4154         Update the track duration if the old one was invalid.
4155         Fixes bug #532117.
4156
4157 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4158
4159         * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
4160           Use GST_STR_NULL when trying to print sps and pps strings that could
4161           be NULL, as this might crash on some platforms.
4162
4163 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4164
4165         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4166
4167         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw):
4168           Do IDirectDrawClipper_SetHWnd() if the window ID has already been
4169           set after creating the clipper.
4170
4171 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4172
4173         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4174
4175         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
4176           Added checking of surface lost case after an unsuccessful
4177           IDirectDrawSurface7_Lock() call.
4178           If surface is lost, return GST_FLOW_OK.
4179
4180 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4181
4182         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4183
4184         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
4185           WndProc, gst_directdraw_sink_window_thread):
4186           Improved Windows message loop and fixed window destruction issue.
4187           When the window which DirectDraw is rendering to is destroyed, the
4188           render/show_frame function will return GST_FLOW_ERROR.
4189           Partially fixes #520885.
4190
4191 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4192
4193         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4194
4195         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
4196           Fixed mid stream resolution change bug, the offscreen surface is now
4197           released when set_caps is called.
4198           Partially fixes #520885.
4199
4200 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4201
4202         * sys/directdraw/gstdirectdrawsink.c
4203           (gst_directdraw_sink_buffer_alloc):
4204           Make it so that gst_directdraw_sink_buffer_alloc uses the right
4205           width/height.
4206
4207           Especially when looking through the pool of buffers, make sure that
4208           the width/height of caps is used instead of the already negotiated
4209           dimensions.
4210           For example if a buffer with different caps is requested, i.e.
4211           higher resolution, the caller would get a buffer with the old
4212           dimensions and thus corrupt the heap.
4213
4214 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4215
4216         * sys/directdraw/gstdirectdrawsink.c
4217           (gst_directdraw_sink_buffer_alloc):
4218           Clear the flags on recycled buffers from buffer_alloc.
4219           Partially fixes #520885.
4220
4221 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4222
4223         * gst/rtp/gstrtpilbcpay.c:
4224           Added missing stdlib.h include for strtol(), and made include ordering and
4225           style consistent with the corresponding depayloader.
4226
4227 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4228
4229         * configure.ac:
4230           Error out if we don't have the required core/base versions.
4231
4232 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4233
4234         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4235
4236         * sys/osxvideo/cocoawindow.m:
4237         Fix compiler warnings on PPC64. Fixes bug #499318.
4238
4239 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
4240
4241         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4242
4243         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
4244         Don't leak file descriptors on error. Fixes #531532.
4245
4246 2008-05-03  Sebastian Dröge  <slomo@circular-chaos.org>
4247
4248         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4249         (gst_gconf_audio_src_change_state):
4250         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4251         (gst_gconf_video_sink_change_state):
4252         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4253         (gst_gconf_video_src_change_state):
4254         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
4255         (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
4256         When we can't create a fakesink/fakesrc complain instead of unreffing
4257         NULL pointers and crashing later. See bug #530535.
4258
4259 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4260
4261         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
4262         Add some more debug info and guard against small payloads.
4263
4264         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4265         Set duration on outgoing buffers because we can.
4266
4267 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4268
4269         Patch by: Olivier Crete <tester at tester dot ca>
4270
4271         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
4272         (gst_speex_enc_init), (gst_speex_enc_chain):
4273         Add negotiation for the speex channels and rate. Fixes #465146.
4274
4275 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4276
4277         Patch by: Olivier Crete <tester at tester dot ca>
4278
4279         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
4280         (gst_rtp_speex_pay_getcaps):
4281         Add negotiation for the speex channels and rate. See #465146.
4282
4283 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4284
4285         Patch by: Olivier Crete <tester at tester dot ca>
4286
4287         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
4288         (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
4289         Add negotiation for the ILBC mode. See #465146.
4290
4291 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
4292
4293         * ext/soup/gstsouphttpsrc.c:
4294           Include stdlib to fix the build. Use g_free instead of free, libsoup
4295           uses glib.
4296
4297 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4298
4299         Patch by: j^ <j@bootlab.org>
4300
4301         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4302         Add more mpeg2 variants. Fixes #530886.
4303
4304 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
4305
4306         Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
4307
4308         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4309           Don't error out if we get an ICMP destination-unreachable
4310           message when trying to read packets on win32 (#529454).
4311
4312 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4313
4314         * configure.ac:
4315         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
4316           Use new error code for encrypted streams (which requires core CVS).
4317
4318 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4319
4320         * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
4321           (gst_qtdemux_audiosrc_template):
4322           Fix swapped pad template names, spotted by Thiago Sousa Santos.
4323
4324 2008-04-30  Wim Taymans  <wim.taymans@collabora.co.uk>
4325
4326         * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
4327         (speex_dec_chain_parse_data):
4328         Produce concealment data when time progresses in a segment update.
4329
4330 2008-04-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4331
4332         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
4333         (speex_dec_chain):
4334         Try to preserve input timestamps when we can.
4335         Do beginnings of error concealment.
4336
4337 2008-04-28  Michael Smith <msmith@songbirdnest.com>
4338
4339         * gst/debug/gstnavigationtest.c:
4340           MSVC doesn't provide rint(), define an adequate replacement locally as
4341           elsewhere.
4342
4343 2008-04-28  Julien Moutte  <julien@fluendo.com>
4344
4345         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
4346         format to pacify Mac OSX's gcc.
4347
4348 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4349
4350         * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
4351           (DEFAULT_MAX), (src_template), (sink_template),
4352           (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
4353           (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
4354           (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
4355           Bring rndbuffersize element into a state that doesn't require us
4356           to move it to -bad immediately. For one, fix up default min/max
4357           values so that the element actuall works using the default values.
4358           Also, don't ignore flow return values and do some kind of minimal
4359           eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
4360           other gratuitious clean-ups.
4361
4362 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4363
4364         * docs/plugins/Makefile.am:
4365         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4366         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4367         * docs/plugins/gst-plugins-good-plugins.args:
4368         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4369         * docs/plugins/gst-plugins-good-plugins.interfaces:
4370         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4371         * docs/plugins/inspect/plugin-1394.xml:
4372         * docs/plugins/inspect/plugin-aasink.xml:
4373         * docs/plugins/inspect/plugin-alaw.xml:
4374         * docs/plugins/inspect/plugin-alpha.xml:
4375         * docs/plugins/inspect/plugin-alphacolor.xml:
4376         * docs/plugins/inspect/plugin-annodex.xml:
4377         * docs/plugins/inspect/plugin-apetag.xml:
4378         * docs/plugins/inspect/plugin-audiofx.xml:
4379         * docs/plugins/inspect/plugin-auparse.xml:
4380         * docs/plugins/inspect/plugin-autodetect.xml:
4381         * docs/plugins/inspect/plugin-avi.xml:
4382         * docs/plugins/inspect/plugin-cacasink.xml:
4383         * docs/plugins/inspect/plugin-cairo.xml:
4384         * docs/plugins/inspect/plugin-cdio.xml:
4385         * docs/plugins/inspect/plugin-cutter.xml:
4386         * docs/plugins/inspect/plugin-debug.xml:
4387         * docs/plugins/inspect/plugin-dv.xml:
4388         * docs/plugins/inspect/plugin-efence.xml:
4389         * docs/plugins/inspect/plugin-effectv.xml:
4390         * docs/plugins/inspect/plugin-equalizer.xml:
4391         * docs/plugins/inspect/plugin-esdsink.xml:
4392         * docs/plugins/inspect/plugin-flac.xml:
4393         * docs/plugins/inspect/plugin-flxdec.xml:
4394         * docs/plugins/inspect/plugin-gamma.xml:
4395         * docs/plugins/inspect/plugin-gconfelements.xml:
4396         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4397         * docs/plugins/inspect/plugin-goom.xml:
4398         * docs/plugins/inspect/plugin-halelements.xml:
4399         * docs/plugins/inspect/plugin-icydemux.xml:
4400         * docs/plugins/inspect/plugin-id3demux.xml:
4401         * docs/plugins/inspect/plugin-jpeg.xml:
4402         * docs/plugins/inspect/plugin-level.xml:
4403         * docs/plugins/inspect/plugin-matroska.xml:
4404         * docs/plugins/inspect/plugin-monoscope.xml:
4405         * docs/plugins/inspect/plugin-mulaw.xml:
4406         * docs/plugins/inspect/plugin-multifile.xml:
4407         * docs/plugins/inspect/plugin-multipart.xml:
4408         * docs/plugins/inspect/plugin-navigationtest.xml:
4409         * docs/plugins/inspect/plugin-ossaudio.xml:
4410         * docs/plugins/inspect/plugin-png.xml:
4411         * docs/plugins/inspect/plugin-quicktime.xml:
4412         * docs/plugins/inspect/plugin-rtp.xml:
4413         * docs/plugins/inspect/plugin-rtsp.xml:
4414         * docs/plugins/inspect/plugin-shout2send.xml:
4415         * docs/plugins/inspect/plugin-smpte.xml:
4416         * docs/plugins/inspect/plugin-spectrum.xml:
4417         * docs/plugins/inspect/plugin-speex.xml:
4418         * docs/plugins/inspect/plugin-taglib.xml:
4419         * docs/plugins/inspect/plugin-udp.xml:
4420         * docs/plugins/inspect/plugin-video4linux2.xml:
4421         * docs/plugins/inspect/plugin-videobalance.xml:
4422         * docs/plugins/inspect/plugin-videobox.xml:
4423         * docs/plugins/inspect/plugin-videocrop.xml:
4424         * docs/plugins/inspect/plugin-videoflip.xml:
4425         * docs/plugins/inspect/plugin-videomixer.xml:
4426         * docs/plugins/inspect/plugin-wavenc.xml:
4427         * docs/plugins/inspect/plugin-wavpack.xml:
4428         * docs/plugins/inspect/plugin-wavparse.xml:
4429         * docs/plugins/inspect/plugin-ximagesrc.xml:
4430           Add docs for gdkpixbufsink; update docs to CVS version.
4431
4432 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4433
4434         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4435         Remove test sync-offset by default.
4436
4437 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4438
4439         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
4440         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
4441         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4442           Use GLib versions of htonl, htons, ntohl and ntohs in order
4443           to avoid problems on win32 (#529707).
4444
4445 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4446
4447         Patch by: Jesús Corrius <jesus at softcatala org>
4448
4449         * gst/goom/filters.c: (zoomVector):
4450         * gst/goom/goom_core.c: (init_buffers):
4451           Fix build with mingw32: use rand() instead of random() and
4452           replace bzero() with memset(). Fixes #529692.
4453
4454 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4455
4456         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
4457         Fix typo in comments.
4458
4459         * tests/examples/rtp/client-H263p-PCMA.sdp:
4460         * tests/examples/rtp/client-H263p-PCMA.sh:
4461         * tests/examples/rtp/client-H264-PCMA.sdp:
4462         * tests/examples/rtp/client-H264-PCMA.sh:
4463         * tests/examples/rtp/client-H264.sdp:
4464         * tests/examples/rtp/client-H264.sh:
4465         * tests/examples/rtp/client-PCMA.sdp:
4466         * tests/examples/rtp/client-PCMA.sh:
4467         * tests/examples/rtp/server-alsasrc-PCMA.sh:
4468         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
4469         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4470         Add some more docs and fix examples.
4471
4472 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
4473
4474         * tests/check/elements/multifile.c:
4475         Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
4476         declared in the former, some have it declared in the latter.
4477
4478 2008-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
4479
4480         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
4481         * gst/debug/tests.c: (md5_get_value):
4482         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4483         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
4484         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
4485         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
4486         Stop using deprecated GLib functions.
4487
4488 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
4489
4490         * configure.ac:
4491         Back to development -> 0.10.8.1
4492
4493 === release 0.10.8 ===
4494
4495 2008-04-23  Jan Schmidt <jan.schmidt@sun.com>
4496
4497         * configure.ac:
4498           releasing 0.10.8, "One For The Money"
4499
4500 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4501
4502         * configure.ac:
4503         0.10.7.4 pre-release
4504
4505 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4506
4507         * gst/goom/config_param.c: (goom_plugin_parameters_free):
4508         * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
4509         * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
4510         * gst/goom/flying_stars_fx.c: (fs_free):
4511         * gst/goom/goom_config_param.h:
4512         * gst/goom/goom_core.c: (goom_init), (goom_close):
4513         * gst/goom/goom_plugin_info.h:
4514         * gst/goom/gstgoom.c: (gst_goom_finalize):
4515         * gst/goom/lines.c: (goom_lines_free):
4516         * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
4517         * gst/goom/surf3d.c: (grid3d_free):
4518         * gst/goom/surf3d.h:
4519         * gst/goom/tentacle3d.c: (tentacle_free):
4520         Free a bunch of stuff, and initialise things to fix leaks
4521         and valgrind warnings in the testsuite.
4522
4523         Fixes: #529268
4524
4525 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4526
4527         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
4528         (gst_rtspsrc_configure_caps):
4529         Ref caps as the return value for the request_pt_map signal.
4530         Remove some caps weirdness when configuring a stream. See #528245.
4531
4532 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
4533
4534         * tests/icles/gdkpixbufsink-test.c:
4535           Add cast to placate gcc 4.1.2.
4536
4537 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4538
4539         * configure.ac:
4540         0.10.7.3 pre-release
4541
4542 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4543
4544         * tests/check/Makefile.am:
4545         Disable some more elements in the state test.
4546         Add a define so the soup test can find the test files
4547         it needs at runtime.
4548
4549         * tests/check/elements/souphttpsrc.c: (run_server):
4550
4551         Add a define so the soup test can find the test files
4552         it needs at runtime.
4553
4554 2008-04-17  Jan Schmidt  <Jan.Schmidt@sun.com>
4555
4556         * gst/goom/convolve_fx.c: (convolve_apply):
4557         Don't ever draw the GOOM logo.
4558         Fixes: #528615
4559
4560 2008-04-17  Edward Hervey  <edward.hervey@collabora.co.uk>
4561
4562         * ext/cdio/gstcdiocddasrc.c:
4563         * ext/dv/gstdvdemux.c: 
4564         gst_atomic_int_set ==> g_atomic_int_set
4565
4566 2008-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4567
4568         * configure.ac:
4569         * gst/goom/Makefile.am:
4570         * gst/goom/convolve_fx.c:
4571         * gst/goom/default_scripts.h:
4572         * gst/goom/goom.h:
4573         * gst/goom/goom_core.c: (choose_a_goom_line):
4574         * gst/goom/goom_plugin_info.h:
4575         * gst/goom/goomsl.c:
4576         * gst/goom/goomsl.h:
4577         * gst/goom/goomsl_hash.c:
4578         * gst/goom/goomsl_hash.h:
4579         * gst/goom/goomsl_heap.c:
4580         * gst/goom/goomsl_heap.h:
4581         * gst/goom/goomsl_private.h:
4582         * gst/goom/plugin_info.c:
4583           Strip out the config/script parsing stuff, we don't need it.
4584           Fixes #527999.
4585
4586 2008-04-15  Tim-Philipp Müller  <tim at centricular dot net>
4587
4588         * gst/goom/plugin_info.c: (setOptimizedMethods):
4589           Disable altivec optimisations for 32-bit PPC as well to make
4590           things build properly on all PPC systems. Fixes #528143
4591
4592 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
4593
4594         * gst-plugins-good.spec.in:
4595           Update for souphttpsrc plugin which has moved to -good.
4596
4597 2008-04-14  Jan Schmidt  <Jan.Schmidt@sun.com>
4598
4599         * gst/matroska/matroska-demux.c:
4600         (gst_matroska_demux_handle_seek_event):
4601         Fix open-ended seeks in matroskademux
4602         Patch by: Mark Nauwelaerts <manauw skynet be>
4603         Fixes: #526557
4604
4605 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
4606
4607         * tests/check/Makefile.am:
4608         Add soup test certificates to the dist.
4609
4610 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4611
4612         * ext/Makefile.am:
4613         Remove LADSPA reference I missed.
4614
4615 2008-04-13  Sebastian Dröge  <slomo@circular-chaos.org>
4616
4617         * ext/soup/gstsouphttpsrc.c: (plugin_init):
4618         Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
4619         over gnome-vfs and everything else. Fixes bug #527848.
4620
4621 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4622
4623         * configure.ac:
4624         * ext/Makefile.am:
4625         Remove LADSPA plugin. Fixes: #515978
4626
4627 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4628
4629         * configure.ac:
4630         * docs/plugins/Makefile.am:
4631         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4632         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4633         * docs/plugins/gst-plugins-good-plugins.args:
4634         * docs/plugins/inspect/plugin-soup.xml:
4635         * ext/Makefile.am:
4636         * tests/check/Makefile.am:
4637         Move soup plugin from -bad (Fixes: #523124)
4638
4639 2008-04-11  Jan Schmidt  <Jan.Schmidt@sun.com>
4640
4641         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
4642         Fix bounds checking of mode in Speex header, which may
4643         produce negative numbers in speex <= 1.1.12
4644
4645 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
4646
4647         * gst/goom/Makefile.am:
4648         * gst/goom/gfontlib.c:
4649         * gst/goom/gfontlib.h:
4650         * gst/goom/gfontrle.c:
4651         * gst/goom/gfontrle.h:
4652         * gst/goom/goom.h:
4653         * gst/goom/goom_core.c: (goom_update):
4654         * gst/goom/goom_plugin_info.h:
4655         * gst/goom/gstgoom.c: (gst_goom_chain):
4656         * gst/goom/plugin_info.c:
4657           Remove a bunch of font/text related code that we don't need.
4658
4659 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
4660
4661         * gst/goom/ppc_drawings.s:
4662         * gst/goom/ppc_zoom_ultimate.s:
4663           Change license of these files to LGPL, as permitted by the
4664           author, Guillaume Borios. See #515073.
4665
4666 2008-04-09  Stefan Kost  <ensonic@users.sf.net>
4667
4668         * gst/goom/convolve_fx.c:
4669         * gst/goom/motif_goom1.h:
4670         * gst/goom/motif_goom2.h:
4671           As hinted in Bug #518213, revert one change and fix warnings properly.
4672           This fixes both #518213 and #520073 for me.     
4673
4674 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
4675
4676         * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
4677         * gst/matroska/matroska-demux.c:
4678         (gst_matroska_demux_handle_seek_event),
4679         (gst_matroska_demux_parse_contents_seekentry),
4680         (gst_matroska_demux_loop):
4681         Fix the Forte build by making function declaration signatures
4682         match the implementations.
4683
4684 2008-04-08  Tim-Philipp Müller  <tim at centricular dot net>
4685
4686         * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
4687         * sys/oss/gstosssink.c: (gst_oss_sink_reset):
4688         * sys/oss/gstosssrc.c: (gst_oss_src_reset):
4689           More logging when probing (see #518474), some comments in _reset().
4690
4691 2008-04-07  Julien Moutte  <julien@fluendo.com>
4692
4693         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
4694         because of a bad argument number.
4695
4696 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
4697
4698         * tests/icles/.cvsignore:
4699         * tests/icles/Makefile.am:
4700         * tests/icles/gdkpixbufsink-test.c:
4701           Interactive test app for gdkpixbufsink.
4702
4703 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
4704
4705         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
4706
4707         * configure.ac:
4708         Actually build dlls when cross-compiling with mingw32.
4709         Fixes bug #526247.
4710
4711 2008-04-05  Tim-Philipp Müller  <tim at centricular dot net>
4712
4713         * ext/hal/hal.c: (gst_hal_get_alsa_element):
4714           Don't munge device string to 'default:x' for capture devices.
4715           Fixes #525833.
4716
4717 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
4718
4719         * ext/wavpack/gstwavpackparse.c:
4720         (gst_wavpack_parse_index_entry_free):
4721         Always use GSlice as we actually depend on GLib 2.12 already.
4722
4723 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
4724
4725         * configure.ac:
4726           Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
4727           Also bump the GLib requirement to the current de-facto requirement
4728           (ie. 2.12).
4729
4730 2008-04-04  Wim Taymans  <wim.taymans@collabora.co.uk>
4731
4732         * gst/rtp/gstrtph264pay.c: (encode_base64),
4733         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
4734         * gst/rtp/gstrtph264pay.h:
4735         Parse codec_data for future AVC compatibility.
4736         Fail when we encounter AVC data for now.
4737
4738 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
4739
4740         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
4741           (gst_spectrum_init), (gst_spectrum_set_property),
4742           (gst_spectrum_get_property), (gst_spectrum_message_new):
4743           Rename property enums and default defines for the properties to match
4744           the property names and rephrase property descriptions to make them a
4745           bit clearer (hopefully). See #518188.
4746
4747 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
4748
4749         * tests/check/Makefile.am:
4750         * tests/check/elements/.cvsignore:
4751         * tests/check/elements/gdkpixbufsink.c:
4752           Add unit test for gdkpixbufsink element.
4753
4754 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
4755
4756         * ext/gdk_pixbuf/Makefile.am:
4757         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
4758         * ext/gdk_pixbuf/gstgdkpixbufsink.c:
4759           (gst_gdk_pixbuf_sink_base_init),
4760           (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
4761           (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
4762           (gst_gdk_pixbuf_sink_set_caps),
4763           (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
4764           (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
4765           (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
4766           (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
4767           (gst_gdk_pixbuf_sink_get_property):
4768         * ext/gdk_pixbuf/gstgdkpixbufsink.h:
4769           Add gdkpixbufsink element for easy snapshotting (#525946).
4770
4771 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4772
4773         * tests/check/pipelines/wavpack.c: (wavpack_suite):
4774         Bump timeout from 3 to 60 seconds.
4775
4776 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4777
4778         * tests/check/pipelines/.cvignore:
4779         Remove useless file.
4780
4781         * tests/check/pipelines/.cvsignore:
4782         Add new test to .cvsignore.
4783
4784 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4785
4786         * tests/check/Makefile.am:
4787         * tests/check/pipelines/wavpack.c: (bus_handler),
4788         (identity_handoff), (fakesink_handoff), (GST_START_TEST),
4789         (wavpack_suite), (main):
4790         Add unit test that encodes and decodes some data, checks that it
4791         is still the same and that all timestamps/offsets are perfect.
4792
4793 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4794
4795         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
4796         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
4797         * ext/wavpack/gstwavpackparse.c:
4798         (gst_wavpack_parse_index_entry_new),
4799         (gst_wavpack_parse_index_entry_free),
4800         (gst_wavpack_parse_base_init),
4801         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
4802         Use GSlice for allocating index entries and use
4803         gst_element_class_set_details_simple().
4804
4805 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
4806
4807         Patch by: Brian Cameron <brian.cameron at sun dot com>
4808
4809         * sys/sunaudio/gstsunaudio.c:
4810         * sys/sunaudio/gstsunaudiomixer.c:
4811         * sys/sunaudio/gstsunaudiomixer.h:
4812         * sys/sunaudio/gstsunaudiomixerctrl.c:
4813         * sys/sunaudio/gstsunaudiomixerctrl.h:
4814         * sys/sunaudio/gstsunaudiomixertrack.c:
4815         * sys/sunaudio/gstsunaudiomixertrack.h:
4816         * sys/sunaudio/gstsunaudiosink.c:
4817         * sys/sunaudio/gstsunaudiosink.h:
4818         * sys/sunaudio/gstsunaudiosrc.c:
4819         * sys/sunaudio/gstsunaudiosrc.h:
4820           Fix up copyrights (#525860).
4821
4822 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
4823
4824         * gst/goom/goomsl.c: (gsl_read_file):
4825           Check return value of fread() to avoid compiler warnings.
4826
4827 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4828
4829         Based on patch by: Mersad Jelacic <mersad at axis dot com>
4830
4831         * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
4832         (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
4833         * gst/law/alaw-decode.h:
4834         * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
4835         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
4836         (gst_mulawdec_chain), (gst_mulawdec_change_state):
4837         * gst/law/mulaw-decode.h:
4838         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
4839         Make negotiation a bit modern.
4840         Use pad_alloc. Fixes #525359.
4841
4842 2008-03-31  David Schleef  <ds@schleef.org>
4843
4844         * gst/goom/xmmx.c: Fix constraints on asm code so that it
4845           compiles consistently.  Fixes #522278.
4846
4847 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
4848
4849         Patch by: Brian Cameron <brian.cameron at sun dot com>
4850
4851         * sys/sunaudio/gstsunaudiomixerctrl.c:
4852           (gst_sunaudiomixer_ctrl_get_volume),
4853           (gst_sunaudiomixer_ctrl_set_volume):
4854         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
4855           Fix up the mixer tracks to use a volume range of 0-255, which is what
4856           the sun audio API uses. This simplifies the code and avoids rounding
4857           errors. Fixes #524593.
4858
4859 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
4860
4861         * sys/v4l2/gstv4l2object.c:
4862         * sys/v4l2/gstv4l2object.h:
4863         Add device-fd property to make it possible to apps to call ioctl's.
4864
4865 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4866
4867         * gst/qtdemux/qtdemux.c: (next_entry_size):
4868         Unbreak streaming mode again.
4869
4870 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
4871
4872         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
4873           Remove superfluous DEBUG macro.
4874
4875 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
4876
4877         Based on patch by: William M. Brack <wbrack at mmm com hk>
4878
4879         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
4880           (gst_v4l2src_set_capture):
4881           Check whether the device supports setting the framerate before
4882           trying to set it and then posting a warning or error if it doesn't
4883           work (#516649, #520092). Also compare fractions more correctly.
4884
4885 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
4886
4887         * gst/goom/Makefile.am:
4888           Remove ppc assembler optimisations from the build until they
4889           actually build (they also seem to have GPL headers).
4890
4891 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
4892
4893         * m4/Makefile.am:
4894           Better not dist files that don't exist any longer (lrint*m4).
4895
4896 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4897
4898         * configure.ac:
4899         * m4/lrint.m4:
4900         * m4/lrintf.m4:
4901         Remove lrint/lrintf checks. We don't use it anywhere.
4902
4903 2008-03-18  Andy Wingo  <wingo@pobox.com>
4904
4905         * sys/osxvideo/osxvideosink.m
4906         (gst_osx_video_sink_osxwindow_destroy)
4907         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
4908         task, whoopdee.
4909         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
4910         2 ms.
4911
4912 2008-03-18  Andy Wingo  <wingo@pobox.com>
4913
4914         * sys/osxvideo/osxvideosink.m
4915         (gst_osx_video_sink_osxwindow_destroy)
4916         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
4917         task, whoopdee.
4918         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
4919         2 ms.
4920         
4921 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
4922
4923         Patch by: William M. Brack <wbrack at mmm com hk>
4924
4925         * sys/v4l2/v4l2src_calls.c:
4926           (gst_v4l2src_probe_caps_for_format_and_size),
4927           (gst_v4l2src_probe_caps_for_format):
4928           Make sure the probed frame sizes are reversed in the resulting
4929           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
4930           highest resolution first); also remove unused variable.
4931           (Partly fixes #520092)
4932
4933 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
4934
4935         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4936
4937         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4938         (gst_rtspsrc_finalize):
4939         Call WSAStartup() and WSACleanup before using the Winsock API.
4940         See #520808.
4941
4942 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4943
4944         * gst/avi/gstavidemux.c:
4945           Erm, the buffer-size is just guint, no need for the special format
4946           specifier.
4947
4948 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
4949
4950         * gst/goom/plugin_info.c:
4951         * gst/goom/ppc_zoom_ultimate.h:
4952           Small fixes to build more on PPC: ifdef out code that uses unknown
4953           define; add newline at end of header file to avoid compiler warning.
4954           Assembler code still doesn't build though.
4955
4956 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4957
4958         * gst/avi/gstavidemux.c:
4959           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
4960           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
4961
4962 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4963
4964         * gst/avi/gstavidemux.c:
4965           Chunksize is uint32. Fix format specifier.
4966
4967 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
4968
4969         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
4970         mistake. Return file to pure MIT text.
4971
4972 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
4973
4974         * gst/audiofx/audiofx.c:
4975         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
4976         of hardcoding values.
4977
4978 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
4979
4980         Patch by: Mark Nauwelaerts <manauw skynet be>
4981
4982         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
4983           (gst_oss_src_close):
4984         * sys/oss/gstosssrc.h:
4985           Cache probed caps, so _get_caps() during recording doesn't cause
4986           ioctl calls which may disrupt the recording (fixes #521875).
4987
4988 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4989
4990         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
4991         (gst_qtdemux_activate_segment),
4992         (gst_qtdemux_prepare_current_sample),
4993         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
4994         Make sure we always send a DISCONT after a seek by setting the sample
4995         index to an undefined value after a seek.
4996
4997 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
4998
4999         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
5000           (GST_IS_AVI_SUBTITLE_CLASS):
5001           Fix up IS_FOO macros, which makes gtk-doc much happier.
5002
5003 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
5004
5005         * tests/icles/Makefile.am:
5006           Move the -lgstfoo where it belongs.
5007
5008 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5009
5010         * gst/matroska/ebml-ids.h:
5011         Add ID for EBML CRC32 elements.
5012
5013         * gst/matroska/Makefile.am:
5014         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
5015         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
5016         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
5017         (gst_ebml_read_header):
5018         Support reading 80bit floats, add finalize method to clean up
5019         in any case, support reading length/id elements with any length
5020         as long as it's smaller than our supported maximum, don't leak
5021         buffers if reading as much data as we wanted failed and some
5022         smaller cleanup.
5023
5024 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5025
5026         Patch by: Olivier Crete <tester at tester dot ca>
5027
5028         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
5029         Check that a buffer is large enough before reading from it.
5030         Fixes bug #521102.
5031         
5032 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5033
5034         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5035         Fix compilation after removing the GstPollMode from the
5036         constructor.
5037
5038 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5039
5040         * configure.ac:
5041         * gst/audiofx/Makefile.am:
5042         * gst/audiofx/audiochebband.c:
5043         * gst/audiofx/audiocheblimit.c:
5044         * gst/audiofx/math_compat.h:
5045         Check for sinh(), cosh() and asinh() and define our own
5046         implementations if they're not available. Fixes bug #520880.
5047
5048 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5049
5050         Patch by: Olivier Crete <tester at tester dot ca>
5051
5052         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
5053         Unref the buffers only once when handling not-negotiated errors.
5054         Fixes bug #520764.
5055
5056 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5057
5058         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5059
5060         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
5061         (gst_udpsrc_stop):
5062         Properly balance WSA_Cleanup with WSA_Startup.
5063         Also make the poll controllable on windows. Fixes #520888.
5064
5065 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
5066
5067         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
5068         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
5069         (gst_ebml_read_element_length), (gst_ebml_peek_id),
5070         (gst_ebml_read_skip), (gst_ebml_read_buffer),
5071         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
5072         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
5073         (gst_ebml_read_date), (gst_ebml_read_master),
5074         (gst_ebml_read_binary), (gst_ebml_read_header):
5075         * gst/matroska/ebml-read.h:
5076         * gst/matroska/matroska-demux.c:
5077         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
5078         (gst_matroska_demux_read_track_encodings),
5079         (gst_matroska_demux_add_stream),
5080         (gst_matroska_demux_handle_src_query),
5081         (gst_matroska_demux_handle_seek_event),
5082         (gst_matroska_demux_init_stream),
5083         (gst_matroska_demux_parse_tracks),
5084         (gst_matroska_demux_parse_index_cuetrack),
5085         (gst_matroska_demux_parse_index_pointentry),
5086         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
5087         (gst_matroska_demux_parse_metadata_id_simple_tag),
5088         (gst_matroska_demux_parse_metadata_id_tag),
5089         (gst_matroska_demux_parse_metadata),
5090         (gst_matroska_demux_sync_streams),
5091         (gst_matroska_demux_push_hdr_buf),
5092         (gst_matroska_demux_push_flac_codec_priv_data),
5093         (gst_matroska_demux_push_xiph_codec_priv_data),
5094         (gst_matroska_demux_add_wvpk_header),
5095         (gst_matroska_demux_check_subtitle_buffer),
5096         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
5097         (gst_matroska_demux_parse_cluster),
5098         (gst_matroska_demux_parse_contents_seekentry),
5099         (gst_matroska_demux_parse_contents),
5100         (gst_matroska_demux_loop_stream_parse_id),
5101         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
5102         * gst/matroska/matroska-demux.h:
5103         * gst/matroska/matroska-ids.h:
5104         Handle return values from pull_range in a more granular way to properly
5105         shut down on seeks.
5106         Combine return values from push.
5107         Implement proper error handling.
5108         Prepare for handling seeking correctly.
5109
5110 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
5111
5112         * gst/matroska/ebml-read.c:
5113         Use GINT64 formatting constants from GLIB.
5114
5115         * gst/matroska/matroska-demux.c:
5116         Add some guards to avoid a possible division by 0 and crashing
5117         with NULL events on some systems.
5118         Use gst_gdouble_to_guint64 somewhere instead of an implicit
5119         conversion. 
5120
5121         * gst/matroska/matroska-mux.c:
5122         Check for invalid timestamps in a bunch of places to avoid
5123         writing bogus durations into the output file.
5124         Fix some double<->gint64 conversions that weren't using
5125         gst_guint64_to_gdouble
5126
5127 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5128
5129         * configure.ac:
5130         Move the checks for bison, flex and as to the program section and the
5131         check for gcc inline asm to the compiler characteristics section.
5132
5133 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5134
5135         * configure.ac:
5136         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
5137         plug-ins are included/excluded. (#498222)
5138
5139 2008-02-29  Michael Smith <msmith@fluendo.com>
5140
5141         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
5142           Don't call gst_object_sync_values() unless we have a valid timestamp.
5143
5144 2008-02-28  David Schleef  <ds@schleef.org>
5145
5146         * gst/matroska/matroska-demux.c:
5147         * gst/matroska/matroska-ids.h:
5148         * gst/matroska/matroska-mux.c:
5149           Fix Dirac mapping.  I had previously added a VfW-type
5150           mapping, but it looks like Dirac will get a native Matroska
5151           mapping, and this is the most likely method.
5152
5153 2008-02-28  David Schleef  <ds@schleef.org>
5154
5155         * gst/avi/gstavimux.c: Add Dirac encoding
5156
5157 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5158
5159         Patch by: Peter Kjellerstedt <pkj at axis com>
5160
5161         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
5162         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
5163         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
5164         * gst/udp/gstudpsrc.h:
5165         Port to GstPoll. See #505417.
5166
5167 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
5168
5169         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
5170         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
5171         yet on the srcpad. We need rate and channels before we
5172         can do any processing. Fixes bug #519088.
5173
5174 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
5175
5176         * configure.ac:
5177         Detect and indicate if GCC inline assembly syntax is
5178         available.
5179
5180         * gst/goom/Makefile.am:
5181         * gst/goom/convolve_fx.c:
5182         * gst/goom/flying_stars_fx.c:
5183         * gst/goom/goom_config.h:
5184         * gst/goom/goom_core.c:
5185         * gst/goom/goomsl.c:
5186         * gst/goom/ifs.c:
5187         * gst/goom/mmx.c:
5188         * gst/goom/plugin_info.c:
5189         * gst/goom/xmmx.c:
5190         Fix various GCC-isms, and only build the inline assembly
5191         with compilers that support GCC inline assembly.
5192
5193         Fix a couple of other warnings shown with Forte.
5194
5195 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
5196
5197         * gst/goom/xmmx.c:
5198           Use 'emms' instead of 'femms' to not crash on cpus that do not
5199           implement this 3dnow specific instruction.
5200
5201 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5202
5203         * gst/goom/plugin_info.c: (setOptimizedMethods):
5204         Use extended MMX for draw_line() too if available, not only
5205         normal MMX.
5206
5207 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5208
5209         * ext/jpeg/gstjpeg.c: (plugin_init):
5210         Remove (commented out) smoke typefinder. This is in base now.
5211
5212 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
5213
5214         * gst/goom2k1/Makefile.am:
5215         * gst/goom2k1/gstgoom.c:
5216
5217         Rename the installed library, and don't register the same 
5218         GType name as the new goom.
5219
5220 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5221
5222         * configure.ac:
5223         * ext/taglib/Makefile.am:
5224           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
5225           when building C++ code (#516509).
5226
5227 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5228
5229         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
5230         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
5231           (setOptimizedMethods):
5232           Call oil_init(), otherwise oil_get_cpu_flags() won't return
5233           anything useful. Export goom debug category so we can get
5234           rid of the VERBOSE define and the printfs.
5235
5236 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5237
5238         * gst/goom/goomsl_heap.c: (align_it):
5239         * gst/goom/plugin_info.c: (setOptimizedMethods):
5240           Compile fixes for x86-64.
5241
5242 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5243
5244         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
5245         with warnings, but add other CFLAGS
5246
5247         * gst/goom/goomsl.c (gsl_instr_set_namespace),
5248         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
5249         (calculate_labels), (gsl_read_file):
5250         * gst/goom/goomsl_lex.l:
5251         * gst/goom/goomsl_yacc.y:
5252         * gst/goom/plugin_info.c: Remove a few live printf, and
5253         fprintf, replace exit() calls with g_assert_not_reached()
5254         if it not optimal for a library
5255
5256 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5257
5258         * gst/goom/Makefile.am: Remove the warnings being disabled,
5259         fix linkage on x86, spotted by Sebastian Dröge
5260         <slomo@circular-chaos.org>
5261
5262         * gst/goom/convolve_fx.c (convolve_init),
5263         (create_output_with_brightness), (convolve_apply):
5264         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
5265         * gst/goom/goomsl.c:
5266         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
5267         * gst/goom/plugin_info.c:
5268         * gst/goom/tentacle3d.c (tentacle_fx_create):
5269         Fix warnings, and disable the motifs in the convolve_fx
5270         plugin (they were causing warnings, and they were just
5271         "Goom" in funny letterring)
5272
5273 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5274
5275         * configure.ac: Add checks for Flex/Yacc/Bison and other
5276         furry animals, for the new goom 2k4 based plugin
5277
5278         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
5279         CPU optimisations (not working yet), move the old plugin to...
5280
5281         * gst/goom2k1/*: ... here, in case somebody is sick enough
5282
5283         Fixes #515073
5284
5285 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5286
5287         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
5288         Post the server response code in an error message instead of a generic
5289         'error' message. Fixes #517237.
5290
5291 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5292
5293         * tests/check/Makefile.am:
5294         Ignore gconfaudiosrc for the states unit test too. It will fallback
5295         to alsasrc if the gconf settings can't be read and not everybody has
5296         alsa.
5297
5298 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5299
5300         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
5301         (gst_wavpack_parse_create_src_pad):
5302         * ext/wavpack/gstwavpackparse.h:
5303         Always report the duration if we know it in push mode and don't
5304         return 0 just to make totem believe we can't seek in push mode.
5305         Newer totem version use the SEEKING query which properly reports
5306         if we can seek or not.
5307
5308 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5309
5310         Patch by: Jens Granseuer <jensgr at gmx dot net>
5311
5312         * tests/examples/equalizer/demo.c: (main):
5313         C89 fix, moving variable declarations to the beginning of
5314         the block. Fixes bug #517933.
5315
5316 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
5317
5318         * configure.ac:
5319         Back to development...
5320
5321 === release 0.10.7 ===
5322
5323 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
5324
5325         * configure.ac:
5326           releasing 0.10.7, "Red Door Black"
5327
5328 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
5329
5330         * gst/alpha/Makefile.am:
5331         Link alpha plugin with libgstbase. Fixes bug #517386.
5332
5333 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5334
5335         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
5336         Init values to -1 instead of the default 0 value.
5337         Fixes #516524.
5338
5339 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
5340
5341         * tests/examples/spectrum/spectrum-example.c:
5342         Add missing include to fix compilation when libxml usage is disabled.
5343         Fixes: #516371
5344
5345 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5346
5347         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
5348         fixes: #514889
5349
5350         * gst/rtp/gstrtph264pay.c:
5351         * gst/rtp/gstrtpmp4gdepay.c:
5352         * gst/rtp/gstrtpmp4gpay.c:
5353         * gst/rtp/gstrtpmp4gpay.h:
5354         * gst/rtp/gstrtptheorapay.c:
5355         * gst/rtp/gstrtpvorbispay.c:
5356
5357         Fix various leaks shown up in valgrind
5358         - free sprops and buffer in error cases in H264 payloader
5359         - fix leak in mp4g depayloader when construction the caps
5360         - don't leak config string in the mp4g payloader
5361         - don't leak buffers and headers in theora and vorbis payloaders
5362
5363         * tests/check/elements/rtp-payloading.c:
5364
5365         Fix the RTP data test
5366         - Actually send valid amr data to the payloader instead of 20
5367         zero-bytes
5368         - The mp4g payloader expects codec_data on the caps
5369
5370 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
5371
5372         * win32/MANIFEST:
5373         Add libgstpng.dsp to MANIFEST.
5374         * win32/vs6/libgstaudiofx.dsp:
5375         Add new source files to VS project file.
5376
5377 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5378
5379         * sys/ximage/gstximagesrc.c:
5380         Initialise variables when opening the X display rather
5381         than in _start(), as the display can be opened before that.
5382
5383         Fixes: #515985
5384
5385 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5386
5387         * sys/directdraw/gstdirectdrawsink.c:
5388         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
5389         (gst_directdraw_sink_finalize):
5390         Properly chain up finalize functions. Fixes bug #515980.
5391
5392 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5393
5394         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
5395         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
5396         (gst_v4l2_buffer_pool_class_init):
5397         Chain up the finalize functions. Fixes bug #515984.
5398
5399 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5400
5401         * sys/ximage/ximageutil.c:
5402         Chain up in the finalize function for our custom
5403         buffer sub-class.
5404         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
5405         Fixes: #515706
5406
5407 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5408
5409         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
5410         (gst_fenced_buffer_class_init):
5411         Properly chain up finalize method. Fixes bug #515979.
5412
5413 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5414
5415         * sys/ximage/gstximagesrc.c:
5416         Free allocated Damage memory before closing our connection to the
5417         X server. Partially fixes: #515706
5418
5419 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5420
5421         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
5422         * tests/check/Makefile.am:
5423         * tests/check/gst-plugins-good.supp:
5424         Add a few libjpeg suppressions and initialize a variable to
5425         make smokeenc valgrind clean. Fixes bug #515701.
5426
5427 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
5428
5429         * gst/avi/gstavidemux.c:
5430         Revert patch which sends timestamps only on keyframes, as it
5431         breaks playback with current gst-ffmpeg.
5432
5433         Fixes: #515562
5434
5435 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5436
5437         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5438         * tests/check/elements/multifile.c: (GST_START_TEST):
5439         Close some memory leaks spotted by the unit test. Fixes bug #515697.
5440
5441 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5442
5443         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
5444         Use and unset the GError when pipeline creation fails instead of
5445         simply leaking it. Fixes bug #515704.
5446
5447 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
5448
5449         * gst/audiofx/audioamplify.c:
5450         * gst/audiofx/audiochebband.c:
5451         * gst/audiofx/audiocheblimit.c:
5452         * gst/audiofx/audiodynamic.c:
5453         * gst/audiofx/audioinvert.c:
5454         * gst/audiofx/audiopanorama.c:
5455         * gst/audiofx/audiowsincband.c:
5456         * gst/audiofx/audiowsinclimit.c:
5457         Fix long description of audiofx elements. Fixes bug #515457.
5458
5459 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5460
5461         * docs/plugins/Makefile.am:
5462         * gst/spectrum/gstspectrum.c:
5463         * tests/examples/spectrum/.cvsignore:
5464         * tests/examples/spectrum/Makefile.am:
5465         * tests/examples/spectrum/spectrum-example.c:
5466
5467         Add a simple example application for the spectrum element, include it
5468         in the docs, and fix some documentation ambiguities.
5469
5470         Fixes: #348085
5471
5472 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5473
5474         * gst/equalizer/Makefile.am:
5475         * gst/spectrum/Makefile.am:
5476         Fix includes order
5477
5478         * tests/check/Makefile.am:
5479         Exclude v4l2src from the states test - it takes too long to start.
5480
5481         * tests/check/elements/spectrum.c:
5482         Make the test run properly with CK_FORK=no
5483
5484 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
5485
5486         * gst/audiofix/Makefile.am: add missing header files 
5487
5488 2008-02-08  Julien Moutte  <julien@fluendo.com>
5489
5490         * gst/matroska/matroska-demux.c:
5491         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
5492         keyframe and delta units correctly when dealign with a BlockGroup.
5493         Fixes: #514397
5494
5495 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5496
5497         * tests/check/elements/.cvsignore:
5498         Spell the new tests correctly in .cvsignore
5499
5500 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5501
5502         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5503           Need to use gsize here for the size, fixes compiler warning.
5504
5505         * tests/examples/equalizer/.cvsignore:
5506         * tests/examples/equalizer/Makefile.am:
5507         * tests/examples/spectrum/.cvsignore:
5508         * tests/examples/spectrum/Makefile.am:
5509           Add missing files to fix the build.
5510
5511 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5512
5513         * configure.ac:
5514         * docs/plugins/Makefile.am:
5515         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5516         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5517         * docs/plugins/gst-plugins-good-plugins.args:
5518         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5519         * docs/plugins/inspect/plugin-multifile.xml:
5520         * tests/check/Makefile.am:
5521         * tests/check/elements/.cvsignore:
5522
5523         Move multifile plugin from -bad.
5524         Fixes: #490283
5525
5526 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5527
5528         * configure.ac:
5529         * docs/plugins/Makefile.am:
5530         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5531         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5532         * docs/plugins/gst-plugins-good-plugins.args:
5533         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5534         * docs/plugins/inspect/plugin-spectrum.xml:
5535         * gst/spectrum/Makefile.am:
5536         * tests/check/Makefile.am:
5537         * tests/check/elements/.cvsignore:
5538         * tests/examples/Makefile.am:
5539
5540         Move spectrum plugin from -bad.
5541         Move examples into tests/examples/spectrum.
5542
5543 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5544
5545         * configure.ac:
5546         * docs/plugins/Makefile.am:
5547         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5548         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5549         * docs/plugins/gst-plugins-good-plugins.args:
5550         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5551         * docs/plugins/gst-plugins-good-plugins.interfaces:
5552         * docs/plugins/inspect/plugin-equalizer.xml:
5553         * gst/equalizer/Makefile.am:
5554         * tests/check/Makefile.am:
5555         * tests/examples/Makefile.am:
5556         Move the equalizer plugin across from -bad
5557
5558         * tests/check/elements/.cvsignore:
5559         Add equalizer, audiosincwband and audiosincwlimit
5560
5561         * tests/check/elements/equalizer.c:
5562         Fix compiler warnings
5563
5564         Fixes: #415627
5565
5566 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5567
5568         * configure.ac:
5569         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
5570         are treated like releases and build without it.
5571
5572 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5573
5574         * docs/plugins/Makefile.am:
5575         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5576         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5577         * docs/plugins/gst-plugins-good-plugins.args:
5578         * docs/plugins/inspect/plugin-audiofx.xml:
5579         * gst/audiofx/Makefile.am:
5580         * gst/audiofx/audiofx.c:
5581         * gst/audiofx/audiowsincband.c:
5582         * gst/audiofx/audiowsincband.h:
5583         * gst/audiofx/audiowsinclimit.c:
5584         * gst/audiofx/audiowsinclimit.h:
5585         * tests/check/Makefile.am:
5586         * tests/check/elements/audiowsincband.c:
5587         * tests/check/elements/audiowsinclimit.c:
5588
5589         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
5590         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
5591         respectively.
5592
5593         Fixes: #467666
5594
5595 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5596
5597         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
5598         * tests/check/elements/icydemux.c:
5599           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
5600           caps, and add a somewhat useful debug message. Plus test.
5601
5602 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
5603
5604         * gst/rtsp/gstrtspsrc.c:
5605         Include unistd.h only if HAVE_UNISTD_H is defined
5606         * win32/common/config.h.in:
5607         * win32/common/config.h:
5608         Define socklen_t as it seems it's not defined in default 
5609         Visual Studio headers.
5610         * win32/vs6/libgstalpha.dsp:
5611         * win32/vs6/libgstapetag.dsp:
5612         * win32/vs6/libgstavi.dsp:
5613         * win32/vs6/libgstrtp.dsp:
5614         * win32/vs6/libgstrtsp.dsp:
5615         * win32/vs6/libgstvideomixer.dsp:
5616         Update project file dependencies and add new source files       
5617
5618 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
5619
5620         Patch by: Bjarne Rosengren <bjarne at axis dot com>
5621
5622         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
5623         Don't leak buffers when we don't push them downstream.
5624         Fixes bug #514965.
5625
5626 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5627
5628         * configure.ac:
5629           Bump requirements to (good) released versions to avoid
5630           confusion and make implicit core requirement explicit.
5631
5632 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
5633
5634         * docs/plugins/Makefile.am:
5635         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5636         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5637         * docs/plugins/gst-plugins-good-plugins.args:
5638         * docs/plugins/inspect/plugin-audiofx.xml:
5639         * gst/audiofx/Makefile.am:
5640         * gst/audiofx/audiochebband.c:
5641         * gst/audiofx/audiochebband.h:
5642         * gst/audiofx/audiocheblimit.c:
5643         * gst/audiofx/audiocheblimit.h:
5644         * gst/audiofx/audiochebyshevfreqband.c:
5645         * gst/audiofx/audiochebyshevfreqband.h:
5646         * gst/audiofx/audiochebyshevfreqlimit.c:
5647         * gst/audiofx/audiochebyshevfreqlimit.h:
5648         * gst/audiofx/audiofx.c:
5649         * tests/check/Makefile.am:
5650         * tests/check/elements/.cvsignore:
5651         * tests/check/elements/audiochebband.c:
5652         * tests/check/elements/audiocheblimit.c:
5653         * tests/check/elements/audiochebyshevfreqband.c:
5654         * tests/check/elements/audiochebyshevfreqlimit.c:
5655
5656         Rename audiochebyshevfreqband -> audiochebband and
5657         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
5658         surgery.
5659
5660         Closes: #491811
5661
5662 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
5663
5664         Patch by: Orjan Friberg <orjanf at axis dot com>
5665
5666         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
5667         Fix caps memory leak. Fixes #514573.
5668
5669 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
5670
5671         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
5672         If there's no entries in the subindex, don't try to do anything stupid,
5673         just return.
5674
5675 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5676
5677         Patch by: John Millikin <jmillikin at gmail dot com>
5678
5679         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
5680           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
5681           Fix extraction of picture blocks with newer libflac versions again:
5682           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
5683
5684 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5685
5686         * tests/check/Makefile.am:
5687           Add rtp-payloading test to VALGRIND_TO_FIX.
5688
5689         * tests/check/elements/rtp-payloading.c:
5690           Add semicolons after GST_TEST_END so gst-indent gets the
5691           formatting right; make test less verbose in general, but
5692           more verbose in the error case (which should probably
5693           make the test fail anyway).
5694
5695 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
5696
5697         * docs/plugins/Makefile.am:
5698         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5699         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5700         * gst/avi/gstavisubtitle.c:
5701         Add documentation for avisubtitle and change class to
5702         Codec/Parser/Subtitle
5703
5704 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
5705
5706         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
5707         Treat ENOTTY (driver does not implement ioctl) the same as
5708         EINVAL since it implies there are no available standards.
5709
5710         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
5711         (gst_v4l2src_get_nearest_size):
5712         Replace gst_v4l2src_get_size_limits with 2 calls to new function
5713         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
5714         probe if the driver does not support VIDIOC_TRY_FMT for whatever
5715         reason, and if we aren't yet actively capturing.
5716
5717         * sys/v4l2/v4l2src_calls.h:
5718         Remove replaced function declaration.
5719
5720 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
5721
5722         * configure.ac:
5723         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
5724         API.
5725
5726 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
5727
5728         * configure.ac:
5729         Fix typo.
5730
5731 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5732
5733         * gst/alpha/Makefile.am:
5734         * gst/alpha/gstalpha.c:
5735
5736         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
5737         some stuff, and making buffer-alloc and resizing work automatically.
5738         No longer crashes on odd frame widths and heights, although there
5739         seems to be a disagreement with ffmpegcolorspace about what size
5740         an AYUV frame with odd height should be.
5741
5742 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
5743
5744         Patch by: Alessandro Decina <alessandro at nnva dot org>
5745
5746         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
5747         * ext/libpng/gstpngenc.h:
5748         Preallocate the output buffer so that g_memdup() and
5749         gst_buffer_merge() aren't needed anymore. This greatly improves
5750         performances and fixes #512544.
5751
5752 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
5753
5754         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
5755         (gst_avi_demux_stream_data):
5756         GStreamer timestamps are PTS values while AVI only knows about DTS
5757         timestamps. Make sure we only copy the DTS as the buffer timestamp when
5758         we are dealing with a key frame.
5759
5760 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
5761
5762         * tests/check/Makefile.am:
5763         * tests/check/elements/.cvsignore:
5764         * tests/check/elements/rtp-payloading.c:
5765           Add add testsuite for the rtp-payloader that tries simulating
5766           dataflow. Needs more test data.
5767
5768 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
5769
5770         * tests/check/elements/alphacolor.c:
5771           Remove two unused variables.
5772
5773 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
5774
5775         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
5776           Use g_ascii_strtoll() instead of atoll, which is only
5777           available in C99.
5778
5779 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
5780
5781         * gst/rtp/Makefile.am:
5782         * gst/rtp/gstrtp.c:
5783         * gst/rtp/gstrtpmpvpay.c:
5784         * gst/rtp/gstrtpmpvpay.h:
5785         Add MPEG2 video payloader
5786
5787 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
5788
5789         * gst/level/gstlevel.c:
5790         Use #include <math.h> instead of #include "math.h".
5791
5792 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
5793
5794         * tests/check/Makefile.am:
5795         Fix up some CFLAGS sets.
5796         Don't include gconfvideosrc in the states test.
5797
5798         * tests/check/elements/autodetect.c: (GST_START_TEST):
5799         Add some error strings to fail_unless arguments to fix some weird
5800         compiler errors on Solaris.
5801
5802 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
5803
5804         * configure.ac:
5805         Detect video4linux headers on Solaris too.
5806         * sys/v4l2/gstv4l2colorbalance.h:
5807         * sys/v4l2/gstv4l2object.h:
5808         * sys/v4l2/v4l2_calls.c:
5809         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
5810         (gst_v4l2_buffer_new):
5811
5812         Make v4l2 build on Solaris.
5813         Patch by: Brian Cameron  <brian.cameron at sun dot com>
5814         Fixes: #510505
5815
5816 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
5817
5818         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5819           Update list from (still local) scanning script.
5820
5821 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
5822
5823         Based on a patch by:
5824             Victor STINNER <victor dot stinner at haypocalc dot com>
5825
5826         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
5827         Set variable to NULL after freeing it to prevent double frees
5828         or make failures by another use of it afterwards more obvious
5829         and fix use of it after the freeing. Fixes bug #510592.
5830
5831 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
5832
5833         * gst/udp/gstmultiudpsink.c:
5834         use GST_WARNING for logging
5835
5836 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
5837
5838         * gst/udp/gstmultiudpsink.c:
5839         Don't try to leave a multicast group with an invalid socket
5840
5841 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
5842
5843         * ext/flac/gstflacdec.c:
5844           Fix compilation against flac 1.1.2 (as on debian stable), where
5845           the picture metadata defines and structs don't exist yet.
5846           Fixes #509301.
5847
5848 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5849
5850         Patch by: Olivier Crete <tester at tester dot ca>
5851
5852         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
5853         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
5854         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
5855         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
5856         * gst/udp/gstmultiudpsink.h:
5857         Add property to automatically join a multicast group or not. This can be
5858         useful when sharing a socket between multiple elements.
5859         Fixes #509531.
5860
5861 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5862
5863         * gst/videomixer/Makefile.am:
5864           Add controller flags.
5865
5866 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5867
5868         * gst/videomixer/videomixer.c:
5869           Also commit the missing gst_object_sync_values().
5870
5871 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5872
5873         * docs/plugins/Makefile.am:
5874           Remove duplicate entry.
5875
5876 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5877
5878         * docs/plugins/Makefile.am:
5879         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5880         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5881         * docs/plugins/inspect/plugin-gamma.xml:
5882         * docs/plugins/inspect/plugin-monoscope.xml:
5883         * docs/plugins/inspect/plugin-video4linux2.xml:
5884           Add 3 more plugins to docs.
5885
5886 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5887
5888         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5889         * sys/osxvideo/osxvideosink.h:
5890           Revert previous change caused by a file that got stuck on an old
5891           revision.
5892
5893 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5894
5895         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5896         * gst/multipart/Makefile.am:
5897         * gst/multipart/multipartdemux.c:
5898         * gst/multipart/multipartdemux.h:
5899         * gst/multipart/multipartmux.c:
5900         * gst/multipart/multipartmux.h:
5901           Re-add multipartdemux to the docs. Last round of section cleanup.
5902
5903 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5904
5905         * docs/plugins/Makefile.am:
5906         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5907         * sys/osxaudio/gstosxaudiosink.h:
5908         * sys/osxvideo/osxvideosink.h:
5909           Managed to resolve most unused declarations. Filed a bug for one left.          
5910
5911 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5912
5913         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5914           Cleanup section file.
5915
5916 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5917
5918         * docs/plugins/Makefile.am:
5919         * docs/plugins/gst-plugins-good-plugins.args:
5920         * docs/plugins/gst-plugins-good-plugins.signals:
5921         * docs/plugins/inspect/plugin-alaw.xml:
5922         * docs/plugins/inspect/plugin-alpha.xml:
5923         * docs/plugins/inspect/plugin-alphacolor.xml:
5924         * docs/plugins/inspect/plugin-annodex.xml:
5925         * docs/plugins/inspect/plugin-apetag.xml:
5926         * docs/plugins/inspect/plugin-audiofx.xml:
5927         * docs/plugins/inspect/plugin-auparse.xml:
5928         * docs/plugins/inspect/plugin-autodetect.xml:
5929         * docs/plugins/inspect/plugin-avi.xml:
5930         * docs/plugins/inspect/plugin-cairo.xml:
5931         * docs/plugins/inspect/plugin-cdio.xml:
5932         * docs/plugins/inspect/plugin-cutter.xml:
5933         * docs/plugins/inspect/plugin-debug.xml:
5934         * docs/plugins/inspect/plugin-dv.xml:
5935         * docs/plugins/inspect/plugin-efence.xml:
5936         * docs/plugins/inspect/plugin-effectv.xml:
5937         * docs/plugins/inspect/plugin-flac.xml:
5938         * docs/plugins/inspect/plugin-flxdec.xml:
5939         * docs/plugins/inspect/plugin-gconfelements.xml:
5940         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
5941         * docs/plugins/inspect/plugin-goom.xml:
5942         * docs/plugins/inspect/plugin-halelements.xml:
5943         * docs/plugins/inspect/plugin-icydemux.xml:
5944         * docs/plugins/inspect/plugin-id3demux.xml:
5945         * docs/plugins/inspect/plugin-jpeg.xml:
5946         * docs/plugins/inspect/plugin-ladspa.xml:
5947         * docs/plugins/inspect/plugin-level.xml:
5948         * docs/plugins/inspect/plugin-matroska.xml:
5949         * docs/plugins/inspect/plugin-mulaw.xml:
5950         * docs/plugins/inspect/plugin-multipart.xml:
5951         * docs/plugins/inspect/plugin-navigationtest.xml:
5952         * docs/plugins/inspect/plugin-png.xml:
5953         * docs/plugins/inspect/plugin-quicktime.xml:
5954         * docs/plugins/inspect/plugin-rtp.xml:
5955         * docs/plugins/inspect/plugin-rtsp.xml:
5956         * docs/plugins/inspect/plugin-shout2send.xml:
5957         * docs/plugins/inspect/plugin-smpte.xml:
5958         * docs/plugins/inspect/plugin-speex.xml:
5959         * docs/plugins/inspect/plugin-taglib.xml:
5960         * docs/plugins/inspect/plugin-udp.xml:
5961         * docs/plugins/inspect/plugin-videobalance.xml:
5962         * docs/plugins/inspect/plugin-videobox.xml:
5963         * docs/plugins/inspect/plugin-videocrop.xml:
5964         * docs/plugins/inspect/plugin-videoflip.xml:
5965         * docs/plugins/inspect/plugin-videomixer.xml:
5966         * docs/plugins/inspect/plugin-wavenc.xml:
5967         * docs/plugins/inspect/plugin-wavpack.xml:
5968         * docs/plugins/inspect/plugin-wavparse.xml:
5969           Update plugin docs.
5970
5971         * gst/videomixer/Makefile.am:
5972         * gst/videomixer/videomixer.c:
5973         * gst/videomixer/videomixer.h:
5974         * gst/videomixer/videomixerpad.h:
5975           Split out header to fix warnings from the doc-build.
5976
5977 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5978
5979         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
5980
5981         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
5982         Use atoll to parse the rtptime with enough precision. Fixes #509329.
5983
5984 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
5985
5986         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
5987         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
5988           Initialise variables to work around (false) 'foo might be used
5989           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
5990
5991 2008-01-11  David Schleef  <ds@schleef.org>
5992
5993         * docs/plugins/.cvsignore:
5994         * tests/check/pipelines/.cvsignore:
5995           Ignore more files for the buildbot.
5996
5997 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
5998
5999         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
6000         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
6001         Generate the image-type values correctly. Leave them out of the caps
6002         when outputting a "preview image" tag, since it only makes sense
6003         to have one of those - the type is irrelevant.
6004
6005         * sys/sunaudio/gstsunaudiomixerctrl.c:
6006         (gst_sunaudiomixer_ctrl_open):
6007         If we can, mark the mixer multiple open when we use it, in case
6008         (for some reason) the process wants to open it again elsewhere.
6009
6010 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6011
6012         Patch by: Olivier Crete <tester at tester dot ca>
6013
6014         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
6015         * gst/rtp/gstrtptheorapay.c:
6016         Fix the clock rate to 90000 as required by the RFC.
6017         Fixes #508644.
6018
6019 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6020
6021         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
6022           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
6023
6024 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
6025
6026         * autogen.sh:
6027           Add -Wno-portability to the automake parameters to stop warnings
6028           about GNU make extensions being used. We require GNU make in almost
6029           every Makefile anyway.
6030           
6031         * configure.ac:
6032           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
6033           at the same time is required for per target flags.
6034
6035 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6036
6037         * gst/videomixer/videomixer.c: (gst_videomixer_init):
6038         Fix error from my last commit.
6039
6040 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
6041
6042         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6043
6044         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
6045           Make sure the ISO 639-X language code in ID3v2 COMM frames
6046           is actually valid UTF-8 (or rather: ASCII), so we don't end
6047           up with non-UTF8 strings in tags if there's garbage in the
6048           language field. Also make sure the language code is always
6049           lower case. Fixes: #508291.
6050
6051 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6052
6053         * ChangeLog:
6054           Fix ChangeLog typo.
6055
6056 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6057
6058         * Makefile.am:
6059           Include lcov.mak to allow building coverage reports. Guard
6060           check-torture target like in the other packages.
6061
6062 2008-01-09  Sameer Naik  <sameer@damagehead.com>
6063
6064         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
6065
6066         * gst/videomixer/videomixer.c:
6067         (gst_videomixer_set_master_geometry), (_do_init),
6068         (gst_videomixer_child_proxy_get_child_by_index),
6069         (gst_videomixer_child_proxy_get_children_count),
6070         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
6071         (gst_videomixer_init), (gst_videomixer_request_new_pad),
6072         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
6073         Implement GstChildProxy interface.
6074         Send newsegment at the right moment
6075         Fixes #488879
6076
6077 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6078
6079         * gst/alpha/Makefile.am:
6080         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
6081         (gst_alpha_sink_event), (gst_alpha_chain),
6082         (gst_alpha_change_state), (plugin_init):
6083         Make the various properties of 'alpha' controllable. This allows doing
6084         niceties like fade-in/fade-out.
6085
6086 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6087
6088         * gst/rtp/gstasteriskh263.c:
6089         * gst/rtp/gstrtpL16depay.c:
6090         * gst/rtp/gstrtpac3depay.c:
6091         * gst/rtp/gstrtpamrpay.c:
6092         * gst/rtp/gstrtpdepay.c:
6093         * gst/rtp/gstrtpgsmdepay.c:
6094         * gst/rtp/gstrtph263depay.c:
6095         * gst/rtp/gstrtph263pdepay.c:
6096         * gst/rtp/gstrtph263ppay.c:
6097         * gst/rtp/gstrtph264depay.c:
6098         * gst/rtp/gstrtph264pay.c:
6099         * gst/rtp/gstrtpmp2tdepay.c:
6100         * gst/rtp/gstrtpmp4adepay.c:
6101         * gst/rtp/gstrtpmp4gdepay.c:
6102         * gst/rtp/gstrtpmp4gpay.c:
6103         * gst/rtp/gstrtpmp4vdepay.c:
6104         * gst/rtp/gstrtpmpadepay.c:
6105         * gst/rtp/gstrtpmpvdepay.c:
6106         * gst/rtp/gstrtpsv3vdepay.c:
6107         * gst/rtp/gstrtptheoradepay.c:
6108         * gst/rtp/gstrtptheorapay.c:
6109         * gst/rtp/gstrtpvorbisdepay.c:
6110         * gst/rtp/gstrtpvorbispay.c:
6111           Remove copy/paste unused code (property setters and getter) found by
6112           the coverage suite (yay, saves ~20k on disk).
6113
6114 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6115
6116         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
6117           (videosink_templ):
6118           Also fix up pad templates to indicate that image/jpeg doesn't
6119           absolutely require the framerate property to be set (#504081).
6120
6121 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6122
6123         Based on patch by: Wouter Cloetens  <wouter at mind be>
6124
6125         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
6126           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6127           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
6128         * gst/matroska/matroska-mux.h:
6129           Keep track of first and last timestamps for each incoming stream,
6130           so we can calculate the total duration for live sources and other
6131           input where we can't query the duration from the start or where
6132           there's no constant framerate from which we can deduce the
6133           duration; also use calculated/observed duration if it is bigger
6134           than the previously queried duration. Furthermore, use
6135           gst_pad_query_peer_duration() and take into account that it may
6136           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
6137           screws up comparisons when using unsigned integers. Fixes #504081.
6138
6139 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
6140
6141         * configure.ac:
6142         * gst/audiofx/audioamplify.c:
6143         (gst_audio_amplify_clipping_method_get_type),
6144         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
6145         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
6146         (gst_audio_dynamic_transform_ip):
6147         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
6148         (gst_audio_invert_transform_ip):
6149         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6150         (gst_audio_panorama_transform):
6151         * gst/level/gstlevel.c: (gst_level_init):
6152         Make elements GST_BUFFER_FLAG_GAP aware and call
6153         gst_base_transform_set_gap_aware for this.
6154         Bump core requirement to CVS.
6155         
6156         * gst/audiofx/audiochebyshevfreqband.c:
6157         (gst_audio_chebyshev_freq_band_transform_ip):
6158         * gst/audiofx/audiochebyshevfreqlimit.c:
6159         (gst_audio_chebyshev_freq_limit_transform_ip):
6160         Also sync GObject properties to the controller if operating
6161         in passthrough mode.
6162
6163 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
6164
6165         * sys/directdraw/gstdirectdrawsink.c:
6166           (gst_directdraw_sink_window_thread):
6167           FALSE is not a gpointer.
6168
6169 2008-01-05  Julien Moutte  <julien@fluendo.com>
6170
6171         * sys/directdraw/gstdirectdrawsink.c:
6172         (gst_directdraw_sink_set_window_id),
6173         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
6174         (gst_directdraw_sink_buffer_alloc),
6175         (gst_directdraw_sink_draw_borders),
6176         (gst_directdraw_sink_show_frame),
6177         (gst_directdraw_sink_setup_ddraw),
6178         (gst_directdraw_sink_window_thread),
6179         (gst_directdraw_sink_get_ddrawcaps),
6180         (gst_directdraw_sink_surface_create): Make sure we create our
6181         internal window only when we need it. That will give a chance to
6182         the application to get the prepare-xwindow-id bus message. Draw
6183         black borders when keeping aspect ratio. Handle the case where our
6184         rendering window disappears (closed or errors) like other sinks
6185         do. Various 80 columns fixes, improve state change order. That
6186         element could need some more love.
6187
6188 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
6189
6190         * ext/taglib/gstapev2mux.h:
6191         * ext/taglib/gstid3v2mux.h:
6192         Remove useless typedefs without new type name. Fixes a warning with
6193         gcc 4.3.
6194
6195 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
6196
6197         Patch by: John Millikin <jmillikin at gmail dot com>
6198
6199         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
6200         (gst_flac_dec_setup_stream_decoder),
6201         (gst_flac_normalize_picture_mime_type),
6202         (gst_flac_extract_picture_buffer),
6203         (gst_flac_dec_metadata_callback):
6204         Emit metadata messages when a PICTURE block is encountered.
6205         Fixes #506715.
6206
6207 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
6208
6209         * gst/avi/gstavi.c:
6210         increase rank because no known issues anymore ...
6211         * gst/avi/gstavisubtitle.c:
6212         send subtitle name to the srcpad
6213
6214 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
6215
6216         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
6217         * gst/rtsp/gstrtspsrc.h:
6218         Implement redirect for the DESCRIBE reply. Fixes #506025.
6219
6220 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
6221
6222         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
6223         Fix 'xyz may be used uninitialized' compiler warnings caused
6224         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
6225         abort() in any case but properly report the error.
6226
6227 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
6228
6229         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
6230         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
6231         * sys/ximage/gstximagesrc.c: (composite_pixel):
6232           Fix 'xyz may be used uninitialized' compiler warnings caused
6233           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
6234           not really nice to abort in any case). Fixes #505745.
6235
6236 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6237
6238         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
6239           Small unit test fix (has no practical impact at the moment,
6240           since we're only feeding utf8 and hence just create a sub-
6241           buffer for the output).
6242
6243 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
6244
6245         * gst/avi/gstavisubtitle.c:
6246         * tests/check/elements/avisubtitle.c:
6247         Add seeking support for avi subtitle
6248
6249 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6250
6251         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
6252         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
6253         (gst_flac_dec_write):
6254         * ext/flac/gstflacdec.h:
6255         Remove some unused vars.
6256         Do more cleanup of leftover events and tags.
6257         Output tags after the segment event. Fixes #504018.
6258
6259 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6260
6261         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
6262           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
6263           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
6264           Detect other UTF byte order markers and convert to UTF-8 as
6265           appropriate.
6266
6267 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6268
6269         * gst/avi/gstavisubtitle.c: (src_template),
6270           (gst_avi_subtitle_extract_utf8_file),
6271           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
6272           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
6273           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
6274         * gst/avi/gstavisubtitle.h:
6275           Refactor a bit; fix name extraction; don't assume all the data
6276           in the chunk is actually subtitle data, there may be padding at
6277           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
6278           file so it's there to send again after a seek (for future use).
6279
6280 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6281
6282         * gst/avi/Makefile.am:
6283         * gst/avi/gstavi.c:
6284         * gst/avi/gstavisubtitle.c:
6285         * gst/avi/gstavisubtitle.h:
6286         * tests/check/Makefile.am:
6287         * tests/check/elements/avisubtitle.c:
6288         * win32/common/config.h:
6289                 Add avi subtitle element for bug #442034. Need seeking support
6290                 and more support for character conversion.
6291
6292 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6293
6294         * Makefile.am:
6295           Include common/win32.mak for CRLF check of win32 project
6296           files (see #393626).
6297
6298         * win32/vs6/libgstpng.dsp:
6299           Fix line endings and do cvs admin -kb.
6300
6301 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
6302
6303         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
6304         Actually drop the buffers which are outside the currently configured
6305         segment instead of just emitting a WARNING.
6306
6307 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6308
6309         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
6310         (gst_flac_dec_write):
6311         * ext/flac/gstflacdec.h:
6312         Send segments from the streaming thread. Fixes #502187.
6313         Fix segment seeking and a bunch of other seeking cases.
6314
6315 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6316
6317         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
6318           Parse WOAF frames and put the result into GST_TAG_CONTACT,
6319           which is where it would end up if the same information was
6320           put in a vorbis comment (don't think it's worth adding a
6321           new URI tag for this). Fixes #488112.
6322
6323 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6324
6325         * configure.ac:
6326           We need core/base 0.10.15 or later.
6327
6328 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6329
6330         Patch by: Mark Nauwelaerts <manauw skynet be>
6331
6332         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
6333         Fix regression in stream numbering. Fixes #502655.
6334
6335 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6336
6337         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
6338
6339         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
6340         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
6341         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
6342         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
6343         (gst_rtp_h264_pay_handle_buffer):
6344         * gst/rtp/gstrtph264pay.h:
6345         Use higher performance start-code searching.
6346         Parse NALs and store SPS, PPS and profile in the caps so that they can
6347         be used in the SDP. Fixes #502814.
6348
6349 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6350
6351         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6352         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
6353           Init some structs to zero before we pass them to ioctl, which
6354           avoids valgrind warnings.  Also fix a small memory leak.
6355
6356 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6357
6358         Patch by: Wouter Cloetens <wouter at mind dot be>
6359
6360         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
6361         Copy timestamp from input to output. Not very perfect yet but better
6362         than nothing. Fixes #503023.
6363
6364 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6365
6366         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6367           Also print a useful error message with the old Wavpack API
6368           if possible.
6369
6370 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6371
6372         * ext/wavpack/gstwavpackdec.c:
6373           More build fixes for old libwavpack versions: include config.h so
6374           that WAVPACK_OLD_API is actually defined as detected; only use
6375           WavpackGetErrorMessage if it is available. This fixes the build
6376           on debian stable for me.
6377
6378 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6379
6380         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6381         * ext/wavpack/gstwavpackparse.c:
6382           (gst_wavpack_parse_create_src_pad):
6383           Workaround the non-existance of WavpackGetChannelMask in Wavpack
6384           versions below 4.40.0.
6385
6386 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6387
6388         * configure.ac:
6389           And now do it right for real...
6390
6391 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6392
6393         * configure.ac:
6394           Correctly reset $LIBS to not contain -lm.
6395
6396 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6397
6398         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
6399
6400         * configure.ac:
6401         * ext/cairo/gsttimeoverlay.c:
6402           (gst_cairo_time_overlay_print_smpte_time):
6403           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
6404           and checking for rint() and implementing it ourself if it doesn't
6405           exist. Fixes #497293.
6406
6407 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6408
6409         * configure.ac:
6410           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
6411
6412 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
6413
6414         * sys/oss/gstosshelper.c:
6415         Verify that the format returned after the ioctl is the one
6416         we requested. It is valid for the ioctl to succeed while
6417         substituting an alternate 'supported' sample format.
6418
6419 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
6420
6421         * sys/oss/gstossaudio.c: (plugin_init):
6422         * sys/oss/gstosssink.c: (gst_oss_sink_open):
6423         * sys/oss/gstosssrc.c: (gst_oss_src_open):
6424           Post decent (and translated) error message when we can't
6425           open the audio device for some reason.
6426
6427 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
6428
6429         * sys/oss/gstosssink.c:
6430         * sys/oss/gstosssrc.c:
6431         Allow the AUDIODEV environment variable to redirect us
6432         to a different default OSS device, like sunaudiosink does
6433         on Solaris (makes audio play automatically on SunRays).
6434
6435 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
6436
6437         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
6438         * gst/audiofx/audiochebyshevfreqband.c:
6439         (gst_audio_chebyshev_freq_band_transform_ip):
6440         * gst/audiofx/audiochebyshevfreqlimit.c:
6441         (gst_audio_chebyshev_freq_limit_transform_ip):
6442         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
6443         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
6444         The transform_ip() methods should do nothing if in passthrough mode.
6445         It might get non-writable buffers in that case but the buffer might
6446         as well be writable.
6447
6448         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
6449         The transform() methods won't be called in passthrough mode and
6450         otherwise the buffer is always writable so don't check here.
6451
6452 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
6453
6454         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
6455           Fix seeking in .wav files again (#501775).  Some people seem to think
6456           they don't need to test their changes when they're just 'reflowing'
6457           some code.
6458
6459 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6460
6461         * gst/autodetect/gstautovideosink.c:
6462         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
6463         (gst_auto_video_sink_init),
6464         (gst_auto_video_sink_create_element_with_pretty_name),
6465         (gst_auto_video_sink_find_best),
6466         (gst_auto_video_sink_set_property),
6467         (gst_auto_video_sink_get_property):
6468         * gst/autodetect/gstautovideosink.h:
6469         Fix docs.
6470         Use same error reporting code as autoaudiosink.
6471         Add property to filter sinks based on caps. Only select raw video sinks
6472         by default for backwards compat.
6473         API: GstAutoVideoSink::filter-caps
6474
6475 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6476
6477         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6478
6479         * gst/autodetect/gstautoaudiosink.c:
6480         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
6481         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
6482         (gst_auto_audio_sink_set_property),
6483         (gst_auto_audio_sink_get_property):
6484         * gst/autodetect/gstautoaudiosink.h:
6485         Add property to filter sinks based on caps. Only select raw audio sinks
6486         by default for backwards compat.  Fixes #417420.
6487         API: GstAutoAudioSink::filter-caps
6488
6489 2007-11-29  Michael Smith <msmith@fluendo.com>
6490
6491         Patch by: Arek Korbik <arkadini@gmail.com>
6492
6493         * gst/videobox/gstvideobox.c: (plugin_init):
6494           Initialise liboil in plugin_init()
6495
6496 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
6497
6498         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
6499         Post error before sending EOS. Fixes #499178.
6500
6501 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
6502
6503         * win32/vs6/gst_plugins_good.dsw:
6504         * win32/vs6/libgstpng.dsp:
6505         Add a project file for libgstpng
6506
6507 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
6508
6509         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
6510         (gst_rtp_h263_depay_process):
6511         Code beautification.
6512         Added debug statements.
6513         Don't bit-shift everything, just do operations on last/first byte
6514         instead.
6515
6516 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
6517
6518         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
6519
6520         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
6521         Fix wrong comparison in overrun check. Fixes #499239 some more.
6522
6523 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
6524
6525         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
6526         (gst_rtp_h263_depay_process):
6527         * gst/rtp/gstrtph263depay.h:
6528         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
6529         stream.
6530
6531 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
6532
6533         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
6534
6535         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
6536         (gst_rtp_mp4a_depay_process):
6537         * gst/rtp/gstrtpmp4adepay.h:
6538         Fix depayloading when multiple frames are inside one RTP packet.
6539         Fixes #499239.
6540
6541 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6542
6543         * gst/level/gstlevel.c:
6544           Add GAP-flag support.
6545
6546 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
6547
6548         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
6549         Read the I flag for Mode A h263 rtp stream and set the
6550         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
6551         Fixes #499383
6552
6553 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6554
6555         * gst/level/gstlevel.c:
6556           Remove some dead code and do cleanups.
6557
6558 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6559
6560         * tests/check/pipelines/simple-launch-lines.c:
6561           Improve the tests by allowing to set a target state.
6562
6563 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
6564
6565         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
6566         Don't check the caps of the output buffer if they're equal some
6567         other caps. The caps can change in a backward compatible way
6568         and did at this point.
6569
6570 2007-11-24  Julien MOUTTE  <julien@moutte.net>
6571
6572         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
6573         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
6574         (gst_qtdemux_seek_to_previous_keyframe),
6575         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
6576         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
6577         reverse playback support.
6578
6579 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
6580
6581         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
6582         Also set the channel layout on the Wavpack caps if we're having
6583         a mono layout. Of course only do it for "audio/x-wavpack".
6584
6585 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
6586
6587         * ext/wavpack/gstwavpackcommon.c:
6588         (gst_wavpack_get_default_channel_mask),
6589         (gst_wavpack_set_channel_layout),
6590         (gst_wavpack_get_default_channel_positions),
6591         (gst_wavpack_get_channel_mask_from_positions),
6592         (gst_wavpack_set_channel_mapping):
6593         * ext/wavpack/gstwavpackcommon.h:
6594         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
6595         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
6596         * ext/wavpack/gstwavpackdec.h:
6597         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
6598         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
6599         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
6600         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
6601         (gst_wavpack_enc_rewrite_first_block),
6602         (gst_wavpack_enc_sink_event):
6603         * ext/wavpack/gstwavpackenc.h:
6604         * ext/wavpack/gstwavpackparse.c:
6605         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
6606         (gst_wavpack_parse_scan_to_find_sample),
6607         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
6608         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
6609         * ext/wavpack/gstwavpackparse.h:
6610         Add support for encoding, parsing and decoding multichannel
6611         files with up to 8 channels. This also improves the robustness
6612         of parsing quite a bit.
6613
6614         * ext/wavpack/gstwavpackstreamreader.c:
6615         (gst_wavpack_stream_reader_read_bytes),
6616         (gst_wavpack_stream_reader_get_pos),
6617         (gst_wavpack_stream_reader_set_pos_abs),
6618         (gst_wavpack_stream_reader_set_pos_rel),
6619         (gst_wavpack_stream_reader_push_back_byte),
6620         (gst_wavpack_stream_reader_get_length),
6621         (gst_wavpack_stream_reader_can_seek),
6622         (gst_wavpack_stream_reader_write_bytes):
6623         Improve debugging.
6624
6625 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6626
6627         * ext/libpng/gstpngdec.c:
6628         * ext/libpng/gstpngdec.h:
6629           Don't release the png-memory from within the callback.
6630
6631 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6632
6633         Patch by: René Stadler <mail at renestadler dot de>
6634
6635         * ext/libpng/gstpngenc.c:
6636           Don't leak buffer data memory. Fixes #498395.
6637
6638 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6639
6640         Patch by: René Stadler <mail at renestadler dot de>
6641
6642         * tests/check/pipelines/simple-launch-lines.c:
6643           Tests for #498395.
6644
6645 2007-11-20  Julien MOUTTE  <julien@moutte.net>
6646
6647         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
6648         (gst_tag_lib_mux_adjust_event_offsets):
6649         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
6650         * sys/osxaudio/Makefile.am:
6651         * sys/osxvideo/cocoawindow.h:
6652         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
6653
6654 2007-11-15  David Schleef  <ds@schleef.org>
6655
6656         * ext/cairo/gsttextoverlay.c:
6657           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
6658
6659 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6660
6661         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
6662
6663         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
6664         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
6665         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
6666         * gst/rtp/gstrtpmp2tpay.h:
6667         Fill the MTU with as many packets as possible. Fixes #491323.
6668
6669 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6670
6671         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6672
6673         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
6674         Fix some more leaks. Fixes #497007.
6675
6676 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6677
6678         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6679
6680         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
6681         (gst_rtspsrc_stream_configure_tcp):
6682         Fix 3 pad leaks. Fixes #496983.
6683
6684 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6685
6686         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6687
6688         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
6689         Fix small leak. Fixes #497017.
6690
6691 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6692
6693         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6694         (gst_qtdemux_prepare_current_sample),
6695         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
6696         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
6697         * gst/qtdemux/qtdemux_fourcc.h:
6698         * gst/qtdemux/qtdemux_types.c:
6699         Add suppport for theora in quicktime according to XiphQT.
6700
6701 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
6702
6703         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
6704         (gst_v4l2src_init), (gst_v4l2src_set_property),
6705         (gst_v4l2src_get_property):
6706         * sys/v4l2/gstv4l2src.h:
6707         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6708           Always copy buffers by default (handle safer with bugged drivers)
6709           and added a property to make it possible to use mmap effectively (no
6710           copy if possible) when application wants to. Fixes: #480557.
6711
6712 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6713
6714         * gst/id3demux/id3tags.c:
6715         * gst/id3demux/id3tags.h:
6716         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
6717           We don't want the same string multiple times in a tag list for the
6718           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
6719           this doesn't happen and remove special-case code for GST_TAG_GENRE.
6720
6721 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6722
6723         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
6724           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
6725           into ID3v2 TXXX frames (fixes #347848).
6726
6727 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6728
6729         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6730           Don't leak sdp message contents (fixes #496773).
6731
6732         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
6733           Don't leak URI string.
6734
6735 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6736
6737         Patch by: Julien Puydt <julien dot puydt at laposte net>
6738
6739         * ext/raw1394/Makefile.am:
6740         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
6741           (gst_1394_property_probe_get_properties),
6742           (gst_1394_property_probe_probe_property),
6743           (gst_1394_property_probe_needs_probe),
6744           (gst_1394_property_probe_get_values),
6745           (gst_1394_property_probe_interface_init),
6746           (gst_1394_type_add_property_probe_interface):
6747         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
6748         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
6749           (gst_dv1394src_init), (gst_dv1394src_dispose),
6750           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
6751           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
6752           (gst_dv1394src_update_device_name):
6753         * ext/raw1394/gstdv1394src.h:
6754           Implement GstPropertyProbe interface and add "device-name" property,
6755           so applications can use this to probe for available devices in the
6756           same way they can already with v4lsrc and v4l2src (however horrible
6757           this property probe interface may be). Fixes #358841.
6758
6759 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6760
6761         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6762
6763         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
6764           (gst_rtspsrc_parse_range):
6765           Don't leak event, don't leak range (fixes #496752).
6766
6767 2007-11-14  Michael Smith <msmith@fluendo.com>
6768
6769         Patch by: Arek Korbik <arkadini@gmail.com>
6770
6771         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
6772           Detect RGBA/BGRA correctly on little endian systems.
6773
6774 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
6775
6776         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
6777           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
6778           corresponding ioctl() call fails even though the driver claims to
6779           support this format, just fall back to the pre-2.6.19 kernel
6780           routine that creates caps with suitable height and width ranges
6781           (see #448278).
6782
6783 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
6784
6785         Patch by: Mark Nauwelaerts <manauw skynet be>
6786
6787         * gst/matroska/matroska-demux.c:
6788           (gst_matroska_demux_push_dvd_clut_change_event),
6789           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
6790           (gst_matroska_demux_subtitle_caps):
6791         * gst/matroska/matroska-ids.h:
6792           Extract palette data for dvd subpicture streams and send it
6793           downstream as custom gstreamer dvd event (fixes #453417).
6794
6795 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
6796
6797         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
6798           Implement minimal parsing of the passed pango font description
6799           string, so passing a font size works the same as with the
6800           pango textoverlay plugin; fixes #455086.
6801           (Maybe we could just use pangocairo here at some point).
6802
6803 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
6804
6805         * gst/avi/gstavidemux.c:
6806         * gst/wavparse/gstwavparse.c:
6807           Return the result in _activate_pull(). Don't ref element there.
6808
6809 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
6810
6811         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
6812         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
6813         (gst_wavparse_srcpad_event):
6814           Ref the element when we should, but not when we its not needed. Reflow
6815           the event_handling to not leak the event.       
6816
6817 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
6818
6819         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6820         (qtdemux_parse_samples):
6821         Properly free QTDemuxSamples array.
6822         Protect table write with a sensible check, some files apparently DO contain
6823         stts values starting with 0 :(
6824
6825 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
6826
6827         * gst/avi/gstavidemux.c:
6828         * gst/qtdemux/qtdemux.c:
6829           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
6830           previous commit messed up.
6831
6832 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
6833
6834         * gst/avi/gstavidemux.c:
6835         * gst/qtdemux/qtdemux.c:
6836           Sync _handle_src_event() with oggdemux. In avidemux also ref the
6837           element when we should, but not when we its not needed.
6838
6839 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
6840
6841         * gst/wavparse/gstwavparse.c:
6842           Return FALSE if we can't handle a query instead of changing the
6843           format. Ignore fact when dealing with mpeg audio.
6844
6845 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6846
6847         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6848
6849         * configure.ac:
6850         * gst/udp/gstdynudpsink.c:
6851         * gst/udp/gstdynudpsink.h:
6852         * gst/udp/gstmultiudpsink.c:
6853         * gst/udp/gstmultiudpsink.h:
6854         * gst/udp/gstudpsink.c:
6855         * gst/udp/gstudpsink.h:
6856           Fix includes for MSVC and GLib-2.14.0 (#492388).
6857
6858         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
6859           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
6860
6861 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
6862
6863         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
6864         (gst_mulawdec_chain):
6865         * gst/law/mulaw-decode.h:
6866         Calculate outgoing buffer duration if incoming buffer didn't have a
6867         valid duration.
6868
6869 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6870
6871         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
6872         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
6873         Smarter combine_flow code that also deals with downstream elements
6874         returning UNEXPECTED when they receive data out of the segment
6875         boundaries. Fixes #491305.
6876
6877 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6878
6879         * sys/v4l2/v4l2src_calls.c:
6880           Fix 'unused variable' compiler warning when compiling against
6881           older kernel headers.
6882
6883 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
6884
6885         * ext/taglib/gstid3v2mux.cc (add_funcs):
6886           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
6887
6888 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
6889
6890         * tests/check/pipelines/simple-launch-lines.c:
6891            Improve the tests a little more.
6892
6893 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
6894
6895         patch by: Yun Zheng Hu
6896
6897         * sys/osxaudio/gstosxaudiosrc.c:
6898         Use default input device instead of default output device and
6899         only memcpy actual available bytes.
6900
6901 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
6902
6903         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6904           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
6905           early. It is temporary until we find something better.
6906
6907 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6908
6909         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6910
6911         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
6912         Fix race when pausing a RTSP stream in interleaved.
6913         Fixes #475784.
6914
6915 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6916
6917         Patch by: Peter Kjellerstedt <pkj at axis com>
6918
6919         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
6920         Use correct unref function for buffers. #488844.
6921
6922 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
6923
6924         * gst/avi/gstavimux.c:
6925         * tests/check/elements/avimux.c:
6926           Add some debug and sync tests with the fix.     
6927
6928 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6929
6930         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
6931
6932         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6933         When the socket is used by the app for other purposes, don't generate an
6934         error if there is activaty on the socket that is not data related.
6935         Fixes #487488.
6936
6937 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6938
6939         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6940         (gst_v4l2src_grab_frame):
6941         Add some more debug info. Generate an error when we run out of buffers
6942         for some reason. See #480557.
6943
6944 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6945
6946         Patch by: Anders Skargren <anders dot skargren at axis dot com>
6947
6948         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
6949         Set marker bit correctly.
6950
6951 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
6952
6953         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6954         Use allowed name for the GstStructure.
6955
6956 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
6957
6958         * ext/gconf/gstswitchsink.c:
6959         * gst/autodetect/gstautoaudiosink.c:
6960           Use new gst_bus_pop_filtered().
6961
6962 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
6963
6964         * sys/v4l2/gstv4l2src.c:
6965         * sys/v4l2/v4l2src_calls.c:
6966           When probing the formats and sizes a camera supports, make
6967           sure the best ones (highest resolution, prefered format)
6968           end up at the beginning of the probed caps and the less
6969           desirable ones at the end.  This is important because the
6970           order within the caps matters for things like fixation and
6971           negotiation, ie. what format is chosen in the end.
6972           With recent kernels, the current probing code will end up
6973           querying the supported sizes from lowest resolution to
6974           highest resolution, adding them to the probed caps in that
6975           order, resulting to v4l2src fixating to the lowest possible
6976           resolution if downstream does not express a size preference.
6977           Also make up a somewhat random ranking of prefered output
6978           formats for the same reason. Fixes #485828.
6979         
6980 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6981
6982         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
6983
6984         * gst/id3demux/id3v2frames.c:
6985           Extract license/copyright URIs from ID3v2 WCOP frames
6986           (Fixes #447000).
6987
6988         * tests/check/elements/id3demux.c:
6989         * tests/files/Makefile.am:
6990         * tests/files/id3-447000-wcop.tag:
6991           Add simple unit test.
6992
6993 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6994
6995         * ext/taglib/gstid3v2mux.cc:
6996           Add support for license/copyright URI tags (ID3v2 WCOP frame).
6997           Prerequisite for #447000.
6998
6999 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
7000
7001         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
7002         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
7003         a GstClockTime.
7004
7005 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7006
7007         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7008         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
7009         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
7010         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
7011         (gst_rtspsrc_change_state):
7012         More seeking fixes, mostly passing around the new playback segment in
7013         order to configure it properly.
7014         Also reset base_time of udp sources when setting them back to PLAYING as
7015         a temporary hack until core supports seek in live sources properly.
7016
7017 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7018
7019         * gst/rtp/gstrtpmp4adepay.c:
7020         Fix caps as to not confuse autopluggers.
7021
7022 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7023
7024         * gst/id3demux/gstid3demux.c:
7025         * gst/id3demux/gstid3demux.h:
7026         * gst/id3demux/id3tags.c:
7027         * gst/id3demux/id3tags.h:
7028         * gst/id3demux/id3v2frames.c:
7029           Port ID3 tag demuxer over to the new GstTagDemux in -base
7030           (now would be a good time to test re-importing your music
7031           collection).
7032
7033 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7034
7035         * gst/apetag/Makefile.am:
7036         * gst/apetag/gstapedemux.c:
7037         * gst/apetag/gstapedemux.h:
7038         * gst/apetag/gsttagdemux.c:
7039         * gst/apetag/gsttagdemux.h:
7040           Port APE tag demuxer over to the new GstTagDemux in -base.
7041
7042 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
7043
7044         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7045         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
7046         (gst_rtspsrc_handle_internal_src_query),
7047         (gst_rtspsrc_handle_src_query), (new_session_pad),
7048         (gst_rtspsrc_stream_configure_tcp),
7049         (gst_rtspsrc_stream_configure_transport),
7050         (gst_rtspsrc_loop_send_cmd):
7051         Improve flushing behaviour.
7052         Set state of the udp sources to PAUSE/PLAYING correctly.
7053         Handle events and queries for UDP and TCP transport now.
7054
7055 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7056
7057         * gst/rtp/gstrtpgsmdepay.c:
7058         * gst/rtp/gstrtpgsmpay.c:
7059           Add log category.
7060
7061 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7062
7063         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
7064
7065         * tests/check/Makefile.am:
7066         * tests/check/pipelines/simple-launch-lines.c:
7067           Add unit tests for payloaders/depayloaders.
7068
7069 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7070
7071         * gst/avi/gstavimux.c:
7072         * gst/avi/gstavimux.h:
7073           Also save codec data for audio streams. Fixes #482495.
7074
7075 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7076
7077         * gst/avi/gstavimux.c:
7078           Fix "Index entry has invalid stream nr 1".
7079           Add support for muxing aac - work in progress (see #482495).
7080
7081 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7082
7083         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
7084         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
7085         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7086         * gst/rtsp/gstrtspsrc.h:
7087         Parse bandwidth modifiers, they are not yet configured in the session
7088         manager because we don't have an API for that yet.
7089
7090 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7091
7092         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
7093         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7094         Use shiny new function in -base to get the default clock-rate.
7095         Update some docs.
7096
7097 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
7098
7099         * win32/MANIFEST:
7100         Add files to win32 manifest.
7101         * win32/vs6/libgstaudiofx.dsp:
7102         * win32/vs6/libgstqtdemux.dsp:
7103         * win32/vs6/libgstrtp.dsp:
7104         * win32/vs6/libgstrtsp.dsp:
7105         Update project files.
7106
7107 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
7108
7109         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7110         (gst_rtspsrc_play):
7111         * gst/rtsp/gstrtspsrc.h:
7112         In TCP mode, only timestamp the first buffer. TCP is not real time and
7113         it does not make sense to try to skew compensate, also some servers send
7114         the first batch of data in a burst.
7115
7116 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7117
7118         * gst/matroska/matroska-demux.c:
7119           Fix setting the discont flag on the first buffer
7120           pushed downstream for formats with private codec
7121           data that needs to be deserialised into buffers
7122           (such as vorbis and FLAC when in a matroska container).
7123
7124 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
7125
7126         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7127
7128         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
7129         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
7130         (gst_rtp_mp4v_pay_handle_buffer):
7131         * gst/rtp/gstrtpmp4vpay.h:
7132         Free the config string. Fixes #480707.
7133         Clean up the timestamp code a little.
7134
7135 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7136
7137         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7138         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
7139         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
7140         * gst/rtsp/gstrtspsrc.h:
7141         Set timestamps on RTP buffers in interleaved mode.
7142         Mark first buffers with a DISCONT.
7143         Remove flush hack now that sync for live sources has been figured out.
7144
7145 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7146
7147         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7148         Update documentation.
7149
7150 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7151
7152         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
7153         (gst_rtp_xqt_depay_change_state):
7154         * gst/qtdemux/gstrtpxqtdepay.h:
7155         Fail if we don't know the quicktime format.
7156
7157 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
7158
7159         * ext/flac/gstflacenc.c:
7160         * ext/flac/gstflacenc.h:
7161           Save the flow return from the last gst_pad_push() and
7162           make sure we pass the right flow return value upstream
7163           in the case of failure; minor clean-ups.
7164
7165 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7166
7167         * ext/taglib/gstapev2mux.cc:
7168         * ext/taglib/gstid3v2mux.cc:
7169         * gst/apetag/gstapedemux.c:
7170           Add support for the new GST_TAG_COMPOSER (#459809).
7171
7172 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7173
7174         * gst/law/alaw-decode.c:
7175         * gst/law/alaw-decode.h:
7176         * gst/law/alaw-encode.c:
7177         * gst/law/alaw-encode.h:
7178         * gst/law/alaw.c:
7179         * gst/law/mulaw-conversion.h:
7180           Compulsive clean-ups: use boilerplate macros, add debug
7181           categories, fix up things to conform to symbol nomenklatura,
7182           etc.
7183
7184 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7185
7186         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7187
7188         * gst/law/alaw-decode.c:
7189         * gst/law/alaw-encode.c:
7190           Use static tables for A-Law decoding and encoding; this makes
7191           A-Law decoding and encoding less CPU-intensive, but increases
7192           the binary size a bit. Leaving old code around for now,
7193           selectable by a define in the code. Fixes #435435.
7194
7195 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7196
7197         * configure.ac:
7198         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
7199         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
7200         in configure.ac.
7201
7202 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7203
7204         Patch by: Jan Gerber <j at bootlab dot org>
7205
7206         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7207         Add fourccs for MPEG2 HDV streams. Fixes #479960.
7208
7209 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
7210
7211         * sys/oss/gstosshelper.c:
7212           Use GST_WARNING instead of a g_critical. This situation is not caused
7213           by the application.
7214
7215 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7216
7217         * po/LINGUAS:
7218         * po/nl.po:
7219           Updated translations.
7220
7221 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7222
7223         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
7224
7225         * po/eu.po:
7226           Added Basque translation.
7227
7228 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7229
7230         translated by: Abel Cheung <abelcheung@gmail.com>
7231
7232         * po/zh_HK.po:
7233         * po/zh_TW.po:
7234           Added Chinese (traditional and Hong Kong) translation.
7235
7236 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7237
7238         translated by: Jakub Bogusz <qboosh@pld-linux.org>
7239
7240         * po/pl.po:
7241           Added Polish translation.
7242
7243 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7244
7245         translated by: Ilkka Tuohela <hile@iki.fi>
7246
7247         * po/fi.po:
7248           Added Finnish translation.
7249
7250 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7251
7252         translated by: Jorge González González <aloriel@gmail.com>
7253
7254         * po/es.po:
7255           Added Spanish translation.
7256
7257 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7258
7259         translated by: Mogens Jaeger <mogens@jaeger.tf>
7260
7261         * po/da.po:
7262           Added Danish translation.
7263
7264 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7265
7266         translated by: Funda Wang <fundawang@linux.net.cn>
7267
7268         * po/zh_CN.po:
7269           Added Chinese (simplified) translation.
7270
7271 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7272
7273         translated by: Alexander Shopov <ash@contact.bg>
7274
7275         * po/bg.po:
7276           Added Bulgarian translation.
7277
7278 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
7279
7280         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
7281         Set outgoing packet duration because we can. Fixes #478244 some more.
7282
7283 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
7284
7285         * ext/cairo/gsttextoverlay.c:
7286           Add info about static leak.
7287         
7288         * tests/check/Makefile.am:
7289         * tests/check/generic/states.c:
7290           Improved state change unit test.
7291
7292 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
7293
7294         * docs/plugins/.cvsignore:
7295         * tests/check/.cvsignore:
7296           Ignore registries in any format.
7297
7298 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7299
7300         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
7301         Removed some unused code.
7302
7303         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
7304         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
7305         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
7306         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
7307         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
7308         (gst_rtp_theora_pay_flush_packet):
7309         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
7310         Try to preserve the incomming buffer duration on the outgoing
7311         packets. Fixes #478244.
7312
7313 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7314
7315         * ext/taglib/gstapev2mux.cc:
7316         * ext/taglib/gstid3v2mux.cc:
7317           Work around compiler warnings with g++-4.2 when assigning a
7318           string constant to a gchar * (partially fixes #478092).
7319
7320 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7321
7322         * configure.ac:
7323           We require core CVS now for gst_base_src_set_do_timestamp().
7324
7325 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
7326
7327         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
7328         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7329         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
7330         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
7331         (gst_rtspsrc_handle_message):
7332         Fix compiler warnings shown with Forte.
7333
7334 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7335
7336         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
7337         (gst_rtspsrc_dup_printf):
7338         Give meaningfull error when all streams failed to configure for some
7339         reason.
7340
7341 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7342
7343         * gst/rtp/README:
7344         Update README with the design for synchronisation rules of RTP on
7345         sender and receiver.
7346
7347 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
7348
7349         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
7350         (gst_wavparse_chain):
7351         Don't push EOS from the chain function, the element
7352         driving the pipeline is responsible for this. The bug
7353         this was meant to fix seems to be queue not forwarding
7354         EOS in all cases (see #476514).
7355
7356 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
7357
7358         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
7359         (gst_level_transform_ip):
7360         * gst/level/gstlevel.h:
7361         Use basetransform segment so that it is correctly managed on flushes and
7362         start/stop.
7363         Report message timestamp as stream time, which is what an application
7364         can understand.
7365
7366 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7367
7368         * ext/taglib/gstapev2mux.cc:
7369         * ext/taglib/gstapev2mux.h:
7370         * ext/taglib/gsttaglibmux.c:
7371         * tests/check/elements/apev2mux.c:
7372         Update my mail address.
7373
7374 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7375
7376         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
7377         (gst_wavparse_loop), (gst_wavparse_chain):
7378         Add EOS logic for the push-based mode too. Fixes #476514.
7379
7380 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
7381
7382         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
7383         * gst/law/alaw-encode.h:
7384         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
7385         (gst_mulawenc_chain):
7386         * gst/law/mulaw-encode.h:
7387         Fix law encoder timestamps.
7388
7389 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
7390
7391         * ext/gconf/gstgconfaudiosink.c:
7392           Fix warning when building without debug.
7393
7394         * sys/oss/gstossmixertrack.c:
7395           Use const like in alsamixertrack.c (fixes warnings).
7396
7397 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
7398
7399         * sys/v4l2/v4l2src_calls.c:
7400         (gst_v4l2src_probe_caps_for_format_and_size):
7401         Fix framerate detection code some more.
7402         Handle the case where there is a weird step in the stepwise framerates.
7403         Don't overwrite the min interval with the framerate, use a temp variable
7404         instead.
7405         Use max in the Continuous framerate intervals instead of step, which is
7406         1 according to the docs. Fixes #475424.
7407
7408 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
7409
7410         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
7411         Make udpsrc timestamp outgoing buffers based on when they were received.
7412         Also make it output a segment in time.
7413
7414 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
7415
7416         * gst/avi/gstavidemux.c:
7417           Plug a little leak. Little code cleanups.
7418
7419 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
7420
7421         * configure.ac:
7422           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
7423           flac versions, 's good for cross-compilation karma.
7424
7425 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7426
7427         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
7428
7429         * gst/rtp/gstrtph263pay.c:
7430           Fix up header structure so that compilers don't add padding
7431           between the structure fields, since that would lead to us
7432           sending RTP packets with broken headers (as is currently the
7433           case when compiling with MSVC). Also see similar fixes in
7434           libgstrtp in gst-plugins-base. (#474616; #471194)
7435
7436 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
7437
7438         * sys/v4l2/v4l2src_calls.c:
7439         (gst_v4l2src_probe_caps_for_format_and_size):
7440         Don't overwrite our GValue with 0 but instead use the previously
7441         computed value. Fixes #471823 some more.
7442
7443 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7444
7445         * docs/plugins/gst-plugins-good-plugins.hierarchy:
7446           No tabs in this file please, or gtk-doc will end up documenting
7447           rather absurd class hierarchies.
7448
7449 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7450
7451         * ext/gconf/gstswitchsink.c:
7452           If the new kid element fails to change state for some reason
7453           (e.g. esdsink not being able to connect to the sound server),
7454           forward the error message it posted on the bus instead of just
7455           posting a generic 'Internal state change error: please file a
7456           bug' error message. Fixes #471364.
7457
7458 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7459
7460         * gst/qtdemux/Makefile.am:
7461         * gst/qtdemux/qtdemux.c:
7462           Don't assume tags are encoded as UTF-8 (#473670).
7463
7464 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7465
7466         * sys/v4l2/gstv4l2src.c:
7467         * sys/v4l2/gstv4l2src.h:
7468         * sys/v4l2/v4l2src_calls.c:
7469           Implement LATENCY queries in the crudest way possible so I don't
7470           have to use sync=false any longer when testing with videosinks.
7471
7472 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7473
7474         * configure.ac:
7475           Fix build.
7476
7477 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7478
7479         * sys/v4l2/v4l2src_calls.c:
7480         (gst_v4l2src_probe_caps_for_format_and_size):
7481         Add some more debugging in the framerate function.
7482         Iterate stepwise framerate up to and _including_ the max and if nothing
7483         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
7484         don't end up with an empty list. Fixes #471823
7485
7486 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7487
7488         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
7489         (gst_multiudpsink_set_clients_string),
7490         (gst_multiudpsink_get_clients_string),
7491         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
7492         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
7493         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
7494         (gst_multiudpsink_clear):
7495         Add property do configure destination address/port pairs
7496         API:GstMultiUDPSink::clients
7497
7498 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7499
7500         * tests/examples/Makefile.am:
7501         * tests/examples/rtp/Makefile.am:
7502         * tests/examples/rtp/client-H263p-AMR.sh:
7503         * tests/examples/rtp/client-H263p-PCMA.sdp:
7504         * tests/examples/rtp/client-H263p-PCMA.sh:
7505         * tests/examples/rtp/client-H264-PCMA.sdp:
7506         * tests/examples/rtp/client-H264-PCMA.sh:
7507         * tests/examples/rtp/client-PCMA.sh:
7508         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
7509         * tests/examples/rtp/server-alsasrc-PCMA.sh:
7510         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
7511         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
7512         Added some RTP example scripts for sending and receiving RTP streams.
7513
7514 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7515
7516         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
7517         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
7518         Restructure the setcaps function so that we can also compute the
7519         expected GStreamer output size of the video frames.
7520         Set frame_byte_size correctly so that read-based devices have a chance
7521         of working correctly.
7522         When grabbing a frame, discard frames that are not of the expected size.
7523         Some cameras don't output the right framesize for the first buffer.
7524         Try only a couple of times to get a valid frame, else error out.
7525
7526         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
7527         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
7528         Add some more debug info when scanning the device.
7529
7530         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
7531         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
7532         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
7533         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
7534         Add some more debug info when dequeing a frame.
7535
7536 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
7537
7538         * gst/wavparse/gstwavparse.c:
7539           More code cleanups. Add some more comment and improve debugs logs.
7540
7541 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
7542
7543         * gst/wavparse/gstwavparse.c:
7544         * gst/wavparse/gstwavparse.h:
7545           Implement seek-query. Refactor duration calculations. Appropriate use
7546           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
7547           out of loops.
7548
7549 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
7550
7551         * gst/avi/gstavidemux.c:
7552           Implement seek-query.
7553
7554 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
7555
7556         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
7557         (gst_rtspsrc_dup_printf):
7558         Use new basesink async property to make sparse RTCP packet not wait for
7559         preroll.
7560
7561 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7562
7563         * gst/audiofx/Makefile.am:
7564         Dist the right file.
7565
7566 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
7567
7568         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
7569         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
7570         Make sure we generate and parse floating point values in the POSIX
7571         locale instead of the current locale. 
7572
7573 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7574
7575         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
7576         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7577         (gst_rtspsrc_play):
7578         * gst/rtsp/gstrtspsrc.h:
7579         Fix method detection again.
7580         Keep track of when we must send a Range header.
7581         Use segment values for Range, Speed and Scale headers.
7582         Parse Speed and Scale headers to update the segment values.
7583
7584 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7585
7586         patch by: Mark Nauwelaerts <manauw@skynet.be>
7587
7588         * sys/v4l2/v4l2src_calls.c:
7589           Handle optional v4l2 ioctls gracefully.
7590
7591 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
7592
7593         * gst/rtp/Makefile.am:
7594         * gst/rtp/gstrtp.c: (plugin_init):
7595         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
7596         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
7597         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
7598         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
7599         (gst_rtp_h263_depay_get_property),
7600         (gst_rtp_h263_depay_change_state),
7601         (gst_rtp_h263_depay_plugin_init):
7602         * gst/rtp/gstrtph263depay.h:
7603         Added an H263 depayloader. Fixes #369392.
7604
7605         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
7606         (gst_rtp_h263p_depay_process):
7607         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
7608         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
7609         Make the H263+ pay/depayloader support H263-1998 and H263-2000
7610         payloads.
7611         Also alow plain H263 on the h263p payloaders. Fixes #465040.
7612
7613 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
7614
7615         * gst/audiofx/audiochebyshevfreqband.c:
7616         * gst/audiofx/audiochebyshevfreqlimit.c:
7617         Add small comparision with the windowed sinc filters in the docs.
7618
7619 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
7620
7621         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
7622         (audiochebyshevfreqband_suite):
7623         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
7624         (audiochebyshevfreqlimit_suite):
7625         Also test 32 bit float mode and the type 2 variants of the filters.
7626
7627 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
7628
7629         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7630         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7631         (gst_rtspsrc_loop):
7632         Refactor the udp and interleaved loop function a bit.
7633
7634 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7635
7636         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7637         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
7638         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
7639         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
7640         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
7641         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
7642         * gst/rtsp/gstrtspsrc.h:
7643         Protect connection activity with a new lock, avoids deadlocks when going
7644         to PAUSED. Fixes #455808.
7645
7646 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7647
7648         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
7649         Fix debug statement.
7650
7651 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7652
7653         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
7654         Fix stray %u in debug line as spotted by Saur on IRC.
7655
7656 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7657
7658         * gst/audiofx/audiochebyshevfreqband.c:
7659         (gst_audio_chebyshev_freq_band_class_init):
7660         * gst/audiofx/audiochebyshevfreqlimit.c:
7661         (gst_audio_chebyshev_freq_limit_class_init):
7662         Use generator macros for the process functions for the different
7663         sample types, add lower upper boundaries for the GObject properties
7664         so automatically generated UIs can use sliders and add a note about
7665         the number of poles as a too high number of poles combined with
7666         very low or very high frequencies will produce only noise.
7667         * docs/plugins/gst-plugins-good-plugins.args:
7668         Regenerated for the property changes.
7669
7670 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7671
7672         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
7673         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
7674         (gst_rtspsrc_stream_configure_udp_sink),
7675         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
7676         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7677         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
7678         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
7679         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
7680         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7681         * gst/rtsp/gstrtspsrc.h:
7682         Improve timeout handling.
7683         Use the same socket for sending and receiving RTCP packets so that some
7684         servers can track clients better.
7685         Improve connection closed handling. Try to reconnect.
7686         Don't overwrite our content base with NULL.
7687         Improve debugging.
7688         Improve range parsing and handling.
7689         Remove flushing hack now that core does the right thing.
7690
7691 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7692
7693         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
7694         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
7695         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
7696         (gst_multiudpsink_close), (gst_multiudpsink_add):
7697         * gst/udp/gstmultiudpsink.h:
7698         Add support for getting and setting the socket to use.
7699
7700         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7701         (gst_udpsrc_create), (gst_udpsrc_get_property):
7702         Add support for getting the currently used socket.
7703
7704 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
7705
7706         reviewed by: Stefan Kost  <ensonic@users.sf.net>
7707
7708         * gst/audiofx/Makefile.am:
7709         * gst/audiofx/audiochebyshevfreqband.c:
7710         (gst_audio_chebyshev_freq_band_mode_get_type),
7711         (gst_audio_chebyshev_freq_band_base_init),
7712         (gst_audio_chebyshev_freq_band_dispose),
7713         (gst_audio_chebyshev_freq_band_class_init),
7714         (gst_audio_chebyshev_freq_band_init),
7715         (generate_biquad_coefficients), (calculate_gain),
7716         (generate_coefficients),
7717         (gst_audio_chebyshev_freq_band_set_property),
7718         (gst_audio_chebyshev_freq_band_get_property),
7719         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
7720         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
7721         (gst_audio_chebyshev_freq_band_start):
7722         * gst/audiofx/audiochebyshevfreqband.h:
7723         * gst/audiofx/audiochebyshevfreqlimit.c:
7724         (gst_audio_chebyshev_freq_limit_mode_get_type),
7725         (gst_audio_chebyshev_freq_limit_base_init),
7726         (gst_audio_chebyshev_freq_limit_dispose),
7727         (gst_audio_chebyshev_freq_limit_class_init),
7728         (gst_audio_chebyshev_freq_limit_init),
7729         (generate_biquad_coefficients), (calculate_gain),
7730         (generate_coefficients),
7731         (gst_audio_chebyshev_freq_limit_set_property),
7732         (gst_audio_chebyshev_freq_limit_get_property),
7733         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
7734         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
7735         (gst_audio_chebyshev_freq_limit_start):
7736         * gst/audiofx/audiochebyshevfreqlimit.h:
7737         * gst/audiofx/audiofx.c: (plugin_init):
7738         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
7739         Fixes #464800.
7740
7741         * tests/check/Makefile.am:
7742         * tests/check/elements/.cvsignore:
7743         * tests/check/elements/audiochebyshevfreqband.c:
7744         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
7745         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
7746         * tests/check/elements/audiochebyshevfreqlimit.c:
7747         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
7748         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
7749         Add unit tests for the chebyshev filters.
7750
7751         * docs/plugins/Makefile.am:
7752         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7753         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7754         * docs/plugins/gst-plugins-good-plugins.args:
7755         * docs/plugins/inspect/plugin-1394.xml:
7756         * docs/plugins/inspect/plugin-audiofx.xml:
7757         * docs/plugins/inspect/plugin-dv.xml:
7758         * docs/plugins/inspect/plugin-flac.xml:
7759         * docs/plugins/inspect/plugin-jpeg.xml:
7760         * docs/plugins/inspect/plugin-png.xml:
7761         * docs/plugins/inspect/plugin-rtp.xml:
7762         * docs/plugins/inspect/plugin-shout2send.xml:
7763         * docs/plugins/inspect/plugin-wavpack.xml:
7764         And add docs for the chebyshev filters. While doing
7765         that also run make update in docs/plugins.
7766
7767 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
7768
7769         * ext/annodex/gstcmmltag.c:
7770         * gst/rtp/gstrtpvorbispay.c:
7771           Make ro memory to share.
7772
7773 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7774
7775         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7776         Improve UDP performance by avoiding a select() when we have data
7777         available immediatly.
7778
7779 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7780
7781         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
7782         (gst_rtp_dec_class_init):
7783         * gst/rtsp/gstrtpdec.h:
7784         Add (dummy) SSRC management signals.
7785
7786         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7787         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7788         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
7789         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
7790         (on_timeout), (gst_rtspsrc_stream_configure_manager),
7791         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
7792         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
7793         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7794         * gst/rtsp/gstrtspsrc.h:
7795         Add connection-speed property.
7796         Add find_stream helper functions.
7797         Handle stream EOS based on BYE messages or SSRC timeout.
7798         Returns SUCCESS from the state change function as we hide our async
7799         elements from the parent.
7800
7801 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
7802
7803         * gst/debug/rndbuffersize.c:
7804           Fix da leak.
7805
7806 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
7807
7808         * gst/debug/Makefile.am:
7809         * gst/debug/breakmydata.c:
7810         * gst/debug/gstdebug.c:
7811         * gst/debug/negotiation.c:
7812         * gst/debug/progressreport.c:
7813         * gst/debug/rndbuffersize.c:
7814         * gst/debug/testplugin.c:
7815           Add new test element and clean-up the others a little.
7816
7817 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7818
7819         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
7820         Fix parsing of mp4a version 0 atoms. Fixes #465774.
7821
7822 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7823
7824         * gst/rtp/gstrtpilbcdepay.c:
7825           Include stdlib.
7826
7827 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
7828
7829         * gst/rtp/gstrtpmpvdepay.c:
7830         Set the mpegversion in the caps so that autoplugging does not get
7831         confused.
7832
7833 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7834
7835         * po/hu.po:
7836         * po/uk.po:
7837         * po/vi.po:
7838           Updated translations.
7839
7840 2007-08-08  Michael Smith <msmith@fluendo.com>
7841
7842         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
7843           Render right border in the correct location.
7844
7845 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7846
7847         Patch by: Olivier Crete <tester at tester dot ca>
7848
7849         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
7850         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
7851         Make mode property a string. Fixes #464475.
7852
7853 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
7854
7855         * ext/flac/gstflacenc.c:
7856           Widen caps to match decoder a bit and add more FIXMEs.
7857
7858 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
7859
7860         patch by: Mark Nauwelaerts <manauw@skynet.be>
7861
7862         * gst/avi/gstavimux.c:
7863           Fix ODML index tag numbering. Fixes #463624.
7864
7865 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7866
7867         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
7868         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
7869         (gst_rtspsrc_stream_configure_tcp),
7870         (gst_rtspsrc_stream_configure_udp_sink):
7871         Fix default clock-rate for realmedia.
7872         Fix parsing of transport.
7873         Don't try to link NULL pads.
7874
7875 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
7876
7877         * po/POTFILES.skip:
7878           Add POTFILES.skip with list of source files that aren't disted at the
7879           moment but contain translatable strings. Should hopefully pacify
7880           broken tools and make it clearer that these files are left out
7881           intentionally (#461600).
7882
7883 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
7884
7885         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
7886         If the buffer was entirely clipped ... don't try sending it :)
7887
7888 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7889
7890         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
7891         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
7892         (gst_rtspsrc_create_transports_string),
7893         (gst_rtspsrc_prepare_transports):
7894         If we don't hav a session manager, set the caps on outgoing buffers
7895         ourselves.
7896         Force PAUSE/PLAY methods for now until the extensions can overwrite.
7897         Append final bit of the transport string even when it does not contain a
7898         placeholder.
7899
7900 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7901
7902         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
7903         (gst_rtsp_ext_list_connect):
7904         * gst/rtsp/gstrtspext.h:
7905         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7906         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
7907         Clean up the interface list.
7908         Allow connecting to interface signals for the extensions.
7909         Remove old extension code.
7910         Free list on cleanup.
7911         Allow extensions to send additional RTSP messages.
7912
7913 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7914
7915         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
7916         Handle a NULL gconf key gracefully by rendering the default element.
7917
7918 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7919
7920         * gst/rtsp/gstrtspext.h:
7921         Fix include path for extension interface.
7922
7923 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
7924
7925         * gst/audiofx/audioamplify.h:
7926         Also remove a now unecessary variable here.
7927
7928 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
7929
7930         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
7931         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
7932         * gst/audiofx/audiodynamic.c:
7933         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
7934         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
7935         * gst/audiofx/audiodynamic.h:
7936         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
7937         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
7938         * gst/audiofx/audioinvert.h:
7939         Don't save format information ourselves, this is already saved in
7940         GstAudioFilter.
7941
7942 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7943
7944         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
7945         (gst_rtsp_ext_list_stream_select):
7946         * gst/rtsp/gstrtspext.h:
7947         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
7948         Use rank to filter out extensions.
7949         Add url to stream_select interface call.
7950
7951 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7952
7953         * gst/rtsp/Makefile.am:
7954         * gst/rtsp/base64.c:
7955         * gst/rtsp/base64.h:
7956         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
7957         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
7958         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
7959         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
7960         (gst_rtsp_ext_list_setup_media),
7961         (gst_rtsp_ext_list_configure_stream),
7962         (gst_rtsp_ext_list_get_transports),
7963         (gst_rtsp_ext_list_stream_select):
7964         * gst/rtsp/gstrtspext.h:
7965         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7966         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7967         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7968         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
7969         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
7970         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
7971         (gst_rtspsrc_stream_configure_tcp),
7972         (gst_rtspsrc_stream_configure_mcast),
7973         (gst_rtspsrc_stream_configure_udp),
7974         (gst_rtspsrc_stream_configure_udp_sink),
7975         (gst_rtspsrc_stream_configure_transport),
7976         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
7977         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
7978         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
7979         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
7980         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
7981         (gst_rtspsrc_parse_methods),
7982         (gst_rtspsrc_create_transports_string),
7983         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
7984         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
7985         (gst_rtspsrc_play), (gst_rtspsrc_pause),
7986         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
7987         * gst/rtsp/gstrtspsrc.h:
7988         * gst/rtsp/rtsp.h:
7989         * gst/rtsp/rtspconnection.c:
7990         * gst/rtsp/rtspconnection.h:
7991         * gst/rtsp/rtspdefs.c:
7992         * gst/rtsp/rtspdefs.h:
7993         * gst/rtsp/rtspext.h:
7994         * gst/rtsp/rtspextwms.c:
7995         * gst/rtsp/rtspextwms.h:
7996         * gst/rtsp/rtspmessage.c:
7997         * gst/rtsp/rtspmessage.h:
7998         * gst/rtsp/rtsprange.c:
7999         * gst/rtsp/rtsprange.h:
8000         * gst/rtsp/rtsptransport.c:
8001         * gst/rtsp/rtsptransport.h:
8002         * gst/rtsp/rtspurl.c:
8003         * gst/rtsp/rtspurl.h:
8004         * gst/rtsp/sdp.h:
8005         * gst/rtsp/sdpmessage.c:
8006         * gst/rtsp/sdpmessage.h:
8007         * gst/rtsp/test.c:
8008         Use shiny new RTSP and SDP library.
8009         Implement RTSP extensions using the new interface.
8010         Remove a lot of old code.
8011
8012 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
8013
8014         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8015         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
8016
8017 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8018
8019         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8020         Don't unref the outgoing buffer twice when dropping it because it's
8021         outside of the segment.
8022
8023 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8024
8025         * configure.ac:
8026         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8027         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
8028         Use the new buffer clipping function from gstaudio here and
8029         require gst-plugins-base CVS.
8030         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8031         For framed Wavpack buffers we require a valid timestamp.
8032
8033 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
8034
8035         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
8036         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
8037         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
8038         Clip raw audio and video when we can, keep track of current output
8039         segment.
8040         Don't leak buffers and events when there is no output pad.
8041         Improve debugging here and there.
8042
8043 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
8044
8045         * configure.ac:
8046           Sync liboil check with plugins-base.
8047
8048 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8049
8050         * ext/annodex/Makefile.am:
8051           Fix CFLAGS/LIBS.
8052
8053         * ext/cdio/gstcdiocddasrc.c:
8054         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
8055           Include stdlib
8056
8057         * ext/cairo/Makefile.am:
8058         * gst/videofilter/Makefile.am:
8059         * tests/examples/level/Makefile.am:
8060           Use $(LIBM) instead of -lm
8061
8062 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8063
8064         * sys/v4l2/gstv4l2src.c:
8065           Add another example pipeline.
8066
8067 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8068
8069         Patch by: Alexander Eichner <alexeichi@yahoo.de>
8070
8071         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8072           Use define here.
8073
8074         * sys/v4l2/gstv4l2tuner.c:
8075         (gst_v4l2_tuner_set_frequency_and_notify):
8076           Don't touch the property - its still disabled.
8077
8078         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
8079         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
8080         * sys/v4l2/v4l2src_calls.h:
8081           Improve fallback format negotionation. Fixes #451388
8082
8083 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8084
8085         * tests/check/elements/videocrop.c: (GST_START_TEST):
8086           Fix the test.
8087
8088 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8089
8090         * docs/plugins/Makefile.am:
8091         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8092         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8093         * docs/plugins/inspect/plugin-jpeg.xml:
8094         * docs/plugins/inspect/plugin-png.xml:
8095         * ext/jpeg/gstjpegdec.c:
8096         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
8097         (gst_pngdec_sink_setcaps):
8098           More docs. More logs in pngdec.
8099
8100 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
8101
8102         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8103           Initialize num_buffers with minimum value.
8104
8105         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
8106         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
8107           Handle frame-size query failure gracefully.
8108
8109 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8110
8111         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8112         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
8113         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
8114         of qt/aac files.
8115
8116 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
8117
8118         * ext/wavpack/gstwavpackdec.c:
8119         (gst_wavpack_dec_clip_outgoing_buffer):
8120         Fix buffer clipping to correctly clip to the segment stop.
8121
8122 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8123
8124         * configure.ac:
8125         * tests/Makefile.am:
8126         Remove bogus check for libcheck, since we check for
8127         gstreamer-check and it pulls in the required info from there,
8128         and we weren't actually _using_ the information for libcheck
8129         ourselves anyway.
8130
8131 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8132
8133         * configure.ac:
8134           Use pkg-config to locate check.
8135
8136 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
8137
8138         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
8139         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
8140         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
8141         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8142         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
8143         * gst/effectv/gstaging.c: (gst_agingtv_transform):
8144         * gst/effectv/gstdice.c: (gst_dicetv_transform):
8145         * gst/effectv/gstedge.c: (gst_edgetv_transform):
8146         * gst/effectv/gstquark.c: (gst_quarktv_transform):
8147         * gst/effectv/gstrev.c: (gst_revtv_transform):
8148         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
8149         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
8150         * gst/effectv/gstwarp.c: (gst_warptv_transform):
8151         * gst/matroska/matroska-demux.c:
8152         (gst_matroska_demux_add_wvpk_header),
8153         (gst_matroska_demux_check_subtitle_buffer),
8154         (gst_matroska_decode_buffer):
8155         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
8156           Fix build against core CVS.
8157
8158 2007-07-10  Edward Hervey  <bilboed@gmail.com>
8159
8160         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8161         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
8162         don't have enough granularity to convert that boolean into a
8163         GstFlowReturn.
8164
8165 2007-07-06  Michael Smith <msmith@fluendo.com>
8166
8167         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
8168         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
8169         (gst_alawdec_change_state):
8170         * gst/law/alaw-decode.h:
8171         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
8172         (gst_mulawdec_class_init), (gst_mulawdec_init),
8173         (gst_mulawdec_chain), (gst_mulawdec_change_state):
8174         * gst/law/mulaw-decode.h:
8175           Fix capsnego bogosity in *law decoders. 
8176
8177 2007-07-06  Michael Smith <msmith@fluendo.com>
8178
8179         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
8180         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
8181         (gst_smokeenc_change_state):
8182         * ext/jpeg/gstsmokeenc.h:
8183           Remove stupidity in get/set caps functions.
8184           Fix some refcounting problems.
8185
8186 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8187
8188         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
8189         Remove endianness-flipping hack that seems to have been required
8190         only because of a bug in ffmpegcolorspace.
8191         Partially Fixes: #451908
8192
8193 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8194
8195         * docs/plugins/Makefile.am:
8196           Simplify --extra-dir as gtkdoc scans recursively.
8197
8198 2007-07-03  Wim Taymans  <wim@fluendo.com>
8199
8200         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8201
8202         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8203         Set the encoding-name in the rtp caps to all uppercase, as required by
8204         the caps spec.
8205         Some small cleanups in the error paths. Fixes #453037.
8206
8207 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8208
8209         * ext/wavpack/gstwavpackparse.c:
8210         (gst_wavpack_parse_index_get_last_entry),
8211         (gst_wavpack_parse_index_get_entry_from_sample),
8212         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
8213         (gst_wavpack_parse_scan_to_find_sample):
8214         * ext/wavpack/gstwavpackparse.h:
8215         Use a GSList for the GArray that is used like a list anyway.
8216
8217 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
8218
8219         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
8220         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
8221         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
8222           Add state change function where we set 0/1 as default framerate in
8223           case our setcaps function isn't called, like it might not in a
8224           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
8225           gdkpixbufdec trying to create caps with a 0/0 framerate.
8226           Also post an error message on the bus if gst_pad_push() fails when
8227           called from our sink event handler (+1 for flow returns for event
8228           functions in 0.11) instead of failing silently.
8229
8230 2007-06-27  Wim Taymans  <wim@fluendo.com>
8231
8232         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
8233         Cast stack args to the proper types. Fixes #451249.
8234
8235 2007-06-27  Wim Taymans  <wim@fluendo.com>
8236
8237         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8238         (new_session_pad), (gst_rtspsrc_setup_streams):
8239         * gst/rtsp/gstrtspsrc.h:
8240         For container formats we only need to activate one of the streams so
8241         that we correctly signal no-more-pads. Fixes #451015.
8242
8243 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8244
8245         * docs/plugins/gst-plugins-good-plugins.args:
8246         * docs/plugins/inspect/plugin-aasink.xml:
8247         * docs/plugins/inspect/plugin-alaw.xml:
8248         * docs/plugins/inspect/plugin-alpha.xml:
8249         * docs/plugins/inspect/plugin-alphacolor.xml:
8250         * docs/plugins/inspect/plugin-annodex.xml:
8251         * docs/plugins/inspect/plugin-apetag.xml:
8252         * docs/plugins/inspect/plugin-audiofx.xml:
8253         * docs/plugins/inspect/plugin-auparse.xml:
8254         * docs/plugins/inspect/plugin-autodetect.xml:
8255         * docs/plugins/inspect/plugin-avi.xml:
8256         * docs/plugins/inspect/plugin-cacasink.xml:
8257         * docs/plugins/inspect/plugin-cairo.xml:
8258         * docs/plugins/inspect/plugin-cdio.xml:
8259         * docs/plugins/inspect/plugin-cutter.xml:
8260         * docs/plugins/inspect/plugin-debug.xml:
8261         * docs/plugins/inspect/plugin-efence.xml:
8262         * docs/plugins/inspect/plugin-effectv.xml:
8263         * docs/plugins/inspect/plugin-esdsink.xml:
8264         * docs/plugins/inspect/plugin-flac.xml:
8265         * docs/plugins/inspect/plugin-flxdec.xml:
8266         * docs/plugins/inspect/plugin-gconfelements.xml:
8267         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8268         * docs/plugins/inspect/plugin-goom.xml:
8269         * docs/plugins/inspect/plugin-halelements.xml:
8270         * docs/plugins/inspect/plugin-icydemux.xml:
8271         * docs/plugins/inspect/plugin-id3demux.xml:
8272         * docs/plugins/inspect/plugin-jpeg.xml:
8273         * docs/plugins/inspect/plugin-ladspa.xml:
8274         * docs/plugins/inspect/plugin-level.xml:
8275         * docs/plugins/inspect/plugin-matroska.xml:
8276         * docs/plugins/inspect/plugin-mulaw.xml:
8277         * docs/plugins/inspect/plugin-multipart.xml:
8278         * docs/plugins/inspect/plugin-navigationtest.xml:
8279         * docs/plugins/inspect/plugin-ossaudio.xml:
8280         * docs/plugins/inspect/plugin-png.xml:
8281         * docs/plugins/inspect/plugin-quicktime.xml:
8282         * docs/plugins/inspect/plugin-rtp.xml:
8283         * docs/plugins/inspect/plugin-rtsp.xml:
8284         * docs/plugins/inspect/plugin-smpte.xml:
8285         * docs/plugins/inspect/plugin-speex.xml:
8286         * docs/plugins/inspect/plugin-taglib.xml:
8287         * docs/plugins/inspect/plugin-udp.xml:
8288         * docs/plugins/inspect/plugin-videobalance.xml:
8289         * docs/plugins/inspect/plugin-videobox.xml:
8290         * docs/plugins/inspect/plugin-videocrop.xml:
8291         * docs/plugins/inspect/plugin-videoflip.xml:
8292         * docs/plugins/inspect/plugin-videomixer.xml:
8293         * docs/plugins/inspect/plugin-wavenc.xml:
8294         * docs/plugins/inspect/plugin-wavparse.xml:
8295         * docs/plugins/inspect/plugin-ximagesrc.xml:
8296           Update docs with caps info.
8297
8298 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8299
8300         * po/POTFILES.in:
8301           Add more files with translatable strings (#450878).
8302
8303 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8304
8305         * MAINTAINERS:
8306         Updating all the maintainers files
8307
8308 2007-06-22  Edward Hervey  <edward@fluendo.com>
8309
8310         * ext/flac/gstflactag.c: (gst_flac_tag_init):
8311         * gst/interleave/deinterleave.c: (deinterleave_init),
8312         (deinterleave_sink_link):
8313         * gst/interleave/interleave.c: (interleave_init):
8314         * gst/median/gstmedian.c: (gst_median_init):
8315         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
8316         Fix memory leaks.
8317         * tests/check/elements/id3demux.c: (pad_added_cb):
8318         Remove unused variable.
8319
8320 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
8321
8322         * ext/gconf/gconf.h:
8323         Make the prototype of gst_gconf_get_key_for_sink_profile
8324         match the implementation.
8325         Patch by: Damien Carbery <damien dot carbery at sun dot com>
8326         Fixes: #449747
8327
8328 2007-06-20  Michael Smith <msmith@fluendo.com>
8329
8330         * gst/rtp/gstrtpdepay.c:
8331           Fix description - rtpdepay is not a payloader.
8332
8333 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
8334
8335         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
8336         (qtdemux_video_caps):
8337         * gst/qtdemux/qtdemux_fourcc.h:
8338           Add MJPG to the variants of motion jpeg.
8339
8340 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
8341
8342         * tests/check/Makefile.am:
8343         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8344         * tests/check/elements/videocrop.c: (GST_START_TEST):
8345         * tests/check/elements/videofilter.c:
8346         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8347         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
8348           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
8349           error flags are included and it errors out on compiler warnings
8350           for CVS builds; remove unused variables in various unit tests.
8351
8352 2007-06-19  Wim Taymans  <wim@fluendo.com>
8353
8354         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8355         (rtsp_connection_close), (rtsp_connection_free):
8356         Use threadsafe inet_ntop to convert an ip number to a string. 
8357         Fixes #447961.
8358         Don't leak fd (and ip) when freeing a connection without first closing
8359         it.
8360
8361 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
8362
8363         * configure.ac:
8364         Back to CVS
8365
8366         * gst-plugins-good.doap:
8367         Add 0.10.6 to the doap file.
8368
8369 === release 0.10.6 ===
8370
8371 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
8372
8373         * configure.ac:
8374           releasing 0.10.6, "Wobble Board"
8375
8376 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8377
8378         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8379         (rtsp_connection_free):
8380           Revert previous commit again, since we are frozen (sorry).
8381
8382 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8383
8384         Patch by: Peter Kjellerstedt <pkj at axis com>
8385
8386         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8387         (rtsp_connection_free):
8388           inet_ntoa() uses a static buffer internally, so we need to copy the
8389           returned string if we want to store it for later (#447961).
8390
8391 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8392
8393         * win32/vs6/autogen.dsp:
8394         * win32/vs6/gst_plugins_good.dsw:
8395         * win32/vs6/libgstalaw.dsp:
8396         * win32/vs6/libgstalpha.dsp:
8397         * win32/vs6/libgstalphacolor.dsp:
8398         * win32/vs6/libgstapetag.dsp:
8399         * win32/vs6/libgstaudiofx.dsp:
8400         * win32/vs6/libgstauparse.dsp:
8401         * win32/vs6/libgstautodetect.dsp:
8402         * win32/vs6/libgstavi.dsp:
8403         * win32/vs6/libgstcutter.dsp:
8404         * win32/vs6/libgstdirectdraw.dsp:
8405         * win32/vs6/libgstdirectsound.dsp:
8406         * win32/vs6/libgsteffectv.dsp:
8407         * win32/vs6/libgstflx.dsp:
8408         * win32/vs6/libgstgoom.dsp:
8409         * win32/vs6/libgsticydemux.dsp:
8410         * win32/vs6/libgstid3demux.dsp:
8411         * win32/vs6/libgstinterleave.dsp:
8412         * win32/vs6/libgstjpeg.dsp:
8413         * win32/vs6/libgstlevel.dsp:
8414         * win32/vs6/libgstmatroska.dsp:
8415         * win32/vs6/libgstmedian.dsp:
8416         * win32/vs6/libgstmonoscope.dsp:
8417         * win32/vs6/libgstmulaw.dsp:
8418         * win32/vs6/libgstmultipart.dsp:
8419         * win32/vs6/libgstqtdemux.dsp:
8420         * win32/vs6/libgstrtp.dsp:
8421         * win32/vs6/libgstrtsp.dsp:
8422         * win32/vs6/libgstsmpte.dsp:
8423         * win32/vs6/libgstspeex.dsp:
8424         * win32/vs6/libgstudp.dsp:
8425         * win32/vs6/libgstvideobalance.dsp:
8426         * win32/vs6/libgstvideobox.dsp:
8427         * win32/vs6/libgstvideocrop.dsp:
8428         * win32/vs6/libgstvideoflip.dsp:
8429         * win32/vs6/libgstvideomixer.dsp:
8430         * win32/vs6/libgstwaveform.dsp:
8431         * win32/vs6/libgstwavenc.dsp:
8432         * win32/vs6/libgstwavparse.dsp:
8433         Mark *.dsp & *.dsw as binary files and convert to DOS line
8434         endings, as they don't load into VS6 correctly otherwise.
8435
8436 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8437
8438         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8439         (rtsp_connection_connect):
8440         Fix the MingW build. 
8441         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
8442         Fixes: #446981
8443
8444 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8445
8446         * tests/check/elements/.cvsignore:
8447         * tests/icles/.cvsignore:
8448         Hush the buildbots up
8449
8450 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8451
8452         * configure.ac:
8453         * sys/Makefile.am:
8454         * sys/directdraw/Makefile.am:
8455         * sys/directsound/Makefile.am:
8456         * sys/waveform/Makefile.am:
8457         Make sure to dist everything needed for win32 builds.
8458
8459 2007-06-14  Edward Hervey  <edward@fluendo.com>
8460
8461         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
8462         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
8463         caps.
8464         Fixes #447458
8465
8466 2007-06-13  Wim Taymans  <wim@fluendo.com>
8467
8468         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
8469         Make sure we allocate enough memory for the codec_data.
8470         Fixes #447210.
8471
8472 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
8473
8474         * win32/MANIFEST:
8475         Add videocrop project file to the win32 manifest.
8476         * win32/vs6/gst_plugins_good.dsw:
8477         Add qtdemux,videocrop and waveform projects to the workspace.
8478         * win32/vs6/libgstqtdemux.dsp:
8479         Add zlib to the link list of qtdemux.
8480         * win32/vs6/libgstvideocrop.dsp:
8481         Add a project file for videocrop.
8482
8483 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8484
8485         * po/POTFILES.in:
8486         Add qtdemux for translation
8487
8488 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8489
8490         * configure.ac:
8491         * docs/plugins/Makefile.am:
8492         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8493         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8494         * docs/plugins/inspect/plugin-videocrop.xml:
8495         * gst-plugins-good.spec.in:
8496         * sys/Makefile.am:
8497         * tests/check/Makefile.am:
8498         * tests/icles/Makefile.am:
8499         * tests/icles/videocrop-test.c:
8500         Move videocrop and osxvideo from -bad.
8501
8502 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8503
8504         * configure.ac:
8505         * docs/plugins/Makefile.am:
8506         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8507         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8508         * docs/plugins/gst-plugins-good-plugins.args:
8509         * docs/plugins/inspect/plugin-qtdemux.xml:
8510         * docs/plugins/inspect/plugin-quicktime.xml:
8511         * win32/MANIFEST:
8512         Move qtdemux from -bad.
8513
8514         * gst-plugins-good.spec.in:
8515         Update spec file to reflect moving of qtdemux and wavpack
8516
8517 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8518         
8519         * win32/MANIFEST:
8520         * docs/plugins/Makefile.am:
8521         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8522         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8523         * docs/plugins/inspect/plugin-directdraw.xml:
8524         * docs/plugins/inspect/plugin-directsound.xml:
8525         * docs/plugins/inspect/plugin-waveform.xml:
8526         Move the waveform plugin from -bad too. Update the inspect xml
8527         files to mention Plugins Good instead of Plugins Bad.
8528
8529 2007-06-12  Andy Wingo  <wingo@pobox.com>
8530
8531         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
8532         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
8533         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
8534         finalization and resuscitation. No longer public.
8535         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
8536         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
8537         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
8538         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
8539         miniobject semantics, and be threadsafe.
8540         (gst_v4l2src_queue_frame): Remove this function, as we just call
8541         the ioctls directly in the two places where we queue buffers.
8542         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
8543         directly.
8544         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
8545         to allocate the pool, which also preallocates the GstBuffers.
8546         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
8547         queueing the frames directly.
8548         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
8549         mmap buffers have been dequeued.
8550
8551         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
8552         real MiniObject instead of rolling our own refcounting and
8553         finalizing. Give it a lock.
8554         (struct _GstV4l2Buffer): Remove one intermediary object, having
8555         the buffers hold the struct v4l2_buffer directly.
8556
8557         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
8558         capture_init so that it can set them on the buffers that it will
8559         create.
8560         (gst_v4l2src_get_read): For better or for worse, include the
8561         timestamping and offsetting code here; really we should be using
8562         bufferalloc though.
8563         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
8564         preallocated, mmap'd buffers.
8565
8566 2007-06-11  Wim Taymans  <wim@fluendo.com>
8567
8568         Patch by: daniel fischer <dan at f3c dot com>
8569
8570         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
8571         (gst_ximage_src_get_caps):
8572         Actually use the display_name property so that we can dump any
8573         available X display. Fixes #445905.
8574
8575 2007-06-11  Wim Taymans  <wim@fluendo.com>
8576
8577         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8578
8579         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
8580         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
8581         Add missing rate fields to caps. Fixes #441118.
8582
8583 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
8584
8585         * win32/vs6/gst_plugins_good.dsw:
8586         * win32/vs8/gst-plugins-good.sln:
8587         Add DirectSound and DirectDraw sinks project files to
8588         workspace and solution files.
8589
8590 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
8591
8592         Patch by: Josh Coalson <xflac at yahoo dot com>,
8593         updated by Alexis Ballier <aballier at gentoo dot org>:
8594
8595         * configure.ac:
8596         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
8597         (gst_flac_dec_setup_seekable_decoder),
8598         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
8599         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
8600         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
8601         * ext/flac/gstflacdec.h:
8602         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
8603         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
8604         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
8605         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
8606         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
8607         (gst_flac_enc_chain), (gst_flac_enc_set_property),
8608         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
8609         * ext/flac/gstflacenc.h:
8610         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
8611         
8612 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
8613
8614         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
8615         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
8616         not necessary anymore as we need at least that core version. 
8617
8618 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
8619
8620         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8621         (gst_wavpack_dec_chain):
8622         * ext/wavpack/gstwavpackdec.h:
8623         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
8624         (gst_wavpack_parse_push_buffer):
8625         * ext/wavpack/gstwavpackparse.h:
8626         Improve discont handling by checking if the next Wavpack block has
8627         the expected, following block index.
8628
8629 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8630
8631         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
8632           Fix element description.
8633
8634 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8635
8636         * configure.ac:
8637         * docs/plugins/Makefile.am:
8638         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8639         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8640         * docs/plugins/gst-plugins-good-plugins.args:
8641         * docs/plugins/gst-plugins-good-plugins.hierarchy:
8642         * docs/plugins/gst-plugins-good-plugins.signals:
8643         * docs/plugins/inspect/plugin-autodetect.xml:
8644         * docs/plugins/inspect/plugin-gconfelements.xml:
8645         * docs/plugins/inspect/plugin-ladspa.xml:
8646         * docs/plugins/inspect/plugin-rtp.xml:
8647         * docs/plugins/inspect/plugin-wavpack.xml:
8648         * ext/Makefile.am:
8649         * tests/check/Makefile.am:
8650           move wavpack plugin.  See #352605.
8651
8652 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
8653
8654         * configure.ac:
8655         * docs/plugins/Makefile.am:
8656         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8657         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8658         * docs/plugins/gst-plugins-good-plugins.args:
8659         * sys/Makefile.am:
8660         * win32/MANIFEST:
8661         Add DirectDraw & DirectSound plugins to the build and docs.
8662
8663 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
8664
8665         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
8666         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
8667           When operating in pull mode, error out correct on not-linked.
8668
8669 2007-06-06  Andy Wingo  <wingo@pobox.com>
8670
8671         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
8672         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
8673         format and size if the ioctls are defined; should fix compilation
8674         on Linux < 2.16.19.
8675
8676 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
8677
8678         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
8679           Printf fixes in debug statements; use LOG level for debug statements
8680           that are printed for each and every frame; convert c++ comments to
8681           C-style comments; not much point using g_try_malloc() if we then not
8682           even check the return value.
8683
8684 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8685
8686         * configure.ac:
8687           Bump requirements to released versions (core and base 0.10.13).
8688
8689         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
8690           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8691           own implementation.
8692
8693 2007-06-05  Andy Wingo  <wingo@pobox.com>
8694
8695         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
8696         some useless comments.
8697
8698         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
8699         frames before calling STREAMON, that might leave them in a state
8700         where they can't be dequeued if we go back to NULL without calling
8701         STREAMON, according to the docs.
8702         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
8703         before we call STREAMON.
8704         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
8705         failures. (For me this code hung.) The pool refcounting is still
8706         crack; added a note to that effect.
8707
8708 2007-06-05  Wim Taymans  <wim@fluendo.com>
8709
8710         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
8711         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
8712         Add support for mapping gst structure names to the MIME type equivalent.
8713         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
8714
8715 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
8716
8717         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
8718         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
8719         (gst_wavenc_chain), (gst_wavenc_change_state):
8720         * gst/wavenc/gstwavenc.h:
8721         Properly write wav files with width!=depth by having the depth most
8722         significant bytes set and all others zero. Fixes #442535.
8723
8724 2007-06-01  Wim Taymans  <wim@fluendo.com>
8725
8726         * gst/rtsp/rtspconnection.c:
8727         Add include to make buildbot happy.
8728
8729 2007-06-01  Wim Taymans  <wim@fluendo.com>
8730
8731         Patch by: Peter Kjellerstedt  <pkj at axis com>
8732
8733         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8734         (rtsp_connection_connect), (add_date_header),
8735         (rtsp_connection_send), (parse_response_status),
8736         (parse_request_line), (parse_line), (rtsp_connection_receive):
8737         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
8738         * gst/rtsp/rtspdefs.h:
8739         * gst/rtsp/rtspmessage.c: (key_value_foreach),
8740         (rtsp_message_init_request), (rtsp_message_init_response),
8741         (rtsp_message_remove_header), (rtsp_message_append_headers),
8742         (rtsp_message_dump):
8743         * gst/rtsp/rtspmessage.h:
8744         Improves version checking, allowing an RTSP server to reply with "505
8745         RTSP Version not supported.
8746         Adds a Date header to all messages.
8747         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
8748         want to be able to send a response even if something in the request was
8749         invalid. EINVAL is only used when passing wrong arguments to functions.
8750         Do not handle an invalid method in parse_request_line(). Defer this to
8751         the caller so it can respond with "405 Method Not Allowed".
8752         Improves parsing of the timeout parameter to the Session header,
8753         allowing whitespace after the semicolon. 
8754         Avoids a compiler warning due to variables shadowing a function argument.
8755
8756 2007-06-01  Wim Taymans  <wim@fluendo.com>
8757
8758         Based on Patch by: Daniel Charles <dcharles at ti dot com>
8759
8760         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
8761         (gst_rtp_amr_depay_process):
8762         * gst/rtp/gstrtpamrdepay.h:
8763         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
8764         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
8765         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
8766         * gst/rtp/gstrtpamrpay.h:
8767         Add support for AMR-WB.
8768         Small cleanups such as using BOILERPLATE.
8769
8770 2007-05-31  Wim Taymans  <wim@fluendo.com>
8771
8772         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
8773         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
8774
8775 2007-05-30  Andy Wingo  <wingo@pobox.com>
8776
8777         * sys/v4l2/gstv4l2object.h: 
8778         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
8779         unintended changes.
8780
8781         * sys/v4l2/v4l2src_calls.h: 
8782         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
8783         the format list in the order that the driver gives it to us.
8784         (gst_v4l2src_probe_caps_for_format_and_size)
8785         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
8786         based on the capabilities of the device.
8787         (gst_v4l2src_grab_frame): Update for object variable renaming.
8788         (gst_v4l2src_set_capture): Update to be strict in its parameters,
8789         as in the set_caps below.
8790         (gst_v4l2src_capture_init): Update for object variable renaming,
8791         and reflow.
8792         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
8793         (gst_v4l2src_capture_deinit): Update for object variable renaming.
8794         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
8795         (gst_v4l2src_get_fps): Remove; these functions don't have much
8796         meaning outside of an atomic set_caps method.
8797         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
8798         known.
8799
8800         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
8801         call to update_fps; not sure about this change.
8802         (gst_v4l2_tuner_set_norm): Work around the fact that for the
8803         moment we don't have an update_fps_func.
8804
8805         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
8806         structures in the object, just store what we need. Do store the
8807         probed caps of the device. Don't store the current frame rate.
8808
8809         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
8810         update_fps_function, for now. Update for new object variable
8811         naming.
8812         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
8813         new object variable naming.
8814         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
8815         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
8816         (gst_v4l2src_get_caps): Rework to probe the device for supported
8817         frame sizes and frame rates.
8818         (gst_v4l2src_set_caps): Rework to be strict in the given
8819         parameters: if someone asks us to have a certain size and rate,
8820         that is what we configure.
8821         (gst_v4l2src_get_read): Update for object variable naming. Don't
8822         leak buffers on short reads.
8823         (gst_v4l2src_get_mmap): Update for object variable naming, and add
8824         comments.
8825         (gst_v4l2src_create): Update for object variable naming.
8826
8827 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
8828
8829         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
8830         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
8831         * gst/avi/gstavidemux.h:
8832           Parse subtitle text streams instead of erroring out (#442034). Still
8833           needs a parser for the subtitles to actually show up.
8834
8835 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
8836
8837         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
8838         (gst_avi_demux_loop):
8839           Make _push_event() return TRUE if the event could be pushed on at
8840           least one pad and not only if it could be pushed on all pads,
8841           otherwise we'll end up posting an error message on EOS if one or
8842           more source pads are not connected.
8843
8844 2007-05-28  Wim Taymans  <wim@fluendo.com>
8845
8846         * gst/rtsp/rtsptransport.c:
8847         Use renamed RTP bin.
8848
8849 2007-05-28  Wim Taymans  <wim@fluendo.com>
8850
8851         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
8852
8853         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
8854         (gst_video_box_set_property), (gst_video_box_transform_caps),
8855         (video_box_recalc_transform), (gst_video_box_set_caps),
8856         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
8857         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
8858         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
8859         (gst_video_box_i420_i420), (gst_video_box_transform),
8860         (plugin_init):
8861         Add AYUV->AYUV and AYUV->I420 formats. 
8862         Fix negotiation and I420->AYUV conversion.
8863         Fixes #429329.
8864
8865 2007-05-26  Wim Taymans  <wim@fluendo.com>
8866
8867         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
8868         Use different variables for nested for loops so that the outer loop
8869         functions properly and speex files with multiple frames per buffer work
8870         properly.
8871         Fixes #441408.
8872
8873 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8874
8875         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
8876           Don't leak newsegment events.
8877
8878 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8879
8880         * gst/wavparse/Makefile.am:
8881           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
8882           drags it in.
8883
8884 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8885
8886         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
8887         (notgst_value_array_append_buffer),
8888         (gst_flac_enc_process_stream_headers),
8889         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
8890         (gst_flac_enc_change_state):
8891         * ext/flac/gstflacenc.h:
8892           Collect headers, add "streamheader" field to output caps and set
8893           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
8894           produces output according to the official FLAC-to-Ogg mapping
8895           instead of completely broken files. Fixes #426044.
8896
8897 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8898
8899         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
8900         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
8901         (gst_id3demux_sink_event):
8902         * gst/id3demux/gstid3demux.h:
8903         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
8904         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
8905         (gst_tag_demux_send_new_segment):
8906         Handle and adjust new-segment events so that downstream really
8907         sees a stream with the tag pieces stripped off the front and back.
8908         Fixes strangeness in seeking when mp3 decoders use the new-segment
8909         byte position to estimate their current playback position timestamp
8910         and then the arriving buffers don't match up.
8911
8912 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8913
8914         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
8915           Don't unnecessarily perform a READY->NULL->READY transition on the
8916           detected audio sink when starting up. Fixes: #440127
8917
8918 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8919
8920         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
8921         (gst_flac_enc_chain):
8922           Don't crash in chain function if setcaps hasn't been called.
8923
8924 2007-05-24  Wim Taymans  <wim@fluendo.com>
8925
8926         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
8927         Init value to avoid infinte loops.
8928
8929 2007-05-24  Wim Taymans  <wim@fluendo.com>
8930
8931         Patch by: Peter Kjellerstedt  <pkj at axis com>
8932
8933         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
8934         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
8935         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
8936         (gst_rtspsrc_play):
8937         (rtsp_connection_send), (rtsp_connection_receive):
8938         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
8939         Fix for new API.
8940
8941         * gst/rtsp/rtspconnection.c: (add_auth_header),
8942         Only add authorisation and session headers when sending messages.
8943
8944         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
8945         (rtsp_message_init_request), (rtsp_message_init_response),
8946         (rtsp_message_unset), (rtsp_message_add_header),
8947         (rtsp_message_remove_header), (rtsp_message_get_header),
8948         (rtsp_message_append_headers), (dump_key_value),
8949         (rtsp_message_dump):
8950         * gst/rtsp/rtspmessage.h:
8951         Add support for multiple headers of the same type by storing the parsed
8952         headers in a GArray instaed of a hashtable.
8953
8954 2007-05-21  Wim Taymans  <wim@fluendo.com>
8955
8956         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
8957         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
8958         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
8959         safer shutdown.
8960
8961 2007-05-21  Wim Taymans  <wim@fluendo.com>
8962
8963         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
8964         * gst/rtsp/gstrtpdec.h:
8965         Added signal for backwards compat.
8966
8967 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
8968         
8969         Patch by: René Stadler <mail at renestadler dot de>
8970
8971         * configure.ac:
8972         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
8973         (gst_au_parse_parse_header), (gst_au_parse_chain):
8974         * gst/auparse/gstauparse.h:
8975         Use audioconvert for converting from non-native endianness floats
8976         in auparse instead of doing it ourself. Fixes #424527.
8977         This needs the audioconvert from plugins-base CVS.
8978         
8979 2007-05-21  Wim Taymans  <wim@fluendo.com>
8980
8981         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8982         (gst_rtp_h263p_pay_flush):
8983         Fix enum registration.
8984
8985 2007-05-21  Wim Taymans  <wim@fluendo.com>
8986
8987         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
8988
8989         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8990         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
8991         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
8992         (gst_rtp_h263p_pay_flush):
8993         * gst/rtp/gstrtph263ppay.h:
8994         Add new fragmentation mode base on GOB headers. Fixes #438940.
8995
8996 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
8997
8998         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
8999           Printf format fix.
9000
9001 2007-05-18  Wim Taymans  <wim@fluendo.com>
9002
9003         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
9004         Don't crash when an unsupported transport error was returned by the
9005         server, just try to configure the next stream. Fixes #439255.
9006
9007 2007-05-18  Wim Taymans  <wim@fluendo.com>
9008
9009         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9010         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9011         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
9012         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9013         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
9014         * gst/rtsp/gstrtspsrc.h:
9015         Add TCP timeout property and use it for all TCP connection.
9016
9017         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9018         (rtsp_connection_write), (rtsp_connection_next_timeout),
9019         (rtsp_connection_reset_timeout):
9020         Make connect and writes cancelable and make them use the timeout.
9021
9022 2007-05-18  Wim Taymans  <wim@fluendo.com>
9023
9024         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9025         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
9026         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9027         (gst_rtspsrc_setup_streams):
9028         Refactor timeout handling.
9029         Also send keep-alive when dealing with TCP transport.
9030
9031         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9032         (rtsp_connection_free), (rtsp_connection_next_timeout),
9033         (rtsp_connection_reset_timeout):
9034         * gst/rtsp/rtspconnection.h:
9035         Use a timer to handle the session timeouts, add some methods to deal
9036         with timeouts.
9037
9038 2007-05-17  Wim Taymans  <wim@fluendo.com>
9039
9040         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
9041         (gst_rtspsrc_setup_streams):
9042         Ignore streams that fail the setup command, we will retry with a
9043         different transport later on.
9044
9045         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
9046         (rtsp_ext_wms_configure_stream):
9047         Fix encoding name case.
9048
9049 2007-05-16  Edward Hervey  <edward@fluendo.com>
9050
9051         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
9052         Fix build on macosx.
9053
9054 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
9055
9056         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
9057         Replace direct comparison of a string with the string literal "" with
9058         a comparison of the first character with '\0'. Fixes #438926.
9059
9060 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9061
9062         * gst/debug/breakmydata.c (gst_break_my_data_init):
9063           One more try. This should be the proper fix now.
9064
9065 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9066
9067         * gst/debug/breakmydata.c:
9068           Ooops, no // comments please.
9069
9070 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9071
9072         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
9073         (gst_break_my_data_init):
9074           Fix gst_buffer_is_writable() assertion.
9075
9076 2007-05-14  David Schleef  <ds@schleef.org>
9077
9078         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
9079           video/x-raw-bayer.  Fixes #314160.
9080
9081 2007-05-14  Wim Taymans  <wim@fluendo.com>
9082
9083         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
9084         (gst_rtp_theora_depay_parse_configuration):
9085         * gst/rtp/gstrtptheorapay.c: (encode_base64),
9086         (gst_rtp_theora_pay_finish_headers),
9087         (gst_rtp_theora_pay_handle_buffer):
9088         Update theora pay/depayloader in a similar to vorbis.
9089
9090         * gst/rtp/gstrtpvorbisdepay.c:
9091         (gst_rtp_vorbis_depay_parse_configuration):
9092         Update docs.
9093
9094 2007-05-14  Wim Taymans  <wim@fluendo.com>
9095
9096         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
9097         When we try to execute a method that is not supported by the server,
9098         don't error out but remove the method from the accepted methods so that
9099         we never try to perform this method again.
9100
9101 2007-05-14  Wim Taymans  <wim@fluendo.com>
9102
9103         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
9104         Remove annoying _dump_mem.
9105
9106 2007-05-14  Wim Taymans  <wim@fluendo.com>
9107
9108         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
9109         Parse range correctly.
9110
9111         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
9112         The baseurl now always has a '/' at the start.
9113
9114 2007-05-14  Wim Taymans  <wim@fluendo.com>
9115
9116         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
9117         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
9118         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9119         Factor out caps configuration and configure more stuff such as the time
9120         ranges and speed/scale values.
9121
9122         * gst/rtsp/rtsptransport.c:
9123         Add Copyright after non-trival fixes.
9124
9125 2007-05-12  Wim Taymans  <wim@fluendo.com>
9126
9127         Patch by: Peter Kjellerstedt  <pkj at axis com>
9128
9129         * gst/rtsp/gstrtspsrc.h:
9130         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9131         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
9132         (rtsp_message_get_header):
9133         * gst/rtsp/rtspmessage.h:
9134         Make channel guint8 where possible.
9135         Make rtsp_message_init_data() take the channel as a guint8.
9136
9137         * gst/rtsp/rtspdefs.c:
9138         Fixed a typo: Timout -> Timeout
9139
9140         * gst/rtsp/rtspdefs.h:
9141         Make RTSP_CHECK() behave as a statement.
9142
9143         * gst/rtsp/sdpmessage.c:
9144         Avoid a compiler warning in INIT_ARRAY().
9145         Fixes #437692.
9146
9147 2007-05-12  Wim Taymans  <wim@fluendo.com>
9148
9149         Patch by: Peter Kjellerstedt  <pkj at axis com>
9150
9151         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
9152         (rtsp_url_get_request_uri):
9153         * gst/rtsp/rtspurl.h:
9154         Add support for query parameters to RTSP URLs.
9155
9156 2007-05-12  Wim Taymans  <wim@fluendo.com>
9157
9158         Patch by: Peter Kjellerstedt  <pkj at axis com>
9159
9160         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
9161         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
9162         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
9163         (rtsp_transport_parse), (rtsp_transport_as_text):
9164         * gst/rtsp/rtsptransport.h:
9165         Add validation to rtsp_transport_parse().
9166         Add rtsp_transport_as_text() to generate an RTSP header from an
9167         RTSPTransport.
9168         Change ssrc to guint (was a string) since that is what it is, even
9169         though it is sent as a hex string.
9170         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
9171         incorrect, which can be seen when looking at the examples in the RFC).
9172         Fixes #437670.
9173
9174 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9175
9176         Patch by: Eric Anholt
9177
9178         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
9179           gst_ximage_src_ximage_get):
9180         Use union of all damage between frames to make it faster.
9181         Fixes bug #342463.
9182         Also fix crasher when cursor is at bottom right of window.
9183
9184 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
9185
9186         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9187           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
9188           streaming mode regression for file from #343837 with 'bext' chunk
9189           before the 'fmt' chunk.
9190
9191 2007-05-11  Wim Taymans  <wim@fluendo.com>
9192
9193         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
9194         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
9195         (gst_rtspsrc_handle_src_event),
9196         (gst_rtspsrc_stream_configure_manager),
9197         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
9198         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
9199         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9200         * gst/rtsp/gstrtspsrc.h:
9201         * gst/rtsp/rtspdefs.h:
9202         Preliminary seek support.
9203         Activate internal pads so that we can receive events on them.
9204         Don't try to parse a range string when it's NULL.
9205
9206 2007-05-11  Wim Taymans  <wim@fluendo.com>
9207
9208         * gst/rtp/README:
9209         Update README with new RTP variables that will be used for
9210         synchronisation.
9211
9212         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
9213         (gst_rtp_vorbis_depay_parse_configuration),
9214         (gst_rtp_vorbis_depay_process):
9215         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
9216         (gst_rtp_vorbis_pay_finish_headers),
9217         (gst_rtp_vorbis_pay_handle_buffer):
9218         Update vorbis pay and depayloader to draft-04.
9219
9220 2007-05-11  Wim Taymans  <wim@fluendo.com>
9221
9222         * gst/rtsp/rtsptransport.c:
9223         UDP MCAST is actually the default for RTP/AVP.
9224 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
9225
9226         * gst/level/gstlevel.c: (gst_level_transform_ip):
9227         Use guint8 * instead of gpointer then vs6 can build 
9228         in_data += (filter->width / 8).
9229
9230 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9231
9232         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
9233           gst_ximage_src_ximage_get):
9234         * sys/ximage/gstximagesrc.h (last_ximage):
9235         When using Damage actually keep the last frame, and not assume
9236         that the buffer we get already has the last frame on it.
9237         Copy the cursor over if we specify a non-zero start x and
9238         start y.
9239
9240 2007-05-11  Wim Taymans  <wim@fluendo.com>
9241
9242         * gst/rtsp/rtsptransport.c:
9243         Make UDP the default transport when not specified.
9244
9245 2007-05-09  David Schleef  <ds@schleef.org>
9246
9247         * gst/level/gstlevel.c:
9248           Revert last change.
9249
9250 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9251
9252         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
9253         (gst_level_transform_ip):
9254         Use guint8 * instead of gpointer then vs6 know the size of data
9255         pointed when moving the pointer.
9256         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
9257         Move instructions after variables declaration.
9258         * win32/vs6/autogen.dsp:
9259         * win32/vs6/libgstrtp.dsp:
9260         * win32/vs6/libgstrtsp.dsp:
9261         Update vs6 project files.
9262
9263 2007-05-09  Wim Taymans  <wim@fluendo.com>
9264
9265         * gst/rtsp/Makefile.am:
9266         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
9267         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
9268         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
9269         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
9270         (rtsp_range_free):
9271         * gst/rtsp/rtsprange.h:
9272         Add code to parse time ranges.
9273         Report DURATION on the stream when possible.
9274
9275 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
9276
9277         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
9278         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9279         (gst_videomixer_collected):
9280           Fix strides calculation for AYUV (it's just width*4) (#436910).
9281
9282 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
9283
9284         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
9285         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
9286         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
9287         Sync the GObject properties before each processing step to properly
9288         work with the controller.
9289
9290 2007-05-04  Wim Taymans  <wim@fluendo.com>
9291
9292         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9293         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9294         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9295         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
9296         (gst_rtspsrc_change_state):
9297         Let more error state trickle down so that we can catch more error
9298         cases.
9299         Handle keep-alive a little smarter by selecting a method the server
9300         actually supports.
9301         Fix a race in UDP streaming shutdown.
9302
9303 2007-05-04  Wim Taymans  <wim@fluendo.com>
9304
9305         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
9306         Ignore errors when trying to use the keep-alive messages.
9307
9308 2007-05-04  Wim Taymans  <wim@fluendo.com>
9309
9310         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
9311         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
9312         (gst_rtspsrc_stream_configure_manager),
9313         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9314         (gst_rtspsrc_stream_configure_mcast),
9315         (gst_rtspsrc_stream_configure_udp),
9316         (gst_rtspsrc_stream_configure_udp_sink),
9317         (gst_rtspsrc_stream_configure_transport):
9318         Send RTCP messages back to the server over the TCP connection.
9319
9320         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
9321         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9322         (rtsp_connection_receive):
9323         * gst/rtsp/rtspconnection.h:
9324         Factor out and expose lowlevel _write and _read methods.
9325         Implement sending data messages to the server.
9326
9327 2007-05-03  Wim Taymans  <wim@fluendo.com>
9328
9329         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
9330         (gst_multipart_mux_collected):
9331         Fix timestamps on outgoing buffers.
9332
9333 2007-05-03  Wim Taymans  <wim@fluendo.com>
9334
9335         * gst/multipart/multipartmux.c:
9336         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
9337         (gst_multipart_mux_change_state):
9338         Emit NEWSEGMENT events before pushing the first buffer.
9339
9340 2007-05-03  Wim Taymans  <wim@fluendo.com>
9341
9342         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9343         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
9344         (gst_rtspsrc_handle_src_query),
9345         (gst_rtspsrc_stream_configure_manager),
9346         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9347         (gst_rtspsrc_stream_configure_mcast),
9348         (gst_rtspsrc_stream_configure_udp),
9349         (gst_rtspsrc_stream_configure_udp_sink),
9350         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
9351         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
9352         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9353         (gst_rtspsrc_pause):
9354         Refactor transport configuration code.
9355         Create internal pads for TCP transport so that we can implement events
9356         and queries.
9357         Handle events and queries.
9358         Parse range from the SDP.
9359         Fix race in pause handler where the connection could still be flushing.
9360
9361 2007-05-02  Wim Taymans  <wim@fluendo.com>
9362
9363         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9364         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
9365         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9366         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
9367         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
9368         (gst_rtspsrc_change_state):
9369         * gst/rtsp/gstrtspsrc.h:
9370         Fix race when multiple udp sources post timeouts, just act on the first
9371         received timeout.
9372         Protect stream list with a recursive lock to fix some races.
9373         Flush connection when we need to do a reconnect or stop.
9374         Make state lock recursive.
9375
9376         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9377         (rtsp_connection_close):
9378         Some small cleanups.
9379
9380 2007-05-02  Wim Taymans  <wim@fluendo.com>
9381
9382         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9383         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9384         Only set DISCONT when there actually is a discont or when we just
9385         started.
9386
9387 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9388
9389         * ext/flac/gstflac.c: (plugin_init):
9390         Call bindtextdomain() to get localized strings.
9391
9392 2007-05-02  Wim Taymans  <wim@fluendo.com>
9393
9394         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9395         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
9396         (gst_wavparse_stream_data):
9397         * gst/wavparse/gstwavparse.h:
9398         Be a bit more clever when dealing with VBR files with FACT tags, we
9399         don't want to timestamp buffers in that case but the estimated BPS can
9400         be used for seeking.
9401         Only send close segment in the streaming thread.
9402
9403 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9404
9405         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
9406         Correctly post an error on the bus if something went wrong in the loop
9407         function. This fixes a few cases where the task was paused and nothing
9408         happened anymore.
9409
9410 2007-05-02  Wim Taymans  <wim@fluendo.com>
9411
9412         * gst/rtsp/test.c: (main):
9413         Fix compilation of deprecated test just because I'm too lazy to delete
9414         it.
9415
9416 2007-05-02  Wim Taymans  <wim@fluendo.com>
9417
9418         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9419         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9420         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
9421         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
9422         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9423         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
9424         * gst/rtsp/gstrtspsrc.h:
9425         Fix sending RTCP to the right place.
9426         Fix bug in reffing the wrong UDP element.
9427         Use new pad names for the session manager.
9428         Implement handling server requests in interleaved and UDP modes.
9429         Handle session keep-alive in UDP modes.
9430         Remove GCond for handling UDP timeouts.
9431
9432         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9433         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9434         (rtsp_connection_receive), (rtsp_connection_close):
9435         * gst/rtsp/rtspconnection.h:
9436         Store connection IP address for later.
9437         Add timeout args to all operations that might block forever.
9438         Parse session timeout.
9439         Only close sockets when not already closed.
9440
9441         * gst/rtsp/rtspdefs.c:
9442         * gst/rtsp/rtspdefs.h:
9443         Add timeout return value and error string.
9444
9445         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
9446         Add small comment.
9447
9448 2007-05-01  Wim Taymans  <wim@fluendo.com>
9449
9450         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9451
9452         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
9453         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
9454         * gst/rtp/gstrtpmp4vpay.h:
9455         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
9456
9457 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
9458
9459         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9460           Remove v4l2src from docs, since it breaks the docs build, and the
9461           plugin is only built if --enable-experimental is used anyway.
9462
9463         * docs/plugins/Makefile.am:
9464           Spaces => tab.
9465
9466 2007-04-29  Wim Taymans  <wim@fluendo.com>
9467
9468         * gst/udp/gstmultiudpsink.c: (leave_multicast),
9469         (gst_multiudpsink_add), (gst_multiudpsink_remove):
9470         Add code to drop membership of a multicast group.
9471
9472         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
9473         (gst_udpsink_set_uri):
9474         Implement URI handler.
9475
9476         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9477         (gst_rtspsrc_parse_rtpinfo):
9478         Use URI handler to make udpsink instace.
9479         Improve code to configure port and destination.
9480
9481 2007-04-29  Wim Taymans  <wim@fluendo.com>
9482
9483         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
9484         Fix multicast detection.
9485         Don't try to join a multicast group if the address is not multicast.
9486
9487         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
9488         Small debug improvement.
9489
9490 2007-04-27  Wim Taymans  <wim@fluendo.com>
9491
9492         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9493         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9494         (gst_rtspsrc_handle_message):
9495         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
9496         parent.
9497
9498 2007-04-27  Wim Taymans  <wim@fluendo.com>
9499
9500         * gst/rtp/gstrtpilbcdepay.h:
9501         Fix mode property when specified as an arg.
9502
9503 2007-04-26  Edward Hervey  <edward@fluendo.com>
9504
9505         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9506         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9507         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9508         * docs/plugins/inspect/plugin-osxaudio.xml:
9509         Add documentation for osxaudio plugin.
9510
9511 2007-04-26  Wim Taymans  <wim@fluendo.com>
9512
9513         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9514         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9515         (gst_rtspsrc_open), (gst_rtspsrc_close),
9516         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9517         (gst_rtspsrc_pause):
9518         * gst/rtsp/gstrtspsrc.h:
9519         Protect state changes with a lock.
9520
9521         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9522         (parse_line):
9523         * gst/rtsp/rtspconnection.h:
9524         Remove some unused stuff.
9525
9526 2007-04-26  Wim Taymans  <wim@fluendo.com>
9527
9528         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
9529         Handle the case where there are exactly 0 bytes to read and the ioctl
9530         did not report an error. Fixes #433530.
9531
9532 2007-04-26  Wim Taymans  <wim@fluendo.com>
9533
9534         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9535         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9536         * gst/wavparse/gstwavparse.h:
9537         Apply DISCONT to buffers.
9538         Only apply timestamp to the first sample after a DISCONT, too many VBR
9539         files cause random jitter in the timestamps. Fixes #433119.
9540
9541 2007-04-25  Wim Taymans  <wim@fluendo.com>
9542
9543         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
9544         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
9545         (gst_rtp_dec_get_property):
9546         * gst/rtsp/gstrtpdec.h:
9547         Add dummy latency property to be backwards compat with rtpbin.
9548
9549         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9550         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9551         (gst_rtspsrc_stream_configure_transport),
9552         (gst_rtspsrc_parse_rtpinfo):
9553         * gst/rtsp/gstrtspsrc.h:
9554         Add latency property and configure in the session manager.
9555         Don't set invalid clock-base and seqnum-base on caps, some servers
9556         sometimes don't send them.
9557
9558 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9559
9560         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
9561         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
9562           Double-check that RGB input caps are really RGBA caps (apparently
9563           the core doesn't always catch it if those caps aren't a subset of
9564           our template caps, also see #421543). Fixes #429319 in a way.
9565           Also, don't leak the pad template in the transform_caps function.
9566
9567         * tests/check/Makefile.am:
9568         * tests/check/elements/.cvsignore:
9569         * tests/check/elements/alphacolor.c: (setup_alphacolor),
9570         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
9571         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
9572         (GST_START_TEST), (alphacolor_suite):
9573           Add some basic unit tests for alphacolor.
9574
9575 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9576
9577         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
9578           If we get a fatal flow return in the loop function, first post the
9579           error message and only then send the EOS event downstream, otherwise
9580           applications might get an eos message before the error message and
9581           think everything was ok (related to #429319).
9582
9583 2007-04-25  Wim Taymans  <wim@fluendo.com>
9584
9585         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9586         Read the channel byte as an unsigned byte.
9587
9588 2007-04-25  Wim Taymans  <wim@fluendo.com>
9589
9590         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
9591         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
9592         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9593         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
9594         (gst_rtp_gsm_depay_setcaps):
9595         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
9596         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
9597         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
9598         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
9599         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
9600         (gst_ilbc_depay_get_property):
9601         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
9602         * gst/rtp/gstrtpmp4adepay.c:
9603         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
9604         (gst_rtp_pcma_depay_setcaps):
9605         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
9606         (gst_rtp_pcmu_depay_setcaps):
9607         Make sure we configure the clock_rate in the baseclass in the setcaps
9608         function. Fixes #431282.
9609
9610 2007-04-25  Wim Taymans  <wim@fluendo.com>
9611
9612         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9613         (gst_rtspsrc_stream_free), (request_pt_map),
9614         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
9615         * gst/rtsp/gstrtspsrc.h:
9616         Parse server address from SDP.
9617         Hook up a udpsink to send RTCP back to the server.
9618
9619         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9620         * gst/rtsp/rtsptransport.h:
9621         Add some docs.
9622
9623 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
9624
9625         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9626           Make header field check conditional. Fixes #433135
9627
9628 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9629
9630         * docs/plugins/Makefile.am:
9631         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9632         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9633         * docs/plugins/inspect/plugin-alphacolor.xml:
9634         * gst/alpha/Makefile.am:
9635         * gst/alpha/gstalphacolor.c:
9636         * gst/alpha/gstalphacolor.h:
9637           Add minimal docs blurb to alphacolor; split out headers into
9638           separate header file for gtk-doc.
9639
9640 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
9641
9642         * gst/debug/progressreport.c: (gst_progress_report_report):
9643           Don't try to post NULL message (in case we can't query upstream
9644           position or duration).
9645
9646 2007-04-18  Michael Smith  <msmith@fluendo.com>
9647
9648         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
9649         (gst_cutter_get_caps):
9650         * gst/cutter/gstcutter.h:
9651           Fix some of the most obvious bugs in cutter. Now doesn't leak
9652           everything if input is silent.
9653
9654 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
9655
9656         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9657         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
9658         * gst/wavenc/gstwavenc.h:
9659         Wav apparently only supports width==GST_ROUND_UP(depth), everything
9660         else results in a invalid block align and invalid files.
9661
9662 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
9663
9664         Patch by: Snaik <snaik32 gmail com>
9665
9666         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
9667           Add missing break statement for BOX_HORIZONTAL case.
9668
9669 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9670
9671         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9672
9673         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9674         Use correct format strings for integer types.
9675
9676 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9677
9678         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
9679         (gst_wavparse_create_sourcepad):
9680         Use gst_riff_create_audio_template_caps () instead of the local caps.
9681         This makes updates of the local caps unecessary whenever libgstriff
9682         gets support for new formats.
9683
9684 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
9685
9686         Patch by: Brian Cameron  <brian.cameron at sun dot com>
9687
9688         * sys/sunaudio/gstsunaudio.c:
9689         * sys/sunaudio/gstsunaudiomixer.c:
9690         * sys/sunaudio/gstsunaudiomixer.h:
9691         * sys/sunaudio/gstsunaudiomixerctrl.c:
9692         * sys/sunaudio/gstsunaudiomixerctrl.h:
9693         * sys/sunaudio/gstsunaudiomixertrack.h:
9694         * sys/sunaudio/gstsunaudiosink.c:
9695         * sys/sunaudio/gstsunaudiosink.h:
9696         * sys/sunaudio/gstsunaudiosrc.c:
9697         * sys/sunaudio/gstsunaudiosrc.h:
9698           Fix and/or update copyright attributions (#430228).
9699
9700 2007-04-13  Wim Taymans  <wim@fluendo.com>
9701
9702         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9703         Fix docs.
9704
9705         * gst/rtsp/URLS:
9706         Add some more example urls.
9707
9708         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
9709         (gst_rtp_dec_chain_rtp):
9710         Better debugging.
9711
9712         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
9713         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
9714         (gst_rtspsrc_parse_rtpinfo):
9715         Remove unused code.
9716
9717 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9718
9719         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9720         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9721         (gst_wavparse_stream_data):
9722           Relax the audio/mpeg caps again and add FIXME: comment.
9723
9724 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9725
9726         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9727         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9728         (gst_wavparse_stream_data):
9729         * gst/wavparse/gstwavparse.h:
9730           More sanity check for the header fields. Fix type for 'rate' header
9731           field.
9732
9733 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9734
9735         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
9736         (gst_icydemux_unicodify):
9737           If the metadata strings we get in the stream are not UTF-8, try to
9738           interpret them according to the character encodings specified in the
9739           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
9740           only fall back to locale/ISO-8859-1 if those aren't set or don't
9741           work. Should fix #428901.
9742
9743 2007-04-12  Wim Taymans  <wim@fluendo.com>
9744
9745         * gst/rtp/gstrtph264depay.c:
9746         Use the proper sync word for SPS and PPS.
9747
9748 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
9749
9750         * gst/rtp/Makefile.am:
9751         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
9752           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
9753         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
9754           Add a simple hashing implementation that we can use to generate
9755           a 24-bit ident value based on the codebooks for vorbis and theora.
9756         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
9757           gst_rtp_theora_pay_handle_buffer):
9758         * gst/rtp/gstrtpvorbisdepay.c
9759           (gst_rtp_vorbis_depay_parse_configuration,
9760           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
9761         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
9762           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
9763           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
9764           Use the hashing function, ensuring that the same codebooks result
9765           in the same ident and thus the same SDP description.
9766           Various log fixes/changes.
9767
9768 2007-04-12  Wim Taymans  <wim@fluendo.com>
9769
9770         Patch by: jerry tan <jerry dot tan at sun dot com>
9771
9772         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
9773         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
9774         application's responsibility to make sure it open the device once.
9775         Remove a careless error if AUDIODEV is set. Fixes #392620.
9776
9777 2007-04-12  Wim Taymans  <wim@fluendo.com>
9778
9779         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
9780         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
9781         * gst/rtsp/gstrtpdec.h:
9782         Make backward compat with rtpbin by adding the request-pt-map signals.
9783
9784         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
9785         (new_session_pad), (request_pt_map),
9786         (gst_rtspsrc_stream_configure_transport),
9787         (gst_rtspsrc_stream_configure_caps),
9788         (gst_rtspsrc_activate_streams):
9789         * gst/rtsp/gstrtspsrc.h:
9790         Implement request-pt-map signals instead of setting caps on the buffers
9791         for the session manager.
9792
9793 2007-04-11  Wim Taymans  <wim@fluendo.com>
9794
9795         * gst/udp/gstudp.c: (plugin_init):
9796         Register GstNetBuffer in plugin_init so that the type can be used from
9797         multiple threads without races.
9798
9799 2007-04-10  Wim Taymans  <wim@fluendo.com>
9800
9801         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
9802         (gst_rtp_amr_depay_process):
9803         Fix depayloader clock_rate and some cleanups.
9804
9805         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
9806         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
9807         * gst/rtp/gstrtph264depay.h:
9808         Don't push codec_data in the adapter because it might get flushed when
9809         we get a discont.
9810
9811         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9812         Handle multiple AU per packet.
9813
9814         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
9815         (gst_rtp_sv3v_depay_plugin_init):
9816         Disable rank, this one does not work.
9817         Remove timestamping, base class does that.
9818
9819 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
9820
9821         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
9822           limit caps to the formats we announce in the template
9823
9824         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9825         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9826         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
9827           fix some crashers/asserts when dealing with broken files
9828
9829 2007-04-10  Wim Taymans  <wim@fluendo.com>
9830
9831         Patch by: Peter Kjellerstedt  <pkj at axis com>
9832
9833         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
9834         * gst/rtp/gstrtpL16depay.c:
9835         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9836         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
9837         (gst_rtp_speex_depay_setcaps):
9838         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
9839         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
9840         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
9841         Fix some compiler warnings. Fixes #428182.
9842
9843 2007-04-06  Wim Taymans  <wim@fluendo.com>
9844
9845         * gst/rtsp/Makefile.am:
9846         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
9847         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
9848         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
9849         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
9850         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
9851         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
9852         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
9853         (create_rtcp), (gst_rtp_dec_request_new_pad),
9854         (gst_rtp_dec_release_pad):
9855         * gst/rtsp/gstrtpdec.h:
9856         * gst/rtsp/gstrtsp.c: (plugin_init):
9857         Morph RTPDec into something compatible with RTPBin as a fallback.
9858         Various other style fixes.
9859
9860         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
9861         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
9862         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
9863         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
9864         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
9865         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
9866         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
9867         * gst/rtsp/gstrtspsrc.h:
9868         Implement RTPBin session manager handling.
9869         Don't try to add empty properties to caps.
9870         Implement fallback session manager, handling.
9871         Don't combine errors from RTCP streams, just ignore them.
9872
9873         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
9874         * gst/rtsp/rtsptransport.h:
9875         Implement fallback session manager.
9876         Make RTPBin the default one when available.
9877
9878 2007-04-05  Wim Taymans  <wim@fluendo.com>
9879
9880         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
9881         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
9882         This element is ready to be autoplugged.
9883
9884 2007-04-05  Julien MOUTTE  <julien@moutte.net>
9885
9886         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
9887         Don't leave the offsets defined by upstream element on the
9888         compressed data buffer we are pushing downstream. Make them
9889         GST_BUFFER_OFFSET_NONE.
9890
9891 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
9892
9893         * gst/avi/README:
9894         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
9895         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
9896         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
9897         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
9898         (gst_avi_demux_calculate_durations_from_index),
9899         (gst_avi_demux_stream_header_push),
9900         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
9901         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
9902           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
9903
9904 2007-04-03  Wim Taymans  <wim@fluendo.com>
9905
9906         * gst/smpte/barboxwipes.c:
9907         Fix error as spotted by Snaik <snaik32 at gmail dot com>
9908
9909 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9910
9911         * gst/wavparse/gstwavparse.c:
9912         Support audio/x-raw-float in wav files. This only works with
9913         plugins-base CVS, using an older version doesn't have any
9914         disadvantages though.
9915
9916 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9917
9918         * configure.ac:
9919         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9920         (gst_au_parse_parse_header), (gst_au_parse_chain):
9921         * gst/auparse/gstauparse.h:
9922         Revert last change as we don't want plugins-good to depend on
9923         plugins-base CVS now.
9924
9925 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9926
9927         * configure.ac:
9928         Require gst-plugins-base CVS for audioconvert with non-native
9929         float support and width/depth fix in libgstriff.
9930
9931         Patch by: René Stadler <mail at renestadler dot de>
9932
9933         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9934         (gst_au_parse_parse_header), (gst_au_parse_chain):
9935         * gst/auparse/gstauparse.h:
9936         Don't swap the floats ourself if they're not in native endianness.
9937         Instead let audioconvert handle this. Fixes #339838.
9938
9939 2007-03-29  Wim Taymans  <wim@fluendo.com>
9940
9941         * gst/rtp/gstasteriskh263.h:
9942         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
9943         (gst_rtp_h263p_depay_change_state):
9944         * gst/rtp/gstrtph263pdepay.h:
9945         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
9946         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
9947         (gst_rtp_h264_depay_change_state):
9948         * gst/rtp/gstrtph264depay.h:
9949         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
9950         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
9951         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9952         Flush adapter on disconts.
9953
9954 2007-03-29  Wim Taymans  <wim@fluendo.com>
9955
9956         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
9957         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
9958         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
9959         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
9960         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9961         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
9962         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
9963         (gst_rtp_mp4v_depay_process):
9964         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
9965         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
9966         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
9967         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
9968         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
9969         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
9970         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
9971         Use more efficient adapter and rtpbuffer methods when possible.
9972
9973 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9974
9975         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9976         (gst_wavenc_sink_setcaps):
9977         Correctly handle width!=depth input.
9978         * gst/wavparse/gstwavparse.c:
9979         Already export in the caps that width==8 uses unsigned samples and
9980         everything else uses signed samples.
9981
9982 2007-03-29  Wim Taymans  <wim@fluendo.com>
9983
9984         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
9985
9986         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
9987         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
9988         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
9989         (gst_dynudpsink_close):
9990         * gst/udp/gstdynudpsink.h:
9991         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9992         (gst_udpsrc_create), (gst_udpsrc_set_property),
9993         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
9994         * gst/udp/gstudpsrc.h:
9995         Rework the socket allocation a bit based on the sockfd argument so that
9996         it becomes usable.
9997         Add a closefd property to instruct the udp elements to close the custom
9998         file descriptors when going to READY. Fixes #423304.
9999         API:GstUDPSrc::closefd property
10000         API:GstDynUDPSink::closefd property
10001
10002 2007-03-29  Wim Taymans  <wim@fluendo.com>
10003
10004         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10005
10006         * gst/rtp/Makefile.am:
10007         * gst/rtp/gstrtp.c: (plugin_init):
10008         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
10009         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
10010         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
10011         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
10012         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
10013         (gst_rtp_h264_pay_plugin_init):
10014         * gst/rtp/gstrtph264pay.h:
10015         Added H264 payloader. Fixes #423782.
10016
10017         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10018         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10019         Small fixes.
10020
10021 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10022
10023         * gst/wavparse/gstwavparse.c:
10024         Actually support depths from 1 to 32, not only 8 to 32.
10025
10026 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10027
10028         * gst/wavparse/gstwavparse.c:
10029         Add support for wav files containing audio/x-raw-int with random
10030         depths between 1 and 32 bits.
10031
10032 2007-03-28  Wim Taymans  <wim@fluendo.com>
10033
10034         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
10035
10036         * gst/rtp/Makefile.am:
10037         * gst/rtp/gstrtp.c: (plugin_init):
10038         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
10039         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
10040         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
10041         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
10042         (gst_rtp_mp4a_depay_get_property),
10043         (gst_rtp_mp4a_depay_change_state),
10044         (gst_rtp_mp4a_depay_plugin_init):
10045         * gst/rtp/gstrtpmp4adepay.h:
10046         Added MP4A-LATM depayloader. Fixes #417792.
10047
10048         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10049         (gst_rtp_mp4v_depay_process):
10050         Fixup depayloader, setting codec_data, using more efficient adaptor and
10051         rtpbuffer handling.
10052
10053         * gst/rtsp/URLS:
10054         Add url to test above.
10055
10056 2007-03-25  Wim Taymans  <wim@fluendo.com>
10057
10058         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
10059         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
10060         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
10061         (gst_rtspsrc_media_to_caps),
10062         (gst_rtspsrc_stream_configure_transport),
10063         (gst_rtspsrc_stream_configure_caps),
10064         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
10065         * gst/rtsp/gstrtspsrc.h:
10066         Handle default clock-rates for static payload types, rearrange stuff so
10067         that the rtpmap field in the sdp can override the defaults.
10068         Parse RTP-Info field to get the seqnum and timebase fields that should
10069         go in the caps.
10070         Delay configuring caps after we got the RTP-Info from the PLAY reply from
10071         the server. 
10072
10073 2007-03-22  Wim Taymans  <wim@fluendo.com>
10074
10075         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
10076
10077         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
10078         Accept complex pipeline descriptions as an audio profile instead of just
10079         a single element. Fixes #420658.
10080
10081 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10082
10083         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
10084           Rename registered type in preparation of GstTagDemux moving to
10085           -base at some point in the future.
10086
10087 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
10088
10089         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10090           Streaming mode fixes: don't unref buffer we don't own any longer;
10091           remove bogus adapter flush. Fixes #419338.
10092
10093 2007-03-17  David Schleef  <ds@schleef.org>
10094
10095         * REQUIREMENTS: Change the format to key/value, add a bunch of
10096           information, remove a bunch of requirements that are for
10097           other GStreamer packages.
10098
10099 2007-03-17  David Schleef  <ds@schleef.org>
10100
10101         * REQUIREMENTS: Fix a few things.  This file really needs a
10102         good once-over.
10103
10104 2007-03-15  Edward Hervey  <edward@fluendo.com>
10105
10106         * sys/Makefile.am:
10107         Don't forget to distribute the sys/osxaudio/ directory.
10108
10109 2007-03-15  Edward Hervey  <edward@fluendo.com>
10110
10111         * configure.ac:
10112         * sys/Makefile.am:
10113         * sys/osxaudio/Makefile.am:
10114         * sys/osxaudio/gstosxaudio.c:
10115         * sys/osxaudio/gstosxaudiosink.c:
10116         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
10117         (gst_osx_audio_sink_getcaps),
10118         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
10119         * sys/osxaudio/gstosxaudiosrc.c:
10120         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
10121         (gst_osx_audio_src_create_ringbuffer):
10122         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
10123         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
10124         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
10125         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
10126         * sys/osxaudio/gstosxringbuffer.h:
10127         Activate osxaudio in gst-plugins-good with proper build setup.
10128         Add inlined documentation.
10129         Fix debug statements
10130         Fix ringbuffer when pausing.
10131         Fixes #323471
10132
10133 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10134         * gst/rtp/gstrtppcmapay.c:
10135         * gst/rtp/gstrtppcmapay.h:
10136         * gst/rtp/gstrtppcmupay.c:
10137         * gst/rtp/gstrtppcmupay.h:
10138         Ported mulaw and alaw payloaders to use new base class
10139
10140 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10141
10142         * po/af.po:
10143         * po/az.po:
10144         * po/cs.po:
10145         * po/en_GB.po:
10146         * po/it.po:
10147         * po/nl.po:
10148         * po/or.po:
10149         * po/sq.po:
10150         * po/sr.po:
10151         * po/sv.po:
10152         * po/uk.po:
10153         * po/vi.po:
10154           Update translations.
10155
10156 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10157
10158         * configure.ac:
10159           Fix string replace error (AG_AG_GST_* => AG_GST_*).
10160
10161 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10162
10163         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
10164           Fix handling of -1 values for start and stop values when seeking,
10165           and SEEK_CUR+SEEK_END here as well.
10166
10167 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
10168
10169         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
10170           Fix handling of -1 values for start and stop values when seeking, 
10171           and SEEK_CUR+SEEK_END.
10172
10173 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10174
10175         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
10176           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
10177           the image format a variable-length NUL-terminated string; in
10178           versions before that the image format is a fixed-length string of
10179           3 characters (see #348644 for a sample tag).
10180           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
10181
10182 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
10183
10184         * win32/MANIFEST:
10185         Add new project files to MANIFEST.
10186         * win32/vs6/libgstaudiofx.dsp:
10187         * win32/vs6/libgstrtp.dsp:
10188         * win32/vs6/libgstrtsp.dsp:
10189         Update project files.
10190         
10191 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10192
10193         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
10194         (gst_avi_demux_parse_index):
10195         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
10196         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
10197           Printf format fixes; also add some missing quotes in translated
10198           strings. Fixes #416728 and #416727.
10199
10200 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10201
10202         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
10203           Tim and I can't think of any reason the child audio sink needs to 
10204           be set back to NULL after successfully determining that it can 
10205           reach READY - it gets immediately set back to READY by the caller
10206           anyway, causing an unnecessary close/open of any audio devices
10207           involved.
10208
10209 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10210
10211         * po/LINGUAS:
10212         * po/ja.po:
10213           Add ja.po file from #377306.
10214
10215 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10216
10217         * sys/sunaudio/gstsunaudio.c: (plugin_init):
10218         * sys/sunaudio/gstsunaudiomixertrack.c:
10219         (gst_sunaudiomixer_track_new):
10220           Actually translate sunaudio mixer track labels instead of just
10221           marking the strings as translatable (#377306); clean up weird
10222           label string mapping code that serves no apparent purpose. Also
10223           set the 'untranslated-label' property when creating mixer tracks
10224           if the GstMixerTrack base class supports this.
10225
10226         * tests/check/Makefile.am:
10227         * tests/check/elements/.cvsignore:
10228         * tests/check/elements/sunaudio.c: (GST_START_TEST),
10229         (sunaudio_suite):
10230           Very minimalistic unit test for sunaudiomixer element (compiles, but not
10231           actually tested on a system where sunaudiomixer is available).
10232
10233 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10234
10235         * tests/check/Makefile.am:
10236         Re-enable the states test and see if it works on the buildbots.
10237
10238 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10239
10240         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
10241         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
10242         (gst_dvdec_change_state):
10243         * ext/dv/gstdvdec.h:
10244         Infer pixel-aspect-ratio from the video frame format if it isn't
10245         provided by the container, as happens when playing DV from AVI
10246         or Quicktime containers.
10247
10248         Patch by: Wim Taymans <wim@fluendo.com>
10249         Fixes #380944
10250
10251 2007-03-09  Wim Taymans  <wim@fluendo.com>
10252
10253         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
10254         When activated, remove the udpsrc timeout, we have dataflow and timeouts
10255         will later be handled by the jitterbuffer.
10256
10257 2007-03-09  Wim Taymans  <wim@fluendo.com>
10258
10259         * ext/taglib/gstid3v2mux.cc:
10260         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
10261         Fixes #414496.
10262         
10263         Patch by: Alex Lancaster <alexl at users sourceforge net>
10264
10265 2007-03-09  Wim Taymans  <wim@fluendo.com>
10266
10267         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10268         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
10269         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10270         (gst_avi_demux_chain):
10271         Fix stream position reporting after a seek. Fixes #416445.
10272
10273 2007-03-08  Wim Taymans  <wim@fluendo.com>
10274
10275         Patch by: René Stadler <mail at renestadler dot de>
10276
10277         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10278         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
10279         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
10280         Make avidemux accept optional header chunks in any order.
10281         Fixes #415446.
10282
10283 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10284
10285         * tests/check/Makefile.am:
10286         Disable the states check until the remaining Valgrind errors
10287         are fixed or suppressed.
10288
10289 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10290
10291         * tests/check/elements/.cvsignore:
10292           Add audiodynamic check to .cvsignore
10293
10294 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10295
10296         reviewed by: Stefan Kost  <ensonic@users.sf.net>
10297
10298         * gst/audiofx/Makefile.am:
10299         * gst/audiofx/audiodynamic.c:
10300         (gst_audio_dynamic_characteristics_get_type),
10301         (gst_audio_dynamic_mode_get_type),
10302         (gst_audio_dynamic_set_process_function),
10303         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
10304         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
10305         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
10306         (gst_audio_dynamic_transform_hard_knee_compressor_int),
10307         (gst_audio_dynamic_transform_hard_knee_compressor_float),
10308         (gst_audio_dynamic_transform_soft_knee_compressor_int),
10309         (gst_audio_dynamic_transform_soft_knee_compressor_float),
10310         (gst_audio_dynamic_transform_hard_knee_expander_int),
10311         (gst_audio_dynamic_transform_hard_knee_expander_float),
10312         (gst_audio_dynamic_transform_soft_knee_expander_int),
10313         (gst_audio_dynamic_transform_soft_knee_expander_float),
10314         (gst_audio_dynamic_transform_ip):
10315         * gst/audiofx/audiodynamic.h:
10316         * gst/audiofx/audiofx.c: (plugin_init):
10317         Add new audiodynamic element which can act as a compressor or
10318         expander. Supported are hard-knee and soft-knee operation modes with
10319         user-specified ratio and threshold.
10320         Attack and release parameters are not yet implemented but will follow.
10321         * docs/plugins/Makefile.am:
10322         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10323         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10324         * docs/plugins/gst-plugins-good-plugins.args:
10325         * docs/plugins/inspect/plugin-audiofx.xml:
10326         Integrate audiodynamic into the docs.
10327         * tests/check/Makefile.am:
10328         * tests/check/elements/audiodynamic.c: (setup_dynamic),
10329         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
10330         Add unit test for audiodynamic.
10331
10332 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10333
10334         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
10335         Free handles that we allocated when exiting via the error paths.
10336
10337 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
10338
10339         * gst/level/gstlevel.c: (gst_level_class_init),
10340         (gst_level_set_caps), (gst_level_start), (gst_level_event),
10341         (gst_level_transform_ip):
10342         * gst/level/gstlevel.h:
10343           Resolve message timestamps against the playback segment.
10344
10345 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10346
10347         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
10348         (gst_id3demux_sink_activate):
10349           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
10350           caps passed to it (previously one code path assumed it took ownership
10351           while another one assumed it didn't, while in fact it sometimes did and
10352           sometimes didn't ...).
10353
10354         * configure.ac:
10355         * tests/files/Makefile.am:
10356         * tests/files/id3-407349-1.tag:
10357         * tests/files/id3-407349-2.tag:
10358           Add directory where data for unit tests can be stored.
10359
10360         * tests/Makefile.am:
10361         * tests/check/Makefile.am:
10362         * tests/check/elements/.cvsignore:
10363         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
10364         (read_tags_from_file), (run_check_for_file),
10365         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
10366           Add unit test for id3demux, and in particular for bug #407349. Only
10367           testing pull-mode for now; push mode doesn't work yet because the test
10368           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
10369
10370 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10371
10372         * tests/check/Makefile.am:
10373           Add missing backslash at end of line.
10374
10375 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10376
10377         Trigger rebuild.
10378
10379 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10380
10381         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
10382         * gst/id3demux/id3tags.h:
10383         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10384         (parse_obsolete_tdat_frame):
10385           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
10386           the four-digit number will be interpreted as a year, whereas it is
10387           month and day in DDMM format. Instead, parse TDAT frames and fix up
10388           the date in the GST_TAG_DATE tag later if we also extracted a year.
10389           Fixes #407349.
10390
10391 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10392
10393         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10394         (gst_switch_commit_new_kid):
10395         Fix up the dispose logic so it doesn't leak, and fix setting of 
10396         the child state so that we don't set a child to our current state 
10397         just as we are changing it to something else.
10398
10399 2007-03-06  Wim Taymans  <wim@fluendo.com>
10400
10401         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
10402         (gst_goom_chain):
10403         * gst/goom/gstgoom.h:
10404         Document, fix and improve goom adapter behaviour.
10405         Fixes #407006.
10406
10407 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10408
10409         * ext/esd/esdsink.c: (gst_esdsink_open):
10410         Unref static pad template after using it.
10411
10412 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10413
10414         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10415         (gst_switch_commit_new_kid):
10416         Fix up the reference counting of the child elements.
10417
10418 2007-03-05  Wim Taymans  <wim@fluendo.com>
10419
10420         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
10421         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
10422         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
10423         Fix encoding-name case.
10424
10425 2007-03-05  Wim Taymans  <wim@fluendo.com>
10426
10427         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
10428         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
10429         (gst_rtp_speex_depay_process):
10430         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
10431         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
10432         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
10433         (gst_rtp_speex_pay_change_state):
10434         * gst/rtp/gstrtpspeexpay.h:
10435         Fix speex (de)payloader. Fixes #358040.
10436
10437 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10438
10439         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
10440         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
10441         Install fakesink in NULL by fixing some broken logic. This obviates
10442         the need to manually set _IS_SINK.
10443         Add some comments and remove a little cruft while I'm at it.
10444
10445 2007-03-05  Wim Taymans  <wim@fluendo.com>
10446
10447         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
10448         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
10449
10450 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
10451
10452         * po/POTFILES.in:
10453           Update.
10454
10455 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10456
10457         * tests/check/Makefile.am:
10458         Gah! Also disable gconfvideosink from the tests, otherwise
10459         it will instantiate autovideosink, and dfbvideosink and
10460         leak on the buildbots.
10461
10462 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10463
10464         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
10465         (gst_cdio_cdda_src_finalize):
10466         Make sure we always destroy our libcdio handle.
10467
10468 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10469
10470         * tests/check/Makefile.am:
10471         Disable autovideosink so the buildbots don't barf over memory
10472         leaked in the directfb sink.
10473
10474 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10475
10476         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
10477         Chain up in dispose
10478
10479 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10480
10481         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
10482         (gst_multipart_find_pad_by_mime):
10483         Use gst_pad_new_from_static_template instead of
10484         static_pad_template_get+pad_new.
10485
10486 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10487
10488         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
10489         Catch the case where no clock has been set.
10490
10491 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10492
10493         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
10494         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
10495         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
10496         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
10497         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
10498         (gst_gconf_audio_src_finalize), (do_toggle_element):
10499         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
10500         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
10501         (do_toggle_element):
10502         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
10503         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
10504         (gst_gconf_video_src_finalize), (do_toggle_element):
10505         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
10506         (gst_switch_sink_reset), (gst_switch_sink_set_child):
10507         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10508         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10509         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
10510         (gst_shout2send_init), (gst_shout2send_finalize):
10511         * gst/debug/testplugin.c: (gst_test_class_init),
10512         (gst_test_finalize):
10513         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
10514         (gst_flxdec_dispose):
10515         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
10516         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
10517         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10518         (gst_rtspsrc_finalize):
10519         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
10520         * gst/rtsp/rtspextwms.h:
10521         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
10522         (gst_smpte_finalize):
10523         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
10524         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
10525         (gst_udpsink_finalize):
10526         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
10527         (gst_wavparse_sink_activate):
10528         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
10529         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
10530         (gst_oss_src_finalize):
10531         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
10532         * sys/v4l2/gstv4l2object.h:
10533         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
10534         (gst_v4l2src_finalize):
10535         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
10536
10537         Fix a bunch of leaks shown by the newly-added states test.
10538
10539 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10540
10541         * ext/dv/gstdvdec.c: (gst_dvdec_init):
10542         Use gst_pad_new_from_static_template instead of 
10543         static_pad_template_get+pad_new.
10544
10545 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
10546
10547         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10548
10549         * ext/libcaca/Makefile.am:
10550         * gst/debug/Makefile.am:
10551           Don't mix tabs and spaces (#414168).
10552
10553 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10554
10555         * tests/check/generic/.cvsignore:
10556           Ignore files to please buildbot.
10557
10558 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10559
10560         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
10561         (gst_wavparse_stream_data):
10562           Unbreak my previous commit (swapped nominator & denominator). Tim,
10563           thanks for spotting.
10564
10565 2007-03-02  Wim Taymans  <wim@fluendo.com>
10566
10567         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
10568         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
10569         (gst_cdio_cdda_src_finalize):
10570         Small code cleanups.
10571         Don't use pad_alloc as the base class cannot deal with the error codes.
10572
10573 2007-03-02  Wim Taymans  <wim@fluendo.com>
10574
10575         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
10576         (gst_udpsrc_create):
10577         Fix doc.
10578
10579 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10580
10581         Patch by: René Stadler <mail@renestadler.de>
10582
10583         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10584         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10585         (gst_wavparse_stream_data):
10586           Handle rounding better to not drop last sample frame. Fixes #356692
10587
10588 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
10589
10590         * tests/check/Makefile.am:
10591         Disable cacasink from the states check too - it also calls exit(1)
10592         on us when it can't find a terminal to talk to.
10593
10594 2007-03-02  Wim Taymans  <wim@fluendo.com>
10595
10596         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
10597
10598         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10599         (gst_udpsrc_create), (gst_udpsrc_set_property),
10600         (gst_udpsrc_get_property):
10601         * gst/udp/gstudpsrc.h:
10602         Add support to strip proprietary headers. Fixes #350296.
10603
10604 2007-03-02  Wim Taymans  <wim@fluendo.com>
10605
10606         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
10607         Fix compilation.
10608
10609 2007-03-02  Wim Taymans  <wim@fluendo.com>
10610
10611         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
10612
10613         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
10614         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
10615         (gst_rtp_mp2t_depay_set_property),
10616         (gst_rtp_mp2t_depay_get_property):
10617         * gst/rtp/gstrtpmp2tdepay.h:
10618         Add support to strip off proprietary headers. Fixes #350278.
10619
10620 2007-03-02  Wim Taymans  <wim@fluendo.com>
10621
10622         * ext/hal/hal.c:
10623         Fix compilation.
10624
10625 2007-03-02  Wim Taymans  <wim@fluendo.com>
10626
10627         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
10628         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
10629         (gst_sunaudiosrc_open):
10630         * sys/sunaudio/gstsunaudiosrc.h:
10631         Remove device-name from GstSunAudioSrc. Fixes #412597.
10632
10633 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
10634
10635         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
10636         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
10637         Having NULL as UDI previously selected the default sink/src. Change
10638         this back but mention it in the debug output.
10639         * ext/hal/hal.c: (gst_hal_get_alsa_element),
10640         (gst_hal_get_oss_element), (gst_hal_get_string),
10641         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
10642         (gst_hal_get_audio_src):
10643         * ext/hal/hal.h:
10644         Refactor a bit, check all error conditions, greatly improve debugging
10645         and fix some possible memory leaks. Also implement OSS support
10646         and allow specifying an UDI that points to a real device. For this the
10647         child device which supports ALSA (preferred) or OSS is used.
10648         As a side effect this makes it impossible now to get a alsasink in
10649         halaudiosrc and a alsasrc in halaudiosink.
10650
10651 2007-03-01  Wim Taymans  <wim@fluendo.com>
10652
10653         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
10654         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
10655         Errors from the udp sources are not fatal unless all of them are in
10656         error.
10657
10658 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10659
10660         * tests/check/Makefile.am:
10661         Disable aasink in the states test. I suspect this is the element that
10662         is calling exit(1) when it can't proceed.
10663
10664 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10665
10666         * tests/check/Makefile.am:
10667         Draw plugins in from the build tree sys/ dir, rather than picking
10668         up the already installed versions.
10669
10670 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10671
10672         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
10673         Error out correctly when getting xcontext fails.
10674
10675 2007-03-01  Wim Taymans  <wim@fluendo.com>
10676
10677         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
10678         Make state change to PAUSED NO_PREROLL because that's what it will be in
10679         the future and rtspsrc relies on it.
10680
10681         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
10682         (gst_rtspsrc_change_state):
10683         Don't error out when we don't get an error from the state change
10684         function.
10685
10686 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
10687
10688         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
10689         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
10690           Check if the device UDI is set before trying to query HAL
10691           about it and give a useful error message if it wasn't set.
10692         * ext/hal/hal.c: (gst_hal_get_string):
10693           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
10694           gives an assertion failure in D-Bus when running with
10695           DBUS_FATAL_WARNINGS=1.
10696
10697 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10698
10699         * configure.ac:
10700           Convert to new AG_GST style.
10701
10702 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10703
10704         * tests/check/Makefile.am:
10705         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
10706           add test for states
10707
10708 2007-02-28  Wim Taymans  <wim@fluendo.com>
10709
10710         * tests/check/elements/.cvsignore:
10711         Add new videofilter check to .cvsignore.
10712
10713 2007-02-28  Wim Taymans  <wim@fluendo.com>
10714
10715         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
10716         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10717         (gst_avi_demux_loop), (gst_avi_demux_chain):
10718         Fix combined flow return. Fixes #412608.
10719
10720 2007-02-28  Wim Taymans  <wim@fluendo.com>
10721
10722         * gst/videofilter/Makefile.am:
10723         Dist header..
10724
10725 2007-02-28  Wim Taymans  <wim@fluendo.com>
10726
10727         * gst/videofilter/gstgamma.h:
10728         Add header too.
10729
10730 2007-02-28  Wim Taymans  <wim@fluendo.com>
10731
10732         Patch by: Mark Nauwelaerts <manauw at skynet be>
10733
10734         * gst/videofilter/Makefile.am:
10735         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
10736         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
10737         (gst_gamma_get_property), (gst_gamma_calculate_tables),
10738         (oil_tablelookup_u8), (gst_gamma_set_caps),
10739         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
10740         Port gamma filter to 0.10. Fixes #412704.
10741
10742         * tests/check/Makefile.am:
10743         * tests/check/elements/videofilter.c: (setup_filter),
10744         (cleanup_filter), (check_filter), (GST_START_TEST),
10745         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
10746         Add unit tests for videofilters.
10747
10748 2007-02-28  Wim Taymans  <wim@fluendo.com>
10749
10750         * gst/rtsp/URLS:
10751         Add another interesting test url.
10752
10753         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
10754         Don't allow getting header fields from data packets.
10755
10756 2007-02-28  Michael Smith  <msmith@fluendo.com>
10757
10758         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
10759         (gst_shout2send_init), (gst_shout2send_start),
10760         (gst_shout2send_set_property), (gst_shout2send_get_property):
10761         * ext/shout2/gstshout2.h:
10762           Add a property for username.
10763
10764 2007-02-27  Christian Schallerr <christian@fluendo.com>
10765
10766         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
10767
10768 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
10769
10770         * gst/rtsp/Makefile.am:
10771         Fix make check too.
10772
10773 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
10774
10775         * gst/rtsp/base64.c: (util_base64_encode):
10776         * gst/rtsp/base64.h:
10777         Commit missing files for base64 encoding.
10778
10779 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10780
10781         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10782
10783         * configure.ac:
10784         * ext/annodex/Makefile.am:
10785         * ext/jpeg/Makefile.am:
10786         * ext/speex/Makefile.am:
10787         * gst/alpha/Makefile.am:
10788         * gst/cutter/Makefile.am:
10789         * gst/debug/Makefile.am:
10790         * gst/effectv/Makefile.am:
10791         * gst/goom/Makefile.am:
10792         * gst/level/Makefile.am:
10793         * gst/smpte/Makefile.am:
10794         * gst/videofilter/Makefile.am:
10795           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
10796
10797 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
10798
10799         * gst/rtsp/Makefile.am:
10800         * gst/rtsp/rtspconnection.c: (append_auth_header),
10801         (rtsp_connection_send), (rtsp_connection_set_auth):
10802         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
10803         from icecast to replace it. Relicensed from GPL courtesy of Mike
10804         Smith.
10805
10806 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
10807
10808         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
10809         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
10810         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
10811         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
10812         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
10813         (gst_rtspsrc_uri_set_uri):
10814         * gst/rtsp/gstrtspsrc.h:
10815         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
10816         (append_auth_header), (rtsp_connection_send),
10817         (rtsp_connection_free), (rtsp_connection_set_auth):
10818         * gst/rtsp/rtspconnection.h:
10819         * gst/rtsp/rtspdefs.h:
10820         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
10821         * gst/rtsp/rtspurl.h:
10822
10823         Implement simple Basic Authentication support so that urls like
10824         rtsp://user:pass@hostname/rtspstream work on hosts that require
10825         authentication.
10826
10827 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
10828
10829         * sys/v4l2/gstv4l2object.c:
10830         * sys/v4l2/gstv4l2tuner.c:
10831         * sys/v4l2/v4l2_calls.c:
10832         Fix segfault when oppening a radio device.
10833         
10834 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
10835
10836         * gst/level/gstlevel.c: (gst_level_set_caps),
10837         (gst_level_transform_ip):
10838         * sys/v4l2/README:
10839         * tests/check/elements/level.c: (GST_START_TEST):
10840           Fix level for multi-channel case.
10841
10842 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10843
10844         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
10845         (gst_level_transform_ip):
10846         * gst/level/gstlevel.h:
10847           Use function pointer for process function and add process functions
10848           for float audio.
10849
10850 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
10851
10852         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
10853         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
10854         (gst_v4l2src_capture_init):
10855           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
10856           fixes #407369
10857
10858 2007-02-18  Wim Taymans  <wim@fluendo.com>
10859
10860         * gst/rtp/Makefile.am:
10861         * gst/rtp/gstrtp.c: (plugin_init):
10862         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
10863         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
10864         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
10865         (gst_rtp_mp2t_pay_plugin_init):
10866         * gst/rtp/gstrtpmp2tpay.h:
10867         Added simple mpeg transport stream payloader.
10868
10869 2007-02-16  Wim Taymans  <wim@fluendo.com>
10870
10871         * gst/rtsp/URLS:
10872         Add example H264 rtsp url.
10873
10874         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10875         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
10876         Don't convert values to lowercase or we might mess up base64 encoded
10877         properties.
10878
10879 2007-02-16  Wim Taymans  <wim@fluendo.com>
10880
10881         * gst/rtp/README:
10882         Fix case of string params.
10883
10884         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10885         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10886         Fix depayloader, support more packet types.
10887         Add sync codes to make sure the packetizer can do its job.
10888
10889         * gst/rtp/gstrtpmp4gdepay.c:
10890         * gst/rtp/gstrtpmp4gpay.c:
10891         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
10892         Fix caps case again.
10893
10894 2007-02-15  Wim Taymans  <wim@fluendo.com>
10895
10896         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
10897         Set right caps on output buffers.
10898
10899 2007-02-14  Wim Taymans  <wim@fluendo.com>
10900
10901         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
10902         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
10903         Clear stack allocated SDPMedia struct before calling _init() on it.
10904         Clarify this in the docs as well.
10905
10906 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
10907
10908         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
10909         (do_change_child):
10910         Don't reset the profile when going switching states, as it makes
10911         the element non-reusable.
10912
10913 2007-02-14  Wim Taymans  <wim@fluendo.com>
10914
10915         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
10916         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
10917         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
10918         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
10919         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
10920         (sdp_parse_line):
10921         * gst/rtsp/sdpmessage.h:
10922         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
10923         Fix memory management of SDP messages. Fixes #407793.
10924
10925 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
10926
10927         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
10928
10929         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
10930         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
10931
10932 2007-02-14  Wim Taymans  <wim@fluendo.com>
10933
10934         Patch by: jp.liu <jp_liu at astrocom dot cn>
10935
10936         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10937         Fix parsing of password field in url. Fixes #407797.
10938
10939 2007-02-14  Wim Taymans  <wim@fluendo.com>
10940
10941         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
10942         (gst_wavparse_reset), (gst_wavparse_init),
10943         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
10944         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10945         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
10946         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10947         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
10948         (gst_wavparse_loop), (gst_wavparse_chain),
10949         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
10950         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
10951         (plugin_init):
10952         * gst/wavparse/gstwavparse.h:
10953         Update docs.
10954         Use boilerplate.
10955         Various code cleanups.
10956         When the bitrate is not known (bps == 0 or compressed formats) let
10957         downstream element guestimate the duration and position and don't
10958         generate timestamps or durations. Fixes #405213.
10959         Fix EOS and ERROR conditions in chain mode, we just need to forward the
10960         error flowreturn upstream.
10961
10962 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
10963
10964         * ext/gconf/Makefile.am:
10965         * ext/gconf/gconf.c: (gst_gconf_get_string),
10966         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
10967         (gst_gconf_render_bin_with_default):
10968         * ext/gconf/gconf.h:
10969         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
10970         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
10971         (gst_gconf_audio_sink_dispose), (do_change_child),
10972         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
10973         (cb_change_child), (gst_gconf_audio_sink_change_state):
10974         * ext/gconf/gstgconfaudiosink.h:
10975         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
10976         (gst_switch_sink_class_init), (gst_switch_sink_reset),
10977         (gst_switch_sink_init), (gst_switch_sink_dispose),
10978         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
10979         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
10980         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
10981         * ext/gconf/gstswitchsink.h:
10982         * gst/autodetect/gstautoaudiosink.c:
10983         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
10984         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
10985         (gst_auto_audio_sink_detect):
10986         * gst/autodetect/gstautovideosink.c:
10987         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
10988         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
10989         (gst_auto_video_sink_detect):
10990         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
10991         and a child that implements the GConf key monitoring. The end goal of
10992         this is an audio sink that can be changed on the fly, but at the 
10993         moment it still only changes on the next READY transition.
10994
10995 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10996
10997         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10998         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
10999         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
11000         (gst_avi_demux_calculate_durations_from_index),
11001         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11002         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11003         (gst_avi_demux_loop):
11004           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
11005
11006 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11007
11008         * configure.ac:
11009         * docs/plugins/Makefile.am:
11010           Add crossreferences to glib/gobject/gstream docs.
11011
11012 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11013
11014         * gst/monoscope/Makefile.am:
11015         * gst/monoscope/gstmonoscope.c:
11016           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
11017           (but no LIBS, since we only use defines from the headers).
11018
11019 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11020
11021         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
11022
11023         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
11024         (gst_wavparse_stream_data):
11025           Fix massive memory leak when operating in streaming mode due to
11026           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
11027           Fixes #407057.
11028
11029 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11030
11031         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
11032         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
11033         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
11034         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
11035         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11036         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
11037         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
11038         (gst_avi_demux_calculate_durations_from_index),
11039         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11040         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
11041         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
11042         * gst/avi/gstavidemux.h:
11043           Save some memory (8%) by repacking the index entry structure (more to
11044           come). Add more FIXMEs to questionable parts.
11045
11046 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11047
11048         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
11049         (gst_v4l2src_get_caps):
11050         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11051         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11052         (gst_v4l2src_capture_init):
11053           More FIXME comments and messaging changes.
11054
11055 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11056
11057         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
11058         (gst_goom_change_state):
11059         * gst/goom/gstgoom.h:
11060           Improved docs and use GST_DEBUG_FUNCPTR.
11061
11062         * gst/level/gstlevel.c: (gst_level_class_init):
11063           Use GST_DEBUG_FUNCPTR.
11064
11065         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
11066         (gst_monoscope_chain), (gst_monoscope_change_state):
11067           Improved docs source cleanups.
11068
11069 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11070
11071         * gst/debug/Makefile.am:
11072         * gst/debug/gstdebug.c: (plugin_init):
11073         * gst/debug/gstpushfilesrc.c:
11074         * gst/debug/gstpushfilesrc.h:
11075           Add code for a pushfilesrc element that implements a pushfile:// URI
11076           handler, to make debugging push-mode operation of demuxer/decoders
11077           that support both easier in connection with seek/playbin/etc.
11078           The element isn't registered at the moment.
11079
11080 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
11081
11082         * gst/avi/gstavimux.c:
11083           Comment a #if 0 in caps template definition as VS6 seems to 
11084         do not support it.
11085         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
11086           Use gst_guint64_to_gdouble for conversion.
11087         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
11088           Move variables declaration before the first instruction.
11089         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
11090           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
11091           And don't include netdb.h for G_OS_WIN32
11092         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
11093           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
11094           by VS6 then use an other way to initialize SDPMedia structure.
11095         * gst/udp/gstdynudpsink.h:
11096         * gst/udp/gstdynudpnetutils.h:
11097           Do not include <sys/time.h> for G_OS_WIN32
11098         * gst/udp/gstudpsrc.c:
11099           Define socklen_t as int for G_OS_WIN32
11100         * win/common/config.h.in:
11101           Undef HAVE_NETINET_IN_H
11102         * win32/vs6/gst_plugins_good.dsw:
11103         * win32/vs6/libgstrtp.dsp:
11104         * win32/vs6/libgstrtsp.dsp:
11105         * win32/vs6/libgstautogen.dsp:
11106         * win32/vs6/libgstaudiofx.dsp:
11107         * win32/vs6/libgstudp.dsp:
11108           Add and update project files.
11109         * win32/common/gstudp-enumtypes.c:
11110         * win32/common/gstudp-enumtypes.h:
11111           Add a copy of udp enumtypes to win32/common as in core 
11112           and base.
11113         
11114 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
11115
11116         * configure.ac:
11117           Activate monoscope when building with --enable-experimental. Fix
11118           --enable-external configure switch description.
11119
11120         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
11121         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
11122           Help gst-indent.
11123
11124 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
11125
11126         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
11127           Explicitly cast result of pointer arithmetic to integer in order to
11128           avoid compiler warnings on some 64-bit systems. Should fix #406018.
11129
11130 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
11131
11132         * gst/debug/progressreport.c:
11133           Some more docs.
11134
11135 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11136
11137         * docs/plugins/inspect/plugin-rtp.xml:
11138           Update for new elements.
11139
11140         * gst/debug/progressreport.h:
11141           Commit newly-created header file as well.
11142
11143 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11144
11145         * docs/plugins/Makefile.am:
11146         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11147         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11148         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11149         * gst/debug/Makefile.am:
11150         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
11151         (gst_progress_report_do_query), (gst_progress_report_report):
11152           Make progressreport element post messages with the current progress
11153           on the bus. Also add some basic docs for it.
11154
11155 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
11156
11157         * ext/hal/hal.c: (gst_hal_get_string):
11158         * ext/hal/hal.h:
11159           Some small cleanups; deal with errors when parsing the HAL ALSA
11160           capabilities a bit better.
11161
11162 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11163
11164         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11165           Let's try this again and use the right cast this time.
11166
11167 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11168
11169         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11170           Add cast to avoid compiler warnings with older GLib versions
11171           where the nick/name members in GEnumValue are not declared as
11172           constant strings.
11173
11174 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11175
11176         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
11177         (gst_gconf_render_bin_from_key),
11178         (gst_gconf_get_default_audio_sink):
11179         * ext/gconf/gconf.h:
11180         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
11181         (do_toggle_element), (gst_gconf_audio_sink_set_property),
11182         (gst_gconf_audio_sink_get_property):
11183           In gconfaudiosink, get the right key as the old key in do_toggle
11184           (ie. one dependent on the profile selected). Log some more stuff so
11185           we can see what's actually going on.
11186
11187 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
11188
11189         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
11190         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
11191         (gst_audio_amplify_set_process_function),
11192         (gst_audio_amplify_setup):
11193         * gst/audiofx/audioamplify.h:
11194         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11195         (gst_audio_invert_class_init), (gst_audio_invert_setup):
11196         * gst/audiofx/audioinvert.h:
11197         Some small cleanups and port both elements to the new GstAudioFilter
11198         base class to save a few lines of common code.
11199         * gst/audiofx/Makefile.am:
11200         Link against libgstaudio for the above changes
11201
11202 2007-01-29  Wim Taymans  <wim@fluendo.com>
11203
11204         * tests/check/elements/.cvsignore:
11205         Some more ignores.
11206
11207 2007-01-26  Wim Taymans  <wim@fluendo.com>
11208
11209         Patch by: charles <charlesg3 at gmail dot com>
11210
11211         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11212         (set_shout_metadata), (gst_shout2send_event):
11213         * ext/shout2/gstshout2.h:
11214         Properly handle tags in shout2send. Fixes #399825.
11215
11216 2007-01-25  Wim Taymans  <wim@fluendo.com>
11217
11218         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11219         (gst_rtspsrc_activate_streams):
11220         Convert SDP fields to upper/lowercase following the rules in the SDP to
11221         caps document. 
11222
11223 2007-01-25  Wim Taymans  <wim@fluendo.com>
11224
11225         * gst/rtp/README:
11226         * gst/rtp/gstrtpilbcdepay.c:
11227         * gst/rtp/gstrtpilbcpay.c:
11228         * gst/rtp/gstrtpmp4gdepay.c:
11229         * gst/rtp/gstrtpmp4gpay.c:
11230         * gst/rtp/gstrtpspeexdepay.c:
11231         * gst/rtp/gstrtpspeexpay.c:
11232         * gst/rtp/gstrtpsv3vdepay.c:
11233         * gst/rtp/gstrtptheoradepay.c:
11234         * gst/rtp/gstrtptheorapay.c:
11235         * gst/rtp/gstrtpvorbisdepay.c:
11236         * gst/rtp/gstrtpvorbispay.c:
11237         Fix case of encoding-name and key/value pairs to match the document.
11238         This is to make interoperation with SDP case-insensitive as required by
11239         the relevant RFCs.
11240
11241 2007-01-25  Wim Taymans  <wim@fluendo.com>
11242
11243         * configure.ac:
11244         Bump required -core/-base to CVS
11245
11246 2007-01-25  Wim Taymans  <wim@fluendo.com>
11247
11248         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
11249         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
11250         * gst/rtp/gstrtpL16pay.h:
11251         Fill up to MTU using adapter.
11252         Timestamp rtp packets.
11253
11254 2007-01-25  Edward Hervey  <edward@fluendo.com>
11255
11256         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
11257         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
11258         Use G_GSIZE_FORMAT in print statements for portability.
11259         Fixes build on macosx.
11260
11261 2007-01-24  Wim Taymans  <wim@fluendo.com>
11262
11263         * gst/rtp/Makefile.am:
11264         * gst/rtp/gstrtp.c: (plugin_init):
11265         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
11266         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
11267         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
11268         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
11269         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
11270         (gst_rtp_L16_depay_plugin_init):
11271         * gst/rtp/gstrtpL16depay.h:
11272         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
11273         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
11274         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
11275         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
11276         (gst_rtp_L16_pay_plugin_init):
11277         * gst/rtp/gstrtpL16pay.h:
11278         Port and enable raw audio payloader/depayloader. Needs a bit more work
11279         on the payloader side.
11280
11281 2007-01-24  Wim Taymans  <wim@fluendo.com>
11282
11283         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
11284         (gst_rtspsrc_stream_configure_transport),
11285         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
11286         * gst/rtsp/gstrtspsrc.h:
11287         Only unblock the udp pads when we linked and activated them all.
11288         Fixes #395688.
11289
11290 2007-01-24  Wim Taymans  <wim@fluendo.com>
11291
11292         * gst/rtp/Makefile.am:
11293         * gst/rtp/gstrtp.c: (plugin_init):
11294         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
11295         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
11296         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
11297         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
11298         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
11299         * gst/rtp/gstrtpac3depay.h:
11300         Added simple AC3 depayloader (RFC 4184).
11301
11302         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
11303         Fix a leak.
11304
11305 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
11306
11307         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11308
11309         * gst/audiofx/Makefile.am:
11310         * gst/audiofx/audioamplify.c:
11311         (gst_audio_amplify_clipping_method_get_type),
11312         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
11313         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
11314         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
11315         (gst_audio_amplify_set_caps),
11316         (gst_audio_amplify_transform_int_clip),
11317         (gst_audio_amplify_transform_int_wrap_negative),
11318         (gst_audio_amplify_transform_int_wrap_positive),
11319         (gst_audio_amplify_transform_float_clip),
11320         (gst_audio_amplify_transform_float_wrap_negative),
11321         (gst_audio_amplify_transform_float_wrap_positive),
11322         (gst_audio_amplify_transform_ip):
11323         * gst/audiofx/audioamplify.h:
11324         * gst/audiofx/audiofx.c: (plugin_init):
11325         Add new element "audioamplify". This allows scaling of raw audio
11326         samples, similar to the "volume" element, but provides different modes
11327         for clipping and allows unlimited amplification. It's mainly targeted
11328         for creative sound design and not as a replacement of the "volume"
11329         element. Fixes #397162
11330         * docs/plugins/Makefile.am:
11331         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11332         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11333         * docs/plugins/gst-plugins-good-plugins.args:
11334         * docs/plugins/inspect/plugin-audiofx.xml:
11335         Add docs for audioamplify and integrate them into the build system
11336         * tests/check/Makefile.am:
11337         * tests/check/elements/audioamplify.c: (setup_amplify),
11338         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
11339         Add fairly extensive unit test suite for audioamplify
11340
11341 2007-01-24  Wim Taymans  <wim@fluendo.com>
11342
11343         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
11344         Unblock pads after adding the pads to the element so that autopluggers
11345         get a change to link something. Possibly fixes #395688.
11346
11347 2007-01-24  Wim Taymans  <wim@fluendo.com>
11348
11349         * gst/rtp/gstrtpamrdepay.c:
11350         * gst/rtp/gstrtpgsmdepay.c:
11351         * gst/rtp/gstrtph263pdepay.c:
11352         * gst/rtp/gstrtph263ppay.c:
11353         * gst/rtp/gstrtph264depay.c:
11354         * gst/rtp/gstrtpilbcdepay.c:
11355         * gst/rtp/gstrtpmp2tdepay.c:
11356         * gst/rtp/gstrtpmp4gdepay.c:
11357         * gst/rtp/gstrtpmp4gpay.c:
11358         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11359         * gst/rtp/gstrtpmp4vpay.c:
11360         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
11361         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
11362         (gst_rtp_mpa_depay_process):
11363         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
11364         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
11365         * gst/rtp/gstrtppcmadepay.c:
11366         * gst/rtp/gstrtppcmudepay.c:
11367         * gst/rtp/gstrtpspeexdepay.c:
11368         * gst/rtp/gstrtpspeexpay.c:
11369         * gst/rtp/gstrtpsv3vdepay.c:
11370         * gst/rtp/gstrtptheoradepay.c:
11371         * gst/rtp/gstrtptheorapay.c:
11372         * gst/rtp/gstrtpvorbisdepay.c:
11373         * gst/rtp/gstrtpvorbispay.c:
11374         Fix caps with payload numbers.
11375         Add some fixed payload numbers to caps when possible.
11376
11377 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
11378
11379         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11380
11381         * gst/audiofx/Makefile.am:
11382         * gst/audiofx/audiofx.c: (plugin_init):
11383         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11384         (gst_audio_invert_class_init), (gst_audio_invert_init),
11385         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
11386         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
11387         (gst_audio_invert_transform_float),
11388         (gst_audio_invert_transform_ip):
11389         * gst/audiofx/audioinvert.h:
11390         Add new audiofx element "audioinvert". This element swaps the upper
11391         and lower half of samples and can be used for example for a
11392         wide-stereo effect. Fixes #396057
11393         * docs/plugins/Makefile.am:
11394         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11395         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11396         * docs/plugins/gst-plugins-good-plugins.args:
11397         * docs/plugins/inspect/plugin-audiofx.xml:
11398         Add docs for the audioinvert element and add them to the build system.
11399         * tests/check/Makefile.am:
11400         * tests/check/elements/audioinvert.c: (setup_invert),
11401         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
11402         Add unit test suite for the audioinvert element.
11403
11404 2007-01-23  Wim Taymans  <wim@fluendo.com>
11405
11406         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
11407         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
11408         Parse config params as string and int.
11409         Parse and use AU header length
11410
11411 2007-01-23  Wim Taymans  <wim@fluendo.com>
11412
11413         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
11414         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
11415         * gst/smpte/gstmask.c: (_gst_mask_register):
11416         * gst/smpte/gstmask.h:
11417         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
11418         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
11419         (gst_smpte_paint_triangle_clock):
11420         constify some static structs.
11421         Don't update the mask if nothing changed to the params.
11422         Make sure we never draw outside of the picture. Fixes #398325.
11423
11424 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11425
11426         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
11427           Error out properly when pull_range fails while we're reading the
11428           headers, instead of just pausing the task silently. Fixes #399338.
11429
11430 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11431
11432         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11433           Some more sanity checks to make sure the input formats match and the
11434           input pads are actually negotiated, in case someone tries to feed
11435           buffers from fakesrc or filesrc. Fixes #398299.
11436           Also const-ify an array, just because we can.
11437
11438 2007-01-19  Edward Hervey  <edward@fluendo.com>
11439
11440         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
11441         Ignore previous commit, that was only valid for widths and heights
11442         that are multiples of 4.
11443         Copy over size/stride macros from jpegdec. This allows the element
11444         to work with any width,height...
11445         ... but puts in evidence that the actual transformations only work
11446         with width/height that are multiples of 4.
11447
11448 2007-01-19  Edward Hervey  <edward@fluendo.com>
11449
11450         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11451         Allocate buffers of the right size.
11452         The proper size of a I420 buffer in bytes is:
11453         
11454             width * height * 3
11455             ------------------
11456                     2
11457
11458 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11459
11460         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11461           Proxy getcaps on sink pads too, so that we either end up with the
11462           same dimensions on all pads or error out if that's not possible
11463           (seems to work even!). Fixes #398086, I think.
11464
11465 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11466
11467         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11468         * docs/plugins/gst-plugins-good-plugins.args:
11469         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11470           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
11471           fix integer properties with -1 as minimum value.
11472
11473         * docs/plugins/inspect/plugin-1394.xml:
11474         * docs/plugins/inspect/plugin-aasink.xml:
11475         * docs/plugins/inspect/plugin-alaw.xml:
11476         * docs/plugins/inspect/plugin-alpha.xml:
11477         * docs/plugins/inspect/plugin-alphacolor.xml:
11478         * docs/plugins/inspect/plugin-annodex.xml:
11479         * docs/plugins/inspect/plugin-apetag.xml:
11480         * docs/plugins/inspect/plugin-audiofx.xml:
11481         * docs/plugins/inspect/plugin-auparse.xml:
11482         * docs/plugins/inspect/plugin-autodetect.xml:
11483         * docs/plugins/inspect/plugin-avi.xml:
11484         * docs/plugins/inspect/plugin-cacasink.xml:
11485         * docs/plugins/inspect/plugin-cairo.xml:
11486         * docs/plugins/inspect/plugin-cdio.xml:
11487         * docs/plugins/inspect/plugin-cutter.xml:
11488         * docs/plugins/inspect/plugin-debug.xml:
11489         * docs/plugins/inspect/plugin-dv.xml:
11490         * docs/plugins/inspect/plugin-efence.xml:
11491         * docs/plugins/inspect/plugin-effectv.xml:
11492         * docs/plugins/inspect/plugin-esdsink.xml:
11493         * docs/plugins/inspect/plugin-flac.xml:
11494         * docs/plugins/inspect/plugin-flxdec.xml:
11495         * docs/plugins/inspect/plugin-gconfelements.xml:
11496         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
11497         * docs/plugins/inspect/plugin-goom.xml:
11498         * docs/plugins/inspect/plugin-halelements.xml:
11499         * docs/plugins/inspect/plugin-icydemux.xml:
11500         * docs/plugins/inspect/plugin-id3demux.xml:
11501         * docs/plugins/inspect/plugin-jpeg.xml:
11502         * docs/plugins/inspect/plugin-level.xml:
11503         * docs/plugins/inspect/plugin-matroska.xml:
11504         * docs/plugins/inspect/plugin-mulaw.xml:
11505         * docs/plugins/inspect/plugin-multipart.xml:
11506         * docs/plugins/inspect/plugin-navigationtest.xml:
11507         * docs/plugins/inspect/plugin-ossaudio.xml:
11508         * docs/plugins/inspect/plugin-png.xml:
11509         * docs/plugins/inspect/plugin-rtp.xml:
11510         * docs/plugins/inspect/plugin-rtsp.xml:
11511         * docs/plugins/inspect/plugin-shout2send.xml:
11512         * docs/plugins/inspect/plugin-smpte.xml:
11513         * docs/plugins/inspect/plugin-speex.xml:
11514         * docs/plugins/inspect/plugin-taglib.xml:
11515         * docs/plugins/inspect/plugin-udp.xml:
11516         * docs/plugins/inspect/plugin-videobalance.xml:
11517         * docs/plugins/inspect/plugin-videobox.xml:
11518         * docs/plugins/inspect/plugin-videoflip.xml:
11519         * docs/plugins/inspect/plugin-videomixer.xml:
11520         * docs/plugins/inspect/plugin-wavenc.xml:
11521         * docs/plugins/inspect/plugin-wavparse.xml:
11522         * docs/plugins/inspect/plugin-ximagesrc.xml:
11523           Update to CVS.
11524
11525 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
11526
11527         Patch by: Sebastian Dröge <slomo circular-chaos org>
11528
11529         * gst/audiofx/audiopanorama.c:
11530           Fix doc section name (Fixes #397946)
11531
11532 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
11533
11534         * sys/v4l2/gstv4l2object.c:
11535         (gst_v4l2_object_install_properties_helper),
11536         (gst_v4l2_object_set_property_helper),
11537         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
11538         * sys/v4l2/gstv4l2object.h:
11539         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
11540         (gst_v4l2src_init), (gst_v4l2src_set_property),
11541         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
11542         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11543         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11544         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
11545         (gst_v4l2src_capture_deinit):
11546           Fix EIO handing when capturing. Add new property to specify the number of
11547           buffers to enque (and remove the borked num-buffers usage).
11548
11549 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11550
11551         Patch by: Sebastian Dröge <slomo circular-chaos org>
11552
11553         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
11554         (gst_audio_panorama_set_process_function):
11555           Use a function array for process methods, add more docs and define the
11556           startindex of enums.
11557
11558 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
11559
11560         Patch by: Mark Nauwelaerts <manauw at skynet be>
11561
11562         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
11563         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
11564         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
11565         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
11566         (gst_avi_mux_riff_get_avi_header),
11567         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
11568         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
11569         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
11570         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
11571         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
11572         (gst_avi_mux_change_state):
11573         * gst/avi/gstavimux.h:
11574         * tests/check/elements/avimux.c: (teardown_src_pad):
11575           Add support for more than one audio stream; write better AVIX
11576           header; refactor code a bit; don't announce vorbis caps on our audio
11577           sink pads since we don't support it anyway. Closes #379298.
11578
11579 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
11580
11581         Patch by: Sebastian Dröge <slomo circular-chaos org>
11582
11583         * gst/audiofx/audiopanorama.c:
11584         (gst_audio_panorama_method_get_type),
11585         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
11586         (gst_audio_panorama_set_process_function),
11587         (gst_audio_panorama_set_property),
11588         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
11589         (gst_audio_panorama_transform_m2s_int_simple),
11590         (gst_audio_panorama_transform_s2s_int_simple),
11591         (gst_audio_panorama_transform_m2s_float_simple),
11592         (gst_audio_panorama_transform_s2s_float_simple):
11593         * gst/audiofx/audiopanorama.h:
11594           Add 'method' property and provide a simple (non-psychoacustic)
11595           processing method (#394859).
11596
11597         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
11598         (panorama_suite):
11599           Tests for new method.
11600
11601 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
11602
11603         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
11604         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
11605           Set correct caps on outgoing pulled buffers, or things blow up
11606           after recent core changes.
11607
11608 2007-01-11  Wim Taymans  <wim@fluendo.com>
11609
11610         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
11611
11612         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
11613         (gst_multipart_mux_request_new_pad),
11614         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
11615         (gst_multipart_mux_change_state):
11616         Return FLOW errors ASAP. Fixes #394977.
11617         Misc cleanups.
11618
11619 2007-01-11  Wim Taymans  <wim@fluendo.com>
11620
11621         Patch by: Lutz Mueller <lutz at topfrose dot de>
11622
11623         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
11624         Check for stream pad before activating. 
11625
11626 2007-01-10  Wim Taymans  <wim@fluendo.com>
11627
11628         Patch by: Peter Kjellerstedt  <pkj at axis com>
11629
11630         * gst/rtsp/COPYING.MIT:
11631         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
11632         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
11633         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
11634         (gst_rtspsrc_stream_configure_transport),
11635         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
11636         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
11637         (gst_rtspsrc_parse_methods),
11638         (gst_rtspsrc_create_transports_string),
11639         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
11640         (gst_rtspsrc_open), (gst_rtspsrc_close):
11641         * gst/rtsp/gstrtspsrc.h:
11642         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11643         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
11644         (parse_request_line), (parse_line), (rtsp_connection_read),
11645         (rtsp_connection_close):
11646         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
11647         (rtsp_method_as_text), (rtsp_header_as_text),
11648         (rtsp_status_as_text), (rtsp_find_header_field),
11649         (rtsp_find_method):
11650         * gst/rtsp/rtspdefs.h:
11651         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
11652         (rtsp_ext_wms_configure_stream):
11653         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
11654         (rtsp_message_new_request), (rtsp_message_init_request),
11655         (rtsp_message_new_response), (rtsp_message_init_response),
11656         (rtsp_message_init_data), (rtsp_message_unset),
11657         (rtsp_message_free), (rtsp_message_add_header),
11658         (rtsp_message_get_header), (rtsp_message_set_body),
11659         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
11660         * gst/rtsp/rtspmessage.h:
11661         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
11662         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
11663         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
11664         (sdp_message_dump):
11665         Allow url to be NULL to be able to use it for server connections.
11666         Can now send responses as well as requests.
11667         No longer hangs in an endless loop if EOF is received.
11668         Can now convert a status code to a text string.
11669         Return RTSP_HDR_INVALID for unknown headers.
11670         Return RTSP_INVALID for unknown methods.
11671         Copy CSeq and Session headers from the request.
11672         Only free memory corresponding to the currently set message type.
11673         Added const to function arguments as appropriate.
11674         Avoid a compiler warning when initializing nmedia.
11675         Use guint rather than gint to avoid compiler warnings.
11676         Fix crasher in wms extension.
11677         Factor out stream setup from open_connection.
11678         Delay activation of streams when actual data is received from the
11679         server, this prepares us to do proper protocol switching.
11680         Added new license.
11681         Fixes #380895.
11682
11683
11684 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11685
11686         Patch by: Sebastian Dröge <slomo ubuntu com>
11687
11688         * docs/plugins/Makefile.am:
11689         * gst/audiofx/audiopanorama.c:
11690           Some small docs fixes (#394851).
11691
11692 2007-01-09  Wim Taymans  <wim@fluendo.com>
11693
11694         * gst/avi/gstavidemux.c:
11695         Fix docs.
11696
11697 2007-01-09  Wim Taymans  <wim@fluendo.com>
11698
11699         * gst/rtp/Makefile.am:
11700         * gst/rtp/gstrtp.c: (plugin_init):
11701         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
11702         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
11703         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
11704         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
11705         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
11706         * gst/rtp/gstrtpmpvdepay.h:
11707           Added RFC 2250 MPEG Video Depayloader.
11708
11709         * gst/rtp/gstrtpL16depay.h:
11710         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
11711         (gst_rtp_h263p_depay_process):
11712         Fix Header file. Small cleanups.
11713
11714         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
11715         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
11716         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
11717         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
11718         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
11719         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
11720         (gst_rtp_mp4v_depay_change_state):
11721         Remove usused code. Remove Adapter from state Change. Added debug.
11722
11723         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
11724         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
11725         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
11726         * gst/rtp/gstrtpmpadepay.h:
11727         Subclass base depayloader.
11728         Added debug.
11729         Support static payload type assignment as well.
11730
11731         * gst/rtp/gstrtpmpapay.c:
11732         Fix caps.
11733
11734 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11735
11736         Patch by: Vincent Torri  <vtorri at univ-evry fr>
11737
11738         * ext/jpeg/gstjpegdec.c:
11739         * ext/jpeg/gstjpegenc.c:
11740         * ext/jpeg/smokecodec.c:
11741           These libjpeg callbacks should return a 'boolean' (unsigned char
11742           apparently) and not a 'gboolean' (which maps to gint). Fixes
11743           warnings when compiling with MingW (#393427).
11744
11745         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
11746           Use ioctlsocket on win32.
11747
11748         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
11749           Some printf format fixes for win32.
11750
11751 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
11752
11753         * gst/cutter/gstcutter.c: (gst_cutter_chain):
11754           Use gst_guint64_to_gdouble for conversion.
11755         * win32/vs6/libgstmatroska.dsp:
11756           Add zlib to the link.
11757         * win32/vs6/libgstvideobox.dsp:
11758           Update liboil library name (project is linked to 
11759           liboil-0.3-0.lib now).
11760           
11761 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11762
11763         * gst/matroska/Makefile.am:
11764           If zlib is available and used, we must link it explicitly for
11765           things to work on MingW (fixes #392855).
11766
11767 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
11768
11769         * ext/esd/esdsink.c: (gst_esdsink_delay):
11770           Don't return bogus values when esd_get_delay() fails for some
11771           reason (#392189).
11772
11773 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
11774
11775         * sys/ximage/gstximagesrc.c: (composite_pixel):
11776           Fix presumably copy'n'pasto for 16bpp depth.
11777
11778 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
11779
11780         * gst/matroska/matroska-mux.c:
11781         (gst_matroska_mux_audio_pad_setcaps):
11782           The "signed" field in audio caps is of boolean type, trying to use
11783           gst_structure_get_int() to extract it will fail. Fixing this makes
11784           matroskamux accept raw audio input (#387121) (use at your own risk
11785           though, due to the matroska spec being not entirely useful in this
11786           respect).
11787           Also fix up raw audio structures in template caps so that they
11788           represent what our setcaps function will actually accept, so that
11789           converters know what to convert to.
11790           Finally, don't fail if there isn't an "endianness" field in 8-bit
11791           PCM caps.
11792
11793 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
11794
11795         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
11796         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
11797         * tests/check/elements/cmmldec.c: (setup_cmmldec),
11798         (teardown_cmmldec):
11799         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11800         (teardown_cmmlenc):
11801         * tests/check/elements/level.c: (setup_level), (cleanup_level):
11802           reapply consistent pad (de)activation
11803
11804 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
11805
11806         * configure.ac:
11807         Back to CVS
11808
11809         * gst-plugins-good.doap:
11810         Add 0.10.5 doap entry
11811
11812 === release 0.10.5 ===
11813
11814 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
11815
11816         * configure.ac:
11817           releasing 0.10.5, "The Path of Thorns"
11818
11819 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11820
11821         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
11822         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
11823         * tests/check/elements/cmmldec.c: (setup_cmmldec),
11824         (teardown_cmmldec):
11825         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11826         (teardown_cmmlenc):
11827         * tests/check/elements/level.c: (setup_level), (cleanup_level):
11828           revert my freeze breakage
11829
11830 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11831
11832         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
11833         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
11834         * tests/check/elements/cmmldec.c: (setup_cmmldec),
11835         (teardown_cmmldec):
11836         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11837         (teardown_cmmlenc):
11838         * tests/check/elements/level.c: (setup_level), (cleanup_level):
11839           consistent pad (de)activation
11840
11841 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
11842
11843         * configure.ac:
11844         * ext/Makefile.am:
11845         Disable LADPSA, as it has moved to the -bad module for the duration.
11846
11847 2006-12-18  Wim Taymans  <wim@fluendo.com>
11848
11849         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
11850         (gst_signal_processor_event):
11851         Reset flow_state back to _OK after a flush stop so that we exit our
11852         error state after the flush. Fixes #374213
11853
11854 2006-12-16  David Schleef  <ds@schleef.org>
11855
11856         * sys/osxvideo/osxvideosink.h:
11857         * sys/osxvideo/osxvideosink.m:
11858           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
11859
11860 2006-12-16  David Schleef  <ds@schleef.org>
11861
11862         Patch by: Vijay Santhanam <vijay santhanam gmail com>
11863
11864         * sys/osxvideo/Makefile.am:
11865         * sys/osxvideo/osxvideosink.h:
11866         * sys/osxvideo/osxvideosink.m:
11867           Preliminary patch for porting osxvideosink
11868
11869 2006-12-16  Wim Taymans  <wim@fluendo.com>
11870
11871         Patch by: Sjoerd Simons <sjoerd at luon dot net>
11872
11873         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
11874         (gst_videomixer_set_master_geometry),
11875         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
11876         (gst_videomixer_reset), (gst_videomixer_init),
11877         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
11878         (gst_videomixer_release_pad), (gst_videomixer_collected),
11879         (gst_videomixer_change_state):
11880         Introduce some locking around the videomixer state so that it does not
11881         crash when adding/removing pads. Fixes #383043.
11882
11883 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11884
11885         * configure.ac:
11886           Make sure libcaca can actually be used instead of just checking for
11887           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
11888           cross-compiling (fixes #384587).
11889
11890 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11891
11892         * Makefile.am:
11893         * gst-plugins-good.doap:
11894         * gst-plugins-good.spec.in:
11895           adding doap file
11896
11897 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
11898
11899         * configure.ac:
11900           libflac-1.1.3 changed API again, but we can't build against it yet,
11901           so make sure our check doesn't use libflac-1.1.3 and add a comment
11902           to this effect.
11903
11904 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
11905
11906         * gst/effectv/gstquark.c: (gst_quarktv_transform),
11907         (gst_quarktv_planetable_clear):
11908           Add some NULL pointer checks (possibly related to #385623).
11909
11910 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
11911
11912         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
11913         (gst_tag_demux_chain):
11914         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
11915           In streaming mode, if the first buffer we get doesn't have an
11916           offset, fix it up to be 0, otherwise trimming won't work later on
11917           and we'll be typefinding application/x-id3, which may result in
11918           decodebin plugging an endless number of id3demux elements as a
11919           consequence. Fixes #385031.
11920           
11921 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11922
11923         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
11924           Ignore the buffer_time the sound device reports. Turns out it is 
11925           sometimes completely bogus and we're better off without it.
11926
11927 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
11928
11929         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11930         (gst_matroska_demux_video_caps):
11931         * gst/matroska/matroska-ids.c:
11932         (gst_matroska_track_init_video_context):
11933         * gst/matroska/matroska-ids.h:
11934           Try harder to extract the framerate for video tracks correctly and
11935           save it directly instead of converting it back and forth a few
11936           times. Mostly makes a difference for very small framerates (<1).
11937           Fixes #380199.
11938
11939 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
11940
11941         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
11942         (gst_gconf_audio_src_dispose), (do_toggle_element):
11943         * ext/gconf/gstgconfaudiosrc.h:
11944           Remove gconf notify hook when the gconfaudiosrc element is
11945           destroyed, otherwise the callback may be called on an
11946           already-destroyed instance and bad things happen. Should fix
11947           #378184.
11948           Also ignore gconf key changes when the source is already running.
11949
11950 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11951
11952         Patch by: Sebastian Dröge  <mail at slomosnail de>
11953
11954         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
11955           We need to be able to read and parse any possible floating point string
11956           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
11957           will parse the former only in certain locales though, so we really need
11958           to canonicalise the separator to '.' and then use g_ascii_strtod() to
11959           make sure we can parse either version at all times.
11960           Fixes #382982 for real.
11961
11962 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11963
11964         * sys/sunaudio/gstsunaudiomixerctrl.c:
11965         * sys/sunaudio/gstsunaudiosrc.c:
11966
11967         Use the sunaudio debug category.
11968
11969         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
11970         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
11971         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
11972         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
11973         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
11974         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
11975         (gst_sunaudiosink_reset):
11976         * sys/sunaudio/gstsunaudiosink.h:
11977
11978         Uses the sunaudio debug category for all debug output
11979         Implements the _delay() callback to synchronise video playback better
11980         Change the segtotal and segsize values back to the parent class 
11981           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
11982           respectively)
11983         Measure the samples written to the device vs. played.
11984         Keep track of segments in the device by writing empty eof frames, and
11985         sleep using a GCond when we get too far ahead and risk overrunning the
11986         sink's ringbuffer.
11987
11988         Fixes: #360673
11989
11990 2006-12-08  Wim Taymans  <wim@fluendo.com>
11991
11992         Patch by: Sebastian Dröge  <mail at slomosnail de >
11993
11994         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
11995         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
11996         * gst/audiofx/audiopanorama.h:
11997         Fix audiopanorame with float samples. Fixes #383726.
11998
11999 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12000
12001         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
12002         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
12003         (gst_sunaudiosrc_reset):
12004
12005         Implement reset functions to unblock the src/sink more quickly on 
12006         state change requests.
12007         Patch by: Brian Cameron <brian dot cameron at sun com>
12008
12009 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12010
12011         * sys/sunaudio/gstsunaudiomixer.c:
12012         (gst_sunaudiomixer_change_state):
12013         Construct the correct mixer device name when the AUDIODEV env var
12014         is set.
12015
12016         Patch by: Jerry Tan <jerry.tan at sun dot com>
12017         Fixes: #383596
12018
12019 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12020
12021         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
12022         Apply patch to open the mixer control and set the MULTIPLE_OPEN
12023         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
12024         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
12025         Patch by: Jerry Tan <jerry.tan at sun dot com>
12026         Fixes: #349015
12027
12028 2006-12-07  Wim Taymans  <wim@fluendo.com>
12029
12030         * gst/smpte/gstmask.h:
12031         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
12032         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
12033         (gst_smpte_collected), (gst_smpte_set_property),
12034         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
12035         * gst/smpte/gstsmpte.h:
12036         Port to 0.10 some more. 
12037         Added duration property to specify the duration of the transition.
12038         Make framerate a fraction.
12039         Deprecate fps property, we only use negotiated fps.
12040         Added docs.
12041         Fix collectpad usage.
12042         Reset state in READY.
12043         Send NEWSEGMENT event.
12044         Fix racy updates of object properties.
12045         Added debug category.
12046         Fixes #383323.
12047
12048 2006-12-06  Wim Taymans  <wim@fluendo.com>
12049
12050         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12051
12052         * gst/videomixer/videomixer.c:
12053         (gst_videomixer_set_master_geometry),
12054         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
12055         Don't reset xpos and ypos in the setcaps function because causes
12056         unexpected behaviour.
12057         Fixes #382179.
12058
12059 2006-12-06  Wim Taymans  <wim@fluendo.com>
12060
12061         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
12062         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
12063         Keep track of the buffer timestamp in the collectdata member instead
12064         of modifying the buffer without making the metadata writable first.
12065         Fixes #382277.
12066
12067 2006-12-06  Wim Taymans  <wim@fluendo.com>
12068
12069         Patch by: Rob Taylor <robtaylor at floopily dot org>
12070
12071         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
12072         If using multicast in udpsrc, bind to the multicast address rather than
12073         IN_ADDR_ANY.
12074         This allows the simultanous use of multiple udpsrcs listening on
12075         different multicat addresses. Without this all udpsrcs will receive all
12076         packets from all subscribed multicast addresses.
12077         Fixes #383001.
12078
12079 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12080
12081         * ext/taglib/gstid3v2mux.cc:
12082         Don't attempt to write a NULL frame into the ID3 tag set when the 
12083         createFrame method returned NULL.
12084         Fixes: #381857
12085         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
12086
12087 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12088
12089         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12090         Use g_strtod() instead of sscanf to parse doubles, so that it will
12091         try parsing in the C locale if the current locale fails.
12092         Fixes: #382982
12093         Patch by: Sebastian Dröge  <mail at slomosnail de >
12094
12095 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
12096
12097         * win32/MANIFEST:
12098         Fix compilation on win32 under VS8
12099         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
12100         Partially fixes #381175
12101
12102 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12103
12104         * gst/avi/gstavimux.c:
12105           accept all mpegversions,fixes #380825
12106           spotted by: Jerome Alet  
12107
12108 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12109
12110         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12111         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
12112         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
12113         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
12114           cleanup the error message a bit more
12115
12116 2006-11-28  Wim Taymans  <wim@fluendo.com>
12117
12118         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
12119         Fix width and height properties.
12120
12121         * ext/libcaca/gstcacasink.h:
12122         Fix compilation on newer libcaca that require us to include a new
12123         header. Fixes #379918.
12124
12125 2006-11-28  Wim Taymans  <wim@fluendo.com>
12126
12127         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12128         * gst/rtsp/gstrtspsrc.h:
12129         * gst/rtsp/rtspext.h:
12130         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
12131         (rtsp_ext_wms_get_context):
12132         Add method so that extensions can choose to disable the setup of
12133         a stream.
12134         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
12135
12136 2006-11-27  Wim Taymans  <wim@fluendo.com>
12137
12138         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12139
12140         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12141         Push header in a separate buffer instead of memcpy:ing all data.
12142         Change LF => CRLF in headers.
12143         Move trailing LF to header. Fixes #379792.
12144
12145 2006-11-27  Wim Taymans  <wim@fluendo.com>
12146
12147         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
12148         Small buffer overflow fix and improve debugging.
12149
12150 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12151
12152         * ext/esd/esdmon.h:
12153         * ext/esd/esdsink.h:
12154           remove obsolete _factory_init protos
12155
12156 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12157
12158         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
12159         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
12160         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
12161         (gst_avi_demux_read_subindexes_push),
12162         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
12163         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
12164         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
12165         (gst_avi_demux_massage_index),
12166         (gst_avi_demux_calculate_durations_from_index),
12167         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
12168         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
12169         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
12170           remove dead code, tweak debugs statements, add comments, use
12171           _uint64_scale instead _uint64_scale_int when using guint64 values,
12172           small optimizations, reflow some error handling
12173
12174 2006-11-22  Edward Hervey  <edward@fluendo.com>
12175
12176         * po/.cvsignore:
12177         We never put .pot files in cvs. Let's ignore them all.
12178
12179 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12180
12181         * po/POTFILES.in:
12182           ... but better exclude files that aren't disted.
12183
12184 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12185
12186         * po/POTFILES.in:
12187           Add v4l2 source files to list of files with translations, so the
12188           strings are actually extracted (however bad they still may be).
12189
12190 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12191
12192         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12193           Minor clean-ups: const-ify static array, remove trailing comma from
12194           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
12195
12196 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
12197
12198         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12199         Make sure that g_free always gets called on the same pointer that was 
12200         returned by g_malloc.  Fixes #376594.
12201         Do not leak memory if decompressed size is wrong.
12202         Remove unneeded check of return value of g_malloc.
12203         Patch by: René Stadler <mail@renestadler.de>
12204
12205 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
12206
12207         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
12208           Add missing curly brackets.
12209
12210 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
12211
12212         * sys/v4l2/v4l2src_calls.c:
12213         Fix capture_deinit.
12214
12215 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12216
12217         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
12218         (gst_matroska_mux_request_new_pad):
12219           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
12220
12221         * tests/check/elements/matroskamux.c: (setup_src_pad),
12222         (setup_sink_pad), (GST_START_TEST):
12223         Activate pads before using them.
12224
12225 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12226
12227         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
12228           Initialise variable to get rid of bogus compiler warning.
12229
12230 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
12231
12232         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
12233
12234         * gst/rtp/gstrtph263pay.c:
12235         * gst/rtp/gstrtph263pdepay.c:
12236         * gst/rtp/gstrtph263ppay.c:
12237           Specify H.263 variant and version in the caps (fixes #361637)
12238
12239 2006-11-15  Wim Taymans  <wim@fluendo.com>
12240
12241         * gst/rtsp/rtspconnection.c: (read_body):
12242         Don't set a data pointer to NULL and a size > 0 when we deal
12243         with empty packets.
12244
12245         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
12246         (rtsp_message_init_response), (rtsp_message_init_data),
12247         (rtsp_message_unset), (rtsp_message_free),
12248         (rtsp_message_take_body):
12249         Check that we can't create invalid empty packets. 
12250
12251 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12252
12253         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12254
12255         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
12256         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
12257         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
12258         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
12259         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
12260         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
12261         * gst/matroska/matroska-mux.h:
12262           Add basic tag writing support; implement releasing pads (#374658).
12263
12264 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12265
12266         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12267         (gst_matroska_demux_audio_caps):
12268           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
12269
12270 2006-11-14  David Schleef  <ds@schleef.org>
12271
12272         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
12273
12274 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
12275
12276         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12277
12278         * win32/vs8/gst-plugins-good.sln:
12279         * win32/vs8/libgst1394.vcproj:
12280         * win32/vs8/libgstaasink.vcproj:
12281         * win32/vs8/libgstalaw.vcproj:
12282         * win32/vs8/libgstalpha.vcproj:
12283         * win32/vs8/libgstalphacolor.vcproj:
12284         * win32/vs8/libgstannodex.vcproj:
12285         * win32/vs8/libgstapetag.vcproj:
12286         * win32/vs8/libgstaudiofx.vcproj:
12287         * win32/vs8/libgstauparse.vcproj:
12288         * win32/vs8/libgstautodetect.vcproj:
12289         * win32/vs8/libgstavi.vcproj:
12290         * win32/vs8/libgstcacasink.vcproj:
12291         * win32/vs8/libgstcdio.vcproj:
12292         * win32/vs8/libgstcutter.vcproj:
12293         * win32/vs8/libgstdv.vcproj:
12294         * win32/vs8/libgsteffectv.vcproj:
12295         * win32/vs8/libgstflac.vcproj:
12296         * win32/vs8/libgstflxdec.vcproj:
12297         * win32/vs8/libgstgoom.vcproj:
12298         * win32/vs8/libgsticydemux.vcproj:
12299         * win32/vs8/libgstid3demux.vcproj:
12300         * win32/vs8/libgstjpeg.vcproj:
12301         * win32/vs8/libgstladspa.vcproj:
12302         * win32/vs8/libgstlevel.vcproj:
12303         * win32/vs8/libgstmatroska.vcproj:
12304         * win32/vs8/libgstmikmod.vcproj:
12305         * win32/vs8/libgstmng.vcproj:
12306         * win32/vs8/libgstmonoscope.vcproj:
12307         * win32/vs8/libgstmulaw.vcproj:
12308         * win32/vs8/libgstmultipart.vcproj:
12309         * win32/vs8/libgstpng.vcproj:
12310         * win32/vs8/libgstrtp.vcproj:
12311         * win32/vs8/libgstrtsp.vcproj:
12312         * win32/vs8/libgstshout2.vcproj:
12313         * win32/vs8/libgstsmpte.vcproj:
12314         * win32/vs8/libgstspeex.vcproj:
12315         * win32/vs8/libgsttaglib.vcproj:
12316         * win32/vs8/libgstudp.vcproj:
12317         * win32/vs8/libgstvideobalance.vcproj:
12318         * win32/vs8/libgstvideobox.vcproj:
12319         * win32/vs8/libgstvideoflip.vcproj:
12320         * win32/vs8/libgstvideomixer.vcproj:
12321         * win32/vs8/libgstwavenc.vcproj:
12322         * win32/vs8/libgstwavparse.vcproj:
12323           Make end-of-line returns unixy, so that when the files are checked
12324           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
12325           Hopefully fixes #366492.
12326
12327 2006-11-14  Wim Taymans  <wim@fluendo.com>
12328
12329         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12330         Disable init_frames delay timestamp adjustment, it does not
12331         seem to be needed at all. Fixes #369621.
12332
12333 2006-11-13  Wim Taymans  <wim@fluendo.com>
12334
12335         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12336
12337         * gst/videomixer/videomixer.c:
12338         (gst_videomixer_set_master_geometry),
12339         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
12340         (gst_videomixer_collect_free), (gst_videomixer_reset),
12341         (gst_videomixer_init), (gst_videomixer_finalize),
12342         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
12343         (gst_videomixer_collected), (gst_videomixer_change_state):
12344         Fix memleak by unref'ing collectpads instance (when finalizing)
12345         Implement releasing a request pad. Fixes #374479.
12346
12347 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
12348
12349         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12350
12351         * win32/vs8/gst-plugins-good.sln:
12352         * win32/vs8/libgst1394.vcproj:
12353         * win32/vs8/libgstaasink.vcproj:
12354         * win32/vs8/libgstalaw.vcproj:
12355         * win32/vs8/libgstalpha.vcproj:
12356         * win32/vs8/libgstalphacolor.vcproj:
12357         * win32/vs8/libgstannodex.vcproj:
12358         * win32/vs8/libgstapetag.vcproj:
12359         * win32/vs8/libgstaudiofx.vcproj:
12360         * win32/vs8/libgstauparse.vcproj:
12361         * win32/vs8/libgstautodetect.vcproj:
12362         * win32/vs8/libgstavi.vcproj:
12363         * win32/vs8/libgstcacasink.vcproj:
12364         * win32/vs8/libgstcdio.vcproj:
12365         * win32/vs8/libgstcutter.vcproj:
12366         * win32/vs8/libgstdv.vcproj:
12367         * win32/vs8/libgsteffectv.vcproj:
12368         * win32/vs8/libgstflac.vcproj:
12369         * win32/vs8/libgstflxdec.vcproj:
12370         * win32/vs8/libgstgoom.vcproj:
12371         * win32/vs8/libgsticydemux.vcproj:
12372         * win32/vs8/libgstid3demux.vcproj:
12373         * win32/vs8/libgstjpeg.vcproj:
12374         * win32/vs8/libgstladspa.vcproj:
12375         * win32/vs8/libgstlevel.vcproj:
12376         * win32/vs8/libgstmatroska.vcproj:
12377         * win32/vs8/libgstmikmod.vcproj:
12378         * win32/vs8/libgstmng.vcproj:
12379         * win32/vs8/libgstmonoscope.vcproj:
12380         * win32/vs8/libgstmulaw.vcproj:
12381         * win32/vs8/libgstmultipart.vcproj:
12382         * win32/vs8/libgstpng.vcproj:
12383         * win32/vs8/libgstrtp.vcproj:
12384         * win32/vs8/libgstrtsp.vcproj:
12385         * win32/vs8/libgstshout2.vcproj:
12386         * win32/vs8/libgstsmpte.vcproj:
12387         * win32/vs8/libgstspeex.vcproj:
12388         * win32/vs8/libgsttaglib.vcproj:
12389         * win32/vs8/libgstudp.vcproj:
12390         * win32/vs8/libgstvideobalance.vcproj:
12391         * win32/vs8/libgstvideobox.vcproj:
12392         * win32/vs8/libgstvideoflip.vcproj:
12393         * win32/vs8/libgstvideomixer.vcproj:
12394         * win32/vs8/libgstwavenc.vcproj:
12395         * win32/vs8/libgstwavparse.vcproj:
12396           Add VS8 project files (note that many of the plugins in ext are
12397           disabled by default). Fixes #366492.
12398
12399 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
12400
12401         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
12402           we do not translate debug messages
12403
12404 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
12405
12406         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
12407           fix categorisation, make short desc more explicit, remove unused code
12408           Fixes #372021
12409
12410 2006-11-08  Wim Taymans  <wim@fluendo.com>
12411
12412         * gst/rtp/gstrtpL16depay.c:
12413         * gst/rtp/gstrtpamrdepay.c:
12414         * gst/rtp/gstrtpamrpay.c:
12415         * gst/rtp/gstrtpgsmdepay.c:
12416         * gst/rtp/gstrtph263pay.c:
12417         * gst/rtp/gstrtph263pdepay.c:
12418         * gst/rtp/gstrtph263ppay.c:
12419         * gst/rtp/gstrtph264depay.c:
12420         * gst/rtp/gstrtpmp2tdepay.c:
12421         * gst/rtp/gstrtpmp4gdepay.c:
12422         * gst/rtp/gstrtpmp4gpay.c:
12423         * gst/rtp/gstrtpmp4vdepay.c:
12424         * gst/rtp/gstrtpmp4vpay.c:
12425         * gst/rtp/gstrtpmpadepay.c:
12426         * gst/rtp/gstrtpmpapay.c:
12427         * gst/rtp/gstrtppcmadepay.c:
12428         * gst/rtp/gstrtppcmapay.c:
12429         * gst/rtp/gstrtppcmudepay.c:
12430         * gst/rtp/gstrtppcmupay.c:
12431         * gst/rtp/gstrtpspeexdepay.c:
12432         * gst/rtp/gstrtpspeexpay.c:
12433         * gst/rtp/gstrtpsv3vdepay.c:
12434         Fix element descriptions.
12435
12436 2006-11-08  Wim Taymans  <wim@fluendo.com>
12437
12438         * gst/rtp/gstrtpvorbisdepay.c:
12439         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
12440         Fix description.
12441         Small cleanup in the payloader.
12442
12443 2006-11-08  Wim Taymans  <wim@fluendo.com>
12444
12445         * gst/rtp/Makefile.am:
12446         * gst/rtp/gstrtp.c: (plugin_init):
12447         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
12448         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
12449         (gst_rtp_theora_depay_finalize),
12450         (gst_rtp_theora_depay_parse_configuration),
12451         (gst_rtp_theora_depay_setcaps),
12452         (gst_rtp_theora_depay_switch_codebook),
12453         (gst_rtp_theora_depay_process),
12454         (gst_rtp_theora_depay_set_property),
12455         (gst_rtp_theora_depay_get_property),
12456         (gst_rtp_theora_depay_change_state),
12457         (gst_rtp_theora_depay_plugin_init):
12458         * gst/rtp/gstrtptheoradepay.h:
12459         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
12460         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
12461         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
12462         (gst_rtp_theora_pay_init_packet),
12463         (gst_rtp_theora_pay_flush_packet),
12464         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
12465         (gst_rtp_theora_pay_handle_buffer),
12466         (gst_rtp_theora_pay_plugin_init):
12467         * gst/rtp/gstrtptheorapay.h:
12468         Add theora pay/depayloaders.
12469
12470 2006-11-06  Wim Taymans  <wim@fluendo.com>
12471
12472         * gst/rtp/Makefile.am:
12473         We depend on gsttag to generate the vorbis comments.
12474
12475         * gst/rtp/gstrtpvorbisdepay.c:
12476         (gst_rtp_vorbis_depay_parse_configuration),
12477         (gst_rtp_vorbis_depay_setcaps),
12478         (gst_rtp_vorbis_depay_switch_codebook),
12479         (gst_rtp_vorbis_depay_process):
12480         * gst/rtp/gstrtpvorbisdepay.h:
12481         Parse configuration string in the depayloader.
12482         Implement selecting and switching to a new codebook.
12483         Receiving vorbis over RTP now works.
12484
12485         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
12486         (gst_rtp_vorbis_pay_init_packet),
12487         (gst_rtp_vorbis_pay_finish_headers),
12488         (gst_rtp_vorbis_pay_handle_buffer):
12489         * gst/rtp/gstrtpvorbispay.h:
12490         Set timestamps on outgoing buffers and RTP packets.
12491         Fix configuration string, prepend number of Packet headers.
12492         Fix encoding of ident string.
12493         Add delivery-method to caps.
12494         Streaming vorbis over RTP now works.
12495
12496 2006-11-06  Wim Taymans  <wim@fluendo.com>
12497
12498         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
12499         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
12500         (gst_rtp_vorbis_pay_handle_buffer):
12501         * gst/rtp/gstrtpvorbispay.h:
12502         Generate a valid configuration string in the caps based on the
12503         vorbis headers.
12504
12505 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
12506
12507         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
12508         * ext/cdio/gstcdio.h:
12509         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
12510           Move CD-TEXT utility function into common file so it can also be
12511           used by a future cdioparanoiasrc.
12512
12513 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
12514         
12515         * sys/v4l2/Makefile.am:
12516         * sys/v4l2/gstv4l2object.c:
12517         * sys/v4l2/gstv4l2src.c:
12518         * sys/v4l2/gstv4l2xoverlay.c:
12519         * sys/v4l2/v4l2_calls.c:
12520         * sys/v4l2/v4l2src_calls.c:
12521         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
12522         xoverlay code that is still not implemented.
12523
12524 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
12525
12526         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
12527           We require a -base more recent than 0.10.9, so it's safe to use
12528           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
12529
12530         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
12531         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
12532           Use _newsegment_full() now that we depend on a recent enough core.
12533
12534         * gst/wavparse/gstwavparse.c:
12535           Remove cruft that we don't need any longer now that we depend on
12536           a recent enough -base.
12537
12538 2006-10-31  Wim Taymans  <wim@fluendo.com>
12539
12540         * gst/rtp/Makefile.am:
12541         * gst/rtp/gstrtp.c: (plugin_init):
12542         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
12543         (gst_rtpilbcpay_setcaps):
12544         Fix and activate ILBC pay and depayloaders. Fixes #368162.
12545
12546 2006-10-31  Wim Taymans  <wim@fluendo.com>
12547
12548         * ext/speex/gstspeexdec.c: (speex_dec_convert),
12549         (speex_dec_sink_event), (speex_dec_chain_parse_header):
12550         Some small cleanups, use _scale.
12551
12552 2006-10-31  Wim Taymans  <wim@fluendo.com>
12553
12554         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12555         Use higher precision scale function.
12556
12557 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
12558
12559         Patch by: Michal Benes  <michal dot benes at itonis tv>
12560
12561         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
12562         (gst_matroska_demux_read_track_encodings),
12563         (gst_matroska_decode_buffer):
12564           Fix several issues with encoded/compressed/encrypted/signed tracks;
12565           also, remove superfluous newline characters from some debug
12566           statements. (#366155)
12567
12568 2006-10-30  Wim Taymans  <wim@fluendo.com>
12569
12570         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
12571         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
12572         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
12573         (gst_smokedec_change_state):
12574         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
12575         (gst_smokeenc_init), (gst_smokeenc_finalize),
12576         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
12577         (gst_smokeenc_resync), (gst_smokeenc_chain),
12578         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
12579         (gst_smokeenc_change_state):
12580         Various cleanups, capsnego and leak fixes.
12581
12582 2006-10-30  Wim Taymans  <wim@fluendo.com>
12583
12584         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12585
12586         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
12587         Fix videomixer so that it can handle any combination of framerates.
12588         Fixes #367221.
12589
12590 2006-10-28  Wim Taymans  <wim@fluendo.com>
12591
12592         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12593         (gst_avi_demux_parse_file_header),
12594         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
12595         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
12596         (gst_avi_demux_chain):
12597         Fix position query for audio. also fixes timestamps in streaming
12598         mode and bug #364958.
12599         Small cleanups.
12600
12601 2006-10-27  Wim Taymans  <wim@fluendo.com>
12602
12603         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
12604         * ext/libpng/gstpngenc.h:
12605         Fix strides. Fixes #364856.
12606         Cleanup capsnego.
12607         Set caps on outgoing buffers.
12608
12609 2006-10-18  Wim Taymans  <wim@fluendo.com>
12610
12611         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12612
12613         * gst/rtp/gstrtpgsmpay.c:
12614         * gst/rtp/gstrtph263pay.c:
12615         * gst/rtp/gstrtpmpapay.c:
12616         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
12617         (gst_rtp_pcma_pay_handle_buffer):
12618         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
12619         Add static payload numbers in addition to the dynamic ones.
12620         Fixes #361639.
12621
12622 2006-10-18  Wim Taymans  <wim@fluendo.com>
12623
12624         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
12625         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
12626         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
12627         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
12628         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
12629         * gst/rtsp/rtspdefs.h:
12630         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
12631         * gst/rtsp/rtspurl.h:
12632         Reuse already existing enum for lower transport.
12633         Add rtspt and rtspu protocols.
12634         Send redirect to rtspt when udp times out.
12635
12636 2006-10-18  Wim Taymans  <wim@fluendo.com>
12637
12638         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12639         (gst_wavparse_stream_data):
12640         Fix seeking some more, mostly for speed changes.
12641
12642 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12643
12644         Patch by: Fredrik Persson  <frepe at bredband net>
12645
12646         * sys/v4l2/gstv4l2tuner.c:
12647         * sys/v4l2/gstv4l2tuner.h:
12648           Fix _set_channel(): remove useless g_object_notify() for "channel"
12649           property that doesn't exist any longer and therefore now also
12650           useless redirect (#338818).
12651
12652 2006-10-17  Wim Taymans  <wim@fluendo.com>
12653
12654         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
12655         Some drivers do not support unsetting the non-blocking flag once the
12656         device is opened. In those cases, close/open the device in
12657         non-blocking mode. Fixes #362673.
12658
12659 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
12660
12661         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
12662         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
12663         (gst_v4l2src_get_fps):
12664           dear stefan, framespersecond is not frameperiod, reverting but adding
12665           comment
12666
12667 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
12668
12669         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
12670         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
12671         (gst_v4l2src_get_fps):
12672           Numerator is numerator and denominator is denominator. Say that aloud
12673           5 times and retry after next beer.
12674
12675 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
12676
12677         Patch by: Josep Torra Valles  <josep at fluendo com>
12678
12679         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
12680         * ext/esd/esdsink.c: (gst_esdsink_write):
12681         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
12682         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
12683         (gst_flac_dec_send_newsegment):
12684         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
12685         (gst_flac_enc_tell_callback):
12686         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
12687         (smokecodec_parse_header), (smokecodec_decode):
12688         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
12689         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
12690         * gst/goom/Makefile.am:
12691         * gst/goom/gstgoom.c:
12692         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
12693         * gst/rtsp/gstrtspsrc.c:
12694         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12695         * gst/udp/gstudpsink.c:
12696         * gst/udp/gstudpsrc.c:
12697         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
12698         * sys/sunaudio/gstsunaudiomixertrack.h:
12699           Fix a bunch of problems discovered by the Forte compiler, mostly type
12700           mixups and pointer arithmetics with void pointers. Fixes #362603.
12701
12702 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12703
12704         * ext/speex/gstspeex.c: (plugin_init):
12705         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
12706         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
12707         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
12708         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
12709         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
12710         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
12711         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
12712         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
12713         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
12714         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
12715         (gst_speex_enc_chain), (gst_speex_enc_get_property),
12716         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
12717         * ext/speex/gstspeexenc.h:
12718           Miscellaneous clean-ups, among other things: speexenc => enc to
12719           enhance code readability; change speexenc => speex_enc; in chain
12720           function unref input buffer in case of error; take reference in
12721           event function; use boilerplate macro; use gst_pad_query_peer_*
12722           convenience functions.
12723
12724 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12725
12726         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
12727         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
12728         (gst_speexenc_set_header_on_caps):
12729           Fix some mem leaks.
12730
12731 2006-10-11  Wim Taymans  <wim@fluendo.com>
12732
12733         * gst/rtsp/URLS:
12734         Added some other URL.
12735
12736         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
12737         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
12738         (gst_rtspsrc_open), (gst_rtspsrc_play),
12739         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12740         * gst/rtsp/gstrtspsrc.h:
12741         Work on fallback to TCP connection when the UDP socket times out.
12742         Handler server requests, just reply with OK for now.
12743
12744         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12745         * gst/rtsp/rtspdefs.h:
12746         Added some more Real extension headers.
12747
12748         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
12749         Fix parsing of urls with a ':' that is not part of the hostname:port
12750         part of the url.
12751
12752 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
12753
12754         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
12755         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
12756         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
12757           Activate pad before adding it to the already-running element.
12758
12759         * tests/check/elements/icydemux.c: (icydemux_found_pad):
12760           Activate newly-created pad too.
12761
12762 2006-10-11  Wim Taymans  <wim@fluendo.com>
12763
12764         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
12765
12766         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
12767         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
12768         (gst_udpsrc_start):
12769         Fix some leaks in caps and uris. Fixes #361252.
12770
12771 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
12772
12773         * gst/wavparse/Makefile.am:
12774           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
12775
12776 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
12777
12778         * sys/v4l2/gstv4l2xoverlay.c:
12779         * sys/v4l2/gstv4l2xoverlay.h:
12780         Fix build as per the patch in #338818 comment 36.
12781
12782 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
12783
12784         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
12785           Activate pads before adding them to the source.
12786
12787 2006-10-06  Wim Taymans  <wim@fluendo.com>
12788
12789         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
12790         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
12791         Activate pads before adding.
12792
12793 2006-10-06  Wim Taymans  <wim@fluendo.com>
12794
12795         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
12796         (gst_multipart_find_pad_by_mime):
12797         Activate pads before adding.
12798
12799         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
12800         BOILERPLATE sets parent_class for us.
12801
12802 2006-10-06  Wim Taymans  <wim@fluendo.com>
12803
12804         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
12805         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
12806         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
12807         (gst_rtspsrc_alloc_udp_ports),
12808         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
12809         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
12810         (gst_rtspsrc_create_transports_string),
12811         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
12812         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12813         * gst/rtsp/gstrtspsrc.h:
12814         Rework how the transport string is constructed, try to share channels
12815         and udp ports.
12816         Make most of the stuff less dependant on RTP as we are also going to use
12817         it for RDT.
12818         Add support for transport specific session managers.
12819
12820         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
12821         Implement _flush().
12822
12823         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12824         * gst/rtsp/rtspdefs.h:
12825         Add generic error return code.
12826
12827         * gst/rtsp/rtspext.h:
12828         Add support for pluggable tranport strings.
12829
12830         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
12831         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
12832         (rtsp_ext_wms_get_context):
12833         Detect WMServer and activate the extension.
12834
12835         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
12836         (rtsp_transport_get_manager), (rtsp_transport_parse):
12837         * gst/rtsp/rtsptransport.h:
12838         Added methods to get mime/manager for certain transports.
12839
12840 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
12841
12842         * ext/cairo/gsttimeoverlay.c:
12843         (gst_cairo_time_overlay_update_font_height):
12844         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
12845         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
12846         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
12847         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
12848         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12849         * ext/libpng/gstpngdec.c: (user_endrow_callback):
12850         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
12851         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
12852         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12853         (gst_avi_demux_stream_data):
12854         * gst/cutter/gstcutter.c: (gst_cutter_chain):
12855         * gst/debug/efence.c: (gst_efence_buffer_alloc),
12856         (gst_fenced_buffer_copy):
12857         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12858         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
12859         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
12860         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
12861         (gst_rtspsrc_handle_message):
12862         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12863         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
12864           Printf format fixes.
12865
12866 2006-10-04  Wim Taymans  <wim@fluendo.com>
12867
12868         * gst/rtsp/Makefile.am:
12869         Dist new .h file too.
12870
12871 2006-10-04  Wim Taymans  <wim@fluendo.com>
12872
12873         * gst/rtsp/Makefile.am:
12874         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
12875         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
12876         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
12877         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
12878         (gst_rtspsrc_parse_rtpmap),
12879         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
12880         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
12881         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
12882         * gst/rtsp/gstrtspsrc.h:
12883         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12884         * gst/rtsp/rtspdefs.h:
12885         * gst/rtsp/rtspext.h:
12886         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
12887         (rtsp_ext_wms_get_context):
12888         * gst/rtsp/rtspextwms.h:
12889         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
12890         (rtsp_transport_parse):
12891         * gst/rtsp/rtsptransport.h:
12892         Factor out extension in separate module.
12893         Fix getcaps to filter against the padtemplate.
12894         Use Content-Base if the server gives one.
12895         Rework the transport parsing a bit for future extensions.
12896         Added some Real Header field definitions.
12897
12898 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12899
12900         * docs/plugins/Makefile.am:
12901         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12902         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12903           added v4l2 stubs
12904         * gst-plugins-good.spec.in:
12905           add v4l2
12906
12907 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
12908
12909         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12910           Extract disc/album/medium number and count and try harder
12911           to extract track number/count.
12912
12913 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12914
12915         * configure.ac:
12916         * sys/Makefile.am:
12917           add build stuff for v4l2, needs --enable-experimental until
12918           the last bits are resolved
12919
12920 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12921
12922         * tests/check/Makefile.am:
12923           Disable autodetect test temporarily, so that the build bots
12924           update -bad and the ranks of unreliable video sinks in there.
12925
12926         * tests/check/elements/autodetect.c: (GST_START_TEST):
12927           Skip test if no usable videosink is found.
12928
12929 2006-09-29  Wim Taymans  <wim@fluendo.com>
12930
12931         * gst/rtsp/URLS:
12932         Add some more URLs.
12933
12934         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
12935         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
12936         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
12937         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
12938         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
12939         (gst_rtspsrc_loop), (gst_rtspsrc_send),
12940         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
12941         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
12942         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12943         * gst/rtsp/gstrtspsrc.h:
12944         Add timeout property to control UDP timeouts.
12945         Fix error messages.
12946         Also start a loop function when operating in UDP mode so that we can
12947         do some more stuff async.
12948         Handle element messages from udpsrc to detect timeouts. If a timeout
12949         happens we currently generate an error.
12950         API: rtspsrc::timeout property.
12951
12952         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
12953         (gst_udpsrc_create):
12954         Really implement the timeout in microseconds and not milliseconds.
12955
12956 2006-09-29  Wim Taymans  <wim@fluendo.com>
12957
12958         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12959         (gst_udpsrc_create), (gst_udpsrc_set_property),
12960         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
12961         * gst/udp/gstudpsrc.h:
12962         Added property to post a message on timeout.
12963         Updated docs.
12964         When restarting the select, initialize the fdsets again.
12965         Init control sockets so we don't accidentally close a random socket.
12966         API: GstUDPSrc::timeout property
12967
12968 2006-09-29  Wim Taymans  <wim@fluendo.com>
12969
12970         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
12971         Fix flag registration.
12972
12973         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12974         Reading 0 also means 'no more commands'
12975
12976 2006-09-29  Wim Taymans  <wim@fluendo.com>
12977
12978         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
12979
12980         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
12981         Fix possible infinite loop when shutting down, a read can also return
12982         0 to indicate no more messages are available. Fixes #358156.
12983
12984 2006-09-25  Wim Taymans  <wim@fluendo.com>
12985
12986         * gst/autodetect/gstautoaudiosink.c:
12987         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
12988         (gst_auto_audio_sink_find_best):
12989         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
12990         Small cleanups.
12991         don't try to set "sync" property when it is not available.
12992
12993 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12994
12995         Patch by: Peter Kjellerstedt  <pkj at axis com>
12996
12997         * gst/alpha/gstalpha.c:
12998         * gst/rtp/gstrtpamrdepay.c:
12999         * gst/rtsp/gstrtspsrc.c:
13000         * gst/udp/gstudpsrc.c:
13001         * gst/videomixer/videomixer.c:
13002           Include stdlib.h in some more places, makes things compile
13003           with uClibc and -Werror (#357592).
13004
13005 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13006
13007         * ext/jpeg/gstjpegdec.c:
13008           Set minimum height to 8 (from 16), our code should handle
13009           that fine. Some of the buttons on the apple trailer site
13010           are apparently only 15 pixels high (see #357470).
13011
13012 2006-09-23  Wim Taymans  <wim@fluendo.com>
13013
13014         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
13015         (gst_rtspsrc_open):
13016         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13017         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13018         (rtsp_connection_receive):
13019         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13020         * gst/rtsp/rtspdefs.h:
13021         Improve error reporting.
13022
13023 2006-09-23  Wim Taymans  <wim@fluendo.com>
13024
13025         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
13026         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
13027         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
13028         * gst/rtp/gstrtpdepay.c:
13029         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
13030         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
13031         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
13032         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
13033         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
13034         (gst_rtp_mp2t_depay_plugin_init):
13035         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
13036         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
13037         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
13038         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
13039         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
13040         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
13041         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
13042         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
13043         Fix klass typos.
13044         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
13045
13046 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13047
13048         * configure.ac:
13049           Need  -base CVS for gst_base_rtp_depayload_push_ts().
13050
13051 2006-09-22  Wim Taymans  <wim@fluendo.com>
13052
13053         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
13054         Don't check for a tag that is never there and check if we read the
13055         correct tag. Fixes seeking again.
13056         We must post an error when all pads are unlinked.
13057
13058 2006-09-22  Wim Taymans  <wim@fluendo.com>
13059
13060         * gst/rtp/Makefile.am:
13061         * gst/rtp/gstrtp.c: (plugin_init):
13062         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
13063         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13064         (gst_rtp_vorbis_pay_reset_packet),
13065         (gst_rtp_vorbis_pay_init_packet),
13066         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
13067         (gst_rtp_vorbis_pay_handle_buffer):
13068         More fixage, set endoder-params correctly in the payloader.
13069
13070 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13071
13072         * gst/autodetect/gstautoaudiosink.c:
13073         (gst_auto_audio_sink_base_init):
13074         * gst/autodetect/gstautovideosink.c:
13075         (gst_auto_video_sink_base_init):
13076           Make static pad templates static to appease valgrind's leak
13077           detector.
13078
13079         * tests/check/Makefile.am:
13080         * tests/check/elements/.cvsignore:
13081         * tests/check/elements/autodetect.c: (GST_START_TEST),
13082         (autodetect_suite):
13083           Add simple test for the ghostpad lockup on shutdown fixed in core
13084           CVS (audio bit disabled because it would need dozens of alsa
13085           suppressions and I'm too lazy to add those now).
13086
13087 2006-09-22  Wim Taymans  <wim@fluendo.com>
13088
13089         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
13090         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
13091         Small cleanups.
13092
13093         * gst/rtp/Makefile.am:
13094         * gst/rtp/gstrtp.c: (plugin_init):
13095         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
13096         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
13097         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
13098         (gst_rtp_vorbis_depay_process),
13099         (gst_rtp_vorbis_depay_set_property),
13100         (gst_rtp_vorbis_depay_get_property),
13101         (gst_rtp_vorbis_depay_change_state),
13102         (gst_rtp_vorbis_depay_plugin_init):
13103         * gst/rtp/gstrtpvorbisdepay.h:
13104         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
13105         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
13106         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
13107         (gst_rtp_vorbis_pay_flush_packet),
13108         (gst_rtp_vorbis_pay_append_buffer),
13109         (gst_rtp_vorbis_pay_handle_buffer),
13110         (gst_rtp_vorbis_pay_plugin_init):
13111         * gst/rtp/gstrtpvorbispay.h:
13112         Add experimental vorbis pay and depayloaders.
13113
13114 2006-09-21  Wim Taymans  <wim@fluendo.com>
13115
13116         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
13117         Fix profile-level-id parsing and setup.
13118
13119 2006-09-21  Wim Taymans  <wim@fluendo.com>
13120
13121         * gst/udp/README:
13122         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
13123         Update README, simple cleanup.
13124
13125 2006-09-21  Wim Taymans  <wim@fluendo.com>
13126
13127         * gst/rtp/README:
13128         Update README with some examples.
13129
13130         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
13131         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
13132         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
13133         (gst_rtp_mp4g_pay_setcaps):
13134         * gst/rtp/gstrtpmp4gpay.h:
13135         Make optional RTP parameters of type STRING, as required by the
13136         application/x-rtp caps specification.
13137
13138 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
13139
13140         * gst/rtp/gstrtph263pdepay.c:
13141         * gst/rtp/gstrtph263ppay.c:
13142         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
13143         RTP header.
13144
13145 2006-09-20  Wim Taymans  <wim@fluendo.com>
13146
13147         * gst/rtp/Makefile.am:
13148         And makefile too.
13149
13150 2006-09-20  Wim Taymans  <wim@fluendo.com>
13151
13152         * gst/rtp/gstrtp.c: (plugin_init):
13153         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
13154         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
13155         (decode_base64), (gst_rtp_asf_depay_setcaps),
13156         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
13157         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
13158         (gst_rtp_asf_depay_plugin_init):
13159         * gst/rtp/gstrtpasfdepay.h:
13160         Added preliminary ASF depayloader.
13161
13162         * gst/rtp/gstrtph264depay.c: (decode_base64):
13163         Fix base64 decoding.
13164
13165 2006-09-20  Wim Taymans  <wim@fluendo.com>
13166
13167         * gst/rtsp/URLS:
13168         Added some test URLS.
13169
13170         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
13171         (gst_rtspsrc_loop), (gst_rtspsrc_open):
13172         * gst/rtsp/gstrtspsrc.h:
13173         When creating streams, give access to the complete SDP.
13174         Fix some leaks.
13175         Collect and merge global stream properties in stream caps.
13176         Preliminary support for WMServer.
13177
13178         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13179         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13180         (rtsp_connection_receive):
13181         * gst/rtsp/rtspconnection.h:
13182         Make connection interruptable.
13183         Refactor to make it reconnectable.
13184         Don't fail on short reads when reading data packets.
13185
13186         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
13187         (rtsp_url_get_port):
13188         * gst/rtsp/rtspurl.h:
13189         Add methods for getting/setting the port.
13190
13191         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
13192         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
13193         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
13194         (sdp_media_get_format), (sdp_parse_line),
13195         (sdp_message_parse_buffer):
13196         Fix headers. 
13197         Add methods for getting multiple attributes with the same name.
13198         Increase buffer size when parsing.
13199         Fix parsing of a=foo fields.
13200
13201         * gst/rtsp/test.c: (main):
13202         Update to new connection API.
13203
13204         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
13205         (rtsp_message_init_response), (rtsp_message_init_data),
13206         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
13207         * gst/rtsp/rtspmessage.h:
13208         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
13209         * gst/rtsp/rtsptransport.h:
13210         * gst/rtsp/sdp.h:
13211         * gst/rtsp/sdpmessage.h:
13212         * gst/rtsp/gstrtsp.c:
13213         * gst/rtsp/gstrtsp.h:
13214         * gst/rtsp/gstrtpdec.c:
13215         * gst/rtsp/gstrtpdec.h:
13216         * gst/rtsp/rtsp.h:
13217         * gst/rtsp/rtspdefs.c:
13218         * gst/rtsp/rtspdefs.h:
13219         Dual licensed under MIT and LGPL now.
13220
13221 2006-09-19  Wim Taymans  <wim@fluendo.com>
13222
13223         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
13224         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
13225         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13226         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13227         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
13228         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13229         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
13230         * gst/rtsp/gstrtspsrc.h:
13231         Reorganize stream parsing and creation.
13232         Detect container formats in interleaved mode.
13233         Keep more state about the streams.
13234         Assume a server also supports PLAY if it does not say.
13235         Add unicast and interleaved properties to TCP transport requests to make
13236         some servers happy (WMServer).
13237
13238         * gst/rtsp/sdpmessage.h:
13239         Add some defines for the standard Bandwidth types.
13240
13241 2006-09-19  Wim Taymans  <wim@fluendo.com>
13242
13243         * gst/rtsp/test.c: (main):
13244         Fix build.
13245
13246 2006-09-19  Wim Taymans  <wim@fluendo.com>
13247
13248         * gst/wavparse/gstwavparse.c:
13249         Add ms-gsm to the src template.
13250
13251 2006-09-18  Wim Taymans  <wim@fluendo.com>
13252
13253         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13254         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
13255         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
13256         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
13257         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13258         * gst/rtsp/gstrtspsrc.h:
13259         Small cleanups, added documentation.
13260         Try to clean up the requests and responses.
13261         Refactor parsing the supported methods.
13262
13263         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
13264         (rtsp_connection_create), (rtsp_connection_send),
13265         (parse_response_status), (parse_request_line),
13266         (rtsp_connection_receive), (rtsp_connection_close),
13267         (rtsp_connection_free):
13268         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
13269         (rtsp_transport_init), (rtsp_transport_parse),
13270         (rtsp_transport_free):
13271         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13272         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
13273         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
13274         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
13275         Use g_return_val some more.
13276
13277         * gst/rtsp/rtspdefs.h:
13278         Add more enum values to track initial states.
13279
13280         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
13281         (rtsp_message_init_request), (rtsp_message_new_response),
13282         (rtsp_message_init_response), (rtsp_message_init_data),
13283         (rtsp_message_unset), (rtsp_message_free),
13284         (rtsp_message_add_header), (rtsp_message_remove_header),
13285         (rtsp_message_get_header), (rtsp_message_set_body),
13286         (rtsp_message_take_body), (rtsp_message_get_body),
13287         (rtsp_message_steal_body), (rtsp_message_dump):
13288         * gst/rtsp/rtspmessage.h:
13289         Reorder arguments, object goes as the first one.
13290         Use g_return_val some more.
13291
13292 2006-09-18  Wim Taymans  <wim@fluendo.com>
13293
13294         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
13295         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
13296         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
13297         * gst/rtsp/gstrtspsrc.h:
13298         Export sometimes source pad with correct caps on the template, create
13299         the ghostpad from the template.
13300         Remove RTCP template as we never expose RTCP.
13301         Protect against invalid body size.
13302         Avoid memcpy when creating the output buffer.
13303         Properly post an error and send EOS when the loop function is shut down.
13304
13305 2006-09-18  Wim Taymans  <wim@fluendo.com>
13306
13307         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13308
13309         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13310         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
13311         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13312         * gst/rtsp/gstrtspsrc.h:
13313         Make sure we can never set an invalid location.
13314
13315         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
13316         * gst/rtsp/rtspmessage.h:
13317         Added _steal_body method for future use.
13318
13319         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
13320         Make freeing of NULL url return immediatly.
13321
13322 2006-09-18  Wim Taymans  <wim@fluendo.com>
13323
13324         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13325
13326         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
13327         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
13328         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
13329         (gst_rtspsrc_change_state):
13330         * gst/rtsp/gstrtspsrc.h:
13331         Use boilerplate.
13332         Make rtspsrc subclass GstBin to make state changes easier.
13333         Add Range header field on the PLAY request.
13334
13335 2006-09-18  Wim Taymans  <wim@fluendo.com>
13336
13337         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
13338
13339         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
13340         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13341         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
13342         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
13343         * gst/rtsp/rtspconnection.c: (inet_aton):
13344         Small cleanups.
13345         when multicast is selected as the transport, create UDP sources and
13346         connect to the multicast group.
13347         Move parsing and setting of caps to a common place.
13348         Fixes #349894.
13349
13350 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13351
13352         * ext/flac/gstflactag.c:
13353         * gst/alpha/gstalpha.c:
13354         * gst/debug/breakmydata.c:
13355         * gst/debug/negotiation.c:
13356         * gst/debug/testplugin.c:
13357         * gst/effectv/gstaging.c:
13358         * gst/effectv/gstdice.c:
13359         * gst/effectv/gstedge.c:
13360         * gst/effectv/gstquark.c:
13361         * gst/effectv/gstrev.c:
13362         * gst/effectv/gstshagadelic.c:
13363         * gst/effectv/gstvertigo.c:
13364         * gst/effectv/gstwarp.c:
13365         * gst/multipart/multipartdemux.c:
13366         * gst/multipart/multipartmux.c:
13367         * gst/videobox/gstvideobox.c:
13368         * gst/videofilter/gstgamma.c:
13369         * gst/videofilter/gstvideotemplate.c:
13370         * gst/videomixer/videomixer.c:
13371         * sys/sunaudio/gstsunaudiosrc.h:
13372         More G_OBJECT macro fixing.
13373
13374 2006-09-16  Wim Taymans  <wim@fluendo.com>
13375
13376         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
13377
13378         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
13379         Correctly set the dwLength in strh.
13380         With this patch, the file duration is now displayed correctly in window
13381         media player and the AVI plays completely. Fixes #356147
13382
13383 2006-09-15  Wim Taymans  <wim@fluendo.com>
13384
13385         Patch by: Darren Kenny <darren dot kenny at sun dot com>
13386
13387         * sys/sunaudio/gstsunaudiomixerctrl.c:
13388         (gst_sunaudiomixer_ctrl_build_list):
13389         Set the output track as the MASTER so that the gnome-settings-daemon
13390         keybindings for changing the volume using the keyboard works.
13391         Fixes #356142.
13392
13393 2006-09-15  Wim Taymans  <wim@fluendo.com>
13394
13395         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13396         Fix documentation, it is not possible to control the framerate of jpegdec
13397         using filtered caps yet. Fixes #355210.
13398         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
13399         stop when there is an error.
13400
13401 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13402
13403         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
13404         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
13405           Don't interpret a first buffer with an offset of NONE as
13406           'from the middle of the stream', but only a first buffer
13407           that has a valid buffer offset that's non-zero (see #345449).
13408
13409 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13410
13411         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
13412         (gst_icydemux_typefind_or_forward):
13413         * gst/icydemux/gsticydemux.h:
13414           When we merge/collect multiple incoming buffers for typefinding
13415           purposes, keep an initial 0 offset on the first outgoing buffer
13416           as well (otherwise id3demux won't work right). Fixes #345449.
13417           Also Make buffer metadata writable before setting buffer caps.
13418
13419         * tests/check/elements/icydemux.c: (typefind_succeed),
13420         (cleanup_icydemux), (push_data), (GST_START_TEST),
13421         (icydemux_suite):
13422           Small test case for the above.
13423
13424 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
13425
13426         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
13427         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
13428         (gst_avi_demux_stream_header_push),
13429         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13430         (gst_avi_demux_loop):
13431           More code reuse and better logging in _peek_chunk(). Reintroduce check
13432           for chunk sizes before reading them (avoid oom). Better handling for 
13433           invalid chunksizes when streaming.
13434
13435 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
13436
13437         * gst/level/gstlevel.c: (gst_level_set_property):
13438         * gst/level/gstlevel.h:
13439           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
13440           René Stadler
13441
13442 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
13443
13444         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
13445         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
13446         (gst_avi_demux_stream_data):
13447           Revert one change to fix streaming avi (adapter size != data size).
13448
13449 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13450
13451         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
13452
13453         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
13454         (gst_matroska_demux_reset),
13455         (gst_matroska_demux_read_track_encodings),
13456         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
13457         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13458         (gst_matroska_demux_subtitle_caps):
13459         * gst/matroska/matroska-ids.h:
13460           Add support for VOBSUB subtitle tracks and zlib-compressed
13461           tracks. Make sure we start on a keyframe after a seek. (#343348)
13462
13463 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13464
13465         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
13466         (gst_matroska_demux_push_flac_codec_priv_data),
13467         (gst_matroska_demux_push_xiph_codec_priv_data),
13468         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13469         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
13470         * gst/matroska/matroska-ids.h:
13471           Add basic FLAC support (#311586), not perfect yet though, needs some
13472           tweaking in flacdec; also, seeking could be better.
13473           Do better bounds checking when deserialising vorbis stream headers
13474           to make sure we don't read beyond the end of the buffer on bad input.
13475
13476 2006-09-04  Wim Taymans  <wim@fluendo.com>
13477
13478         Patch by: Alessandro Decina <alessandro at nnva dot org>
13479
13480         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
13481         Seeking back in a file containing a CMML stream errors out if the seek
13482         goes back up to the CMML headers. This is because after the seek the xml
13483         processing instruction <?xml ...?> is submitted to the xml parser again, 
13484         which results in an error. The attached patch fixes the problem. 
13485         Fixes #353908.
13486
13487         * ext/annodex/gstcmmlenc.h:
13488         Fix authors name.
13489
13490
13491 2006-08-28  Andy Wingo  <wingo@pobox.com>
13492
13493         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
13494         New helper function to lessen the ifdefs.
13495         (GST_INFO_OBJECT): 
13496         (gst_dv1394src_iso_receive): Use it.
13497         (gst_dv1394src_create): Also use the control sockets in iec61883
13498         mode.
13499         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
13500         handle for AVC operations; fixes #348233.
13501
13502 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
13503
13504         * configure.ac:
13505         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13506         * docs/plugins/inspect/plugin-audiofx.xml:
13507         * docs/plugins/inspect/plugin-audiofxgood.xml:
13508         * gst/audiofx/Makefile.am:
13509         * gst/audiofx/audiofx.c:
13510         * gst/audiofxgood/.cvsignore:
13511         * gst/audiofxgood/Makefile.am:
13512         * gst/audiofxgood/audiofx.c:
13513         * gst/audiofxgood/audiopanorama.c:
13514         * gst/audiofxgood/audiopanorama.h:
13515           Rename again (audiofxgood -> audiofx).
13516
13517 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
13518
13519         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
13520         (gst_avi_demux_stream_scan):
13521           Initialze variables.
13522
13523 2006-08-25  Wim Taymans  <wim@fluendo.com>
13524
13525         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
13526         (gst_avi_demux_init), (gst_avi_demux_finalize),
13527         (gst_avi_demux_reset), (gst_avi_demux_index_last),
13528         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
13529         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
13530         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
13531         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13532         (gst_avi_demux_massage_index),
13533         (gst_avi_demux_calculate_durations_from_index),
13534         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
13535         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
13536         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
13537         (gst_avi_demux_change_state):
13538         * gst/avi/gstavidemux.h:
13539         More attempts to turn this into readable code.
13540         Don't leak adapters.
13541         Calculate duration according to index more efficiently.
13542         Don't try to act like we drive the pipeline in chain mode.
13543
13544 2006-08-25  Wim Taymans  <wim@fluendo.com>
13545
13546         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
13547         Fix build.
13548
13549 2006-08-25  Wim Taymans  <wim@fluendo.com>
13550
13551         Patch by: Alessandro Decina <alessandro at nnva dot org>
13552
13553         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
13554         Do some extra sanity checks.
13555         Fixes #350340.
13556
13557         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
13558         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
13559         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
13560         Check if clip->start_time is valid before adding the clip to the
13561         track list.
13562         Reset enc->preamble going from PAUSED to READY.
13563         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
13564         only used for EOS.
13565         Only post an error message if we were the one that created the fatal
13566         GstFlowReturn value.
13567
13568         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
13569         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
13570         Parse the seconds field of the npt-sec time format using %llu rather than
13571         %d and check that the value scaled by GST_SECOND doesn't overflow.
13572         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
13573         Lookup a clip's track with clip->track rather than clip->id which
13574         makes no sense.
13575         Identify a clip by its track and start time and not its xml id.
13576         do some more input checking and make sure we don't do undefined shifts.
13577
13578         * tests/check/elements/cmmldec.c: (setup_cmmldec),
13579         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
13580         (cmml_tag_message_pop), (check_headers), (push_clip_full),
13581         (push_clip), (push_empty_clip), (check_output_clip),
13582         (GST_START_TEST), (cmmldec_suite):
13583         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
13584         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
13585         (check_headers), (push_clip), (check_clip_times), (check_clip),
13586         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
13587         Added some more checks.
13588
13589 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13590
13591         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
13592         (gst_audio_panorama_set_property),
13593         (gst_audio_panorama_get_property),
13594         (gst_audio_panorama_transform_m2s_int),
13595         (gst_audio_panorama_transform_s2s_int),
13596         (gst_audio_panorama_transform_m2s_float),
13597         (gst_audio_panorama_transform_s2s_float):
13598         * gst/audiofxgood/audiopanorama.h:
13599         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
13600           Make also the pan-property float (saves scaling and yields better
13601           resolution)
13602
13603 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13604
13605         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
13606         (gst_audio_panorama_transform_m2s_float),
13607         (gst_audio_panorama_transform_s2s_float):
13608           ChangeLog surgery to add cymax's real name
13609
13610
13611 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13612
13613         Patch by: René Stadler <mail@renestadler.de>
13614
13615         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
13616         (gst_audio_panorama_transform_m2s_int),
13617         (gst_audio_panorama_transform_s2s_int),
13618         (gst_audio_panorama_transform_m2s_float),
13619         (gst_audio_panorama_transform_s2s_float),
13620         (gst_audio_panorama_transform):
13621         * gst/audiofxgood/audiopanorama.h:
13622           Added float support
13623
13624 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13625
13626         * gst/audiofxgood/audiopanorama.c:
13627         (gst_audio_panorama_transform_m2s):
13628           Fix docs & debug category. Add Fixme for volume pan levels.
13629
13630 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13631
13632         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
13633         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
13634         (gst_avi_demux_stream_header_pull),
13635         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13636         (gst_avi_demux_chain):
13637           unbreak AVI index handling, some more debug, remove an obsolete
13638           adapter_flush that caused streaming to wander off in the wild
13639
13640 2006-08-24  Wim Taymans  <wim@fluendo.com>
13641
13642         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13643         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
13644         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
13645         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
13646         (gst_avi_demux_calculate_durations_from_index),
13647         (gst_avi_demux_stream_header_push),
13648         (gst_avi_demux_stream_header_pull):
13649         * gst/avi/gstavidemux.h:
13650         Some more cleanups. 
13651         Fix totalFrames parsing in ODML.
13652         Disable use of index for length calculation in case of ODML as this is
13653         broken now.
13654
13655 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
13656
13657         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
13658           Use libgsttag helper function here too.
13659
13660 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13661
13662         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
13663         (gst_avi_demux_init), (gst_avi_demux_dispose),
13664         (gst_avi_demux_reset), (gst_avi_demux_index_next),
13665         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
13666         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
13667         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
13668         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
13669         (gst_avi_demux_parse_subindex),
13670         (gst_avi_demux_read_subindexes_push),
13671         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
13672         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
13673         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
13674         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
13675         (gst_avi_demux_stream_header_pull),
13676         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13677         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
13678         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
13679         (gst_avi_demux_change_state):
13680         * gst/avi/gstavidemux.h:
13681           Initial streaming support for avidemux (fixes #336465)
13682
13683 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13684
13685         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13686           There is no taglibmux element ...
13687
13688         * gst/rtsp/gstrtspsrc.c:
13689           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
13690           was complaining about unknown entity here.
13691
13692 2006-08-22  Wim Taymans  <wim@fluendo.com>
13693
13694         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
13695         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
13696         (gst_avi_demux_process_next_entry):
13697         * gst/avi/gstavidemux.h:
13698         Mark DISCONT.
13699         Remove old unused fields and reorder the struct a bit.
13700
13701 2006-08-22  Wim Taymans  <wim@fluendo.com>
13702
13703         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13704         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
13705         (gst_rtspsrc_pause):
13706         * gst/rtsp/gstrtspsrc.h:
13707         * sys/oss/gstosssink.c: (gst_oss_sink_open),
13708         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
13709         Small documentation updates.
13710
13711 2006-08-22  Wim Taymans  <wim@fluendo.com>
13712
13713         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13714         (gst_avi_demux_index_entry_for_time),
13715         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
13716         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
13717         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
13718         (gst_avi_demux_next_data_buffer),
13719         (gst_avi_demux_calculate_durations_from_index),
13720         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
13721         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
13722         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
13723         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
13724         * gst/avi/gstavidemux.h:
13725         Precalc most of the duration query for each stream.
13726         Make seeking more correct.
13727         Use GstSegment to track position and duration.
13728         Code cleanups and leak fixes.
13729         Calculate correct total duration based on index length.
13730
13731 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
13732
13733         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
13734         (parse_insert_string_field):
13735           If strings in text fields are marked ISO8859-1, but contain
13736           valid UTF-8 already, then handle them as UTF-8 and ignore
13737           the encoding. (#351794)
13738
13739 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13740
13741         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
13742         (gst_flac_dec_write), (gst_flac_dec_loop),
13743         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
13744         (gst_flac_dec_src_query):
13745         * ext/flac/gstflacdec.h:
13746           Make flac-in-ogg work (#352100).
13747
13748 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13749
13750         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
13751           Don't unref buffers of which we've already given away
13752           ownership to the adapter.
13753
13754 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13755
13756         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
13757           Make metadata extraction actually work.
13758
13759         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
13760         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
13761         (gst_speexenc_chain):
13762           Fix metadata writing: replace old code which wrote completely
13763           broken tags with libgsttag-based code. Plus miscellaneous
13764           code cleanups (use static pad templates etc.) and a bunch
13765           of leak fixes.
13766
13767 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13768
13769         * gst/audiopanorama/.cvsignore:
13770         * gst/audiopanorama/Makefile.am:
13771         * gst/audiopanorama/audiofx.c:
13772         * gst/audiopanorama/audiopanorama.c:
13773         * gst/audiopanorama/audiopanorama.h:
13774           die! die! die! you should never have been there
13775
13776 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13777
13778         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
13779         Fix invalid memory access in audiopanorama test suite.
13780
13781 2006-08-21  Edward Hervey  <edward@fluendo.com>
13782
13783         * tests/check/elements/.cvsignore:
13784         ignore built file
13785
13786 2006-08-21  Wim Taymans  <wim@fluendo.com>
13787
13788         * gst/rtp/Makefile.am:
13789         Fix the build again.
13790
13791 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13792
13793         * gst/audiofxgood/.cvsignore:
13794         * gst/audiofxgood/Makefile.am:
13795         * gst/audiofxgood/audiofx.c: (plugin_init):
13796         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
13797         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
13798         (gst_audio_panorama_set_property),
13799         (gst_audio_panorama_get_property),
13800         (gst_audio_panorama_get_unit_size),
13801         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
13802         (gst_audio_panorama_transform_m2s),
13803         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
13804         * gst/audiofxgood/audiopanorama.h:
13805           resubmit with the desired name *again*
13806
13807 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13808
13809         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
13810         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
13811           use g_assert in _get_unit_size
13812
13813 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13814
13815         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13816         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13817         * docs/plugins/inspect/plugin-audiofxgood.xml:
13818           cleanup -unused.txt to make it useful, add previously missing docs
13819
13820         * ext/Makefile.am:
13821           Quietly (accidentally) enable LADSPA for building by default, 
13822           despite the fact that it doesn't meet the plugin checklist.
13823             -- Added by Jan Schmidt 18 Dec 2006
13824
13825         * ext/esd/esdmon.c:
13826         * ext/esd/esdsink.c:
13827         * ext/esd/gstesd.c: (plugin_init):
13828           reflow to get rid of two external symbols
13829
13830         * gst/audiofxgood/audiofx.c: (plugin_init):
13831           re-add
13832
13833 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13834
13835         * configure.ac:
13836         * gst/audiofxgood/.cvsignore:
13837         * gst/audiofxgood/Makefile.am:
13838         * gst/audiofxgood/audiofx.c
13839         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
13840         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
13841         (gst_audio_panorama_set_property),
13842         (gst_audio_panorama_get_property),
13843         (gst_audio_panorama_get_unit_size),
13844         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
13845         (gst_audio_panorama_transform_m2s),
13846         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
13847         * gst/audiofxgood/audiopanorama.h:
13848         * tests/check/Makefile.am:
13849         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
13850         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
13851         (panorama_suite), (main):
13852         Add audiofxgood plugin with audiopanorama element
13853
13854 2006-08-18  Wim Taymans  <wim@fluendo.com>
13855
13856         * docs/plugins/Makefile.am:
13857         More Oss docs fixage. 
13858
13859 2006-08-18  Wim Taymans  <wim@fluendo.com>
13860
13861         * gst/rtp/Makefile.am:
13862         * gst/rtp/gstrtp.c: (plugin_init):
13863         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
13864         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
13865         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
13866         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
13867         (gst_rtp_sv3v_depay_get_property),
13868         (gst_rtp_sv3v_depay_change_state),
13869         (gst_rtp_sv3v_depay_plugin_init):
13870         * gst/rtp/gstrtpsv3vdepay.h:
13871         Added experimental SVQ3 depayloader.
13872
13873 2006-08-18  Edward Hervey  <edward@fluendo.com>
13874
13875         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
13876         (gst_dvdemux_loop), (gst_dvdemux_change_state):
13877         * ext/dv/gstdvdemux.h:
13878         When handling seek requests, don't send the newsegment event from the
13879         calling thread. Instead save it so it can be sent from the streaming
13880         thread.
13881
13882 2006-08-17  Wim Taymans  <wim@fluendo.com>
13883
13884         Patch by: Sjoerd Simons <sjoerd at luon dot net>
13885
13886         * gst/multipart/multipartdemux.c: (multipart_parse_header):
13887         Accept leading whitespace before the boundary
13888         This patch makes the demuxer allow some whitespace before the actual
13889         boundary. This makes the demuxer work with the ``old'' gstreamer
13890         multipartmuxer again (which placed an extra \n before the start
13891         of the stream) Fixes #349068.
13892
13893 2006-08-17  Wim Taymans  <wim@fluendo.com>
13894
13895         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
13896         Error out on non-implemented stuff.
13897
13898 2006-08-16  Wim Taymans  <wim@fluendo.com>
13899
13900         Patch by: Andy Wingo <wingo at pobox dot com>
13901
13902         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
13903         (gst_signal_processor_start), (gst_signal_processor_stop),
13904         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
13905         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
13906         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
13907         (gst_signal_processor_change_state):
13908         Make ladspa elements reusable. Fixes #350006.
13909
13910 2006-08-16  Wim Taymans  <wim@fluendo.com>
13911
13912         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
13913         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
13914         names as possible. Fixes #349901.
13915
13916 2006-08-16  Wim Taymans  <wim@fluendo.com>
13917
13918         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
13919         (gst_signal_processor_do_pushes):
13920         A push() gives away our refcount so we should not use the buffer on the
13921         pen anymore.
13922
13923 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13924
13925         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13926         (gst_oss_mixer_element_finalize):
13927           Don't leak device string.
13928
13929 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13930
13931         * configure.ac:
13932           Require CVS of GStreamer core and -base (for
13933           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
13934
13935         * ext/taglib/gstid3v2mux.cc:
13936           Write extended comment tags properly (#348762).
13937
13938         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13939         (parse_comment_frame):
13940           Extract COMM frames into extended comments, which makes it
13941           easier to properly retain the description bit of the tag
13942           and maintain this information when re-tagging (#348762).
13943
13944 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13945
13946         * tests/check/Makefile.am:
13947           Don't try to run annodex unit tests if the annodex
13948           plugin has not been built (Fixes #351116).
13949
13950 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13951
13952         * gst/autodetect/gstautoaudiosink.c:
13953         (gst_auto_audio_sink_find_best):
13954           When we can't find a usable audiosink, don't error out,
13955           but use a fake sink instead and post a warning message
13956           on the bus (#341278).
13957
13958 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13959
13960         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
13961         * sys/oss/gstosssink.c:
13962         * sys/oss/gstosssrc.c:
13963           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
13964           ossmixer's new device property.
13965
13966         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13967         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13968           Add docs for OSS elements.
13969
13970         * docs/plugins/inspect/plugin-aasink.xml:
13971         * docs/plugins/inspect/plugin-alaw.xml:
13972         * docs/plugins/inspect/plugin-alpha.xml:
13973         * docs/plugins/inspect/plugin-alphacolor.xml:
13974         * docs/plugins/inspect/plugin-annodex.xml:
13975         * docs/plugins/inspect/plugin-apetag.xml:
13976         * docs/plugins/inspect/plugin-auparse.xml:
13977         * docs/plugins/inspect/plugin-autodetect.xml:
13978         * docs/plugins/inspect/plugin-avi.xml:
13979         * docs/plugins/inspect/plugin-cacasink.xml:
13980         * docs/plugins/inspect/plugin-cairo.xml:
13981         * docs/plugins/inspect/plugin-cdio.xml:
13982         * docs/plugins/inspect/plugin-cutter.xml:
13983         * docs/plugins/inspect/plugin-debug.xml:
13984         * docs/plugins/inspect/plugin-dv.xml:
13985         * docs/plugins/inspect/plugin-efence.xml:
13986         * docs/plugins/inspect/plugin-effectv.xml:
13987         * docs/plugins/inspect/plugin-esdsink.xml:
13988         * docs/plugins/inspect/plugin-flac.xml:
13989         * docs/plugins/inspect/plugin-flxdec.xml:
13990         * docs/plugins/inspect/plugin-gconfelements.xml:
13991         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
13992         * docs/plugins/inspect/plugin-goom.xml:
13993         * docs/plugins/inspect/plugin-halelements.xml:
13994         * docs/plugins/inspect/plugin-icydemux.xml:
13995         * docs/plugins/inspect/plugin-id3demux.xml:
13996         * docs/plugins/inspect/plugin-jpeg.xml:
13997         * docs/plugins/inspect/plugin-level.xml:
13998         * docs/plugins/inspect/plugin-matroska.xml:
13999         * docs/plugins/inspect/plugin-mulaw.xml:
14000         * docs/plugins/inspect/plugin-multipart.xml:
14001         * docs/plugins/inspect/plugin-navigationtest.xml:
14002         * docs/plugins/inspect/plugin-ossaudio.xml:
14003         * docs/plugins/inspect/plugin-png.xml:
14004         * docs/plugins/inspect/plugin-rtp.xml:
14005         * docs/plugins/inspect/plugin-rtsp.xml:
14006         * docs/plugins/inspect/plugin-shout2send.xml:
14007         * docs/plugins/inspect/plugin-smpte.xml:
14008         * docs/plugins/inspect/plugin-speex.xml:
14009         * docs/plugins/inspect/plugin-taglib.xml:
14010         * docs/plugins/inspect/plugin-udp.xml:
14011         * docs/plugins/inspect/plugin-videobalance.xml:
14012         * docs/plugins/inspect/plugin-videobox.xml:
14013         * docs/plugins/inspect/plugin-videoflip.xml:
14014         * docs/plugins/inspect/plugin-videomixer.xml:
14015         * docs/plugins/inspect/plugin-wavenc.xml:
14016         * docs/plugins/inspect/plugin-wavparse.xml:
14017         * docs/plugins/inspect/plugin-ximagesrc.xml:
14018           Update to CVS version.
14019           
14020 2006-08-16  Wim Taymans  <wim@fluendo.com>
14021
14022         * gst/rtp/gstrtpamrdepay.c:
14023         * gst/rtp/gstrtpmp4gdepay.c:
14024         Caps extra properties must be defined as strings for
14025         depayloaders because they are generated from an SDP.
14026
14027         * gst/rtp/Makefile.am:
14028         * gst/rtp/gstrtp.c: (plugin_init):
14029         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
14030         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
14031         (gst_rtp_h264_depay_finalize), (decode_base64),
14032         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
14033         (gst_rtp_h264_depay_set_property),
14034         (gst_rtp_h264_depay_get_property),
14035         (gst_rtp_h264_depay_change_state),
14036         (gst_rtp_h264_depay_plugin_init):
14037         * gst/rtp/gstrtph264depay.h:
14038         Added basic, not completely functional RFC 3984 H264 depayloader.
14039
14040 2006-08-16  Wim Taymans  <wim@fluendo.com>
14041
14042         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
14043         Add pads after setting them up.
14044
14045         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
14046         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
14047         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
14048         (gst_rtspsrc_stream_setup_rtp),
14049         (gst_rtspsrc_stream_configure_transport),
14050         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
14051         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
14052         (gst_rtspsrc_pause):
14053         * gst/rtsp/gstrtspsrc.h:
14054         Fix interleaved mode.
14055          - Protect streaming with lock.
14056          - Combine flows
14057          - set caps on outgoing buffers.
14058          - strip trailing \0 from data packets.
14059          - Configure RTP/RTCP in stream.
14060         Use DEBUG_OBJECT more.
14061
14062 2006-08-16  Wim Taymans  <wim@fluendo.com>
14063
14064         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
14065         Turn a g_print into a DEBUG line.
14066
14067 2006-08-13  Wim Taymans  <wim@fluendo.com>
14068
14069         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
14070         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14071         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
14072         (gst_oss_mixer_element_get_property),
14073         (gst_oss_mixer_element_change_state):
14074         * sys/oss/gstossmixerelement.h:
14075         Small cleanups. Better error reporting.
14076         Add device property for the mixer instead of the hardcoded
14077         /dev/mixer. Fixes #350785.
14078         API: GstOssMixerElement::device property
14079
14080 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
14081
14082         Patch by: Jens Granseuer <jensgr at gmx net>
14083
14084         * gconf/Makefile.am:
14085           Make --disable-schemas work right (they still need
14086           to be copied to the installation directory, just not
14087           applied). Fixes #351347 (also #344100).
14088           
14089 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14090
14091         * configure.ac: back to HEAD
14092
14093 === release 0.10.4 ===
14094
14095 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
14096
14097         * configure.ac:
14098           releasing 0.10.4, "Dear Leader"
14099
14100 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14101
14102         Patch by: Edward Hervey <edward@fluendo.com>
14103
14104         * configure.ac:
14105         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
14106         (gst_wavparse_stream_data):
14107         Send the newsegment event in the streaming thread.
14108         Fixes #347529
14109
14110 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
14111
14112         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
14113         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14114         (gst_smokeenc_resync), (gst_smokeenc_chain):
14115           Refuse sink caps in the encoder if width or height is not a
14116           multiple of 16, the encoder does not support that yet (#349939);
14117           along the same lines, check the return value of the encoder
14118           setup function; also remove some debug log clutter.
14119
14120 2006-08-04  Andy Wingo  <wingo@pobox.com>
14121
14122         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
14123         whether a processor can work in place or not, and for keeping
14124         track of its state. Change the FlowReturn instance variable from
14125         "state" to "flow_state", all callers changed.
14126
14127         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
14128         (gst_signal_processor_start, gst_signal_processor_stop)
14129         (gst_signal_processor_cleanup): New functions to manage the
14130         processor's state.
14131         (gst_signal_processor_setcaps): start() as well as setup() here.
14132         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
14133         (gst_signal_processor_change_state): Stop and cleanup the
14134         processor as we go to NULL.
14135
14136         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
14137         INPLACE_BROKEN is not set.
14138
14139         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
14140         Do the alloc_buffer in bytes, not frames.
14141         
14142 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14143
14144         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
14145         Fix rgb masks when recording in < 24bpp.
14146
14147 2006-08-04  Andy Wingo  <wingo@pobox.com>
14148
14149         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
14150         (gst_signal_processor_prepare)
14151         (gst_signal_processor_update_inputs)
14152         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
14153         (gst_signal_processor_flush)
14154         (gst_signal_processor_sink_activate_push)
14155         (gst_signal_processor_src_activate_pull)
14156         (gst_signal_processor_change_state): Remove the last of the code
14157         that assumes that we process whole buffers at a time. Fix some
14158         debugging. Seems to work now in some cases.
14159         (gst_signal_processor_src_activate_pull): BPB
14160
14161 2006-08-01  Andy Wingo  <wingo@pobox.com>
14162
14163         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
14164         Fix nframes-choosing.
14165         (gst_signal_processor_init): Init pending_in and pending_out.
14166
14167         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
14168         more default sample rate, although we never check that the sample
14169         rate actually gets set. Something for the future.
14170         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
14171         (gst_signal_processor_event): Refcount fixen.
14172         (gst_signal_processor_process): Pull the number of frames to
14173         process from the sizes of the buffers in the input pens.
14174         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
14175         (gst_signal_processor_do_pulls): Add an nframes argument, and use
14176         it instead of buffer_frames.
14177         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
14178         to do_pulls.
14179         (gst_signal_processor_chain)
14180         (gst_signal_processor_sink_activate_push)
14181         (gst_signal_processor_src_activate_pull):  Refcount fixen.
14182
14183         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
14184
14185 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
14186
14187         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
14188         (gst_signal_processor_process):
14189           don't query buffer-frames from caps, add lots of debug-log,
14190           try fix for assert (#349189)
14191
14192 2006-07-31  Wim Taymans  <wim@fluendo.com>
14193
14194         * gst/udp/gstudpsrc.c:
14195         Fix docs.
14196
14197 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
14198
14199         * ext/ladspa/gstsignalprocessor.c:
14200         (gst_signal_processor_add_pad_from_template),
14201         (gst_signal_processor_init), (gst_signal_processor_setcaps),
14202         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
14203         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
14204         (gst_signal_processor_sink_activate_push),
14205         (gst_signal_processor_src_activate_pull),
14206         (gst_signal_processor_change_state):
14207          Add debugs logs here and there, add more error handling, add some
14208          FIXME comments, filed #349189
14209
14210 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14211
14212         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
14213         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
14214         Set caps on buffer correctly.  Fixes bug #349155.
14215
14216 2006-07-28  Wim Taymans  <wim@fluendo.com>
14217
14218         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14219
14220         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14221         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14222         (gst_multipart_demux_finalize), (get_line_end),
14223         (multipart_parse_header), (multipart_find_boundary),
14224         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
14225         (gst_multipart_set_property), (gst_multipart_get_property):
14226         Uses GstAdapter instead of own buffering.
14227         Actually parses the mime-type correctly (In tests the mime-type was
14228         always "" with the old version).
14229         Uses the Content-length header if available to speed up things.
14230         Reliably autoscans the boundary name by default.
14231         Fixes #349068.
14232
14233         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
14234         Don't start the stream with a \n.
14235
14236 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
14237
14238         Patch by: Brian Cameron <brian dot cameron at sun com>
14239
14240         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
14241           Open source with O_NONBLOCK (#349015).
14242
14243 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
14244
14245         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14246         (gst_avi_demux_massage_index):
14247         * gst/avi/gstavidemux.h:
14248           Whitespace fixes and more debug
14249
14250 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14251
14252         * gst/autodetect/gstautoaudiosink.c:
14253         (gst_auto_audio_sink_create_element_with_pretty_name),
14254         (gst_auto_audio_sink_find_best),
14255         (gst_auto_audio_sink_change_state):
14256           Get rid of old and unused magic sound-server properties stuff.
14257           Add suffix to child sink's name that makes it easy to see from
14258           the name alone which type it actually is (alsa, oss, esd, etc.).
14259
14260 2006-07-27  Wim Taymans  <wim@fluendo.com>
14261
14262         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14263         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
14264         (gst_udpsrc_start):
14265         * gst/udp/gstudpsrc.h:
14266         Rename "buffer" to "buffer-size" to make clear it is a size we set and
14267         not some sort of feature we enable.
14268
14269 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14270
14271         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
14272           Use CLOSE_SOCKET() here instead of close() to maintain
14273           win32 workiness.
14274
14275 2006-07-27  Wim Taymans  <wim@fluendo.com>
14276
14277         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
14278
14279         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14280         (gst_udpsrc_create), (gst_udpsrc_set_property),
14281         (gst_udpsrc_get_property), (gst_udpsrc_start):
14282         * gst/udp/gstudpsrc.h:
14283         Added "buffer-size" property to control the kernel receive buffer size.
14284         Update documentation.
14285         Small cleanups. Fixes #348752.
14286         API: buffer-size property
14287
14288 2006-07-26  Wim Taymans  <wim@fluendo.com>
14289
14290         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
14291
14292         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
14293         (gst_rtp_pcma_pay_handle_buffer):
14294         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
14295         (gst_rtp_pcmu_pay_handle_buffer):
14296         Fix timestamp calculation on outgoing RTP packets.
14297         Fixes #348675.
14298
14299 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14300
14301         * ext/taglib/gstid3v2mux.cc:
14302           Fix writing of comment frames (should be COMM not TCOM),
14303           is still sub-optimal though, since we don't retain or
14304           extract the comment descriptions properly (#334375,
14305           also see #334375).
14306
14307 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14308
14309         * gst/wavparse/gstwavparse.c:
14310           #define 'fact' RIFF chunk if we are not compiling against
14311           -base CVS (we don't want to depend on -base CVS for this
14312           one define only, and also not for release order reasons).
14313
14314 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14315
14316         * ext/taglib/gstid3v2mux.cc:
14317           Handle multiple tags of the same type properly. Re-inject
14318           unparsed ID3v2 frames that we get as binary blobs from
14319           id3demux into the tag again so we don't lose information
14320           when retagging (#334375).
14321
14322 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14323
14324         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
14325           Document newly-added properties properly, so that there is a
14326           'Since: 0.10.4' in the plugin docs. Convert some property
14327           names into canonical GObject style (GObject will do that
14328           internally anyway).
14329
14330 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14331
14332         * gst/id3demux/id3tags.c:
14333         (id3demux_add_id3v2_frame_blob_to_taglist):
14334           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
14335           well, and add the version to the blob's buffer caps, since that
14336           information will be needed for deserialisation later on (#348644).
14337
14338 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
14339
14340         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
14341         (gst_avi_demux_parse_stream):
14342          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
14343          indentation and spacing.
14344
14345 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14346
14347         * docs/plugins/Makefile.am:
14348         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14349         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14350         * docs/plugins/gst-plugins-good-plugins.args:
14351         * docs/plugins/inspect/plugin-1394.xml:
14352         * docs/plugins/inspect/plugin-aasink.xml:
14353         * docs/plugins/inspect/plugin-alaw.xml:
14354         * docs/plugins/inspect/plugin-alpha.xml:
14355         * docs/plugins/inspect/plugin-alphacolor.xml:
14356         * docs/plugins/inspect/plugin-annodex.xml:
14357         * docs/plugins/inspect/plugin-apetag.xml:
14358         * docs/plugins/inspect/plugin-auparse.xml:
14359         * docs/plugins/inspect/plugin-autodetect.xml:
14360         * docs/plugins/inspect/plugin-avi.xml:
14361         * docs/plugins/inspect/plugin-cacasink.xml:
14362         * docs/plugins/inspect/plugin-cairo.xml:
14363         * docs/plugins/inspect/plugin-cdio.xml:
14364         * docs/plugins/inspect/plugin-cutter.xml:
14365         * docs/plugins/inspect/plugin-debug.xml:
14366         * docs/plugins/inspect/plugin-dv.xml:
14367         * docs/plugins/inspect/plugin-efence.xml:
14368         * docs/plugins/inspect/plugin-effectv.xml:
14369         * docs/plugins/inspect/plugin-esdsink.xml:
14370         * docs/plugins/inspect/plugin-flac.xml:
14371         * docs/plugins/inspect/plugin-flxdec.xml:
14372         * docs/plugins/inspect/plugin-gconfelements.xml:
14373         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14374         * docs/plugins/inspect/plugin-goom.xml:
14375         * docs/plugins/inspect/plugin-halelements.xml:
14376         * docs/plugins/inspect/plugin-icydemux.xml:
14377         * docs/plugins/inspect/plugin-id3demux.xml:
14378         * docs/plugins/inspect/plugin-jpeg.xml:
14379         * docs/plugins/inspect/plugin-level.xml:
14380         * docs/plugins/inspect/plugin-matroska.xml:
14381         * docs/plugins/inspect/plugin-mulaw.xml:
14382         * docs/plugins/inspect/plugin-multipart.xml:
14383         * docs/plugins/inspect/plugin-navigationtest.xml:
14384         * docs/plugins/inspect/plugin-ossaudio.xml:
14385         * docs/plugins/inspect/plugin-png.xml:
14386         * docs/plugins/inspect/plugin-rtp.xml:
14387         * docs/plugins/inspect/plugin-rtsp.xml:
14388         * docs/plugins/inspect/plugin-shout2send.xml:
14389         * docs/plugins/inspect/plugin-smpte.xml:
14390         * docs/plugins/inspect/plugin-speex.xml:
14391         * docs/plugins/inspect/plugin-udp.xml:
14392         * docs/plugins/inspect/plugin-videobalance.xml:
14393         * docs/plugins/inspect/plugin-videobox.xml:
14394         * docs/plugins/inspect/plugin-videoflip.xml:
14395         * docs/plugins/inspect/plugin-videomixer.xml:
14396         * docs/plugins/inspect/plugin-wavenc.xml:
14397         * docs/plugins/inspect/plugin-wavparse.xml:
14398         * docs/plugins/inspect/plugin-ximagesrc.xml:
14399           Update files to CVS/Prerelease version, add esdsink docs.
14400
14401         * ext/esd/esdsink.c:
14402           Add gtk-doc blurb.
14403
14404         * gst/rtp/gstrtpmp4vpay.c:
14405           Fix typo in element description.
14406
14407 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14408
14409         * ext/esd/esdsink.c: (gst_esdsink_open),
14410         (gst_esdsink_factory_init):
14411           Prevent libesd from auto-spawning a sound daemon if it
14412           is not already running. Now that we don't do evil stuff
14413           like that any longer we can give esdsink a rank so that
14414           autoaudiosink will try it as well if all other audio
14415           sinks fail (#343051).
14416
14417 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14418
14419         * ext/esd/Makefile.am:
14420           Oops, need to remove README from EXTRA_DIST as well.
14421
14422 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14423
14424         * ext/esd/README:
14425           Remove, it contains nothing useful anyway.
14426
14427         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
14428         (gst_esdsink_delay):
14429           Some small clean-ups; use GST_BOILERPLATE etc.
14430
14431 2006-07-24  Wim Taymans  <wim@fluendo.com>
14432
14433         * gst/law/alaw-decode.c: (alawdec_getcaps):
14434         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
14435         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
14436         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
14437         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
14438
14439 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
14440
14441         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
14442         (gst_wavparse_other), (gst_wavparse_perform_seek),
14443         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
14444         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
14445         (gst_wavparse_pad_query):
14446         * gst/wavparse/gstwavparse.h:
14447           Use information from 'fact' chunk for length calculation of compressed
14448           samples. Calculate bps if bogus value is found in wav header (embeded
14449           mp2/mp3).
14450           
14451
14452 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14453
14454         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
14455
14456         * configure.ac:
14457         * gst/udp/Makefile.am:
14458         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
14459         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
14460         * gst/udp/gstdynudpsink.h:
14461         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
14462         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
14463         * gst/udp/gstmultiudpsink.h:
14464         * gst/udp/gstudp.c: (plugin_init):
14465         * gst/udp/gstudpsink.h:
14466         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
14467         (gst_udpsrc_start), (gst_udpsrc_stop):
14468         * gst/udp/gstudpsrc.h:
14469         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
14470         (gst_udp_net_utils_win32_wsa_startup):
14471         * gst/udp/gstudpnetutils.h:
14472           Port udp plugin to win32 (#345288).
14473
14474 2006-07-24  Wim Taymans  <wim@fluendo.com>
14475
14476         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
14477         Remove unwanted DEBUG line.
14478
14479 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14480
14481         * gst/id3demux/gstid3demux.c: (plugin_init):
14482         * gst/id3demux/id3tags.c:
14483         (id3demux_add_id3v2_frame_blob_to_taglist):
14484         * gst/id3demux/id3tags.h:
14485           On second thought, it might be wiser and more efficient
14486           not to do tag registration from a streaming thread.
14487
14488 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14489
14490         * gst/id3demux/id3tags.c:
14491         (id3demux_add_id3v2_frame_blob_to_taglist),
14492         (id3demux_id3v2_frames_to_tag_list):
14493           Put ID3v2 frames we can't parse as binary blobs into private
14494           tags, so that they are not lost when retagging, at least once
14495           id3v2mux has been taught to re-inject those frames again.
14496           See bug #334375.
14497
14498 2006-07-21  Wim Taymans  <wim@fluendo.com>
14499
14500         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14501         (gst_avi_demux_process_next_entry):
14502         Fix some leaks.
14503
14504         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
14505         Don't use \n in debug lines.
14506
14507 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
14508
14509         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14510         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14511           Add annodex and icydemux, cleanup the sections a bit
14512
14513 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14514
14515         Patch by: Alex Lancaster <alexl at users sourceforge net>
14516
14517         * ext/taglib/gstid3v2mux.cc:
14518           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
14519           ID3v2 TSSE frames (#347898).
14520
14521 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
14522
14523         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
14524           Respect mpegversion for "video/mpeg" and give message in case of
14525           unhandled versions.
14526
14527 2006-07-17  Wim Taymans  <wim@fluendo.com>
14528
14529         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
14530         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
14531         (gst_pngdec_chain), (gst_pngdec_sink_event),
14532         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
14533         (gst_pngdec_sink_activate_push):
14534         * ext/libpng/gstpngdec.h:
14535         Use statically allocated segment instead of leaking.
14536         Various cleanups.
14537         Fix flush and seek handling.
14538
14539 2006-07-16  Wim Taymans  <wim@fluendo.com>
14540
14541         * gst/rtp/Makefile.am:
14542         * gst/rtp/gstrtp.c: (plugin_init):
14543         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
14544         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
14545         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
14546         (gst_rtp_mp4g_depay_set_property),
14547         (gst_rtp_mp4g_depay_get_property),
14548         (gst_rtp_mp4g_depay_change_state),
14549         (gst_rtp_mp4g_depay_plugin_init):
14550         * gst/rtp/gstrtpmp4gdepay.h:
14551         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
14552         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
14553         (gst_rtp_mp4g_pay_flush):
14554         Added simple generic mpeg4 depayloader.
14555         Fix generic mpeg4 payloader.
14556
14557 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
14558
14559         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
14560           Don't try doing state changes on a NULL pointer.
14561
14562 2006-07-14  Wim Taymans  <wim@fluendo.com>
14563
14564         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
14565
14566         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
14567         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
14568         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
14569         * gst/rtp/gstrtpamrdepay.h:
14570         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
14571         Fixes #321191
14572
14573 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14574
14575         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14576         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
14577         Fix segfault when moving mouse pointer to the bottom right corner.
14578
14579 2006-07-12  Wim Taymans  <wim@fluendo.com>
14580
14581         * gst/rtp/Makefile.am:
14582         * gst/rtp/gstrtp.c: (plugin_init):
14583         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
14584         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
14585         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
14586         (gst_rtp_mp2t_depay_set_property),
14587         (gst_rtp_mp2t_depay_get_property),
14588         (gst_rtp_mp2t_depay_change_state),
14589         (gst_rtp_mp2t_depay_plugin_init):
14590         * gst/rtp/gstrtpmp2tdepay.h:
14591         Added mpeg2 TS depayloader. Closing #347234.
14592
14593 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
14594
14595         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
14596           Remove g_assert that shouldn't be there and was triggered
14597           after trying to open a device that doesn't exist or can't
14598           be opened for some other reason (#347972).
14599
14600 2006-07-10  Edward Hervey  <edward@fluendo.com>
14601
14602         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14603         (gst_avi_demux_stream_header), (push_tag_lists):
14604         * gst/avi/gstavidemux.h:
14605         Don't push tag events found by gst_riff_parse_info() before outputting
14606         GST_EVENT_NEWSEGMENT.
14607
14608 2006-07-10  Wim Taymans  <wim@fluendo.com>
14609
14610         * gst/rtsp/Makefile.am:
14611         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
14612         (rtsp_connection_close):
14613         * gst/rtsp/rtspdefs.h:
14614         replaced closesocket and close in code with one CLOSE_SOCKET. 
14615         Some more cleanups. Fixes #345301.
14616
14617 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
14618
14619         * gst/autodetect/gstautoaudiosink.c:
14620           Fix example pipeline in docs.
14621
14622 2006-07-10  Wim Taymans  <wim@fluendo.com>
14623
14624         Patch by: Rob Taylor <robtaylor at floopily dot org>
14625
14626         * gst/udp/gstmultiudpsink.c: (join_multicast),
14627         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
14628         If a destination is added before the stream is set to PAUSED, the
14629         multicast group is not joined as the socket is not created yet. 
14630         Also TTL and LOOP should also be set. Fixes #346921.
14631
14632 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14633
14634         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14635         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
14636         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
14637         (gst_ximage_src_init):
14638         * sys/ximage/gstximagesrc.h:
14639         Fix use-damage property to actually work :)
14640         Add startx, starty, endx, endy properties so screencasts other than full
14641         screen ones can work.
14642
14643 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14644
14645         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14646         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
14647         (gst_ximage_src_class_init), (gst_ximage_src_init):
14648         * sys/ximage/gstximagesrc.h:
14649         Add use_damage property to offer ability to choose whether to use
14650         XDamage or not.
14651
14652 2006-07-07  Wim Taymans  <wim@fluendo.com>
14653
14654         * gst/goom/filters.c: (zoomFilterSetResolution):
14655         Avoid goom coredumping by clearing memory. 
14656         Fixes 345679.
14657
14658 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
14659
14660         * win32/vs6/libgstid3demux.dsp:
14661         Add a link to libgsttag-0.10.lib.
14662
14663 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
14664
14665         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
14666         (gst_tag_demux_read_range):
14667         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
14668         (gst_id3demux_read_range):
14669           Don't return FLOW_UNEXPECTED when a buffer is before
14670           the start of the stream (which might happen with
14671           large ID3v2 tags if the tag reading was done pullrange
14672           based and we then switched to push mode later on).
14673           Fixes regression introduced by commit from June 29th.
14674
14675 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
14676
14677         * ext/taglib/gstid3v2mux.cc:
14678           Make UTF-8 the default encoding when writing string
14679           tags (before, our UTF-8 strings would automatically
14680           be converted to ISO-8859-1 by taglib and written as
14681           ISO-8859-1 fields if that was possible).
14682
14683         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
14684         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
14685         (test_taglib_id3mux_with_tags):
14686           Add test case that makes sure our UTF-8 strings have
14687           actually been written into the tag as UTF-8.
14688
14689 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14690
14691         * configure.ac:
14692           Let's try that again.
14693
14694 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14695
14696         * configure.ac:
14697           Disable monoscope plugin for now until it fulfills
14698           all the requirements.
14699
14700 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
14701
14702         * configure.ac:
14703         * gst/monoscope/Makefile.am:
14704         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
14705         (gst_monoscope_class_init), (gst_monoscope_init),
14706         (gst_monoscope_finalize), (gst_monoscope_reset),
14707         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
14708         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
14709         (gst_monoscope_sink_event), (gst_monoscope_src_event),
14710         (gst_monoscope_change_state), (plugin_init):
14711         * gst/monoscope/gstmonoscope.h:
14712           Port monoscope visualisation to 0.10.
14713
14714 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
14715
14716         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
14717         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
14718           Return FLOW_UNEXPECTED when at the end of the file, not
14719           FLOW_ERROR. Fixes 'internal stream error' errors that
14720           would sometimes occur in totem when scrubbing to the
14721           end of an ID3v1 tagged mp3 file.
14722
14723 2006-07-03  Edward Hervey  <edward@fluendo.com>
14724
14725         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
14726         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
14727         (gst_pngdec_sink_event), (gst_pngdec_change_state):
14728         * ext/libpng/gstpngdec.h:
14729         Implement buffer clipping/dropping using GstSegment.
14730         This provides accurate seeking.
14731
14732 2006-07-03  Edward Hervey  <edward@fluendo.com>
14733
14734         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14735         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14736         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
14737         (gst_avi_demux_process_next_entry), (push_tag_lists),
14738         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
14739         * gst/avi/gstavidemux.h:
14740         Proper aggregation of each stream's GstFlowReturn in order to figure out
14741         whether the task should stop or not.
14742         Don't send inline events before pushing out a NEW_SEGMENT, more
14743         specifically for GST_TAG_EVENT.
14744         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
14745         sub-indexes.
14746
14747 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
14748
14749         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
14750
14751         * sys/sunaudio/gstsunaudiomixerctrl.c:
14752         (gst_sunaudiomixer_ctrl_build_list):
14753           Move "Monitor" slider to input tab so it works more like
14754           sdtaudiocontrol, which is what people on Solaris are used
14755           to using for their mixer program (#346259).
14756
14757 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14758
14759         * tests/check/elements/level.c: (GST_START_TEST):
14760           fix a leak, clean up at the end
14761
14762 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
14763
14764         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
14765         (gst_matroska_demux_send_event),
14766         (gst_matroska_demux_loop_stream_parse_id):
14767         * gst/matroska/matroska-ids.h:
14768           Send tag event after newsegment event.
14769
14770 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
14771
14772         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
14773         (gst_id3demux_read_range):
14774           Make sure we don't return GST_FLOW_OK with a NULL buffer in
14775           certain cases where a read beyond the end of the file is
14776           requested. Fixes #345930.
14777
14778         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
14779         (gst_tag_demux_read_range):
14780           Fix same issue here as well.
14781
14782 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14783
14784         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
14785         
14786         Fix hypothetical crash.
14787
14788 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
14789
14790         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
14791
14792         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
14793           Do not modify the ports value. If the user has turned off the
14794           built-in speakers, then we should not reset it in the prepare
14795           function, since this causes the built-in speakers to turn
14796           back on anytime the user changes a track in totem, rhythmbox,
14797           etc. (#346066).
14798
14799 2006-06-23  Wim Taymans  <wim@fluendo.com>
14800
14801         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14802         Fix double caps unref when negotiation fails.
14803
14804 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14805
14806         * ext/annodex/gstcmmldec.c:
14807         * ext/annodex/gstcmmlenc.c:
14808         * ext/annodex/gstcmmlparser.c:
14809         * ext/dv/gstdvdec.c:
14810         * ext/dv/gstdvdemux.c:
14811         * ext/gdk_pixbuf/pixbufscale.c:
14812         * ext/jpeg/gstjpegenc.c:
14813         * ext/jpeg/gstsmokedec.c:
14814         * ext/jpeg/gstsmokeenc.c:
14815         * ext/libpng/gstpngdec.c:
14816         * ext/libpng/gstpngenc.c:
14817         * ext/speex/gstspeexenc.c:
14818         * gst/alpha/gstalphacolor.c:
14819         * gst/cutter/gstcutter.c:
14820         * gst/debug/gstnavigationtest.c:
14821         * gst/icydemux/gsticydemux.c:
14822         * gst/level/gstlevel.c:
14823         * gst/multipart/multipart.c:
14824         * gst/rtp/gstrtpamrpay.c:
14825         * gst/rtp/gstrtpdepay.c:
14826         * gst/rtp/gstrtpilbcpay.c:
14827         * gst/rtp/gstrtpmp4gpay.c:
14828         * gst/rtp/gstrtpmp4vpay.c:
14829         * gst/rtsp/gstrtpdec.c:
14830         * gst/rtsp/gstrtspsrc.c:
14831         * gst/udp/gstdynudpsink.c:
14832         * gst/udp/gstmultiudpsink.c:
14833         * gst/udp/gstudpsrc.c:
14834         * gst/videobox/gstvideobox.c:
14835         * gst/videofilter/gstvideoflip.c:
14836           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
14837           plus two minor macro fixes.
14838
14839 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14840
14841         * gst/matroska/matroska-demux.c:
14842         (gst_matroska_demux_check_subtitle_buffer),
14843         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14844         (gst_matroska_demux_subtitle_caps):
14845         * gst/matroska/matroska-ids.c:
14846         (gst_matroska_track_init_subtitle_context):
14847         * gst/matroska/matroska-ids.h:
14848           Try to fix up broken matroska files containing subtitle
14849           streams with non-UTF8 character encodings (courtesy of
14850           mkvmerge) using either the encoding specified in the
14851           GST_SUBTITLE_ENCODING environment variable or the
14852           current locale's character set if it is non-UTF8.
14853           Fixes #337076.
14854
14855 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14856
14857         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
14858           Set image type from APIC frame as "image-type" field
14859           of GST_TAG_IMAGE buffer caps (#344605).
14860
14861 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
14862
14863         * ext/flac/Makefile.am:
14864         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
14865         (gst_flac_dec_reset_decoders),
14866         (gst_flac_dec_setup_seekable_decoder),
14867         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
14868         (gst_flac_dec_metadata_callback),
14869         (gst_flac_dec_metadata_callback_seekable),
14870         (gst_flac_dec_metadata_callback_stream),
14871         (gst_flac_dec_error_callback),
14872         (gst_flac_dec_error_callback_seekable),
14873         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
14874         (gst_flac_dec_read_stream), (gst_flac_dec_write),
14875         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
14876         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
14877         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
14878         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
14879         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
14880         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
14881         (gst_flac_dec_sink_activate_push),
14882         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
14883         * ext/flac/gstflacdec.h:
14884           Support chain-based operation, should make flac-over-DAAP
14885           work (#340492).
14886
14887 2006-06-20  Wim Taymans  <wim@fluendo.com>
14888
14889         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14890         Doc updates, merge some unused symbols.
14891
14892 2006-06-20  Wim Taymans  <wim@fluendo.com>
14893
14894         * docs/plugins/Makefile.am:
14895         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14896         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14897         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
14898         * gst/rtsp/gstrtspsrc.c:
14899         * gst/rtsp/gstrtspsrc.h:
14900         Added documentation for the rtsp plugin. Fixes #345393.
14901
14902 2006-06-20  Wim Taymans  <wim@fluendo.com>
14903
14904         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
14905         (rtsp_connection_close), (rtsp_connection_free):
14906         Use better G_OS_* macros. Fixes #345301 some more.
14907
14908 2006-06-20  Wim Taymans  <wim@fluendo.com>
14909
14910         Patch by: Brian Cameron <brian dot cameron at sun dot com>
14911
14912         * sys/sunaudio/Makefile.am:
14913         * sys/sunaudio/gstsunaudio.c: (plugin_init):
14914         * sys/sunaudio/gstsunaudiomixerctrl.c:
14915         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
14916         (gst_sunaudiomixer_ctrl_list_tracks),
14917         (gst_sunaudiomixer_ctrl_get_volume),
14918         (gst_sunaudiomixer_ctrl_set_volume),
14919         (gst_sunaudiomixer_ctrl_set_mute),
14920         (gst_sunaudiomixer_ctrl_set_record):
14921         * sys/sunaudio/gstsunaudiomixerctrl.h:
14922         * sys/sunaudio/gstsunaudiomixertrack.c:
14923         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
14924         * sys/sunaudio/gstsunaudiomixertrack.h:
14925         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
14926         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
14927         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
14928         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
14929         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
14930         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
14931         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
14932         (gst_sunaudiosrc_reset):
14933         * sys/sunaudio/gstsunaudiosrc.h:
14934         Add a SunAudio source plugin.
14935         Support stereo and right/left channel gain in the mixer plugin.
14936         Support the RECORD flag so that you can switch between line-input and
14937         microphone in gnome-volume-control.
14938         Code cleanups like using an enumerator for track number instead of an 
14939         integer. Fixes #344923.
14940
14941 2006-06-20  Wim Taymans  <wim@fluendo.com>
14942
14943         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
14944
14945         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
14946         (rtsp_connection_close):
14947         Make RTSP plugin compile on windows. Fixes #345301.
14948         Some changes to original patch to catch errors better.
14949         use ifdef WIN32 instead of ifndef.
14950
14951 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14952
14953         * configure.ac:
14954         If we have libraw1394 >= 1.2.1, then we need libiec61883.
14955
14956 2006-06-18  Edward Hervey  <edward@fluendo.com>
14957
14958         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
14959         After a failed buffer alloc, we need to abort the jpeg decoding (it
14960         started when parsing headers to figure out how many bytes we need
14961         to request downstream).
14962
14963 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
14964
14965         Patch by: Mark Nauwelaerts  <manauw at skynet be>
14966
14967         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
14968           Make sure we don't read beyond the end of the file (#345232).
14969
14970 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14971
14972         * configure.ac:
14973           Fix --disable-external (can't set conditionals conditionally,
14974           #343602).
14975
14976 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14977
14978         * autogen.sh:
14979         * configure.ac:
14980         * docs/Makefile.am:
14981           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
14982
14983         * docs/plugins/Makefile.am:
14984         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14985         * docs/plugins/inspect/plugin-taglib.xml:
14986           Add/fix apev2mux docs.
14987
14988 2006-06-14  Wim Taymans  <wim@fluendo.com>
14989
14990         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
14991         (gst_dvdec_finalize), (gst_dvdec_sink_event),
14992         (gst_dvdec_change_state):
14993         Reset segment info on flush.
14994         Alloc segment in _init, free in _finalize.
14995
14996         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
14997         Don't send segments twice.
14998
14999 2006-06-14  Wim Taymans  <wim@fluendo.com>
15000
15001         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15002         Respect segment.stop. Fixes #342592.
15003
15004 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15005
15006         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
15007           No language specified means the implied language is English
15008           according to the matroska spec (partially fixes #344708);
15009           add some more debug output.
15010
15011 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15012
15013         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
15014         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
15015         (gst_wavparse_chain):
15016           When operating chain-based, don't make any assumptions about the
15017           chunking of the incoming data and make streaming work on days other
15018           than the second Thursday after a full moon. Also fix up debug
15019           messages here and there and make use of the most excellent new
15020           gst_pad_query_peer_duration() utility function.
15021           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
15022
15023         * gst/wavparse/gstwavparse.h:
15024           Remove trailing comma after last enum value, some compilers don't
15025           like that.
15026
15027 2006-06-13  Wim Taymans  <wim@fluendo.com>
15028
15029         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
15030         Handle premature EOS gracefully.
15031
15032 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
15033
15034         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15035           Prevent out of bounds array access when scrubbing towards
15036           the end of the file between the last index entry and the
15037           end. Fixes occasional 'start <= stop' newsegment event
15038           assertions when scrubbing in MJPEG files.
15039
15040 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
15041
15042         * tests/check/elements/.cvsignore:
15043           And another one.
15044
15045 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15046
15047         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
15048         (scan_encoded_string), (parse_picture_frame):
15049           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
15050
15051         * configure.ac:
15052           Require core >= 0.10.8 (for GST_TAG_IMAGE and
15053           GST_TAG_PPEVIEW_IMAGE used in the patch above).
15054
15055 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15056
15057         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
15058           gratuitous comment changes
15059         * tests/check/elements/level.c: (GST_START_TEST):
15060           fix level test leaks
15061
15062 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15063
15064         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
15065         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
15066           Use gst_pad_query_peer_duration() utility function here.
15067
15068 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15069
15070         * autogen.sh:
15071           require am17
15072         * configure.ac:
15073         * ext/annodex/Makefile.am:
15074         * ext/cdio/Makefile.am:
15075         * ext/dv/Makefile.am:
15076         * ext/esd/Makefile.am:
15077         * ext/flac/Makefile.am:
15078         * ext/gdk_pixbuf/Makefile.am:
15079         * ext/ladspa/Makefile.am:
15080         * ext/libcaca/Makefile.am:
15081         * ext/speex/Makefile.am:
15082         * ext/taglib/Makefile.am:
15083         * sys/oss/Makefile.am:
15084         * sys/sunaudio/Makefile.am:
15085         * sys/ximage/Makefile.am:
15086           clean up build further
15087
15088 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15089
15090         * gconf/Makefile.am:
15091           Honour --disable-schemas-install configure option. Fixes #344100.
15092
15093 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15094
15095         * tests/examples/level/Makefile.am:
15096           Add -lm to LIBS for pow() function, don't assume one of our
15097           dependencies (such as libxml-2.0) drags it in automatically
15098           (#343603).
15099
15100 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15101
15102         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
15103
15104         * configure.ac:
15105           We should use $SED and not $(SED) in configure.ac (#343678).
15106
15107 2006-06-09  Wim Taymans  <wim@fluendo.com>
15108
15109         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15110
15111         * sys/sunaudio/gstsunaudiomixerctrl.c:
15112         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
15113         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
15114         (gst_sunaudiomixer_ctrl_set_mute):
15115         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
15116         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
15117         (gst_sunaudiosink_write):
15118         Attached find a patch that fixes a number of bugs with the SunAudio
15119         mixer plugin and fixes #344101:
15120         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
15121            tracks onto the tracklist causing gnome-volume-control's preferences
15122            dialog to be messed up and would core dump if you checked/unchecked
15123            any item.
15124         2. We weren't previously setting the MUTE flag properly.  Fixing this
15125            makes gnome-volume-control work better.
15126         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
15127            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
15128            gnome-volume-control look better.
15129         Also some minor cleanup in gstsunaudiosink.c.
15130
15131 2006-06-09  Wim Taymans  <wim@fluendo.com>
15132
15133         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
15134         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
15135         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
15136         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
15137         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
15138         * ext/jpeg/gstjpegdec.h:
15139         API: Added IDCT method property
15140         Small cleanups.
15141         Avoid dynamic allocation of trivial fixed structure.
15142         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
15143
15144 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15145
15146         * configure.ac:
15147         We now require libraw1394 >= 1.1.0 and that version onwards all
15148         have .pc files.
15149
15150 2006-06-02  Edward Hervey  <edward@fluendo.com>
15151
15152         * gst/law/alaw-decode.c: (alawdec_getcaps): 
15153         Trying to get items from an ANY or EMPTY caps is ... stupid.
15154
15155 2006-06-02  Edward Hervey  <edward@fluendo.com>
15156
15157         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
15158         (gst_dvdec_chain), (gst_dvdec_change_state):
15159         * ext/dv/gstdvdec.h:
15160         Added GstSegment handling, now implements dropping/clipping.
15161
15162 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15163
15164         * ext/aalib/gstaasink.h:
15165         * ext/annodex/gstcmmldec.h:
15166         * ext/cairo/gsttimeoverlay.h:
15167         * ext/dv/gstdvdec.h:
15168         * ext/dv/gstdvdemux.h:
15169         * ext/esd/esdmon.h:
15170         * ext/esd/esdsink.h:
15171         * ext/flac/gstflacenc.h:
15172         * ext/gconf/gstgconfaudiosink.h:
15173         * ext/gconf/gstgconfaudiosrc.h:
15174         * ext/gconf/gstgconfvideosink.h:
15175         * ext/gconf/gstgconfvideosrc.h:
15176         * ext/gdk_pixbuf/gstgdkanimation.h:
15177         * ext/gdk_pixbuf/pixbufscale.h:
15178         * ext/hal/gsthalaudiosink.h:
15179         * ext/hal/gsthalaudiosrc.h:
15180         * ext/jpeg/gstjpegenc.h:
15181         * ext/jpeg/gstsmokedec.h:
15182         * ext/jpeg/gstsmokeenc.h:
15183         * ext/libcaca/gstcacasink.h:
15184         * ext/libmng/gstmngdec.h:
15185         * ext/libmng/gstmngenc.h:
15186         * ext/libpng/gstpngdec.h:
15187         * ext/libpng/gstpngenc.h:
15188         * ext/raw1394/gstdv1394src.h:
15189         * ext/speex/gstspeexenc.h:
15190         * gst/autodetect/gstautoaudiosink.h:
15191         * gst/autodetect/gstautovideosink.h:
15192         * gst/avi/gstavidemux.h:
15193         * gst/cutter/gstcutter.h:
15194         * gst/debug/efence.h:
15195         * gst/debug/gstnavigationtest.h:
15196         * gst/debug/gstnavseek.h:
15197         * gst/flx/gstflxdec.h:
15198         * gst/goom/gstgoom.h:
15199         * gst/icydemux/gsticydemux.h:
15200         * gst/id3demux/gstid3demux.h:
15201         * gst/law/alaw-decode.h:
15202         * gst/law/alaw-encode.h:
15203         * gst/law/mulaw-decode.h:
15204         * gst/law/mulaw-encode.h:
15205         * gst/matroska/matroska-mux.h:
15206         * gst/median/gstmedian.h:
15207         * gst/oldcore/gstaggregator.h:
15208         * gst/oldcore/gstfdsink.h:
15209         * gst/oldcore/gstmd5sink.h:
15210         * gst/oldcore/gstmultifilesrc.h:
15211         * gst/oldcore/gstpipefilter.h:
15212         * gst/oldcore/gstshaper.h:
15213         * gst/oldcore/gststatistics.h:
15214         * gst/rtp/gstasteriskh263.h:
15215         * gst/rtp/gstrtpL16depay.h:
15216         * gst/rtp/gstrtpL16pay.h:
15217         * gst/rtp/gstrtpamrdepay.h:
15218         * gst/rtp/gstrtpamrpay.h:
15219         * gst/rtp/gstrtpdepay.h:
15220         * gst/rtp/gstrtpgsmdepay.h:
15221         * gst/rtp/gstrtpgsmpay.h:
15222         * gst/rtp/gstrtph263pay.h:
15223         * gst/rtp/gstrtph263pdepay.h:
15224         * gst/rtp/gstrtph263ppay.h:
15225         * gst/rtp/gstrtpmp4gpay.h:
15226         * gst/rtp/gstrtpmp4vdepay.h:
15227         * gst/rtp/gstrtpmp4vpay.h:
15228         * gst/rtp/gstrtpmpadepay.h:
15229         * gst/rtp/gstrtpmpapay.h:
15230         * gst/rtp/gstrtppcmadepay.h:
15231         * gst/rtp/gstrtppcmapay.h:
15232         * gst/rtp/gstrtppcmudepay.h:
15233         * gst/rtp/gstrtppcmupay.h:
15234         * gst/rtp/gstrtpspeexdepay.h:
15235         * gst/rtp/gstrtpspeexpay.h:
15236         * gst/rtsp/gstrtpdec.h:
15237         * gst/rtsp/gstrtspsrc.h:
15238         * gst/smpte/gstsmpte.h:
15239         * gst/udp/gstdynudpsink.h:
15240         * gst/udp/gstmultiudpsink.h:
15241         * gst/udp/gstudpsink.h:
15242         * gst/udp/gstudpsrc.h:
15243         * gst/videofilter/gstvideobalance.h:
15244         * gst/videofilter/gstvideoflip.h:
15245         * sys/oss/gstossdmabuffer.h:
15246         * sys/oss/gstossmixerelement.h:
15247         * sys/oss/gstosssink.h:
15248         * sys/oss/gstosssrc.h:
15249         * sys/osxvideo/osxvideosink.h:
15250         * sys/sunaudio/gstsunaudiomixer.h:
15251         * sys/sunaudio/gstsunaudiosink.h:
15252         * sys/ximage/gstximagesrc.h:
15253         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
15254
15255 2006-05-31  Wim Taymans  <wim@fluendo.com>
15256
15257         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
15258         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
15259         (gst_goom_src_setcaps), (gst_goom_src_event),
15260         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
15261         (gst_goom_change_state):
15262         * gst/goom/gstgoom.h:
15263         Handle QoS.
15264         Handle flushing, discont and events.
15265         Fix timestamps and various other cleanups.
15266
15267 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15268
15269         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
15270         Fix bus reset when using libiec61883
15271
15272 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15273
15274         * configure.ac:
15275         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
15276         * ext/raw1394/Makefile.am:
15277         Add CFLAGS.
15278         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
15279         New method, to receive using libiec61883.
15280         (gst_dv1394src_iso_receive),
15281         #ifdef'd out if libiec61883 is present.
15282         (gst_dv1394src_bus_reset),
15283         Get userdata correctly if using libiec61883. 
15284         (gst_dv1394src_create),
15285         When using libiec61883, only poll one fd and no need to read.
15286         (gst_dv1394src_discover_avc_node),
15287         Replace g_warnings.
15288         (gst_dv1394src_start),
15289         Create new handle when we know which dv port.  More reliable
15290         than setting port on an existing handle.  Initialise libiec61883.
15291         (gst_dv1394src_stop):
15292         If using libiec61883, then cleanup its handle properly.
15293         * ext/raw1394/gstdv1394src.h:
15294         Add libiec61883 handle.
15295
15296 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
15297
15298         * gst/avi/gstavidemux.c:
15299           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
15300         * win32/MANIFEST:
15301           sort file listing
15302         * win32/vs6/libgstavi.dsp:
15303           add gstavimux.c to the project
15304         * win32/vs6/libgstid3demux.dsp:
15305           add link to zlib library
15306         * win32/vs6/libgstmatroska.dsp:
15307           add matroska-ids.c to the project
15308
15309 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
15310
15311         Patch by: Sebastian Dröge  <mail at slomosnail de >
15312
15313         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15314         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15315         * ext/taglib/Makefile.am:
15316         * ext/taglib/gstapev2mux.cc:
15317         * ext/taglib/gstapev2mux.h:
15318         * ext/taglib/gstid3v2mux.cc:
15319         * ext/taglib/gsttaglibmux.c: (plugin_init):
15320         * ext/taglib/gsttaglibmux.h:
15321           Add apev2mux element (#343122).
15322         
15323         * tests/check/Makefile.am:
15324         * tests/check/elements/apev2mux.c:
15325         (test_taglib_apev2mux_create_tags),
15326         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
15327         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
15328         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
15329         (apev2mux_suite), (main):
15330           Add unit test for apev2mux element.
15331
15332 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15333
15334         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
15335         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
15336         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
15337           GST_PTR_FORMAT should be used to print caps in debug statements.
15338
15339 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15340
15341         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
15342
15343         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
15344         (ape_demux_parse_tags):
15345           Some clean-ups and additions: map APE 'file' tag to
15346           GST_TAG_LOCATION (#343123); add support for extracting
15347           the track count and clean up parsing a bit (#343127).
15348
15349 2006-05-28  Edward Hervey  <edward@fluendo.com>
15350
15351         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
15352         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
15353
15354 2006-05-28  Edward Hervey  <edward@fluendo.com>
15355
15356         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
15357         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
15358         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
15359         * ext/jpeg/gstjpegdec.h:
15360         Clip outgoing buffers according to currently configured segment.
15361
15362 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15363
15364         * ext/taglib/gstid3v2mux.cc:
15365           Handle  writing of track-count or album-volume-count without
15366           track-number or albume-volume-number (in this case the number
15367           will just be set to 0).
15368
15369         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
15370           It would be nice if we actually checked the values received for
15371           track/album-volume number/count in  _check_tags(), rather than
15372           setting them again ...
15373
15374 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15375
15376         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15377           A track/volume number or count of 0 does not make sense,
15378           just ignore it along with negative numbers (a tag might
15379           only contain a track count without a track number).
15380
15381 2006-05-27  Edward Hervey  <edward@fluendo.com>
15382
15383         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
15384         (gst_jpeg_dec_sink_event):
15385         Abort decompression when receiving FLUSH_STOP. This should avoid
15386         issues when interrupting decoding with flushes.
15387
15388 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15389
15390         * ext/flac/gstflac.c:
15391           Don't #include file we don't dist any longer.
15392
15393 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15394
15395         * README:
15396           Replace current README (containing the release notes from
15397           some 0.9.x version) with a proper README taken from the core.
15398
15399 2006-05-24  Wim Taymans  <wim@fluendo.com>
15400
15401         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
15402         Implement EOS correctly by either posting
15403         SEGMENT_DONE or pushing an EOS message depending
15404         on the seek type. Fixes #342592
15405
15406 2006-05-24  Wim Taymans  <wim@fluendo.com>
15407
15408         * gst/law/alaw-decode.c: (gst_alawdec_chain):
15409         * gst/law/alaw-decode.h:
15410         * gst/law/alaw-encode.c: (gst_alawenc_chain):
15411         * gst/law/alaw-encode.h:
15412         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
15413         * gst/law/mulaw-decode.h:
15414         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
15415         * gst/law/mulaw-encode.h:
15416         Some cleanups in the chain functions.
15417         Remove some GStreamer 0.0.2 bits.
15418
15419 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15420
15421         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15422
15423         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
15424           gst_collect_pads_stop() needs to be called before chaining up
15425           to the parent class (#342734).
15426
15427 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15428
15429         * ext/flac/Makefile.am:
15430         * ext/flac/flac_compat.h:
15431         * ext/flac/gstflac.c:
15432         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
15433         * ext/flac/gstflacenc.c:
15434           Remove backwards compatibility cruft for dealing with FLAC API
15435           changes in the 1.0.x series - we require 1.1.1 or newer these days.
15436
15437 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15438
15439         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15440         (gst_matroska_demux_push_xiph_codec_priv_data),
15441         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15442         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15443         * gst/matroska/matroska-ids.h:
15444         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
15445         (gst_matroska_mux_video_pad_setcaps),
15446         (xiph3_streamheader_to_codecdata),
15447         (vorbis_streamheader_to_codecdata),
15448         (theora_streamheader_to_codecdata),
15449         (gst_matroska_mux_audio_pad_setcaps),
15450         (gst_matroska_mux_write_data):
15451           Add support for muxing/demuxing theora video (#342448; too bad
15452           none of the usual linux players can actually play this). Playback
15453           in GStreamer will require additional changes to theoradec in -base.
15454           Refactor streamheaders <=> CodecPrivateData code a bit; some small
15455           cleanups.
15456
15457 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15458
15459         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
15460         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
15461           Fix crashes when the horizontal subsampling is 1.
15462           Fixes #342097.
15463
15464 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15465
15466         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15467
15468         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
15469         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
15470         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
15471         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
15472         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
15473         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
15474         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
15475         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
15476         (gst_avi_mux_change_state):
15477         * gst/avi/gstavimux.h:
15478           Some enhancements for avimux (#342526):
15479            - add odml (large file) index support
15480            - store codec init data (e.g. huffyuv)
15481            - miscellaneous other fixes/cleanups
15482
15483 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15484
15485         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15486         Don't output any tag when we encounter a negative track number - the
15487         tag type is uint, so we end up outputting huge positive numbers
15488         instead. (Fixes: #342029)
15489
15490 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15491
15492         * configure.ac:
15493           update for new GSTPB_PLUGINS_DIR
15494
15495 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
15496
15497         * rtp/gst/gstrtph263pay.c:
15498         Properly set static caps for H263 at 34.
15499
15500 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15501
15502         Patch by: James "Doc" Livingston  <doclivingston gmail com>
15503
15504         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
15505           Merge event tags and tag setter tags correctly (#339918). Also,
15506           don't leak taglist in case of an error.
15507           
15508 2006-05-17  Edward Hervey  <edward@fluendo.com>
15509
15510         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
15511         We can only do caps intersection if the othercaps are non-empty and not
15512         ANY. Else we return the pad template (base_caps).
15513
15514 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15515
15516         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
15517           Fix crash when outputting debugging information for certain
15518           pictures (always good to use the right struct member for
15519           the number of records in an array).
15520
15521 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15522
15523         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
15524
15525         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
15526         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
15527         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
15528         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
15529         (gst_ebml_read_float), (gst_ebml_read_ascii),
15530         (gst_ebml_read_binary):
15531           Don't create unnecessary sub-buffers all the time. Dramatically
15532           improves performance with multiple concurrently running
15533           matroskademux instances (#341818) (and avoids doing
15534           unnecessarily inefficient things in the general case).
15535
15536 2006-05-16  Edward Hervey  <edward@fluendo.com>
15537
15538         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
15539         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
15540         return value of gst_pad_push_event().
15541
15542 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
15543
15544         * gst/autodetect/gstautoaudiosink.c:
15545         (gst_auto_audio_sink_find_best):
15546         * gst/autodetect/gstautovideosink.c:
15547         (gst_auto_video_sink_find_best):
15548         Make the name of the child element be based on the name of the
15549         parent, so that debug output is more useful.
15550         
15551         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
15552         (parse_insert_string_field), (parse_split_strings):
15553         Rework string parsing to always walk over BOM markers in UTF16
15554         strings, using the endianness indicated by the innermost one,
15555         then trying the opposite endianness if that fails to convert
15556         to valid UTF-8. Fixes #341774
15557
15558 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15559
15560         Patch from: Matthieu <matthieu at fluendo dot com>
15561
15562         * ext/libpng/Makefile.am:
15563         Add LIBPNG_CFLAGS.
15564
15565 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15566
15567         * ext/taglib/gstid3v2mux.cc:
15568           Add support for writing images (APIC frames) into ID3v2
15569           tags (picture type always set to 'other' for now though).
15570
15571 2006-05-14  Michael Smith  <msmith@fluendo.com>
15572
15573         * gst/wavparse/gstwavparse.c:
15574           Update docs; wavparse implements push and pull modes.
15575
15576 2006-05-12  Wim Taymans  <wim@fluendo.com>
15577
15578         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
15579         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
15580         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
15581         Ooops, bitten by the copy-and-paste design paradigm, fixes
15582         seek again.
15583
15584 2006-05-12  Wim Taymans  <wim@fluendo.com>
15585
15586         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15587         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
15588         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
15589         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
15590         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
15591         (gst_avi_demux_massage_index),
15592         (gst_avi_demux_calculate_durations_from_index),
15593         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
15594         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
15595         (gst_avi_demux_loop):
15596         * gst/avi/gstavidemux.h:
15597         Some cleanups, prepare to use GstSegment.
15598         Fix error in entry walking code.
15599         Fix VBR detection.
15600         Smarter timestamp calculation code.
15601         Uniform error/eos handling.
15602
15603 2006-05-12  Michael Smith  <msmith@fluendo.com>
15604
15605         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
15606         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
15607           Fix use of uninitialised values if we're NOT seeking in ready.
15608           Fix typos.
15609
15610 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15611
15612         * gst/wavparse/Makefile.am:
15613           Add CFLAGS and LIBS for libgstbase, fixes build on
15614           Cygwin (#341489).
15615
15616 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
15617
15618         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
15619           Some more debug info. No need to check whether the string
15620           returned by g_convert() is really UTF-8 - either it is or
15621           we get NULL returned.
15622
15623 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
15624
15625         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
15626           Fix parsing of numeric genre strings some more, by ensuring that
15627           we only try and parse strings that a) Start with '(' and b) Consist
15628           only of digits.
15629           Also, when finding an escaping '((' sequence, bust it back to '(' by
15630           swallowing the first parenthesis
15631
15632 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
15633
15634         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
15635         (gst_esdsink_open), (gst_esdsink_close):
15636         * ext/esd/esdsink.h:
15637           Move the esd_get_server_info() into gst_esdsink_open() and fail
15638           with a decent error message on errors.
15639
15640 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15641
15642         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
15643         (gst_esdmon_channels_get_type):
15644         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
15645         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
15646         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
15647         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
15648         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
15649         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
15650         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
15651         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
15652         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
15653         * gst/videomixer/videomixer.c:
15654         (gst_video_mixer_background_get_type):
15655           Const-ify GEnumValue arrays.
15656
15657 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15658
15659         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
15660
15661         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
15662         (gst_avi_mux_do_video_buffer):
15663           Work around gst_buffer_make_metadata_writable() bug that
15664           results in avimux marking all frames in the index as
15665           keyframes (#340859).
15666           
15667 2006-05-08  Wim Taymans  <wim@fluendo.com>
15668
15669         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
15670         Make parsing of urls suck slightly less.
15671
15672 2006-05-08  Edward Hervey  <edward@fluendo.com>
15673
15674         * autogen.sh: (CONFIGURE_DEF_OPT): 
15675         libtoolize on Darwin/MacOSX is called glibtoolize.
15676
15677 2006-05-08  Wim Taymans  <wim@fluendo.com>
15678
15679         Patch by: Jens Granseuer <jensgr at gmx dot net>
15680
15681         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
15682         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
15683         C89 compliance fixes. Fixes #340980
15684
15685 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
15686
15687         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
15688         * ext/flac/gstflacdec.h:
15689           Handle segment seeks that include the end of the file as stop point
15690           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
15691           message instead of an EOS event in case we're in segment seek
15692           mode (fixes #340699).
15693           
15694 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
15695
15696         * ext/cairo/gsttextoverlay.c:
15697         * ext/flac/gstflacdec.c:
15698         * ext/gdk_pixbuf/pixbufscale.c:
15699         * gst/apetag/gstapedemux.c:
15700         * gst/debug/breakmydata.c:
15701         * gst/debug/testplugin.c:
15702         * gst/matroska/ebml-write.c:
15703         * gst/multipart/multipartdemux.c:
15704         * sys/osxaudio/gstosxaudiosink.c:
15705         * sys/osxaudio/gstosxaudiosrc.c:
15706         Add semicolons after GST_BOILERPLATE[_FULL] so that
15707         indent doesn't mess up following lines.
15708
15709 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
15710
15711         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
15712
15713         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
15714           Don't leak caps when freeing the stream context (#340623).
15715
15716 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
15717
15718         * configure.ac:
15719           Back to CVS
15720
15721 === release 0.10.3 ===
15722
15723 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
15724
15725         * configure.ac:
15726           releasing 0.10.3, "Desplazado"
15727
15728 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
15729
15730         * gst/matroska/matroska-mux.c:
15731         (gst_matroska_mux_stream_is_vorbis_header),
15732         (gst_matroska_mux_write_data):
15733           Don't strcmp() NULL strings.
15734           Only start new clusters on video keyframes, not on any
15735           random audio buffer that doesn't have the DELTA_UNIT
15736           flag set (fixes 'make check' again).
15737
15738 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
15739
15740         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15741
15742         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
15743         (gst_matroska_mux_stream_is_vorbis_header),
15744         (gst_matroska_mux_write_data):
15745           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
15746           value and then dead-lock when muxing vorbis audio streams
15747           (the three vorbis header buffers carry no timestamp, and it
15748           would try to mux these after all video buffers). Fixes #340346.
15749
15750           Improve clustering: start a new cluster also whenever we get
15751           a keyframe.     
15752
15753 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15754
15755         * win32/common/config.h:
15756         * win32/MANIFEST
15757           add the generated file as well
15758
15759 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15760
15761         * Makefile.am:
15762         * configure.ac:
15763         * win32/common/config.h.in:
15764           add win32 stuff
15765
15766 2006-05-03  Michael Smith  <msmith@fluendo.com>
15767
15768         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
15769           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
15770           SUCKS.
15771
15772 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15773
15774         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
15775         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
15776         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
15777           don't leak caps-string
15778
15779 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
15780
15781         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
15782         (gst_id3demux_sink_activate):
15783           Let core insert default error message for TYPE_NOT_FOUND
15784           errors, it's just as good as our own and has the added
15785           bonus of being translated.
15786
15787 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
15788
15789         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
15790         (gst_tag_demux_sink_event):
15791         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
15792         (gst_id3demux_sink_event):
15793           Post an error message when we get an EOS event and were not
15794           able to find out the type of stream.
15795
15796         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
15797         (test_taglib_id3mux_with_tags):
15798           Decrease num-buffers to 16 per iteration again, otherwise the
15799           many memcpy()s and reallocations in the test will hammer slow
15800           CPUs completely and make the test timeout.
15801
15802 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15803
15804         * configure.ac:
15805           figure out where plugins-base plugins are
15806         * tests/check/Makefile.am:
15807           use plugins-base plugins, so we have typefind functions
15808         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
15809           increase num-buffers, this makes sure the test errors out instead
15810           of timing out when no typefind functions are present
15811
15812 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15813
15814         * docs/plugins/Makefile.am:
15815           also check .cc files for gtk-doc markup
15816         * configure.ac:
15817         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15818         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15819         * tests/check/Makefile.am:
15820         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
15821         * ext/Makefile.am:
15822         * ext/taglib/Makefile.am:
15823         * ext/taglib/gstid3v2mux.h:
15824         * ext/taglib/gsttaglibmux.c:
15825         * ext/taglib/gsttaglibmux.h:
15826           move taglib-based id3v2muxer to -good.  Fixes #336110.
15827
15828 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
15829
15830         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
15831           ... and fix multichannel/WAVFORMATEX support again.
15832
15833 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
15834
15835         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15836         (gst_wavparse_class_init), (gst_wavparse_dispose),
15837         (gst_wavparse_reset), (gst_wavparse_init),
15838         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
15839         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
15840         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
15841         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
15842         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
15843         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
15844         (gst_wavparse_stream_data), (gst_wavparse_loop),
15845         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
15846         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
15847         (gst_wavparse_change_state), (plugin_init):
15848         * gst/wavparse/gstwavparse.h:
15849           Add push (streaming) mode to wavparse (fixes #337625)
15850
15851 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15852
15853         * configure.ac:
15854         * tests/Makefile.am:
15855           add ximagesrc icles test
15856
15857 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15858
15859         * configure.ac:
15860         * docs/plugins/Makefile.am:
15861         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15862         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15863         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
15864         (gst_cmml_enc_push_clip):
15865         * sys/Makefile.am:
15866         * sys/ximage/Makefile.am:
15867         * sys/ximage/gstximagesrc.c:
15868           Move ximagesrc plug-in to good after review.  Fixes #336756.
15869
15870 2006-04-28  Michael Smith  <msmith@fluendo.com>
15871
15872         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
15873         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
15874         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
15875         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
15876         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
15877         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
15878         * gst/icydemux/gsticydemux.h:
15879           Fix event handling: cache events when typefinding and forward later.
15880
15881 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15882
15883         * sys/osxaudio/gstosxaudiosink.c:
15884         (plugin_init):
15885          Register osxaudiosrc to the plugin.
15886         * sys/osxaudio/gstosxaudiosrc.c:
15887         (gst_osx_audio_src_osxelement_do_init),
15888         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
15889         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
15890         (gst_osx_audio_src_get_property),
15891         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
15892         (gst_osx_audio_src_osxelement_init):
15893         * sys/osxaudio/gstosxaudiosrc.h:
15894           Port of osxaudiosrc to 0.10.
15895         * sys/osxaudio/Makefile.am:
15896           Add osxaudiosrc
15897
15898 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15899
15900         * sys/osxaudio/gstosxringbuffer.c:
15901         * sys/osxaudio/gstosxringbuffer.h:
15902           Forgot to commit earlier, part of the OSX audio plugin port
15903
15904 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15905
15906         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
15907         (parse_split_strings):
15908           Recognise and skip any byte order marker (BOM) in
15909           UTF-16 strings.
15910
15911 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
15912
15913         * docs/plugins/Makefile.am:
15914         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15915         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15916         * docs/plugins/gst-plugins-good-plugins.hierarchy:
15917         * docs/plugins/inspect/plugin-avi.xml:
15918         * gst/avi/gstavidemux.c:
15919         * gst/avi/gstavimux.c:
15920           Add docs for both avidemux and avimux.
15921
15922 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
15923
15924         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
15925
15926         * gst/avi/Makefile.am:
15927         * gst/avi/gstavi.c: (plugin_init):
15928         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
15929         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
15930         (gst_avi_mux_class_init), (gst_avi_mux_init),
15931         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
15932         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
15933         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
15934         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
15935         (gst_avi_mux_riff_get_avix_header),
15936         (gst_avi_mux_riff_get_video_header),
15937         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
15938         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
15939         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
15940         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
15941         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
15942         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
15943         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
15944         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
15945         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
15946         (gst_avi_mux_change_state):
15947         * gst/avi/gstavimux.h:
15948           Port AVI muxer to GStreamer-0.10 (#332031).
15949
15950         * tests/check/Makefile.am:
15951         * tests/check/elements/avimux.c:
15952         * tests/check/elements/.cvsignore:
15953           Add unit test for AVI muxer.
15954
15955 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
15956
15957         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15958         (gst_wavparse_class_init), (gst_wavparse_reset),
15959         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
15960         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
15961         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
15962         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
15963         (gst_wavparse_stream_data), (gst_wavparse_loop),
15964         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
15965         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
15966         (plugin_init):
15967         * gst/wavparse/gstwavparse.h:
15968           reverted patch #337625 for the price of 1 hour sleep
15969
15970 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
15971
15972         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15973         (gst_wavparse_class_init), (gst_wavparse_reset),
15974         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
15975         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
15976         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
15977         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
15978         (gst_wavparse_stream_data), (gst_wavparse_loop),
15979         (gst_wavparse_chain), (plugin_init):
15980         * gst/wavparse/gstwavparse.h:
15981           correct partial implementation of push mode
15982           (from my last commit)
15983
15984 2006-04-26  Wim Taymans  <wim@fluendo.com>
15985
15986         * ext/esd/esdsink.c:
15987         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
15988         it is not in esd.h
15989
15990 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
15991
15992         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
15993         (gst_au_parse_class_init), (gst_au_parse_init),
15994         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
15995         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
15996         (gst_au_parse_chain), (gst_au_parse_src_convert),
15997         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
15998         (gst_au_parse_sink_event), (gst_au_parse_src_event),
15999         (gst_au_parse_change_state):
16000         * gst/auparse/gstauparse.h:
16001           Rewrite auparse to suck a little bit less: make source pad
16002           dynamic, so decodebin/playbin work with non-raw formats
16003           like alaw/mulaw; add query function for duration/position
16004           queries; check whether we have enough data before attempting
16005           to parse the header (instead of crashing when that is not the
16006           case); work around audioconvert sucking by swapping endianness
16007           to the native endianness ourselves for float formats; send
16008           initial newsegment event. Fixes #161712.
16009
16010 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16011
16012         * sys/osxaudio/Makefile.am:
16013         * sys/osxaudio/gstosxaudioelement.c:
16014         (gst_osx_audio_element_get_type),
16015         (gst_osx_audio_element_class_init):
16016         * sys/osxaudio/gstosxaudioelement.h:
16017         * sys/osxaudio/gstosxaudiosink.c:
16018         (gst_osx_audio_sink_osxelement_do_init),
16019         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
16020         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
16021         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
16022         (gst_osx_audio_sink_create_ringbuffer),
16023         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
16024         (plugin_init):
16025         * sys/osxaudio/gstosxaudiosink.h:
16026         Port of osxaudiosink to 0.10
16027
16028 2006-04-26  Wim Taymans  <wim@fluendo.com>
16029
16030         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
16031         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
16032         the size of the ringbuffer. This should fix hangs with older 
16033         esd sound servers.
16034
16035 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16036
16037         * ext/aalib/gstaasink.c:
16038         * ext/annodex/gstcmmldec.c:
16039         * ext/annodex/gstcmmlenc.c:
16040         * ext/cairo/gsttextoverlay.c:
16041         * ext/cairo/gsttimeoverlay.c:
16042         * ext/cdio/gstcdiocddasrc.c:
16043         * ext/dv/gstdvdec.c:
16044         * ext/dv/gstdvdemux.c:
16045         * ext/esd/esdmon.c:
16046         * ext/esd/esdsink.c:
16047         * ext/flac/gstflacenc.c:
16048         * ext/flac/gstflactag.c:
16049         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16050         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16051         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16052         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16053         * ext/gdk_pixbuf/pixbufscale.c:
16054         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16055         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16056         * ext/jpeg/gstjpegdec.c:
16057         * ext/jpeg/gstjpegenc.c:
16058         * ext/jpeg/gstsmokedec.c:
16059         * ext/jpeg/gstsmokeenc.c:
16060         * ext/libcaca/gstcacasink.c:
16061         * ext/libmng/gstmngdec.c:
16062         * ext/libmng/gstmngenc.c:
16063         * ext/libpng/gstpngdec.c:
16064         * ext/libpng/gstpngenc.c:
16065         * ext/mikmod/gstmikmod.c:
16066         * ext/raw1394/gstdv1394src.c:
16067         * ext/shout2/gstshout2.c: (gst_shout2send_init):
16068         * ext/shout2/gstshout2.h:
16069         * ext/speex/gstspeexdec.c:
16070         * ext/speex/gstspeexenc.c:
16071         * gst/alpha/gstalpha.c:
16072         * gst/alpha/gstalphacolor.c:
16073         * gst/apetag/gstapedemux.c:
16074         * gst/auparse/gstauparse.c:
16075         * gst/autodetect/gstautoaudiosink.c:
16076         (gst_auto_audio_sink_base_init):
16077         * gst/autodetect/gstautovideosink.c:
16078         (gst_auto_video_sink_base_init):
16079         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
16080         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16081         * gst/cutter/gstcutter.c:
16082         * gst/debug/breakmydata.c:
16083         * gst/debug/efence.c:
16084         * gst/debug/gstnavigationtest.c:
16085         * gst/debug/gstnavseek.c:
16086         * gst/debug/negotiation.c:
16087         * gst/debug/progressreport.c:
16088         * gst/debug/testplugin.c:
16089         * gst/effectv/gstaging.c:
16090         * gst/effectv/gstdice.c:
16091         * gst/effectv/gstedge.c:
16092         * gst/effectv/gstquark.c:
16093         * gst/effectv/gstrev.c:
16094         * gst/effectv/gstshagadelic.c:
16095         * gst/effectv/gstvertigo.c:
16096         * gst/effectv/gstwarp.c:
16097         * gst/flx/gstflxdec.c:
16098         * gst/goom/gstgoom.c:
16099         * gst/icydemux/gsticydemux.c:
16100         * gst/id3demux/gstid3demux.c:
16101         * gst/interleave/deinterleave.c:
16102         * gst/interleave/interleave.c:
16103         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16104         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16105         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16106         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16107         * gst/level/gstlevel.c:
16108         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16109         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16110         * gst/median/gstmedian.c:
16111         * gst/monoscope/gstmonoscope.c:
16112         * gst/multipart/multipartdemux.c:
16113         * gst/multipart/multipartmux.c:
16114         * gst/oldcore/gstaggregator.c:
16115         * gst/oldcore/gstfdsink.c:
16116         * gst/oldcore/gstmd5sink.c:
16117         * gst/oldcore/gstmultifilesrc.c:
16118         * gst/oldcore/gstpipefilter.c:
16119         * gst/oldcore/gstshaper.c:
16120         * gst/oldcore/gststatistics.c:
16121         * gst/rtp/gstasteriskh263.c:
16122         * gst/rtp/gstrtpL16depay.c:
16123         * gst/rtp/gstrtpL16pay.c:
16124         * gst/rtp/gstrtpamrdepay.c:
16125         * gst/rtp/gstrtpamrpay.c:
16126         * gst/rtp/gstrtpdepay.c:
16127         * gst/rtp/gstrtpgsmpay.c:
16128         * gst/rtp/gstrtph263pay.c:
16129         * gst/rtp/gstrtph263pdepay.c:
16130         * gst/rtp/gstrtph263ppay.c:
16131         * gst/rtp/gstrtpilbcdepay.c:
16132         * gst/rtp/gstrtpmp4gpay.c:
16133         * gst/rtp/gstrtpmp4vdepay.c:
16134         * gst/rtp/gstrtpmp4vpay.c:
16135         * gst/rtp/gstrtpmpadepay.c:
16136         * gst/rtp/gstrtpmpapay.c:
16137         * gst/rtp/gstrtppcmadepay.c:
16138         * gst/rtp/gstrtppcmapay.c:
16139         * gst/rtp/gstrtppcmudepay.c:
16140         * gst/rtp/gstrtppcmupay.c:
16141         * gst/rtp/gstrtpspeexdepay.c:
16142         * gst/rtp/gstrtpspeexpay.c:
16143         * gst/rtsp/gstrtpdec.c:
16144         * gst/rtsp/gstrtspsrc.c:
16145         * gst/smpte/gstsmpte.c:
16146         * gst/udp/gstdynudpsink.c:
16147         * gst/udp/gstmultiudpsink.c:
16148         * gst/udp/gstudpsink.c:
16149         * gst/udp/gstudpsrc.c:
16150         * gst/videobox/gstvideobox.c:
16151         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16152         * gst/videofilter/gstvideobalance.c:
16153         * gst/videofilter/gstvideoflip.c:
16154         * gst/videofilter/gstvideotemplate.c:
16155         (gst_videotemplate_base_init):
16156         * gst/videomixer/videomixer.c:
16157         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16158         (gst_wavparse_class_init), (gst_wavparse_dispose),
16159         (gst_wavparse_reset), (gst_wavparse_init),
16160         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
16161         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
16162         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
16163         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
16164         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16165         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16166         (gst_wavparse_change_state):
16167         * gst/wavparse/gstwavparse.h:
16168         * sys/oss/gstossmixerelement.c:
16169         * sys/oss/gstosssink.c:
16170         * sys/oss/gstosssrc.c:
16171         * sys/osxaudio/gstosxaudioelement.c:
16172         * sys/osxaudio/gstosxaudiosink.c:
16173         * sys/osxaudio/gstosxaudiosrc.c:
16174         * sys/sunaudio/gstsunaudiomixer.c:
16175         * sys/sunaudio/gstsunaudiosink.c:
16176           Define GstElementDetails as const and also static (when defined as
16177           global)
16178
16179 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16180
16181         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16182           Source pad has fixed caps. If we don't set this, bad
16183           things happen when the window is resized.
16184
16185 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16186
16187         * gst/matroska/Makefile.am:
16188         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16189         (gst_matroska_demux_handle_src_event):
16190         * gst/matroska/matroska-ids.c:
16191         (gst_matroska_track_init_video_context),
16192         (gst_matroska_track_init_audio_context),
16193         (gst_matroska_track_init_subtitle_context),
16194         (gst_matroska_track_init_complex_context):
16195         * gst/matroska/matroska-ids.h:
16196           Handle case where the TrackType ebml chunk does not come before the
16197           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
16198           events.
16199
16200 2006-04-25  Wim Taymans  <wim@fluendo.com>
16201
16202         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
16203         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
16204         It's codec_data, not codec_info.
16205
16206 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16207
16208         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16209
16210         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16211           Handle codec_data for VfW compatibility codec IDs (#339451)
16212
16213         * gst/matroska/matroska-mux.c:
16214         (gst_matroska_mux_video_pad_setcaps):
16215           Same here, handle codec_data and add additional caps we can handle
16216           now to the pad template (huffyuv, dv and h263 video) (#339451)
16217
16218 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16219
16220         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
16221
16222         * gst/matroska/matroska-mux.c:
16223         (gst_matroska_mux_create_buffer_header),
16224         (gst_matroska_mux_write_data):
16225           Fix timestamping of B-frames, use signed integers, do
16226           some rounding (#339678).
16227
16228 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
16229
16230         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
16231         just make it compile with --disable-gst-debug.
16232
16233 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
16234
16235         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16236         Fix a bad conversion using gst_guint64_to_gdouble.
16237         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
16238         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
16239         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
16240     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
16241         mistake.
16242
16243 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
16244
16245         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16246         Use gst_guint64_to_gdouble for conversions
16247         * win32/vs6/gst_plugins_good.dsw:
16248         * win32/vs6/libgsticydemux.dsp:
16249         Add a project file for icydemux
16250
16251 2006-04-21  Wim Taymans  <wim@fluendo.com>
16252
16253         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16254
16255         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
16256         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
16257         When splitting audio chunks, the block alignment is not taken in
16258         consideration, so the smaller chunks could be of size which is 
16259         not a multiple of the block alignment. Fixes #336904
16260
16261 2006-04-21  Wim Taymans  <wim@fluendo.com>
16262
16263         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
16264         Use scale functions
16265
16266 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16267
16268         * ext/dv/gstdv.c: (plugin_init):
16269           Fix build.
16270
16271 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16272
16273         * gst/debug/progressreport.c: (gst_progress_report_finalize),
16274         (gst_progress_report_class_init), (gst_progress_report_init),
16275         (gst_progress_report_do_query), (gst_progress_report_report),
16276         (gst_progress_report_set_property),
16277         (gst_progress_report_get_property):
16278           Add 'format' property to force querying to a particular format.
16279
16280 2006-04-21  Andy Wingo  <wingo@pobox.com>
16281
16282         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
16283         best, on big endian systems. Drop its rank in that case. OTOH on
16284         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
16285
16286 2006-04-21  Michael Smith  <msmith@fluendo.com>
16287
16288         * configure.ac:
16289         * gst/icydemux/Makefile.am:
16290         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
16291         (gst_icydemux_base_init), (gst_icydemux_class_init),
16292         (gst_icydemux_reset), (gst_icydemux_init),
16293         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
16294         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
16295         (unicodify), (gst_icydemux_unicodify),
16296         (gst_icydemux_parse_and_send_tags),
16297         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16298         (gst_icydemux_chain), (gst_icydemux_change_state),
16299         (gst_icydemux_send_tag_event), (plugin_init):
16300         * gst/icydemux/gsticydemux.h:
16301         * tests/check/Makefile.am:
16302         * tests/check/elements/icydemux.c: (typefind_succeed),
16303         (plugin_init), (icydemux_found_pad), (create_icydemux),
16304         (cleanup_icydemux), (push_data), (GST_START_TEST),
16305         (icydemux_suite), (main):
16306           Add icydemux, and tests.
16307
16308 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16309
16310         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16311           Post SEGMENT_DONE message in TIME format.
16312
16313 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16314
16315         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16316
16317         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
16318         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
16319           Fix index creation when we have to scan the file to create
16320           an index. There may be other types of RIFF 'LIST' chunks than
16321           'movi' and we need to skip them properly as well or we'll end up
16322           reading garbage (#336889). Some other cosmetic changes.
16323           
16324 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16325
16326         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
16327         (gst_flac_dec_handle_seek_event):
16328           Add support for segment seeks (fixes #338290). Also demote
16329           some recurring debug message from DEBUG to LOG level.
16330
16331 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16332
16333         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16334         (gst_matroskademux_do_index_seek),
16335         (gst_matroska_demux_handle_seek_event),
16336         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16337         * gst/matroska/matroska-ids.h:
16338           Set DISCONT flag on first buffer after a discontinuity.
16339           Fix newsegment events sent when seeking and honour KEY_UNIT
16340           seek flag. Create pad with bogus caps if we don't recognise
16341           the stream codec id.
16342
16343         * gst/matroska/matroska-demux.h:
16344           Fix GObject macros.
16345
16346 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16347
16348         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16349
16350         * gst/matroska/matroska-demux.c:
16351         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
16352           Handle end of segment properly when set; don't dead-lock when
16353           posting start of segment message when doing a segment seek.
16354           Fixes #338810.
16355
16356 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16357
16358         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
16359         (gst_matroska_demux_plugin_init):
16360           Make mpeg2 aac audio work: create artificial private codec data
16361           chunk which faad2 seems to require, just as we do for mpeg4 aac.
16362           Also call gst_riff_init(). Partially fixes #338767.
16363
16364 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
16365
16366         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
16367         (gst_wavenc_class_init), (gst_wavenc_init),
16368         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
16369         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
16370         (gst_wavenc_chain), (gst_wavenc_change_state):
16371         * gst/wavenc/gstwavenc.h:
16372           Set caps on first outgoing buffer, so that it doesn't error out
16373           immediately with a non-negotiated error (#338716). Rewrite and
16374           clean up a bit; fix setcaps function to parse things properly;
16375           fix sink caps (8bit audio is unsigned and doesn't have depth);
16376           use boilerplate macros; remove unused properties stuff.
16377
16378 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16379
16380         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16381           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
16382           handle MJPEG streams and might be autoplugged for those if the
16383           user doesn't have jpegdec installed (resulting in a cryptic error
16384           message about huffman tables). Better to disable JPEG decoding here
16385           and let the user figure out that she needs to install jpegdec.
16386
16387 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16388
16389         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16390         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16391         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
16392         * ext/gdk_pixbuf/gstgdkpixbuf.h:
16393           Make work with packetised/framed input (e.g. png-in-quicktime). Use
16394           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
16395           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
16396           debug messages. Fix boilerplate macros.
16397
16398 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16399
16400         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
16401         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
16402           No need to special-case for Gdk-2.0 any longer, we require
16403           Gdk 2.2 or newer; minor clean-ups.
16404
16405 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16406
16407         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
16408         (gst_shout2send_class_init), (gst_shout2send_init),
16409         (set_shout_metadata), (gst_shout2send_set_metadata),
16410         (gst_shout2send_event), (gst_shout2send_start),
16411         (gst_shout2send_connect), (gst_shout2send_stop),
16412         (gst_shout2send_render), (gst_shout2send_set_property),
16413         (gst_shout2send_get_property), (gst_shout2send_setcaps),
16414         (plugin_init):
16415         * ext/shout2/gstshout2.h:
16416         * po/POTFILES.in:
16417           Rewrite a bit: use GstBaseSink::start and stop instead of a state
16418           change function; use GST_ELEMENT_ERROR for error reporting, not
16419           g_error() or GST_ERROR(); don't unref caps in setcaps function,
16420           will cause crashes or assertion failures; remove (unused) "sync"
16421           property, basesink already has such a property; misc. other
16422           minor fixes and cleanups.
16423
16424 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16425
16426         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
16427         * ext/esd/gstesd.c: (plugin_init):
16428         * po/POTFILES.in:
16429           Add translatable error message for when we cannot
16430           connect to the sound server, as "Cannot open resource
16431           for writing" isn't really an acceptable message to show
16432           to the user in this case.
16433
16434 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16435
16436         * sys/oss/gst-i18n-plugin.h:
16437           Remove bogus file that doesn't belong here.
16438
16439 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16440
16441         Patch by: Philippe Valembois
16442
16443         * ext/shout2/gstshout2.c: (gst_shout2send_init),
16444         (gst_shout2send_set_metadata), (gst_shout2send_event),
16445         (gst_shout2send_render), (gst_shout2send_change_state):
16446         * ext/shout2/gstshout2.h:
16447           Handle tags being received before the connection to
16448           the server is established properly (see #338636).
16449
16450 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16451
16452         * ext/shout2/gstshout2.c: (gst_shout2send_render):
16453           Don't crash in case the connection to the server fails:
16454           don't set pointer to NULL by assigning FALSE; error out
16455           properly by using GST_ELEMENT_ERROR and returning
16456           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
16457           before resetting the pointer.
16458
16459 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
16460
16461         * gst/id3demux/id3tags.c:
16462         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
16463         (Fixes #338713)
16464
16465 2006-04-12  Wim Taymans  <wim@fluendo.com>
16466
16467         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16468         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
16469         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16470         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
16471         (gst_gdk_pixbuf_chain):
16472         Some cleanups.
16473         Added RGBA as a possible output format.
16474         Correctly free the supported mimetypes.
16475         deprecate silent arg, it's not used.
16476         Return result from _alloc_buffer to peer.
16477
16478 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16479
16480         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
16481           Don't leak memory allocated by gst_buffer_new_and_alloc() by
16482           overwriting GST_BUFFER_MALLOCDATA.
16483
16484 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16485
16486         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
16487         (user_endrow_callback), (user_end_callback),
16488         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
16489         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
16490         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
16491         * ext/libpng/gstpngdec.h:
16492           Handle more than one frame if the content is framed,
16493           like with png-in-quicktime (#331917).
16494
16495 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16496
16497         * sys/oss/Makefile.am:
16498         * sys/oss/common.h:
16499         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
16500         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
16501         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
16502         (gst_oss_src_unprepare):
16503           - the user-visible error strings were in the wrong category
16504           - and the messages were not marked for translation
16505           - which is actually a good thing, because they were exactly
16506             the kind of message you would never want anyone to see
16507           - the macros were using variables that didn't exist in the macro
16508             arguments
16509           - and they were obviously copied from each other and then modified
16510           - so a common header makes sense
16511
16512 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
16513
16514         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16515           Don't try to modify read-only data.
16516
16517         * gst/matroska/matroska-demux.c:
16518         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16519           Fix comment (won't crash any longer now).
16520
16521 2006-04-10  Michael Smith  <msmith@fluendo.com>
16522
16523         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
16524           Use copies of header buffers for caps to avoid circular refcounting
16525           problems (as in theoradec, vorbisdec).
16526
16527         * tests/check/elements/cmmldec.c: (GST_START_TEST):
16528           Fix a typo in test that meant it was testing the wrong thing.
16529
16530         * tests/check/elements/cmmlenc.c: (check_headers):
16531           Fix refcount checks now that we use buffer-copies for caps.
16532
16533 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
16534
16535         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
16536         (gst_matroska_demux_handle_seek_event),
16537         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
16538         (gst_matroska_demux_subtitle_caps),
16539         (gst_matroska_demux_plugin_init):
16540           Use static pad templates with ANY caps for audio and video
16541           source pads and get rid of a lot of unnecessary (and partially
16542           broken) code for the template caps. Clean up caps finding
16543           functions. Fixes playback of audio files/streams that do not
16544           contain the sample rate and/or number of channels in the audio
16545           context (happens a lot with vorbis/mp3 .mka files it seems).
16546           Fixes #337183.
16547           Also add myself to copyright holders.
16548
16549 2006-04-10  Michael Smith  <msmith@fluendo.com>
16550
16551         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
16552           Use g_list_delete_link () instead of g_list_remove_link () so that
16553           we free the link as well as the contained data.
16554
16555 2006-04-10  Wim Taymans  <wim@fluendo.com>
16556
16557         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
16558
16559         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
16560         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
16561         (gst_avi_demux_stream_header):
16562         Fix some crashers with empty chunks. (Fixes #337749)
16563
16564 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
16565
16566         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
16567           use G_GINT64_CONSTANT for INT64 constants
16568         * gst/videofilter/gstvideobalance.c:
16569           define rint for WIN32 #define rint(x) (floor((x)+0.5))
16570         * win32/vs6/libgstavi.dsp:
16571          add missing libraries for the link and remove avimux.c from
16572          the project as it isn't ported to 0.10 yet
16573         
16574 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
16575
16576         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16577           Even better would be if we actually did the right thing
16578           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
16579
16580 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
16581
16582         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16583           Can't just replace 1LL with 1L here just because MSVC doesn't
16584           support it, as it might lead to incorrect results when doing the
16585           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
16586           force a 64-bit constant in a way that all compilers are happy with.
16587
16588 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16589
16590         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
16591         * ext/esd/esdsink.c: (gst_esdsink_class_init):
16592         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
16593         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
16594         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
16595         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
16596         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
16597         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
16598         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
16599         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
16600         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
16601         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
16602         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
16603         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
16604         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
16605         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
16606         * gst/avi/gstavimux.c: (gst_avimux_class_init):
16607         * gst/debug/efence.c: (gst_efence_class_init):
16608         * gst/debug/negotiation.c: (gst_negotiation_class_init):
16609         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
16610         * gst/goom/gstgoom.c: (gst_goom_class_init):
16611         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
16612         * gst/interleave/deinterleave.c: (deinterleave_class_init):
16613         * gst/interleave/interleave.c: (interleave_class_init):
16614         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
16615         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
16616         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
16617         * gst/median/gstmedian.c: (gst_median_class_init):
16618         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
16619         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
16620         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
16621         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
16622         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
16623         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
16624         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
16625         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
16626         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
16627         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
16628         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
16629         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
16630         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
16631         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
16632         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
16633         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
16634         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
16635         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
16636         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
16637         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
16638         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
16639         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
16640         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
16641         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
16642         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
16643         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
16644         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
16645         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
16646         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
16647         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
16648         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
16649         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
16650         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
16651         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
16652         * sys/osxaudio/gstosxaudioelement.c:
16653         (gst_osxaudioelement_class_init):
16654         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
16655         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
16656         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
16657         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16658
16659 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16660
16661         * ext/mikmod/gstmikmod.h:
16662         * gst/level/gstlevel.h:
16663         Fix more broken GObject macros
16664
16665 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16666
16667         * ext/annodex/gstcmmldec.h:
16668         * ext/annodex/gstcmmlenc.h:
16669         * ext/annodex/gstcmmltag.h:
16670         * ext/cairo/gsttextoverlay.h:
16671         * ext/ladspa/gstsignalprocessor.h:
16672         * gst/matroska/ebml-read.h:
16673         * gst/matroska/ebml-write.h:
16674         * sys/osxaudio/gstosxaudioelement.h:
16675         Fix broken GObject macros
16676
16677 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
16678
16679         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
16680           Don't try to seek beyond the end of the file (would
16681           occasionally display error dialogs in totem when seeking
16682           to the end) (#335869). Will still throw an error though
16683           if the file is truncated and the total_samples value in
16684           the stream header is wrong.
16685
16686 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
16687
16688         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
16689         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
16690         (gst_flac_dec_metadata_callback):
16691         * ext/flac/gstflacdec.h:
16692           If the stream header doesn't contain the total number of samples,
16693           search for the last flac frame at the end of the file and calculate
16694           the total duration from that frame's offset (fixes #337609).
16695
16696 2006-04-07  Edward Hervey  <edward@fluendo.com>
16697
16698         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
16699         Don't unref the GstPadTemplate returned by
16700         gst_element_class_get_pad_template().
16701
16702 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
16703
16704         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
16705
16706         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
16707         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
16708         * sys/sunaudio/gstsunaudiosink.h:
16709           Use spec->segsize and spec->segtotal in the prepare function
16710           to initialise the ring buffer instead of using the buffer-time
16711           property (#337421).
16712
16713 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
16714
16715         * configure.ac:
16716           Bump core requirements to CVS for gst_pad_query_peer_duration()
16717           which is used by speexdec.
16718
16719 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
16720
16721         * ext/speex/gstspeex.c: (plugin_init):
16722         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
16723         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
16724         (speex_get_sink_query_types), (speex_dec_sink_query),
16725         (speex_get_src_query_types), (speex_dec_src_query),
16726         (speex_dec_src_event), (speex_dec_sink_event),
16727         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
16728         (speex_dec_chain_parse_data), (speex_dec_chain),
16729         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
16730         (speex_dec_change_state):
16731         * ext/speex/gstspeexdec.h:
16732           Fix seeking and duration queries (#337033); clean up and
16733           refactor a bit.
16734
16735 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16736
16737         * ext/raw1394/gstdv1394src.c:
16738           distinguish between device not found and could not open for
16739           reading
16740
16741 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16742
16743         * Makefile.am:
16744         * configure.ac:
16745         * pkgconfig/.cvsignore:
16746         * pkgconfig/Makefile.am:
16747         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
16748           add a .pc file so other modules can use good plugins in tests
16749
16750 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16751
16752         * configure.ac:
16753           clean up, use AS_VERSION and AS_NANO
16754         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
16755           use PACKAGE_VERSION define
16756         * po/af.po:
16757         * po/az.po:
16758         * po/cs.po:
16759         * po/en_GB.po:
16760         * po/hu.po:
16761         * po/it.po:
16762         * po/nb.po:
16763         * po/nl.po:
16764         * po/or.po:
16765         * po/sq.po:
16766         * po/sr.po:
16767         * po/sv.po:
16768         * po/uk.po:
16769         * po/vi.po:
16770           updated
16771
16772 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
16773
16774         * ext\jpeg\smokecodec.c:
16775           use of GST_DEBUG instead of DEBUG(a...) for WIN32
16776         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
16777           move first instruction after all variables declarations
16778         * gst\alpha\gstalpha.c:
16779         * gst\effectv\gstshagadelic.c:
16780         * gst\smpte\paint.c:
16781         * gst\videofilter\gstvideobalance.c:
16782           define M_PI if it's not defined (it's not defined on WIN32)
16783         * gst\cutter\gstcutter.c: (gst_cutter_chain):
16784         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
16785         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
16786         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
16787         (gst_matroska_demux_video_caps):
16788         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
16789         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
16790           use gst_guint64_to_gdouble for conversions
16791         * gst\goom\filters.c: (setPixelRGB_):
16792           fix a debug which was using undefined variable
16793         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
16794         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
16795           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
16796         * win32/vs6:
16797           add vs6 projects files for most of plugins-good
16798         
16799 2006-03-30  j^  <j@bootlab.org>
16800
16801         * ext/aalib/gstaasink.c:
16802         * ext/annodex/gstcmmldec.c:
16803         * ext/annodex/gstcmmlenc.c:
16804         * ext/cairo/gsttextoverlay.c:
16805         * ext/cairo/gsttimeoverlay.c:
16806         * ext/cdio/gstcdiocddasrc.c:
16807         * ext/dv/gstdvdec.c:
16808         * ext/esd/esdmon.c:
16809         * ext/esd/esdsink.c:
16810         * ext/flac/gstflacdec.c:
16811         * ext/flac/gstflacenc.c:
16812         * ext/flac/gstflactag.c:
16813         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16814         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16815         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16816         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16817         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16818         * ext/gdk_pixbuf/pixbufscale.c:
16819         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16820         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16821         * ext/jpeg/gstjpegdec.c:
16822         * ext/jpeg/gstjpegenc.c:
16823         * ext/jpeg/gstsmokedec.c:
16824         * ext/jpeg/gstsmokeenc.c:
16825         * ext/libcaca/gstcacasink.c:
16826         * ext/libmng/gstmngdec.c:
16827         * ext/libmng/gstmngenc.c:
16828         * ext/libpng/gstpngdec.c:
16829         * ext/libpng/gstpngenc.c:
16830         * ext/mikmod/gstmikmod.c:
16831         * ext/raw1394/gstdv1394src.c:
16832         * ext/shout2/gstshout2.c:
16833         * ext/speex/gstspeexdec.c:
16834         * ext/speex/gstspeexenc.c:
16835         * gst/alpha/gstalpha.c:
16836         * gst/alpha/gstalphacolor.c:
16837         * gst/auparse/gstauparse.c:
16838         * gst/autodetect/gstautoaudiosink.c:
16839         (gst_auto_audio_sink_base_init):
16840         * gst/autodetect/gstautovideosink.c:
16841         (gst_auto_video_sink_base_init):
16842         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16843         * gst/cutter/gstcutter.c:
16844         * gst/debug/breakmydata.c:
16845         * gst/debug/efence.c:
16846         * gst/debug/gstnavigationtest.c:
16847         * gst/debug/negotiation.c:
16848         * gst/debug/progressreport.c:
16849         * gst/debug/testplugin.c:
16850         * gst/effectv/gstaging.c:
16851         * gst/effectv/gstdice.c:
16852         * gst/effectv/gstedge.c:
16853         * gst/effectv/gstquark.c:
16854         * gst/effectv/gstrev.c:
16855         * gst/effectv/gstvertigo.c:
16856         * gst/effectv/gstwarp.c:
16857         * gst/flx/gstflxdec.c:
16858         * gst/goom/gstgoom.c:
16859         * gst/interleave/deinterleave.c:
16860         * gst/interleave/interleave.c:
16861         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16862         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16863         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16864         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16865         * gst/level/gstlevel.c:
16866         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16867         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16868         * gst/median/gstmedian.c:
16869         * gst/monoscope/gstmonoscope.c:
16870         * gst/multipart/multipartdemux.c:
16871         * gst/multipart/multipartmux.c:
16872         * gst/oldcore/gstmd5sink.c:
16873         * gst/oldcore/gstmultifilesrc.c:
16874         * gst/oldcore/gstpipefilter.c:
16875         * gst/oldcore/gstshaper.c:
16876         * gst/oldcore/gststatistics.c:
16877         * gst/rtp/gstasteriskh263.c:
16878         * gst/rtp/gstrtpL16depay.c:
16879         * gst/rtp/gstrtpL16pay.c:
16880         * gst/rtp/gstrtpamrdepay.c:
16881         * gst/rtp/gstrtpamrpay.c:
16882         * gst/rtp/gstrtpdepay.c:
16883         * gst/rtp/gstrtpgsmpay.c:
16884         * gst/rtp/gstrtph263pay.c:
16885         * gst/rtp/gstrtph263pdepay.c:
16886         * gst/rtp/gstrtph263ppay.c:
16887         * gst/rtp/gstrtpmp4gpay.c:
16888         * gst/rtp/gstrtpmp4vdepay.c:
16889         * gst/rtp/gstrtpmp4vpay.c:
16890         * gst/rtp/gstrtpmpadepay.c:
16891         * gst/rtp/gstrtpmpapay.c:
16892         * gst/rtp/gstrtppcmadepay.c:
16893         * gst/rtp/gstrtppcmapay.c:
16894         * gst/rtp/gstrtppcmudepay.c:
16895         * gst/rtp/gstrtppcmupay.c:
16896         * gst/rtp/gstrtpspeexdepay.c:
16897         * gst/rtp/gstrtpspeexpay.c:
16898         * gst/rtsp/gstrtpdec.c:
16899         * gst/smpte/gstsmpte.c:
16900         * gst/videobox/gstvideobox.c:
16901         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16902         * gst/videofilter/gstvideobalance.c:
16903         * gst/videofilter/gstvideoflip.c:
16904         * gst/videofilter/gstvideotemplate.c:
16905         (gst_videotemplate_base_init):
16906         * gst/videomixer/videomixer.c:
16907         * gst/wavenc/gstwavenc.c:
16908         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
16909          better/unified long descriptions
16910          Fixed #336602
16911          Some cleanups to auparse, don't send multiple newsegments.
16912
16913 2006-03-29  Wim Taymans  <wim@fluendo.com>
16914
16915         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
16916
16917         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
16918         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
16919         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
16920         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
16921         * ext/dv/gstdvdemux.h:
16922         Seek in READY patch. Only works for pull based mode.
16923         Fixes #323880
16924
16925 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16926
16927         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
16928         (gst_gdk_pixbuf_event):
16929           Fix two crashers: don't unref the same caps twice, and
16930           set pixbuf loader to NULL after freeing it.
16931
16932 2006-03-27  Wim Taymans  <wim@fluendo.com>
16933
16934         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
16935         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
16936         (gst_speexenc_chain):
16937         * ext/speex/gstspeexenc.h:
16938         Don't leak adapter.
16939         A push *always* takes ownership of the buffer, even on
16940         errors.
16941         Small cleanups.
16942
16943 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
16944
16945         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
16946           Create source pad without leaking.
16947
16948 2006-03-24  Wim Taymans  <wim@fluendo.com>
16949
16950         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
16951         * ext/flac/gstflacdec.h:
16952         * ext/flac/gstflacenc.h:
16953         Spifify a bit.
16954         Fix deadly lock order error in seeking code, STREAM_LOCK
16955         cannot be taken within LOCK and the streaming variables are
16956         protected with the STREAM_LOCK anyway.
16957
16958 2006-03-24  Wim Taymans  <wim@fluendo.com>
16959
16960         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
16961         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
16962         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
16963         this patch combines the global init_frames with the stream
16964         init_frames. Rationale being that the global delay should 
16965         be subtracted from any stream delay.
16966         Fixes #335858.
16967
16968 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16969
16970         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
16971         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
16972         * gst/smpte/gstsmpte.c: (gst_smpte_init):
16973         * gst/videomixer/videomixer.c: (gst_videomixer_init):
16974         use DEBUG_FUNCPTR for collectpads
16975
16976 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16977
16978         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
16979           Don't crash when encoding images where the number of rows isn't
16980           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
16981
16982 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16983
16984         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
16985         * gst/interleave/deinterleave.c: (deinterleave_change_state):
16986         * gst/interleave/interleave.c: (interleave_change_state):
16987         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
16988           More state change function fixes.
16989
16990 2006-03-23  Wim Taymans  <wim@fluendo.com>
16991
16992         * ext/esd/esdsink.c: (gst_esdsink_class_init),
16993         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
16994         (gst_esdsink_prepare), (gst_esdsink_unprepare),
16995         (gst_esdsink_delay), (gst_esdsink_reset):
16996         * ext/esd/esdsink.h:
16997         Fix esd choppy playback by configuring audiosink
16998         correctly. Fixes #325191
16999
17000 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17001
17002         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
17003           Make state change function thread-safe.
17004
17005 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17006
17007         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
17008         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
17009           Don't try to read beyond the end of the file just because
17010           the header claims a bigger size (like with truncated files).
17011
17012 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17013
17014         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17015         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
17016         (gst_wavparse_stream_data), (gst_wavparse_loop):
17017         * gst/wavparse/gstwavparse.h:
17018           Delay source pad creation until we have the first chunk of
17019           media data, so the we can examine the data and adjust the
17020           caps accordingly if required. This makes playback of .wav
17021           files with DTS-declared-as-PCM content work (#313266).
17022
17023 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
17024
17025         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17026         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
17027         Don't attempt typefinding on too-short buffers that have been
17028         completely trimmed away. (Fixes #330239)
17029
17030         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
17031         Improve the debug output
17032
17033 2006-03-21  Wim Taymans  <wim@fluendo.com>
17034
17035         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
17036         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
17037         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
17038         (gst_esdsink_set_property), (gst_esdsink_get_property):
17039         Some cleanups.
17040         Reset fd to -1 when we close them.
17041
17042 2006-03-21  Wim Taymans  <wim@fluendo.com>
17043
17044         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
17045         the OPTIONS request result is optional so don't
17046         fail on it.
17047
17048 2006-03-21  Edward Hervey  <edward@fluendo.com>
17049
17050         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
17051         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
17052         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
17053         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17054         (gst_wavparse_change_state):
17055         gcc 4.1 unreferenced pointer fixes.
17056
17057 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
17058
17059         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
17060
17061         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
17062           Fix block alignment calculation. Alignment should be done before
17063           adding the byte offset where the data starts (#335231).
17064
17065 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17066
17067         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
17068           Ensure that we set correct caps on buffers that are transferred
17069           direct from the input.
17070
17071 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17072
17073         * gst/goom/filters.c: (zoomFilterDestroy):
17074         * gst/goom/goom_core.c: (goom_close):
17075           Free filter data when cleaning up. (Fixes: #334995)
17076
17077 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
17078
17079         * configure.ac:
17080           Don't compile udp and rtsp plugins on win32 (mingw) or other
17081           systems that don't have <sys/socket.h> for some reason (#316203).
17082
17083 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17084
17085         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
17086         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
17087         * ext/raw1394/gstdv1394src.h:
17088           Change bus reset handler so it reports useful information such as
17089           whether the device being used connected or disconnected
17090
17091 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17092
17093         * gst/id3demux/id3v2frames.c:
17094         (parse_relative_volume_adjustment_two):
17095           We only care about gain and peak data for the master volume.
17096
17097 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17098
17099         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17100         (parse_id_string), (parse_unique_file_identifier),
17101         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
17102           Read replay gain tags (#323721).
17103
17104 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17105
17106         * configure.ac:
17107           Bump requirements to gst-plugins-base CVS because
17108           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
17109
17110 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17111
17112         * rtp/gst/gstrtppcmadepay.c:
17113         Fixed one of the caps in the code from mulaw to alaw.
17114
17115 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
17116
17117         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17118           Ensure that we set caps on the buffers we pass.
17119
17120         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
17121         (gst_id3demux_sink_activate):
17122           Ensure that we set caps on the buffers we pass.
17123
17124           Use STREAM, TYPE_NOT_FOUND as the error class when
17125           typefinding fails.
17126
17127 2006-03-15  Edward Hervey  <edward@fluendo.com>
17128
17129         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
17130         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
17131         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
17132         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
17133         (gst_jpeg_dec_setcaps):
17134         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
17135         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
17136         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
17137         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
17138         (gst_mngdec_src_getcaps):
17139         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17140         (gst_pngdec_caps_create_and_set):
17141         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
17142         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
17143         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
17144         * gst/alpha/gstalpha.c: (gst_alpha_init):
17145         * gst/auparse/gstauparse.c: (gst_au_parse_init):
17146         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
17147         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
17148         * gst/cutter/gstcutter.c: (gst_cutter_init):
17149         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
17150         (gst_efence_checkgetrange):
17151         * gst/debug/negotiation.c: (gst_negotiation_init):
17152         * gst/flx/gstflxdec.c: (gst_flxdec_init):
17153         * gst/goom/gstgoom.c: (gst_goom_init):
17154         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
17155         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
17156         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
17157         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
17158         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
17159         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
17160         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
17161         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17162         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
17163         (gst_wavparse_create_sourcepad):
17164         Fix memleak with gst_static_pad_template_get().
17165         This uses gst_pad_new_from_static_template() instead.
17166         Fixes #333512
17167
17168 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17169
17170         * configure.ac:
17171           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
17172           used by id3demux.
17173
17174         * gst/id3demux/gstid3demux.c: (plugin_init):
17175         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17176         (parse_user_text_identification_frame),
17177         (parse_unique_file_identifier):
17178           Add support for UFID and TXXX frames and extract musicbrainz tags.
17179
17180 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17181
17182         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17183           Catch short reads, like they might happen with truncated
17184           files (see #305279); remove unnecessary indentation.
17185
17186 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17187
17188         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
17189           Fix DIB image inversion for pictures with a
17190           depth != 8 (#305279).
17191
17192 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17193
17194         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
17195         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
17196         * ext/jpeg/gstjpegdec.h:
17197           Fix durations on outgoing buffers after seeking
17198           in MJPEG files (#334083); some minor clean-ups.
17199
17200 2006-03-13  Wim Taymans  <wim@fluendo.com>
17201
17202         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
17203         (gst_wavparse_change_state):
17204         Implement seek in READY (re-fixes #327658)
17205
17206 2006-03-13  Wim Taymans  <wim@fluendo.com>
17207
17208         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
17209         * ext/esd/esdmon.c: (gst_esdmon_get):
17210         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17211         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17212         (gst_gdk_pixbuf_sink_getcaps):
17213         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
17214         (gst_jpegenc_setcaps):
17215         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
17216         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
17217         (gst_smokeenc_setcaps):
17218         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
17219         (gst_mngdec_src_getcaps):
17220         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
17221         (gst_mngenc_chain):
17222         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
17223         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
17224         * ext/speex/gstspeexdec.c: (speex_dec_convert),
17225         (speex_dec_src_event), (speex_dec_chain):
17226         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
17227         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
17228         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
17229         (gst_negotiation_pad_link), (gst_negotiation_chain):
17230         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17231         (gst_flxdec_chain):
17232         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
17233         (deinterleave_chain):
17234         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
17235         * gst/median/gstmedian.c: (gst_median_link):
17236         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
17237         (gst_monoscope_chain):
17238         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
17239         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
17240         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
17241         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
17242         close #333784 unref the result of gst_pad_get_parent()
17243         by: Christophe Fergeau.
17244
17245 2006-03-09  Wim Taymans  <wim@fluendo.com>
17246
17247         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
17248         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
17249         Handle events in push mode better, can now do non-flushing
17250         seeks in push mode as well.
17251
17252 2006-03-07  Wim Taymans  <wim@fluendo.com>
17253
17254         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17255         Applied patch from Kai Vehmanen, fixes #333624.
17256
17257 2006-03-06  Julien MOUTTE  <julien@moutte.net>
17258
17259         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
17260         Implement paletted and grayscale png files handling.
17261         (#150363).
17262
17263 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17264
17265         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
17266         (gst_speexenc_chain):
17267           fix a tag list assert
17268           follow gst-plugins-base/ext/ogg/README; set OFFSET
17269           and OFFSET_END.  Muxes correctly with gst-plugins-base
17270           > 0.9.3
17271
17272 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17273
17274         * gst/id3demux/Makefile.am:
17275         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
17276         (gst_id3demux_chain), (gst_id3demux_sink_activate):
17277           Use new typefind helper functions here as well, and
17278           do typefinding in pull-mode if upstream supports that.
17279
17280 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17281
17282         * sys/sunaudio/gstsunaudiomixerctrl.c:
17283         (gst_sunaudiomixer_ctrl_get_volume),
17284         (gst_sunaudiomixer_ctrl_set_volume):
17285         * sys/sunaudio/gstsunaudiomixertrack.c:
17286         (gst_sunaudiomixer_track_new):
17287           Remove unused variables, breaks build from CVS
17288           with -Werror (#333392, patch by: Benjamin Pineau)
17289
17290 2006-03-03  Wim Taymans  <wim@fluendo.com>
17291
17292         * docs/plugins/Makefile.am:
17293         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17294         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17295         Added wavparse docs.
17296
17297         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
17298         (gst_wavparse_reset), (gst_wavparse_init),
17299         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
17300         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
17301         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17302         (gst_wavparse_stream_data), (gst_wavparse_loop),
17303         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
17304         (gst_wavparse_change_state):
17305         * gst/wavparse/gstwavparse.h:
17306         Implement seek in READY (fixes #327658)
17307         Added docs and did some cleanups.
17308
17309 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
17310
17311         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
17312         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
17313         (gst_avi_demux_calculate_durations_from_index),
17314         (gst_avi_demux_stream_header):
17315         * gst/avi/gstavidemux.h:
17316           If we have an index, use a duration based on the index instead
17317           of blindly trusting the information in the stream headers
17318           (fixes #331817).
17319
17320 2006-03-03  Wim Taymans  <wim@fluendo.com>
17321
17322         * docs/plugins/Makefile.am:
17323         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17324         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17325         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17326         Added smoke and jpeg to the docs.
17327
17328         * ext/jpeg/Makefile.am:
17329         * ext/jpeg/gstjpeg.c: (plugin_init):
17330         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
17331         * ext/jpeg/gstjpegenc.h:
17332         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
17333         (gst_smokedec_chain):
17334         * ext/jpeg/gstsmokedec.h:
17335         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
17336         * ext/jpeg/gstsmokeenc.h:
17337         * ext/jpeg/smokecodec.h:
17338         Port smokedec (fixes #331905).
17339         Added some docs.
17340         Some cleanups.
17341
17342 2006-03-03  Wim Taymans  <wim@fluendo.com>
17343
17344         * docs/plugins/Makefile.am:
17345         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17346         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17347         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17348         Added videobalance and videoflip to the docs.
17349
17350         * gst/videofilter/Makefile.am:
17351         * gst/videofilter/gstvideobalance.c:
17352         (gst_video_balance_update_tables_planar411),
17353         (gst_video_balance_is_passthrough),
17354         (gst_video_balance_update_properties), (oil_tablelookup_u8),
17355         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
17356         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
17357         (gst_video_balance_finalize), (gst_video_balance_class_init),
17358         (gst_video_balance_init), (gst_video_balance_interface_supported),
17359         (gst_video_balance_interface_init),
17360         (gst_video_balance_colorbalance_list_channels),
17361         (gst_video_balance_colorbalance_set_value),
17362         (gst_video_balance_colorbalance_get_value),
17363         (gst_video_balance_colorbalance_init),
17364         (gst_video_balance_set_property), (gst_video_balance_get_property),
17365         (gst_video_balance_get_type), (plugin_init):
17366         * gst/videofilter/gstvideobalance.h:
17367         Ported to 0.10. (Fixes #326160)
17368         Added docs.
17369
17370         * gst/videofilter/gstvideoflip.c:
17371         * gst/videofilter/gstvideoflip.h:
17372         Added docs.
17373
17374 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17375
17376         * configure.ac:
17377           Bump requirements to current core and -base CVS
17378           (core for new typefind helper API, and -base for the
17379           WAVFORMATEX support that was added to libgstriff and
17380           is needed by wavparse).
17381         
17382         * gst/apetag/Makefile.am:
17383         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
17384         (gst_tag_demux_sink_activate):
17385           Use new typefind helpers for typefinding instead of our
17386           home-grown stuff; also, do typefinding in pull-mode if
17387           upstream supports that.
17388
17389 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
17390
17391         Reviewed by: Christian Schaller <christian@fluendo.com>
17392
17393         This patch fixes bug: 329107
17394
17395         This Changelog entry is for a commit done on February 17
17396
17397         * ext/gconf/gconf.c
17398         * ext/gconf/gconf.h
17399         * ext/gconf/gstgconfaudiosink.c
17400         * ext/gconf/gstgconfaudiosink.h
17401         * gconf/gstreamer.schemas.in
17402
17403 2006-02-28  Wim Taymans  <wim@fluendo.com>
17404
17405         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17406         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
17407         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
17408         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
17409         Use DEBUG_OBJECT more.
17410
17411 2006-02-28  Wim Taymans  <wim@fluendo.com>
17412
17413         * docs/plugins/Makefile.am:
17414         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17415         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17416         Added dvdec and dvdemux to docs.
17417
17418         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
17419         Added docs.
17420         Check frame sizes so we don't crash when don't have enough
17421         data.
17422         Send nice error messages on error.
17423
17424         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
17425         (gst_dvdemux_class_init), (gst_dvdemux_init),
17426         (gst_dvdemux_finalize), (gst_dvdemux_reset),
17427         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
17428         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
17429         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
17430         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
17431         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
17432         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
17433         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
17434         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
17435         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
17436         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
17437         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
17438         * ext/dv/gstdvdemux.h:
17439         Added docs.
17440         Implement pull mode.
17441         Fix memleaks.
17442         Reduce memcpy for the video demuxing.
17443
17444 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
17445
17446         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
17447         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
17448         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
17449         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
17450           Add a little extra debug. Make the decoder not return NOT_LINKED,
17451           as we want to continue decoding all CMML and emitting tags.
17452
17453 2006-02-27  Michael Smith  <msmith@fluendo.com>
17454
17455         * ext/annodex/gstskeltag.c:
17456         * ext/annodex/gstskeltag.h:
17457           Deleted; these files aren't used any more either.
17458
17459 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17460
17461         * ext/Makefile.am: Fix dist-check.
17462
17463 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17464
17465         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
17466         memleak.
17467
17468 2006-02-25  Alessandro Decina <alessandro@nnva.org>
17469
17470         * ext/annodex/Makefile.am:
17471         * ext/annodex/gstannodex.c:
17472         * ext/annodex/gstcmmldec.c:
17473         * ext/annodex/gstcmmlenc.c:
17474         * ext/annodex/gstcmmlparser.c:
17475         * ext/annodex/gstcmmlparser.h:
17476         * ext/annodex/gstcmmlutils.c:
17477         * tests/check/elements/cmmldec.c:
17478         * tests/check/elements/cmmlenc.c:
17479           Fix a memleak in gst_cmml_track_list_add_clip.
17480           Handle overflows in clip's start and end times.
17481           Add the "encoded" parameter to cmmldec and cmmlenc caps.
17482           Do not parse junk at the end of a CMML preamble buffer.
17483           Register a libxml error handler to not print stuff on stderr.
17484           Check for bad clip start and end times in the testsuites.
17485
17486 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17487
17488         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
17489         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
17490         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
17491         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
17492         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
17493         possible memleaks.
17494
17495 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17496
17497         * tests/check/Makefile.am:
17498         * tests/check/elements/cmmldec.c:
17499         * tests/check/elements/cmmlenc.c: Fix tests so that they use
17500         the plugins-base tags.
17501
17502 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17503
17504         * ext/Makefile.am: Re-enable module.
17505
17506 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17507
17508         * tests/check/Makefile.am: Forgot to remove that test.
17509
17510 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17511
17512         * ext/annodex/Makefile.am:
17513         * ext/annodex/gstannodex.c: (plugin_init):
17514         * ext/annodex/gstcmmldec.c:
17515         * ext/annodex/gstskeldec.c:
17516         * ext/annodex/gstskeldec.h:
17517         * tests/check/Makefile.am:
17518         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
17519
17520 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17521
17522         * tests/check/Makefile.am: Disable those checks as well.
17523
17524 2006-02-24  Julien MOUTTE  <julien@moutte.net>
17525
17526         * ext/Makefile.am: Disable annodex for now until we figure out
17527         how to make it build.
17528         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
17529         Add a rule to your checklist : "please try to at least build 
17530         what you are going to commit into -good, or if you are too lazy
17531         to do that, please check that the buildbots are not crying because
17532         of your commit."
17533
17534 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
17535
17536         * configure.ac:
17537         * ext/Makefile.am:
17538         * ext/gdk_pixbuf/Makefile.am:
17539         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17540         * ext/gdk_pixbuf/gstgdkpixbuf.h:
17541         * ext/gdk_pixbuf/pixbufscale.c:
17542         * ext/gdk_pixbuf/pixbufscale.h:
17543           Gdkpixbuf ported from 0.8 to 0.10 by
17544           Renato Filho <renato.filho@indt.org.br>.
17545           gst_loader and gdkpixbufanimation still need port.
17546
17547 2006-02-24  Michael Smith  <msmith@fluendo.com>
17548
17549         * configure.ac:
17550         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17551         * ext/Makefile.am:
17552         * ext/annodex/Makefile.am:
17553         * ext/annodex/gstannodex.c:
17554         * ext/annodex/gstannodex.h:
17555         * ext/annodex/gstcmmldec.c:
17556         * ext/annodex/gstcmmldec.h:
17557         * ext/annodex/gstcmmlenc.c:
17558         * ext/annodex/gstcmmlenc.h:
17559         * ext/annodex/gstcmmlparser.c:
17560         * ext/annodex/gstcmmlparser.h:
17561         * ext/annodex/gstcmmltag.c:
17562         * ext/annodex/gstcmmltag.h:
17563         * ext/annodex/gstcmmlutils.c:
17564         * ext/annodex/gstcmmlutils.h:
17565         * ext/annodex/gstskeldec.c:
17566         * ext/annodex/gstskeldec.h:
17567         * ext/annodex/gstskeltag.c:
17568         * ext/annodex/gstskeltag.h:
17569         * tests/check/Makefile.am:
17570         * tests/check/elements/cmmldec.c:
17571         * tests/check/elements/cmmlenc.c:
17572         * tests/check/elements/skeldec.c:
17573           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
17574           Includes tests & docs, oh my! Passes Thomas's -good checklist
17575           entirely. Wow.
17576
17577 2006-02-24  Michael Smith  <msmith@fluendo.com>
17578
17579         * autogen.sh:
17580           Check for automake 1.9 as well.
17581
17582 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17583
17584         * ext/flac/gstflacenc.c:
17585           Change min. sample rate to 8kHz to match flacdec's.
17586           
17587 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
17588
17589         * ext/cdio/Makefile.am:
17590           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
17591           required for Cygwin, see #317048)
17592
17593         * gst/rtp/gstasteriskh263.c:
17594           Cygwin has includes for both the unix network socket API
17595           and the windows API, but only one can be included, so fix
17596           includes to only use one or the other, prefering the unxi
17597           one (#317048).
17598
17599 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17600
17601         * rtp/gst/gstrtppcmadepay.c:
17602         * rtp/gst/gstrtppcmadepay.h:
17603         * rtp/gst/gstgstrtppcmapay.c:
17604         * rtp/gst/gstgstrtppcmapay.h:
17605         * rtp/gst/gstrtppcmudepay.c:
17606         * rtp/gst/gstrtppcmudepay.h:
17607         * rtp/gst/gstrtppcmupay.c:
17608         * rtp/gst/gstrtppcmupay.h:
17609         * rtp/gst/Makefile.am:
17610         * rtp/gst/gstrtp.c:
17611         * rtp/gst/README:
17612         Separated the G711 payloaders/depayloaders into separate elements for
17613         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
17614
17615 2006-02-22  Wim Taymans  <wim@fluendo.com>
17616
17617         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
17618         (gst_dvdec_change_state):
17619         * ext/dv/gstdvdec.h:
17620         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
17621         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
17622         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
17623         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
17624         (gst_dvdemux_flush), (gst_dvdemux_chain),
17625         (gst_dvdemux_change_state):
17626         * ext/dv/gstdvdemux.h:
17627         Ueber spiffify some more, added debug category.
17628         Use _scale.
17629         Use segments, respect playback rate from newsegment.
17630         Fix refcount issue.
17631
17632 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
17633
17634         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
17635         (gst_signal_processor_process):
17636         Fix compilation of LADPSA. It doesn't seem to work, and isn't
17637         enabled for the build, but it helps me win the feature-count
17638         competitions ooh yeah.
17639
17640 2006-02-19  Wim Taymans  <wim@fluendo.com>
17641
17642         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
17643         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
17644         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
17645         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
17646         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
17647         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
17648         Use scaling code for added precission and more correct stop
17649         position in case scale==0.
17650
17651 2006-02-19  Wim Taymans  <wim@fluendo.com>
17652
17653         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17654         (gst_flxdec_chain):
17655         * gst/flx/gstflxdec.h:
17656         Implement DURATION query.
17657
17658 2006-02-19  Wim Taymans  <wim@fluendo.com>
17659
17660         * gst/flx/flx_color.h:
17661         * gst/flx/flx_fmt.h:
17662         * gst/flx/gstflxdec.c: (gst_flxdec_init),
17663         (gst_flxdec_src_query_handler), (flx_decode_color),
17664         (gst_flxdec_chain):
17665         * gst/flx/gstflxdec.h:
17666         Set MALLOCDATA for the temp buffers so we don't leak.
17667         Some debug cleanups.
17668         Consume all data in the adapter before leaving the chain
17669         function. Fixes #330678.
17670
17671 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17672
17673         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
17674         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
17675          Handle 0 data size in otherwise valid frames.
17676          Handle numeric strings in 2.4.0 even when not in parentheses 
17677
17678 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
17679
17680         * gst/matroska/matroska-demux.c:
17681         (gst_matroska_demux_subtitle_caps),
17682         (gst_matroska_demux_plugin_init):
17683         * gst/matroska/matroska-ids.h:
17684           Recognise SSA/ASS and USF subtitle formats and
17685           set proper caps when they are found.
17686
17687 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17688
17689         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
17690         (gst_jpeg_dec_chain):
17691           Fix invalid memory access for some odd-sized images
17692           (see image contained in quicktime stream in #327083);
17693           use g_malloc() instead of g_alloca().
17694
17695 2006-02-17  Wim Taymans  <wim@fluendo.com>
17696
17697         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
17698         Patch from Sebastien Cote, fixes #319884
17699
17700 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17701
17702         * ext/cdio/gstcdio.c: (plugin_init):
17703           Init debug category (#331253).
17704
17705 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17706
17707         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
17708           Pass extra_data to gst_riff_create_audio_caps(), so that
17709           WAVEFORMATEX stuff works. Post audio codec name and post
17710           it as taglist on the bus. Allow up to 8 channesl for raw
17711           PCM in the source pad template caps.
17712
17713 2006-02-16  Wim Taymans  <wim@fluendo.com>
17714
17715         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
17716         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
17717         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
17718         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
17719         (gst_multipart_set_property), (gst_multipart_get_property):
17720         Applied #318663. Gives quite a few false positives in
17721         autoscan mode, but it's better than nothing. Not closing yet.
17722
17723 2006-02-16  Wim Taymans  <wim@fluendo.com>
17724
17725         * docs/plugins/Makefile.am:
17726         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17727         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17728         * docs/plugins/gst-plugins-good-plugins.args:
17729         * docs/plugins/inspect/plugin-udp.xml:
17730         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
17731         (gst_udpsrc_start):
17732         Update documentation.
17733         Fix args.
17734
17735 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
17736
17737         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
17738         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
17739         frame size. (Fixes #331368)
17740
17741 2006-02-16  Wim Taymans  <wim@fluendo.com>
17742
17743         * gst/rtsp/README:
17744         Updated README.
17745
17746         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
17747         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
17748         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
17749         * gst/rtsp/gstrtspsrc.h:
17750         Make sure the RTP port is an even port an try to allocate 
17751         another if not.
17752         Added retry property to control max retries for port allocation.
17753         Make sure RTCP port is RTP port+1.
17754         Cleanup when port allocation fails.
17755         Fixes #319183.
17756         
17757 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17758
17759         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
17760           Don't ignore return value of the parent class's state
17761           change function (#331385, patch by: Wouter Paesen).
17762
17763 2006-02-15  Wim Taymans  <wim@fluendo.com>
17764
17765         * configure.ac:
17766         * docs/plugins/Makefile.am:
17767         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17768         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17769         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17770         * ext/Makefile.am:
17771         * ext/hal/Makefile.am:
17772         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
17773         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
17774         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
17775         (do_toggle_element), (gst_hal_audio_sink_set_property),
17776         (gst_hal_audio_sink_get_property),
17777         (gst_hal_audio_sink_change_state):
17778         * ext/hal/gsthalaudiosink.h:
17779         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
17780         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
17781         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
17782         (do_toggle_element), (gst_hal_audio_src_set_property),
17783         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
17784         * ext/hal/gsthalaudiosrc.h:
17785         * ext/hal/gsthalelements.c: (plugin_init):
17786         * ext/hal/gsthalelements.h:
17787         * ext/hal/hal.c: (gst_hal_get_string),
17788         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
17789         (gst_hal_get_audio_src):
17790         * ext/hal/hal.h:
17791         Add HAL sound device wrapper plugins. Closes #329106
17792
17793 2006-02-15  Wim Taymans  <wim@fluendo.com>
17794
17795         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
17796         Add comment in a fultile attempt to stop the copy-and-paste 
17797         paradigm leading to duplication of bad code.
17798
17799         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
17800         Mime parameters have to be checked case insensitive
17801
17802 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
17803
17804         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
17805           Advance stream time for lagging subtitle streams by sending
17806           newsegment events with the update flag set.
17807
17808 2006-02-14  Edward Hervey  <edward@fluendo.com>
17809
17810         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
17811         There can be bogus data before the hdrl LIST tag in the RIFF header.
17812         It's hard to say if it's not respecting the AVI specifications or not,
17813         but since Google Video is producing AVIs like that and the other player
17814         don't seem to complain, I guess we should do the same.
17815
17816 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
17817
17818         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
17819         (parse_split_strings):
17820         Add more validation to ensure that a char encoding conversion
17821         produced a valid UTF-8 string.
17822
17823 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
17824
17825         Reviewed by: Edward Hervey  <edward@fluendo.com>
17826
17827         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17828         Properly handle end of segment. Closes #330885.
17829
17830 2006-02-13  Wim Taymans  <wim@fluendo.com>
17831
17832         * gst/rtp/gstrtpmp4gpay.h:
17833         For got to commit this one.
17834
17835 2006-02-12  Wim Taymans  <wim@fluendo.com>
17836
17837         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
17838         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
17839         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
17840         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
17841         * gst/rtp/gstrtpmp4gpay.h:
17842         Make more things work.
17843         Handle ACC config strings.
17844
17845 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
17846
17847         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
17848           set timestamps if no incoming timestamps set
17849
17850 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
17851
17852         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
17853         (gst_tag_demux_do_typefind):
17854           ... and fix the very same leaks in GstTagDemux.
17855
17856 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
17857
17858         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
17859         (gst_id3demux_do_typefind):
17860         Fix a couple of mem leaks. (Patch by Jonathan Matthew
17861         <jonathan at kaolin dot wh9 dot net>)
17862
17863 2006-02-10  Wim Taymans  <wim@fluendo.com>
17864
17865         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
17866         First set options, then set caps or else the baseclass
17867         will not know about the options, duh.
17868
17869 2006-02-10  Wim Taymans  <wim@fluendo.com>
17870
17871         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
17872         (gst_rtp_mp4v_pay_setcaps):
17873         Don't waste time looking for a config string if we have codec_info
17874         on the incomming caps.
17875
17876 2006-02-10  Wim Taymans  <wim@fluendo.com>
17877
17878         * gst/rtp/README:
17879         Say something about case-sensitivity of caps vs mime-attributes.
17880
17881         * gst/rtp/Makefile.am:
17882         * gst/rtp/gstrtp.c: (plugin_init):
17883         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
17884         (gst_rtp_amr_pay_handle_buffer):
17885         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
17886         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
17887         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
17888         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
17889         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
17890         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
17891         (gst_rtp_mp4g_pay_plugin_init):
17892         * gst/rtp/gstrtpmp4gpay.h:
17893         Added beginnings of mpeg4-generic payloader (RFC 3640)
17894
17895 2006-02-09  Wim Taymans  <wim@fluendo.com>
17896
17897         * gst/rtsp/Makefile.am:
17898         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
17899         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
17900         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
17901         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
17902         (gst_rtpdec_change_state):
17903         * gst/rtsp/gstrtpdec.h:
17904         * gst/rtsp/gstrtsp.c: (plugin_init):
17905         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
17906         * gst/rtsp/rtspconnection.c: (read_body),
17907         (rtsp_connection_receive):
17908         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
17909         Resurected rtpdec to make rtspsrc happy again.
17910         Skip attributes from the session id.
17911         Don't crash when dumping a message with an empty body.
17912
17913
17914 2006-02-09  Wim Taymans  <wim@fluendo.com>
17915
17916         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
17917         Added more meaningfull warnings when something goes wrong.
17918         Clear F bit on outgoing AMR packets.
17919
17920         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
17921         (gst_rtp_amr_pay_handle_buffer):
17922         Added debugging category
17923         Support payloading of multiple AMR frames.
17924
17925         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
17926         Added some debugging.
17927
17928 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17929
17930         * configure.ac:
17931           Back to CVS
17932
17933 === release 0.10.2 ===
17934
17935 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17936
17937         * configure.ac:
17938           releasing 0.10.2, "Papa was a rolling stone"
17939
17940 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17941
17942         * configure.ac:
17943           Bump core and plugins-base requirement to 0.10.2.2
17944           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
17945
17946 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17947
17948         * ext/flac/gstflac.c: (plugin_init):
17949         * ext/speex/gstspeex.c: (plugin_init):
17950           Register musicbrainz tags.
17951
17952 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17953
17954         * ext/gconf/gconf.h:
17955           Remove declaration of function that no longer exists.
17956
17957 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17958
17959         * ext/shout2/gstshout2.c: (gst_shout2send_render),
17960         (gst_shout2send_setcaps), (gst_shout2send_change_state):
17961         Make shout2 work for non ogg streams
17962
17963 2006-02-06  Wim Taymans  <wim@fluendo.com>
17964
17965         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
17966         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
17967         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
17968         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
17969         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
17970         * gst/udp/gstmultiudpsink.h:
17971         Updated docs.
17972         Added properties bytes-served, bytes_to_serve.
17973         Post proper error messages,
17974         Emit client added signal too.
17975
17976 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17977
17978         * docs/plugins/Makefile.am:
17979         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17980         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17981         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
17982         (gst_multiudpsink_get_stats):
17983           adding docs for multiudpsink
17984
17985 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17986
17987         * gst/level/gstlevel.c: (gst_level_transform_ip):
17988           peak below decay is not necessarily an error, so don't ERROR log
17989
17990 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17991
17992         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
17993         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
17994         (gst_ebml_write_seek):
17995         * gst/matroska/ebml-write.h:
17996           Make sure we send a newsegment event in BYTES format
17997           before sending buffers (#328531).
17998
17999 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18000
18001         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
18002         (gst_dvdemux_sink_query):
18003         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
18004         * ext/speex/gstspeexdec.c: (speex_get_query_types),
18005         (speex_dec_src_query):
18006         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
18007         (gst_speexenc_sink_query):
18008         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
18009         * gst/matroska/matroska-demux.c:
18010         (gst_matroska_demux_get_src_query_types),
18011         (gst_matroska_demux_handle_src_query):
18012         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
18013         (gst_wavparse_pad_query):
18014           Pass unhandled queries upstream instead of just dropping
18015           them (#326446). Update query type arrays here and there.
18016
18017 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18018
18019         * tests/check/elements/matroskamux.c: (setup_src_pad):
18020           Collectpads in core got changed and now also holds a
18021           reference to any pad that is part of it. Fix refcount
18022           checks in test case accordingly.
18023
18024 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18025
18026         * gst/apetag/gstapedemux.h:
18027           Fix include, for now GstTagDemux is in the apetag dir.
18028
18029 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18030
18031         * docs/plugins/Makefile.am:
18032         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18033         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18034         * docs/plugins/inspect/plugin-cdio.xml:
18035           Add cdio plugin to docs.
18036
18037         * ext/cdio/gstcdiocddasrc.c:
18038           Add gtk-doc blurb.
18039
18040         * ext/cdio/gstcdio.c:
18041           The plugin is called 'cdio' not 'cddio'.
18042
18043 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18044
18045         * configure.ac:
18046         * docs/plugins/Makefile.am:
18047         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18048         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18049         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18050         * docs/plugins/inspect/plugin-apetag.xml:
18051         * gst/apetag/Makefile.am:
18052         * gst/apetag/gstapedemux.c:
18053         * gst/apetag/gstapedemux.h:
18054         * gst/apetag/gsttagdemux.c:
18055         * gst/apetag/gsttagdemux.h:
18056           Add APE tag demuxer (#325649).
18057
18058 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18059
18060         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
18061         (gst_gconf_get_default_video_sink),
18062         (gst_gconf_get_default_audio_src),
18063         (gst_gconf_get_default_video_src):
18064         * ext/gconf/gconf.h:
18065         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
18066         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
18067         (do_toggle_element):
18068         * ext/gconf/gstgconfaudiosink.h:
18069         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
18070         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18071         (do_toggle_element):
18072         * ext/gconf/gstgconfaudiosrc.h:
18073         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
18074         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
18075         (do_toggle_element):
18076         * ext/gconf/gstgconfvideosink.h:
18077         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
18078         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18079         (do_toggle_element):
18080         * ext/gconf/gstgconfvideosrc.h:
18081           Ignore changing the GConf key to "". Ignore GConf key updates
18082           that don't actually change the string.
18083           For now, ignore the GConf key when the state is > READY, as
18084           it breaks streaming. Sometime it will be nice to bring the
18085           new sink online even mid-stream, by sending NEWSEGMENT info
18086           and possibly prerolling.
18087           (Fixes #326736)
18088
18089 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18090
18091         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
18092         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
18093         (zoomFilterSetResolution), (zoomFilterDestroy),
18094         (zoomFilterFastRGB), (pointFilter):
18095         * gst/goom/filters.h:
18096         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
18097         (goom_update), (goom_close):
18098         * gst/goom/goom_core.h:
18099         * gst/goom/goom_tools.h:
18100         * gst/goom/graphic.c:
18101         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18102         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
18103         * gst/goom/gstgoom.h:
18104         * gst/goom/lines.c: (goom_lines):
18105         * gst/goom/lines.h:
18106           Make goom reentrant by moving all important static variables
18107           into instance structures.
18108           (Fixes #329181)
18109
18110 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
18111
18112         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
18113         (gst_avi_demux_all_source_pads_unlinked),
18114         (gst_avi_demux_process_next_entry):
18115         * gst/avi/gstavidemux.h:
18116           Third attempt, use gst_pad_is_linked() this time.
18117
18118 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
18119
18120         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18121         (parse_split_strings):
18122         Adjust for data length indicators when parsing (Fixes #329810)
18123         Fix stupid bug parsing UTF-8 tag text.
18124         Output tag strings with multiple fields as multiple tags, so the
18125         app gets all the data.
18126
18127 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18128
18129         * ext/flac/gstflacenc.c:
18130         Fixed a bug add in last commit, where no event is send. Thanks Tim to
18131         show me.
18132         
18133 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18134
18135         * ext/flac/gstflacenc.c:
18136         * gst/matroska/ebml-read.c:
18137         Just make it compile with --disable-gst-debug.
18138
18139 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
18140
18141         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
18142         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
18143         (id3v2_genre_fields_to_taglist):
18144           Never output a tag with a null contents string.
18145
18146 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18147
18148         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
18149           Only pause if all pads are unlinked AND we've tried to send data
18150           on all of them at least once.
18151
18152 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18153
18154         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
18155         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
18156           Make loop function/task pause itself when all source pads are
18157           unlinked.
18158
18159 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18160
18161         * configure.ac:
18162         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
18163           Use new functions from core to render a bin from a
18164           string. Fixes build. Up requirements to core CVS.
18165
18166 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18167
18168         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
18169           Don't push buffers into the adapter that we are going to
18170           push downstream again without framing anyway. Also, the
18171           adaptor takes ownership of buffers put into it (fixes
18172           auparse pushing invalid buffers for .au files with
18173           ADPCM contents). Finally, set caps on all outgoing buffers.
18174
18175 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18176
18177         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
18178         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
18179         (gst_id3demux_send_tag_event):
18180         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
18181         Someone should kick my butt. Remove ID3v1 tags from the end of the
18182         file.
18183
18184         Improve error messages. Send the TAG message as soon as we complete
18185         typefinding, instead of waiting until we send the first buffer.
18186         Downstream tag event is still sent before the first buffer.
18187
18188 2006-01-27  Jan Gerber  <j@bootlab.org>
18189
18190         Reviewed by: Andy Wingo <wingo@pobox.com>
18191
18192         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
18193         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
18194         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
18195         to not have warings flooding stderr. this is the suggested way
18196         also used in dvgrab and kino. (#328336)
18197
18198 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18199
18200         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
18201         (gst_oss_sink_init), (gst_oss_sink_finalise):
18202           Free the device name string when finalised.
18203
18204 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
18205
18206         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
18207           Don't put function calls in g_return_if_fail() statements,
18208           or they'll be replaced with NOOPs if someone compiles with
18209           G_DISABLE_CHECKS defined.
18210           
18211 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
18212
18213         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18214         Never trust ANY information encoded in a media file, especially
18215         when it's giving you sizes. (Fixes #328452)
18216
18217 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
18218
18219         * gst/rtp/gstrtpg711pay.c:
18220         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
18221         bug #325148.
18222
18223 2006-01-23  Edward Hervey  <edward@fluendo.com>
18224
18225         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
18226         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
18227         * gst/matroska/matroska-ids.h:
18228         Added recognition of Real Audio and Video streams in matroska demuxer.
18229
18230 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18231
18232         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
18233           Remove errant break statement, and fix compilation with
18234           older GCC.
18235
18236 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
18237
18238         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18239
18240         * sys/sunaudio/gstsunaudiomixerctrl.c:
18241         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
18242           Export functions that are needed in other parts of the code,
18243           makes the mixer actually work; adjust magic minimum buffer-time
18244           value from 3ms to 5ms to work around stuttering during mp3
18245           playback (#327765).
18246
18247 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
18248
18249         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18250
18251         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
18252         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
18253           Fix possible deadlock in matroska muxer (#327825).
18254
18255 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
18256
18257         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
18258         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
18259         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
18260         * gst/rtsp/sdpmessage.h:
18261         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
18262         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
18263           C89 fixes: declare variables at the beginning of a block and
18264           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
18265           <jensgr at gmx dot net>).
18266
18267 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18268
18269         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18270         * gst/id3demux/id3tags.h:
18271         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18272         (parse_comment_frame), (parse_text_identification_frame),
18273         (id3v2_tag_to_taglist), (id3v2_are_digits),
18274         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
18275         (parse_split_strings), (free_tag_strings):
18276           Rewrite parsing of text tags to handle multiple NULL terminated
18277           strings. Parse numeric genre strings and ID3v2 type
18278           "(3)(6)Alternative" style genre strings.
18279           Parse dates that are only YYYY or YYYY-mm format.
18280           (Fixes #328241 and #322154)
18281
18282 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
18283
18284         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
18285           Don't forget to initialize liboil, otherwise our oil functions
18286           will crash (fixes #327871; patch by: Christoph Burghardt
18287           <hawkes at web dot de>).
18288
18289 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18290
18291         * configure.ac:
18292           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
18293           like in the core and gst-plugins-base. Fixes #324367 and #326683;
18294           patch by: Brian Cameron <brian dot cameron at sun dot com>
18295
18296 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18297
18298         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
18299         * ext/cdio/gstcdio.h:
18300         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
18301           Fix build for libcdio versions >= 76; give slightly lower rank
18302           than cdparanoia.
18303
18304 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18305
18306         * configure.ac:
18307         * ext/Makefile.am:
18308         * ext/cdio/Makefile.am:
18309         * ext/cdio/gstcdio.c:
18310         * ext/cdio/gstcdio.h:
18311         * ext/cdio/gstcdiocddasrc.c:
18312         * ext/cdio/gstcdiocddasrc.h:
18313           Port libcdio cdda source, formerly known as cddasrc, now known as
18314           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
18315           but that's not tested (fixes #317658).
18316
18317 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18318
18319         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
18320           Fix conversion from TIME to BYTES format (fixes #326864;
18321           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
18322
18323 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
18324
18325         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18326           Fix compilation of id3demux when zlib is not present.
18327           (Fixes #326602; patch by: Sergey Scobich)
18328
18329 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
18330
18331         * ext/esd/Makefile.am:
18332           Add $(ESD_CFLAGS), otherwise build will fail for folks
18333           with libesd in a non-standard prefix (#327009).
18334
18335 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18336
18337         * configure.ac:
18338           back to HEAD
18339
18340 === release 0.10.1 ===
18341
18342 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
18343
18344         * configure.ac:
18345           releasing 0.10.1, "Li"
18346
18347 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18348
18349           patch by: Wim Taymans
18350
18351         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18352           fix memleak.  Fixes #326618
18353
18354 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18355
18356           patch by: Mike Smith
18357
18358         * gst/level/gstlevel.c: (gst_level_message_new),
18359         (gst_level_message_append_channel):
18360           Fix memleak.  Fixes #326612
18361
18362 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18363
18364         * configure.ac:
18365           prereleasing
18366         * po/af.po:
18367         * po/az.po:
18368         * po/cs.po:
18369         * po/en_GB.po:
18370         * po/hu.po:
18371         * po/it.po:
18372         * po/nb.po:
18373         * po/nl.po:
18374         * po/or.po:
18375         * po/sq.po:
18376         * po/sr.po:
18377         * po/sv.po:
18378         * po/uk.po:
18379         * po/vi.po:
18380           update translations
18381
18382 2006-01-10  Michael Smith  <msmith@fluendo.com>
18383
18384         * gst/level/gstlevel.c: (gst_level_class_init),
18385         (gst_level_dispose):
18386           Don't leak filter arrays.
18387
18388 2006-01-09 Brian Cameron <brian.cameron@sun.com>
18389
18390         reviewed by: Christian Schaller <uraeus@gnome.org>
18391         
18392         * configure.ac:
18393         * gst-plugins-good.spec.in:
18394         * sys/Makefile.am:
18395         * sys/sunaudio/Makefile.am:
18396         * sys/sunaudio/gstsunaudio.c: (plugin_init):
18397         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
18398         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
18399         (gst_sunaudiomixer_change_state):
18400         * sys/sunaudio/gstsunaudiomixer.h:
18401         * sys/sunaudio/gstsunaudiomixerctrl.c:
18402         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
18403         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
18404         (gst_sunaudiomixer_ctrl_list_tracks),
18405         (gst_sunaudiomixer_ctrl_get_volume),
18406         (gst_sunaudiomixer_ctrl_set_volume),
18407         (gst_sunaudiomixer_ctrl_set_mute),
18408         (gst_sunaudiomixer_ctrl_set_record):
18409         * sys/sunaudio/gstsunaudiomixerctrl.h:
18410         * sys/sunaudio/gstsunaudiomixertrack.c:
18411         (gst_sunaudiomixer_track_class_init),
18412         (gst_sunaudiomixer_track_init), (fill_labels),
18413         (gst_sunaudiomixer_track_new):
18414         * sys/sunaudio/gstsunaudiomixertrack.h:
18415         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
18416         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
18417         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
18418         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
18419         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
18420         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
18421         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
18422         * sys/sunaudio/gstsunaudiosink.h:
18423
18424         Add SunAudio plugin - tested to make sure it doesn't break
18425         the build under GNU/Linux.      
18426
18427 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
18428
18429         * gst-plugins-good/gst/udp/gstdynudpsink.c:
18430         * gst-plugins-good/gst/udp/gstudpsrc.c:
18431         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
18432         overrides the port or multicast parameters. Fixes bugs #323021.
18433         API addition: adds GstUDPSrc::sockfd property   
18434
18435 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
18436
18437         * ext/gconf/Makefile.am:
18438         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
18439         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
18440         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18441         (do_toggle_element), (cb_toggle_element),
18442         (gst_gconf_audio_src_change_state):
18443         * ext/gconf/gstgconfaudiosrc.h:
18444         * ext/gconf/gstgconfelements.c: (plugin_init):
18445         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
18446         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
18447         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18448         (do_toggle_element), (cb_toggle_element),
18449         (gst_gconf_video_src_change_state):
18450         * ext/gconf/gstgconfvideosrc.h:
18451           Add new gconfaudiosrc and gconfvideosrc elements
18452           (needed for gnome-sound-recorder).
18453
18454 2006-01-06  Edward Hervey  <edward@fluendo.com>
18455
18456         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
18457         Add gst_element_no_more_pads() for proper decodebin behaviour.
18458         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
18459         (parse_text_identification_frame), (parse_split_strings):
18460         Failure to decode some tags is not a GST_ERROR() but a
18461         GST_WARNING()
18462         When iterating over a chunk of text, check that we haven't gone too
18463         far.
18464
18465 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
18466
18467         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
18468         (plugin_init):
18469           call oil_init() when using liboil
18470
18471 2006-01-04  Wim Taymans  <wim@fluendo.com>
18472
18473         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
18474         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18475         Fix leaks.
18476
18477 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
18478
18479         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18480
18481         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
18482         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
18483         (gst_flac_dec_change_state):
18484           Don't g_assert() where we should just return FALSE; remove
18485           unnecessary g_assert(); initialize some fields properly in
18486           state change function (fixes #325504). Also, use
18487           GST_DEBUG_OBJECT in two more places.
18488
18489 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18490
18491         * configure.ac:
18492           also remove smoothwave's Makefile.am
18493         * docs/plugins/Makefile.am:
18494           fix plugin docs
18495
18496 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18497
18498         * tests/examples/Makefile.am:
18499           added missing Makefile.am
18500
18501 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18502
18503         * configure.ac:
18504         * gst/level/Makefile.am:
18505         * gst/level/level-example.c:
18506         * tests/Makefile.am:
18507         * tests/examples/level/Makefile.am:
18508         * tests/examples/level/level-example.c: (message_handler), (main):
18509           moved level-example to tests/examples/level-example
18510         * tests/old/examples/level/demo.c: (main):
18511         * tests/old/examples/level/plot.c: (main):
18512           some initial fixes
18513
18514 2005-12-29  Michael Smith  <msmith@fluendo.com>
18515
18516         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
18517         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
18518         * gst/udp/gstmultiudpsink.h:
18519           Track packets sent per client in addition to bytes sent; provide
18520           this info through get-stats signal
18521
18522 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18523
18524         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
18525           Can't use gst_object_unref() on a GstAdapter (#325191).
18526
18527 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
18528
18529         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18530         If a broken tag has 0 bytes payload, at least still skip
18531         the 10 byte header
18532
18533 2005-12-22  Philippe Khalaf  <burger@speedy.org>
18534
18535         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
18536         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
18537         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
18538         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
18539           Making these depayloaders (H263+ and mpeg4 video) inherit from
18540           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
18541
18542 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
18543
18544         * docs/plugins/gst-plugins-good-plugins.args:
18545         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18546         Regenerate the plugin hiearchy.
18547
18548 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
18549
18550         * docs/plugins/Makefile.am:
18551         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18552         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18553         * docs/plugins/gst-plugins-good-plugins.args:
18554         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
18555         (gst_id3demux_base_init), (gst_id3demux_class_init),
18556         (gst_id3demux_chain):
18557         * gst/id3demux/gstid3demux.h:
18558           Add documentation for id3demux.
18559           Don't fail if the first buffer is not at offset 0, just
18560           attempt to typefind and do pass through
18561           Rename the gst_type function from gst_gst_id3demux..
18562
18563 2005-12-20  Michael Smith  <msmith@fluendo.com>
18564
18565         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
18566         (gst_multiudpsink_add), (gst_multiudpsink_remove),
18567         (gst_multiudpsink_get_stats):
18568         * gst/udp/gstmultiudpsink.h:
18569           Collect statistics; return them from get_stats.
18570
18571 2005-12-19  Edward Hervey  <edward@fluendo.com>
18572
18573         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
18574         Stupid signedness issue...
18575
18576 2005-12-19  Edward Hervey  <edward@fluendo.com>
18577
18578         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
18579         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
18580         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
18581         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
18582         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
18583         Construct index for indexless files.
18584         Make sure pad/buffers are correctly reset to NULL once we don't need
18585         them anymore, else we get lovely segfaults/assertions.
18586         * gst/wavparse/gstwavparse.c:
18587         Yes, you can have 96KHz audio and wma in wav :(
18588
18589 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
18590
18591         * configure.ac:
18592           Check for optional dependency on zlib for id3demux
18593
18594         * gst/id3demux/Makefile.am:
18595         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
18596         (gst_id3demux_base_init), (gst_id3demux_class_init),
18597         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
18598         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
18599         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
18600         (gst_id3demux_set_property), (gst_id3demux_get_property),
18601         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
18602         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
18603         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
18604         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
18605         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
18606         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
18607         (simple_find_peek), (simple_find_suggest),
18608         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
18609         (plugin_init):
18610         * gst/id3demux/gstid3demux.h:
18611         * gst/id3demux/id3tags.c: (read_synch_uint),
18612         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
18613         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
18614         (id3demux_id3v2_frames_to_tag_list):
18615         * gst/id3demux/id3tags.h:
18616         * gst/id3demux/id3v2.4.0-frames.txt:
18617         * gst/id3demux/id3v2.4.0-structure.txt:
18618         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18619         (parse_comment_frame), (parse_text_identification_frame),
18620         (id3v2_tag_to_taglist), (parse_split_strings):
18621           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
18622           otherwise it discards them. Works on my test files. 
18623
18624         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
18625           Don't send EOS to a non-existing srcpad
18626           The debug category can be static
18627
18628 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
18629
18630         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
18631         * ext/esd/esdsink.c: (gst_esdsink_prepare):
18632         * gst/multipart/multipartdemux.c:
18633           change some char* into char[]
18634
18635 2005-12-16  Wim Taymans  <wim@fluendo.com>
18636
18637         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
18638         (gst_wavparse_other), (gst_wavparse_perform_seek),
18639         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
18640         (gst_wavparse_loop), (gst_wavparse_pad_convert),
18641         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
18642         * gst/wavparse/gstwavparse.h:
18643         Use GstSegment to implement more seeking features.
18644
18645 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18646
18647         * gst/rtsp/rtspconnection.c:
18648           Add <netinet/in.h> include and move <arpa/inet.h> include
18649           to make things work on OpenBSD as well (fixes #323717;
18650           patch by: Benjamin Pineau)
18651
18652 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
18653
18654         * gst/rtp/gstrtpspeexdepay.c:
18655         * gst/rtp/gstrtpspeexpay.c:
18656         Set clock rate to be fixed in 8000. It fixes bug #324012.
18657
18658 2005-12-14  Philippe Khalaf  <burger@speedy.org>
18659
18660         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
18661         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
18662         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
18663         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
18664         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
18665         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
18666         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
18667         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
18668         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
18669         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
18670         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
18671         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
18672         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
18673         * gst-plugins-good/gst/rtp/README:
18674         Fixed payload range in payloder caps. Removed payload range completely
18675         from depayloaders as they don't require payload type in their caps.
18676         In effect, there isn't any specific payload type for any given codec,
18677         only suggestions.
18678         Fixes bug #324011.
18679
18680 2005-12-13  Julien MOUTTE  <julien@moutte.net>
18681
18682         * gst/videomixer/videomixer.c: (gst_videomixer_init),
18683         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
18684         (gst_videomixer_collected): Code cleanup and re-enabling 
18685         queued time validity check for correct EOS handling.
18686
18687 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
18688
18689         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
18690         (gst_oss_mixer_element_get_property),
18691         (gst_oss_mixer_element_change_state):
18692         Add 'device-name' property and fix state change function.
18693
18694 2005-12-13  Edward Hervey  <edward@fluendo.com>
18695
18696         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
18697         If the speed of the file is null in the header, set the frame_time to
18698         the default setting of GST_SECOND / 70. Which is the default
18699         frame_delay for .fli files as stated in this document :
18700         http://www.compuphase.com/flic.htm
18701         Would be nice to have the time conversion done properly too (duration =
18702         flxh->frames * flxdec->frame_time)
18703
18704 2005-12-12  Julien MOUTTE  <julien@moutte.net>
18705
18706         * docs/plugins/Makefile.am:
18707         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18708         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18709         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18710         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
18711         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
18712         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
18713         documentation for videomixer on my way with a funny sample
18714         pipeline.
18715
18716 2005-12-12  Julien MOUTTE  <julien@moutte.net>
18717
18718         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
18719         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
18720         (gst_videomixer_update_queues), (gst_videomixer_collected):
18721         Fix caps negotiation. (#323896)
18722
18723 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
18724
18725         * gst/matroska/matroska-demux.c:
18726         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
18727           Set correct timestamps on audio laces, fixes playback of mp3 from
18728                 matroska.
18729
18730 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
18731
18732         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
18733         (gst_au_parse_class_init), (gst_au_parse_init),
18734         (gst_au_parse_dispose), (gst_au_parse_chain),
18735         (gst_au_parse_change_state), (plugin_init):
18736         * gst/auparse/gstauparse.h:
18737           Use gst_object_unref() for GstObjects instead of
18738           g_object_unref() and fix a mem leak in a debug
18739           statement; while we're at it, also borgify, use
18740           boilerplate macros and clean up a little bit.
18741
18742 2005-12-11  Edward Hervey  <edward@fluendo.com>
18743
18744         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
18745         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
18746         Added pull mode.
18747
18748 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
18749
18750         * gst/goom/gstgoom.c:
18751         * gst/level/level-example.c: (main):
18752         * gst/smoothwave/demo-osssrc.c: (main):
18753           Use audiotestsrc instead of sinesrc (#323798).
18754
18755 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
18756
18757         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
18758           more debug-func-ptr usage
18759
18760 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
18761
18762         * gst/flx/flx_color.c: (flx_colorspace_convert):
18763         * gst/flx/flx_color.h:
18764         * gst/flx/flx_fmt.h:
18765         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
18766         * gst/flx/gstflxdec.h:
18767           Now flxdec works on big-endian machines as well.
18768
18769 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
18770
18771         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
18772         (gst_fenced_buffer_copy):
18773           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
18774           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
18775           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
18776           and use GST_DEBUG_FUNCPTR for pad functions.
18777
18778 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
18779
18780         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
18781         (gst_flac_dec_class_init), (gst_flac_dec_init),
18782         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
18783         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
18784         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
18785         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
18786         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
18787         (gst_flac_dec_change_state):
18788         * ext/flac/gstflacdec.h:
18789           Rewrite flacdec a bit, so that even seeking might work now. Most
18790           importantly, don't act upon any flow return values we get, just tell
18791           the decoder everything's dandy and act on the flow return values
18792           later on in the loop function. We don't want to mess up the internal
18793           decoder state for non-fatal things like flushing pads etc. Other
18794           than that, use GstSegment (segment seeks don't work yet though, but
18795           should be easy to add), use boilerplate macros, drop the superfluous
18796           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
18797           lots of other things.
18798
18799 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
18800
18801         * configure.ac:
18802           Update comment in OSS includes check.
18803
18804         * sys/oss/gstossdmabuffer.c:
18805         * sys/oss/gstosshelper.c:
18806         * sys/oss/gstossmixer.c:
18807         * sys/oss/gstossmixertrack.c:
18808         * sys/oss/gstosssink.c:
18809         * sys/oss/gstosssrc.c:
18810         * sys/oss/oss_probe.c:
18811           Don't assume the OSS soundcard.h include is always in
18812           the sys/ directory. Instead, use the existing defines
18813           from config.h to include the right file. Fixes
18814           compilation on OpenBSD 3.8 (#323718).
18815
18816 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18817
18818         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18819         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18820         * docs/plugins/inspect/plugin-1394.xml:
18821         * docs/plugins/inspect/plugin-aasink.xml:
18822         * docs/plugins/inspect/plugin-alaw.xml:
18823         * docs/plugins/inspect/plugin-alpha.xml:
18824         * docs/plugins/inspect/plugin-alphacolor.xml:
18825         * docs/plugins/inspect/plugin-auparse.xml:
18826         * docs/plugins/inspect/plugin-autodetect.xml:
18827         * docs/plugins/inspect/plugin-avi.xml:
18828         * docs/plugins/inspect/plugin-cacasink.xml:
18829         * docs/plugins/inspect/plugin-cairo.xml:
18830         * docs/plugins/inspect/plugin-cutter.xml:
18831         * docs/plugins/inspect/plugin-debug.xml:
18832         * docs/plugins/inspect/plugin-dv.xml:
18833         * docs/plugins/inspect/plugin-efence.xml:
18834         * docs/plugins/inspect/plugin-effectv.xml:
18835         * docs/plugins/inspect/plugin-esdsink.xml:
18836         * docs/plugins/inspect/plugin-flac.xml:
18837         * docs/plugins/inspect/plugin-flxdec.xml:
18838         * docs/plugins/inspect/plugin-gconfelements.xml:
18839         * docs/plugins/inspect/plugin-goom.xml:
18840         * docs/plugins/inspect/plugin-jpeg.xml:
18841         * docs/plugins/inspect/plugin-level.xml:
18842         * docs/plugins/inspect/plugin-matroska.xml:
18843         * docs/plugins/inspect/plugin-mulaw.xml:
18844         * docs/plugins/inspect/plugin-multipart.xml:
18845         * docs/plugins/inspect/plugin-navigationtest.xml:
18846         * docs/plugins/inspect/plugin-ossaudio.xml:
18847         * docs/plugins/inspect/plugin-png.xml:
18848         * docs/plugins/inspect/plugin-rtp.xml:
18849         * docs/plugins/inspect/plugin-rtsp.xml:
18850         * docs/plugins/inspect/plugin-shout2send.xml:
18851         * docs/plugins/inspect/plugin-smpte.xml:
18852         * docs/plugins/inspect/plugin-speex.xml:
18853         * docs/plugins/inspect/plugin-udp.xml:
18854         * docs/plugins/inspect/plugin-videobox.xml:
18855         * docs/plugins/inspect/plugin-videoflip.xml:
18856         * docs/plugins/inspect/plugin-videomixer.xml:
18857         * docs/plugins/inspect/plugin-wavenc.xml:
18858         * docs/plugins/inspect/plugin-wavparse.xml:
18859         * ext/flac/gstflac.c: (plugin_init):
18860         * ext/flac/gstflacdec.c: (flacdec_get_type),
18861         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
18862         (gst_flac_dec_init), (gst_flac_dec_finalize),
18863         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
18864         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
18865         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
18866         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
18867         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
18868         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
18869         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
18870         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
18871         * ext/flac/gstflacdec.h:
18872         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
18873         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
18874         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
18875         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
18876         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
18877         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
18878         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
18879         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
18880         (gst_flac_enc_change_state):
18881         * ext/flac/gstflacenc.h:
18882           borgify and fix up documentation
18883
18884 2005-12-09  Michael Smith  <msmith@fluendo.com>
18885
18886         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
18887           Accept a wider range of flac files, more closely matching flac spec.
18888
18889 2005-12-08  Julien MOUTTE  <julien@moutte.net>
18890
18891         * docs/plugins/Makefile.am: Add multipart elements.
18892         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18893         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
18894         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18895         * gst/multipart/multipartdemux.c:
18896         * gst/multipart/multipartmux.c: Add docs.
18897
18898 2005-12-07  Edward Hervey  <edward@fluendo.com>
18899
18900         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
18901         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
18902         (gst_avi_demux_invert):
18903         Memleak and crasher fixes.
18904         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
18905         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
18906         Memleak fixes
18907
18908 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18909
18910         * ext/aalib/gstaasink.h:
18911         * ext/cairo/gsttextoverlay.h:
18912         * ext/dv/gstdvdec.h:
18913         * ext/dv/gstdvdemux.c:
18914         * ext/dv/gstdvdemux.h:
18915         * ext/esd/esdsink.h:
18916         * ext/flac/flac_compat.h:
18917         * ext/flac/gstflacdec.h:
18918         * ext/flac/gstflacenc.h:
18919         * ext/gconf/gconf.h:
18920         * ext/gconf/gstgconfaudiosink.h:
18921         * ext/gconf/gstgconfvideosink.h:
18922         * ext/gdk_pixbuf/gstgdkanimation.h:
18923         * ext/jpeg/gstjpegdec.h:
18924         * ext/jpeg/smokecodec.h:
18925         * ext/jpeg/smokeformat.h:
18926         * ext/ladspa/gstsignalprocessor.h:
18927         * ext/ladspa/search.c: (LADSPAPluginSearch):
18928         * ext/ladspa/utils.h:
18929         * ext/libmng/gstmng.c:
18930         * ext/libmng/gstmngdec.h:
18931         * ext/libmng/gstmngenc.c:
18932         * ext/libmng/gstmngenc.h:
18933         * ext/libpng/gstpng.c:
18934         * ext/libpng/gstpngenc.c:
18935         * ext/libpng/gstpngenc.h:
18936         * ext/shout2/gstshout2.h:
18937         * ext/speex/gstspeexdec.h:
18938         * ext/speex/gstspeexenc.c:
18939         * ext/speex/gstspeexenc.h:
18940         * gst/auparse/gstauparse.c: (gst_auparse_chain):
18941         * gst/autodetect/gstautoaudiosink.h:
18942         * gst/autodetect/gstautovideosink.h:
18943         * gst/avi/gstavidemux.h:
18944         * gst/cutter/gstcutter.c: (gst_cutter_chain),
18945         (gst_cutter_set_property), (gst_cutter_get_caps):
18946         * gst/cutter/gstcutter.h:
18947         * gst/debug/tests.c: (md5_process_block):
18948         * gst/debug/tests.h:
18949         * gst/effectv/gstwarp.c:
18950         * gst/flx/flx_fmt.h:
18951         * gst/flx/gstflxdec.h:
18952         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
18953         (zoomFilterFastRGB):
18954         * gst/goom/filters.h:
18955         * gst/goom/goom_tools.h:
18956         * gst/law/alaw-encode.c:
18957         * gst/level/gstlevel.c:
18958         * gst/level/gstlevel.h:
18959         * gst/matroska/ebml-write.h:
18960         * gst/matroska/matroska-demux.h:
18961         * gst/matroska/matroska-ids.h:
18962         * gst/matroska/matroska-mux.h:
18963         * gst/monoscope/convolve.c: (convolve_match):
18964         * gst/monoscope/convolve.h:
18965         * gst/multipart/multipartmux.c:
18966         * gst/oldcore/gstaggregator.c:
18967         * gst/oldcore/gstaggregator.h:
18968         * gst/oldcore/gstmd5sink.c: (md5_process_block):
18969         * gst/oldcore/gstmd5sink.h:
18970         * gst/oldcore/gstmultifilesrc.c:
18971         * gst/oldcore/gstmultifilesrc.h:
18972         * gst/oldcore/gstpipefilter.h:
18973         * gst/oldcore/gstshaper.h:
18974         * gst/rtp/gstrtpL16depay.h:
18975         * gst/rtp/gstrtpL16pay.h:
18976         * gst/rtp/gstrtpdepay.h:
18977         * gst/rtp/gstrtpmp4vpay.c:
18978         * gst/rtp/gstrtpmp4vpay.h:
18979         * gst/rtsp/gstrtspsrc.c:
18980         * gst/rtsp/gstrtspsrc.h:
18981         * gst/rtsp/rtspconnection.h:
18982         * gst/rtsp/rtspdefs.h:
18983         * gst/rtsp/rtspmessage.h:
18984         * gst/rtsp/rtsptransport.h:
18985         * gst/rtsp/rtspurl.c:
18986         * gst/rtsp/rtspurl.h:
18987         * gst/rtsp/sdpmessage.c:
18988         * gst/rtsp/sdpmessage.h:
18989         * gst/smpte/barboxwipes.c:
18990         * gst/smpte/gstmask.h:
18991         * gst/smpte/gstsmpte.h:
18992         * gst/smpte/paint.c:
18993         * gst/smpte/paint.h:
18994         * gst/udp/gstdynudpsink.h:
18995         * gst/udp/gstmultiudpsink.h:
18996         * gst/udp/gstudpsink.c:
18997         * gst/udp/gstudpsink.h:
18998         * gst/udp/gstudpsrc.c:
18999         * gst/videomixer/videomixer.c:
19000         * gst/wavenc/riff.h:
19001         * gst/wavparse/gstwavparse.h:
19002         * sys/oss/gstossdmabuffer.h:
19003         * sys/oss/gstossmixer.h:
19004         * sys/oss/gstossmixerelement.h:
19005         * sys/oss/gstossmixertrack.h:
19006         * sys/oss/gstosssink.c:
19007         * sys/oss/gstosssink.h:
19008         * sys/oss/gstosssrc.c:
19009         * sys/oss/gstosssrc.h:
19010         * sys/osxaudio/gstosxaudioelement.h:
19011         * sys/osxaudio/gstosxaudiosink.h:
19012         * sys/osxaudio/gstosxaudiosrc.h:
19013           expand tabs
19014
19015 === release 0.10.0 ===
19016
19017 2005-12-05   <thomas (at) apestaart (dot) org>
19018
19019         * configure.ac:
19020           releasing 0.10.0, "Abondance"
19021
19022 2005-12-05  Andy Wingo  <wingo@pobox.com>
19023
19024         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19025         * ext/flac/gstflacdec.c: (gst_flacdec_write):
19026         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
19027         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19028         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
19029         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
19030         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
19031         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
19032         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
19033         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19034         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19035         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19036         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19037         * gst/goom/gstgoom.c: (gst_goom_chain):
19038         * gst/matroska/matroska-demux.c:
19039         (gst_matroska_demux_push_vorbis_codec_priv_data),
19040         (gst_matroska_demux_add_wvpk_header):
19041         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
19042         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
19043         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
19044         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
19045         alloc_buffer changes.
19046
19047 2005-12-05  Michael Smith  <msmith@fluendo.com>
19048
19049         * docs/plugins/gst-plugins-good-plugins.args:
19050           Remove args for plugins that aren't in -good.
19051
19052 === release 0.9.7 ===
19053
19054 2005-12-01   <thomas (at) apestaart (dot) org>
19055
19056         * configure.ac:
19057           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
19058
19059 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19060
19061         * docs/plugins/.cvsignore:
19062         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19063         * docs/plugins/inspect/plugin-multipart.xml:
19064         * docs/plugins/inspect/plugin-rtp.xml:
19065           add multipart plugin to docs
19066
19067 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19068
19069         * configure.ac:
19070         * ext/Makefile.am:
19071         * ext/pango/Makefile.am:
19072         * ext/pango/gstclockoverlay.c:
19073         * ext/pango/gstclockoverlay.h:
19074         * ext/pango/gsttextoverlay.c:
19075         * ext/pango/gsttextoverlay.h:
19076         * ext/pango/gsttextrender.c:
19077         * ext/pango/gsttextrender.h:
19078         * ext/pango/gsttimeoverlay.c:
19079         * ext/pango/gsttimeoverlay.h:
19080           move pango to base
19081
19082 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19083
19084         * gst/rtp/Makefile.am:
19085         * gst/rtp/gstrtpL16depay.c:
19086         * gst/rtp/gstrtpL16depay.h:
19087         * gst/rtp/gstrtpL16parse.c:
19088         * gst/rtp/gstrtpL16parse.h:
19089         * gst/rtp/gstrtpgsmdepay.c:
19090         * gst/rtp/gstrtpgsmdepay.h:
19091         * gst/rtp/gstrtpgsmparse.c:
19092         * gst/rtp/gstrtpgsmparse.h:
19093           parsers are depayers
19094
19095 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19096
19097         * gst/rtp/Makefile.am:
19098         * gst/rtp/gstasteriskh263.c:
19099         * gst/rtp/gstrtp.c:
19100         * gst/rtp/gstrtpL16enc.c:
19101         * gst/rtp/gstrtpL16enc.h:
19102         * gst/rtp/gstrtpL16parse.c:
19103         * gst/rtp/gstrtpL16parse.h:
19104         * gst/rtp/gstrtpL16pay.c:
19105         * gst/rtp/gstrtpL16pay.h:
19106         * gst/rtp/gstrtpamrdec.c:
19107         * gst/rtp/gstrtpamrdec.h:
19108         * gst/rtp/gstrtpamrdepay.c:
19109         * gst/rtp/gstrtpamrdepay.h:
19110         * gst/rtp/gstrtpamrenc.c:
19111         * gst/rtp/gstrtpamrenc.h:
19112         * gst/rtp/gstrtpamrpay.c:
19113         * gst/rtp/gstrtpamrpay.h:
19114         * gst/rtp/gstrtpdec.c:
19115         * gst/rtp/gstrtpdec.h:
19116         * gst/rtp/gstrtpdepay.c:
19117         * gst/rtp/gstrtpdepay.h:
19118         * gst/rtp/gstrtpg711dec.c:
19119         * gst/rtp/gstrtpg711dec.h:
19120         * gst/rtp/gstrtpg711depay.c:
19121         * gst/rtp/gstrtpg711depay.h:
19122         * gst/rtp/gstrtpg711enc.c:
19123         * gst/rtp/gstrtpg711enc.h:
19124         * gst/rtp/gstrtpg711pay.c:
19125         * gst/rtp/gstrtpg711pay.h:
19126         * gst/rtp/gstrtpgsmenc.c:
19127         * gst/rtp/gstrtpgsmenc.h:
19128         * gst/rtp/gstrtpgsmparse.c:
19129         * gst/rtp/gstrtpgsmparse.h:
19130         * gst/rtp/gstrtpgsmpay.c:
19131         * gst/rtp/gstrtpgsmpay.h:
19132         * gst/rtp/gstrtph263enc.c:
19133         * gst/rtp/gstrtph263enc.h:
19134         * gst/rtp/gstrtph263pay.c:
19135         * gst/rtp/gstrtph263pay.h:
19136         * gst/rtp/gstrtph263pdec.c:
19137         * gst/rtp/gstrtph263pdec.h:
19138         * gst/rtp/gstrtph263pdepay.c:
19139         * gst/rtp/gstrtph263pdepay.h:
19140         * gst/rtp/gstrtph263penc.c:
19141         * gst/rtp/gstrtph263penc.h:
19142         * gst/rtp/gstrtph263ppay.c:
19143         * gst/rtp/gstrtph263ppay.h:
19144         * gst/rtp/gstrtpmp4vdec.c:
19145         * gst/rtp/gstrtpmp4vdec.h:
19146         * gst/rtp/gstrtpmp4vdepay.c:
19147         * gst/rtp/gstrtpmp4vdepay.h:
19148         * gst/rtp/gstrtpmp4venc.c:
19149         * gst/rtp/gstrtpmp4venc.h:
19150         * gst/rtp/gstrtpmp4vpay.c:
19151         * gst/rtp/gstrtpmp4vpay.h:
19152         * gst/rtp/gstrtpmpadec.c:
19153         * gst/rtp/gstrtpmpadec.h:
19154         * gst/rtp/gstrtpmpadepay.c:
19155         * gst/rtp/gstrtpmpadepay.h:
19156         * gst/rtp/gstrtpmpaenc.c:
19157         * gst/rtp/gstrtpmpaenc.h:
19158         * gst/rtp/gstrtpmpapay.c:
19159         * gst/rtp/gstrtpmpapay.h:
19160         * gst/rtp/gstrtpspeexdec.c:
19161         * gst/rtp/gstrtpspeexdec.h:
19162         * gst/rtp/gstrtpspeexdepay.c:
19163         * gst/rtp/gstrtpspeexdepay.h:
19164         * gst/rtp/gstrtpspeexenc.c:
19165         * gst/rtp/gstrtpspeexenc.h:
19166         * gst/rtp/gstrtpspeexpay.c:
19167         * gst/rtp/gstrtpspeexpay.h:
19168           Do burger's rename for rtp payloaders and depayloaders
19169
19170 2005-11-30  Wim Taymans  <wim@fluendo.com>
19171
19172         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19173         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
19174         * ext/dv/gstdvdemux.h:
19175         Fix seeking in dvdemux again, add some more debug info.
19176
19177 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19178
19179         * configure.ac:
19180           fix tests
19181
19182 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19183
19184         * PORTED_09:
19185         * docs/random/PORTED_09:
19186           move
19187         * tests/Makefile.am:
19188           add
19189         * win32/gst.sln:
19190           remove
19191
19192 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19193
19194         * Makefile.am:
19195         * check/.cvsignore:
19196         * check/Makefile.am:
19197         * check/elements/.cvsignore:
19198         * check/elements/level.c:
19199         * check/elements/matroskamux.c:
19200         * configure.ac:
19201         * examples/Makefile.am:
19202         * examples/capsfilter/Makefile.am:
19203         * examples/capsfilter/capsfilter1.c:
19204         * examples/gob/Makefile.am:
19205         * examples/gob/gst-identity2.gob:
19206         * examples/gstplay/.cvsignore:
19207         * examples/gstplay/Makefile.am:
19208         * examples/gstplay/player.c:
19209         * examples/indexing/.cvsignore:
19210         * examples/indexing/Makefile.am:
19211         * examples/indexing/indexmpeg.c:
19212         * examples/level/Makefile.am:
19213         * examples/level/README:
19214         * examples/level/demo.c:
19215         * examples/level/plot.c:
19216         * examples/stats/Makefile.am:
19217         * examples/stats/mp2ogg.c:
19218         * examples/switch/.cvsignore:
19219         * examples/switch/Makefile.am:
19220         * examples/switch/switcher.c:
19221           move under tests/
19222
19223 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19224
19225         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
19226         (gst_text_render_class_init), (resize_bitmap),
19227         (gst_text_render_render_text), (gst_text_render_setcaps),
19228         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
19229         (gst_text_render_chain), (gst_text_render_finalize),
19230         (gst_text_render_init), (gst_text_render_set_property):
19231         * ext/pango/gsttextrender.h:
19232           Add missing files.
19233
19234 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19235
19236         * configure.ac:
19237         * ext/Makefile.am:
19238         * ext/pango/Makefile.am:
19239         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
19240         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
19241         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
19242         * ext/pango/gstclockoverlay.h:
19243         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
19244         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
19245         (gst_text_overlay_finalize), (gst_text_overlay_init),
19246         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
19247         (gst_text_overlay_text_pad_linked),
19248         (gst_text_overlay_text_pad_unlinked),
19249         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
19250         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
19251         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
19252         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19253         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19254         (gst_text_overlay_change_state), (plugin_init):
19255         * ext/pango/gsttextoverlay.h:
19256         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
19257         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
19258         (gst_time_overlay_class_init), (gst_time_overlay_init):
19259         * ext/pango/gsttimeoverlay.h:
19260           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
19261           and add background shading and text wrapping modes. Make 
19262           timoverlay derive from textoverlay. Also add new clockoverlay
19263           element.
19264
19265 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19266
19267         * gst/udp/Makefile.am: Moved to netbuffer.
19268
19269 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19270
19271         * configure.ac:
19272         * PORTED_O9:
19273         * gst/multipart/Makefile.am:
19274         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19275         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
19276         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19277         (gst_multipart_demux_change_state),
19278         (gst_multipart_demux_plugin_init):
19279         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19280         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
19281         (gst_multipart_mux_sinkconnect),
19282         (gst_multipart_mux_request_new_pad),
19283         (gst_multipart_mux_handle_src_event),
19284         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
19285         (gst_multipart_mux_change_state): Ported multipart mux/demux to
19286         0.9.
19287
19288 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19289
19290         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
19291         * gst/debug/gstnavigationtest.h:
19292         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
19293         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
19294         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
19295         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
19296         * gst/effectv/gstrev.c: (gst_revtv_get_type):
19297         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
19298         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
19299         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
19300         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
19301         (gst_video_flip_get_type):
19302         * gst/videofilter/gstvideoflip.h:
19303           update for symbols change
19304
19305 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19306
19307         * gst/udp/gstdynudpsink.c:
19308         * gst/udp/gstudpsrc.c:
19309           the old gstnet lib was renamed gstnetbuffer (#322257)
19310
19311 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19312
19313         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
19314         (gst_text_overlay_collected):
19315           Actually render the text from the text pad.
19316
19317 2005-11-29  Edward Hervey  <edward@fluendo.com>
19318
19319         * gst/debug/gstnavseek.c: (gst_navseek_event):
19320         * gst/debug/progressreport.c: (gst_progress_report_event):
19321         Update for GstBaseTransform event virtual method
19322
19323 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19324
19325         * ext/cairo/Makefile.am:
19326           no need to link to videofilter
19327
19328 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19329
19330         * gst/debug/Makefile.am:
19331         * gst/debug/gstnavigationtest.h:
19332         * gst/effectv/Makefile.am:
19333         * gst/effectv/gstaging.c:
19334         * gst/effectv/gstdice.c:
19335         * gst/effectv/gstedge.c:
19336         * gst/effectv/gstquark.c:
19337         * gst/effectv/gstrev.c:
19338         * gst/effectv/gstshagadelic.c:
19339         * gst/effectv/gstvertigo.c:
19340         * gst/effectv/gstwarp.c:
19341         * gst/videofilter/Makefile.am:
19342         * gst/videofilter/gstvideofilter.c:
19343         * gst/videofilter/gstvideofilter.h:
19344         * gst/videofilter/gstvideoflip.h:
19345           remove the videofilter library and link to the one in base
19346
19347 2005-11-28  Edward Hervey  <edward@fluendo.com>
19348
19349         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
19350         Useless check now we're setting the current entry correctly.
19351
19352 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19353
19354         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
19355         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
19356         (gst_jpegenc_change_state):
19357           Don't leak input buffer in chain function (fixes #322667); make 
19358           state change function thread-safe; don't repeat the current function
19359           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
19360           gst_pad_alloc_buffer(); misc. minor cleanups.
19361
19362 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19363
19364         * gst/matroska/matroska-mux.c:
19365         (gst_matroska_mux_video_pad_setcaps):
19366         Look for pixel-aspect-ratio in caps, not pixel_width and
19367         pixel_height (Fixes: #322645)
19368
19369 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19370
19371         * gst/matroska/matroska-mux.c:
19372         (gst_matroska_mux_video_pad_setcaps):
19373         From Michal Benes:
19374         frame duration should be GST_SECOND / framerate, not
19375         GST_SECOND * framerate. (Fixes: #322643)
19376
19377 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19378
19379         * configure.ac:
19380           fix up GST_PLUGIN_LDFLAGS
19381         * gst/rtsp/rtspconnection.c:
19382           fix includes (see #317043)
19383         * gst/videofilter/Makefile.am:
19384           stop installing this library
19385
19386 2005-11-26  Edward Hervey  <edward@fluendo.com>
19387
19388         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
19389         Handle the case where the incoming Video dv stream doesn't have
19390         a pixel aspect ratio set.
19391
19392 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19393
19394         * docs/plugins/Makefile.am:
19395         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19396         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19397         * ext/flac/gstflacdec.c:
19398           document flacdec
19399
19400 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19401
19402         * docs/plugins/Makefile.am:
19403         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19404         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19405         * docs/plugins/inspect/plugin-autodetect.xml:
19406         * ext/cairo/gstcairo.c: (plugin_init):
19407         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
19408         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
19409         (gst_text_overlay_init), (gst_text_overlay_font_init),
19410         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
19411         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
19412         (gst_text_overlay_text_pad_linked),
19413         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
19414         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
19415         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19416         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19417         (gst_text_overlay_change_state):
19418         * ext/cairo/gsttextoverlay.h:
19419         * ext/cairo/gsttimeoverlay.c:
19420         (gst_cairo_time_overlay_update_font_height),
19421         (gst_cairo_time_overlay_set_caps),
19422         (gst_cairo_time_overlay_get_unit_size),
19423         (gst_cairo_time_overlay_print_smpte_time),
19424         (gst_cairo_time_overlay_transform),
19425         (gst_cairo_time_overlay_base_init),
19426         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
19427         (gst_cairo_time_overlay_get_type):
19428         * ext/cairo/gsttimeoverlay.h:
19429           do some name borgifying
19430           document
19431
19432 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19433
19434         * docs/plugins/Makefile.am:
19435         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19436         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19437         * gst/autodetect/gstautoaudiosink.c:
19438         (gst_auto_audio_sink_base_init):
19439         * gst/autodetect/gstautovideosink.c:
19440         (gst_auto_video_sink_base_init),
19441         (gst_auto_video_sink_factory_filter):
19442           documenting auto*sink
19443           using strstr for the video sink lookup, class field is not ordered
19444         * docs/plugins/inspect/plugin-1394.xml:
19445         * docs/plugins/inspect/plugin-aasink.xml:
19446         * docs/plugins/inspect/plugin-alaw.xml:
19447         * docs/plugins/inspect/plugin-alpha.xml:
19448         * docs/plugins/inspect/plugin-alphacolor.xml:
19449         * docs/plugins/inspect/plugin-auparse.xml:
19450         * docs/plugins/inspect/plugin-autodetect.xml:
19451         * docs/plugins/inspect/plugin-avi.xml:
19452         * docs/plugins/inspect/plugin-cacasink.xml:
19453         * docs/plugins/inspect/plugin-cairo.xml:
19454         * docs/plugins/inspect/plugin-cutter.xml:
19455         * docs/plugins/inspect/plugin-debug.xml:
19456         * docs/plugins/inspect/plugin-dv.xml:
19457         * docs/plugins/inspect/plugin-efence.xml:
19458         * docs/plugins/inspect/plugin-effectv.xml:
19459         * docs/plugins/inspect/plugin-esdsink.xml:
19460         * docs/plugins/inspect/plugin-flac.xml:
19461         * docs/plugins/inspect/plugin-flxdec.xml:
19462         * docs/plugins/inspect/plugin-gconfelements.xml:
19463         * docs/plugins/inspect/plugin-goom.xml:
19464         * docs/plugins/inspect/plugin-jpeg.xml:
19465         * docs/plugins/inspect/plugin-level.xml:
19466         * docs/plugins/inspect/plugin-matroska.xml:
19467         * docs/plugins/inspect/plugin-mulaw.xml:
19468         * docs/plugins/inspect/plugin-navigationtest.xml:
19469         * docs/plugins/inspect/plugin-ossaudio.xml:
19470         * docs/plugins/inspect/plugin-png.xml:
19471         * docs/plugins/inspect/plugin-rtp.xml:
19472         * docs/plugins/inspect/plugin-rtsp.xml:
19473         * docs/plugins/inspect/plugin-shout2send.xml:
19474         * docs/plugins/inspect/plugin-smpte.xml:
19475         * docs/plugins/inspect/plugin-speex.xml:
19476         * docs/plugins/inspect/plugin-udp.xml:
19477         * docs/plugins/inspect/plugin-videobox.xml:
19478         * docs/plugins/inspect/plugin-videoflip.xml:
19479         * docs/plugins/inspect/plugin-videomixer.xml:
19480         * docs/plugins/inspect/plugin-wavenc.xml:
19481         * docs/plugins/inspect/plugin-wavparse.xml:
19482           update for HEAD version
19483
19484 2005-11-25  Michael Smith  <msmith@fluendo.com>
19485
19486         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
19487           Patch from Sebastien Cote to close control sockets in udpsrc.
19488
19489 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19490
19491         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
19492         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
19493         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
19494         (gst_quarktv_base_init), (gst_quarktv_class_init),
19495         (gst_quarktv_init): Flush the planes list on reverse caps
19496         negotiation. This was crashing because of differently sized
19497         buffers.
19498
19499 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19500
19501         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
19502         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
19503         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
19504         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
19505         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
19506         (gst_videoflip_set_property), (gst_videoflip_base_init),
19507         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
19508         correctly, fix identity flipping, convert navigation event 
19509         correctly again.
19510
19511 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19512
19513         * configure.ac: back to HEAD
19514
19515 === release 0.9.6 ===
19516
19517 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19518
19519         * configure.ac:
19520           releasing 0.9.6, "Everything's Not Lost"
19521
19522 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19523
19524         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
19525         Oops, initialise the framerate GValue
19526
19527 2005-11-23  Julien MOUTTE  <julien@moutte.net>
19528
19529         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
19530         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
19531         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
19532         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
19533         (gst_timeoverlay_get_type):
19534         * ext/cairo/gsttimeoverlay.h:
19535         * gst/debug/Makefile.am:
19536         * gst/debug/gstnavigationtest.c:
19537         (gst_navigationtest_handle_src_event),
19538         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
19539         (gst_navigationtest_transform), (gst_navigationtest_change_state),
19540         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
19541         (gst_navigationtest_init), (gst_navigationtest_get_type),
19542         (plugin_init):
19543         * gst/debug/gstnavigationtest.h:
19544         * gst/effectv/Makefile.am:
19545         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
19546         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
19547         (gst_agingtv_base_init), (gst_agingtv_class_init),
19548         (gst_agingtv_init), (gst_agingtv_get_type):
19549         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
19550         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
19551         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
19552         (gst_dicetv_get_type):
19553         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
19554         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
19555         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
19556         (gst_edgetv_get_type):
19557         * gst/effectv/gsteffectv.c:
19558         * gst/effectv/gsteffectv.h:
19559         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
19560         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
19561         (gst_quarktv_change_state), (gst_quarktv_base_init),
19562         (gst_quarktv_class_init), (gst_quarktv_init),
19563         (gst_quarktv_get_type):
19564         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
19565         (gst_revtv_get_unit_size), (gst_revtv_transform),
19566         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
19567         (gst_revtv_get_type):
19568         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
19569         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
19570         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
19571         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
19572         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
19573         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
19574         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
19575         (gst_vertigotv_init), (gst_vertigotv_get_type):
19576         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
19577         (gst_warptv_get_unit_size), (gst_warptv_transform),
19578         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
19579         (gst_warptv_get_type):
19580         * gst/videofilter/Makefile.am:
19581         * gst/videofilter/gstvideobalance.c:
19582         * gst/videofilter/gstvideobalance.h:
19583         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
19584         (gst_videofilter_class_init), (gst_videofilter_init):
19585         * gst/videofilter/gstvideofilter.h:
19586         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
19587         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
19588         (gst_videoflip_flip), (gst_videoflip_transform),
19589         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
19590         (gst_videoflip_base_init), (gst_videoflip_class_init),
19591         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
19592         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
19593         BaseTransform, it's just a place holder for now and every video
19594         effect plugin has been ported to use BaseTransform features 
19595         directly. QuarkTV was fixed too (was broken), navigationtest works
19596         and best for the end, videoflip converts navigation events depending
19597         on flip method ! Fixes #320953
19598
19599 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19600
19601         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19602         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
19603         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
19604         (gst_goom_src_negotiate), (gst_goom_chain):
19605         * gst/matroska/matroska-mux.c:
19606         (gst_matroska_mux_video_pad_setcaps):
19607         * sys/osxvideo/osxvideosink.m:
19608           Fixes for API changes
19609
19610 2005-11-23  Michael Smith <msmith@fluendo.com>
19611
19612         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
19613         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
19614         * ext/jpeg/gstjpegdec.h:
19615         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
19616         * ext/jpeg/gstjpegenc.h:
19617         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
19618         (gst_smokeenc_resync):
19619         * ext/jpeg/gstsmokeenc.h:
19620           JPEG fractiony goodness.
19621
19622 2005-11-22  Michael Smith <msmith@fluendo.com>
19623
19624         * gst/goom/filters.c:
19625         * gst/goom/graphic.h:
19626           Fix compilation by making some functions static inline instead of
19627           extern inline, matching the way they're used.
19628
19629 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19630
19631         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
19632         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
19633         * ext/cairo/gsttextoverlay.h:
19634         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
19635         * ext/gdk_pixbuf/gstgdkpixbuf.h:
19636         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
19637         (gst_pngdec_caps_create_and_set):
19638         * ext/libpng/gstpngdec.h:
19639         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
19640         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
19641         * gst/avi/gstavimux.c: (gst_avimux_init),
19642         (gst_avimux_vidsinkconnect):
19643         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19644         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
19645         (gst_goom_src_negotiate), (gst_goom_chain):
19646         * gst/goom/gstgoom.h:
19647         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
19648         * gst/matroska/matroska-mux.c:
19649         (gst_matroska_mux_video_pad_setcaps):
19650         * sys/osxvideo/osxvideosink.h:
19651         * sys/osxvideo/osxvideosink.m:
19652           More fractional framerate conversions 
19653
19654 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19655
19656         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19657         * gst/debug/gstnavigationtest.c:
19658         (gst_navigationtest_handle_src_event):
19659         * gst/videofilter/gstvideofilter.c:
19660         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
19661         (gst_videofilter_init):
19662         * gst/videofilter/gstvideofilter.h:
19663           Convert to fractional framerates.
19664
19665 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19666
19667         * ext/aalib/gstaasink.c:
19668         * ext/dv/gstdvdec.c:
19669         * ext/esd/esdmon.c:
19670         * ext/flac/gstflacenc.c:
19671         * ext/gdk_pixbuf/pixbufscale.c:
19672         * ext/libcaca/gstcacasink.c:
19673         * ext/shout2/gstshout2.c:
19674         * gst/alpha/gstalpha.c:
19675         * gst/oldcore/gstaggregator.c:
19676         * gst/oldcore/gstshaper.c:
19677         * gst/smpte/barboxwipes.c:
19678         * gst/smpte/gstsmpte.c:
19679         * gst/videobox/gstvideobox.c:
19680         * gst/videofilter/gstvideoflip.c:
19681         * gst/videomixer/videomixer.c:
19682           fix up more enums
19683
19684 2005-11-22  Michael Smith <msmith@fluendo.com>
19685
19686         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19687         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19688         (gst_videomixer_update_queues):
19689           Fractional framerates, videomixer.
19690
19691 2005-11-22  Michael Smith <msmith@fluendo.com>
19692
19693         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
19694         * ext/dv/gstdvdec.h:
19695         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
19696         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
19697         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
19698         (gst_dvdemux_flush):
19699         * ext/dv/gstdvdemux.h:
19700           Fractional framerates for DV. 
19701
19702 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19703
19704         * gst/autodetect/gstautoaudiosink.c:
19705         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
19706         * gst/autodetect/gstautovideosink.c:
19707         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
19708           Use gst_plugin_feature_list_free() to free feature list and
19709           in the case of autovideosink free the list at all. Also
19710           miscellaneous cosmetic fixes.
19711
19712 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19713
19714         * gst/cutter/gstcutter.c: (gst_cutter_chain),
19715         (gst_cutter_set_property), (gst_cutter_get_caps):
19716           copy calculation code from level; remove use of some audio
19717           functions
19718
19719 2005-11-22  Andy Wingo  <wingo@pobox.com>
19720
19721         * Update for gst_tag_setter API changes.
19722
19723 2005-11-22  Andy Wingo  <wingo@pobox.com>
19724
19725         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
19726         (gst_dvdemux_demux_frame)
19727         * ext/flac/gstflacdec.c (gst_flacdec_write)
19728         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
19729         (gst_flacenc_sink_event)
19730         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
19731         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
19732         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
19733         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
19734         * gst/auparse/gstauparse.c (gst_auparse_chain)
19735         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
19736         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
19737         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
19738         (gst_avi_demux_handle_seek)
19739         * gst/goom/gstgoom.c (gst_goom_event)
19740         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
19741         * gst/matroska/matroska-demux.c
19742         (gst_matroska_demux_handle_seek_event)
19743         (gst_matroska_demux_loop_stream_parse_id)
19744         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
19745         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
19746         (gst_wavparse_stream_headers): Run update-funcnames.
19747
19748 2005-11-22  Edward Hervey  <edward@fluendo.com>
19749
19750         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
19751         (gst_dv1394src_init), (gst_dv1394src_dispose),
19752         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
19753         (gst_dv1394src_uri_set_uri):
19754         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
19755         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
19756         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
19757         URIHandler interface and element properties are now properly
19758         synchronized for DV1394src and UDPSrc
19759
19760 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19761
19762         * ext/flac/Makefile.am:
19763         * ext/speex/Makefile.am:
19764           libgsttagedit has been renamed to libgsttag.
19765
19766 2005-11-21  Wim Taymans  <wim@fluendo.com>
19767
19768         * gst/rtsp/rtspconnection.c: (read_body):
19769         Apply patch from Sebastien Cote to fix #319184.
19770
19771 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19772
19773         * configure.ac:
19774         * gst/cutter/Makefile.am:
19775         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
19776         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
19777         (gst_cutter_set_property), (gst_cutter_get_property),
19778         (plugin_init), (gst_cutter_get_caps):
19779           port cutter
19780         * gst/level/gstlevel.c:
19781           fix up plugin details
19782
19783 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19784
19785         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
19786         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
19787         (gst_flacdec_src_event):
19788         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
19789         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
19790         (gst_signal_processor_getrange), (gst_signal_processor_chain):
19791         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
19792         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
19793         (gst_flxdec_sink_event_handler):
19794         * gst/matroska/matroska-demux.c:
19795         (gst_matroska_demux_handle_seek_event):
19796         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
19797           Update for stream lock API changes: don't take stream log
19798           in sink event handlers any longer and change GST_STREAM_LOCK
19799           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
19800           functions.
19801
19802 2005-11-21  Michael Smith <msmith@fluendo.com>
19803
19804         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
19805           gst_object_unref, not g_object_unref
19806
19807 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19808
19809         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
19810         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
19811           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
19812
19813 2005-11-21  Michael Smith <msmith@fluendo.com>
19814
19815         * gst/auparse/Makefile.am:
19816         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
19817         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
19818         (gst_auparse_change_state):
19819         * gst/auparse/gstauparse.h:
19820           Partially fix #161712. playbin still doesn't work on these files,
19821           (on the bug report, Andy says we aren't typefinding it for some
19822           reason?) but at least auparse isn't totally busted like it was before.
19823
19824 2005-11-21  Andy Wingo  <wingo@pobox.com>
19825
19826         * *.h:
19827         * *.c: Ran scripts/update-macros. Oh yes.
19828
19829 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19830
19831         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
19832           Filler events are gone for now, comment out section generating
19833           them.
19834
19835 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
19836
19837         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19838         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
19839         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
19840         * sys/osxvideo/osxvideosink.m:
19841           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
19842           (#322027)
19843
19844 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19845
19846         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
19847         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
19848         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
19849         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
19850         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
19851         (gst_avi_demux_stream_data):
19852         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
19853         * gst/wavenc/gstwavenc.c: (write_metadata):
19854         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
19855         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
19856         Fixes for GST_FOURCC_FORMAT API change.
19857
19858 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19859
19860         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
19861         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
19862         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
19863         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19864         (gst_text_overlay_change_state):
19865         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
19866         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
19867         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
19868         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
19869         * gst/videomixer/videomixer.c: (gst_videomixer_init),
19870         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
19871         (gst_videomixer_change_state):
19872           Fix for collect pads API change. Also fix textoverlay state
19873           change function.
19874
19875 2005-11-20  Julien MOUTTE  <julien@moutte.net>
19876
19877         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
19878         GST_PAD_IS_USABLE by something approaching it.
19879
19880 2005-11-20  Julien MOUTTE  <julien@moutte.net>
19881
19882         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
19883         API changes.
19884         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
19885         but also fix the code that was not checking return values from
19886         pad_push neither using pad_alloc_buffer.
19887
19888 2005-11-18  Edward Hervey  <edward@fluendo.com>
19889
19890         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
19891         (gst_pngenc_chain):
19892         Added debug category
19893         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
19894         goes to EOS.
19895
19896 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
19897
19898         * gst/rtp/Makefile.am
19899         * gst/rtp/gstrtp.c
19900         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
19901         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
19902         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
19903         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
19904         * gst/rtp/gstrtpg711enc.h:
19905         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
19906         * gst/rtp/gstrtpspeexenc.c:
19907         * gst/rtp/gstrtpspeexenc.h:
19908         * gst/rtp/gstrtpspeexdec.c:
19909         * gst/rtp/gstrtpspeexdec.h:
19910         Created Speex payloader and depayloader; Optimize G711 payloader to
19911         use adapter and send packets until MTU size.
19912
19913 2005-11-16  Wim Taymans  <wim@fluendo.com>
19914
19915         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
19916         Fix leak in check.
19917
19918 2005-11-16  Wim Taymans  <wim@fluendo.com>
19919
19920         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
19921         Fix state change.
19922
19923 2005-11-16  Andy Wingo  <wingo@pobox.com>
19924
19925         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
19926         (gst_udpsrc_create): Move comment.
19927
19928 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
19929
19930         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19931
19932         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
19933           When seeking, seek to closest index entry at or before the requested
19934           seek position, not just the closest one (#321001).
19935
19936 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
19937
19938         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
19939         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
19940           Invert DIB images again (see #132341).
19941
19942 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19943
19944         * configure.ac:
19945           rework configure.ac file
19946         * ext/aalib/gstaasink.c:
19947         * ext/cairo/gstcairo.c:
19948         * ext/dv/gstdv.c:
19949         * ext/esd/gstesd.c:
19950         * ext/flac/gstflac.c:
19951         * ext/gconf/gstgconfelements.c:
19952         * ext/gdk_pixbuf/gstgdkpixbuf.c:
19953         * ext/jpeg/gstjpeg.c:
19954         * ext/ladspa/gstladspa.c:
19955         * ext/libcaca/gstcacasink.c:
19956         * ext/libmng/gstmng.c:
19957         * ext/libpng/gstpng.c:
19958         * ext/mikmod/gstmikmod.c:
19959         * ext/pango/gsttextoverlay.c:
19960         * ext/pango/gsttimeoverlay.c:
19961         * ext/raw1394/gst1394.c:
19962         * ext/speex/gstspeex.c:
19963         * gst/alpha/Makefile.am:
19964         * gst/alpha/gstalpha.c:
19965         * gst/alpha/gstalphacolor.c:
19966         * gst/auparse/gstauparse.c:
19967         * gst/autodetect/gstautoaudiosink.c:
19968         (gst_auto_audio_sink_factory_filter),
19969         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
19970         * gst/autodetect/gstautodetect.c:
19971         * gst/avi/gstavi.c:
19972         * gst/cutter/gstcutter.c:
19973         * gst/debug/efence.c:
19974         * gst/debug/gstdebug.c:
19975         * gst/debug/gstnavigationtest.c:
19976         * gst/effectv/gsteffectv.c:
19977         * gst/flx/gstflxdec.c:
19978         * gst/goom/gstgoom.c:
19979         * gst/interleave/plugin.c:
19980         * gst/law/alaw.c:
19981         * gst/law/mulaw.c:
19982         * gst/level/gstlevel.c:
19983         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
19984         * gst/matroska/matroska.c:
19985         * gst/median/gstmedian.c:
19986         * gst/monoscope/gstmonoscope.c:
19987         * gst/multipart/multipart.c:
19988         * gst/oldcore/gstelements.c:
19989         * gst/rtp/gstrtp.c:
19990         * gst/rtsp/gstrtsp.c:
19991         * gst/smoothwave/gstsmoothwave.c:
19992         * gst/smpte/gstsmpte.c:
19993         * gst/udp/gstudp.c:
19994         * gst/videobox/gstvideobox.c:
19995         * gst/videofilter/gstgamma.c:
19996         * gst/videofilter/gstvideobalance.c:
19997         * gst/videofilter/gstvideoflip.c:
19998         * gst/videofilter/gstvideotemplate.c:
19999         * gst/videomixer/videomixer.c:
20000         * gst/wavenc/gstwavenc.c:
20001         * gst/wavparse/gstwavparse.c:
20002         * sys/oss/gstossaudio.c:
20003         * sys/osxaudio/gstosxaudio.c:
20004           update GST_PLUGIN_DEFINE
20005         * gst/rtp/Makefile.am:
20006         * gst/rtp/gstasteriskh263.c:
20007           check for htons/htonl headers and possibly link to winsock2 lib
20008
20009 2005-11-12  Edward Hervey  <edward@fluendo.com>
20010
20011         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
20012         Only GST_DEBUG() information on the valid components.
20013
20014 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20015
20016         * configure.ac: back to HEAD
20017
20018 === release 0.9.5 ===
20019
20020 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20021
20022         * configure.ac:
20023           releasing 0.9.5, "Phone Alarm"
20024
20025 2005-11-11  Edward Hervey  <edward@fluendo.com>
20026
20027         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20028         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
20029         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
20030         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20031         (gst_avi_demux_loop):
20032         * gst/avi/gstavidemux.h:
20033         Yeah, implement proper seeking. Exact seeking and segment seeking.
20034         Still need to do some checks for segment_stop.
20035
20036 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20037
20038         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20039
20040         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20041           Don't try to ready buffer duration from buffer that we don't
20042           own any  longer and that might already have been unreffed.
20043           (#321136)
20044
20045 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
20046
20047         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
20048         (flx_decode_delta_flc), (gst_flxdec_chain):
20049         Attempting to optimize the code for embedded systems.
20050
20051 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
20052
20053         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20054
20055         * sys/oss/gstosssink.c: (gst_oss_sink_close):
20056           Don't re-use already closed file descriptor. (#320920)
20057
20058 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20059
20060         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
20061         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
20062         (gst_oss_sink_prepare):
20063         * sys/oss/gstosssink.h:
20064           Cache probed caps; fix debug output for SET_PARAM macros.
20065
20066 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20067
20068         * ext/cairo/Makefile.am:
20069         * ext/cairo/gstcairo.c: (plugin_init):
20070         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
20071         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
20072         (gst_text_overlay_init), (gst_text_overlay_font_init),
20073         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
20074         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
20075         (gst_text_overlay_text_pad_linked),
20076         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
20077         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20078         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20079         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20080         (gst_text_overlay_change_state):
20081         * ext/cairo/gsttextoverlay.h:
20082           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
20083           property and redo positioning. Doesn't handle upstream renegotiation
20084           yet though.
20085
20086 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20087
20088         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
20089         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20090         (gst_avi_demux_loop):
20091           No need to take the STREAM_LOCK in the loop function. Improve
20092           some debug messages. Don't leak pad names in debug messages.
20093
20094 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20095
20096         * gst/matroska/matroska-demux.c:
20097         (gst_matroska_demux_push_vorbis_codec_priv_data),
20098         (gst_matroska_demux_add_wvpk_header):
20099           Don't error out when the source pad isn't linked.
20100
20101 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
20102
20103         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
20104         (gst_gconf_audio_sink_change_state):
20105         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
20106         (gst_gconf_video_sink_change_state):
20107           Fix state change functions here as well and set kid
20108           to NULL state before removing it.
20109
20110 2005-11-01  Edward Hervey  <edward@fluendo.com>
20111
20112         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
20113         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
20114         Added proper event handlind, 
20115         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
20116         ignored),
20117         and don't set a duration of 0 for buffers otherwise they are discarded
20118         by GstBaseSink.
20119
20120         GstWavEnc needs some serious loving, after going through the code I'm
20121         really wondering how this can stay in -good ...
20122
20123 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20124
20125         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
20126         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
20127         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
20128         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
20129         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
20130         (gst_matroska_mux_collected):
20131           Fix leaks and invalid memory access as reported by valgrind
20132
20133 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20134
20135         Patch by: Michal Benes <michal.benes@xeris.cz>
20136
20137         * check/Makefile.am:
20138         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20139         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
20140         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20141           add a unit test for matroskamux
20142           fix the bugs that the unit test exposed
20143
20144 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
20145
20146         * gst/autodetect/gstautoaudiosink.c:
20147         (gst_auto_audio_sink_class_init),
20148         (gst_auto_audio_sink_change_state):
20149         * gst/autodetect/gstautovideosink.c:
20150         (gst_auto_video_sink_class_init),
20151         (gst_auto_video_sink_change_state):
20152           Fix state change function and use GST_DEBUG_FUNCPTR in
20153           class_init.
20154
20155 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20156
20157         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20158
20159         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
20160         (gst_ebml_write_reset), (gst_ebml_write_element_new):
20161         * gst/matroska/ebml-write.h:
20162         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20163           Set timestamps on outgoing ebml headers as well, so that the
20164           element after matroskamux can get the timestamp already when
20165           reading the first ebml element and doesn't have to wait for
20166           the actual data buffer for that (#320308).
20167           
20168 2005-10-31  Andy Wingo  <wingo@pobox.com>
20169
20170         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
20171         (gst_videomixer_pad_link): Kill some memleaks.
20172         (gst_videomixer_pad_get_property): Style fix.
20173         (gst_videomixer_pad_set_property): Style fix.
20174         (gst_videomixer_pad_init): Style fix.
20175         (gst_videomixer_update_queues): Kill memleak.
20176         (gst_videomixer_loop): Kill memleak.
20177         (gst_videomixer_collected): Kill memleak.
20178
20179 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20180
20181         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
20182         gst_auparse_change_state:
20183         Just some cleanup.
20184
20185 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20186
20187         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
20188         Add checks to GST_FLOW_NOT_LINKED for values returned
20189         from gst_pad_push.
20190         
20191 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20192
20193         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
20194         (gst_rtpg711dec_process):
20195         * gst/rtp/gstrtpgsmenc.c:
20196         Payloader now sets some default caps on the srcpad if caps on the sinkpad
20197         are never set. This is important for the g711 to work with burger's rtpbin
20198         element.
20199
20200 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
20201
20202         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
20203         (gst_speexenc_push_buffer):
20204         Add checks for return values from gst_pad_push and
20205         gst_pad_alloc_buffer.
20206
20207 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
20208
20209         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20210
20211         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
20212         (gst_matroska_demux_parse_info),
20213         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
20214         (gst_matroska_demux_parse_cluster):
20215         * gst/matroska/matroska-ids.h:
20216         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
20217         (gst_matroska_mux_init), (gst_matroska_mux_start),
20218         (gst_matroska_mux_create_buffer_header),
20219         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
20220         (gst_matroska_mux_get_property):
20221         * gst/matroska/matroska-mux.h:
20222           Add SimpleBlock support to matroska demuxer and muxer (part of
20223           Matroska v2). (#319731)
20224
20225 2005-10-28  Wim Taymans  <wim@fluendo.com>
20226
20227         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
20228         (gst_jpeg_dec_change_state):
20229         * ext/jpeg/gstjpegdec.h:
20230         Cleanups. Don't create caps for every chain.
20231
20232 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
20233
20234         * gst/law/alaw-encode.c: (gst_alawenc_init),
20235         (alawenc_setcaps), (gst_alawenc_chain)
20236         * gst/law/alaw-encode.h:
20237         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
20238         (mulawenc_setcaps), (gst_mulawenc_chain)
20239         * gst/law/mulaw-encode.h:
20240         Set timestamp on buffer and it allows RTP G711 elements
20241         work properly.
20242
20243 2005-10-27  Wim Taymans  <wim@fluendo.com>
20244
20245         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20246         Set correct format on oss instead of a silly value. 
20247
20248 2005-10-27  Julien MOUTTE  <julien@moutte.net>
20249
20250         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20251         (gst_video_box_transform_caps), (gst_video_box_set_caps),
20252         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
20253         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
20254         I420 rendering as well, doesn't bring much for my platform.
20255         Might help on some other platforms.
20256
20257 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20258
20259         * gst/rtp/gstrtpgsmenc.c:
20260         * gst/rtp/gstrtpgsmparse.c:
20261         Declaring the padtemplate correctly.
20262
20263 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20264
20265         * gst/rtp/gstrtpg711dec.c:
20266         * gst/rtp/gstrtpg711enc.c:
20267         * gst/rtp/gstrtpgsmenc.c:
20268         * gst/rtp/gstrtpgsmparse.c:
20269         Setting the proper copyright notice.
20270
20271 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20272
20273         * gst/videobox/Makefile.am: Use liboil.
20274         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20275         (gst_video_box_set_property), (gst_video_box_transform_caps),
20276         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
20277         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
20278         using liboil. Will dot the same to I420 border generation
20279         tomorrow.
20280
20281 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20282
20283         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
20284         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
20285         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
20286         * gst/rtp/gstrtpg711dec.h:
20287         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
20288         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
20289         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
20290         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20291         (gst_rtpgsmenc_handle_buffer):
20292         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
20293         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
20294         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
20295         * gst/rtp/gstrtpgsmparse.h:
20296         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
20297         inherits from the basertpdepayloader.
20298
20299 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20300
20301         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20302         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20303         (gst_video_box_ayuv): Removing this forgotten debug.
20304
20305 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20306
20307         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20308         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20309         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
20310
20311 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
20312
20313         * sys/oss/gstossaudio.c:
20314         * sys/oss/gstossdmabuffer.c:
20315         * sys/oss/gstosshelper.c:
20316         * sys/oss/gstossmixer.c:
20317         * sys/oss/gstossmixerelement.c:
20318         * sys/oss/gstossmixertrack.c:
20319         * sys/oss/gstosssink.c:
20320         * sys/oss/gstosssrc.c:
20321           Actually use the 'oss' debug category we register.
20322
20323 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20324
20325         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
20326         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
20327         Use gst_pad_get_parent and drop the ref that was added through
20328         that call.
20329
20330 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
20331
20332         * gst/rtp/gstrtpgsmenc.c:
20333           Fix compilation
20334
20335 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20336
20337         * gst/rtp/gstrtpg711dec.c
20338         Just removed a couple of lines of weird code used during
20339         development/test time.
20340
20341 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20342
20343         * gst/rtp/Makefile.am
20344         * gst/rtp/gstrtp.c
20345         * gst/rtp/gstrtpg711enc.c
20346         * gst/rtp/gstrtpg711enc.h
20347         * gst/rtp/gstrtpg711dec.c
20348         * gst/rtp/gstrtpg711dec.h
20349         Created G711 payloader and depayloader (it supports mulaw and alaw
20350         (dec)encoders)
20351
20352 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20353
20354         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20355         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20356         Doh ! I introduced wingo's bug again ! Sorry...
20357
20358 2005-10-25  Christian Schaller <christian@fluendo.com> 
20359
20360         * gst/rtp/Makefile.am: add missing header files for disting
20361
20362 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20363
20364         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
20365         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
20366         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20367         (gst_rtpgsmenc_handle_buffer):
20368         * gst/rtp/gstrtpgsmenc.h:
20369         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
20370         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
20371         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
20372         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
20373         * gst/rtp/gstrtpgsmparse.h:
20374         Getting the GSM (de)payloader working and compatible with our plans for RTP.
20375
20376 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20377
20378         * ext/libpng/gstpngdec.c: (user_info_callback),
20379         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
20380         a newsegment event, move some redundant code in a single place.
20381
20382 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20383
20384         * ext/libpng/gstpngdec.c: (user_info_callback),
20385         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
20386         hack to get correct colors order when we have a png image with
20387         alpha channel.
20388
20389 2005-10-24  Edward Hervey  <edward@fluendo.com>
20390
20391         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
20392         Call gst_element_no_more_pads when there will be no more pads.
20393
20394 2005-10-24  Wim Taymans  <wim@fluendo.com>
20395
20396         * gst/rtp/Makefile.am:
20397         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
20398         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
20399         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
20400         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
20401         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
20402         (gst_asteriskh263_plugin_init):
20403         * gst/rtp/gstasteriskh263.h:
20404         * gst/rtp/gstrtp.c: (plugin_init):
20405         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
20406         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
20407         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
20408         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
20409         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
20410         (gst_rtph263enc_plugin_init):
20411         * gst/rtp/gstrtph263enc.h:
20412         Added two new payloaders, an RFC 2190 payloader for h263 and
20413         a payload convertor for an asterisk server.
20414
20415 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20416
20417         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20418           Set bytes_per_sample correctly (is not always 4, but 
20419           depends on width and number of channels).
20420
20421 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20422
20423         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
20424         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
20425         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
20426         (gst_flacenc_sink_event), (gst_flacenc_chain),
20427         (gst_flacenc_set_property), (gst_flacenc_get_property),
20428         (gst_flacenc_change_state):
20429         * ext/flac/gstflacenc.h:
20430           Fix seeking, so that flacenc can rewrite the header with the
20431           correct duration and amount of samples and all that at EOS;
20432           also set timestamps and granulepos on outgoing buffers; add
20433           debug category; fix state change function.
20434           
20435 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20436
20437         * gst/videomixer/videomixer.c: Don't restrict video geometry
20438         from 16 to 4096.
20439
20440 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20441
20442         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20443         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20444         Fix caps negotiation correctly, add debugging category.
20445
20446 2005-10-24  Christian Schaller  <christian@fluendo.com>
20447
20448         * configure.ac: Port over Thomas's change from base listing all plugins
20449
20450 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20451
20452         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
20453         a sink pad.
20454
20455 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20456
20457         * configure.ac:
20458         * docs/upload.mak:
20459           back to HEAD
20460
20461 === release 0.9.4 ===
20462
20463 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20464
20465         * configure.ac:
20466           Releasing 0.9.4, "Dromiceiomimus"
20467
20468 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
20469
20470         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
20471         (gst_speexenc_src_query):
20472           Add position and duration query, fix query type function.
20473           
20474         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
20475         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
20476           Let's not set non-fixed caps on source pads.
20477
20478 2005-10-21  Wim Taymans  <wim@fluendo.com>
20479
20480         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
20481         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
20482         (gst_avi_demux_handle_seek):
20483         Set correct stream_time in newsegment event.
20484         avi can also handle a duration query now.
20485
20486 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20487
20488         * gst/matroska/matroska-demux.c:
20489         (gst_matroska_demux_handle_src_query),
20490         (gst_matroska_demux_handle_seek_event),
20491         (gst_matroska_demux_loop_stream_parse_id):
20492           Fix duration query; fix basetime in newsegment event after
20493           seek; fix duration in initial newsegment event.
20494
20495         * gst/matroska/matroska-mux.c:
20496         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20497           Extract number of channels and samplerate from vorbis headers;
20498           add some debug messages when querying the durations of the
20499           input streams.
20500
20501 2005-10-20  Wim Taymans  <wim@fluendo.com>
20502
20503         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20504         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20505         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
20506         Set stream time correctly in newsegment.
20507
20508 2005-10-20  Wim Taymans  <wim@fluendo.com>
20509
20510         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20511         Correctly fill in the stream time.
20512
20513 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20514
20515         * check/elements/level.c: (GST_START_TEST):
20516         * gst/level/gstlevel.c: (gst_level_message_new):
20517         * gst/level/level-example.c: (message_handler):
20518           use ELEMENT messages instead
20519
20520 2005-10-19  Wim Taymans  <wim@fluendo.com>
20521
20522         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
20523         (gst_dvdemux_src_query):
20524         * ext/flac/gstflacdec.c: (gst_flacdec_length),
20525         (gst_flacdec_src_query):
20526         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
20527         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
20528         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
20529         * gst/debug/gstnavseek.c: (gst_navseek_seek):
20530         * gst/debug/progressreport.c: (gst_progress_report_report):
20531         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
20532         * gst/matroska/matroska-demux.c:
20533         (gst_matroska_demux_handle_src_query):
20534         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
20535         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20536         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20537         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20538         (gst_wavparse_srcpad_event):
20539         API change fix.
20540
20541 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
20542
20543         * gst/goom/filters.c:
20544         * gst/goom/graphic.h:
20545         * gst/goom/lines.c:
20546           Make inline functions either 'static inline' or 'extern inline',
20547           otherwise the Forte compiler apparently won't inline them (#317300).
20548
20549 2005-10-19  Julien MOUTTE  <julien@moutte.net>
20550
20551         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20552         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
20553         (user_info_callback), (user_endrow_callback), (user_end_callback),
20554         (user_read_data), (gst_pngdec_caps_create_and_set),
20555         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
20556         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
20557         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
20558         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
20559         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
20560         very nice and handle push/pull based model. if you have filesrc
20561         connected to it, it will do random access to load the png file.
20562         If you have a network source that can't do _getrange, it does 
20563         progressive loading through the chain function.
20564         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
20565         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
20566         thanks to Master Wim Taymans ;-)
20567
20568 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
20569
20570         * gst/matroska/Makefile.am:
20571         * gst/matroska/ebml-read.c:
20572         * gst/matroska/ebml-read.h:
20573         * gst/matroska/matroska-demux.c:
20574         * gst/matroska/matroska-demux.h:
20575         * gst/matroska/matroska.c: (plugin_init):
20576           Ported matroska demuxer to 0.9.
20577
20578 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
20579
20580         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20581
20582         * gst/matroska/matroska-mux.c:
20583         (gst_matroska_mux_video_pad_setcaps),
20584         (gst_matroska_mux_audio_pad_setcaps):
20585           Fix mpeg4 input handling (#318847); also, while we're at it,
20586           fix media type for Motion-JPEG: should be image/jpeg.
20587
20588 2005-10-18  Wim Taymans  <wim@fluendo.com>
20589
20590         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20591         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20592         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
20593         Fix for segment-start/stop API change.
20594
20595 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20596
20597         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
20598         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
20599         way.
20600
20601 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20602
20603         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
20604         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
20605         output declared in transform_caps.
20606
20607 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20608
20609         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
20610
20611 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20612
20613         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
20614         (gst_video_box_get_unit_size): Fix wrong size calculations and
20615         implement get_unit_size correctly.
20616
20617 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
20618
20619         * configure.ac:
20620           Enable flx plugin.
20621
20622         * gst/flx/gstflxdec.c: (flx_decode_chunks):
20623           Fix gcc4 signedness issue.
20624
20625 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20626
20627         * configure.ac: Adding videomixer.
20628         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20629         (user_read_data), (gst_pngdec_chain): More debugging.
20630         * gst/alpha/Makefile.am: Adding alphacolor
20631         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
20632         (gst_alpha_color_class_init), (gst_alpha_color_init),
20633         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
20634         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
20635         (plugin_init): Ported to 0.9 using in place base tranform.
20636         * gst/videomixer/Makefile.am:
20637         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
20638         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
20639         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
20640         (gst_videomixer_pad_init), (gst_videomixer_class_init),
20641         (gst_videomixer_init), (gst_videomixer_getcaps),
20642         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
20643         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
20644         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
20645         to 0.9 using collectpads.
20646
20647 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
20648
20649         * configure.ac:
20650         * gst/flx/Makefile.am:
20651         * gst/flx/gstflxdec.c: (gst_flxdec_init),
20652         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
20653         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
20654         * gst/flx/gstflxdec.h:
20655         flx plugin ported to 0.9
20656
20657 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20658
20659         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
20660           use new gst_version_string()
20661
20662 2005-10-16  Andy Wingo  <wingo@pobox.com>
20663
20664         * configure.ac: GLIB_CHECK.
20665
20666 2005-10-15  Julien MOUTTE  <julien@moutte.net>
20667
20668         * ext/libpng/Makefile.am:
20669         * ext/libpng/gstpng.c: (plugin_init):
20670         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20671         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
20672         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
20673
20674 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
20675
20676         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20677
20678         * configure.ac:
20679         * gst/matroska/Makefile.am:
20680         * gst/matroska/ebml-ids.h:
20681         * gst/matroska/ebml-write.c:
20682         * gst/matroska/ebml-write.h:
20683         * gst/matroska/matroska-ids.h:
20684         * gst/matroska/matroska-mux.c:
20685         * gst/matroska/matroska-mux.h:
20686         * gst/matroska/matroska.c: (plugin_init):
20687           Port matroska muxer to 0.9 (#318847).
20688
20689 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
20690
20691         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
20692         (comment_init), (comment_add):
20693           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
20694           use GST_READ_UINT32_LE() and friends rather than the private
20695           implementation of those same macros.
20696
20697 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
20698
20699         * examples/stats/mp2ogg.c:
20700           more typo fixes
20701
20702 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
20703
20704         * examples/indexing/indexmpeg.c: (main):
20705         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
20706         (gst_esdmon_close_audio), (gst_esdmon_change_state):
20707         * ext/esd/esdmon.h:
20708         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
20709         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
20710         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
20711         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
20712         * gst/avi/gstavimux.c: (gst_avimux_init):
20713         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
20714         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
20715         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
20716         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
20717         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
20718         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
20719         * gst/oldcore/gstmultifilesrc.h:
20720         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
20721         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
20722         (gst_pipefilter_change_state):
20723         * gst/oldcore/gstpipefilter.h:
20724         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
20725         * gst/videomixer/videomixer.c: (gst_videomixer_init):
20726         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
20727         * sys/osxaudio/gstosxaudiosink.h:
20728         * sys/osxaudio/gstosxaudiosrc.h:
20729           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
20730           moved bitshift from macro to enum definition
20731
20732 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20733
20734         * ext/Makefile.am:
20735         * ext/cairo/Makefile.am:
20736         * ext/cairo/gstcairo.c: (plugin_init):
20737         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
20738         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
20739         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
20740         * ext/cairo/gsttimeoverlay.h:
20741           update of cairo-based timeoverlay to 1.0 Cairo API
20742           doesn't work yet for resizing of output sink
20743
20744 2005-10-11  Wim Taymans  <wim@fluendo.com>
20745
20746         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
20747         newsegment API fix.
20748
20749 2005-10-11  Wim Taymans  <wim@fluendo.com>
20750
20751         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
20752         (gst_dvdemux_demux_frame):
20753         * ext/flac/gstflacdec.c: (gst_flacdec_write):
20754         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20755         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
20756         (gst_avi_demux_handle_seek):
20757         * gst/goom/gstgoom.c: (gst_goom_event):
20758         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20759         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20760         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20761         (gst_wavparse_loop), (gst_wavparse_pad_convert),
20762         (gst_wavparse_srcpad_event):
20763         newsegment API update.
20764
20765 2005-10-11  Andy Wingo  <wingo@pobox.com>
20766
20767         * ext/speex/gstspeexenc.c: Signedness cleanups.
20768
20769 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
20770
20771         * PORTED_09:
20772         * ext/speex/Makefile.am:
20773         * ext/speex/gstspeex.c:
20774         * ext/speex/gstspeexenc.c:
20775         Speexenc ported to 0.9
20776
20777 2005-10-10  Wim Taymans  <wim@fluendo.com>
20778
20779         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
20780         (gst_oss_sink_init), (gst_oss_sink_set_property),
20781         (gst_oss_sink_get_property), (gst_oss_sink_open),
20782         (gst_oss_sink_prepare), (gst_oss_sink_reset):
20783         * sys/oss/gstosssink.h:
20784         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
20785         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
20786         (gst_oss_src_prepare):
20787         Cleanups, make device configurable in the sink, handle and report
20788         errors.
20789
20790 2005-10-10  Wim Taymans  <wim@fluendo.com>
20791
20792         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
20793         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
20794         Make sure element is NULL before removing from the bin.
20795
20796 2005-10-07  Andy Wingo  <wingo@pobox.com>
20797
20798         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
20799         block forever in a read().
20800         (gst_dv1394src_bus_reset): Post a message when the cable is
20801         unplugged.
20802         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
20803         (gst_dv1394src_bus_reset): Don't unref the message.
20804
20805         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
20806         hacking. The only change should be that the state change stuff was
20807         put into basesrc's start() and stop() routines, which coalesces
20808         some steps.
20809
20810 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
20811
20812         * configure.ac:
20813           Add check for mmap
20814           
20815         * gst/debug/Makefile.am:
20816           Only compile efence plugin on systems that have mmap.
20817
20818 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
20819
20820         * gst/debug/Makefile.am:
20821         * gst/debug/breakmydata.c:
20822         * gst/debug/gstdebug.c:
20823         * gst/debug/gstnavigationtest.c:
20824         * gst/debug/gstnavseek.c: 
20825         * gst/debug/gstnavseek.h:
20826         * gst/debug/progressreport.c: 
20827         * gst/debug/testplugin.c:
20828           Port progressreport, navseek, navigationtest, testsink and
20829           breakmydata.
20830
20831 2005-10-05  Edward Hervey  <edward@fluendo.com>
20832
20833         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
20834         (gst_dvdemux_src_query):
20835         Fixes for better conversion
20836
20837 2005-10-04  Michael Smith <msmith@fluendo.com>
20838
20839         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
20840         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20841         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
20842         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
20843           Set state of elements to NULL before removing from bins.
20844           Set state of test element to NULL if we failed to move it to READY
20845
20846 2005-10-04  Edward Hervey  <edward@fluendo.com>
20847
20848         * ext/dv/Makefile.am:
20849         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
20850         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
20851         Corrected the query function for position so it doesn't forget what
20852         format was asked, and calls the conversion functions on the correct pad.
20853
20854 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20855
20856         * configure.ac:
20857           back to development
20858
20859 === release 0.9.3 ===
20860
20861 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20862
20863         * configure.ac:
20864           Releasing 0.9.3, "Aramis"
20865
20866 2005-10-03  Andy Wingo  <wingo@pobox.com>
20867
20868         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
20869         error returns.
20870
20871 2005-10-02  Andy Wingo  <wingo@pobox.com>
20872
20873         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
20874
20875         * ext/flac/gstflacenc.c: Ported to 0.9.
20876
20877         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
20878
20879         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
20880         and link to gsttagedit. Enable flacenc.
20881
20882         * ext/flac/gstflacdec.c: Re-enable tag reading.
20883
20884 2005-09-30  Wim Taymans  <wim@fluendo.com>
20885
20886         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
20887         * gst/rtp/gstrtpgsmparse.c:
20888         * gst/rtp/gstrtph263penc.c:
20889         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20890         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
20891         (gst_rtpmp4venc_set_property):
20892         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
20893         Various class and caps fixes from Andre Magalhaes (andrunko)
20894
20895 2005-09-29  Wim Taymans  <wim@fluendo.com>
20896
20897         * gst/level/level-example.c: (main):
20898         Update for new bus API.
20899
20900 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
20901
20902         * configure.ac:
20903           Fix unexpanded autoconf macro GST_DOC, which has been renamed
20904           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
20905
20906 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
20907
20908         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
20909           Fix playback of mono streams (bytes_per_sample should be set
20910           from the sample width and the number of channels negotiated,
20911           and not just be set to 4) (#317338)
20912
20913 2005-09-26  Wim Taymans  <wim@fluendo.com>
20914
20915         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
20916         (gst_rtpmpaenc_handle_buffer):
20917         Set buffer duration correctly.
20918
20919 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
20920
20921         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
20922         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
20923         (gst_avi_demux_change_state):
20924           Don't crash when encountering a stream with an unknown fourcc or
20925           codec id. Instead, create a pad of type video/x-avi-unknown or
20926           audio/x-avi-unknown, which as a side-effect also results in less
20927           confusing error messages in players ('no decoder' vs. 'no streams');
20928           minor fixes to state change function and class_init function.
20929
20930 2005-09-24  Wim Taymans  <wim@fluendo.com>
20931
20932         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
20933         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
20934         These are sinks.
20935
20936 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20937
20938         * check/elements/level.c: (GST_START_TEST):
20939           fix test for new GstClockTime use
20940         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
20941         (gst_level_transform_ip):
20942         * gst/level/gstlevel.h:
20943           fix up the decay peak, ensuring the decay peak is never lower
20944           than the peak for that interval
20945
20946 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20947
20948         * docs/plugins/gst-plugins-good-plugins.args:
20949         * docs/plugins/inspect/plugin-alpha.xml:
20950         * docs/plugins/inspect/plugin-rtp.xml:
20951         * gst/level/gstlevel.c: (gst_level_set_caps),
20952         (gst_level_transform_ip):
20953           updating docs
20954
20955 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20956
20957         * Makefile.am:
20958         * check/elements/level.c: (GST_START_TEST):
20959         * gst/level/Makefile.am:
20960         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
20961         (gst_level_set_property), (gst_level_get_property),
20962         (gst_level_set_caps), (gst_level_message_new),
20963         (gst_level_transform_ip):
20964         * gst/level/gstlevel.h:
20965         * gst/level/level-example.c: (message_handler), (main):
20966           convert to using GstClockTime for all time values, finally.
20967
20968 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20969
20970         * gst/auparse/Makefile.am:
20971         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20972           fix up build
20973         * configure.ac:
20974         * ext/cairo/Makefile.am:
20975         * ext/dv/Makefile.am:
20976         * ext/esd/Makefile.am:
20977         * ext/flac/Makefile.am:
20978         * ext/gconf/Makefile.am:
20979         * ext/gdk_pixbuf/Makefile.am:
20980         * ext/jpeg/Makefile.am:
20981         * ext/ladspa/Makefile.am:
20982         * ext/libcaca/Makefile.am:
20983         * ext/libmng/Makefile.am:
20984         * ext/libpng/Makefile.am:
20985         * ext/mikmod/Makefile.am:
20986         * ext/pango/Makefile.am:
20987         * ext/raw1394/Makefile.am:
20988         * ext/shout2/Makefile.am:
20989         * ext/speex/Makefile.am:
20990         * gst/alpha/Makefile.am:
20991         * gst/autodetect/Makefile.am:
20992         * gst/avi/Makefile.am:
20993         * gst/cutter/Makefile.am:
20994         * gst/debug/Makefile.am:
20995         * gst/effectv/Makefile.am:
20996         * gst/flx/Makefile.am:
20997         * gst/goom/Makefile.am:
20998         * gst/interleave/Makefile.am:
20999         * gst/law/Makefile.am:
21000         * gst/matroska/Makefile.am:
21001         * gst/median/Makefile.am:
21002         * gst/monoscope/Makefile.am:
21003         * gst/multipart/Makefile.am:
21004         * gst/oldcore/Makefile.am:
21005         * gst/rtp/Makefile.am:
21006         * gst/rtsp/Makefile.am:
21007         * gst/smoothwave/Makefile.am:
21008         * gst/smpte/Makefile.am:
21009         * gst/videobox/Makefile.am:
21010         * gst/videofilter/Makefile.am:
21011         * gst/videomixer/Makefile.am:
21012         * gst/wavenc/Makefile.am:
21013         * gst/wavparse/Makefile.am:
21014         * sys/oss/Makefile.am:
21015         * sys/osxaudio/Makefile.am:
21016         * sys/osxvideo/Makefile.am:
21017           fix up GST_LIBS use
21018
21019 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21020
21021         * gst/auparse/Makefile.am:
21022         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21023           fix build of auparse
21024
21025 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
21026
21027         * configure.ac:
21028         * PORTED_09:
21029         * gst/auparse/gstauparse.c:
21030         * gst/auparse/gstauparse.h:
21031         Auparse ported to 0.9.
21032
21033 2005-09-22  Wim Taymans  <wim@fluendo.com>
21034
21035         * gst/rtp/TODO:
21036         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
21037         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21038         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21039         (gst_rtpmp4venc_set_property):
21040         * gst/rtp/gstrtpmp4venc.h:
21041         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21042         * gst/rtp/gstrtpmpaenc.h:
21043         Use is_filled to both check MTU and max-ptime of base class.
21044
21045 2005-09-22  Wim Taymans  <wim@fluendo.com>
21046
21047         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21048         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21049         (gst_rtpmp4venc_set_property):
21050         Don't fragment packets with multiple frames.
21051
21052 2005-09-22  Wim Taymans  <wim@fluendo.com>
21053
21054         * gst/rtp/TODO:
21055         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21056         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21057         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
21058         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
21059         (gst_rtpmp4venc_get_property):
21060         * gst/rtp/gstrtpmp4venc.h:
21061         Remove g_print.
21062         Update TODO
21063         Make payload encoder a bit smarter and more correct with
21064         timestamps.
21065         Added option in payloader to include config string in-band.
21066
21067 2005-09-21  Wim Taymans  <wim@fluendo.com>
21068
21069         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21070         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21071         (gst_rtspsrc_send):
21072         Strip spaces for key/value pairs.
21073
21074 2005-09-21  Wim Taymans  <wim@fluendo.com>
21075
21076         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21077         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21078         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
21079         (gst_rtspsrc_change_state):
21080         More SDP parsing and caps setting.
21081         Do NO_PREROLL differently.
21082         add pads only after negotiated.
21083
21084         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
21085         (gst_udpsrc_getcaps):
21086         Implement the getcaps function.
21087
21088 2005-09-21  Wim Taymans  <wim@fluendo.com>
21089
21090         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
21091         (gst_rtpamrdec_chain):
21092         Handle multiple AMr packets per payload. Handle CRC and
21093         parse ILL/ILP.
21094
21095         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21096         Make caps params strings for easy SDP mapping.
21097         
21098         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
21099         Handle capsnego better.
21100
21101         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21102         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
21103         Generate and parse config string in the caps.
21104
21105 2005-09-21  Wim Taymans  <wim@fluendo.com>
21106
21107         * gst/rtp/README:
21108         Update README
21109
21110         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
21111         Make extra params as strings.
21112
21113         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
21114         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21115         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
21116         Make state change return NO_PREROLL as this is a live
21117         source.
21118
21119         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21120         Don't unref old caps when NULL.
21121
21122 2005-09-20  Wim Taymans  <wim@fluendo.com>
21123
21124         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
21125         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21126         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
21127         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
21128         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
21129         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
21130         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
21131         * gst/rtsp/sdpmessage.h:
21132         Add URI handler.
21133         Parse SDP and create caps.
21134
21135 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
21136
21137         * gst/alpha/gstalpha.c:
21138           fix element description
21139
21140 2005-09-19  Wim Taymans  <wim@fluendo.com>
21141
21142         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
21143         Don't check payload for now.
21144
21145 2005-09-19  Wim Taymans  <wim@fluendo.com>
21146
21147         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
21148         (gst_wavparse_init), (gst_wavparse_parse_file_header),
21149         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
21150         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21151         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21152         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
21153         (gst_wavparse_change_state):
21154         * gst/wavparse/gstwavparse.h:
21155         Fix wavparse some more.
21156
21157 2005-09-19  Wim Taymans  <wim@fluendo.com>
21158
21159         * check/elements/level.c: (GST_START_TEST):
21160         Fix for bus API change.
21161
21162 2005-09-19  Wim Taymans  <wim@fluendo.com>
21163
21164         * gst/level/level-example.c: (main):
21165         Fix for new bus API.
21166
21167         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21168         Set caps on pads.
21169
21170 2005-09-15  Wim Taymans  <wim@fluendo.com>
21171
21172         * gst/rtp/Makefile.am:
21173         * gst/rtp/README:
21174         * gst/rtp/gstrtp.c: (plugin_init):
21175         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
21176         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
21177         (gst_rtpamrdec_change_state):
21178         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
21179         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
21180         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
21181         * gst/rtp/gstrtpamrenc.h:
21182         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
21183         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
21184         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
21185         * gst/rtp/gstrtpgsmenc.h:
21186         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
21187         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
21188         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
21189         (gst_rtpgsmparse_change_state):
21190         * gst/rtp/gstrtpgsmparse.h:
21191         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
21192         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
21193         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
21194         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
21195         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
21196         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
21197         * gst/rtp/gstrtph263penc.h:
21198         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
21199         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
21200         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21201         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
21202         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
21203         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
21204         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
21205         * gst/rtp/gstrtpmp4venc.h:
21206         * gst/rtp/gstrtpmpadec.c:
21207         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
21208         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
21209         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
21210         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
21211         * gst/rtp/gstrtpmpaenc.h:
21212         Updates to payloader/depayloaders, make payloaders use
21213         the base classes.
21214         Updated README with suggested RTP caps and how to convert
21215         to/from SDP.
21216         Added config descriptor in mp4v payloader.
21217
21218 2005-09-15  Andy Wingo  <wingo@pobox.com>
21219
21220         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
21221         * gst/autodetect/gstautovideosink.c
21222         (gst_auto_video_sink_find_best): Update for new registry API.
21223
21224 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21225
21226         * common/c-to-xml.py:
21227         * common/gtk-doc-plugins.mak:
21228           a simple py script to generate valid xml from a C example
21229           probably also need to strip an MIT license when we decide
21230         * docs/plugins/Makefile.am:
21231         * gst/level/Makefile.am:
21232         * gst/level/gstlevel.c: (gst_level_init):
21233         * gst/level/level-example.c: (message_handler), (main):
21234           add an example to level that will show up in the docs
21235         * gst/rtp/TODO:
21236           add a note for the future
21237
21238 2005-09-14  Michael Smith <msmith@fluendo.com>
21239
21240         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
21241           Actually define the debug object being used in wavenc. Fixes #316205
21242
21243 2005-09-14  Michael Smith <msmith@fluendo.com>
21244
21245         * gst/smpte/Makefile.am:
21246           Link against GST_BASE_LIBS, to get it linked against libgstbase;
21247           needed to build on windows (bug 316204)
21248
21249 2005-09-12  Andy Wingo  <wingo@pobox.com>
21250
21251         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
21252
21253 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
21254
21255         * configure.ac:
21256         * gst/fdsrc/Makefile.am:
21257         * gst/fdsrc/gstfdsrc.c:
21258         * gst/fdsrc/gstfdsrc.h:
21259           Move fdsrc back into gstreamer core elements.
21260
21261         * gst/level/gstlevel.c: (gst_level_class_init),
21262         (gst_level_transform_ip):
21263         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
21264           Basetransform changes.
21265
21266 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21267
21268         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
21269         * ext/jpeg/smokecodec.c: (find_best_size):
21270           fix compiler warnings
21271
21272 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21273
21274         * gst-plugins-good.spec.in:
21275           spec file fixes
21276         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
21277         (gst_multiudpsink_render), (gst_multiudpsink_add),
21278         (gst_multiudpsink_clear):
21279           it actually helps to actually stream if we hook up the
21280           "add" signal to an actual implementation
21281         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
21282           some debugging
21283
21284 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
21285
21286         * ext/jpeg/Makefile.am:
21287         * ext/jpeg/gstjpeg.c
21288         * ext/jpeg/gstjpegenc.c:
21289         * ext/jpeg/gstsmokeenc.c:
21290
21291 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21292
21293         * ext/flac/gstflacdec.c:
21294         * ext/flac/gstflacenc.c:
21295         * ext/flac/gstflactag.c:
21296         * ext/speex/gstspeexenc.c:
21297           gsttaginterface.h -> gsttagsetter.h
21298
21299 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21300
21301         * configure.ac:
21302         * gst/debug/Makefile.am:
21303         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
21304         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
21305         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
21306         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
21307         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
21308           Port to 0.9 and re-enable efence plugin.
21309
21310 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
21311
21312         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
21313         (gst_flacdec_write), (gst_flacdec_convert_src):
21314         * ext/flac/gstflacdec.h:
21315           Add support for flac files with 24/32 bits per sample; and misc.
21316           minor clean-ups. Seeking is still partly broken (for me at least).
21317
21318 2005-09-06  Wim Taymans  <wim@fluendo.com>
21319
21320         * gst/rtp/Makefile.am:
21321         * gst/rtp/gstrtp.c: (plugin_init):
21322         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
21323         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
21324         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
21325         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
21326         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
21327         (gst_rtpmp4vdec_plugin_init):
21328         * gst/rtp/gstrtpmp4vdec.h:
21329         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21330         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
21331         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
21332         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
21333         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
21334         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
21335         * gst/rtp/gstrtpmp4venc.h:
21336         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
21337         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
21338         Added mpeg4 video payload encoder/decoder.
21339         Added some docs in mpa payloader.
21340
21341 === release 0.9.1 ===
21342
21343 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21344
21345         * NEWS:
21346         * README:
21347         * RELEASE:
21348         * autogen.sh:
21349         * configure.ac:
21350           releasing 0.9.1, "Blondie"
21351
21352 2005-09-05  Andy Wingo  <wingo@pobox.com>
21353
21354         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
21355         here from the state change handler, so we fire signals without
21356         holding the state lock.
21357
21358 2005-09-02  Andy Wingo  <wingo@pobox.com>
21359
21360         * All plugins updated for element state changes.
21361
21362 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21363
21364         * Makefile.am:
21365         * check/.cvsignore:
21366         * check/Makefile.am:
21367         * check/elements/.cvsignore:
21368         * check/elements/level.c: (setup_level), (cleanup_level),
21369         (GST_START_TEST), (level_suite), (main):
21370           add a test for level
21371         * common/release.mak:
21372           move the enum checking to release.mak
21373         * configure.ac:
21374           add valgrind and check checking
21375         * gst/level/gstlevel.c: (gst_level_transform):
21376         * gst/level/gstlevel.h:
21377           fix Andy's cast bug
21378           convert a field to int
21379           fix the arithmetic to int when checking for emit so that a
21380           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
21381
21382 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21383
21384         * Makefile.am:
21385         * configure.ac:
21386           add docs to build
21387         * common/plugins.xsl:
21388           wrap Description into a refsect2
21389         * docs/Makefile.am:
21390         * docs/plugins/Makefile.am:
21391         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21392         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21393         * gst/goom/Makefile.am:
21394         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
21395         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
21396         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
21397         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
21398         (gst_goom_change_state):
21399         * gst/goom/gstgoom.h:
21400           GstGOOM -> GstGoom
21401           add an example launch line
21402         * gst/level/gstlevel.h:
21403         * gst/monoscope/gstmonoscope.c:
21404           cleanups
21405
21406 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21407
21408         * configure.ac:
21409         * docs/plugins/Makefile.am:
21410         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21411         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21412         * docs/plugins/gst-plugins-good-plugins.types:
21413           document elements and plugins.  Shazam !
21414
21415 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21416
21417         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
21418           be found under doc/random/ChangeLog-0.8