Add documentation to the pulseaudio plugin and run make update in docs/plugins.
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
2
3         * docs/plugins/Makefile.am:
4         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6         * docs/plugins/gst-plugins-good-plugins.args:
7         * docs/plugins/gst-plugins-good-plugins.hierarchy:
8         * docs/plugins/gst-plugins-good-plugins.interfaces:
9         * docs/plugins/gst-plugins-good-plugins.prerequisites:
10         * docs/plugins/inspect/plugin-aasink.xml:
11         * docs/plugins/inspect/plugin-alaw.xml:
12         * docs/plugins/inspect/plugin-alpha.xml:
13         * docs/plugins/inspect/plugin-alphacolor.xml:
14         * docs/plugins/inspect/plugin-annodex.xml:
15         * docs/plugins/inspect/plugin-apetag.xml:
16         * docs/plugins/inspect/plugin-audiofx.xml:
17         * docs/plugins/inspect/plugin-auparse.xml:
18         * docs/plugins/inspect/plugin-autodetect.xml:
19         * docs/plugins/inspect/plugin-avi.xml:
20         * docs/plugins/inspect/plugin-cacasink.xml:
21         * docs/plugins/inspect/plugin-cairo.xml:
22         * docs/plugins/inspect/plugin-cdio.xml:
23         * docs/plugins/inspect/plugin-cutter.xml:
24         * docs/plugins/inspect/plugin-debug.xml:
25         * docs/plugins/inspect/plugin-dv.xml:
26         * docs/plugins/inspect/plugin-efence.xml:
27         * docs/plugins/inspect/plugin-effectv.xml:
28         * docs/plugins/inspect/plugin-equalizer.xml:
29         * docs/plugins/inspect/plugin-esdsink.xml:
30         * docs/plugins/inspect/plugin-flac.xml:
31         * docs/plugins/inspect/plugin-flxdec.xml:
32         * docs/plugins/inspect/plugin-gamma.xml:
33         * docs/plugins/inspect/plugin-gconfelements.xml:
34         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
35         * docs/plugins/inspect/plugin-goom.xml:
36         * docs/plugins/inspect/plugin-goom2k1.xml:
37         * docs/plugins/inspect/plugin-halelements.xml:
38         * docs/plugins/inspect/plugin-icydemux.xml:
39         * docs/plugins/inspect/plugin-id3demux.xml:
40         * docs/plugins/inspect/plugin-jpeg.xml:
41         * docs/plugins/inspect/plugin-level.xml:
42         * docs/plugins/inspect/plugin-matroska.xml:
43         * docs/plugins/inspect/plugin-monoscope.xml:
44         * docs/plugins/inspect/plugin-mulaw.xml:
45         * docs/plugins/inspect/plugin-multifile.xml:
46         * docs/plugins/inspect/plugin-multipart.xml:
47         * docs/plugins/inspect/plugin-navigationtest.xml:
48         * docs/plugins/inspect/plugin-ossaudio.xml:
49         * docs/plugins/inspect/plugin-png.xml:
50         * docs/plugins/inspect/plugin-pulseaudio.xml:
51         * docs/plugins/inspect/plugin-quicktime.xml:
52         * docs/plugins/inspect/plugin-rtp.xml:
53         * docs/plugins/inspect/plugin-rtsp.xml:
54         * docs/plugins/inspect/plugin-smpte.xml:
55         * docs/plugins/inspect/plugin-soup.xml:
56         * docs/plugins/inspect/plugin-spectrum.xml:
57         * docs/plugins/inspect/plugin-speex.xml:
58         * docs/plugins/inspect/plugin-taglib.xml:
59         * docs/plugins/inspect/plugin-udp.xml:
60         * docs/plugins/inspect/plugin-video4linux2.xml:
61         * docs/plugins/inspect/plugin-videobalance.xml:
62         * docs/plugins/inspect/plugin-videobox.xml:
63         * docs/plugins/inspect/plugin-videocrop.xml:
64         * docs/plugins/inspect/plugin-videoflip.xml:
65         * docs/plugins/inspect/plugin-videomixer.xml:
66         * docs/plugins/inspect/plugin-wavenc.xml:
67         * docs/plugins/inspect/plugin-wavpack.xml:
68         * docs/plugins/inspect/plugin-wavparse.xml:
69         * docs/plugins/inspect/plugin-ximagesrc.xml:
70         * ext/pulse/plugin.c:
71         * ext/pulse/pulsemixer.c:
72         * ext/pulse/pulsesink.c:
73         * ext/pulse/pulsesrc.c:
74         Add documentation to the pulseaudio plugin and run make update
75         in docs/plugins.
76
77 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
78
79         Patch by: Brian Cameron <brian.cameron at sun dot com>
80
81         * sys/sunaudio/gstsunaudiomixerctrl.c:
82         (gst_sunaudiomixer_ctrl_get_volume),
83         (gst_sunaudiomixer_ctrl_set_volume):
84         Improvements for the SunAudio mixer by handling mute as no gain
85         for tracks that have a gain property but no mute property.
86         Fixes bug #536067.
87
88 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
89
90         * configure.ac:
91         * ext/pulse/Makefile.am:
92         * ext/pulse/plugin.c: (plugin_init):
93         * ext/pulse/pulsemixer.c: (gst_pulsemixer_interface_supported),
94         (gst_pulsemixer_implements_interface_init),
95         (gst_pulsemixer_init_interfaces), (gst_pulsemixer_base_init),
96         (gst_pulsemixer_class_init), (gst_pulsemixer_init),
97         (gst_pulsemixer_finalize), (gst_pulsemixer_set_property),
98         (gst_pulsemixer_get_property), (gst_pulsemixer_change_state):
99         * ext/pulse/pulsemixer.h:
100         * ext/pulse/pulsemixerctrl.c:
101         (gst_pulsemixer_ctrl_context_state_cb),
102         (gst_pulsemixer_ctrl_sink_info_cb),
103         (gst_pulsemixer_ctrl_source_info_cb),
104         (gst_pulsemixer_ctrl_subscribe_cb),
105         (gst_pulsemixer_ctrl_success_cb), (gst_pulsemixer_ctrl_open),
106         (gst_pulsemixer_ctrl_close), (gst_pulsemixer_ctrl_new),
107         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_list_tracks),
108         (gst_pulsemixer_ctrl_timeout_event), (restart_time_event),
109         (gst_pulsemixer_ctrl_set_volume), (gst_pulsemixer_ctrl_get_volume),
110         (gst_pulsemixer_ctrl_set_record), (gst_pulsemixer_ctrl_set_mute):
111         * ext/pulse/pulsemixerctrl.h:
112         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_class_init),
113         (gst_pulsemixer_track_init), (gst_pulsemixer_track_new):
114         * ext/pulse/pulsemixertrack.h:
115         * ext/pulse/pulseprobe.c: (gst_pulseprobe_context_state_cb),
116         (gst_pulseprobe_sink_info_cb), (gst_pulseprobe_source_info_cb),
117         (gst_pulseprobe_invalidate), (gst_pulseprobe_open),
118         (gst_pulseprobe_enumerate), (gst_pulseprobe_close),
119         (gst_pulseprobe_new), (gst_pulseprobe_free),
120         (gst_pulseprobe_get_properties), (gst_pulseprobe_needs_probe),
121         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values),
122         (gst_pulseprobe_set_server):
123         * ext/pulse/pulseprobe.h:
124         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
125         (gst_pulsesink_class_init), (gst_pulsesink_init),
126         (gst_pulsesink_destroy_stream), (gst_pulsesink_destroy_context),
127         (gst_pulsesink_finalize), (gst_pulsesink_dispose),
128         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
129         (gst_pulsesink_context_state_cb), (gst_pulsesink_stream_state_cb),
130         (gst_pulsesink_stream_request_cb),
131         (gst_pulsesink_stream_latency_update_cb), (gst_pulsesink_open),
132         (gst_pulsesink_close), (gst_pulsesink_prepare),
133         (gst_pulsesink_unprepare), (gst_pulsesink_write),
134         (gst_pulsesink_delay), (gst_pulsesink_success_cb),
135         (gst_pulsesink_reset), (gst_pulsesink_change_title),
136         (gst_pulsesink_event), (gst_pulsesink_get_type):
137         * ext/pulse/pulsesink.h:
138         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
139         (gst_pulsesrc_implements_interface_init),
140         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_base_init),
141         (gst_pulsesrc_class_init), (gst_pulsesrc_init),
142         (gst_pulsesrc_destroy_stream), (gst_pulsesrc_destroy_context),
143         (gst_pulsesrc_finalize), (gst_pulsesrc_dispose),
144         (gst_pulsesrc_set_property), (gst_pulsesrc_get_property),
145         (gst_pulsesrc_context_state_cb), (gst_pulsesrc_stream_state_cb),
146         (gst_pulsesrc_stream_request_cb), (gst_pulsesrc_open),
147         (gst_pulsesrc_close), (gst_pulsesrc_prepare),
148         (gst_pulsesrc_unprepare), (gst_pulsesrc_read),
149         (gst_pulsesrc_delay), (gst_pulsesrc_change_state),
150         (gst_pulsesrc_get_type):
151         * ext/pulse/pulsesrc.h:
152         * ext/pulse/pulseutil.c: (gst_pulse_fill_sample_spec),
153         (gst_pulse_client_name), (gst_pulse_gst_to_channel_map):
154         * ext/pulse/pulseutil.h:
155         Add pulseaudio GStreamer element from gst-pulse. Development will
156         continue here instead of pulseaudio SVN. Fixes bug #400679.
157         Only changes over gst-pulse SVN are added copyright to the top of
158         files and coding style changes.
159
160 2008-06-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
161
162         Patch by: Benjamin Kampmann  <benjamin at fluendo dot com>
163
164         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
165           (gst_cdio_add_cdtext_album_tags):
166         * ext/cdio/gstcdio.h:
167         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
168           Also extract album title and album genre from CD-TEXT if
169           available (#537021).
170
171 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
172
173         Patch by: Sjoerd Simons <sjoerd at luon dot net>
174
175         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
176         Improve negotiation a bit more by picking the smallest possible
177         resolution that is larger than the resolution specified in the
178         first caps entry of the peer caps. Fixes bug #536994.
179
180 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
181
182         Patch by: Bastien Nocera <hadess at hadess dot net>
183
184         * sys/v4l2/gstv4l2vidorient.c:
185         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
186         Fix compilation with newer GIT kernels that deprecated
187         V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
188
189 2008-06-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
190
191         * configure.ac:
192         * ext/cdio/gstcdio.c:
193         * ext/cdio/gstcdio.h:
194         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
195           Require libcdio >= 0.76.
196
197 2008-06-05  Thijs Vermeir  <thijsvermeir@gmail.com>
198
199         * gst/avi/gstavidemux.c:
200         Catch UNEXPECTED when downstream has reached end of
201         segment in reverse mode.
202
203 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
204
205         * gst/avi/gstavidemux.c:
206         Fix typo in comment
207
208 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
209
210         * gst/avi/gstavidemux.c:
211         Because we don't know the frame order we need to push till
212         the next keyframe
213
214 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
215
216         Patch by: Sjoerd Simons <sjoerd at luon dot net>
217
218         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
219         (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
220         Provide a custom negotiation function to make sure to pick the highest
221         possible framerate and resolution. Fixes bug #536646.
222
223 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
224
225         * gst/avi/gstavidemux.c:
226         Set EOS when going out of the segment in reverse playback
227
228 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
229
230         * ext/taglib/Makefile.am::
231           Add -Wno-attributes to CXXFLAGS to suppress warning caused by
232           taglib headers (with gcc 4.3.1).
233
234 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
235
236         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
237         Use the new gst_rtsp_connection_get_ip() to access the IP address
238         of a GstRTSPConnection since it is a private member.
239
240 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
241
242         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
243         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
244           Use new utility functions in libgsttag to process coverart (#512333).
245
246 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
247
248         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
249         We actually support left/side, right/side and mid/side files. The
250         conversion to normal, interleaved stereo is done by libflac.
251
252 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
253
254         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
255         (gst_ebml_write_set_cache):
256         Unref the write cache in finalize if it was set and add add "FIXME"
257         to a comment that needs it.
258
259 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
260
261         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
262
263         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
264         (gst_avi_demux_index_prev), (gst_avi_demux_index_entry_for_time),
265         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
266         (gst_avi_demux_process_next_entry):
267         * gst/avi/gstavidemux.h:
268         Implement reverse playback. Fixes #535300.
269         Small cleanups.
270
271 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
272
273         * gst/videomixer/videomixer.c: (gst_videomixer_query_duration),
274         (gst_videomixer_query_latency):
275         When using gst_element_iterate_pads() one has to unref every pad
276         after usage.
277
278 2008-05-31  Edward Hervey  <edward.hervey@collabora.co.uk>
279
280         Patch by: Bastien Nocera <hadess at hadess dot net>
281         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
282         (qtdemux_parse_udta):
283         * gst/qtdemux/qtdemux_fourcc.h:
284         Improve meta-data handling, add 'comment', 'description' and
285         'copyright' tag handling.
286         Fixes #535935
287
288 2008-05-31  Julien Moutte  <julien@fluendo.com>
289
290         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
291         (gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
292         (gst_qtdemux_seek_to_previous_keyframe),
293         (gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
294         we don't clip the segment's stop using the main segment duration as
295         that could crop quite some video frames. Make reverse playback support
296         more robust and support edit lists. Support seeking to the last frame,
297         and fix reverse looping playback. Add some debugging.
298         * win32/common/config.h: Updated.
299
300 2008-05-31  Sebastian Dröge  <slomo@circular-chaos.org>
301
302         * gst/equalizer/gstiirequalizer.c:
303         (gst_iir_equalizer_transform_ip):
304         Don't clip float/double samples, correctly unset passthrough mode
305         and use better rounding for integer samples.
306
307 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
308
309         * gst/equalizer/gstiirequalizer.c:
310         (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
311         (setup_filter), (set_passthrough), (update_coefficients),
312         (gst_iir_equalizer_compute_frequencies),
313         (gst_iir_equalizer_transform_ip):
314         * gst/equalizer/gstiirequalizer.h:
315         Update the filter coefficients only when needed in the transform_ip
316         function and correctly set the element into passthrough mode if the
317         gain of all bands is 0.
318
319 2008-05-29  Wim Taymans  <wim.taymans@collabora.co.uk>
320
321         Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
322
323         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
324         (gst_alpha_set_property), (gst_alpha_get_property),
325         (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
326         Try to skip pixels or areas that are too dark or too bright for us to do
327         meaningfull color detection.
328         Added properties to control the sensitivity to light and darkness.
329         Added some small cleanups. Fixes #512345.
330
331 2008-05-28  Jan Schmidt  <jan.schmidt@sun.com>
332
333         * docs/plugins/.cvsignore:
334         * tests/check/elements/.cvsignore:
335         Ignore some more generated things
336
337         * tests/check/Makefile.am:
338         Ignore OSS elements in the state changes test too.
339
340 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
341
342         * docs/plugins/Makefile.am:
343         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
344         * docs/plugins/gst-plugins-good-plugins-sections.txt:
345         Add SMPTE effect elements to docs.
346
347 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
348
349         * docs/plugins/Makefile.am:
350         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
351         * docs/plugins/gst-plugins-good-plugins-sections.txt:
352         * ext/raw1394/gstdv1394src.c:
353           Document whats first shown on the fdo plugin docs page :)
354
355 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
356
357         * docs/plugins/Makefile.am:
358         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
359         * docs/plugins/gst-plugins-good-plugins-sections.txt:
360         * docs/plugins/gst-plugins-good-plugins.args:
361         * docs/plugins/gst-plugins-good-plugins.hierarchy:
362         * docs/plugins/inspect/plugin-audiofx.xml:
363         * gst/audiofx/Makefile.am:
364         * gst/audiofx/audiofx.c:
365         * gst/audiofx/audiokaraoke.c:
366         * gst/audiofx/audiokaraoke.h:
367         * gst/audiofx/audiovoice.c:
368         * gst/audiofx/audiovoice.h:
369           Rename audiovoice to audiokaraoke and add it to the docs.
370
371 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
372
373         * REQUIREMENTS:
374         * docs/plugins/Makefile.am:
375         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
376         * docs/plugins/gst-plugins-good-plugins-sections.txt:
377         * docs/plugins/gst-plugins-good-plugins.args:
378         * docs/plugins/gst-plugins-good-plugins.hierarchy:
379         * docs/plugins/gst-plugins-good-plugins.interfaces:
380         * docs/plugins/gst-plugins-good-plugins.prerequisites:
381         * docs/plugins/inspect/plugin-aasink.xml:
382         * docs/plugins/inspect/plugin-alaw.xml:
383         * docs/plugins/inspect/plugin-alpha.xml:
384         * docs/plugins/inspect/plugin-alphacolor.xml:
385         * docs/plugins/inspect/plugin-annodex.xml:
386         * docs/plugins/inspect/plugin-apetag.xml:
387         * docs/plugins/inspect/plugin-audiofx.xml:
388         * docs/plugins/inspect/plugin-auparse.xml:
389         * docs/plugins/inspect/plugin-autodetect.xml:
390         * docs/plugins/inspect/plugin-avi.xml:
391         * docs/plugins/inspect/plugin-cacasink.xml:
392         * docs/plugins/inspect/plugin-cairo.xml:
393         * docs/plugins/inspect/plugin-cdio.xml:
394         * docs/plugins/inspect/plugin-cutter.xml:
395         * docs/plugins/inspect/plugin-debug.xml:
396         * docs/plugins/inspect/plugin-dv.xml:
397         * docs/plugins/inspect/plugin-efence.xml:
398         * docs/plugins/inspect/plugin-effectv.xml:
399         * docs/plugins/inspect/plugin-equalizer.xml:
400         * docs/plugins/inspect/plugin-esdsink.xml:
401         * docs/plugins/inspect/plugin-flac.xml:
402         * docs/plugins/inspect/plugin-flxdec.xml:
403         * docs/plugins/inspect/plugin-gamma.xml:
404         * docs/plugins/inspect/plugin-gconfelements.xml:
405         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
406         * docs/plugins/inspect/plugin-goom.xml:
407         * docs/plugins/inspect/plugin-goom2k1.xml:
408         * docs/plugins/inspect/plugin-halelements.xml:
409         * docs/plugins/inspect/plugin-icydemux.xml:
410         * docs/plugins/inspect/plugin-id3demux.xml:
411         * docs/plugins/inspect/plugin-jpeg.xml:
412         * docs/plugins/inspect/plugin-level.xml:
413         * docs/plugins/inspect/plugin-matroska.xml:
414         * docs/plugins/inspect/plugin-monoscope.xml:
415         * docs/plugins/inspect/plugin-mulaw.xml:
416         * docs/plugins/inspect/plugin-multifile.xml:
417         * docs/plugins/inspect/plugin-multipart.xml:
418         * docs/plugins/inspect/plugin-navigationtest.xml:
419         * docs/plugins/inspect/plugin-ossaudio.xml:
420         * docs/plugins/inspect/plugin-png.xml:
421         * docs/plugins/inspect/plugin-quicktime.xml:
422         * docs/plugins/inspect/plugin-rtp.xml:
423         * docs/plugins/inspect/plugin-rtsp.xml:
424         * docs/plugins/inspect/plugin-smpte.xml:
425         * docs/plugins/inspect/plugin-soup.xml:
426         * docs/plugins/inspect/plugin-spectrum.xml:
427         * docs/plugins/inspect/plugin-speex.xml:
428         * docs/plugins/inspect/plugin-taglib.xml:
429         * docs/plugins/inspect/plugin-udp.xml:
430         * docs/plugins/inspect/plugin-video4linux2.xml:
431         * docs/plugins/inspect/plugin-videobalance.xml:
432         * docs/plugins/inspect/plugin-videobox.xml:
433         * docs/plugins/inspect/plugin-videocrop.xml:
434         * docs/plugins/inspect/plugin-videoflip.xml:
435         * docs/plugins/inspect/plugin-videomixer.xml:
436         * docs/plugins/inspect/plugin-wavenc.xml:
437         * docs/plugins/inspect/plugin-wavpack.xml:
438         * docs/plugins/inspect/plugin-wavparse.xml:
439         * docs/plugins/inspect/plugin-ximagesrc.xml:
440         * ext/aalib/gstaasink.c:
441         * ext/libcaca/gstcacasink.c:
442           Document aasink and cacasink.
443
444 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
445
446         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
447         (gst_videomixer_init), (gst_videomixer_query_duration),
448         (gst_videomixer_query_latency), (gst_videomixer_query),
449         (gst_videomixer_blend_buffers):
450         * gst/videomixer/videomixer.h:
451         Implement position (in time), duration and latency queries.
452
453 2008-05-27  Edward Hervey  <edward.hervey@collabora.co.uk>
454
455         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
456         (gst_videomixer_init), (gst_videomixer_request_new_pad),
457         (gst_videomixer_fill_queues), (forward_event_func),
458         (forward_event), (gst_videomixer_src_event),
459         (gst_videomixer_sink_event):
460         * gst/videomixer/videomixer.h:
461         Implement proper seek/newsegment handling.
462         Based on adder's implementation.
463         Fixes #535121
464
465 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
466
467         Patch by: j^ <j at oil21 dot org>
468
469         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
470         Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481.
471
472 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
473
474         * gst/audiofx/Makefile.am:
475         * gst/audiofx/audiofx.c: (plugin_init):
476         * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
477         (gst_audio_voice_class_init), (gst_audio_voice_init),
478         (update_filter), (gst_audio_voice_set_property),
479         (gst_audio_voice_get_property), (gst_audio_voice_setup),
480         (gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
481         (gst_audio_voice_transform_ip):
482         * gst/audiofx/audiovoice.h:
483         Add simple voice removal element. Yay karaoke.
484
485 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
486
487         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
488
489         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
490         Fix potential caps leak.
491         If we can't get the framerate with an ioctl, try to get it with the
492         current norm. Fixes #520092.
493
494 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
495
496         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
497
498         * sys/v4l2/v4l2src_calls.c:
499         (gst_v4l2src_probe_caps_for_format_and_size):
500         If we fail to get the frame intervals, simply don't touch the framerates
501         on the template caps instead of discarding the format. See #520092.
502
503 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
504
505         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
506
507         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
508         (gst_v4l2_get_caps_info):
509         Add NV12, NV21 and bayer support. See #520092.
510
511 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
512
513         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
514         (gst_qtdemux_activate_segment):
515         Unbreak segment activation again. Fixes #531672.
516
517 2008-05-25  Sebastian Dröge  <slomo@circular-chaos.org>
518
519         * ext/flac/Makefile.am:
520         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
521         Set the channel layout when decoding FLAC files with more than 2
522         channels as defined by the FLAC spec. Fixes bug #534570.
523
524         Also don't try to decode left/side, right/side and mid/side files
525         as we don't support this at all.
526
527 2008-05-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
528
529         * configure.ac:
530           We need -base CVS (rtsp).
531
532 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
533
534         * gst/udp/Makefile.am:
535           Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY
536           when including netdb.h when building against glibc >= 2.8.
537
538 2008-05-22  Julien Moutte  <julien@fluendo.com>
539
540         * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix
541         debug statement arguments.
542         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp):
543         * gst/udp/gstudpnetutils.c: (gst_udp_join_group),
544         (gst_udp_leave_group): Fix IP and IPV6 options to make it work
545         on more platforms.
546
547 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
548
549         * tests/check/elements/avimux.c: (setup_src_pad),
550         (teardown_src_pad):
551         * tests/check/elements/icydemux.c: (icydemux_found_pad),
552         (GST_START_TEST):
553         * tests/check/elements/matroskamux.c: (setup_src_pad),
554         (teardown_src_pad), (setup_sink_pad), (teardown_sink_pad):
555         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
556         (GST_START_TEST):
557         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
558         (setup_wavpackparse), (cleanup_wavpackparse):
559         Don't use gst_element_get_pad(), it's a bad, bad method.
560
561 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
562
563         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
564         (do_toggle_element):
565         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
566         (do_toggle_element):
567         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
568         (do_toggle_element):
569         * ext/gconf/gstswitchsink.c: (gst_switch_commit_new_kid):
570         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_reset),
571         (do_toggle_element):
572         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_reset),
573         (do_toggle_element):
574         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
575         (gst_auto_audio_sink_detect):
576         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
577         (gst_auto_video_sink_detect):
578         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
579         (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp),
580         (gst_rtspsrc_stream_configure_udp_sink), (gst_rtspsrc_skip_lws),
581         (gst_rtspsrc_unskip_lws), (gst_rtspsrc_skip_commas),
582         (gst_rtspsrc_skip_item), (gst_rtsp_decode_quoted_string),
583         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr):
584         * tests/icles/videocrop-test.c: (test_with_caps),
585         (video_crop_get_test_caps):
586         Don't use gst_element_get_pad(), it's a bad method.
587
588 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
589
590         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
591         (gst_multiudpsink_add_internal):
592         * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
593         (gst_udp_join_group):
594         * gst/udp/gstudpnetutils.h:
595         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
596         Joining a multicast group and setting the loop/ttl properties are
597         totally unrelated tasks are must be separated.
598
599 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
600
601         * gst/avi/gstavimux.c:
602           Also support alaw/mulaw.
603
604 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
605
606         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
607         (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
608         * gst/udp/gstmultiudpsink.h:
609         Add a fixme for the auto-multicast property.
610         Fix some confusing debug messages.
611         Disable setting a qos value by default.
612
613 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
614
615         Patch by: Gustaf Räntilä <g dot rantila at gmail dot com>
616
617         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
618         Ignore EPERM errors from sendto. Fixes #533619.
619
620 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
621
622         Patch by: Henrik Eriksson <henriken at axis dot com>
623
624         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
625         (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp),
626         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
627         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal):
628         * gst/udp/gstmultiudpsink.h:
629         Add qos-dscp property to manage the Quality of service. Fixes #469917.
630
631 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
632
633         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process):
634         Improve debugging of the ident.
635
636 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
637
638         Patch by: Bruno Santos <brunof at ua dot pt>
639
640         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr),
641         (gst_udp_join_group), (gst_udp_leave_group),
642         (gst_udp_is_multicast):
643         * gst/udp/gstudpnetutils.h:
644         Provide a bunch of helper methods to deal with IPv4 and IPv6
645         transparently.
646
647         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
648         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
649         (gst_multiudpsink_get_property), (join_multicast),
650         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
651         (gst_multiudpsink_remove):
652         * gst/udp/gstmultiudpsink.h:
653         Add multicast TTL and loopback properties.
654         Use the helper methods to implement ip4 and ip6.
655
656         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
657         * gst/udp/gstudpsrc.h:
658         Use the helper methods to implement ip4 and ip6.
659         Fixes #515962.
660
661 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
662
663         Patch by: Patrick Radizi <patrick dot radizi at axis dot com>
664
665         * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init),
666         (gst_multipart_demux_get_gstname),
667         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain):
668         * gst/multipart/multipartdemux.h:
669         Don't blindly copy the mime-type as the caps name because they not
670         always map directly. Instead use a hashtable with common mappings.
671         Fixes #533287.
672
673 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
674
675         * ext/esd/esdsink.c: (gst_esdsink_write):
676         When we post an error, we must return -1 to let the parent know that we
677         cannot write the segment else it will loop and continue to call us again
678         forever. Patch by Michael Meeks.
679
680 2008-05-20  Stefan Kost  <ensonic@users.sf.net>
681
682         * gst/videomixer/videomixer.c:
683           Add missing incudes.
684
685 2008-05-20  Peter Kjellerstedt  <pkj@axis.com>
686
687         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
688         (gst_rtp_h264_pay_handle_buffer):
689         * gst/rtp/gstrtph264pay.h:
690         Correct a typo (sinle -> single).
691
692 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
693
694         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
695         (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
696         (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
697         (gst_rtp_h264_depay_process):
698         * gst/rtp/gstrtph264depay.h:
699         Add experimental support for outputting quicktime-like AVC output in
700         addition to the existing bytestream output.
701
702         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
703         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
704         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
705         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
706         (gst_rtp_h264_pay_get_property):
707         * gst/rtp/gstrtph264pay.h:
708         Make the parsing mode configurable, for some inputs we don't need to
709         scan every byte for start codes.
710         Only set the marker bit on ACCESS units.
711
712 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
713
714         * gst/equalizer/gstiirequalizer.c:
715         Use a bigger type in integer mode for the intermediate results to
716         prevent overflows. This fixes the crippled sound when using the
717         equalizer in integer mode. Fixes bug #510865.
718
719 2008-05-20  Jan Schmidt  <jan.schmidt@sun.com>
720
721         * gst/videomixer/videomixer.c:
722         * gst/videomixer/videomixer.h:
723         Instead of a random number for the request pad id's,
724         use a counter.
725
726         Register the videomixerpad class from the element's class_init
727         where it's safer, and allows the docs generator to scan it.
728
729 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
730
731         * gst/smpte/Makefile.am:
732         * gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
733         * gst/smpte/gstsmpte.h:
734         * gst/smpte/gstsmptealpha.c:
735         (gst_smpte_alpha_transition_type_get_type),
736         (gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
737         (gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
738         (gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
739         (gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
740         (gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
741         (gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
742         (gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
743         * gst/smpte/gstsmptealpha.h:
744         * gst/smpte/plugin.c: (plugin_init):
745         Add new plugin that adds the SMPTE transition in the alpha channel of
746         I420 and AYUV frames so that they can be blended with videomixer later
747         on. Uses all niceties such as using base transform for efficient alloc
748         and negotiation. It currently requires GstController to control the
749         position in the transition effect.
750
751 2008-05-19  Stefan Kost  <ensonic@users.sf.net>
752
753         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
754         * docs/plugins/gst-plugins-good-plugins-sections.txt:
755         * docs/plugins/gst-plugins-good-plugins.args:
756         * docs/plugins/gst-plugins-good-plugins.hierarchy:
757         * docs/plugins/gst-plugins-good-plugins.interfaces:
758         * docs/plugins/gst-plugins-good-plugins.types:
759         * gst/videomixer/videomixer.c:
760           Try using thaytans new mechanism to get extra classes into plugin
761           docs. Aparently works for the Eq. For VideoMixer the GObject stuff is
762           missing still.
763
764 2008-05-18  Mark Nauwelaerts  <mnauw@users.sf.net>
765
766         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
767         Set proper rate in avi stream header for PCM audio, and also do some
768         more sanity checks on caps in this case.  Fixes #511489.
769
770 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
771
772         * sys/v4l2/gstv4l2src.c:
773         Don't include the gstv4l2xoverlay.h header as the XOverlay support
774         isn't implemented at all yet and this requires X headers to be
775         installed. Fixes bug #533264.
776
777 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
778
779         reviewed by: <delete if not using a buddy>
780
781         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
782         (gst_ebml_write_set_cache):
783         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
784         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
785         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
786         (gst_matroska_demux_read_track_encodings),
787         (gst_matroska_demux_add_stream),
788         (gst_matroska_demux_handle_src_query),
789         (gst_matroska_demux_init_stream),
790         (gst_matroska_demux_parse_index_cuetrack),
791         (gst_matroska_demux_parse_index_pointentry),
792         (gst_matroska_demux_parse_info),
793         (gst_matroska_demux_parse_metadata_id_simple_tag),
794         (gst_matroska_demux_parse_metadata),
795         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
796         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
797         (gst_matroska_demux_parse_cluster),
798         (gst_matroska_demux_parse_contents_seekentry),
799         (gst_matroska_demux_loop_stream_parse_id),
800         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
801         (gst_matroska_demux_audio_caps),
802         (gst_matroska_demux_subtitle_caps):
803         * gst/matroska/matroska-demux.h:
804         * gst/matroska/matroska-ids.c:
805         (gst_matroska_track_init_subtitle_context):
806         * gst/matroska/matroska-ids.h:
807         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
808         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
809         (gst_matroska_mux_finish), (gst_matroska_mux_collected):
810         * sys/v4l2/gstv4l2src.c:
811         * tests/check/pipelines/wavpack.c: (bus_handler):
812         * win32/common/config.h:
813
814 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
815
816         * ext/wavpack/gstwavpackstreamreader.c:
817         * tests/examples/spectrum/demo-audiotest.c:
818         * tests/examples/spectrum/demo-osssrc.c:
819         Fix some compiler warnings.
820
821 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
822
823         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
824         Small comment added.
825
826         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
827         (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
828         (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
829         Debug string cleanups (remove trailing \n)
830         Refactor and clean up the payloader a bit and make sure that we only
831         put one NAL unit in an RTP packet even if the input buffer contains
832         multiple NAL units.
833         Add suport for AVC format input.
834
835 2008-05-14  Peter Kjellerstedt  <pkj@axis.com>
836
837         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
838         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer),
839         (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property):
840         * gst/rtp/gstrtph264pay.h:
841         Make it possible to specify profile-level-id and sprop-parameter-sets
842         using properties in case they are not available in-stream.
843
844 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
845
846         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
847         * docs/plugins/gst-plugins-good-plugins.args:
848         * docs/plugins/inspect/plugin-ladspa.xml:
849           Remove ladspa fro plugin-docs, its in gst-plugins-bad.
850
851 2008-05-13  Mark Nauwelaerts  <mnauw@users.sf.net>
852
853         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
854         Send an initial BYTE segment to inform downstream of later seeking,
855         and to forego sync attempts.
856
857 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
858
859         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
860         Fix wrong caps string.
861
862 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
863
864         Based on patch by: Olivier Crete <tester at tester dot ca>
865
866         * gst/rtp/Makefile.am:
867         * gst/rtp/gstrtp.c: (plugin_init):
868         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_base_init),
869         (gst_rtp_g729_depay_class_init), (gst_rtp_g729_depay_init),
870         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process),
871         (gst_rtp_g729_depay_plugin_init):
872         * gst/rtp/gstrtpg729depay.h:
873         * gst/rtp/gstrtpg729pay.c: (gst_rtpg729pay_base_init),
874         (gst_rtpg729pay_class_init), (gst_rtpg729pay_init),
875         (gst_rtpg729pay_setcaps), (gst_rtp_g729_pay_plugin_init):
876         * gst/rtp/gstrtpg729pay.h:
877         Added G729 pay and depayloaders. Fixes #532409.
878
879 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
880
881         * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
882         Fix the calculation of the duration of the concealment packets.
883
884 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
885
886         Based on patch by: Olivier Crete <tester at tester dot ca>
887
888         * gst/rtp/Makefile.am:
889         * gst/rtp/gstrtp.c: (plugin_init):
890         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
891         (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
892         (parse_encode), (gst_rtp_dv_depay_setcaps),
893         (calculate_difblock_location), (gst_rtp_dv_depay_process),
894         (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
895         (gst_rtp_dv_depay_plugin_init):
896         * gst/rtp/gstrtpdvdepay.h:
897         * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
898         (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
899         (gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
900         (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
901         (gst_dv_pay_negotiate), (include_dif),
902         (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
903         * gst/rtp/gstrtpdvpay.h:
904         Add DV pay and depayloaders. Fixes #532423.
905
906 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
907
908         * gst/matroska/matroska-demux.c:
909         (gst_matroska_demux_push_dvd_clut_change_event):
910         Convert subtitle palette info in VobSub private data from VobSub's
911         (buggy) RGB to YUV.
912
913 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
914
915         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset):
916         Do not leave fourcc stream header field empty upon reset.
917         Fixes #519301.
918
919 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
920
921         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
922         * docs/plugins/gst-plugins-good-plugins-sections.txt:
923         * docs/plugins/inspect/plugin-goom.xml:
924         * docs/plugins/inspect/plugin-goom2k1.xml:
925         * gst/goom/gstgoom.c:
926         * gst/goom2k1/gstgoom.c:
927         Add goom2k1 into the docs.
928
929 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
930
931         Based on patch by: Wouter Cloetens  <wouter at mind be>
932
933         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
934         (gst_rtspsrc_skip_lws), (gst_rtspsrc_unskip_lws),
935         (gst_rtspsrc_skip_commas), (gst_rtspsrc_skip_item),
936         (gst_rtsp_decode_quoted_string),
937         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr),
938         (gst_rtspsrc_setup_auth):
939         Support Digest authentication. Fixes #532065.
940
941 2008-05-08  Stefan Kost  <ensonic@users.sf.net>
942
943         * gst/level/gstlevel.c:
944           Also support 32bit (e.g. whe having it after 'mad'). Add more notes
945           about whats needed for liboil acceleration. Simplify docs a bit.
946
947 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
948
949         Patch by: Sjoerd Simons <sjoerd at luon dot net>
950
951         * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
952         Update the track duration if the old one was invalid.
953         Fixes bug #532117.
954
955 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
956
957         * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
958           Use GST_STR_NULL when trying to print sps and pps strings that could
959           be NULL, as this might crash on some platforms.
960
961 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
962
963         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
964
965         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw):
966           Do IDirectDrawClipper_SetHWnd() if the window ID has already been
967           set after creating the clipper.
968
969 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
970
971         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
972
973         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
974           Added checking of surface lost case after an unsuccessful
975           IDirectDrawSurface7_Lock() call.
976           If surface is lost, return GST_FLOW_OK.
977
978 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
979
980         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
981
982         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
983           WndProc, gst_directdraw_sink_window_thread):
984           Improved Windows message loop and fixed window destruction issue.
985           When the window which DirectDraw is rendering to is destroyed, the
986           render/show_frame function will return GST_FLOW_ERROR.
987           Partially fixes #520885.
988
989 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
990
991         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
992
993         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
994           Fixed mid stream resolution change bug, the offscreen surface is now
995           released when set_caps is called.
996           Partially fixes #520885.
997
998 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
999
1000         * sys/directdraw/gstdirectdrawsink.c
1001           (gst_directdraw_sink_buffer_alloc):
1002           Make it so that gst_directdraw_sink_buffer_alloc uses the right
1003           width/height.
1004
1005           Especially when looking through the pool of buffers, make sure that
1006           the width/height of caps is used instead of the already negotiated
1007           dimensions.
1008           For example if a buffer with different caps is requested, i.e.
1009           higher resolution, the caller would get a buffer with the old
1010           dimensions and thus corrupt the heap.
1011
1012 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
1013
1014         * sys/directdraw/gstdirectdrawsink.c
1015           (gst_directdraw_sink_buffer_alloc):
1016           Clear the flags on recycled buffers from buffer_alloc.
1017           Partially fixes #520885.
1018
1019 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
1020
1021         * gst/rtp/gstrtpilbcpay.c:
1022           Added missing stdlib.h include for strtol(), and made include ordering and
1023           style consistent with the corresponding depayloader.
1024
1025 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1026
1027         * configure.ac:
1028           Error out if we don't have the required core/base versions.
1029
1030 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
1031
1032         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
1033
1034         * sys/osxvideo/cocoawindow.m:
1035         Fix compiler warnings on PPC64. Fixes bug #499318.
1036
1037 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1038
1039         Patch by: Sjoerd Simons <sjoerd at luon dot net>
1040
1041         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
1042         Don't leak file descriptors on error. Fixes #531532.
1043
1044 2008-05-03  Sebastian Dröge  <slomo@circular-chaos.org>
1045
1046         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
1047         (gst_gconf_audio_src_change_state):
1048         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
1049         (gst_gconf_video_sink_change_state):
1050         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
1051         (gst_gconf_video_src_change_state):
1052         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
1053         (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
1054         When we can't create a fakesink/fakesrc complain instead of unreffing
1055         NULL pointers and crashing later. See bug #530535.
1056
1057 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1058
1059         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
1060         Add some more debug info and guard against small payloads.
1061
1062         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
1063         Set duration on outgoing buffers because we can.
1064
1065 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1066
1067         Patch by: Olivier Crete <tester at tester dot ca>
1068
1069         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
1070         (gst_speex_enc_init), (gst_speex_enc_chain):
1071         Add negotiation for the speex channels and rate. Fixes #465146.
1072
1073 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1074
1075         Patch by: Olivier Crete <tester at tester dot ca>
1076
1077         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
1078         (gst_rtp_speex_pay_getcaps):
1079         Add negotiation for the speex channels and rate. See #465146.
1080
1081 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1082
1083         Patch by: Olivier Crete <tester at tester dot ca>
1084
1085         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
1086         (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
1087         Add negotiation for the ILBC mode. See #465146.
1088
1089 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
1090
1091         * ext/soup/gstsouphttpsrc.c:
1092           Include stdlib to fix the build. Use g_free instead of free, libsoup
1093           uses glib.
1094
1095 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1096
1097         Patch by: j^ <j@bootlab.org>
1098
1099         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1100         Add more mpeg2 variants. Fixes #530886.
1101
1102 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
1103
1104         Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
1105
1106         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1107           Don't error out if we get an ICMP destination-unreachable
1108           message when trying to read packets on win32 (#529454).
1109
1110 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1111
1112         * configure.ac:
1113         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
1114           Use new error code for encrypted streams (which requires core CVS).
1115
1116 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1117
1118         * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
1119           (gst_qtdemux_audiosrc_template):
1120           Fix swapped pad template names, spotted by Thiago Sousa Santos.
1121
1122 2008-04-30  Wim Taymans  <wim.taymans@collabora.co.uk>
1123
1124         * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
1125         (speex_dec_chain_parse_data):
1126         Produce concealment data when time progresses in a segment update.
1127
1128 2008-04-29  Wim Taymans  <wim.taymans@collabora.co.uk>
1129
1130         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
1131         (speex_dec_chain):
1132         Try to preserve input timestamps when we can.
1133         Do beginnings of error concealment.
1134
1135 2008-04-28  Michael Smith <msmith@songbirdnest.com>
1136
1137         * gst/debug/gstnavigationtest.c:
1138           MSVC doesn't provide rint(), define an adequate replacement locally as
1139           elsewhere.
1140
1141 2008-04-28  Julien Moutte  <julien@fluendo.com>
1142
1143         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
1144         format to pacify Mac OSX's gcc.
1145
1146 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
1147
1148         * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
1149           (DEFAULT_MAX), (src_template), (sink_template),
1150           (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
1151           (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
1152           (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
1153           Bring rndbuffersize element into a state that doesn't require us
1154           to move it to -bad immediately. For one, fix up default min/max
1155           values so that the element actuall works using the default values.
1156           Also, don't ignore flow return values and do some kind of minimal
1157           eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
1158           other gratuitious clean-ups.
1159
1160 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
1161
1162         * docs/plugins/Makefile.am:
1163         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1164         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1165         * docs/plugins/gst-plugins-good-plugins.args:
1166         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1167         * docs/plugins/gst-plugins-good-plugins.interfaces:
1168         * docs/plugins/gst-plugins-good-plugins.prerequisites:
1169         * docs/plugins/inspect/plugin-1394.xml:
1170         * docs/plugins/inspect/plugin-aasink.xml:
1171         * docs/plugins/inspect/plugin-alaw.xml:
1172         * docs/plugins/inspect/plugin-alpha.xml:
1173         * docs/plugins/inspect/plugin-alphacolor.xml:
1174         * docs/plugins/inspect/plugin-annodex.xml:
1175         * docs/plugins/inspect/plugin-apetag.xml:
1176         * docs/plugins/inspect/plugin-audiofx.xml:
1177         * docs/plugins/inspect/plugin-auparse.xml:
1178         * docs/plugins/inspect/plugin-autodetect.xml:
1179         * docs/plugins/inspect/plugin-avi.xml:
1180         * docs/plugins/inspect/plugin-cacasink.xml:
1181         * docs/plugins/inspect/plugin-cairo.xml:
1182         * docs/plugins/inspect/plugin-cdio.xml:
1183         * docs/plugins/inspect/plugin-cutter.xml:
1184         * docs/plugins/inspect/plugin-debug.xml:
1185         * docs/plugins/inspect/plugin-dv.xml:
1186         * docs/plugins/inspect/plugin-efence.xml:
1187         * docs/plugins/inspect/plugin-effectv.xml:
1188         * docs/plugins/inspect/plugin-equalizer.xml:
1189         * docs/plugins/inspect/plugin-esdsink.xml:
1190         * docs/plugins/inspect/plugin-flac.xml:
1191         * docs/plugins/inspect/plugin-flxdec.xml:
1192         * docs/plugins/inspect/plugin-gamma.xml:
1193         * docs/plugins/inspect/plugin-gconfelements.xml:
1194         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
1195         * docs/plugins/inspect/plugin-goom.xml:
1196         * docs/plugins/inspect/plugin-halelements.xml:
1197         * docs/plugins/inspect/plugin-icydemux.xml:
1198         * docs/plugins/inspect/plugin-id3demux.xml:
1199         * docs/plugins/inspect/plugin-jpeg.xml:
1200         * docs/plugins/inspect/plugin-level.xml:
1201         * docs/plugins/inspect/plugin-matroska.xml:
1202         * docs/plugins/inspect/plugin-monoscope.xml:
1203         * docs/plugins/inspect/plugin-mulaw.xml:
1204         * docs/plugins/inspect/plugin-multifile.xml:
1205         * docs/plugins/inspect/plugin-multipart.xml:
1206         * docs/plugins/inspect/plugin-navigationtest.xml:
1207         * docs/plugins/inspect/plugin-ossaudio.xml:
1208         * docs/plugins/inspect/plugin-png.xml:
1209         * docs/plugins/inspect/plugin-quicktime.xml:
1210         * docs/plugins/inspect/plugin-rtp.xml:
1211         * docs/plugins/inspect/plugin-rtsp.xml:
1212         * docs/plugins/inspect/plugin-shout2send.xml:
1213         * docs/plugins/inspect/plugin-smpte.xml:
1214         * docs/plugins/inspect/plugin-spectrum.xml:
1215         * docs/plugins/inspect/plugin-speex.xml:
1216         * docs/plugins/inspect/plugin-taglib.xml:
1217         * docs/plugins/inspect/plugin-udp.xml:
1218         * docs/plugins/inspect/plugin-video4linux2.xml:
1219         * docs/plugins/inspect/plugin-videobalance.xml:
1220         * docs/plugins/inspect/plugin-videobox.xml:
1221         * docs/plugins/inspect/plugin-videocrop.xml:
1222         * docs/plugins/inspect/plugin-videoflip.xml:
1223         * docs/plugins/inspect/plugin-videomixer.xml:
1224         * docs/plugins/inspect/plugin-wavenc.xml:
1225         * docs/plugins/inspect/plugin-wavpack.xml:
1226         * docs/plugins/inspect/plugin-wavparse.xml:
1227         * docs/plugins/inspect/plugin-ximagesrc.xml:
1228           Add docs for gdkpixbufsink; update docs to CVS version.
1229
1230 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1231
1232         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
1233         Remove test sync-offset by default.
1234
1235 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
1236
1237         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
1238         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
1239         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
1240           Use GLib versions of htonl, htons, ntohl and ntohs in order
1241           to avoid problems on win32 (#529707).
1242
1243 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
1244
1245         Patch by: Jesús Corrius <jesus at softcatala org>
1246
1247         * gst/goom/filters.c: (zoomVector):
1248         * gst/goom/goom_core.c: (init_buffers):
1249           Fix build with mingw32: use rand() instead of random() and
1250           replace bzero() with memset(). Fixes #529692.
1251
1252 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1253
1254         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
1255         Fix typo in comments.
1256
1257         * tests/examples/rtp/client-H263p-PCMA.sdp:
1258         * tests/examples/rtp/client-H263p-PCMA.sh:
1259         * tests/examples/rtp/client-H264-PCMA.sdp:
1260         * tests/examples/rtp/client-H264-PCMA.sh:
1261         * tests/examples/rtp/client-H264.sdp:
1262         * tests/examples/rtp/client-H264.sh:
1263         * tests/examples/rtp/client-PCMA.sdp:
1264         * tests/examples/rtp/client-PCMA.sh:
1265         * tests/examples/rtp/server-alsasrc-PCMA.sh:
1266         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
1267         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
1268         Add some more docs and fix examples.
1269
1270 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
1271
1272         * tests/check/elements/multifile.c:
1273         Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
1274         declared in the former, some have it declared in the latter.
1275
1276 2008-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
1277
1278         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
1279         * gst/debug/tests.c: (md5_get_value):
1280         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
1281         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
1282         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
1283         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
1284         Stop using deprecated GLib functions.
1285
1286 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
1287
1288         * configure.ac:
1289         Back to development -> 0.10.8.1
1290
1291 === release 0.10.8 ===
1292
1293 2008-04-23  Jan Schmidt <jan.schmidt@sun.com>
1294
1295         * configure.ac:
1296           releasing 0.10.8, "One For The Money"
1297
1298 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
1299
1300         * configure.ac:
1301         0.10.7.4 pre-release
1302
1303 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
1304
1305         * gst/goom/config_param.c: (goom_plugin_parameters_free):
1306         * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
1307         * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
1308         * gst/goom/flying_stars_fx.c: (fs_free):
1309         * gst/goom/goom_config_param.h:
1310         * gst/goom/goom_core.c: (goom_init), (goom_close):
1311         * gst/goom/goom_plugin_info.h:
1312         * gst/goom/gstgoom.c: (gst_goom_finalize):
1313         * gst/goom/lines.c: (goom_lines_free):
1314         * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
1315         * gst/goom/surf3d.c: (grid3d_free):
1316         * gst/goom/surf3d.h:
1317         * gst/goom/tentacle3d.c: (tentacle_free):
1318         Free a bunch of stuff, and initialise things to fix leaks
1319         and valgrind warnings in the testsuite.
1320
1321         Fixes: #529268
1322
1323 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1324
1325         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
1326         (gst_rtspsrc_configure_caps):
1327         Ref caps as the return value for the request_pt_map signal.
1328         Remove some caps weirdness when configuring a stream. See #528245.
1329
1330 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
1331
1332         * tests/icles/gdkpixbufsink-test.c:
1333           Add cast to placate gcc 4.1.2.
1334
1335 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
1336
1337         * configure.ac:
1338         0.10.7.3 pre-release
1339
1340 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
1341
1342         * tests/check/Makefile.am:
1343         Disable some more elements in the state test.
1344         Add a define so the soup test can find the test files
1345         it needs at runtime.
1346
1347         * tests/check/elements/souphttpsrc.c: (run_server):
1348
1349         Add a define so the soup test can find the test files
1350         it needs at runtime.
1351
1352 2008-04-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1353
1354         * gst/goom/convolve_fx.c: (convolve_apply):
1355         Don't ever draw the GOOM logo.
1356         Fixes: #528615
1357
1358 2008-04-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1359
1360         * ext/cdio/gstcdiocddasrc.c:
1361         * ext/dv/gstdvdemux.c: 
1362         gst_atomic_int_set ==> g_atomic_int_set
1363
1364 2008-04-16  Tim-Philipp Müller  <tim at centricular dot net>
1365
1366         * configure.ac:
1367         * gst/goom/Makefile.am:
1368         * gst/goom/convolve_fx.c:
1369         * gst/goom/default_scripts.h:
1370         * gst/goom/goom.h:
1371         * gst/goom/goom_core.c: (choose_a_goom_line):
1372         * gst/goom/goom_plugin_info.h:
1373         * gst/goom/goomsl.c:
1374         * gst/goom/goomsl.h:
1375         * gst/goom/goomsl_hash.c:
1376         * gst/goom/goomsl_hash.h:
1377         * gst/goom/goomsl_heap.c:
1378         * gst/goom/goomsl_heap.h:
1379         * gst/goom/goomsl_private.h:
1380         * gst/goom/plugin_info.c:
1381           Strip out the config/script parsing stuff, we don't need it.
1382           Fixes #527999.
1383
1384 2008-04-15  Tim-Philipp Müller  <tim at centricular dot net>
1385
1386         * gst/goom/plugin_info.c: (setOptimizedMethods):
1387           Disable altivec optimisations for 32-bit PPC as well to make
1388           things build properly on all PPC systems. Fixes #528143
1389
1390 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
1391
1392         * gst-plugins-good.spec.in:
1393           Update for souphttpsrc plugin which has moved to -good.
1394
1395 2008-04-14  Jan Schmidt  <Jan.Schmidt@sun.com>
1396
1397         * gst/matroska/matroska-demux.c:
1398         (gst_matroska_demux_handle_seek_event):
1399         Fix open-ended seeks in matroskademux
1400         Patch by: Mark Nauwelaerts <manauw skynet be>
1401         Fixes: #526557
1402
1403 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
1404
1405         * tests/check/Makefile.am:
1406         Add soup test certificates to the dist.
1407
1408 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
1409
1410         * ext/Makefile.am:
1411         Remove LADSPA reference I missed.
1412
1413 2008-04-13  Sebastian Dröge  <slomo@circular-chaos.org>
1414
1415         * ext/soup/gstsouphttpsrc.c: (plugin_init):
1416         Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
1417         over gnome-vfs and everything else. Fixes bug #527848.
1418
1419 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
1420
1421         * configure.ac:
1422         * ext/Makefile.am:
1423         Remove LADSPA plugin. Fixes: #515978
1424
1425 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
1426
1427         * configure.ac:
1428         * docs/plugins/Makefile.am:
1429         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1430         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1431         * docs/plugins/gst-plugins-good-plugins.args:
1432         * docs/plugins/inspect/plugin-soup.xml:
1433         * ext/Makefile.am:
1434         * tests/check/Makefile.am:
1435         Move soup plugin from -bad (Fixes: #523124)
1436
1437 2008-04-11  Jan Schmidt  <Jan.Schmidt@sun.com>
1438
1439         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
1440         Fix bounds checking of mode in Speex header, which may
1441         produce negative numbers in speex <= 1.1.12
1442
1443 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
1444
1445         * gst/goom/Makefile.am:
1446         * gst/goom/gfontlib.c:
1447         * gst/goom/gfontlib.h:
1448         * gst/goom/gfontrle.c:
1449         * gst/goom/gfontrle.h:
1450         * gst/goom/goom.h:
1451         * gst/goom/goom_core.c: (goom_update):
1452         * gst/goom/goom_plugin_info.h:
1453         * gst/goom/gstgoom.c: (gst_goom_chain):
1454         * gst/goom/plugin_info.c:
1455           Remove a bunch of font/text related code that we don't need.
1456
1457 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
1458
1459         * gst/goom/ppc_drawings.s:
1460         * gst/goom/ppc_zoom_ultimate.s:
1461           Change license of these files to LGPL, as permitted by the
1462           author, Guillaume Borios. See #515073.
1463
1464 2008-04-09  Stefan Kost  <ensonic@users.sf.net>
1465
1466         * gst/goom/convolve_fx.c:
1467         * gst/goom/motif_goom1.h:
1468         * gst/goom/motif_goom2.h:
1469           As hinted in Bug #518213, revert one change and fix warnings properly.
1470           This fixes both #518213 and #520073 for me.     
1471
1472 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
1473
1474         * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
1475         * gst/matroska/matroska-demux.c:
1476         (gst_matroska_demux_handle_seek_event),
1477         (gst_matroska_demux_parse_contents_seekentry),
1478         (gst_matroska_demux_loop):
1479         Fix the Forte build by making function declaration signatures
1480         match the implementations.
1481
1482 2008-04-08  Tim-Philipp Müller  <tim at centricular dot net>
1483
1484         * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
1485         * sys/oss/gstosssink.c: (gst_oss_sink_reset):
1486         * sys/oss/gstosssrc.c: (gst_oss_src_reset):
1487           More logging when probing (see #518474), some comments in _reset().
1488
1489 2008-04-07  Julien Moutte  <julien@fluendo.com>
1490
1491         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
1492         because of a bad argument number.
1493
1494 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
1495
1496         * tests/icles/.cvsignore:
1497         * tests/icles/Makefile.am:
1498         * tests/icles/gdkpixbufsink-test.c:
1499           Interactive test app for gdkpixbufsink.
1500
1501 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
1502
1503         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1504
1505         * configure.ac:
1506         Actually build dlls when cross-compiling with mingw32.
1507         Fixes bug #526247.
1508
1509 2008-04-05  Tim-Philipp Müller  <tim at centricular dot net>
1510
1511         * ext/hal/hal.c: (gst_hal_get_alsa_element):
1512           Don't munge device string to 'default:x' for capture devices.
1513           Fixes #525833.
1514
1515 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
1516
1517         * ext/wavpack/gstwavpackparse.c:
1518         (gst_wavpack_parse_index_entry_free):
1519         Always use GSlice as we actually depend on GLib 2.12 already.
1520
1521 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
1522
1523         * configure.ac:
1524           Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
1525           Also bump the GLib requirement to the current de-facto requirement
1526           (ie. 2.12).
1527
1528 2008-04-04  Wim Taymans  <wim.taymans@collabora.co.uk>
1529
1530         * gst/rtp/gstrtph264pay.c: (encode_base64),
1531         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
1532         * gst/rtp/gstrtph264pay.h:
1533         Parse codec_data for future AVC compatibility.
1534         Fail when we encounter AVC data for now.
1535
1536 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
1537
1538         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
1539           (gst_spectrum_init), (gst_spectrum_set_property),
1540           (gst_spectrum_get_property), (gst_spectrum_message_new):
1541           Rename property enums and default defines for the properties to match
1542           the property names and rephrase property descriptions to make them a
1543           bit clearer (hopefully). See #518188.
1544
1545 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
1546
1547         * tests/check/Makefile.am:
1548         * tests/check/elements/.cvsignore:
1549         * tests/check/elements/gdkpixbufsink.c:
1550           Add unit test for gdkpixbufsink element.
1551
1552 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
1553
1554         * ext/gdk_pixbuf/Makefile.am:
1555         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
1556         * ext/gdk_pixbuf/gstgdkpixbufsink.c:
1557           (gst_gdk_pixbuf_sink_base_init),
1558           (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
1559           (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
1560           (gst_gdk_pixbuf_sink_set_caps),
1561           (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
1562           (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
1563           (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
1564           (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
1565           (gst_gdk_pixbuf_sink_get_property):
1566         * ext/gdk_pixbuf/gstgdkpixbufsink.h:
1567           Add gdkpixbufsink element for easy snapshotting (#525946).
1568
1569 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
1570
1571         * tests/check/pipelines/wavpack.c: (wavpack_suite):
1572         Bump timeout from 3 to 60 seconds.
1573
1574 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
1575
1576         * tests/check/pipelines/.cvignore:
1577         Remove useless file.
1578
1579         * tests/check/pipelines/.cvsignore:
1580         Add new test to .cvsignore.
1581
1582 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
1583
1584         * tests/check/Makefile.am:
1585         * tests/check/pipelines/wavpack.c: (bus_handler),
1586         (identity_handoff), (fakesink_handoff), (GST_START_TEST),
1587         (wavpack_suite), (main):
1588         Add unit test that encodes and decodes some data, checks that it
1589         is still the same and that all timestamps/offsets are perfect.
1590
1591 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
1592
1593         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
1594         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
1595         * ext/wavpack/gstwavpackparse.c:
1596         (gst_wavpack_parse_index_entry_new),
1597         (gst_wavpack_parse_index_entry_free),
1598         (gst_wavpack_parse_base_init),
1599         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
1600         Use GSlice for allocating index entries and use
1601         gst_element_class_set_details_simple().
1602
1603 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
1604
1605         Patch by: Brian Cameron <brian.cameron at sun dot com>
1606
1607         * sys/sunaudio/gstsunaudio.c:
1608         * sys/sunaudio/gstsunaudiomixer.c:
1609         * sys/sunaudio/gstsunaudiomixer.h:
1610         * sys/sunaudio/gstsunaudiomixerctrl.c:
1611         * sys/sunaudio/gstsunaudiomixerctrl.h:
1612         * sys/sunaudio/gstsunaudiomixertrack.c:
1613         * sys/sunaudio/gstsunaudiomixertrack.h:
1614         * sys/sunaudio/gstsunaudiosink.c:
1615         * sys/sunaudio/gstsunaudiosink.h:
1616         * sys/sunaudio/gstsunaudiosrc.c:
1617         * sys/sunaudio/gstsunaudiosrc.h:
1618           Fix up copyrights (#525860).
1619
1620 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
1621
1622         * gst/goom/goomsl.c: (gsl_read_file):
1623           Check return value of fread() to avoid compiler warnings.
1624
1625 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1626
1627         Based on patch by: Mersad Jelacic <mersad at axis dot com>
1628
1629         * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
1630         (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
1631         * gst/law/alaw-decode.h:
1632         * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
1633         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
1634         (gst_mulawdec_chain), (gst_mulawdec_change_state):
1635         * gst/law/mulaw-decode.h:
1636         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
1637         Make negotiation a bit modern.
1638         Use pad_alloc. Fixes #525359.
1639
1640 2008-03-31  David Schleef  <ds@schleef.org>
1641
1642         * gst/goom/xmmx.c: Fix constraints on asm code so that it
1643           compiles consistently.  Fixes #522278.
1644
1645 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
1646
1647         Patch by: Brian Cameron <brian.cameron at sun dot com>
1648
1649         * sys/sunaudio/gstsunaudiomixerctrl.c:
1650           (gst_sunaudiomixer_ctrl_get_volume),
1651           (gst_sunaudiomixer_ctrl_set_volume):
1652         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
1653           Fix up the mixer tracks to use a volume range of 0-255, which is what
1654           the sun audio API uses. This simplifies the code and avoids rounding
1655           errors. Fixes #524593.
1656
1657 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
1658
1659         * sys/v4l2/gstv4l2object.c:
1660         * sys/v4l2/gstv4l2object.h:
1661         Add device-fd property to make it possible to apps to call ioctl's.
1662
1663 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1664
1665         * gst/qtdemux/qtdemux.c: (next_entry_size):
1666         Unbreak streaming mode again.
1667
1668 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
1669
1670         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
1671           Remove superfluous DEBUG macro.
1672
1673 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
1674
1675         Based on patch by: William M. Brack <wbrack at mmm com hk>
1676
1677         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
1678           (gst_v4l2src_set_capture):
1679           Check whether the device supports setting the framerate before
1680           trying to set it and then posting a warning or error if it doesn't
1681           work (#516649, #520092). Also compare fractions more correctly.
1682
1683 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
1684
1685         * gst/goom/Makefile.am:
1686           Remove ppc assembler optimisations from the build until they
1687           actually build (they also seem to have GPL headers).
1688
1689 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
1690
1691         * m4/Makefile.am:
1692           Better not dist files that don't exist any longer (lrint*m4).
1693
1694 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
1695
1696         * configure.ac:
1697         * m4/lrint.m4:
1698         * m4/lrintf.m4:
1699         Remove lrint/lrintf checks. We don't use it anywhere.
1700
1701 2008-03-18  Andy Wingo  <wingo@pobox.com>
1702
1703         * sys/osxvideo/osxvideosink.m
1704         (gst_osx_video_sink_osxwindow_destroy)
1705         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
1706         task, whoopdee.
1707         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
1708         2 ms.
1709
1710 2008-03-18  Andy Wingo  <wingo@pobox.com>
1711
1712         * sys/osxvideo/osxvideosink.m
1713         (gst_osx_video_sink_osxwindow_destroy)
1714         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
1715         task, whoopdee.
1716         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
1717         2 ms.
1718         
1719 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
1720
1721         Patch by: William M. Brack <wbrack at mmm com hk>
1722
1723         * sys/v4l2/v4l2src_calls.c:
1724           (gst_v4l2src_probe_caps_for_format_and_size),
1725           (gst_v4l2src_probe_caps_for_format):
1726           Make sure the probed frame sizes are reversed in the resulting
1727           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
1728           highest resolution first); also remove unused variable.
1729           (Partly fixes #520092)
1730
1731 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
1732
1733         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1734
1735         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
1736         (gst_rtspsrc_finalize):
1737         Call WSAStartup() and WSACleanup before using the Winsock API.
1738         See #520808.
1739
1740 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
1741
1742         * gst/avi/gstavidemux.c:
1743           Erm, the buffer-size is just guint, no need for the special format
1744           specifier.
1745
1746 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
1747
1748         * gst/goom/plugin_info.c:
1749         * gst/goom/ppc_zoom_ultimate.h:
1750           Small fixes to build more on PPC: ifdef out code that uses unknown
1751           define; add newline at end of header file to avoid compiler warning.
1752           Assembler code still doesn't build though.
1753
1754 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
1755
1756         * gst/avi/gstavidemux.c:
1757           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
1758           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
1759
1760 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
1761
1762         * gst/avi/gstavidemux.c:
1763           Chunksize is uint32. Fix format specifier.
1764
1765 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
1766
1767         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
1768         mistake. Return file to pure MIT text.
1769
1770 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
1771
1772         * gst/audiofx/audiofx.c:
1773         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
1774         of hardcoding values.
1775
1776 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
1777
1778         Patch by: Mark Nauwelaerts <manauw skynet be>
1779
1780         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
1781           (gst_oss_src_close):
1782         * sys/oss/gstosssrc.h:
1783           Cache probed caps, so _get_caps() during recording doesn't cause
1784           ioctl calls which may disrupt the recording (fixes #521875).
1785
1786 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1787
1788         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
1789         (gst_qtdemux_activate_segment),
1790         (gst_qtdemux_prepare_current_sample),
1791         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
1792         Make sure we always send a DISCONT after a seek by setting the sample
1793         index to an undefined value after a seek.
1794
1795 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
1796
1797         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
1798           (GST_IS_AVI_SUBTITLE_CLASS):
1799           Fix up IS_FOO macros, which makes gtk-doc much happier.
1800
1801 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
1802
1803         * tests/icles/Makefile.am:
1804           Move the -lgstfoo where it belongs.
1805
1806 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
1807
1808         * gst/matroska/ebml-ids.h:
1809         Add ID for EBML CRC32 elements.
1810
1811         * gst/matroska/Makefile.am:
1812         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
1813         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
1814         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
1815         (gst_ebml_read_header):
1816         Support reading 80bit floats, add finalize method to clean up
1817         in any case, support reading length/id elements with any length
1818         as long as it's smaller than our supported maximum, don't leak
1819         buffers if reading as much data as we wanted failed and some
1820         smaller cleanup.
1821
1822 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
1823
1824         Patch by: Olivier Crete <tester at tester dot ca>
1825
1826         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
1827         Check that a buffer is large enough before reading from it.
1828         Fixes bug #521102.
1829         
1830 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
1831
1832         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
1833         Fix compilation after removing the GstPollMode from the
1834         constructor.
1835
1836 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
1837
1838         * configure.ac:
1839         * gst/audiofx/Makefile.am:
1840         * gst/audiofx/audiochebband.c:
1841         * gst/audiofx/audiocheblimit.c:
1842         * gst/audiofx/math_compat.h:
1843         Check for sinh(), cosh() and asinh() and define our own
1844         implementations if they're not available. Fixes bug #520880.
1845
1846 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
1847
1848         Patch by: Olivier Crete <tester at tester dot ca>
1849
1850         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
1851         Unref the buffers only once when handling not-negotiated errors.
1852         Fixes bug #520764.
1853
1854 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
1855
1856         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1857
1858         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
1859         (gst_udpsrc_stop):
1860         Properly balance WSA_Cleanup with WSA_Startup.
1861         Also make the poll controllable on windows. Fixes #520888.
1862
1863 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1864
1865         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
1866         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
1867         (gst_ebml_read_element_length), (gst_ebml_peek_id),
1868         (gst_ebml_read_skip), (gst_ebml_read_buffer),
1869         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
1870         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
1871         (gst_ebml_read_date), (gst_ebml_read_master),
1872         (gst_ebml_read_binary), (gst_ebml_read_header):
1873         * gst/matroska/ebml-read.h:
1874         * gst/matroska/matroska-demux.c:
1875         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
1876         (gst_matroska_demux_read_track_encodings),
1877         (gst_matroska_demux_add_stream),
1878         (gst_matroska_demux_handle_src_query),
1879         (gst_matroska_demux_handle_seek_event),
1880         (gst_matroska_demux_init_stream),
1881         (gst_matroska_demux_parse_tracks),
1882         (gst_matroska_demux_parse_index_cuetrack),
1883         (gst_matroska_demux_parse_index_pointentry),
1884         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
1885         (gst_matroska_demux_parse_metadata_id_simple_tag),
1886         (gst_matroska_demux_parse_metadata_id_tag),
1887         (gst_matroska_demux_parse_metadata),
1888         (gst_matroska_demux_sync_streams),
1889         (gst_matroska_demux_push_hdr_buf),
1890         (gst_matroska_demux_push_flac_codec_priv_data),
1891         (gst_matroska_demux_push_xiph_codec_priv_data),
1892         (gst_matroska_demux_add_wvpk_header),
1893         (gst_matroska_demux_check_subtitle_buffer),
1894         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1895         (gst_matroska_demux_parse_cluster),
1896         (gst_matroska_demux_parse_contents_seekentry),
1897         (gst_matroska_demux_parse_contents),
1898         (gst_matroska_demux_loop_stream_parse_id),
1899         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
1900         * gst/matroska/matroska-demux.h:
1901         * gst/matroska/matroska-ids.h:
1902         Handle return values from pull_range in a more granular way to properly
1903         shut down on seeks.
1904         Combine return values from push.
1905         Implement proper error handling.
1906         Prepare for handling seeking correctly.
1907
1908 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
1909
1910         * gst/matroska/ebml-read.c:
1911         Use GINT64 formatting constants from GLIB.
1912
1913         * gst/matroska/matroska-demux.c:
1914         Add some guards to avoid a possible division by 0 and crashing
1915         with NULL events on some systems.
1916         Use gst_gdouble_to_guint64 somewhere instead of an implicit
1917         conversion. 
1918
1919         * gst/matroska/matroska-mux.c:
1920         Check for invalid timestamps in a bunch of places to avoid
1921         writing bogus durations into the output file.
1922         Fix some double<->gint64 conversions that weren't using
1923         gst_guint64_to_gdouble
1924
1925 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
1926
1927         * configure.ac:
1928         Move the checks for bison, flex and as to the program section and the
1929         check for gcc inline asm to the compiler characteristics section.
1930
1931 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
1932
1933         * configure.ac:
1934         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
1935         plug-ins are included/excluded. (#498222)
1936
1937 2008-02-29  Michael Smith <msmith@fluendo.com>
1938
1939         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
1940           Don't call gst_object_sync_values() unless we have a valid timestamp.
1941
1942 2008-02-28  David Schleef  <ds@schleef.org>
1943
1944         * gst/matroska/matroska-demux.c:
1945         * gst/matroska/matroska-ids.h:
1946         * gst/matroska/matroska-mux.c:
1947           Fix Dirac mapping.  I had previously added a VfW-type
1948           mapping, but it looks like Dirac will get a native Matroska
1949           mapping, and this is the most likely method.
1950
1951 2008-02-28  David Schleef  <ds@schleef.org>
1952
1953         * gst/avi/gstavimux.c: Add Dirac encoding
1954
1955 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1956
1957         Patch by: Peter Kjellerstedt <pkj at axis com>
1958
1959         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
1960         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
1961         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
1962         * gst/udp/gstudpsrc.h:
1963         Port to GstPoll. See #505417.
1964
1965 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
1966
1967         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
1968         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
1969         yet on the srcpad. We need rate and channels before we
1970         can do any processing. Fixes bug #519088.
1971
1972 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
1973
1974         * configure.ac:
1975         Detect and indicate if GCC inline assembly syntax is
1976         available.
1977
1978         * gst/goom/Makefile.am:
1979         * gst/goom/convolve_fx.c:
1980         * gst/goom/flying_stars_fx.c:
1981         * gst/goom/goom_config.h:
1982         * gst/goom/goom_core.c:
1983         * gst/goom/goomsl.c:
1984         * gst/goom/ifs.c:
1985         * gst/goom/mmx.c:
1986         * gst/goom/plugin_info.c:
1987         * gst/goom/xmmx.c:
1988         Fix various GCC-isms, and only build the inline assembly
1989         with compilers that support GCC inline assembly.
1990
1991         Fix a couple of other warnings shown with Forte.
1992
1993 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
1994
1995         * gst/goom/xmmx.c:
1996           Use 'emms' instead of 'femms' to not crash on cpus that do not
1997           implement this 3dnow specific instruction.
1998
1999 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
2000
2001         * gst/goom/plugin_info.c: (setOptimizedMethods):
2002         Use extended MMX for draw_line() too if available, not only
2003         normal MMX.
2004
2005 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
2006
2007         * ext/jpeg/gstjpeg.c: (plugin_init):
2008         Remove (commented out) smoke typefinder. This is in base now.
2009
2010 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
2011
2012         * gst/goom2k1/Makefile.am:
2013         * gst/goom2k1/gstgoom.c:
2014
2015         Rename the installed library, and don't register the same 
2016         GType name as the new goom.
2017
2018 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
2019
2020         * configure.ac:
2021         * ext/taglib/Makefile.am:
2022           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
2023           when building C++ code (#516509).
2024
2025 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
2026
2027         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
2028         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
2029           (setOptimizedMethods):
2030           Call oil_init(), otherwise oil_get_cpu_flags() won't return
2031           anything useful. Export goom debug category so we can get
2032           rid of the VERBOSE define and the printfs.
2033
2034 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
2035
2036         * gst/goom/goomsl_heap.c: (align_it):
2037         * gst/goom/plugin_info.c: (setOptimizedMethods):
2038           Compile fixes for x86-64.
2039
2040 2008-02-23  Bastien Nocera  <hadess@hadess.net>
2041
2042         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
2043         with warnings, but add other CFLAGS
2044
2045         * gst/goom/goomsl.c (gsl_instr_set_namespace),
2046         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
2047         (calculate_labels), (gsl_read_file):
2048         * gst/goom/goomsl_lex.l:
2049         * gst/goom/goomsl_yacc.y:
2050         * gst/goom/plugin_info.c: Remove a few live printf, and
2051         fprintf, replace exit() calls with g_assert_not_reached()
2052         if it not optimal for a library
2053
2054 2008-02-23  Bastien Nocera  <hadess@hadess.net>
2055
2056         * gst/goom/Makefile.am: Remove the warnings being disabled,
2057         fix linkage on x86, spotted by Sebastian Dröge
2058         <slomo@circular-chaos.org>
2059
2060         * gst/goom/convolve_fx.c (convolve_init),
2061         (create_output_with_brightness), (convolve_apply):
2062         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
2063         * gst/goom/goomsl.c:
2064         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
2065         * gst/goom/plugin_info.c:
2066         * gst/goom/tentacle3d.c (tentacle_fx_create):
2067         Fix warnings, and disable the motifs in the convolve_fx
2068         plugin (they were causing warnings, and they were just
2069         "Goom" in funny letterring)
2070
2071 2008-02-23  Bastien Nocera  <hadess@hadess.net>
2072
2073         * configure.ac: Add checks for Flex/Yacc/Bison and other
2074         furry animals, for the new goom 2k4 based plugin
2075
2076         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
2077         CPU optimisations (not working yet), move the old plugin to...
2078
2079         * gst/goom2k1/*: ... here, in case somebody is sick enough
2080
2081         Fixes #515073
2082
2083 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
2084
2085         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
2086         Post the server response code in an error message instead of a generic
2087         'error' message. Fixes #517237.
2088
2089 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
2090
2091         * tests/check/Makefile.am:
2092         Ignore gconfaudiosrc for the states unit test too. It will fallback
2093         to alsasrc if the gconf settings can't be read and not everybody has
2094         alsa.
2095
2096 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
2097
2098         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
2099         (gst_wavpack_parse_create_src_pad):
2100         * ext/wavpack/gstwavpackparse.h:
2101         Always report the duration if we know it in push mode and don't
2102         return 0 just to make totem believe we can't seek in push mode.
2103         Newer totem version use the SEEKING query which properly reports
2104         if we can seek or not.
2105
2106 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
2107
2108         Patch by: Jens Granseuer <jensgr at gmx dot net>
2109
2110         * tests/examples/equalizer/demo.c: (main):
2111         C89 fix, moving variable declarations to the beginning of
2112         the block. Fixes bug #517933.
2113
2114 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
2115
2116         * configure.ac:
2117         Back to development...
2118
2119 === release 0.10.7 ===
2120
2121 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
2122
2123         * configure.ac:
2124           releasing 0.10.7, "Red Door Black"
2125
2126 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
2127
2128         * gst/alpha/Makefile.am:
2129         Link alpha plugin with libgstbase. Fixes bug #517386.
2130
2131 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
2132
2133         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
2134         Init values to -1 instead of the default 0 value.
2135         Fixes #516524.
2136
2137 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
2138
2139         * tests/examples/spectrum/spectrum-example.c:
2140         Add missing include to fix compilation when libxml usage is disabled.
2141         Fixes: #516371
2142
2143 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
2144
2145         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
2146         fixes: #514889
2147
2148         * gst/rtp/gstrtph264pay.c:
2149         * gst/rtp/gstrtpmp4gdepay.c:
2150         * gst/rtp/gstrtpmp4gpay.c:
2151         * gst/rtp/gstrtpmp4gpay.h:
2152         * gst/rtp/gstrtptheorapay.c:
2153         * gst/rtp/gstrtpvorbispay.c:
2154
2155         Fix various leaks shown up in valgrind
2156         - free sprops and buffer in error cases in H264 payloader
2157         - fix leak in mp4g depayloader when construction the caps
2158         - don't leak config string in the mp4g payloader
2159         - don't leak buffers and headers in theora and vorbis payloaders
2160
2161         * tests/check/elements/rtp-payloading.c:
2162
2163         Fix the RTP data test
2164         - Actually send valid amr data to the payloader instead of 20
2165         zero-bytes
2166         - The mp4g payloader expects codec_data on the caps
2167
2168 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
2169
2170         * win32/MANIFEST:
2171         Add libgstpng.dsp to MANIFEST.
2172         * win32/vs6/libgstaudiofx.dsp:
2173         Add new source files to VS project file.
2174
2175 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
2176
2177         * sys/ximage/gstximagesrc.c:
2178         Initialise variables when opening the X display rather
2179         than in _start(), as the display can be opened before that.
2180
2181         Fixes: #515985
2182
2183 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
2184
2185         * sys/directdraw/gstdirectdrawsink.c:
2186         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
2187         (gst_directdraw_sink_finalize):
2188         Properly chain up finalize functions. Fixes bug #515980.
2189
2190 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
2191
2192         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
2193         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
2194         (gst_v4l2_buffer_pool_class_init):
2195         Chain up the finalize functions. Fixes bug #515984.
2196
2197 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
2198
2199         * sys/ximage/ximageutil.c:
2200         Chain up in the finalize function for our custom
2201         buffer sub-class.
2202         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
2203         Fixes: #515706
2204
2205 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
2206
2207         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
2208         (gst_fenced_buffer_class_init):
2209         Properly chain up finalize method. Fixes bug #515979.
2210
2211 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
2212
2213         * sys/ximage/gstximagesrc.c:
2214         Free allocated Damage memory before closing our connection to the
2215         X server. Partially fixes: #515706
2216
2217 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
2218
2219         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
2220         * tests/check/Makefile.am:
2221         * tests/check/gst-plugins-good.supp:
2222         Add a few libjpeg suppressions and initialize a variable to
2223         make smokeenc valgrind clean. Fixes bug #515701.
2224
2225 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
2226
2227         * gst/avi/gstavidemux.c:
2228         Revert patch which sends timestamps only on keyframes, as it
2229         breaks playback with current gst-ffmpeg.
2230
2231         Fixes: #515562
2232
2233 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
2234
2235         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
2236         * tests/check/elements/multifile.c: (GST_START_TEST):
2237         Close some memory leaks spotted by the unit test. Fixes bug #515697.
2238
2239 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
2240
2241         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
2242         Use and unset the GError when pipeline creation fails instead of
2243         simply leaking it. Fixes bug #515704.
2244
2245 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
2246
2247         * gst/audiofx/audioamplify.c:
2248         * gst/audiofx/audiochebband.c:
2249         * gst/audiofx/audiocheblimit.c:
2250         * gst/audiofx/audiodynamic.c:
2251         * gst/audiofx/audioinvert.c:
2252         * gst/audiofx/audiopanorama.c:
2253         * gst/audiofx/audiowsincband.c:
2254         * gst/audiofx/audiowsinclimit.c:
2255         Fix long description of audiofx elements. Fixes bug #515457.
2256
2257 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
2258
2259         * docs/plugins/Makefile.am:
2260         * gst/spectrum/gstspectrum.c:
2261         * tests/examples/spectrum/.cvsignore:
2262         * tests/examples/spectrum/Makefile.am:
2263         * tests/examples/spectrum/spectrum-example.c:
2264
2265         Add a simple example application for the spectrum element, include it
2266         in the docs, and fix some documentation ambiguities.
2267
2268         Fixes: #348085
2269
2270 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
2271
2272         * gst/equalizer/Makefile.am:
2273         * gst/spectrum/Makefile.am:
2274         Fix includes order
2275
2276         * tests/check/Makefile.am:
2277         Exclude v4l2src from the states test - it takes too long to start.
2278
2279         * tests/check/elements/spectrum.c:
2280         Make the test run properly with CK_FORK=no
2281
2282 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
2283
2284         * gst/audiofix/Makefile.am: add missing header files 
2285
2286 2008-02-08  Julien Moutte  <julien@fluendo.com>
2287
2288         * gst/matroska/matroska-demux.c:
2289         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
2290         keyframe and delta units correctly when dealign with a BlockGroup.
2291         Fixes: #514397
2292
2293 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
2294
2295         * tests/check/elements/.cvsignore:
2296         Spell the new tests correctly in .cvsignore
2297
2298 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
2299
2300         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
2301           Need to use gsize here for the size, fixes compiler warning.
2302
2303         * tests/examples/equalizer/.cvsignore:
2304         * tests/examples/equalizer/Makefile.am:
2305         * tests/examples/spectrum/.cvsignore:
2306         * tests/examples/spectrum/Makefile.am:
2307           Add missing files to fix the build.
2308
2309 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
2310
2311         * configure.ac:
2312         * docs/plugins/Makefile.am:
2313         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2314         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2315         * docs/plugins/gst-plugins-good-plugins.args:
2316         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2317         * docs/plugins/inspect/plugin-multifile.xml:
2318         * tests/check/Makefile.am:
2319         * tests/check/elements/.cvsignore:
2320
2321         Move multifile plugin from -bad.
2322         Fixes: #490283
2323
2324 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
2325
2326         * configure.ac:
2327         * docs/plugins/Makefile.am:
2328         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2329         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2330         * docs/plugins/gst-plugins-good-plugins.args:
2331         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2332         * docs/plugins/inspect/plugin-spectrum.xml:
2333         * gst/spectrum/Makefile.am:
2334         * tests/check/Makefile.am:
2335         * tests/check/elements/.cvsignore:
2336         * tests/examples/Makefile.am:
2337
2338         Move spectrum plugin from -bad.
2339         Move examples into tests/examples/spectrum.
2340
2341 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
2342
2343         * configure.ac:
2344         * docs/plugins/Makefile.am:
2345         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2346         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2347         * docs/plugins/gst-plugins-good-plugins.args:
2348         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2349         * docs/plugins/gst-plugins-good-plugins.interfaces:
2350         * docs/plugins/inspect/plugin-equalizer.xml:
2351         * gst/equalizer/Makefile.am:
2352         * tests/check/Makefile.am:
2353         * tests/examples/Makefile.am:
2354         Move the equalizer plugin across from -bad
2355
2356         * tests/check/elements/.cvsignore:
2357         Add equalizer, audiosincwband and audiosincwlimit
2358
2359         * tests/check/elements/equalizer.c:
2360         Fix compiler warnings
2361
2362         Fixes: #415627
2363
2364 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
2365
2366         * configure.ac:
2367         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
2368         are treated like releases and build without it.
2369
2370 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
2371
2372         * docs/plugins/Makefile.am:
2373         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2374         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2375         * docs/plugins/gst-plugins-good-plugins.args:
2376         * docs/plugins/inspect/plugin-audiofx.xml:
2377         * gst/audiofx/Makefile.am:
2378         * gst/audiofx/audiofx.c:
2379         * gst/audiofx/audiowsincband.c:
2380         * gst/audiofx/audiowsincband.h:
2381         * gst/audiofx/audiowsinclimit.c:
2382         * gst/audiofx/audiowsinclimit.h:
2383         * tests/check/Makefile.am:
2384         * tests/check/elements/audiowsincband.c:
2385         * tests/check/elements/audiowsinclimit.c:
2386
2387         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
2388         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
2389         respectively.
2390
2391         Fixes: #467666
2392
2393 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
2394
2395         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
2396         * tests/check/elements/icydemux.c:
2397           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
2398           caps, and add a somewhat useful debug message. Plus test.
2399
2400 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
2401
2402         * gst/rtsp/gstrtspsrc.c:
2403         Include unistd.h only if HAVE_UNISTD_H is defined
2404         * win32/common/config.h.in:
2405         * win32/common/config.h:
2406         Define socklen_t as it seems it's not defined in default 
2407         Visual Studio headers.
2408         * win32/vs6/libgstalpha.dsp:
2409         * win32/vs6/libgstapetag.dsp:
2410         * win32/vs6/libgstavi.dsp:
2411         * win32/vs6/libgstrtp.dsp:
2412         * win32/vs6/libgstrtsp.dsp:
2413         * win32/vs6/libgstvideomixer.dsp:
2414         Update project file dependencies and add new source files       
2415
2416 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
2417
2418         Patch by: Bjarne Rosengren <bjarne at axis dot com>
2419
2420         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
2421         Don't leak buffers when we don't push them downstream.
2422         Fixes bug #514965.
2423
2424 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
2425
2426         * configure.ac:
2427           Bump requirements to (good) released versions to avoid
2428           confusion and make implicit core requirement explicit.
2429
2430 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
2431
2432         * docs/plugins/Makefile.am:
2433         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2434         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2435         * docs/plugins/gst-plugins-good-plugins.args:
2436         * docs/plugins/inspect/plugin-audiofx.xml:
2437         * gst/audiofx/Makefile.am:
2438         * gst/audiofx/audiochebband.c:
2439         * gst/audiofx/audiochebband.h:
2440         * gst/audiofx/audiocheblimit.c:
2441         * gst/audiofx/audiocheblimit.h:
2442         * gst/audiofx/audiochebyshevfreqband.c:
2443         * gst/audiofx/audiochebyshevfreqband.h:
2444         * gst/audiofx/audiochebyshevfreqlimit.c:
2445         * gst/audiofx/audiochebyshevfreqlimit.h:
2446         * gst/audiofx/audiofx.c:
2447         * tests/check/Makefile.am:
2448         * tests/check/elements/.cvsignore:
2449         * tests/check/elements/audiochebband.c:
2450         * tests/check/elements/audiocheblimit.c:
2451         * tests/check/elements/audiochebyshevfreqband.c:
2452         * tests/check/elements/audiochebyshevfreqlimit.c:
2453
2454         Rename audiochebyshevfreqband -> audiochebband and
2455         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
2456         surgery.
2457
2458         Closes: #491811
2459
2460 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2461
2462         Patch by: Orjan Friberg <orjanf at axis dot com>
2463
2464         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
2465         Fix caps memory leak. Fixes #514573.
2466
2467 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
2468
2469         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
2470         If there's no entries in the subindex, don't try to do anything stupid,
2471         just return.
2472
2473 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
2474
2475         Patch by: John Millikin <jmillikin at gmail dot com>
2476
2477         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
2478           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
2479           Fix extraction of picture blocks with newer libflac versions again:
2480           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
2481
2482 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
2483
2484         * tests/check/Makefile.am:
2485           Add rtp-payloading test to VALGRIND_TO_FIX.
2486
2487         * tests/check/elements/rtp-payloading.c:
2488           Add semicolons after GST_TEST_END so gst-indent gets the
2489           formatting right; make test less verbose in general, but
2490           more verbose in the error case (which should probably
2491           make the test fail anyway).
2492
2493 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
2494
2495         * docs/plugins/Makefile.am:
2496         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2497         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2498         * gst/avi/gstavisubtitle.c:
2499         Add documentation for avisubtitle and change class to
2500         Codec/Parser/Subtitle
2501
2502 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
2503
2504         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
2505         Treat ENOTTY (driver does not implement ioctl) the same as
2506         EINVAL since it implies there are no available standards.
2507
2508         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
2509         (gst_v4l2src_get_nearest_size):
2510         Replace gst_v4l2src_get_size_limits with 2 calls to new function
2511         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
2512         probe if the driver does not support VIDIOC_TRY_FMT for whatever
2513         reason, and if we aren't yet actively capturing.
2514
2515         * sys/v4l2/v4l2src_calls.h:
2516         Remove replaced function declaration.
2517
2518 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
2519
2520         * configure.ac:
2521         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
2522         API.
2523
2524 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
2525
2526         * configure.ac:
2527         Fix typo.
2528
2529 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
2530
2531         * gst/alpha/Makefile.am:
2532         * gst/alpha/gstalpha.c:
2533
2534         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
2535         some stuff, and making buffer-alloc and resizing work automatically.
2536         No longer crashes on odd frame widths and heights, although there
2537         seems to be a disagreement with ffmpegcolorspace about what size
2538         an AYUV frame with odd height should be.
2539
2540 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
2541
2542         Patch by: Alessandro Decina <alessandro at nnva dot org>
2543
2544         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
2545         * ext/libpng/gstpngenc.h:
2546         Preallocate the output buffer so that g_memdup() and
2547         gst_buffer_merge() aren't needed anymore. This greatly improves
2548         performances and fixes #512544.
2549
2550 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
2551
2552         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
2553         (gst_avi_demux_stream_data):
2554         GStreamer timestamps are PTS values while AVI only knows about DTS
2555         timestamps. Make sure we only copy the DTS as the buffer timestamp when
2556         we are dealing with a key frame.
2557
2558 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
2559
2560         * tests/check/Makefile.am:
2561         * tests/check/elements/.cvsignore:
2562         * tests/check/elements/rtp-payloading.c:
2563           Add add testsuite for the rtp-payloader that tries simulating
2564           dataflow. Needs more test data.
2565
2566 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
2567
2568         * tests/check/elements/alphacolor.c:
2569           Remove two unused variables.
2570
2571 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
2572
2573         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
2574           Use g_ascii_strtoll() instead of atoll, which is only
2575           available in C99.
2576
2577 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
2578
2579         * gst/rtp/Makefile.am:
2580         * gst/rtp/gstrtp.c:
2581         * gst/rtp/gstrtpmpvpay.c:
2582         * gst/rtp/gstrtpmpvpay.h:
2583         Add MPEG2 video payloader
2584
2585 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
2586
2587         * gst/level/gstlevel.c:
2588         Use #include <math.h> instead of #include "math.h".
2589
2590 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
2591
2592         * tests/check/Makefile.am:
2593         Fix up some CFLAGS sets.
2594         Don't include gconfvideosrc in the states test.
2595
2596         * tests/check/elements/autodetect.c: (GST_START_TEST):
2597         Add some error strings to fail_unless arguments to fix some weird
2598         compiler errors on Solaris.
2599
2600 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
2601
2602         * configure.ac:
2603         Detect video4linux headers on Solaris too.
2604         * sys/v4l2/gstv4l2colorbalance.h:
2605         * sys/v4l2/gstv4l2object.h:
2606         * sys/v4l2/v4l2_calls.c:
2607         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
2608         (gst_v4l2_buffer_new):
2609
2610         Make v4l2 build on Solaris.
2611         Patch by: Brian Cameron  <brian.cameron at sun dot com>
2612         Fixes: #510505
2613
2614 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
2615
2616         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2617           Update list from (still local) scanning script.
2618
2619 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
2620
2621         Based on a patch by:
2622             Victor STINNER <victor dot stinner at haypocalc dot com>
2623
2624         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
2625         Set variable to NULL after freeing it to prevent double frees
2626         or make failures by another use of it afterwards more obvious
2627         and fix use of it after the freeing. Fixes bug #510592.
2628
2629 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
2630
2631         * gst/udp/gstmultiudpsink.c:
2632         use GST_WARNING for logging
2633
2634 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
2635
2636         * gst/udp/gstmultiudpsink.c:
2637         Don't try to leave a multicast group with an invalid socket
2638
2639 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
2640
2641         * ext/flac/gstflacdec.c:
2642           Fix compilation against flac 1.1.2 (as on debian stable), where
2643           the picture metadata defines and structs don't exist yet.
2644           Fixes #509301.
2645
2646 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
2647
2648         Patch by: Olivier Crete <tester at tester dot ca>
2649
2650         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2651         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
2652         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
2653         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
2654         * gst/udp/gstmultiudpsink.h:
2655         Add property to automatically join a multicast group or not. This can be
2656         useful when sharing a socket between multiple elements.
2657         Fixes #509531.
2658
2659 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
2660
2661         * gst/videomixer/Makefile.am:
2662           Add controller flags.
2663
2664 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
2665
2666         * gst/videomixer/videomixer.c:
2667           Also commit the missing gst_object_sync_values().
2668
2669 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
2670
2671         * docs/plugins/Makefile.am:
2672           Remove duplicate entry.
2673
2674 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
2675
2676         * docs/plugins/Makefile.am:
2677         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2678         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2679         * docs/plugins/inspect/plugin-gamma.xml:
2680         * docs/plugins/inspect/plugin-monoscope.xml:
2681         * docs/plugins/inspect/plugin-video4linux2.xml:
2682           Add 3 more plugins to docs.
2683
2684 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
2685
2686         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2687         * sys/osxvideo/osxvideosink.h:
2688           Revert previous change caused by a file that got stuck on an old
2689           revision.
2690
2691 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
2692
2693         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2694         * gst/multipart/Makefile.am:
2695         * gst/multipart/multipartdemux.c:
2696         * gst/multipart/multipartdemux.h:
2697         * gst/multipart/multipartmux.c:
2698         * gst/multipart/multipartmux.h:
2699           Re-add multipartdemux to the docs. Last round of section cleanup.
2700
2701 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
2702
2703         * docs/plugins/Makefile.am:
2704         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2705         * sys/osxaudio/gstosxaudiosink.h:
2706         * sys/osxvideo/osxvideosink.h:
2707           Managed to resolve most unused declarations. Filed a bug for one left.          
2708
2709 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
2710
2711         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2712           Cleanup section file.
2713
2714 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
2715
2716         * docs/plugins/Makefile.am:
2717         * docs/plugins/gst-plugins-good-plugins.args:
2718         * docs/plugins/gst-plugins-good-plugins.signals:
2719         * docs/plugins/inspect/plugin-alaw.xml:
2720         * docs/plugins/inspect/plugin-alpha.xml:
2721         * docs/plugins/inspect/plugin-alphacolor.xml:
2722         * docs/plugins/inspect/plugin-annodex.xml:
2723         * docs/plugins/inspect/plugin-apetag.xml:
2724         * docs/plugins/inspect/plugin-audiofx.xml:
2725         * docs/plugins/inspect/plugin-auparse.xml:
2726         * docs/plugins/inspect/plugin-autodetect.xml:
2727         * docs/plugins/inspect/plugin-avi.xml:
2728         * docs/plugins/inspect/plugin-cairo.xml:
2729         * docs/plugins/inspect/plugin-cdio.xml:
2730         * docs/plugins/inspect/plugin-cutter.xml:
2731         * docs/plugins/inspect/plugin-debug.xml:
2732         * docs/plugins/inspect/plugin-dv.xml:
2733         * docs/plugins/inspect/plugin-efence.xml:
2734         * docs/plugins/inspect/plugin-effectv.xml:
2735         * docs/plugins/inspect/plugin-flac.xml:
2736         * docs/plugins/inspect/plugin-flxdec.xml:
2737         * docs/plugins/inspect/plugin-gconfelements.xml:
2738         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2739         * docs/plugins/inspect/plugin-goom.xml:
2740         * docs/plugins/inspect/plugin-halelements.xml:
2741         * docs/plugins/inspect/plugin-icydemux.xml:
2742         * docs/plugins/inspect/plugin-id3demux.xml:
2743         * docs/plugins/inspect/plugin-jpeg.xml:
2744         * docs/plugins/inspect/plugin-ladspa.xml:
2745         * docs/plugins/inspect/plugin-level.xml:
2746         * docs/plugins/inspect/plugin-matroska.xml:
2747         * docs/plugins/inspect/plugin-mulaw.xml:
2748         * docs/plugins/inspect/plugin-multipart.xml:
2749         * docs/plugins/inspect/plugin-navigationtest.xml:
2750         * docs/plugins/inspect/plugin-png.xml:
2751         * docs/plugins/inspect/plugin-quicktime.xml:
2752         * docs/plugins/inspect/plugin-rtp.xml:
2753         * docs/plugins/inspect/plugin-rtsp.xml:
2754         * docs/plugins/inspect/plugin-shout2send.xml:
2755         * docs/plugins/inspect/plugin-smpte.xml:
2756         * docs/plugins/inspect/plugin-speex.xml:
2757         * docs/plugins/inspect/plugin-taglib.xml:
2758         * docs/plugins/inspect/plugin-udp.xml:
2759         * docs/plugins/inspect/plugin-videobalance.xml:
2760         * docs/plugins/inspect/plugin-videobox.xml:
2761         * docs/plugins/inspect/plugin-videocrop.xml:
2762         * docs/plugins/inspect/plugin-videoflip.xml:
2763         * docs/plugins/inspect/plugin-videomixer.xml:
2764         * docs/plugins/inspect/plugin-wavenc.xml:
2765         * docs/plugins/inspect/plugin-wavpack.xml:
2766         * docs/plugins/inspect/plugin-wavparse.xml:
2767           Update plugin docs.
2768
2769         * gst/videomixer/Makefile.am:
2770         * gst/videomixer/videomixer.c:
2771         * gst/videomixer/videomixer.h:
2772         * gst/videomixer/videomixerpad.h:
2773           Split out header to fix warnings from the doc-build.
2774
2775 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2776
2777         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
2778
2779         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
2780         Use atoll to parse the rtptime with enough precision. Fixes #509329.
2781
2782 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
2783
2784         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
2785         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
2786           Initialise variables to work around (false) 'foo might be used
2787           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
2788
2789 2008-01-11  David Schleef  <ds@schleef.org>
2790
2791         * docs/plugins/.cvsignore:
2792         * tests/check/pipelines/.cvsignore:
2793           Ignore more files for the buildbot.
2794
2795 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
2796
2797         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
2798         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
2799         Generate the image-type values correctly. Leave them out of the caps
2800         when outputting a "preview image" tag, since it only makes sense
2801         to have one of those - the type is irrelevant.
2802
2803         * sys/sunaudio/gstsunaudiomixerctrl.c:
2804         (gst_sunaudiomixer_ctrl_open):
2805         If we can, mark the mixer multiple open when we use it, in case
2806         (for some reason) the process wants to open it again elsewhere.
2807
2808 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
2809
2810         Patch by: Olivier Crete <tester at tester dot ca>
2811
2812         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
2813         * gst/rtp/gstrtptheorapay.c:
2814         Fix the clock rate to 90000 as required by the RFC.
2815         Fixes #508644.
2816
2817 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
2818
2819         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
2820           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
2821
2822 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
2823
2824         * autogen.sh:
2825           Add -Wno-portability to the automake parameters to stop warnings
2826           about GNU make extensions being used. We require GNU make in almost
2827           every Makefile anyway.
2828           
2829         * configure.ac:
2830           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
2831           at the same time is required for per target flags.
2832
2833 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
2834
2835         * gst/videomixer/videomixer.c: (gst_videomixer_init):
2836         Fix error from my last commit.
2837
2838 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
2839
2840         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
2841
2842         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
2843           Make sure the ISO 639-X language code in ID3v2 COMM frames
2844           is actually valid UTF-8 (or rather: ASCII), so we don't end
2845           up with non-UTF8 strings in tags if there's garbage in the
2846           language field. Also make sure the language code is always
2847           lower case. Fixes: #508291.
2848
2849 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
2850
2851         * ChangeLog:
2852           Fix ChangeLog typo.
2853
2854 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
2855
2856         * Makefile.am:
2857           Include lcov.mak to allow building coverage reports. Guard
2858           check-torture target like in the other packages.
2859
2860 2008-01-09  Sameer Naik  <sameer@damagehead.com>
2861
2862         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
2863
2864         * gst/videomixer/videomixer.c:
2865         (gst_videomixer_set_master_geometry), (_do_init),
2866         (gst_videomixer_child_proxy_get_child_by_index),
2867         (gst_videomixer_child_proxy_get_children_count),
2868         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
2869         (gst_videomixer_init), (gst_videomixer_request_new_pad),
2870         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
2871         Implement GstChildProxy interface.
2872         Send newsegment at the right moment
2873         Fixes #488879
2874
2875 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
2876
2877         * gst/alpha/Makefile.am:
2878         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
2879         (gst_alpha_sink_event), (gst_alpha_chain),
2880         (gst_alpha_change_state), (plugin_init):
2881         Make the various properties of 'alpha' controllable. This allows doing
2882         niceties like fade-in/fade-out.
2883
2884 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
2885
2886         * gst/rtp/gstasteriskh263.c:
2887         * gst/rtp/gstrtpL16depay.c:
2888         * gst/rtp/gstrtpac3depay.c:
2889         * gst/rtp/gstrtpamrpay.c:
2890         * gst/rtp/gstrtpdepay.c:
2891         * gst/rtp/gstrtpgsmdepay.c:
2892         * gst/rtp/gstrtph263depay.c:
2893         * gst/rtp/gstrtph263pdepay.c:
2894         * gst/rtp/gstrtph263ppay.c:
2895         * gst/rtp/gstrtph264depay.c:
2896         * gst/rtp/gstrtph264pay.c:
2897         * gst/rtp/gstrtpmp2tdepay.c:
2898         * gst/rtp/gstrtpmp4adepay.c:
2899         * gst/rtp/gstrtpmp4gdepay.c:
2900         * gst/rtp/gstrtpmp4gpay.c:
2901         * gst/rtp/gstrtpmp4vdepay.c:
2902         * gst/rtp/gstrtpmpadepay.c:
2903         * gst/rtp/gstrtpmpvdepay.c:
2904         * gst/rtp/gstrtpsv3vdepay.c:
2905         * gst/rtp/gstrtptheoradepay.c:
2906         * gst/rtp/gstrtptheorapay.c:
2907         * gst/rtp/gstrtpvorbisdepay.c:
2908         * gst/rtp/gstrtpvorbispay.c:
2909           Remove copy/paste unused code (property setters and getter) found by
2910           the coverage suite (yay, saves ~20k on disk).
2911
2912 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
2913
2914         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
2915           (videosink_templ):
2916           Also fix up pad templates to indicate that image/jpeg doesn't
2917           absolutely require the framerate property to be set (#504081).
2918
2919 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
2920
2921         Based on patch by: Wouter Cloetens  <wouter at mind be>
2922
2923         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
2924           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
2925           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
2926         * gst/matroska/matroska-mux.h:
2927           Keep track of first and last timestamps for each incoming stream,
2928           so we can calculate the total duration for live sources and other
2929           input where we can't query the duration from the start or where
2930           there's no constant framerate from which we can deduce the
2931           duration; also use calculated/observed duration if it is bigger
2932           than the previously queried duration. Furthermore, use
2933           gst_pad_query_peer_duration() and take into account that it may
2934           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
2935           screws up comparisons when using unsigned integers. Fixes #504081.
2936
2937 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
2938
2939         * configure.ac:
2940         * gst/audiofx/audioamplify.c:
2941         (gst_audio_amplify_clipping_method_get_type),
2942         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
2943         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
2944         (gst_audio_dynamic_transform_ip):
2945         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
2946         (gst_audio_invert_transform_ip):
2947         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
2948         (gst_audio_panorama_transform):
2949         * gst/level/gstlevel.c: (gst_level_init):
2950         Make elements GST_BUFFER_FLAG_GAP aware and call
2951         gst_base_transform_set_gap_aware for this.
2952         Bump core requirement to CVS.
2953         
2954         * gst/audiofx/audiochebyshevfreqband.c:
2955         (gst_audio_chebyshev_freq_band_transform_ip):
2956         * gst/audiofx/audiochebyshevfreqlimit.c:
2957         (gst_audio_chebyshev_freq_limit_transform_ip):
2958         Also sync GObject properties to the controller if operating
2959         in passthrough mode.
2960
2961 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
2962
2963         * sys/directdraw/gstdirectdrawsink.c:
2964           (gst_directdraw_sink_window_thread):
2965           FALSE is not a gpointer.
2966
2967 2008-01-05  Julien Moutte  <julien@fluendo.com>
2968
2969         * sys/directdraw/gstdirectdrawsink.c:
2970         (gst_directdraw_sink_set_window_id),
2971         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
2972         (gst_directdraw_sink_buffer_alloc),
2973         (gst_directdraw_sink_draw_borders),
2974         (gst_directdraw_sink_show_frame),
2975         (gst_directdraw_sink_setup_ddraw),
2976         (gst_directdraw_sink_window_thread),
2977         (gst_directdraw_sink_get_ddrawcaps),
2978         (gst_directdraw_sink_surface_create): Make sure we create our
2979         internal window only when we need it. That will give a chance to
2980         the application to get the prepare-xwindow-id bus message. Draw
2981         black borders when keeping aspect ratio. Handle the case where our
2982         rendering window disappears (closed or errors) like other sinks
2983         do. Various 80 columns fixes, improve state change order. That
2984         element could need some more love.
2985
2986 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
2987
2988         * ext/taglib/gstapev2mux.h:
2989         * ext/taglib/gstid3v2mux.h:
2990         Remove useless typedefs without new type name. Fixes a warning with
2991         gcc 4.3.
2992
2993 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
2994
2995         Patch by: John Millikin <jmillikin at gmail dot com>
2996
2997         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
2998         (gst_flac_dec_setup_stream_decoder),
2999         (gst_flac_normalize_picture_mime_type),
3000         (gst_flac_extract_picture_buffer),
3001         (gst_flac_dec_metadata_callback):
3002         Emit metadata messages when a PICTURE block is encountered.
3003         Fixes #506715.
3004
3005 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
3006
3007         * gst/avi/gstavi.c:
3008         increase rank because no known issues anymore ...
3009         * gst/avi/gstavisubtitle.c:
3010         send subtitle name to the srcpad
3011
3012 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
3013
3014         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
3015         * gst/rtsp/gstrtspsrc.h:
3016         Implement redirect for the DESCRIBE reply. Fixes #506025.
3017
3018 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
3019
3020         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
3021         Fix 'xyz may be used uninitialized' compiler warnings caused
3022         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
3023         abort() in any case but properly report the error.
3024
3025 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
3026
3027         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
3028         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
3029         * sys/ximage/gstximagesrc.c: (composite_pixel):
3030           Fix 'xyz may be used uninitialized' compiler warnings caused
3031           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
3032           not really nice to abort in any case). Fixes #505745.
3033
3034 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
3035
3036         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
3037           Small unit test fix (has no practical impact at the moment,
3038           since we're only feeding utf8 and hence just create a sub-
3039           buffer for the output).
3040
3041 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
3042
3043         * gst/avi/gstavisubtitle.c:
3044         * tests/check/elements/avisubtitle.c:
3045         Add seeking support for avi subtitle
3046
3047 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3048
3049         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
3050         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
3051         (gst_flac_dec_write):
3052         * ext/flac/gstflacdec.h:
3053         Remove some unused vars.
3054         Do more cleanup of leftover events and tags.
3055         Output tags after the segment event. Fixes #504018.
3056
3057 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
3058
3059         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
3060           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
3061           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
3062           Detect other UTF byte order markers and convert to UTF-8 as
3063           appropriate.
3064
3065 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
3066
3067         * gst/avi/gstavisubtitle.c: (src_template),
3068           (gst_avi_subtitle_extract_utf8_file),
3069           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
3070           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
3071           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
3072         * gst/avi/gstavisubtitle.h:
3073           Refactor a bit; fix name extraction; don't assume all the data
3074           in the chunk is actually subtitle data, there may be padding at
3075           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
3076           file so it's there to send again after a seek (for future use).
3077
3078 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
3079
3080         * gst/avi/Makefile.am:
3081         * gst/avi/gstavi.c:
3082         * gst/avi/gstavisubtitle.c:
3083         * gst/avi/gstavisubtitle.h:
3084         * tests/check/Makefile.am:
3085         * tests/check/elements/avisubtitle.c:
3086         * win32/common/config.h:
3087                 Add avi subtitle element for bug #442034. Need seeking support
3088                 and more support for character conversion.
3089
3090 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
3091
3092         * Makefile.am:
3093           Include common/win32.mak for CRLF check of win32 project
3094           files (see #393626).
3095
3096         * win32/vs6/libgstpng.dsp:
3097           Fix line endings and do cvs admin -kb.
3098
3099 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
3100
3101         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
3102         Actually drop the buffers which are outside the currently configured
3103         segment instead of just emitting a WARNING.
3104
3105 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3106
3107         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
3108         (gst_flac_dec_write):
3109         * ext/flac/gstflacdec.h:
3110         Send segments from the streaming thread. Fixes #502187.
3111         Fix segment seeking and a bunch of other seeking cases.
3112
3113 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
3114
3115         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
3116           Parse WOAF frames and put the result into GST_TAG_CONTACT,
3117           which is where it would end up if the same information was
3118           put in a vorbis comment (don't think it's worth adding a
3119           new URI tag for this). Fixes #488112.
3120
3121 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
3122
3123         * configure.ac:
3124           We need core/base 0.10.15 or later.
3125
3126 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
3127
3128         Patch by: Mark Nauwelaerts <manauw skynet be>
3129
3130         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
3131         Fix regression in stream numbering. Fixes #502655.
3132
3133 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
3134
3135         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
3136
3137         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
3138         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
3139         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
3140         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
3141         (gst_rtp_h264_pay_handle_buffer):
3142         * gst/rtp/gstrtph264pay.h:
3143         Use higher performance start-code searching.
3144         Parse NALs and store SPS, PPS and profile in the caps so that they can
3145         be used in the SDP. Fixes #502814.
3146
3147 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
3148
3149         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
3150         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
3151           Init some structs to zero before we pass them to ioctl, which
3152           avoids valgrind warnings.  Also fix a small memory leak.
3153
3154 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
3155
3156         Patch by: Wouter Cloetens <wouter at mind dot be>
3157
3158         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
3159         Copy timestamp from input to output. Not very perfect yet but better
3160         than nothing. Fixes #503023.
3161
3162 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
3163
3164         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
3165           Also print a useful error message with the old Wavpack API
3166           if possible.
3167
3168 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
3169
3170         * ext/wavpack/gstwavpackdec.c:
3171           More build fixes for old libwavpack versions: include config.h so
3172           that WAVPACK_OLD_API is actually defined as detected; only use
3173           WavpackGetErrorMessage if it is available. This fixes the build
3174           on debian stable for me.
3175
3176 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
3177
3178         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
3179         * ext/wavpack/gstwavpackparse.c:
3180           (gst_wavpack_parse_create_src_pad):
3181           Workaround the non-existance of WavpackGetChannelMask in Wavpack
3182           versions below 4.40.0.
3183
3184 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
3185
3186         * configure.ac:
3187           And now do it right for real...
3188
3189 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
3190
3191         * configure.ac:
3192           Correctly reset $LIBS to not contain -lm.
3193
3194 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
3195
3196         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
3197
3198         * configure.ac:
3199         * ext/cairo/gsttimeoverlay.c:
3200           (gst_cairo_time_overlay_print_smpte_time):
3201           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
3202           and checking for rint() and implementing it ourself if it doesn't
3203           exist. Fixes #497293.
3204
3205 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
3206
3207         * configure.ac:
3208           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
3209
3210 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
3211
3212         * sys/oss/gstosshelper.c:
3213         Verify that the format returned after the ioctl is the one
3214         we requested. It is valid for the ioctl to succeed while
3215         substituting an alternate 'supported' sample format.
3216
3217 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
3218
3219         * sys/oss/gstossaudio.c: (plugin_init):
3220         * sys/oss/gstosssink.c: (gst_oss_sink_open):
3221         * sys/oss/gstosssrc.c: (gst_oss_src_open):
3222           Post decent (and translated) error message when we can't
3223           open the audio device for some reason.
3224
3225 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
3226
3227         * sys/oss/gstosssink.c:
3228         * sys/oss/gstosssrc.c:
3229         Allow the AUDIODEV environment variable to redirect us
3230         to a different default OSS device, like sunaudiosink does
3231         on Solaris (makes audio play automatically on SunRays).
3232
3233 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
3234
3235         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
3236         * gst/audiofx/audiochebyshevfreqband.c:
3237         (gst_audio_chebyshev_freq_band_transform_ip):
3238         * gst/audiofx/audiochebyshevfreqlimit.c:
3239         (gst_audio_chebyshev_freq_limit_transform_ip):
3240         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
3241         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
3242         The transform_ip() methods should do nothing if in passthrough mode.
3243         It might get non-writable buffers in that case but the buffer might
3244         as well be writable.
3245
3246         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
3247         The transform() methods won't be called in passthrough mode and
3248         otherwise the buffer is always writable so don't check here.
3249
3250 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
3251
3252         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
3253           Fix seeking in .wav files again (#501775).  Some people seem to think
3254           they don't need to test their changes when they're just 'reflowing'
3255           some code.
3256
3257 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
3258
3259         * gst/autodetect/gstautovideosink.c:
3260         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
3261         (gst_auto_video_sink_init),
3262         (gst_auto_video_sink_create_element_with_pretty_name),
3263         (gst_auto_video_sink_find_best),
3264         (gst_auto_video_sink_set_property),
3265         (gst_auto_video_sink_get_property):
3266         * gst/autodetect/gstautovideosink.h:
3267         Fix docs.
3268         Use same error reporting code as autoaudiosink.
3269         Add property to filter sinks based on caps. Only select raw video sinks
3270         by default for backwards compat.
3271         API: GstAutoVideoSink::filter-caps
3272
3273 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
3274
3275         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3276
3277         * gst/autodetect/gstautoaudiosink.c:
3278         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
3279         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
3280         (gst_auto_audio_sink_set_property),
3281         (gst_auto_audio_sink_get_property):
3282         * gst/autodetect/gstautoaudiosink.h:
3283         Add property to filter sinks based on caps. Only select raw audio sinks
3284         by default for backwards compat.  Fixes #417420.
3285         API: GstAutoAudioSink::filter-caps
3286
3287 2007-11-29  Michael Smith <msmith@fluendo.com>
3288
3289         Patch by: Arek Korbik <arkadini@gmail.com>
3290
3291         * gst/videobox/gstvideobox.c: (plugin_init):
3292           Initialise liboil in plugin_init()
3293
3294 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
3295
3296         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
3297         Post error before sending EOS. Fixes #499178.
3298
3299 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
3300
3301         * win32/vs6/gst_plugins_good.dsw:
3302         * win32/vs6/libgstpng.dsp:
3303         Add a project file for libgstpng
3304
3305 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
3306
3307         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
3308         (gst_rtp_h263_depay_process):
3309         Code beautification.
3310         Added debug statements.
3311         Don't bit-shift everything, just do operations on last/first byte
3312         instead.
3313
3314 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
3315
3316         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
3317
3318         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
3319         Fix wrong comparison in overrun check. Fixes #499239 some more.
3320
3321 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
3322
3323         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
3324         (gst_rtp_h263_depay_process):
3325         * gst/rtp/gstrtph263depay.h:
3326         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
3327         stream.
3328
3329 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
3330
3331         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
3332
3333         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
3334         (gst_rtp_mp4a_depay_process):
3335         * gst/rtp/gstrtpmp4adepay.h:
3336         Fix depayloading when multiple frames are inside one RTP packet.
3337         Fixes #499239.
3338
3339 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
3340
3341         * gst/level/gstlevel.c:
3342           Add GAP-flag support.
3343
3344 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
3345
3346         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
3347         Read the I flag for Mode A h263 rtp stream and set the
3348         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
3349         Fixes #499383
3350
3351 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
3352
3353         * gst/level/gstlevel.c:
3354           Remove some dead code and do cleanups.
3355
3356 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
3357
3358         * tests/check/pipelines/simple-launch-lines.c:
3359           Improve the tests by allowing to set a target state.
3360
3361 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
3362
3363         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
3364         Don't check the caps of the output buffer if they're equal some
3365         other caps. The caps can change in a backward compatible way
3366         and did at this point.
3367
3368 2007-11-24  Julien MOUTTE  <julien@moutte.net>
3369
3370         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
3371         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
3372         (gst_qtdemux_seek_to_previous_keyframe),
3373         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
3374         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
3375         reverse playback support.
3376
3377 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
3378
3379         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
3380         Also set the channel layout on the Wavpack caps if we're having
3381         a mono layout. Of course only do it for "audio/x-wavpack".
3382
3383 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
3384
3385         * ext/wavpack/gstwavpackcommon.c:
3386         (gst_wavpack_get_default_channel_mask),
3387         (gst_wavpack_set_channel_layout),
3388         (gst_wavpack_get_default_channel_positions),
3389         (gst_wavpack_get_channel_mask_from_positions),
3390         (gst_wavpack_set_channel_mapping):
3391         * ext/wavpack/gstwavpackcommon.h:
3392         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
3393         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
3394         * ext/wavpack/gstwavpackdec.h:
3395         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
3396         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
3397         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
3398         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
3399         (gst_wavpack_enc_rewrite_first_block),
3400         (gst_wavpack_enc_sink_event):
3401         * ext/wavpack/gstwavpackenc.h:
3402         * ext/wavpack/gstwavpackparse.c:
3403         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
3404         (gst_wavpack_parse_scan_to_find_sample),
3405         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
3406         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
3407         * ext/wavpack/gstwavpackparse.h:
3408         Add support for encoding, parsing and decoding multichannel
3409         files with up to 8 channels. This also improves the robustness
3410         of parsing quite a bit.
3411
3412         * ext/wavpack/gstwavpackstreamreader.c:
3413         (gst_wavpack_stream_reader_read_bytes),
3414         (gst_wavpack_stream_reader_get_pos),
3415         (gst_wavpack_stream_reader_set_pos_abs),
3416         (gst_wavpack_stream_reader_set_pos_rel),
3417         (gst_wavpack_stream_reader_push_back_byte),
3418         (gst_wavpack_stream_reader_get_length),
3419         (gst_wavpack_stream_reader_can_seek),
3420         (gst_wavpack_stream_reader_write_bytes):
3421         Improve debugging.
3422
3423 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
3424
3425         * ext/libpng/gstpngdec.c:
3426         * ext/libpng/gstpngdec.h:
3427           Don't release the png-memory from within the callback.
3428
3429 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
3430
3431         Patch by: René Stadler <mail at renestadler dot de>
3432
3433         * ext/libpng/gstpngenc.c:
3434           Don't leak buffer data memory. Fixes #498395.
3435
3436 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
3437
3438         Patch by: René Stadler <mail at renestadler dot de>
3439
3440         * tests/check/pipelines/simple-launch-lines.c:
3441           Tests for #498395.
3442
3443 2007-11-20  Julien MOUTTE  <julien@moutte.net>
3444
3445         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
3446         (gst_tag_lib_mux_adjust_event_offsets):
3447         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
3448         * sys/osxaudio/Makefile.am:
3449         * sys/osxvideo/cocoawindow.h:
3450         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
3451
3452 2007-11-15  David Schleef  <ds@schleef.org>
3453
3454         * ext/cairo/gsttextoverlay.c:
3455           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
3456
3457 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
3458
3459         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
3460
3461         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
3462         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
3463         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
3464         * gst/rtp/gstrtpmp2tpay.h:
3465         Fill the MTU with as many packets as possible. Fixes #491323.
3466
3467 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
3468
3469         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3470
3471         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
3472         Fix some more leaks. Fixes #497007.
3473
3474 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
3475
3476         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3477
3478         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
3479         (gst_rtspsrc_stream_configure_tcp):
3480         Fix 3 pad leaks. Fixes #496983.
3481
3482 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
3483
3484         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3485
3486         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
3487         Fix small leak. Fixes #497017.
3488
3489 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
3490
3491         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
3492         (gst_qtdemux_prepare_current_sample),
3493         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
3494         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
3495         * gst/qtdemux/qtdemux_fourcc.h:
3496         * gst/qtdemux/qtdemux_types.c:
3497         Add suppport for theora in quicktime according to XiphQT.
3498
3499 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
3500
3501         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
3502         (gst_v4l2src_init), (gst_v4l2src_set_property),
3503         (gst_v4l2src_get_property):
3504         * sys/v4l2/gstv4l2src.h:
3505         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
3506           Always copy buffers by default (handle safer with bugged drivers)
3507           and added a property to make it possible to use mmap effectively (no
3508           copy if possible) when application wants to. Fixes: #480557.
3509
3510 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
3511
3512         * gst/id3demux/id3tags.c:
3513         * gst/id3demux/id3tags.h:
3514         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
3515           We don't want the same string multiple times in a tag list for the
3516           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
3517           this doesn't happen and remove special-case code for GST_TAG_GENRE.
3518
3519 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
3520
3521         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
3522           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
3523           into ID3v2 TXXX frames (fixes #347848).
3524
3525 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
3526
3527         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
3528           Don't leak sdp message contents (fixes #496773).
3529
3530         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
3531           Don't leak URI string.
3532
3533 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
3534
3535         Patch by: Julien Puydt <julien dot puydt at laposte net>
3536
3537         * ext/raw1394/Makefile.am:
3538         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
3539           (gst_1394_property_probe_get_properties),
3540           (gst_1394_property_probe_probe_property),
3541           (gst_1394_property_probe_needs_probe),
3542           (gst_1394_property_probe_get_values),
3543           (gst_1394_property_probe_interface_init),
3544           (gst_1394_type_add_property_probe_interface):
3545         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
3546         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
3547           (gst_dv1394src_init), (gst_dv1394src_dispose),
3548           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
3549           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
3550           (gst_dv1394src_update_device_name):
3551         * ext/raw1394/gstdv1394src.h:
3552           Implement GstPropertyProbe interface and add "device-name" property,
3553           so applications can use this to probe for available devices in the
3554           same way they can already with v4lsrc and v4l2src (however horrible
3555           this property probe interface may be). Fixes #358841.
3556
3557 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
3558
3559         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3560
3561         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
3562           (gst_rtspsrc_parse_range):
3563           Don't leak event, don't leak range (fixes #496752).
3564
3565 2007-11-14  Michael Smith <msmith@fluendo.com>
3566
3567         Patch by: Arek Korbik <arkadini@gmail.com>
3568
3569         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
3570           Detect RGBA/BGRA correctly on little endian systems.
3571
3572 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
3573
3574         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
3575           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
3576           corresponding ioctl() call fails even though the driver claims to
3577           support this format, just fall back to the pre-2.6.19 kernel
3578           routine that creates caps with suitable height and width ranges
3579           (see #448278).
3580
3581 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
3582
3583         Patch by: Mark Nauwelaerts <manauw skynet be>
3584
3585         * gst/matroska/matroska-demux.c:
3586           (gst_matroska_demux_push_dvd_clut_change_event),
3587           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3588           (gst_matroska_demux_subtitle_caps):
3589         * gst/matroska/matroska-ids.h:
3590           Extract palette data for dvd subpicture streams and send it
3591           downstream as custom gstreamer dvd event (fixes #453417).
3592
3593 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
3594
3595         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
3596           Implement minimal parsing of the passed pango font description
3597           string, so passing a font size works the same as with the
3598           pango textoverlay plugin; fixes #455086.
3599           (Maybe we could just use pangocairo here at some point).
3600
3601 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
3602
3603         * gst/avi/gstavidemux.c:
3604         * gst/wavparse/gstwavparse.c:
3605           Return the result in _activate_pull(). Don't ref element there.
3606
3607 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
3608
3609         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
3610         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
3611         (gst_wavparse_srcpad_event):
3612           Ref the element when we should, but not when we its not needed. Reflow
3613           the event_handling to not leak the event.       
3614
3615 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
3616
3617         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
3618         (qtdemux_parse_samples):
3619         Properly free QTDemuxSamples array.
3620         Protect table write with a sensible check, some files apparently DO contain
3621         stts values starting with 0 :(
3622
3623 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
3624
3625         * gst/avi/gstavidemux.c:
3626         * gst/qtdemux/qtdemux.c:
3627           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
3628           previous commit messed up.
3629
3630 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
3631
3632         * gst/avi/gstavidemux.c:
3633         * gst/qtdemux/qtdemux.c:
3634           Sync _handle_src_event() with oggdemux. In avidemux also ref the
3635           element when we should, but not when we its not needed.
3636
3637 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
3638
3639         * gst/wavparse/gstwavparse.c:
3640           Return FALSE if we can't handle a query instead of changing the
3641           format. Ignore fact when dealing with mpeg audio.
3642
3643 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
3644
3645         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
3646
3647         * configure.ac:
3648         * gst/udp/gstdynudpsink.c:
3649         * gst/udp/gstdynudpsink.h:
3650         * gst/udp/gstmultiudpsink.c:
3651         * gst/udp/gstmultiudpsink.h:
3652         * gst/udp/gstudpsink.c:
3653         * gst/udp/gstudpsink.h:
3654           Fix includes for MSVC and GLib-2.14.0 (#492388).
3655
3656         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
3657           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
3658
3659 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
3660
3661         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
3662         (gst_mulawdec_chain):
3663         * gst/law/mulaw-decode.h:
3664         Calculate outgoing buffer duration if incoming buffer didn't have a
3665         valid duration.
3666
3667 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
3668
3669         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
3670         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
3671         Smarter combine_flow code that also deals with downstream elements
3672         returning UNEXPECTED when they receive data out of the segment
3673         boundaries. Fixes #491305.
3674
3675 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
3676
3677         * sys/v4l2/v4l2src_calls.c:
3678           Fix 'unused variable' compiler warning when compiling against
3679           older kernel headers.
3680
3681 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
3682
3683         * ext/taglib/gstid3v2mux.cc (add_funcs):
3684           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
3685
3686 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
3687
3688         * tests/check/pipelines/simple-launch-lines.c:
3689            Improve the tests a little more.
3690
3691 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
3692
3693         patch by: Yun Zheng Hu
3694
3695         * sys/osxaudio/gstosxaudiosrc.c:
3696         Use default input device instead of default output device and
3697         only memcpy actual available bytes.
3698
3699 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
3700
3701         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
3702           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
3703           early. It is temporary until we find something better.
3704
3705 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
3706
3707         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3708
3709         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
3710         Fix race when pausing a RTSP stream in interleaved.
3711         Fixes #475784.
3712
3713 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
3714
3715         Patch by: Peter Kjellerstedt <pkj at axis com>
3716
3717         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
3718         Use correct unref function for buffers. #488844.
3719
3720 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
3721
3722         * gst/avi/gstavimux.c:
3723         * tests/check/elements/avimux.c:
3724           Add some debug and sync tests with the fix.     
3725
3726 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
3727
3728         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
3729
3730         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
3731         When the socket is used by the app for other purposes, don't generate an
3732         error if there is activaty on the socket that is not data related.
3733         Fixes #487488.
3734
3735 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
3736
3737         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
3738         (gst_v4l2src_grab_frame):
3739         Add some more debug info. Generate an error when we run out of buffers
3740         for some reason. See #480557.
3741
3742 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
3743
3744         Patch by: Anders Skargren <anders dot skargren at axis dot com>
3745
3746         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
3747         Set marker bit correctly.
3748
3749 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
3750
3751         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
3752         Use allowed name for the GstStructure.
3753
3754 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
3755
3756         * ext/gconf/gstswitchsink.c:
3757         * gst/autodetect/gstautoaudiosink.c:
3758           Use new gst_bus_pop_filtered().
3759
3760 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
3761
3762         * sys/v4l2/gstv4l2src.c:
3763         * sys/v4l2/v4l2src_calls.c:
3764           When probing the formats and sizes a camera supports, make
3765           sure the best ones (highest resolution, prefered format)
3766           end up at the beginning of the probed caps and the less
3767           desirable ones at the end.  This is important because the
3768           order within the caps matters for things like fixation and
3769           negotiation, ie. what format is chosen in the end.
3770           With recent kernels, the current probing code will end up
3771           querying the supported sizes from lowest resolution to
3772           highest resolution, adding them to the probed caps in that
3773           order, resulting to v4l2src fixating to the lowest possible
3774           resolution if downstream does not express a size preference.
3775           Also make up a somewhat random ranking of prefered output
3776           formats for the same reason. Fixes #485828.
3777         
3778 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
3779
3780         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
3781
3782         * gst/id3demux/id3v2frames.c:
3783           Extract license/copyright URIs from ID3v2 WCOP frames
3784           (Fixes #447000).
3785
3786         * tests/check/elements/id3demux.c:
3787         * tests/files/Makefile.am:
3788         * tests/files/id3-447000-wcop.tag:
3789           Add simple unit test.
3790
3791 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
3792
3793         * ext/taglib/gstid3v2mux.cc:
3794           Add support for license/copyright URI tags (ID3v2 WCOP frame).
3795           Prerequisite for #447000.
3796
3797 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
3798
3799         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
3800         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
3801         a GstClockTime.
3802
3803 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
3804
3805         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
3806         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
3807         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
3808         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
3809         (gst_rtspsrc_change_state):
3810         More seeking fixes, mostly passing around the new playback segment in
3811         order to configure it properly.
3812         Also reset base_time of udp sources when setting them back to PLAYING as
3813         a temporary hack until core supports seek in live sources properly.
3814
3815 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
3816
3817         * gst/rtp/gstrtpmp4adepay.c:
3818         Fix caps as to not confuse autopluggers.
3819
3820 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
3821
3822         * gst/id3demux/gstid3demux.c:
3823         * gst/id3demux/gstid3demux.h:
3824         * gst/id3demux/id3tags.c:
3825         * gst/id3demux/id3tags.h:
3826         * gst/id3demux/id3v2frames.c:
3827           Port ID3 tag demuxer over to the new GstTagDemux in -base
3828           (now would be a good time to test re-importing your music
3829           collection).
3830
3831 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
3832
3833         * gst/apetag/Makefile.am:
3834         * gst/apetag/gstapedemux.c:
3835         * gst/apetag/gstapedemux.h:
3836         * gst/apetag/gsttagdemux.c:
3837         * gst/apetag/gsttagdemux.h:
3838           Port APE tag demuxer over to the new GstTagDemux in -base.
3839
3840 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
3841
3842         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
3843         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
3844         (gst_rtspsrc_handle_internal_src_query),
3845         (gst_rtspsrc_handle_src_query), (new_session_pad),
3846         (gst_rtspsrc_stream_configure_tcp),
3847         (gst_rtspsrc_stream_configure_transport),
3848         (gst_rtspsrc_loop_send_cmd):
3849         Improve flushing behaviour.
3850         Set state of the udp sources to PAUSE/PLAYING correctly.
3851         Handle events and queries for UDP and TCP transport now.
3852
3853 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
3854
3855         * gst/rtp/gstrtpgsmdepay.c:
3856         * gst/rtp/gstrtpgsmpay.c:
3857           Add log category.
3858
3859 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
3860
3861         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
3862
3863         * tests/check/Makefile.am:
3864         * tests/check/pipelines/simple-launch-lines.c:
3865           Add unit tests for payloaders/depayloaders.
3866
3867 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
3868
3869         * gst/avi/gstavimux.c:
3870         * gst/avi/gstavimux.h:
3871           Also save codec data for audio streams. Fixes #482495.
3872
3873 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
3874
3875         * gst/avi/gstavimux.c:
3876           Fix "Index entry has invalid stream nr 1".
3877           Add support for muxing aac - work in progress (see #482495).
3878
3879 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
3880
3881         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
3882         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
3883         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
3884         * gst/rtsp/gstrtspsrc.h:
3885         Parse bandwidth modifiers, they are not yet configured in the session
3886         manager because we don't have an API for that yet.
3887
3888 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
3889
3890         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
3891         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
3892         Use shiny new function in -base to get the default clock-rate.
3893         Update some docs.
3894
3895 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
3896
3897         * win32/MANIFEST:
3898         Add files to win32 manifest.
3899         * win32/vs6/libgstaudiofx.dsp:
3900         * win32/vs6/libgstqtdemux.dsp:
3901         * win32/vs6/libgstrtp.dsp:
3902         * win32/vs6/libgstrtsp.dsp:
3903         Update project files.
3904
3905 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
3906
3907         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
3908         (gst_rtspsrc_play):
3909         * gst/rtsp/gstrtspsrc.h:
3910         In TCP mode, only timestamp the first buffer. TCP is not real time and
3911         it does not make sense to try to skew compensate, also some servers send
3912         the first batch of data in a burst.
3913
3914 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
3915
3916         * gst/matroska/matroska-demux.c:
3917           Fix setting the discont flag on the first buffer
3918           pushed downstream for formats with private codec
3919           data that needs to be deserialised into buffers
3920           (such as vorbis and FLAC when in a matroska container).
3921
3922 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
3923
3924         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
3925
3926         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
3927         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
3928         (gst_rtp_mp4v_pay_handle_buffer):
3929         * gst/rtp/gstrtpmp4vpay.h:
3930         Free the config string. Fixes #480707.
3931         Clean up the timestamp code a little.
3932
3933 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
3934
3935         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
3936         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
3937         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
3938         * gst/rtsp/gstrtspsrc.h:
3939         Set timestamps on RTP buffers in interleaved mode.
3940         Mark first buffers with a DISCONT.
3941         Remove flush hack now that sync for live sources has been figured out.
3942
3943 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
3944
3945         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
3946         Update documentation.
3947
3948 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
3949
3950         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
3951         (gst_rtp_xqt_depay_change_state):
3952         * gst/qtdemux/gstrtpxqtdepay.h:
3953         Fail if we don't know the quicktime format.
3954
3955 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
3956
3957         * ext/flac/gstflacenc.c:
3958         * ext/flac/gstflacenc.h:
3959           Save the flow return from the last gst_pad_push() and
3960           make sure we pass the right flow return value upstream
3961           in the case of failure; minor clean-ups.
3962
3963 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
3964
3965         * ext/taglib/gstapev2mux.cc:
3966         * ext/taglib/gstid3v2mux.cc:
3967         * gst/apetag/gstapedemux.c:
3968           Add support for the new GST_TAG_COMPOSER (#459809).
3969
3970 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
3971
3972         * gst/law/alaw-decode.c:
3973         * gst/law/alaw-decode.h:
3974         * gst/law/alaw-encode.c:
3975         * gst/law/alaw-encode.h:
3976         * gst/law/alaw.c:
3977         * gst/law/mulaw-conversion.h:
3978           Compulsive clean-ups: use boilerplate macros, add debug
3979           categories, fix up things to conform to symbol nomenklatura,
3980           etc.
3981
3982 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
3983
3984         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
3985
3986         * gst/law/alaw-decode.c:
3987         * gst/law/alaw-encode.c:
3988           Use static tables for A-Law decoding and encoding; this makes
3989           A-Law decoding and encoding less CPU-intensive, but increases
3990           the binary size a bit. Leaving old code around for now,
3991           selectable by a define in the code. Fixes #435435.
3992
3993 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
3994
3995         * configure.ac:
3996         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
3997         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
3998         in configure.ac.
3999
4000 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
4001
4002         Patch by: Jan Gerber <j at bootlab dot org>
4003
4004         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4005         Add fourccs for MPEG2 HDV streams. Fixes #479960.
4006
4007 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
4008
4009         * sys/oss/gstosshelper.c:
4010           Use GST_WARNING instead of a g_critical. This situation is not caused
4011           by the application.
4012
4013 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
4014
4015         * po/LINGUAS:
4016         * po/nl.po:
4017           Updated translations.
4018
4019 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
4020
4021         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
4022
4023         * po/eu.po:
4024           Added Basque translation.
4025
4026 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
4027
4028         translated by: Abel Cheung <abelcheung@gmail.com>
4029
4030         * po/zh_HK.po:
4031         * po/zh_TW.po:
4032           Added Chinese (traditional and Hong Kong) translation.
4033
4034 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
4035
4036         translated by: Jakub Bogusz <qboosh@pld-linux.org>
4037
4038         * po/pl.po:
4039           Added Polish translation.
4040
4041 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
4042
4043         translated by: Ilkka Tuohela <hile@iki.fi>
4044
4045         * po/fi.po:
4046           Added Finnish translation.
4047
4048 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
4049
4050         translated by: Jorge González González <aloriel@gmail.com>
4051
4052         * po/es.po:
4053           Added Spanish translation.
4054
4055 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
4056
4057         translated by: Mogens Jaeger <mogens@jaeger.tf>
4058
4059         * po/da.po:
4060           Added Danish translation.
4061
4062 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
4063
4064         translated by: Funda Wang <fundawang@linux.net.cn>
4065
4066         * po/zh_CN.po:
4067           Added Chinese (simplified) translation.
4068
4069 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
4070
4071         translated by: Alexander Shopov <ash@contact.bg>
4072
4073         * po/bg.po:
4074           Added Bulgarian translation.
4075
4076 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
4077
4078         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
4079         Set outgoing packet duration because we can. Fixes #478244 some more.
4080
4081 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
4082
4083         * ext/cairo/gsttextoverlay.c:
4084           Add info about static leak.
4085         
4086         * tests/check/Makefile.am:
4087         * tests/check/generic/states.c:
4088           Improved state change unit test.
4089
4090 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
4091
4092         * docs/plugins/.cvsignore:
4093         * tests/check/.cvsignore:
4094           Ignore registries in any format.
4095
4096 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
4097
4098         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
4099         Removed some unused code.
4100
4101         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
4102         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
4103         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
4104         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
4105         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
4106         (gst_rtp_theora_pay_flush_packet):
4107         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
4108         Try to preserve the incomming buffer duration on the outgoing
4109         packets. Fixes #478244.
4110
4111 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
4112
4113         * ext/taglib/gstapev2mux.cc:
4114         * ext/taglib/gstid3v2mux.cc:
4115           Work around compiler warnings with g++-4.2 when assigning a
4116           string constant to a gchar * (partially fixes #478092).
4117
4118 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
4119
4120         * configure.ac:
4121           We require core CVS now for gst_base_src_set_do_timestamp().
4122
4123 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
4124
4125         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
4126         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
4127         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
4128         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
4129         (gst_rtspsrc_handle_message):
4130         Fix compiler warnings shown with Forte.
4131
4132 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
4133
4134         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
4135         (gst_rtspsrc_dup_printf):
4136         Give meaningfull error when all streams failed to configure for some
4137         reason.
4138
4139 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
4140
4141         * gst/rtp/README:
4142         Update README with the design for synchronisation rules of RTP on
4143         sender and receiver.
4144
4145 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
4146
4147         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
4148         (gst_wavparse_chain):
4149         Don't push EOS from the chain function, the element
4150         driving the pipeline is responsible for this. The bug
4151         this was meant to fix seems to be queue not forwarding
4152         EOS in all cases (see #476514).
4153
4154 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
4155
4156         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
4157         (gst_level_transform_ip):
4158         * gst/level/gstlevel.h:
4159         Use basetransform segment so that it is correctly managed on flushes and
4160         start/stop.
4161         Report message timestamp as stream time, which is what an application
4162         can understand.
4163
4164 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
4165
4166         * ext/taglib/gstapev2mux.cc:
4167         * ext/taglib/gstapev2mux.h:
4168         * ext/taglib/gsttaglibmux.c:
4169         * tests/check/elements/apev2mux.c:
4170         Update my mail address.
4171
4172 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
4173
4174         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
4175         (gst_wavparse_loop), (gst_wavparse_chain):
4176         Add EOS logic for the push-based mode too. Fixes #476514.
4177
4178 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
4179
4180         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
4181         * gst/law/alaw-encode.h:
4182         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
4183         (gst_mulawenc_chain):
4184         * gst/law/mulaw-encode.h:
4185         Fix law encoder timestamps.
4186
4187 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
4188
4189         * ext/gconf/gstgconfaudiosink.c:
4190           Fix warning when building without debug.
4191
4192         * sys/oss/gstossmixertrack.c:
4193           Use const like in alsamixertrack.c (fixes warnings).
4194
4195 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
4196
4197         * sys/v4l2/v4l2src_calls.c:
4198         (gst_v4l2src_probe_caps_for_format_and_size):
4199         Fix framerate detection code some more.
4200         Handle the case where there is a weird step in the stepwise framerates.
4201         Don't overwrite the min interval with the framerate, use a temp variable
4202         instead.
4203         Use max in the Continuous framerate intervals instead of step, which is
4204         1 according to the docs. Fixes #475424.
4205
4206 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
4207
4208         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
4209         Make udpsrc timestamp outgoing buffers based on when they were received.
4210         Also make it output a segment in time.
4211
4212 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
4213
4214         * gst/avi/gstavidemux.c:
4215           Plug a little leak. Little code cleanups.
4216
4217 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
4218
4219         * configure.ac:
4220           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
4221           flac versions, 's good for cross-compilation karma.
4222
4223 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
4224
4225         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
4226
4227         * gst/rtp/gstrtph263pay.c:
4228           Fix up header structure so that compilers don't add padding
4229           between the structure fields, since that would lead to us
4230           sending RTP packets with broken headers (as is currently the
4231           case when compiling with MSVC). Also see similar fixes in
4232           libgstrtp in gst-plugins-base. (#474616; #471194)
4233
4234 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
4235
4236         * sys/v4l2/v4l2src_calls.c:
4237         (gst_v4l2src_probe_caps_for_format_and_size):
4238         Don't overwrite our GValue with 0 but instead use the previously
4239         computed value. Fixes #471823 some more.
4240
4241 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
4242
4243         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4244           No tabs in this file please, or gtk-doc will end up documenting
4245           rather absurd class hierarchies.
4246
4247 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
4248
4249         * ext/gconf/gstswitchsink.c:
4250           If the new kid element fails to change state for some reason
4251           (e.g. esdsink not being able to connect to the sound server),
4252           forward the error message it posted on the bus instead of just
4253           posting a generic 'Internal state change error: please file a
4254           bug' error message. Fixes #471364.
4255
4256 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
4257
4258         * gst/qtdemux/Makefile.am:
4259         * gst/qtdemux/qtdemux.c:
4260           Don't assume tags are encoded as UTF-8 (#473670).
4261
4262 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
4263
4264         * sys/v4l2/gstv4l2src.c:
4265         * sys/v4l2/gstv4l2src.h:
4266         * sys/v4l2/v4l2src_calls.c:
4267           Implement LATENCY queries in the crudest way possible so I don't
4268           have to use sync=false any longer when testing with videosinks.
4269
4270 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
4271
4272         * configure.ac:
4273           Fix build.
4274
4275 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
4276
4277         * sys/v4l2/v4l2src_calls.c:
4278         (gst_v4l2src_probe_caps_for_format_and_size):
4279         Add some more debugging in the framerate function.
4280         Iterate stepwise framerate up to and _including_ the max and if nothing
4281         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
4282         don't end up with an empty list. Fixes #471823
4283
4284 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
4285
4286         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4287         (gst_multiudpsink_set_clients_string),
4288         (gst_multiudpsink_get_clients_string),
4289         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
4290         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
4291         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
4292         (gst_multiudpsink_clear):
4293         Add property do configure destination address/port pairs
4294         API:GstMultiUDPSink::clients
4295
4296 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
4297
4298         * tests/examples/Makefile.am:
4299         * tests/examples/rtp/Makefile.am:
4300         * tests/examples/rtp/client-H263p-AMR.sh:
4301         * tests/examples/rtp/client-H263p-PCMA.sdp:
4302         * tests/examples/rtp/client-H263p-PCMA.sh:
4303         * tests/examples/rtp/client-H264-PCMA.sdp:
4304         * tests/examples/rtp/client-H264-PCMA.sh:
4305         * tests/examples/rtp/client-PCMA.sh:
4306         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
4307         * tests/examples/rtp/server-alsasrc-PCMA.sh:
4308         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
4309         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4310         Added some RTP example scripts for sending and receiving RTP streams.
4311
4312 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
4313
4314         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
4315         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
4316         Restructure the setcaps function so that we can also compute the
4317         expected GStreamer output size of the video frames.
4318         Set frame_byte_size correctly so that read-based devices have a chance
4319         of working correctly.
4320         When grabbing a frame, discard frames that are not of the expected size.
4321         Some cameras don't output the right framesize for the first buffer.
4322         Try only a couple of times to get a valid frame, else error out.
4323
4324         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
4325         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
4326         Add some more debug info when scanning the device.
4327
4328         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
4329         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
4330         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
4331         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
4332         Add some more debug info when dequeing a frame.
4333
4334 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
4335
4336         * gst/wavparse/gstwavparse.c:
4337           More code cleanups. Add some more comment and improve debugs logs.
4338
4339 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
4340
4341         * gst/wavparse/gstwavparse.c:
4342         * gst/wavparse/gstwavparse.h:
4343           Implement seek-query. Refactor duration calculations. Appropriate use
4344           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
4345           out of loops.
4346
4347 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
4348
4349         * gst/avi/gstavidemux.c:
4350           Implement seek-query.
4351
4352 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
4353
4354         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
4355         (gst_rtspsrc_dup_printf):
4356         Use new basesink async property to make sparse RTCP packet not wait for
4357         preroll.
4358
4359 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
4360
4361         * gst/audiofx/Makefile.am:
4362         Dist the right file.
4363
4364 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
4365
4366         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
4367         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
4368         Make sure we generate and parse floating point values in the POSIX
4369         locale instead of the current locale. 
4370
4371 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
4372
4373         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
4374         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
4375         (gst_rtspsrc_play):
4376         * gst/rtsp/gstrtspsrc.h:
4377         Fix method detection again.
4378         Keep track of when we must send a Range header.
4379         Use segment values for Range, Speed and Scale headers.
4380         Parse Speed and Scale headers to update the segment values.
4381
4382 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
4383
4384         patch by: Mark Nauwelaerts <manauw@skynet.be>
4385
4386         * sys/v4l2/v4l2src_calls.c:
4387           Handle optional v4l2 ioctls gracefully.
4388
4389 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
4390
4391         * gst/rtp/Makefile.am:
4392         * gst/rtp/gstrtp.c: (plugin_init):
4393         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
4394         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
4395         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
4396         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
4397         (gst_rtp_h263_depay_get_property),
4398         (gst_rtp_h263_depay_change_state),
4399         (gst_rtp_h263_depay_plugin_init):
4400         * gst/rtp/gstrtph263depay.h:
4401         Added an H263 depayloader. Fixes #369392.
4402
4403         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
4404         (gst_rtp_h263p_depay_process):
4405         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
4406         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
4407         Make the H263+ pay/depayloader support H263-1998 and H263-2000
4408         payloads.
4409         Also alow plain H263 on the h263p payloaders. Fixes #465040.
4410
4411 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
4412
4413         * gst/audiofx/audiochebyshevfreqband.c:
4414         * gst/audiofx/audiochebyshevfreqlimit.c:
4415         Add small comparision with the windowed sinc filters in the docs.
4416
4417 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
4418
4419         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
4420         (audiochebyshevfreqband_suite):
4421         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
4422         (audiochebyshevfreqlimit_suite):
4423         Also test 32 bit float mode and the type 2 variants of the filters.
4424
4425 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
4426
4427         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
4428         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
4429         (gst_rtspsrc_loop):
4430         Refactor the udp and interleaved loop function a bit.
4431
4432 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
4433
4434         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4435         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
4436         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
4437         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
4438         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
4439         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
4440         * gst/rtsp/gstrtspsrc.h:
4441         Protect connection activity with a new lock, avoids deadlocks when going
4442         to PAUSED. Fixes #455808.
4443
4444 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
4445
4446         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
4447         Fix debug statement.
4448
4449 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
4450
4451         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
4452         Fix stray %u in debug line as spotted by Saur on IRC.
4453
4454 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
4455
4456         * gst/audiofx/audiochebyshevfreqband.c:
4457         (gst_audio_chebyshev_freq_band_class_init):
4458         * gst/audiofx/audiochebyshevfreqlimit.c:
4459         (gst_audio_chebyshev_freq_limit_class_init):
4460         Use generator macros for the process functions for the different
4461         sample types, add lower upper boundaries for the GObject properties
4462         so automatically generated UIs can use sliders and add a note about
4463         the number of poles as a too high number of poles combined with
4464         very low or very high frequencies will produce only noise.
4465         * docs/plugins/gst-plugins-good-plugins.args:
4466         Regenerated for the property changes.
4467
4468 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
4469
4470         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
4471         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
4472         (gst_rtspsrc_stream_configure_udp_sink),
4473         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
4474         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
4475         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
4476         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
4477         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
4478         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
4479         * gst/rtsp/gstrtspsrc.h:
4480         Improve timeout handling.
4481         Use the same socket for sending and receiving RTCP packets so that some
4482         servers can track clients better.
4483         Improve connection closed handling. Try to reconnect.
4484         Don't overwrite our content base with NULL.
4485         Improve debugging.
4486         Improve range parsing and handling.
4487         Remove flushing hack now that core does the right thing.
4488
4489 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
4490
4491         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4492         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
4493         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
4494         (gst_multiudpsink_close), (gst_multiudpsink_add):
4495         * gst/udp/gstmultiudpsink.h:
4496         Add support for getting and setting the socket to use.
4497
4498         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
4499         (gst_udpsrc_create), (gst_udpsrc_get_property):
4500         Add support for getting the currently used socket.
4501
4502 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
4503
4504         reviewed by: Stefan Kost  <ensonic@users.sf.net>
4505
4506         * gst/audiofx/Makefile.am:
4507         * gst/audiofx/audiochebyshevfreqband.c:
4508         (gst_audio_chebyshev_freq_band_mode_get_type),
4509         (gst_audio_chebyshev_freq_band_base_init),
4510         (gst_audio_chebyshev_freq_band_dispose),
4511         (gst_audio_chebyshev_freq_band_class_init),
4512         (gst_audio_chebyshev_freq_band_init),
4513         (generate_biquad_coefficients), (calculate_gain),
4514         (generate_coefficients),
4515         (gst_audio_chebyshev_freq_band_set_property),
4516         (gst_audio_chebyshev_freq_band_get_property),
4517         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
4518         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
4519         (gst_audio_chebyshev_freq_band_start):
4520         * gst/audiofx/audiochebyshevfreqband.h:
4521         * gst/audiofx/audiochebyshevfreqlimit.c:
4522         (gst_audio_chebyshev_freq_limit_mode_get_type),
4523         (gst_audio_chebyshev_freq_limit_base_init),
4524         (gst_audio_chebyshev_freq_limit_dispose),
4525         (gst_audio_chebyshev_freq_limit_class_init),
4526         (gst_audio_chebyshev_freq_limit_init),
4527         (generate_biquad_coefficients), (calculate_gain),
4528         (generate_coefficients),
4529         (gst_audio_chebyshev_freq_limit_set_property),
4530         (gst_audio_chebyshev_freq_limit_get_property),
4531         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
4532         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
4533         (gst_audio_chebyshev_freq_limit_start):
4534         * gst/audiofx/audiochebyshevfreqlimit.h:
4535         * gst/audiofx/audiofx.c: (plugin_init):
4536         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
4537         Fixes #464800.
4538
4539         * tests/check/Makefile.am:
4540         * tests/check/elements/.cvsignore:
4541         * tests/check/elements/audiochebyshevfreqband.c:
4542         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
4543         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
4544         * tests/check/elements/audiochebyshevfreqlimit.c:
4545         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
4546         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
4547         Add unit tests for the chebyshev filters.
4548
4549         * docs/plugins/Makefile.am:
4550         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4551         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4552         * docs/plugins/gst-plugins-good-plugins.args:
4553         * docs/plugins/inspect/plugin-1394.xml:
4554         * docs/plugins/inspect/plugin-audiofx.xml:
4555         * docs/plugins/inspect/plugin-dv.xml:
4556         * docs/plugins/inspect/plugin-flac.xml:
4557         * docs/plugins/inspect/plugin-jpeg.xml:
4558         * docs/plugins/inspect/plugin-png.xml:
4559         * docs/plugins/inspect/plugin-rtp.xml:
4560         * docs/plugins/inspect/plugin-shout2send.xml:
4561         * docs/plugins/inspect/plugin-wavpack.xml:
4562         And add docs for the chebyshev filters. While doing
4563         that also run make update in docs/plugins.
4564
4565 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
4566
4567         * ext/annodex/gstcmmltag.c:
4568         * gst/rtp/gstrtpvorbispay.c:
4569           Make ro memory to share.
4570
4571 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
4572
4573         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4574         Improve UDP performance by avoiding a select() when we have data
4575         available immediatly.
4576
4577 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
4578
4579         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
4580         (gst_rtp_dec_class_init):
4581         * gst/rtsp/gstrtpdec.h:
4582         Add (dummy) SSRC management signals.
4583
4584         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
4585         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
4586         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
4587         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
4588         (on_timeout), (gst_rtspsrc_stream_configure_manager),
4589         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
4590         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
4591         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
4592         * gst/rtsp/gstrtspsrc.h:
4593         Add connection-speed property.
4594         Add find_stream helper functions.
4595         Handle stream EOS based on BYE messages or SSRC timeout.
4596         Returns SUCCESS from the state change function as we hide our async
4597         elements from the parent.
4598
4599 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
4600
4601         * gst/debug/rndbuffersize.c:
4602           Fix da leak.
4603
4604 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
4605
4606         * gst/debug/Makefile.am:
4607         * gst/debug/breakmydata.c:
4608         * gst/debug/gstdebug.c:
4609         * gst/debug/negotiation.c:
4610         * gst/debug/progressreport.c:
4611         * gst/debug/rndbuffersize.c:
4612         * gst/debug/testplugin.c:
4613           Add new test element and clean-up the others a little.
4614
4615 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
4616
4617         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
4618         Fix parsing of mp4a version 0 atoms. Fixes #465774.
4619
4620 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
4621
4622         * gst/rtp/gstrtpilbcdepay.c:
4623           Include stdlib.
4624
4625 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
4626
4627         * gst/rtp/gstrtpmpvdepay.c:
4628         Set the mpegversion in the caps so that autoplugging does not get
4629         confused.
4630
4631 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4632
4633         * po/hu.po:
4634         * po/uk.po:
4635         * po/vi.po:
4636           Updated translations.
4637
4638 2007-08-08  Michael Smith <msmith@fluendo.com>
4639
4640         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
4641           Render right border in the correct location.
4642
4643 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
4644
4645         Patch by: Olivier Crete <tester at tester dot ca>
4646
4647         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
4648         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
4649         Make mode property a string. Fixes #464475.
4650
4651 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
4652
4653         * ext/flac/gstflacenc.c:
4654           Widen caps to match decoder a bit and add more FIXMEs.
4655
4656 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
4657
4658         patch by: Mark Nauwelaerts <manauw@skynet.be>
4659
4660         * gst/avi/gstavimux.c:
4661           Fix ODML index tag numbering. Fixes #463624.
4662
4663 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
4664
4665         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
4666         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
4667         (gst_rtspsrc_stream_configure_tcp),
4668         (gst_rtspsrc_stream_configure_udp_sink):
4669         Fix default clock-rate for realmedia.
4670         Fix parsing of transport.
4671         Don't try to link NULL pads.
4672
4673 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
4674
4675         * po/POTFILES.skip:
4676           Add POTFILES.skip with list of source files that aren't disted at the
4677           moment but contain translatable strings. Should hopefully pacify
4678           broken tools and make it clearer that these files are left out
4679           intentionally (#461600).
4680
4681 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
4682
4683         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
4684         If the buffer was entirely clipped ... don't try sending it :)
4685
4686 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
4687
4688         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
4689         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
4690         (gst_rtspsrc_create_transports_string),
4691         (gst_rtspsrc_prepare_transports):
4692         If we don't hav a session manager, set the caps on outgoing buffers
4693         ourselves.
4694         Force PAUSE/PLAY methods for now until the extensions can overwrite.
4695         Append final bit of the transport string even when it does not contain a
4696         placeholder.
4697
4698 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
4699
4700         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
4701         (gst_rtsp_ext_list_connect):
4702         * gst/rtsp/gstrtspext.h:
4703         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4704         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
4705         Clean up the interface list.
4706         Allow connecting to interface signals for the extensions.
4707         Remove old extension code.
4708         Free list on cleanup.
4709         Allow extensions to send additional RTSP messages.
4710
4711 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
4712
4713         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
4714         Handle a NULL gconf key gracefully by rendering the default element.
4715
4716 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
4717
4718         * gst/rtsp/gstrtspext.h:
4719         Fix include path for extension interface.
4720
4721 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
4722
4723         * gst/audiofx/audioamplify.h:
4724         Also remove a now unecessary variable here.
4725
4726 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
4727
4728         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
4729         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
4730         * gst/audiofx/audiodynamic.c:
4731         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
4732         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
4733         * gst/audiofx/audiodynamic.h:
4734         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
4735         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
4736         * gst/audiofx/audioinvert.h:
4737         Don't save format information ourselves, this is already saved in
4738         GstAudioFilter.
4739
4740 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
4741
4742         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
4743         (gst_rtsp_ext_list_stream_select):
4744         * gst/rtsp/gstrtspext.h:
4745         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
4746         Use rank to filter out extensions.
4747         Add url to stream_select interface call.
4748
4749 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
4750
4751         * gst/rtsp/Makefile.am:
4752         * gst/rtsp/base64.c:
4753         * gst/rtsp/base64.h:
4754         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
4755         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
4756         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
4757         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
4758         (gst_rtsp_ext_list_setup_media),
4759         (gst_rtsp_ext_list_configure_stream),
4760         (gst_rtsp_ext_list_get_transports),
4761         (gst_rtsp_ext_list_stream_select):
4762         * gst/rtsp/gstrtspext.h:
4763         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
4764         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
4765         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
4766         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
4767         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
4768         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
4769         (gst_rtspsrc_stream_configure_tcp),
4770         (gst_rtspsrc_stream_configure_mcast),
4771         (gst_rtspsrc_stream_configure_udp),
4772         (gst_rtspsrc_stream_configure_udp_sink),
4773         (gst_rtspsrc_stream_configure_transport),
4774         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
4775         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
4776         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
4777         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
4778         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
4779         (gst_rtspsrc_parse_methods),
4780         (gst_rtspsrc_create_transports_string),
4781         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
4782         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
4783         (gst_rtspsrc_play), (gst_rtspsrc_pause),
4784         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
4785         * gst/rtsp/gstrtspsrc.h:
4786         * gst/rtsp/rtsp.h:
4787         * gst/rtsp/rtspconnection.c:
4788         * gst/rtsp/rtspconnection.h:
4789         * gst/rtsp/rtspdefs.c:
4790         * gst/rtsp/rtspdefs.h:
4791         * gst/rtsp/rtspext.h:
4792         * gst/rtsp/rtspextwms.c:
4793         * gst/rtsp/rtspextwms.h:
4794         * gst/rtsp/rtspmessage.c:
4795         * gst/rtsp/rtspmessage.h:
4796         * gst/rtsp/rtsprange.c:
4797         * gst/rtsp/rtsprange.h:
4798         * gst/rtsp/rtsptransport.c:
4799         * gst/rtsp/rtsptransport.h:
4800         * gst/rtsp/rtspurl.c:
4801         * gst/rtsp/rtspurl.h:
4802         * gst/rtsp/sdp.h:
4803         * gst/rtsp/sdpmessage.c:
4804         * gst/rtsp/sdpmessage.h:
4805         * gst/rtsp/test.c:
4806         Use shiny new RTSP and SDP library.
4807         Implement RTSP extensions using the new interface.
4808         Remove a lot of old code.
4809
4810 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
4811
4812         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4813         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
4814
4815 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
4816
4817         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
4818         Don't unref the outgoing buffer twice when dropping it because it's
4819         outside of the segment.
4820
4821 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
4822
4823         * configure.ac:
4824         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
4825         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
4826         Use the new buffer clipping function from gstaudio here and
4827         require gst-plugins-base CVS.
4828         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
4829         For framed Wavpack buffers we require a valid timestamp.
4830
4831 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
4832
4833         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
4834         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
4835         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
4836         Clip raw audio and video when we can, keep track of current output
4837         segment.
4838         Don't leak buffers and events when there is no output pad.
4839         Improve debugging here and there.
4840
4841 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
4842
4843         * configure.ac:
4844           Sync liboil check with plugins-base.
4845
4846 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
4847
4848         * ext/annodex/Makefile.am:
4849           Fix CFLAGS/LIBS.
4850
4851         * ext/cdio/gstcdiocddasrc.c:
4852         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
4853           Include stdlib
4854
4855         * ext/cairo/Makefile.am:
4856         * gst/videofilter/Makefile.am:
4857         * tests/examples/level/Makefile.am:
4858           Use $(LIBM) instead of -lm
4859
4860 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
4861
4862         * sys/v4l2/gstv4l2src.c:
4863           Add another example pipeline.
4864
4865 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
4866
4867         Patch by: Alexander Eichner <alexeichi@yahoo.de>
4868
4869         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
4870           Use define here.
4871
4872         * sys/v4l2/gstv4l2tuner.c:
4873         (gst_v4l2_tuner_set_frequency_and_notify):
4874           Don't touch the property - its still disabled.
4875
4876         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
4877         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
4878         * sys/v4l2/v4l2src_calls.h:
4879           Improve fallback format negotionation. Fixes #451388
4880
4881 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
4882
4883         * tests/check/elements/videocrop.c: (GST_START_TEST):
4884           Fix the test.
4885
4886 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
4887
4888         * docs/plugins/Makefile.am:
4889         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4890         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4891         * docs/plugins/inspect/plugin-jpeg.xml:
4892         * docs/plugins/inspect/plugin-png.xml:
4893         * ext/jpeg/gstjpegdec.c:
4894         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
4895         (gst_pngdec_sink_setcaps):
4896           More docs. More logs in pngdec.
4897
4898 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
4899
4900         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
4901           Initialize num_buffers with minimum value.
4902
4903         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
4904         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
4905           Handle frame-size query failure gracefully.
4906
4907 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
4908
4909         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
4910         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
4911         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
4912         of qt/aac files.
4913
4914 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
4915
4916         * ext/wavpack/gstwavpackdec.c:
4917         (gst_wavpack_dec_clip_outgoing_buffer):
4918         Fix buffer clipping to correctly clip to the segment stop.
4919
4920 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4921
4922         * configure.ac:
4923         * tests/Makefile.am:
4924         Remove bogus check for libcheck, since we check for
4925         gstreamer-check and it pulls in the required info from there,
4926         and we weren't actually _using_ the information for libcheck
4927         ourselves anyway.
4928
4929 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
4930
4931         * configure.ac:
4932           Use pkg-config to locate check.
4933
4934 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
4935
4936         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
4937         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
4938         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
4939         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
4940         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
4941         * gst/effectv/gstaging.c: (gst_agingtv_transform):
4942         * gst/effectv/gstdice.c: (gst_dicetv_transform):
4943         * gst/effectv/gstedge.c: (gst_edgetv_transform):
4944         * gst/effectv/gstquark.c: (gst_quarktv_transform):
4945         * gst/effectv/gstrev.c: (gst_revtv_transform):
4946         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
4947         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
4948         * gst/effectv/gstwarp.c: (gst_warptv_transform):
4949         * gst/matroska/matroska-demux.c:
4950         (gst_matroska_demux_add_wvpk_header),
4951         (gst_matroska_demux_check_subtitle_buffer),
4952         (gst_matroska_decode_buffer):
4953         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
4954           Fix build against core CVS.
4955
4956 2007-07-10  Edward Hervey  <bilboed@gmail.com>
4957
4958         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
4959         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
4960         don't have enough granularity to convert that boolean into a
4961         GstFlowReturn.
4962
4963 2007-07-06  Michael Smith <msmith@fluendo.com>
4964
4965         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
4966         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
4967         (gst_alawdec_change_state):
4968         * gst/law/alaw-decode.h:
4969         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
4970         (gst_mulawdec_class_init), (gst_mulawdec_init),
4971         (gst_mulawdec_chain), (gst_mulawdec_change_state):
4972         * gst/law/mulaw-decode.h:
4973           Fix capsnego bogosity in *law decoders. 
4974
4975 2007-07-06  Michael Smith <msmith@fluendo.com>
4976
4977         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
4978         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
4979         (gst_smokeenc_change_state):
4980         * ext/jpeg/gstsmokeenc.h:
4981           Remove stupidity in get/set caps functions.
4982           Fix some refcounting problems.
4983
4984 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
4985
4986         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
4987         Remove endianness-flipping hack that seems to have been required
4988         only because of a bug in ffmpegcolorspace.
4989         Partially Fixes: #451908
4990
4991 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
4992
4993         * docs/plugins/Makefile.am:
4994           Simplify --extra-dir as gtkdoc scans recursively.
4995
4996 2007-07-03  Wim Taymans  <wim@fluendo.com>
4997
4998         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
4999
5000         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
5001         Set the encoding-name in the rtp caps to all uppercase, as required by
5002         the caps spec.
5003         Some small cleanups in the error paths. Fixes #453037.
5004
5005 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
5006
5007         * ext/wavpack/gstwavpackparse.c:
5008         (gst_wavpack_parse_index_get_last_entry),
5009         (gst_wavpack_parse_index_get_entry_from_sample),
5010         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
5011         (gst_wavpack_parse_scan_to_find_sample):
5012         * ext/wavpack/gstwavpackparse.h:
5013         Use a GSList for the GArray that is used like a list anyway.
5014
5015 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
5016
5017         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
5018         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
5019         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
5020           Add state change function where we set 0/1 as default framerate in
5021           case our setcaps function isn't called, like it might not in a
5022           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
5023           gdkpixbufdec trying to create caps with a 0/0 framerate.
5024           Also post an error message on the bus if gst_pad_push() fails when
5025           called from our sink event handler (+1 for flow returns for event
5026           functions in 0.11) instead of failing silently.
5027
5028 2007-06-27  Wim Taymans  <wim@fluendo.com>
5029
5030         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
5031         Cast stack args to the proper types. Fixes #451249.
5032
5033 2007-06-27  Wim Taymans  <wim@fluendo.com>
5034
5035         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
5036         (new_session_pad), (gst_rtspsrc_setup_streams):
5037         * gst/rtsp/gstrtspsrc.h:
5038         For container formats we only need to activate one of the streams so
5039         that we correctly signal no-more-pads. Fixes #451015.
5040
5041 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
5042
5043         * docs/plugins/gst-plugins-good-plugins.args:
5044         * docs/plugins/inspect/plugin-aasink.xml:
5045         * docs/plugins/inspect/plugin-alaw.xml:
5046         * docs/plugins/inspect/plugin-alpha.xml:
5047         * docs/plugins/inspect/plugin-alphacolor.xml:
5048         * docs/plugins/inspect/plugin-annodex.xml:
5049         * docs/plugins/inspect/plugin-apetag.xml:
5050         * docs/plugins/inspect/plugin-audiofx.xml:
5051         * docs/plugins/inspect/plugin-auparse.xml:
5052         * docs/plugins/inspect/plugin-autodetect.xml:
5053         * docs/plugins/inspect/plugin-avi.xml:
5054         * docs/plugins/inspect/plugin-cacasink.xml:
5055         * docs/plugins/inspect/plugin-cairo.xml:
5056         * docs/plugins/inspect/plugin-cdio.xml:
5057         * docs/plugins/inspect/plugin-cutter.xml:
5058         * docs/plugins/inspect/plugin-debug.xml:
5059         * docs/plugins/inspect/plugin-efence.xml:
5060         * docs/plugins/inspect/plugin-effectv.xml:
5061         * docs/plugins/inspect/plugin-esdsink.xml:
5062         * docs/plugins/inspect/plugin-flac.xml:
5063         * docs/plugins/inspect/plugin-flxdec.xml:
5064         * docs/plugins/inspect/plugin-gconfelements.xml:
5065         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
5066         * docs/plugins/inspect/plugin-goom.xml:
5067         * docs/plugins/inspect/plugin-halelements.xml:
5068         * docs/plugins/inspect/plugin-icydemux.xml:
5069         * docs/plugins/inspect/plugin-id3demux.xml:
5070         * docs/plugins/inspect/plugin-jpeg.xml:
5071         * docs/plugins/inspect/plugin-ladspa.xml:
5072         * docs/plugins/inspect/plugin-level.xml:
5073         * docs/plugins/inspect/plugin-matroska.xml:
5074         * docs/plugins/inspect/plugin-mulaw.xml:
5075         * docs/plugins/inspect/plugin-multipart.xml:
5076         * docs/plugins/inspect/plugin-navigationtest.xml:
5077         * docs/plugins/inspect/plugin-ossaudio.xml:
5078         * docs/plugins/inspect/plugin-png.xml:
5079         * docs/plugins/inspect/plugin-quicktime.xml:
5080         * docs/plugins/inspect/plugin-rtp.xml:
5081         * docs/plugins/inspect/plugin-rtsp.xml:
5082         * docs/plugins/inspect/plugin-smpte.xml:
5083         * docs/plugins/inspect/plugin-speex.xml:
5084         * docs/plugins/inspect/plugin-taglib.xml:
5085         * docs/plugins/inspect/plugin-udp.xml:
5086         * docs/plugins/inspect/plugin-videobalance.xml:
5087         * docs/plugins/inspect/plugin-videobox.xml:
5088         * docs/plugins/inspect/plugin-videocrop.xml:
5089         * docs/plugins/inspect/plugin-videoflip.xml:
5090         * docs/plugins/inspect/plugin-videomixer.xml:
5091         * docs/plugins/inspect/plugin-wavenc.xml:
5092         * docs/plugins/inspect/plugin-wavparse.xml:
5093         * docs/plugins/inspect/plugin-ximagesrc.xml:
5094           Update docs with caps info.
5095
5096 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
5097
5098         * po/POTFILES.in:
5099           Add more files with translatable strings (#450878).
5100
5101 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
5102
5103         * MAINTAINERS:
5104         Updating all the maintainers files
5105
5106 2007-06-22  Edward Hervey  <edward@fluendo.com>
5107
5108         * ext/flac/gstflactag.c: (gst_flac_tag_init):
5109         * gst/interleave/deinterleave.c: (deinterleave_init),
5110         (deinterleave_sink_link):
5111         * gst/interleave/interleave.c: (interleave_init):
5112         * gst/median/gstmedian.c: (gst_median_init):
5113         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
5114         Fix memory leaks.
5115         * tests/check/elements/id3demux.c: (pad_added_cb):
5116         Remove unused variable.
5117
5118 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
5119
5120         * ext/gconf/gconf.h:
5121         Make the prototype of gst_gconf_get_key_for_sink_profile
5122         match the implementation.
5123         Patch by: Damien Carbery <damien dot carbery at sun dot com>
5124         Fixes: #449747
5125
5126 2007-06-20  Michael Smith <msmith@fluendo.com>
5127
5128         * gst/rtp/gstrtpdepay.c:
5129           Fix description - rtpdepay is not a payloader.
5130
5131 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
5132
5133         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
5134         (qtdemux_video_caps):
5135         * gst/qtdemux/qtdemux_fourcc.h:
5136           Add MJPG to the variants of motion jpeg.
5137
5138 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
5139
5140         * tests/check/Makefile.am:
5141         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
5142         * tests/check/elements/videocrop.c: (GST_START_TEST):
5143         * tests/check/elements/videofilter.c:
5144         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
5145         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
5146           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
5147           error flags are included and it errors out on compiler warnings
5148           for CVS builds; remove unused variables in various unit tests.
5149
5150 2007-06-19  Wim Taymans  <wim@fluendo.com>
5151
5152         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
5153         (rtsp_connection_close), (rtsp_connection_free):
5154         Use threadsafe inet_ntop to convert an ip number to a string. 
5155         Fixes #447961.
5156         Don't leak fd (and ip) when freeing a connection without first closing
5157         it.
5158
5159 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
5160
5161         * configure.ac:
5162         Back to CVS
5163
5164         * gst-plugins-good.doap:
5165         Add 0.10.6 to the doap file.
5166
5167 === release 0.10.6 ===
5168
5169 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
5170
5171         * configure.ac:
5172           releasing 0.10.6, "Wobble Board"
5173
5174 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
5175
5176         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
5177         (rtsp_connection_free):
5178           Revert previous commit again, since we are frozen (sorry).
5179
5180 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
5181
5182         Patch by: Peter Kjellerstedt <pkj at axis com>
5183
5184         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
5185         (rtsp_connection_free):
5186           inet_ntoa() uses a static buffer internally, so we need to copy the
5187           returned string if we want to store it for later (#447961).
5188
5189 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
5190
5191         * win32/vs6/autogen.dsp:
5192         * win32/vs6/gst_plugins_good.dsw:
5193         * win32/vs6/libgstalaw.dsp:
5194         * win32/vs6/libgstalpha.dsp:
5195         * win32/vs6/libgstalphacolor.dsp:
5196         * win32/vs6/libgstapetag.dsp:
5197         * win32/vs6/libgstaudiofx.dsp:
5198         * win32/vs6/libgstauparse.dsp:
5199         * win32/vs6/libgstautodetect.dsp:
5200         * win32/vs6/libgstavi.dsp:
5201         * win32/vs6/libgstcutter.dsp:
5202         * win32/vs6/libgstdirectdraw.dsp:
5203         * win32/vs6/libgstdirectsound.dsp:
5204         * win32/vs6/libgsteffectv.dsp:
5205         * win32/vs6/libgstflx.dsp:
5206         * win32/vs6/libgstgoom.dsp:
5207         * win32/vs6/libgsticydemux.dsp:
5208         * win32/vs6/libgstid3demux.dsp:
5209         * win32/vs6/libgstinterleave.dsp:
5210         * win32/vs6/libgstjpeg.dsp:
5211         * win32/vs6/libgstlevel.dsp:
5212         * win32/vs6/libgstmatroska.dsp:
5213         * win32/vs6/libgstmedian.dsp:
5214         * win32/vs6/libgstmonoscope.dsp:
5215         * win32/vs6/libgstmulaw.dsp:
5216         * win32/vs6/libgstmultipart.dsp:
5217         * win32/vs6/libgstqtdemux.dsp:
5218         * win32/vs6/libgstrtp.dsp:
5219         * win32/vs6/libgstrtsp.dsp:
5220         * win32/vs6/libgstsmpte.dsp:
5221         * win32/vs6/libgstspeex.dsp:
5222         * win32/vs6/libgstudp.dsp:
5223         * win32/vs6/libgstvideobalance.dsp:
5224         * win32/vs6/libgstvideobox.dsp:
5225         * win32/vs6/libgstvideocrop.dsp:
5226         * win32/vs6/libgstvideoflip.dsp:
5227         * win32/vs6/libgstvideomixer.dsp:
5228         * win32/vs6/libgstwaveform.dsp:
5229         * win32/vs6/libgstwavenc.dsp:
5230         * win32/vs6/libgstwavparse.dsp:
5231         Mark *.dsp & *.dsw as binary files and convert to DOS line
5232         endings, as they don't load into VS6 correctly otherwise.
5233
5234 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
5235
5236         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
5237         (rtsp_connection_connect):
5238         Fix the MingW build. 
5239         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
5240         Fixes: #446981
5241
5242 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
5243
5244         * tests/check/elements/.cvsignore:
5245         * tests/icles/.cvsignore:
5246         Hush the buildbots up
5247
5248 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
5249
5250         * configure.ac:
5251         * sys/Makefile.am:
5252         * sys/directdraw/Makefile.am:
5253         * sys/directsound/Makefile.am:
5254         * sys/waveform/Makefile.am:
5255         Make sure to dist everything needed for win32 builds.
5256
5257 2007-06-14  Edward Hervey  <edward@fluendo.com>
5258
5259         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
5260         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
5261         caps.
5262         Fixes #447458
5263
5264 2007-06-13  Wim Taymans  <wim@fluendo.com>
5265
5266         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
5267         Make sure we allocate enough memory for the codec_data.
5268         Fixes #447210.
5269
5270 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
5271
5272         * win32/MANIFEST:
5273         Add videocrop project file to the win32 manifest.
5274         * win32/vs6/gst_plugins_good.dsw:
5275         Add qtdemux,videocrop and waveform projects to the workspace.
5276         * win32/vs6/libgstqtdemux.dsp:
5277         Add zlib to the link list of qtdemux.
5278         * win32/vs6/libgstvideocrop.dsp:
5279         Add a project file for videocrop.
5280
5281 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
5282
5283         * po/POTFILES.in:
5284         Add qtdemux for translation
5285
5286 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
5287
5288         * configure.ac:
5289         * docs/plugins/Makefile.am:
5290         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5291         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5292         * docs/plugins/inspect/plugin-videocrop.xml:
5293         * gst-plugins-good.spec.in:
5294         * sys/Makefile.am:
5295         * tests/check/Makefile.am:
5296         * tests/icles/Makefile.am:
5297         * tests/icles/videocrop-test.c:
5298         Move videocrop and osxvideo from -bad.
5299
5300 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
5301
5302         * configure.ac:
5303         * docs/plugins/Makefile.am:
5304         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5305         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5306         * docs/plugins/gst-plugins-good-plugins.args:
5307         * docs/plugins/inspect/plugin-qtdemux.xml:
5308         * docs/plugins/inspect/plugin-quicktime.xml:
5309         * win32/MANIFEST:
5310         Move qtdemux from -bad.
5311
5312         * gst-plugins-good.spec.in:
5313         Update spec file to reflect moving of qtdemux and wavpack
5314
5315 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
5316         
5317         * win32/MANIFEST:
5318         * docs/plugins/Makefile.am:
5319         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5320         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5321         * docs/plugins/inspect/plugin-directdraw.xml:
5322         * docs/plugins/inspect/plugin-directsound.xml:
5323         * docs/plugins/inspect/plugin-waveform.xml:
5324         Move the waveform plugin from -bad too. Update the inspect xml
5325         files to mention Plugins Good instead of Plugins Bad.
5326
5327 2007-06-12  Andy Wingo  <wingo@pobox.com>
5328
5329         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
5330         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
5331         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
5332         finalization and resuscitation. No longer public.
5333         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
5334         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
5335         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
5336         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
5337         miniobject semantics, and be threadsafe.
5338         (gst_v4l2src_queue_frame): Remove this function, as we just call
5339         the ioctls directly in the two places where we queue buffers.
5340         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
5341         directly.
5342         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
5343         to allocate the pool, which also preallocates the GstBuffers.
5344         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
5345         queueing the frames directly.
5346         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
5347         mmap buffers have been dequeued.
5348
5349         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
5350         real MiniObject instead of rolling our own refcounting and
5351         finalizing. Give it a lock.
5352         (struct _GstV4l2Buffer): Remove one intermediary object, having
5353         the buffers hold the struct v4l2_buffer directly.
5354
5355         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
5356         capture_init so that it can set them on the buffers that it will
5357         create.
5358         (gst_v4l2src_get_read): For better or for worse, include the
5359         timestamping and offsetting code here; really we should be using
5360         bufferalloc though.
5361         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
5362         preallocated, mmap'd buffers.
5363
5364 2007-06-11  Wim Taymans  <wim@fluendo.com>
5365
5366         Patch by: daniel fischer <dan at f3c dot com>
5367
5368         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
5369         (gst_ximage_src_get_caps):
5370         Actually use the display_name property so that we can dump any
5371         available X display. Fixes #445905.
5372
5373 2007-06-11  Wim Taymans  <wim@fluendo.com>
5374
5375         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
5376
5377         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
5378         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
5379         Add missing rate fields to caps. Fixes #441118.
5380
5381 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
5382
5383         * win32/vs6/gst_plugins_good.dsw:
5384         * win32/vs8/gst-plugins-good.sln:
5385         Add DirectSound and DirectDraw sinks project files to
5386         workspace and solution files.
5387
5388 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
5389
5390         Patch by: Josh Coalson <xflac at yahoo dot com>,
5391         updated by Alexis Ballier <aballier at gentoo dot org>:
5392
5393         * configure.ac:
5394         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
5395         (gst_flac_dec_setup_seekable_decoder),
5396         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
5397         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
5398         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
5399         * ext/flac/gstflacdec.h:
5400         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
5401         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
5402         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
5403         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
5404         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
5405         (gst_flac_enc_chain), (gst_flac_enc_set_property),
5406         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
5407         * ext/flac/gstflacenc.h:
5408         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
5409         
5410 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
5411
5412         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
5413         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
5414         not necessary anymore as we need at least that core version. 
5415
5416 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
5417
5418         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
5419         (gst_wavpack_dec_chain):
5420         * ext/wavpack/gstwavpackdec.h:
5421         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
5422         (gst_wavpack_parse_push_buffer):
5423         * ext/wavpack/gstwavpackparse.h:
5424         Improve discont handling by checking if the next Wavpack block has
5425         the expected, following block index.
5426
5427 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5428
5429         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
5430           Fix element description.
5431
5432 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5433
5434         * configure.ac:
5435         * docs/plugins/Makefile.am:
5436         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5437         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5438         * docs/plugins/gst-plugins-good-plugins.args:
5439         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5440         * docs/plugins/gst-plugins-good-plugins.signals:
5441         * docs/plugins/inspect/plugin-autodetect.xml:
5442         * docs/plugins/inspect/plugin-gconfelements.xml:
5443         * docs/plugins/inspect/plugin-ladspa.xml:
5444         * docs/plugins/inspect/plugin-rtp.xml:
5445         * docs/plugins/inspect/plugin-wavpack.xml:
5446         * ext/Makefile.am:
5447         * tests/check/Makefile.am:
5448           move wavpack plugin.  See #352605.
5449
5450 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
5451
5452         * configure.ac:
5453         * docs/plugins/Makefile.am:
5454         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5455         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5456         * docs/plugins/gst-plugins-good-plugins.args:
5457         * sys/Makefile.am:
5458         * win32/MANIFEST:
5459         Add DirectDraw & DirectSound plugins to the build and docs.
5460
5461 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
5462
5463         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
5464         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
5465           When operating in pull mode, error out correct on not-linked.
5466
5467 2007-06-06  Andy Wingo  <wingo@pobox.com>
5468
5469         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
5470         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
5471         format and size if the ioctls are defined; should fix compilation
5472         on Linux < 2.16.19.
5473
5474 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
5475
5476         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
5477           Printf fixes in debug statements; use LOG level for debug statements
5478           that are printed for each and every frame; convert c++ comments to
5479           C-style comments; not much point using g_try_malloc() if we then not
5480           even check the return value.
5481
5482 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
5483
5484         * configure.ac:
5485           Bump requirements to released versions (core and base 0.10.13).
5486
5487         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
5488           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
5489           own implementation.
5490
5491 2007-06-05  Andy Wingo  <wingo@pobox.com>
5492
5493         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
5494         some useless comments.
5495
5496         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
5497         frames before calling STREAMON, that might leave them in a state
5498         where they can't be dequeued if we go back to NULL without calling
5499         STREAMON, according to the docs.
5500         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
5501         before we call STREAMON.
5502         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
5503         failures. (For me this code hung.) The pool refcounting is still
5504         crack; added a note to that effect.
5505
5506 2007-06-05  Wim Taymans  <wim@fluendo.com>
5507
5508         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
5509         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
5510         Add support for mapping gst structure names to the MIME type equivalent.
5511         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
5512
5513 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
5514
5515         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
5516         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
5517         (gst_wavenc_chain), (gst_wavenc_change_state):
5518         * gst/wavenc/gstwavenc.h:
5519         Properly write wav files with width!=depth by having the depth most
5520         significant bytes set and all others zero. Fixes #442535.
5521
5522 2007-06-01  Wim Taymans  <wim@fluendo.com>
5523
5524         * gst/rtsp/rtspconnection.c:
5525         Add include to make buildbot happy.
5526
5527 2007-06-01  Wim Taymans  <wim@fluendo.com>
5528
5529         Patch by: Peter Kjellerstedt  <pkj at axis com>
5530
5531         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
5532         (rtsp_connection_connect), (add_date_header),
5533         (rtsp_connection_send), (parse_response_status),
5534         (parse_request_line), (parse_line), (rtsp_connection_receive):
5535         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
5536         * gst/rtsp/rtspdefs.h:
5537         * gst/rtsp/rtspmessage.c: (key_value_foreach),
5538         (rtsp_message_init_request), (rtsp_message_init_response),
5539         (rtsp_message_remove_header), (rtsp_message_append_headers),
5540         (rtsp_message_dump):
5541         * gst/rtsp/rtspmessage.h:
5542         Improves version checking, allowing an RTSP server to reply with "505
5543         RTSP Version not supported.
5544         Adds a Date header to all messages.
5545         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
5546         want to be able to send a response even if something in the request was
5547         invalid. EINVAL is only used when passing wrong arguments to functions.
5548         Do not handle an invalid method in parse_request_line(). Defer this to
5549         the caller so it can respond with "405 Method Not Allowed".
5550         Improves parsing of the timeout parameter to the Session header,
5551         allowing whitespace after the semicolon. 
5552         Avoids a compiler warning due to variables shadowing a function argument.
5553
5554 2007-06-01  Wim Taymans  <wim@fluendo.com>
5555
5556         Based on Patch by: Daniel Charles <dcharles at ti dot com>
5557
5558         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
5559         (gst_rtp_amr_depay_process):
5560         * gst/rtp/gstrtpamrdepay.h:
5561         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
5562         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
5563         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
5564         * gst/rtp/gstrtpamrpay.h:
5565         Add support for AMR-WB.
5566         Small cleanups such as using BOILERPLATE.
5567
5568 2007-05-31  Wim Taymans  <wim@fluendo.com>
5569
5570         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
5571         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
5572
5573 2007-05-30  Andy Wingo  <wingo@pobox.com>
5574
5575         * sys/v4l2/gstv4l2object.h: 
5576         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
5577         unintended changes.
5578
5579         * sys/v4l2/v4l2src_calls.h: 
5580         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
5581         the format list in the order that the driver gives it to us.
5582         (gst_v4l2src_probe_caps_for_format_and_size)
5583         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
5584         based on the capabilities of the device.
5585         (gst_v4l2src_grab_frame): Update for object variable renaming.
5586         (gst_v4l2src_set_capture): Update to be strict in its parameters,
5587         as in the set_caps below.
5588         (gst_v4l2src_capture_init): Update for object variable renaming,
5589         and reflow.
5590         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
5591         (gst_v4l2src_capture_deinit): Update for object variable renaming.
5592         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
5593         (gst_v4l2src_get_fps): Remove; these functions don't have much
5594         meaning outside of an atomic set_caps method.
5595         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
5596         known.
5597
5598         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
5599         call to update_fps; not sure about this change.
5600         (gst_v4l2_tuner_set_norm): Work around the fact that for the
5601         moment we don't have an update_fps_func.
5602
5603         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
5604         structures in the object, just store what we need. Do store the
5605         probed caps of the device. Don't store the current frame rate.
5606
5607         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
5608         update_fps_function, for now. Update for new object variable
5609         naming.
5610         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
5611         new object variable naming.
5612         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
5613         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
5614         (gst_v4l2src_get_caps): Rework to probe the device for supported
5615         frame sizes and frame rates.
5616         (gst_v4l2src_set_caps): Rework to be strict in the given
5617         parameters: if someone asks us to have a certain size and rate,
5618         that is what we configure.
5619         (gst_v4l2src_get_read): Update for object variable naming. Don't
5620         leak buffers on short reads.
5621         (gst_v4l2src_get_mmap): Update for object variable naming, and add
5622         comments.
5623         (gst_v4l2src_create): Update for object variable naming.
5624
5625 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
5626
5627         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
5628         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
5629         * gst/avi/gstavidemux.h:
5630           Parse subtitle text streams instead of erroring out (#442034). Still
5631           needs a parser for the subtitles to actually show up.
5632
5633 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
5634
5635         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
5636         (gst_avi_demux_loop):
5637           Make _push_event() return TRUE if the event could be pushed on at
5638           least one pad and not only if it could be pushed on all pads,
5639           otherwise we'll end up posting an error message on EOS if one or
5640           more source pads are not connected.
5641
5642 2007-05-28  Wim Taymans  <wim@fluendo.com>
5643
5644         * gst/rtsp/rtsptransport.c:
5645         Use renamed RTP bin.
5646
5647 2007-05-28  Wim Taymans  <wim@fluendo.com>
5648
5649         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
5650
5651         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
5652         (gst_video_box_set_property), (gst_video_box_transform_caps),
5653         (video_box_recalc_transform), (gst_video_box_set_caps),
5654         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
5655         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
5656         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
5657         (gst_video_box_i420_i420), (gst_video_box_transform),
5658         (plugin_init):
5659         Add AYUV->AYUV and AYUV->I420 formats. 
5660         Fix negotiation and I420->AYUV conversion.
5661         Fixes #429329.
5662
5663 2007-05-26  Wim Taymans  <wim@fluendo.com>
5664
5665         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
5666         Use different variables for nested for loops so that the outer loop
5667         functions properly and speex files with multiple frames per buffer work
5668         properly.
5669         Fixes #441408.
5670
5671 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
5672
5673         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
5674           Don't leak newsegment events.
5675
5676 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
5677
5678         * gst/wavparse/Makefile.am:
5679           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
5680           drags it in.
5681
5682 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
5683
5684         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
5685         (notgst_value_array_append_buffer),
5686         (gst_flac_enc_process_stream_headers),
5687         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
5688         (gst_flac_enc_change_state):
5689         * ext/flac/gstflacenc.h:
5690           Collect headers, add "streamheader" field to output caps and set
5691           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
5692           produces output according to the official FLAC-to-Ogg mapping
5693           instead of completely broken files. Fixes #426044.
5694
5695 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
5696
5697         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
5698         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
5699         (gst_id3demux_sink_event):
5700         * gst/id3demux/gstid3demux.h:
5701         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
5702         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
5703         (gst_tag_demux_send_new_segment):
5704         Handle and adjust new-segment events so that downstream really
5705         sees a stream with the tag pieces stripped off the front and back.
5706         Fixes strangeness in seeking when mp3 decoders use the new-segment
5707         byte position to estimate their current playback position timestamp
5708         and then the arriving buffers don't match up.
5709
5710 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
5711
5712         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
5713           Don't unnecessarily perform a READY->NULL->READY transition on the
5714           detected audio sink when starting up. Fixes: #440127
5715
5716 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
5717
5718         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
5719         (gst_flac_enc_chain):
5720           Don't crash in chain function if setcaps hasn't been called.
5721
5722 2007-05-24  Wim Taymans  <wim@fluendo.com>
5723
5724         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
5725         Init value to avoid infinte loops.
5726
5727 2007-05-24  Wim Taymans  <wim@fluendo.com>
5728
5729         Patch by: Peter Kjellerstedt  <pkj at axis com>
5730
5731         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
5732         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
5733         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
5734         (gst_rtspsrc_play):
5735         (rtsp_connection_send), (rtsp_connection_receive):
5736         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
5737         Fix for new API.
5738
5739         * gst/rtsp/rtspconnection.c: (add_auth_header),
5740         Only add authorisation and session headers when sending messages.
5741
5742         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
5743         (rtsp_message_init_request), (rtsp_message_init_response),
5744         (rtsp_message_unset), (rtsp_message_add_header),
5745         (rtsp_message_remove_header), (rtsp_message_get_header),
5746         (rtsp_message_append_headers), (dump_key_value),
5747         (rtsp_message_dump):
5748         * gst/rtsp/rtspmessage.h:
5749         Add support for multiple headers of the same type by storing the parsed
5750         headers in a GArray instaed of a hashtable.
5751
5752 2007-05-21  Wim Taymans  <wim@fluendo.com>
5753
5754         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
5755         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
5756         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
5757         safer shutdown.
5758
5759 2007-05-21  Wim Taymans  <wim@fluendo.com>
5760
5761         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
5762         * gst/rtsp/gstrtpdec.h:
5763         Added signal for backwards compat.
5764
5765 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
5766         
5767         Patch by: René Stadler <mail at renestadler dot de>
5768
5769         * configure.ac:
5770         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
5771         (gst_au_parse_parse_header), (gst_au_parse_chain):
5772         * gst/auparse/gstauparse.h:
5773         Use audioconvert for converting from non-native endianness floats
5774         in auparse instead of doing it ourself. Fixes #424527.
5775         This needs the audioconvert from plugins-base CVS.
5776         
5777 2007-05-21  Wim Taymans  <wim@fluendo.com>
5778
5779         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
5780         (gst_rtp_h263p_pay_flush):
5781         Fix enum registration.
5782
5783 2007-05-21  Wim Taymans  <wim@fluendo.com>
5784
5785         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
5786
5787         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
5788         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
5789         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
5790         (gst_rtp_h263p_pay_flush):
5791         * gst/rtp/gstrtph263ppay.h:
5792         Add new fragmentation mode base on GOB headers. Fixes #438940.
5793
5794 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
5795
5796         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
5797           Printf format fix.
5798
5799 2007-05-18  Wim Taymans  <wim@fluendo.com>
5800
5801         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
5802         Don't crash when an unsupported transport error was returned by the
5803         server, just try to configure the next stream. Fixes #439255.
5804
5805 2007-05-18  Wim Taymans  <wim@fluendo.com>
5806
5807         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
5808         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
5809         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
5810         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
5811         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
5812         * gst/rtsp/gstrtspsrc.h:
5813         Add TCP timeout property and use it for all TCP connection.
5814
5815         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
5816         (rtsp_connection_write), (rtsp_connection_next_timeout),
5817         (rtsp_connection_reset_timeout):
5818         Make connect and writes cancelable and make them use the timeout.
5819
5820 2007-05-18  Wim Taymans  <wim@fluendo.com>
5821
5822         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
5823         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
5824         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
5825         (gst_rtspsrc_setup_streams):
5826         Refactor timeout handling.
5827         Also send keep-alive when dealing with TCP transport.
5828
5829         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
5830         (rtsp_connection_free), (rtsp_connection_next_timeout),
5831         (rtsp_connection_reset_timeout):
5832         * gst/rtsp/rtspconnection.h:
5833         Use a timer to handle the session timeouts, add some methods to deal
5834         with timeouts.
5835
5836 2007-05-17  Wim Taymans  <wim@fluendo.com>
5837
5838         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
5839         (gst_rtspsrc_setup_streams):
5840         Ignore streams that fail the setup command, we will retry with a
5841         different transport later on.
5842
5843         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
5844         (rtsp_ext_wms_configure_stream):
5845         Fix encoding name case.
5846
5847 2007-05-16  Edward Hervey  <edward@fluendo.com>
5848
5849         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
5850         Fix build on macosx.
5851
5852 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
5853
5854         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
5855         Replace direct comparison of a string with the string literal "" with
5856         a comparison of the first character with '\0'. Fixes #438926.
5857
5858 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
5859
5860         * gst/debug/breakmydata.c (gst_break_my_data_init):
5861           One more try. This should be the proper fix now.
5862
5863 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
5864
5865         * gst/debug/breakmydata.c:
5866           Ooops, no // comments please.
5867
5868 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
5869
5870         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
5871         (gst_break_my_data_init):
5872           Fix gst_buffer_is_writable() assertion.
5873
5874 2007-05-14  David Schleef  <ds@schleef.org>
5875
5876         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
5877           video/x-raw-bayer.  Fixes #314160.
5878
5879 2007-05-14  Wim Taymans  <wim@fluendo.com>
5880
5881         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
5882         (gst_rtp_theora_depay_parse_configuration):
5883         * gst/rtp/gstrtptheorapay.c: (encode_base64),
5884         (gst_rtp_theora_pay_finish_headers),
5885         (gst_rtp_theora_pay_handle_buffer):
5886         Update theora pay/depayloader in a similar to vorbis.
5887
5888         * gst/rtp/gstrtpvorbisdepay.c:
5889         (gst_rtp_vorbis_depay_parse_configuration):
5890         Update docs.
5891
5892 2007-05-14  Wim Taymans  <wim@fluendo.com>
5893
5894         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
5895         When we try to execute a method that is not supported by the server,
5896         don't error out but remove the method from the accepted methods so that
5897         we never try to perform this method again.
5898
5899 2007-05-14  Wim Taymans  <wim@fluendo.com>
5900
5901         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
5902         Remove annoying _dump_mem.
5903
5904 2007-05-14  Wim Taymans  <wim@fluendo.com>
5905
5906         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
5907         Parse range correctly.
5908
5909         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
5910         The baseurl now always has a '/' at the start.
5911
5912 2007-05-14  Wim Taymans  <wim@fluendo.com>
5913
5914         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
5915         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
5916         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
5917         Factor out caps configuration and configure more stuff such as the time
5918         ranges and speed/scale values.
5919
5920         * gst/rtsp/rtsptransport.c:
5921         Add Copyright after non-trival fixes.
5922
5923 2007-05-12  Wim Taymans  <wim@fluendo.com>
5924
5925         Patch by: Peter Kjellerstedt  <pkj at axis com>
5926
5927         * gst/rtsp/gstrtspsrc.h:
5928         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
5929         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
5930         (rtsp_message_get_header):
5931         * gst/rtsp/rtspmessage.h:
5932         Make channel guint8 where possible.
5933         Make rtsp_message_init_data() take the channel as a guint8.
5934
5935         * gst/rtsp/rtspdefs.c:
5936         Fixed a typo: Timout -> Timeout
5937
5938         * gst/rtsp/rtspdefs.h:
5939         Make RTSP_CHECK() behave as a statement.
5940
5941         * gst/rtsp/sdpmessage.c:
5942         Avoid a compiler warning in INIT_ARRAY().
5943         Fixes #437692.
5944
5945 2007-05-12  Wim Taymans  <wim@fluendo.com>
5946
5947         Patch by: Peter Kjellerstedt  <pkj at axis com>
5948
5949         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
5950         (rtsp_url_get_request_uri):
5951         * gst/rtsp/rtspurl.h:
5952         Add support for query parameters to RTSP URLs.
5953
5954 2007-05-12  Wim Taymans  <wim@fluendo.com>
5955
5956         Patch by: Peter Kjellerstedt  <pkj at axis com>
5957
5958         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
5959         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
5960         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
5961         (rtsp_transport_parse), (rtsp_transport_as_text):
5962         * gst/rtsp/rtsptransport.h:
5963         Add validation to rtsp_transport_parse().
5964         Add rtsp_transport_as_text() to generate an RTSP header from an
5965         RTSPTransport.
5966         Change ssrc to guint (was a string) since that is what it is, even
5967         though it is sent as a hex string.
5968         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
5969         incorrect, which can be seen when looking at the examples in the RFC).
5970         Fixes #437670.
5971
5972 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
5973
5974         Patch by: Eric Anholt
5975
5976         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
5977           gst_ximage_src_ximage_get):
5978         Use union of all damage between frames to make it faster.
5979         Fixes bug #342463.
5980         Also fix crasher when cursor is at bottom right of window.
5981
5982 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5983
5984         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
5985           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
5986           streaming mode regression for file from #343837 with 'bext' chunk
5987           before the 'fmt' chunk.
5988
5989 2007-05-11  Wim Taymans  <wim@fluendo.com>
5990
5991         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
5992         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
5993         (gst_rtspsrc_handle_src_event),
5994         (gst_rtspsrc_stream_configure_manager),
5995         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
5996         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
5997         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
5998         * gst/rtsp/gstrtspsrc.h:
5999         * gst/rtsp/rtspdefs.h:
6000         Preliminary seek support.
6001         Activate internal pads so that we can receive events on them.
6002         Don't try to parse a range string when it's NULL.
6003
6004 2007-05-11  Wim Taymans  <wim@fluendo.com>
6005
6006         * gst/rtp/README:
6007         Update README with new RTP variables that will be used for
6008         synchronisation.
6009
6010         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
6011         (gst_rtp_vorbis_depay_parse_configuration),
6012         (gst_rtp_vorbis_depay_process):
6013         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
6014         (gst_rtp_vorbis_pay_finish_headers),
6015         (gst_rtp_vorbis_pay_handle_buffer):
6016         Update vorbis pay and depayloader to draft-04.
6017
6018 2007-05-11  Wim Taymans  <wim@fluendo.com>
6019
6020         * gst/rtsp/rtsptransport.c:
6021         UDP MCAST is actually the default for RTP/AVP.
6022 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
6023
6024         * gst/level/gstlevel.c: (gst_level_transform_ip):
6025         Use guint8 * instead of gpointer then vs6 can build 
6026         in_data += (filter->width / 8).
6027
6028 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
6029
6030         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
6031           gst_ximage_src_ximage_get):
6032         * sys/ximage/gstximagesrc.h (last_ximage):
6033         When using Damage actually keep the last frame, and not assume
6034         that the buffer we get already has the last frame on it.
6035         Copy the cursor over if we specify a non-zero start x and
6036         start y.
6037
6038 2007-05-11  Wim Taymans  <wim@fluendo.com>
6039
6040         * gst/rtsp/rtsptransport.c:
6041         Make UDP the default transport when not specified.
6042
6043 2007-05-09  David Schleef  <ds@schleef.org>
6044
6045         * gst/level/gstlevel.c:
6046           Revert last change.
6047
6048 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
6049
6050         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
6051         (gst_level_transform_ip):
6052         Use guint8 * instead of gpointer then vs6 know the size of data
6053         pointed when moving the pointer.
6054         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
6055         Move instructions after variables declaration.
6056         * win32/vs6/autogen.dsp:
6057         * win32/vs6/libgstrtp.dsp:
6058         * win32/vs6/libgstrtsp.dsp:
6059         Update vs6 project files.
6060
6061 2007-05-09  Wim Taymans  <wim@fluendo.com>
6062
6063         * gst/rtsp/Makefile.am:
6064         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
6065         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
6066         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
6067         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
6068         (rtsp_range_free):
6069         * gst/rtsp/rtsprange.h:
6070         Add code to parse time ranges.
6071         Report DURATION on the stream when possible.
6072
6073 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
6074
6075         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
6076         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
6077         (gst_videomixer_collected):
6078           Fix strides calculation for AYUV (it's just width*4) (#436910).
6079
6080 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
6081
6082         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
6083         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
6084         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
6085         Sync the GObject properties before each processing step to properly
6086         work with the controller.
6087
6088 2007-05-04  Wim Taymans  <wim@fluendo.com>
6089
6090         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
6091         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
6092         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
6093         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
6094         (gst_rtspsrc_change_state):
6095         Let more error state trickle down so that we can catch more error
6096         cases.
6097         Handle keep-alive a little smarter by selecting a method the server
6098         actually supports.
6099         Fix a race in UDP streaming shutdown.
6100
6101 2007-05-04  Wim Taymans  <wim@fluendo.com>
6102
6103         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
6104         Ignore errors when trying to use the keep-alive messages.
6105
6106 2007-05-04  Wim Taymans  <wim@fluendo.com>
6107
6108         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
6109         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
6110         (gst_rtspsrc_stream_configure_manager),
6111         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
6112         (gst_rtspsrc_stream_configure_mcast),
6113         (gst_rtspsrc_stream_configure_udp),
6114         (gst_rtspsrc_stream_configure_udp_sink),
6115         (gst_rtspsrc_stream_configure_transport):
6116         Send RTCP messages back to the server over the TCP connection.
6117
6118         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
6119         (rtsp_connection_send), (rtsp_connection_read), (read_body),
6120         (rtsp_connection_receive):
6121         * gst/rtsp/rtspconnection.h:
6122         Factor out and expose lowlevel _write and _read methods.
6123         Implement sending data messages to the server.
6124
6125 2007-05-03  Wim Taymans  <wim@fluendo.com>
6126
6127         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
6128         (gst_multipart_mux_collected):
6129         Fix timestamps on outgoing buffers.
6130
6131 2007-05-03  Wim Taymans  <wim@fluendo.com>
6132
6133         * gst/multipart/multipartmux.c:
6134         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
6135         (gst_multipart_mux_change_state):
6136         Emit NEWSEGMENT events before pushing the first buffer.
6137
6138 2007-05-03  Wim Taymans  <wim@fluendo.com>
6139
6140         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
6141         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
6142         (gst_rtspsrc_handle_src_query),
6143         (gst_rtspsrc_stream_configure_manager),
6144         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
6145         (gst_rtspsrc_stream_configure_mcast),
6146         (gst_rtspsrc_stream_configure_udp),
6147         (gst_rtspsrc_stream_configure_udp_sink),
6148         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
6149         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
6150         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
6151         (gst_rtspsrc_pause):
6152         Refactor transport configuration code.
6153         Create internal pads for TCP transport so that we can implement events
6154         and queries.
6155         Handle events and queries.
6156         Parse range from the SDP.
6157         Fix race in pause handler where the connection could still be flushing.
6158
6159 2007-05-02  Wim Taymans  <wim@fluendo.com>
6160
6161         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
6162         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
6163         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
6164         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
6165         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
6166         (gst_rtspsrc_change_state):
6167         * gst/rtsp/gstrtspsrc.h:
6168         Fix race when multiple udp sources post timeouts, just act on the first
6169         received timeout.
6170         Protect stream list with a recursive lock to fix some races.
6171         Flush connection when we need to do a reconnect or stop.
6172         Make state lock recursive.
6173
6174         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
6175         (rtsp_connection_close):
6176         Some small cleanups.
6177
6178 2007-05-02  Wim Taymans  <wim@fluendo.com>
6179
6180         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
6181         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
6182         Only set DISCONT when there actually is a discont or when we just
6183         started.
6184
6185 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
6186
6187         * ext/flac/gstflac.c: (plugin_init):
6188         Call bindtextdomain() to get localized strings.
6189
6190 2007-05-02  Wim Taymans  <wim@fluendo.com>
6191
6192         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
6193         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
6194         (gst_wavparse_stream_data):
6195         * gst/wavparse/gstwavparse.h:
6196         Be a bit more clever when dealing with VBR files with FACT tags, we
6197         don't want to timestamp buffers in that case but the estimated BPS can
6198         be used for seeking.
6199         Only send close segment in the streaming thread.
6200
6201 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
6202
6203         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
6204         Correctly post an error on the bus if something went wrong in the loop
6205         function. This fixes a few cases where the task was paused and nothing
6206         happened anymore.
6207
6208 2007-05-02  Wim Taymans  <wim@fluendo.com>
6209
6210         * gst/rtsp/test.c: (main):
6211         Fix compilation of deprecated test just because I'm too lazy to delete
6212         it.
6213
6214 2007-05-02  Wim Taymans  <wim@fluendo.com>
6215
6216         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
6217         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
6218         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
6219         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
6220         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
6221         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
6222         * gst/rtsp/gstrtspsrc.h:
6223         Fix sending RTCP to the right place.
6224         Fix bug in reffing the wrong UDP element.
6225         Use new pad names for the session manager.
6226         Implement handling server requests in interleaved and UDP modes.
6227         Handle session keep-alive in UDP modes.
6228         Remove GCond for handling UDP timeouts.
6229
6230         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
6231         (rtsp_connection_send), (rtsp_connection_read), (read_body),
6232         (rtsp_connection_receive), (rtsp_connection_close):
6233         * gst/rtsp/rtspconnection.h:
6234         Store connection IP address for later.
6235         Add timeout args to all operations that might block forever.
6236         Parse session timeout.
6237         Only close sockets when not already closed.
6238
6239         * gst/rtsp/rtspdefs.c:
6240         * gst/rtsp/rtspdefs.h:
6241         Add timeout return value and error string.
6242
6243         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
6244         Add small comment.
6245
6246 2007-05-01  Wim Taymans  <wim@fluendo.com>
6247
6248         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6249
6250         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
6251         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
6252         * gst/rtp/gstrtpmp4vpay.h:
6253         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
6254
6255 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
6256
6257         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6258           Remove v4l2src from docs, since it breaks the docs build, and the
6259           plugin is only built if --enable-experimental is used anyway.
6260
6261         * docs/plugins/Makefile.am:
6262           Spaces => tab.
6263
6264 2007-04-29  Wim Taymans  <wim@fluendo.com>
6265
6266         * gst/udp/gstmultiudpsink.c: (leave_multicast),
6267         (gst_multiudpsink_add), (gst_multiudpsink_remove):
6268         Add code to drop membership of a multicast group.
6269
6270         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
6271         (gst_udpsink_set_uri):
6272         Implement URI handler.
6273
6274         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
6275         (gst_rtspsrc_parse_rtpinfo):
6276         Use URI handler to make udpsink instace.
6277         Improve code to configure port and destination.
6278
6279 2007-04-29  Wim Taymans  <wim@fluendo.com>
6280
6281         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
6282         Fix multicast detection.
6283         Don't try to join a multicast group if the address is not multicast.
6284
6285         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
6286         Small debug improvement.
6287
6288 2007-04-27  Wim Taymans  <wim@fluendo.com>
6289
6290         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
6291         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
6292         (gst_rtspsrc_handle_message):
6293         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
6294         parent.
6295
6296 2007-04-27  Wim Taymans  <wim@fluendo.com>
6297
6298         * gst/rtp/gstrtpilbcdepay.h:
6299         Fix mode property when specified as an arg.
6300
6301 2007-04-26  Edward Hervey  <edward@fluendo.com>
6302
6303         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6304         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6305         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6306         * docs/plugins/inspect/plugin-osxaudio.xml:
6307         Add documentation for osxaudio plugin.
6308
6309 2007-04-26  Wim Taymans  <wim@fluendo.com>
6310
6311         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
6312         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
6313         (gst_rtspsrc_open), (gst_rtspsrc_close),
6314         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
6315         (gst_rtspsrc_pause):
6316         * gst/rtsp/gstrtspsrc.h:
6317         Protect state changes with a lock.
6318
6319         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
6320         (parse_line):
6321         * gst/rtsp/rtspconnection.h:
6322         Remove some unused stuff.
6323
6324 2007-04-26  Wim Taymans  <wim@fluendo.com>
6325
6326         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6327         Handle the case where there are exactly 0 bytes to read and the ioctl
6328         did not report an error. Fixes #433530.
6329
6330 2007-04-26  Wim Taymans  <wim@fluendo.com>
6331
6332         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
6333         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
6334         * gst/wavparse/gstwavparse.h:
6335         Apply DISCONT to buffers.
6336         Only apply timestamp to the first sample after a DISCONT, too many VBR
6337         files cause random jitter in the timestamps. Fixes #433119.
6338
6339 2007-04-25  Wim Taymans  <wim@fluendo.com>
6340
6341         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
6342         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
6343         (gst_rtp_dec_get_property):
6344         * gst/rtsp/gstrtpdec.h:
6345         Add dummy latency property to be backwards compat with rtpbin.
6346
6347         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
6348         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
6349         (gst_rtspsrc_stream_configure_transport),
6350         (gst_rtspsrc_parse_rtpinfo):
6351         * gst/rtsp/gstrtspsrc.h:
6352         Add latency property and configure in the session manager.
6353         Don't set invalid clock-base and seqnum-base on caps, some servers
6354         sometimes don't send them.
6355
6356 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
6357
6358         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
6359         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
6360           Double-check that RGB input caps are really RGBA caps (apparently
6361           the core doesn't always catch it if those caps aren't a subset of
6362           our template caps, also see #421543). Fixes #429319 in a way.
6363           Also, don't leak the pad template in the transform_caps function.
6364
6365         * tests/check/Makefile.am:
6366         * tests/check/elements/.cvsignore:
6367         * tests/check/elements/alphacolor.c: (setup_alphacolor),
6368         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
6369         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
6370         (GST_START_TEST), (alphacolor_suite):
6371           Add some basic unit tests for alphacolor.
6372
6373 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
6374
6375         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
6376           If we get a fatal flow return in the loop function, first post the
6377           error message and only then send the EOS event downstream, otherwise
6378           applications might get an eos message before the error message and
6379           think everything was ok (related to #429319).
6380
6381 2007-04-25  Wim Taymans  <wim@fluendo.com>
6382
6383         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
6384         Read the channel byte as an unsigned byte.
6385
6386 2007-04-25  Wim Taymans  <wim@fluendo.com>
6387
6388         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
6389         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
6390         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
6391         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
6392         (gst_rtp_gsm_depay_setcaps):
6393         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
6394         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
6395         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
6396         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
6397         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
6398         (gst_ilbc_depay_get_property):
6399         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
6400         * gst/rtp/gstrtpmp4adepay.c:
6401         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
6402         (gst_rtp_pcma_depay_setcaps):
6403         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
6404         (gst_rtp_pcmu_depay_setcaps):
6405         Make sure we configure the clock_rate in the baseclass in the setcaps
6406         function. Fixes #431282.
6407
6408 2007-04-25  Wim Taymans  <wim@fluendo.com>
6409
6410         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
6411         (gst_rtspsrc_stream_free), (request_pt_map),
6412         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
6413         * gst/rtsp/gstrtspsrc.h:
6414         Parse server address from SDP.
6415         Hook up a udpsink to send RTCP back to the server.
6416
6417         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6418         * gst/rtsp/rtsptransport.h:
6419         Add some docs.
6420
6421 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
6422
6423         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
6424           Make header field check conditional. Fixes #433135
6425
6426 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
6427
6428         * docs/plugins/Makefile.am:
6429         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6430         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6431         * docs/plugins/inspect/plugin-alphacolor.xml:
6432         * gst/alpha/Makefile.am:
6433         * gst/alpha/gstalphacolor.c:
6434         * gst/alpha/gstalphacolor.h:
6435           Add minimal docs blurb to alphacolor; split out headers into
6436           separate header file for gtk-doc.
6437
6438 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
6439
6440         * gst/debug/progressreport.c: (gst_progress_report_report):
6441           Don't try to post NULL message (in case we can't query upstream
6442           position or duration).
6443
6444 2007-04-18  Michael Smith  <msmith@fluendo.com>
6445
6446         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
6447         (gst_cutter_get_caps):
6448         * gst/cutter/gstcutter.h:
6449           Fix some of the most obvious bugs in cutter. Now doesn't leak
6450           everything if input is silent.
6451
6452 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
6453
6454         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
6455         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
6456         * gst/wavenc/gstwavenc.h:
6457         Wav apparently only supports width==GST_ROUND_UP(depth), everything
6458         else results in a invalid block align and invalid files.
6459
6460 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
6461
6462         Patch by: Snaik <snaik32 gmail com>
6463
6464         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
6465           Add missing break statement for BOX_HORIZONTAL case.
6466
6467 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
6468
6469         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
6470
6471         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
6472         Use correct format strings for integer types.
6473
6474 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
6475
6476         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
6477         (gst_wavparse_create_sourcepad):
6478         Use gst_riff_create_audio_template_caps () instead of the local caps.
6479         This makes updates of the local caps unecessary whenever libgstriff
6480         gets support for new formats.
6481
6482 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
6483
6484         Patch by: Brian Cameron  <brian.cameron at sun dot com>
6485
6486         * sys/sunaudio/gstsunaudio.c:
6487         * sys/sunaudio/gstsunaudiomixer.c:
6488         * sys/sunaudio/gstsunaudiomixer.h:
6489         * sys/sunaudio/gstsunaudiomixerctrl.c:
6490         * sys/sunaudio/gstsunaudiomixerctrl.h:
6491         * sys/sunaudio/gstsunaudiomixertrack.h:
6492         * sys/sunaudio/gstsunaudiosink.c:
6493         * sys/sunaudio/gstsunaudiosink.h:
6494         * sys/sunaudio/gstsunaudiosrc.c:
6495         * sys/sunaudio/gstsunaudiosrc.h:
6496           Fix and/or update copyright attributions (#430228).
6497
6498 2007-04-13  Wim Taymans  <wim@fluendo.com>
6499
6500         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6501         Fix docs.
6502
6503         * gst/rtsp/URLS:
6504         Add some more example urls.
6505
6506         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
6507         (gst_rtp_dec_chain_rtp):
6508         Better debugging.
6509
6510         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
6511         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
6512         (gst_rtspsrc_parse_rtpinfo):
6513         Remove unused code.
6514
6515 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
6516
6517         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
6518         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
6519         (gst_wavparse_stream_data):
6520           Relax the audio/mpeg caps again and add FIXME: comment.
6521
6522 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
6523
6524         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
6525         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
6526         (gst_wavparse_stream_data):
6527         * gst/wavparse/gstwavparse.h:
6528           More sanity check for the header fields. Fix type for 'rate' header
6529           field.
6530
6531 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
6532
6533         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
6534         (gst_icydemux_unicodify):
6535           If the metadata strings we get in the stream are not UTF-8, try to
6536           interpret them according to the character encodings specified in the
6537           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
6538           only fall back to locale/ISO-8859-1 if those aren't set or don't
6539           work. Should fix #428901.
6540
6541 2007-04-12  Wim Taymans  <wim@fluendo.com>
6542
6543         * gst/rtp/gstrtph264depay.c:
6544         Use the proper sync word for SPS and PPS.
6545
6546 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
6547
6548         * gst/rtp/Makefile.am:
6549         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
6550           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
6551         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
6552           Add a simple hashing implementation that we can use to generate
6553           a 24-bit ident value based on the codebooks for vorbis and theora.
6554         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
6555           gst_rtp_theora_pay_handle_buffer):
6556         * gst/rtp/gstrtpvorbisdepay.c
6557           (gst_rtp_vorbis_depay_parse_configuration,
6558           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
6559         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
6560           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
6561           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
6562           Use the hashing function, ensuring that the same codebooks result
6563           in the same ident and thus the same SDP description.
6564           Various log fixes/changes.
6565
6566 2007-04-12  Wim Taymans  <wim@fluendo.com>
6567
6568         Patch by: jerry tan <jerry dot tan at sun dot com>
6569
6570         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
6571         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
6572         application's responsibility to make sure it open the device once.
6573         Remove a careless error if AUDIODEV is set. Fixes #392620.
6574
6575 2007-04-12  Wim Taymans  <wim@fluendo.com>
6576
6577         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
6578         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
6579         * gst/rtsp/gstrtpdec.h:
6580         Make backward compat with rtpbin by adding the request-pt-map signals.
6581
6582         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6583         (new_session_pad), (request_pt_map),
6584         (gst_rtspsrc_stream_configure_transport),
6585         (gst_rtspsrc_stream_configure_caps),
6586         (gst_rtspsrc_activate_streams):
6587         * gst/rtsp/gstrtspsrc.h:
6588         Implement request-pt-map signals instead of setting caps on the buffers
6589         for the session manager.
6590
6591 2007-04-11  Wim Taymans  <wim@fluendo.com>
6592
6593         * gst/udp/gstudp.c: (plugin_init):
6594         Register GstNetBuffer in plugin_init so that the type can be used from
6595         multiple threads without races.
6596
6597 2007-04-10  Wim Taymans  <wim@fluendo.com>
6598
6599         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
6600         (gst_rtp_amr_depay_process):
6601         Fix depayloader clock_rate and some cleanups.
6602
6603         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
6604         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
6605         * gst/rtp/gstrtph264depay.h:
6606         Don't push codec_data in the adapter because it might get flushed when
6607         we get a discont.
6608
6609         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
6610         Handle multiple AU per packet.
6611
6612         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
6613         (gst_rtp_sv3v_depay_plugin_init):
6614         Disable rank, this one does not work.
6615         Remove timestamping, base class does that.
6616
6617 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
6618
6619         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
6620           limit caps to the formats we announce in the template
6621
6622         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
6623         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
6624         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
6625           fix some crashers/asserts when dealing with broken files
6626
6627 2007-04-10  Wim Taymans  <wim@fluendo.com>
6628
6629         Patch by: Peter Kjellerstedt  <pkj at axis com>
6630
6631         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
6632         * gst/rtp/gstrtpL16depay.c:
6633         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
6634         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
6635         (gst_rtp_speex_depay_setcaps):
6636         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
6637         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
6638         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
6639         Fix some compiler warnings. Fixes #428182.
6640
6641 2007-04-06  Wim Taymans  <wim@fluendo.com>
6642
6643         * gst/rtsp/Makefile.am:
6644         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
6645         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
6646         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
6647         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
6648         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
6649         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
6650         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
6651         (create_rtcp), (gst_rtp_dec_request_new_pad),
6652         (gst_rtp_dec_release_pad):
6653         * gst/rtsp/gstrtpdec.h:
6654         * gst/rtsp/gstrtsp.c: (plugin_init):
6655         Morph RTPDec into something compatible with RTPBin as a fallback.
6656         Various other style fixes.
6657
6658         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
6659         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
6660         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
6661         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
6662         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
6663         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
6664         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
6665         * gst/rtsp/gstrtspsrc.h:
6666         Implement RTPBin session manager handling.
6667         Don't try to add empty properties to caps.
6668         Implement fallback session manager, handling.
6669         Don't combine errors from RTCP streams, just ignore them.
6670
6671         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
6672         * gst/rtsp/rtsptransport.h:
6673         Implement fallback session manager.
6674         Make RTPBin the default one when available.
6675
6676 2007-04-05  Wim Taymans  <wim@fluendo.com>
6677
6678         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
6679         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
6680         This element is ready to be autoplugged.
6681
6682 2007-04-05  Julien MOUTTE  <julien@moutte.net>
6683
6684         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
6685         Don't leave the offsets defined by upstream element on the
6686         compressed data buffer we are pushing downstream. Make them
6687         GST_BUFFER_OFFSET_NONE.
6688
6689 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
6690
6691         * gst/avi/README:
6692         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
6693         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
6694         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
6695         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
6696         (gst_avi_demux_calculate_durations_from_index),
6697         (gst_avi_demux_stream_header_push),
6698         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
6699         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
6700           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
6701
6702 2007-04-03  Wim Taymans  <wim@fluendo.com>
6703
6704         * gst/smpte/barboxwipes.c:
6705         Fix error as spotted by Snaik <snaik32 at gmail dot com>
6706
6707 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
6708
6709         * gst/wavparse/gstwavparse.c:
6710         Support audio/x-raw-float in wav files. This only works with
6711         plugins-base CVS, using an older version doesn't have any
6712         disadvantages though.
6713
6714 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
6715
6716         * configure.ac:
6717         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
6718         (gst_au_parse_parse_header), (gst_au_parse_chain):
6719         * gst/auparse/gstauparse.h:
6720         Revert last change as we don't want plugins-good to depend on
6721         plugins-base CVS now.
6722
6723 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
6724
6725         * configure.ac:
6726         Require gst-plugins-base CVS for audioconvert with non-native
6727         float support and width/depth fix in libgstriff.
6728
6729         Patch by: René Stadler <mail at renestadler dot de>
6730
6731         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
6732         (gst_au_parse_parse_header), (gst_au_parse_chain):
6733         * gst/auparse/gstauparse.h:
6734         Don't swap the floats ourself if they're not in native endianness.
6735         Instead let audioconvert handle this. Fixes #339838.
6736
6737 2007-03-29  Wim Taymans  <wim@fluendo.com>
6738
6739         * gst/rtp/gstasteriskh263.h:
6740         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
6741         (gst_rtp_h263p_depay_change_state):
6742         * gst/rtp/gstrtph263pdepay.h:
6743         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
6744         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
6745         (gst_rtp_h264_depay_change_state):
6746         * gst/rtp/gstrtph264depay.h:
6747         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
6748         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
6749         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
6750         Flush adapter on disconts.
6751
6752 2007-03-29  Wim Taymans  <wim@fluendo.com>
6753
6754         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
6755         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
6756         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
6757         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
6758         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
6759         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
6760         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
6761         (gst_rtp_mp4v_depay_process):
6762         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
6763         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
6764         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
6765         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
6766         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
6767         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
6768         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
6769         Use more efficient adapter and rtpbuffer methods when possible.
6770
6771 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
6772
6773         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
6774         (gst_wavenc_sink_setcaps):
6775         Correctly handle width!=depth input.
6776         * gst/wavparse/gstwavparse.c:
6777         Already export in the caps that width==8 uses unsigned samples and
6778         everything else uses signed samples.
6779
6780 2007-03-29  Wim Taymans  <wim@fluendo.com>
6781
6782         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6783
6784         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
6785         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
6786         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
6787         (gst_dynudpsink_close):
6788         * gst/udp/gstdynudpsink.h:
6789         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
6790         (gst_udpsrc_create), (gst_udpsrc_set_property),
6791         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
6792         * gst/udp/gstudpsrc.h:
6793         Rework the socket allocation a bit based on the sockfd argument so that
6794         it becomes usable.
6795         Add a closefd property to instruct the udp elements to close the custom
6796         file descriptors when going to READY. Fixes #423304.
6797         API:GstUDPSrc::closefd property
6798         API:GstDynUDPSink::closefd property
6799
6800 2007-03-29  Wim Taymans  <wim@fluendo.com>
6801
6802         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6803
6804         * gst/rtp/Makefile.am:
6805         * gst/rtp/gstrtp.c: (plugin_init):
6806         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
6807         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
6808         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
6809         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
6810         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
6811         (gst_rtp_h264_pay_plugin_init):
6812         * gst/rtp/gstrtph264pay.h:
6813         Added H264 payloader. Fixes #423782.
6814
6815         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
6816         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
6817         Small fixes.
6818
6819 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
6820
6821         * gst/wavparse/gstwavparse.c:
6822         Actually support depths from 1 to 32, not only 8 to 32.
6823
6824 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
6825
6826         * gst/wavparse/gstwavparse.c:
6827         Add support for wav files containing audio/x-raw-int with random
6828         depths between 1 and 32 bits.
6829
6830 2007-03-28  Wim Taymans  <wim@fluendo.com>
6831
6832         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
6833
6834         * gst/rtp/Makefile.am:
6835         * gst/rtp/gstrtp.c: (plugin_init):
6836         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
6837         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
6838         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
6839         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
6840         (gst_rtp_mp4a_depay_get_property),
6841         (gst_rtp_mp4a_depay_change_state),
6842         (gst_rtp_mp4a_depay_plugin_init):
6843         * gst/rtp/gstrtpmp4adepay.h:
6844         Added MP4A-LATM depayloader. Fixes #417792.
6845
6846         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
6847         (gst_rtp_mp4v_depay_process):
6848         Fixup depayloader, setting codec_data, using more efficient adaptor and
6849         rtpbuffer handling.
6850
6851         * gst/rtsp/URLS:
6852         Add url to test above.
6853
6854 2007-03-25  Wim Taymans  <wim@fluendo.com>
6855
6856         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
6857         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
6858         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
6859         (gst_rtspsrc_media_to_caps),
6860         (gst_rtspsrc_stream_configure_transport),
6861         (gst_rtspsrc_stream_configure_caps),
6862         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
6863         * gst/rtsp/gstrtspsrc.h:
6864         Handle default clock-rates for static payload types, rearrange stuff so
6865         that the rtpmap field in the sdp can override the defaults.
6866         Parse RTP-Info field to get the seqnum and timebase fields that should
6867         go in the caps.
6868         Delay configuring caps after we got the RTP-Info from the PLAY reply from
6869         the server. 
6870
6871 2007-03-22  Wim Taymans  <wim@fluendo.com>
6872
6873         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
6874
6875         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
6876         Accept complex pipeline descriptions as an audio profile instead of just
6877         a single element. Fixes #420658.
6878
6879 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
6880
6881         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
6882           Rename registered type in preparation of GstTagDemux moving to
6883           -base at some point in the future.
6884
6885 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
6886
6887         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
6888           Streaming mode fixes: don't unref buffer we don't own any longer;
6889           remove bogus adapter flush. Fixes #419338.
6890
6891 2007-03-17  David Schleef  <ds@schleef.org>
6892
6893         * REQUIREMENTS: Change the format to key/value, add a bunch of
6894           information, remove a bunch of requirements that are for
6895           other GStreamer packages.
6896
6897 2007-03-17  David Schleef  <ds@schleef.org>
6898
6899         * REQUIREMENTS: Fix a few things.  This file really needs a
6900         good once-over.
6901
6902 2007-03-15  Edward Hervey  <edward@fluendo.com>
6903
6904         * sys/Makefile.am:
6905         Don't forget to distribute the sys/osxaudio/ directory.
6906
6907 2007-03-15  Edward Hervey  <edward@fluendo.com>
6908
6909         * configure.ac:
6910         * sys/Makefile.am:
6911         * sys/osxaudio/Makefile.am:
6912         * sys/osxaudio/gstosxaudio.c:
6913         * sys/osxaudio/gstosxaudiosink.c:
6914         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
6915         (gst_osx_audio_sink_getcaps),
6916         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
6917         * sys/osxaudio/gstosxaudiosrc.c:
6918         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
6919         (gst_osx_audio_src_create_ringbuffer):
6920         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
6921         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
6922         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
6923         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
6924         * sys/osxaudio/gstosxringbuffer.h:
6925         Activate osxaudio in gst-plugins-good with proper build setup.
6926         Add inlined documentation.
6927         Fix debug statements
6928         Fix ringbuffer when pausing.
6929         Fixes #323471
6930
6931 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
6932         * gst/rtp/gstrtppcmapay.c:
6933         * gst/rtp/gstrtppcmapay.h:
6934         * gst/rtp/gstrtppcmupay.c:
6935         * gst/rtp/gstrtppcmupay.h:
6936         Ported mulaw and alaw payloaders to use new base class
6937
6938 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
6939
6940         * po/af.po:
6941         * po/az.po:
6942         * po/cs.po:
6943         * po/en_GB.po:
6944         * po/it.po:
6945         * po/nl.po:
6946         * po/or.po:
6947         * po/sq.po:
6948         * po/sr.po:
6949         * po/sv.po:
6950         * po/uk.po:
6951         * po/vi.po:
6952           Update translations.
6953
6954 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6955
6956         * configure.ac:
6957           Fix string replace error (AG_AG_GST_* => AG_GST_*).
6958
6959 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
6960
6961         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
6962           Fix handling of -1 values for start and stop values when seeking,
6963           and SEEK_CUR+SEEK_END here as well.
6964
6965 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
6966
6967         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
6968           Fix handling of -1 values for start and stop values when seeking, 
6969           and SEEK_CUR+SEEK_END.
6970
6971 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
6972
6973         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
6974           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
6975           the image format a variable-length NUL-terminated string; in
6976           versions before that the image format is a fixed-length string of
6977           3 characters (see #348644 for a sample tag).
6978           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
6979
6980 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
6981
6982         * win32/MANIFEST:
6983         Add new project files to MANIFEST.
6984         * win32/vs6/libgstaudiofx.dsp:
6985         * win32/vs6/libgstrtp.dsp:
6986         * win32/vs6/libgstrtsp.dsp:
6987         Update project files.
6988         
6989 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
6990
6991         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
6992         (gst_avi_demux_parse_index):
6993         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6994         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6995           Printf format fixes; also add some missing quotes in translated
6996           strings. Fixes #416728 and #416727.
6997
6998 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
6999
7000         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
7001           Tim and I can't think of any reason the child audio sink needs to 
7002           be set back to NULL after successfully determining that it can 
7003           reach READY - it gets immediately set back to READY by the caller
7004           anyway, causing an unnecessary close/open of any audio devices
7005           involved.
7006
7007 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7008
7009         * po/LINGUAS:
7010         * po/ja.po:
7011           Add ja.po file from #377306.
7012
7013 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7014
7015         * sys/sunaudio/gstsunaudio.c: (plugin_init):
7016         * sys/sunaudio/gstsunaudiomixertrack.c:
7017         (gst_sunaudiomixer_track_new):
7018           Actually translate sunaudio mixer track labels instead of just
7019           marking the strings as translatable (#377306); clean up weird
7020           label string mapping code that serves no apparent purpose. Also
7021           set the 'untranslated-label' property when creating mixer tracks
7022           if the GstMixerTrack base class supports this.
7023
7024         * tests/check/Makefile.am:
7025         * tests/check/elements/.cvsignore:
7026         * tests/check/elements/sunaudio.c: (GST_START_TEST),
7027         (sunaudio_suite):
7028           Very minimalistic unit test for sunaudiomixer element (compiles, but not
7029           actually tested on a system where sunaudiomixer is available).
7030
7031 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
7032
7033         * tests/check/Makefile.am:
7034         Re-enable the states test and see if it works on the buildbots.
7035
7036 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
7037
7038         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
7039         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
7040         (gst_dvdec_change_state):
7041         * ext/dv/gstdvdec.h:
7042         Infer pixel-aspect-ratio from the video frame format if it isn't
7043         provided by the container, as happens when playing DV from AVI
7044         or Quicktime containers.
7045
7046         Patch by: Wim Taymans <wim@fluendo.com>
7047         Fixes #380944
7048
7049 2007-03-09  Wim Taymans  <wim@fluendo.com>
7050
7051         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
7052         When activated, remove the udpsrc timeout, we have dataflow and timeouts
7053         will later be handled by the jitterbuffer.
7054
7055 2007-03-09  Wim Taymans  <wim@fluendo.com>
7056
7057         * ext/taglib/gstid3v2mux.cc:
7058         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
7059         Fixes #414496.
7060         
7061         Patch by: Alex Lancaster <alexl at users sourceforge net>
7062
7063 2007-03-09  Wim Taymans  <wim@fluendo.com>
7064
7065         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
7066         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
7067         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
7068         (gst_avi_demux_chain):
7069         Fix stream position reporting after a seek. Fixes #416445.
7070
7071 2007-03-08  Wim Taymans  <wim@fluendo.com>
7072
7073         Patch by: René Stadler <mail at renestadler dot de>
7074
7075         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
7076         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
7077         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
7078         Make avidemux accept optional header chunks in any order.
7079         Fixes #415446.
7080
7081 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
7082
7083         * tests/check/Makefile.am:
7084         Disable the states check until the remaining Valgrind errors
7085         are fixed or suppressed.
7086
7087 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
7088
7089         * tests/check/elements/.cvsignore:
7090           Add audiodynamic check to .cvsignore
7091
7092 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
7093
7094         reviewed by: Stefan Kost  <ensonic@users.sf.net>
7095
7096         * gst/audiofx/Makefile.am:
7097         * gst/audiofx/audiodynamic.c:
7098         (gst_audio_dynamic_characteristics_get_type),
7099         (gst_audio_dynamic_mode_get_type),
7100         (gst_audio_dynamic_set_process_function),
7101         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
7102         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
7103         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
7104         (gst_audio_dynamic_transform_hard_knee_compressor_int),
7105         (gst_audio_dynamic_transform_hard_knee_compressor_float),
7106         (gst_audio_dynamic_transform_soft_knee_compressor_int),
7107         (gst_audio_dynamic_transform_soft_knee_compressor_float),
7108         (gst_audio_dynamic_transform_hard_knee_expander_int),
7109         (gst_audio_dynamic_transform_hard_knee_expander_float),
7110         (gst_audio_dynamic_transform_soft_knee_expander_int),
7111         (gst_audio_dynamic_transform_soft_knee_expander_float),
7112         (gst_audio_dynamic_transform_ip):
7113         * gst/audiofx/audiodynamic.h:
7114         * gst/audiofx/audiofx.c: (plugin_init):
7115         Add new audiodynamic element which can act as a compressor or
7116         expander. Supported are hard-knee and soft-knee operation modes with
7117         user-specified ratio and threshold.
7118         Attack and release parameters are not yet implemented but will follow.
7119         * docs/plugins/Makefile.am:
7120         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7121         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7122         * docs/plugins/gst-plugins-good-plugins.args:
7123         * docs/plugins/inspect/plugin-audiofx.xml:
7124         Integrate audiodynamic into the docs.
7125         * tests/check/Makefile.am:
7126         * tests/check/elements/audiodynamic.c: (setup_dynamic),
7127         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
7128         Add unit test for audiodynamic.
7129
7130 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
7131
7132         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
7133         Free handles that we allocated when exiting via the error paths.
7134
7135 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
7136
7137         * gst/level/gstlevel.c: (gst_level_class_init),
7138         (gst_level_set_caps), (gst_level_start), (gst_level_event),
7139         (gst_level_transform_ip):
7140         * gst/level/gstlevel.h:
7141           Resolve message timestamps against the playback segment.
7142
7143 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
7144
7145         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
7146         (gst_id3demux_sink_activate):
7147           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
7148           caps passed to it (previously one code path assumed it took ownership
7149           while another one assumed it didn't, while in fact it sometimes did and
7150           sometimes didn't ...).
7151
7152         * configure.ac:
7153         * tests/files/Makefile.am:
7154         * tests/files/id3-407349-1.tag:
7155         * tests/files/id3-407349-2.tag:
7156           Add directory where data for unit tests can be stored.
7157
7158         * tests/Makefile.am:
7159         * tests/check/Makefile.am:
7160         * tests/check/elements/.cvsignore:
7161         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
7162         (read_tags_from_file), (run_check_for_file),
7163         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
7164           Add unit test for id3demux, and in particular for bug #407349. Only
7165           testing pull-mode for now; push mode doesn't work yet because the test
7166           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
7167
7168 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
7169
7170         * tests/check/Makefile.am:
7171           Add missing backslash at end of line.
7172
7173 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
7174
7175         Trigger rebuild.
7176
7177 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
7178
7179         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
7180         * gst/id3demux/id3tags.h:
7181         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
7182         (parse_obsolete_tdat_frame):
7183           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
7184           the four-digit number will be interpreted as a year, whereas it is
7185           month and day in DDMM format. Instead, parse TDAT frames and fix up
7186           the date in the GST_TAG_DATE tag later if we also extracted a year.
7187           Fixes #407349.
7188
7189 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
7190
7191         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
7192         (gst_switch_commit_new_kid):
7193         Fix up the dispose logic so it doesn't leak, and fix setting of 
7194         the child state so that we don't set a child to our current state 
7195         just as we are changing it to something else.
7196
7197 2007-03-06  Wim Taymans  <wim@fluendo.com>
7198
7199         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
7200         (gst_goom_chain):
7201         * gst/goom/gstgoom.h:
7202         Document, fix and improve goom adapter behaviour.
7203         Fixes #407006.
7204
7205 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
7206
7207         * ext/esd/esdsink.c: (gst_esdsink_open):
7208         Unref static pad template after using it.
7209
7210 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
7211
7212         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
7213         (gst_switch_commit_new_kid):
7214         Fix up the reference counting of the child elements.
7215
7216 2007-03-05  Wim Taymans  <wim@fluendo.com>
7217
7218         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
7219         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
7220         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
7221         Fix encoding-name case.
7222
7223 2007-03-05  Wim Taymans  <wim@fluendo.com>
7224
7225         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
7226         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
7227         (gst_rtp_speex_depay_process):
7228         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
7229         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
7230         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
7231         (gst_rtp_speex_pay_change_state):
7232         * gst/rtp/gstrtpspeexpay.h:
7233         Fix speex (de)payloader. Fixes #358040.
7234
7235 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
7236
7237         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
7238         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
7239         Install fakesink in NULL by fixing some broken logic. This obviates
7240         the need to manually set _IS_SINK.
7241         Add some comments and remove a little cruft while I'm at it.
7242
7243 2007-03-05  Wim Taymans  <wim@fluendo.com>
7244
7245         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
7246         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
7247
7248 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
7249
7250         * po/POTFILES.in:
7251           Update.
7252
7253 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
7254
7255         * tests/check/Makefile.am:
7256         Gah! Also disable gconfvideosink from the tests, otherwise
7257         it will instantiate autovideosink, and dfbvideosink and
7258         leak on the buildbots.
7259
7260 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
7261
7262         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
7263         (gst_cdio_cdda_src_finalize):
7264         Make sure we always destroy our libcdio handle.
7265
7266 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
7267
7268         * tests/check/Makefile.am:
7269         Disable autovideosink so the buildbots don't barf over memory
7270         leaked in the directfb sink.
7271
7272 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
7273
7274         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
7275         Chain up in dispose
7276
7277 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
7278
7279         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
7280         (gst_multipart_find_pad_by_mime):
7281         Use gst_pad_new_from_static_template instead of
7282         static_pad_template_get+pad_new.
7283
7284 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
7285
7286         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
7287         Catch the case where no clock has been set.
7288
7289 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
7290
7291         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
7292         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
7293         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
7294         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
7295         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
7296         (gst_gconf_audio_src_finalize), (do_toggle_element):
7297         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
7298         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
7299         (do_toggle_element):
7300         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
7301         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
7302         (gst_gconf_video_src_finalize), (do_toggle_element):
7303         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
7304         (gst_switch_sink_reset), (gst_switch_sink_set_child):
7305         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
7306         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
7307         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
7308         (gst_shout2send_init), (gst_shout2send_finalize):
7309         * gst/debug/testplugin.c: (gst_test_class_init),
7310         (gst_test_finalize):
7311         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
7312         (gst_flxdec_dispose):
7313         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
7314         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
7315         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7316         (gst_rtspsrc_finalize):
7317         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
7318         * gst/rtsp/rtspextwms.h:
7319         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
7320         (gst_smpte_finalize):
7321         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
7322         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
7323         (gst_udpsink_finalize):
7324         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
7325         (gst_wavparse_sink_activate):
7326         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
7327         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
7328         (gst_oss_src_finalize):
7329         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
7330         * sys/v4l2/gstv4l2object.h:
7331         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
7332         (gst_v4l2src_finalize):
7333         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
7334
7335         Fix a bunch of leaks shown by the newly-added states test.
7336
7337 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
7338
7339         * ext/dv/gstdvdec.c: (gst_dvdec_init):
7340         Use gst_pad_new_from_static_template instead of 
7341         static_pad_template_get+pad_new.
7342
7343 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
7344
7345         Patch by: Loïc Minier <lool+gnome at via ecp fr>
7346
7347         * ext/libcaca/Makefile.am:
7348         * gst/debug/Makefile.am:
7349           Don't mix tabs and spaces (#414168).
7350
7351 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
7352
7353         * tests/check/generic/.cvsignore:
7354           Ignore files to please buildbot.
7355
7356 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
7357
7358         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
7359         (gst_wavparse_stream_data):
7360           Unbreak my previous commit (swapped nominator & denominator). Tim,
7361           thanks for spotting.
7362
7363 2007-03-02  Wim Taymans  <wim@fluendo.com>
7364
7365         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
7366         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
7367         (gst_cdio_cdda_src_finalize):
7368         Small code cleanups.
7369         Don't use pad_alloc as the base class cannot deal with the error codes.
7370
7371 2007-03-02  Wim Taymans  <wim@fluendo.com>
7372
7373         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7374         (gst_udpsrc_create):
7375         Fix doc.
7376
7377 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
7378
7379         Patch by: René Stadler <mail@renestadler.de>
7380
7381         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
7382         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
7383         (gst_wavparse_stream_data):
7384           Handle rounding better to not drop last sample frame. Fixes #356692
7385
7386 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
7387
7388         * tests/check/Makefile.am:
7389         Disable cacasink from the states check too - it also calls exit(1)
7390         on us when it can't find a terminal to talk to.
7391
7392 2007-03-02  Wim Taymans  <wim@fluendo.com>
7393
7394         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
7395
7396         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7397         (gst_udpsrc_create), (gst_udpsrc_set_property),
7398         (gst_udpsrc_get_property):
7399         * gst/udp/gstudpsrc.h:
7400         Add support to strip proprietary headers. Fixes #350296.
7401
7402 2007-03-02  Wim Taymans  <wim@fluendo.com>
7403
7404         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
7405         Fix compilation.
7406
7407 2007-03-02  Wim Taymans  <wim@fluendo.com>
7408
7409         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
7410
7411         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
7412         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
7413         (gst_rtp_mp2t_depay_set_property),
7414         (gst_rtp_mp2t_depay_get_property):
7415         * gst/rtp/gstrtpmp2tdepay.h:
7416         Add support to strip off proprietary headers. Fixes #350278.
7417
7418 2007-03-02  Wim Taymans  <wim@fluendo.com>
7419
7420         * ext/hal/hal.c:
7421         Fix compilation.
7422
7423 2007-03-02  Wim Taymans  <wim@fluendo.com>
7424
7425         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
7426         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
7427         (gst_sunaudiosrc_open):
7428         * sys/sunaudio/gstsunaudiosrc.h:
7429         Remove device-name from GstSunAudioSrc. Fixes #412597.
7430
7431 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
7432
7433         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
7434         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
7435         Having NULL as UDI previously selected the default sink/src. Change
7436         this back but mention it in the debug output.
7437         * ext/hal/hal.c: (gst_hal_get_alsa_element),
7438         (gst_hal_get_oss_element), (gst_hal_get_string),
7439         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
7440         (gst_hal_get_audio_src):
7441         * ext/hal/hal.h:
7442         Refactor a bit, check all error conditions, greatly improve debugging
7443         and fix some possible memory leaks. Also implement OSS support
7444         and allow specifying an UDI that points to a real device. For this the
7445         child device which supports ALSA (preferred) or OSS is used.
7446         As a side effect this makes it impossible now to get a alsasink in
7447         halaudiosrc and a alsasrc in halaudiosink.
7448
7449 2007-03-01  Wim Taymans  <wim@fluendo.com>
7450
7451         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
7452         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
7453         Errors from the udp sources are not fatal unless all of them are in
7454         error.
7455
7456 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
7457
7458         * tests/check/Makefile.am:
7459         Disable aasink in the states test. I suspect this is the element that
7460         is calling exit(1) when it can't proceed.
7461
7462 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
7463
7464         * tests/check/Makefile.am:
7465         Draw plugins in from the build tree sys/ dir, rather than picking
7466         up the already installed versions.
7467
7468 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7469
7470         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
7471         Error out correctly when getting xcontext fails.
7472
7473 2007-03-01  Wim Taymans  <wim@fluendo.com>
7474
7475         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
7476         Make state change to PAUSED NO_PREROLL because that's what it will be in
7477         the future and rtspsrc relies on it.
7478
7479         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
7480         (gst_rtspsrc_change_state):
7481         Don't error out when we don't get an error from the state change
7482         function.
7483
7484 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
7485
7486         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
7487         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
7488           Check if the device UDI is set before trying to query HAL
7489           about it and give a useful error message if it wasn't set.
7490         * ext/hal/hal.c: (gst_hal_get_string):
7491           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
7492           gives an assertion failure in D-Bus when running with
7493           DBUS_FATAL_WARNINGS=1.
7494
7495 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
7496
7497         * configure.ac:
7498           Convert to new AG_GST style.
7499
7500 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
7501
7502         * tests/check/Makefile.am:
7503         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
7504           add test for states
7505
7506 2007-02-28  Wim Taymans  <wim@fluendo.com>
7507
7508         * tests/check/elements/.cvsignore:
7509         Add new videofilter check to .cvsignore.
7510
7511 2007-02-28  Wim Taymans  <wim@fluendo.com>
7512
7513         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
7514         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
7515         (gst_avi_demux_loop), (gst_avi_demux_chain):
7516         Fix combined flow return. Fixes #412608.
7517
7518 2007-02-28  Wim Taymans  <wim@fluendo.com>
7519
7520         * gst/videofilter/Makefile.am:
7521         Dist header..
7522
7523 2007-02-28  Wim Taymans  <wim@fluendo.com>
7524
7525         * gst/videofilter/gstgamma.h:
7526         Add header too.
7527
7528 2007-02-28  Wim Taymans  <wim@fluendo.com>
7529
7530         Patch by: Mark Nauwelaerts <manauw at skynet be>
7531
7532         * gst/videofilter/Makefile.am:
7533         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
7534         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
7535         (gst_gamma_get_property), (gst_gamma_calculate_tables),
7536         (oil_tablelookup_u8), (gst_gamma_set_caps),
7537         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
7538         Port gamma filter to 0.10. Fixes #412704.
7539
7540         * tests/check/Makefile.am:
7541         * tests/check/elements/videofilter.c: (setup_filter),
7542         (cleanup_filter), (check_filter), (GST_START_TEST),
7543         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
7544         Add unit tests for videofilters.
7545
7546 2007-02-28  Wim Taymans  <wim@fluendo.com>
7547
7548         * gst/rtsp/URLS:
7549         Add another interesting test url.
7550
7551         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
7552         Don't allow getting header fields from data packets.
7553
7554 2007-02-28  Michael Smith  <msmith@fluendo.com>
7555
7556         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
7557         (gst_shout2send_init), (gst_shout2send_start),
7558         (gst_shout2send_set_property), (gst_shout2send_get_property):
7559         * ext/shout2/gstshout2.h:
7560           Add a property for username.
7561
7562 2007-02-27  Christian Schallerr <christian@fluendo.com>
7563
7564         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
7565
7566 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
7567
7568         * gst/rtsp/Makefile.am:
7569         Fix make check too.
7570
7571 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
7572
7573         * gst/rtsp/base64.c: (util_base64_encode):
7574         * gst/rtsp/base64.h:
7575         Commit missing files for base64 encoding.
7576
7577 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7578
7579         Patch by: Loïc Minier <lool+gnome at via ecp fr>
7580
7581         * configure.ac:
7582         * ext/annodex/Makefile.am:
7583         * ext/jpeg/Makefile.am:
7584         * ext/speex/Makefile.am:
7585         * gst/alpha/Makefile.am:
7586         * gst/cutter/Makefile.am:
7587         * gst/debug/Makefile.am:
7588         * gst/effectv/Makefile.am:
7589         * gst/goom/Makefile.am:
7590         * gst/level/Makefile.am:
7591         * gst/smpte/Makefile.am:
7592         * gst/videofilter/Makefile.am:
7593           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
7594
7595 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
7596
7597         * gst/rtsp/Makefile.am:
7598         * gst/rtsp/rtspconnection.c: (append_auth_header),
7599         (rtsp_connection_send), (rtsp_connection_set_auth):
7600         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
7601         from icecast to replace it. Relicensed from GPL courtesy of Mike
7602         Smith.
7603
7604 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
7605
7606         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
7607         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
7608         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
7609         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
7610         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
7611         (gst_rtspsrc_uri_set_uri):
7612         * gst/rtsp/gstrtspsrc.h:
7613         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7614         (append_auth_header), (rtsp_connection_send),
7615         (rtsp_connection_free), (rtsp_connection_set_auth):
7616         * gst/rtsp/rtspconnection.h:
7617         * gst/rtsp/rtspdefs.h:
7618         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
7619         * gst/rtsp/rtspurl.h:
7620
7621         Implement simple Basic Authentication support so that urls like
7622         rtsp://user:pass@hostname/rtspstream work on hosts that require
7623         authentication.
7624
7625 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
7626
7627         * sys/v4l2/gstv4l2object.c:
7628         * sys/v4l2/gstv4l2tuner.c:
7629         * sys/v4l2/v4l2_calls.c:
7630         Fix segfault when oppening a radio device.
7631         
7632 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
7633
7634         * gst/level/gstlevel.c: (gst_level_set_caps),
7635         (gst_level_transform_ip):
7636         * sys/v4l2/README:
7637         * tests/check/elements/level.c: (GST_START_TEST):
7638           Fix level for multi-channel case.
7639
7640 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
7641
7642         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
7643         (gst_level_transform_ip):
7644         * gst/level/gstlevel.h:
7645           Use function pointer for process function and add process functions
7646           for float audio.
7647
7648 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
7649
7650         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
7651         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
7652         (gst_v4l2src_capture_init):
7653           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
7654           fixes #407369
7655
7656 2007-02-18  Wim Taymans  <wim@fluendo.com>
7657
7658         * gst/rtp/Makefile.am:
7659         * gst/rtp/gstrtp.c: (plugin_init):
7660         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
7661         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
7662         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
7663         (gst_rtp_mp2t_pay_plugin_init):
7664         * gst/rtp/gstrtpmp2tpay.h:
7665         Added simple mpeg transport stream payloader.
7666
7667 2007-02-16  Wim Taymans  <wim@fluendo.com>
7668
7669         * gst/rtsp/URLS:
7670         Add example H264 rtsp url.
7671
7672         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
7673         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7674         Don't convert values to lowercase or we might mess up base64 encoded
7675         properties.
7676
7677 2007-02-16  Wim Taymans  <wim@fluendo.com>
7678
7679         * gst/rtp/README:
7680         Fix case of string params.
7681
7682         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
7683         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
7684         Fix depayloader, support more packet types.
7685         Add sync codes to make sure the packetizer can do its job.
7686
7687         * gst/rtp/gstrtpmp4gdepay.c:
7688         * gst/rtp/gstrtpmp4gpay.c:
7689         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
7690         Fix caps case again.
7691
7692 2007-02-15  Wim Taymans  <wim@fluendo.com>
7693
7694         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
7695         Set right caps on output buffers.
7696
7697 2007-02-14  Wim Taymans  <wim@fluendo.com>
7698
7699         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
7700         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
7701         Clear stack allocated SDPMedia struct before calling _init() on it.
7702         Clarify this in the docs as well.
7703
7704 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
7705
7706         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
7707         (do_change_child):
7708         Don't reset the profile when going switching states, as it makes
7709         the element non-reusable.
7710
7711 2007-02-14  Wim Taymans  <wim@fluendo.com>
7712
7713         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
7714         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
7715         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
7716         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
7717         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
7718         (sdp_parse_line):
7719         * gst/rtsp/sdpmessage.h:
7720         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
7721         Fix memory management of SDP messages. Fixes #407793.
7722
7723 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
7724
7725         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
7726
7727         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
7728         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
7729
7730 2007-02-14  Wim Taymans  <wim@fluendo.com>
7731
7732         Patch by: jp.liu <jp_liu at astrocom dot cn>
7733
7734         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7735         Fix parsing of password field in url. Fixes #407797.
7736
7737 2007-02-14  Wim Taymans  <wim@fluendo.com>
7738
7739         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
7740         (gst_wavparse_reset), (gst_wavparse_init),
7741         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
7742         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
7743         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
7744         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
7745         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
7746         (gst_wavparse_loop), (gst_wavparse_chain),
7747         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
7748         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
7749         (plugin_init):
7750         * gst/wavparse/gstwavparse.h:
7751         Update docs.
7752         Use boilerplate.
7753         Various code cleanups.
7754         When the bitrate is not known (bps == 0 or compressed formats) let
7755         downstream element guestimate the duration and position and don't
7756         generate timestamps or durations. Fixes #405213.
7757         Fix EOS and ERROR conditions in chain mode, we just need to forward the
7758         error flowreturn upstream.
7759
7760 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
7761
7762         * ext/gconf/Makefile.am:
7763         * ext/gconf/gconf.c: (gst_gconf_get_string),
7764         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
7765         (gst_gconf_render_bin_with_default):
7766         * ext/gconf/gconf.h:
7767         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
7768         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
7769         (gst_gconf_audio_sink_dispose), (do_change_child),
7770         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
7771         (cb_change_child), (gst_gconf_audio_sink_change_state):
7772         * ext/gconf/gstgconfaudiosink.h:
7773         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
7774         (gst_switch_sink_class_init), (gst_switch_sink_reset),
7775         (gst_switch_sink_init), (gst_switch_sink_dispose),
7776         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
7777         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
7778         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
7779         * ext/gconf/gstswitchsink.h:
7780         * gst/autodetect/gstautoaudiosink.c:
7781         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
7782         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
7783         (gst_auto_audio_sink_detect):
7784         * gst/autodetect/gstautovideosink.c:
7785         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
7786         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
7787         (gst_auto_video_sink_detect):
7788         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
7789         and a child that implements the GConf key monitoring. The end goal of
7790         this is an audio sink that can be changed on the fly, but at the 
7791         moment it still only changes on the next READY transition.
7792
7793 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
7794
7795         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
7796         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
7797         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
7798         (gst_avi_demux_calculate_durations_from_index),
7799         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
7800         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
7801         (gst_avi_demux_loop):
7802           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
7803
7804 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
7805
7806         * configure.ac:
7807         * docs/plugins/Makefile.am:
7808           Add crossreferences to glib/gobject/gstream docs.
7809
7810 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
7811
7812         * gst/monoscope/Makefile.am:
7813         * gst/monoscope/gstmonoscope.c:
7814           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
7815           (but no LIBS, since we only use defines from the headers).
7816
7817 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
7818
7819         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
7820
7821         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
7822         (gst_wavparse_stream_data):
7823           Fix massive memory leak when operating in streaming mode due to
7824           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
7825           Fixes #407057.
7826
7827 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
7828
7829         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
7830         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
7831         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
7832         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
7833         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
7834         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
7835         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
7836         (gst_avi_demux_calculate_durations_from_index),
7837         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
7838         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
7839         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
7840         * gst/avi/gstavidemux.h:
7841           Save some memory (8%) by repacking the index entry structure (more to
7842           come). Add more FIXMEs to questionable parts.
7843
7844 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
7845
7846         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
7847         (gst_v4l2src_get_caps):
7848         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
7849         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
7850         (gst_v4l2src_capture_init):
7851           More FIXME comments and messaging changes.
7852
7853 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
7854
7855         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
7856         (gst_goom_change_state):
7857         * gst/goom/gstgoom.h:
7858           Improved docs and use GST_DEBUG_FUNCPTR.
7859
7860         * gst/level/gstlevel.c: (gst_level_class_init):
7861           Use GST_DEBUG_FUNCPTR.
7862
7863         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
7864         (gst_monoscope_chain), (gst_monoscope_change_state):
7865           Improved docs source cleanups.
7866
7867 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
7868
7869         * gst/debug/Makefile.am:
7870         * gst/debug/gstdebug.c: (plugin_init):
7871         * gst/debug/gstpushfilesrc.c:
7872         * gst/debug/gstpushfilesrc.h:
7873           Add code for a pushfilesrc element that implements a pushfile:// URI
7874           handler, to make debugging push-mode operation of demuxer/decoders
7875           that support both easier in connection with seek/playbin/etc.
7876           The element isn't registered at the moment.
7877
7878 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
7879
7880         * gst/avi/gstavimux.c:
7881           Comment a #if 0 in caps template definition as VS6 seems to 
7882         do not support it.
7883         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
7884           Use gst_guint64_to_gdouble for conversion.
7885         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
7886           Move variables declaration before the first instruction.
7887         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
7888           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
7889           And don't include netdb.h for G_OS_WIN32
7890         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
7891           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
7892           by VS6 then use an other way to initialize SDPMedia structure.
7893         * gst/udp/gstdynudpsink.h:
7894         * gst/udp/gstdynudpnetutils.h:
7895           Do not include <sys/time.h> for G_OS_WIN32
7896         * gst/udp/gstudpsrc.c:
7897           Define socklen_t as int for G_OS_WIN32
7898         * win/common/config.h.in:
7899           Undef HAVE_NETINET_IN_H
7900         * win32/vs6/gst_plugins_good.dsw:
7901         * win32/vs6/libgstrtp.dsp:
7902         * win32/vs6/libgstrtsp.dsp:
7903         * win32/vs6/libgstautogen.dsp:
7904         * win32/vs6/libgstaudiofx.dsp:
7905         * win32/vs6/libgstudp.dsp:
7906           Add and update project files.
7907         * win32/common/gstudp-enumtypes.c:
7908         * win32/common/gstudp-enumtypes.h:
7909           Add a copy of udp enumtypes to win32/common as in core 
7910           and base.
7911         
7912 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
7913
7914         * configure.ac:
7915           Activate monoscope when building with --enable-experimental. Fix
7916           --enable-external configure switch description.
7917
7918         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
7919         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
7920           Help gst-indent.
7921
7922 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
7923
7924         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
7925           Explicitly cast result of pointer arithmetic to integer in order to
7926           avoid compiler warnings on some 64-bit systems. Should fix #406018.
7927
7928 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
7929
7930         * gst/debug/progressreport.c:
7931           Some more docs.
7932
7933 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7934
7935         * docs/plugins/inspect/plugin-rtp.xml:
7936           Update for new elements.
7937
7938         * gst/debug/progressreport.h:
7939           Commit newly-created header file as well.
7940
7941 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7942
7943         * docs/plugins/Makefile.am:
7944         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7945         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7946         * docs/plugins/gst-plugins-good-plugins.hierarchy:
7947         * gst/debug/Makefile.am:
7948         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
7949         (gst_progress_report_do_query), (gst_progress_report_report):
7950           Make progressreport element post messages with the current progress
7951           on the bus. Also add some basic docs for it.
7952
7953 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
7954
7955         * ext/hal/hal.c: (gst_hal_get_string):
7956         * ext/hal/hal.h:
7957           Some small cleanups; deal with errors when parsing the HAL ALSA
7958           capabilities a bit better.
7959
7960 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
7961
7962         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
7963           Let's try this again and use the right cast this time.
7964
7965 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
7966
7967         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
7968           Add cast to avoid compiler warnings with older GLib versions
7969           where the nick/name members in GEnumValue are not declared as
7970           constant strings.
7971
7972 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
7973
7974         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
7975         (gst_gconf_render_bin_from_key),
7976         (gst_gconf_get_default_audio_sink):
7977         * ext/gconf/gconf.h:
7978         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
7979         (do_toggle_element), (gst_gconf_audio_sink_set_property),
7980         (gst_gconf_audio_sink_get_property):
7981           In gconfaudiosink, get the right key as the old key in do_toggle
7982           (ie. one dependent on the profile selected). Log some more stuff so
7983           we can see what's actually going on.
7984
7985 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
7986
7987         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
7988         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
7989         (gst_audio_amplify_set_process_function),
7990         (gst_audio_amplify_setup):
7991         * gst/audiofx/audioamplify.h:
7992         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
7993         (gst_audio_invert_class_init), (gst_audio_invert_setup):
7994         * gst/audiofx/audioinvert.h:
7995         Some small cleanups and port both elements to the new GstAudioFilter
7996         base class to save a few lines of common code.
7997         * gst/audiofx/Makefile.am:
7998         Link against libgstaudio for the above changes
7999
8000 2007-01-29  Wim Taymans  <wim@fluendo.com>
8001
8002         * tests/check/elements/.cvsignore:
8003         Some more ignores.
8004
8005 2007-01-26  Wim Taymans  <wim@fluendo.com>
8006
8007         Patch by: charles <charlesg3 at gmail dot com>
8008
8009         * ext/shout2/gstshout2.c: (gst_shout2send_init),
8010         (set_shout_metadata), (gst_shout2send_event):
8011         * ext/shout2/gstshout2.h:
8012         Properly handle tags in shout2send. Fixes #399825.
8013
8014 2007-01-25  Wim Taymans  <wim@fluendo.com>
8015
8016         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8017         (gst_rtspsrc_activate_streams):
8018         Convert SDP fields to upper/lowercase following the rules in the SDP to
8019         caps document. 
8020
8021 2007-01-25  Wim Taymans  <wim@fluendo.com>
8022
8023         * gst/rtp/README:
8024         * gst/rtp/gstrtpilbcdepay.c:
8025         * gst/rtp/gstrtpilbcpay.c:
8026         * gst/rtp/gstrtpmp4gdepay.c:
8027         * gst/rtp/gstrtpmp4gpay.c:
8028         * gst/rtp/gstrtpspeexdepay.c:
8029         * gst/rtp/gstrtpspeexpay.c:
8030         * gst/rtp/gstrtpsv3vdepay.c:
8031         * gst/rtp/gstrtptheoradepay.c:
8032         * gst/rtp/gstrtptheorapay.c:
8033         * gst/rtp/gstrtpvorbisdepay.c:
8034         * gst/rtp/gstrtpvorbispay.c:
8035         Fix case of encoding-name and key/value pairs to match the document.
8036         This is to make interoperation with SDP case-insensitive as required by
8037         the relevant RFCs.
8038
8039 2007-01-25  Wim Taymans  <wim@fluendo.com>
8040
8041         * configure.ac:
8042         Bump required -core/-base to CVS
8043
8044 2007-01-25  Wim Taymans  <wim@fluendo.com>
8045
8046         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
8047         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
8048         * gst/rtp/gstrtpL16pay.h:
8049         Fill up to MTU using adapter.
8050         Timestamp rtp packets.
8051
8052 2007-01-25  Edward Hervey  <edward@fluendo.com>
8053
8054         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
8055         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
8056         Use G_GSIZE_FORMAT in print statements for portability.
8057         Fixes build on macosx.
8058
8059 2007-01-24  Wim Taymans  <wim@fluendo.com>
8060
8061         * gst/rtp/Makefile.am:
8062         * gst/rtp/gstrtp.c: (plugin_init):
8063         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
8064         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
8065         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
8066         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
8067         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
8068         (gst_rtp_L16_depay_plugin_init):
8069         * gst/rtp/gstrtpL16depay.h:
8070         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
8071         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
8072         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
8073         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
8074         (gst_rtp_L16_pay_plugin_init):
8075         * gst/rtp/gstrtpL16pay.h:
8076         Port and enable raw audio payloader/depayloader. Needs a bit more work
8077         on the payloader side.
8078
8079 2007-01-24  Wim Taymans  <wim@fluendo.com>
8080
8081         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
8082         (gst_rtspsrc_stream_configure_transport),
8083         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
8084         * gst/rtsp/gstrtspsrc.h:
8085         Only unblock the udp pads when we linked and activated them all.
8086         Fixes #395688.
8087
8088 2007-01-24  Wim Taymans  <wim@fluendo.com>
8089
8090         * gst/rtp/Makefile.am:
8091         * gst/rtp/gstrtp.c: (plugin_init):
8092         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
8093         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
8094         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
8095         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
8096         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
8097         * gst/rtp/gstrtpac3depay.h:
8098         Added simple AC3 depayloader (RFC 4184).
8099
8100         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
8101         Fix a leak.
8102
8103 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
8104
8105         reviewed by: Stefan Kost  <ensonic@users.sf.net>
8106
8107         * gst/audiofx/Makefile.am:
8108         * gst/audiofx/audioamplify.c:
8109         (gst_audio_amplify_clipping_method_get_type),
8110         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
8111         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
8112         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
8113         (gst_audio_amplify_set_caps),
8114         (gst_audio_amplify_transform_int_clip),
8115         (gst_audio_amplify_transform_int_wrap_negative),
8116         (gst_audio_amplify_transform_int_wrap_positive),
8117         (gst_audio_amplify_transform_float_clip),
8118         (gst_audio_amplify_transform_float_wrap_negative),
8119         (gst_audio_amplify_transform_float_wrap_positive),
8120         (gst_audio_amplify_transform_ip):
8121         * gst/audiofx/audioamplify.h:
8122         * gst/audiofx/audiofx.c: (plugin_init):
8123         Add new element "audioamplify". This allows scaling of raw audio
8124         samples, similar to the "volume" element, but provides different modes
8125         for clipping and allows unlimited amplification. It's mainly targeted
8126         for creative sound design and not as a replacement of the "volume"
8127         element. Fixes #397162
8128         * docs/plugins/Makefile.am:
8129         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8130         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8131         * docs/plugins/gst-plugins-good-plugins.args:
8132         * docs/plugins/inspect/plugin-audiofx.xml:
8133         Add docs for audioamplify and integrate them into the build system
8134         * tests/check/Makefile.am:
8135         * tests/check/elements/audioamplify.c: (setup_amplify),
8136         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
8137         Add fairly extensive unit test suite for audioamplify
8138
8139 2007-01-24  Wim Taymans  <wim@fluendo.com>
8140
8141         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
8142         Unblock pads after adding the pads to the element so that autopluggers
8143         get a change to link something. Possibly fixes #395688.
8144
8145 2007-01-24  Wim Taymans  <wim@fluendo.com>
8146
8147         * gst/rtp/gstrtpamrdepay.c:
8148         * gst/rtp/gstrtpgsmdepay.c:
8149         * gst/rtp/gstrtph263pdepay.c:
8150         * gst/rtp/gstrtph263ppay.c:
8151         * gst/rtp/gstrtph264depay.c:
8152         * gst/rtp/gstrtpilbcdepay.c:
8153         * gst/rtp/gstrtpmp2tdepay.c:
8154         * gst/rtp/gstrtpmp4gdepay.c:
8155         * gst/rtp/gstrtpmp4gpay.c:
8156         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
8157         * gst/rtp/gstrtpmp4vpay.c:
8158         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
8159         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
8160         (gst_rtp_mpa_depay_process):
8161         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
8162         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
8163         * gst/rtp/gstrtppcmadepay.c:
8164         * gst/rtp/gstrtppcmudepay.c:
8165         * gst/rtp/gstrtpspeexdepay.c:
8166         * gst/rtp/gstrtpspeexpay.c:
8167         * gst/rtp/gstrtpsv3vdepay.c:
8168         * gst/rtp/gstrtptheoradepay.c:
8169         * gst/rtp/gstrtptheorapay.c:
8170         * gst/rtp/gstrtpvorbisdepay.c:
8171         * gst/rtp/gstrtpvorbispay.c:
8172         Fix caps with payload numbers.
8173         Add some fixed payload numbers to caps when possible.
8174
8175 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
8176
8177         reviewed by: Stefan Kost  <ensonic@users.sf.net>
8178
8179         * gst/audiofx/Makefile.am:
8180         * gst/audiofx/audiofx.c: (plugin_init):
8181         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
8182         (gst_audio_invert_class_init), (gst_audio_invert_init),
8183         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
8184         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
8185         (gst_audio_invert_transform_float),
8186         (gst_audio_invert_transform_ip):
8187         * gst/audiofx/audioinvert.h:
8188         Add new audiofx element "audioinvert". This element swaps the upper
8189         and lower half of samples and can be used for example for a
8190         wide-stereo effect. Fixes #396057
8191         * docs/plugins/Makefile.am:
8192         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8193         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8194         * docs/plugins/gst-plugins-good-plugins.args:
8195         * docs/plugins/inspect/plugin-audiofx.xml:
8196         Add docs for the audioinvert element and add them to the build system.
8197         * tests/check/Makefile.am:
8198         * tests/check/elements/audioinvert.c: (setup_invert),
8199         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
8200         Add unit test suite for the audioinvert element.
8201
8202 2007-01-23  Wim Taymans  <wim@fluendo.com>
8203
8204         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
8205         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
8206         Parse config params as string and int.
8207         Parse and use AU header length
8208
8209 2007-01-23  Wim Taymans  <wim@fluendo.com>
8210
8211         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
8212         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
8213         * gst/smpte/gstmask.c: (_gst_mask_register):
8214         * gst/smpte/gstmask.h:
8215         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
8216         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
8217         (gst_smpte_paint_triangle_clock):
8218         constify some static structs.
8219         Don't update the mask if nothing changed to the params.
8220         Make sure we never draw outside of the picture. Fixes #398325.
8221
8222 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
8223
8224         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
8225           Error out properly when pull_range fails while we're reading the
8226           headers, instead of just pausing the task silently. Fixes #399338.
8227
8228 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
8229
8230         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
8231           Some more sanity checks to make sure the input formats match and the
8232           input pads are actually negotiated, in case someone tries to feed
8233           buffers from fakesrc or filesrc. Fixes #398299.
8234           Also const-ify an array, just because we can.
8235
8236 2007-01-19  Edward Hervey  <edward@fluendo.com>
8237
8238         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
8239         Ignore previous commit, that was only valid for widths and heights
8240         that are multiples of 4.
8241         Copy over size/stride macros from jpegdec. This allows the element
8242         to work with any width,height...
8243         ... but puts in evidence that the actual transformations only work
8244         with width/height that are multiples of 4.
8245
8246 2007-01-19  Edward Hervey  <edward@fluendo.com>
8247
8248         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
8249         Allocate buffers of the right size.
8250         The proper size of a I420 buffer in bytes is:
8251         
8252             width * height * 3
8253             ------------------
8254                     2
8255
8256 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
8257
8258         * gst/smpte/gstsmpte.c: (gst_smpte_init):
8259           Proxy getcaps on sink pads too, so that we either end up with the
8260           same dimensions on all pads or error out if that's not possible
8261           (seems to work even!). Fixes #398086, I think.
8262
8263 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
8264
8265         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8266         * docs/plugins/gst-plugins-good-plugins.args:
8267         * docs/plugins/gst-plugins-good-plugins.hierarchy:
8268           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
8269           fix integer properties with -1 as minimum value.
8270
8271         * docs/plugins/inspect/plugin-1394.xml:
8272         * docs/plugins/inspect/plugin-aasink.xml:
8273         * docs/plugins/inspect/plugin-alaw.xml:
8274         * docs/plugins/inspect/plugin-alpha.xml:
8275         * docs/plugins/inspect/plugin-alphacolor.xml:
8276         * docs/plugins/inspect/plugin-annodex.xml:
8277         * docs/plugins/inspect/plugin-apetag.xml:
8278         * docs/plugins/inspect/plugin-audiofx.xml:
8279         * docs/plugins/inspect/plugin-auparse.xml:
8280         * docs/plugins/inspect/plugin-autodetect.xml:
8281         * docs/plugins/inspect/plugin-avi.xml:
8282         * docs/plugins/inspect/plugin-cacasink.xml:
8283         * docs/plugins/inspect/plugin-cairo.xml:
8284         * docs/plugins/inspect/plugin-cdio.xml:
8285         * docs/plugins/inspect/plugin-cutter.xml:
8286         * docs/plugins/inspect/plugin-debug.xml:
8287         * docs/plugins/inspect/plugin-dv.xml:
8288         * docs/plugins/inspect/plugin-efence.xml:
8289         * docs/plugins/inspect/plugin-effectv.xml:
8290         * docs/plugins/inspect/plugin-esdsink.xml:
8291         * docs/plugins/inspect/plugin-flac.xml:
8292         * docs/plugins/inspect/plugin-flxdec.xml:
8293         * docs/plugins/inspect/plugin-gconfelements.xml:
8294         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8295         * docs/plugins/inspect/plugin-goom.xml:
8296         * docs/plugins/inspect/plugin-halelements.xml:
8297         * docs/plugins/inspect/plugin-icydemux.xml:
8298         * docs/plugins/inspect/plugin-id3demux.xml:
8299         * docs/plugins/inspect/plugin-jpeg.xml:
8300         * docs/plugins/inspect/plugin-level.xml:
8301         * docs/plugins/inspect/plugin-matroska.xml:
8302         * docs/plugins/inspect/plugin-mulaw.xml:
8303         * docs/plugins/inspect/plugin-multipart.xml:
8304         * docs/plugins/inspect/plugin-navigationtest.xml:
8305         * docs/plugins/inspect/plugin-ossaudio.xml:
8306         * docs/plugins/inspect/plugin-png.xml:
8307         * docs/plugins/inspect/plugin-rtp.xml:
8308         * docs/plugins/inspect/plugin-rtsp.xml:
8309         * docs/plugins/inspect/plugin-shout2send.xml:
8310         * docs/plugins/inspect/plugin-smpte.xml:
8311         * docs/plugins/inspect/plugin-speex.xml:
8312         * docs/plugins/inspect/plugin-taglib.xml:
8313         * docs/plugins/inspect/plugin-udp.xml:
8314         * docs/plugins/inspect/plugin-videobalance.xml:
8315         * docs/plugins/inspect/plugin-videobox.xml:
8316         * docs/plugins/inspect/plugin-videoflip.xml:
8317         * docs/plugins/inspect/plugin-videomixer.xml:
8318         * docs/plugins/inspect/plugin-wavenc.xml:
8319         * docs/plugins/inspect/plugin-wavparse.xml:
8320         * docs/plugins/inspect/plugin-ximagesrc.xml:
8321           Update to CVS.
8322
8323 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
8324
8325         Patch by: Sebastian Dröge <slomo circular-chaos org>
8326
8327         * gst/audiofx/audiopanorama.c:
8328           Fix doc section name (Fixes #397946)
8329
8330 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
8331
8332         * sys/v4l2/gstv4l2object.c:
8333         (gst_v4l2_object_install_properties_helper),
8334         (gst_v4l2_object_set_property_helper),
8335         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
8336         * sys/v4l2/gstv4l2object.h:
8337         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
8338         (gst_v4l2src_init), (gst_v4l2src_set_property),
8339         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
8340         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
8341         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
8342         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
8343         (gst_v4l2src_capture_deinit):
8344           Fix EIO handing when capturing. Add new property to specify the number of
8345           buffers to enque (and remove the borked num-buffers usage).
8346
8347 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
8348
8349         Patch by: Sebastian Dröge <slomo circular-chaos org>
8350
8351         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
8352         (gst_audio_panorama_set_process_function):
8353           Use a function array for process methods, add more docs and define the
8354           startindex of enums.
8355
8356 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
8357
8358         Patch by: Mark Nauwelaerts <manauw at skynet be>
8359
8360         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
8361         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
8362         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
8363         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
8364         (gst_avi_mux_riff_get_avi_header),
8365         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
8366         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
8367         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
8368         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
8369         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
8370         (gst_avi_mux_change_state):
8371         * gst/avi/gstavimux.h:
8372         * tests/check/elements/avimux.c: (teardown_src_pad):
8373           Add support for more than one audio stream; write better AVIX
8374           header; refactor code a bit; don't announce vorbis caps on our audio
8375           sink pads since we don't support it anyway. Closes #379298.
8376
8377 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
8378
8379         Patch by: Sebastian Dröge <slomo circular-chaos org>
8380
8381         * gst/audiofx/audiopanorama.c:
8382         (gst_audio_panorama_method_get_type),
8383         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8384         (gst_audio_panorama_set_process_function),
8385         (gst_audio_panorama_set_property),
8386         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
8387         (gst_audio_panorama_transform_m2s_int_simple),
8388         (gst_audio_panorama_transform_s2s_int_simple),
8389         (gst_audio_panorama_transform_m2s_float_simple),
8390         (gst_audio_panorama_transform_s2s_float_simple):
8391         * gst/audiofx/audiopanorama.h:
8392           Add 'method' property and provide a simple (non-psychoacustic)
8393           processing method (#394859).
8394
8395         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
8396         (panorama_suite):
8397           Tests for new method.
8398
8399 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
8400
8401         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
8402         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
8403           Set correct caps on outgoing pulled buffers, or things blow up
8404           after recent core changes.
8405
8406 2007-01-11  Wim Taymans  <wim@fluendo.com>
8407
8408         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
8409
8410         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
8411         (gst_multipart_mux_request_new_pad),
8412         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
8413         (gst_multipart_mux_change_state):
8414         Return FLOW errors ASAP. Fixes #394977.
8415         Misc cleanups.
8416
8417 2007-01-11  Wim Taymans  <wim@fluendo.com>
8418
8419         Patch by: Lutz Mueller <lutz at topfrose dot de>
8420
8421         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
8422         Check for stream pad before activating. 
8423
8424 2007-01-10  Wim Taymans  <wim@fluendo.com>
8425
8426         Patch by: Peter Kjellerstedt  <pkj at axis com>
8427
8428         * gst/rtsp/COPYING.MIT:
8429         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8430         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
8431         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
8432         (gst_rtspsrc_stream_configure_transport),
8433         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
8434         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
8435         (gst_rtspsrc_parse_methods),
8436         (gst_rtspsrc_create_transports_string),
8437         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
8438         (gst_rtspsrc_open), (gst_rtspsrc_close):
8439         * gst/rtsp/gstrtspsrc.h:
8440         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8441         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
8442         (parse_request_line), (parse_line), (rtsp_connection_read),
8443         (rtsp_connection_close):
8444         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
8445         (rtsp_method_as_text), (rtsp_header_as_text),
8446         (rtsp_status_as_text), (rtsp_find_header_field),
8447         (rtsp_find_method):
8448         * gst/rtsp/rtspdefs.h:
8449         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
8450         (rtsp_ext_wms_configure_stream):
8451         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
8452         (rtsp_message_new_request), (rtsp_message_init_request),
8453         (rtsp_message_new_response), (rtsp_message_init_response),
8454         (rtsp_message_init_data), (rtsp_message_unset),
8455         (rtsp_message_free), (rtsp_message_add_header),
8456         (rtsp_message_get_header), (rtsp_message_set_body),
8457         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
8458         * gst/rtsp/rtspmessage.h:
8459         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
8460         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
8461         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
8462         (sdp_message_dump):
8463         Allow url to be NULL to be able to use it for server connections.
8464         Can now send responses as well as requests.
8465         No longer hangs in an endless loop if EOF is received.
8466         Can now convert a status code to a text string.
8467         Return RTSP_HDR_INVALID for unknown headers.
8468         Return RTSP_INVALID for unknown methods.
8469         Copy CSeq and Session headers from the request.
8470         Only free memory corresponding to the currently set message type.
8471         Added const to function arguments as appropriate.
8472         Avoid a compiler warning when initializing nmedia.
8473         Use guint rather than gint to avoid compiler warnings.
8474         Fix crasher in wms extension.
8475         Factor out stream setup from open_connection.
8476         Delay activation of streams when actual data is received from the
8477         server, this prepares us to do proper protocol switching.
8478         Added new license.
8479         Fixes #380895.
8480
8481
8482 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8483
8484         Patch by: Sebastian Dröge <slomo ubuntu com>
8485
8486         * docs/plugins/Makefile.am:
8487         * gst/audiofx/audiopanorama.c:
8488           Some small docs fixes (#394851).
8489
8490 2007-01-09  Wim Taymans  <wim@fluendo.com>
8491
8492         * gst/avi/gstavidemux.c:
8493         Fix docs.
8494
8495 2007-01-09  Wim Taymans  <wim@fluendo.com>
8496
8497         * gst/rtp/Makefile.am:
8498         * gst/rtp/gstrtp.c: (plugin_init):
8499         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
8500         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
8501         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
8502         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
8503         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
8504         * gst/rtp/gstrtpmpvdepay.h:
8505           Added RFC 2250 MPEG Video Depayloader.
8506
8507         * gst/rtp/gstrtpL16depay.h:
8508         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
8509         (gst_rtp_h263p_depay_process):
8510         Fix Header file. Small cleanups.
8511
8512         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
8513         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
8514         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
8515         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
8516         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
8517         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
8518         (gst_rtp_mp4v_depay_change_state):
8519         Remove usused code. Remove Adapter from state Change. Added debug.
8520
8521         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
8522         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
8523         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
8524         * gst/rtp/gstrtpmpadepay.h:
8525         Subclass base depayloader.
8526         Added debug.
8527         Support static payload type assignment as well.
8528
8529         * gst/rtp/gstrtpmpapay.c:
8530         Fix caps.
8531
8532 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
8533
8534         Patch by: Vincent Torri  <vtorri at univ-evry fr>
8535
8536         * ext/jpeg/gstjpegdec.c:
8537         * ext/jpeg/gstjpegenc.c:
8538         * ext/jpeg/smokecodec.c:
8539           These libjpeg callbacks should return a 'boolean' (unsigned char
8540           apparently) and not a 'gboolean' (which maps to gint). Fixes
8541           warnings when compiling with MingW (#393427).
8542
8543         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
8544           Use ioctlsocket on win32.
8545
8546         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
8547           Some printf format fixes for win32.
8548
8549 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
8550
8551         * gst/cutter/gstcutter.c: (gst_cutter_chain):
8552           Use gst_guint64_to_gdouble for conversion.
8553         * win32/vs6/libgstmatroska.dsp:
8554           Add zlib to the link.
8555         * win32/vs6/libgstvideobox.dsp:
8556           Update liboil library name (project is linked to 
8557           liboil-0.3-0.lib now).
8558           
8559 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
8560
8561         * gst/matroska/Makefile.am:
8562           If zlib is available and used, we must link it explicitly for
8563           things to work on MingW (fixes #392855).
8564
8565 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
8566
8567         * ext/esd/esdsink.c: (gst_esdsink_delay):
8568           Don't return bogus values when esd_get_delay() fails for some
8569           reason (#392189).
8570
8571 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
8572
8573         * sys/ximage/gstximagesrc.c: (composite_pixel):
8574           Fix presumably copy'n'pasto for 16bpp depth.
8575
8576 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
8577
8578         * gst/matroska/matroska-mux.c:
8579         (gst_matroska_mux_audio_pad_setcaps):
8580           The "signed" field in audio caps is of boolean type, trying to use
8581           gst_structure_get_int() to extract it will fail. Fixing this makes
8582           matroskamux accept raw audio input (#387121) (use at your own risk
8583           though, due to the matroska spec being not entirely useful in this
8584           respect).
8585           Also fix up raw audio structures in template caps so that they
8586           represent what our setcaps function will actually accept, so that
8587           converters know what to convert to.
8588           Finally, don't fail if there isn't an "endianness" field in 8-bit
8589           PCM caps.
8590
8591 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
8592
8593         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
8594         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
8595         * tests/check/elements/cmmldec.c: (setup_cmmldec),
8596         (teardown_cmmldec):
8597         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
8598         (teardown_cmmlenc):
8599         * tests/check/elements/level.c: (setup_level), (cleanup_level):
8600           reapply consistent pad (de)activation
8601
8602 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
8603
8604         * configure.ac:
8605         Back to CVS
8606
8607         * gst-plugins-good.doap:
8608         Add 0.10.5 doap entry
8609
8610 === release 0.10.5 ===
8611
8612 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
8613
8614         * configure.ac:
8615           releasing 0.10.5, "The Path of Thorns"
8616
8617 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
8618
8619         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
8620         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
8621         * tests/check/elements/cmmldec.c: (setup_cmmldec),
8622         (teardown_cmmldec):
8623         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
8624         (teardown_cmmlenc):
8625         * tests/check/elements/level.c: (setup_level), (cleanup_level):
8626           revert my freeze breakage
8627
8628 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
8629
8630         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
8631         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
8632         * tests/check/elements/cmmldec.c: (setup_cmmldec),
8633         (teardown_cmmldec):
8634         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
8635         (teardown_cmmlenc):
8636         * tests/check/elements/level.c: (setup_level), (cleanup_level):
8637           consistent pad (de)activation
8638
8639 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
8640
8641         * configure.ac:
8642         * ext/Makefile.am:
8643         Disable LADPSA, as it has moved to the -bad module for the duration.
8644
8645 2006-12-18  Wim Taymans  <wim@fluendo.com>
8646
8647         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
8648         (gst_signal_processor_event):
8649         Reset flow_state back to _OK after a flush stop so that we exit our
8650         error state after the flush. Fixes #374213
8651
8652 2006-12-16  David Schleef  <ds@schleef.org>
8653
8654         * sys/osxvideo/osxvideosink.h:
8655         * sys/osxvideo/osxvideosink.m:
8656           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
8657
8658 2006-12-16  David Schleef  <ds@schleef.org>
8659
8660         Patch by: Vijay Santhanam <vijay santhanam gmail com>
8661
8662         * sys/osxvideo/Makefile.am:
8663         * sys/osxvideo/osxvideosink.h:
8664         * sys/osxvideo/osxvideosink.m:
8665           Preliminary patch for porting osxvideosink
8666
8667 2006-12-16  Wim Taymans  <wim@fluendo.com>
8668
8669         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8670
8671         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
8672         (gst_videomixer_set_master_geometry),
8673         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
8674         (gst_videomixer_reset), (gst_videomixer_init),
8675         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
8676         (gst_videomixer_release_pad), (gst_videomixer_collected),
8677         (gst_videomixer_change_state):
8678         Introduce some locking around the videomixer state so that it does not
8679         crash when adding/removing pads. Fixes #383043.
8680
8681 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
8682
8683         * configure.ac:
8684           Make sure libcaca can actually be used instead of just checking for
8685           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
8686           cross-compiling (fixes #384587).
8687
8688 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8689
8690         * Makefile.am:
8691         * gst-plugins-good.doap:
8692         * gst-plugins-good.spec.in:
8693           adding doap file
8694
8695 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
8696
8697         * configure.ac:
8698           libflac-1.1.3 changed API again, but we can't build against it yet,
8699           so make sure our check doesn't use libflac-1.1.3 and add a comment
8700           to this effect.
8701
8702 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
8703
8704         * gst/effectv/gstquark.c: (gst_quarktv_transform),
8705         (gst_quarktv_planetable_clear):
8706           Add some NULL pointer checks (possibly related to #385623).
8707
8708 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
8709
8710         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
8711         (gst_tag_demux_chain):
8712         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8713           In streaming mode, if the first buffer we get doesn't have an
8714           offset, fix it up to be 0, otherwise trimming won't work later on
8715           and we'll be typefinding application/x-id3, which may result in
8716           decodebin plugging an endless number of id3demux elements as a
8717           consequence. Fixes #385031.
8718           
8719 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
8720
8721         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
8722           Ignore the buffer_time the sound device reports. Turns out it is 
8723           sometimes completely bogus and we're better off without it.
8724
8725 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
8726
8727         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
8728         (gst_matroska_demux_video_caps):
8729         * gst/matroska/matroska-ids.c:
8730         (gst_matroska_track_init_video_context):
8731         * gst/matroska/matroska-ids.h:
8732           Try harder to extract the framerate for video tracks correctly and
8733           save it directly instead of converting it back and forth a few
8734           times. Mostly makes a difference for very small framerates (<1).
8735           Fixes #380199.
8736
8737 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
8738
8739         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
8740         (gst_gconf_audio_src_dispose), (do_toggle_element):
8741         * ext/gconf/gstgconfaudiosrc.h:
8742           Remove gconf notify hook when the gconfaudiosrc element is
8743           destroyed, otherwise the callback may be called on an
8744           already-destroyed instance and bad things happen. Should fix
8745           #378184.
8746           Also ignore gconf key changes when the source is already running.
8747
8748 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
8749
8750         Patch by: Sebastian Dröge  <mail at slomosnail de>
8751
8752         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
8753           We need to be able to read and parse any possible floating point string
8754           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
8755           will parse the former only in certain locales though, so we really need
8756           to canonicalise the separator to '.' and then use g_ascii_strtod() to
8757           make sure we can parse either version at all times.
8758           Fixes #382982 for real.
8759
8760 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
8761
8762         * sys/sunaudio/gstsunaudiomixerctrl.c:
8763         * sys/sunaudio/gstsunaudiosrc.c:
8764
8765         Use the sunaudio debug category.
8766
8767         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
8768         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
8769         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
8770         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
8771         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
8772         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
8773         (gst_sunaudiosink_reset):
8774         * sys/sunaudio/gstsunaudiosink.h:
8775
8776         Uses the sunaudio debug category for all debug output
8777         Implements the _delay() callback to synchronise video playback better
8778         Change the segtotal and segsize values back to the parent class 
8779           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
8780           respectively)
8781         Measure the samples written to the device vs. played.
8782         Keep track of segments in the device by writing empty eof frames, and
8783         sleep using a GCond when we get too far ahead and risk overrunning the
8784         sink's ringbuffer.
8785
8786         Fixes: #360673
8787
8788 2006-12-08  Wim Taymans  <wim@fluendo.com>
8789
8790         Patch by: Sebastian Dröge  <mail at slomosnail de >
8791
8792         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
8793         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
8794         * gst/audiofx/audiopanorama.h:
8795         Fix audiopanorame with float samples. Fixes #383726.
8796
8797 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
8798
8799         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
8800         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
8801         (gst_sunaudiosrc_reset):
8802
8803         Implement reset functions to unblock the src/sink more quickly on 
8804         state change requests.
8805         Patch by: Brian Cameron <brian dot cameron at sun com>
8806
8807 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
8808
8809         * sys/sunaudio/gstsunaudiomixer.c:
8810         (gst_sunaudiomixer_change_state):
8811         Construct the correct mixer device name when the AUDIODEV env var
8812         is set.
8813
8814         Patch by: Jerry Tan <jerry.tan at sun dot com>
8815         Fixes: #383596
8816
8817 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
8818
8819         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
8820         Apply patch to open the mixer control and set the MULTIPLE_OPEN
8821         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
8822         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
8823         Patch by: Jerry Tan <jerry.tan at sun dot com>
8824         Fixes: #349015
8825
8826 2006-12-07  Wim Taymans  <wim@fluendo.com>
8827
8828         * gst/smpte/gstmask.h:
8829         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
8830         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
8831         (gst_smpte_collected), (gst_smpte_set_property),
8832         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
8833         * gst/smpte/gstsmpte.h:
8834         Port to 0.10 some more. 
8835         Added duration property to specify the duration of the transition.
8836         Make framerate a fraction.
8837         Deprecate fps property, we only use negotiated fps.
8838         Added docs.
8839         Fix collectpad usage.
8840         Reset state in READY.
8841         Send NEWSEGMENT event.
8842         Fix racy updates of object properties.
8843         Added debug category.
8844         Fixes #383323.
8845
8846 2006-12-06  Wim Taymans  <wim@fluendo.com>
8847
8848         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8849
8850         * gst/videomixer/videomixer.c:
8851         (gst_videomixer_set_master_geometry),
8852         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
8853         Don't reset xpos and ypos in the setcaps function because causes
8854         unexpected behaviour.
8855         Fixes #382179.
8856
8857 2006-12-06  Wim Taymans  <wim@fluendo.com>
8858
8859         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
8860         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
8861         Keep track of the buffer timestamp in the collectdata member instead
8862         of modifying the buffer without making the metadata writable first.
8863         Fixes #382277.
8864
8865 2006-12-06  Wim Taymans  <wim@fluendo.com>
8866
8867         Patch by: Rob Taylor <robtaylor at floopily dot org>
8868
8869         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
8870         If using multicast in udpsrc, bind to the multicast address rather than
8871         IN_ADDR_ANY.
8872         This allows the simultanous use of multiple udpsrcs listening on
8873         different multicat addresses. Without this all udpsrcs will receive all
8874         packets from all subscribed multicast addresses.
8875         Fixes #383001.
8876
8877 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
8878
8879         * ext/taglib/gstid3v2mux.cc:
8880         Don't attempt to write a NULL frame into the ID3 tag set when the 
8881         createFrame method returned NULL.
8882         Fixes: #381857
8883         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
8884
8885 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
8886
8887         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
8888         Use g_strtod() instead of sscanf to parse doubles, so that it will
8889         try parsing in the C locale if the current locale fails.
8890         Fixes: #382982
8891         Patch by: Sebastian Dröge  <mail at slomosnail de >
8892
8893 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
8894
8895         * win32/MANIFEST:
8896         Fix compilation on win32 under VS8
8897         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
8898         Partially fixes #381175
8899
8900 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
8901
8902         * gst/avi/gstavimux.c:
8903           accept all mpegversions,fixes #380825
8904           spotted by: Jerome Alet  
8905
8906 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
8907
8908         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
8909         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
8910         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
8911         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
8912           cleanup the error message a bit more
8913
8914 2006-11-28  Wim Taymans  <wim@fluendo.com>
8915
8916         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
8917         Fix width and height properties.
8918
8919         * ext/libcaca/gstcacasink.h:
8920         Fix compilation on newer libcaca that require us to include a new
8921         header. Fixes #379918.
8922
8923 2006-11-28  Wim Taymans  <wim@fluendo.com>
8924
8925         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
8926         * gst/rtsp/gstrtspsrc.h:
8927         * gst/rtsp/rtspext.h:
8928         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
8929         (rtsp_ext_wms_get_context):
8930         Add method so that extensions can choose to disable the setup of
8931         a stream.
8932         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
8933
8934 2006-11-27  Wim Taymans  <wim@fluendo.com>
8935
8936         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
8937
8938         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
8939         Push header in a separate buffer instead of memcpy:ing all data.
8940         Change LF => CRLF in headers.
8941         Move trailing LF to header. Fixes #379792.
8942
8943 2006-11-27  Wim Taymans  <wim@fluendo.com>
8944
8945         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
8946         Small buffer overflow fix and improve debugging.
8947
8948 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
8949
8950         * ext/esd/esdmon.h:
8951         * ext/esd/esdsink.h:
8952           remove obsolete _factory_init protos
8953
8954 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
8955
8956         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
8957         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
8958         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
8959         (gst_avi_demux_read_subindexes_push),
8960         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
8961         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8962         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
8963         (gst_avi_demux_massage_index),
8964         (gst_avi_demux_calculate_durations_from_index),
8965         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
8966         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
8967         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
8968           remove dead code, tweak debugs statements, add comments, use
8969           _uint64_scale instead _uint64_scale_int when using guint64 values,
8970           small optimizations, reflow some error handling
8971
8972 2006-11-22  Edward Hervey  <edward@fluendo.com>
8973
8974         * po/.cvsignore:
8975         We never put .pot files in cvs. Let's ignore them all.
8976
8977 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
8978
8979         * po/POTFILES.in:
8980           ... but better exclude files that aren't disted.
8981
8982 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
8983
8984         * po/POTFILES.in:
8985           Add v4l2 source files to list of files with translations, so the
8986           strings are actually extracted (however bad they still may be).
8987
8988 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
8989
8990         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
8991           Minor clean-ups: const-ify static array, remove trailing comma from
8992           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
8993
8994 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
8995
8996         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
8997         Make sure that g_free always gets called on the same pointer that was 
8998         returned by g_malloc.  Fixes #376594.
8999         Do not leak memory if decompressed size is wrong.
9000         Remove unneeded check of return value of g_malloc.
9001         Patch by: René Stadler <mail@renestadler.de>
9002
9003 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
9004
9005         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
9006           Add missing curly brackets.
9007
9008 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
9009
9010         * sys/v4l2/v4l2src_calls.c:
9011         Fix capture_deinit.
9012
9013 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
9014
9015         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
9016         (gst_matroska_mux_request_new_pad):
9017           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
9018
9019         * tests/check/elements/matroskamux.c: (setup_src_pad),
9020         (setup_sink_pad), (GST_START_TEST):
9021         Activate pads before using them.
9022
9023 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
9024
9025         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
9026           Initialise variable to get rid of bogus compiler warning.
9027
9028 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
9029
9030         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
9031
9032         * gst/rtp/gstrtph263pay.c:
9033         * gst/rtp/gstrtph263pdepay.c:
9034         * gst/rtp/gstrtph263ppay.c:
9035           Specify H.263 variant and version in the caps (fixes #361637)
9036
9037 2006-11-15  Wim Taymans  <wim@fluendo.com>
9038
9039         * gst/rtsp/rtspconnection.c: (read_body):
9040         Don't set a data pointer to NULL and a size > 0 when we deal
9041         with empty packets.
9042
9043         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
9044         (rtsp_message_init_response), (rtsp_message_init_data),
9045         (rtsp_message_unset), (rtsp_message_free),
9046         (rtsp_message_take_body):
9047         Check that we can't create invalid empty packets. 
9048
9049 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
9050
9051         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9052
9053         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
9054         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
9055         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
9056         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
9057         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
9058         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
9059         * gst/matroska/matroska-mux.h:
9060           Add basic tag writing support; implement releasing pads (#374658).
9061
9062 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
9063
9064         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9065         (gst_matroska_demux_audio_caps):
9066           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
9067
9068 2006-11-14  David Schleef  <ds@schleef.org>
9069
9070         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
9071
9072 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
9073
9074         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
9075
9076         * win32/vs8/gst-plugins-good.sln:
9077         * win32/vs8/libgst1394.vcproj:
9078         * win32/vs8/libgstaasink.vcproj:
9079         * win32/vs8/libgstalaw.vcproj:
9080         * win32/vs8/libgstalpha.vcproj:
9081         * win32/vs8/libgstalphacolor.vcproj:
9082         * win32/vs8/libgstannodex.vcproj:
9083         * win32/vs8/libgstapetag.vcproj:
9084         * win32/vs8/libgstaudiofx.vcproj:
9085         * win32/vs8/libgstauparse.vcproj:
9086         * win32/vs8/libgstautodetect.vcproj:
9087         * win32/vs8/libgstavi.vcproj:
9088         * win32/vs8/libgstcacasink.vcproj:
9089         * win32/vs8/libgstcdio.vcproj:
9090         * win32/vs8/libgstcutter.vcproj:
9091         * win32/vs8/libgstdv.vcproj:
9092         * win32/vs8/libgsteffectv.vcproj:
9093         * win32/vs8/libgstflac.vcproj:
9094         * win32/vs8/libgstflxdec.vcproj:
9095         * win32/vs8/libgstgoom.vcproj:
9096         * win32/vs8/libgsticydemux.vcproj:
9097         * win32/vs8/libgstid3demux.vcproj:
9098         * win32/vs8/libgstjpeg.vcproj:
9099         * win32/vs8/libgstladspa.vcproj:
9100         * win32/vs8/libgstlevel.vcproj:
9101         * win32/vs8/libgstmatroska.vcproj:
9102         * win32/vs8/libgstmikmod.vcproj:
9103         * win32/vs8/libgstmng.vcproj:
9104         * win32/vs8/libgstmonoscope.vcproj:
9105         * win32/vs8/libgstmulaw.vcproj:
9106         * win32/vs8/libgstmultipart.vcproj:
9107         * win32/vs8/libgstpng.vcproj:
9108         * win32/vs8/libgstrtp.vcproj:
9109         * win32/vs8/libgstrtsp.vcproj:
9110         * win32/vs8/libgstshout2.vcproj:
9111         * win32/vs8/libgstsmpte.vcproj:
9112         * win32/vs8/libgstspeex.vcproj:
9113         * win32/vs8/libgsttaglib.vcproj:
9114         * win32/vs8/libgstudp.vcproj:
9115         * win32/vs8/libgstvideobalance.vcproj:
9116         * win32/vs8/libgstvideobox.vcproj:
9117         * win32/vs8/libgstvideoflip.vcproj:
9118         * win32/vs8/libgstvideomixer.vcproj:
9119         * win32/vs8/libgstwavenc.vcproj:
9120         * win32/vs8/libgstwavparse.vcproj:
9121           Make end-of-line returns unixy, so that when the files are checked
9122           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
9123           Hopefully fixes #366492.
9124
9125 2006-11-14  Wim Taymans  <wim@fluendo.com>
9126
9127         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
9128         Disable init_frames delay timestamp adjustment, it does not
9129         seem to be needed at all. Fixes #369621.
9130
9131 2006-11-13  Wim Taymans  <wim@fluendo.com>
9132
9133         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9134
9135         * gst/videomixer/videomixer.c:
9136         (gst_videomixer_set_master_geometry),
9137         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
9138         (gst_videomixer_collect_free), (gst_videomixer_reset),
9139         (gst_videomixer_init), (gst_videomixer_finalize),
9140         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
9141         (gst_videomixer_collected), (gst_videomixer_change_state):
9142         Fix memleak by unref'ing collectpads instance (when finalizing)
9143         Implement releasing a request pad. Fixes #374479.
9144
9145 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
9146
9147         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
9148
9149         * win32/vs8/gst-plugins-good.sln:
9150         * win32/vs8/libgst1394.vcproj:
9151         * win32/vs8/libgstaasink.vcproj:
9152         * win32/vs8/libgstalaw.vcproj:
9153         * win32/vs8/libgstalpha.vcproj:
9154         * win32/vs8/libgstalphacolor.vcproj:
9155         * win32/vs8/libgstannodex.vcproj:
9156         * win32/vs8/libgstapetag.vcproj:
9157         * win32/vs8/libgstaudiofx.vcproj:
9158         * win32/vs8/libgstauparse.vcproj:
9159         * win32/vs8/libgstautodetect.vcproj:
9160         * win32/vs8/libgstavi.vcproj:
9161         * win32/vs8/libgstcacasink.vcproj:
9162         * win32/vs8/libgstcdio.vcproj:
9163         * win32/vs8/libgstcutter.vcproj:
9164         * win32/vs8/libgstdv.vcproj:
9165         * win32/vs8/libgsteffectv.vcproj:
9166         * win32/vs8/libgstflac.vcproj:
9167         * win32/vs8/libgstflxdec.vcproj:
9168         * win32/vs8/libgstgoom.vcproj:
9169         * win32/vs8/libgsticydemux.vcproj:
9170         * win32/vs8/libgstid3demux.vcproj:
9171         * win32/vs8/libgstjpeg.vcproj:
9172         * win32/vs8/libgstladspa.vcproj:
9173         * win32/vs8/libgstlevel.vcproj:
9174         * win32/vs8/libgstmatroska.vcproj:
9175         * win32/vs8/libgstmikmod.vcproj:
9176         * win32/vs8/libgstmng.vcproj:
9177         * win32/vs8/libgstmonoscope.vcproj:
9178         * win32/vs8/libgstmulaw.vcproj:
9179         * win32/vs8/libgstmultipart.vcproj:
9180         * win32/vs8/libgstpng.vcproj:
9181         * win32/vs8/libgstrtp.vcproj:
9182         * win32/vs8/libgstrtsp.vcproj:
9183         * win32/vs8/libgstshout2.vcproj:
9184         * win32/vs8/libgstsmpte.vcproj:
9185         * win32/vs8/libgstspeex.vcproj:
9186         * win32/vs8/libgsttaglib.vcproj:
9187         * win32/vs8/libgstudp.vcproj:
9188         * win32/vs8/libgstvideobalance.vcproj:
9189         * win32/vs8/libgstvideobox.vcproj:
9190         * win32/vs8/libgstvideoflip.vcproj:
9191         * win32/vs8/libgstvideomixer.vcproj:
9192         * win32/vs8/libgstwavenc.vcproj:
9193         * win32/vs8/libgstwavparse.vcproj:
9194           Add VS8 project files (note that many of the plugins in ext are
9195           disabled by default). Fixes #366492.
9196
9197 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
9198
9199         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
9200           we do not translate debug messages
9201
9202 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
9203
9204         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
9205           fix categorisation, make short desc more explicit, remove unused code
9206           Fixes #372021
9207
9208 2006-11-08  Wim Taymans  <wim@fluendo.com>
9209
9210         * gst/rtp/gstrtpL16depay.c:
9211         * gst/rtp/gstrtpamrdepay.c:
9212         * gst/rtp/gstrtpamrpay.c:
9213         * gst/rtp/gstrtpgsmdepay.c:
9214         * gst/rtp/gstrtph263pay.c:
9215         * gst/rtp/gstrtph263pdepay.c:
9216         * gst/rtp/gstrtph263ppay.c:
9217         * gst/rtp/gstrtph264depay.c:
9218         * gst/rtp/gstrtpmp2tdepay.c:
9219         * gst/rtp/gstrtpmp4gdepay.c:
9220         * gst/rtp/gstrtpmp4gpay.c:
9221         * gst/rtp/gstrtpmp4vdepay.c:
9222         * gst/rtp/gstrtpmp4vpay.c:
9223         * gst/rtp/gstrtpmpadepay.c:
9224         * gst/rtp/gstrtpmpapay.c:
9225         * gst/rtp/gstrtppcmadepay.c:
9226         * gst/rtp/gstrtppcmapay.c:
9227         * gst/rtp/gstrtppcmudepay.c:
9228         * gst/rtp/gstrtppcmupay.c:
9229         * gst/rtp/gstrtpspeexdepay.c:
9230         * gst/rtp/gstrtpspeexpay.c:
9231         * gst/rtp/gstrtpsv3vdepay.c:
9232         Fix element descriptions.
9233
9234 2006-11-08  Wim Taymans  <wim@fluendo.com>
9235
9236         * gst/rtp/gstrtpvorbisdepay.c:
9237         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
9238         Fix description.
9239         Small cleanup in the payloader.
9240
9241 2006-11-08  Wim Taymans  <wim@fluendo.com>
9242
9243         * gst/rtp/Makefile.am:
9244         * gst/rtp/gstrtp.c: (plugin_init):
9245         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
9246         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
9247         (gst_rtp_theora_depay_finalize),
9248         (gst_rtp_theora_depay_parse_configuration),
9249         (gst_rtp_theora_depay_setcaps),
9250         (gst_rtp_theora_depay_switch_codebook),
9251         (gst_rtp_theora_depay_process),
9252         (gst_rtp_theora_depay_set_property),
9253         (gst_rtp_theora_depay_get_property),
9254         (gst_rtp_theora_depay_change_state),
9255         (gst_rtp_theora_depay_plugin_init):
9256         * gst/rtp/gstrtptheoradepay.h:
9257         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
9258         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
9259         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
9260         (gst_rtp_theora_pay_init_packet),
9261         (gst_rtp_theora_pay_flush_packet),
9262         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
9263         (gst_rtp_theora_pay_handle_buffer),
9264         (gst_rtp_theora_pay_plugin_init):
9265         * gst/rtp/gstrtptheorapay.h:
9266         Add theora pay/depayloaders.
9267
9268 2006-11-06  Wim Taymans  <wim@fluendo.com>
9269
9270         * gst/rtp/Makefile.am:
9271         We depend on gsttag to generate the vorbis comments.
9272
9273         * gst/rtp/gstrtpvorbisdepay.c:
9274         (gst_rtp_vorbis_depay_parse_configuration),
9275         (gst_rtp_vorbis_depay_setcaps),
9276         (gst_rtp_vorbis_depay_switch_codebook),
9277         (gst_rtp_vorbis_depay_process):
9278         * gst/rtp/gstrtpvorbisdepay.h:
9279         Parse configuration string in the depayloader.
9280         Implement selecting and switching to a new codebook.
9281         Receiving vorbis over RTP now works.
9282
9283         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
9284         (gst_rtp_vorbis_pay_init_packet),
9285         (gst_rtp_vorbis_pay_finish_headers),
9286         (gst_rtp_vorbis_pay_handle_buffer):
9287         * gst/rtp/gstrtpvorbispay.h:
9288         Set timestamps on outgoing buffers and RTP packets.
9289         Fix configuration string, prepend number of Packet headers.
9290         Fix encoding of ident string.
9291         Add delivery-method to caps.
9292         Streaming vorbis over RTP now works.
9293
9294 2006-11-06  Wim Taymans  <wim@fluendo.com>
9295
9296         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
9297         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
9298         (gst_rtp_vorbis_pay_handle_buffer):
9299         * gst/rtp/gstrtpvorbispay.h:
9300         Generate a valid configuration string in the caps based on the
9301         vorbis headers.
9302
9303 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
9304
9305         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
9306         * ext/cdio/gstcdio.h:
9307         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
9308           Move CD-TEXT utility function into common file so it can also be
9309           used by a future cdioparanoiasrc.
9310
9311 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
9312         
9313         * sys/v4l2/Makefile.am:
9314         * sys/v4l2/gstv4l2object.c:
9315         * sys/v4l2/gstv4l2src.c:
9316         * sys/v4l2/gstv4l2xoverlay.c:
9317         * sys/v4l2/v4l2_calls.c:
9318         * sys/v4l2/v4l2src_calls.c:
9319         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
9320         xoverlay code that is still not implemented.
9321
9322 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
9323
9324         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
9325           We require a -base more recent than 0.10.9, so it's safe to use
9326           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
9327
9328         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
9329         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
9330           Use _newsegment_full() now that we depend on a recent enough core.
9331
9332         * gst/wavparse/gstwavparse.c:
9333           Remove cruft that we don't need any longer now that we depend on
9334           a recent enough -base.
9335
9336 2006-10-31  Wim Taymans  <wim@fluendo.com>
9337
9338         * gst/rtp/Makefile.am:
9339         * gst/rtp/gstrtp.c: (plugin_init):
9340         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
9341         (gst_rtpilbcpay_setcaps):
9342         Fix and activate ILBC pay and depayloaders. Fixes #368162.
9343
9344 2006-10-31  Wim Taymans  <wim@fluendo.com>
9345
9346         * ext/speex/gstspeexdec.c: (speex_dec_convert),
9347         (speex_dec_sink_event), (speex_dec_chain_parse_header):
9348         Some small cleanups, use _scale.
9349
9350 2006-10-31  Wim Taymans  <wim@fluendo.com>
9351
9352         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
9353         Use higher precision scale function.
9354
9355 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
9356
9357         Patch by: Michal Benes  <michal dot benes at itonis tv>
9358
9359         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
9360         (gst_matroska_demux_read_track_encodings),
9361         (gst_matroska_decode_buffer):
9362           Fix several issues with encoded/compressed/encrypted/signed tracks;
9363           also, remove superfluous newline characters from some debug
9364           statements. (#366155)
9365
9366 2006-10-30  Wim Taymans  <wim@fluendo.com>
9367
9368         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
9369         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
9370         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
9371         (gst_smokedec_change_state):
9372         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
9373         (gst_smokeenc_init), (gst_smokeenc_finalize),
9374         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
9375         (gst_smokeenc_resync), (gst_smokeenc_chain),
9376         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
9377         (gst_smokeenc_change_state):
9378         Various cleanups, capsnego and leak fixes.
9379
9380 2006-10-30  Wim Taymans  <wim@fluendo.com>
9381
9382         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9383
9384         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
9385         Fix videomixer so that it can handle any combination of framerates.
9386         Fixes #367221.
9387
9388 2006-10-28  Wim Taymans  <wim@fluendo.com>
9389
9390         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
9391         (gst_avi_demux_parse_file_header),
9392         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
9393         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
9394         (gst_avi_demux_chain):
9395         Fix position query for audio. also fixes timestamps in streaming
9396         mode and bug #364958.
9397         Small cleanups.
9398
9399 2006-10-27  Wim Taymans  <wim@fluendo.com>
9400
9401         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
9402         * ext/libpng/gstpngenc.h:
9403         Fix strides. Fixes #364856.
9404         Cleanup capsnego.
9405         Set caps on outgoing buffers.
9406
9407 2006-10-18  Wim Taymans  <wim@fluendo.com>
9408
9409         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
9410
9411         * gst/rtp/gstrtpgsmpay.c:
9412         * gst/rtp/gstrtph263pay.c:
9413         * gst/rtp/gstrtpmpapay.c:
9414         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
9415         (gst_rtp_pcma_pay_handle_buffer):
9416         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
9417         Add static payload numbers in addition to the dynamic ones.
9418         Fixes #361639.
9419
9420 2006-10-18  Wim Taymans  <wim@fluendo.com>
9421
9422         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
9423         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
9424         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
9425         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
9426         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
9427         * gst/rtsp/rtspdefs.h:
9428         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
9429         * gst/rtsp/rtspurl.h:
9430         Reuse already existing enum for lower transport.
9431         Add rtspt and rtspu protocols.
9432         Send redirect to rtspt when udp times out.
9433
9434 2006-10-18  Wim Taymans  <wim@fluendo.com>
9435
9436         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9437         (gst_wavparse_stream_data):
9438         Fix seeking some more, mostly for speed changes.
9439
9440 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
9441
9442         Patch by: Fredrik Persson  <frepe at bredband net>
9443
9444         * sys/v4l2/gstv4l2tuner.c:
9445         * sys/v4l2/gstv4l2tuner.h:
9446           Fix _set_channel(): remove useless g_object_notify() for "channel"
9447           property that doesn't exist any longer and therefore now also
9448           useless redirect (#338818).
9449
9450 2006-10-17  Wim Taymans  <wim@fluendo.com>
9451
9452         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
9453         Some drivers do not support unsetting the non-blocking flag once the
9454         device is opened. In those cases, close/open the device in
9455         non-blocking mode. Fixes #362673.
9456
9457 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
9458
9459         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
9460         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
9461         (gst_v4l2src_get_fps):
9462           dear stefan, framespersecond is not frameperiod, reverting but adding
9463           comment
9464
9465 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
9466
9467         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
9468         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
9469         (gst_v4l2src_get_fps):
9470           Numerator is numerator and denominator is denominator. Say that aloud
9471           5 times and retry after next beer.
9472
9473 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
9474
9475         Patch by: Josep Torra Valles  <josep at fluendo com>
9476
9477         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
9478         * ext/esd/esdsink.c: (gst_esdsink_write):
9479         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
9480         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
9481         (gst_flac_dec_send_newsegment):
9482         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
9483         (gst_flac_enc_tell_callback):
9484         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
9485         (smokecodec_parse_header), (smokecodec_decode):
9486         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
9487         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
9488         * gst/goom/Makefile.am:
9489         * gst/goom/gstgoom.c:
9490         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
9491         * gst/rtsp/gstrtspsrc.c:
9492         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
9493         * gst/udp/gstudpsink.c:
9494         * gst/udp/gstudpsrc.c:
9495         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
9496         * sys/sunaudio/gstsunaudiomixertrack.h:
9497           Fix a bunch of problems discovered by the Forte compiler, mostly type
9498           mixups and pointer arithmetics with void pointers. Fixes #362603.
9499
9500 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
9501
9502         * ext/speex/gstspeex.c: (plugin_init):
9503         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
9504         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
9505         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
9506         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
9507         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
9508         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
9509         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
9510         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
9511         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
9512         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
9513         (gst_speex_enc_chain), (gst_speex_enc_get_property),
9514         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
9515         * ext/speex/gstspeexenc.h:
9516           Miscellaneous clean-ups, among other things: speexenc => enc to
9517           enhance code readability; change speexenc => speex_enc; in chain
9518           function unref input buffer in case of error; take reference in
9519           event function; use boilerplate macro; use gst_pad_query_peer_*
9520           convenience functions.
9521
9522 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
9523
9524         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
9525         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
9526         (gst_speexenc_set_header_on_caps):
9527           Fix some mem leaks.
9528
9529 2006-10-11  Wim Taymans  <wim@fluendo.com>
9530
9531         * gst/rtsp/URLS:
9532         Added some other URL.
9533
9534         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
9535         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
9536         (gst_rtspsrc_open), (gst_rtspsrc_play),
9537         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
9538         * gst/rtsp/gstrtspsrc.h:
9539         Work on fallback to TCP connection when the UDP socket times out.
9540         Handler server requests, just reply with OK for now.
9541
9542         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
9543         * gst/rtsp/rtspdefs.h:
9544         Added some more Real extension headers.
9545
9546         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
9547         Fix parsing of urls with a ':' that is not part of the hostname:port
9548         part of the url.
9549
9550 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
9551
9552         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
9553         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
9554         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
9555           Activate pad before adding it to the already-running element.
9556
9557         * tests/check/elements/icydemux.c: (icydemux_found_pad):
9558           Activate newly-created pad too.
9559
9560 2006-10-11  Wim Taymans  <wim@fluendo.com>
9561
9562         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
9563
9564         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
9565         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
9566         (gst_udpsrc_start):
9567         Fix some leaks in caps and uris. Fixes #361252.
9568
9569 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
9570
9571         * gst/wavparse/Makefile.am:
9572           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
9573
9574 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
9575
9576         * sys/v4l2/gstv4l2xoverlay.c:
9577         * sys/v4l2/gstv4l2xoverlay.h:
9578         Fix build as per the patch in #338818 comment 36.
9579
9580 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
9581
9582         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
9583           Activate pads before adding them to the source.
9584
9585 2006-10-06  Wim Taymans  <wim@fluendo.com>
9586
9587         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
9588         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
9589         Activate pads before adding.
9590
9591 2006-10-06  Wim Taymans  <wim@fluendo.com>
9592
9593         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
9594         (gst_multipart_find_pad_by_mime):
9595         Activate pads before adding.
9596
9597         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
9598         BOILERPLATE sets parent_class for us.
9599
9600 2006-10-06  Wim Taymans  <wim@fluendo.com>
9601
9602         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
9603         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
9604         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
9605         (gst_rtspsrc_alloc_udp_ports),
9606         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
9607         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
9608         (gst_rtspsrc_create_transports_string),
9609         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
9610         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
9611         * gst/rtsp/gstrtspsrc.h:
9612         Rework how the transport string is constructed, try to share channels
9613         and udp ports.
9614         Make most of the stuff less dependant on RTP as we are also going to use
9615         it for RDT.
9616         Add support for transport specific session managers.
9617
9618         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
9619         Implement _flush().
9620
9621         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
9622         * gst/rtsp/rtspdefs.h:
9623         Add generic error return code.
9624
9625         * gst/rtsp/rtspext.h:
9626         Add support for pluggable tranport strings.
9627
9628         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
9629         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
9630         (rtsp_ext_wms_get_context):
9631         Detect WMServer and activate the extension.
9632
9633         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
9634         (rtsp_transport_get_manager), (rtsp_transport_parse):
9635         * gst/rtsp/rtsptransport.h:
9636         Added methods to get mime/manager for certain transports.
9637
9638 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
9639
9640         * ext/cairo/gsttimeoverlay.c:
9641         (gst_cairo_time_overlay_update_font_height):
9642         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
9643         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
9644         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
9645         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
9646         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
9647         * ext/libpng/gstpngdec.c: (user_endrow_callback):
9648         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
9649         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
9650         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
9651         (gst_avi_demux_stream_data):
9652         * gst/cutter/gstcutter.c: (gst_cutter_chain):
9653         * gst/debug/efence.c: (gst_efence_buffer_alloc),
9654         (gst_fenced_buffer_copy):
9655         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
9656         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
9657         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
9658         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
9659         (gst_rtspsrc_handle_message):
9660         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9661         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
9662           Printf format fixes.
9663
9664 2006-10-04  Wim Taymans  <wim@fluendo.com>
9665
9666         * gst/rtsp/Makefile.am:
9667         Dist new .h file too.
9668
9669 2006-10-04  Wim Taymans  <wim@fluendo.com>
9670
9671         * gst/rtsp/Makefile.am:
9672         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
9673         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
9674         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9675         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
9676         (gst_rtspsrc_parse_rtpmap),
9677         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
9678         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
9679         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
9680         * gst/rtsp/gstrtspsrc.h:
9681         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
9682         * gst/rtsp/rtspdefs.h:
9683         * gst/rtsp/rtspext.h:
9684         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
9685         (rtsp_ext_wms_get_context):
9686         * gst/rtsp/rtspextwms.h:
9687         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
9688         (rtsp_transport_parse):
9689         * gst/rtsp/rtsptransport.h:
9690         Factor out extension in separate module.
9691         Fix getcaps to filter against the padtemplate.
9692         Use Content-Base if the server gives one.
9693         Rework the transport parsing a bit for future extensions.
9694         Added some Real Header field definitions.
9695
9696 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
9697
9698         * docs/plugins/Makefile.am:
9699         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9700         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9701           added v4l2 stubs
9702         * gst-plugins-good.spec.in:
9703           add v4l2
9704
9705 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
9706
9707         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
9708           Extract disc/album/medium number and count and try harder
9709           to extract track number/count.
9710
9711 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9712
9713         * configure.ac:
9714         * sys/Makefile.am:
9715           add build stuff for v4l2, needs --enable-experimental until
9716           the last bits are resolved
9717
9718 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
9719
9720         * tests/check/Makefile.am:
9721           Disable autodetect test temporarily, so that the build bots
9722           update -bad and the ranks of unreliable video sinks in there.
9723
9724         * tests/check/elements/autodetect.c: (GST_START_TEST):
9725           Skip test if no usable videosink is found.
9726
9727 2006-09-29  Wim Taymans  <wim@fluendo.com>
9728
9729         * gst/rtsp/URLS:
9730         Add some more URLs.
9731
9732         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9733         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
9734         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9735         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
9736         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
9737         (gst_rtspsrc_loop), (gst_rtspsrc_send),
9738         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
9739         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
9740         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
9741         * gst/rtsp/gstrtspsrc.h:
9742         Add timeout property to control UDP timeouts.
9743         Fix error messages.
9744         Also start a loop function when operating in UDP mode so that we can
9745         do some more stuff async.
9746         Handle element messages from udpsrc to detect timeouts. If a timeout
9747         happens we currently generate an error.
9748         API: rtspsrc::timeout property.
9749
9750         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
9751         (gst_udpsrc_create):
9752         Really implement the timeout in microseconds and not milliseconds.
9753
9754 2006-09-29  Wim Taymans  <wim@fluendo.com>
9755
9756         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9757         (gst_udpsrc_create), (gst_udpsrc_set_property),
9758         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
9759         * gst/udp/gstudpsrc.h:
9760         Added property to post a message on timeout.
9761         Updated docs.
9762         When restarting the select, initialize the fdsets again.
9763         Init control sockets so we don't accidentally close a random socket.
9764         API: GstUDPSrc::timeout property
9765
9766 2006-09-29  Wim Taymans  <wim@fluendo.com>
9767
9768         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
9769         Fix flag registration.
9770
9771         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
9772         Reading 0 also means 'no more commands'
9773
9774 2006-09-29  Wim Taymans  <wim@fluendo.com>
9775
9776         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
9777
9778         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
9779         Fix possible infinite loop when shutting down, a read can also return
9780         0 to indicate no more messages are available. Fixes #358156.
9781
9782 2006-09-25  Wim Taymans  <wim@fluendo.com>
9783
9784         * gst/autodetect/gstautoaudiosink.c:
9785         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
9786         (gst_auto_audio_sink_find_best):
9787         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
9788         Small cleanups.
9789         don't try to set "sync" property when it is not available.
9790
9791 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
9792
9793         Patch by: Peter Kjellerstedt  <pkj at axis com>
9794
9795         * gst/alpha/gstalpha.c:
9796         * gst/rtp/gstrtpamrdepay.c:
9797         * gst/rtsp/gstrtspsrc.c:
9798         * gst/udp/gstudpsrc.c:
9799         * gst/videomixer/videomixer.c:
9800           Include stdlib.h in some more places, makes things compile
9801           with uClibc and -Werror (#357592).
9802
9803 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
9804
9805         * ext/jpeg/gstjpegdec.c:
9806           Set minimum height to 8 (from 16), our code should handle
9807           that fine. Some of the buttons on the apple trailer site
9808           are apparently only 15 pixels high (see #357470).
9809
9810 2006-09-23  Wim Taymans  <wim@fluendo.com>
9811
9812         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
9813         (gst_rtspsrc_open):
9814         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9815         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
9816         (rtsp_connection_receive):
9817         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
9818         * gst/rtsp/rtspdefs.h:
9819         Improve error reporting.
9820
9821 2006-09-23  Wim Taymans  <wim@fluendo.com>
9822
9823         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
9824         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
9825         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
9826         * gst/rtp/gstrtpdepay.c:
9827         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
9828         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
9829         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
9830         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
9831         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
9832         (gst_rtp_mp2t_depay_plugin_init):
9833         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
9834         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
9835         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
9836         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
9837         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
9838         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
9839         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
9840         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
9841         Fix klass typos.
9842         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
9843
9844 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
9845
9846         * configure.ac:
9847           Need  -base CVS for gst_base_rtp_depayload_push_ts().
9848
9849 2006-09-22  Wim Taymans  <wim@fluendo.com>
9850
9851         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
9852         Don't check for a tag that is never there and check if we read the
9853         correct tag. Fixes seeking again.
9854         We must post an error when all pads are unlinked.
9855
9856 2006-09-22  Wim Taymans  <wim@fluendo.com>
9857
9858         * gst/rtp/Makefile.am:
9859         * gst/rtp/gstrtp.c: (plugin_init):
9860         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
9861         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
9862         (gst_rtp_vorbis_pay_reset_packet),
9863         (gst_rtp_vorbis_pay_init_packet),
9864         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
9865         (gst_rtp_vorbis_pay_handle_buffer):
9866         More fixage, set endoder-params correctly in the payloader.
9867
9868 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
9869
9870         * gst/autodetect/gstautoaudiosink.c:
9871         (gst_auto_audio_sink_base_init):
9872         * gst/autodetect/gstautovideosink.c:
9873         (gst_auto_video_sink_base_init):
9874           Make static pad templates static to appease valgrind's leak
9875           detector.
9876
9877         * tests/check/Makefile.am:
9878         * tests/check/elements/.cvsignore:
9879         * tests/check/elements/autodetect.c: (GST_START_TEST),
9880         (autodetect_suite):
9881           Add simple test for the ghostpad lockup on shutdown fixed in core
9882           CVS (audio bit disabled because it would need dozens of alsa
9883           suppressions and I'm too lazy to add those now).
9884
9885 2006-09-22  Wim Taymans  <wim@fluendo.com>
9886
9887         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
9888         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
9889         Small cleanups.
9890
9891         * gst/rtp/Makefile.am:
9892         * gst/rtp/gstrtp.c: (plugin_init):
9893         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
9894         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
9895         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
9896         (gst_rtp_vorbis_depay_process),
9897         (gst_rtp_vorbis_depay_set_property),
9898         (gst_rtp_vorbis_depay_get_property),
9899         (gst_rtp_vorbis_depay_change_state),
9900         (gst_rtp_vorbis_depay_plugin_init):
9901         * gst/rtp/gstrtpvorbisdepay.h:
9902         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
9903         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
9904         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
9905         (gst_rtp_vorbis_pay_flush_packet),
9906         (gst_rtp_vorbis_pay_append_buffer),
9907         (gst_rtp_vorbis_pay_handle_buffer),
9908         (gst_rtp_vorbis_pay_plugin_init):
9909         * gst/rtp/gstrtpvorbispay.h:
9910         Add experimental vorbis pay and depayloaders.
9911
9912 2006-09-21  Wim Taymans  <wim@fluendo.com>
9913
9914         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
9915         Fix profile-level-id parsing and setup.
9916
9917 2006-09-21  Wim Taymans  <wim@fluendo.com>
9918
9919         * gst/udp/README:
9920         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
9921         Update README, simple cleanup.
9922
9923 2006-09-21  Wim Taymans  <wim@fluendo.com>
9924
9925         * gst/rtp/README:
9926         Update README with some examples.
9927
9928         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
9929         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
9930         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
9931         (gst_rtp_mp4g_pay_setcaps):
9932         * gst/rtp/gstrtpmp4gpay.h:
9933         Make optional RTP parameters of type STRING, as required by the
9934         application/x-rtp caps specification.
9935
9936 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
9937
9938         * gst/rtp/gstrtph263pdepay.c:
9939         * gst/rtp/gstrtph263ppay.c:
9940         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
9941         RTP header.
9942
9943 2006-09-20  Wim Taymans  <wim@fluendo.com>
9944
9945         * gst/rtp/Makefile.am:
9946         And makefile too.
9947
9948 2006-09-20  Wim Taymans  <wim@fluendo.com>
9949
9950         * gst/rtp/gstrtp.c: (plugin_init):
9951         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
9952         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
9953         (decode_base64), (gst_rtp_asf_depay_setcaps),
9954         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
9955         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
9956         (gst_rtp_asf_depay_plugin_init):
9957         * gst/rtp/gstrtpasfdepay.h:
9958         Added preliminary ASF depayloader.
9959
9960         * gst/rtp/gstrtph264depay.c: (decode_base64):
9961         Fix base64 decoding.
9962
9963 2006-09-20  Wim Taymans  <wim@fluendo.com>
9964
9965         * gst/rtsp/URLS:
9966         Added some test URLS.
9967
9968         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
9969         (gst_rtspsrc_loop), (gst_rtspsrc_open):
9970         * gst/rtsp/gstrtspsrc.h:
9971         When creating streams, give access to the complete SDP.
9972         Fix some leaks.
9973         Collect and merge global stream properties in stream caps.
9974         Preliminary support for WMServer.
9975
9976         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9977         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
9978         (rtsp_connection_receive):
9979         * gst/rtsp/rtspconnection.h:
9980         Make connection interruptable.
9981         Refactor to make it reconnectable.
9982         Don't fail on short reads when reading data packets.
9983
9984         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
9985         (rtsp_url_get_port):
9986         * gst/rtsp/rtspurl.h:
9987         Add methods for getting/setting the port.
9988
9989         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
9990         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
9991         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
9992         (sdp_media_get_format), (sdp_parse_line),
9993         (sdp_message_parse_buffer):
9994         Fix headers. 
9995         Add methods for getting multiple attributes with the same name.
9996         Increase buffer size when parsing.
9997         Fix parsing of a=foo fields.
9998
9999         * gst/rtsp/test.c: (main):
10000         Update to new connection API.
10001
10002         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
10003         (rtsp_message_init_response), (rtsp_message_init_data),
10004         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
10005         * gst/rtsp/rtspmessage.h:
10006         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
10007         * gst/rtsp/rtsptransport.h:
10008         * gst/rtsp/sdp.h:
10009         * gst/rtsp/sdpmessage.h:
10010         * gst/rtsp/gstrtsp.c:
10011         * gst/rtsp/gstrtsp.h:
10012         * gst/rtsp/gstrtpdec.c:
10013         * gst/rtsp/gstrtpdec.h:
10014         * gst/rtsp/rtsp.h:
10015         * gst/rtsp/rtspdefs.c:
10016         * gst/rtsp/rtspdefs.h:
10017         Dual licensed under MIT and LGPL now.
10018
10019 2006-09-19  Wim Taymans  <wim@fluendo.com>
10020
10021         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
10022         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
10023         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
10024         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
10025         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
10026         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
10027         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
10028         * gst/rtsp/gstrtspsrc.h:
10029         Reorganize stream parsing and creation.
10030         Detect container formats in interleaved mode.
10031         Keep more state about the streams.
10032         Assume a server also supports PLAY if it does not say.
10033         Add unicast and interleaved properties to TCP transport requests to make
10034         some servers happy (WMServer).
10035
10036         * gst/rtsp/sdpmessage.h:
10037         Add some defines for the standard Bandwidth types.
10038
10039 2006-09-19  Wim Taymans  <wim@fluendo.com>
10040
10041         * gst/rtsp/test.c: (main):
10042         Fix build.
10043
10044 2006-09-19  Wim Taymans  <wim@fluendo.com>
10045
10046         * gst/wavparse/gstwavparse.c:
10047         Add ms-gsm to the src template.
10048
10049 2006-09-18  Wim Taymans  <wim@fluendo.com>
10050
10051         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10052         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
10053         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
10054         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
10055         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
10056         * gst/rtsp/gstrtspsrc.h:
10057         Small cleanups, added documentation.
10058         Try to clean up the requests and responses.
10059         Refactor parsing the supported methods.
10060
10061         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
10062         (rtsp_connection_create), (rtsp_connection_send),
10063         (parse_response_status), (parse_request_line),
10064         (rtsp_connection_receive), (rtsp_connection_close),
10065         (rtsp_connection_free):
10066         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
10067         (rtsp_transport_init), (rtsp_transport_parse),
10068         (rtsp_transport_free):
10069         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10070         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
10071         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
10072         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
10073         Use g_return_val some more.
10074
10075         * gst/rtsp/rtspdefs.h:
10076         Add more enum values to track initial states.
10077
10078         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
10079         (rtsp_message_init_request), (rtsp_message_new_response),
10080         (rtsp_message_init_response), (rtsp_message_init_data),
10081         (rtsp_message_unset), (rtsp_message_free),
10082         (rtsp_message_add_header), (rtsp_message_remove_header),
10083         (rtsp_message_get_header), (rtsp_message_set_body),
10084         (rtsp_message_take_body), (rtsp_message_get_body),
10085         (rtsp_message_steal_body), (rtsp_message_dump):
10086         * gst/rtsp/rtspmessage.h:
10087         Reorder arguments, object goes as the first one.
10088         Use g_return_val some more.
10089
10090 2006-09-18  Wim Taymans  <wim@fluendo.com>
10091
10092         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
10093         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
10094         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
10095         * gst/rtsp/gstrtspsrc.h:
10096         Export sometimes source pad with correct caps on the template, create
10097         the ghostpad from the template.
10098         Remove RTCP template as we never expose RTCP.
10099         Protect against invalid body size.
10100         Avoid memcpy when creating the output buffer.
10101         Properly post an error and send EOS when the loop function is shut down.
10102
10103 2006-09-18  Wim Taymans  <wim@fluendo.com>
10104
10105         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
10106
10107         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
10108         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
10109         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
10110         * gst/rtsp/gstrtspsrc.h:
10111         Make sure we can never set an invalid location.
10112
10113         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
10114         * gst/rtsp/rtspmessage.h:
10115         Added _steal_body method for future use.
10116
10117         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
10118         Make freeing of NULL url return immediatly.
10119
10120 2006-09-18  Wim Taymans  <wim@fluendo.com>
10121
10122         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
10123
10124         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
10125         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
10126         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
10127         (gst_rtspsrc_change_state):
10128         * gst/rtsp/gstrtspsrc.h:
10129         Use boilerplate.
10130         Make rtspsrc subclass GstBin to make state changes easier.
10131         Add Range header field on the PLAY request.
10132
10133 2006-09-18  Wim Taymans  <wim@fluendo.com>
10134
10135         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
10136
10137         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
10138         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
10139         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
10140         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
10141         * gst/rtsp/rtspconnection.c: (inet_aton):
10142         Small cleanups.
10143         when multicast is selected as the transport, create UDP sources and
10144         connect to the multicast group.
10145         Move parsing and setting of caps to a common place.
10146         Fixes #349894.
10147
10148 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
10149
10150         * ext/flac/gstflactag.c:
10151         * gst/alpha/gstalpha.c:
10152         * gst/debug/breakmydata.c:
10153         * gst/debug/negotiation.c:
10154         * gst/debug/testplugin.c:
10155         * gst/effectv/gstaging.c:
10156         * gst/effectv/gstdice.c:
10157         * gst/effectv/gstedge.c:
10158         * gst/effectv/gstquark.c:
10159         * gst/effectv/gstrev.c:
10160         * gst/effectv/gstshagadelic.c:
10161         * gst/effectv/gstvertigo.c:
10162         * gst/effectv/gstwarp.c:
10163         * gst/multipart/multipartdemux.c:
10164         * gst/multipart/multipartmux.c:
10165         * gst/videobox/gstvideobox.c:
10166         * gst/videofilter/gstgamma.c:
10167         * gst/videofilter/gstvideotemplate.c:
10168         * gst/videomixer/videomixer.c:
10169         * sys/sunaudio/gstsunaudiosrc.h:
10170         More G_OBJECT macro fixing.
10171
10172 2006-09-16  Wim Taymans  <wim@fluendo.com>
10173
10174         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
10175
10176         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
10177         Correctly set the dwLength in strh.
10178         With this patch, the file duration is now displayed correctly in window
10179         media player and the AVI plays completely. Fixes #356147
10180
10181 2006-09-15  Wim Taymans  <wim@fluendo.com>
10182
10183         Patch by: Darren Kenny <darren dot kenny at sun dot com>
10184
10185         * sys/sunaudio/gstsunaudiomixerctrl.c:
10186         (gst_sunaudiomixer_ctrl_build_list):
10187         Set the output track as the MASTER so that the gnome-settings-daemon
10188         keybindings for changing the volume using the keyboard works.
10189         Fixes #356142.
10190
10191 2006-09-15  Wim Taymans  <wim@fluendo.com>
10192
10193         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
10194         Fix documentation, it is not possible to control the framerate of jpegdec
10195         using filtered caps yet. Fixes #355210.
10196         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
10197         stop when there is an error.
10198
10199 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
10200
10201         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
10202         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
10203           Don't interpret a first buffer with an offset of NONE as
10204           'from the middle of the stream', but only a first buffer
10205           that has a valid buffer offset that's non-zero (see #345449).
10206
10207 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
10208
10209         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
10210         (gst_icydemux_typefind_or_forward):
10211         * gst/icydemux/gsticydemux.h:
10212           When we merge/collect multiple incoming buffers for typefinding
10213           purposes, keep an initial 0 offset on the first outgoing buffer
10214           as well (otherwise id3demux won't work right). Fixes #345449.
10215           Also Make buffer metadata writable before setting buffer caps.
10216
10217         * tests/check/elements/icydemux.c: (typefind_succeed),
10218         (cleanup_icydemux), (push_data), (GST_START_TEST),
10219         (icydemux_suite):
10220           Small test case for the above.
10221
10222 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
10223
10224         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
10225         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
10226         (gst_avi_demux_stream_header_push),
10227         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10228         (gst_avi_demux_loop):
10229           More code reuse and better logging in _peek_chunk(). Reintroduce check
10230           for chunk sizes before reading them (avoid oom). Better handling for 
10231           invalid chunksizes when streaming.
10232
10233 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
10234
10235         * gst/level/gstlevel.c: (gst_level_set_property):
10236         * gst/level/gstlevel.h:
10237           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
10238           René Stadler
10239
10240 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
10241
10242         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
10243         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
10244         (gst_avi_demux_stream_data):
10245           Revert one change to fix streaming avi (adapter size != data size).
10246
10247 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
10248
10249         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
10250
10251         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
10252         (gst_matroska_demux_reset),
10253         (gst_matroska_demux_read_track_encodings),
10254         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
10255         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
10256         (gst_matroska_demux_subtitle_caps):
10257         * gst/matroska/matroska-ids.h:
10258           Add support for VOBSUB subtitle tracks and zlib-compressed
10259           tracks. Make sure we start on a keyframe after a seek. (#343348)
10260
10261 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
10262
10263         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
10264         (gst_matroska_demux_push_flac_codec_priv_data),
10265         (gst_matroska_demux_push_xiph_codec_priv_data),
10266         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
10267         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
10268         * gst/matroska/matroska-ids.h:
10269           Add basic FLAC support (#311586), not perfect yet though, needs some
10270           tweaking in flacdec; also, seeking could be better.
10271           Do better bounds checking when deserialising vorbis stream headers
10272           to make sure we don't read beyond the end of the buffer on bad input.
10273
10274 2006-09-04  Wim Taymans  <wim@fluendo.com>
10275
10276         Patch by: Alessandro Decina <alessandro at nnva dot org>
10277
10278         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
10279         Seeking back in a file containing a CMML stream errors out if the seek
10280         goes back up to the CMML headers. This is because after the seek the xml
10281         processing instruction <?xml ...?> is submitted to the xml parser again, 
10282         which results in an error. The attached patch fixes the problem. 
10283         Fixes #353908.
10284
10285         * ext/annodex/gstcmmlenc.h:
10286         Fix authors name.
10287
10288
10289 2006-08-28  Andy Wingo  <wingo@pobox.com>
10290
10291         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
10292         New helper function to lessen the ifdefs.
10293         (GST_INFO_OBJECT): 
10294         (gst_dv1394src_iso_receive): Use it.
10295         (gst_dv1394src_create): Also use the control sockets in iec61883
10296         mode.
10297         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
10298         handle for AVC operations; fixes #348233.
10299
10300 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
10301
10302         * configure.ac:
10303         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10304         * docs/plugins/inspect/plugin-audiofx.xml:
10305         * docs/plugins/inspect/plugin-audiofxgood.xml:
10306         * gst/audiofx/Makefile.am:
10307         * gst/audiofx/audiofx.c:
10308         * gst/audiofxgood/.cvsignore:
10309         * gst/audiofxgood/Makefile.am:
10310         * gst/audiofxgood/audiofx.c:
10311         * gst/audiofxgood/audiopanorama.c:
10312         * gst/audiofxgood/audiopanorama.h:
10313           Rename again (audiofxgood -> audiofx).
10314
10315 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
10316
10317         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
10318         (gst_avi_demux_stream_scan):
10319           Initialze variables.
10320
10321 2006-08-25  Wim Taymans  <wim@fluendo.com>
10322
10323         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
10324         (gst_avi_demux_init), (gst_avi_demux_finalize),
10325         (gst_avi_demux_reset), (gst_avi_demux_index_last),
10326         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
10327         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
10328         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
10329         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
10330         (gst_avi_demux_massage_index),
10331         (gst_avi_demux_calculate_durations_from_index),
10332         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
10333         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
10334         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
10335         (gst_avi_demux_change_state):
10336         * gst/avi/gstavidemux.h:
10337         More attempts to turn this into readable code.
10338         Don't leak adapters.
10339         Calculate duration according to index more efficiently.
10340         Don't try to act like we drive the pipeline in chain mode.
10341
10342 2006-08-25  Wim Taymans  <wim@fluendo.com>
10343
10344         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
10345         Fix build.
10346
10347 2006-08-25  Wim Taymans  <wim@fluendo.com>
10348
10349         Patch by: Alessandro Decina <alessandro at nnva dot org>
10350
10351         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
10352         Do some extra sanity checks.
10353         Fixes #350340.
10354
10355         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
10356         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
10357         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
10358         Check if clip->start_time is valid before adding the clip to the
10359         track list.
10360         Reset enc->preamble going from PAUSED to READY.
10361         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
10362         only used for EOS.
10363         Only post an error message if we were the one that created the fatal
10364         GstFlowReturn value.
10365
10366         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
10367         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
10368         Parse the seconds field of the npt-sec time format using %llu rather than
10369         %d and check that the value scaled by GST_SECOND doesn't overflow.
10370         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
10371         Lookup a clip's track with clip->track rather than clip->id which
10372         makes no sense.
10373         Identify a clip by its track and start time and not its xml id.
10374         do some more input checking and make sure we don't do undefined shifts.
10375
10376         * tests/check/elements/cmmldec.c: (setup_cmmldec),
10377         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
10378         (cmml_tag_message_pop), (check_headers), (push_clip_full),
10379         (push_clip), (push_empty_clip), (check_output_clip),
10380         (GST_START_TEST), (cmmldec_suite):
10381         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
10382         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
10383         (check_headers), (push_clip), (check_clip_times), (check_clip),
10384         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
10385         Added some more checks.
10386
10387 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
10388
10389         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
10390         (gst_audio_panorama_set_property),
10391         (gst_audio_panorama_get_property),
10392         (gst_audio_panorama_transform_m2s_int),
10393         (gst_audio_panorama_transform_s2s_int),
10394         (gst_audio_panorama_transform_m2s_float),
10395         (gst_audio_panorama_transform_s2s_float):
10396         * gst/audiofxgood/audiopanorama.h:
10397         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
10398           Make also the pan-property float (saves scaling and yields better
10399           resolution)
10400
10401 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
10402
10403         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
10404         (gst_audio_panorama_transform_m2s_float),
10405         (gst_audio_panorama_transform_s2s_float):
10406           ChangeLog surgery to add cymax's real name
10407
10408
10409 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
10410
10411         Patch by: René Stadler <mail@renestadler.de>
10412
10413         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
10414         (gst_audio_panorama_transform_m2s_int),
10415         (gst_audio_panorama_transform_s2s_int),
10416         (gst_audio_panorama_transform_m2s_float),
10417         (gst_audio_panorama_transform_s2s_float),
10418         (gst_audio_panorama_transform):
10419         * gst/audiofxgood/audiopanorama.h:
10420           Added float support
10421
10422 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
10423
10424         * gst/audiofxgood/audiopanorama.c:
10425         (gst_audio_panorama_transform_m2s):
10426           Fix docs & debug category. Add Fixme for volume pan levels.
10427
10428 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
10429
10430         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
10431         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
10432         (gst_avi_demux_stream_header_pull),
10433         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10434         (gst_avi_demux_chain):
10435           unbreak AVI index handling, some more debug, remove an obsolete
10436           adapter_flush that caused streaming to wander off in the wild
10437
10438 2006-08-24  Wim Taymans  <wim@fluendo.com>
10439
10440         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10441         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
10442         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
10443         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
10444         (gst_avi_demux_calculate_durations_from_index),
10445         (gst_avi_demux_stream_header_push),
10446         (gst_avi_demux_stream_header_pull):
10447         * gst/avi/gstavidemux.h:
10448         Some more cleanups. 
10449         Fix totalFrames parsing in ODML.
10450         Disable use of index for length calculation in case of ODML as this is
10451         broken now.
10452
10453 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
10454
10455         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
10456           Use libgsttag helper function here too.
10457
10458 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
10459
10460         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
10461         (gst_avi_demux_init), (gst_avi_demux_dispose),
10462         (gst_avi_demux_reset), (gst_avi_demux_index_next),
10463         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
10464         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
10465         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
10466         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
10467         (gst_avi_demux_parse_subindex),
10468         (gst_avi_demux_read_subindexes_push),
10469         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
10470         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
10471         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
10472         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
10473         (gst_avi_demux_stream_header_pull),
10474         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10475         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
10476         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
10477         (gst_avi_demux_change_state):
10478         * gst/avi/gstavidemux.h:
10479           Initial streaming support for avidemux (fixes #336465)
10480
10481 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
10482
10483         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10484           There is no taglibmux element ...
10485
10486         * gst/rtsp/gstrtspsrc.c:
10487           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
10488           was complaining about unknown entity here.
10489
10490 2006-08-22  Wim Taymans  <wim@fluendo.com>
10491
10492         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10493         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
10494         (gst_avi_demux_process_next_entry):
10495         * gst/avi/gstavidemux.h:
10496         Mark DISCONT.
10497         Remove old unused fields and reorder the struct a bit.
10498
10499 2006-08-22  Wim Taymans  <wim@fluendo.com>
10500
10501         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10502         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
10503         (gst_rtspsrc_pause):
10504         * gst/rtsp/gstrtspsrc.h:
10505         * sys/oss/gstosssink.c: (gst_oss_sink_open),
10506         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
10507         Small documentation updates.
10508
10509 2006-08-22  Wim Taymans  <wim@fluendo.com>
10510
10511         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10512         (gst_avi_demux_index_entry_for_time),
10513         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
10514         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
10515         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
10516         (gst_avi_demux_next_data_buffer),
10517         (gst_avi_demux_calculate_durations_from_index),
10518         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
10519         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
10520         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
10521         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
10522         * gst/avi/gstavidemux.h:
10523         Precalc most of the duration query for each stream.
10524         Make seeking more correct.
10525         Use GstSegment to track position and duration.
10526         Code cleanups and leak fixes.
10527         Calculate correct total duration based on index length.
10528
10529 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
10530
10531         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
10532         (parse_insert_string_field):
10533           If strings in text fields are marked ISO8859-1, but contain
10534           valid UTF-8 already, then handle them as UTF-8 and ignore
10535           the encoding. (#351794)
10536
10537 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
10538
10539         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
10540         (gst_flac_dec_write), (gst_flac_dec_loop),
10541         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
10542         (gst_flac_dec_src_query):
10543         * ext/flac/gstflacdec.h:
10544           Make flac-in-ogg work (#352100).
10545
10546 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
10547
10548         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
10549           Don't unref buffers of which we've already given away
10550           ownership to the adapter.
10551
10552 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
10553
10554         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
10555           Make metadata extraction actually work.
10556
10557         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
10558         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
10559         (gst_speexenc_chain):
10560           Fix metadata writing: replace old code which wrote completely
10561           broken tags with libgsttag-based code. Plus miscellaneous
10562           code cleanups (use static pad templates etc.) and a bunch
10563           of leak fixes.
10564
10565 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
10566
10567         * gst/audiopanorama/.cvsignore:
10568         * gst/audiopanorama/Makefile.am:
10569         * gst/audiopanorama/audiofx.c:
10570         * gst/audiopanorama/audiopanorama.c:
10571         * gst/audiopanorama/audiopanorama.h:
10572           die! die! die! you should never have been there
10573
10574 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
10575
10576         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
10577         Fix invalid memory access in audiopanorama test suite.
10578
10579 2006-08-21  Edward Hervey  <edward@fluendo.com>
10580
10581         * tests/check/elements/.cvsignore:
10582         ignore built file
10583
10584 2006-08-21  Wim Taymans  <wim@fluendo.com>
10585
10586         * gst/rtp/Makefile.am:
10587         Fix the build again.
10588
10589 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
10590
10591         * gst/audiofxgood/.cvsignore:
10592         * gst/audiofxgood/Makefile.am:
10593         * gst/audiofxgood/audiofx.c: (plugin_init):
10594         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
10595         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
10596         (gst_audio_panorama_set_property),
10597         (gst_audio_panorama_get_property),
10598         (gst_audio_panorama_get_unit_size),
10599         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
10600         (gst_audio_panorama_transform_m2s),
10601         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
10602         * gst/audiofxgood/audiopanorama.h:
10603           resubmit with the desired name *again*
10604
10605 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
10606
10607         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
10608         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
10609           use g_assert in _get_unit_size
10610
10611 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
10612
10613         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10614         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10615         * docs/plugins/inspect/plugin-audiofxgood.xml:
10616           cleanup -unused.txt to make it useful, add previously missing docs
10617
10618         * ext/Makefile.am:
10619           Quietly (accidentally) enable LADSPA for building by default, 
10620           despite the fact that it doesn't meet the plugin checklist.
10621             -- Added by Jan Schmidt 18 Dec 2006
10622
10623         * ext/esd/esdmon.c:
10624         * ext/esd/esdsink.c:
10625         * ext/esd/gstesd.c: (plugin_init):
10626           reflow to get rid of two external symbols
10627
10628         * gst/audiofxgood/audiofx.c: (plugin_init):
10629           re-add
10630
10631 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
10632
10633         * configure.ac:
10634         * gst/audiofxgood/.cvsignore:
10635         * gst/audiofxgood/Makefile.am:
10636         * gst/audiofxgood/audiofx.c
10637         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
10638         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
10639         (gst_audio_panorama_set_property),
10640         (gst_audio_panorama_get_property),
10641         (gst_audio_panorama_get_unit_size),
10642         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
10643         (gst_audio_panorama_transform_m2s),
10644         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
10645         * gst/audiofxgood/audiopanorama.h:
10646         * tests/check/Makefile.am:
10647         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
10648         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
10649         (panorama_suite), (main):
10650         Add audiofxgood plugin with audiopanorama element
10651
10652 2006-08-18  Wim Taymans  <wim@fluendo.com>
10653
10654         * docs/plugins/Makefile.am:
10655         More Oss docs fixage. 
10656
10657 2006-08-18  Wim Taymans  <wim@fluendo.com>
10658
10659         * gst/rtp/Makefile.am:
10660         * gst/rtp/gstrtp.c: (plugin_init):
10661         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
10662         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
10663         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
10664         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
10665         (gst_rtp_sv3v_depay_get_property),
10666         (gst_rtp_sv3v_depay_change_state),
10667         (gst_rtp_sv3v_depay_plugin_init):
10668         * gst/rtp/gstrtpsv3vdepay.h:
10669         Added experimental SVQ3 depayloader.
10670
10671 2006-08-18  Edward Hervey  <edward@fluendo.com>
10672
10673         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
10674         (gst_dvdemux_loop), (gst_dvdemux_change_state):
10675         * ext/dv/gstdvdemux.h:
10676         When handling seek requests, don't send the newsegment event from the
10677         calling thread. Instead save it so it can be sent from the streaming
10678         thread.
10679
10680 2006-08-17  Wim Taymans  <wim@fluendo.com>
10681
10682         Patch by: Sjoerd Simons <sjoerd at luon dot net>
10683
10684         * gst/multipart/multipartdemux.c: (multipart_parse_header):
10685         Accept leading whitespace before the boundary
10686         This patch makes the demuxer allow some whitespace before the actual
10687         boundary. This makes the demuxer work with the ``old'' gstreamer
10688         multipartmuxer again (which placed an extra \n before the start
10689         of the stream) Fixes #349068.
10690
10691 2006-08-17  Wim Taymans  <wim@fluendo.com>
10692
10693         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
10694         Error out on non-implemented stuff.
10695
10696 2006-08-16  Wim Taymans  <wim@fluendo.com>
10697
10698         Patch by: Andy Wingo <wingo at pobox dot com>
10699
10700         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
10701         (gst_signal_processor_start), (gst_signal_processor_stop),
10702         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
10703         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
10704         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
10705         (gst_signal_processor_change_state):
10706         Make ladspa elements reusable. Fixes #350006.
10707
10708 2006-08-16  Wim Taymans  <wim@fluendo.com>
10709
10710         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
10711         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
10712         names as possible. Fixes #349901.
10713
10714 2006-08-16  Wim Taymans  <wim@fluendo.com>
10715
10716         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
10717         (gst_signal_processor_do_pushes):
10718         A push() gives away our refcount so we should not use the buffer on the
10719         pen anymore.
10720
10721 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
10722
10723         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
10724         (gst_oss_mixer_element_finalize):
10725           Don't leak device string.
10726
10727 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
10728
10729         * configure.ac:
10730           Require CVS of GStreamer core and -base (for
10731           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
10732
10733         * ext/taglib/gstid3v2mux.cc:
10734           Write extended comment tags properly (#348762).
10735
10736         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10737         (parse_comment_frame):
10738           Extract COMM frames into extended comments, which makes it
10739           easier to properly retain the description bit of the tag
10740           and maintain this information when re-tagging (#348762).
10741
10742 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
10743
10744         * tests/check/Makefile.am:
10745           Don't try to run annodex unit tests if the annodex
10746           plugin has not been built (Fixes #351116).
10747
10748 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
10749
10750         * gst/autodetect/gstautoaudiosink.c:
10751         (gst_auto_audio_sink_find_best):
10752           When we can't find a usable audiosink, don't error out,
10753           but use a fake sink instead and post a warning message
10754           on the bus (#341278).
10755
10756 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
10757
10758         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
10759         * sys/oss/gstosssink.c:
10760         * sys/oss/gstosssrc.c:
10761           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
10762           ossmixer's new device property.
10763
10764         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10765         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10766           Add docs for OSS elements.
10767
10768         * docs/plugins/inspect/plugin-aasink.xml:
10769         * docs/plugins/inspect/plugin-alaw.xml:
10770         * docs/plugins/inspect/plugin-alpha.xml:
10771         * docs/plugins/inspect/plugin-alphacolor.xml:
10772         * docs/plugins/inspect/plugin-annodex.xml:
10773         * docs/plugins/inspect/plugin-apetag.xml:
10774         * docs/plugins/inspect/plugin-auparse.xml:
10775         * docs/plugins/inspect/plugin-autodetect.xml:
10776         * docs/plugins/inspect/plugin-avi.xml:
10777         * docs/plugins/inspect/plugin-cacasink.xml:
10778         * docs/plugins/inspect/plugin-cairo.xml:
10779         * docs/plugins/inspect/plugin-cdio.xml:
10780         * docs/plugins/inspect/plugin-cutter.xml:
10781         * docs/plugins/inspect/plugin-debug.xml:
10782         * docs/plugins/inspect/plugin-dv.xml:
10783         * docs/plugins/inspect/plugin-efence.xml:
10784         * docs/plugins/inspect/plugin-effectv.xml:
10785         * docs/plugins/inspect/plugin-esdsink.xml:
10786         * docs/plugins/inspect/plugin-flac.xml:
10787         * docs/plugins/inspect/plugin-flxdec.xml:
10788         * docs/plugins/inspect/plugin-gconfelements.xml:
10789         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
10790         * docs/plugins/inspect/plugin-goom.xml:
10791         * docs/plugins/inspect/plugin-halelements.xml:
10792         * docs/plugins/inspect/plugin-icydemux.xml:
10793         * docs/plugins/inspect/plugin-id3demux.xml:
10794         * docs/plugins/inspect/plugin-jpeg.xml:
10795         * docs/plugins/inspect/plugin-level.xml:
10796         * docs/plugins/inspect/plugin-matroska.xml:
10797         * docs/plugins/inspect/plugin-mulaw.xml:
10798         * docs/plugins/inspect/plugin-multipart.xml:
10799         * docs/plugins/inspect/plugin-navigationtest.xml:
10800         * docs/plugins/inspect/plugin-ossaudio.xml:
10801         * docs/plugins/inspect/plugin-png.xml:
10802         * docs/plugins/inspect/plugin-rtp.xml:
10803         * docs/plugins/inspect/plugin-rtsp.xml:
10804         * docs/plugins/inspect/plugin-shout2send.xml:
10805         * docs/plugins/inspect/plugin-smpte.xml:
10806         * docs/plugins/inspect/plugin-speex.xml:
10807         * docs/plugins/inspect/plugin-taglib.xml:
10808         * docs/plugins/inspect/plugin-udp.xml:
10809         * docs/plugins/inspect/plugin-videobalance.xml:
10810         * docs/plugins/inspect/plugin-videobox.xml:
10811         * docs/plugins/inspect/plugin-videoflip.xml:
10812         * docs/plugins/inspect/plugin-videomixer.xml:
10813         * docs/plugins/inspect/plugin-wavenc.xml:
10814         * docs/plugins/inspect/plugin-wavparse.xml:
10815         * docs/plugins/inspect/plugin-ximagesrc.xml:
10816           Update to CVS version.
10817           
10818 2006-08-16  Wim Taymans  <wim@fluendo.com>
10819
10820         * gst/rtp/gstrtpamrdepay.c:
10821         * gst/rtp/gstrtpmp4gdepay.c:
10822         Caps extra properties must be defined as strings for
10823         depayloaders because they are generated from an SDP.
10824
10825         * gst/rtp/Makefile.am:
10826         * gst/rtp/gstrtp.c: (plugin_init):
10827         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
10828         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
10829         (gst_rtp_h264_depay_finalize), (decode_base64),
10830         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
10831         (gst_rtp_h264_depay_set_property),
10832         (gst_rtp_h264_depay_get_property),
10833         (gst_rtp_h264_depay_change_state),
10834         (gst_rtp_h264_depay_plugin_init):
10835         * gst/rtp/gstrtph264depay.h:
10836         Added basic, not completely functional RFC 3984 H264 depayloader.
10837
10838 2006-08-16  Wim Taymans  <wim@fluendo.com>
10839
10840         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
10841         Add pads after setting them up.
10842
10843         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
10844         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
10845         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
10846         (gst_rtspsrc_stream_setup_rtp),
10847         (gst_rtspsrc_stream_configure_transport),
10848         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
10849         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
10850         (gst_rtspsrc_pause):
10851         * gst/rtsp/gstrtspsrc.h:
10852         Fix interleaved mode.
10853          - Protect streaming with lock.
10854          - Combine flows
10855          - set caps on outgoing buffers.
10856          - strip trailing \0 from data packets.
10857          - Configure RTP/RTCP in stream.
10858         Use DEBUG_OBJECT more.
10859
10860 2006-08-16  Wim Taymans  <wim@fluendo.com>
10861
10862         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
10863         Turn a g_print into a DEBUG line.
10864
10865 2006-08-13  Wim Taymans  <wim@fluendo.com>
10866
10867         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
10868         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
10869         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
10870         (gst_oss_mixer_element_get_property),
10871         (gst_oss_mixer_element_change_state):
10872         * sys/oss/gstossmixerelement.h:
10873         Small cleanups. Better error reporting.
10874         Add device property for the mixer instead of the hardcoded
10875         /dev/mixer. Fixes #350785.
10876         API: GstOssMixerElement::device property
10877
10878 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
10879
10880         Patch by: Jens Granseuer <jensgr at gmx net>
10881
10882         * gconf/Makefile.am:
10883           Make --disable-schemas work right (they still need
10884           to be copied to the installation directory, just not
10885           applied). Fixes #351347 (also #344100).
10886           
10887 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10888
10889         * configure.ac: back to HEAD
10890
10891 === release 0.10.4 ===
10892
10893 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
10894
10895         * configure.ac:
10896           releasing 0.10.4, "Dear Leader"
10897
10898 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10899
10900         Patch by: Edward Hervey <edward@fluendo.com>
10901
10902         * configure.ac:
10903         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10904         (gst_wavparse_stream_data):
10905         Send the newsegment event in the streaming thread.
10906         Fixes #347529
10907
10908 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
10909
10910         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
10911         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
10912         (gst_smokeenc_resync), (gst_smokeenc_chain):
10913           Refuse sink caps in the encoder if width or height is not a
10914           multiple of 16, the encoder does not support that yet (#349939);
10915           along the same lines, check the return value of the encoder
10916           setup function; also remove some debug log clutter.
10917
10918 2006-08-04  Andy Wingo  <wingo@pobox.com>
10919
10920         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
10921         whether a processor can work in place or not, and for keeping
10922         track of its state. Change the FlowReturn instance variable from
10923         "state" to "flow_state", all callers changed.
10924
10925         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
10926         (gst_signal_processor_start, gst_signal_processor_stop)
10927         (gst_signal_processor_cleanup): New functions to manage the
10928         processor's state.
10929         (gst_signal_processor_setcaps): start() as well as setup() here.
10930         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
10931         (gst_signal_processor_change_state): Stop and cleanup the
10932         processor as we go to NULL.
10933
10934         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
10935         INPLACE_BROKEN is not set.
10936
10937         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
10938         Do the alloc_buffer in bytes, not frames.
10939         
10940 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10941
10942         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
10943         Fix rgb masks when recording in < 24bpp.
10944
10945 2006-08-04  Andy Wingo  <wingo@pobox.com>
10946
10947         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
10948         (gst_signal_processor_prepare)
10949         (gst_signal_processor_update_inputs)
10950         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
10951         (gst_signal_processor_flush)
10952         (gst_signal_processor_sink_activate_push)
10953         (gst_signal_processor_src_activate_pull)
10954         (gst_signal_processor_change_state): Remove the last of the code
10955         that assumes that we process whole buffers at a time. Fix some
10956         debugging. Seems to work now in some cases.
10957         (gst_signal_processor_src_activate_pull): BPB
10958
10959 2006-08-01  Andy Wingo  <wingo@pobox.com>
10960
10961         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
10962         Fix nframes-choosing.
10963         (gst_signal_processor_init): Init pending_in and pending_out.
10964
10965         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
10966         more default sample rate, although we never check that the sample
10967         rate actually gets set. Something for the future.
10968         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
10969         (gst_signal_processor_event): Refcount fixen.
10970         (gst_signal_processor_process): Pull the number of frames to
10971         process from the sizes of the buffers in the input pens.
10972         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
10973         (gst_signal_processor_do_pulls): Add an nframes argument, and use
10974         it instead of buffer_frames.
10975         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
10976         to do_pulls.
10977         (gst_signal_processor_chain)
10978         (gst_signal_processor_sink_activate_push)
10979         (gst_signal_processor_src_activate_pull):  Refcount fixen.
10980
10981         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
10982
10983 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
10984
10985         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
10986         (gst_signal_processor_process):
10987           don't query buffer-frames from caps, add lots of debug-log,
10988           try fix for assert (#349189)
10989
10990 2006-07-31  Wim Taymans  <wim@fluendo.com>
10991
10992         * gst/udp/gstudpsrc.c:
10993         Fix docs.
10994
10995 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
10996
10997         * ext/ladspa/gstsignalprocessor.c:
10998         (gst_signal_processor_add_pad_from_template),
10999         (gst_signal_processor_init), (gst_signal_processor_setcaps),
11000         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
11001         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
11002         (gst_signal_processor_sink_activate_push),
11003         (gst_signal_processor_src_activate_pull),
11004         (gst_signal_processor_change_state):
11005          Add debugs logs here and there, add more error handling, add some
11006          FIXME comments, filed #349189
11007
11008 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11009
11010         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
11011         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
11012         Set caps on buffer correctly.  Fixes bug #349155.
11013
11014 2006-07-28  Wim Taymans  <wim@fluendo.com>
11015
11016         Patch by: Sjoerd Simons <sjoerd at luon dot net>
11017
11018         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
11019         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
11020         (gst_multipart_demux_finalize), (get_line_end),
11021         (multipart_parse_header), (multipart_find_boundary),
11022         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
11023         (gst_multipart_set_property), (gst_multipart_get_property):
11024         Uses GstAdapter instead of own buffering.
11025         Actually parses the mime-type correctly (In tests the mime-type was
11026         always "" with the old version).
11027         Uses the Content-length header if available to speed up things.
11028         Reliably autoscans the boundary name by default.
11029         Fixes #349068.
11030
11031         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
11032         Don't start the stream with a \n.
11033
11034 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
11035
11036         Patch by: Brian Cameron <brian dot cameron at sun com>
11037
11038         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
11039           Open source with O_NONBLOCK (#349015).
11040
11041 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
11042
11043         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
11044         (gst_avi_demux_massage_index):
11045         * gst/avi/gstavidemux.h:
11046           Whitespace fixes and more debug
11047
11048 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
11049
11050         * gst/autodetect/gstautoaudiosink.c:
11051         (gst_auto_audio_sink_create_element_with_pretty_name),
11052         (gst_auto_audio_sink_find_best),
11053         (gst_auto_audio_sink_change_state):
11054           Get rid of old and unused magic sound-server properties stuff.
11055           Add suffix to child sink's name that makes it easy to see from
11056           the name alone which type it actually is (alsa, oss, esd, etc.).
11057
11058 2006-07-27  Wim Taymans  <wim@fluendo.com>
11059
11060         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
11061         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
11062         (gst_udpsrc_start):
11063         * gst/udp/gstudpsrc.h:
11064         Rename "buffer" to "buffer-size" to make clear it is a size we set and
11065         not some sort of feature we enable.
11066
11067 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
11068
11069         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
11070           Use CLOSE_SOCKET() here instead of close() to maintain
11071           win32 workiness.
11072
11073 2006-07-27  Wim Taymans  <wim@fluendo.com>
11074
11075         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
11076
11077         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
11078         (gst_udpsrc_create), (gst_udpsrc_set_property),
11079         (gst_udpsrc_get_property), (gst_udpsrc_start):
11080         * gst/udp/gstudpsrc.h:
11081         Added "buffer-size" property to control the kernel receive buffer size.
11082         Update documentation.
11083         Small cleanups. Fixes #348752.
11084         API: buffer-size property
11085
11086 2006-07-26  Wim Taymans  <wim@fluendo.com>
11087
11088         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
11089
11090         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
11091         (gst_rtp_pcma_pay_handle_buffer):
11092         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
11093         (gst_rtp_pcmu_pay_handle_buffer):
11094         Fix timestamp calculation on outgoing RTP packets.
11095         Fixes #348675.
11096
11097 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
11098
11099         * ext/taglib/gstid3v2mux.cc:
11100           Fix writing of comment frames (should be COMM not TCOM),
11101           is still sub-optimal though, since we don't retain or
11102           extract the comment descriptions properly (#334375,
11103           also see #334375).
11104
11105 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
11106
11107         * gst/wavparse/gstwavparse.c:
11108           #define 'fact' RIFF chunk if we are not compiling against
11109           -base CVS (we don't want to depend on -base CVS for this
11110           one define only, and also not for release order reasons).
11111
11112 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
11113
11114         * ext/taglib/gstid3v2mux.cc:
11115           Handle multiple tags of the same type properly. Re-inject
11116           unparsed ID3v2 frames that we get as binary blobs from
11117           id3demux into the tag again so we don't lose information
11118           when retagging (#334375).
11119
11120 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
11121
11122         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
11123           Document newly-added properties properly, so that there is a
11124           'Since: 0.10.4' in the plugin docs. Convert some property
11125           names into canonical GObject style (GObject will do that
11126           internally anyway).
11127
11128 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
11129
11130         * gst/id3demux/id3tags.c:
11131         (id3demux_add_id3v2_frame_blob_to_taglist):
11132           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
11133           well, and add the version to the blob's buffer caps, since that
11134           information will be needed for deserialisation later on (#348644).
11135
11136 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
11137
11138         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
11139         (gst_avi_demux_parse_stream):
11140          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
11141          indentation and spacing.
11142
11143 2006-07-24  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.args:
11149         * docs/plugins/inspect/plugin-1394.xml:
11150         * docs/plugins/inspect/plugin-aasink.xml:
11151         * docs/plugins/inspect/plugin-alaw.xml:
11152         * docs/plugins/inspect/plugin-alpha.xml:
11153         * docs/plugins/inspect/plugin-alphacolor.xml:
11154         * docs/plugins/inspect/plugin-annodex.xml:
11155         * docs/plugins/inspect/plugin-apetag.xml:
11156         * docs/plugins/inspect/plugin-auparse.xml:
11157         * docs/plugins/inspect/plugin-autodetect.xml:
11158         * docs/plugins/inspect/plugin-avi.xml:
11159         * docs/plugins/inspect/plugin-cacasink.xml:
11160         * docs/plugins/inspect/plugin-cairo.xml:
11161         * docs/plugins/inspect/plugin-cdio.xml:
11162         * docs/plugins/inspect/plugin-cutter.xml:
11163         * docs/plugins/inspect/plugin-debug.xml:
11164         * docs/plugins/inspect/plugin-dv.xml:
11165         * docs/plugins/inspect/plugin-efence.xml:
11166         * docs/plugins/inspect/plugin-effectv.xml:
11167         * docs/plugins/inspect/plugin-esdsink.xml:
11168         * docs/plugins/inspect/plugin-flac.xml:
11169         * docs/plugins/inspect/plugin-flxdec.xml:
11170         * docs/plugins/inspect/plugin-gconfelements.xml:
11171         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
11172         * docs/plugins/inspect/plugin-goom.xml:
11173         * docs/plugins/inspect/plugin-halelements.xml:
11174         * docs/plugins/inspect/plugin-icydemux.xml:
11175         * docs/plugins/inspect/plugin-id3demux.xml:
11176         * docs/plugins/inspect/plugin-jpeg.xml:
11177         * docs/plugins/inspect/plugin-level.xml:
11178         * docs/plugins/inspect/plugin-matroska.xml:
11179         * docs/plugins/inspect/plugin-mulaw.xml:
11180         * docs/plugins/inspect/plugin-multipart.xml:
11181         * docs/plugins/inspect/plugin-navigationtest.xml:
11182         * docs/plugins/inspect/plugin-ossaudio.xml:
11183         * docs/plugins/inspect/plugin-png.xml:
11184         * docs/plugins/inspect/plugin-rtp.xml:
11185         * docs/plugins/inspect/plugin-rtsp.xml:
11186         * docs/plugins/inspect/plugin-shout2send.xml:
11187         * docs/plugins/inspect/plugin-smpte.xml:
11188         * docs/plugins/inspect/plugin-speex.xml:
11189         * docs/plugins/inspect/plugin-udp.xml:
11190         * docs/plugins/inspect/plugin-videobalance.xml:
11191         * docs/plugins/inspect/plugin-videobox.xml:
11192         * docs/plugins/inspect/plugin-videoflip.xml:
11193         * docs/plugins/inspect/plugin-videomixer.xml:
11194         * docs/plugins/inspect/plugin-wavenc.xml:
11195         * docs/plugins/inspect/plugin-wavparse.xml:
11196         * docs/plugins/inspect/plugin-ximagesrc.xml:
11197           Update files to CVS/Prerelease version, add esdsink docs.
11198
11199         * ext/esd/esdsink.c:
11200           Add gtk-doc blurb.
11201
11202         * gst/rtp/gstrtpmp4vpay.c:
11203           Fix typo in element description.
11204
11205 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
11206
11207         * ext/esd/esdsink.c: (gst_esdsink_open),
11208         (gst_esdsink_factory_init):
11209           Prevent libesd from auto-spawning a sound daemon if it
11210           is not already running. Now that we don't do evil stuff
11211           like that any longer we can give esdsink a rank so that
11212           autoaudiosink will try it as well if all other audio
11213           sinks fail (#343051).
11214
11215 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
11216
11217         * ext/esd/Makefile.am:
11218           Oops, need to remove README from EXTRA_DIST as well.
11219
11220 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
11221
11222         * ext/esd/README:
11223           Remove, it contains nothing useful anyway.
11224
11225         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
11226         (gst_esdsink_delay):
11227           Some small clean-ups; use GST_BOILERPLATE etc.
11228
11229 2006-07-24  Wim Taymans  <wim@fluendo.com>
11230
11231         * gst/law/alaw-decode.c: (alawdec_getcaps):
11232         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
11233         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
11234         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
11235         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
11236
11237 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
11238
11239         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
11240         (gst_wavparse_other), (gst_wavparse_perform_seek),
11241         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
11242         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
11243         (gst_wavparse_pad_query):
11244         * gst/wavparse/gstwavparse.h:
11245           Use information from 'fact' chunk for length calculation of compressed
11246           samples. Calculate bps if bogus value is found in wav header (embeded
11247           mp2/mp3).
11248           
11249
11250 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
11251
11252         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
11253
11254         * configure.ac:
11255         * gst/udp/Makefile.am:
11256         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
11257         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
11258         * gst/udp/gstdynudpsink.h:
11259         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
11260         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
11261         * gst/udp/gstmultiudpsink.h:
11262         * gst/udp/gstudp.c: (plugin_init):
11263         * gst/udp/gstudpsink.h:
11264         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
11265         (gst_udpsrc_start), (gst_udpsrc_stop):
11266         * gst/udp/gstudpsrc.h:
11267         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
11268         (gst_udp_net_utils_win32_wsa_startup):
11269         * gst/udp/gstudpnetutils.h:
11270           Port udp plugin to win32 (#345288).
11271
11272 2006-07-24  Wim Taymans  <wim@fluendo.com>
11273
11274         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
11275         Remove unwanted DEBUG line.
11276
11277 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
11278
11279         * gst/id3demux/gstid3demux.c: (plugin_init):
11280         * gst/id3demux/id3tags.c:
11281         (id3demux_add_id3v2_frame_blob_to_taglist):
11282         * gst/id3demux/id3tags.h:
11283           On second thought, it might be wiser and more efficient
11284           not to do tag registration from a streaming thread.
11285
11286 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
11287
11288         * gst/id3demux/id3tags.c:
11289         (id3demux_add_id3v2_frame_blob_to_taglist),
11290         (id3demux_id3v2_frames_to_tag_list):
11291           Put ID3v2 frames we can't parse as binary blobs into private
11292           tags, so that they are not lost when retagging, at least once
11293           id3v2mux has been taught to re-inject those frames again.
11294           See bug #334375.
11295
11296 2006-07-21  Wim Taymans  <wim@fluendo.com>
11297
11298         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
11299         (gst_avi_demux_process_next_entry):
11300         Fix some leaks.
11301
11302         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
11303         Don't use \n in debug lines.
11304
11305 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
11306
11307         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11308         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11309           Add annodex and icydemux, cleanup the sections a bit
11310
11311 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
11312
11313         Patch by: Alex Lancaster <alexl at users sourceforge net>
11314
11315         * ext/taglib/gstid3v2mux.cc:
11316           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
11317           ID3v2 TSSE frames (#347898).
11318
11319 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
11320
11321         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
11322           Respect mpegversion for "video/mpeg" and give message in case of
11323           unhandled versions.
11324
11325 2006-07-17  Wim Taymans  <wim@fluendo.com>
11326
11327         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
11328         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
11329         (gst_pngdec_chain), (gst_pngdec_sink_event),
11330         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
11331         (gst_pngdec_sink_activate_push):
11332         * ext/libpng/gstpngdec.h:
11333         Use statically allocated segment instead of leaking.
11334         Various cleanups.
11335         Fix flush and seek handling.
11336
11337 2006-07-16  Wim Taymans  <wim@fluendo.com>
11338
11339         * gst/rtp/Makefile.am:
11340         * gst/rtp/gstrtp.c: (plugin_init):
11341         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
11342         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
11343         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
11344         (gst_rtp_mp4g_depay_set_property),
11345         (gst_rtp_mp4g_depay_get_property),
11346         (gst_rtp_mp4g_depay_change_state),
11347         (gst_rtp_mp4g_depay_plugin_init):
11348         * gst/rtp/gstrtpmp4gdepay.h:
11349         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
11350         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
11351         (gst_rtp_mp4g_pay_flush):
11352         Added simple generic mpeg4 depayloader.
11353         Fix generic mpeg4 payloader.
11354
11355 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
11356
11357         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
11358           Don't try doing state changes on a NULL pointer.
11359
11360 2006-07-14  Wim Taymans  <wim@fluendo.com>
11361
11362         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
11363
11364         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
11365         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
11366         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
11367         * gst/rtp/gstrtpamrdepay.h:
11368         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
11369         Fixes #321191
11370
11371 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11372
11373         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
11374         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
11375         Fix segfault when moving mouse pointer to the bottom right corner.
11376
11377 2006-07-12  Wim Taymans  <wim@fluendo.com>
11378
11379         * gst/rtp/Makefile.am:
11380         * gst/rtp/gstrtp.c: (plugin_init):
11381         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
11382         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
11383         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
11384         (gst_rtp_mp2t_depay_set_property),
11385         (gst_rtp_mp2t_depay_get_property),
11386         (gst_rtp_mp2t_depay_change_state),
11387         (gst_rtp_mp2t_depay_plugin_init):
11388         * gst/rtp/gstrtpmp2tdepay.h:
11389         Added mpeg2 TS depayloader. Closing #347234.
11390
11391 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
11392
11393         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
11394           Remove g_assert that shouldn't be there and was triggered
11395           after trying to open a device that doesn't exist or can't
11396           be opened for some other reason (#347972).
11397
11398 2006-07-10  Edward Hervey  <edward@fluendo.com>
11399
11400         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
11401         (gst_avi_demux_stream_header), (push_tag_lists):
11402         * gst/avi/gstavidemux.h:
11403         Don't push tag events found by gst_riff_parse_info() before outputting
11404         GST_EVENT_NEWSEGMENT.
11405
11406 2006-07-10  Wim Taymans  <wim@fluendo.com>
11407
11408         * gst/rtsp/Makefile.am:
11409         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
11410         (rtsp_connection_close):
11411         * gst/rtsp/rtspdefs.h:
11412         replaced closesocket and close in code with one CLOSE_SOCKET. 
11413         Some more cleanups. Fixes #345301.
11414
11415 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
11416
11417         * gst/autodetect/gstautoaudiosink.c:
11418           Fix example pipeline in docs.
11419
11420 2006-07-10  Wim Taymans  <wim@fluendo.com>
11421
11422         Patch by: Rob Taylor <robtaylor at floopily dot org>
11423
11424         * gst/udp/gstmultiudpsink.c: (join_multicast),
11425         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
11426         If a destination is added before the stream is set to PAUSED, the
11427         multicast group is not joined as the socket is not created yet. 
11428         Also TTL and LOOP should also be set. Fixes #346921.
11429
11430 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11431
11432         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
11433         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
11434         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
11435         (gst_ximage_src_init):
11436         * sys/ximage/gstximagesrc.h:
11437         Fix use-damage property to actually work :)
11438         Add startx, starty, endx, endy properties so screencasts other than full
11439         screen ones can work.
11440
11441 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11442
11443         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
11444         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
11445         (gst_ximage_src_class_init), (gst_ximage_src_init):
11446         * sys/ximage/gstximagesrc.h:
11447         Add use_damage property to offer ability to choose whether to use
11448         XDamage or not.
11449
11450 2006-07-07  Wim Taymans  <wim@fluendo.com>
11451
11452         * gst/goom/filters.c: (zoomFilterSetResolution):
11453         Avoid goom coredumping by clearing memory. 
11454         Fixes 345679.
11455
11456 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
11457
11458         * win32/vs6/libgstid3demux.dsp:
11459         Add a link to libgsttag-0.10.lib.
11460
11461 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
11462
11463         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
11464         (gst_tag_demux_read_range):
11465         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
11466         (gst_id3demux_read_range):
11467           Don't return FLOW_UNEXPECTED when a buffer is before
11468           the start of the stream (which might happen with
11469           large ID3v2 tags if the tag reading was done pullrange
11470           based and we then switched to push mode later on).
11471           Fixes regression introduced by commit from June 29th.
11472
11473 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
11474
11475         * ext/taglib/gstid3v2mux.cc:
11476           Make UTF-8 the default encoding when writing string
11477           tags (before, our UTF-8 strings would automatically
11478           be converted to ISO-8859-1 by taglib and written as
11479           ISO-8859-1 fields if that was possible).
11480
11481         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
11482         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
11483         (test_taglib_id3mux_with_tags):
11484           Add test case that makes sure our UTF-8 strings have
11485           actually been written into the tag as UTF-8.
11486
11487 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
11488
11489         * configure.ac:
11490           Let's try that again.
11491
11492 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
11493
11494         * configure.ac:
11495           Disable monoscope plugin for now until it fulfills
11496           all the requirements.
11497
11498 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
11499
11500         * configure.ac:
11501         * gst/monoscope/Makefile.am:
11502         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
11503         (gst_monoscope_class_init), (gst_monoscope_init),
11504         (gst_monoscope_finalize), (gst_monoscope_reset),
11505         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
11506         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
11507         (gst_monoscope_sink_event), (gst_monoscope_src_event),
11508         (gst_monoscope_change_state), (plugin_init):
11509         * gst/monoscope/gstmonoscope.h:
11510           Port monoscope visualisation to 0.10.
11511
11512 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
11513
11514         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11515         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
11516           Return FLOW_UNEXPECTED when at the end of the file, not
11517           FLOW_ERROR. Fixes 'internal stream error' errors that
11518           would sometimes occur in totem when scrubbing to the
11519           end of an ID3v1 tagged mp3 file.
11520
11521 2006-07-03  Edward Hervey  <edward@fluendo.com>
11522
11523         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
11524         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
11525         (gst_pngdec_sink_event), (gst_pngdec_change_state):
11526         * ext/libpng/gstpngdec.h:
11527         Implement buffer clipping/dropping using GstSegment.
11528         This provides accurate seeking.
11529
11530 2006-07-03  Edward Hervey  <edward@fluendo.com>
11531
11532         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
11533         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
11534         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
11535         (gst_avi_demux_process_next_entry), (push_tag_lists),
11536         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
11537         * gst/avi/gstavidemux.h:
11538         Proper aggregation of each stream's GstFlowReturn in order to figure out
11539         whether the task should stop or not.
11540         Don't send inline events before pushing out a NEW_SEGMENT, more
11541         specifically for GST_TAG_EVENT.
11542         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
11543         sub-indexes.
11544
11545 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
11546
11547         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
11548
11549         * sys/sunaudio/gstsunaudiomixerctrl.c:
11550         (gst_sunaudiomixer_ctrl_build_list):
11551           Move "Monitor" slider to input tab so it works more like
11552           sdtaudiocontrol, which is what people on Solaris are used
11553           to using for their mixer program (#346259).
11554
11555 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11556
11557         * tests/check/elements/level.c: (GST_START_TEST):
11558           fix a leak, clean up at the end
11559
11560 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
11561
11562         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11563         (gst_matroska_demux_send_event),
11564         (gst_matroska_demux_loop_stream_parse_id):
11565         * gst/matroska/matroska-ids.h:
11566           Send tag event after newsegment event.
11567
11568 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
11569
11570         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
11571         (gst_id3demux_read_range):
11572           Make sure we don't return GST_FLOW_OK with a NULL buffer in
11573           certain cases where a read beyond the end of the file is
11574           requested. Fixes #345930.
11575
11576         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
11577         (gst_tag_demux_read_range):
11578           Fix same issue here as well.
11579
11580 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11581
11582         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
11583         
11584         Fix hypothetical crash.
11585
11586 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
11587
11588         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
11589
11590         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
11591           Do not modify the ports value. If the user has turned off the
11592           built-in speakers, then we should not reset it in the prepare
11593           function, since this causes the built-in speakers to turn
11594           back on anytime the user changes a track in totem, rhythmbox,
11595           etc. (#346066).
11596
11597 2006-06-23  Wim Taymans  <wim@fluendo.com>
11598
11599         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
11600         Fix double caps unref when negotiation fails.
11601
11602 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
11603
11604         * ext/annodex/gstcmmldec.c:
11605         * ext/annodex/gstcmmlenc.c:
11606         * ext/annodex/gstcmmlparser.c:
11607         * ext/dv/gstdvdec.c:
11608         * ext/dv/gstdvdemux.c:
11609         * ext/gdk_pixbuf/pixbufscale.c:
11610         * ext/jpeg/gstjpegenc.c:
11611         * ext/jpeg/gstsmokedec.c:
11612         * ext/jpeg/gstsmokeenc.c:
11613         * ext/libpng/gstpngdec.c:
11614         * ext/libpng/gstpngenc.c:
11615         * ext/speex/gstspeexenc.c:
11616         * gst/alpha/gstalphacolor.c:
11617         * gst/cutter/gstcutter.c:
11618         * gst/debug/gstnavigationtest.c:
11619         * gst/icydemux/gsticydemux.c:
11620         * gst/level/gstlevel.c:
11621         * gst/multipart/multipart.c:
11622         * gst/rtp/gstrtpamrpay.c:
11623         * gst/rtp/gstrtpdepay.c:
11624         * gst/rtp/gstrtpilbcpay.c:
11625         * gst/rtp/gstrtpmp4gpay.c:
11626         * gst/rtp/gstrtpmp4vpay.c:
11627         * gst/rtsp/gstrtpdec.c:
11628         * gst/rtsp/gstrtspsrc.c:
11629         * gst/udp/gstdynudpsink.c:
11630         * gst/udp/gstmultiudpsink.c:
11631         * gst/udp/gstudpsrc.c:
11632         * gst/videobox/gstvideobox.c:
11633         * gst/videofilter/gstvideoflip.c:
11634           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
11635           plus two minor macro fixes.
11636
11637 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
11638
11639         * gst/matroska/matroska-demux.c:
11640         (gst_matroska_demux_check_subtitle_buffer),
11641         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
11642         (gst_matroska_demux_subtitle_caps):
11643         * gst/matroska/matroska-ids.c:
11644         (gst_matroska_track_init_subtitle_context):
11645         * gst/matroska/matroska-ids.h:
11646           Try to fix up broken matroska files containing subtitle
11647           streams with non-UTF8 character encodings (courtesy of
11648           mkvmerge) using either the encoding specified in the
11649           GST_SUBTITLE_ENCODING environment variable or the
11650           current locale's character set if it is non-UTF8.
11651           Fixes #337076.
11652
11653 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
11654
11655         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
11656           Set image type from APIC frame as "image-type" field
11657           of GST_TAG_IMAGE buffer caps (#344605).
11658
11659 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
11660
11661         * ext/flac/Makefile.am:
11662         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
11663         (gst_flac_dec_reset_decoders),
11664         (gst_flac_dec_setup_seekable_decoder),
11665         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
11666         (gst_flac_dec_metadata_callback),
11667         (gst_flac_dec_metadata_callback_seekable),
11668         (gst_flac_dec_metadata_callback_stream),
11669         (gst_flac_dec_error_callback),
11670         (gst_flac_dec_error_callback_seekable),
11671         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
11672         (gst_flac_dec_read_stream), (gst_flac_dec_write),
11673         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
11674         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
11675         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
11676         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
11677         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
11678         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
11679         (gst_flac_dec_sink_activate_push),
11680         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
11681         * ext/flac/gstflacdec.h:
11682           Support chain-based operation, should make flac-over-DAAP
11683           work (#340492).
11684
11685 2006-06-20  Wim Taymans  <wim@fluendo.com>
11686
11687         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11688         Doc updates, merge some unused symbols.
11689
11690 2006-06-20  Wim Taymans  <wim@fluendo.com>
11691
11692         * docs/plugins/Makefile.am:
11693         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11694         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11695         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
11696         * gst/rtsp/gstrtspsrc.c:
11697         * gst/rtsp/gstrtspsrc.h:
11698         Added documentation for the rtsp plugin. Fixes #345393.
11699
11700 2006-06-20  Wim Taymans  <wim@fluendo.com>
11701
11702         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
11703         (rtsp_connection_close), (rtsp_connection_free):
11704         Use better G_OS_* macros. Fixes #345301 some more.
11705
11706 2006-06-20  Wim Taymans  <wim@fluendo.com>
11707
11708         Patch by: Brian Cameron <brian dot cameron at sun dot com>
11709
11710         * sys/sunaudio/Makefile.am:
11711         * sys/sunaudio/gstsunaudio.c: (plugin_init):
11712         * sys/sunaudio/gstsunaudiomixerctrl.c:
11713         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
11714         (gst_sunaudiomixer_ctrl_list_tracks),
11715         (gst_sunaudiomixer_ctrl_get_volume),
11716         (gst_sunaudiomixer_ctrl_set_volume),
11717         (gst_sunaudiomixer_ctrl_set_mute),
11718         (gst_sunaudiomixer_ctrl_set_record):
11719         * sys/sunaudio/gstsunaudiomixerctrl.h:
11720         * sys/sunaudio/gstsunaudiomixertrack.c:
11721         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
11722         * sys/sunaudio/gstsunaudiomixertrack.h:
11723         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
11724         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
11725         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
11726         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
11727         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
11728         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
11729         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
11730         (gst_sunaudiosrc_reset):
11731         * sys/sunaudio/gstsunaudiosrc.h:
11732         Add a SunAudio source plugin.
11733         Support stereo and right/left channel gain in the mixer plugin.
11734         Support the RECORD flag so that you can switch between line-input and
11735         microphone in gnome-volume-control.
11736         Code cleanups like using an enumerator for track number instead of an 
11737         integer. Fixes #344923.
11738
11739 2006-06-20  Wim Taymans  <wim@fluendo.com>
11740
11741         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
11742
11743         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
11744         (rtsp_connection_close):
11745         Make RTSP plugin compile on windows. Fixes #345301.
11746         Some changes to original patch to catch errors better.
11747         use ifdef WIN32 instead of ifndef.
11748
11749 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11750
11751         * configure.ac:
11752         If we have libraw1394 >= 1.2.1, then we need libiec61883.
11753
11754 2006-06-18  Edward Hervey  <edward@fluendo.com>
11755
11756         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
11757         After a failed buffer alloc, we need to abort the jpeg decoding (it
11758         started when parsing headers to figure out how many bytes we need
11759         to request downstream).
11760
11761 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
11762
11763         Patch by: Mark Nauwelaerts  <manauw at skynet be>
11764
11765         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
11766           Make sure we don't read beyond the end of the file (#345232).
11767
11768 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
11769
11770         * configure.ac:
11771           Fix --disable-external (can't set conditionals conditionally,
11772           #343602).
11773
11774 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
11775
11776         * autogen.sh:
11777         * configure.ac:
11778         * docs/Makefile.am:
11779           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
11780
11781         * docs/plugins/Makefile.am:
11782         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11783         * docs/plugins/inspect/plugin-taglib.xml:
11784           Add/fix apev2mux docs.
11785
11786 2006-06-14  Wim Taymans  <wim@fluendo.com>
11787
11788         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
11789         (gst_dvdec_finalize), (gst_dvdec_sink_event),
11790         (gst_dvdec_change_state):
11791         Reset segment info on flush.
11792         Alloc segment in _init, free in _finalize.
11793
11794         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
11795         Don't send segments twice.
11796
11797 2006-06-14  Wim Taymans  <wim@fluendo.com>
11798
11799         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
11800         Respect segment.stop. Fixes #342592.
11801
11802 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
11803
11804         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
11805           No language specified means the implied language is English
11806           according to the matroska spec (partially fixes #344708);
11807           add some more debug output.
11808
11809 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
11810
11811         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
11812         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
11813         (gst_wavparse_chain):
11814           When operating chain-based, don't make any assumptions about the
11815           chunking of the incoming data and make streaming work on days other
11816           than the second Thursday after a full moon. Also fix up debug
11817           messages here and there and make use of the most excellent new
11818           gst_pad_query_peer_duration() utility function.
11819           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
11820
11821         * gst/wavparse/gstwavparse.h:
11822           Remove trailing comma after last enum value, some compilers don't
11823           like that.
11824
11825 2006-06-13  Wim Taymans  <wim@fluendo.com>
11826
11827         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
11828         Handle premature EOS gracefully.
11829
11830 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
11831
11832         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
11833           Prevent out of bounds array access when scrubbing towards
11834           the end of the file between the last index entry and the
11835           end. Fixes occasional 'start <= stop' newsegment event
11836           assertions when scrubbing in MJPEG files.
11837
11838 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
11839
11840         * tests/check/elements/.cvsignore:
11841           And another one.
11842
11843 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
11844
11845         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11846         (scan_encoded_string), (parse_picture_frame):
11847           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
11848
11849         * configure.ac:
11850           Require core >= 0.10.8 (for GST_TAG_IMAGE and
11851           GST_TAG_PPEVIEW_IMAGE used in the patch above).
11852
11853 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11854
11855         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
11856           gratuitous comment changes
11857         * tests/check/elements/level.c: (GST_START_TEST):
11858           fix level test leaks
11859
11860 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
11861
11862         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
11863         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
11864           Use gst_pad_query_peer_duration() utility function here.
11865
11866 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11867
11868         * autogen.sh:
11869           require am17
11870         * configure.ac:
11871         * ext/annodex/Makefile.am:
11872         * ext/cdio/Makefile.am:
11873         * ext/dv/Makefile.am:
11874         * ext/esd/Makefile.am:
11875         * ext/flac/Makefile.am:
11876         * ext/gdk_pixbuf/Makefile.am:
11877         * ext/ladspa/Makefile.am:
11878         * ext/libcaca/Makefile.am:
11879         * ext/speex/Makefile.am:
11880         * ext/taglib/Makefile.am:
11881         * sys/oss/Makefile.am:
11882         * sys/sunaudio/Makefile.am:
11883         * sys/ximage/Makefile.am:
11884           clean up build further
11885
11886 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
11887
11888         * gconf/Makefile.am:
11889           Honour --disable-schemas-install configure option. Fixes #344100.
11890
11891 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
11892
11893         * tests/examples/level/Makefile.am:
11894           Add -lm to LIBS for pow() function, don't assume one of our
11895           dependencies (such as libxml-2.0) drags it in automatically
11896           (#343603).
11897
11898 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
11899
11900         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
11901
11902         * configure.ac:
11903           We should use $SED and not $(SED) in configure.ac (#343678).
11904
11905 2006-06-09  Wim Taymans  <wim@fluendo.com>
11906
11907         Patch by: Brian Cameron <brian dot cameron at sun dot com>
11908
11909         * sys/sunaudio/gstsunaudiomixerctrl.c:
11910         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
11911         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
11912         (gst_sunaudiomixer_ctrl_set_mute):
11913         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
11914         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
11915         (gst_sunaudiosink_write):
11916         Attached find a patch that fixes a number of bugs with the SunAudio
11917         mixer plugin and fixes #344101:
11918         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
11919            tracks onto the tracklist causing gnome-volume-control's preferences
11920            dialog to be messed up and would core dump if you checked/unchecked
11921            any item.
11922         2. We weren't previously setting the MUTE flag properly.  Fixing this
11923            makes gnome-volume-control work better.
11924         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
11925            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
11926            gnome-volume-control look better.
11927         Also some minor cleanup in gstsunaudiosink.c.
11928
11929 2006-06-09  Wim Taymans  <wim@fluendo.com>
11930
11931         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
11932         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
11933         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
11934         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
11935         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
11936         * ext/jpeg/gstjpegdec.h:
11937         API: Added IDCT method property
11938         Small cleanups.
11939         Avoid dynamic allocation of trivial fixed structure.
11940         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
11941
11942 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11943
11944         * configure.ac:
11945         We now require libraw1394 >= 1.1.0 and that version onwards all
11946         have .pc files.
11947
11948 2006-06-02  Edward Hervey  <edward@fluendo.com>
11949
11950         * gst/law/alaw-decode.c: (alawdec_getcaps): 
11951         Trying to get items from an ANY or EMPTY caps is ... stupid.
11952
11953 2006-06-02  Edward Hervey  <edward@fluendo.com>
11954
11955         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
11956         (gst_dvdec_chain), (gst_dvdec_change_state):
11957         * ext/dv/gstdvdec.h:
11958         Added GstSegment handling, now implements dropping/clipping.
11959
11960 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
11961
11962         * ext/aalib/gstaasink.h:
11963         * ext/annodex/gstcmmldec.h:
11964         * ext/cairo/gsttimeoverlay.h:
11965         * ext/dv/gstdvdec.h:
11966         * ext/dv/gstdvdemux.h:
11967         * ext/esd/esdmon.h:
11968         * ext/esd/esdsink.h:
11969         * ext/flac/gstflacenc.h:
11970         * ext/gconf/gstgconfaudiosink.h:
11971         * ext/gconf/gstgconfaudiosrc.h:
11972         * ext/gconf/gstgconfvideosink.h:
11973         * ext/gconf/gstgconfvideosrc.h:
11974         * ext/gdk_pixbuf/gstgdkanimation.h:
11975         * ext/gdk_pixbuf/pixbufscale.h:
11976         * ext/hal/gsthalaudiosink.h:
11977         * ext/hal/gsthalaudiosrc.h:
11978         * ext/jpeg/gstjpegenc.h:
11979         * ext/jpeg/gstsmokedec.h:
11980         * ext/jpeg/gstsmokeenc.h:
11981         * ext/libcaca/gstcacasink.h:
11982         * ext/libmng/gstmngdec.h:
11983         * ext/libmng/gstmngenc.h:
11984         * ext/libpng/gstpngdec.h:
11985         * ext/libpng/gstpngenc.h:
11986         * ext/raw1394/gstdv1394src.h:
11987         * ext/speex/gstspeexenc.h:
11988         * gst/autodetect/gstautoaudiosink.h:
11989         * gst/autodetect/gstautovideosink.h:
11990         * gst/avi/gstavidemux.h:
11991         * gst/cutter/gstcutter.h:
11992         * gst/debug/efence.h:
11993         * gst/debug/gstnavigationtest.h:
11994         * gst/debug/gstnavseek.h:
11995         * gst/flx/gstflxdec.h:
11996         * gst/goom/gstgoom.h:
11997         * gst/icydemux/gsticydemux.h:
11998         * gst/id3demux/gstid3demux.h:
11999         * gst/law/alaw-decode.h:
12000         * gst/law/alaw-encode.h:
12001         * gst/law/mulaw-decode.h:
12002         * gst/law/mulaw-encode.h:
12003         * gst/matroska/matroska-mux.h:
12004         * gst/median/gstmedian.h:
12005         * gst/oldcore/gstaggregator.h:
12006         * gst/oldcore/gstfdsink.h:
12007         * gst/oldcore/gstmd5sink.h:
12008         * gst/oldcore/gstmultifilesrc.h:
12009         * gst/oldcore/gstpipefilter.h:
12010         * gst/oldcore/gstshaper.h:
12011         * gst/oldcore/gststatistics.h:
12012         * gst/rtp/gstasteriskh263.h:
12013         * gst/rtp/gstrtpL16depay.h:
12014         * gst/rtp/gstrtpL16pay.h:
12015         * gst/rtp/gstrtpamrdepay.h:
12016         * gst/rtp/gstrtpamrpay.h:
12017         * gst/rtp/gstrtpdepay.h:
12018         * gst/rtp/gstrtpgsmdepay.h:
12019         * gst/rtp/gstrtpgsmpay.h:
12020         * gst/rtp/gstrtph263pay.h:
12021         * gst/rtp/gstrtph263pdepay.h:
12022         * gst/rtp/gstrtph263ppay.h:
12023         * gst/rtp/gstrtpmp4gpay.h:
12024         * gst/rtp/gstrtpmp4vdepay.h:
12025         * gst/rtp/gstrtpmp4vpay.h:
12026         * gst/rtp/gstrtpmpadepay.h:
12027         * gst/rtp/gstrtpmpapay.h:
12028         * gst/rtp/gstrtppcmadepay.h:
12029         * gst/rtp/gstrtppcmapay.h:
12030         * gst/rtp/gstrtppcmudepay.h:
12031         * gst/rtp/gstrtppcmupay.h:
12032         * gst/rtp/gstrtpspeexdepay.h:
12033         * gst/rtp/gstrtpspeexpay.h:
12034         * gst/rtsp/gstrtpdec.h:
12035         * gst/rtsp/gstrtspsrc.h:
12036         * gst/smpte/gstsmpte.h:
12037         * gst/udp/gstdynudpsink.h:
12038         * gst/udp/gstmultiudpsink.h:
12039         * gst/udp/gstudpsink.h:
12040         * gst/udp/gstudpsrc.h:
12041         * gst/videofilter/gstvideobalance.h:
12042         * gst/videofilter/gstvideoflip.h:
12043         * sys/oss/gstossdmabuffer.h:
12044         * sys/oss/gstossmixerelement.h:
12045         * sys/oss/gstosssink.h:
12046         * sys/oss/gstosssrc.h:
12047         * sys/osxvideo/osxvideosink.h:
12048         * sys/sunaudio/gstsunaudiomixer.h:
12049         * sys/sunaudio/gstsunaudiosink.h:
12050         * sys/ximage/gstximagesrc.h:
12051         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
12052
12053 2006-05-31  Wim Taymans  <wim@fluendo.com>
12054
12055         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
12056         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
12057         (gst_goom_src_setcaps), (gst_goom_src_event),
12058         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
12059         (gst_goom_change_state):
12060         * gst/goom/gstgoom.h:
12061         Handle QoS.
12062         Handle flushing, discont and events.
12063         Fix timestamps and various other cleanups.
12064
12065 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12066
12067         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
12068         Fix bus reset when using libiec61883
12069
12070 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12071
12072         * configure.ac:
12073         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
12074         * ext/raw1394/Makefile.am:
12075         Add CFLAGS.
12076         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
12077         New method, to receive using libiec61883.
12078         (gst_dv1394src_iso_receive),
12079         #ifdef'd out if libiec61883 is present.
12080         (gst_dv1394src_bus_reset),
12081         Get userdata correctly if using libiec61883. 
12082         (gst_dv1394src_create),
12083         When using libiec61883, only poll one fd and no need to read.
12084         (gst_dv1394src_discover_avc_node),
12085         Replace g_warnings.
12086         (gst_dv1394src_start),
12087         Create new handle when we know which dv port.  More reliable
12088         than setting port on an existing handle.  Initialise libiec61883.
12089         (gst_dv1394src_stop):
12090         If using libiec61883, then cleanup its handle properly.
12091         * ext/raw1394/gstdv1394src.h:
12092         Add libiec61883 handle.
12093
12094 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
12095
12096         * gst/avi/gstavidemux.c:
12097           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
12098         * win32/MANIFEST:
12099           sort file listing
12100         * win32/vs6/libgstavi.dsp:
12101           add gstavimux.c to the project
12102         * win32/vs6/libgstid3demux.dsp:
12103           add link to zlib library
12104         * win32/vs6/libgstmatroska.dsp:
12105           add matroska-ids.c to the project
12106
12107 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
12108
12109         Patch by: Sebastian Dröge  <mail at slomosnail de >
12110
12111         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12112         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12113         * ext/taglib/Makefile.am:
12114         * ext/taglib/gstapev2mux.cc:
12115         * ext/taglib/gstapev2mux.h:
12116         * ext/taglib/gstid3v2mux.cc:
12117         * ext/taglib/gsttaglibmux.c: (plugin_init):
12118         * ext/taglib/gsttaglibmux.h:
12119           Add apev2mux element (#343122).
12120         
12121         * tests/check/Makefile.am:
12122         * tests/check/elements/apev2mux.c:
12123         (test_taglib_apev2mux_create_tags),
12124         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
12125         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
12126         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
12127         (apev2mux_suite), (main):
12128           Add unit test for apev2mux element.
12129
12130 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
12131
12132         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
12133         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
12134         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
12135           GST_PTR_FORMAT should be used to print caps in debug statements.
12136
12137 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
12138
12139         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
12140
12141         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
12142         (ape_demux_parse_tags):
12143           Some clean-ups and additions: map APE 'file' tag to
12144           GST_TAG_LOCATION (#343123); add support for extracting
12145           the track count and clean up parsing a bit (#343127).
12146
12147 2006-05-28  Edward Hervey  <edward@fluendo.com>
12148
12149         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
12150         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
12151
12152 2006-05-28  Edward Hervey  <edward@fluendo.com>
12153
12154         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
12155         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
12156         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
12157         * ext/jpeg/gstjpegdec.h:
12158         Clip outgoing buffers according to currently configured segment.
12159
12160 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
12161
12162         * ext/taglib/gstid3v2mux.cc:
12163           Handle  writing of track-count or album-volume-count without
12164           track-number or albume-volume-number (in this case the number
12165           will just be set to 0).
12166
12167         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
12168           It would be nice if we actually checked the values received for
12169           track/album-volume number/count in  _check_tags(), rather than
12170           setting them again ...
12171
12172 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
12173
12174         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
12175           A track/volume number or count of 0 does not make sense,
12176           just ignore it along with negative numbers (a tag might
12177           only contain a track count without a track number).
12178
12179 2006-05-27  Edward Hervey  <edward@fluendo.com>
12180
12181         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
12182         (gst_jpeg_dec_sink_event):
12183         Abort decompression when receiving FLUSH_STOP. This should avoid
12184         issues when interrupting decoding with flushes.
12185
12186 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
12187
12188         * ext/flac/gstflac.c:
12189           Don't #include file we don't dist any longer.
12190
12191 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
12192
12193         * README:
12194           Replace current README (containing the release notes from
12195           some 0.9.x version) with a proper README taken from the core.
12196
12197 2006-05-24  Wim Taymans  <wim@fluendo.com>
12198
12199         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
12200         Implement EOS correctly by either posting
12201         SEGMENT_DONE or pushing an EOS message depending
12202         on the seek type. Fixes #342592
12203
12204 2006-05-24  Wim Taymans  <wim@fluendo.com>
12205
12206         * gst/law/alaw-decode.c: (gst_alawdec_chain):
12207         * gst/law/alaw-decode.h:
12208         * gst/law/alaw-encode.c: (gst_alawenc_chain):
12209         * gst/law/alaw-encode.h:
12210         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
12211         * gst/law/mulaw-decode.h:
12212         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
12213         * gst/law/mulaw-encode.h:
12214         Some cleanups in the chain functions.
12215         Remove some GStreamer 0.0.2 bits.
12216
12217 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
12218
12219         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12220
12221         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
12222           gst_collect_pads_stop() needs to be called before chaining up
12223           to the parent class (#342734).
12224
12225 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
12226
12227         * ext/flac/Makefile.am:
12228         * ext/flac/flac_compat.h:
12229         * ext/flac/gstflac.c:
12230         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
12231         * ext/flac/gstflacenc.c:
12232           Remove backwards compatibility cruft for dealing with FLAC API
12233           changes in the 1.0.x series - we require 1.1.1 or newer these days.
12234
12235 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
12236
12237         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12238         (gst_matroska_demux_push_xiph_codec_priv_data),
12239         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
12240         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
12241         * gst/matroska/matroska-ids.h:
12242         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
12243         (gst_matroska_mux_video_pad_setcaps),
12244         (xiph3_streamheader_to_codecdata),
12245         (vorbis_streamheader_to_codecdata),
12246         (theora_streamheader_to_codecdata),
12247         (gst_matroska_mux_audio_pad_setcaps),
12248         (gst_matroska_mux_write_data):
12249           Add support for muxing/demuxing theora video (#342448; too bad
12250           none of the usual linux players can actually play this). Playback
12251           in GStreamer will require additional changes to theoradec in -base.
12252           Refactor streamheaders <=> CodecPrivateData code a bit; some small
12253           cleanups.
12254
12255 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
12256
12257         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
12258         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
12259           Fix crashes when the horizontal subsampling is 1.
12260           Fixes #342097.
12261
12262 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
12263
12264         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12265
12266         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
12267         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
12268         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
12269         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
12270         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
12271         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
12272         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
12273         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
12274         (gst_avi_mux_change_state):
12275         * gst/avi/gstavimux.h:
12276           Some enhancements for avimux (#342526):
12277            - add odml (large file) index support
12278            - store codec init data (e.g. huffyuv)
12279            - miscellaneous other fixes/cleanups
12280
12281 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
12282
12283         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
12284         Don't output any tag when we encounter a negative track number - the
12285         tag type is uint, so we end up outputting huge positive numbers
12286         instead. (Fixes: #342029)
12287
12288 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
12289
12290         * configure.ac:
12291           update for new GSTPB_PLUGINS_DIR
12292
12293 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12294
12295         * rtp/gst/gstrtph263pay.c:
12296         Properly set static caps for H263 at 34.
12297
12298 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
12299
12300         Patch by: James "Doc" Livingston  <doclivingston gmail com>
12301
12302         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
12303           Merge event tags and tag setter tags correctly (#339918). Also,
12304           don't leak taglist in case of an error.
12305           
12306 2006-05-17  Edward Hervey  <edward@fluendo.com>
12307
12308         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
12309         We can only do caps intersection if the othercaps are non-empty and not
12310         ANY. Else we return the pad template (base_caps).
12311
12312 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
12313
12314         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
12315           Fix crash when outputting debugging information for certain
12316           pictures (always good to use the right struct member for
12317           the number of records in an array).
12318
12319 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
12320
12321         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
12322
12323         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
12324         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
12325         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
12326         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
12327         (gst_ebml_read_float), (gst_ebml_read_ascii),
12328         (gst_ebml_read_binary):
12329           Don't create unnecessary sub-buffers all the time. Dramatically
12330           improves performance with multiple concurrently running
12331           matroskademux instances (#341818) (and avoids doing
12332           unnecessarily inefficient things in the general case).
12333
12334 2006-05-16  Edward Hervey  <edward@fluendo.com>
12335
12336         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
12337         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
12338         return value of gst_pad_push_event().
12339
12340 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
12341
12342         * gst/autodetect/gstautoaudiosink.c:
12343         (gst_auto_audio_sink_find_best):
12344         * gst/autodetect/gstautovideosink.c:
12345         (gst_auto_video_sink_find_best):
12346         Make the name of the child element be based on the name of the
12347         parent, so that debug output is more useful.
12348         
12349         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
12350         (parse_insert_string_field), (parse_split_strings):
12351         Rework string parsing to always walk over BOM markers in UTF16
12352         strings, using the endianness indicated by the innermost one,
12353         then trying the opposite endianness if that fails to convert
12354         to valid UTF-8. Fixes #341774
12355
12356 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12357
12358         Patch from: Matthieu <matthieu at fluendo dot com>
12359
12360         * ext/libpng/Makefile.am:
12361         Add LIBPNG_CFLAGS.
12362
12363 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
12364
12365         * ext/taglib/gstid3v2mux.cc:
12366           Add support for writing images (APIC frames) into ID3v2
12367           tags (picture type always set to 'other' for now though).
12368
12369 2006-05-14  Michael Smith  <msmith@fluendo.com>
12370
12371         * gst/wavparse/gstwavparse.c:
12372           Update docs; wavparse implements push and pull modes.
12373
12374 2006-05-12  Wim Taymans  <wim@fluendo.com>
12375
12376         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
12377         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
12378         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
12379         Ooops, bitten by the copy-and-paste design paradigm, fixes
12380         seek again.
12381
12382 2006-05-12  Wim Taymans  <wim@fluendo.com>
12383
12384         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
12385         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
12386         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
12387         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
12388         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
12389         (gst_avi_demux_massage_index),
12390         (gst_avi_demux_calculate_durations_from_index),
12391         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
12392         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
12393         (gst_avi_demux_loop):
12394         * gst/avi/gstavidemux.h:
12395         Some cleanups, prepare to use GstSegment.
12396         Fix error in entry walking code.
12397         Fix VBR detection.
12398         Smarter timestamp calculation code.
12399         Uniform error/eos handling.
12400
12401 2006-05-12  Michael Smith  <msmith@fluendo.com>
12402
12403         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
12404         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
12405           Fix use of uninitialised values if we're NOT seeking in ready.
12406           Fix typos.
12407
12408 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
12409
12410         * gst/wavparse/Makefile.am:
12411           Add CFLAGS and LIBS for libgstbase, fixes build on
12412           Cygwin (#341489).
12413
12414 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
12415
12416         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
12417           Some more debug info. No need to check whether the string
12418           returned by g_convert() is really UTF-8 - either it is or
12419           we get NULL returned.
12420
12421 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
12422
12423         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
12424           Fix parsing of numeric genre strings some more, by ensuring that
12425           we only try and parse strings that a) Start with '(' and b) Consist
12426           only of digits.
12427           Also, when finding an escaping '((' sequence, bust it back to '(' by
12428           swallowing the first parenthesis
12429
12430 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
12431
12432         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
12433         (gst_esdsink_open), (gst_esdsink_close):
12434         * ext/esd/esdsink.h:
12435           Move the esd_get_server_info() into gst_esdsink_open() and fail
12436           with a decent error message on errors.
12437
12438 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
12439
12440         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
12441         (gst_esdmon_channels_get_type):
12442         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
12443         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
12444         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
12445         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
12446         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
12447         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
12448         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
12449         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
12450         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
12451         * gst/videomixer/videomixer.c:
12452         (gst_video_mixer_background_get_type):
12453           Const-ify GEnumValue arrays.
12454
12455 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
12456
12457         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
12458
12459         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
12460         (gst_avi_mux_do_video_buffer):
12461           Work around gst_buffer_make_metadata_writable() bug that
12462           results in avimux marking all frames in the index as
12463           keyframes (#340859).
12464           
12465 2006-05-08  Wim Taymans  <wim@fluendo.com>
12466
12467         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
12468         Make parsing of urls suck slightly less.
12469
12470 2006-05-08  Edward Hervey  <edward@fluendo.com>
12471
12472         * autogen.sh: (CONFIGURE_DEF_OPT): 
12473         libtoolize on Darwin/MacOSX is called glibtoolize.
12474
12475 2006-05-08  Wim Taymans  <wim@fluendo.com>
12476
12477         Patch by: Jens Granseuer <jensgr at gmx dot net>
12478
12479         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
12480         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
12481         C89 compliance fixes. Fixes #340980
12482
12483 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
12484
12485         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
12486         * ext/flac/gstflacdec.h:
12487           Handle segment seeks that include the end of the file as stop point
12488           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
12489           message instead of an EOS event in case we're in segment seek
12490           mode (fixes #340699).
12491           
12492 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
12493
12494         * ext/cairo/gsttextoverlay.c:
12495         * ext/flac/gstflacdec.c:
12496         * ext/gdk_pixbuf/pixbufscale.c:
12497         * gst/apetag/gstapedemux.c:
12498         * gst/debug/breakmydata.c:
12499         * gst/debug/testplugin.c:
12500         * gst/matroska/ebml-write.c:
12501         * gst/multipart/multipartdemux.c:
12502         * sys/osxaudio/gstosxaudiosink.c:
12503         * sys/osxaudio/gstosxaudiosrc.c:
12504         Add semicolons after GST_BOILERPLATE[_FULL] so that
12505         indent doesn't mess up following lines.
12506
12507 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
12508
12509         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
12510
12511         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
12512           Don't leak caps when freeing the stream context (#340623).
12513
12514 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
12515
12516         * configure.ac:
12517           Back to CVS
12518
12519 === release 0.10.3 ===
12520
12521 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
12522
12523         * configure.ac:
12524           releasing 0.10.3, "Desplazado"
12525
12526 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
12527
12528         * gst/matroska/matroska-mux.c:
12529         (gst_matroska_mux_stream_is_vorbis_header),
12530         (gst_matroska_mux_write_data):
12531           Don't strcmp() NULL strings.
12532           Only start new clusters on video keyframes, not on any
12533           random audio buffer that doesn't have the DELTA_UNIT
12534           flag set (fixes 'make check' again).
12535
12536 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
12537
12538         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12539
12540         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
12541         (gst_matroska_mux_stream_is_vorbis_header),
12542         (gst_matroska_mux_write_data):
12543           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
12544           value and then dead-lock when muxing vorbis audio streams
12545           (the three vorbis header buffers carry no timestamp, and it
12546           would try to mux these after all video buffers). Fixes #340346.
12547
12548           Improve clustering: start a new cluster also whenever we get
12549           a keyframe.     
12550
12551 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12552
12553         * win32/common/config.h:
12554         * win32/MANIFEST
12555           add the generated file as well
12556
12557 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12558
12559         * Makefile.am:
12560         * configure.ac:
12561         * win32/common/config.h.in:
12562           add win32 stuff
12563
12564 2006-05-03  Michael Smith  <msmith@fluendo.com>
12565
12566         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
12567           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
12568           SUCKS.
12569
12570 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
12571
12572         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
12573         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
12574         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
12575           don't leak caps-string
12576
12577 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
12578
12579         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
12580         (gst_id3demux_sink_activate):
12581           Let core insert default error message for TYPE_NOT_FOUND
12582           errors, it's just as good as our own and has the added
12583           bonus of being translated.
12584
12585 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
12586
12587         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
12588         (gst_tag_demux_sink_event):
12589         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
12590         (gst_id3demux_sink_event):
12591           Post an error message when we get an EOS event and were not
12592           able to find out the type of stream.
12593
12594         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
12595         (test_taglib_id3mux_with_tags):
12596           Decrease num-buffers to 16 per iteration again, otherwise the
12597           many memcpy()s and reallocations in the test will hammer slow
12598           CPUs completely and make the test timeout.
12599
12600 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12601
12602         * configure.ac:
12603           figure out where plugins-base plugins are
12604         * tests/check/Makefile.am:
12605           use plugins-base plugins, so we have typefind functions
12606         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
12607           increase num-buffers, this makes sure the test errors out instead
12608           of timing out when no typefind functions are present
12609
12610 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12611
12612         * docs/plugins/Makefile.am:
12613           also check .cc files for gtk-doc markup
12614         * configure.ac:
12615         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12616         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12617         * tests/check/Makefile.am:
12618         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
12619         * ext/Makefile.am:
12620         * ext/taglib/Makefile.am:
12621         * ext/taglib/gstid3v2mux.h:
12622         * ext/taglib/gsttaglibmux.c:
12623         * ext/taglib/gsttaglibmux.h:
12624           move taglib-based id3v2muxer to -good.  Fixes #336110.
12625
12626 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
12627
12628         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12629           ... and fix multichannel/WAVFORMATEX support again.
12630
12631 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
12632
12633         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
12634         (gst_wavparse_class_init), (gst_wavparse_dispose),
12635         (gst_wavparse_reset), (gst_wavparse_init),
12636         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
12637         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
12638         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
12639         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
12640         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
12641         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
12642         (gst_wavparse_stream_data), (gst_wavparse_loop),
12643         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
12644         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
12645         (gst_wavparse_change_state), (plugin_init):
12646         * gst/wavparse/gstwavparse.h:
12647           Add push (streaming) mode to wavparse (fixes #337625)
12648
12649 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
12650
12651         * configure.ac:
12652         * tests/Makefile.am:
12653           add ximagesrc icles test
12654
12655 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
12656
12657         * configure.ac:
12658         * docs/plugins/Makefile.am:
12659         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12660         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12661         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
12662         (gst_cmml_enc_push_clip):
12663         * sys/Makefile.am:
12664         * sys/ximage/Makefile.am:
12665         * sys/ximage/gstximagesrc.c:
12666           Move ximagesrc plug-in to good after review.  Fixes #336756.
12667
12668 2006-04-28  Michael Smith  <msmith@fluendo.com>
12669
12670         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
12671         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
12672         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
12673         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
12674         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
12675         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
12676         * gst/icydemux/gsticydemux.h:
12677           Fix event handling: cache events when typefinding and forward later.
12678
12679 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12680
12681         * sys/osxaudio/gstosxaudiosink.c:
12682         (plugin_init):
12683          Register osxaudiosrc to the plugin.
12684         * sys/osxaudio/gstosxaudiosrc.c:
12685         (gst_osx_audio_src_osxelement_do_init),
12686         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
12687         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
12688         (gst_osx_audio_src_get_property),
12689         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
12690         (gst_osx_audio_src_osxelement_init):
12691         * sys/osxaudio/gstosxaudiosrc.h:
12692           Port of osxaudiosrc to 0.10.
12693         * sys/osxaudio/Makefile.am:
12694           Add osxaudiosrc
12695
12696 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12697
12698         * sys/osxaudio/gstosxringbuffer.c:
12699         * sys/osxaudio/gstosxringbuffer.h:
12700           Forgot to commit earlier, part of the OSX audio plugin port
12701
12702 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
12703
12704         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
12705         (parse_split_strings):
12706           Recognise and skip any byte order marker (BOM) in
12707           UTF-16 strings.
12708
12709 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
12710
12711         * docs/plugins/Makefile.am:
12712         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12713         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12714         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12715         * docs/plugins/inspect/plugin-avi.xml:
12716         * gst/avi/gstavidemux.c:
12717         * gst/avi/gstavimux.c:
12718           Add docs for both avidemux and avimux.
12719
12720 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
12721
12722         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
12723
12724         * gst/avi/Makefile.am:
12725         * gst/avi/gstavi.c: (plugin_init):
12726         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
12727         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
12728         (gst_avi_mux_class_init), (gst_avi_mux_init),
12729         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
12730         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
12731         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
12732         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
12733         (gst_avi_mux_riff_get_avix_header),
12734         (gst_avi_mux_riff_get_video_header),
12735         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
12736         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
12737         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
12738         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
12739         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
12740         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
12741         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
12742         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
12743         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
12744         (gst_avi_mux_change_state):
12745         * gst/avi/gstavimux.h:
12746           Port AVI muxer to GStreamer-0.10 (#332031).
12747
12748         * tests/check/Makefile.am:
12749         * tests/check/elements/avimux.c:
12750         * tests/check/elements/.cvsignore:
12751           Add unit test for AVI muxer.
12752
12753 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
12754
12755         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
12756         (gst_wavparse_class_init), (gst_wavparse_reset),
12757         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
12758         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
12759         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
12760         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
12761         (gst_wavparse_stream_data), (gst_wavparse_loop),
12762         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
12763         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
12764         (plugin_init):
12765         * gst/wavparse/gstwavparse.h:
12766           reverted patch #337625 for the price of 1 hour sleep
12767
12768 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
12769
12770         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
12771         (gst_wavparse_class_init), (gst_wavparse_reset),
12772         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
12773         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
12774         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
12775         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
12776         (gst_wavparse_stream_data), (gst_wavparse_loop),
12777         (gst_wavparse_chain), (plugin_init):
12778         * gst/wavparse/gstwavparse.h:
12779           correct partial implementation of push mode
12780           (from my last commit)
12781
12782 2006-04-26  Wim Taymans  <wim@fluendo.com>
12783
12784         * ext/esd/esdsink.c:
12785         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
12786         it is not in esd.h
12787
12788 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
12789
12790         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
12791         (gst_au_parse_class_init), (gst_au_parse_init),
12792         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
12793         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
12794         (gst_au_parse_chain), (gst_au_parse_src_convert),
12795         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
12796         (gst_au_parse_sink_event), (gst_au_parse_src_event),
12797         (gst_au_parse_change_state):
12798         * gst/auparse/gstauparse.h:
12799           Rewrite auparse to suck a little bit less: make source pad
12800           dynamic, so decodebin/playbin work with non-raw formats
12801           like alaw/mulaw; add query function for duration/position
12802           queries; check whether we have enough data before attempting
12803           to parse the header (instead of crashing when that is not the
12804           case); work around audioconvert sucking by swapping endianness
12805           to the native endianness ourselves for float formats; send
12806           initial newsegment event. Fixes #161712.
12807
12808 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12809
12810         * sys/osxaudio/Makefile.am:
12811         * sys/osxaudio/gstosxaudioelement.c:
12812         (gst_osx_audio_element_get_type),
12813         (gst_osx_audio_element_class_init):
12814         * sys/osxaudio/gstosxaudioelement.h:
12815         * sys/osxaudio/gstosxaudiosink.c:
12816         (gst_osx_audio_sink_osxelement_do_init),
12817         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
12818         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
12819         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
12820         (gst_osx_audio_sink_create_ringbuffer),
12821         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
12822         (plugin_init):
12823         * sys/osxaudio/gstosxaudiosink.h:
12824         Port of osxaudiosink to 0.10
12825
12826 2006-04-26  Wim Taymans  <wim@fluendo.com>
12827
12828         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
12829         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
12830         the size of the ringbuffer. This should fix hangs with older 
12831         esd sound servers.
12832
12833 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
12834
12835         * ext/aalib/gstaasink.c:
12836         * ext/annodex/gstcmmldec.c:
12837         * ext/annodex/gstcmmlenc.c:
12838         * ext/cairo/gsttextoverlay.c:
12839         * ext/cairo/gsttimeoverlay.c:
12840         * ext/cdio/gstcdiocddasrc.c:
12841         * ext/dv/gstdvdec.c:
12842         * ext/dv/gstdvdemux.c:
12843         * ext/esd/esdmon.c:
12844         * ext/esd/esdsink.c:
12845         * ext/flac/gstflacenc.c:
12846         * ext/flac/gstflactag.c:
12847         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
12848         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
12849         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
12850         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
12851         * ext/gdk_pixbuf/pixbufscale.c:
12852         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
12853         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
12854         * ext/jpeg/gstjpegdec.c:
12855         * ext/jpeg/gstjpegenc.c:
12856         * ext/jpeg/gstsmokedec.c:
12857         * ext/jpeg/gstsmokeenc.c:
12858         * ext/libcaca/gstcacasink.c:
12859         * ext/libmng/gstmngdec.c:
12860         * ext/libmng/gstmngenc.c:
12861         * ext/libpng/gstpngdec.c:
12862         * ext/libpng/gstpngenc.c:
12863         * ext/mikmod/gstmikmod.c:
12864         * ext/raw1394/gstdv1394src.c:
12865         * ext/shout2/gstshout2.c: (gst_shout2send_init):
12866         * ext/shout2/gstshout2.h:
12867         * ext/speex/gstspeexdec.c:
12868         * ext/speex/gstspeexenc.c:
12869         * gst/alpha/gstalpha.c:
12870         * gst/alpha/gstalphacolor.c:
12871         * gst/apetag/gstapedemux.c:
12872         * gst/auparse/gstauparse.c:
12873         * gst/autodetect/gstautoaudiosink.c:
12874         (gst_auto_audio_sink_base_init):
12875         * gst/autodetect/gstautovideosink.c:
12876         (gst_auto_video_sink_base_init):
12877         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
12878         * gst/avi/gstavimux.c: (gst_avimux_base_init):
12879         * gst/cutter/gstcutter.c:
12880         * gst/debug/breakmydata.c:
12881         * gst/debug/efence.c:
12882         * gst/debug/gstnavigationtest.c:
12883         * gst/debug/gstnavseek.c:
12884         * gst/debug/negotiation.c:
12885         * gst/debug/progressreport.c:
12886         * gst/debug/testplugin.c:
12887         * gst/effectv/gstaging.c:
12888         * gst/effectv/gstdice.c:
12889         * gst/effectv/gstedge.c:
12890         * gst/effectv/gstquark.c:
12891         * gst/effectv/gstrev.c:
12892         * gst/effectv/gstshagadelic.c:
12893         * gst/effectv/gstvertigo.c:
12894         * gst/effectv/gstwarp.c:
12895         * gst/flx/gstflxdec.c:
12896         * gst/goom/gstgoom.c:
12897         * gst/icydemux/gsticydemux.c:
12898         * gst/id3demux/gstid3demux.c:
12899         * gst/interleave/deinterleave.c:
12900         * gst/interleave/interleave.c:
12901         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
12902         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
12903         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
12904         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
12905         * gst/level/gstlevel.c:
12906         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
12907         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
12908         * gst/median/gstmedian.c:
12909         * gst/monoscope/gstmonoscope.c:
12910         * gst/multipart/multipartdemux.c:
12911         * gst/multipart/multipartmux.c:
12912         * gst/oldcore/gstaggregator.c:
12913         * gst/oldcore/gstfdsink.c:
12914         * gst/oldcore/gstmd5sink.c:
12915         * gst/oldcore/gstmultifilesrc.c:
12916         * gst/oldcore/gstpipefilter.c:
12917         * gst/oldcore/gstshaper.c:
12918         * gst/oldcore/gststatistics.c:
12919         * gst/rtp/gstasteriskh263.c:
12920         * gst/rtp/gstrtpL16depay.c:
12921         * gst/rtp/gstrtpL16pay.c:
12922         * gst/rtp/gstrtpamrdepay.c:
12923         * gst/rtp/gstrtpamrpay.c:
12924         * gst/rtp/gstrtpdepay.c:
12925         * gst/rtp/gstrtpgsmpay.c:
12926         * gst/rtp/gstrtph263pay.c:
12927         * gst/rtp/gstrtph263pdepay.c:
12928         * gst/rtp/gstrtph263ppay.c:
12929         * gst/rtp/gstrtpilbcdepay.c:
12930         * gst/rtp/gstrtpmp4gpay.c:
12931         * gst/rtp/gstrtpmp4vdepay.c:
12932         * gst/rtp/gstrtpmp4vpay.c:
12933         * gst/rtp/gstrtpmpadepay.c:
12934         * gst/rtp/gstrtpmpapay.c:
12935         * gst/rtp/gstrtppcmadepay.c:
12936         * gst/rtp/gstrtppcmapay.c:
12937         * gst/rtp/gstrtppcmudepay.c:
12938         * gst/rtp/gstrtppcmupay.c:
12939         * gst/rtp/gstrtpspeexdepay.c:
12940         * gst/rtp/gstrtpspeexpay.c:
12941         * gst/rtsp/gstrtpdec.c:
12942         * gst/rtsp/gstrtspsrc.c:
12943         * gst/smpte/gstsmpte.c:
12944         * gst/udp/gstdynudpsink.c:
12945         * gst/udp/gstmultiudpsink.c:
12946         * gst/udp/gstudpsink.c:
12947         * gst/udp/gstudpsrc.c:
12948         * gst/videobox/gstvideobox.c:
12949         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
12950         * gst/videofilter/gstvideobalance.c:
12951         * gst/videofilter/gstvideoflip.c:
12952         * gst/videofilter/gstvideotemplate.c:
12953         (gst_videotemplate_base_init):
12954         * gst/videomixer/videomixer.c:
12955         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
12956         (gst_wavparse_class_init), (gst_wavparse_dispose),
12957         (gst_wavparse_reset), (gst_wavparse_init),
12958         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
12959         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
12960         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
12961         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
12962         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
12963         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
12964         (gst_wavparse_change_state):
12965         * gst/wavparse/gstwavparse.h:
12966         * sys/oss/gstossmixerelement.c:
12967         * sys/oss/gstosssink.c:
12968         * sys/oss/gstosssrc.c:
12969         * sys/osxaudio/gstosxaudioelement.c:
12970         * sys/osxaudio/gstosxaudiosink.c:
12971         * sys/osxaudio/gstosxaudiosrc.c:
12972         * sys/sunaudio/gstsunaudiomixer.c:
12973         * sys/sunaudio/gstsunaudiosink.c:
12974           Define GstElementDetails as const and also static (when defined as
12975           global)
12976
12977 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
12978
12979         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
12980           Source pad has fixed caps. If we don't set this, bad
12981           things happen when the window is resized.
12982
12983 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
12984
12985         * gst/matroska/Makefile.am:
12986         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12987         (gst_matroska_demux_handle_src_event):
12988         * gst/matroska/matroska-ids.c:
12989         (gst_matroska_track_init_video_context),
12990         (gst_matroska_track_init_audio_context),
12991         (gst_matroska_track_init_subtitle_context),
12992         (gst_matroska_track_init_complex_context):
12993         * gst/matroska/matroska-ids.h:
12994           Handle case where the TrackType ebml chunk does not come before the
12995           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
12996           events.
12997
12998 2006-04-25  Wim Taymans  <wim@fluendo.com>
12999
13000         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
13001         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
13002         It's codec_data, not codec_info.
13003
13004 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
13005
13006         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
13007
13008         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
13009           Handle codec_data for VfW compatibility codec IDs (#339451)
13010
13011         * gst/matroska/matroska-mux.c:
13012         (gst_matroska_mux_video_pad_setcaps):
13013           Same here, handle codec_data and add additional caps we can handle
13014           now to the pad template (huffyuv, dv and h263 video) (#339451)
13015
13016 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
13017
13018         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
13019
13020         * gst/matroska/matroska-mux.c:
13021         (gst_matroska_mux_create_buffer_header),
13022         (gst_matroska_mux_write_data):
13023           Fix timestamping of B-frames, use signed integers, do
13024           some rounding (#339678).
13025
13026 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
13027
13028         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
13029         just make it compile with --disable-gst-debug.
13030
13031 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
13032
13033         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
13034         Fix a bad conversion using gst_guint64_to_gdouble.
13035         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
13036         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
13037         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
13038     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
13039         mistake.
13040
13041 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
13042
13043         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
13044         Use gst_guint64_to_gdouble for conversions
13045         * win32/vs6/gst_plugins_good.dsw:
13046         * win32/vs6/libgsticydemux.dsp:
13047         Add a project file for icydemux
13048
13049 2006-04-21  Wim Taymans  <wim@fluendo.com>
13050
13051         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
13052
13053         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
13054         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
13055         When splitting audio chunks, the block alignment is not taken in
13056         consideration, so the smaller chunks could be of size which is 
13057         not a multiple of the block alignment. Fixes #336904
13058
13059 2006-04-21  Wim Taymans  <wim@fluendo.com>
13060
13061         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
13062         Use scale functions
13063
13064 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
13065
13066         * ext/dv/gstdv.c: (plugin_init):
13067           Fix build.
13068
13069 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
13070
13071         * gst/debug/progressreport.c: (gst_progress_report_finalize),
13072         (gst_progress_report_class_init), (gst_progress_report_init),
13073         (gst_progress_report_do_query), (gst_progress_report_report),
13074         (gst_progress_report_set_property),
13075         (gst_progress_report_get_property):
13076           Add 'format' property to force querying to a particular format.
13077
13078 2006-04-21  Andy Wingo  <wingo@pobox.com>
13079
13080         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
13081         best, on big endian systems. Drop its rank in that case. OTOH on
13082         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
13083
13084 2006-04-21  Michael Smith  <msmith@fluendo.com>
13085
13086         * configure.ac:
13087         * gst/icydemux/Makefile.am:
13088         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
13089         (gst_icydemux_base_init), (gst_icydemux_class_init),
13090         (gst_icydemux_reset), (gst_icydemux_init),
13091         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
13092         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
13093         (unicodify), (gst_icydemux_unicodify),
13094         (gst_icydemux_parse_and_send_tags),
13095         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
13096         (gst_icydemux_chain), (gst_icydemux_change_state),
13097         (gst_icydemux_send_tag_event), (plugin_init):
13098         * gst/icydemux/gsticydemux.h:
13099         * tests/check/Makefile.am:
13100         * tests/check/elements/icydemux.c: (typefind_succeed),
13101         (plugin_init), (icydemux_found_pad), (create_icydemux),
13102         (cleanup_icydemux), (push_data), (GST_START_TEST),
13103         (icydemux_suite), (main):
13104           Add icydemux, and tests.
13105
13106 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
13107
13108         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
13109           Post SEGMENT_DONE message in TIME format.
13110
13111 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
13112
13113         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
13114
13115         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
13116         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
13117           Fix index creation when we have to scan the file to create
13118           an index. There may be other types of RIFF 'LIST' chunks than
13119           'movi' and we need to skip them properly as well or we'll end up
13120           reading garbage (#336889). Some other cosmetic changes.
13121           
13122 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
13123
13124         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
13125         (gst_flac_dec_handle_seek_event):
13126           Add support for segment seeks (fixes #338290). Also demote
13127           some recurring debug message from DEBUG to LOG level.
13128
13129 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
13130
13131         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
13132         (gst_matroskademux_do_index_seek),
13133         (gst_matroska_demux_handle_seek_event),
13134         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
13135         * gst/matroska/matroska-ids.h:
13136           Set DISCONT flag on first buffer after a discontinuity.
13137           Fix newsegment events sent when seeking and honour KEY_UNIT
13138           seek flag. Create pad with bogus caps if we don't recognise
13139           the stream codec id.
13140
13141         * gst/matroska/matroska-demux.h:
13142           Fix GObject macros.
13143
13144 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
13145
13146         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
13147
13148         * gst/matroska/matroska-demux.c:
13149         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
13150           Handle end of segment properly when set; don't dead-lock when
13151           posting start of segment message when doing a segment seek.
13152           Fixes #338810.
13153
13154 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
13155
13156         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
13157         (gst_matroska_demux_plugin_init):
13158           Make mpeg2 aac audio work: create artificial private codec data
13159           chunk which faad2 seems to require, just as we do for mpeg4 aac.
13160           Also call gst_riff_init(). Partially fixes #338767.
13161
13162 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
13163
13164         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
13165         (gst_wavenc_class_init), (gst_wavenc_init),
13166         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
13167         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
13168         (gst_wavenc_chain), (gst_wavenc_change_state):
13169         * gst/wavenc/gstwavenc.h:
13170           Set caps on first outgoing buffer, so that it doesn't error out
13171           immediately with a non-negotiated error (#338716). Rewrite and
13172           clean up a bit; fix setcaps function to parse things properly;
13173           fix sink caps (8bit audio is unsigned and doesn't have depth);
13174           use boilerplate macros; remove unused properties stuff.
13175
13176 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
13177
13178         * ext/gdk_pixbuf/gstgdkpixbuf.c:
13179           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
13180           handle MJPEG streams and might be autoplugged for those if the
13181           user doesn't have jpegdec installed (resulting in a cryptic error
13182           message about huffman tables). Better to disable JPEG decoding here
13183           and let the user figure out that she needs to install jpegdec.
13184
13185 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
13186
13187         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
13188         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
13189         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
13190         * ext/gdk_pixbuf/gstgdkpixbuf.h:
13191           Make work with packetised/framed input (e.g. png-in-quicktime). Use
13192           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
13193           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
13194           debug messages. Fix boilerplate macros.
13195
13196 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
13197
13198         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
13199         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
13200           No need to special-case for Gdk-2.0 any longer, we require
13201           Gdk 2.2 or newer; minor clean-ups.
13202
13203 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
13204
13205         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
13206         (gst_shout2send_class_init), (gst_shout2send_init),
13207         (set_shout_metadata), (gst_shout2send_set_metadata),
13208         (gst_shout2send_event), (gst_shout2send_start),
13209         (gst_shout2send_connect), (gst_shout2send_stop),
13210         (gst_shout2send_render), (gst_shout2send_set_property),
13211         (gst_shout2send_get_property), (gst_shout2send_setcaps),
13212         (plugin_init):
13213         * ext/shout2/gstshout2.h:
13214         * po/POTFILES.in:
13215           Rewrite a bit: use GstBaseSink::start and stop instead of a state
13216           change function; use GST_ELEMENT_ERROR for error reporting, not
13217           g_error() or GST_ERROR(); don't unref caps in setcaps function,
13218           will cause crashes or assertion failures; remove (unused) "sync"
13219           property, basesink already has such a property; misc. other
13220           minor fixes and cleanups.
13221
13222 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
13223
13224         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
13225         * ext/esd/gstesd.c: (plugin_init):
13226         * po/POTFILES.in:
13227           Add translatable error message for when we cannot
13228           connect to the sound server, as "Cannot open resource
13229           for writing" isn't really an acceptable message to show
13230           to the user in this case.
13231
13232 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
13233
13234         * sys/oss/gst-i18n-plugin.h:
13235           Remove bogus file that doesn't belong here.
13236
13237 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
13238
13239         Patch by: Philippe Valembois
13240
13241         * ext/shout2/gstshout2.c: (gst_shout2send_init),
13242         (gst_shout2send_set_metadata), (gst_shout2send_event),
13243         (gst_shout2send_render), (gst_shout2send_change_state):
13244         * ext/shout2/gstshout2.h:
13245           Handle tags being received before the connection to
13246           the server is established properly (see #338636).
13247
13248 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
13249
13250         * ext/shout2/gstshout2.c: (gst_shout2send_render):
13251           Don't crash in case the connection to the server fails:
13252           don't set pointer to NULL by assigning FALSE; error out
13253           properly by using GST_ELEMENT_ERROR and returning
13254           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
13255           before resetting the pointer.
13256
13257 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
13258
13259         * gst/id3demux/id3tags.c:
13260         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
13261         (Fixes #338713)
13262
13263 2006-04-12  Wim Taymans  <wim@fluendo.com>
13264
13265         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
13266         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
13267         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
13268         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
13269         (gst_gdk_pixbuf_chain):
13270         Some cleanups.
13271         Added RGBA as a possible output format.
13272         Correctly free the supported mimetypes.
13273         deprecate silent arg, it's not used.
13274         Return result from _alloc_buffer to peer.
13275
13276 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
13277
13278         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
13279           Don't leak memory allocated by gst_buffer_new_and_alloc() by
13280           overwriting GST_BUFFER_MALLOCDATA.
13281
13282 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
13283
13284         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
13285         (user_endrow_callback), (user_end_callback),
13286         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
13287         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
13288         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
13289         * ext/libpng/gstpngdec.h:
13290           Handle more than one frame if the content is framed,
13291           like with png-in-quicktime (#331917).
13292
13293 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13294
13295         * sys/oss/Makefile.am:
13296         * sys/oss/common.h:
13297         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
13298         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
13299         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
13300         (gst_oss_src_unprepare):
13301           - the user-visible error strings were in the wrong category
13302           - and the messages were not marked for translation
13303           - which is actually a good thing, because they were exactly
13304             the kind of message you would never want anyone to see
13305           - the macros were using variables that didn't exist in the macro
13306             arguments
13307           - and they were obviously copied from each other and then modified
13308           - so a common header makes sense
13309
13310 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
13311
13312         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
13313           Don't try to modify read-only data.
13314
13315         * gst/matroska/matroska-demux.c:
13316         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
13317           Fix comment (won't crash any longer now).
13318
13319 2006-04-10  Michael Smith  <msmith@fluendo.com>
13320
13321         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
13322           Use copies of header buffers for caps to avoid circular refcounting
13323           problems (as in theoradec, vorbisdec).
13324
13325         * tests/check/elements/cmmldec.c: (GST_START_TEST):
13326           Fix a typo in test that meant it was testing the wrong thing.
13327
13328         * tests/check/elements/cmmlenc.c: (check_headers):
13329           Fix refcount checks now that we use buffer-copies for caps.
13330
13331 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
13332
13333         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
13334         (gst_matroska_demux_handle_seek_event),
13335         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
13336         (gst_matroska_demux_subtitle_caps),
13337         (gst_matroska_demux_plugin_init):
13338           Use static pad templates with ANY caps for audio and video
13339           source pads and get rid of a lot of unnecessary (and partially
13340           broken) code for the template caps. Clean up caps finding
13341           functions. Fixes playback of audio files/streams that do not
13342           contain the sample rate and/or number of channels in the audio
13343           context (happens a lot with vorbis/mp3 .mka files it seems).
13344           Fixes #337183.
13345           Also add myself to copyright holders.
13346
13347 2006-04-10  Michael Smith  <msmith@fluendo.com>
13348
13349         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
13350           Use g_list_delete_link () instead of g_list_remove_link () so that
13351           we free the link as well as the contained data.
13352
13353 2006-04-10  Wim Taymans  <wim@fluendo.com>
13354
13355         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
13356
13357         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
13358         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
13359         (gst_avi_demux_stream_header):
13360         Fix some crashers with empty chunks. (Fixes #337749)
13361
13362 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
13363
13364         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
13365           use G_GINT64_CONSTANT for INT64 constants
13366         * gst/videofilter/gstvideobalance.c:
13367           define rint for WIN32 #define rint(x) (floor((x)+0.5))
13368         * win32/vs6/libgstavi.dsp:
13369          add missing libraries for the link and remove avimux.c from
13370          the project as it isn't ported to 0.10 yet
13371         
13372 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
13373
13374         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
13375           Even better would be if we actually did the right thing
13376           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
13377
13378 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
13379
13380         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
13381           Can't just replace 1LL with 1L here just because MSVC doesn't
13382           support it, as it might lead to incorrect results when doing the
13383           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
13384           force a 64-bit constant in a way that all compilers are happy with.
13385
13386 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
13387
13388         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
13389         * ext/esd/esdsink.c: (gst_esdsink_class_init):
13390         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
13391         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
13392         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
13393         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
13394         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
13395         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
13396         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
13397         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
13398         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
13399         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
13400         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
13401         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
13402         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
13403         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
13404         * gst/avi/gstavimux.c: (gst_avimux_class_init):
13405         * gst/debug/efence.c: (gst_efence_class_init):
13406         * gst/debug/negotiation.c: (gst_negotiation_class_init):
13407         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
13408         * gst/goom/gstgoom.c: (gst_goom_class_init):
13409         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
13410         * gst/interleave/deinterleave.c: (deinterleave_class_init):
13411         * gst/interleave/interleave.c: (interleave_class_init):
13412         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
13413         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
13414         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
13415         * gst/median/gstmedian.c: (gst_median_class_init):
13416         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
13417         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
13418         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
13419         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
13420         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
13421         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
13422         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
13423         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
13424         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
13425         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
13426         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
13427         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
13428         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
13429         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
13430         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
13431         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
13432         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
13433         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
13434         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
13435         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
13436         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
13437         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
13438         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
13439         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
13440         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
13441         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
13442         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
13443         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
13444         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
13445         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
13446         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
13447         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
13448         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
13449         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
13450         * sys/osxaudio/gstosxaudioelement.c:
13451         (gst_osxaudioelement_class_init):
13452         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
13453         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
13454         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
13455         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
13456
13457 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
13458
13459         * ext/mikmod/gstmikmod.h:
13460         * gst/level/gstlevel.h:
13461         Fix more broken GObject macros
13462
13463 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
13464
13465         * ext/annodex/gstcmmldec.h:
13466         * ext/annodex/gstcmmlenc.h:
13467         * ext/annodex/gstcmmltag.h:
13468         * ext/cairo/gsttextoverlay.h:
13469         * ext/ladspa/gstsignalprocessor.h:
13470         * gst/matroska/ebml-read.h:
13471         * gst/matroska/ebml-write.h:
13472         * sys/osxaudio/gstosxaudioelement.h:
13473         Fix broken GObject macros
13474
13475 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
13476
13477         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
13478           Don't try to seek beyond the end of the file (would
13479           occasionally display error dialogs in totem when seeking
13480           to the end) (#335869). Will still throw an error though
13481           if the file is truncated and the total_samples value in
13482           the stream header is wrong.
13483
13484 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
13485
13486         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
13487         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
13488         (gst_flac_dec_metadata_callback):
13489         * ext/flac/gstflacdec.h:
13490           If the stream header doesn't contain the total number of samples,
13491           search for the last flac frame at the end of the file and calculate
13492           the total duration from that frame's offset (fixes #337609).
13493
13494 2006-04-07  Edward Hervey  <edward@fluendo.com>
13495
13496         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
13497         Don't unref the GstPadTemplate returned by
13498         gst_element_class_get_pad_template().
13499
13500 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
13501
13502         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
13503
13504         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
13505         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
13506         * sys/sunaudio/gstsunaudiosink.h:
13507           Use spec->segsize and spec->segtotal in the prepare function
13508           to initialise the ring buffer instead of using the buffer-time
13509           property (#337421).
13510
13511 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
13512
13513         * configure.ac:
13514           Bump core requirements to CVS for gst_pad_query_peer_duration()
13515           which is used by speexdec.
13516
13517 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
13518
13519         * ext/speex/gstspeex.c: (plugin_init):
13520         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
13521         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
13522         (speex_get_sink_query_types), (speex_dec_sink_query),
13523         (speex_get_src_query_types), (speex_dec_src_query),
13524         (speex_dec_src_event), (speex_dec_sink_event),
13525         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
13526         (speex_dec_chain_parse_data), (speex_dec_chain),
13527         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
13528         (speex_dec_change_state):
13529         * ext/speex/gstspeexdec.h:
13530           Fix seeking and duration queries (#337033); clean up and
13531           refactor a bit.
13532
13533 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13534
13535         * ext/raw1394/gstdv1394src.c:
13536           distinguish between device not found and could not open for
13537           reading
13538
13539 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13540
13541         * Makefile.am:
13542         * configure.ac:
13543         * pkgconfig/.cvsignore:
13544         * pkgconfig/Makefile.am:
13545         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
13546           add a .pc file so other modules can use good plugins in tests
13547
13548 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
13549
13550         * configure.ac:
13551           clean up, use AS_VERSION and AS_NANO
13552         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
13553           use PACKAGE_VERSION define
13554         * po/af.po:
13555         * po/az.po:
13556         * po/cs.po:
13557         * po/en_GB.po:
13558         * po/hu.po:
13559         * po/it.po:
13560         * po/nb.po:
13561         * po/nl.po:
13562         * po/or.po:
13563         * po/sq.po:
13564         * po/sr.po:
13565         * po/sv.po:
13566         * po/uk.po:
13567         * po/vi.po:
13568           updated
13569
13570 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
13571
13572         * ext\jpeg\smokecodec.c:
13573           use of GST_DEBUG instead of DEBUG(a...) for WIN32
13574         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
13575           move first instruction after all variables declarations
13576         * gst\alpha\gstalpha.c:
13577         * gst\effectv\gstshagadelic.c:
13578         * gst\smpte\paint.c:
13579         * gst\videofilter\gstvideobalance.c:
13580           define M_PI if it's not defined (it's not defined on WIN32)
13581         * gst\cutter\gstcutter.c: (gst_cutter_chain):
13582         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
13583         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
13584         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
13585         (gst_matroska_demux_video_caps):
13586         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
13587         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
13588           use gst_guint64_to_gdouble for conversions
13589         * gst\goom\filters.c: (setPixelRGB_):
13590           fix a debug which was using undefined variable
13591         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
13592         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
13593           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
13594         * win32/vs6:
13595           add vs6 projects files for most of plugins-good
13596         
13597 2006-03-30  j^  <j@bootlab.org>
13598
13599         * ext/aalib/gstaasink.c:
13600         * ext/annodex/gstcmmldec.c:
13601         * ext/annodex/gstcmmlenc.c:
13602         * ext/cairo/gsttextoverlay.c:
13603         * ext/cairo/gsttimeoverlay.c:
13604         * ext/cdio/gstcdiocddasrc.c:
13605         * ext/dv/gstdvdec.c:
13606         * ext/esd/esdmon.c:
13607         * ext/esd/esdsink.c:
13608         * ext/flac/gstflacdec.c:
13609         * ext/flac/gstflacenc.c:
13610         * ext/flac/gstflactag.c:
13611         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
13612         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
13613         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
13614         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
13615         * ext/gdk_pixbuf/gstgdkpixbuf.c:
13616         * ext/gdk_pixbuf/pixbufscale.c:
13617         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
13618         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
13619         * ext/jpeg/gstjpegdec.c:
13620         * ext/jpeg/gstjpegenc.c:
13621         * ext/jpeg/gstsmokedec.c:
13622         * ext/jpeg/gstsmokeenc.c:
13623         * ext/libcaca/gstcacasink.c:
13624         * ext/libmng/gstmngdec.c:
13625         * ext/libmng/gstmngenc.c:
13626         * ext/libpng/gstpngdec.c:
13627         * ext/libpng/gstpngenc.c:
13628         * ext/mikmod/gstmikmod.c:
13629         * ext/raw1394/gstdv1394src.c:
13630         * ext/shout2/gstshout2.c:
13631         * ext/speex/gstspeexdec.c:
13632         * ext/speex/gstspeexenc.c:
13633         * gst/alpha/gstalpha.c:
13634         * gst/alpha/gstalphacolor.c:
13635         * gst/auparse/gstauparse.c:
13636         * gst/autodetect/gstautoaudiosink.c:
13637         (gst_auto_audio_sink_base_init):
13638         * gst/autodetect/gstautovideosink.c:
13639         (gst_auto_video_sink_base_init):
13640         * gst/avi/gstavimux.c: (gst_avimux_base_init):
13641         * gst/cutter/gstcutter.c:
13642         * gst/debug/breakmydata.c:
13643         * gst/debug/efence.c:
13644         * gst/debug/gstnavigationtest.c:
13645         * gst/debug/negotiation.c:
13646         * gst/debug/progressreport.c:
13647         * gst/debug/testplugin.c:
13648         * gst/effectv/gstaging.c:
13649         * gst/effectv/gstdice.c:
13650         * gst/effectv/gstedge.c:
13651         * gst/effectv/gstquark.c:
13652         * gst/effectv/gstrev.c:
13653         * gst/effectv/gstvertigo.c:
13654         * gst/effectv/gstwarp.c:
13655         * gst/flx/gstflxdec.c:
13656         * gst/goom/gstgoom.c:
13657         * gst/interleave/deinterleave.c:
13658         * gst/interleave/interleave.c:
13659         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
13660         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
13661         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
13662         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
13663         * gst/level/gstlevel.c:
13664         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
13665         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
13666         * gst/median/gstmedian.c:
13667         * gst/monoscope/gstmonoscope.c:
13668         * gst/multipart/multipartdemux.c:
13669         * gst/multipart/multipartmux.c:
13670         * gst/oldcore/gstmd5sink.c:
13671         * gst/oldcore/gstmultifilesrc.c:
13672         * gst/oldcore/gstpipefilter.c:
13673         * gst/oldcore/gstshaper.c:
13674         * gst/oldcore/gststatistics.c:
13675         * gst/rtp/gstasteriskh263.c:
13676         * gst/rtp/gstrtpL16depay.c:
13677         * gst/rtp/gstrtpL16pay.c:
13678         * gst/rtp/gstrtpamrdepay.c:
13679         * gst/rtp/gstrtpamrpay.c:
13680         * gst/rtp/gstrtpdepay.c:
13681         * gst/rtp/gstrtpgsmpay.c:
13682         * gst/rtp/gstrtph263pay.c:
13683         * gst/rtp/gstrtph263pdepay.c:
13684         * gst/rtp/gstrtph263ppay.c:
13685         * gst/rtp/gstrtpmp4gpay.c:
13686         * gst/rtp/gstrtpmp4vdepay.c:
13687         * gst/rtp/gstrtpmp4vpay.c:
13688         * gst/rtp/gstrtpmpadepay.c:
13689         * gst/rtp/gstrtpmpapay.c:
13690         * gst/rtp/gstrtppcmadepay.c:
13691         * gst/rtp/gstrtppcmapay.c:
13692         * gst/rtp/gstrtppcmudepay.c:
13693         * gst/rtp/gstrtppcmupay.c:
13694         * gst/rtp/gstrtpspeexdepay.c:
13695         * gst/rtp/gstrtpspeexpay.c:
13696         * gst/rtsp/gstrtpdec.c:
13697         * gst/smpte/gstsmpte.c:
13698         * gst/videobox/gstvideobox.c:
13699         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
13700         * gst/videofilter/gstvideobalance.c:
13701         * gst/videofilter/gstvideoflip.c:
13702         * gst/videofilter/gstvideotemplate.c:
13703         (gst_videotemplate_base_init):
13704         * gst/videomixer/videomixer.c:
13705         * gst/wavenc/gstwavenc.c:
13706         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
13707          better/unified long descriptions
13708          Fixed #336602
13709          Some cleanups to auparse, don't send multiple newsegments.
13710
13711 2006-03-29  Wim Taymans  <wim@fluendo.com>
13712
13713         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
13714
13715         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
13716         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
13717         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
13718         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
13719         * ext/dv/gstdvdemux.h:
13720         Seek in READY patch. Only works for pull based mode.
13721         Fixes #323880
13722
13723 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
13724
13725         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
13726         (gst_gdk_pixbuf_event):
13727           Fix two crashers: don't unref the same caps twice, and
13728           set pixbuf loader to NULL after freeing it.
13729
13730 2006-03-27  Wim Taymans  <wim@fluendo.com>
13731
13732         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
13733         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
13734         (gst_speexenc_chain):
13735         * ext/speex/gstspeexenc.h:
13736         Don't leak adapter.
13737         A push *always* takes ownership of the buffer, even on
13738         errors.
13739         Small cleanups.
13740
13741 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
13742
13743         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13744           Create source pad without leaking.
13745
13746 2006-03-24  Wim Taymans  <wim@fluendo.com>
13747
13748         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
13749         * ext/flac/gstflacdec.h:
13750         * ext/flac/gstflacenc.h:
13751         Spifify a bit.
13752         Fix deadly lock order error in seeking code, STREAM_LOCK
13753         cannot be taken within LOCK and the streaming variables are
13754         protected with the STREAM_LOCK anyway.
13755
13756 2006-03-24  Wim Taymans  <wim@fluendo.com>
13757
13758         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
13759         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
13760         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
13761         this patch combines the global init_frames with the stream
13762         init_frames. Rationale being that the global delay should 
13763         be subtracted from any stream delay.
13764         Fixes #335858.
13765
13766 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
13767
13768         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
13769         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
13770         * gst/smpte/gstsmpte.c: (gst_smpte_init):
13771         * gst/videomixer/videomixer.c: (gst_videomixer_init):
13772         use DEBUG_FUNCPTR for collectpads
13773
13774 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
13775
13776         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
13777           Don't crash when encoding images where the number of rows isn't
13778           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
13779
13780 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
13781
13782         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
13783         * gst/interleave/deinterleave.c: (deinterleave_change_state):
13784         * gst/interleave/interleave.c: (interleave_change_state):
13785         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
13786           More state change function fixes.
13787
13788 2006-03-23  Wim Taymans  <wim@fluendo.com>
13789
13790         * ext/esd/esdsink.c: (gst_esdsink_class_init),
13791         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
13792         (gst_esdsink_prepare), (gst_esdsink_unprepare),
13793         (gst_esdsink_delay), (gst_esdsink_reset):
13794         * ext/esd/esdsink.h:
13795         Fix esd choppy playback by configuring audiosink
13796         correctly. Fixes #325191
13797
13798 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
13799
13800         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
13801           Make state change function thread-safe.
13802
13803 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
13804
13805         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
13806         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
13807           Don't try to read beyond the end of the file just because
13808           the header claims a bigger size (like with truncated files).
13809
13810 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
13811
13812         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
13813         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
13814         (gst_wavparse_stream_data), (gst_wavparse_loop):
13815         * gst/wavparse/gstwavparse.h:
13816           Delay source pad creation until we have the first chunk of
13817           media data, so the we can examine the data and adjust the
13818           caps accordingly if required. This makes playback of .wav
13819           files with DTS-declared-as-PCM content work (#313266).
13820
13821 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
13822
13823         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
13824         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
13825         Don't attempt typefinding on too-short buffers that have been
13826         completely trimmed away. (Fixes #330239)
13827
13828         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13829         Improve the debug output
13830
13831 2006-03-21  Wim Taymans  <wim@fluendo.com>
13832
13833         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
13834         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
13835         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
13836         (gst_esdsink_set_property), (gst_esdsink_get_property):
13837         Some cleanups.
13838         Reset fd to -1 when we close them.
13839
13840 2006-03-21  Wim Taymans  <wim@fluendo.com>
13841
13842         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
13843         the OPTIONS request result is optional so don't
13844         fail on it.
13845
13846 2006-03-21  Edward Hervey  <edward@fluendo.com>
13847
13848         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
13849         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
13850         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
13851         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
13852         (gst_wavparse_change_state):
13853         gcc 4.1 unreferenced pointer fixes.
13854
13855 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
13856
13857         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
13858
13859         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
13860           Fix block alignment calculation. Alignment should be done before
13861           adding the byte offset where the data starts (#335231).
13862
13863 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
13864
13865         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
13866           Ensure that we set correct caps on buffers that are transferred
13867           direct from the input.
13868
13869 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
13870
13871         * gst/goom/filters.c: (zoomFilterDestroy):
13872         * gst/goom/goom_core.c: (goom_close):
13873           Free filter data when cleaning up. (Fixes: #334995)
13874
13875 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
13876
13877         * configure.ac:
13878           Don't compile udp and rtsp plugins on win32 (mingw) or other
13879           systems that don't have <sys/socket.h> for some reason (#316203).
13880
13881 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13882
13883         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
13884         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
13885         * ext/raw1394/gstdv1394src.h:
13886           Change bus reset handler so it reports useful information such as
13887           whether the device being used connected or disconnected
13888
13889 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
13890
13891         * gst/id3demux/id3v2frames.c:
13892         (parse_relative_volume_adjustment_two):
13893           We only care about gain and peak data for the master volume.
13894
13895 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
13896
13897         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13898         (parse_id_string), (parse_unique_file_identifier),
13899         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
13900           Read replay gain tags (#323721).
13901
13902 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
13903
13904         * configure.ac:
13905           Bump requirements to gst-plugins-base CVS because
13906           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
13907
13908 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
13909
13910         * rtp/gst/gstrtppcmadepay.c:
13911         Fixed one of the caps in the code from mulaw to alaw.
13912
13913 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
13914
13915         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
13916           Ensure that we set caps on the buffers we pass.
13917
13918         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
13919         (gst_id3demux_sink_activate):
13920           Ensure that we set caps on the buffers we pass.
13921
13922           Use STREAM, TYPE_NOT_FOUND as the error class when
13923           typefinding fails.
13924
13925 2006-03-15  Edward Hervey  <edward@fluendo.com>
13926
13927         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
13928         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
13929         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
13930         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
13931         (gst_jpeg_dec_setcaps):
13932         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
13933         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
13934         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
13935         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
13936         (gst_mngdec_src_getcaps):
13937         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
13938         (gst_pngdec_caps_create_and_set):
13939         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
13940         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
13941         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
13942         * gst/alpha/gstalpha.c: (gst_alpha_init):
13943         * gst/auparse/gstauparse.c: (gst_au_parse_init):
13944         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
13945         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
13946         * gst/cutter/gstcutter.c: (gst_cutter_init):
13947         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
13948         (gst_efence_checkgetrange):
13949         * gst/debug/negotiation.c: (gst_negotiation_init):
13950         * gst/flx/gstflxdec.c: (gst_flxdec_init):
13951         * gst/goom/gstgoom.c: (gst_goom_init):
13952         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
13953         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
13954         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
13955         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
13956         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
13957         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
13958         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
13959         * gst/smpte/gstsmpte.c: (gst_smpte_init):
13960         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
13961         (gst_wavparse_create_sourcepad):
13962         Fix memleak with gst_static_pad_template_get().
13963         This uses gst_pad_new_from_static_template() instead.
13964         Fixes #333512
13965
13966 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
13967
13968         * configure.ac:
13969           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
13970           used by id3demux.
13971
13972         * gst/id3demux/gstid3demux.c: (plugin_init):
13973         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13974         (parse_user_text_identification_frame),
13975         (parse_unique_file_identifier):
13976           Add support for UFID and TXXX frames and extract musicbrainz tags.
13977
13978 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
13979
13980         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
13981           Catch short reads, like they might happen with truncated
13982           files (see #305279); remove unnecessary indentation.
13983
13984 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
13985
13986         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
13987           Fix DIB image inversion for pictures with a
13988           depth != 8 (#305279).
13989
13990 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
13991
13992         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
13993         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
13994         * ext/jpeg/gstjpegdec.h:
13995           Fix durations on outgoing buffers after seeking
13996           in MJPEG files (#334083); some minor clean-ups.
13997
13998 2006-03-13  Wim Taymans  <wim@fluendo.com>
13999
14000         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
14001         (gst_wavparse_change_state):
14002         Implement seek in READY (re-fixes #327658)
14003
14004 2006-03-13  Wim Taymans  <wim@fluendo.com>
14005
14006         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
14007         * ext/esd/esdmon.c: (gst_esdmon_get):
14008         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
14009         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
14010         (gst_gdk_pixbuf_sink_getcaps):
14011         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
14012         (gst_jpegenc_setcaps):
14013         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
14014         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
14015         (gst_smokeenc_setcaps):
14016         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
14017         (gst_mngdec_src_getcaps):
14018         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
14019         (gst_mngenc_chain):
14020         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
14021         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
14022         * ext/speex/gstspeexdec.c: (speex_dec_convert),
14023         (speex_dec_src_event), (speex_dec_chain):
14024         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
14025         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
14026         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
14027         (gst_negotiation_pad_link), (gst_negotiation_chain):
14028         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
14029         (gst_flxdec_chain):
14030         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
14031         (deinterleave_chain):
14032         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
14033         * gst/median/gstmedian.c: (gst_median_link):
14034         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
14035         (gst_monoscope_chain):
14036         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
14037         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
14038         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
14039         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
14040         close #333784 unref the result of gst_pad_get_parent()
14041         by: Christophe Fergeau.
14042
14043 2006-03-09  Wim Taymans  <wim@fluendo.com>
14044
14045         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
14046         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
14047         Handle events in push mode better, can now do non-flushing
14048         seeks in push mode as well.
14049
14050 2006-03-07  Wim Taymans  <wim@fluendo.com>
14051
14052         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
14053         Applied patch from Kai Vehmanen, fixes #333624.
14054
14055 2006-03-06  Julien MOUTTE  <julien@moutte.net>
14056
14057         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
14058         Implement paletted and grayscale png files handling.
14059         (#150363).
14060
14061 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
14062
14063         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
14064         (gst_speexenc_chain):
14065           fix a tag list assert
14066           follow gst-plugins-base/ext/ogg/README; set OFFSET
14067           and OFFSET_END.  Muxes correctly with gst-plugins-base
14068           > 0.9.3
14069
14070 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
14071
14072         * gst/id3demux/Makefile.am:
14073         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
14074         (gst_id3demux_chain), (gst_id3demux_sink_activate):
14075           Use new typefind helper functions here as well, and
14076           do typefinding in pull-mode if upstream supports that.
14077
14078 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
14079
14080         * sys/sunaudio/gstsunaudiomixerctrl.c:
14081         (gst_sunaudiomixer_ctrl_get_volume),
14082         (gst_sunaudiomixer_ctrl_set_volume):
14083         * sys/sunaudio/gstsunaudiomixertrack.c:
14084         (gst_sunaudiomixer_track_new):
14085           Remove unused variables, breaks build from CVS
14086           with -Werror (#333392, patch by: Benjamin Pineau)
14087
14088 2006-03-03  Wim Taymans  <wim@fluendo.com>
14089
14090         * docs/plugins/Makefile.am:
14091         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14092         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14093         Added wavparse docs.
14094
14095         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
14096         (gst_wavparse_reset), (gst_wavparse_init),
14097         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
14098         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
14099         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
14100         (gst_wavparse_stream_data), (gst_wavparse_loop),
14101         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
14102         (gst_wavparse_change_state):
14103         * gst/wavparse/gstwavparse.h:
14104         Implement seek in READY (fixes #327658)
14105         Added docs and did some cleanups.
14106
14107 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
14108
14109         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14110         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
14111         (gst_avi_demux_calculate_durations_from_index),
14112         (gst_avi_demux_stream_header):
14113         * gst/avi/gstavidemux.h:
14114           If we have an index, use a duration based on the index instead
14115           of blindly trusting the information in the stream headers
14116           (fixes #331817).
14117
14118 2006-03-03  Wim Taymans  <wim@fluendo.com>
14119
14120         * docs/plugins/Makefile.am:
14121         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14122         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14123         * docs/plugins/gst-plugins-good-plugins.hierarchy:
14124         Added smoke and jpeg to the docs.
14125
14126         * ext/jpeg/Makefile.am:
14127         * ext/jpeg/gstjpeg.c: (plugin_init):
14128         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
14129         * ext/jpeg/gstjpegenc.h:
14130         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
14131         (gst_smokedec_chain):
14132         * ext/jpeg/gstsmokedec.h:
14133         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
14134         * ext/jpeg/gstsmokeenc.h:
14135         * ext/jpeg/smokecodec.h:
14136         Port smokedec (fixes #331905).
14137         Added some docs.
14138         Some cleanups.
14139
14140 2006-03-03  Wim Taymans  <wim@fluendo.com>
14141
14142         * docs/plugins/Makefile.am:
14143         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14144         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14145         * docs/plugins/gst-plugins-good-plugins.hierarchy:
14146         Added videobalance and videoflip to the docs.
14147
14148         * gst/videofilter/Makefile.am:
14149         * gst/videofilter/gstvideobalance.c:
14150         (gst_video_balance_update_tables_planar411),
14151         (gst_video_balance_is_passthrough),
14152         (gst_video_balance_update_properties), (oil_tablelookup_u8),
14153         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
14154         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
14155         (gst_video_balance_finalize), (gst_video_balance_class_init),
14156         (gst_video_balance_init), (gst_video_balance_interface_supported),
14157         (gst_video_balance_interface_init),
14158         (gst_video_balance_colorbalance_list_channels),
14159         (gst_video_balance_colorbalance_set_value),
14160         (gst_video_balance_colorbalance_get_value),
14161         (gst_video_balance_colorbalance_init),
14162         (gst_video_balance_set_property), (gst_video_balance_get_property),
14163         (gst_video_balance_get_type), (plugin_init):
14164         * gst/videofilter/gstvideobalance.h:
14165         Ported to 0.10. (Fixes #326160)
14166         Added docs.
14167
14168         * gst/videofilter/gstvideoflip.c:
14169         * gst/videofilter/gstvideoflip.h:
14170         Added docs.
14171
14172 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
14173
14174         * configure.ac:
14175           Bump requirements to current core and -base CVS
14176           (core for new typefind helper API, and -base for the
14177           WAVFORMATEX support that was added to libgstriff and
14178           is needed by wavparse).
14179         
14180         * gst/apetag/Makefile.am:
14181         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
14182         (gst_tag_demux_sink_activate):
14183           Use new typefind helpers for typefinding instead of our
14184           home-grown stuff; also, do typefinding in pull-mode if
14185           upstream supports that.
14186
14187 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
14188
14189         Reviewed by: Christian Schaller <christian@fluendo.com>
14190
14191         This patch fixes bug: 329107
14192
14193         This Changelog entry is for a commit done on February 17
14194
14195         * ext/gconf/gconf.c
14196         * ext/gconf/gconf.h
14197         * ext/gconf/gstgconfaudiosink.c
14198         * ext/gconf/gstgconfaudiosink.h
14199         * gconf/gstreamer.schemas.in
14200
14201 2006-02-28  Wim Taymans  <wim@fluendo.com>
14202
14203         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
14204         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
14205         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
14206         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
14207         Use DEBUG_OBJECT more.
14208
14209 2006-02-28  Wim Taymans  <wim@fluendo.com>
14210
14211         * docs/plugins/Makefile.am:
14212         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14213         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14214         Added dvdec and dvdemux to docs.
14215
14216         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
14217         Added docs.
14218         Check frame sizes so we don't crash when don't have enough
14219         data.
14220         Send nice error messages on error.
14221
14222         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
14223         (gst_dvdemux_class_init), (gst_dvdemux_init),
14224         (gst_dvdemux_finalize), (gst_dvdemux_reset),
14225         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
14226         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
14227         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
14228         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
14229         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
14230         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
14231         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
14232         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
14233         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
14234         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
14235         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
14236         * ext/dv/gstdvdemux.h:
14237         Added docs.
14238         Implement pull mode.
14239         Fix memleaks.
14240         Reduce memcpy for the video demuxing.
14241
14242 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
14243
14244         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
14245         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
14246         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
14247         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
14248           Add a little extra debug. Make the decoder not return NOT_LINKED,
14249           as we want to continue decoding all CMML and emitting tags.
14250
14251 2006-02-27  Michael Smith  <msmith@fluendo.com>
14252
14253         * ext/annodex/gstskeltag.c:
14254         * ext/annodex/gstskeltag.h:
14255           Deleted; these files aren't used any more either.
14256
14257 2006-02-25  Julien MOUTTE  <julien@moutte.net>
14258
14259         * ext/Makefile.am: Fix dist-check.
14260
14261 2006-02-25  Julien MOUTTE  <julien@moutte.net>
14262
14263         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
14264         memleak.
14265
14266 2006-02-25  Alessandro Decina <alessandro@nnva.org>
14267
14268         * ext/annodex/Makefile.am:
14269         * ext/annodex/gstannodex.c:
14270         * ext/annodex/gstcmmldec.c:
14271         * ext/annodex/gstcmmlenc.c:
14272         * ext/annodex/gstcmmlparser.c:
14273         * ext/annodex/gstcmmlparser.h:
14274         * ext/annodex/gstcmmlutils.c:
14275         * tests/check/elements/cmmldec.c:
14276         * tests/check/elements/cmmlenc.c:
14277           Fix a memleak in gst_cmml_track_list_add_clip.
14278           Handle overflows in clip's start and end times.
14279           Add the "encoded" parameter to cmmldec and cmmlenc caps.
14280           Do not parse junk at the end of a CMML preamble buffer.
14281           Register a libxml error handler to not print stuff on stderr.
14282           Check for bad clip start and end times in the testsuites.
14283
14284 2006-02-25  Julien MOUTTE  <julien@moutte.net>
14285
14286         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
14287         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
14288         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
14289         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
14290         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
14291         possible memleaks.
14292
14293 2006-02-25  Julien MOUTTE  <julien@moutte.net>
14294
14295         * tests/check/Makefile.am:
14296         * tests/check/elements/cmmldec.c:
14297         * tests/check/elements/cmmlenc.c: Fix tests so that they use
14298         the plugins-base tags.
14299
14300 2006-02-25  Julien MOUTTE  <julien@moutte.net>
14301
14302         * ext/Makefile.am: Re-enable module.
14303
14304 2006-02-25  Julien MOUTTE  <julien@moutte.net>
14305
14306         * tests/check/Makefile.am: Forgot to remove that test.
14307
14308 2006-02-25  Julien MOUTTE  <julien@moutte.net>
14309
14310         * ext/annodex/Makefile.am:
14311         * ext/annodex/gstannodex.c: (plugin_init):
14312         * ext/annodex/gstcmmldec.c:
14313         * ext/annodex/gstskeldec.c:
14314         * ext/annodex/gstskeldec.h:
14315         * tests/check/Makefile.am:
14316         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
14317
14318 2006-02-25  Julien MOUTTE  <julien@moutte.net>
14319
14320         * tests/check/Makefile.am: Disable those checks as well.
14321
14322 2006-02-24  Julien MOUTTE  <julien@moutte.net>
14323
14324         * ext/Makefile.am: Disable annodex for now until we figure out
14325         how to make it build.
14326         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
14327         Add a rule to your checklist : "please try to at least build 
14328         what you are going to commit into -good, or if you are too lazy
14329         to do that, please check that the buildbots are not crying because
14330         of your commit."
14331
14332 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
14333
14334         * configure.ac:
14335         * ext/Makefile.am:
14336         * ext/gdk_pixbuf/Makefile.am:
14337         * ext/gdk_pixbuf/gstgdkpixbuf.c:
14338         * ext/gdk_pixbuf/gstgdkpixbuf.h:
14339         * ext/gdk_pixbuf/pixbufscale.c:
14340         * ext/gdk_pixbuf/pixbufscale.h:
14341           Gdkpixbuf ported from 0.8 to 0.10 by
14342           Renato Filho <renato.filho@indt.org.br>.
14343           gst_loader and gdkpixbufanimation still need port.
14344
14345 2006-02-24  Michael Smith  <msmith@fluendo.com>
14346
14347         * configure.ac:
14348         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14349         * ext/Makefile.am:
14350         * ext/annodex/Makefile.am:
14351         * ext/annodex/gstannodex.c:
14352         * ext/annodex/gstannodex.h:
14353         * ext/annodex/gstcmmldec.c:
14354         * ext/annodex/gstcmmldec.h:
14355         * ext/annodex/gstcmmlenc.c:
14356         * ext/annodex/gstcmmlenc.h:
14357         * ext/annodex/gstcmmlparser.c:
14358         * ext/annodex/gstcmmlparser.h:
14359         * ext/annodex/gstcmmltag.c:
14360         * ext/annodex/gstcmmltag.h:
14361         * ext/annodex/gstcmmlutils.c:
14362         * ext/annodex/gstcmmlutils.h:
14363         * ext/annodex/gstskeldec.c:
14364         * ext/annodex/gstskeldec.h:
14365         * ext/annodex/gstskeltag.c:
14366         * ext/annodex/gstskeltag.h:
14367         * tests/check/Makefile.am:
14368         * tests/check/elements/cmmldec.c:
14369         * tests/check/elements/cmmlenc.c:
14370         * tests/check/elements/skeldec.c:
14371           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
14372           Includes tests & docs, oh my! Passes Thomas's -good checklist
14373           entirely. Wow.
14374
14375 2006-02-24  Michael Smith  <msmith@fluendo.com>
14376
14377         * autogen.sh:
14378           Check for automake 1.9 as well.
14379
14380 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
14381
14382         * ext/flac/gstflacenc.c:
14383           Change min. sample rate to 8kHz to match flacdec's.
14384           
14385 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
14386
14387         * ext/cdio/Makefile.am:
14388           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
14389           required for Cygwin, see #317048)
14390
14391         * gst/rtp/gstasteriskh263.c:
14392           Cygwin has includes for both the unix network socket API
14393           and the windows API, but only one can be included, so fix
14394           includes to only use one or the other, prefering the unxi
14395           one (#317048).
14396
14397 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
14398
14399         * rtp/gst/gstrtppcmadepay.c:
14400         * rtp/gst/gstrtppcmadepay.h:
14401         * rtp/gst/gstgstrtppcmapay.c:
14402         * rtp/gst/gstgstrtppcmapay.h:
14403         * rtp/gst/gstrtppcmudepay.c:
14404         * rtp/gst/gstrtppcmudepay.h:
14405         * rtp/gst/gstrtppcmupay.c:
14406         * rtp/gst/gstrtppcmupay.h:
14407         * rtp/gst/Makefile.am:
14408         * rtp/gst/gstrtp.c:
14409         * rtp/gst/README:
14410         Separated the G711 payloaders/depayloaders into separate elements for
14411         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
14412
14413 2006-02-22  Wim Taymans  <wim@fluendo.com>
14414
14415         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
14416         (gst_dvdec_change_state):
14417         * ext/dv/gstdvdec.h:
14418         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
14419         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
14420         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
14421         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
14422         (gst_dvdemux_flush), (gst_dvdemux_chain),
14423         (gst_dvdemux_change_state):
14424         * ext/dv/gstdvdemux.h:
14425         Ueber spiffify some more, added debug category.
14426         Use _scale.
14427         Use segments, respect playback rate from newsegment.
14428         Fix refcount issue.
14429
14430 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
14431
14432         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
14433         (gst_signal_processor_process):
14434         Fix compilation of LADPSA. It doesn't seem to work, and isn't
14435         enabled for the build, but it helps me win the feature-count
14436         competitions ooh yeah.
14437
14438 2006-02-19  Wim Taymans  <wim@fluendo.com>
14439
14440         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
14441         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14442         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
14443         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
14444         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
14445         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
14446         Use scaling code for added precission and more correct stop
14447         position in case scale==0.
14448
14449 2006-02-19  Wim Taymans  <wim@fluendo.com>
14450
14451         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
14452         (gst_flxdec_chain):
14453         * gst/flx/gstflxdec.h:
14454         Implement DURATION query.
14455
14456 2006-02-19  Wim Taymans  <wim@fluendo.com>
14457
14458         * gst/flx/flx_color.h:
14459         * gst/flx/flx_fmt.h:
14460         * gst/flx/gstflxdec.c: (gst_flxdec_init),
14461         (gst_flxdec_src_query_handler), (flx_decode_color),
14462         (gst_flxdec_chain):
14463         * gst/flx/gstflxdec.h:
14464         Set MALLOCDATA for the temp buffers so we don't leak.
14465         Some debug cleanups.
14466         Consume all data in the adapter before leaving the chain
14467         function. Fixes #330678.
14468
14469 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
14470
14471         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
14472         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
14473          Handle 0 data size in otherwise valid frames.
14474          Handle numeric strings in 2.4.0 even when not in parentheses 
14475
14476 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
14477
14478         * gst/matroska/matroska-demux.c:
14479         (gst_matroska_demux_subtitle_caps),
14480         (gst_matroska_demux_plugin_init):
14481         * gst/matroska/matroska-ids.h:
14482           Recognise SSA/ASS and USF subtitle formats and
14483           set proper caps when they are found.
14484
14485 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
14486
14487         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
14488         (gst_jpeg_dec_chain):
14489           Fix invalid memory access for some odd-sized images
14490           (see image contained in quicktime stream in #327083);
14491           use g_malloc() instead of g_alloca().
14492
14493 2006-02-17  Wim Taymans  <wim@fluendo.com>
14494
14495         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
14496         Patch from Sebastien Cote, fixes #319884
14497
14498 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
14499
14500         * ext/cdio/gstcdio.c: (plugin_init):
14501           Init debug category (#331253).
14502
14503 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
14504
14505         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
14506           Pass extra_data to gst_riff_create_audio_caps(), so that
14507           WAVEFORMATEX stuff works. Post audio codec name and post
14508           it as taglist on the bus. Allow up to 8 channesl for raw
14509           PCM in the source pad template caps.
14510
14511 2006-02-16  Wim Taymans  <wim@fluendo.com>
14512
14513         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14514         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14515         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
14516         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
14517         (gst_multipart_set_property), (gst_multipart_get_property):
14518         Applied #318663. Gives quite a few false positives in
14519         autoscan mode, but it's better than nothing. Not closing yet.
14520
14521 2006-02-16  Wim Taymans  <wim@fluendo.com>
14522
14523         * docs/plugins/Makefile.am:
14524         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14525         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14526         * docs/plugins/gst-plugins-good-plugins.args:
14527         * docs/plugins/inspect/plugin-udp.xml:
14528         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14529         (gst_udpsrc_start):
14530         Update documentation.
14531         Fix args.
14532
14533 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
14534
14535         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
14536         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
14537         frame size. (Fixes #331368)
14538
14539 2006-02-16  Wim Taymans  <wim@fluendo.com>
14540
14541         * gst/rtsp/README:
14542         Updated README.
14543
14544         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
14545         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
14546         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
14547         * gst/rtsp/gstrtspsrc.h:
14548         Make sure the RTP port is an even port an try to allocate 
14549         another if not.
14550         Added retry property to control max retries for port allocation.
14551         Make sure RTCP port is RTP port+1.
14552         Cleanup when port allocation fails.
14553         Fixes #319183.
14554         
14555 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
14556
14557         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
14558           Don't ignore return value of the parent class's state
14559           change function (#331385, patch by: Wouter Paesen).
14560
14561 2006-02-15  Wim Taymans  <wim@fluendo.com>
14562
14563         * configure.ac:
14564         * docs/plugins/Makefile.am:
14565         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14566         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14567         * docs/plugins/gst-plugins-good-plugins.hierarchy:
14568         * ext/Makefile.am:
14569         * ext/hal/Makefile.am:
14570         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
14571         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
14572         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
14573         (do_toggle_element), (gst_hal_audio_sink_set_property),
14574         (gst_hal_audio_sink_get_property),
14575         (gst_hal_audio_sink_change_state):
14576         * ext/hal/gsthalaudiosink.h:
14577         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
14578         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
14579         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
14580         (do_toggle_element), (gst_hal_audio_src_set_property),
14581         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
14582         * ext/hal/gsthalaudiosrc.h:
14583         * ext/hal/gsthalelements.c: (plugin_init):
14584         * ext/hal/gsthalelements.h:
14585         * ext/hal/hal.c: (gst_hal_get_string),
14586         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
14587         (gst_hal_get_audio_src):
14588         * ext/hal/hal.h:
14589         Add HAL sound device wrapper plugins. Closes #329106
14590
14591 2006-02-15  Wim Taymans  <wim@fluendo.com>
14592
14593         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
14594         Add comment in a fultile attempt to stop the copy-and-paste 
14595         paradigm leading to duplication of bad code.
14596
14597         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
14598         Mime parameters have to be checked case insensitive
14599
14600 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
14601
14602         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
14603           Advance stream time for lagging subtitle streams by sending
14604           newsegment events with the update flag set.
14605
14606 2006-02-14  Edward Hervey  <edward@fluendo.com>
14607
14608         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
14609         There can be bogus data before the hdrl LIST tag in the RIFF header.
14610         It's hard to say if it's not respecting the AVI specifications or not,
14611         but since Google Video is producing AVIs like that and the other player
14612         don't seem to complain, I guess we should do the same.
14613
14614 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
14615
14616         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
14617         (parse_split_strings):
14618         Add more validation to ensure that a char encoding conversion
14619         produced a valid UTF-8 string.
14620
14621 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
14622
14623         Reviewed by: Edward Hervey  <edward@fluendo.com>
14624
14625         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
14626         Properly handle end of segment. Closes #330885.
14627
14628 2006-02-13  Wim Taymans  <wim@fluendo.com>
14629
14630         * gst/rtp/gstrtpmp4gpay.h:
14631         For got to commit this one.
14632
14633 2006-02-12  Wim Taymans  <wim@fluendo.com>
14634
14635         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
14636         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
14637         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
14638         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
14639         * gst/rtp/gstrtpmp4gpay.h:
14640         Make more things work.
14641         Handle ACC config strings.
14642
14643 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
14644
14645         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
14646           set timestamps if no incoming timestamps set
14647
14648 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
14649
14650         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
14651         (gst_tag_demux_do_typefind):
14652           ... and fix the very same leaks in GstTagDemux.
14653
14654 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
14655
14656         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
14657         (gst_id3demux_do_typefind):
14658         Fix a couple of mem leaks. (Patch by Jonathan Matthew
14659         <jonathan at kaolin dot wh9 dot net>)
14660
14661 2006-02-10  Wim Taymans  <wim@fluendo.com>
14662
14663         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
14664         First set options, then set caps or else the baseclass
14665         will not know about the options, duh.
14666
14667 2006-02-10  Wim Taymans  <wim@fluendo.com>
14668
14669         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
14670         (gst_rtp_mp4v_pay_setcaps):
14671         Don't waste time looking for a config string if we have codec_info
14672         on the incomming caps.
14673
14674 2006-02-10  Wim Taymans  <wim@fluendo.com>
14675
14676         * gst/rtp/README:
14677         Say something about case-sensitivity of caps vs mime-attributes.
14678
14679         * gst/rtp/Makefile.am:
14680         * gst/rtp/gstrtp.c: (plugin_init):
14681         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
14682         (gst_rtp_amr_pay_handle_buffer):
14683         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
14684         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
14685         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
14686         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
14687         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
14688         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
14689         (gst_rtp_mp4g_pay_plugin_init):
14690         * gst/rtp/gstrtpmp4gpay.h:
14691         Added beginnings of mpeg4-generic payloader (RFC 3640)
14692
14693 2006-02-09  Wim Taymans  <wim@fluendo.com>
14694
14695         * gst/rtsp/Makefile.am:
14696         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
14697         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
14698         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
14699         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
14700         (gst_rtpdec_change_state):
14701         * gst/rtsp/gstrtpdec.h:
14702         * gst/rtsp/gstrtsp.c: (plugin_init):
14703         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
14704         * gst/rtsp/rtspconnection.c: (read_body),
14705         (rtsp_connection_receive):
14706         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
14707         Resurected rtpdec to make rtspsrc happy again.
14708         Skip attributes from the session id.
14709         Don't crash when dumping a message with an empty body.
14710
14711
14712 2006-02-09  Wim Taymans  <wim@fluendo.com>
14713
14714         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
14715         Added more meaningfull warnings when something goes wrong.
14716         Clear F bit on outgoing AMR packets.
14717
14718         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
14719         (gst_rtp_amr_pay_handle_buffer):
14720         Added debugging category
14721         Support payloading of multiple AMR frames.
14722
14723         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
14724         Added some debugging.
14725
14726 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
14727
14728         * configure.ac:
14729           Back to CVS
14730
14731 === release 0.10.2 ===
14732
14733 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
14734
14735         * configure.ac:
14736           releasing 0.10.2, "Papa was a rolling stone"
14737
14738 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
14739
14740         * configure.ac:
14741           Bump core and plugins-base requirement to 0.10.2.2
14742           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
14743
14744 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
14745
14746         * ext/flac/gstflac.c: (plugin_init):
14747         * ext/speex/gstspeex.c: (plugin_init):
14748           Register musicbrainz tags.
14749
14750 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
14751
14752         * ext/gconf/gconf.h:
14753           Remove declaration of function that no longer exists.
14754
14755 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14756
14757         * ext/shout2/gstshout2.c: (gst_shout2send_render),
14758         (gst_shout2send_setcaps), (gst_shout2send_change_state):
14759         Make shout2 work for non ogg streams
14760
14761 2006-02-06  Wim Taymans  <wim@fluendo.com>
14762
14763         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
14764         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
14765         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
14766         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
14767         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
14768         * gst/udp/gstmultiudpsink.h:
14769         Updated docs.
14770         Added properties bytes-served, bytes_to_serve.
14771         Post proper error messages,
14772         Emit client added signal too.
14773
14774 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
14775
14776         * docs/plugins/Makefile.am:
14777         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14778         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14779         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
14780         (gst_multiudpsink_get_stats):
14781           adding docs for multiudpsink
14782
14783 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
14784
14785         * gst/level/gstlevel.c: (gst_level_transform_ip):
14786           peak below decay is not necessarily an error, so don't ERROR log
14787
14788 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
14789
14790         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
14791         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
14792         (gst_ebml_write_seek):
14793         * gst/matroska/ebml-write.h:
14794           Make sure we send a newsegment event in BYTES format
14795           before sending buffers (#328531).
14796
14797 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
14798
14799         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
14800         (gst_dvdemux_sink_query):
14801         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
14802         * ext/speex/gstspeexdec.c: (speex_get_query_types),
14803         (speex_dec_src_query):
14804         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
14805         (gst_speexenc_sink_query):
14806         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
14807         * gst/matroska/matroska-demux.c:
14808         (gst_matroska_demux_get_src_query_types),
14809         (gst_matroska_demux_handle_src_query):
14810         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
14811         (gst_wavparse_pad_query):
14812           Pass unhandled queries upstream instead of just dropping
14813           them (#326446). Update query type arrays here and there.
14814
14815 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
14816
14817         * tests/check/elements/matroskamux.c: (setup_src_pad):
14818           Collectpads in core got changed and now also holds a
14819           reference to any pad that is part of it. Fix refcount
14820           checks in test case accordingly.
14821
14822 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
14823
14824         * gst/apetag/gstapedemux.h:
14825           Fix include, for now GstTagDemux is in the apetag dir.
14826
14827 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
14828
14829         * docs/plugins/Makefile.am:
14830         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14831         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14832         * docs/plugins/inspect/plugin-cdio.xml:
14833           Add cdio plugin to docs.
14834
14835         * ext/cdio/gstcdiocddasrc.c:
14836           Add gtk-doc blurb.
14837
14838         * ext/cdio/gstcdio.c:
14839           The plugin is called 'cdio' not 'cddio'.
14840
14841 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
14842
14843         * configure.ac:
14844         * docs/plugins/Makefile.am:
14845         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14846         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14847         * docs/plugins/gst-plugins-good-plugins.hierarchy:
14848         * docs/plugins/inspect/plugin-apetag.xml:
14849         * gst/apetag/Makefile.am:
14850         * gst/apetag/gstapedemux.c:
14851         * gst/apetag/gstapedemux.h:
14852         * gst/apetag/gsttagdemux.c:
14853         * gst/apetag/gsttagdemux.h:
14854           Add APE tag demuxer (#325649).
14855
14856 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
14857
14858         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
14859         (gst_gconf_get_default_video_sink),
14860         (gst_gconf_get_default_audio_src),
14861         (gst_gconf_get_default_video_src):
14862         * ext/gconf/gconf.h:
14863         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
14864         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
14865         (do_toggle_element):
14866         * ext/gconf/gstgconfaudiosink.h:
14867         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
14868         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
14869         (do_toggle_element):
14870         * ext/gconf/gstgconfaudiosrc.h:
14871         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
14872         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
14873         (do_toggle_element):
14874         * ext/gconf/gstgconfvideosink.h:
14875         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
14876         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
14877         (do_toggle_element):
14878         * ext/gconf/gstgconfvideosrc.h:
14879           Ignore changing the GConf key to "". Ignore GConf key updates
14880           that don't actually change the string.
14881           For now, ignore the GConf key when the state is > READY, as
14882           it breaks streaming. Sometime it will be nice to bring the
14883           new sink online even mid-stream, by sending NEWSEGMENT info
14884           and possibly prerolling.
14885           (Fixes #326736)
14886
14887 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
14888
14889         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
14890         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
14891         (zoomFilterSetResolution), (zoomFilterDestroy),
14892         (zoomFilterFastRGB), (pointFilter):
14893         * gst/goom/filters.h:
14894         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
14895         (goom_update), (goom_close):
14896         * gst/goom/goom_core.h:
14897         * gst/goom/goom_tools.h:
14898         * gst/goom/graphic.c:
14899         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
14900         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
14901         * gst/goom/gstgoom.h:
14902         * gst/goom/lines.c: (goom_lines):
14903         * gst/goom/lines.h:
14904           Make goom reentrant by moving all important static variables
14905           into instance structures.
14906           (Fixes #329181)
14907
14908 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
14909
14910         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14911         (gst_avi_demux_all_source_pads_unlinked),
14912         (gst_avi_demux_process_next_entry):
14913         * gst/avi/gstavidemux.h:
14914           Third attempt, use gst_pad_is_linked() this time.
14915
14916 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
14917
14918         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
14919         (parse_split_strings):
14920         Adjust for data length indicators when parsing (Fixes #329810)
14921         Fix stupid bug parsing UTF-8 tag text.
14922         Output tag strings with multiple fields as multiple tags, so the
14923         app gets all the data.
14924
14925 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
14926
14927         * ext/flac/gstflacenc.c:
14928         Fixed a bug add in last commit, where no event is send. Thanks Tim to
14929         show me.
14930         
14931 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
14932
14933         * ext/flac/gstflacenc.c:
14934         * gst/matroska/ebml-read.c:
14935         Just make it compile with --disable-gst-debug.
14936
14937 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
14938
14939         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
14940         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
14941         (id3v2_genre_fields_to_taglist):
14942           Never output a tag with a null contents string.
14943
14944 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
14945
14946         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
14947           Only pause if all pads are unlinked AND we've tried to send data
14948           on all of them at least once.
14949
14950 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
14951
14952         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
14953         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
14954           Make loop function/task pause itself when all source pads are
14955           unlinked.
14956
14957 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
14958
14959         * configure.ac:
14960         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
14961           Use new functions from core to render a bin from a
14962           string. Fixes build. Up requirements to core CVS.
14963
14964 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
14965
14966         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
14967           Don't push buffers into the adapter that we are going to
14968           push downstream again without framing anyway. Also, the
14969           adaptor takes ownership of buffers put into it (fixes
14970           auparse pushing invalid buffers for .au files with
14971           ADPCM contents). Finally, set caps on all outgoing buffers.
14972
14973 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
14974
14975         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
14976         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
14977         (gst_id3demux_send_tag_event):
14978         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
14979         Someone should kick my butt. Remove ID3v1 tags from the end of the
14980         file.
14981
14982         Improve error messages. Send the TAG message as soon as we complete
14983         typefinding, instead of waiting until we send the first buffer.
14984         Downstream tag event is still sent before the first buffer.
14985
14986 2006-01-27  Jan Gerber  <j@bootlab.org>
14987
14988         Reviewed by: Andy Wingo <wingo@pobox.com>
14989
14990         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
14991         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
14992         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
14993         to not have warings flooding stderr. this is the suggested way
14994         also used in dvgrab and kino. (#328336)
14995
14996 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
14997
14998         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
14999         (gst_oss_sink_init), (gst_oss_sink_finalise):
15000           Free the device name string when finalised.
15001
15002 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
15003
15004         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
15005           Don't put function calls in g_return_if_fail() statements,
15006           or they'll be replaced with NOOPs if someone compiles with
15007           G_DISABLE_CHECKS defined.
15008           
15009 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
15010
15011         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
15012         Never trust ANY information encoded in a media file, especially
15013         when it's giving you sizes. (Fixes #328452)
15014
15015 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
15016
15017         * gst/rtp/gstrtpg711pay.c:
15018         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
15019         bug #325148.
15020
15021 2006-01-23  Edward Hervey  <edward@fluendo.com>
15022
15023         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
15024         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
15025         * gst/matroska/matroska-ids.h:
15026         Added recognition of Real Audio and Video streams in matroska demuxer.
15027
15028 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
15029
15030         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15031           Remove errant break statement, and fix compilation with
15032           older GCC.
15033
15034 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
15035
15036         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15037
15038         * sys/sunaudio/gstsunaudiomixerctrl.c:
15039         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
15040           Export functions that are needed in other parts of the code,
15041           makes the mixer actually work; adjust magic minimum buffer-time
15042           value from 3ms to 5ms to work around stuttering during mp3
15043           playback (#327765).
15044
15045 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
15046
15047         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15048
15049         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
15050         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
15051           Fix possible deadlock in matroska muxer (#327825).
15052
15053 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
15054
15055         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
15056         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
15057         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
15058         * gst/rtsp/sdpmessage.h:
15059         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
15060         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
15061           C89 fixes: declare variables at the beginning of a block and
15062           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
15063           <jensgr at gmx dot net>).
15064
15065 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
15066
15067         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
15068         * gst/id3demux/id3tags.h:
15069         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
15070         (parse_comment_frame), (parse_text_identification_frame),
15071         (id3v2_tag_to_taglist), (id3v2_are_digits),
15072         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
15073         (parse_split_strings), (free_tag_strings):
15074           Rewrite parsing of text tags to handle multiple NULL terminated
15075           strings. Parse numeric genre strings and ID3v2 type
15076           "(3)(6)Alternative" style genre strings.
15077           Parse dates that are only YYYY or YYYY-mm format.
15078           (Fixes #328241 and #322154)
15079
15080 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
15081
15082         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
15083           Don't forget to initialize liboil, otherwise our oil functions
15084           will crash (fixes #327871; patch by: Christoph Burghardt
15085           <hawkes at web dot de>).
15086
15087 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
15088
15089         * configure.ac:
15090           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
15091           like in the core and gst-plugins-base. Fixes #324367 and #326683;
15092           patch by: Brian Cameron <brian dot cameron at sun dot com>
15093
15094 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
15095
15096         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
15097         * ext/cdio/gstcdio.h:
15098         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
15099           Fix build for libcdio versions >= 76; give slightly lower rank
15100           than cdparanoia.
15101
15102 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
15103
15104         * configure.ac:
15105         * ext/Makefile.am:
15106         * ext/cdio/Makefile.am:
15107         * ext/cdio/gstcdio.c:
15108         * ext/cdio/gstcdio.h:
15109         * ext/cdio/gstcdiocddasrc.c:
15110         * ext/cdio/gstcdiocddasrc.h:
15111           Port libcdio cdda source, formerly known as cddasrc, now known as
15112           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
15113           but that's not tested (fixes #317658).
15114
15115 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
15116
15117         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
15118           Fix conversion from TIME to BYTES format (fixes #326864;
15119           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
15120
15121 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
15122
15123         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
15124           Fix compilation of id3demux when zlib is not present.
15125           (Fixes #326602; patch by: Sergey Scobich)
15126
15127 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
15128
15129         * ext/esd/Makefile.am:
15130           Add $(ESD_CFLAGS), otherwise build will fail for folks
15131           with libesd in a non-standard prefix (#327009).
15132
15133 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
15134
15135         * configure.ac:
15136           back to HEAD
15137
15138 === release 0.10.1 ===
15139
15140 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
15141
15142         * configure.ac:
15143           releasing 0.10.1, "Li"
15144
15145 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
15146
15147           patch by: Wim Taymans
15148
15149         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
15150           fix memleak.  Fixes #326618
15151
15152 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
15153
15154           patch by: Mike Smith
15155
15156         * gst/level/gstlevel.c: (gst_level_message_new),
15157         (gst_level_message_append_channel):
15158           Fix memleak.  Fixes #326612
15159
15160 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15161
15162         * configure.ac:
15163           prereleasing
15164         * po/af.po:
15165         * po/az.po:
15166         * po/cs.po:
15167         * po/en_GB.po:
15168         * po/hu.po:
15169         * po/it.po:
15170         * po/nb.po:
15171         * po/nl.po:
15172         * po/or.po:
15173         * po/sq.po:
15174         * po/sr.po:
15175         * po/sv.po:
15176         * po/uk.po:
15177         * po/vi.po:
15178           update translations
15179
15180 2006-01-10  Michael Smith  <msmith@fluendo.com>
15181
15182         * gst/level/gstlevel.c: (gst_level_class_init),
15183         (gst_level_dispose):
15184           Don't leak filter arrays.
15185
15186 2006-01-09 Brian Cameron <brian.cameron@sun.com>
15187
15188         reviewed by: Christian Schaller <uraeus@gnome.org>
15189         
15190         * configure.ac:
15191         * gst-plugins-good.spec.in:
15192         * sys/Makefile.am:
15193         * sys/sunaudio/Makefile.am:
15194         * sys/sunaudio/gstsunaudio.c: (plugin_init):
15195         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
15196         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
15197         (gst_sunaudiomixer_change_state):
15198         * sys/sunaudio/gstsunaudiomixer.h:
15199         * sys/sunaudio/gstsunaudiomixerctrl.c:
15200         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
15201         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
15202         (gst_sunaudiomixer_ctrl_list_tracks),
15203         (gst_sunaudiomixer_ctrl_get_volume),
15204         (gst_sunaudiomixer_ctrl_set_volume),
15205         (gst_sunaudiomixer_ctrl_set_mute),
15206         (gst_sunaudiomixer_ctrl_set_record):
15207         * sys/sunaudio/gstsunaudiomixerctrl.h:
15208         * sys/sunaudio/gstsunaudiomixertrack.c:
15209         (gst_sunaudiomixer_track_class_init),
15210         (gst_sunaudiomixer_track_init), (fill_labels),
15211         (gst_sunaudiomixer_track_new):
15212         * sys/sunaudio/gstsunaudiomixertrack.h:
15213         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
15214         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
15215         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
15216         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
15217         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
15218         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
15219         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
15220         * sys/sunaudio/gstsunaudiosink.h:
15221
15222         Add SunAudio plugin - tested to make sure it doesn't break
15223         the build under GNU/Linux.      
15224
15225 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
15226
15227         * gst-plugins-good/gst/udp/gstdynudpsink.c:
15228         * gst-plugins-good/gst/udp/gstudpsrc.c:
15229         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
15230         overrides the port or multicast parameters. Fixes bugs #323021.
15231         API addition: adds GstUDPSrc::sockfd property   
15232
15233 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
15234
15235         * ext/gconf/Makefile.am:
15236         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
15237         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
15238         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
15239         (do_toggle_element), (cb_toggle_element),
15240         (gst_gconf_audio_src_change_state):
15241         * ext/gconf/gstgconfaudiosrc.h:
15242         * ext/gconf/gstgconfelements.c: (plugin_init):
15243         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
15244         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
15245         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
15246         (do_toggle_element), (cb_toggle_element),
15247         (gst_gconf_video_src_change_state):
15248         * ext/gconf/gstgconfvideosrc.h:
15249           Add new gconfaudiosrc and gconfvideosrc elements
15250           (needed for gnome-sound-recorder).
15251
15252 2006-01-06  Edward Hervey  <edward@fluendo.com>
15253
15254         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
15255         Add gst_element_no_more_pads() for proper decodebin behaviour.
15256         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
15257         (parse_text_identification_frame), (parse_split_strings):
15258         Failure to decode some tags is not a GST_ERROR() but a
15259         GST_WARNING()
15260         When iterating over a chunk of text, check that we haven't gone too
15261         far.
15262
15263 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
15264
15265         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15266         (plugin_init):
15267           call oil_init() when using liboil
15268
15269 2006-01-04  Wim Taymans  <wim@fluendo.com>
15270
15271         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
15272         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
15273         Fix leaks.
15274
15275 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
15276
15277         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15278
15279         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
15280         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
15281         (gst_flac_dec_change_state):
15282           Don't g_assert() where we should just return FALSE; remove
15283           unnecessary g_assert(); initialize some fields properly in
15284           state change function (fixes #325504). Also, use
15285           GST_DEBUG_OBJECT in two more places.
15286
15287 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
15288
15289         * configure.ac:
15290           also remove smoothwave's Makefile.am
15291         * docs/plugins/Makefile.am:
15292           fix plugin docs
15293
15294 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
15295
15296         * tests/examples/Makefile.am:
15297           added missing Makefile.am
15298
15299 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
15300
15301         * configure.ac:
15302         * gst/level/Makefile.am:
15303         * gst/level/level-example.c:
15304         * tests/Makefile.am:
15305         * tests/examples/level/Makefile.am:
15306         * tests/examples/level/level-example.c: (message_handler), (main):
15307           moved level-example to tests/examples/level-example
15308         * tests/old/examples/level/demo.c: (main):
15309         * tests/old/examples/level/plot.c: (main):
15310           some initial fixes
15311
15312 2005-12-29  Michael Smith  <msmith@fluendo.com>
15313
15314         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
15315         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
15316         * gst/udp/gstmultiudpsink.h:
15317           Track packets sent per client in addition to bytes sent; provide
15318           this info through get-stats signal
15319
15320 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
15321
15322         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
15323           Can't use gst_object_unref() on a GstAdapter (#325191).
15324
15325 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
15326
15327         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
15328         If a broken tag has 0 bytes payload, at least still skip
15329         the 10 byte header
15330
15331 2005-12-22  Philippe Khalaf  <burger@speedy.org>
15332
15333         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
15334         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
15335         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
15336         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
15337           Making these depayloaders (H263+ and mpeg4 video) inherit from
15338           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
15339
15340 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
15341
15342         * docs/plugins/gst-plugins-good-plugins.args:
15343         * docs/plugins/gst-plugins-good-plugins.hierarchy:
15344         Regenerate the plugin hiearchy.
15345
15346 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
15347
15348         * docs/plugins/Makefile.am:
15349         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15350         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15351         * docs/plugins/gst-plugins-good-plugins.args:
15352         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
15353         (gst_id3demux_base_init), (gst_id3demux_class_init),
15354         (gst_id3demux_chain):
15355         * gst/id3demux/gstid3demux.h:
15356           Add documentation for id3demux.
15357           Don't fail if the first buffer is not at offset 0, just
15358           attempt to typefind and do pass through
15359           Rename the gst_type function from gst_gst_id3demux..
15360
15361 2005-12-20  Michael Smith  <msmith@fluendo.com>
15362
15363         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
15364         (gst_multiudpsink_add), (gst_multiudpsink_remove),
15365         (gst_multiudpsink_get_stats):
15366         * gst/udp/gstmultiudpsink.h:
15367           Collect statistics; return them from get_stats.
15368
15369 2005-12-19  Edward Hervey  <edward@fluendo.com>
15370
15371         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
15372         Stupid signedness issue...
15373
15374 2005-12-19  Edward Hervey  <edward@fluendo.com>
15375
15376         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15377         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
15378         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
15379         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
15380         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
15381         Construct index for indexless files.
15382         Make sure pad/buffers are correctly reset to NULL once we don't need
15383         them anymore, else we get lovely segfaults/assertions.
15384         * gst/wavparse/gstwavparse.c:
15385         Yes, you can have 96KHz audio and wma in wav :(
15386
15387 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
15388
15389         * configure.ac:
15390           Check for optional dependency on zlib for id3demux
15391
15392         * gst/id3demux/Makefile.am:
15393         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
15394         (gst_id3demux_base_init), (gst_id3demux_class_init),
15395         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
15396         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
15397         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
15398         (gst_id3demux_set_property), (gst_id3demux_get_property),
15399         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
15400         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
15401         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
15402         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
15403         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
15404         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
15405         (simple_find_peek), (simple_find_suggest),
15406         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
15407         (plugin_init):
15408         * gst/id3demux/gstid3demux.h:
15409         * gst/id3demux/id3tags.c: (read_synch_uint),
15410         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
15411         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
15412         (id3demux_id3v2_frames_to_tag_list):
15413         * gst/id3demux/id3tags.h:
15414         * gst/id3demux/id3v2.4.0-frames.txt:
15415         * gst/id3demux/id3v2.4.0-structure.txt:
15416         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
15417         (parse_comment_frame), (parse_text_identification_frame),
15418         (id3v2_tag_to_taglist), (parse_split_strings):
15419           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
15420           otherwise it discards them. Works on my test files. 
15421
15422         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
15423           Don't send EOS to a non-existing srcpad
15424           The debug category can be static
15425
15426 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
15427
15428         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
15429         * ext/esd/esdsink.c: (gst_esdsink_prepare):
15430         * gst/multipart/multipartdemux.c:
15431           change some char* into char[]
15432
15433 2005-12-16  Wim Taymans  <wim@fluendo.com>
15434
15435         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
15436         (gst_wavparse_other), (gst_wavparse_perform_seek),
15437         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15438         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15439         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
15440         * gst/wavparse/gstwavparse.h:
15441         Use GstSegment to implement more seeking features.
15442
15443 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
15444
15445         * gst/rtsp/rtspconnection.c:
15446           Add <netinet/in.h> include and move <arpa/inet.h> include
15447           to make things work on OpenBSD as well (fixes #323717;
15448           patch by: Benjamin Pineau)
15449
15450 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
15451
15452         * gst/rtp/gstrtpspeexdepay.c:
15453         * gst/rtp/gstrtpspeexpay.c:
15454         Set clock rate to be fixed in 8000. It fixes bug #324012.
15455
15456 2005-12-14  Philippe Khalaf  <burger@speedy.org>
15457
15458         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
15459         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
15460         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
15461         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
15462         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
15463         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
15464         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
15465         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
15466         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
15467         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
15468         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
15469         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
15470         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
15471         * gst-plugins-good/gst/rtp/README:
15472         Fixed payload range in payloder caps. Removed payload range completely
15473         from depayloaders as they don't require payload type in their caps.
15474         In effect, there isn't any specific payload type for any given codec,
15475         only suggestions.
15476         Fixes bug #324011.
15477
15478 2005-12-13  Julien MOUTTE  <julien@moutte.net>
15479
15480         * gst/videomixer/videomixer.c: (gst_videomixer_init),
15481         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
15482         (gst_videomixer_collected): Code cleanup and re-enabling 
15483         queued time validity check for correct EOS handling.
15484
15485 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
15486
15487         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
15488         (gst_oss_mixer_element_get_property),
15489         (gst_oss_mixer_element_change_state):
15490         Add 'device-name' property and fix state change function.
15491
15492 2005-12-13  Edward Hervey  <edward@fluendo.com>
15493
15494         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
15495         If the speed of the file is null in the header, set the frame_time to
15496         the default setting of GST_SECOND / 70. Which is the default
15497         frame_delay for .fli files as stated in this document :
15498         http://www.compuphase.com/flic.htm
15499         Would be nice to have the time conversion done properly too (duration =
15500         flxh->frames * flxdec->frame_time)
15501
15502 2005-12-12  Julien MOUTTE  <julien@moutte.net>
15503
15504         * docs/plugins/Makefile.am:
15505         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15506         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15507         * docs/plugins/gst-plugins-good-plugins.hierarchy:
15508         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
15509         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
15510         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
15511         documentation for videomixer on my way with a funny sample
15512         pipeline.
15513
15514 2005-12-12  Julien MOUTTE  <julien@moutte.net>
15515
15516         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
15517         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
15518         (gst_videomixer_update_queues), (gst_videomixer_collected):
15519         Fix caps negotiation. (#323896)
15520
15521 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
15522
15523         * gst/matroska/matroska-demux.c:
15524         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
15525           Set correct timestamps on audio laces, fixes playback of mp3 from
15526                 matroska.
15527
15528 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
15529
15530         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
15531         (gst_au_parse_class_init), (gst_au_parse_init),
15532         (gst_au_parse_dispose), (gst_au_parse_chain),
15533         (gst_au_parse_change_state), (plugin_init):
15534         * gst/auparse/gstauparse.h:
15535           Use gst_object_unref() for GstObjects instead of
15536           g_object_unref() and fix a mem leak in a debug
15537           statement; while we're at it, also borgify, use
15538           boilerplate macros and clean up a little bit.
15539
15540 2005-12-11  Edward Hervey  <edward@fluendo.com>
15541
15542         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
15543         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
15544         Added pull mode.
15545
15546 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
15547
15548         * gst/goom/gstgoom.c:
15549         * gst/level/level-example.c: (main):
15550         * gst/smoothwave/demo-osssrc.c: (main):
15551           Use audiotestsrc instead of sinesrc (#323798).
15552
15553 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
15554
15555         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
15556           more debug-func-ptr usage
15557
15558 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
15559
15560         * gst/flx/flx_color.c: (flx_colorspace_convert):
15561         * gst/flx/flx_color.h:
15562         * gst/flx/flx_fmt.h:
15563         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
15564         * gst/flx/gstflxdec.h:
15565           Now flxdec works on big-endian machines as well.
15566
15567 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
15568
15569         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
15570         (gst_fenced_buffer_copy):
15571           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
15572           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
15573           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
15574           and use GST_DEBUG_FUNCPTR for pad functions.
15575
15576 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
15577
15578         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
15579         (gst_flac_dec_class_init), (gst_flac_dec_init),
15580         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
15581         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
15582         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
15583         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
15584         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
15585         (gst_flac_dec_change_state):
15586         * ext/flac/gstflacdec.h:
15587           Rewrite flacdec a bit, so that even seeking might work now. Most
15588           importantly, don't act upon any flow return values we get, just tell
15589           the decoder everything's dandy and act on the flow return values
15590           later on in the loop function. We don't want to mess up the internal
15591           decoder state for non-fatal things like flushing pads etc. Other
15592           than that, use GstSegment (segment seeks don't work yet though, but
15593           should be easy to add), use boilerplate macros, drop the superfluous
15594           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
15595           lots of other things.
15596
15597 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
15598
15599         * configure.ac:
15600           Update comment in OSS includes check.
15601
15602         * sys/oss/gstossdmabuffer.c:
15603         * sys/oss/gstosshelper.c:
15604         * sys/oss/gstossmixer.c:
15605         * sys/oss/gstossmixertrack.c:
15606         * sys/oss/gstosssink.c:
15607         * sys/oss/gstosssrc.c:
15608         * sys/oss/oss_probe.c:
15609           Don't assume the OSS soundcard.h include is always in
15610           the sys/ directory. Instead, use the existing defines
15611           from config.h to include the right file. Fixes
15612           compilation on OpenBSD 3.8 (#323718).
15613
15614 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15615
15616         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15617         * docs/plugins/gst-plugins-good-plugins.hierarchy:
15618         * docs/plugins/inspect/plugin-1394.xml:
15619         * docs/plugins/inspect/plugin-aasink.xml:
15620         * docs/plugins/inspect/plugin-alaw.xml:
15621         * docs/plugins/inspect/plugin-alpha.xml:
15622         * docs/plugins/inspect/plugin-alphacolor.xml:
15623         * docs/plugins/inspect/plugin-auparse.xml:
15624         * docs/plugins/inspect/plugin-autodetect.xml:
15625         * docs/plugins/inspect/plugin-avi.xml:
15626         * docs/plugins/inspect/plugin-cacasink.xml:
15627         * docs/plugins/inspect/plugin-cairo.xml:
15628         * docs/plugins/inspect/plugin-cutter.xml:
15629         * docs/plugins/inspect/plugin-debug.xml:
15630         * docs/plugins/inspect/plugin-dv.xml:
15631         * docs/plugins/inspect/plugin-efence.xml:
15632         * docs/plugins/inspect/plugin-effectv.xml:
15633         * docs/plugins/inspect/plugin-esdsink.xml:
15634         * docs/plugins/inspect/plugin-flac.xml:
15635         * docs/plugins/inspect/plugin-flxdec.xml:
15636         * docs/plugins/inspect/plugin-gconfelements.xml:
15637         * docs/plugins/inspect/plugin-goom.xml:
15638         * docs/plugins/inspect/plugin-jpeg.xml:
15639         * docs/plugins/inspect/plugin-level.xml:
15640         * docs/plugins/inspect/plugin-matroska.xml:
15641         * docs/plugins/inspect/plugin-mulaw.xml:
15642         * docs/plugins/inspect/plugin-multipart.xml:
15643         * docs/plugins/inspect/plugin-navigationtest.xml:
15644         * docs/plugins/inspect/plugin-ossaudio.xml:
15645         * docs/plugins/inspect/plugin-png.xml:
15646         * docs/plugins/inspect/plugin-rtp.xml:
15647         * docs/plugins/inspect/plugin-rtsp.xml:
15648         * docs/plugins/inspect/plugin-shout2send.xml:
15649         * docs/plugins/inspect/plugin-smpte.xml:
15650         * docs/plugins/inspect/plugin-speex.xml:
15651         * docs/plugins/inspect/plugin-udp.xml:
15652         * docs/plugins/inspect/plugin-videobox.xml:
15653         * docs/plugins/inspect/plugin-videoflip.xml:
15654         * docs/plugins/inspect/plugin-videomixer.xml:
15655         * docs/plugins/inspect/plugin-wavenc.xml:
15656         * docs/plugins/inspect/plugin-wavparse.xml:
15657         * ext/flac/gstflac.c: (plugin_init):
15658         * ext/flac/gstflacdec.c: (flacdec_get_type),
15659         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
15660         (gst_flac_dec_init), (gst_flac_dec_finalize),
15661         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
15662         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
15663         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
15664         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
15665         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
15666         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
15667         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
15668         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
15669         * ext/flac/gstflacdec.h:
15670         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
15671         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
15672         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
15673         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
15674         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
15675         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
15676         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
15677         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
15678         (gst_flac_enc_change_state):
15679         * ext/flac/gstflacenc.h:
15680           borgify and fix up documentation
15681
15682 2005-12-09  Michael Smith  <msmith@fluendo.com>
15683
15684         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
15685           Accept a wider range of flac files, more closely matching flac spec.
15686
15687 2005-12-08  Julien MOUTTE  <julien@moutte.net>
15688
15689         * docs/plugins/Makefile.am: Add multipart elements.
15690         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15691         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
15692         * docs/plugins/gst-plugins-good-plugins.hierarchy:
15693         * gst/multipart/multipartdemux.c:
15694         * gst/multipart/multipartmux.c: Add docs.
15695
15696 2005-12-07  Edward Hervey  <edward@fluendo.com>
15697
15698         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
15699         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
15700         (gst_avi_demux_invert):
15701         Memleak and crasher fixes.
15702         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15703         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
15704         Memleak fixes
15705
15706 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15707
15708         * ext/aalib/gstaasink.h:
15709         * ext/cairo/gsttextoverlay.h:
15710         * ext/dv/gstdvdec.h:
15711         * ext/dv/gstdvdemux.c:
15712         * ext/dv/gstdvdemux.h:
15713         * ext/esd/esdsink.h:
15714         * ext/flac/flac_compat.h:
15715         * ext/flac/gstflacdec.h:
15716         * ext/flac/gstflacenc.h:
15717         * ext/gconf/gconf.h:
15718         * ext/gconf/gstgconfaudiosink.h:
15719         * ext/gconf/gstgconfvideosink.h:
15720         * ext/gdk_pixbuf/gstgdkanimation.h:
15721         * ext/jpeg/gstjpegdec.h:
15722         * ext/jpeg/smokecodec.h:
15723         * ext/jpeg/smokeformat.h:
15724         * ext/ladspa/gstsignalprocessor.h:
15725         * ext/ladspa/search.c: (LADSPAPluginSearch):
15726         * ext/ladspa/utils.h:
15727         * ext/libmng/gstmng.c:
15728         * ext/libmng/gstmngdec.h:
15729         * ext/libmng/gstmngenc.c:
15730         * ext/libmng/gstmngenc.h:
15731         * ext/libpng/gstpng.c:
15732         * ext/libpng/gstpngenc.c:
15733         * ext/libpng/gstpngenc.h:
15734         * ext/shout2/gstshout2.h:
15735         * ext/speex/gstspeexdec.h:
15736         * ext/speex/gstspeexenc.c:
15737         * ext/speex/gstspeexenc.h:
15738         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15739         * gst/autodetect/gstautoaudiosink.h:
15740         * gst/autodetect/gstautovideosink.h:
15741         * gst/avi/gstavidemux.h:
15742         * gst/cutter/gstcutter.c: (gst_cutter_chain),
15743         (gst_cutter_set_property), (gst_cutter_get_caps):
15744         * gst/cutter/gstcutter.h:
15745         * gst/debug/tests.c: (md5_process_block):
15746         * gst/debug/tests.h:
15747         * gst/effectv/gstwarp.c:
15748         * gst/flx/flx_fmt.h:
15749         * gst/flx/gstflxdec.h:
15750         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
15751         (zoomFilterFastRGB):
15752         * gst/goom/filters.h:
15753         * gst/goom/goom_tools.h:
15754         * gst/law/alaw-encode.c:
15755         * gst/level/gstlevel.c:
15756         * gst/level/gstlevel.h:
15757         * gst/matroska/ebml-write.h:
15758         * gst/matroska/matroska-demux.h:
15759         * gst/matroska/matroska-ids.h:
15760         * gst/matroska/matroska-mux.h:
15761         * gst/monoscope/convolve.c: (convolve_match):
15762         * gst/monoscope/convolve.h:
15763         * gst/multipart/multipartmux.c:
15764         * gst/oldcore/gstaggregator.c:
15765         * gst/oldcore/gstaggregator.h:
15766         * gst/oldcore/gstmd5sink.c: (md5_process_block):
15767         * gst/oldcore/gstmd5sink.h:
15768         * gst/oldcore/gstmultifilesrc.c:
15769         * gst/oldcore/gstmultifilesrc.h:
15770         * gst/oldcore/gstpipefilter.h:
15771         * gst/oldcore/gstshaper.h:
15772         * gst/rtp/gstrtpL16depay.h:
15773         * gst/rtp/gstrtpL16pay.h:
15774         * gst/rtp/gstrtpdepay.h:
15775         * gst/rtp/gstrtpmp4vpay.c:
15776         * gst/rtp/gstrtpmp4vpay.h:
15777         * gst/rtsp/gstrtspsrc.c:
15778         * gst/rtsp/gstrtspsrc.h:
15779         * gst/rtsp/rtspconnection.h:
15780         * gst/rtsp/rtspdefs.h:
15781         * gst/rtsp/rtspmessage.h:
15782         * gst/rtsp/rtsptransport.h:
15783         * gst/rtsp/rtspurl.c:
15784         * gst/rtsp/rtspurl.h:
15785         * gst/rtsp/sdpmessage.c:
15786         * gst/rtsp/sdpmessage.h:
15787         * gst/smpte/barboxwipes.c:
15788         * gst/smpte/gstmask.h:
15789         * gst/smpte/gstsmpte.h:
15790         * gst/smpte/paint.c:
15791         * gst/smpte/paint.h:
15792         * gst/udp/gstdynudpsink.h:
15793         * gst/udp/gstmultiudpsink.h:
15794         * gst/udp/gstudpsink.c:
15795         * gst/udp/gstudpsink.h:
15796         * gst/udp/gstudpsrc.c:
15797         * gst/videomixer/videomixer.c:
15798         * gst/wavenc/riff.h:
15799         * gst/wavparse/gstwavparse.h:
15800         * sys/oss/gstossdmabuffer.h:
15801         * sys/oss/gstossmixer.h:
15802         * sys/oss/gstossmixerelement.h:
15803         * sys/oss/gstossmixertrack.h:
15804         * sys/oss/gstosssink.c:
15805         * sys/oss/gstosssink.h:
15806         * sys/oss/gstosssrc.c:
15807         * sys/oss/gstosssrc.h:
15808         * sys/osxaudio/gstosxaudioelement.h:
15809         * sys/osxaudio/gstosxaudiosink.h:
15810         * sys/osxaudio/gstosxaudiosrc.h:
15811           expand tabs
15812
15813 === release 0.10.0 ===
15814
15815 2005-12-05   <thomas (at) apestaart (dot) org>
15816
15817         * configure.ac:
15818           releasing 0.10.0, "Abondance"
15819
15820 2005-12-05  Andy Wingo  <wingo@pobox.com>
15821
15822         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
15823         * ext/flac/gstflacdec.c: (gst_flacdec_write):
15824         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
15825         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
15826         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
15827         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
15828         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
15829         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
15830         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
15831         * ext/speex/gstspeexdec.c: (speex_dec_chain):
15832         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
15833         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15834         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
15835         * gst/goom/gstgoom.c: (gst_goom_chain):
15836         * gst/matroska/matroska-demux.c:
15837         (gst_matroska_demux_push_vorbis_codec_priv_data),
15838         (gst_matroska_demux_add_wvpk_header):
15839         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
15840         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
15841         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
15842         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
15843         alloc_buffer changes.
15844
15845 2005-12-05  Michael Smith  <msmith@fluendo.com>
15846
15847         * docs/plugins/gst-plugins-good-plugins.args:
15848           Remove args for plugins that aren't in -good.
15849
15850 === release 0.9.7 ===
15851
15852 2005-12-01   <thomas (at) apestaart (dot) org>
15853
15854         * configure.ac:
15855           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
15856
15857 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15858
15859         * docs/plugins/.cvsignore:
15860         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15861         * docs/plugins/inspect/plugin-multipart.xml:
15862         * docs/plugins/inspect/plugin-rtp.xml:
15863           add multipart plugin to docs
15864
15865 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15866
15867         * configure.ac:
15868         * ext/Makefile.am:
15869         * ext/pango/Makefile.am:
15870         * ext/pango/gstclockoverlay.c:
15871         * ext/pango/gstclockoverlay.h:
15872         * ext/pango/gsttextoverlay.c:
15873         * ext/pango/gsttextoverlay.h:
15874         * ext/pango/gsttextrender.c:
15875         * ext/pango/gsttextrender.h:
15876         * ext/pango/gsttimeoverlay.c:
15877         * ext/pango/gsttimeoverlay.h:
15878           move pango to base
15879
15880 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15881
15882         * gst/rtp/Makefile.am:
15883         * gst/rtp/gstrtpL16depay.c:
15884         * gst/rtp/gstrtpL16depay.h:
15885         * gst/rtp/gstrtpL16parse.c:
15886         * gst/rtp/gstrtpL16parse.h:
15887         * gst/rtp/gstrtpgsmdepay.c:
15888         * gst/rtp/gstrtpgsmdepay.h:
15889         * gst/rtp/gstrtpgsmparse.c:
15890         * gst/rtp/gstrtpgsmparse.h:
15891           parsers are depayers
15892
15893 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15894
15895         * gst/rtp/Makefile.am:
15896         * gst/rtp/gstasteriskh263.c:
15897         * gst/rtp/gstrtp.c:
15898         * gst/rtp/gstrtpL16enc.c:
15899         * gst/rtp/gstrtpL16enc.h:
15900         * gst/rtp/gstrtpL16parse.c:
15901         * gst/rtp/gstrtpL16parse.h:
15902         * gst/rtp/gstrtpL16pay.c:
15903         * gst/rtp/gstrtpL16pay.h:
15904         * gst/rtp/gstrtpamrdec.c:
15905         * gst/rtp/gstrtpamrdec.h:
15906         * gst/rtp/gstrtpamrdepay.c:
15907         * gst/rtp/gstrtpamrdepay.h:
15908         * gst/rtp/gstrtpamrenc.c:
15909         * gst/rtp/gstrtpamrenc.h:
15910         * gst/rtp/gstrtpamrpay.c:
15911         * gst/rtp/gstrtpamrpay.h:
15912         * gst/rtp/gstrtpdec.c:
15913         * gst/rtp/gstrtpdec.h:
15914         * gst/rtp/gstrtpdepay.c:
15915         * gst/rtp/gstrtpdepay.h:
15916         * gst/rtp/gstrtpg711dec.c:
15917         * gst/rtp/gstrtpg711dec.h:
15918         * gst/rtp/gstrtpg711depay.c:
15919         * gst/rtp/gstrtpg711depay.h:
15920         * gst/rtp/gstrtpg711enc.c:
15921         * gst/rtp/gstrtpg711enc.h:
15922         * gst/rtp/gstrtpg711pay.c:
15923         * gst/rtp/gstrtpg711pay.h:
15924         * gst/rtp/gstrtpgsmenc.c:
15925         * gst/rtp/gstrtpgsmenc.h:
15926         * gst/rtp/gstrtpgsmparse.c:
15927         * gst/rtp/gstrtpgsmparse.h:
15928         * gst/rtp/gstrtpgsmpay.c:
15929         * gst/rtp/gstrtpgsmpay.h:
15930         * gst/rtp/gstrtph263enc.c:
15931         * gst/rtp/gstrtph263enc.h:
15932         * gst/rtp/gstrtph263pay.c:
15933         * gst/rtp/gstrtph263pay.h:
15934         * gst/rtp/gstrtph263pdec.c:
15935         * gst/rtp/gstrtph263pdec.h:
15936         * gst/rtp/gstrtph263pdepay.c:
15937         * gst/rtp/gstrtph263pdepay.h:
15938         * gst/rtp/gstrtph263penc.c:
15939         * gst/rtp/gstrtph263penc.h:
15940         * gst/rtp/gstrtph263ppay.c:
15941         * gst/rtp/gstrtph263ppay.h:
15942         * gst/rtp/gstrtpmp4vdec.c:
15943         * gst/rtp/gstrtpmp4vdec.h:
15944         * gst/rtp/gstrtpmp4vdepay.c:
15945         * gst/rtp/gstrtpmp4vdepay.h:
15946         * gst/rtp/gstrtpmp4venc.c:
15947         * gst/rtp/gstrtpmp4venc.h:
15948         * gst/rtp/gstrtpmp4vpay.c:
15949         * gst/rtp/gstrtpmp4vpay.h:
15950         * gst/rtp/gstrtpmpadec.c:
15951         * gst/rtp/gstrtpmpadec.h:
15952         * gst/rtp/gstrtpmpadepay.c:
15953         * gst/rtp/gstrtpmpadepay.h:
15954         * gst/rtp/gstrtpmpaenc.c:
15955         * gst/rtp/gstrtpmpaenc.h:
15956         * gst/rtp/gstrtpmpapay.c:
15957         * gst/rtp/gstrtpmpapay.h:
15958         * gst/rtp/gstrtpspeexdec.c:
15959         * gst/rtp/gstrtpspeexdec.h:
15960         * gst/rtp/gstrtpspeexdepay.c:
15961         * gst/rtp/gstrtpspeexdepay.h:
15962         * gst/rtp/gstrtpspeexenc.c:
15963         * gst/rtp/gstrtpspeexenc.h:
15964         * gst/rtp/gstrtpspeexpay.c:
15965         * gst/rtp/gstrtpspeexpay.h:
15966           Do burger's rename for rtp payloaders and depayloaders
15967
15968 2005-11-30  Wim Taymans  <wim@fluendo.com>
15969
15970         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
15971         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15972         * ext/dv/gstdvdemux.h:
15973         Fix seeking in dvdemux again, add some more debug info.
15974
15975 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15976
15977         * configure.ac:
15978           fix tests
15979
15980 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15981
15982         * PORTED_09:
15983         * docs/random/PORTED_09:
15984           move
15985         * tests/Makefile.am:
15986           add
15987         * win32/gst.sln:
15988           remove
15989
15990 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15991
15992         * Makefile.am:
15993         * check/.cvsignore:
15994         * check/Makefile.am:
15995         * check/elements/.cvsignore:
15996         * check/elements/level.c:
15997         * check/elements/matroskamux.c:
15998         * configure.ac:
15999         * examples/Makefile.am:
16000         * examples/capsfilter/Makefile.am:
16001         * examples/capsfilter/capsfilter1.c:
16002         * examples/gob/Makefile.am:
16003         * examples/gob/gst-identity2.gob:
16004         * examples/gstplay/.cvsignore:
16005         * examples/gstplay/Makefile.am:
16006         * examples/gstplay/player.c:
16007         * examples/indexing/.cvsignore:
16008         * examples/indexing/Makefile.am:
16009         * examples/indexing/indexmpeg.c:
16010         * examples/level/Makefile.am:
16011         * examples/level/README:
16012         * examples/level/demo.c:
16013         * examples/level/plot.c:
16014         * examples/stats/Makefile.am:
16015         * examples/stats/mp2ogg.c:
16016         * examples/switch/.cvsignore:
16017         * examples/switch/Makefile.am:
16018         * examples/switch/switcher.c:
16019           move under tests/
16020
16021 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
16022
16023         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
16024         (gst_text_render_class_init), (resize_bitmap),
16025         (gst_text_render_render_text), (gst_text_render_setcaps),
16026         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
16027         (gst_text_render_chain), (gst_text_render_finalize),
16028         (gst_text_render_init), (gst_text_render_set_property):
16029         * ext/pango/gsttextrender.h:
16030           Add missing files.
16031
16032 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
16033
16034         * configure.ac:
16035         * ext/Makefile.am:
16036         * ext/pango/Makefile.am:
16037         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
16038         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
16039         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
16040         * ext/pango/gstclockoverlay.h:
16041         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
16042         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
16043         (gst_text_overlay_finalize), (gst_text_overlay_init),
16044         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
16045         (gst_text_overlay_text_pad_linked),
16046         (gst_text_overlay_text_pad_unlinked),
16047         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
16048         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
16049         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
16050         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
16051         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
16052         (gst_text_overlay_change_state), (plugin_init):
16053         * ext/pango/gsttextoverlay.h:
16054         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
16055         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
16056         (gst_time_overlay_class_init), (gst_time_overlay_init):
16057         * ext/pango/gsttimeoverlay.h:
16058           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
16059           and add background shading and text wrapping modes. Make 
16060           timoverlay derive from textoverlay. Also add new clockoverlay
16061           element.
16062
16063 2005-11-30  Julien MOUTTE  <julien@moutte.net>
16064
16065         * gst/udp/Makefile.am: Moved to netbuffer.
16066
16067 2005-11-30  Julien MOUTTE  <julien@moutte.net>
16068
16069         * configure.ac:
16070         * PORTED_O9:
16071         * gst/multipart/Makefile.am:
16072         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
16073         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
16074         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
16075         (gst_multipart_demux_change_state),
16076         (gst_multipart_demux_plugin_init):
16077         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
16078         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
16079         (gst_multipart_mux_sinkconnect),
16080         (gst_multipart_mux_request_new_pad),
16081         (gst_multipart_mux_handle_src_event),
16082         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
16083         (gst_multipart_mux_change_state): Ported multipart mux/demux to
16084         0.9.
16085
16086 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16087
16088         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
16089         * gst/debug/gstnavigationtest.h:
16090         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
16091         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
16092         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
16093         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
16094         * gst/effectv/gstrev.c: (gst_revtv_get_type):
16095         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
16096         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
16097         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
16098         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
16099         (gst_video_flip_get_type):
16100         * gst/videofilter/gstvideoflip.h:
16101           update for symbols change
16102
16103 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16104
16105         * gst/udp/gstdynudpsink.c:
16106         * gst/udp/gstudpsrc.c:
16107           the old gstnet lib was renamed gstnetbuffer (#322257)
16108
16109 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
16110
16111         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
16112         (gst_text_overlay_collected):
16113           Actually render the text from the text pad.
16114
16115 2005-11-29  Edward Hervey  <edward@fluendo.com>
16116
16117         * gst/debug/gstnavseek.c: (gst_navseek_event):
16118         * gst/debug/progressreport.c: (gst_progress_report_event):
16119         Update for GstBaseTransform event virtual method
16120
16121 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16122
16123         * ext/cairo/Makefile.am:
16124           no need to link to videofilter
16125
16126 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16127
16128         * gst/debug/Makefile.am:
16129         * gst/debug/gstnavigationtest.h:
16130         * gst/effectv/Makefile.am:
16131         * gst/effectv/gstaging.c:
16132         * gst/effectv/gstdice.c:
16133         * gst/effectv/gstedge.c:
16134         * gst/effectv/gstquark.c:
16135         * gst/effectv/gstrev.c:
16136         * gst/effectv/gstshagadelic.c:
16137         * gst/effectv/gstvertigo.c:
16138         * gst/effectv/gstwarp.c:
16139         * gst/videofilter/Makefile.am:
16140         * gst/videofilter/gstvideofilter.c:
16141         * gst/videofilter/gstvideofilter.h:
16142         * gst/videofilter/gstvideoflip.h:
16143           remove the videofilter library and link to the one in base
16144
16145 2005-11-28  Edward Hervey  <edward@fluendo.com>
16146
16147         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
16148         Useless check now we're setting the current entry correctly.
16149
16150 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
16151
16152         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
16153         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
16154         (gst_jpegenc_change_state):
16155           Don't leak input buffer in chain function (fixes #322667); make 
16156           state change function thread-safe; don't repeat the current function
16157           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
16158           gst_pad_alloc_buffer(); misc. minor cleanups.
16159
16160 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
16161
16162         * gst/matroska/matroska-mux.c:
16163         (gst_matroska_mux_video_pad_setcaps):
16164         Look for pixel-aspect-ratio in caps, not pixel_width and
16165         pixel_height (Fixes: #322645)
16166
16167 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
16168
16169         * gst/matroska/matroska-mux.c:
16170         (gst_matroska_mux_video_pad_setcaps):
16171         From Michal Benes:
16172         frame duration should be GST_SECOND / framerate, not
16173         GST_SECOND * framerate. (Fixes: #322643)
16174
16175 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16176
16177         * configure.ac:
16178           fix up GST_PLUGIN_LDFLAGS
16179         * gst/rtsp/rtspconnection.c:
16180           fix includes (see #317043)
16181         * gst/videofilter/Makefile.am:
16182           stop installing this library
16183
16184 2005-11-26  Edward Hervey  <edward@fluendo.com>
16185
16186         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
16187         Handle the case where the incoming Video dv stream doesn't have
16188         a pixel aspect ratio set.
16189
16190 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
16191
16192         * docs/plugins/Makefile.am:
16193         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16194         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16195         * ext/flac/gstflacdec.c:
16196           document flacdec
16197
16198 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
16199
16200         * docs/plugins/Makefile.am:
16201         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16202         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16203         * docs/plugins/inspect/plugin-autodetect.xml:
16204         * ext/cairo/gstcairo.c: (plugin_init):
16205         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
16206         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
16207         (gst_text_overlay_init), (gst_text_overlay_font_init),
16208         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
16209         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
16210         (gst_text_overlay_text_pad_linked),
16211         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
16212         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
16213         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
16214         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
16215         (gst_text_overlay_change_state):
16216         * ext/cairo/gsttextoverlay.h:
16217         * ext/cairo/gsttimeoverlay.c:
16218         (gst_cairo_time_overlay_update_font_height),
16219         (gst_cairo_time_overlay_set_caps),
16220         (gst_cairo_time_overlay_get_unit_size),
16221         (gst_cairo_time_overlay_print_smpte_time),
16222         (gst_cairo_time_overlay_transform),
16223         (gst_cairo_time_overlay_base_init),
16224         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
16225         (gst_cairo_time_overlay_get_type):
16226         * ext/cairo/gsttimeoverlay.h:
16227           do some name borgifying
16228           document
16229
16230 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
16231
16232         * docs/plugins/Makefile.am:
16233         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16234         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16235         * gst/autodetect/gstautoaudiosink.c:
16236         (gst_auto_audio_sink_base_init):
16237         * gst/autodetect/gstautovideosink.c:
16238         (gst_auto_video_sink_base_init),
16239         (gst_auto_video_sink_factory_filter):
16240           documenting auto*sink
16241           using strstr for the video sink lookup, class field is not ordered
16242         * docs/plugins/inspect/plugin-1394.xml:
16243         * docs/plugins/inspect/plugin-aasink.xml:
16244         * docs/plugins/inspect/plugin-alaw.xml:
16245         * docs/plugins/inspect/plugin-alpha.xml:
16246         * docs/plugins/inspect/plugin-alphacolor.xml:
16247         * docs/plugins/inspect/plugin-auparse.xml:
16248         * docs/plugins/inspect/plugin-autodetect.xml:
16249         * docs/plugins/inspect/plugin-avi.xml:
16250         * docs/plugins/inspect/plugin-cacasink.xml:
16251         * docs/plugins/inspect/plugin-cairo.xml:
16252         * docs/plugins/inspect/plugin-cutter.xml:
16253         * docs/plugins/inspect/plugin-debug.xml:
16254         * docs/plugins/inspect/plugin-dv.xml:
16255         * docs/plugins/inspect/plugin-efence.xml:
16256         * docs/plugins/inspect/plugin-effectv.xml:
16257         * docs/plugins/inspect/plugin-esdsink.xml:
16258         * docs/plugins/inspect/plugin-flac.xml:
16259         * docs/plugins/inspect/plugin-flxdec.xml:
16260         * docs/plugins/inspect/plugin-gconfelements.xml:
16261         * docs/plugins/inspect/plugin-goom.xml:
16262         * docs/plugins/inspect/plugin-jpeg.xml:
16263         * docs/plugins/inspect/plugin-level.xml:
16264         * docs/plugins/inspect/plugin-matroska.xml:
16265         * docs/plugins/inspect/plugin-mulaw.xml:
16266         * docs/plugins/inspect/plugin-navigationtest.xml:
16267         * docs/plugins/inspect/plugin-ossaudio.xml:
16268         * docs/plugins/inspect/plugin-png.xml:
16269         * docs/plugins/inspect/plugin-rtp.xml:
16270         * docs/plugins/inspect/plugin-rtsp.xml:
16271         * docs/plugins/inspect/plugin-shout2send.xml:
16272         * docs/plugins/inspect/plugin-smpte.xml:
16273         * docs/plugins/inspect/plugin-speex.xml:
16274         * docs/plugins/inspect/plugin-udp.xml:
16275         * docs/plugins/inspect/plugin-videobox.xml:
16276         * docs/plugins/inspect/plugin-videoflip.xml:
16277         * docs/plugins/inspect/plugin-videomixer.xml:
16278         * docs/plugins/inspect/plugin-wavenc.xml:
16279         * docs/plugins/inspect/plugin-wavparse.xml:
16280           update for HEAD version
16281
16282 2005-11-25  Michael Smith  <msmith@fluendo.com>
16283
16284         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
16285           Patch from Sebastien Cote to close control sockets in udpsrc.
16286
16287 2005-11-24  Julien MOUTTE  <julien@moutte.net>
16288
16289         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
16290         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
16291         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
16292         (gst_quarktv_base_init), (gst_quarktv_class_init),
16293         (gst_quarktv_init): Flush the planes list on reverse caps
16294         negotiation. This was crashing because of differently sized
16295         buffers.
16296
16297 2005-11-24  Julien MOUTTE  <julien@moutte.net>
16298
16299         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
16300         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
16301         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
16302         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
16303         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
16304         (gst_videoflip_set_property), (gst_videoflip_base_init),
16305         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
16306         correctly, fix identity flipping, convert navigation event 
16307         correctly again.
16308
16309 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16310
16311         * configure.ac: back to HEAD
16312
16313 === release 0.9.6 ===
16314
16315 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
16316
16317         * configure.ac:
16318           releasing 0.9.6, "Everything's Not Lost"
16319
16320 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
16321
16322         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
16323         Oops, initialise the framerate GValue
16324
16325 2005-11-23  Julien MOUTTE  <julien@moutte.net>
16326
16327         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
16328         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
16329         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
16330         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
16331         (gst_timeoverlay_get_type):
16332         * ext/cairo/gsttimeoverlay.h:
16333         * gst/debug/Makefile.am:
16334         * gst/debug/gstnavigationtest.c:
16335         (gst_navigationtest_handle_src_event),
16336         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
16337         (gst_navigationtest_transform), (gst_navigationtest_change_state),
16338         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
16339         (gst_navigationtest_init), (gst_navigationtest_get_type),
16340         (plugin_init):
16341         * gst/debug/gstnavigationtest.h:
16342         * gst/effectv/Makefile.am:
16343         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
16344         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
16345         (gst_agingtv_base_init), (gst_agingtv_class_init),
16346         (gst_agingtv_init), (gst_agingtv_get_type):
16347         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
16348         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
16349         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
16350         (gst_dicetv_get_type):
16351         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
16352         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
16353         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
16354         (gst_edgetv_get_type):
16355         * gst/effectv/gsteffectv.c:
16356         * gst/effectv/gsteffectv.h:
16357         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
16358         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
16359         (gst_quarktv_change_state), (gst_quarktv_base_init),
16360         (gst_quarktv_class_init), (gst_quarktv_init),
16361         (gst_quarktv_get_type):
16362         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
16363         (gst_revtv_get_unit_size), (gst_revtv_transform),
16364         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
16365         (gst_revtv_get_type):
16366         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
16367         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
16368         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
16369         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
16370         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
16371         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
16372         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
16373         (gst_vertigotv_init), (gst_vertigotv_get_type):
16374         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
16375         (gst_warptv_get_unit_size), (gst_warptv_transform),
16376         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
16377         (gst_warptv_get_type):
16378         * gst/videofilter/Makefile.am:
16379         * gst/videofilter/gstvideobalance.c:
16380         * gst/videofilter/gstvideobalance.h:
16381         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
16382         (gst_videofilter_class_init), (gst_videofilter_init):
16383         * gst/videofilter/gstvideofilter.h:
16384         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
16385         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
16386         (gst_videoflip_flip), (gst_videoflip_transform),
16387         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
16388         (gst_videoflip_base_init), (gst_videoflip_class_init),
16389         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
16390         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
16391         BaseTransform, it's just a place holder for now and every video
16392         effect plugin has been ported to use BaseTransform features 
16393         directly. QuarkTV was fixed too (was broken), navigationtest works
16394         and best for the end, videoflip converts navigation events depending
16395         on flip method ! Fixes #320953
16396
16397 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
16398
16399         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
16400         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
16401         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
16402         (gst_goom_src_negotiate), (gst_goom_chain):
16403         * gst/matroska/matroska-mux.c:
16404         (gst_matroska_mux_video_pad_setcaps):
16405         * sys/osxvideo/osxvideosink.m:
16406           Fixes for API changes
16407
16408 2005-11-23  Michael Smith <msmith@fluendo.com>
16409
16410         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
16411         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
16412         * ext/jpeg/gstjpegdec.h:
16413         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
16414         * ext/jpeg/gstjpegenc.h:
16415         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
16416         (gst_smokeenc_resync):
16417         * ext/jpeg/gstsmokeenc.h:
16418           JPEG fractiony goodness.
16419
16420 2005-11-22  Michael Smith <msmith@fluendo.com>
16421
16422         * gst/goom/filters.c:
16423         * gst/goom/graphic.h:
16424           Fix compilation by making some functions static inline instead of
16425           extern inline, matching the way they're used.
16426
16427 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
16428
16429         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
16430         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
16431         * ext/cairo/gsttextoverlay.h:
16432         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
16433         * ext/gdk_pixbuf/gstgdkpixbuf.h:
16434         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
16435         (gst_pngdec_caps_create_and_set):
16436         * ext/libpng/gstpngdec.h:
16437         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
16438         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
16439         * gst/avi/gstavimux.c: (gst_avimux_init),
16440         (gst_avimux_vidsinkconnect):
16441         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
16442         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
16443         (gst_goom_src_negotiate), (gst_goom_chain):
16444         * gst/goom/gstgoom.h:
16445         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16446         * gst/matroska/matroska-mux.c:
16447         (gst_matroska_mux_video_pad_setcaps):
16448         * sys/osxvideo/osxvideosink.h:
16449         * sys/osxvideo/osxvideosink.m:
16450           More fractional framerate conversions 
16451
16452 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
16453
16454         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
16455         * gst/debug/gstnavigationtest.c:
16456         (gst_navigationtest_handle_src_event):
16457         * gst/videofilter/gstvideofilter.c:
16458         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
16459         (gst_videofilter_init):
16460         * gst/videofilter/gstvideofilter.h:
16461           Convert to fractional framerates.
16462
16463 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16464
16465         * ext/aalib/gstaasink.c:
16466         * ext/dv/gstdvdec.c:
16467         * ext/esd/esdmon.c:
16468         * ext/flac/gstflacenc.c:
16469         * ext/gdk_pixbuf/pixbufscale.c:
16470         * ext/libcaca/gstcacasink.c:
16471         * ext/shout2/gstshout2.c:
16472         * gst/alpha/gstalpha.c:
16473         * gst/oldcore/gstaggregator.c:
16474         * gst/oldcore/gstshaper.c:
16475         * gst/smpte/barboxwipes.c:
16476         * gst/smpte/gstsmpte.c:
16477         * gst/videobox/gstvideobox.c:
16478         * gst/videofilter/gstvideoflip.c:
16479         * gst/videomixer/videomixer.c:
16480           fix up more enums
16481
16482 2005-11-22  Michael Smith <msmith@fluendo.com>
16483
16484         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
16485         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
16486         (gst_videomixer_update_queues):
16487           Fractional framerates, videomixer.
16488
16489 2005-11-22  Michael Smith <msmith@fluendo.com>
16490
16491         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
16492         * ext/dv/gstdvdec.h:
16493         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
16494         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
16495         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
16496         (gst_dvdemux_flush):
16497         * ext/dv/gstdvdemux.h:
16498           Fractional framerates for DV. 
16499
16500 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
16501
16502         * gst/autodetect/gstautoaudiosink.c:
16503         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
16504         * gst/autodetect/gstautovideosink.c:
16505         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
16506           Use gst_plugin_feature_list_free() to free feature list and
16507           in the case of autovideosink free the list at all. Also
16508           miscellaneous cosmetic fixes.
16509
16510 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16511
16512         * gst/cutter/gstcutter.c: (gst_cutter_chain),
16513         (gst_cutter_set_property), (gst_cutter_get_caps):
16514           copy calculation code from level; remove use of some audio
16515           functions
16516
16517 2005-11-22  Andy Wingo  <wingo@pobox.com>
16518
16519         * Update for gst_tag_setter API changes.
16520
16521 2005-11-22  Andy Wingo  <wingo@pobox.com>
16522
16523         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
16524         (gst_dvdemux_demux_frame)
16525         * ext/flac/gstflacdec.c (gst_flacdec_write)
16526         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
16527         (gst_flacenc_sink_event)
16528         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
16529         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
16530         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
16531         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
16532         * gst/auparse/gstauparse.c (gst_auparse_chain)
16533         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
16534         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
16535         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
16536         (gst_avi_demux_handle_seek)
16537         * gst/goom/gstgoom.c (gst_goom_event)
16538         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
16539         * gst/matroska/matroska-demux.c
16540         (gst_matroska_demux_handle_seek_event)
16541         (gst_matroska_demux_loop_stream_parse_id)
16542         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
16543         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
16544         (gst_wavparse_stream_headers): Run update-funcnames.
16545
16546 2005-11-22  Edward Hervey  <edward@fluendo.com>
16547
16548         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
16549         (gst_dv1394src_init), (gst_dv1394src_dispose),
16550         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
16551         (gst_dv1394src_uri_set_uri):
16552         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
16553         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
16554         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
16555         URIHandler interface and element properties are now properly
16556         synchronized for DV1394src and UDPSrc
16557
16558 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
16559
16560         * ext/flac/Makefile.am:
16561         * ext/speex/Makefile.am:
16562           libgsttagedit has been renamed to libgsttag.
16563
16564 2005-11-21  Wim Taymans  <wim@fluendo.com>
16565
16566         * gst/rtsp/rtspconnection.c: (read_body):
16567         Apply patch from Sebastien Cote to fix #319184.
16568
16569 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
16570
16571         * configure.ac:
16572         * gst/cutter/Makefile.am:
16573         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
16574         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
16575         (gst_cutter_set_property), (gst_cutter_get_property),
16576         (plugin_init), (gst_cutter_get_caps):
16577           port cutter
16578         * gst/level/gstlevel.c:
16579           fix up plugin details
16580
16581 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
16582
16583         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
16584         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
16585         (gst_flacdec_src_event):
16586         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
16587         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
16588         (gst_signal_processor_getrange), (gst_signal_processor_chain):
16589         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
16590         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
16591         (gst_flxdec_sink_event_handler):
16592         * gst/matroska/matroska-demux.c:
16593         (gst_matroska_demux_handle_seek_event):
16594         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
16595           Update for stream lock API changes: don't take stream log
16596           in sink event handlers any longer and change GST_STREAM_LOCK
16597           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
16598           functions.
16599
16600 2005-11-21  Michael Smith <msmith@fluendo.com>
16601
16602         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
16603           gst_object_unref, not g_object_unref
16604
16605 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
16606
16607         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
16608         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
16609           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
16610
16611 2005-11-21  Michael Smith <msmith@fluendo.com>
16612
16613         * gst/auparse/Makefile.am:
16614         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
16615         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
16616         (gst_auparse_change_state):
16617         * gst/auparse/gstauparse.h:
16618           Partially fix #161712. playbin still doesn't work on these files,
16619           (on the bug report, Andy says we aren't typefinding it for some
16620           reason?) but at least auparse isn't totally busted like it was before.
16621
16622 2005-11-21  Andy Wingo  <wingo@pobox.com>
16623
16624         * *.h:
16625         * *.c: Ran scripts/update-macros. Oh yes.
16626
16627 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
16628
16629         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
16630           Filler events are gone for now, comment out section generating
16631           them.
16632
16633 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
16634
16635         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
16636         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
16637         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
16638         * sys/osxvideo/osxvideosink.m:
16639           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
16640           (#322027)
16641
16642 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
16643
16644         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
16645         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
16646         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
16647         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
16648         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
16649         (gst_avi_demux_stream_data):
16650         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16651         * gst/wavenc/gstwavenc.c: (write_metadata):
16652         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
16653         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
16654         Fixes for GST_FOURCC_FORMAT API change.
16655
16656 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
16657
16658         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
16659         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
16660         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
16661         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
16662         (gst_text_overlay_change_state):
16663         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
16664         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
16665         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
16666         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
16667         * gst/videomixer/videomixer.c: (gst_videomixer_init),
16668         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
16669         (gst_videomixer_change_state):
16670           Fix for collect pads API change. Also fix textoverlay state
16671           change function.
16672
16673 2005-11-20  Julien MOUTTE  <julien@moutte.net>
16674
16675         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
16676         GST_PAD_IS_USABLE by something approaching it.
16677
16678 2005-11-20  Julien MOUTTE  <julien@moutte.net>
16679
16680         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
16681         API changes.
16682         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
16683         but also fix the code that was not checking return values from
16684         pad_push neither using pad_alloc_buffer.
16685
16686 2005-11-18  Edward Hervey  <edward@fluendo.com>
16687
16688         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
16689         (gst_pngenc_chain):
16690         Added debug category
16691         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
16692         goes to EOS.
16693
16694 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
16695
16696         * gst/rtp/Makefile.am
16697         * gst/rtp/gstrtp.c
16698         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
16699         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
16700         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
16701         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
16702         * gst/rtp/gstrtpg711enc.h:
16703         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
16704         * gst/rtp/gstrtpspeexenc.c:
16705         * gst/rtp/gstrtpspeexenc.h:
16706         * gst/rtp/gstrtpspeexdec.c:
16707         * gst/rtp/gstrtpspeexdec.h:
16708         Created Speex payloader and depayloader; Optimize G711 payloader to
16709         use adapter and send packets until MTU size.
16710
16711 2005-11-16  Wim Taymans  <wim@fluendo.com>
16712
16713         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
16714         Fix leak in check.
16715
16716 2005-11-16  Wim Taymans  <wim@fluendo.com>
16717
16718         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
16719         Fix state change.
16720
16721 2005-11-16  Andy Wingo  <wingo@pobox.com>
16722
16723         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
16724         (gst_udpsrc_create): Move comment.
16725
16726 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
16727
16728         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16729
16730         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16731           When seeking, seek to closest index entry at or before the requested
16732           seek position, not just the closest one (#321001).
16733
16734 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
16735
16736         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
16737         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
16738           Invert DIB images again (see #132341).
16739
16740 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16741
16742         * configure.ac:
16743           rework configure.ac file
16744         * ext/aalib/gstaasink.c:
16745         * ext/cairo/gstcairo.c:
16746         * ext/dv/gstdv.c:
16747         * ext/esd/gstesd.c:
16748         * ext/flac/gstflac.c:
16749         * ext/gconf/gstgconfelements.c:
16750         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16751         * ext/jpeg/gstjpeg.c:
16752         * ext/ladspa/gstladspa.c:
16753         * ext/libcaca/gstcacasink.c:
16754         * ext/libmng/gstmng.c:
16755         * ext/libpng/gstpng.c:
16756         * ext/mikmod/gstmikmod.c:
16757         * ext/pango/gsttextoverlay.c:
16758         * ext/pango/gsttimeoverlay.c:
16759         * ext/raw1394/gst1394.c:
16760         * ext/speex/gstspeex.c:
16761         * gst/alpha/Makefile.am:
16762         * gst/alpha/gstalpha.c:
16763         * gst/alpha/gstalphacolor.c:
16764         * gst/auparse/gstauparse.c:
16765         * gst/autodetect/gstautoaudiosink.c:
16766         (gst_auto_audio_sink_factory_filter),
16767         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
16768         * gst/autodetect/gstautodetect.c:
16769         * gst/avi/gstavi.c:
16770         * gst/cutter/gstcutter.c:
16771         * gst/debug/efence.c:
16772         * gst/debug/gstdebug.c:
16773         * gst/debug/gstnavigationtest.c:
16774         * gst/effectv/gsteffectv.c:
16775         * gst/flx/gstflxdec.c:
16776         * gst/goom/gstgoom.c:
16777         * gst/interleave/plugin.c:
16778         * gst/law/alaw.c:
16779         * gst/law/mulaw.c:
16780         * gst/level/gstlevel.c:
16781         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
16782         * gst/matroska/matroska.c:
16783         * gst/median/gstmedian.c:
16784         * gst/monoscope/gstmonoscope.c:
16785         * gst/multipart/multipart.c:
16786         * gst/oldcore/gstelements.c:
16787         * gst/rtp/gstrtp.c:
16788         * gst/rtsp/gstrtsp.c:
16789         * gst/smoothwave/gstsmoothwave.c:
16790         * gst/smpte/gstsmpte.c:
16791         * gst/udp/gstudp.c:
16792         * gst/videobox/gstvideobox.c:
16793         * gst/videofilter/gstgamma.c:
16794         * gst/videofilter/gstvideobalance.c:
16795         * gst/videofilter/gstvideoflip.c:
16796         * gst/videofilter/gstvideotemplate.c:
16797         * gst/videomixer/videomixer.c:
16798         * gst/wavenc/gstwavenc.c:
16799         * gst/wavparse/gstwavparse.c:
16800         * sys/oss/gstossaudio.c:
16801         * sys/osxaudio/gstosxaudio.c:
16802           update GST_PLUGIN_DEFINE
16803         * gst/rtp/Makefile.am:
16804         * gst/rtp/gstasteriskh263.c:
16805           check for htons/htonl headers and possibly link to winsock2 lib
16806
16807 2005-11-12  Edward Hervey  <edward@fluendo.com>
16808
16809         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
16810         Only GST_DEBUG() information on the valid components.
16811
16812 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
16813
16814         * configure.ac: back to HEAD
16815
16816 === release 0.9.5 ===
16817
16818 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
16819
16820         * configure.ac:
16821           releasing 0.9.5, "Phone Alarm"
16822
16823 2005-11-11  Edward Hervey  <edward@fluendo.com>
16824
16825         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
16826         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
16827         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
16828         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
16829         (gst_avi_demux_loop):
16830         * gst/avi/gstavidemux.h:
16831         Yeah, implement proper seeking. Exact seeking and segment seeking.
16832         Still need to do some checks for segment_stop.
16833
16834 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
16835
16836         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16837
16838         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
16839           Don't try to ready buffer duration from buffer that we don't
16840           own any  longer and that might already have been unreffed.
16841           (#321136)
16842
16843 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
16844
16845         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
16846         (flx_decode_delta_flc), (gst_flxdec_chain):
16847         Attempting to optimize the code for embedded systems.
16848
16849 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
16850
16851         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16852
16853         * sys/oss/gstosssink.c: (gst_oss_sink_close):
16854           Don't re-use already closed file descriptor. (#320920)
16855
16856 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
16857
16858         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
16859         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
16860         (gst_oss_sink_prepare):
16861         * sys/oss/gstosssink.h:
16862           Cache probed caps; fix debug output for SET_PARAM macros.
16863
16864 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
16865
16866         * ext/cairo/Makefile.am:
16867         * ext/cairo/gstcairo.c: (plugin_init):
16868         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
16869         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
16870         (gst_text_overlay_init), (gst_text_overlay_font_init),
16871         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
16872         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
16873         (gst_text_overlay_text_pad_linked),
16874         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
16875         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
16876         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
16877         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
16878         (gst_text_overlay_change_state):
16879         * ext/cairo/gsttextoverlay.h:
16880           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
16881           property and redo positioning. Doesn't handle upstream renegotiation
16882           yet though.
16883
16884 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
16885
16886         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
16887         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
16888         (gst_avi_demux_loop):
16889           No need to take the STREAM_LOCK in the loop function. Improve
16890           some debug messages. Don't leak pad names in debug messages.
16891
16892 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
16893
16894         * gst/matroska/matroska-demux.c:
16895         (gst_matroska_demux_push_vorbis_codec_priv_data),
16896         (gst_matroska_demux_add_wvpk_header):
16897           Don't error out when the source pad isn't linked.
16898
16899 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
16900
16901         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
16902         (gst_gconf_audio_sink_change_state):
16903         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
16904         (gst_gconf_video_sink_change_state):
16905           Fix state change functions here as well and set kid
16906           to NULL state before removing it.
16907
16908 2005-11-01  Edward Hervey  <edward@fluendo.com>
16909
16910         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
16911         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
16912         Added proper event handlind, 
16913         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
16914         ignored),
16915         and don't set a duration of 0 for buffers otherwise they are discarded
16916         by GstBaseSink.
16917
16918         GstWavEnc needs some serious loving, after going through the code I'm
16919         really wondering how this can stay in -good ...
16920
16921 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16922
16923         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
16924         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
16925         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
16926         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
16927         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
16928         (gst_matroska_mux_collected):
16929           Fix leaks and invalid memory access as reported by valgrind
16930
16931 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16932
16933         Patch by: Michal Benes <michal.benes@xeris.cz>
16934
16935         * check/Makefile.am:
16936         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
16937         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
16938         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
16939           add a unit test for matroskamux
16940           fix the bugs that the unit test exposed
16941
16942 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
16943
16944         * gst/autodetect/gstautoaudiosink.c:
16945         (gst_auto_audio_sink_class_init),
16946         (gst_auto_audio_sink_change_state):
16947         * gst/autodetect/gstautovideosink.c:
16948         (gst_auto_video_sink_class_init),
16949         (gst_auto_video_sink_change_state):
16950           Fix state change function and use GST_DEBUG_FUNCPTR in
16951           class_init.
16952
16953 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
16954
16955         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16956
16957         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
16958         (gst_ebml_write_reset), (gst_ebml_write_element_new):
16959         * gst/matroska/ebml-write.h:
16960         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
16961           Set timestamps on outgoing ebml headers as well, so that the
16962           element after matroskamux can get the timestamp already when
16963           reading the first ebml element and doesn't have to wait for
16964           the actual data buffer for that (#320308).
16965           
16966 2005-10-31  Andy Wingo  <wingo@pobox.com>
16967
16968         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
16969         (gst_videomixer_pad_link): Kill some memleaks.
16970         (gst_videomixer_pad_get_property): Style fix.
16971         (gst_videomixer_pad_set_property): Style fix.
16972         (gst_videomixer_pad_init): Style fix.
16973         (gst_videomixer_update_queues): Kill memleak.
16974         (gst_videomixer_loop): Kill memleak.
16975         (gst_videomixer_collected): Kill memleak.
16976
16977 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
16978
16979         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
16980         gst_auparse_change_state:
16981         Just some cleanup.
16982
16983 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
16984
16985         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
16986         Add checks to GST_FLOW_NOT_LINKED for values returned
16987         from gst_pad_push.
16988         
16989 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
16990
16991         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
16992         (gst_rtpg711dec_process):
16993         * gst/rtp/gstrtpgsmenc.c:
16994         Payloader now sets some default caps on the srcpad if caps on the sinkpad
16995         are never set. This is important for the g711 to work with burger's rtpbin
16996         element.
16997
16998 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
16999
17000         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
17001         (gst_speexenc_push_buffer):
17002         Add checks for return values from gst_pad_push and
17003         gst_pad_alloc_buffer.
17004
17005 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
17006
17007         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
17008
17009         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
17010         (gst_matroska_demux_parse_info),
17011         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
17012         (gst_matroska_demux_parse_cluster):
17013         * gst/matroska/matroska-ids.h:
17014         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
17015         (gst_matroska_mux_init), (gst_matroska_mux_start),
17016         (gst_matroska_mux_create_buffer_header),
17017         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
17018         (gst_matroska_mux_get_property):
17019         * gst/matroska/matroska-mux.h:
17020           Add SimpleBlock support to matroska demuxer and muxer (part of
17021           Matroska v2). (#319731)
17022
17023 2005-10-28  Wim Taymans  <wim@fluendo.com>
17024
17025         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
17026         (gst_jpeg_dec_change_state):
17027         * ext/jpeg/gstjpegdec.h:
17028         Cleanups. Don't create caps for every chain.
17029
17030 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
17031
17032         * gst/law/alaw-encode.c: (gst_alawenc_init),
17033         (alawenc_setcaps), (gst_alawenc_chain)
17034         * gst/law/alaw-encode.h:
17035         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
17036         (mulawenc_setcaps), (gst_mulawenc_chain)
17037         * gst/law/mulaw-encode.h:
17038         Set timestamp on buffer and it allows RTP G711 elements
17039         work properly.
17040
17041 2005-10-27  Wim Taymans  <wim@fluendo.com>
17042
17043         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
17044         Set correct format on oss instead of a silly value. 
17045
17046 2005-10-27  Julien MOUTTE  <julien@moutte.net>
17047
17048         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
17049         (gst_video_box_transform_caps), (gst_video_box_set_caps),
17050         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
17051         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
17052         I420 rendering as well, doesn't bring much for my platform.
17053         Might help on some other platforms.
17054
17055 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
17056
17057         * gst/rtp/gstrtpgsmenc.c:
17058         * gst/rtp/gstrtpgsmparse.c:
17059         Declaring the padtemplate correctly.
17060
17061 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
17062
17063         * gst/rtp/gstrtpg711dec.c:
17064         * gst/rtp/gstrtpg711enc.c:
17065         * gst/rtp/gstrtpgsmenc.c:
17066         * gst/rtp/gstrtpgsmparse.c:
17067         Setting the proper copyright notice.
17068
17069 2005-10-26  Julien MOUTTE  <julien@moutte.net>
17070
17071         * gst/videobox/Makefile.am: Use liboil.
17072         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
17073         (gst_video_box_set_property), (gst_video_box_transform_caps),
17074         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
17075         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
17076         using liboil. Will dot the same to I420 border generation
17077         tomorrow.
17078
17079 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
17080
17081         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
17082         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
17083         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
17084         * gst/rtp/gstrtpg711dec.h:
17085         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
17086         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
17087         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
17088         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
17089         (gst_rtpgsmenc_handle_buffer):
17090         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
17091         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
17092         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
17093         * gst/rtp/gstrtpgsmparse.h:
17094         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
17095         inherits from the basertpdepayloader.
17096
17097 2005-10-26  Julien MOUTTE  <julien@moutte.net>
17098
17099         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
17100         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
17101         (gst_video_box_ayuv): Removing this forgotten debug.
17102
17103 2005-10-26  Julien MOUTTE  <julien@moutte.net>
17104
17105         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
17106         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
17107         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
17108
17109 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
17110
17111         * sys/oss/gstossaudio.c:
17112         * sys/oss/gstossdmabuffer.c:
17113         * sys/oss/gstosshelper.c:
17114         * sys/oss/gstossmixer.c:
17115         * sys/oss/gstossmixerelement.c:
17116         * sys/oss/gstossmixertrack.c:
17117         * sys/oss/gstosssink.c:
17118         * sys/oss/gstosssrc.c:
17119           Actually use the 'oss' debug category we register.
17120
17121 2005-10-26  Julien MOUTTE  <julien@moutte.net>
17122
17123         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
17124         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
17125         Use gst_pad_get_parent and drop the ref that was added through
17126         that call.
17127
17128 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17129
17130         * gst/rtp/gstrtpgsmenc.c:
17131           Fix compilation
17132
17133 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
17134
17135         * gst/rtp/gstrtpg711dec.c
17136         Just removed a couple of lines of weird code used during
17137         development/test time.
17138
17139 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
17140
17141         * gst/rtp/Makefile.am
17142         * gst/rtp/gstrtp.c
17143         * gst/rtp/gstrtpg711enc.c
17144         * gst/rtp/gstrtpg711enc.h
17145         * gst/rtp/gstrtpg711dec.c
17146         * gst/rtp/gstrtpg711dec.h
17147         Created G711 payloader and depayloader (it supports mulaw and alaw
17148         (dec)encoders)
17149
17150 2005-10-25  Julien MOUTTE  <julien@moutte.net>
17151
17152         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
17153         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
17154         Doh ! I introduced wingo's bug again ! Sorry...
17155
17156 2005-10-25  Christian Schaller <christian@fluendo.com> 
17157
17158         * gst/rtp/Makefile.am: add missing header files for disting
17159
17160 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
17161
17162         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
17163         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
17164         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
17165         (gst_rtpgsmenc_handle_buffer):
17166         * gst/rtp/gstrtpgsmenc.h:
17167         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
17168         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
17169         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
17170         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
17171         * gst/rtp/gstrtpgsmparse.h:
17172         Getting the GSM (de)payloader working and compatible with our plans for RTP.
17173
17174 2005-10-25  Julien MOUTTE  <julien@moutte.net>
17175
17176         * ext/libpng/gstpngdec.c: (user_info_callback),
17177         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
17178         a newsegment event, move some redundant code in a single place.
17179
17180 2005-10-25  Julien MOUTTE  <julien@moutte.net>
17181
17182         * ext/libpng/gstpngdec.c: (user_info_callback),
17183         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
17184         hack to get correct colors order when we have a png image with
17185         alpha channel.
17186
17187 2005-10-24  Edward Hervey  <edward@fluendo.com>
17188
17189         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
17190         Call gst_element_no_more_pads when there will be no more pads.
17191
17192 2005-10-24  Wim Taymans  <wim@fluendo.com>
17193
17194         * gst/rtp/Makefile.am:
17195         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
17196         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
17197         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
17198         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
17199         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
17200         (gst_asteriskh263_plugin_init):
17201         * gst/rtp/gstasteriskh263.h:
17202         * gst/rtp/gstrtp.c: (plugin_init):
17203         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
17204         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
17205         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
17206         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
17207         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
17208         (gst_rtph263enc_plugin_init):
17209         * gst/rtp/gstrtph263enc.h:
17210         Added two new payloaders, an RFC 2190 payloader for h263 and
17211         a payload convertor for an asterisk server.
17212
17213 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
17214
17215         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
17216           Set bytes_per_sample correctly (is not always 4, but 
17217           depends on width and number of channels).
17218
17219 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
17220
17221         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
17222         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
17223         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
17224         (gst_flacenc_sink_event), (gst_flacenc_chain),
17225         (gst_flacenc_set_property), (gst_flacenc_get_property),
17226         (gst_flacenc_change_state):
17227         * ext/flac/gstflacenc.h:
17228           Fix seeking, so that flacenc can rewrite the header with the
17229           correct duration and amount of samples and all that at EOS;
17230           also set timestamps and granulepos on outgoing buffers; add
17231           debug category; fix state change function.
17232           
17233 2005-10-24  Julien MOUTTE  <julien@moutte.net>
17234
17235         * gst/videomixer/videomixer.c: Don't restrict video geometry
17236         from 16 to 4096.
17237
17238 2005-10-24  Julien MOUTTE  <julien@moutte.net>
17239
17240         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
17241         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
17242         Fix caps negotiation correctly, add debugging category.
17243
17244 2005-10-24  Christian Schaller  <christian@fluendo.com>
17245
17246         * configure.ac: Port over Thomas's change from base listing all plugins
17247
17248 2005-10-24  Julien MOUTTE  <julien@moutte.net>
17249
17250         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
17251         a sink pad.
17252
17253 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17254
17255         * configure.ac:
17256         * docs/upload.mak:
17257           back to HEAD
17258
17259 === release 0.9.4 ===
17260
17261 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17262
17263         * configure.ac:
17264           Releasing 0.9.4, "Dromiceiomimus"
17265
17266 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
17267
17268         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
17269         (gst_speexenc_src_query):
17270           Add position and duration query, fix query type function.
17271           
17272         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17273         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
17274           Let's not set non-fixed caps on source pads.
17275
17276 2005-10-21  Wim Taymans  <wim@fluendo.com>
17277
17278         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
17279         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
17280         (gst_avi_demux_handle_seek):
17281         Set correct stream_time in newsegment event.
17282         avi can also handle a duration query now.
17283
17284 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
17285
17286         * gst/matroska/matroska-demux.c:
17287         (gst_matroska_demux_handle_src_query),
17288         (gst_matroska_demux_handle_seek_event),
17289         (gst_matroska_demux_loop_stream_parse_id):
17290           Fix duration query; fix basetime in newsegment event after
17291           seek; fix duration in initial newsegment event.
17292
17293         * gst/matroska/matroska-mux.c:
17294         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
17295           Extract number of channels and samplerate from vorbis headers;
17296           add some debug messages when querying the durations of the
17297           input streams.
17298
17299 2005-10-20  Wim Taymans  <wim@fluendo.com>
17300
17301         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
17302         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
17303         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
17304         Set stream time correctly in newsegment.
17305
17306 2005-10-20  Wim Taymans  <wim@fluendo.com>
17307
17308         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
17309         Correctly fill in the stream time.
17310
17311 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17312
17313         * check/elements/level.c: (GST_START_TEST):
17314         * gst/level/gstlevel.c: (gst_level_message_new):
17315         * gst/level/level-example.c: (message_handler):
17316           use ELEMENT messages instead
17317
17318 2005-10-19  Wim Taymans  <wim@fluendo.com>
17319
17320         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
17321         (gst_dvdemux_src_query):
17322         * ext/flac/gstflacdec.c: (gst_flacdec_length),
17323         (gst_flacdec_src_query):
17324         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
17325         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
17326         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
17327         * gst/debug/gstnavseek.c: (gst_navseek_seek):
17328         * gst/debug/progressreport.c: (gst_progress_report_report):
17329         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
17330         * gst/matroska/matroska-demux.c:
17331         (gst_matroska_demux_handle_src_query):
17332         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
17333         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
17334         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
17335         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
17336         (gst_wavparse_srcpad_event):
17337         API change fix.
17338
17339 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
17340
17341         * gst/goom/filters.c:
17342         * gst/goom/graphic.h:
17343         * gst/goom/lines.c:
17344           Make inline functions either 'static inline' or 'extern inline',
17345           otherwise the Forte compiler apparently won't inline them (#317300).
17346
17347 2005-10-19  Julien MOUTTE  <julien@moutte.net>
17348
17349         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
17350         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
17351         (user_info_callback), (user_endrow_callback), (user_end_callback),
17352         (user_read_data), (gst_pngdec_caps_create_and_set),
17353         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
17354         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
17355         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
17356         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
17357         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
17358         very nice and handle push/pull based model. if you have filesrc
17359         connected to it, it will do random access to load the png file.
17360         If you have a network source that can't do _getrange, it does 
17361         progressive loading through the chain function.
17362         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
17363         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
17364         thanks to Master Wim Taymans ;-)
17365
17366 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
17367
17368         * gst/matroska/Makefile.am:
17369         * gst/matroska/ebml-read.c:
17370         * gst/matroska/ebml-read.h:
17371         * gst/matroska/matroska-demux.c:
17372         * gst/matroska/matroska-demux.h:
17373         * gst/matroska/matroska.c: (plugin_init):
17374           Ported matroska demuxer to 0.9.
17375
17376 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
17377
17378         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
17379
17380         * gst/matroska/matroska-mux.c:
17381         (gst_matroska_mux_video_pad_setcaps),
17382         (gst_matroska_mux_audio_pad_setcaps):
17383           Fix mpeg4 input handling (#318847); also, while we're at it,
17384           fix media type for Motion-JPEG: should be image/jpeg.
17385
17386 2005-10-18  Wim Taymans  <wim@fluendo.com>
17387
17388         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
17389         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
17390         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
17391         Fix for segment-start/stop API change.
17392
17393 2005-10-17  Julien MOUTTE  <julien@moutte.net>
17394
17395         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
17396         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
17397         way.
17398
17399 2005-10-17  Julien MOUTTE  <julien@moutte.net>
17400
17401         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
17402         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
17403         output declared in transform_caps.
17404
17405 2005-10-17  Julien MOUTTE  <julien@moutte.net>
17406
17407         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
17408
17409 2005-10-17  Julien MOUTTE  <julien@moutte.net>
17410
17411         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
17412         (gst_video_box_get_unit_size): Fix wrong size calculations and
17413         implement get_unit_size correctly.
17414
17415 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
17416
17417         * configure.ac:
17418           Enable flx plugin.
17419
17420         * gst/flx/gstflxdec.c: (flx_decode_chunks):
17421           Fix gcc4 signedness issue.
17422
17423 2005-10-17  Julien MOUTTE  <julien@moutte.net>
17424
17425         * configure.ac: Adding videomixer.
17426         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
17427         (user_read_data), (gst_pngdec_chain): More debugging.
17428         * gst/alpha/Makefile.am: Adding alphacolor
17429         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
17430         (gst_alpha_color_class_init), (gst_alpha_color_init),
17431         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
17432         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
17433         (plugin_init): Ported to 0.9 using in place base tranform.
17434         * gst/videomixer/Makefile.am:
17435         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
17436         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
17437         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
17438         (gst_videomixer_pad_init), (gst_videomixer_class_init),
17439         (gst_videomixer_init), (gst_videomixer_getcaps),
17440         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
17441         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
17442         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
17443         to 0.9 using collectpads.
17444
17445 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
17446
17447         * configure.ac:
17448         * gst/flx/Makefile.am:
17449         * gst/flx/gstflxdec.c: (gst_flxdec_init),
17450         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
17451         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
17452         * gst/flx/gstflxdec.h:
17453         flx plugin ported to 0.9
17454
17455 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17456
17457         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
17458           use new gst_version_string()
17459
17460 2005-10-16  Andy Wingo  <wingo@pobox.com>
17461
17462         * configure.ac: GLIB_CHECK.
17463
17464 2005-10-15  Julien MOUTTE  <julien@moutte.net>
17465
17466         * ext/libpng/Makefile.am:
17467         * ext/libpng/gstpng.c: (plugin_init):
17468         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
17469         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
17470         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
17471
17472 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
17473
17474         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
17475
17476         * configure.ac:
17477         * gst/matroska/Makefile.am:
17478         * gst/matroska/ebml-ids.h:
17479         * gst/matroska/ebml-write.c:
17480         * gst/matroska/ebml-write.h:
17481         * gst/matroska/matroska-ids.h:
17482         * gst/matroska/matroska-mux.c:
17483         * gst/matroska/matroska-mux.h:
17484         * gst/matroska/matroska.c: (plugin_init):
17485           Port matroska muxer to 0.9 (#318847).
17486
17487 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
17488
17489         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
17490         (comment_init), (comment_add):
17491           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
17492           use GST_READ_UINT32_LE() and friends rather than the private
17493           implementation of those same macros.
17494
17495 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
17496
17497         * examples/stats/mp2ogg.c:
17498           more typo fixes
17499
17500 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
17501
17502         * examples/indexing/indexmpeg.c: (main):
17503         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
17504         (gst_esdmon_close_audio), (gst_esdmon_change_state):
17505         * ext/esd/esdmon.h:
17506         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
17507         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
17508         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
17509         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
17510         * gst/avi/gstavimux.c: (gst_avimux_init):
17511         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
17512         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
17513         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
17514         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
17515         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
17516         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
17517         * gst/oldcore/gstmultifilesrc.h:
17518         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
17519         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
17520         (gst_pipefilter_change_state):
17521         * gst/oldcore/gstpipefilter.h:
17522         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
17523         * gst/videomixer/videomixer.c: (gst_videomixer_init):
17524         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
17525         * sys/osxaudio/gstosxaudiosink.h:
17526         * sys/osxaudio/gstosxaudiosrc.h:
17527           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
17528           moved bitshift from macro to enum definition
17529
17530 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
17531
17532         * ext/Makefile.am:
17533         * ext/cairo/Makefile.am:
17534         * ext/cairo/gstcairo.c: (plugin_init):
17535         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
17536         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
17537         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
17538         * ext/cairo/gsttimeoverlay.h:
17539           update of cairo-based timeoverlay to 1.0 Cairo API
17540           doesn't work yet for resizing of output sink
17541
17542 2005-10-11  Wim Taymans  <wim@fluendo.com>
17543
17544         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
17545         newsegment API fix.
17546
17547 2005-10-11  Wim Taymans  <wim@fluendo.com>
17548
17549         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
17550         (gst_dvdemux_demux_frame):
17551         * ext/flac/gstflacdec.c: (gst_flacdec_write):
17552         * gst/auparse/gstauparse.c: (gst_auparse_chain):
17553         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
17554         (gst_avi_demux_handle_seek):
17555         * gst/goom/gstgoom.c: (gst_goom_event):
17556         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
17557         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
17558         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
17559         (gst_wavparse_loop), (gst_wavparse_pad_convert),
17560         (gst_wavparse_srcpad_event):
17561         newsegment API update.
17562
17563 2005-10-11  Andy Wingo  <wingo@pobox.com>
17564
17565         * ext/speex/gstspeexenc.c: Signedness cleanups.
17566
17567 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
17568
17569         * PORTED_09:
17570         * ext/speex/Makefile.am:
17571         * ext/speex/gstspeex.c:
17572         * ext/speex/gstspeexenc.c:
17573         Speexenc ported to 0.9
17574
17575 2005-10-10  Wim Taymans  <wim@fluendo.com>
17576
17577         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
17578         (gst_oss_sink_init), (gst_oss_sink_set_property),
17579         (gst_oss_sink_get_property), (gst_oss_sink_open),
17580         (gst_oss_sink_prepare), (gst_oss_sink_reset):
17581         * sys/oss/gstosssink.h:
17582         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
17583         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
17584         (gst_oss_src_prepare):
17585         Cleanups, make device configurable in the sink, handle and report
17586         errors.
17587
17588 2005-10-10  Wim Taymans  <wim@fluendo.com>
17589
17590         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
17591         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
17592         Make sure element is NULL before removing from the bin.
17593
17594 2005-10-07  Andy Wingo  <wingo@pobox.com>
17595
17596         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
17597         block forever in a read().
17598         (gst_dv1394src_bus_reset): Post a message when the cable is
17599         unplugged.
17600         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
17601         (gst_dv1394src_bus_reset): Don't unref the message.
17602
17603         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
17604         hacking. The only change should be that the state change stuff was
17605         put into basesrc's start() and stop() routines, which coalesces
17606         some steps.
17607
17608 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
17609
17610         * configure.ac:
17611           Add check for mmap
17612           
17613         * gst/debug/Makefile.am:
17614           Only compile efence plugin on systems that have mmap.
17615
17616 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
17617
17618         * gst/debug/Makefile.am:
17619         * gst/debug/breakmydata.c:
17620         * gst/debug/gstdebug.c:
17621         * gst/debug/gstnavigationtest.c:
17622         * gst/debug/gstnavseek.c: 
17623         * gst/debug/gstnavseek.h:
17624         * gst/debug/progressreport.c: 
17625         * gst/debug/testplugin.c:
17626           Port progressreport, navseek, navigationtest, testsink and
17627           breakmydata.
17628
17629 2005-10-05  Edward Hervey  <edward@fluendo.com>
17630
17631         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
17632         (gst_dvdemux_src_query):
17633         Fixes for better conversion
17634
17635 2005-10-04  Michael Smith <msmith@fluendo.com>
17636
17637         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
17638         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
17639         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
17640         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
17641           Set state of elements to NULL before removing from bins.
17642           Set state of test element to NULL if we failed to move it to READY
17643
17644 2005-10-04  Edward Hervey  <edward@fluendo.com>
17645
17646         * ext/dv/Makefile.am:
17647         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
17648         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
17649         Corrected the query function for position so it doesn't forget what
17650         format was asked, and calls the conversion functions on the correct pad.
17651
17652 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17653
17654         * configure.ac:
17655           back to development
17656
17657 === release 0.9.3 ===
17658
17659 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17660
17661         * configure.ac:
17662           Releasing 0.9.3, "Aramis"
17663
17664 2005-10-03  Andy Wingo  <wingo@pobox.com>
17665
17666         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
17667         error returns.
17668
17669 2005-10-02  Andy Wingo  <wingo@pobox.com>
17670
17671         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
17672
17673         * ext/flac/gstflacenc.c: Ported to 0.9.
17674
17675         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
17676
17677         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
17678         and link to gsttagedit. Enable flacenc.
17679
17680         * ext/flac/gstflacdec.c: Re-enable tag reading.
17681
17682 2005-09-30  Wim Taymans  <wim@fluendo.com>
17683
17684         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
17685         * gst/rtp/gstrtpgsmparse.c:
17686         * gst/rtp/gstrtph263penc.c:
17687         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
17688         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
17689         (gst_rtpmp4venc_set_property):
17690         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
17691         Various class and caps fixes from Andre Magalhaes (andrunko)
17692
17693 2005-09-29  Wim Taymans  <wim@fluendo.com>
17694
17695         * gst/level/level-example.c: (main):
17696         Update for new bus API.
17697
17698 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
17699
17700         * configure.ac:
17701           Fix unexpanded autoconf macro GST_DOC, which has been renamed
17702           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
17703
17704 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
17705
17706         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
17707           Fix playback of mono streams (bytes_per_sample should be set
17708           from the sample width and the number of channels negotiated,
17709           and not just be set to 4) (#317338)
17710
17711 2005-09-26  Wim Taymans  <wim@fluendo.com>
17712
17713         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
17714         (gst_rtpmpaenc_handle_buffer):
17715         Set buffer duration correctly.
17716
17717 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
17718
17719         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
17720         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
17721         (gst_avi_demux_change_state):
17722           Don't crash when encountering a stream with an unknown fourcc or
17723           codec id. Instead, create a pad of type video/x-avi-unknown or
17724           audio/x-avi-unknown, which as a side-effect also results in less
17725           confusing error messages in players ('no decoder' vs. 'no streams');
17726           minor fixes to state change function and class_init function.
17727
17728 2005-09-24  Wim Taymans  <wim@fluendo.com>
17729
17730         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
17731         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
17732         These are sinks.
17733
17734 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17735
17736         * check/elements/level.c: (GST_START_TEST):
17737           fix test for new GstClockTime use
17738         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
17739         (gst_level_transform_ip):
17740         * gst/level/gstlevel.h:
17741           fix up the decay peak, ensuring the decay peak is never lower
17742           than the peak for that interval
17743
17744 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17745
17746         * docs/plugins/gst-plugins-good-plugins.args:
17747         * docs/plugins/inspect/plugin-alpha.xml:
17748         * docs/plugins/inspect/plugin-rtp.xml:
17749         * gst/level/gstlevel.c: (gst_level_set_caps),
17750         (gst_level_transform_ip):
17751           updating docs
17752
17753 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17754
17755         * Makefile.am:
17756         * check/elements/level.c: (GST_START_TEST):
17757         * gst/level/Makefile.am:
17758         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
17759         (gst_level_set_property), (gst_level_get_property),
17760         (gst_level_set_caps), (gst_level_message_new),
17761         (gst_level_transform_ip):
17762         * gst/level/gstlevel.h:
17763         * gst/level/level-example.c: (message_handler), (main):
17764           convert to using GstClockTime for all time values, finally.
17765
17766 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17767
17768         * gst/auparse/Makefile.am:
17769         * gst/auparse/gstauparse.c: (gst_auparse_chain):
17770           fix up build
17771         * configure.ac:
17772         * ext/cairo/Makefile.am:
17773         * ext/dv/Makefile.am:
17774         * ext/esd/Makefile.am:
17775         * ext/flac/Makefile.am:
17776         * ext/gconf/Makefile.am:
17777         * ext/gdk_pixbuf/Makefile.am:
17778         * ext/jpeg/Makefile.am:
17779         * ext/ladspa/Makefile.am:
17780         * ext/libcaca/Makefile.am:
17781         * ext/libmng/Makefile.am:
17782         * ext/libpng/Makefile.am:
17783         * ext/mikmod/Makefile.am:
17784         * ext/pango/Makefile.am:
17785         * ext/raw1394/Makefile.am:
17786         * ext/shout2/Makefile.am:
17787         * ext/speex/Makefile.am:
17788         * gst/alpha/Makefile.am:
17789         * gst/autodetect/Makefile.am:
17790         * gst/avi/Makefile.am:
17791         * gst/cutter/Makefile.am:
17792         * gst/debug/Makefile.am:
17793         * gst/effectv/Makefile.am:
17794         * gst/flx/Makefile.am:
17795         * gst/goom/Makefile.am:
17796         * gst/interleave/Makefile.am:
17797         * gst/law/Makefile.am:
17798         * gst/matroska/Makefile.am:
17799         * gst/median/Makefile.am:
17800         * gst/monoscope/Makefile.am:
17801         * gst/multipart/Makefile.am:
17802         * gst/oldcore/Makefile.am:
17803         * gst/rtp/Makefile.am:
17804         * gst/rtsp/Makefile.am:
17805         * gst/smoothwave/Makefile.am:
17806         * gst/smpte/Makefile.am:
17807         * gst/videobox/Makefile.am:
17808         * gst/videofilter/Makefile.am:
17809         * gst/videomixer/Makefile.am:
17810         * gst/wavenc/Makefile.am:
17811         * gst/wavparse/Makefile.am:
17812         * sys/oss/Makefile.am:
17813         * sys/osxaudio/Makefile.am:
17814         * sys/osxvideo/Makefile.am:
17815           fix up GST_LIBS use
17816
17817 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17818
17819         * gst/auparse/Makefile.am:
17820         * gst/auparse/gstauparse.c: (gst_auparse_chain):
17821           fix build of auparse
17822
17823 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
17824
17825         * configure.ac:
17826         * PORTED_09:
17827         * gst/auparse/gstauparse.c:
17828         * gst/auparse/gstauparse.h:
17829         Auparse ported to 0.9.
17830
17831 2005-09-22  Wim Taymans  <wim@fluendo.com>
17832
17833         * gst/rtp/TODO:
17834         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
17835         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
17836         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
17837         (gst_rtpmp4venc_set_property):
17838         * gst/rtp/gstrtpmp4venc.h:
17839         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
17840         * gst/rtp/gstrtpmpaenc.h:
17841         Use is_filled to both check MTU and max-ptime of base class.
17842
17843 2005-09-22  Wim Taymans  <wim@fluendo.com>
17844
17845         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
17846         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
17847         (gst_rtpmp4venc_set_property):
17848         Don't fragment packets with multiple frames.
17849
17850 2005-09-22  Wim Taymans  <wim@fluendo.com>
17851
17852         * gst/rtp/TODO:
17853         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
17854         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
17855         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
17856         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
17857         (gst_rtpmp4venc_get_property):
17858         * gst/rtp/gstrtpmp4venc.h:
17859         Remove g_print.
17860         Update TODO
17861         Make payload encoder a bit smarter and more correct with
17862         timestamps.
17863         Added option in payloader to include config string in-band.
17864
17865 2005-09-21  Wim Taymans  <wim@fluendo.com>
17866
17867         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
17868         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
17869         (gst_rtspsrc_send):
17870         Strip spaces for key/value pairs.
17871
17872 2005-09-21  Wim Taymans  <wim@fluendo.com>
17873
17874         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
17875         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
17876         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
17877         (gst_rtspsrc_change_state):
17878         More SDP parsing and caps setting.
17879         Do NO_PREROLL differently.
17880         add pads only after negotiated.
17881
17882         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
17883         (gst_udpsrc_getcaps):
17884         Implement the getcaps function.
17885
17886 2005-09-21  Wim Taymans  <wim@fluendo.com>
17887
17888         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
17889         (gst_rtpamrdec_chain):
17890         Handle multiple AMr packets per payload. Handle CRC and
17891         parse ILL/ILP.
17892
17893         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
17894         Make caps params strings for easy SDP mapping.
17895         
17896         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
17897         Handle capsnego better.
17898
17899         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
17900         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
17901         Generate and parse config string in the caps.
17902
17903 2005-09-21  Wim Taymans  <wim@fluendo.com>
17904
17905         * gst/rtp/README:
17906         Update README
17907
17908         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
17909         Make extra params as strings.
17910
17911         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
17912         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
17913         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
17914         Make state change return NO_PREROLL as this is a live
17915         source.
17916
17917         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
17918         Don't unref old caps when NULL.
17919
17920 2005-09-20  Wim Taymans  <wim@fluendo.com>
17921
17922         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
17923         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
17924         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
17925         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
17926         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
17927         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
17928         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
17929         * gst/rtsp/sdpmessage.h:
17930         Add URI handler.
17931         Parse SDP and create caps.
17932
17933 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
17934
17935         * gst/alpha/gstalpha.c:
17936           fix element description
17937
17938 2005-09-19  Wim Taymans  <wim@fluendo.com>
17939
17940         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
17941         Don't check payload for now.
17942
17943 2005-09-19  Wim Taymans  <wim@fluendo.com>
17944
17945         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
17946         (gst_wavparse_init), (gst_wavparse_parse_file_header),
17947         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
17948         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
17949         (gst_wavparse_loop), (gst_wavparse_pad_convert),
17950         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
17951         (gst_wavparse_change_state):
17952         * gst/wavparse/gstwavparse.h:
17953         Fix wavparse some more.
17954
17955 2005-09-19  Wim Taymans  <wim@fluendo.com>
17956
17957         * check/elements/level.c: (GST_START_TEST):
17958         Fix for bus API change.
17959
17960 2005-09-19  Wim Taymans  <wim@fluendo.com>
17961
17962         * gst/level/level-example.c: (main):
17963         Fix for new bus API.
17964
17965         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
17966         Set caps on pads.
17967
17968 2005-09-15  Wim Taymans  <wim@fluendo.com>
17969
17970         * gst/rtp/Makefile.am:
17971         * gst/rtp/README:
17972         * gst/rtp/gstrtp.c: (plugin_init):
17973         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
17974         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
17975         (gst_rtpamrdec_change_state):
17976         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
17977         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
17978         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
17979         * gst/rtp/gstrtpamrenc.h:
17980         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
17981         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
17982         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
17983         * gst/rtp/gstrtpgsmenc.h:
17984         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
17985         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
17986         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
17987         (gst_rtpgsmparse_change_state):
17988         * gst/rtp/gstrtpgsmparse.h:
17989         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
17990         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
17991         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
17992         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
17993         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
17994         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
17995         * gst/rtp/gstrtph263penc.h:
17996         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
17997         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
17998         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
17999         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
18000         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
18001         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
18002         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
18003         * gst/rtp/gstrtpmp4venc.h:
18004         * gst/rtp/gstrtpmpadec.c:
18005         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
18006         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
18007         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
18008         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
18009         * gst/rtp/gstrtpmpaenc.h:
18010         Updates to payloader/depayloaders, make payloaders use
18011         the base classes.
18012         Updated README with suggested RTP caps and how to convert
18013         to/from SDP.
18014         Added config descriptor in mp4v payloader.
18015
18016 2005-09-15  Andy Wingo  <wingo@pobox.com>
18017
18018         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
18019         * gst/autodetect/gstautovideosink.c
18020         (gst_auto_video_sink_find_best): Update for new registry API.
18021
18022 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18023
18024         * common/c-to-xml.py:
18025         * common/gtk-doc-plugins.mak:
18026           a simple py script to generate valid xml from a C example
18027           probably also need to strip an MIT license when we decide
18028         * docs/plugins/Makefile.am:
18029         * gst/level/Makefile.am:
18030         * gst/level/gstlevel.c: (gst_level_init):
18031         * gst/level/level-example.c: (message_handler), (main):
18032           add an example to level that will show up in the docs
18033         * gst/rtp/TODO:
18034           add a note for the future
18035
18036 2005-09-14  Michael Smith <msmith@fluendo.com>
18037
18038         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
18039           Actually define the debug object being used in wavenc. Fixes #316205
18040
18041 2005-09-14  Michael Smith <msmith@fluendo.com>
18042
18043         * gst/smpte/Makefile.am:
18044           Link against GST_BASE_LIBS, to get it linked against libgstbase;
18045           needed to build on windows (bug 316204)
18046
18047 2005-09-12  Andy Wingo  <wingo@pobox.com>
18048
18049         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
18050
18051 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
18052
18053         * configure.ac:
18054         * gst/fdsrc/Makefile.am:
18055         * gst/fdsrc/gstfdsrc.c:
18056         * gst/fdsrc/gstfdsrc.h:
18057           Move fdsrc back into gstreamer core elements.
18058
18059         * gst/level/gstlevel.c: (gst_level_class_init),
18060         (gst_level_transform_ip):
18061         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
18062           Basetransform changes.
18063
18064 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18065
18066         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18067         * ext/jpeg/smokecodec.c: (find_best_size):
18068           fix compiler warnings
18069
18070 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18071
18072         * gst-plugins-good.spec.in:
18073           spec file fixes
18074         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18075         (gst_multiudpsink_render), (gst_multiudpsink_add),
18076         (gst_multiudpsink_clear):
18077           it actually helps to actually stream if we hook up the
18078           "add" signal to an actual implementation
18079         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
18080           some debugging
18081
18082 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
18083
18084         * ext/jpeg/Makefile.am:
18085         * ext/jpeg/gstjpeg.c
18086         * ext/jpeg/gstjpegenc.c:
18087         * ext/jpeg/gstsmokeenc.c:
18088
18089 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
18090
18091         * ext/flac/gstflacdec.c:
18092         * ext/flac/gstflacenc.c:
18093         * ext/flac/gstflactag.c:
18094         * ext/speex/gstspeexenc.c:
18095           gsttaginterface.h -> gsttagsetter.h
18096
18097 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
18098
18099         * configure.ac:
18100         * gst/debug/Makefile.am:
18101         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
18102         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
18103         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
18104         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
18105         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
18106           Port to 0.9 and re-enable efence plugin.
18107
18108 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
18109
18110         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
18111         (gst_flacdec_write), (gst_flacdec_convert_src):
18112         * ext/flac/gstflacdec.h:
18113           Add support for flac files with 24/32 bits per sample; and misc.
18114           minor clean-ups. Seeking is still partly broken (for me at least).
18115
18116 2005-09-06  Wim Taymans  <wim@fluendo.com>
18117
18118         * gst/rtp/Makefile.am:
18119         * gst/rtp/gstrtp.c: (plugin_init):
18120         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
18121         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
18122         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
18123         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
18124         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
18125         (gst_rtpmp4vdec_plugin_init):
18126         * gst/rtp/gstrtpmp4vdec.h:
18127         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
18128         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
18129         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
18130         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
18131         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
18132         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
18133         * gst/rtp/gstrtpmp4venc.h:
18134         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
18135         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
18136         Added mpeg4 video payload encoder/decoder.
18137         Added some docs in mpa payloader.
18138
18139 === release 0.9.1 ===
18140
18141 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18142
18143         * NEWS:
18144         * README:
18145         * RELEASE:
18146         * autogen.sh:
18147         * configure.ac:
18148           releasing 0.9.1, "Blondie"
18149
18150 2005-09-05  Andy Wingo  <wingo@pobox.com>
18151
18152         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
18153         here from the state change handler, so we fire signals without
18154         holding the state lock.
18155
18156 2005-09-02  Andy Wingo  <wingo@pobox.com>
18157
18158         * All plugins updated for element state changes.
18159
18160 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18161
18162         * Makefile.am:
18163         * check/.cvsignore:
18164         * check/Makefile.am:
18165         * check/elements/.cvsignore:
18166         * check/elements/level.c: (setup_level), (cleanup_level),
18167         (GST_START_TEST), (level_suite), (main):
18168           add a test for level
18169         * common/release.mak:
18170           move the enum checking to release.mak
18171         * configure.ac:
18172           add valgrind and check checking
18173         * gst/level/gstlevel.c: (gst_level_transform):
18174         * gst/level/gstlevel.h:
18175           fix Andy's cast bug
18176           convert a field to int
18177           fix the arithmetic to int when checking for emit so that a
18178           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
18179
18180 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18181
18182         * Makefile.am:
18183         * configure.ac:
18184           add docs to build
18185         * common/plugins.xsl:
18186           wrap Description into a refsect2
18187         * docs/Makefile.am:
18188         * docs/plugins/Makefile.am:
18189         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18190         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18191         * gst/goom/Makefile.am:
18192         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
18193         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
18194         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
18195         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
18196         (gst_goom_change_state):
18197         * gst/goom/gstgoom.h:
18198           GstGOOM -> GstGoom
18199           add an example launch line
18200         * gst/level/gstlevel.h:
18201         * gst/monoscope/gstmonoscope.c:
18202           cleanups
18203
18204 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18205
18206         * configure.ac:
18207         * docs/plugins/Makefile.am:
18208         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18209         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18210         * docs/plugins/gst-plugins-good-plugins.types:
18211           document elements and plugins.  Shazam !
18212
18213 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18214
18215         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
18216           be found under doc/random/ChangeLog-0.8