gst/playback/: Work around refcount problem with g_value_set_object() that occur...
[platform/upstream/gstreamer.git] / ChangeLog
1 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
2
3         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
4         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
5           Work around refcount problem with g_value_set_object() that occur
6           if the core has been compiled against GLib-2.6 (g_value_set_object()
7           will only g_object_ref() the element, but the caller will
8           gst_object_unref() it and bad things will happen due to the way
9           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
10           totem for people on FC4 using Thomas's 0.10 RPMs.
11           
12 2005-12-07  Edward Hervey  <edward@fluendo.com>
13
14         Time to welcome ogm to 0.10 :)
15         
16         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
17         (gst_ogg_pad_typefind):
18         Oggdemux can now properly typefind elements with dynamic pads.
19         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20         Properly set caps on src pad, and set caps on outgoing buffers.
21
22 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23
24         * ext/alsa/gstalsamixer.h:
25         * ext/alsa/gstalsamixerelement.h:
26         * ext/alsa/gstalsamixeroptions.h:
27         * ext/alsa/gstalsamixertrack.h:
28         * ext/alsa/gstalsasink.c:
29         * ext/alsa/gstalsasink.h:
30         * ext/alsa/gstalsasrc.c:
31         * ext/alsa/gstalsasrc.h:
32         * ext/cdparanoia/gstcdparanoia.h:
33         * ext/gnomevfs/gstgnomevfsuri.h:
34         * ext/ogg/gstoggdemux.c:
35         * ext/ogg/gstoggmux.c:
36         * ext/pango/gsttextoverlay.h:
37         * ext/theora/theoradec.c:
38         * ext/theora/theoraenc.c:
39         * ext/vorbis/vorbisdec.h:
40         * ext/vorbis/vorbisenc.c:
41         * ext/vorbis/vorbisenc.h:
42         * ext/vorbis/vorbisparse.h:
43         * gst-libs/gst/audio/gstaudioclock.h:
44         * gst-libs/gst/audio/gstaudiosink.c:
45         * gst-libs/gst/audio/gstaudiosink.h:
46         * gst-libs/gst/audio/gstaudiosrc.c:
47         * gst-libs/gst/audio/gstaudiosrc.h:
48         * gst-libs/gst/audio/gstbaseaudiosink.c:
49         * gst-libs/gst/audio/gstbaseaudiosink.h:
50         * gst-libs/gst/audio/gstbaseaudiosrc.c:
51         * gst-libs/gst/audio/gstbaseaudiosrc.h:
52         * gst-libs/gst/audio/gstringbuffer.h:
53         * gst-libs/gst/audio/multichannel.h:
54         * gst-libs/gst/floatcast/floatcast.h:
55         * gst-libs/gst/interfaces/colorbalance.c:
56         * gst-libs/gst/interfaces/colorbalance.h:
57         * gst-libs/gst/interfaces/colorbalancechannel.h:
58         * gst-libs/gst/interfaces/mixer.h:
59         * gst-libs/gst/interfaces/mixeroptions.h:
60         * gst-libs/gst/interfaces/mixertrack.h:
61         * gst-libs/gst/interfaces/navigation.h:
62         * gst-libs/gst/interfaces/propertyprobe.h:
63         * gst-libs/gst/interfaces/tuner.h:
64         * gst-libs/gst/interfaces/tunerchannel.h:
65         * gst-libs/gst/interfaces/tunernorm.h:
66         * gst-libs/gst/interfaces/xoverlay.h:
67         * gst-libs/gst/netbuffer/gstnetbuffer.h:
68         * gst-libs/gst/riff/riff-ids.h:
69         * gst-libs/gst/riff/riff-media.h:
70         * gst-libs/gst/riff/riff-read.h:
71         * gst-libs/gst/rtp/gstbasertpdepayload.h:
72         * gst-libs/gst/rtp/gstbasertppayload.c:
73         * gst-libs/gst/rtp/gstbasertppayload.h:
74         * gst-libs/gst/rtp/gstrtpbuffer.c:
75         * gst-libs/gst/rtp/gstrtpbuffer.h:
76         * gst-libs/gst/tag/gsttageditingprivate.h:
77         * gst-libs/gst/tag/gstvorbistag.c:
78         (gst_tag_list_from_vorbiscomment_buffer):
79         * gst-libs/gst/tag/tag.h:
80         * gst-libs/gst/video/video.h:
81         * gst/adder/gstadder.c:
82         * gst/adder/gstadder.h:
83         * gst/audioconvert/audioconvert.c:
84         * gst/audioconvert/audioconvert.h:
85         * gst/audioconvert/gstaudioconvert.c:
86         * gst/audioconvert/gstchannelmix.c:
87         * gst/audioconvert/gstchannelmix.h:
88         * gst/audiorate/gstaudiorate.c:
89         * gst/audioresample/buffer.h:
90         * gst/audioresample/functable.h:
91         * gst/audioresample/gstaudioresample.c:
92         * gst/audioresample/resample.h:
93         * gst/ffmpegcolorspace/avcodec.h:
94         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
95         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
96         * gst/ffmpegcolorspace/imgconvert.c:
97         * gst/ffmpegcolorspace/imgconvert_template.h:
98         * gst/playback/gstdecodebin.c:
99         * gst/playback/gstplaybasebin.h:
100         * gst/playback/gstplaybin.c:
101         * gst/playback/gststreaminfo.h:
102         * gst/tcp/gstfdset.c:
103         * gst/tcp/gstfdset.h:
104         * gst/tcp/gstmultifdsink.c:
105         * gst/tcp/gstmultifdsink.h:
106         * gst/tcp/gsttcp.h:
107         * gst/tcp/gsttcpclientsrc.c:
108         * gst/tcp/gsttcpclientsrc.h:
109         * gst/tcp/gsttcpplugin.h:
110         * gst/tcp/gsttcpserversink.c:
111         * gst/tcp/gsttcpserversrc.c:
112         * gst/typefind/gsttypefindfunctions.c:
113         * gst/videorate/gstvideorate.c:
114         * gst/videotestsrc/gstvideotestsrc.h:
115         * gst/videotestsrc/videotestsrc.h:
116         * sys/v4l/gstv4lcolorbalance.h:
117         * sys/v4l/gstv4ltuner.h:
118         * sys/v4l/gstv4lxoverlay.h:
119         * sys/v4l/v4l_calls.h:
120         * sys/v4l/videodev_mjpeg.h:
121         * tests/check/elements/audioconvert.c:
122         * tests/check/elements/audioresample.c:
123         * tests/check/elements/audiotestsrc.c:
124         * tests/check/elements/videotestsrc.c:
125         * tests/check/elements/volume.c:
126         * tests/examples/seek/scrubby.c:
127         * tests/examples/seek/seek.c:
128           expand tabs
129
130 === release 0.10.0 ===
131
132 2005-12-05   <thomas (at) apestaart (dot) org>
133
134         * configure.ac:
135           releasing 0.10.0, "Mont-d'or"
136
137 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
138
139         * tests/examples/seek/Makefile.am:
140         Build fix for when gtk is not available.
141
142 2005-12-05  Andy Wingo  <wingo@pobox.com>
143
144         * ext/libvisual/visual.c: (get_buffer):
145         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
146         * ext/pango/gsttextrender.c: (gst_text_render_chain):
147         * ext/theora/theoradec.c: (theora_handle_data_packet):
148         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
149         (theora_enc_chain):
150         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
151         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
152         Update for alloc_buffer changes.
153
154 2005-12-05  Andy Wingo  <wingo@pobox.com>
155
156         patch by: Kai Vehmanen <kv2004 eca cx>
157         
158         * gst-libs/gst/rtp/gstbasertpdepayload.c
159         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
160
161 2005-12-04  Andy Wingo  <wingo@pobox.com>
162
163         patch by: Sebastien Cote <sebas642 yahoo ca>
164         
165         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
166         Fixes #319172.
167
168 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
169
170         * docs/plugins/Makefile.am:
171         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
172         * docs/plugins/gst-plugins-base-plugins-sections.txt:
173         * docs/plugins/gst-plugins-base-plugins.hierarchy:
174         * ext/pango/gstclockoverlay.c:
175         * ext/pango/gsttextoverlay.c: 
176         * ext/pango/gsttextrender.c:
177         * ext/pango/gsttimeoverlay.c:
178           Add gtk-doc blurbs to pango elements.
179
180 2005-12-02  Wim Taymans  <wim@fluendo.com>
181
182         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
183         * gst/audioresample/buffer.h:
184         * gst/audioresample/gstaudioresample.c:
185         * gst/audioresample/gstaudioresample.h:
186         * gst/audioresample/resample.c: (resample_input_flush),
187         (resample_input_pushthrough), (resample_input_eos),
188         (resample_get_output_size_for_input),
189         (resample_get_input_size_for_output), (resample_get_output_size),
190         (resample_get_output_data):
191         * gst/audioresample/resample.h:
192         * gst/audioresample/resample_ref.c: (resample_scale_ref):
193         Fix audioresample, seek torture, new segments, reverse negotiation
194         etc.. work fine.
195
196 2005-12-02  Wim Taymans  <wim@fluendo.com>
197
198         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
199         Small cleanups.
200
201 2005-12-02  Wim Taymans  <wim@fluendo.com>
202
203         * gst/audioconvert/gstaudioconvert.c:
204         (gst_audio_convert_transform):
205         Post errors.
206
207 === release 0.9.7 ===
208
209 2005-12-01   <thomas (at) apestaart (dot) org>
210
211         * configure.ac:
212           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
213
214 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
215
216         * Makefile.am:
217         * po/hu.po:
218         * win32/MANIFEST:
219         * win32/gst.sln:
220           add win32 MANIFEST file
221           do something to the hungarian translation
222
223 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
224
225         * ext/Makefile.am:
226           Add $(PANGO_DIR) to SUBDIRS
227
228         * ext/pango/gstclockoverlay.c:
229         * ext/pango/gsttimeoverlay.c:
230           Fix and improve element descriptions.
231
232 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
233
234         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
235         * docs/plugins/inspect/plugin-libvisual.xml:
236         * docs/plugins/inspect/plugin-pango.xml:
237           add pango plugin to docs
238
239 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
240
241         * configure.ac:
242         * ext/Makefile.am:
243           moved pango to base
244
245 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
246
247         * configure.ac:
248         * tests/Makefile.am:
249         * tests/icles/.cvsignore:
250         * tests/icles/Makefile.am:
251         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
252         (close_display), (resize_window), (move_window), (create_window),
253         (terminate_playback), (pause_playback), (start_playback), (main):
254           add stress test for xoverlay from Julien
255
256 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
257
258         * docs/libs/tmpl/gstcolorbalance.sgml:
259         * gst-libs/gst/rtp/gstbasertpdepayload.c:
260         * gst-libs/gst/rtp/gstbasertppayload.c:
261         * gst-libs/gst/rtp/gstrtpbuffer.c:
262         * gst-libs/gst/rtp/gstrtpbuffer.h:
263           Do burger's rename for rtp payloaders and depayloaders
264
265 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
266
267         * win32/:
268           add Visual Studio 6 build files
269
270 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
271
272         * docs/libs/gst-plugins-base-libs-docs.sgml:
273         * docs/libs/gst-plugins-base-libs-sections.txt:
274         * docs/libs/tmpl/gstaudio.sgml:
275         * docs/libs/tmpl/gstringbuffer.sgml:
276         * gst-libs/gst/interfaces/xoverlay.c:
277         * gst-libs/gst/video/gstvideofilter.c:
278         * gst-libs/gst/video/gstvideosink.c:
279           update documentation
280
281 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
282
283         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
284         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
285         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
286         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
287         (gst_multi_fd_sink_get_stats),
288         (gst_multi_fd_sink_remove_client_link),
289         (gst_multi_fd_sink_handle_client_read),
290         (gst_multi_fd_sink_client_queue_data),
291         (gst_multi_fd_sink_client_queue_caps),
292         (gst_multi_fd_sink_client_queue_buffer),
293         (gst_multi_fd_sink_new_client),
294         (gst_multi_fd_sink_handle_client_write),
295         (gst_multi_fd_sink_recover_client),
296         (gst_multi_fd_sink_queue_buffer),
297         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
298         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
299         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
300         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
301         * gst/tcp/gstmultifdsink.h:
302         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
303         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
304         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
305         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
306         (gst_tcp_client_sink_set_property),
307         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
308         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
309         * gst/tcp/gsttcpclientsink.h:
310         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
311         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
312         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
313         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
314         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
315         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
316         * gst/tcp/gsttcpclientsrc.h:
317         * gst/tcp/gsttcpplugin.c: (plugin_init):
318         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
319         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
320         (gst_tcp_server_sink_finalize),
321         (gst_tcp_server_sink_handle_server_read),
322         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
323         (gst_tcp_server_sink_set_property),
324         (gst_tcp_server_sink_get_property),
325         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
326         * gst/tcp/gsttcpserversink.h:
327         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
328         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
329         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
330         (gst_tcp_server_src_set_property),
331         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
332         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
333         * gst/tcp/gsttcpserversrc.h:
334           more borgifying
335
336 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
337
338         * docs/plugins/Makefile.am:
339         * docs/plugins/gst-plugins-base-plugins.args:
340         * docs/plugins/inspect/plugin-libvisual.xml:
341         * gst/audioconvert/plugin.h:
342         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
343         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
344         (gst_audio_rate_setcaps), (gst_audio_rate_init),
345         (gst_audio_rate_chain), (gst_audio_rate_set_property),
346         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
347         (plugin_init):
348         * gst/audiotestsrc/gstaudiotestsrc.c:
349         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
350         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
351         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
352         (gst_audio_test_src_get_query_types),
353         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
354         (gst_audio_test_src_create_square),
355         (gst_audio_test_src_create_saw),
356         (gst_audio_test_src_create_triangle),
357         (gst_audio_test_src_create_silence),
358         (gst_audio_test_src_create_white_noise),
359         (gst_audio_test_src_init_pink_noise),
360         (gst_audio_test_src_generate_pink_noise_value),
361         (gst_audio_test_src_create_pink_noise),
362         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
363         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
364         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
365         (plugin_init):
366         * gst/audiotestsrc/gstaudiotestsrc.h:
367         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
368         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
369         (gst_sub_parse_init), (gst_sub_parse_formats),
370         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
371         (convert_encoding), (get_next_line),
372         (gst_sub_parse_data_format_autodetect),
373         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
374         (gst_sub_parse_loop), (gst_sub_parse_chain),
375         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
376         (plugin_init):
377         * gst/subparse/gstsubparse.h:
378         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
379         (gst_video_rate_base_init), (gst_video_rate_class_init),
380         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
381         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
382         (gst_video_rate_init), (gst_video_rate_event),
383         (gst_video_rate_chain), (gst_video_rate_set_property),
384         (gst_video_rate_get_property), (gst_video_rate_change_state),
385         (plugin_init):
386         * gst/videoscale/gstvideoscale.c:
387         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
388         (gst_video_scale_src_template_factory),
389         (gst_video_scale_sink_template_factory),
390         (gst_video_scale_get_type), (gst_video_scale_base_init),
391         (gst_video_scale_class_init), (gst_video_scale_init),
392         (gst_video_scale_set_property), (gst_video_scale_get_property),
393         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
394         (gst_video_scale_prepare_size), (parse_caps),
395         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
396         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
397         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
398         (plugin_init):
399         * gst/videoscale/gstvideoscale.h:
400         * gst/videotestsrc/gstvideotestsrc.c:
401         (gst_video_test_src_pattern_get_type),
402         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
403         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
404         (gst_video_test_src_set_pattern),
405         (gst_video_test_src_set_property),
406         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
407         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
408         (gst_video_test_src_event), (gst_video_test_src_get_times),
409         (gst_video_test_src_create), (plugin_init):
410         * gst/videotestsrc/gstvideotestsrc.h:
411         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
412         (gst_video_test_src_smpte), (gst_video_test_src_snow),
413         (gst_video_test_src_black):
414         * gst/videotestsrc/videotestsrc.h:
415           borgify further
416           clean up docs a little
417
418 2005-11-30  Wim Taymans  <wim@fluendo.com>
419
420         * gst-libs/gst/rtp/gstbasertpdepayload.h:
421         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
422         (gst_basertppayload_event), (gst_basertppayload_push),
423         (gst_basertppayload_change_state):
424         * gst-libs/gst/rtp/gstbasertppayload.h:
425         closed #320644.
426
427 2005-11-30  Julien MOUTTE  <julien@moutte.net>
428
429         * docs/libs/gst-plugins-base-libs-docs.sgml:
430         * docs/libs/gst-plugins-base-libs-sections.txt:
431         * gst-libs/gst/video/gstvideofilter.c:
432         * gst-libs/gst/video/gstvideosink.c:
433         * gst-libs/gst/video/gstvideosink.h: Adding docs.
434
435 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
436
437         * LICENSE:
438           move
439         * po/af.po:
440         * po/az.po:
441         * po/cs.po:
442         * po/en_GB.po:
443         * po/hu.po:
444         * po/it.po:
445         * po/nb.po:
446         * po/nl.po:
447         * po/or.po:
448         * po/sq.po:
449         * po/sr.po:
450         * po/sv.po:
451         * po/uk.po:
452         * po/vi.po:
453         * Makefile.am:
454           update
455         * scripts/autoplugins.sh:
456           remove
457
458 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
459
460         * Makefile.am:
461         * configure.ac:
462         * examples/Makefile.am:
463         * examples/capsfilter/Makefile.am:
464         * examples/capsfilter/capsfilter1.c:
465         * examples/gob/Makefile.am:
466         * examples/gob/gst-identity2.gob:
467         * examples/indexing/.cvsignore:
468         * examples/indexing/Makefile.am:
469         * examples/indexing/indexmpeg.c:
470         * examples/seeking/.cvsignore:
471         * examples/seeking/Makefile.am:
472         * examples/seeking/cdparanoia.c:
473         * examples/seeking/cdplayer.c:
474         * examples/seeking/chained.c:
475         * examples/seeking/scrubby.c:
476         * examples/seeking/seek.c:
477         * examples/stats/Makefile.am:
478         * examples/stats/mp2ogg.c:
479         * examples/switch/.cvsignore:
480         * examples/switch/Makefile.am:
481         * examples/switch/switcher.c:
482         * tests/Makefile.am:
483         * tests/check/generic/.cvsignore:
484         * tests/check/pipelines/.cvsignore:
485         * tests/examples/Makefile.am:
486         * tests/examples/seek/Makefile.am:
487           reorganize stuff under tests/
488
489 2005-11-30  Edward Hervey  <edward@fluendo.com>
490
491         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
492         Go away you stupid GstStaticPadTemplate memleak.
493
494 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
495
496         * gst-libs/gst/net/Makefile.am:
497         * gst-libs/gst/net/README:
498         * gst-libs/gst/net/gstnetbuffer.c:
499         * gst-libs/gst/net/gstnetbuffer.h:
500           this was moved to "netbuffer"
501
502 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
503
504         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
505         (gst_video_filter_class_init), (gst_video_filter_init):
506         * gst-libs/gst/video/gstvideofilter.h:
507           borgify name to bring in line with other classes
508
509 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
510
511         * gst/audioscale/.cvsignore:
512         * gst/audioscale/Makefile.am:
513         * gst/audioscale/README:
514         * gst/audioscale/audioscale.vcproj:
515         * gst/audioscale/dtof.c:
516         * gst/audioscale/dtos.c:
517         * gst/audioscale/functable.c:
518         * gst/audioscale/gstaudioscale.c:
519         * gst/audioscale/gstaudioscale.h:
520         * gst/audioscale/private.h:
521         * gst/audioscale/resample.c:
522         * gst/audioscale/resample.h:
523         * gst/audioscale/test.c:
524           remove
525
526 2005-11-30  Edward Hervey  <edward@fluendo.com>
527
528         * gst-libs/gst/netbuffer/Makefile.am:
529         really, really tired
530
531 2005-11-30  Edward Hervey  <edward@fluendo.com>
532
533         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
534         Update for new GstTypeFindFactory _register()
535
536 2005-11-30  Edward Hervey  <edward@fluendo.com>
537
538         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
539         Let's not override libgstnet from core for no reason...
540         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
541         Ok, maybe not so quick next time.
542
543 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
544
545         * configure.ac:
546         * gst-libs/gst/Makefile.am:
547           moved gst-libs/gst/net to netbuffer through CVS surgery
548           remove old directory
549           updating build to accomodate
550           (#322257)
551
552 2005-11-29  Andy Wingo  <wingo@pobox.com>
553
554         * pkgconfig/gstreamer-plugins-base.pc.in:
555         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
556         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
557         (#322257).
558
559 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
560
561         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
562         3rd time's the charm. Correct ref-counting for discarded buffers.
563
564 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
565
566         * gst/playback/gststreamselector.c:
567         (gst_stream_selector_class_init),
568         (gst_stream_selector_set_property),
569         (gst_stream_selector_get_property),
570         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
571         Fix ref-counting
572
573 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
574
575         * gst/subparse/gstsubparse.c: (feed_textbuf):
576           Don't access already unref'ed buffer.
577
578 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
579
580         * gst/playback/gststreamselector.c:
581         (gst_stream_selector_class_init), (gst_stream_selector_init),
582         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
583         (gst_stream_selector_get_property),
584         (gst_stream_selector_get_linked_pad),
585         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
586         * gst/playback/gststreamselector.h:
587         Add the active-pad property for playbin to use shortly. Ignore buffers
588         from any other pad, returning GST_FLOW_NOT_LINKED
589
590 2005-11-29  Julien MOUTTE  <julien@moutte.net>
591
592         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
593         patch from bug #322704 (Alessandro Decina).
594
595 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
596
597         * gst-libs/gst/audio/Makefile.am:
598           folded audiofilter into the audio library
599
600 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
601
602         * gst/videoscale/gstvideoscale.h:
603         * gst/videoscale/gstvideoscale.c:
604           remove unimplemented scale methods
605
606 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
607
608         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
609           Don't leak caps.
610
611 2005-11-28  Julien MOUTTE  <julien@moutte.net>
612
613         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
614         (gst_ximagesink_setcaps):
615         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
616         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
617         happens (only visible on ximagesink but bug is in xv too) set_caps was
618         destroying the internal x[v]image used to memcpy non locally alloced
619         buffers so that it got renewed on next _chain. The issue is that 
620         _expose will try to put that image as it reffed it in _put.
621         Using gst_buffer_unref instead of destroy fixes it !
622
623 2005-11-28  Edward Hervey  <edward@fluendo.com>
624
625         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
626         (try_to_link_1), (queue_filled_cb):
627         Better use of the queues. Start with a small size queue and only increase
628         the size of the queues when the other queues are empty.
629
630 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
631
632         * gst-libs/gst/video/Makefile.am:
633           compile in copied-over videofilter into the video library
634         * gst-libs/gst/video/videosink.h:
635           rename the header to gstvideosink.h since it's a base GstObject class
636         * sys/ximage/ximagesink.h:
637         * sys/xvimage/xvimagesink.h:
638           use the new header
639
640 2005-11-28  Wim Taymans  <wim@fluendo.com>
641
642         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
643         * gst/playback/gstplaybasebin.h:
644         Prepare to handle errors betters.
645
646         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
647         Set sinks to PAUSED first before adding and linking them so that
648         we don't interrupt dataflow.
649
650 2005-11-28  Wim Taymans  <wim@fluendo.com>
651
652         * gst-libs/gst/audio/TODO:
653         Updated TODO
654
655         * gst-libs/gst/audio/gstaudiosink.c:
656         (gst_audioringbuffer_open_device),
657         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
658         (gst_audioringbuffer_release):
659         Small cleanups.
660
661         * gst-libs/gst/audio/gstbaseaudiosink.c:
662         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
663         (gst_base_audio_sink_change_state):
664         Slave to the master clock when going to PLAYING and unslave when
665         going to PAUSED.
666
667         * gst-libs/gst/audio/gstringbuffer.c:
668         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
669         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
670         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
671         (gst_ring_buffer_clear_all), (wait_segment),
672         (gst_ring_buffer_commit), (gst_ring_buffer_read),
673         (gst_ring_buffer_advance):
674         * gst-libs/gst/audio/gstringbuffer.h:
675         Add some docs and cleanups.
676
677 2005-11-28  Julien MOUTTE  <julien@moutte.net>
678
679         * sys/xvimage/xvimagesink.c:
680         (gst_xvimagesink_navigation_send_event): Fix navigation events
681         coordinates translation with pixel aspect ratios.
682
683 2005-11-28  Julien MOUTTE  <julien@moutte.net>
684
685         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
686         Use calculated video geometry from _setcaps instead of buffer
687         caps to respect pixel aspect ratio. (fixes #322388)
688
689 2005-11-28  Julien MOUTTE  <julien@moutte.net>
690
691         * docs/libs/tmpl/gstcolorbalance.sgml:
692         * docs/libs/tmpl/gstmixer.sgml:
693         * docs/libs/tmpl/gstxoverlay.sgml:
694         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
695         interface.
696
697 2005-11-28  Julien MOUTTE  <julien@moutte.net>
698
699         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
700         Refuse to create an XvImage if we can't find the format.
701
702 2005-11-28  Edward Hervey  <edward@fluendo.com>
703
704         * gst-libs/gst/riff/riff-media.c:
705         (gst_riff_create_audio_template_caps):
706         Add ATRAC3 to the list of riff-possible audio caps.
707         I know we still don't have a plugin for atrac3, but it's saner to output
708         that than a cryptic mimetype.
709
710 2005-11-27  Edward Hervey  <edward@fluendo.com>
711
712         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
713         Don't try to create a zero-sized subbuffer.
714
715 2005-11-27  Julien MOUTTE  <julien@moutte.net>
716
717         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
718         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
719         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
720         (gst_ximagesink_expose): Fixed a tricky race.
721         * sys/ximage/ximagesink.h:
722         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
723         (gst_xvimagesink_expose): Fixed a tricky race.
724         * sys/xvimage/xvimagesink.h:
725
726 2005-11-27  Edward Hervey  <edward@fluendo.com>
727
728         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
729         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
730         Remove unused properties, and add queues between demuxers and decoders
731         so that a lot more files can preroll properly.
732
733 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
734
735         * gst-libs/gst/net/Makefile.am:
736         * gst-libs/gst/rtp/Makefile.am:
737         * gst-libs/gst/tag/Makefile.am:
738           remove silly include
739         * gst/tags/Makefile.am:
740         * gst/tags/gsttagediting.c:
741         * gst/tags/gsttageditingprivate.h:
742         * gst/tags/tagedit.vcproj:
743           remove directory, is as good as empty
744
745 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
746
747         * configure.ac:
748           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
749         * gst-libs/Makefile.am:
750         * gst-libs/gst/audio/Makefile.am:
751         * gst-libs/gst/interfaces/Makefile.am:
752         * gst-libs/gst/net/Makefile.am:
753         * gst-libs/gst/riff/Makefile.am:
754         * gst-libs/gst/rtp/Makefile.am:
755         * gst-libs/gst/tag/Makefile.am:
756         * gst-libs/gst/video/Makefile.am:
757           and use them
758
759 2005-11-27  Julien MOUTTE  <julien@moutte.net>
760
761         * docs/libs/tmpl/gstcolorbalance.sgml:
762         * docs/libs/tmpl/gstmixer.sgml:
763         * docs/libs/tmpl/gstxoverlay.sgml:
764         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
765         * sys/ximage/ximagesink.h:
766         * sys/xvimage/xvimagesink.h: More and more documentation.
767
768 2005-11-26  Julien MOUTTE  <julien@moutte.net>
769
770         * docs/libs/gst-plugins-base-libs-docs.sgml:
771         * docs/libs/gst-plugins-base-libs-sections.txt:
772         * docs/libs/tmpl/gstcolorbalance.sgml:
773         * docs/libs/tmpl/gstmixer.sgml:
774         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
775         to documentation.
776
777 2005-11-26  Julien MOUTTE  <julien@moutte.net>
778
779         * docs/plugins/Makefile.am:
780         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
781         * docs/plugins/gst-plugins-base-plugins-sections.txt:
782         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
783
784 2005-11-26  Julien MOUTTE  <julien@moutte.net>
785
786         * docs/plugins/Makefile.am:
787         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
788         * docs/plugins/gst-plugins-base-plugins-sections.txt:
789         * docs/plugins/inspect/plugin-adder.xml:
790         * docs/plugins/inspect/plugin-alsa.xml:
791         * docs/plugins/inspect/plugin-audioconvert.xml:
792         * docs/plugins/inspect/plugin-audiorate.xml:
793         * docs/plugins/inspect/plugin-audioresample.xml:
794         * docs/plugins/inspect/plugin-audiotestsrc.xml:
795         * docs/plugins/inspect/plugin-decodebin.xml:
796         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
797         * docs/plugins/inspect/plugin-gnomevfs.xml:
798         * docs/plugins/inspect/plugin-ogg.xml:
799         * docs/plugins/inspect/plugin-playbin.xml:
800         * docs/plugins/inspect/plugin-subparse.xml:
801         * docs/plugins/inspect/plugin-tcp.xml:
802         * docs/plugins/inspect/plugin-theora.xml:
803         * docs/plugins/inspect/plugin-typefindfunctions.xml:
804         * docs/plugins/inspect/plugin-video4linux.xml:
805         * docs/plugins/inspect/plugin-videorate.xml:
806         * docs/plugins/inspect/plugin-videoscale.xml:
807         * docs/plugins/inspect/plugin-videotestsrc.xml:
808         * docs/plugins/inspect/plugin-volume.xml:
809         * docs/plugins/inspect/plugin-vorbis.xml:
810         * docs/plugins/inspect/plugin-ximagesink.xml:
811         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
812         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
813
814 2005-11-26  Edward Hervey  <edward@fluendo.com>
815
816         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
817         Properly return GstFlowReturn from gst_pad_push in chain functions.
818
819 2005-11-25  Michael Smith  <msmith@fluendo.com>
820
821         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
822         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
823         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
824         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
825           Handle various conditions better when we don't understand a stream.
826           Removes a heap of CRITICALs on ogg streams containing unknown data.
827
828 2005-11-24  Andy Wingo  <wingo@pobox.com>
829
830         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
831         Be threadsafe.
832
833 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
834
835         * configure.ac: back to HEAD
836
837 === release 0.9.6 ===
838
839 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
840
841         * configure.ac:
842           releasing 0.9.6, "White Eight"
843
844 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
845
846         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
847         * docs/plugins/inspect/plugin-sine.xml:
848           remove sinesrc some more
849
850 2005-11-23  Wim Taymans  <wim@fluendo.com>
851
852         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
853         If we are reading too slowly, jump forward in the ringbuffer
854         instead of blocking.
855
856 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
857
858         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
859         (gst_visual_chain):
860         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
861         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
862         (gst_videorate_chain):
863         * gst/videotestsrc/gstvideotestsrc.c:
864         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
865         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
866         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
867         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
868         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
869         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
870           Updates for API changes
871
872 2005-11-23  Wim Taymans  <wim@fluendo.com>
873
874         * gst-libs/gst/audio/gstbaseaudiosink.c:
875         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
876         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
877         Fix for calibration API change.
878
879 2005-11-23  Michael Smith <msmith@fluendo.com>
880
881         * gst-libs/gst/audio/multichannel.c:
882         (gst_audio_get_channel_positions),
883         (gst_audio_set_channel_positions),
884         (gst_audio_set_structure_channel_positions_list),
885         (gst_audio_fixate_channel_positions):
886           Use gst_value_array_*() functions on value arrays, not
887           gst_value_list_*().
888
889 2005-11-23  Edward Hervey  <edward@fluendo.com>
890
891         * autogen.sh:
892         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
893         Fixes autogen
894
895 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
896
897         * check/Makefile.am:
898         * check/elements/videotestsrc.c: (setup_videotestsrc),
899         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
900         (main):
901           add a test for videotestsrc
902
903 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
904
905         * gst/sine/.cvsignore:
906         * gst/sine/Makefile.am:
907         * gst/sine/gstsinesrc.c:
908         * gst/sine/gstsinesrc.h:
909         * gst/sine/sinesrc.vcproj:
910           and remove sinesrc from the repository.  Closes #321446
911
912 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
913
914         * configure.ac:
915         * gst-plugins-base.spec.in:
916           remove sinesrc from the build
917
918 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
919
920         * check/Makefile.am:
921         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
922         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
923         (main):
924           add a test for audiotestsrc, testing all waves.  Even seems
925           leak-free at first glance, nice job Stefan
926
927 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
928
929         * po/af.po:
930         * po/az.po:
931         * po/cs.po:
932         * po/en_GB.po:
933         * po/hu.po:
934         * po/it.po:
935         * po/nb.po:
936         * po/nl.po:
937         * po/or.po:
938         * po/sq.po:
939         * po/sr.po:
940         * po/sv.po:
941         * po/uk.po:
942         * po/vi.po:
943           Translation string updates
944
945         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
946         (gst_v4lsrc_set_caps):
947         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
948         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
949         * sys/v4l/v4lsrc_calls.h:
950           Improve v4lsrc, by making it work again.
951
952 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
953
954         * ext/libvisual/visual.c: (gst_visual_chain):
955           Fix the fps calculations.
956
957         * gst/ffmpegcolorspace/avcodec.h:
958           Move structure element for clarity
959
960         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
961         * gst-libs/gst/interfaces/tunernorm.h:
962         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
963         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
964         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
965         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
966         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
967         (gst_v4lmjpegsrc_getcaps):
968         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
969         (gst_v4lsrc_set_caps):
970         * sys/v4l/gstv4lsrc.h:
971         * sys/v4l/v4l_calls.c: (gst_v4l_open):
972         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
973         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
974         * sys/v4l/v4lsrc_calls.h:
975           Fractional framerates...
976
977 2005-11-22  Wim Taymans  <wim@fluendo.com>
978
979         * gst-libs/gst/audio/gstbaseaudiosink.c:
980         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
981         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
982         And we provide a clock by default, of course...
983
984 2005-11-22  Wim Taymans  <wim@fluendo.com>
985
986         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
987         This clock can be slaved to a master clock now.
988
989         * gst-libs/gst/audio/gstbaseaudiosink.c:
990         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
991         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
992         (gst_base_audio_sink_set_clock),
993         (gst_base_audio_sink_set_property),
994         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
995         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
996         * gst-libs/gst/audio/gstbaseaudiosink.h:
997         Handle slaving the internal clock to the clock selected in the
998         pipeline.
999         Add property to make the basesink not provide a clock.
1000
1001         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1002         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
1003         (gst_base_rtp_depayload_wait):
1004         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1005         We can use the clock in GstElement, no need to store it ourselves.
1006
1007 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1008
1009         * docs/libs/tmpl/gstaudio.sgml:
1010           update
1011         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
1012         (gst_paranoia_endian_get_type):
1013         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
1014         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
1015         * gst/audiotestsrc/gstaudiotestsrc.c:
1016         (gst_audiostestsrc_wave_get_type):
1017         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
1018         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
1019         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
1020         (gst_sync_method_get_type), (gst_unit_type_get_type),
1021         (gst_client_status_get_type), (gst_multifdsink_class_init),
1022         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
1023         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
1024         (gst_multifdsink_get_property):
1025         * gst/tcp/gstmultifdsink.h:
1026         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
1027         * gst/videotestsrc/gstvideotestsrc.c:
1028         (gst_videotestsrc_pattern_get_type):
1029           remove deprecated properties
1030           fix up enums to correctly have short lowercase dashed nicks
1031
1032 2005-11-22  Michael Smith <msmith@fluendo.com>
1033
1034         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
1035         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
1036           Add underscore.
1037
1038 2005-11-22  Michael Smith <msmith@fluendo.com>
1039
1040         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
1041         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
1042           Use utility method for scaling clocktime for fractional framerates.
1043
1044 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
1045
1046         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
1047         (gst_visual_chain):
1048         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
1049         * ext/theora/theoradec.c: (theora_handle_type_packet):
1050         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
1051         (theora_enc_chain):
1052         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1053         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
1054         * gst-libs/gst/video/video.h:
1055         * gst/ffmpegcolorspace/avcodec.h:
1056         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1057         (gst_ffmpeg_caps_to_pixfmt):
1058         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1059         (gst_ffmpegcsp_set_caps):
1060         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
1061         (gst_videorate_setcaps), (gst_videorate_blank_data),
1062         (gst_videorate_chain):
1063         * gst/videotestsrc/gstvideotestsrc.c:
1064         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
1065         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
1066         (gst_videotestsrc_event), (gst_videotestsrc_create):
1067         * gst/videotestsrc/gstvideotestsrc.h:
1068         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
1069         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
1070         (gst_ximagesink_get_times), (gst_ximagesink_init):
1071         * sys/ximage/ximagesink.h:
1072         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
1073         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
1074         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
1075         * sys/xvimage/xvimagesink.h:
1076           Convert elements to use fractions for their framerate.
1077           V4L elements to come later tonight.
1078
1079 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1080
1081         * gst-libs/gst/audio/audio.c:
1082         * gst-libs/gst/audio/audio.h:
1083           remove some deprecated functions
1084
1085 2005-11-22  Andy Wingo  <wingo@pobox.com>
1086
1087         * Update for gst_tag_setter API changes.
1088
1089 2005-11-22  Andy Wingo  <wingo@pobox.com>
1090
1091         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
1092         (gst_ogg_demux_perform_seek):
1093         * ext/theora/theoradec.c (theora_dec_sink_event):
1094         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
1095         update-funcnames.
1096
1097 2005-11-22  Wim Taymans  <wim@fluendo.com>
1098
1099         * examples/seeking/seek.c: (main):
1100         Give higher priority to bus signals than the gtk events
1101         to fix a race condition in the segment looping.
1102
1103 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
1104
1105         * ext/theora/Makefile.am:
1106         * ext/vorbis/Makefile.am:
1107         * gst-libs/gst/tag/Makefile.am:
1108         * gst-plugins-base.spec.in:
1109           Rename libgsttagedit to libgsttag (#322117).
1110
1111 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
1112
1113         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1114         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
1115           Call gst_x_overlay_prepare_xwindow_id() to give applications
1116           a final chance to set their own xwindow id before the video
1117           sink creates its own window.
1118
1119 2005-11-22  Julien MOUTTE  <julien@moutte.net>
1120
1121         * sys/xvimage/xvimagesink.c:
1122         (gst_xvimagesink_navigation_send_event): Handle navigation
1123         events correcly with borders if applicable.
1124
1125 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
1126
1127         Patch by: Luca Ognibene
1128
1129         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1130         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
1131         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1132         (gst_ffmpegcsp_caps_remove_format_info):
1133         * gst/ffmpegcolorspace/imgconvert.c:
1134         * gst/ffmpegcolorspace/imgconvert_template.h:
1135           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
1136           #318353); use gst_structure_has_name().
1137
1138 2005-11-22  Julien MOUTTE  <julien@moutte.net>
1139
1140         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
1141         (gst_ximagesink_class_init): Add debug macros on functions.
1142         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
1143         (gst_xvimagesink_xwindow_draw_borders),
1144         (gst_xvimagesink_xvimage_put),
1145         (gst_xvimagesink_xwindow_update_geometry),
1146         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
1147         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
1148         (gst_xvimagesink_xcontext_clear),
1149         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
1150         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
1151         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
1152         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
1153         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
1154         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1155         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
1156         expose while being PAUSED, out of data flow navigation events, etc..
1157
1158 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1159
1160         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
1161         * gst-libs/gst/audio/audio.h:
1162           fix prototype - wondering why the test worked regardless
1163
1164 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1165
1166         * check/Makefile.am:
1167         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
1168         * gst-libs/gst/audio/audio.h:
1169           add a method that returns a proper GstClockTime
1170
1171 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1172
1173         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
1174         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
1175         * gst-libs/gst/interfaces/xoverlay.h:
1176           Remove everything having to do with the desired size; add 
1177           gst_x_overlay_prepare_xwindow_id() function; remove the
1178           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
1179           post a message on the bus instead (#321816).
1180
1181         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
1182         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
1183         (gst_xvimagesink_xoverlay_init):
1184           Remove desired size stuff (#321816).
1185
1186 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1187
1188         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
1189         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
1190         (mpeg_video_type_find), (mpeg_video_stream_type_find):
1191           Terminate vararg functions with NULL instead of 0 to 
1192           make gcc4 happy.
1193
1194 2005-11-21  Andy Wingo  <wingo@pobox.com>
1195
1196         patch by: Sebastien Cote <sebas642@yahoo.ca>
1197         
1198         * gst-libs/gst/rtp/gstrtpbuffer.h: 
1199         * gst-libs/gst/rtp/gstrtpbuffer.c
1200         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
1201
1202 2005-11-21  Andy Wingo  <wingo@pobox.com>
1203
1204         * gst/playback/gstplaybin.c (gen_audio_element) 
1205         (gen_video_element): Use the new MISSING_PLUGIN core error
1206         category. Closes #320060.
1207
1208         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
1209         * gst/videorate/gstvideorate.c (gst_videorate_event):
1210         * ext/theora/theoradec.c (theora_dec_sink_event): 
1211         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
1212         stream lock.
1213
1214         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
1215         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
1216         stream lock changes.
1217
1218 2005-11-21  Wim Taymans  <wim@fluendo.com>
1219
1220         * gst-libs/gst/audio/gstbaseaudiosink.c:
1221         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
1222         (gst_base_audio_sink_provide_clock),
1223         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
1224         (gst_base_audio_sink_change_state):
1225         * gst/audioresample/gstaudioresample.c:
1226         Segment update fix.
1227
1228 2005-11-21  Andy Wingo  <wingo@pobox.com>
1229
1230         * *.h:
1231         * *.c: Ran scripts/update-macros. Oh yes.
1232
1233 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1234
1235         * sys/ximage/Makefile.am:
1236         * sys/ximage/ximage.c:
1237           Rename ximage plugin to ximagesink (#321426) (Don't forget to
1238           remove your old libgstximage.* manually if necessary).
1239
1240 2005-11-21  Michael Smith <msmith@fluendo.com>
1241
1242         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
1243           Minimal fix for bug #320200: set the min/max bitrate in the correct
1244           units. A better fix would be to upgrade to the RATEMANAGE2
1245           interface, rather than using the deprecated interface used here, but
1246           that would require an update in our libvorbis dependency (to 1.1),
1247           which is probably undesirable.
1248
1249 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
1250
1251         * ext/libvisual/visual.c: (get_buffer):
1252         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1253         (gst_base_audio_src_fixate):
1254         * gst/audioconvert/gstaudioconvert.c:
1255         (gst_audio_convert_fixate_caps):
1256         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
1257         * gst/audiotestsrc/gstaudiotestsrc.c:
1258         (gst_audiotestsrc_src_fixate):
1259         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
1260         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
1261         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
1262         * gst/videotestsrc/gstvideotestsrc.c:
1263         (gst_videotestsrc_src_fixate):
1264         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
1265         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
1266           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
1267           (#322027)
1268
1269
1270 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1271
1272         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1273         (gst_riff_create_iavs_caps):
1274         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
1275         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
1276         (gst_riff_parse_info):
1277         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
1278         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
1279         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
1280           Fixes for GST_FOURCC_FORMAT API change.
1281
1282 2005-11-21  Andy Wingo  <wingo@pobox.com>
1283
1284         patch by: Alessandro Dessina <alessandro nnva org>
1285
1286         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
1287         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
1288         (gst_ogg_parse_chain):
1289         * ext/theora/theoraenc.c (theora_set_header_on_caps):
1290         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
1291         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
1292         gst_value_list calls on arrays. Fixes #321962.
1293
1294 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1295
1296         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
1297         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
1298         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
1299         * gst/adder/gstadder.c: (gst_adder_init),
1300         (gst_adder_request_new_pad), (gst_adder_collected),
1301         (gst_adder_change_state):
1302           Update for gst_collectpads_foo() to gst_collect_pads_foo()
1303           API change.
1304
1305 2005-11-21  Michael Smith <msmith@fluendo.com>
1306
1307         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
1308         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
1309           Properly handle pad_push return values.
1310
1311 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
1312
1313         * gst-libs/gst/tag/Makefile.am:
1314         * gst-libs/gst/tag/gstvorbistag.c:
1315         (gst_tag_list_to_vorbiscomment_buffer):
1316           Remove obsolete vorbistag element and debug category.
1317
1318         * gst/playback/gstplaybasebin.c: (check_queue):
1319           Don't divide by 0 when queue-threshold is 0.
1320
1321         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
1322           Don't modify an existing pixel-aspect-ratio if we fail to read
1323           a new one.
1324
1325 2005-11-20  Wim Taymans  <wim@fluendo.com>
1326
1327         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
1328         (gst_vorbisenc_push_packet):
1329         GST_PAD_IS_USABLE is gone, use the return value of
1330         the push or pad_alloc_buffer instead.
1331
1332 2005-11-18  Julien MOUTTE  <julien@moutte.net>
1333
1334         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1335         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
1336         (gst_ximagesink_ximage_destroy),
1337         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
1338         (gst_ximagesink_xwindow_new),
1339         (gst_ximagesink_xwindow_update_geometry),
1340         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
1341         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
1342         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
1343         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
1344         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
1345         (gst_ximagesink_navigation_send_event),
1346         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
1347         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
1348         (gst_ximagesink_finalize), (gst_ximagesink_init),
1349         (gst_ximagesink_class_init):
1350         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
1351         This new version brings correct software scaling, non flickering
1352         window while resizing, pixel aspect ratio handling, usage of
1353         hardware buffer pools, out of data flow event thread for 
1354         navigation and handling of expose events even when being PAUSED,
1355         a new property to keep video aspect ratio when resizing, etc...
1356
1357 2005-11-18  Julien MOUTTE  <julien@moutte.net>
1358
1359         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
1360         (gst_videoscale_fixate_caps): Introduce back caps fixate with
1361         handling of PAR.
1362
1363 2005-11-18    <bilboed@dvdsrc.fluendo.com>
1364
1365         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
1366         Unsetting IS_SINK flag from the fakesink, so decodebin
1367         never behaves as a sink.
1368
1369 2005-11-17  Wim Taymans  <wim@fluendo.com>
1370
1371         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1372         (gst_base_audio_src_change_state):
1373         Fix the audiosrc base class again, we did not unflush.
1374
1375 2005-11-17  Julien MOUTTE  <julien@moutte.net>
1376
1377         * examples/seeking/seek.c: (make_dv_pipeline),
1378         (make_vorbis_theora_pipeline), (make_avi_pipeline),
1379         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
1380         to ogg/vorbis/theora pipeline.
1381
1382 2005-11-17  Wim Taymans  <wim@fluendo.com>
1383
1384         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
1385         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
1386         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
1387         Fix EOS on multiple streams.
1388         More debugging.
1389
1390 2005-11-16  Wim Taymans  <wim@fluendo.com>
1391
1392         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
1393         (gst_ogg_demux_perform_seek):
1394         Segment done must include stream time.
1395
1396         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
1397         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
1398         (gst_ogg_mux_change_state):
1399         Fix ogg muxer again.
1400
1401 2005-11-16  Wim Taymans  <wim@fluendo.com>
1402
1403         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
1404         Fix compile again.
1405
1406 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1407
1408         * ext/libvisual/visual.c: (gst_visual_init):
1409         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
1410         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
1411         (gst_ogg_parse_chain):
1412         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
1413         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
1414         * ext/theora/theoradec.c: (gst_theora_dec_init):
1415         * ext/theora/theoraenc.c: (gst_theora_enc_init):
1416         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
1417         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
1418         * gst/adder/gstadder.c: (gst_adder_class_init),
1419         (gst_adder_dispose):
1420         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
1421         * gst/subparse/gstsubparse.c: (gst_subparse_init):
1422         * gst/videorate/gstvideorate.c: (gst_videorate_init):
1423           Fix a whole set of pad template leaks
1424
1425 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1426
1427         * check/generic/states.c: (GST_START_TEST):
1428           fix the test so that it only checks for elements that are part of
1429           this source module
1430
1431 2005-11-16  Michael Smith <msmith@fluendo.com>
1432
1433         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
1434         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
1435         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
1436         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
1437         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
1438         (gst_ogg_mux_change_state):
1439           Fix leaking collectpads.
1440
1441 2005-11-16  Edward Hervey  <edward@fluendo.com>
1442
1443         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
1444         (gst_videorate_event), (gst_videorate_chain):
1445         Handle segment seeks
1446
1447 2005-11-16  Wim Taymans  <wim@fluendo.com>
1448
1449         * gst-libs/gst/audio/gstbaseaudiosink.c:
1450         (gst_base_audio_sink_provide_clock),
1451         (gst_base_audio_sink_change_state):
1452         Set ringbuffer to non-flushing when going to PAUSED, set to
1453         flushing again when going to READY.
1454
1455         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
1456         (gst_ring_buffer_stop):
1457         Start in flushing mode by default.
1458         Don't set flushing in the _stop method, let the app call
1459         this explicitly.
1460
1461 2005-11-16  Julien MOUTTE  <julien@moutte.net>
1462
1463         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
1464         * gst-libs/gst/video/videosink.h: Add helper function needed
1465         for video sinks.
1466
1467 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
1468
1469         * gst/videoscale/gstvideoscale.c:
1470         (gst_videoscale_handle_src_event):
1471           Don't leak reference to pad parent.
1472
1473 2005-11-16  Wim Taymans  <wim@fluendo.com>
1474
1475         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
1476         Set ringbuffer to flushing when stopping so that we don't
1477         block on wait_segment anymore and livelock.
1478
1479 2005-11-16  Wim Taymans  <wim@fluendo.com>
1480
1481         * examples/seeking/seek.c: (send_event), (do_seek),
1482         (loop_toggle_cb), (segment_done), (main):
1483         Added looping checkbox.
1484
1485 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1486
1487         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
1488         (gst_ogg_demux_init):
1489         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
1490         (gst_vorbis_dec_init):
1491           revert unrefs, they don't pass make check
1492
1493 2005-11-15  Johan Dahlin  <johan@gnome.org>
1494
1495         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
1496         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
1497         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
1498         (gst_vorbis_dec_init):
1499         Fix pad template leaks. 
1500
1501 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
1502
1503         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
1504           Make state change function thread safe.
1505
1506 2005-11-15  Edward Hervey  <edward@fluendo.com>
1507
1508         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
1509         (gst_ogg_demux_class_init):
1510         Implement GstElement::send_event, so we can send seek events
1511         in GST_STATE_READY
1512
1513 2005-11-14  Julien MOUTTE  <julien@moutte.net>
1514
1515         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
1516         Discovered how to take away flickering while resizing the
1517         window. Please don't put that in ximagesink, refactoring in
1518         progress.
1519
1520 2005-11-14  Michael Smith <msmith@fluendo.com>
1521
1522         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
1523         (gst_multifdsink_render):
1524           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
1525
1526 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1527
1528         * gst/playback/gstplaybin.c: (gen_audio_element):
1529           Use autoaudiosink, it tends to be more widely available than
1530           autoaudiiosink.
1531           
1532 2005-11-14  Andy Wingo  <wingo@pobox.com>
1533
1534         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
1535         as well if it is available. Fixes #316442.
1536
1537 2005-11-14  Michael Smith <msmith@fluendo.com>
1538
1539         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
1540         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
1541         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
1542         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
1543         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
1544         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
1545         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
1546         (gst_vorbisenc_change_state):
1547           Fix a small memory leak in vorbisenc.
1548           Fix large memory leaks in oggmux, also fix lots of state change
1549           bugs in oggmux.
1550
1551 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
1552
1553         * gst/videotestsrc/gstvideotestsrc.c:
1554         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
1555         (gst_videotestsrc_src_fixate):
1556           move fixation to a fixate function
1557           remove negotiate function, basesrc's is good enough
1558           fixes a bug for check when using the element alone
1559
1560 2005-11-13  Edward Hervey  <edward@fluendo.com>
1561
1562         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
1563         (key_toggle_cb), (main):
1564         Added checkboxes for adding/removing the accurate and key_unit seek
1565         flags.
1566
1567 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1568
1569         * configure.ac: back to HEAD
1570
1571 === release 0.9.5 ===
1572
1573 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
1574
1575         * configure.ac:
1576           releasing 0.9.5, "No No Kia"
1577
1578 2005-11-11  Edward Hervey  <edward@fluendo.com>
1579
1580         * examples/seeking/seek.c: (make_parselaunch_pipeline):
1581         Added parse-launch syntax seeking mode for the seeking example.
1582         This should help stress-test even more cases.
1583         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
1584
1585 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
1586
1587         * sys/xvimage/xvimagesink.c:
1588         (gst_xvimagesink_navigation_send_event):
1589           Check whether peer pad exists before sending navigation events
1590           to it.
1591
1592 2005-11-11  Michael Smith <msmith@fluendo.com>
1593
1594         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
1595         (gst_vorbisenc_buffer_from_packet):
1596         * ext/vorbis/vorbisenc.h:
1597           Set duration on encoded buffers. This allows oggmux's
1598           max_page_delay parameter to actually work.
1599
1600 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
1601
1602         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1603         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
1604         (gst_ffmpegcsp_avpicture_fill):
1605         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1606         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
1607           Make palettes work again (see #132341). Use our own macros
1608           for rounding up.
1609
1610 2005-11-10  Andy Wingo  <wingo@pobox.com>
1611
1612         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
1613         string doober.
1614
1615 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1616
1617         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1618         (gst_ffmpegcsp_transform_caps):
1619           Prefer passthrough in transform_caps
1620
1621 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1622
1623         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
1624           check for ALSA errors properly, instead of relying on ALSA's
1625           error strings to serve to the user.
1626
1627 2005-11-10  Wim Taymans  <wim@fluendo.com>
1628
1629         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
1630         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
1631         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
1632         Modernise the seek code.
1633
1634 2005-11-10  Michael Smith <msmith@fluendo.com>
1635         
1636         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
1637         (setup_substreams), (set_active_source):
1638           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
1639           trying to go to NULL if we failed to read a file.
1640
1641 2005-11-10  Wim Taymans  <wim@fluendo.com>
1642
1643         * gst/audiotestsrc/gstaudiotestsrc.c:
1644         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
1645         (gst_audiotestsrc_create):
1646         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
1647         (gst_sinesrc_get_times), (gst_sinesrc_create):
1648         * gst/videotestsrc/gstvideotestsrc.c:
1649         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
1650         (gst_videotestsrc_create):
1651         The base class can now sync for us.
1652
1653 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1654
1655         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
1656           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
1657           name=source autoprobe=false autoprobe-fps=false copy-mode=1
1658           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
1659           format=(fourcc)I420" ! xvimagesink
1660
1661 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
1662
1663         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
1664         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
1665         (gst_sinesrc_newsegment):
1666           Send newsegment event in TIME format, set duration if
1667           num-buffers is set, fix duration querying.
1668
1669 2005-11-10  Michael Smith <msmith@fluendo.com>
1670
1671         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
1672         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
1673         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
1674         (gst_ogg_mux_collected):
1675          Fix EOS handling, partially. Now forwarding an EOS event once we have
1676          EOS on all pads works correctly. However, we still don't properly set
1677          EOS on the actual ogg stream pages.
1678
1679 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
1680
1681         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
1682           Set elements to NULL state before disposing of them.
1683
1684 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
1685
1686         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1687
1688         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1689         (gst_base_rtp_depayload_init),
1690         (gst_base_rtp_depayload_set_gst_timestamp):
1691         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1692           We need to send a newsegment event for each instance, not
1693           just for the first instance of this class (get rid of
1694           static variable in function). (#321011).
1695           
1696 2005-11-08  Michael Smith <msmith@fluendo.com>
1697
1698         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
1699         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
1700         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
1701         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
1702           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
1703           This makes us mux things correctly according to the ogg muxing
1704           rules. Still not handling EOS correctly right now, though.
1705
1706 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
1707
1708         * gst/audioconvert/gstaudioconvert.c:
1709           Fix typo in docs. 
1710
1711 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
1712
1713         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
1714         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
1715           Initialise segment_stop to GST_CLOCK_TIME_NONE when
1716           creating a new chain; should fix live streaming. Also
1717           add more debug output and fix a typo.
1718
1719 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
1720
1721         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1722
1723         * gst/volume/gstvolume.c: (volume_set_caps):
1724           Fix compilation on Solaris with Forte. (#320923)
1725
1726 2005-11-08  Wim Taymans  <wim@fluendo.com>
1727
1728         * gst-libs/gst/audio/gstbaseaudiosink.c:
1729         (gst_base_audio_sink_render):
1730         No need to do a typecheck.
1731
1732 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
1733
1734         * ext/alsa/gstalsa.h:
1735           We register a debug category, so let's use it.
1736
1737 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
1738
1739         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1740         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
1741         Fixed a small problem.
1742
1743 2005-11-04  Wim Taymans  <wim@fluendo.com>
1744
1745         * examples/seeking/Makefile.am:
1746         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
1747         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
1748         (make_playerbin_pipeline), (format_value), (update_scale),
1749         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
1750         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
1751         (print_usage), (main):
1752         Added app for playback speed testing.
1753
1754         * examples/seeking/seek.c: (dynamic_link),
1755         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
1756         (make_mpeg_pipeline), (do_seek), (set_update_scale),
1757         (message_received), (main):
1758         Updated seek example.
1759
1760 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
1761
1762         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1763         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
1764         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
1765         (gst_base_rtp_depayload_set_clock):
1766         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1767         Don't sleep on the bench (system clock) when you have a nice 
1768         comfortable bed (Gstreamer clock) to sleep on.
1769
1770 2005-11-03  Wim Taymans  <wim@fluendo.com>
1771
1772         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1773         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
1774         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
1775         Handle the case where a pad_block failed.
1776
1777 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
1778
1779         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
1780
1781         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1782         (gst_base_rtp_depayload_add_to_queue),
1783         (gst_base_rtp_depayload_push),
1784         (gst_base_rtp_depayload_set_gst_timestamp),
1785         (gst_base_rtp_depayload_queue_release):
1786           Fixes some bugs in the depayloader's queuing/de-queueing code.
1787
1788 2005-10-31  Michael Smith <msmith@fluendo.com>
1789
1790         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
1791         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
1792         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
1793           Patch from Alessandro Decina <alessandro@nnva.org>.
1794           Make oggdemux only find the final time in a chain, not per-pad,
1795           since the per-pad information can be very expensive to locate, and
1796           it isn't used anywhere. This makes reading a file containing
1797           OggSkeleton reasonably fast.
1798           Also, make chain finding work when there are logical bitstreams that
1799           can't be decoded. Fixes #319110.
1800
1801 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
1802
1803         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1804         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
1805         (gst_base_rtp_depayload_chain),
1806         (gst_base_rtp_depayload_add_to_queue),
1807         (gst_base_rtp_depayload_push),
1808         (gst_base_rtp_depayload_set_gst_timestamp),
1809         (gst_base_rtp_depayload_queue_release),
1810         (gst_base_rtp_depayload_start_thread),
1811         (gst_base_rtp_depayload_set_property),
1812         (gst_base_rtp_depayload_get_property):
1813         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1814         Some random fixes, to fullfill the desires of thomas.
1815
1816 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
1817
1818         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1819         (gst_base_rtp_depayload_add_to_queue),
1820         (gst_base_rtp_depayload_push):
1821         Fixed the queueing algorithm.
1822
1823 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
1824
1825         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1826         (gst_base_rtp_depayload_push):
1827         A small fix
1828
1829 2005-10-31  Wim Taymans  <wim@fluendo.com>
1830
1831         * gst-libs/gst/audio/gstringbuffer.h:
1832         Don't break ABI.
1833
1834         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1835         (gst_ffmpeg_caps_to_pixfmt):
1836         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1837         (gst_ffmpegcsp_set_caps):
1838         Some more comments.
1839         Handle missing required caps fields better.
1840
1841 2005-10-31  Wim Taymans  <wim@fluendo.com>
1842
1843         * gst-libs/gst/audio/gstbaseaudiosink.c:
1844         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
1845         (gst_base_audio_sink_render):
1846         * gst-libs/gst/audio/gstringbuffer.c:
1847         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
1848         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
1849         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
1850         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
1851         (gst_ring_buffer_read):
1852         * gst-libs/gst/audio/gstringbuffer.h:
1853         Add flushing mode to the ringbuffer so that it in all cases does
1854         not try to handle more audio. This makes sure it does not try to
1855         block anymore when flushing and fixes a livelock.
1856
1857 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
1858
1859         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
1860         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
1861         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
1862           Explicitly check for -1 values before doing a conversion
1863           and always map them to -1. (#315545)
1864
1865 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1866
1867         * gst/playback/gstplaybin.c: (gen_video_element):
1868           first try autovideosink, then xvimagesink, then error out
1869         * po/POTFILES.in:
1870           add translatable file
1871         * po/af.po:
1872         * po/az.po:
1873         * po/cs.po:
1874         * po/en_GB.po:
1875         * po/hu.po:
1876         * po/it.po:
1877         * po/nb.po:
1878         * po/nl.po:
1879         * po/or.po:
1880         * po/sq.po:
1881         * po/sr.po:
1882         * po/sv.po:
1883         * po/uk.po:
1884         * po/vi.po:
1885           update translations
1886
1887 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
1888
1889         * gst-libs/gst/rtp/gstbasedepayload.c:
1890         * gst-libs/gst/rtp/gstbasedepayload.h:
1891           Minor cleanups
1892
1893 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
1894
1895         * gst/playback/.cvsignore:
1896         * gst/playback/decodetest.c:
1897         * gst/playback/test3.c:
1898           Port these two tests as well.
1899
1900 2005-10-27  Wim Taymans  <wim@fluendo.com>
1901
1902         * ext/theora/theoradec.c: (theora_dec_src_query),
1903         (theora_dec_sink_event):
1904         * ext/theora/theoraenc.c: (theora_enc_sink_event),
1905         (theora_enc_change_state):
1906         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
1907         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
1908         Take proper locks when handling events.
1909
1910 2005-10-27  Wim Taymans  <wim@fluendo.com>
1911
1912         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
1913         (gst_adder_change_state):
1914         Fix timestamps and fix deadlock when stopping the collectpads.
1915
1916 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
1917
1918         * gst-libs/gst/rtp/gstrtpbuffer.h:
1919         Declaring the payload types as strings too so that they can be used
1920         in the padtemplate inialization.
1921
1922 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
1923
1924         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
1925
1926         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1927         (gst_base_rtp_depayload_class_init):
1928         Fixes a small but nasty bug. The derived elements no longer segfaults
1929         on finalization.
1930
1931 2005-10-26  Michael Smith <msmith@fluendo.com>
1932
1933         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
1934           When clearing an audioconvert context, set tmpbufsize to zero, so
1935           we'll allocate it again later if required.
1936           This fixes audioconvert re-negotiating formats, which previously
1937           segfaulted with a NULL destination buffer.
1938
1939 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
1940
1941         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1942         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
1943         (gst_base_rtp_depayload_set_gst_timestamp),
1944         (gst_base_rtp_depayload_queue_release):
1945         Fixed a smalll memleak.
1946
1947 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
1948         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1949         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
1950         (gst_base_rtp_depayload_finalize),
1951         (gst_base_rtp_depayload_setcaps),
1952         (gst_base_rtp_depayload_add_to_queue),
1953         (gst_base_rtp_depayload_push),
1954         (gst_base_rtp_depayload_set_gst_timestamp),
1955         (gst_base_rtp_depayload_queue_release),
1956         (gst_base_rtp_depayload_thread),
1957         (gst_base_rtp_depayload_change_state):
1958         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1959         Changed the C++ comments to C comments
1960
1961 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1962
1963         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
1964         * gst/tcp/gsttcpclientsrc.h:
1965         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
1966         * gst/tcp/gsttcpserversrc.h:
1967           Remove unused 'curoffset' structure member.
1968
1969 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
1970
1971         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1972         (gst_base_rtp_depayload_base_init),
1973         (gst_base_rtp_depayload_finalize):
1974         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1975         * gst-libs/gst/rtp/gstbasertppayload.h:
1976           The pad-template on the sinkpad should be set by the derived classes.
1977           Also added some useful macros.
1978
1979 2005-10-24  Wim Taymans  <wim@fluendo.com>
1980
1981         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1982         Correctly flush decoder samples even if we could not
1983         copy them to an output buffer. Fixes #319618.
1984
1985 2005-10-24  Julien MOUTTE  <julien@moutte.net>
1986
1987         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1988         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
1989         the caps against our xcontext caps.
1990
1991 2005-10-24  Wim Taymans  <wim@fluendo.com>
1992
1993         * gst-libs/gst/audio/gstbaseaudiosink.c:
1994         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
1995         Remove g_print
1996         Use sync property from baseclass to disable sync.
1997
1998 2005-10-24  Wim Taymans  <wim@fluendo.com>
1999
2000         * gst-libs/gst/audio/gstbaseaudiosink.c:
2001         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
2002         Buffers with no timestamps get aligned with previous buffers or
2003         on underrun, played ASAP.
2004
2005 2005-10-24  Julien MOUTTE  <julien@moutte.net>
2006
2007         * gst-libs/gst/video/video.h:
2008         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2009         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
2010         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
2011         here comes my change on caps for framerate and geometry range.
2012         We are now accepting 1 to MAXINT for width and height, and from
2013         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
2014         to be blended correctly in videomixer.
2015
2016 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2017
2018         * configure.ac:
2019           back to HEAD
2020
2021 === release 0.9.4 ===
2022
2023 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2024
2025         * NEWS:
2026         * RELEASE:
2027         * configure.ac:
2028           releasing 0.9.4, "Velociraptor"
2029
2030 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2031
2032         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
2033         * po/POTFILES.in:
2034           STOPPED -> FAILED
2035
2036 2005-10-21  Wim Taymans  <wim@fluendo.com>
2037
2038         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2039         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
2040         (pad_blocked), (close_pad_link), (new_pad):
2041         Don't try to remove elements twice.
2042
2043 2005-10-21  Wim Taymans  <wim@fluendo.com>
2044
2045         * ext/theora/theoradec.c: (theora_dec_src_query),
2046         (theora_dec_sink_event):
2047         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
2048         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
2049         (vorbis_handle_data_packet):
2050         * ext/vorbis/vorbisdec.h:
2051         Fix old naming.
2052
2053         * gst-libs/gst/audio/gstbaseaudiosink.c:
2054         (gst_base_audio_sink_render):
2055         Don't try to sync on buffers without a timestamp.
2056
2057 2005-10-21  Wim Taymans  <wim@fluendo.com>
2058
2059         * ext/theora/theoradec.c: (theora_dec_src_query),
2060         (theora_dec_sink_event):
2061         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
2062         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
2063         (vorbis_handle_data_packet):
2064         * ext/vorbis/vorbisdec.h:
2065         Fix old naming.
2066
2067 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
2068
2069         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
2070         (gst_vorbisenc_src_query):
2071           Implement position and duration queries.
2072
2073         * gst/playback/test3.c: (update_scale), (main):
2074           Fix for async state changes and print nicer output.
2075
2076 2005-10-20  Wim Taymans  <wim@fluendo.com>
2077
2078         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
2079         (dump_element_stats), (main):
2080         * gst/playback/test6.c: (main):
2081         Fix tests again
2082
2083 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
2084
2085         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
2086         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
2087           Don't use functions for position queries when handling
2088           duration queries.
2089
2090 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
2091
2092         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
2093         (vorbis_handle_data_packet), (vorbis_dec_chain),
2094         (vorbis_dec_change_state):
2095         * ext/vorbis/vorbisdec.h:
2096           Vorbis streams can be embedded in other container formats
2097           than ogg, container formats where the demuxer might set 
2098           timestamps on encoded vorbis buffers instead of those silly 
2099           granulepos thingies. In short: make vorbisdec handle 
2100           timestamps on incoming buffers as well.
2101
2102 2005-10-20  Wim Taymans  <wim@fluendo.com>
2103
2104         * gst/playback/gstplaybasebin.c: (group_destroy),
2105         (gst_play_base_bin_change_state):
2106         Fix leak.
2107         Handle case where playbasebin is now ASYNC because
2108         decodebin is.
2109
2110 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2111
2112         * gst/audioconvert/Makefile.am:
2113         * gst/audioconvert/bufferframesconvert.c:
2114         * gst/audioconvert/plugin.c: (plugin_init):
2115         * gst/audioconvert/plugin.h:
2116           And bye bye buffer-frames-convert
2117
2118 2005-10-19  Wim Taymans  <wim@fluendo.com>
2119
2120         * check/elements/audioconvert.c:
2121         * docs/libs/tmpl/gstaudio.sgml:
2122         * docs/libs/tmpl/gstcolorbalance.sgml:
2123         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
2124         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
2125         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
2126         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
2127         * gst-libs/gst/audio/audio.h:
2128         * gst/audioconvert/audioconvert.h:
2129         * gst/audioconvert/gstaudioconvert.c:
2130         (gst_audio_convert_parse_caps):
2131         * gst/volume/gstvolume.c:
2132         Bye bye buffer-frames.
2133
2134 2005-10-19  Wim Taymans  <wim@fluendo.com>
2135
2136         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
2137         (query_positions_elems), (query_positions_pads), (update_scale),
2138         (do_seek), (set_update_scale), (message_received), (main):
2139         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
2140         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
2141         (gst_ogg_demux_loop):
2142         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
2143         * ext/theora/theoradec.c: (theora_dec_src_query),
2144         (theora_dec_sink_event):
2145         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
2146         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
2147         * gst/adder/gstadder.c: (gst_adder_query):
2148         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
2149         * gst/playback/test3.c: (update_scale):
2150         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
2151         (dump_element_stats), (main):
2152         * gst/playback/test6.c: (main):
2153         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
2154         Query API update.
2155
2156 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2157
2158         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
2159         (xml_check_first_element), (xml_type_find), (smil_type_find),
2160         (plugin_init):
2161           Add typefinding for SMIL and for generic XML. Based on patch by
2162           Akos Maroy (#308663).
2163
2164 2005-10-18  Wim Taymans  <wim@fluendo.com>
2165
2166         * gst/playback/Makefile.am:
2167         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2168         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
2169         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
2170         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
2171         (gst_decode_bin_change_state):
2172         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2173         (gst_play_bin_send_event_to_sink):
2174         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
2175         (dump_element_stats), (main):
2176         * gst/playback/test6.c: (main):
2177         Make playbin async, it'll commit state to paused when all streams
2178         are detected.
2179         Remove ugly hack.
2180         Added test6.c to show async behaviour.
2181
2182 2005-10-18  Wim Taymans  <wim@fluendo.com>
2183
2184         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
2185         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
2186         Fix for segment-start/stop API change.
2187
2188 2005-10-18  Wim Taymans  <wim@fluendo.com>
2189
2190         * check/Makefile.am:
2191         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
2192         (main):
2193         Add future test for clock selection.
2194
2195 2005-10-18  Wim Taymans  <wim@fluendo.com>
2196
2197         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
2198         (gst_alsasink_close):
2199         Set handle to NULL.
2200
2201         * gst-libs/gst/audio/gstringbuffer.c:
2202         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
2203         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
2204         (gst_ring_buffer_start), (gst_ring_buffer_pause),
2205         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
2206         (gst_ring_buffer_read):
2207         More debug info.
2208
2209 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
2210
2211         * gst/audiotestsrc/Makefile.am:
2212         * gst/sine/Makefile.am:
2213         * gst/volume/Makefile.am:
2214           fix broken build of controllerized plugins
2215
2216 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
2217
2218         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
2219
2220         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2221         (gst_riff_create_video_template_caps):
2222           Add support for Indeo-3 (IV32).
2223
2224 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2225
2226         * configure.ac:
2227           rewrite
2228
2229 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2230
2231         * gst-libs/gst/video/video.c: (gst_video_get_size):
2232         * gst/audiotestsrc/gstaudiotestsrc.c:
2233           doc updates
2234
2235 2005-10-17  Andy Wingo  <wingo@pobox.com>
2236
2237         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
2238         with the collectpads change.
2239         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
2240
2241         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
2242
2243         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
2244
2245         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
2246         alloc_buffer flow return to callers.
2247         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
2248         change. Fix some memleaks in theoraenc.
2249
2250         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
2251         in strange circumstance.
2252
2253 2005-10-17  Julien MOUTTE  <julien@moutte.net>
2254
2255         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2256         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
2257         from caps, let's use the caps...
2258
2259 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2260
2261         * configure.ac:
2262           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
2263
2264 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
2265
2266         * gst-libs/gst/interfaces/Makefile.am:
2267           fix silly typo
2268
2269 2005-10-16  Andy Wingo  <wingo@pobox.com>
2270
2271         * gst/playback/gstdecodebin.c
2272         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
2273         function!
2274         (try_to_link_1): Increase kraziness level.
2275
2276 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
2277
2278         * configure.ac:
2279           restructure like the core one
2280         * gst-libs/gst/audio/Makefile.am:
2281         * gst-libs/gst/interfaces/Makefile.am:
2282         * gst-libs/gst/net/Makefile.am:
2283         * gst-libs/gst/riff/Makefile.am:
2284         * gst-libs/gst/rtp/Makefile.am:
2285         * gst-libs/gst/tag/Makefile.am:
2286         * gst-libs/gst/video/Makefile.am:
2287           use correct linker flags, now the libs are properly versioned
2288         * check/elements/audioconvert.c: (verify_convert):
2289         * ext/alsa/gstalsaplugin.c:
2290         * ext/cdparanoia/gstcdparanoia.c:
2291         * ext/gnomevfs/gstgnomevfs.c:
2292         * ext/libvisual/visual.c:
2293         * ext/ogg/gstogg.c:
2294         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
2295         * ext/theora/theora.c:
2296         * ext/vorbis/vorbis.c:
2297         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2298         * gst-libs/gst/tag/gsttagediting.c:
2299         * gst-libs/gst/video/video.c:
2300         * gst/adder/gstadder.c:
2301         * gst/audioconvert/plugin.c:
2302         * gst/audiorate/gstaudiorate.c:
2303         * gst/audioresample/gstaudioresample.c:
2304         * gst/audioresample/resample_ref.c: (resample_scale_ref):
2305         * gst/audioscale/gstaudioscale.c:
2306         * gst/audioscale/resample.c:
2307         * gst/audiotestsrc/gstaudiotestsrc.c:
2308         * gst/ffmpegcolorspace/gstffmpeg.c:
2309         * gst/playback/gstdecodebin.c: (close_pad_link):
2310         * gst/playback/gstplaybin.c: (gen_video_element),
2311         (gen_audio_element):
2312         * gst/sine/gstsinesrc.c:
2313         * gst/subparse/gstsubparse.c:
2314         * gst/tags/gsttagediting.c:
2315         * gst/tcp/gsttcpplugin.c:
2316         * gst/typefind/gsttypefindfunctions.c:
2317         * gst/videorate/gstvideorate.c:
2318         * gst/videoscale/gstvideoscale.c:
2319         * gst/videotestsrc/gstvideotestsrc.c:
2320         * gst/volume/gstvolume.c:
2321         * sys/v4l/gstv4l.c:
2322         * sys/ximage/ximage.c:
2323         * sys/xvimage/xvimagesink.c:
2324           fix up defines
2325
2326 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
2327
2328         * ext/vorbis/vorbisenc.c:
2329         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
2330         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
2331         (gst_tag_to_vorbis_comments):
2332           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
2333
2334 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
2335
2336         * examples/stats/mp2ogg.c:
2337         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2338           typo fixes
2339
2340 2005-10-13  Michael Smith <msmith@fluendo.com>
2341
2342         * ext/ogg/gstoggmux.c:
2343           Use magic glib macros to define constants as 64 bit, to ensure
2344           appropriate vararg passing.
2345
2346 2005-10-13  Michael Smith <msmith@fluendo.com>
2347
2348         * ext/ogg/gstoggmux.c:
2349         * gst/audioconvert/audioconvert.c: (float):
2350           Don't use LL suffix, as it's not portable, and neither of these
2351           uses required it anyway.
2352
2353 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
2354
2355         * examples/indexing/indexmpeg.c: (main):
2356         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
2357         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
2358         (cdparanoia_convert), (cdparanoia_query):
2359         * ext/cdparanoia/gstcdparanoia.h:
2360         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
2361         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
2362         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
2363         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
2364         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
2365         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
2366         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
2367         (gst_multifdsink_render), (gst_multifdsink_start),
2368         (gst_multifdsink_stop):
2369         * gst/tcp/gstmultifdsink.h:
2370         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
2371         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
2372         (gst_tcpclientsink_stop):
2373         * gst/tcp/gsttcpclientsink.h:
2374         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
2375         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
2376         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
2377         * gst/tcp/gsttcpclientsrc.h:
2378         * gst/tcp/gsttcpserversink.h:
2379         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
2380         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
2381         (gst_tcpserversrc_stop):
2382         * gst/tcp/gsttcpserversrc.h:
2383         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
2384         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
2385         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
2386           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
2387           moved bitshift from macro to enum definition
2388
2389 2005-10-12  Wim Taymans  <wim@fluendo.com>
2390
2391         * examples/seeking/Makefile.am:
2392         Oops.
2393
2394 2005-10-12  Wim Taymans  <wim@fluendo.com>
2395
2396         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
2397         (gst_ring_buffer_read), (gst_ring_buffer_clear):
2398         Don't assert on normal stuff.
2399
2400         * gst/playback/gstplaybin.c: (do_playbin_seek):
2401         API fix.
2402
2403 2005-10-12  Wim Taymans  <wim@fluendo.com>
2404
2405         * check/pipelines/simple_launch_lines.c: (run_pipeline):
2406         * examples/seeking/Makefile.am:
2407         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
2408         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
2409         (do_seek), (set_update_scale), (message_received), (main):
2410         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
2411         (gst_ring_buffer_read), (gst_ring_buffer_clear):
2412         Update for _get_state() API change.
2413
2414 2005-10-11  Wim Taymans  <wim@fluendo.com>
2415
2416         * gst-libs/gst/audio/gstbaseaudiosink.c:
2417         (gst_base_audio_sink_render):
2418         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2419         (gst_base_audio_src_create):
2420         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
2421         (gst_ring_buffer_read):
2422         Cleanups.
2423         Commit and read from ringbuffer in samples rather than bytes.
2424
2425 2005-10-11  Wim Taymans  <wim@fluendo.com>
2426
2427         * gst-libs/gst/audio/gstbaseaudiosink.c:
2428         (gst_base_audio_sink_render):
2429         Respect segment rate and accum when scheduling samples.
2430
2431 2005-10-11  Julien MOUTTE  <julien@moutte.net>
2432
2433         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
2434         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
2435         EOS correctly, that needs more work.
2436
2437 2005-10-11  Wim Taymans  <wim@fluendo.com>
2438
2439         * check/generic/states.c: (GST_START_TEST):
2440         remove old property.
2441
2442         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
2443         (gst_ogg_demux_perform_seek):
2444         * ext/theora/theoradec.c: (theora_dec_sink_event):
2445         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
2446         (vorbis_handle_data_packet):
2447         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2448         (gst_base_rtp_depayload_set_gst_timestamp):
2449         * gst/videorate/gstvideorate.c: (gst_videorate_event):
2450         Update for newsegment API change.
2451
2452 2005-10-11  Michael Smith <msmith@fluendo.com>
2453
2454         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
2455         (do_playbin_seek), (gst_play_bin_send_event):
2456           Override send_event differently, so that we can takes bits of
2457           functionality from GstPipeline (special handling for seeks,
2458           including pausing/resuming, and resetting stream time) and still get
2459           the appropriate behaviour of only forwarding event to a single sink,
2460           rather than all of them.
2461           Unfortunately requires a lot of code duplication, but the
2462           alternatives are equally ugly in the end.
2463
2464 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2465
2466         * check/elements/audioconvert.c: (setup_audioconvert),
2467         (cleanup_audioconvert), (get_int_caps), (verify_convert),
2468         (GST_START_TEST), (audioconvert_suite):
2469           clean up tests a little, fix some leaks.
2470
2471 2005-10-10  Wim Taymans  <wim@fluendo.com>
2472
2473         * ext/alsa/gstalsasink.c:
2474         Also allow unsigned int.
2475
2476         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2477         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2478         Small cleanup
2479
2480 2005-10-10  Wim Taymans  <wim@fluendo.com>
2481
2482         * check/pipelines/simple_launch_lines.c: (run_pipeline):
2483         Small update, use API as stated in design docs.
2484
2485         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
2486         (update_scale), (do_seek), (seek_cb), (set_update_scale),
2487         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
2488         (message_received), (main):
2489         Updated seek example for GOption. Some usability improvements.
2490
2491 2005-10-10  Wim Taymans  <wim@fluendo.com>
2492
2493         * gst/audioconvert/audioconvert.h:
2494         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
2495         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
2496         Alloc temp storage somewhere else where we can do it more
2497         portable.
2498
2499 2005-10-10  Wim Taymans  <wim@fluendo.com>
2500
2501         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
2502         (gst_tcpserversrc_start):
2503         Don't block in accept while doing the state change, move
2504         to poll and make cancellable.
2505
2506 2005-10-09  Philippe Khalaf <burger@speedy.org>
2507
2508         * gst-libs/gst/rtp/rtpbasedepayload.c:
2509         Set timestamp and add queue delay to timestamp
2510         * gst-libs/gst/rtp/rtpbuffer.h:
2511         Set correct payload type for h263
2512
2513 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
2514
2515         * gst/audiotestsrc/gstaudiotestsrc.c:
2516         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
2517         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
2518         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
2519         (gst_audiotestsrc_create_triangle),
2520         (gst_audiotestsrc_create_silence),
2521         (gst_audiotestsrc_create_white_noise),
2522         (gst_audiotestsrc_init_pink_noise),
2523         (gst_audiotestsrc_generate_pink_noise_value),
2524         (gst_audiotestsrc_create_pink_noise),
2525         (gst_audiotestsrc_change_wave):
2526         * gst/audiotestsrc/gstaudiotestsrc.h:
2527           fixed typo, added pink noise
2528
2529 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
2530
2531         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
2532         (plugin_init):
2533           Add wavpack and spc typefind functions from 0.8 branch.
2534
2535 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
2536
2537         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
2538         (ar_type_find), (msdos_type_find), (plugin_init):
2539           Add typefind functions for tar archives, ar archives,
2540           RAR archives, and msdos-executables (dlls, exe, etc.).
2541           Some of those would be wrongly identified as mpeg
2542           streams of some sort before (#315550).
2543
2544 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
2545
2546         * configure.ac:
2547         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2548         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2549         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
2550         * gst/audiotestsrc/Makefile.am:
2551         * gst/audiotestsrc/gstaudiotestsrc.c:
2552         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
2553         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
2554         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
2555         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
2556         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
2557         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
2558         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
2559         (gst_audiotestsrc_create_silence),
2560         (gst_audiotestsrc_create_white_noise),
2561         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
2562         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
2563         (gst_audiotestsrc_start), (plugin_init):
2564         * gst/audiotestsrc/gstaudiotestsrc.h:
2565           add new plugin and element
2566         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
2567           use gobject_class
2568
2569 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
2570
2571         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
2572         (gst_adder_init), (gst_adder_request_new_pad),
2573         (gst_adder_change_state):
2574           Add query function to source pad, so adder reports the correct
2575           time/sample position when queried (#315457); fix state change
2576           function; use GST_DEBUG_FUNCPTR() for pad functions.
2577
2578 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2579
2580         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
2581           Fix leaks in typefind registration
2582           Clean up the gratuitous commenting and whitespacing a little
2583
2584 2005-10-08  Wim Taymans  <wim@fluendo.com>
2585
2586         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
2587         Only actually wait for the thread to be stopped if it's 
2588         running.
2589
2590 2005-10-08  Wim Taymans  <wim@fluendo.com>
2591
2592         * gst-libs/gst/audio/gstbaseaudiosink.c:
2593         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2594         If we receive EOS we can start playback of what we had.
2595
2596 2005-10-08  Wim Taymans  <wim@fluendo.com>
2597
2598         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
2599         (gst_multifdsink_finalize), (multifdsink_hash_remove),
2600         (gst_multifdsink_stop):
2601         Fix crasher when going to NULL multiple times.
2602
2603 2005-10-06  Wim Taymans  <wim@fluendo.com>
2604
2605         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
2606         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2607         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2608         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
2609         patch from Edgard Lima <edgard.lima@indt.org.br>
2610         Fixed gstbaseaudiosrc adding ring buffer sync to it.
2611
2612 2005-10-06  Wim Taymans  <wim@fluendo.com>
2613
2614         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
2615         Report the FLOW_RETURN as string in the error message.
2616
2617         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
2618         Don't assert when clearing an unnegotiated buffer.
2619
2620 2005-10-04  Michael Smith <msmith@fluendo.com>
2621
2622         * gst/playback/gstplaybasebin.c: (group_destroy),
2623         (gen_preroll_element), (remove_groups), (setup_source):
2624         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
2625         (setup_sinks), (gst_play_bin_send_event),
2626         (gst_play_bin_change_state):
2627           Set state to NULL before removing from bin. Fix refcounting.
2628
2629 2005-10-04  Michael Smith <msmith@fluendo.com>
2630
2631         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
2632           Correct refcounting in send_event() function. Previously was wrong
2633           if the first sink was unable to handle the event.
2634
2635 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2636
2637         * configure.ac:
2638           back to development
2639
2640 === release 0.9.3 ===
2641
2642 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2643
2644         * configure.ac:
2645           Releasing 0.9.3, "De Facto"
2646
2647 2005-10-03  Andy Wingo  <wingo@pobox.com>
2648
2649         * gst/playback/gstdecodebin.c (try_to_link_1)
2650         (remove_element_chain): set element to NULL before removing it.
2651
2652 2005-10-02  Johan Dahlin  <johan@gnome.org>
2653
2654         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
2655         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
2656         MT safe.
2657
2658 2005-10-02  Andy Wingo  <wingo@pobox.com>
2659
2660         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
2661         (gst_ring_buffer_prepare_read): 
2662         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
2663         Demote to LOG.
2664
2665 2005-09-29  Wim Taymans  <wim@fluendo.com>
2666
2667         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
2668         * ext/theora/theoradec.c: (theora_handle_data_packet):
2669         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2670         Propagate error codes from alloc_buffer too.
2671
2672 2005-09-29  Wim Taymans  <wim@fluendo.com>
2673
2674         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
2675         We use fixed caps.
2676
2677         * gst/playback/Makefile.am:
2678         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
2679         (dump_element_stats), (main):
2680         Added example stream introspection code.
2681
2682 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
2683
2684         * gst/adder/gstadder.c: (gst_adder_collected):
2685           fix adder for float elements
2686
2687 2005-09-28  Wim Taymans  <wim@fluendo.com>
2688
2689         * gst-libs/gst/audio/gstbaseaudiosink.c:
2690         (gst_base_audio_sink_class_init),
2691         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
2692         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2693         (gst_base_audio_src_class_init),
2694         (gst_base_audio_src_provide_clock):
2695         get_clock -> provide_clock
2696
2697 2005-09-28  Andy Wingo  <wingo@pobox.com>
2698
2699         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
2700         and unlocking.
2701
2702         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
2703         unlocking.
2704
2705         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
2706         Actually add the pad template.
2707         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
2708
2709         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
2710         I'm at it...
2711
2712         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
2713         from fdsrc. Get caps in create() instead of start() so it can be
2714         interrupted. Interruption somewhat untested.
2715
2716         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
2717         Proper EOS handling.
2718
2719 2005-09-27  Andy Wingo  <wingo@pobox.com>
2720
2721         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
2722
2723         * gst/tcp/gsttcpserversrc.c: Cleaned up.
2724
2725         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
2726
2727         * gst/tcp/gsttcp.h: 
2728         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
2729         out of tcpclientsrc.c. Cancellable.
2730         (gst_tcp_socket_read): Made private, cancellable, with better
2731         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
2732         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
2733         whole buffer, and better diagnostics.
2734         (gst_tcp_gdp_read_caps): Same.
2735
2736         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
2737
2738 2005-09-26  Andy Wingo  <wingo@pobox.com>
2739
2740         * gst/sine/gstsinesrc.h:
2741         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
2742         change the 'sync' property to 'is-live' and implement it halfway,
2743         update for controller api change.
2744
2745         * gst/volume/gstvolume.c (volume_transform_ip): Update for
2746         controller api change.
2747
2748 2005-09-24  Wim Taymans  <wim@fluendo.com>
2749
2750         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
2751         * gst-libs/gst/audio/gstaudiosink.c:
2752         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
2753         (gst_audioringbuffer_stop):
2754         * gst-libs/gst/audio/gstbaseaudiosink.c:
2755         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
2756         (gst_base_audio_sink_change_state):
2757         * gst-libs/gst/audio/gstbaseaudiosink.h:
2758         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
2759         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
2760         (gst_ring_buffer_commit), (gst_ring_buffer_read):
2761         * gst-libs/gst/audio/gstringbuffer.h:
2762         Fix sync again. Moved sample alignment to basesink.
2763
2764 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2765
2766         * docs/plugins/Makefile.am:
2767         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2768         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2769         * gst/volume/gstvolume.c:
2770           add/fix docs
2771         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
2772         * gst-libs/gst/audio/audio.h:
2773           add conversion macros for frames <-> clocktime
2774
2775 2005-09-23  David Schleef  <ds@schleef.org>
2776
2777         * gst/audioresample/Makefile.am:
2778         * gst/audioresample/debug.h:
2779         * gst/audioresample/gstaudioresample.c:
2780         * gst/audioresample/resample.c: Convert to using gst debugging
2781
2782 2005-09-22  Wim Taymans  <wim@fluendo.com>
2783
2784         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2785         (gst_play_bin_send_event):
2786         Only seek on one sink, the first one that succeeds.
2787
2788 2005-09-22  Michael Smith <msmith@fluendo.com>
2789
2790         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
2791         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
2792         Don't flush encoder state unless we have an initialised encoder.
2793         Clear out encoder state on PAUSED_TO_READY.
2794
2795 2005-09-22  Wim Taymans  <wim@fluendo.com>
2796
2797         * gst-libs/gst/rtp/gstbasertppayload.c:
2798         (gst_basertppayload_class_init), (gst_basertppayload_init),
2799         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2800         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2801         (gst_basertppayload_is_filled), (gst_basertppayload_push),
2802         (gst_basertppayload_set_property),
2803         (gst_basertppayload_get_property),
2804         (gst_basertppayload_change_state):
2805         * gst-libs/gst/rtp/gstbasertppayload.h:
2806         Added max-ptime to control amount of data in the rtp packets.
2807
2808 2005-09-21  Andy Wingo  <wingo@pobox.com>
2809
2810         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
2811         thingies.
2812
2813         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
2814         can be called multiple times, dogs.
2815
2816 2005-09-21  Wim Taymans  <wim@fluendo.com>
2817
2818         * gst-libs/gst/rtp/gstbasertppayload.c:
2819         (gst_basertppayload_class_init), (gst_basertppayload_init),
2820         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2821         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2822         (gst_basertppayload_push), (gst_basertppayload_get_property),
2823         (gst_basertppayload_change_state):
2824         Allow 0 ssrc too.
2825
2826 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
2827
2828         * docs/libs/compiling.sgml:
2829           fixing typos
2830
2831 2005-09-20  Wim Taymans  <wim@fluendo.com>
2832
2833         * gst-libs/gst/rtp/gstbasertppayload.c:
2834         (gst_basertppayload_class_init), (gst_basertppayload_init),
2835         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2836         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2837         (gst_basertppayload_push), (gst_basertppayload_set_property),
2838         (gst_basertppayload_get_property),
2839         (gst_basertppayload_change_state):
2840         * gst-libs/gst/rtp/gstbasertppayload.h:
2841         Added property to configure sequence number offsets.
2842
2843 2005-09-20  Wim Taymans  <wim@fluendo.com>
2844
2845         * gst-libs/gst/rtp/gstbasertppayload.c:
2846         (gst_basertppayload_class_init), (gst_basertppayload_init),
2847         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2848         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2849         (gst_basertppayload_push), (gst_basertppayload_set_property),
2850         (gst_basertppayload_get_property),
2851         (gst_basertppayload_change_state):
2852         * gst-libs/gst/rtp/gstbasertppayload.h:
2853         Make timestamp offset configurable.
2854
2855 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2856
2857         * check/pipelines/simple_launch_lines.c: (run_pipeline):
2858           fix wrong pop/unref
2859
2860 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
2861
2862         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
2863
2864         * gst-libs/gst/interfaces/propertyprobe.c:
2865         (gst_property_probe_probe_property_name),
2866         (gst_property_probe_needs_probe_name),
2867         (gst_property_probe_get_values_name),
2868         (gst_property_probe_probe_and_get_values_name):
2869           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
2870           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
2871
2872 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2873
2874         * check/Makefile.am:
2875           have some tests be disabled for valgrinding
2876         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
2877         (GST_START_TEST):
2878         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
2879           Fix A Leak.  Chain To Parent Finalize.
2880
2881 2005-09-19  Wim Taymans  <wim@fluendo.com>
2882
2883         * examples/seeking/seek.c: (make_wav_pipeline), (main):
2884         Fixed wav pipeline.
2885
2886 2005-09-19  Wim Taymans  <wim@fluendo.com>
2887
2888         * gst-libs/gst/rtp/gstbasertppayload.c:
2889         (gst_basertppayload_class_init), (gst_basertppayload_init),
2890         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2891         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2892         (gst_basertppayload_push), (gst_basertppayload_get_property),
2893         (gst_basertppayload_change_state):
2894         Posting ERROR and WARNING messages is good.
2895
2896 2005-09-19  Wim Taymans  <wim@fluendo.com>
2897
2898         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2899         (gst_base_rtp_depayload_add_to_queue),
2900         (gst_base_rtp_depayload_push),
2901         (gst_base_rtp_depayload_set_gst_timestamp),
2902         (gst_base_rtp_depayload_queue_release):
2903         This one was not supposed to go in.
2904
2905 2005-09-19  Wim Taymans  <wim@fluendo.com>
2906
2907         * check/pipelines/simple_launch_lines.c: (run_pipeline):
2908         Fix for bus API.
2909
2910         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2911         (gst_base_rtp_depayload_chain),
2912         (gst_base_rtp_depayload_add_to_queue),
2913         (gst_base_rtp_depayload_push),
2914         (gst_base_rtp_depayload_set_gst_timestamp),
2915         (gst_base_rtp_depayload_queue_release):
2916         Some cleanups.
2917
2918         * gst-libs/gst/rtp/gstbasertppayload.c:
2919         (gst_basertppayload_class_init), (gst_basertppayload_init),
2920         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
2921         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
2922         (gst_basertppayload_get_property),
2923         (gst_basertppayload_change_state):
2924         Added debugging category.
2925
2926 2005-09-18  David Schleef  <ds@schleef.org>
2927
2928         * gst/playback/gstdecodebin.c: free plugin list correctly
2929         * gst/playback/gstplaybin.c: emit warning if autovideosink
2930           and autoaudiosink can't be found (instead of segfaulting)
2931
2932 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2933
2934         * check/elements/audioconvert.c: (GST_START_TEST):
2935           try out 24 bit conversion
2936
2937 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2938
2939         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
2940         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
2941         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
2942         * ext/vorbis/vorbisenc.h:
2943           Fix EOS handling.  Still needs a fix in the ogg muxer to
2944           mark the last page as eos.
2945
2946 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2947
2948         * common/gtk-doc-plugins.mak:
2949         * docs/plugins/Makefile.am:
2950         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2951         * gst/ffmpegcolorspace/Makefile.am:
2952         * gst/ffmpegcolorspace/avcodec.h:
2953         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2954         * gst/tcp/gstmultifdsink.c:
2955           fix up ffmpegcolorspace docs; extract header
2956
2957 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2958
2959         * common/gtk-doc-plugins.mak:
2960         * docs/plugins/Makefile.am:
2961         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2962         * ext/theora/Makefile.am:
2963         * ext/theora/gsttheoraenc.h:
2964         * ext/theora/theoraenc.c:
2965         * ext/vorbis/vorbisenc.c:
2966           pick up signals and args for vorbis; add some docs for vorbis
2967
2968 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2969
2970         * common/gstdoc-scangobj:
2971         * common/gtk-doc-plugins.mak:
2972         * docs/libs/Makefile.am:
2973         * docs/plugins/gst-plugins-base-plugins.args:
2974         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2975         * docs/plugins/gst-plugins-base-plugins.interfaces:
2976         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2977         * docs/plugins/gst-plugins-base-plugins.signals:
2978           only scanobj stuff from our source module.  Not sure yet
2979           if that's correct, given the hierarchy stuff :)
2980
2981 2005-09-15  Wim Taymans  <wim@fluendo.com>
2982
2983         * gst/audioconvert/gstaudioconvert.c:
2984         And enable 24 bits mode as well..
2985
2986 2005-09-15  Wim Taymans  <wim@fluendo.com>
2987
2988         * gst-libs/gst/rtp/Makefile.am:
2989         * gst-libs/gst/rtp/gstbasertppayload.c:
2990         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
2991         (gst_basertppayload_class_init), (gst_basertppayload_init),
2992         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
2993         (gst_basertppayload_chain), (gst_basertppayload_set_options),
2994         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
2995         (gst_basertppayload_set_property),
2996         (gst_basertppayload_get_property),
2997         (gst_basertppayload_change_state):
2998         * gst-libs/gst/rtp/gstbasertppayload.h:
2999         Added rtp payloader base class.
3000
3001 2005-09-15  Andy Wingo  <wingo@pobox.com>
3002
3003         * configure.ac (plugindir): Remove the EOL matcher from the
3004         regexp, as it causes me problems. Libtool? Make? Who knows?
3005
3006 2005-09-14  David Schleef  <ds@schleef.org>
3007
3008         * check/generic/states.c: 
3009         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
3010         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
3011           Fixes for changes in registry API.
3012
3013         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
3014           to GST_PLUGIN_LDFLAGS.
3015         * ext/libvisual/visual.c: Make the library shut up.
3016         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
3017         * gst-libs/gst/audio/gstaudiofilter.c: same
3018
3019 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3020
3021         * docs/plugins/Makefile.am:
3022         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3023         * docs/plugins/inspect/plugin-libvisual.xml:
3024         * docs/plugins/tmpl/element-tcpserversink.sgml:
3025         * ext/theora/theoraenc.c:
3026           add libvisual plugin and theoraenc element to docs
3027
3028 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3029
3030         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3031         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3032         * ext/theora/theoraenc.c:
3033           add theoraenc
3034
3035 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
3036
3037         * gst/audioconvert/Makefile.am:
3038           Audioconvert derives from GstBaseTransform and should
3039           link to the library with our base elements to avoid
3040           unresolved symbols. Makes things work with MinGW (#316160)
3041
3042         * gst/playback/test4.c: (main):
3043           Fix MinGW build problem and use g_usleep() instead of 
3044           sleep() (#316162)
3045
3046 2005-09-12  Wim Taymans  <wim@fluendo.com>
3047
3048         * gst/audioconvert/audioconvert.c: (float),
3049         (audio_convert_prepare_context), (audio_convert_convert):
3050         * gst/audioconvert/audioconvert.h:
3051         Cleanups, speedups, simplifications, added back support
3052         for 24 bits.
3053
3054 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3055
3056         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3057         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3058         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3059         * docs/plugins/tmpl/element-tcpserversink.sgml:
3060         * gst/ffmpegcolorspace/gstffmpeg.c:
3061         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3062         * gst/videotestsrc/gstvideotestsrc.c:
3063         * gst/volume/gstvolume.c:
3064           add more elements to the docs
3065
3066 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
3067
3068         * check/Makefile.am:
3069         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
3070         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
3071           Add extra tests for basetransform based components. 
3072           Comment out the test_element_negotiation test until we decide
3073           if it's testing correct behaviour.
3074         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
3075         (gst_visual_chain), (gst_visual_change_state):
3076           Slightly more correct but still bogus timestamping.
3077           Fix state change function.
3078         * gst/audioconvert/gstaudioconvert.c:
3079         (gst_audio_convert_class_init):
3080         * gst/audioresample/gstaudioresample.c:
3081         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3082         (gst_ffmpegcsp_class_init):
3083         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
3084         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
3085         (gst_videoscale_prepare_image):
3086         * gst/volume/gstvolume.c: (gst_volume_class_init),
3087         (volume_transform_ip):
3088           Basetransform updates. Enable passthrough modes.
3089         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
3090         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
3091         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
3092           Negotiation fix that allows the window to return to the original
3093           size and renegotiate passthrough upstream. Extra debug output.
3094
3095 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
3096
3097         * gst/sine/gstsinesrc.c:
3098         * gst/volume/gstvolume.c:
3099           fix up header include
3100
3101 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
3102
3103         * gst-libs/gst/audio/gstbaseaudiosink.c:
3104         (gst_base_audio_sink_render):
3105         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
3106         * gst/volume/gstvolume.c: (gst_volume_class_init),
3107         (volume_transform):
3108           fixing lost sync, some more debugging
3109
3110 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
3111
3112         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
3113         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
3114         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
3115         (gst_xvimagesink_check_xshm_calls):
3116           Fix compilation when XShm is not available.
3117
3118 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
3119
3120         * ext/libvisual/visual.c: (gst_visual_dispose),
3121         (gst_visual_getcaps), (gst_visual_src_setcaps),
3122         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
3123         (gst_visual_change_state):
3124           Finish fixing up libvisual plugin so that it runs. 
3125
3126 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
3127
3128         * ext/vorbis/vorbisenc.c:
3129         * gst-libs/gst/tag/gstvorbistag.c:
3130           gsttaginterface.h -> gsttagsetter.h
3131
3132 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
3133
3134         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
3135           added another test that failes for me (test is not active by default)
3136
3137 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3138
3139         * configure.ac:
3140           v4l2 is no longer in gst-plugins-base
3141
3142 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
3143
3144         * configure.ac:
3145           In the output at the end, don't show the first plugin on the same
3146           line as "Core plug-ins, always built:".
3147           Indent the output as for other plugin categories
3148         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
3149           #define that can be used to not use peer buffer_alloc functions for
3150           test purposes.
3151         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
3152         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
3153         (gst_ximagesink_show_frame):
3154         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
3155         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
3156         (gst_xvimagesink_show_frame):
3157           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
3158           fails gracefully instead of XError aborting or deadlocking.
3159
3160 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
3161
3162         * ext/libvisual/Makefile.am:
3163           link against gst-base-libs
3164
3165 2005-09-06  David Schleef  <ds@schleef.org>
3166
3167         * configure.ac: Enable libvisual plugin.
3168         * ext/libvisual/Makefile.am:
3169         * ext/libvisual/visual.c: Fixes to make it compile.
3170
3171 === release 0.9.2 ===
3172
3173 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
3174
3175         * NEWS:
3176         * RELEASE:
3177         * configure.ac:
3178         * docs/random/ChangeLog-0.8:
3179           releasing 0.9.2, "Spoon"
3180
3181 2005-09-05  Michael Smith <msmith@fluendo.com>
3182
3183         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
3184           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
3185           that in the vorbisenc element.
3186
3187 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
3188
3189         * common/gtk-doc-plugins.mak:
3190         * docs/plugins/Makefile.am:
3191           fix distcheck
3192         * gst/audioresample/resample.c:
3193           fix wrong docstring
3194
3195 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
3196
3197         * common/gst-xmlinspect.py:
3198         * common/gtk-doc-plugins.mak:
3199           only inspect plugins for this given package
3200           require gst-python 0.9
3201
3202 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
3203
3204         * Makefile.am:
3205         * autogen.sh:
3206         * common/gst-xmlinspect.py:
3207         * configure.ac:
3208         * docs/Makefile.am:
3209         * docs/plugins/inspect/plugin-alsa.xml:
3210         * docs/plugins/inspect/plugin-audioresample.xml:
3211         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3212         * docs/plugins/inspect/plugin-ogg.xml:
3213         * docs/plugins/tmpl/element-gnomevfssink.sgml:
3214         * docs/plugins/tmpl/element-multifdsink.sgml:
3215         * docs/plugins/tmpl/element-tcpserversink.sgml:
3216         * docs/plugins/tmpl/element-vorbisenc.sgml:
3217         * gst-plugins-base.spec.in:
3218           various doc-related updates
3219
3220 2005-08-31  Wim Taymans  <wim@fluendo.com>
3221
3222         * gst-libs/gst/audio/gstbaseaudiosink.c:
3223         (gst_base_audio_sink_render):
3224         Resync if the buffer timestamps drift more than a 10th 
3225         of a second.
3226
3227 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
3228
3229         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
3230         (gst_v4lsrc_get_property):
3231           The 'timestamp-offset' property is registered as an int64, so
3232           let's use g_value_{set|get}_int64() in our setter and getter
3233           functions (makes it work and fixes warnings with gst-inspect).
3234
3235 2005-08-30  Wim Taymans  <wim@fluendo.com>
3236
3237         * check/elements/audioconvert.c: (setup_audioconvert):
3238         * check/elements/audioresample.c: (setup_audioresample):
3239         * check/elements/volume.c: (setup_volume):
3240         Fix checks.
3241
3242 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3243
3244         * common/gtk-doc-plugins.mak:
3245         * common/plugins.xsl:
3246         * docs/plugins/Makefile.am:
3247           make module a param
3248
3249 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
3250
3251         * examples/seeking/seek.c: (make_mp3_pipeline),
3252         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
3253         (play_cb), (pause_cb), (stop_cb):
3254           update the example
3255
3256 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
3257
3258         * gst/volume/gstvolume.c: (gst_volume_class_init),
3259         (volume_transform):
3260           do not update controlled params, if buffer has no timestamp
3261
3262 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
3263
3264         * configure.ac:
3265         * gst/sine/Makefile.am:
3266         * gst/volume/Makefile.am:
3267           controllerized elements also need to link against controller-libs ;)
3268
3269 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
3270
3271         * docs/libs/tmpl/gstcolorbalance.sgml:
3272         * docs/libs/tmpl/gstgconf.sgml:
3273         * docs/libs/tmpl/gstmixer.sgml:
3274         * docs/libs/tmpl/gstringbuffer.sgml:
3275         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
3276         (gst_sinesrc_create):
3277         * gst/volume/gstvolume.c: (gst_volume_class_init),
3278         (volume_transform):
3279           controllerized two audio plugins
3280
3281 2005-08-29  Andy Wingo  <wingo@pobox.com>
3282
3283         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
3284         (vorbis_handle_data_packet): Fix some int overflow errors.
3285
3286         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
3287         -1.
3288         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
3289         valid.
3290         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
3291         if it's valid. Fixed streaming-mode playback.
3292
3293         * check/elements/volume.c (cleanup_volume): Fix for running
3294         CK_FORK=no.
3295
3296         * check/elements/audioconvert.c: Convert from native endian, not
3297         little endian.
3298
3299 2005-08-29  Michael Smith <msmith@fluendo.com>
3300
3301         * ext/ogg/Makefile.am:
3302         * ext/ogg/gstogg.c: (plugin_init):
3303         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
3304         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
3305         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
3306         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
3307         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
3308         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
3309         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
3310         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
3311         Add an ogg parser element.
3312
3313 2005-08-28  Andy Wingo  <wingo@pobox.com>
3314
3315         * Updates for two-arg init from GST_BOILERPLATE_FULL.
3316
3317 2005-08-26  Wim Taymans  <wim@fluendo.com>
3318
3319         * gst/audioconvert/audioconvert.c: (if), (float),
3320         (audio_convert_get_func_index), (check_default),
3321         (audio_convert_clean_fmt), (audio_convert_prepare_context),
3322         (audio_convert_clean_context), (audio_convert_get_sizes),
3323         (audio_convert_convert):
3324         Cleanups.
3325
3326 2005-08-26  Wim Taymans  <wim@fluendo.com>
3327
3328         * gst/audioconvert/audioconvert.c: (if), (float),
3329         (audio_convert_get_func_index), (check_default),
3330         (audio_convert_clean_fmt), (audio_convert_prepare_context),
3331         (audio_convert_clean_context), (audio_convert_get_sizes),
3332         (audio_convert_convert):
3333         More elegant and working temp buffer selection algo.
3334
3335 2005-08-26  Wim Taymans  <wim@fluendo.com>
3336
3337         * gst/audioconvert/audioconvert.c: (if), (float),
3338         (audio_convert_get_func_index), (check_default),
3339         (audio_convert_clean_fmt), (audio_convert_prepare_context),
3340         (audio_convert_clean_context), (audio_convert_get_sizes),
3341         (get_temp_buffer), (audio_convert_convert):
3342         Use realloc else we lose our original data.
3343
3344 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3345
3346         * gst/audioresample/gstaudioresample.c:
3347           use base class' newsegment to properly timestamp
3348
3349 2005-08-26  Wim Taymans  <wim@fluendo.com>
3350
3351         * gst/audioconvert/audioconvert.c: (if), (float),
3352         (audio_convert_get_func_index), (check_default),
3353         (audio_convert_clean_fmt), (audio_convert_prepare_context),
3354         (audio_convert_clean_context), (audio_convert_get_sizes),
3355         (get_temp_buffer), (audio_convert_convert):
3356         * gst/audioconvert/gstaudioconvert.c:
3357         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
3358         (gst_audio_convert_transform_caps),
3359         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
3360         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
3361         Oops, allocate enough space to perform the channel mix.
3362
3363 2005-08-26  Wim Taymans  <wim@fluendo.com>
3364
3365         * gst/audioconvert/Makefile.am:
3366         * gst/audioconvert/audioconvert.c: (if), (float),
3367         (audio_convert_get_func_index), (check_default),
3368         (audio_convert_clean_fmt), (audio_convert_prepare_context),
3369         (audio_convert_clean_context), (audio_convert_get_sizes),
3370         (get_temp_buffer), (audio_convert_convert):
3371         * gst/audioconvert/audioconvert.h:
3372         * gst/audioconvert/gstaudioconvert.c:
3373         (gst_audio_convert_class_init), (gst_audio_convert_init),
3374         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
3375         (gst_audio_convert_get_unit_size),
3376         (gst_audio_convert_transform_caps),
3377         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
3378         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
3379         * gst/audioconvert/gstaudioconvert.h:
3380         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
3381         (gst_channel_mix_fill_identical),
3382         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
3383         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
3384         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
3385         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
3386         (gst_channel_mix_mix):
3387         * gst/audioconvert/gstchannelmix.h:
3388         Cleanups, librarify a bit, optimize, better negotiation and more.
3389
3390 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
3391
3392         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
3393         Another from MikeS:
3394         During typefinding, don't support negative offsets
3395         (offsets from the end of the stream) in our typefind->peek() function
3396         - nothing embedded in ogg ever needs them. However, we need to recognise
3397         those requests and reject them, otherwise we return invalid pointers.
3398
3399 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
3400
3401         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
3402         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
3403         (vorbisdec_finalize), (vorbis_handle_type_packet):
3404           Big shout-out to MikeS for fixing this giant memory leak.
3405           Huzzah!
3406
3407 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
3408
3409         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
3410         (audio_convert_get_unit_size):
3411           plug some leaks
3412
3413 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
3414
3415         * check/Makefile.am:
3416         * check/elements/audioconvert.c: (setup_audioconvert),
3417         (cleanup_audioconvert), (get_int_caps), (verify_convert),
3418         (GST_START_TEST), (audioconvert_suite), (main):
3419           add a test for audioconvert
3420         * gst/audioresample/gstaudioresample.c:
3421         * gst/audioresample/gstaudioresample.h:
3422           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
3423           note that for buffers of 1/3 sec this means DURATION(c) is 
3424           one nanosecond more than for a and b
3425
3426 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
3427
3428         * check/Makefile.am:
3429         * check/elements/audioresample.c: (setup_audioresample),
3430         (cleanup_audioresample), (fail_unless_perfect_stream),
3431         (test_perfect_stream_instance), (GST_START_TEST),
3432           add a check for audioresample
3433         (audioresample_suite), (main):
3434         * check/elements/volume.c: (GST_START_TEST):
3435           remove unused method
3436         * gst/audioresample/gstaudioresample.c:
3437           set correct buffer parameters since we're changing them
3438         * gst/audioresample/resample_ref.c: (resample_scale_ref):
3439           add some debug
3440
3441 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
3442
3443         * gst/audioresample/debug.c:
3444         * gst/audioresample/gstaudioresample.c:
3445           add room for extra overlap samples when asked to transform size
3446           protect against possible mem corruption and check for discrepancies
3447           between written size and outbuffer's size so we can warn for
3448           potential problems
3449         * gst/audioresample/resample.c: (resample_init),
3450         (resample_get_output_size_for_input), (resample_get_output_size),
3451         (resample_set_n_channels), (resample_set_format):
3452           set debug level based on RESAMPLE_DEBUG env var
3453           make sure that get_output_size* returns a whole number of
3454           sample_size
3455           set sample_size each time either channel or format is set
3456         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
3457         * gst/audioresample/resample_functable.c:
3458         (resample_scale_functable):
3459         * gst/audioresample/resample_ref.c: (resample_scale_ref):
3460           remove r->sample_size, it's done in resample.c now
3461           add some debugging to the ref implementation
3462           make sure we only give back bytes that are wholes of the sample
3463           size
3464
3465 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
3466         * gst/playback/gstplaybasebin.c: (fill_buffer):
3467         Revert unpopular change for GST_MESSAGE_SRC to GObject.
3468
3469 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
3470
3471         * gst/volume/gstvolume.c:
3472           made set_caps function static
3473
3474 2005-08-24  Wim Taymans  <wim@fluendo.com>
3475
3476         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
3477         (gst_vorbisenc_change_state):
3478         Stop leaking taglists.
3479
3480 2005-08-24  Wim Taymans  <wim@fluendo.com>
3481
3482         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
3483         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
3484         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
3485         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
3486         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
3487         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
3488         Parse seeking events better.
3489         Unref static caps.
3490         Generate correct newsegment events, fixes seeking in live oggs.
3491
3492         * ext/theora/theoradec.c: (theora_dec_src_query),
3493         (theora_dec_src_event), (theora_dec_src_getcaps),
3494         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
3495         Use newsegment values to report correct play time.
3496
3497         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3498         (vorbis_dec_src_event), (vorbis_dec_sink_event):
3499         * ext/vorbis/vorbisdec.h:
3500         Parse and use newsegment values to report correct play time.
3501
3502         * gst-libs/gst/audio/gstbaseaudiosink.c:
3503         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
3504         Clear ringbuffer on flush.
3505         Use newsegment values to calculate playback time.
3506
3507         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
3508         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
3509         Basesink does newsegment calculations for us now.
3510
3511 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3512
3513         * check/Makefile.am:
3514         * configure.ac:
3515           add core's plugins to the mix so that playbin works
3516         * check/generic/states.c: (GST_START_TEST):
3517           set a 0 timeout on pipelines, so they don't force the next
3518           state change
3519         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
3520         (gst_play_base_bin_change_state):
3521           remove the crappy error handling and do GST error handling
3522
3523 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3524
3525         * check/Makefile.am:
3526         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
3527           add same test as to core, it bitches out on playbin atm.
3528
3529 2005-08-24  Wim Taymans  <wim@fluendo.com>
3530
3531         * configure.ac:
3532         Remove audioscale.
3533
3534 2005-08-24  Wim Taymans  <wim@fluendo.com>
3535
3536         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
3537         (gst_videoscale_prepare_size), (parse_caps),
3538         (gst_videoscale_set_caps), (gst_videoscale_get_size),
3539         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
3540         (gst_videoscale_transform):
3541         * gst/videoscale/gstvideoscale.h:
3542         Refactor, make use of BaseTranform really well.
3543
3544 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3545
3546         * configure.ac:
3547           compile audioresample
3548         * gst/audioresample/Makefile.am:
3549         * gst/audioresample/buffer.c:
3550         * gst/audioresample/functable.c:
3551         * gst/audioresample/gstaudioresample.c:
3552         * gst/audioresample/gstaudioresample.h:
3553         * gst/audioresample/resample.c:
3554         (resample_get_output_size_for_input):
3555         * gst/audioresample/resample.h:
3556         * gst/audioresample/resample_chunk.c:
3557         * gst/audioresample/resample_functable.c:
3558         * gst/audioresample/resample_ref.c:
3559           port to use basetransform; doesn't work in all cases yet
3560
3561 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3562
3563         * gst/audioconvert/gstaudioconvert.c:
3564         (gst_audio_convert_class_init), (gst_audio_convert_init),
3565         (audio_convert_get_unit_size), (audio_convert_transform_caps),
3566         (audio_convert_fixate_caps), (audio_convert_set_caps),
3567         (audio_convert_transform),
3568         (gst_audio_convert_buffer_to_default_format),
3569         (gst_audio_convert_buffer_from_default_format),
3570         (gst_audio_convert_channels):
3571         * gst/audioconvert/gstchannelmix.c:
3572         * gst/audioconvert/gstchannelmix.h:
3573           port to basetransform
3574         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3575         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
3576         (gst_ffmpegcsp_get_unit_size):
3577         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
3578         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
3579           fix for basetransform changes
3580
3581 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
3582
3583         * check/Makefile.am:
3584           Add CHECK_CFLAGS and LDFLAGS
3585
3586         * gst/playback/gstplaybasebin.c: (fill_buffer):
3587           GST_MESSAGE_SRC became a GObject
3588
3589 2005-08-24  Wim Taymans  <wim@fluendo.com>
3590
3591         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
3592         (gst_ring_buffer_clear_all):
3593         * gst-libs/gst/audio/gstringbuffer.h:
3594         Added function to clear the ringbuffer.
3595
3596 2005-08-24  Andy Wingo  <wingo@pobox.com>
3597
3598         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
3599         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
3600         of _open and _close.
3601
3602         * sys/v4l/gstv4lxoverlay.h:
3603         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
3604         an Xv connection here, instead of all the time. Make Xv only be
3605         loaded if you axe for it. Kindof a workaround for buggy behaviour
3606         of Xv when using remote xservers (XvQueryExtension would block).
3607         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
3608         replace the _open and _close public API. Only start the xv
3609         connection if necessary.
3610         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
3611
3612 2005-08-23  David Schleef  <ds@schleef.org>
3613
3614         * gst/audioresample/Makefile.am: Leet audioresampling code
3615         * gst/audioresample/buffer.c:
3616         * gst/audioresample/buffer.h:
3617         * gst/audioresample/debug.c:
3618         * gst/audioresample/debug.h:
3619         * gst/audioresample/functable.c:
3620         * gst/audioresample/functable.h:
3621         * gst/audioresample/gstaudioresample.c:
3622         * gst/audioresample/gstaudioresample.h:
3623         * gst/audioresample/resample.c:
3624         * gst/audioresample/resample.h:
3625         * gst/audioresample/resample_chunk.c:
3626         * gst/audioresample/resample_functable.c:
3627         * gst/audioresample/resample_ref.c:
3628
3629 2005-08-23  Wim Taymans  <wim@fluendo.com>
3630
3631         * examples/seeking/seek.c: (make_vorbis_pipeline),
3632         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
3633         Small seek updates.
3634
3635 2005-08-23  Andy Wingo  <wingo@pobox.com>
3636
3637         * gst-libs/gst/audio/gstbaseaudiosrc.c
3638         (gst_base_audio_src_fixate): Only fixate endianness if it is
3639         present in the caps.
3640
3641 2005-08-22  Andy Wingo  <wingo@pobox.com>
3642
3643         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
3644         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
3645         device-name property.
3646
3647         * gst-libs/gst/audio/gstaudiosrc.h:
3648         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
3649         close_device in the ring buffer, like gstaudiosink.
3650
3651         * ext/alsa/gstalsamixer.h:
3652         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
3653         macro to implement the interface without much code. Cleanups. 
3654
3655         * ext/alsa/gstalsasrc.h:
3656         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
3657         READY.
3658
3659         * ext/alsa/Makefile.am: Add new files.
3660         * ext/alsa/gstalsamixerelement.c: 
3661         * ext/alsa/gstalsamixerelement.c: Split element code out from
3662         mixer code so that alsasrc can be a mixer too.
3663
3664 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3665
3666         * check/elements/volume.c: (setup_volume), (cleanup_volume),
3667         (GST_START_TEST):
3668         * check/elements/vorbisdec.c: (setup_vorbisdec),
3669         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
3670         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3671         (vorbis_handle_identification_packet),
3672         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
3673         (vorbis_handle_header_packet), (vorbis_dec_push),
3674         (vorbis_dec_chain):
3675           use the setup/teardown methods to save code.  save code is good.
3676
3677 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3678
3679         * check/Makefile.am:
3680           add ext dir for plugins
3681           add vorbisdec test conditionally
3682         * check/elements/volume.c: (setup_volume), (cleanup_volume),
3683         (GST_START_TEST), (volume_suite):
3684           add a test with wrong caps
3685         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
3686         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
3687           add a vorbisdec test
3688         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
3689         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
3690           clean up debug output
3691         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
3692           yay, fix a segfault/security issue in vorbisdec
3693           gst-launch fakesrc ! vorbisdec wasn't happy
3694         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
3695         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
3696         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
3697         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
3698         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
3699         (gst_vorbisenc_set_metadata), (get_constraints_string),
3700         (update_start_message), (gst_vorbisenc_setup),
3701         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
3702         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
3703         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
3704         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
3705         * ext/vorbis/vorbisenc.h:
3706           march in line
3707         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3708         (gst_ffmpegcsp_transform):
3709           have the kow come home
3710         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
3711           debug my func ptr
3712         * gst/volume/gstvolume.c: (volume_set_caps):
3713           add a debug
3714
3715 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3716
3717         * Makefile.am:
3718         * check/.cvsignore:
3719         * check/Makefile.am:
3720         * check/elements/.cvsignore:
3721         * check/elements/volume.c: (chain_func), (event_func),
3722         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
3723         (main):
3724         * configure.ac:
3725           add unit test structure for gst-plugins-base
3726           add a test for volume
3727         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
3728         (gst_volume_set_volume), (gst_volume_get_volume),
3729         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
3730         (volume_funcfind), (volume_process_float), (volume_process_int16),
3731         (volume_set_caps), (volume_transform), (volume_update_mute),
3732         (volume_update_volume), (volume_set_property),
3733         (volume_get_property):
3734           document a little; use basetransform vmethod _set_caps
3735
3736 2005-08-19  Andy Wingo  <wingo@pobox.com>
3737
3738         * ext/alsa/gstalsamixertrack.h:
3739         * ext/alsa/gstalsamixertrack.c:
3740         * ext/alsa/gstalsamixeroptions.h:
3741         * ext/alsa/gstalsamixeroptions.c:
3742         * ext/alsa/gstalsamixer.h:
3743         * ext/alsa/gstalsamixer.c: Port to 0.9.
3744
3745         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
3746         Remove gstalsa.c and alsaclock. No more cruft here.
3747         
3748 2005-08-18  Wim Taymans  <wim@fluendo.com>
3749
3750         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3751         (gst_base_rtp_depayload_chain),
3752         (gst_base_rtp_depayload_add_to_queue),
3753         (gst_base_rtp_depayload_push),
3754         (gst_base_rtp_depayload_queue_release):
3755         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3756         Fix for RTPBuffer changes.
3757
3758         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
3759         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
3760         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
3761         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
3762         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
3763         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
3764         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
3765         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
3766         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
3767         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
3768         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
3769         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
3770         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
3771         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
3772         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
3773         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
3774         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
3775         (gst_rtpbuffer_get_payload):
3776         * gst-libs/gst/rtp/gstrtpbuffer.h:
3777         Don't subclass GstBuffer but add methods and helper functions
3778         to construct and manipulate RTP packets in regular GstBuffers.
3779
3780 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
3781
3782         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
3783           moved statement below switch
3784         * gst/volume/gstvolume.c: (gst_volume_class_init):
3785           added debug ptr
3786
3787 2005-08-16  Wim Taymans  <wim@fluendo.com>
3788
3789         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3790         (gst_base_audio_src_change_state):
3791         Open and close device in READY<->NULL state change.
3792
3793 2005-08-16  Andy Wingo  <wingo@pobox.com>
3794
3795         * examples/seeking/Makefile.am: Don't compile non-compiling
3796         compiled objects with the compiler.
3797
3798         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
3799         elements.
3800
3801 2005-08-12  Philippe Khalaf <burger@speedy.org>
3802         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3803         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3804           Made a thread to release the queue.
3805           Removed timestamp conversion for now.
3806
3807 2005-08-10  Philippe Khalaf <burger@speedy.org>
3808         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3809         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3810           Added rtp timestamp -> gst timestamp conversion.
3811           Fixed several problems with queue.
3812
3813 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
3814
3815         * gst-libs/gst/audio/gstaudioclock.h:
3816         * gst-libs/gst/audio/gstaudiofilter.h:
3817         * gst-libs/gst/audio/gstaudiosink.h:
3818         * gst-libs/gst/audio/gstaudiosrc.h:
3819         * gst-libs/gst/audio/gstbaseaudiosink.h:
3820         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3821         * gst-libs/gst/audio/gstringbuffer.h:
3822         * gst-libs/gst/net/gstnetbuffer.h:
3823         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3824         * gst-libs/gst/rtp/gstrtpbuffer.h:
3825           Add padding (you will need to rebuild gst-plugins-base,
3826           gst-plugins and all applications afterwards!)
3827
3828 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
3829
3830         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3831         (gst_riff_parse_chunk):
3832           Fix bug in debug message and add some more debug messages.
3833
3834 2005-08-08  Edward Hervey  <edward@fluendo.com>
3835
3836         * gst-libs/gst/riff/riff-media.c:
3837         backported updates since branch
3838
3839 2005-08-08  Andy Wingo  <wingo@pobox.com>
3840
3841         * gst-libs/gst/audio/gstbaseaudiosink.c
3842         (gst_base_audio_sink_change_state): Open the device in NULL->READY
3843         like good elements should. Close on READY->NULL too.
3844
3845         * gst-libs/gst/audio/gstaudiosink.c
3846         (gst_audioringbuffer_open_device,
3847         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
3848         (gst_audioringbuffer_release): Updates for new ring buffer API,
3849         hook into the new audio sink api.
3850
3851         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
3852         (GstAudioSinkClass.close): Just open and close the device -- no
3853         resource allocation or configuration.
3854         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
3855         vmethods, handle device setup and resource allocation.
3856
3857         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
3858         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
3859         base class API.
3860
3861         * gst-libs/gst/audio/gstringbuffer.h
3862         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
3863         New vmethods.
3864
3865         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
3866         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
3867         New API functions. The device should be opened before acquiring
3868         and closed after releasing.
3869
3870 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
3871
3872         * gst-libs/gst/interfaces/mixer.h:
3873           Reset padding to GST_PADDING.
3874
3875 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3876
3877         * gst/playback/gstplaybin.c: (remove_sinks):
3878           Remove visualization from parent explicitely; works around some
3879           apparent refcount issue that I haven't tracked down yet.
3880
3881 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3882
3883         * ext/alsa/gstalsasink.c: (set_hwparams):
3884           Assign debug category, add negotiation debug msgs.
3885
3886 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3887
3888         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
3889           Fix error code for file-not-found to NOT_FOUND.
3890
3891 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3892
3893         * common/gtk-doc-plugins.mak:
3894         * docs/plugins/Makefile.am:
3895         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3896         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3897           renamed to actual element names, so much nicer to look at
3898         * docs/plugins/tmpl/gstmultifdsink.sgml:
3899           remove
3900         * docs/plugins/tmpl/multifdsink.sgml:
3901         * docs/plugins/tmpl/tcpserversink.sgml:
3902           add
3903         * ext/alsa/gstalsa.c:
3904         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
3905         * ext/ogg/gstoggmux.c:
3906         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
3907         * gst/playback/gstdecodebin.c:
3908         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
3909         * gst/tcp/gsttcpserversink.c:
3910           various fixes and documentation additions
3911
3912 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3913
3914         * common/Makefile.am:
3915         * common/gstdoc-scangobj:
3916         * common/gtk-doc-plugins.mak:
3917         * common/gtk-doc.mak:
3918           add a custom scangobj that uses the registry
3919           add a custom gtk-doc-plugins.mak that uses it
3920           some doc build fixes
3921         * configure.ac:
3922         * docs/Makefile.am:
3923         * docs/plugins/Makefile.am:
3924         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3925         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3926         * docs/plugins/gst-plugins-base-plugins.types:
3927         * docs/plugins/tmpl/gstmultifdsink.sgml:
3928           add docs for one element, multifdsink
3929         * gst/adder/gstadder.h:
3930         * gst/volume/gstvolume.h:
3931           don't privatize enum
3932         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
3933         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
3934         (gst_sync_method_get_type), (gst_client_status_get_type),
3935         (gst_multifdsink_class_init),
3936         (gst_multifdsink_client_queue_buffer),
3937         (gst_multifdsink_handle_client_write):
3938         * gst/tcp/gstmultifdsink.h:
3939         * gst/tcp/gsttcp.h:
3940         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
3941         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
3942         (gst_tcpclientsink_render):
3943         * gst/tcp/gsttcpclientsink.h:
3944         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
3945         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
3946         (gst_tcpclientsrc_start):
3947         * gst/tcp/gsttcpclientsrc.h:
3948         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
3949         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
3950         * gst/tcp/gsttcpserversrc.h:
3951         * gst/typefind/gsttypefindfunctions.c:
3952           remove superfluous Type stuff
3953
3954 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3955
3956         * gst/playback/gstplaybin.c: (gen_video_element):
3957           Enable videoscale.
3958
3959 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3960
3961         * gst-libs/gst/gconf/gconf.c:
3962         * gst-libs/gst/gconf/gconf.h:
3963           Fix some Andy Problem [tm].
3964
3965 2005-08-04  Andy Wingo  <wingo@pobox.com>
3966
3967         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
3968         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
3969         (gst_ffmpegcsp_get_size): Adapt to API changes.
3970
3971         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
3972         Implement an in-place do-nothing transform.
3973
3974 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3975
3976         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
3977         (gst_ximagesink_renegotiate_size):
3978           Do not set new window sizes yet if we prepare a new buffer size
3979           for upstream renegotiation (software scaling) at some point in the
3980           future, because this new size waqs not actually accepted yet. Once
3981           accepted, renegotiation later on will set the new sizes just fine.
3982           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
3983           embedding testcase.
3984
3985 2005-08-03  Andy Wingo  <wingo@pobox.com>
3986
3987         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
3988         (gst_ximagesink_buffer_alloc): 
3989         Protect the height, width, and desired_caps with the pool_lock.
3990         Fixes videotestsrc ! queue ! ximagesink.
3991
3992 2005-08-02  Edward Hervey  <edward@fluendo.com>
3993
3994         * gst/volume/gstvolume.c:
3995         include left from controller cleanup
3996
3997 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
3998         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
3999           Stop collectpads before calling the parent state
4000           change function on PAUSED->READY.
4001
4002 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
4003         * configure.ac:
4004           When testing for X libs, use the X CFlags 
4005         * gst/adder/gstadder.c: (gst_adder_change_state):
4006           Stop the collectpads before calling parent state change function
4007           on PAUSED->READY, otherwise we deadlock deactivating pads.
4008
4009 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
4010
4011         * configure.ac:
4012         * docs/libs/tmpl/gstcolorbalance.sgml:
4013         * docs/libs/tmpl/gstmixer.sgml:
4014         * examples/Makefile.am:
4015         * gst/sine/Makefile.am:
4016         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
4017         (gst_sinesrc_set_property), (plugin_init):
4018         * gst/sine/gstsinesrc.h:
4019         * gst/volume/Makefile.am:
4020         * gst/volume/gstvolume.c: (gst_volume_set_volume),
4021         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
4022         (volume_process_float), (volume_process_int16),
4023         (volume_set_property), (plugin_init):
4024         * gst/volume/gstvolume.h:
4025           deactivate and remove dparams (libgstcontrol)
4026
4027 2005-07-29  Wim Taymans  <wim@fluendo.com>
4028
4029         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
4030         Convert me to BaseTransform!! help..
4031
4032 2005-07-29  Andy Wingo  <wingo@pobox.com>
4033
4034         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
4035         sinks.
4036
4037         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
4038         support of both endiannesses.
4039
4040 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
4041
4042         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
4043           Fix confusing debug message (s/event/query/)
4044
4045 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
4046
4047         * gst/videotestsrc/videotestsrc.h:
4048           Use "_stdint.h" instead of <stdint.h>
4049
4050 2005-07-27  Wim Taymans  <wim@fluendo.com>
4051
4052         * ext/vorbis/Makefile.am:
4053         Revert wrong commit.
4054
4055 2005-07-27  Wim Taymans  <wim@fluendo.com>
4056
4057         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
4058         More compilation fixen.
4059
4060 2005-07-27  Wim Taymans  <wim@fluendo.com>
4061
4062         * gst-libs/gst/audio/gstbaseaudiosink.c:
4063         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
4064         (gst_base_audio_sink_create_ringbuffer),
4065         (gst_base_audio_sink_change_state):
4066         Fix compilation.
4067
4068 2005-07-27  Wim Taymans  <wim@fluendo.com>
4069
4070         * examples/seeking/seek.c: (setup_dynamic_link),
4071         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
4072         (query_positions_elems), (query_positions_pads), (do_seek):
4073         Update seek example.
4074
4075         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
4076         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
4077         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
4078         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
4079         (gst_ogg_demux_handle_event),
4080         (gst_ogg_demux_deactivate_current_chain),
4081         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
4082         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
4083         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
4084         (gst_ogg_demux_loop):
4085         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
4086         * ext/theora/theoradec.c: (theora_dec_src_event),
4087         (theora_dec_src_getcaps), (theora_dec_sink_event),
4088         (theora_dec_push), (theora_dec_chain):
4089         * ext/vorbis/Makefile.am:
4090         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
4091         (vorbis_dec_sink_event), (vorbis_dec_push),
4092         (vorbis_handle_data_packet):
4093         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
4094         (gst_vorbisenc_chain):
4095         * gst/playback/gststreaminfo.c: (cb_probe):
4096         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
4097         * gst/videorate/gstvideorate.c: (gst_videorate_event):
4098         * gst/videoscale/gstvideoscale.c:
4099         (gst_videoscale_handle_src_event):
4100         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
4101         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
4102         (gst_ximagesink_navigation_send_event):
4103         * sys/xvimage/xvimagesink.c:
4104         (gst_xvimagesink_navigation_send_event):
4105         Various event updates and cleanups
4106
4107 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4108
4109         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
4110           Fix segfault for I420/YV12.
4111
4112 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4113
4114         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
4115           Report bitrate.
4116
4117 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4118
4119         * gst/playback/gstplaybin.c: (gen_video_element),
4120         (gen_audio_element):
4121           Switch to auto*sink elements as default sinks; add volume element
4122           so that volume control in totem works.
4123
4124 2005-07-21  Wim Taymans  <wim@fluendo.com>
4125
4126         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
4127         * gst/playback/gstplaybin.c: (setup_sinks),
4128         (gst_play_bin_change_state):
4129         Refcount fix and more comments.
4130
4131 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4132
4133         * sys/ximage/Makefile.am:
4134         * sys/ximage/ximage.c: (plugin_init):
4135         * sys/ximage/ximagesink.c:
4136         Prepare for adding ximagesrc, rename of plugin to ximage etc.
4137         
4138
4139 2005-07-21  Wim Taymans  <wim@fluendo.com>
4140
4141         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
4142         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
4143         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
4144         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
4145         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
4146         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
4147         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
4148         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
4149         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
4150         Generate correct disconts for live chained oggs.
4151
4152         * gst-libs/gst/audio/gstbaseaudiosink.c:
4153         (gst_base_audio_sink_render),
4154         (gst_base_audio_sink_create_ringbuffer),
4155         (gst_base_audio_sink_change_state):
4156         Handle discont math correctly.
4157
4158         * gst/playback/gstplaybin.c: (add_sink):
4159         Some small debug cleanup.
4160
4161 2005-07-21  Wim Taymans  <wim@fluendo.com>
4162
4163         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
4164         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
4165         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
4166         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
4167         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
4168         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
4169         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
4170         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
4171         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
4172         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
4173         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
4174         (gst_ogg_demux_change_state), (gst_ogg_print):
4175         Reorganize code to send the right disconts when in streaming
4176         mode.
4177
4178 2005-07-20  Andy Wingo  <wingo@pobox.com>
4179
4180         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
4181         fix (?), fixes a seggie mcfalterson (#310894).
4182
4183 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4184
4185         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
4186         (gst_ogg_mux_set_header_on_caps):
4187         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
4188         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
4189         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
4190         * gst-libs/gst/audio/multichannel.c:
4191         (gst_audio_set_channel_positions),
4192         (gst_audio_set_structure_channel_positions_list):
4193         * gst/playback/gstdecodebin.c: (dynamic_create):
4194         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
4195         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
4196           Fixes for API changes in core.
4197
4198 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4199
4200         * gst/playback/gstplaybasebin.c: (fill_buffer):
4201           Use _new_custom() so we can set custom message types for buffering
4202           messages.
4203
4204 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4205
4206         * configure.ac:
4207         * gst-libs/gst/Makefile.am:
4208         * gst-libs/gst/gconf/.cvsignore:
4209         * gst-libs/gst/gconf/Makefile.am:
4210         * gst-libs/gst/gconf/test-gconf.c:
4211         * pkgconfig/Makefile.am:
4212         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
4213         * pkgconfig/gstreamer-gconf.pc.in:
4214           Remove gconf stuff, use gconf elements instead from now on.
4215
4216 2005-07-20  Wim Taymans  <wim@fluendo.com>
4217
4218         * gst-libs/gst/audio/TODO:
4219         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
4220         (gst_audio_clock_get_internal_time):
4221         * gst-libs/gst/audio/gstaudioclock.h:
4222         * gst-libs/gst/audio/gstbaseaudiosink.c:
4223         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
4224         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
4225         (gst_base_audio_sink_render),
4226         (gst_base_audio_sink_create_ringbuffer),
4227         (gst_base_audio_sink_change_state):
4228         Make sure the audio clock always returns an increasing value.
4229
4230 2005-07-19  Andy Wingo  <wingo@pobox.com>
4231
4232         * gst/videotestsrc/: Cleanups.
4233
4234 2005-07-19  Wim Taymans  <wim@fluendo.com>
4235
4236         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
4237         Better debugging.
4238
4239 2005-07-19  Wim Taymans  <wim@fluendo.com>
4240
4241         * examples/seeking/seek.c: (make_dv_pipeline),
4242         (make_vorbis_theora_pipeline), (query_rates),
4243         (query_positions_elems), (query_positions_pads), (do_seek):
4244         Make correct DV pipeline.
4245
4246 2005-07-18  Andy Wingo  <wingo@pobox.com>
4247
4248         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
4249         default. Also because it's the only thing that really works. (This
4250         is used in the GConf elements).
4251         Use AS_LIBTOOL_TAGS.
4252
4253 2005-07-18  Wim Taymans  <wim@fluendo.com>
4254
4255         * gst/playback/gstdecodebin.c: (remove_element_chain):
4256         * gst/playback/gstplaybin.c: (add_sink):
4257         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
4258         (gst_stream_info_set_mute):
4259         * gst/playback/gststreamselector.c:
4260         (gst_stream_selector_get_linked_pad),
4261         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
4262         More leak and compile fixes.
4263
4264 2005-07-18  Wim Taymans  <wim@fluendo.com>
4265
4266         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
4267         (query_rates), (query_positions_elems), (query_positions_pads),
4268         (do_seek), (seek_cb), (stop_seek):
4269         Updated seek example. 
4270
4271         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
4272         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
4273         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
4274         * gst/playback/gstplaybin.c: (add_sink):
4275         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
4276         (gst_stream_info_set_mute):
4277         Some refcount leak fixes.
4278
4279 2005-07-16  Wim Taymans  <wim@fluendo.com>
4280
4281         * gst-libs/gst/audio/gstbaseaudiosink.c:
4282         (gst_base_audio_sink_render):
4283         Align samples even if we have roundoff errors in the 
4284         timestamp conversion.
4285
4286 2005-07-16  Wim Taymans  <wim@fluendo.com>
4287
4288         * docs/libs/tmpl/gstringbuffer.sgml:
4289         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
4290         (query_rates), (query_positions_elems), (query_positions_pads),
4291         (update_scale), (do_seek):
4292         Updated seek example.
4293
4294         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4295         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
4296         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
4297         (gst_ogg_demux_loop):
4298         Push out correct discont values.
4299
4300         * ext/theora/theoradec.c: (theora_dec_src_convert),
4301         (theora_dec_sink_convert), (theora_dec_src_getcaps),
4302         (theora_dec_sink_event), (theora_handle_type_packet),
4303         (theora_handle_header_packet), (theora_dec_push),
4304         (theora_handle_data_packet), (theora_dec_chain),
4305         (theora_dec_change_state):
4306         Better timestamping.
4307
4308         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4309         (vorbis_dec_sink_event), (vorbis_dec_push),
4310         (vorbis_handle_data_packet), (vorbis_dec_chain):
4311         * ext/vorbis/vorbisdec.h:
4312         Better timestamping.
4313
4314         * gst-libs/gst/audio/gstbaseaudiosink.c:
4315         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
4316         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
4317         Handle syncing on timestamps instead of sample offsets. Make
4318         use of DISCONT values as described in design docs.
4319
4320         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4321         (gst_base_audio_src_get_time):
4322         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
4323         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
4324         (gst_ring_buffer_read):
4325         * gst-libs/gst/audio/gstringbuffer.h:
4326         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
4327         (gst_ximagesink_show_frame):
4328         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
4329         Correcly convert buffer timestamp to stream time.
4330
4331 2005-07-16  Wim Taymans  <wim@fluendo.com>
4332
4333         * gst/audioconvert/gstaudioconvert.c:
4334         (gst_audio_convert_get_buffer):
4335         Timestamp buffers correctly.
4336
4337         * gst/playback/gstplaybin.c: (gen_video_element):
4338         Make internal fakesink silent.
4339
4340 2005-07-15  Wim Taymans  <wim@fluendo.com>
4341
4342         * gst/ffmpegcolorspace/Makefile.am:
4343         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4344         (gst_ffmpegcsp_caps_remove_format_info),
4345         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
4346         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
4347         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
4348         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
4349         Ported ffmpegcolorspace to basetransform.
4350
4351         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
4352         * gst/volume/gstvolume.c: (volume_transform):
4353         Ported to new API.
4354
4355 2005-07-14  Wim Taymans  <wim@fluendo.com>
4356
4357         * gst/videotestsrc/Makefile.am:
4358         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
4359         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
4360         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
4361         (gst_videotestsrc_init), (gst_videotestsrc_event),
4362         (gst_videotestsrc_create), (gst_videotestsrc_start),
4363         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
4364         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
4365         (gst_videotestsrc_get_property):
4366         * gst/videotestsrc/gstvideotestsrc.h:
4367         Make videotestsrc a pushsrc.
4368
4369 2005-07-14  Wim Taymans  <wim@fluendo.com>
4370
4371         * gst/tcp/gstfdset.c: (gst_fdset_free):
4372         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
4373         (gst_multifdsink_add), (gst_multifdsink_remove),
4374         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
4375         (gst_multifdsink_remove_client_link),
4376         (gst_multifdsink_client_queue_data),
4377         (gst_multifdsink_client_queue_caps),
4378         (gst_multifdsink_client_queue_buffer),
4379         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
4380         (gst_multifdsink_stop):
4381         * gst/tcp/gstmultifdsink.h:
4382         0.8 backporting.
4383
4384         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
4385         Also draw image when not from a pool.
4386
4387 2005-07-14  Wim Taymans  <wim@fluendo.com>
4388
4389         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
4390         (mute_stream), (silence_stream):
4391         Small debug additions.
4392
4393 2005-07-14  Wim Taymans  <wim@fluendo.com>
4394
4395         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
4396         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
4397         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
4398         Better error recovery, ignore unconnected pads and
4399         non-fatal errors.
4400
4401 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4402
4403         * docs/libs/tmpl/gstaudio.sgml:
4404         * docs/libs/tmpl/gstcolorbalance.sgml:
4405         * docs/libs/tmpl/gstgconf.sgml:
4406         * docs/libs/tmpl/gstmixer.sgml:
4407         * docs/libs/tmpl/gstringbuffer.sgml:
4408         * docs/libs/tmpl/gsttuner.sgml:
4409         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4410         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
4411         (gst_tcpclientsrc_class_init):
4412         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
4413         (gst_tcpserversrc_class_init):
4414         * sys/v4l/gstv4lelement.c:
4415           more autistic cleanliness in functions/names/defines
4416
4417 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
4418
4419         * configure.ac:
4420           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
4421           added manually to each Makefile.am so we are sure it goes
4422           *last* and doesn't add -L flags before linking in libs of our
4423           own, like, say, internal .la libs, that then accidentally pick
4424           up the installed copy.
4425         * docs/libs/Makefile.am:
4426         * ext/alsa/Makefile.am:
4427         * ext/cdparanoia/Makefile.am:
4428         * ext/gnomevfs/Makefile.am:
4429         * ext/libvisual/Makefile.am:
4430         * ext/ogg/Makefile.am:
4431         * ext/theora/Makefile.am:
4432         * ext/vorbis/Makefile.am:
4433         * gst-libs/gst/video/Makefile.am:
4434         * gst/adder/Makefile.am:
4435         * gst/audioconvert/Makefile.am:
4436         * gst/audiorate/Makefile.am:
4437         * gst/audioscale/Makefile.am:
4438         * gst/ffmpegcolorspace/Makefile.am:
4439         * gst/playback/Makefile.am:
4440         * gst/sine/Makefile.am:
4441         * gst/subparse/Makefile.am:
4442         * gst/tags/Makefile.am:
4443         * gst/tcp/Makefile.am:
4444         * gst/typefind/Makefile.am:
4445         * gst/videorate/Makefile.am:
4446         * gst/videoscale/Makefile.am:
4447         * gst/videotestsrc/Makefile.am:
4448         * gst/volume/Makefile.am:
4449         * sys/v4l/Makefile.am:
4450         * sys/ximage/Makefile.am:
4451         * sys/xvimage/Makefile.am:
4452           adapt properly to this change. This should make sure that
4453           plugins and libs properly link to the as-yet-uninstalled
4454           copies of stuff like libgstinterfaces and libgstvideo
4455
4456 2005-07-13  Andy Wingo  <wingo@pobox.com>
4457
4458         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
4459         (gst_v4lsrc_fixate): Fixate on format as well.
4460
4461         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
4462         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
4463         buffer points to it.
4464         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
4465         rather just doing X calls ourselves. Also fixes a memleak.
4466
4467 2005-07-12  Andy Wingo  <wingo@pobox.com>
4468
4469         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
4470         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
4471         (gst_v4lsrc_create): Re-add the copy-mode property, default to
4472         TRUE to avoid deadlocks if an element holds on to our buffers.
4473
4474 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4475
4476         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4477         (gst_sinesrc_init), (gst_sinesrc_create),
4478         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
4479         (gst_sinesrc_start):
4480         * gst/sine/gstsinesrc.h:
4481           removing num-buffers property before moving it
4482
4483 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4484
4485         * configure.ac:
4486           use overridable ERROR_CFLAGS
4487         * docs/libs/gst-plugins-base-libs.types:
4488         * docs/libs/tmpl/gstringbuffer.sgml:
4489         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
4490         (gst_alsasink_class_init):
4491         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
4492         (gst_alsasrc_class_init):
4493         * gst-libs/gst/audio/audio.h:
4494         * gst-libs/gst/audio/gstaudioclock.h:
4495         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
4496         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
4497         (gst_audio_filter_link), (gst_audio_filter_init),
4498         (gst_audio_filter_chain), (gst_audio_filter_set_property),
4499         (gst_audio_filter_get_property),
4500         (gst_audio_filter_class_add_pad_templates):
4501         * gst-libs/gst/audio/gstaudiofilter.h:
4502         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
4503         (gst_audio_filter_template_get_type),
4504         (gst_audio_filter_template_base_init),
4505         (gst_audio_filter_template_class_init),
4506         (gst_audio_filter_template_init),
4507         (gst_audio_filter_template_set_property),
4508         (gst_audio_filter_template_get_property), (plugin_init),
4509         (gst_audio_filter_template_setup),
4510         (gst_audio_filter_template_filter),
4511         (gst_audio_filter_template_filter_inplace):
4512         * gst-libs/gst/audio/gstaudiosink.c:
4513         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4514         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
4515         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
4516         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
4517         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
4518         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
4519         * gst-libs/gst/audio/gstaudiosink.h:
4520         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
4521         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
4522         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4523         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
4524         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
4525         (gst_audio_src_class_init), (gst_audio_src_init),
4526         (gst_audio_src_create_ringbuffer):
4527         * gst-libs/gst/audio/gstaudiosrc.h:
4528         * gst-libs/gst/audio/gstbaseaudiosink.c:
4529         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
4530         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
4531         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
4532         (gst_base_audio_sink_set_property),
4533         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
4534         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
4535         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
4536         (gst_base_audio_sink_create_ringbuffer),
4537         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
4538         * gst-libs/gst/audio/gstbaseaudiosink.h:
4539         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4540         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
4541         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
4542         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
4543         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
4544         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
4545         (gst_base_audio_src_event), (gst_base_audio_src_create),
4546         (gst_base_audio_src_create_ringbuffer),
4547         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
4548         * gst-libs/gst/audio/gstbaseaudiosrc.h:
4549         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
4550         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
4551         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
4552         (gst_ring_buffer_debug_spec_caps),
4553         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
4554         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
4555         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
4556         (gst_ring_buffer_start), (gst_ring_buffer_pause),
4557         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
4558         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
4559         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
4560         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
4561         (gst_ring_buffer_clear):
4562         * gst-libs/gst/audio/gstringbuffer.h:
4563         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
4564         (gst_video_sink_class_init), (gst_video_sink_get_type):
4565         * gst-libs/gst/video/videosink.h:
4566         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
4567         (gst_multifdsink_class_init),
4568         (gst_multifdsink_handle_client_write),
4569         (gst_multifdsink_change_state):
4570         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
4571         (gst_tcpclientsink_setcaps):
4572         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
4573         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
4574         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
4575         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
4576         (gst_ximagesink_send_pending_navigation),
4577         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
4578         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
4579         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
4580         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
4581         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
4582         (gst_xvimagesink_send_pending_navigation),
4583         (gst_xvimagesink_navigation_send_event),
4584         (gst_xvimagesink_set_xwindow_id),
4585         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
4586         (gst_xvimagesink_get_type):
4587         more macro splitting
4588
4589 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4590
4591         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
4592           plug a memleak, allows me to import 1479 albums in one go
4593           in jamboree
4594         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4595         (vorbis_handle_type_packet), (vorbis_dec_chain),
4596         (vorbis_dec_change_state):
4597           fix some format strings
4598
4599 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4600
4601         * docs/libs/tmpl/gstcolorbalance.sgml:
4602         * docs/libs/tmpl/gstmixer.sgml:
4603         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
4604         (gst_alsasink_set_property), (gst_alsasink_get_property):
4605         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
4606         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
4607           add device property
4608
4609 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4610
4611         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
4612         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
4613         (audiocast_register_listener), (audiocast_thread_run),
4614         (gst_gnomevfssrc_send_additional_headers_callback),
4615         (gst_gnomevfssrc_received_headers_callback),
4616         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
4617         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
4618         (gst_gnomevfssrc_get_size):
4619           add/clean up debugging
4620         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
4621           cleanups
4622
4623 2005-07-07  Andy Wingo  <wingo@pobox.com>
4624
4625         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
4626         framerate. Need to get a handle on when exactly this function is
4627         called, tho.
4628
4629         * sys/v4l/v4lsrc_calls.h:
4630         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
4631         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
4632         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
4633
4634         * sys/v4l/v4l_calls.h: Cast to V4lElement.
4635         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
4636         v4lelements are sources.
4637
4638         * sys/v4l/gstv4lxoverlay.h:
4639         * sys/v4l/gstv4lxoverlay.c:
4640         * sys/v4l/gstv4ltuner.h:
4641         * sys/v4l/gstv4ltuner.c: Header loc fixen.
4642         
4643         * sys/v4l/gstv4lsrc.h:
4644         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
4645         PushSrc/BaseSrc. Removed most sync-related properties, videorate
4646         or something should handle that. Made a live source.
4647
4648         * sys/v4l/gstv4lelement.h:
4649         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
4650         signals. Some cleanups.
4651
4652         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
4653
4654         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
4655         stuff.
4656
4657         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
4658         stuff.
4659
4660         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
4661
4662 2005-07-07  Wim Taymans  <wim@fluendo.com>
4663
4664         * ext/theora/theoradec.c: (theora_get_query_types),
4665         (theora_dec_src_getcaps), (theora_dec_push):
4666         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
4667         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
4668         Remove deprecated/unused query types.
4669
4670 2005-07-06  Wim Taymans  <wim@fluendo.com>
4671
4672         * ext/alsa/Makefile.am:
4673         * ext/alsa/gstalsaplugin.c: (plugin_init):
4674         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4675         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
4676         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
4677         (gst_alsasrc_class_init), (gst_alsasrc_init),
4678         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
4679         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
4680         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
4681         (gst_alsasrc_reset):
4682         * ext/alsa/gstalsasrc.h:
4683         * gst-libs/gst/audio/Makefile.am:
4684         * gst-libs/gst/audio/gstaudiosink.c:
4685         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4686         (gst_audioringbuffer_start):
4687         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
4688         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
4689         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
4690         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
4691         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
4692         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
4693         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
4694         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
4695         * gst-libs/gst/audio/gstaudiosrc.h:
4696         * gst-libs/gst/audio/gstbaseaudiosink.c:
4697         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
4698         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
4699         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
4700         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4701         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
4702         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
4703         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
4704         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
4705         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
4706         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
4707         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
4708         (gst_baseaudiosrc_change_state):
4709         * gst-libs/gst/audio/gstbaseaudiosrc.h:
4710         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4711         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
4712         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
4713         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
4714         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
4715         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
4716         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
4717         * gst-libs/gst/audio/gstringbuffer.h:
4718         Added audiosource base classes.
4719         Ported alsasrc, still very basic.
4720
4721 2005-07-06  Wim Taymans  <wim@fluendo.com>
4722
4723         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
4724         (theora_dec_push), (theora_handle_data_packet):
4725         Prepare for better timestamp fix later.
4726
4727         * gst/audioconvert/gstaudioconvert.c:
4728         List most accurate caps first
4729
4730         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
4731         Use proper pad task function.
4732
4733         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4734         (gst_xvimagesink_show_frame):
4735         Fix deadlock when alloc failed.
4736
4737 2005-07-05  Andy Wingo  <wingo@pobox.com>
4738
4739         * ext/gnomevfs/gstgnomevfssrc.c:
4740         * gst/sine/gstsinesrc.c:
4741         * gst/tcp/gsttcpserversrc.c:
4742         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
4743
4744         * sys/v4l/: Port from 0.8.
4745
4746         * Many files: Null if we got it....
4747
4748 2005-07-05  Andy Wingo  <wingo@pobox.com>
4749
4750         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
4751         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
4752         Signedness fixes.
4753
4754 2005-07-05  Wim Taymans  <wim@fluendo.com>
4755
4756         * configure.ac:
4757         * gst/tcp/Makefile.am:
4758         * gst/tcp/README:
4759         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
4760         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
4761         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
4762         (is_sync_frame), (gst_multifdsink_handle_client_write),
4763         (gst_multifdsink_render), (gst_multifdsink_start),
4764         (gst_multifdsink_stop), (gst_multifdsink_change_state):
4765         * gst/tcp/gstmultifdsink.h:
4766         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
4767         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
4768         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
4769         * gst/tcp/gsttcp.h:
4770         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
4771         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
4772         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
4773         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
4774         * gst/tcp/gsttcpclientsink.h:
4775         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
4776         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
4777         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
4778         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
4779         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
4780         * gst/tcp/gsttcpclientsrc.h:
4781         * gst/tcp/gsttcpplugin.c: (plugin_init):
4782         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
4783         * gst/tcp/gsttcpserversink.h:
4784         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
4785         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
4786         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
4787         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
4788         (gst_tcpserversrc_stop):
4789         * gst/tcp/gsttcpserversrc.h:
4790         * gst/tcp/gsttcpsink.c:
4791         * gst/tcp/gsttcpsink.h:
4792         * gst/tcp/gsttcpsrc.c:
4793         * gst/tcp/gsttcpsrc.h:
4794         Ported tcp plugins to 0.9. 
4795         
4796
4797 2005-07-05  Andy Wingo  <wingo@pobox.com>
4798
4799         * gst/playback/gstplaybasebin.c (fill_buffer):
4800         message_new_application fixen.
4801
4802         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
4803         Style fix.
4804
4805 2005-07-04  Wim Taymans  <wim@fluendo.com>
4806
4807         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
4808         Set caps on output buffer.
4809
4810 2005-07-04  Andy Wingo  <wingo@pobox.com>
4811
4812         * ext/gnomevfs/gstgnomevfssrc.c
4813         (gst_gnomevfssrc_received_headers_callback) 
4814         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
4815         hopefully.
4816
4817         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
4818         No refcount leakage.
4819
4820         * configure.ac: Enable -Werror.
4821         
4822         * ext/theora/theoradec.c (theora_dec_src_getcaps):
4823         * gst/audioconvert/bufferframesconvert.c
4824         (buffer_frames_convert_fixate):
4825         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
4826         (gst_audio_convert_fixate):
4827         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
4828         (gst_sinesrc_create): Fixate func changes.
4829         
4830         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
4831         (gst_ximagesink_buffer_alloc): Unused var.
4832
4833 2005-07-01  Andy Wingo  <wingo@pobox.com>
4834
4835         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
4836         getcaps to do explicit caps. Needs to be done in all decoders,
4837         possibly via a base class.
4838
4839         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
4840
4841         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
4842         caps on the sink pad, just rely on the pad template. Also, setting
4843         ANY caps on a pad is not valid because the caps are not fixed.
4844
4845         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
4846         caps on the buffer, and get the width from the desired_caps if
4847         they're set.
4848         (gst_ximagesink_renegotiate_size): Implement via setting the
4849         desired_caps on the ximagesink.
4850         (gst_ximagesink_setcaps): Only reset the width of the player if it
4851         wasn't already set. Not sure if this is right.
4852         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
4853
4854         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
4855         that the user wants. NULL unless the window has been resized.
4856
4857         * gst/volume/gstvolume.c (volume_transform): Adapt to
4858         basetransform refcount changes.
4859         
4860 2005-07-01  Andy Wingo  <wingo@pobox.com>
4861
4862         * gst/videoscale/gstvideoscale.c:
4863         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
4864         from BaseTransform, implements a transform_caps. Removed dead code
4865         including some PAR stuff that was never reached -- should probably
4866         be added back somehow.
4867
4868 2005-07-01  Andy Wingo  <wingo@pobox.com>
4869
4870         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
4871         come later.
4872
4873 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4874
4875         * configure.ac:
4876         * docs/libs/Makefile.am:
4877         * docs/libs/gst-plugins-libs.types:
4878         * ext/alsa/Makefile.am:
4879         * ext/alsa/gstalsamixer.h:
4880         * ext/alsa/gstalsamixeroptions.h:
4881         * ext/alsa/gstalsamixertrack.h:
4882         * gst-libs/gst/Makefile.am:
4883         * gst-libs/gst/colorbalance/.cvsignore:
4884         * gst-libs/gst/colorbalance/Makefile.am:
4885         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
4886         * gst-libs/gst/colorbalance/colorbalance.c:
4887         * gst-libs/gst/colorbalance/colorbalance.h:
4888         * gst-libs/gst/colorbalance/colorbalance.vcproj:
4889         * gst-libs/gst/colorbalance/colorbalancechannel.c:
4890         * gst-libs/gst/colorbalance/colorbalancechannel.h:
4891         * gst-libs/gst/interfaces/Makefile.am:
4892         * gst-libs/gst/interfaces/colorbalance.c:
4893         (gst_color_balance_class_init):
4894         * gst-libs/gst/interfaces/colorbalance.h:
4895         * gst-libs/gst/interfaces/interfaces-marshal.list:
4896         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
4897         * gst-libs/gst/interfaces/mixer.h:
4898         * gst-libs/gst/interfaces/mixeroptions.h:
4899         * gst-libs/gst/interfaces/navigation.c:
4900         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
4901         * gst-libs/gst/interfaces/tuner.h:
4902         * gst/volume/Makefile.am:
4903         * gst/volume/gstvolume.c:
4904         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
4905         * sys/ximage/Makefile.am:
4906         * sys/ximage/ximagesink.c:
4907         * sys/xvimage/Makefile.am:
4908         * sys/xvimage/xvimagesink.c:
4909           fold in all interfaces into an interfaces dir, preserving CVS
4910           history
4911
4912 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4913
4914         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4915           Fix build after riff changes.
4916
4917 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4918
4919         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4920         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
4921         (gst_riff_create_video_template_caps),
4922         (gst_riff_create_audio_template_caps),
4923         (gst_riff_create_iavs_template_caps):
4924         * gst-libs/gst/riff/riff-media.h:
4925         * gst-libs/gst/riff/riff-read.h:
4926         * gst-libs/gst/riff/riff.c: (gst_riff_init):
4927           Add gst_riff_init() to initialize the debug category, instead
4928           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
4929
4930 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4931
4932         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
4933           Oops, I shouldn't apply hacks.
4934
4935 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4936
4937         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
4938           Remove pad_loop function which doesn't work.
4939
4940 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4941
4942         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
4943           Send EOS when deactivating.
4944         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4945         (check_queue), (queue_threshold_reached), (queue_out_of_data),
4946         (gen_preroll_element), (probe_triggered), (mute_stream),
4947         (silence_stream), (new_decoded_pad), (setup_substreams),
4948         (set_active_source):
4949         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
4950         (remove_sinks), (add_sink):
4951         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
4952           Change for new probe API.
4953
4954 2005-06-29  Wim Taymans  <wim@fluendo.com>
4955
4956         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
4957         * gst-libs/gst/audio/gstbaseaudiosink.c:
4958         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
4959         (gst_baseaudiosink_change_state):
4960         * gst-libs/gst/audio/gstbaseaudiosink.h:
4961         * gst-libs/gst/audio/gstringbuffer.c:
4962         (gst_ringbuffer_set_callback):
4963         Fix compilation error.
4964         Ringbuffer starts out as not running.
4965         Free our clock in dispose.
4966         When releasing the ringbuffer we need to renegotiate so
4967         clear the pad caps.
4968
4969 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
4970
4971         * autogen.sh:
4972         * configure.ac:
4973         * docs/Makefile.am:
4974         * docs/libs/Makefile.am:
4975         * docs/libs/gst-plugins-libs-docs.sgml:
4976         * docs/libs/gst-plugins-libs-sections.txt:
4977         * docs/libs/gst-plugins-libs.types:
4978         * docs/libs/tmpl/gstaudio.sgml:
4979         * docs/libs/tmpl/gstcolorbalance.sgml:
4980         * docs/libs/tmpl/gstringbuffer.sgml:
4981         * gst-libs/gst/audio/gstringbuffer.c:
4982         (gst_ringbuffer_set_callback):
4983           reinstate gtk-doc docs for plugin libs
4984
4985 2005-06-28  Wim Taymans  <wim@fluendo.com>
4986
4987         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4988         (gst_ogg_demux_init):
4989         Removed pad loop function.
4990
4991 2005-06-28  Wim Taymans  <wim@fluendo.com>
4992
4993         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
4994         If we're building a chain we are not in an error case
4995         when we queue a buffer.
4996
4997 2005-06-28  Andy Wingo  <wingo@pobox.com>
4998
4999         * *.c: Don't cast to GstObject before reffing/unreffing.
5000
5001 2005-06-27  Andy Wingo  <wingo@pobox.com>
5002
5003         * gst/videotestsrc/gstvideotestsrc.c
5004         (gst_videotestsrc_activate_push): Activation API changes.
5005
5006         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
5007         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
5008         they have refs on the decodebin.
5009
5010         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
5011         parent class.
5012         (gst_ogg_pad_typefind): Don't leak a pad ref.
5013         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
5014         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
5015         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
5016
5017 2005-06-27  Edward Hervey  <edward@fluendo.com>
5018
5019         * ext/theora/theoradec.c: (theora_dec_change_state): 
5020         re-arranged call to parent's state change in order to avoid locks (or
5021         worse).
5022
5023 2005-06-26  Edward Hervey  <edward@fluendo.com>
5024
5025         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
5026         2nd argument of 'unknow-type' signal is a GstCaps and not a
5027         GstMiniObject
5028
5029 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
5030         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
5031           Set the worker thread's running flag to TRUE before starting the
5032           thread.
5033         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
5034           Catch a failure to add typefind to the bin.
5035
5036 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5037
5038         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
5039         (gst_sinesrc_init), (gst_sinesrc_create),
5040         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
5041         (gst_sinesrc_start):
5042         * gst/sine/gstsinesrc.h:
5043           add num-buffers and timestamp-offset properties
5044         * gst/videotestsrc/gstvideotestsrc.c:
5045         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
5046         (gst_videotestsrc_get_property):
5047           add timestamp-offset property
5048
5049 2005-06-23  Christian Schaller  <uraeus@gnome.org>
5050
5051         * configure.ac: add videorate
5052         * gst-plugins-base.spec.in: add videorate
5053
5054 2005-06-23  Wim Taymans  <wim@fluendo.com>
5055
5056         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
5057         (gst_videorate_getcaps), (gst_videorate_setcaps),
5058         (gst_videorate_event), (gst_videorate_chain):
5059         Fixed videorate, fixating an already fixated caps is not
5060         an error.
5061
5062 2005-06-23  Wim Taymans  <wim@fluendo.com>
5063
5064         * ext/ogg/README:
5065         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
5066         Buffer on caps is not boxed anymore.
5067
5068 2005-06-22  Wim Taymans  <wim@fluendo.com>
5069
5070         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
5071         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
5072         Set buffers on caps as miniobjects and not as boxed.
5073
5074 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
5075
5076         * configure.ac:
5077           back to HEAD
5078
5079 === release 0.9.1 ===
5080
5081 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
5082
5083         * .cvsignore:
5084         * NEWS:
5085         * README:
5086         * RELEASE:
5087         * configure.ac:
5088         * po/af.po:
5089         * po/az.po:
5090         * po/cs.po:
5091         * po/en_GB.po:
5092         * po/hu.po:
5093         * po/it.po:
5094         * po/nb.po:
5095         * po/nl.po:
5096         * po/or.po:
5097         * po/sq.po:
5098         * po/sr.po:
5099         * po/sv.po:
5100         * po/uk.po:
5101         * po/vi.po:
5102           updates for release
5103
5104 2005-06-09  Andy Wingo  <wingo@pobox.com>
5105
5106         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
5107         
5108 2005-06-09  Andy Wingo  <wingo@pobox.com>
5109
5110         * configure.ac:
5111         * gst-libs/gst/Makefile.am:
5112         * gst-libs/gst/net/Makefile.am:
5113         Add gstnet to build.
5114
5115 2005-06-09  Andy Wingo  <wingo@pobox.com>
5116
5117         * gst-libs/gst/gconf/gconf.c:
5118         * gst/playback/test.c:
5119         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
5120         fixes.
5121
5122         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
5123
5124         * ext/theora/theoraenc.c (theora_enc_chain): 
5125         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
5126
5127         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
5128         RealPad.
5129
5130 2005-06-02  Wim Taymans  <wim@fluendo.com>
5131
5132         * gst-libs/gst/net/Makefile.am:
5133         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
5134         * pkgconfig/gstreamer-libs.pc.in:
5135         Added net stuff, version net lib.
5136
5137 2005-06-02  Wim Taymans  <wim@fluendo.com>
5138
5139         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
5140         (query_rates), (query_positions_elems), (query_positions_pads),
5141         (do_seek):
5142         Updated seek example.
5143
5144 2005-06-02  Andy Wingo  <wingo@pobox.com>
5145
5146         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
5147         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
5148         list.
5149
5150         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
5151         remove the typefind, the bin dispose will do it for us. When it's
5152         removed and unreffed, the signal handler will be disconnected,
5153         too.
5154         (unlinked): It's too difficult to disconnect from unlinked
5155         handlers, as they are on pads not elements. Just punt if the pads
5156         aren't grandkids of the bin.
5157
5158 2005-06-02  Wim Taymans  <wim@fluendo.com>
5159
5160         * ext/ogg/README:
5161         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
5162         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
5163         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
5164         * ext/theora/theoradec.c: (theora_dec_src_query),
5165         (theora_handle_data_packet):
5166         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
5167         (theora_enc_chain):
5168         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5169         (vorbis_handle_data_packet):
5170         * gst/audioconvert/bufferframesconvert.c:
5171         (buffer_frames_convert_chain):
5172         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5173         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
5174         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
5175         (gst_ffmpegcsp_chain):
5176         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
5177         (gst_videorate_getcaps), (gst_videorate_setcaps),
5178         (gst_videorate_event), (gst_videorate_chain):
5179         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
5180         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
5181         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
5182         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
5183         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
5184         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
5185         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
5186         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
5187         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
5188         Cleanups and buffer alloc.
5189
5190 2005-05-31  Wim Taymans  <wim@fluendo.com>
5191
5192         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
5193         Don't try to call the delay method when the device is not
5194         opened.
5195
5196 2005-05-31  Wim Taymans  <wim@fluendo.com>
5197
5198         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
5199         Get actual segment size and buffer size after opening
5200         the device.
5201
5202 2005-05-30  Wim Taymans  <wim@fluendo.com>
5203
5204         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
5205         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
5206         Also FLUSH upstream, makes the loop function exit faster.
5207         
5208         * ext/theora/theoradec.c: (theora_dec_src_query):
5209         Some more debug info in the query.
5210         
5211         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
5212         (gst_ximagesink_setcaps):
5213         Release lock on par error, better error reporting.
5214
5215 2005-05-26  Wim Taymans  <wim@fluendo.com>
5216
5217         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
5218         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
5219         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
5220         Clear chains in READY
5221         Queue packets until the chain is activated.
5222
5223 2005-05-25  Wim Taymans  <wim@fluendo.com>
5224
5225         * gst-libs/gst/audio/gstaudiosink.c:
5226         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5227         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5228         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5229         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5230         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
5231         (gst_audiosink_create_ringbuffer):
5232         * gst-libs/gst/audio/gstbaseaudiosink.c:
5233         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
5234         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
5235         (gst_baseaudiosink_set_property), (build_linear_format),
5236         (debug_spec_caps), (debug_spec_buffer),
5237         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
5238         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
5239         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
5240         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5241         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5242         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5243         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
5244         (gst_ringbuffer_play), (gst_ringbuffer_pause),
5245         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
5246         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
5247         (wait_segment), (gst_ringbuffer_commit),
5248         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
5249         (gst_ringbuffer_clear):
5250         Various small cleanups.
5251
5252         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5253         (gst_audio_convert_change_state):
5254         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
5255         No need to take the locks anymore.
5256
5257 2005-05-25  Wim Taymans  <wim@fluendo.com>
5258
5259         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
5260         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
5261         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
5262         (type_found):
5263         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
5264         (group_destroy), (group_commit), (queue_overrun),
5265         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
5266         (mute_stream), (new_decoded_pad), (setup_substreams),
5267         (setup_source), (mute_group_type), (set_active_source),
5268         (gst_play_base_bin_change_state):
5269         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
5270         (gen_video_element), (gen_text_element), (gen_audio_element),
5271         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
5272         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
5273         (gst_stream_info_dispose), (gst_stream_info_set_mute):
5274         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
5275         Some playbin cleanups mostly refcounting sloppyness.
5276
5277 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5278
5279         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5280           Work with streaming input.
5281
5282 2005-05-25  Wim Taymans  <wim@fluendo.com>
5283
5284         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5285         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
5286         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
5287         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
5288         No need to take the STREAM lock anymore.
5289
5290 2005-05-25  Wim Taymans  <wim@fluendo.com>
5291
5292         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
5293         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
5294         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
5295         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
5296         (gst_ogg_demux_sink_activate):
5297         * ext/theora/theoradec.c: (theora_dec_src_event),
5298         (theora_handle_comment_packet), (theora_dec_chain),
5299         (theora_dec_change_state):
5300         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5301         (vorbis_handle_data_packet), (vorbis_dec_chain),
5302         (vorbis_dec_change_state):
5303         Remove STREAM locks as they are taken in core now.
5304         Never set bogus granulepos on vorbis/theora.
5305         Fix leaks in theoradec tag parsing.
5306
5307 2005-05-25  Wim Taymans  <wim@fluendo.com>
5308
5309         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
5310         Fix memleaks, GST_BUFFER_DATA() is not freed.
5311
5312 2005-05-25  Wim Taymans  <wim@fluendo.com>
5313
5314         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
5315         Open non-blocking, set to blocking mode afterwards to avoid
5316         lockups when audio device is busy.
5317
5318 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5319
5320         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
5321           This can't be good.
5322
5323 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5324
5325         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
5326         (gst_audio_convert_chain), (gst_audio_convert_link_src),
5327         (gst_audio_convert_setcaps):
5328           Implement instant setup switching.
5329
5330 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5331
5332         * gst/playback/gstplaybasebin.c: (probe_triggered):
5333           Fix missing unlock.
5334         * gst/playback/gstplaybin.c: (add_sink):
5335           First add, then link (otherwise pad link fails).
5336
5337 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5338
5339         * examples/Makefile.am:
5340         fix buildbot (make distcheck)
5341
5342 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5343
5344         * gst/playback/gstplaybin.c: (gen_vis_element):
5345           Remove some wrong code. Doesn't work yet.
5346
5347 2005-05-19  Wim Taymans  <wim@fluendo.com>
5348
5349         * gst-libs/gst/net/Makefile.am:
5350         * gst-libs/gst/net/README:
5351         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
5352         (gst_netbuffer_class_init), (gst_netbuffer_init),
5353         (gst_netbuffer_finalize), (gst_netbuffer_copy),
5354         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
5355         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
5356         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
5357         * gst-libs/gst/net/gstnetbuffer.h:
5358         Added buffer subclass to store extra to/from addresses for
5359         network sources/sinks.
5360
5361 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5362
5363         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
5364           Don't lock an unassigned variable.
5365
5366 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5367
5368         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
5369           Increase buffer for video, decrease buffer for other media types.
5370         * gst/playback/gstplaybin.c: (gen_video_element),
5371         (gen_audio_element):
5372           Change names for debugging purposes.
5373
5374 2005-05-18  Wim Taymans  <wim@fluendo.com>
5375
5376         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5377         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
5378         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
5379         (gst_ffmpegcsp_chain):
5380         Enable buffer alloc passthrough if the source and dest
5381         formats are the same.
5382
5383 2005-05-17  Wim Taymans  <wim@fluendo.com>
5384
5385         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
5386         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
5387         (gst_ogg_demux_chain_unlocked):
5388         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5389         (gst_audio_convert_caps_remove_format_info),
5390         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
5391         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
5392         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5393         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
5394         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
5395         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
5396         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
5397         (gst_ffmpegcsp_get_property):
5398         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
5399         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
5400         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
5401         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
5402         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
5403         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
5404         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
5405         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
5406         Leak fixes in oggdemux.
5407         Some cleanups in audioconvert.
5408         Make passthrough work along with buffer_alloc etc.
5409         Make buffer_alloc and buffer recycling actually work in
5410         xvimagesink.
5411
5412 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5413
5414         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
5415           make the compiler happy
5416
5417 2005-05-17  Wim Taymans  <wim@fluendo.com>
5418
5419         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
5420         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
5421         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
5422         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
5423         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
5424         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
5425         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
5426         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
5427         (gst_xvimagesink_set_xwindow_id):
5428         * sys/xvimage/xvimagesink.h:
5429         Port xvimagesink to new MiniObject.
5430
5431 2005-05-17  Wim Taymans  <wim@fluendo.com>
5432
5433         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
5434         (gst_audiofilter_chain):
5435         * gst-libs/gst/audio/gstaudiosink.c:
5436         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5437         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5438         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5439         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5440         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
5441         (gst_audiosink_create_ringbuffer):
5442         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5443         (gst_audio_convert_caps_remove_format_info),
5444         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
5445         (gst_audio_convert_fixate), (gst_audio_convert_channels):
5446         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5447         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
5448         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
5449         Fix passthrough in ffmpegcolorspace.
5450         Fix memset in audiosink on wrong memory.
5451
5452 2005-05-16  David Schleef  <ds@schleef.org>
5453
5454         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
5455         to GstMiniObject.
5456
5457 2005-05-16  David Schleef  <ds@schleef.org>
5458
5459         Port from GstData to GstMiniObject.
5460         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
5461         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
5462         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
5463         (gst_ogg_mux_collected):
5464         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
5465         * ext/theora/theoradec.c: (theora_handle_comment_packet),
5466         (theora_handle_data_packet):
5467         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
5468         (theora_set_header_on_caps), (theora_enc_chain):
5469         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5470         (vorbis_handle_comment_packet):
5471         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
5472         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
5473         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
5474         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
5475         * gst/audioconvert/gstaudioconvert.c:
5476         (gst_audio_convert_get_buffer):
5477         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
5478         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
5479         (mute_stream), (silence_stream):
5480         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
5481         * gst/volume/gstvolume.c: (volume_transform):
5482         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
5483         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
5484         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
5485         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
5486         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
5487         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
5488         (gst_ximagesink_buffer_alloc):
5489         * sys/ximage/ximagesink.h:
5490
5491 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5492
5493         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5494         (fill_buffer), (check_queue), (queue_threshold_reached),
5495         (queue_out_of_data):
5496         * gst/playback/gstplaybasebin.h:
5497           Post buffer-fullness on the bus.
5498
5499 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5500
5501         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
5502         (try_to_link_1):
5503         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5504         (group_commit), (probe_triggered), (setup_source),
5505         (gst_play_base_bin_change_state):
5506         * gst/playback/gstplaybasebin.h:
5507         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5508         (gst_play_bin_init), (remove_sinks), (setup_sinks),
5509         (gst_play_bin_change_state):
5510           Move setup_output_pads into a virtual function, remove
5511           group-switch (no longer needed) and redirect (handled by bus
5512           now) signals.
5513
5514 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5515
5516         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
5517         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
5518         (get_active_group), (get_building_group), (group_destroy),
5519         (group_commit), (check_queue), (queue_overrun),
5520         (queue_threshold_reached), (queue_out_of_data),
5521         (gen_preroll_element), (remove_groups), (unknown_type),
5522         (add_element_stream), (no_more_pads), (probe_triggered),
5523         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
5524         (setup_substreams), (setup_source), (finish_source),
5525         (prepare_output), (muted_group_change_state),
5526         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
5527         (gst_play_base_bin_change_state):
5528         * gst/playback/gstplaybasebin.h:
5529         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5530         (gst_play_bin_init), (gst_play_bin_set_property),
5531         (gen_video_element), (gen_text_element), (gen_audio_element),
5532         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
5533         (gst_play_bin_change_state):
5534         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
5535         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
5536         (stream_info_change_state), (gst_stream_info_set_mute),
5537         (gst_stream_info_get_property):
5538         * gst/playback/gststreaminfo.h:
5539         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
5540         (gst_stream_selector_get_linked_pad),
5541         (gst_stream_selector_getcaps),
5542         (gst_stream_selector_get_linked_pads),
5543         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
5544         * gst/playback/gststreamselector.h:
5545           Rough port of playbin. Needs some more work, but is mostly done,
5546           and uses a few locks in important places, which should make stuff
5547           like chain-switches clean. Still uses GST_STATE() in a few places,
5548           which isn't all that good an idea, subtitles/elements disabled
5549           because no elements to test with and thus probably broken, query
5550           and event handling moved to GstBin, internal thread removed
5551           alltogether because the pipeline does that for us now. Can play
5552           Ogg/Vorbis files. Haven't tested anything else yet.
5553
5554 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5555
5556         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
5557           Do no-more-pads (needed for autoplugging).
5558
5559 2005-05-10  Andy Wingo  <wingo@pobox.com>
5560
5561         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
5562         message to the bus with the tags. Still not sent downstream tho.
5563
5564         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
5565         get_parent.
5566         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
5567         avoid refcounting hassles.
5568
5569 2005-05-09  Andy Wingo  <wingo@pobox.com>
5570
5571         * gst/volume/Makefile.am:
5572         * gst/volume/demo.c
5573         * gst/volume/gstvolume.h
5574         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
5575         basetransform. Probably need an audio filter base class.
5576
5577 2005-05-09  Wim Taymans  <wim@fluendo.com>
5578
5579         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
5580         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
5581         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
5582         (gst_vorbisenc_chain):
5583         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5584         (gst_audio_convert_caps_remove_format_info),
5585         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
5586         (gst_audio_convert_fixate), (gst_audio_convert_channels):
5587         Make caps writable before writing to it.
5588         Fix negotiation in audioconvert some more.
5589
5590 2005-05-09  Wim Taymans  <wim@fluendo.com>
5591
5592         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
5593         (gst_videorate_getcaps), (gst_videorate_setcaps),
5594         (gst_videorate_event), (gst_videorate_chain):
5595         Better negotiation.
5596
5597 2005-05-09  Wim Taymans  <wim@fluendo.com>
5598
5599         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
5600         (gst_videorate_getcaps), (gst_videorate_setcaps),
5601         (gst_videorate_blank_data), (gst_videorate_init),
5602         (gst_videorate_event), (gst_videorate_chain),
5603         (gst_videorate_change_state):
5604         Port videorate, do a better job at negotiation while we're at
5605         it.
5606
5607 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
5608
5609         * configure.ac:
5610           Disable libvisual
5611
5612         * examples/Makefile.am:
5613         * gst-libs/gst/audio/Makefile.am:
5614         * gst-libs/gst/riff/Makefile.am:
5615         * gst-libs/gst/tag/Makefile.am:
5616         * gst-libs/gst/video/Makefile.am:
5617           Fixups for missing variables.
5618
5619 2005-05-09  Wim Taymans  <wim@fluendo.com>
5620
5621         * examples/seeking/seek.c: (make_theora_pipeline),
5622         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
5623         (query_rates), (query_positions_elems), (query_positions_pads),
5624         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
5625         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
5626         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
5627         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
5628         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
5629         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
5630         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
5631         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
5632         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
5633         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
5634         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
5635         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
5636         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
5637         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
5638         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
5639         (theora_dec_src_convert), (theora_dec_sink_convert),
5640         (theora_dec_src_query), (theora_dec_sink_query),
5641         (theora_dec_src_event), (theora_dec_sink_event),
5642         (theora_handle_comment_packet), (theora_handle_type_packet),
5643         (theora_handle_header_packet), (theora_handle_data_packet),
5644         (theora_dec_chain):
5645         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
5646         (vorbis_dec_convert), (vorbis_dec_src_query),
5647         (vorbis_dec_sink_query), (vorbis_dec_src_event),
5648         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
5649         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
5650         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
5651         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
5652         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
5653         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
5654         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5655         (gst_play_bin_query):
5656         * gst/playback/test3.c: (update_scale):
5657         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
5658         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
5659         * gst/subparse/gstsubparse.c: (gst_subparse_init):
5660         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
5661         (gst_videotestsrc_src_query):
5662         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
5663         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
5664         (paint_hline_YUV9):
5665         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
5666         Port to new query API.
5667         Updated seek.
5668         Cleanups in x[v]imagesink
5669
5670 2005-05-09  Andy Wingo  <wingo@pobox.com>
5671
5672         * ext/alsa/gstalsasink.h:
5673         * ext/gnomevfs/gstgnomevfssrc.c:
5674         (gst_gnomevfssrc_get_icy_metadata):
5675         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
5676         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
5677         * ext/theora/theoradec.c (theora_dec_src_query)
5678         (theora_dec_src_event, theora_dec_sink_event)
5679         (theora_handle_comment_packet, theora_handle_data_packet):
5680         * ext/theora/theoraenc.c (theora_enc_chain):
5681         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
5682         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
5683         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
5684         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
5685         (qt_type_find):
5686         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
5687         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
5688         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
5689         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
5690         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
5691         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
5692         (paint_setup_xBGR8888, paint_setup_RGBx8888)
5693         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
5694         (paint_setup_RGB565, paint_setup_xRGB1555):
5695         * gst/videotestsrc/videotestsrc.h:
5696         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
5697         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
5698         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
5699         GCC4 fixes.
5700         
5701         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
5702         gst_pad_query_position. Fixes oggdemux.
5703
5704 2005-05-08  David Schleef  <ds@schleef.org>
5705
5706         * configure.ac: Require liboil.
5707         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
5708         a few more.
5709         * gst/videotestsrc/videotestsrc.c:
5710         * gst/videotestsrc/videotestsrc.h:
5711
5712 2005-05-06  Wim Taymans  <wim@fluendo.com>
5713
5714         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5715         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
5716         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
5717         Well, unreffing a buffer right before pushing it is asking
5718         for trouble..
5719
5720 2005-05-06  Christian Schaller  <uraeus@gnome.org>
5721
5722         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
5723
5724 2005-05-06  Wim Taymans  <wim@fluendo.com>
5725
5726         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5727         (gst_audio_convert_caps_remove_format_info),
5728         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
5729         (gst_audio_convert_fixate), (gst_audio_convert_channels):
5730         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5731         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
5732         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
5733         * gst/sine/Makefile.am:
5734         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
5735         (gst_sinesrc_class_init), (gst_sinesrc_init),
5736         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
5737         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
5738         (gst_sinesrc_update_freq):
5739         * gst/sine/gstsinesrc.h:
5740         * gst/tcp/gstmultifdsink.c:
5741         * sys/xvimage/xvimagesink.c:
5742         Fixed negotiation wrt _peer_get_caps()
5743         Some cleanups.
5744
5745
5746 2005-05-06  Wim Taymans  <wim@fluendo.com>
5747
5748         * gst-libs/gst/audio/gstaudiosink.c:
5749         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5750         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5751         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5752         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5753         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
5754         (gst_audiosink_create_ringbuffer):
5755         * gst-libs/gst/audio/gstbaseaudiosink.c:
5756         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
5757         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
5758         (gst_baseaudiosink_set_property), (build_linear_format),
5759         (debug_spec_caps), (debug_spec_buffer),
5760         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
5761         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
5762         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
5763         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5764         * gst-libs/gst/audio/gstbaseaudiosink.h:
5765         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5766         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5767         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
5768         (gst_ringbuffer_play), (gst_ringbuffer_pause),
5769         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
5770         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
5771         (wait_segment), (gst_ringbuffer_commit),
5772         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
5773         (gst_ringbuffer_clear):
5774         * gst-libs/gst/audio/gstringbuffer.h:
5775         Make the base audiosink return an error when there is no
5776         audiobuffer negotiated.
5777
5778 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5779
5780         * ext/Makefile.am:
5781         Disable cdparanoia until someone ports it!
5782
5783 2005-05-06  Wim Taymans  <wim@fluendo.com>
5784
5785         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5786         (gst_ogg_demux_sink_activate):
5787         And revert after wingo's revert.. sigh..
5788
5789 2005-05-05  Andy Wingo  <wingo@pobox.com>
5790
5791         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
5792         GObject.
5793         * configure.ac: Return audiorate and subparse from the ghetto.
5794         Re-enable -Wall -Werror.
5795         * gst/subparse/gstsubparse.c:
5796         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
5797         or chain-based. Cleaned up a bit. Not tested.
5798         
5799 2005-05-05  Christian Schaller <christian@fluendo.com> 
5800
5801         * Makefile.am: remove stuff that is not building
5802         * configure.ac: remove stuff that is not building
5803         * examples/Makefile.am: remove stuff that is not building
5804         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
5805         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
5806         * sys/Makefile.am: remove stuff that is not building
5807         * testsuite/Makefile.am: remove stuff that is not building
5808
5809 2005-05-05  Andy Wingo  <wingo@pobox.com>
5810
5811         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
5812         * gst-libs/gst/tag/gstvorbistag.c:
5813         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
5814         * gst/adder/gstadder.h:
5815         * gst/audioconvert/gstchannelmix.c:
5816         (gst_audio_convert_fill_one_other):
5817         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
5818         (gst_audiorate_init), (gst_audiorate_chain):
5819         * gst/playback/gstplaybasebin.c: (setup_source):
5820         * gst/playback/test3.c: (update_scale):
5821         Some GCC4 fixes
5822         
5823         * po/af.po:
5824         * po/az.po:
5825         * po/cs.po:
5826         * po/en_GB.po:
5827         * po/hu.po:
5828         * po/it.po:
5829         * po/nb.po:
5830         * po/nl.po:
5831         * po/or.po:
5832         * po/sq.po:
5833         * po/sr.po:
5834         * po/sv.po:
5835         * po/uk.po:
5836         * po/vi.po: Foo
5837
5838 2005-05-05  Wim Taymans  <wim@fluendo.com>
5839
5840         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5841         (gst_audio_convert_caps_remove_format_info),
5842         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
5843         (gst_audio_convert_change_state), (gst_audio_convert_channels):
5844         * gst/videotestsrc/gstvideotestsrc.c:
5845         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
5846         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
5847         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
5848         (gst_videotestsrc_init), (gst_videotestsrc_loop):
5849         Don't ignore _push() return values.
5850         Make sure no processing is done when shutting down.
5851         Videotestsrc pad activation fix.
5852
5853 2005-05-05  Wim Taymans  <wim@fluendo.com>
5854
5855         * gst/adder/Makefile.am:
5856         * gst/adder/gstadder.c: (gst_adder_setcaps),
5857         (gst_adder_class_init), (gst_adder_init),
5858         (gst_adder_request_new_pad), (gst_adder_collected),
5859         (gst_adder_change_state):
5860         * gst/adder/gstadder.h:
5861         Ported adder as an example of a mixer element using
5862         collect pads. Needs more negotiation work.
5863
5864 2005-05-05  Wim Taymans  <wim@fluendo.com>
5865
5866         * ext/theora/theoradec.c: (_inc_granulepos),
5867         (theora_dec_src_event), (theora_dec_sink_event),
5868         (theora_handle_comment_packet), (theora_handle_type_packet),
5869         (theora_handle_header_packet), (theora_handle_data_packet),
5870         (theora_dec_chain):
5871         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5872         (gst_theora_enc_init), (theora_enc_sink_setcaps),
5873         (theora_push_buffer), (theora_push_packet),
5874         (theora_enc_sink_event), (theora_enc_chain),
5875         (theora_enc_change_state), (theora_enc_set_property),
5876         (theora_enc_get_property):
5877         Added stream lock to decoder so that we can serialize
5878         the discont event.
5879         More theoraenc porting, recover from errors, do clean
5880         shutdown.
5881
5882 2005-05-05  Wim Taymans  <wim@fluendo.com>
5883
5884         * ext/ogg/Makefile.am:
5885         * ext/ogg/README:
5886         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5887         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
5888         (gst_ogg_print):
5889         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
5890         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
5891         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
5892         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
5893         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
5894         (gst_ogg_mux_change_state):
5895         Ported ogg muxer.
5896
5897 2005-05-05  Wim Taymans  <wim@fluendo.com>
5898
5899         * docs/design-audiosinks.txt:
5900         * gst-libs/gst/audio/TODO:
5901         * gst-libs/gst/audio/gstaudiosink.c:
5902         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5903         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5904         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5905         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5906         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
5907         (gst_audiosink_create_ringbuffer):
5908         * gst-libs/gst/audio/gstbaseaudiosink.c:
5909         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
5910         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
5911         (gst_baseaudiosink_set_property), (build_linear_format),
5912         (debug_spec_caps), (debug_spec_buffer),
5913         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
5914         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
5915         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
5916         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5917         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5918         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5919         (gst_ringbuffer_release), (gst_ringbuffer_play),
5920         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
5921         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
5922         (gst_ringbuffer_set_sample), (wait_segment),
5923         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
5924         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
5925         More work on the audiosink, mostly debugging and a race in
5926         shutdown.
5927
5928 2005-04-28  Wim Taymans  <wim@fluendo.com>
5929
5930         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5931         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
5932         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
5933         (vorbis_dec_src_query), (vorbis_dec_src_event),
5934         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
5935         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
5936         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
5937         Don't crap out when seeking back to position 0.
5938
5939 2005-04-28  Wim Taymans  <wim@fluendo.com>
5940
5941         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
5942         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
5943         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
5944         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
5945         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
5946         Make audio sink configurable, use alsasink as default.
5947
5948 2005-04-28  Wim Taymans  <wim@fluendo.com>
5949
5950         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5951         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
5952         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
5953         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
5954         (vorbis_dec_change_state):
5955         * ext/vorbis/vorbisdec.h:
5956         Refactor, use STREAM_LOCK.
5957
5958 2005-04-28  Wim Taymans  <wim@fluendo.com>
5959
5960         * ext/theora/theoradec.c: (_inc_granulepos),
5961         (theora_dec_sink_event), (theora_handle_comment_packet),
5962         (theora_handle_type_packet), (theora_handle_header_packet),
5963         (theora_handle_data_packet), (theora_dec_chain),
5964         (theora_dec_change_state):
5965         Refactor a bit, use STREAM_LOCK.
5966
5967 2005-04-28  Wim Taymans  <wim@fluendo.com>
5968
5969         * ext/alsa/Makefile.am:
5970         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
5971         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
5972         (gst_alsa_link), (gst_alsa_close_audio):
5973         * ext/alsa/gstalsaplugin.c: (plugin_init):
5974         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
5975         (gst_alsasink_dispose), (gst_alsasink_base_init),
5976         (gst_alsasink_class_init), (gst_alsasink_init),
5977         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
5978         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
5979         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
5980         (gst_alsasink_reset):
5981         * ext/alsa/gstalsasink.h:
5982         Implement alsasink with simple open/write/close API. 
5983         Make alsa dir build by disabling compilation of code.
5984
5985 2005-04-28  Wim Taymans  <wim@fluendo.com>
5986
5987         * gst-libs/gst/audio/Makefile.am:
5988         * gst-libs/gst/audio/audio.h:
5989         * gst-libs/gst/audio/audioclock.c:
5990         * gst-libs/gst/audio/audioclock.h:
5991         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
5992         (gst_audio_clock_class_init), (gst_audio_clock_init),
5993         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
5994         * gst-libs/gst/audio/gstaudioclock.h:
5995         * gst-libs/gst/audio/gstaudiosink.c:
5996         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5997         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5998         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5999         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
6000         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
6001         (gst_audiosink_create_ringbuffer):
6002         * gst-libs/gst/audio/gstbaseaudiosink.c:
6003         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
6004         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
6005         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
6006         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
6007         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
6008         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
6009         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
6010         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
6011         * gst-libs/gst/audio/gstbaseaudiosink.h:
6012         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
6013         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
6014         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
6015         (gst_ringbuffer_release), (gst_ringbuffer_play),
6016         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
6017         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
6018         (gst_ringbuffer_set_sample), (wait_segment),
6019         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
6020         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
6021         * gst-libs/gst/audio/gstringbuffer.h:
6022         Make ringbuffer faster and more simple by removing the locks
6023         in the playback thread.
6024         Add sample accurate playback based on buffer sample offsets.
6025         Make the baseaudiosink provide a clock.
6026         Parse caps in the base class.
6027         Correctly handle seeking, flushing and state changes.
6028
6029 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6030
6031         * configure.ac:
6032         * gst/audioconvert/Makefile.am:
6033         * gst/audioscale/Makefile.am:
6034           Fix part of the build.  Come on guys, autogen didn't even work :)
6035
6036 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6037
6038         * configure.ac:
6039         * gst-libs/gst/Makefile.am:
6040         * gst-libs/gst/media-info/.cvsignore:
6041         * gst-libs/gst/media-info/Makefile.am:
6042         * gst-libs/gst/media-info/README:
6043         * gst-libs/gst/media-info/media-info-priv.c:
6044         * gst-libs/gst/media-info/media-info-priv.h:
6045         * gst-libs/gst/media-info/media-info-test.c:
6046         * gst-libs/gst/media-info/media-info.c:
6047         * gst-libs/gst/media-info/media-info.h:
6048         * gst-libs/gst/media-info/media-info.vcproj:
6049         * pkgconfig/Makefile.am:
6050         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
6051         * pkgconfig/gstreamer-media-info.pc.in:
6052           Remove media-info, which is also successed by playbin (see Totem
6053           implementation).
6054
6055 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6056
6057         * configure.ac:
6058         * examples/Makefile.am:
6059         * examples/gstplay/.cvsignore:
6060         * examples/gstplay/Makefile.am:
6061         * examples/gstplay/player.c:
6062         * gst-libs/gst/Makefile.am:
6063         * gst-libs/gst/play/.cvsignore:
6064         * gst-libs/gst/play/Makefile.am:
6065         * gst-libs/gst/play/play.c:
6066         * gst-libs/gst/play/play.h:
6067         * gst-libs/gst/play/play.vcproj:
6068         * pkgconfig/Makefile.am:
6069         * pkgconfig/gstreamer-play-uninstalled.pc.in:
6070         * pkgconfig/gstreamer-play.pc.in:
6071           Remove libgstplay, playbin is now the official successor.
6072
6073 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6074
6075         * configure.ac:
6076         * gst-libs/gst/Makefile.am:
6077         * gst-libs/gst/xwindowlistener/Makefile.am:
6078         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
6079         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
6080           Remove deprecated xwindowlistener (I've moved xwindowlistening
6081           in the v4l/v4l2 plugins over to serverside).
6082
6083 2005-04-25  David Schleef  <ds@schleef.org>
6084
6085         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
6086         to examples/dynparams.  Examples do not belong interspersed with
6087         source code.
6088         * examples/dynparams/demo-dparams.c:
6089         * gst/sine/Makefile.am:
6090         * gst/sine/demo-dparams.c:
6091
6092 2005-04-25  David Schleef  <ds@schleef.org>
6093
6094         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
6095         * gst-libs/gst/audio/Makefile.am:
6096         * gst-libs/gst/riff/Makefile.am:
6097         * gst-libs/gst/tag/Makefile.am:
6098         * gst-libs/gst/video/Makefile.am:
6099         * gst-libs/gst/xwindowlistener/Makefile.am:
6100
6101         Convert to 0.9 API, seems to work:
6102         * sys/ximage/Makefile.am:
6103         * sys/ximage/ximagesink.c:
6104
6105 2005-04-24  David Schleef  <ds@schleef.org>
6106
6107         Link plugins against libraries:
6108         * ext/alsa/Makefile.am:
6109         * gst/tcp/Makefile.am:
6110
6111         Remove asm code that should be in liboil
6112         * gst/videoscale/Makefile.am:
6113         * gst/videoscale/videoscale_x86_asm.s:
6114
6115         gettext wants these checked in:
6116         * po/af.po:
6117         * po/az.po:
6118         * po/cs.po:
6119         * po/en_GB.po:
6120         * po/hu.po:
6121         * po/it.po:
6122         * po/nb.po:
6123         * po/nl.po:
6124         * po/or.po:
6125         * po/sq.po:
6126         * po/sr.po:
6127         * po/sv.po:
6128         * po/uk.po:
6129         * po/vi.po:
6130
6131 2005-04-24  David Schleef  <ds@schleef.org>
6132
6133         Convert gst_main() to g_main_loop_run()
6134         * gst/playback/decodetest.c: (main):
6135         * gst/playback/test2.c: (main):
6136         * gst/playback/test3.c: (main):
6137         * gst/playback/test4.c: (main):
6138
6139         Link plugins against libraries:
6140         * ext/libvisual/Makefile.am:
6141         * sys/xvimage/Makefile.am:
6142
6143 2005-04-24  David Schleef  <ds@schleef.org>
6144
6145         * configure.ac: Remove idct and resample libs
6146         * gst-libs/gst/Makefile.am: same
6147
6148         Remove usage of gst_library_load():
6149         * ext/alsa/gstalsaplugin.c: (plugin_init):
6150         * ext/libvisual/visual.c: (plugin_init):
6151         * ext/ogg/gstogg.c: (plugin_init):
6152         * ext/theora/theora.c: (plugin_init):
6153         * ext/vorbis/vorbis.c: (plugin_init):
6154         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
6155         * gst/audioscale/gstaudioscale.c:
6156         * gst/adder/gstadder.c: (plugin_init):
6157         * gst/audioconvert/plugin.c: (plugin_init):
6158         * sys/ximage/ximagesink.c: (plugin_init):
6159         * sys/xvimage/xvimagesink.c: (plugin_init):
6160         * gst/tcp/gsttcpplugin.c: (plugin_init):
6161
6162         Link plugins against libraries:
6163         * ext/ogg/Makefile.am:
6164         * ext/theora/Makefile.am:
6165         * ext/vorbis/Makefile.am:
6166         * gst/audioconvert/Makefile.am:
6167
6168         Create proper libraries:
6169         * gst-libs/gst/riff/Makefile.am:
6170         * gst-libs/gst/audio/Makefile.am:
6171         * gst-libs/gst/video/Makefile.am:
6172
6173         Move resample library to audioscale plugin directory:
6174         * gst-libs/gst/resample/Makefile.am:
6175         * gst-libs/gst/resample/README:
6176         * gst-libs/gst/resample/dtof.c:
6177         * gst-libs/gst/resample/dtos.c:
6178         * gst-libs/gst/resample/functable.c:
6179         * gst-libs/gst/resample/private.h:
6180         * gst-libs/gst/resample/resample.c:
6181         * gst-libs/gst/resample/resample.h:
6182         * gst-libs/gst/resample/resample.vcproj:
6183         * gst-libs/gst/resample/test.c:
6184         * gst/audioscale/Makefile.am:
6185         * gst/audioscale/README:
6186         * gst/audioscale/dtof.c:
6187         * gst/audioscale/dtos.c:
6188         * gst/audioscale/functable.c:
6189         * gst/audioscale/private.h:
6190         * gst/audioscale/resample.c:
6191         * gst/audioscale/resample.h:
6192         * gst/audioscale/test.c:
6193
6194         Move tagedit library to gst-libs:
6195         * gst-libs/gst/tag/Makefile.am:
6196         * gst-libs/gst/tag/gstid3tag.c:
6197         * gst-libs/gst/tag/gsttagediting.c:
6198         * gst-libs/gst/tag/gsttageditingprivate.h:
6199         * gst-libs/gst/tag/gstvorbistag.c:
6200         * gst/tags/Makefile.am:
6201         * gst/tags/gstid3tag.c:
6202         * gst/tags/gstvorbistag.c:
6203
6204         Fix for core changes:
6205         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6206         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
6207         (gst_sinesrc_getrange):
6208
6209 2005-04-23  David Schleef  <ds@schleef.org>
6210
6211         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
6212         in gst-plugins in a long time, and properly belongs in liboil.
6213         * gst-libs/gst/idct/Makefile.am:
6214         * gst-libs/gst/idct/README:
6215         * gst-libs/gst/idct/dct.h:
6216         * gst-libs/gst/idct/doieee:
6217         * gst-libs/gst/idct/fastintidct.c:
6218         * gst-libs/gst/idct/floatidct.c:
6219         * gst-libs/gst/idct/idct.c:
6220         * gst-libs/gst/idct/idct.h:
6221         * gst-libs/gst/idct/idtc.vcproj:
6222         * gst-libs/gst/idct/ieeetest.c:
6223         * gst-libs/gst/idct/intidct.c:
6224
6225 2005-04-20  Wim Taymans  <wim@fluendo.com>
6226
6227         * docs/design-audiosinks.txt:
6228         * gst-libs/gst/audio/Makefile.am:
6229         * gst-libs/gst/audio/TODO:
6230         * gst-libs/gst/audio/gstaudiosink.c:
6231         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
6232         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
6233         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
6234         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
6235         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
6236         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
6237         (gst_audiosink_class_init), (gst_audiosink_init),
6238         (gst_audiosink_create_ringbuffer):
6239         * gst-libs/gst/audio/gstaudiosink.h:
6240         * gst-libs/gst/audio/gstbaseaudiosink.c:
6241         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
6242         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
6243         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
6244         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
6245         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
6246         (gst_baseaudiosink_create_ringbuffer),
6247         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
6248         * gst-libs/gst/audio/gstbaseaudiosink.h:
6249         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
6250         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
6251         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
6252         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
6253         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
6254         (gst_ringbuffer_play), (gst_ringbuffer_pause),
6255         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
6256         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
6257         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
6258         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
6259         * gst-libs/gst/audio/gstringbuffer.h:
6260         An attempt at a set of audio base classes together with some
6261         design docs.
6262
6263 2005-04-20  Wim Taymans  <wim@fluendo.com>
6264
6265         * gst/audioconvert/Makefile.am:
6266         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
6267         (gst_audio_convert_caps_remove_format_info),
6268         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
6269         (gst_audio_convert_channels):
6270         Link against audio libs.
6271         Fix audio convert plugin.
6272
6273 2005-04-20  Wim Taymans  <wim@fluendo.com>
6274
6275         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
6276         (gst_ogg_demux_sink_activate):
6277         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
6278         (theora_set_header_on_caps), (theora_enc_sink_event),
6279         (theora_enc_chain):
6280         Fix theora encoder.
6281
6282 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6283
6284         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
6285         * gst/playback/gstdecodebin.c: (find_compatibles):
6286           Work with staticpadtemplates in elementfactories.
6287
6288 2005-04-12  Wim Taymans  <wim@fluendo.com>
6289
6290         * gst/playback/README:
6291         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
6292         (compare_ranks), (print_feature), (gst_decode_bin_init),
6293         (dynamic_create), (dynamic_free), (find_compatibles),
6294         (mimetype_is_raw), (close_pad_link), (got_redirect),
6295         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
6296         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
6297         (gst_decode_bin_change_state):
6298         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6299         (gst_play_base_bin_init), (group_destroy), (group_commit),
6300         (check_queue), (queue_overrun), (queue_threshold_reached),
6301         (queue_out_of_data), (gen_preroll_element), (unknown_type),
6302         (new_decoded_pad), (setup_subtitle), (gen_source_element),
6303         (got_redirect), (setup_source), (play_base_eos),
6304         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
6305         (gst_play_base_bin_remove_element):
6306         * gst/playback/gstplaybasebin.h:
6307         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6308         (gst_play_bin_init), (gst_play_bin_dispose),
6309         (gst_play_bin_set_property), (gen_video_element),
6310         (gen_text_element), (gen_audio_element), (remove_sinks),
6311         (gst_play_bin_send_event):
6312         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
6313         (stream_info_change_state), (gst_stream_info_set_mute):
6314         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
6315         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
6316         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
6317         (gst_stream_selector_chain):
6318         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
6319         (main):
6320         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
6321         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
6322         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
6323         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
6324         Raw and crude port of decodebin. 
6325         Make playbin compile.
6326
6327 2005-04-06  Wim Taymans  <wim@fluendo.com>
6328
6329         * ext/gnomevfs/Makefile.am:
6330         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
6331         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
6332         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
6333         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
6334         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
6335         (gst_gnomevfssrc_stop):
6336         * ext/ogg/Makefile.am:
6337         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
6338         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
6339         * ext/theora/Makefile.am:
6340         * ext/theora/theoradec.c: (_inc_granulepos),
6341         (theora_dec_sink_event), (theora_dec_chain):
6342         * ext/vorbis/Makefile.am:
6343         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6344         (vorbis_dec_sink_event), (vorbis_dec_chain):
6345         * gst-libs/gst/audio/Makefile.am:
6346         * sys/xvimage/Makefile.am:
6347         Make gnomevfssrc extend the source base class.
6348         Fix linking against libs in various plugins.
6349
6350 2005-04-06  Andy Wingo  <wingo@pobox.com>
6351
6352         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
6353         GST_BASE_LIBS.
6354
6355         * configure.ac: Add check and AC_SUBST for libgstbase.
6356
6357 2005-03-31  Wim Taymans  <wim@fluendo.com>
6358
6359         * examples/seeking/Makefile.am:
6360         * examples/seeking/cdparanoia.c: (main):
6361         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
6362         (play_cb), (pause_cb), (stop_cb), (main):
6363         * examples/seeking/playbin.c:
6364         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
6365         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
6366         (make_sid_pipeline), (make_vorbis_pipeline),
6367         (make_theora_pipeline), (make_vorbis_theora_pipeline),
6368         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
6369         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
6370         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
6371         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
6372         (stop_cb), (main):
6373         * examples/seeking/spider_seek.c:
6374         * examples/seeking/vorbisfile.c:
6375         * ext/gnomevfs/Makefile.am:
6376         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
6377         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
6378         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
6379         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
6380         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
6381         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
6382         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
6383         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
6384         * ext/ogg/README:
6385         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
6386         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
6387         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
6388         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
6389         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
6390         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
6391         (gst_ogg_pad_event), (gst_ogg_pad_reset),
6392         (gst_ogg_demux_factory_filter), (compare_ranks),
6393         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
6394         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
6395         (gst_ogg_chain_new), (gst_ogg_chain_free),
6396         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
6397         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
6398         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
6399         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
6400         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
6401         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
6402         (gst_ogg_demux_get_prev_page),
6403         (gst_ogg_demux_deactivate_current_chain),
6404         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6405         (gst_ogg_demux_bisect_forward_serialno),
6406         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
6407         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
6408         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
6409         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
6410         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
6411         (gst_ogg_demux_change_state), (gst_ogg_print):
6412         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
6413         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
6414         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
6415         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
6416         (gst_ogg_mux_loop):
6417         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
6418         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
6419         (theora_dec_src_convert), (theora_dec_sink_convert),
6420         (theora_dec_src_query), (theora_dec_src_event),
6421         (theora_dec_sink_event), (theora_dec_chain),
6422         (theora_dec_change_state):
6423         * ext/theora/theoraenc.c: (gst_theora_enc_init),
6424         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
6425         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
6426         (theora_enc_change_state):
6427         * ext/vorbis/Makefile.am:
6428         * ext/vorbis/oggvorbisenc.c:
6429         * ext/vorbis/oggvorbisenc.h:
6430         * ext/vorbis/vorbis.c: (plugin_init):
6431         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
6432         (vorbis_dec_src_query), (vorbis_dec_src_event),
6433         (vorbis_dec_sink_event), (vorbis_dec_chain),
6434         (vorbis_dec_change_state):
6435         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
6436         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
6437         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
6438         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
6439         (gst_vorbisenc_change_state):
6440         * ext/vorbis/vorbisenc.h:
6441         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
6442         * gst-libs/gst/audio/audioclock.c:
6443         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
6444         (gst_audiofilter_init), (gst_audiofilter_chain):
6445         * gst-libs/gst/audio/testchannels.c: (main):
6446         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
6447         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
6448         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
6449         (gmip_find_track_streaminfo), (gmip_find_track_format):
6450         * gst-libs/gst/media-info/media-info.c:
6451         (gst_media_info_read_idler):
6452         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
6453         (gst_play_get_all_by_interface):
6454         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
6455         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
6456         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
6457         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
6458         (gst_riff_parse_info):
6459         * gst-libs/gst/riff/riff-read.h:
6460         * gst-libs/gst/riff/riff.c: (plugin_init):
6461         * gst-libs/gst/video/Makefile.am:
6462         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
6463         (gst_videosink_class_init), (gst_videosink_get_type):
6464         * gst-libs/gst/video/videosink.h:
6465         * gst/audioconvert/bufferframesconvert.c:
6466         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
6467         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
6468         * gst/audioconvert/channelmixtest.c: (main):
6469         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
6470         (gst_audio_convert_chain),
6471         (gst_audio_convert_caps_remove_format_info),
6472         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
6473         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
6474         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
6475         (gst_audio_convert_buffer_to_default_format),
6476         (gst_audio_convert_buffer_from_default_format),
6477         (gst_audio_convert_channels):
6478         * gst/audioconvert/gstchannelmix.h:
6479         * gst/ffmpegcolorspace/avcodec.h:
6480         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6481         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
6482         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
6483         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
6484         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
6485         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
6486         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
6487         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
6488         (mpeg_video_type_find), (mpeg_video_stream_type_find),
6489         (dv_type_find):
6490         * gst/videotestsrc/gstvideotestsrc.c:
6491         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
6492         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
6493         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
6494         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
6495         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
6496         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
6497         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
6498         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
6499         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
6500         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
6501         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
6502         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
6503         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
6504         (gst_xvimagesink_navigation_send_event),
6505         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
6506         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
6507         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
6508         * sys/xvimage/xvimagesink.h:
6509         Plugin port to 0.9, ogg/theora playback should work in the seek
6510         example now.
6511         Removed old examples.
6512         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
6513         explained in 0.9 TODO doc.
6514
6515
6516 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6517
6518         * autogen.sh:
6519         * configure.ac:
6520         * ext/Makefile.am:
6521         * gst/Makefile.am:
6522         * po/POTFILES.in:
6523         * po/af.po:
6524         * po/az.po:
6525         * po/cs.po:
6526         * po/en_GB.po:
6527         * po/hu.po:
6528         * po/it.po:
6529         * po/nb.po:
6530         * po/nl.po:
6531         * po/or.po:
6532         * po/sq.po:
6533         * po/sr.po:
6534         * po/sv.po:
6535         * po/uk.po:
6536         * po/vi.po:
6537         * sys/Makefile.am:
6538         * testsuite/Makefile.am:
6539           remove a whole bunch of plugins.  This module now contains a set
6540           of free reference plugins/elements as agreed.
6541
6542 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6543
6544         * configure.ac:
6545           hunting season on 0.9 is now OPEN
6546
6547 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6548
6549         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
6550           Kick the hell out of gcc for not warning me about a symbol conflict.
6551
6552 2005-02-22  Luca Ognibene  <luogni@tin.it>
6553
6554         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
6555
6556         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
6557           Don't leak caps string (fixes #168134)
6558
6559         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
6560         (gst_jpegenc_init), (gst_jpegenc_finalize),
6561         (gst_jpegenc_change_state):
6562           Don't leak line buffers and context struct (fixes #168133).
6563
6564 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
6565
6566         * configure.ac:
6567         * ext/dirac/gstdiracdec.cc:
6568         (gst_diracdec_chain):
6569           Since dirac 0.5.0 the framerate in dirac is expressed as a
6570           rational number. Fix build and up requirement to 0.5.0, and
6571           also pass parameters to gst_diracdec_link in the right order
6572           (fixes #167959).
6573
6574 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
6575
6576         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
6577         * ext/faad/gstfaad.h:
6578         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
6579         certain invalid muxed streams, where some packets will contain 
6580         junk after decoder data. Partially fixes #149158.
6581
6582 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
6583         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
6584           Make sure we only write to writable buffers
6585
6586 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
6587
6588         * gst-libs/gst/riff/riff-media.c:
6589         (gst_riff_create_audio_caps_with_data):
6590           Do actually fix invalid RIFF fmt header values for alaw
6591           and mulaw audio instead of just saying so.
6592
6593         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
6594           Give gst_riff_create_audio_caps_with_data() a chance to
6595           fix up broken format header fields before extracting any
6596           parameters from the header. (fixes #167633)
6597
6598 2005-02-19  Martin Holters  <martin.holters@gmx.de>
6599
6600         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
6601
6602         * gst/audioconvert/bufferframesconvert.c:
6603         (buffer_frames_convert_link):
6604           Don't leak othercaps. (fixes #167878)
6605
6606 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
6607
6608         * configure.ac:
6609         * ext/libvisual/visual.c: (gst_visual_srclink),
6610         (gst_visual_change_state):
6611           Support libvisual 0.2.0.
6612
6613 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
6614
6615         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
6616         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
6617           Use same rowstrides for I420 as used everywhere else.
6618
6619 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
6620
6621         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
6622           Declare variables at beginning of block and make gcc-2.95 happy
6623           (fixes # 167482, patch by Gergely Nagy).
6624           
6625         * gst/tcp/gsttcpclientsrc.c:
6626         * gst/tcp/gsttcpclientsrc.h:
6627           Move some includes into the header, so that struct sockaddr_in is
6628           defined when it should be defined on FreeBSD as well (fixes
6629           #167483).
6630           
6631         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
6632           Don't pass uninitialised values to setsockopt() here either.
6633
6634 2005-02-17  Luca Ognibene  <luogni at tin dot it>
6635
6636         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
6637
6638         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
6639           Don't pass uninitialised values to setsockopt(). (fixes #167704)
6640
6641 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6642
6643         * gst/playback/gstplaybin.c: (add_sink):
6644           Invert bin_add/link order to workaround deadlock in opt.
6645
6646 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6647
6648         * gst/modplug/gstmodplug.cc:
6649           Add missing break causing position queries to fail.
6650
6651 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6652
6653         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
6654           Granpos can apparently be -1, which screws up calculations...
6655
6656 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
6657
6658         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
6659         (gst_ximagesink_send_pending_navigation),
6660         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
6661         (gst_ximagesink_init):
6662         * sys/ximage/ximagesink.h:
6663         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
6664         (gst_xvimagesink_send_pending_navigation),
6665         (gst_xvimagesink_navigation_send_event),
6666         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
6667         * sys/xvimage/xvimagesink.h:
6668           Use a mutex protected list to marshal navigation
6669           events into the stream thread from whichever thread
6670           sends them.
6671
6672 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
6673
6674         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
6675           Display current position and track length; misc. clean-ups.
6676           
6677         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
6678         (speed_init), (speed_chain):
6679           Add query function, so that the stream length and current position
6680           get adjusted when queried (note that current position queries may
6681           still be wrong if the audio sink returns values based on buffer
6682           timestamps instead of passing on the query).
6683
6684 2005-02-13  Benjamin Otte  <otte@gnome.org>
6685
6686         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
6687         (gst_audio_convert_channels):
6688           create channel conversion matrix when linking
6689         * gst/audioconvert/.cvsignore:
6690         * gst/audioconvert/Makefile.am:
6691         * gst/audioconvert/channelmixtest.c: (main):
6692           add (ugly) test that ensures stereo <=> mono conversion works
6693           correctly
6694
6695 2005-02-13  Benjamin Otte  <otte@gnome.org>
6696
6697         * gst/audioconvert/gstchannelmix.h:
6698           include missing header file
6699         * gst/audioconvert/gstchannelmix.c:
6700         (gst_audio_convert_fill_compatible):
6701           use same sign for both channels when converting to/from compatible
6702           channel. Previously used different signs made the signals cancel
6703           each other out and appear like silence. (fixes #167269)
6704
6705 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
6706
6707         * gst/ffmpegcolorspace/avcodec.h:
6708         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6709         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6710         (gst_ffmpegcsp_avpicture_fill):
6711         * gst/ffmpegcolorspace/imgconvert.c:
6712           Convert to and from YV12 (fixes #156379).
6713
6714 2005-02-12  Julien MOUTTE  <julien@moutte.net>
6715
6716         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
6717         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
6718         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
6719         (gst_ximagesink_expose), (gst_ximagesink_set_property),
6720         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
6721         methods from chain and negotiation and vice versa (Fixes #166142).
6722         * sys/ximage/ximagesink.h: Add stream_lock.
6723         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
6724         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
6725         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
6726         (gst_xvimagesink_expose): Check for xcontext before trying to link.
6727
6728 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
6729
6730         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
6731           Don't send "Hey! You gave me a NULL pointer you naughty person" as
6732           error message when we can't open the DVD device (when dvdnav_open()
6733           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
6734           the above). Send something more useful instead (fixes #167117).
6735
6736 2005-02-11  Julien MOUTTE  <julien@moutte.net>
6737
6738         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
6739         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
6740         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
6741         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
6742         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
6743         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
6744         methods from chain and negotiation and vice versa (Fixes #166142).
6745         Fix a possible bug of images in the buffer pool being discarded because
6746         we are looking at the wrong geometry.
6747         * sys/xvimage/xvimagesink.h: Add stream_lock.
6748
6749 2005-02-11  David Schleef  <ds@schleef.org>
6750
6751         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
6752         unsigned int. (fixes #167128)
6753
6754 2005-02-11  David Schleef  <ds@schleef.org>
6755
6756         * gst/librfb/Makefile.am: Testing stuff before committing is
6757           for wimps... and people with fast machines.  Fix stupid
6758           mistake.
6759
6760 2005-02-11  David Schleef  <ds@schleef.org>
6761
6762         * configure.ac: Pull in librfb from my CVS tree, because it is
6763           too small and annoying to be separate.  Move rfbsrc plugin
6764           to gst/.
6765         * ext/Makefile.am:
6766         * ext/librfb/Makefile.am:
6767         * ext/librfb/gstrfbsrc.c:
6768         * gst/librfb/Makefile.am:
6769         * gst/librfb/gstrfbsrc.c:
6770         * gst/librfb/rfb.c:
6771         * gst/librfb/rfb.h:
6772         * gst/librfb/rfbbuffer.c:
6773         * gst/librfb/rfbbuffer.h:
6774         * gst/librfb/rfbbytestream.c:
6775         * gst/librfb/rfbbytestream.h:
6776         * gst/librfb/rfbcontext.h:
6777         * gst/librfb/rfbdecoder.c:
6778         * gst/librfb/rfbdecoder.h:
6779         * gst/librfb/rfbutil.h:
6780
6781 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
6782
6783         * gst/speed/Makefile.am:
6784         * gst/speed/demo-mp3.c: (main):
6785         * gst/speed/filter.func:
6786         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
6787         (speed_class_init), (speed_init), (speed_chain_int16),
6788         (speed_chain_float32), (speed_chain), (speed_set_property),
6789         (speed_get_property), (speed_change_state):
6790         * gst/speed/gstspeed.h:
6791           Fix speed element and make it chain-based (fixes #156467),
6792           and make it handle more than one channel.
6793
6794 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
6795
6796         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
6797         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
6798         (gst_dtsdec_chain), (gst_dtsdec_change_state):
6799         * ext/dts/gstdtsdec.h:
6800           Don't clobber the stack constructing the channels array.
6801           Make the element chain-based. DTS tracks can now be played.
6802           
6803 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
6804
6805         * gst-libs/gst/audio/multichannel.h:
6806         * gst-libs/gst/gconf/gconf.h:
6807         * gst-libs/gst/idct/idct.h:
6808         * gst-libs/gst/media-info/media-info-priv.h:
6809         * gst-libs/gst/play/play.h:
6810         * gst-libs/gst/resample/private.h:
6811         * gst-libs/gst/resample/resample.h:
6812         * gst-libs/gst/riff/riff-ids.h:
6813         * gst-libs/gst/video/video.h:
6814         * gst-libs/gst/video/videosink.h:
6815           Add G_BEGIN_DECLS and G_END_DECLS around headers where
6816           missing, so that they work when included from C++ code.
6817
6818 2005-02-09  David Schleef  <ds@schleef.org>
6819
6820         * testsuite/gst-lint: Check for non-statically scoped
6821           parent_class variables.  This won't be a problem once
6822           plugins are loaded with RTLD_LOCAL.
6823
6824 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6825
6826         * ext/mplex/gstmplexibitstream.cc:
6827           gcc madness.
6828
6829 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6830
6831         * ext/ogg/gstogmparse.c:
6832         * gst/debug/gstnavigationtest.c:
6833           Die, thou faulty symbol pollutors (non-static parent_class).
6834
6835 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6836
6837         * ext/mplex/gstmplexibitstream.cc:
6838           Fix event handling (#165525).
6839
6840 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6841
6842         * ext/mikmod/gstmikmod.c:
6843         * gst/modplug/gstmodplug.cc:
6844           Add missing endianness to template (fixes #165509).
6845
6846 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6847
6848         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
6849           Fix wrong order of reading of optional bytes (#165290).
6850
6851 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6852
6853         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
6854           Implement FILLER event awareness.
6855
6856 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6857
6858         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
6859           Fix track calculations (#166208).
6860
6861 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
6862
6863         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6864
6865         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
6866         * ext/libpng/gstpngenc.c:
6867           Fix byte-order, use proper fixed caps. Fixes #164197.
6868
6869 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
6870
6871         * configure.ac:
6872           Add dvdlpcmdec 
6873
6874         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
6875         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
6876           Don't push buffers if the src pad isn't negotiated yet.
6877           
6878         * gst/audioconvert/gstaudioconvert.c:
6879         (gst_audio_convert_buffer_to_default_format),
6880         (gst_audio_convert_buffer_from_default_format):
6881           Add support for 24-bit width.
6882
6883         * gst/dvdlpcmdec/.cvsignore:
6884         * gst/dvdlpcmdec/Makefile.am:
6885         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
6886         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
6887         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
6888         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
6889         (plugin_init):
6890         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
6891           New decoder for rearranging DVD LPCM into our audio/x-raw-int
6892           format. Needs support for the channels maps if someone can find 
6893           a DVD LPCM track with > 2 channels.
6894
6895         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
6896         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
6897         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
6898         * gst/mpegstream/gstdvddemux.h:
6899         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
6900         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
6901         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
6902         * gst/mpegstream/gstmpegdemux.h:
6903         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
6904         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
6905         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
6906         (gst_mpeg_parse_handle_src_query),
6907         (gst_mpeg_parse_handle_src_event):
6908           Use audio/x-dvd-lpcm for LPCM output.
6909           Add DTS output.
6910
6911 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
6912
6913         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6914
6915         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
6916         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
6917           Add BGRA handling (#165736).
6918
6919 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
6920
6921         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6922
6923         * gst/law/alaw-decode.c: (alawdec_link):
6924         * gst/law/alaw-encode.c: (alawenc_link):
6925         * gst/law/mulaw-decode.c: (mulawdec_link):
6926         * gst/law/mulaw-encode.c: (mulawenc_link):
6927           Fix caps memleaks (#166600).
6928
6929 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
6930
6931         * ext/tarkin/mem.h:
6932         * ext/tarkin/wavelet.h:
6933         * ext/tarkin/yuv.h:
6934         * gst/ffmpegcolorspace/avcodec.h:
6935           Include "_stdint.h" instead of <stdint.h>. Fixes build on
6936           systems that don't have stdint.h, like Solaris9 (fixes #166631).
6937
6938 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6939
6940         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
6941         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
6942         (gst_xvimagesink_change_state):
6943           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
6944           Xv video (and thereby regenerate Xv colourkey) in clear() so
6945           that PLAY -> READY -> PLAY works (fixes #162504).
6946
6947 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6948
6949         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
6950           Switch to list instead of range, since MJPEG-devices really just
6951           support decimations, not any size.
6952
6953 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
6954         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
6955         (gst_mpeg2dec_reset), (free_all_buffers),
6956         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
6957         * ext/mpeg2dec/gstmpeg2dec.h:
6958           The libmpeg2 user-allocated buffer management is awkward, 
6959           to say the least. Hopefully this fixes things.
6960
6961 2005-02-04  Andy Wingo  <wingo@pobox.com>
6962
6963         * gst/audioconvert/bufferframesconvert.c
6964         (buffer_frames_convert_fixate): New function, fixates to 256
6965         frames per buffer by default. (Much better than 1.)
6966         (buffer_frames_convert_init): Set the fixate function for both src
6967         and sink pad.
6968         (buffer_frames_convert_link): After success setting nonfixed caps,
6969         get the negotiated caps so we can know how many buffer-frames it
6970         will be. No idea how this worked at all before.
6971
6972 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
6973
6974         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
6975         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
6976         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
6977         (handle_sequence), (handle_picture):
6978         * ext/mpeg2dec/gstmpeg2dec.h:
6979           Rearrange buffer tracking and refcounting and refactor
6980           a little for readability. 
6981
6982 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
6983         * sys/v4l/gstv4l.c: (plugin_init):
6984         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
6985         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
6986         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
6987         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
6988         * sys/v4l/gstv4ljpegsrc.h:
6989         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
6990         * sys/v4l/v4l_calls.h:
6991         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
6992         (gst_v4lsrc_get_fps):
6993         * sys/v4l/v4lsrc_calls.h:
6994           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
6995           you jpeg inside rgb frames" driver.
6996           Don't error in the v4lsrc link function, just return 
6997           REFUSED.
6998
6999 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7000
7001         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
7002         (gst_qcamsrc_open):
7003           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
7004
7005 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7006
7007         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7008           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
7009
7010 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7011
7012         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
7013           Reset negotiated state on PAUSED->READY.
7014
7015 2005-02-02  David Schleef  <ds@schleef.org>
7016
7017         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
7018         whereever possible.  (Fixes #165997)
7019         * examples/capsfilter/capsfilter1.c: (main):
7020         * examples/dynparams/filter.c: (create_ui):
7021         * examples/seeking/cdparanoia.c: (get_track_info), (main):
7022         * examples/seeking/chained.c: (main):
7023         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
7024         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
7025         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
7026         (make_mpeg_pipeline), (make_mpegnt_pipeline):
7027         * examples/seeking/spider_seek.c: (make_spider_pipeline):
7028         * examples/switch/switcher.c: (main):
7029         * ext/dv/demo-play.c: (main):
7030         * ext/faad/gstfaad.c: (gst_faad_change_state):
7031         * ext/mad/gstmad.c: (gst_mad_chain):
7032         * ext/smoothwave/demo-osssrc.c: (main):
7033         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
7034         (gst_gconf_render_bin_from_description),
7035         (gst_gconf_get_default_audio_sink),
7036         (gst_gconf_get_default_video_sink),
7037         (gst_gconf_get_default_audio_src),
7038         (gst_gconf_get_default_video_src),
7039         (gst_gconf_get_default_visualization_element):
7040         * gst/level/demo.c: (main):
7041         * gst/level/plot.c: (main):
7042         * gst/playback/gstplaybin.c: (gen_video_element),
7043         (gen_audio_element):
7044         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
7045         * gst/playondemand/demo-mp3.c: (setup_pipeline):
7046         * gst/sine/demo-dparams.c: (main):
7047         * gst/spectrum/demo-osssrc.c: (main):
7048         * gst/speed/demo-mp3.c: (main):
7049         * gst/volume/demo.c: (main):
7050         * testsuite/embed/embed.c: (main):
7051
7052 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
7053
7054         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
7055         (gst_tcpclientsink_finalize):
7056         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
7057         (gst_tcpclientsrc_finalize):
7058         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
7059         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
7060         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
7061         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
7062           Don't leak the hostname when shutting down.
7063           In tcpserversrc, take a copy of the default hostname.
7064
7065 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7066
7067         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
7068           Set caps to systemstream=TRUE.
7069
7070 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7071
7072         * testsuite/Makefile.am:
7073           Fix more OSX buildbots.
7074
7075 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
7076
7077         * ext/mpeg2dec/gstmpeg2dec.c:
7078           Don't send things to NULL PAD_PEERs
7079
7080         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
7081           Copy-on-write the incoming buffer.
7082
7083         * gst/mpegstream/gstdvddemux.h:
7084         * gst/mpegstream/gstmpegclock.h:
7085         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
7086         (normal_seek), (gst_mpeg_demux_handle_src_event):
7087         * gst/mpegstream/gstmpegdemux.h:
7088         * gst/mpegstream/gstmpegpacketize.h:
7089         * gst/mpegstream/gstmpegparse.c:
7090         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
7091         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
7092         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
7093         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
7094         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
7095         * gst/mpegstream/gstmpegparse.h:
7096         * gst/mpegstream/gstrfc2250enc.h:
7097           Various changes to the way time is computed that make seeking and
7098           total time estimation much better here.
7099           Use G_BEGIN/END_DECLS instead of __cplusplus
7100
7101         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
7102           Use gst_buffer_stamp instead of only copying the TIMESTAMP
7103
7104 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7105
7106         * gst/subparse/gstsubparse.c:
7107           Fix OSX buildbot.
7108
7109 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
7110
7111         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
7112         (theora_enc_chain), (theora_enc_change_state):
7113         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
7114         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
7115         (gst_vorbisenc_change_state):
7116         * ext/vorbis/vorbisenc.h:
7117           Set granulepos and timestamp correctly for streams not
7118           starting at 0, taking into account the initial delay.
7119
7120 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
7121
7122         * gst/mpegstream/gstdvddemux.c:
7123           Add audio/x-dts to audio pad template caps
7124
7125 2005-01-30  David Schleef  <ds@schleef.org>
7126
7127         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
7128         (create_context), (gst_polypsink_link): Fix silly endianness
7129         bug.  Add some debugging.  Remove float from caps; it doesn't
7130         work.  Attempt to get remote audio working.
7131
7132 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7133
7134         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7135           Add 3IV2 fourcc.
7136
7137 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7138
7139         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
7140         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
7141         (gst_avi_demux_stream_data):
7142         * gst/avi/gstavidemux.h:
7143           Invert DIB images. Fixes #132341.
7144
7145 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7146
7147         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7148         (gst_ffmpegcsp_chain):
7149           D'oh, reference the palette data, not the palette structure.
7150           Fixes color distortion in #132341.
7151
7152 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7153
7154         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
7155           PAR can be non-fixed when not provided as argument (#162626).
7156
7157 2005-01-29  David Moore  <dcm@acm.org>
7158
7159         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7160
7161         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7162         (gst_qtdemux_loop_header):
7163           Re-apply patch from #142272 that allows non-seekable sources,
7164           re-proposed by Daniel Drake <dsd@gentoo.org>.
7165
7166 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7167
7168         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
7169           Use the src template for creating the src pad (#162330).
7170
7171 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7172
7173         * configure.ac:
7174         * ext/musepack/Makefile.am:
7175         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
7176         (gst_musepackdec_init), (gst_musepackdec_dispose),
7177         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
7178         (gst_musepack_stream_init), (gst_musepackdec_loop),
7179         (gst_musepackdec_change_state):
7180         * ext/musepack/gstmusepackdec.cpp:
7181         * ext/musepack/gstmusepackdec.h:
7182         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
7183         (gst_musepack_reader_read), (gst_musepack_reader_seek),
7184         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
7185         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
7186         * ext/musepack/gstmusepackreader.cpp:
7187         * ext/musepack/gstmusepackreader.h:
7188           Update to 1.1 API (#165446).
7189
7190 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7191
7192         * ext/Makefile.am:
7193           Unbreak buildbot.
7194
7195 2005-01-28  Andy Wingo  <wingo@pobox.com>
7196
7197         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
7198         to reflect a different dubious internet source. Add a reference
7199         and some commentary.
7200
7201 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7202
7203         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
7204         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
7205         * gst/playback/gststreamselector.h:
7206           Be more selective when we're redoing caps negotiation from
7207           within the chain function on a stream change.
7208
7209 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7210
7211         * configure.ac:
7212         * ext/Makefile.am:
7213         * ext/amrnb/Makefile.am:
7214         * ext/amrnb/amrnb.c: (plugin_init):
7215         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
7216         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
7217         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
7218         (gst_amrnbdec_state_change):
7219         * ext/amrnb/amrnbdec.h:
7220         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
7221         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
7222         (gst_amrnbparse_init), (gst_amrnbparse_formats),
7223         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
7224         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
7225         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
7226         * ext/amrnb/amrnbparse.h:
7227           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
7228         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7229           Add AMR-NB/-WB raw formats.
7230         * ext/alsa/gstalsa.c: (gst_alsa_link):
7231           Keep valid time when changing format.
7232         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
7233         (qtdemux_parse_trak):
7234           Add some more format-specific options (#140141, #143555, #155163).
7235
7236 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7237
7238         * gst/matroska/matroska-demux.c:
7239         (gst_matroska_demux_parse_blockgroup):
7240           Fix logic error in timing of subtitle stream synchronization.
7241         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
7242           Add skip-chunk, which is found in kodak-camera streams.
7243
7244 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
7245
7246         * po/LINGUAS:
7247         * po/vi.po:
7248           Adding Vietnamese translation (submitted by Clytie Siddall)
7249
7250 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7251
7252         * gst/playback/gstdecodebin.c: (try_to_link_1):
7253           Use realpad for signal.
7254
7255 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7256
7257         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
7258           Fix category so decodebin picks it up.
7259
7260 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7261
7262         * ext/mad/Makefile.am:
7263         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
7264         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
7265         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
7266         (found_type), (gst_id3demux_bin_change_state):
7267         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
7268         (gst_id3_tag_init), (gst_id3_tag_handle_event),
7269         (gst_id3_tag_src_link), (gst_id3_tag_chain),
7270         (gst_id3_tag_change_state), (plugin_init):
7271         * ext/mad/gstmad.h:
7272           Add id3demuxbin (which is a simple bin consisting of id3demux
7273           and typefind), take over rank from id3demux, remove typefind
7274           code from id3demux. Makes all broken mp3s that I know of work,
7275           and thereby fixes #152688.
7276
7277 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
7278
7279         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7280
7281         * ext/mad/gstmad.c: (gst_mad_src_event):
7282         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
7283           Allow seeks on audio pad, make mad forward those (#164826).
7284         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
7285           Set duration (#165335).
7286
7287 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7288
7289         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
7290         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
7291         (gst_asf_demux_process_ext_content_desc),
7292         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
7293         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
7294         * gst/asfdemux/gstasfdemux.h:
7295           Improve metadata display, e.g. if the metadata comes before the
7296           streams are loaded (which is perfectly valid).
7297
7298 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7299
7300         * tools/gst-launch-ext-m.m:
7301           Fix AVI/ASF pipelines (#165340).
7302
7303 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
7304         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
7305         build failure on amd64
7306
7307 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
7308
7309         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
7310         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
7311           Check environment variables GST_ID3V2_TAG_ENCODING,
7312           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
7313           list of character encodings to force interpretation of non-unicode
7314           strings stored in an ID3v2 tag to a particular encoding. If none
7315           is specified, try to use current locale's encoding, then fall back
7316           to ISO-8859-1 (which will always succeed). (Resolves #149274)
7317         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
7318         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
7319           Check environment variables GST_ID3V1_TAG_ENCODING,
7320           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
7321           list of character encodings to use in case a string encountered
7322           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
7323           specified, try to use the current locale's encoding, then fall
7324           back to ISO-8859-1 (which will always succeed).
7325
7326 2005-01-25  Benjamin Otte  <otte@gnome.org>
7327
7328         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
7329           - on half framerate, compute the rate in advance so the comparisons
7330             don't compare wrong values
7331           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
7332             behaviour
7333           - don't use mad_header_decode anymore, mad_frame_decode does that
7334             automatically
7335           - when getting rid of consumed bytes, reset the stream's skiplen
7336           (fixes #163867)
7337
7338 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
7339
7340         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
7341           Use 1/2 a second for default max_discont, as PES streams from DVB
7342           seem to have larger spacings in the SCR. 
7343           Fix a typo.
7344
7345 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7346
7347         * gst/playback/gstplaybasebin.c: (group_commit):
7348           Notify delayed stream-info availability.
7349
7350 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
7351         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
7352         (gst_a52dec_handle_event), (gst_a52dec_chain):
7353         Add some debug output. Check that a discont has a valid
7354         time associated.
7355         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
7356         (gst_alsa_sink_loop):
7357         Ignore TAG events. A little extra debug for broken timestamps.
7358         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
7359         (dvdnavsrc_change_state):
7360         Ensure we send a discont to engage the link before we send any
7361         other events.
7362         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
7363         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
7364         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
7365         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
7366         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
7367         dvd://title works in totem because typefinding sends a seek that ends
7368         up going back to chapter 1 regardless.
7369         * ext/mpeg2dec/gstmpeg2dec.c:
7370         * ext/mpeg2dec/gstmpeg2dec.h:
7371         Output correct timestamps and handle disconts.
7372         * ext/ogg/gstoggdemux.c: (get_relative):
7373         Small guard against a null dereference.
7374         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
7375         (gst_textoverlay_set_property):
7376         Free memory when done. Don't call gst_event_filler_get_duration on
7377         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
7378         g_warning.
7379         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
7380         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
7381         (gst_sw_srclink), (gst_smoothwave_chain):
7382         Draw solid lines, prettier colours.
7383         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
7384         Add a default palette that'll work for some movies.
7385         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
7386         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
7387         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
7388         * gst/mpegstream/gstdvddemux.h:
7389         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
7390         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
7391         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
7392         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
7393         * gst/mpegstream/gstmpegparse.h:
7394         Use PTM/NAV events when for timestamp adjustment when connected to 
7395         dvdnavsrc. Don't use many discont events where one suffices.
7396         * gst/playback/gstplaybasebin.c: (group_destroy),
7397         (gen_preroll_element), (gst_play_base_bin_add_element):
7398         * gst/playback/gstplaybasebin.h:
7399         Make sure we remove subtitles from the same bin we put them in.
7400         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
7401         (gst_subparse_buffer_format_autodetect),
7402         (gst_subparse_change_state):
7403         Fix some memleaks and invalid accesses.
7404         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
7405         (oggskel_type_find), (cmml_type_find), (plugin_init):
7406         Some typefind functions for Annodex v3.0 files
7407         * gst/wavparse/gstwavparse.h:
7408         GstRiffReadClass is the correct parent class.
7409
7410 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7411
7412         * gst-libs/gst/riff/riff-media.c:
7413         (gst_riff_create_video_caps_with_data):
7414           Add extradata to huffyuv (fixes #165013).
7415         * gst-libs/gst/riff/riff-read.c:
7416         (gst_riff_read_strf_vids_with_data):
7417           Fix extradata extraction if it is in the chunk size.
7418
7419 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
7420
7421         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7422
7423         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
7424         (gst_quarktv_change_state), (gst_quarktv_dispose):
7425           Memory free'ing location fix (#164708).
7426
7427 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7428
7429         * gst/playback/gstplaybasebin.c: (group_commit),
7430         (gen_preroll_element), (probe_triggered), (gen_source_element),
7431         (setup_source), (gst_play_base_bin_change_state),
7432         (gst_play_base_bin_add_element):
7433           Don't block for streams.
7434         * gst/playback/gststreaminfo.c: (stream_info_change_state),
7435         (gst_stream_info_set_mute):
7436           Use gst_pad_set_active_recursive.
7437
7438 2005-01-25  Andy Wingo  <wingo@pobox.com>
7439
7440         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
7441         for #ifndef HAVE_XVIDEO.
7442
7443 2005-01-24  Jeffrey C. Ollie
7444
7445         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
7446
7447         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
7448         * ext/gsm/gstgsmdec.h:
7449         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
7450         * ext/gsm/gstgsmenc.h:
7451         Fix rate to 8kHz as per spec, removes obscure errors when no rate
7452         was given by property. Add proper buffer timestamps and offsets.
7453
7454 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7455
7456         * gst-libs/gst/riff/riff-media.c:
7457         (gst_riff_create_audio_caps_with_data):
7458           Audio can be <8000Hz.
7459
7460 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7461
7462         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
7463           Explicit state change to workaround refcount bugs.
7464
7465 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7466
7467         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
7468         (gst_avimux_riff_get_avi_header):
7469           Fix...
7470
7471 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7472
7473         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
7474         (gst_riff_read_element_data):
7475         * gst-libs/gst/riff/riff-read.h:
7476           Add _peek version (req'ed in CDXA).
7477         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
7478         (gst_cdxaparse_loop):
7479           Fix parsing in playbin.
7480         * gst/playback/gstdecodebin.c: (close_pad_link):
7481           Ignore current_ pads, they cause major annoyance.
7482
7483 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7484
7485         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
7486           Safety guard.
7487
7488 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7489
7490         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
7491           Fix padding...
7492
7493 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7494
7495         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
7496           Allow for 0-sized buffers. Fixes length query problems in
7497           starwars.mkv from the testsuite.
7498
7499 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
7500
7501         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
7502         (gst_video_box_i420), (gst_video_box_chain):
7503           Fix row strides for I420 (fixes #163159)
7504           
7505 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7506
7507         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
7508           MPEG2 has a useful rate property, so we can actually use that.
7509           For MPEG-1, continue using the bytes/time properties.
7510
7511 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7512
7513         * gst-libs/gst/riff/riff-media.c:
7514         (gst_riff_create_video_caps_with_data),
7515         (gst_riff_create_video_template_caps):
7516           Add intel-h263.
7517
7518 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7519
7520         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
7521           Fail if caps negotiation fails. Should fix #162184, and should
7522           definately be in there regardless of it fixing the actual bug.
7523         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
7524         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
7525         (gst_avimux_riff_get_avix_header),
7526         (gst_avimux_riff_get_video_header),
7527         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
7528         (gst_avimux_start_file), (gst_avimux_handle_event),
7529         (gst_avimux_change_state):
7530         * gst/avi/gstavimux.h:
7531           Refactor structure writing to use GST_WRITE_UINT macros, add
7532           metadata writing support.
7533
7534 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7535
7536         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
7537           Elements may already be destroyed when this function is called.
7538
7539 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7540
7541         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7542         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
7543           More memory leak fixes (#149162).
7544
7545 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7546
7547         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7548         (gst_qtdemux_add_stream):
7549           Fix two memleaks.
7550
7551 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7552
7553         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
7554           Argh...
7555
7556 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7557
7558         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
7559           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
7560           when fixating to six channels in Totem.
7561
7562 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
7563
7564         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
7565           Fix compile warnings on Solaris 10 buildbot
7566
7567 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
7568
7569         * ext/dvdread/dvdreadsrc.c: (_read):
7570           Don't read beyond the last cell in a chapter (fixes 
7571           invalid memory access)
7572
7573 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
7574
7575         * ext/dvdread/stream_labels.c:
7576         (dvdreadsrc_get_audio_stream_labels):
7577           Use NULL for an empty GList instead of g_list_alloc(); fix 
7578           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
7579           of GString (easier to bulk free later)
7580
7581 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
7582
7583         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7584
7585         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7586         (gst_ffmpeg_pixfmt_to_caps):
7587           Fix BGRA32 caps (#164209).
7588
7589 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
7590
7591         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7592
7593         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7594         (gst_ffmpeg_caps_to_pixfmt):
7595           alpha_mask can be RGBA/ABGR. Fixes #164265.
7596
7597 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
7598
7599         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7600
7601         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
7602         (gst_mpeg2dec_alloc_buffer):
7603         * ext/mpeg2dec/gstmpeg2dec.h:
7604           Crop if decoding size is not the actual image size (#163676).
7605
7606 2005-01-17  Steve Baker  <steve@stevebaker.org>
7607
7608         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7609
7610         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
7611         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
7612           Add libsndfile typefind functions (#163309).
7613
7614 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7615
7616         * tools/gst-launch-ext-m.m:
7617           Add .aac, fix .m1v/.m2v (#163891).
7618
7619 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7620
7621         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
7622           Sanity check, don't wait endlessly since the clock might not
7623           actually run at this point (which is a deadlock). Fixes #164069.
7624
7625 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7626
7627         * gst/playback/gstplaybasebin.c: (probe_triggered):
7628           Of course, only pause if group is done...
7629
7630 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7631
7632         * gst/playback/gstplaybasebin.c: (probe_triggered):
7633           Thread safety.
7634
7635 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
7636
7637         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
7638           Don't return state change success when the parent
7639           failed.
7640
7641 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7642
7643         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
7644           Free events (fix memleak in #162905).
7645
7646 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
7647
7648         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7649
7650         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7651         (gst_ffmpeg_caps_to_pixfmt):
7652           Fix for depth = 15. Fixes #161675.
7653
7654 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7655
7656         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
7657           Set FPS correctly, even for webcams and the like.
7658         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
7659           Don error on setting while capturing.
7660
7661 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7662
7663         * ext/dv/gstdvdec.c:
7664         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
7665         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
7666           I'm a bad boy. using /1001. to force C to do float division
7667           and not integer division (as it did in my last commit)
7668           Thanks to David I. Lehn for pointing this mistake.
7669
7670 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7671
7672         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
7673           Revert Johan??s 1.35->1.36 since it breaks compat.
7674
7675 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7676
7677         * ext/dv/gstdvdec.c:
7678         * ext/libfame/gstlibfame.c:
7679         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
7680         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
7681           replace framerate aproximations by their real value
7682           (24000/1001, 30000/1001, 60000/1001)
7683           Finish fixing bug #164049
7684
7685 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7686
7687         * ext/ogg/gstoggmux.c:
7688           eos/bos debugging
7689         * gst/tcp/gstmultifdsink.c:
7690         * gst/tcp/gstmultifdsink.h:
7691         * gst/tcp/gsttcp.c:
7692         * gst/tcp/gsttcp.h:
7693         * gst/tcp/gsttcpclientsink.c:
7694         * gst/tcp/gsttcpclientsrc.c:
7695         * gst/tcp/gsttcpserversink.c:
7696         * gst/tcp/gsttcpserversrc.c:
7697           improve reusability of elements after state changes and errors
7698           make multifdsink throw away streamheaders when receiving new ones
7699
7700 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7701
7702         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
7703           Fix for if items are already in list...
7704
7705 2005-01-12  Benjamin Otte  <otte@gnome.org>
7706
7707         * gst/adder/gstadder.c: (gst_adder_loop):
7708           fix adder a bit so it doesn't screw up with events as much anymore
7709
7710 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
7711
7712         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
7713         (pixbufscale_scale), (gst_pixbufscale_chain):
7714         * ext/gdk_pixbuf/pixbufscale.h:
7715           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
7716           to ensure rowstrides are calculated the same way as 
7717           ffmpegcolorspace
7718           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
7719           that we pick up duration and offset also.
7720
7721 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7722
7723         * gst/avi/gstavimux.c: (gst_avimux_class_init),
7724         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
7725           Reusability fixes.
7726
7727 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7728
7729         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
7730         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
7731         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
7732         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
7733           Update flags when requested.
7734
7735 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7736
7737         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
7738           Fix dmix.
7739
7740 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7741
7742         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7743         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
7744         (probe_triggered), (new_decoded_pad), (gen_source_element),
7745         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
7746         * gst/playback/gstplaybasebin.h:
7747         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7748         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
7749         (gst_play_bin_change_state):
7750           Implement group-switch signal for use in apps to clear metadata
7751           cache, clean up subtitle, add suburi property instead of # hack,
7752           some error-out fixes.
7753
7754 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7755
7756         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
7757           Debug.
7758         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
7759           If we got a state change in the _get handler, don't return success.
7760
7761 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7762
7763         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
7764         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
7765           Make jpegdec quiet on MJPEG decoding
7766         * gst/asfdemux/README:
7767           Fix mimetypes for MJPEG and H263
7768
7769 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7770
7771         * ext/theora/theoradec.c: (theora_dec_chain):
7772           Fix broken code generation by gcc by swapping arguments.
7773         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
7774           Fix \n in debug.
7775
7776 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7777
7778         * TODO:
7779           delete this file, it is by far outdated
7780         * ext/alsa/gstalsa.1: remove
7781         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
7782         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
7783         (gst_alsa_get_caps):
7784           Add HW probing for supported sample rates. Fixes #161704
7785
7786 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7787
7788         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
7789           Don't crash, biatch! :).
7790
7791 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7792
7793         * ext/musepack/gstmusepackreader.cpp:
7794         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
7795           Some work on tags - still doesn't work in playbin...
7796         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
7797           Handle events...
7798
7799 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7800
7801         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
7802           Also shove tags on kid pads.
7803
7804 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7805
7806         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
7807           Don't bail on unknown events.
7808         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
7809           Don't crash on events before negotiation.
7810         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
7811           Send tags on pads, too.
7812         * gst/playback/gststreamselector.c:
7813         (gst_stream_selector_request_new_pad):
7814           Forward events on first pad if no input was selected yet.
7815
7816 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7817
7818         * gst/playback/gstplaybasebin.c: (setup_substreams):
7819           Don't disable streamtype if the stream doesn't exist, since
7820           then playing a video after audio will disable both and nothing
7821           will happen. Fixes the testsuite.
7822
7823 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7824
7825         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
7826         (gst_v4l_xoverlay_set_xwindow_id):
7827         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
7828         (gst_v4l2_xoverlay_set_xwindow_id):
7829           Add debug categories, fix overlay disabling.
7830
7831 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7832
7833         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
7834         * ext/alsa/gstalsa.h:
7835           Add HW probing for period_count/size and buffer_size MIX/MAX
7836           Adjust default/user defined value if out of bounds
7837           Should fix bug #162024
7838
7839 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7840
7841         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
7842           Fix warning (#161191).
7843
7844 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7845
7846         * ext/dvdread/stream_labels.c:
7847         (dvdreadsrc_get_audio_stream_labels):
7848           Fix warning (init the good variable in switch default)
7849
7850 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
7851
7852         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7853
7854         * gst/tta/gstttaparse.c: (gst_tta_src_event):
7855           Fix gcc-2.95 compile (#163485).
7856
7857 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7858
7859         * configure.ac:
7860         * ext/flac/gstflacenc.c: (gst_flacenc_init),
7861         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
7862         (gst_flacenc_tell_callback), (gst_flacenc_chain),
7863         (gst_flacenc_change_state):
7864         * ext/flac/gstflacenc.h:
7865           Update for API change in flac-1.1.1. Update requirement in
7866           configure.ac. Fixes #162974.
7867
7868 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7869
7870         * gst/playback/gstplaybasebin.c: (group_destroy):
7871           Remove hack to get rid of assert and get rid of unlinked
7872           signals properly.
7873
7874 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7875
7876         * gst/playback/gstplaybasebin.c: (setup_source):
7877           Set source to NULL so that resources are free'ed. Fixes issues
7878           with playback of CDDA and similar device-accessing things.
7879
7880 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7881
7882         * testsuite/embed/Makefile.am:
7883           test->noinst, fix make test in buildbot.
7884
7885 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7886
7887         * ext/dvdread/stream_labels.c: new file
7888         * ext/dvdread/stream_labels.h: new file
7889         * ext/dvdread/Makefile.am:
7890         * ext/dvdread/dvdreadsrc.c: (_seek_title):
7891           Extract audio stream label from DVD IFO files.
7892           It only dump them on the console for now, still have to
7893           make playbin aware of them.
7894
7895 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7896
7897         * gst/playback/gstplaybasebin.c: (setup_source):
7898           Fix hanging subs.
7899
7900 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7901
7902         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7903         (gen_preroll_element), (remove_groups), (setup_subtitle),
7904         (gen_source_element), (setup_source):
7905         * gst/playback/gstplaybasebin.h:
7906           Multiple .sub files is just a stupid idea... Fix some threading
7907           mistakes. Interestingly, external .sub files cause playbin to
7908           hang, I don't know why... Parsing fixes contributed by Fran??ois
7909           Kooman <fkooman@tuxed.net>.
7910
7911 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7912
7913         * testsuite/embed/Makefile.am:
7914           Fix buildbot.
7915
7916 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
7917
7918         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7919
7920         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
7921         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
7922         (gst_pngenc_set_property):
7923         * ext/libpng/gstpngenc.h:
7924           Add compression level property (#163323).
7925
7926 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7927
7928         * configure.ac:
7929         * examples/capsfilter/capsfilter1.c: (main):
7930         * examples/seeking/spider_seek.c: (make_spider_pipeline):
7931         * ext/dvdread/Makefile.am:
7932         * ext/dvdread/demo-play:
7933         * ext/dvdread/demo-play.c:
7934         * gconf/gstreamer.schemas.in:
7935         * gst-libs/gst/gconf/gconf.c:
7936         * sys/v4l/TODO:
7937         * testsuite/Makefile.am:
7938         * testsuite/embed/Makefile.am:
7939         * testsuite/embed/embed.c: (cb_expose), (main):
7940           Remove all references to xvideosink, fix examples (#140845).
7941         * gst/playback/gstplaybasebin.c: (group_destroy):
7942           Apparently, disposal does not unlink - so do explicitely.
7943         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
7944           Add debug.
7945
7946 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
7947
7948         * README: fix PKG_CONFIG_PATH instructions, what was there
7949         previously was breaking default search path, not nice. 
7950         Fixes #163358
7951
7952 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7953
7954         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
7955         (gst_audioscale_chain):
7956           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
7957           when resampling - how the ^@$^!@^! is this possible?!?
7958
7959 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7960
7961         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
7962           Reset variables on READY.
7963         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
7964         (gst_matroska_mux_loop):
7965           Require data before writing header.
7966
7967 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
7968
7969         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7970
7971         * ext/mad/gstmad.c: (gst_mad_chain):
7972           Don't call mad_stream_sync() directly after recovering sync.
7973           Fixes #151661.
7974
7975 2005-01-09  Martin Eikermann  <meiker@upb.de>
7976
7977         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7978
7979         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
7980         (snapshot_handler), (gst_snapshot_sinkconnect),
7981         (gst_snapshot_chain):
7982           Allocate resources when required, fix recursive signal emission
7983           and fix caps. Fixes #161667.
7984
7985 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
7986
7987         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7988
7989         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
7990         (gst_pngdec_chain):
7991           Handle only 8-bppc (bits-per-pixel-component) images, better
7992           error handling and correct strides. Fixes #163177.
7993         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
7994         (gst_pngenc_chain):
7995           Better error handling. Fixes #163348.
7996
7997 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7998
7999         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
8000         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
8001         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
8002         (dvdnavsrc_uri_handler_init):
8003           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
8004         * gst/playback/gstplaybasebin.c: (gen_source_element):
8005           Add MMS to streaming URIs.
8006
8007 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8008
8009         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
8010         * sys/xvimage/xvimagesink.c:
8011         (gst_xvimagesink_navigation_send_event):
8012           Check for pad availability before sending event.
8013
8014 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8015
8016         * gst-plugins.spec.in:
8017           Add subparse.
8018
8019 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8020
8021         * configure.ac:
8022           Since we use functions from CVS, up requirement.
8023
8024 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8025
8026         * gst/playback/Makefile.am:
8027         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8028         (group_destroy), (group_commit), (group_is_muted),
8029         (gen_preroll_element), (add_stream), (unknown_type),
8030         (probe_triggered), (preroll_unlinked), (mute_stream),
8031         (silence_stream), (new_decoded_pad), (setup_substreams),
8032         (setup_source), (get_active_source), (mute_group_type),
8033         (muted_group_change_state), (set_active_source),
8034         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
8035         (play_base_eos), (gst_play_base_bin_change_state):
8036         * gst/playback/gstplaybasebin.h:
8037         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
8038         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
8039         (gst_stream_info_dispose), (stream_info_mute_pad),
8040         (stream_info_change_state), (gst_stream_info_set_mute):
8041         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
8042         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
8043         (gst_stream_selector_init), (gst_stream_selector_dispose),
8044         (gst_stream_selector_get_linked_pad),
8045         (gst_stream_selector_get_caps), (gst_stream_selector_link),
8046         (gst_stream_selector_get_linked_pads),
8047         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
8048         * gst/playback/gststreamselector.h:
8049           Adding stream selection support plus required properties for
8050           applications to use this. Fully fixes #100931.
8051
8052 2005-01-08  Benjamin Otte  <otte@gnome.org>
8053
8054         * gst/games/gstpuzzle.c: (nav_event_handler):
8055           - handle nav events differently: forward every event no matter if it
8056             was handled or not.
8057           - translate events
8058           You can now cheat by using navigationtest ! puzzle and moving the
8059           mouse close to the edge of a tile. ;)
8060
8061 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8062
8063         * configure.ac:
8064         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
8065         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
8066         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
8067         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
8068         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
8069         (gst_ogm_parse_plugin_init):
8070         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
8071         (gst_textoverlay_link), (gst_textoverlay_getcaps),
8072         (gst_textoverlay_event), (gst_textoverlay_video_chain),
8073         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
8074         * ext/pango/gsttextoverlay.h:
8075         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
8076         (gst_matroska_demux_handle_seek_event),
8077         (gst_matroska_demux_sync_streams),
8078         (gst_matroska_demux_parse_blockgroup),
8079         (gst_matroska_demux_subtitle_caps),
8080         (gst_matroska_demux_plugin_init):
8081         * gst/matroska/matroska-ids.h:
8082         * gst/playback/gstdecodebin.c: (close_pad_link):
8083         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
8084         (gen_preroll_element), (remove_groups), (add_stream),
8085         (new_decoded_pad), (setup_subtitles), (gen_source_element),
8086         (setup_source):
8087         * gst/playback/gstplaybasebin.h:
8088         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
8089         * gst/subparse/Makefile.am:
8090         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
8091         (gst_subparse_base_init), (gst_subparse_class_init),
8092         (gst_subparse_init), (gst_subparse_formats),
8093         (gst_subparse_eventmask), (gst_subparse_event),
8094         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
8095         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
8096         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
8097         (parse_mpsub_deinit), (parse_mpsub_init),
8098         (gst_subparse_buffer_format_autodetect),
8099         (gst_subparse_format_autodetect), (gst_subparse_loop),
8100         (gst_subparse_change_state), (gst_subparse_type_find),
8101         (plugin_init):
8102         * gst/subparse/gstsubparse.h:
8103         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
8104         (plugin_init):
8105           Add subtitle support, .sub parser (supports SRT and MPsub),
8106           OGM text support, Matroska UTF-8 text support, deadlock fixes
8107           all over the place, subtitle awareness in decodebin/playbin
8108           and some fixes to textoverlay to handle subtitles in a stream
8109           correctly. Fixes #100931.
8110
8111 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8112
8113         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8114           Check for pad availability before doing a query on it.
8115
8116 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
8117
8118         * ext/dv/gstdvdec.c:
8119           really fix bpp24/32 dvdec caps (classic rgba indeed)
8120         * gst/asfdemux/gstasfdemux.c:
8121         (gst_asf_demux_process_ext_content_desc):
8122           don't send text tags if they are empty (bis repetita)
8123
8124 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
8125
8126         * ext/dv/gstdvdec.c:
8127          remove unneeded comment from dvdec
8128           (related to DV 4CC codes in AVI files)
8129           moved them in gstreamer/docs/random/mimetypes
8130         * gst/asfdemux/gstasfdemux.c:
8131         (gst_asf_demux_process_ext_content_desc):
8132          don't send text tags if they are empty
8133          fix mem leak on error path
8134         * gst/ffmpegcolorspace/avcodec.h:
8135         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8136         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
8137         (gst_ffmpegcsp_avpicture_fill):
8138         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
8139         * gst/ffmpegcolorspace/imgconvert_template.h:
8140          adds BGR32 and BGRA32 to ffmpegcolorspace
8141           (still bad colors, fixing it on next commit)
8142           helps with dvdec outputing BGR32
8143
8144 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
8145
8146         * ext/dv/gstdvdec.c:
8147          Fix audio caps i just broke (missing ',')
8148         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
8149         (gst_matroska_mux_reset):
8150          Fix typo + add FIXME about old "x-gst-metadata" crap
8151
8152 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
8153
8154         * ext/dv/demo-play.c: (main):
8155          xvideosink -> xvimagesink
8156         * ext/dv/gstdvdec.c:
8157          change rgb 32/32 caps to 24/32 (no alpha)
8158          change nb of channels to be a list (2 or 4, not 2)
8159          change sample rate to be a list (32, 44.1, 48 kHz) not a range
8160         * gst/asfdemux/gstasfdemux.c:
8161         (gst_asf_demux_process_ext_content_desc):
8162          Add 'date/year' to extracted metadata list
8163
8164 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8165
8166         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
8167           The return value of fixate_to does not imply that the requested
8168           value was set, so don't assume.
8169
8170 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
8171
8172         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8173
8174         * ext/libpng/gstpngdec.c:
8175         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
8176         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
8177         * ext/libpng/gstpngenc.h:
8178           Alpha support (encoder; #163161), mime fixage.
8179
8180 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
8181
8182         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8183
8184         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
8185         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
8186         (gst_faac_set_property), (gst_faac_get_property):
8187         * ext/faac/gstfaac.h:
8188           Allow for ADTS output (#153434).
8189
8190 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8191
8192         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
8193           Fix against template (#150576).
8194
8195 2005-01-06  Benjamin Otte  <otte@gnome.org>
8196
8197         * gst/games/gstpuzzle.c: (draw_puzzle):
8198           don't draw a puzzle if either width or height of tiles would be 0.
8199
8200 2005-01-06  Benjamin Otte  <otte@gnome.org>
8201
8202         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
8203         (gst_puzzle_class_init), (gst_puzzle_finalize):
8204           no memleaks, please
8205         (gst_puzzle_create), (gst_puzzle_init),
8206         (gst_puzzle_set_property), (gst_puzzle_setup):
8207           change initialization code around so we don't reshuffle on resize
8208         (draw_puzzle):
8209           fix another stupid typo
8210
8211 2005-01-06  Benjamin Otte  <otte@gnome.org>
8212
8213         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
8214           fix stupid typo that borked copying on YUY2
8215
8216 2005-01-06  Benjamin Otte  <otte@gnome.org>
8217
8218         * gst/games/gstpuzzle.c: (draw_puzzle):
8219           fix edges when image sizes aren't multiples of tile sizes
8220
8221 2005-01-06  Benjamin Otte  <otte@gnome.org>
8222
8223         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
8224           make RGB endianness work correctly
8225         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
8226           refactor and fix race with initial shuffling
8227         (nav_event_handler):
8228           allow using the mouse to puzzle
8229         (draw_puzzle):
8230           insist on tiles having width and height as multiples of 4 to get
8231           clean YUV image handling
8232         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8233         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
8234           s/DEBUG/LOG/ for common messages
8235         (gst_xvimagesink_navigation_send_event):
8236           fix mouse event translation to not include screen PAR
8237         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
8238           fix mouse event translation to actually work
8239
8240 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
8241
8242         * gst/asfdemux/gstasfdemux.c:
8243         (gst_asf_demux_process_ext_content_desc):
8244          Extract TrackNumber metadata + clean up code
8245         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
8246          Hope this is the good fix (var used unitialised)
8247
8248 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8249
8250         * ext/faad/gstfaad.c: (gst_faad_chain):
8251           Only increment timestamp if it's valid. Fixes raw AAC streams.
8252
8253 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8254
8255         * configure.ac:
8256         * gst/games/Makefile.am:
8257         * gst/games/gstpuzzle.c:
8258           add a puzzle game with...
8259         * gst/games/gstvideoimage.c:
8260         * gst/games/gstvideoimage.h:
8261           ... full colorspace support (that includes YUV9 and RGB16)) stolen
8262           from videotestsrc and made into something that would be a nice
8263           library for a lot of other plugins.
8264
8265 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
8266
8267         * configure.ac:
8268          don't compile faad plugin if a RC of 2.0 is found
8269          Fixes #155346 (and FC1 buildbot)
8270         * gst/asfdemux/gstasfdemux.c:
8271         (gst_asf_demux_process_ext_content_desc):
8272          try to make Solaris compiler happier
8273
8274 2005-01-06  Paul Jack  <pjack@sfaf.org>
8275
8276         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8277
8278         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
8279           Fix segfault (#161667).
8280
8281 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8282
8283         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
8284           Fix framerate reporting.
8285
8286 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
8287
8288         * gst-libs/gst/riff/riff-ids.h:
8289         * gst/wavenc/riff.h:
8290          Add AMR (VBR and CBR) ids to riff.h audio codec list
8291         * gst/asfdemux/gstasfdemux.c:
8292         (gst_asf_demux_process_ext_content_desc),
8293         (gst_asf_demux_process_object):
8294           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
8295
8296 2005-01-05  Martin Eikermann  <meiker@upb.de>
8297
8298         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8299
8300         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
8301         (gst_dvd_demux_handle_discont):
8302         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
8303         (gst_mpeg_demux_handle_discont):
8304           Recreate pads on new-media (#160730).
8305         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
8306           Send discont even if manager changes timestamps (#161929).
8307
8308 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
8309
8310         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8311
8312         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
8313           Fix invalid memory access (#159211).
8314
8315 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8316
8317         * examples/gstplay/player.c: (main):
8318           Don't iterate.
8319         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
8320           Add visualizations.
8321         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
8322         (gst_a52dec_handle_frame):
8323           Set duration.
8324         * ext/dvdnav/gst-dvd:
8325           Add audioconvert. Fixes #161325.
8326         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
8327           Explicitely case to gint64. Possible valgrind error.
8328         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
8329         (gst_play_tick_callback), (gst_play_change_state),
8330         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
8331         (gst_play_set_location), (gst_play_get_location),
8332         (gst_play_seek_to_time), (gst_play_set_data_src),
8333         (gst_play_set_video_sink), (gst_play_set_audio_sink),
8334         (gst_play_set_visualization), (gst_play_connect_visualization),
8335         (gst_play_get_framerate), (gst_play_get_all_by_interface),
8336         (gst_play_new):
8337           Use playbin. Fixes #139749 and #147744.
8338         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
8339           Add genre tag.
8340         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
8341         (audioscale_get_type), (gst_audioscale_base_init),
8342         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
8343         (gst_audioscale_getcaps), (gst_audioscale_fixate),
8344         (gst_audioscale_link), (gst_audioscale_get_buffer),
8345         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
8346         (gst_audioscale_init), (gst_audioscale_dispose),
8347         (gst_audioscale_chain), (gst_audioscale_set_property),
8348         (gst_audioscale_get_property), (plugin_init):
8349           Indent properly.
8350         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
8351           Fix LPCM.
8352         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
8353         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
8354         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
8355           Add more metadata (fixes #162656).
8356
8357 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
8358
8359         * configure.ac:
8360           back to cvs
8361
8362 === release 0.8.7 ===
8363
8364 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
8365
8366         * NEWS:
8367         * RELEASE:
8368         * configure.ac:
8369           releasing 0.8.7, "Hyperspace"
8370
8371 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
8372
8373         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
8374
8375         * gst/playback/gstplaybasebin.c:
8376          Fix for #162924 - free caps after use, not before
8377
8378 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
8379
8380         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8381
8382         * gst/playback/gstplaybasebin.c:
8383         * gst/wavparse/gstwavparse.c:
8384           Fix for #154773 - fixes playback of small .wav files
8385
8386 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
8387
8388         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8389
8390         * gst/audioscale/gstaudioscale.c:
8391           Fix for #162819 - make audioscale reusable
8392           Fixes playback of more than one file with playbin/totem
8393
8394 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8395
8396         * gst/ffmpegcolorspace/avcodec.h:
8397         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8398         * gst/ffmpegcolorspace/imgconvert.c:
8399           clean up the mess that made me cry and avoid needless duplication
8400
8401 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8402
8403         * gst/ffmpegcolorspace/imgconvert.c:
8404           give some indication of why we're segfaulting
8405
8406 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8407
8408         * configure.ac:
8409           Fix indentation, fix v4l2 plugin detection.
8410         * ext/Makefile.am:
8411           Fix libmms location (Maciej, use diff -u!).
8412         * ext/alsa/gstalsa.c: (gst_alsa_init):
8413           Initialize caps cache to NULL.
8414         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
8415           Only change state on audiosink if it exists.
8416
8417 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
8418
8419         * gst/matroska/matroska-demux.c:
8420         * gst/matroska/matroska-ids.h:
8421         * gst/matroska/matroska-demux.h:
8422         Fix Vorbis streams failing to decode in some files, where cluster_time
8423         isn't 0, because then it doesn't send codec_priv before actual data.
8424         Remove time-based test and replace it with marker set on beginning of
8425         new stream
8426
8427 2004-12-28  David Schleef  <ds@schleef.org>
8428
8429         Merge patch from Ronald fixing problems with streaming
8430         text.
8431         * ext/cairo/gstcairo.c: (plugin_init):
8432         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
8433         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
8434         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
8435         (gst_textoverlay_font_init), (gst_textoverlay_init),
8436         (gst_textoverlay_set_property):
8437         * ext/cairo/gsttextoverlay.h:
8438
8439 2004-12-27  David Schleef  <ds@schleef.org>
8440
8441         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
8442         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
8443         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
8444         (gst_textoverlay_font_init), (gst_textoverlay_init),
8445         (gst_textoverlay_set_property): Improvements to actually
8446         render text as white on black outline on video, including
8447         font selection and horizontal/vertical alignment.  (Ronald's
8448         christmas present)
8449         * ext/cairo/gsttextoverlay.h:
8450
8451 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8452
8453         * ext/ogg/gstogg.c:
8454         * ext/ogg/gstogmparse.c:
8455           fix ogm[audio/video]parse plugin registration
8456           (riff won't load if bytestream is already loaded)
8457
8458 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
8459
8460         * gst/audioconvert/gstchannelmix.c:
8461           fix for GLIB < 2.4
8462
8463 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
8464
8465         * Makefile.am:
8466         * configure.ac:
8467           disable docs again until it actually passes make distcheck.
8468
8469 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8470
8471         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
8472         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
8473         (plugin_init):
8474           Add 3GP (variables name Q3GP because they can't start with a
8475           number). Add samr audio fourcc (used in .3gp files), decoder
8476           is work in progress. Also do a GST_WARNING instead of ERROR
8477           in case of unknown nodes, to decrease output.
8478
8479 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
8480
8481         * Makefile.am:
8482           really fix dist
8483
8484 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8485
8486         * configure.ac:
8487         * ext/speex/gstspeexdec.h:
8488         * ext/speex/gstspeexenc.h:
8489           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
8490           Fix detection code in configure.ac
8491
8492 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8493
8494         * gst/matroska/matroska-demux.c:
8495         (gst_matroska_demux_parse_blockgroup):
8496           Save position, so that queries give proper return values. Don't
8497           know how this could ever have worked before...
8498
8499 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8500
8501         * configure.ac:
8502           Put additional LAME check inside the conditional.  Fixes #152339
8503
8504 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8505
8506         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8507         (gst_avi_demux_stream_scan):
8508           Add some more debug. Fix logic error when setting movi offset
8509           while reading index.
8510
8511 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8512
8513         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8514         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
8515         (gst_avi_demux_process_next_entry):
8516           Add some debugging. Better detection of broken indexes and the
8517           accompanying index recovery. No infinite loops on state changes
8518           when we're still in our loopfunction.
8519
8520 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8521
8522         * configure.ac:
8523           Fix up.
8524
8525 2004-12-22  Archana Shah  <archana.shah@wipro.com>
8526
8527         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8528
8529         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
8530           Normalizing the value before setting
8531         (gst_sunaudiomixer_get_volume):
8532           Normalizing the value after getting. Fixes bug# 161980
8533
8534 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
8535
8536         * Makefile.am: Make sure docs gets disted
8537         * docs/Makefile.am: Make sure all needed files get disted
8538         * gst-plugins.spec.in: latest updates
8539
8540 2004-12-22  Wim Taymans  <wim@fluendo.com>
8541
8542         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8543         Revert patch 1.38 as clock distribution over schedulers does
8544         not work correcly in the core yet.
8545
8546 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8547
8548         * sys/oss/README: remove this file, which predates my birth
8549           (and which content is by far outdated)
8550
8551 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
8552
8553         * Makefile.am:
8554         * configure.ac:
8555         * docs/Makefile.am:
8556         * docs/libs/Makefile.am:
8557         * docs/libs/gst-plugins-libs-docs.sgml:
8558         * docs/libs/gst-plugins-libs-sections.txt:
8559         * docs/libs/tmpl/gstgconf.sgml:
8560         * docs/upload.mak:
8561         * docs/version.entities.in:
8562           Added boilerplate gtk-doc files for plugin-libs documentation.
8563
8564 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8565
8566         * gst/auparse/gstauparse.c: fix int and float audio caps
8567
8568 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8569
8570         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
8571         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
8572           g_assert() can be a macro, don't use #ifdef inside it.
8573
8574 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
8575
8576         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8577
8578         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
8579         (gst_videorate_init), (gst_videorate_chain),
8580         (gst_videorate_change_state):
8581           Event handling (fixes #159986).
8582
8583 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8584
8585         * gst-libs/gst/riff/riff-media.c:
8586         (gst_riff_create_video_caps_with_data):
8587           Add BLZ0 (Blizzard's version of DivX) fourcc.
8588
8589 2004-12-18  David Schleef  <ds@schleef.org>
8590
8591         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
8592         portability fix.
8593
8594 2004-12-18  David Schleef  <ds@schleef.org>
8595
8596         * gst/tta/ttadec.h: Disable some header code that isn't used
8597         and clearly isn't portable.
8598
8599 2004-12-18  David Schleef  <ds@schleef.org>
8600
8601         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
8602         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
8603         (avcodec_get_pix_fmt), (avpicture_layout),
8604         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
8605         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
8606         Fix code to not use GCC extensions (and c99 extensions that
8607         Forte does not like.)
8608
8609 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
8610
8611         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8612
8613         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
8614         (gst_deinterlace_chain):
8615           Rowstride fixes. Fixes #161039.
8616         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
8617         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
8618         (gst_video_crop_getcaps), (gst_video_crop_link),
8619         (gst_video_crop_i420), (gst_video_crop_chain),
8620         (gst_video_crop_change_state):
8621           Rework of negotiation. Actually works now. Fixes #158650.
8622
8623 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8624
8625         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
8626           That was very stupid.
8627
8628 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8629
8630         * gst/matroska/matroska-demux.c:
8631         (gst_matroska_demux_parse_blockgroup):
8632           Fix possible crasher.
8633
8634 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8635
8636         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
8637         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
8638           Lace sizes can be zero.
8639
8640 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8641
8642         * ext/musepack/gstmusepackdec.cpp:
8643           Fetch error return values. Fixes #161624.
8644         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
8645           Really EOS.
8646
8647 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8648
8649         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
8650           Work for truncated (unfinished download etc.) files. Fixes #160514.
8651
8652 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8653
8654         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
8655           Fix for integer overflow. Makes #156001 not crash. Probably masks
8656           the real bug.
8657
8658 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8659
8660         * gst/ac3parse/gstac3parse.c: (plugin_init):
8661           Parsers never have ranks. Fixes #159651.
8662
8663 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8664
8665         * gst/playback/gstdecodebin.c: (compare_ranks):
8666           make sure the facotries are ordered the same every time even if they
8667           have the same rank by using the name
8668         * gst/playback/gstdecodebin.c: (find_compatibles):
8669           make sure we don't add factories to the list twice
8670
8671 2004-12-16  David Schleef  <ds@schleef.org>
8672
8673         * configure.ac: look for musepack headers as musepack/*.h
8674         (fixes #159847)
8675         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
8676         * ext/musepack/gstmusepackreader.h: same
8677
8678 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8679
8680         * gst-libs/gst/riff/riff-read.c:
8681         (gst_riff_read_strf_auds_with_data):
8682           Read extradata correctly (fixes #155879).
8683
8684 2004-12-16  David Schleef  <ds@schleef.org>
8685
8686         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
8687         audio.  does _not_ attempt or allow conversion unless channels
8688         is 1 or 2.
8689
8690 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
8691
8692         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
8693
8694 2004-12-16  David Schleef  <ds@schleef.org>
8695
8696         * gst/audioscale/gstaudioscale.c: the resample library only
8697         handles 1 or 2 channels.  Change caps to compensate.
8698
8699 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8700
8701         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
8702         (gst_matroska_demux_audio_caps):
8703           Some MPEG-AAC hacks, because else it doesn't work...
8704
8705 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8706
8707         * gst-libs/gst/riff/riff-media.c:
8708         (gst_riff_create_video_caps_with_data),
8709         (gst_riff_create_video_template_caps):
8710           Add h264.
8711
8712 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8713
8714         * gst-libs/gst/audio/Makefile.am:
8715           Try to fix buildbot.
8716
8717 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8718
8719         * gst/tcp/gstmultifdsink.c:
8720           Clean up and uniformize debugging.
8721
8722 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
8723
8724         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8725
8726         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
8727         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
8728         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
8729         (gst_mpeg_demux_change_state):
8730           Reset on ready. Fixes 160276.
8731
8732 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
8733
8734         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8735
8736         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8737         (gst_ffmpegcsp_pad_link):
8738           Fix memleak (#154815).
8739
8740 2004-12-16  James Bowes  <bowes@cs.dal.ca>
8741
8742         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8743
8744         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
8745         (gst_musicbrainz_init), (gst_musicbrainz_chain),
8746         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
8747         * ext/musicbrainz/gsttrm.h:
8748           Add support for using a proxy server when getting a trm id from
8749           the MusicBrainz database (#149613).
8750
8751 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
8752
8753         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8754
8755         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
8756         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
8757           Fix memleaks (#157233).
8758
8759 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
8760
8761         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8762
8763         * gst-libs/gst/resample/resample.c: (gst_resample_close):
8764         * gst-libs/gst/resample/resample.h:
8765         * gst/audioscale/gstaudioscale.c:
8766           Fix memleak (#159215).
8767
8768 2004-12-16  Toni Willberg  <toniw@iki.fi>
8769
8770         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8771
8772         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
8773         * sys/oss/oss_probe.c: (main):
8774           Check for mono/stereo support (similar to samplerate probing),
8775           fixes #159433. Also add missing copyright header to oss_probe.c.
8776
8777 2004-12-15  David Schleef  <ds@schleef.org>
8778
8779         * configure.ac: add audioresample and cairo plugins.  Remove
8780         HAVE_MMX stuff, because it's not used.
8781         * ext/Makefile.am: same
8782         * ext/audioresample/Makefile.am: You are not ready for an
8783         audio resampling element based on audioresample.
8784         * ext/audioresample/gstaudioresample.c:
8785         * ext/audioresample/gstaudioresample.h:
8786         * ext/cairo/Makefile.am: You are not ready for overlay elements
8787         based on cairo.  Don't look too closely, these elements kinda
8788         suck right now.
8789         * ext/cairo/gstcairo.c: new
8790         * ext/cairo/gsttextoverlay.c: new
8791         * ext/cairo/gsttextoverlay.h: new
8792         * ext/cairo/gsttimeoverlay.c: new
8793         * ext/cairo/gsttimeoverlay.h: new
8794         * gst-libs/gst/media-info/media-info-priv.h: fix compile
8795         problem with compilers that don't support variadic macros.
8796
8797 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
8798
8799         Reviewed by:  David Schleef  <ds@schleef.org>
8800
8801         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
8802         Bala, registering sunaudiosrc (oops!), and cleaning up code a
8803         bit.  Also ran indent-gst.
8804         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
8805         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
8806         (gst_sunaudiosrc_setparams):
8807
8808 2004-12-14  David Schleef  <ds@schleef.org>
8809
8810         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
8811         output rate to 16000.  Should fix #160235.
8812
8813 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8814
8815         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
8816         Add typefinding for mpeg2 pes streams
8817
8818 2004-12-13  David Schleef  <ds@schleef.org>
8819
8820         * configure.ac:  Applied patch from bug #143659, making default
8821         sources and sinks OS-dependent (for Solaris), and added code
8822         for OS/X.
8823         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
8824
8825 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8826
8827         * gst-libs/gst/riff/riff-media.c:
8828           forgot to add h2.64 to avidemux template caps
8829
8830 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8831
8832         * gst/wavenc/riff.h:
8833         * gst-libs/gst/riff/riff-media.c:
8834         * gst-libs/gst/riff/riff-ids.h:
8835         * gst/avi/gstavimux.c
8836         add 4CC code for VideoSoft h264 in AVI (VSSH)
8837           fixes bug #160655
8838         remove s323 from riff, it's quicktime specific :(
8839
8840 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8841
8842         * gst/asfdemux/README
8843         * gst/wavenc/riff.h
8844         * gst-libs/gst/riff/riff-ids.h
8845         * gst-libs/gst/riff/riff-media.c
8846         * gst/qtdemux/qtdemux.c:
8847           add new 4CC codes for h263 related codecs
8848           fixes partially bug #155163
8849
8850 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
8851
8852         * configure.ac: Update polyaudio requirement to 0.7
8853         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
8854
8855 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8856
8857         * gst/interleave/deinterleave.c:
8858         fix my name's spelling! :)
8859
8860 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8861
8862         * AUTHORS ChangeLog
8863         * gst/auparse/gstauparse.c
8864         * gst/interleave/deinterleave.c
8865         * gst/law/:
8866                 alaw-decode.c alaw-encode.c
8867                 mulaw-decode.c mulaw-encode.c
8868         * gst/oneton/gstoneton.c
8869         * sys/osxaudio/:
8870                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
8871         * sys/osxvideo/:
8872                 cocoawindow.h cocoawindow.m
8873                 osxvideosink.h osxvideosink.m
8874
8875         put the same mail address for Zaheer Abbas Merali everywhere
8876
8877 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8878
8879         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
8880           Align by packetsize, and assert that we a packet available before
8881           playing. The first makes webstreams work (they often include
8882           trailing padding data in a packet), the second allows pausing a
8883           ASF stream in totem without getting demux errors afterwards.
8884
8885 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8886
8887         * ext/ogg/gstoggdemux.c: (get_relative):
8888           Check for non-NULL before accessing member (end-of-chain).
8889
8890 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8891
8892         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
8893         (cdparanoia_set_property), (cdparanoia_get_property):
8894         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
8895         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
8896         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
8897         (dvdreadsrc_init), (dvdreadsrc_set_property),
8898         (dvdreadsrc_get_property):
8899         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
8900         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
8901           Synchronize property names where not yet the case. Devices are
8902           now device=X, other versions are deprecated (but still exist).
8903           Also use g_free() unconditionally.
8904         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8905         (setup_source), (gst_play_base_bin_get_property):
8906           Expose source.
8907
8908 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8909
8910         * configure.ac: move GCONF macro outside conditional for the am
8911           conditional. Fixes #160439
8912
8913 2004-12-08  David Schleef  <ds@schleef.org>
8914
8915         * tools/gst-visualise-m.m: Switch to elements that currently
8916         exist.
8917
8918 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8919
8920         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8921           We love wrong commas.
8922
8923 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8924
8925         * gst/matroska/matroska-demux.c:
8926         (gst_matroska_demux_handle_src_query):
8927           Don't set DEFAULT, unsupported - makes length display incorrectly
8928           in some cases.
8929
8930 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
8931
8932         * gst/monoscope/README: remove blurb about files being GPL
8933         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
8934         * gst/monoscope/monoscope.c: Change license to BSD with explanation
8935           monoscope is now effectively LGPL licensed
8936
8937 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
8938
8939         * gst/monoscope/README: Update information to be more correct
8940         * gst/monoscope/convolve.c: Relicense to LGPL
8941         * gst/monoscope/convolve.h: Relicense to LGPL
8942
8943 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
8944
8945         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
8946           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
8947         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
8948           set default_duration for mpeg1 audio
8949
8950 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8951
8952         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
8953         * ext/alsa/gstalsa.h:
8954           refactor big chunks of the core caps negotiation code to make it
8955           a lot faster, because people claim it's really slow
8956           (actually, just cache the getcaps when the device is opened)
8957
8958 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8959
8960         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
8961         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
8962         (gst_a52dec_handle_frame), (gst_a52dec_chain),
8963         (gst_a52dec_change_state), (plugin_init):
8964         * ext/a52dec/gsta52dec.h:
8965           Do something useful with timestamps. Make chain-based (since
8966           there's really no reason to be loopbased).
8967         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
8968           Update current_byte/frame correctly.
8969
8970 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8971
8972         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
8973         (gst_ape_demux_stream_init):
8974           Forward tags, too.
8975
8976 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8977
8978         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
8979           Let's make sure we're done typefinding when detecting tags.
8980
8981 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8982
8983         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
8984         (gst_ebml_read_init), (gst_ebml_read_use_event),
8985         (gst_ebml_read_element_id), (gst_ebml_peek_id),
8986         (gst_ebml_read_seek), (gst_ebml_read_skip),
8987         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
8988         (gst_ebml_read_master):
8989         * gst/matroska/ebml-read.h:
8990         * gst/matroska/matroska-demux.c:
8991         (gst_matroska_demux_parse_contents),
8992         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
8993           Disgustingly evil hack for working around INTERRUPT events and
8994           their extremely annoying habit of being a pain in the ass. We
8995           simply peek a cluster before reading any of it.
8996
8997 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8998
8999         * ext/musepack/gstmusepackdec.cpp:
9000           There's also floating point libmusepacks.
9001
9002 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9003
9004         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
9005         (gst_faad_chanpos_to_gst), (gst_faad_chain):
9006           Set DURATION even if source buffer didn't. Also use increasing
9007           timestamps.
9008         * gst-libs/gst/riff/riff-media.c:
9009         (gst_riff_create_audio_caps_with_data):
9010           Block_align can have larger values than 8192.
9011
9012 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9013
9014         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
9015         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
9016         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
9017         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
9018           Fix caps.
9019
9020 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9021
9022         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
9023           Fix logic bug.
9024
9025 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9026
9027         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
9028           Yay, another one.
9029
9030 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9031
9032         * ext/esd/esdsink.c: (gst_esdsink_chain):
9033           Make error actually say something useful (fixes #156798).
9034         * gst-libs/gst/riff/riff-media.c:
9035         (gst_riff_create_video_caps_with_data),
9036         (gst_riff_create_video_template_caps):
9037           Add Intel Video 5.0 fourcc (IV50).
9038
9039 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
9040
9041         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
9042         detection on mono and stereo mp3 files.
9043
9044 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9045
9046         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
9047           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
9048           the contained stream).
9049
9050 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9051
9052         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
9053           Oops, remove debug.
9054
9055 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
9056
9057         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9058
9059         * gst/law/alaw-decode.c: (alawdec_getcaps):
9060         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
9061           Prevent warnings when negotiating caps (fixes #159338).
9062
9063 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9064
9065         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9066         (gst_ffmpegcsp_chain):
9067           Remove old leftover that shouldn't be there...
9068
9069 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
9070
9071         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9072
9073         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
9074           Don't forward DISCONT events (fixes #159684).
9075
9076 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9077
9078         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
9079           Unlink manually since sometimes bin disposal (and therefore
9080           pad unlinking) is delayed, which will cause a new media file
9081           to not be able to start playing instantly.
9082
9083 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9084
9085         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
9086           On mute of an unlinked stream, check for pad availability so
9087           we don't crash on unlinked pad.
9088
9089 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9090
9091         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
9092         (gst_avi_demux_massage_index):
9093           Fix quite humiliating bug in omitting 0-sized index chunks but
9094           forgetting to count them for timestamps.
9095
9096 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9097
9098         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
9099           Actually leave the loop if we failed to sync. Don't crash.
9100
9101 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9102
9103         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
9104         (gst_dvd_demux_process_private):
9105         * gst/mpegstream/gstdvddemux.h:
9106           Fix crash (#159759). Doesn't work, though. :-(.
9107
9108 2004-11-28  Benjamin Otte  <otte@gnome.org>
9109
9110         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
9111           more overwriting protection due to modifying channels one by one
9112           instead of all at once
9113
9114 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9115
9116         * gst/audioconvert/gstchannelmix.c:
9117         (gst_audio_convert_fill_normalize):
9118           Normalize using absolute values.
9119
9120 2004-11-28  Julien MOUTTE  <julien@moutte.net>
9121
9122         * configure.ac:
9123         * ext/Makefile.am:
9124         * ext/directfb/Makefile.am:
9125         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
9126         (gst_directfbvideosink_get_pixel_format),
9127         (gst_directfbvideosink_get_format_from_fourcc),
9128         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
9129         (gst_directfbvideosink_sink_link),
9130         (gst_directfbvideosink_change_state),
9131         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
9132         (gst_directfbvideosink_buffer_alloc),
9133         (gst_directfbvideosink_interface_supported),
9134         (gst_directfbvideosink_interface_init),
9135         (gst_directfbvideosink_navigation_send_event),
9136         (gst_directfbvideosink_navigation_init),
9137         (gst_directfbvideosink_set_property),
9138         (gst_directfbvideosink_get_property),
9139         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
9140         (gst_directfbvideosink_base_init),
9141         (gst_directfbvideosink_class_init),
9142         (gst_directfbvideosink_get_type), (plugin_init):
9143         * ext/directfb/directfbvideosink.h: Adding a first version of
9144         directfbvideosink.
9145         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
9146         more.
9147
9148 2004-11-28  Benjamin Otte  <otte@gnome.org>
9149
9150         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
9151           walk the samples backwards if out_channels > in_channels so we don't
9152           overwrite data
9153
9154 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9155
9156         * gst/audioconvert/Makefile.am:
9157         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
9158         (gst_audio_convert_link), (gst_audio_convert_change_state),
9159         (gst_audio_convert_channels):
9160         * gst/audioconvert/gstchannelmix.c:
9161         (gst_audio_convert_unset_matrix),
9162         (gst_audio_convert_fill_identical),
9163         (gst_audio_convert_fill_compatible),
9164         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
9165         (gst_audio_convert_fill_others),
9166         (gst_audio_convert_fill_normalize),
9167         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
9168         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
9169         * gst/audioconvert/gstchannelmix.h:
9170           Implement a channel mixer.
9171
9172 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
9173
9174         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
9175         * ext/alsa/gstalsa.h:
9176         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
9177         Make alsasink actually honor gst_element_set_clock and use that
9178         clock instead of its internal one.
9179
9180 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
9181
9182         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
9183         (gst_play_base_bin_change_state): nullify source and decoder when
9184         going from READY to NULL so that we don't try to do weird stuff with
9185         them when going from NULL to READY
9186         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
9187         instead of g_object_unref
9188         (gen_video_element), (gen_audio_element): more refcounting fixes, now
9189         it should be correct
9190         (gst_play_bin_change_state): don't call remove_sinks if we are
9191         currently disposing the object
9192
9193 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9194
9195         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
9196           Don't forget bass if it's there. Else left channel is silent...
9197
9198 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9199
9200         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
9201         (gst_a52dec_change_state):
9202           Don't do sample adjusting anymore, we use float audio now.
9203         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
9204           Don't fixate to non-existing properties.
9205
9206 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9207
9208         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
9209         (gst_a52dec_change_state):
9210           Advertise that we can do surround sound.
9211
9212 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9213
9214         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
9215           Add buffer-frames=0.
9216         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
9217         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
9218         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
9219         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
9220         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
9221         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
9222         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
9223         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
9224         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
9225         * ext/dvdread/dvdreadsrc.h:
9226           Add seeking, querying for bytes, sectors, title, angle and
9227           chapter. Handle multiple chapters. Relicense to LGPL because
9228           Billy agreed on that (thanks Billy!).
9229
9230 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
9231
9232         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
9233         call parent dispose method
9234
9235 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
9236
9237         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
9238         (gst_audio_clock_get_internal_time):
9239         Fix active <-> inactive transitions: ensure time value always
9240         grows and avoid abrupt value changes.
9241
9242 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
9243
9244         * configure.ac:
9245         * gst/tta/Makefile.am:
9246         * gst/tta/crc32.h:
9247         * gst/tta/filters.h:
9248         * gst/tta/gsttta.c:
9249         * gst/tta/gstttadec.c:
9250         * gst/tta/gstttadec.h:
9251         * gst/tta/gstttaparse.c:
9252         * gst/tta/gstttaparse.h:
9253         * gst/tta/ttadec.h:
9254           added TTA parser and decoder
9255
9256 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9257
9258         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9259         (probe_triggered), (check_queue), (buffer_underrun),
9260         (buffer_running), (buffer_overrun), (gen_source_element),
9261         (setup_source):
9262         * gst/playback/gstplaybasebin.h:
9263           Implement buffering. Needs some more work.
9264
9265 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9266
9267         * ext/theora/theoradec.c: (theora_dec_chain):
9268           Fix ilog mask range overflow.
9269
9270 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9271
9272         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
9273           Don't omit the last (which in case of dmix is the only :) )
9274           channel count. Don't set channels if <= 2.
9275
9276 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
9277
9278         * gst/playback/gstplaybin.c: (gen_video_element),
9279         (gen_audio_element): Removed 2 obsolete comments
9280
9281 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
9282
9283         * ext/vorbis/oggvorbisenc.c
9284         * ext/vorbis/vorbisenc.c :
9285           change description fields of those plugins to differentiate them
9286           (pitivi show Encoders by description, they had the same one)
9287
9288 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
9289
9290         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9291
9292         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
9293         (gst_play_bin_set_property), (gen_video_element),
9294         (gen_audio_element):
9295           Refcounting fixes for provided audio-/videosinks.
9296
9297 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9298
9299         * gst/playback/gstplaybin.c: (gen_video_element),
9300         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
9301           Don't reference all sinks, but only the video- and audiosinks.
9302           The vis. element should be disposed when we're done with it.
9303           We don't have any reason to keep it around. This fixes warnings
9304           when reusing playbin for playing multiple audio files with
9305           vis. enabled. Also release audio device on pause - idea stolen
9306           from Rhythmbox.
9307
9308 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9309
9310         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
9311         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
9312         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
9313         * ext/alsa/gstalsaplugin.c: (plugin_init):
9314         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
9315         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
9316         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
9317         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
9318         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
9319         (gst_faad_change_state), (plugin_init):
9320         * ext/faad/gstfaad.h:
9321         * ext/vorbis/vorbis.c: (plugin_init):
9322         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
9323         * gst-libs/gst/audio/Makefile.am:
9324         * gst-libs/gst/audio/audio.c: (plugin_init):
9325         * gst-libs/gst/audio/multichannel.c:
9326         (gst_audio_check_channel_positions),
9327         (gst_audio_get_channel_positions),
9328         (gst_audio_set_channel_positions),
9329         (gst_audio_set_structure_channel_positions_list),
9330         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
9331         (gst_audio_fixate_channel_positions):
9332         * gst-libs/gst/audio/multichannel.h:
9333         * gst-libs/gst/audio/testchannels.c: (main):
9334         * gst/audioconvert/gstaudioconvert.c:
9335         (gst_audio_convert_class_init), (gst_audio_convert_init),
9336         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
9337         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
9338         (gst_audio_convert_fixate), (gst_audio_convert_channels):
9339         * gst/audioconvert/plugin.c: (plugin_init):
9340           Surround sound support.
9341
9342 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9343
9344         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
9345           Fix position for discont if we're close as well. Nitpicking, but
9346           saves a few milliseconds of extra waiting or skipping.
9347
9348 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9349
9350         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
9351           We sometimes need parsers for playback, so add those too.
9352
9353 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9354
9355         * configure.ac:
9356         * gst/apetag/Makefile.am:
9357         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
9358         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
9359         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
9360         (gst_ape_demux_get_src_query_types),
9361         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
9362         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
9363         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
9364         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
9365         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
9366         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
9367         (gst_ape_demux_change_state):
9368         * gst/apetag/apedemux.h:
9369         * gst/apetag/apetag.c: (plugin_init):
9370         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
9371         (plugin_init):
9372           APE v1/2 tag reader plus typefind function.
9373
9374 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9375
9376         * configure.ac:
9377         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
9378         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
9379           Remove hacks for older core. Require newer core version
9380           accordingly.
9381
9382 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9383
9384         * gst/cdxaparse/Makefile.am:
9385         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
9386         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
9387         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
9388         * gst/cdxaparse/gstcdxaparse.h:
9389         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
9390         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
9391         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
9392         (gst_cdxastrip_get_src_query_types),
9393         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
9394         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
9395         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
9396         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
9397         * gst/cdxaparse/gstcdxastrip.h:
9398           SVCD/VCD header stripping separated from CDXA image parsing.
9399         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
9400         (plugin_init):
9401           Add VCD/SVCD header typefinding for VCD/SVCD.
9402         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
9403         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
9404         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
9405         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
9406         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
9407         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
9408         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
9409         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
9410         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
9411         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
9412         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
9413         * sys/vcd/vcdsrc.h:
9414           Fix up, add seeking, querying, URI interface. Works in totem now.
9415
9416 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
9417
9418         * configure.ac:
9419           back to CVS
9420
9421 === release 0.8.6 ===
9422
9423 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
9424
9425         * NEWS:
9426         * RELEASE:
9427         * configure.ac:
9428         * po/af.po:
9429         * po/az.po:
9430         * po/cs.po:
9431         * po/en_GB.po:
9432         * po/hu.po:
9433         * po/it.po:
9434         * po/nb.po:
9435         * po/nl.po:
9436         * po/or.po:
9437         * po/sq.po:
9438         * po/sr.po:
9439         * po/sv.po:
9440         * po/uk.po:
9441           releasing 0.8.6, "IOU Love"
9442
9443 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9444
9445         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
9446
9447         * gst/playback/gstplaybasebin.c:
9448           Fix unplayable files error handling.  Fixes #158365
9449
9450 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9451
9452         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
9453
9454         * gst/typefind/gsttypefindfunctions.c:
9455           Fix broken mp3 typefinding.  Fixes #158375
9456
9457 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9458
9459         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
9460
9461         * ext/ogg/gstoggdemux.c:
9462           Fix sync on broken files.  Fixes #158976
9463
9464 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9465
9466         patch by: Edward Hervey <bilboed@bilboed.com>
9467
9468         * ext/libpng/gstpngenc.c:
9469           Copy over buffer properties.  Fixes #158832
9470
9471 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9472
9473         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
9474
9475         * ext/dvdread/dvdreadsrc.c:
9476           Fixes invalid reads (#158462)
9477
9478 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9479
9480         * sys/v4l/gstv4lsrc.c:
9481         * sys/v4l/gstv4lsrc.h:
9482         * sys/v4l/v4lsrc_calls.c:
9483           Probe less and cache it.  Fixes #159187.
9484
9485 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9486
9487         * gst/videorate/gstvideorate.c:
9488           Handle all video formats. Fixes #159186.
9489
9490 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
9491         * gst/synaesthesia/gstsynaesthesia.c:
9492         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
9493         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
9494         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
9495         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
9496         (gst_synaesthesia_change_state), (plugin_init):
9497         Fix up synaesthesia to work under different samplerates/ buffer sizes.
9498         Force 320x200 output, as that's the only thing the underlying
9499         synaesthesia implementation supports. Still needs to be made
9500         re-entrant.
9501
9502 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9503
9504         * configure.ac:
9505           Fix mpeg2enc configure check (similar to mplex check below).
9506
9507 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
9508
9509         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9510
9511         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9512           Fix for gcc-2.95 (fixes #158221).
9513
9514 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9515
9516         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
9517           Re-add clock distribution hack (until new core is released).
9518           Fixes #158125.
9519
9520 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
9521         * configure.ac:
9522           fix mplex configure check segfaulting on some systems (bug #140994)
9523
9524 2004-11-13  Benjamin Otte  <otte@gnome.org>
9525
9526         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
9527           add debugging
9528         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
9529           do a wait when we enter the loop func with no data available to
9530           write instead of getting into an 100% CPU loop by just returning and
9531           being called again by the scheduler
9532
9533 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
9534
9535         * configure.ac:
9536         * ext/libvisual/visual.c: (gst_visual_get_type),
9537         (libvisual_log_handler), (gst_visual_getcaps),
9538         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
9539         (plugin_init):
9540           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
9541         * ext/smoothwave/Makefile.am:
9542         * ext/smoothwave/demo-osssrc.c: (main):
9543         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
9544         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
9545         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
9546         (plugin_init):
9547         * ext/smoothwave/gstsmoothwave.h:
9548           Make gstsmoothwave a working element in the 20th century.
9549
9550         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
9551           Fix incorrect link function
9552
9553 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9554
9555         * gst/volume/gstvolume.c:
9556           Allow buffer-frames=0.
9557
9558 2004-11-12 Iain <iaingnome@gmail.com>
9559
9560         * configure.ac: Check for polypaudio
9561
9562         * ext/Makefile.am: Build the polyp dir
9563
9564         * ext/polyp: The polypsink sources.
9565
9566 2004-10-30 Iain <iaingnome@gmail.com>
9567
9568         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
9569         caps to reflect the new number of channels.
9570
9571 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9572
9573         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
9574           Fix for negotiation order problem. This would show when the
9575           ALSA loopfuction was called before any other function. ALSA
9576           wouldn't do anything because we're not negotiated yet, leading
9577           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
9578
9579 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9580
9581         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9582
9583         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
9584           No warnings (#157986).
9585
9586 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9587
9588         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9589           Prefer apev1/2 and id3v1 (at end of file) over musepack.
9590
9591 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9592
9593         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
9594           Signal no-more-pads (so it works in playbin).
9595
9596 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9597
9598         * ext/musepack/gstmusepackreader.cpp:
9599           Workaround for older core.
9600
9601 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9602
9603         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
9604           Actually test for odd width/height rather than testing whether
9605           a temporary variable that was 0 before we subtracted 1 is now
9606           not equal to zero (which it always is).
9607
9608 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9609
9610         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
9611         Fix compilation if HAVE_XVIDEO is not defined
9612
9613 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9614
9615         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
9616         Fix compilation if HAVE_XVIDEO is not defined
9617
9618 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
9619
9620         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
9621         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
9622         (gst_goom_change_state), (plugin_init):
9623         Use the bytestream adapter so goom doesn't depend on the input
9624         buffer size.
9625         Add a debug category
9626
9627 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9628
9629         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
9630           Only set hardware parameters *after* negotiation. Before
9631           negotiation, it will set ANY and that seems to cause crashes
9632           (see e.g. #151288, #153227).
9633
9634 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9635
9636         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
9637           This seems to be antique leftover. It needs to pass error
9638           checking.
9639         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
9640         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
9641         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
9642         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
9643           Fix GstXOverlay implementation (#151059).
9644
9645 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9646
9647         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
9648           Don't assert (#157853).
9649
9650 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9651
9652         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
9653           Fix bytes/samples confustion.
9654         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
9655           Fix for underrun (#144389).
9656
9657 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9658
9659         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
9660           Disable halfway-seek for pending release (since it needs a new
9661           core release).
9662
9663 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9664
9665         * sys/v4l/gstv4lsrc.c:
9666         * sys/v4l/gstv4lsrc.h:
9667         * sys/v4l/v4lsrc_calls.c:
9668           add autoprobe-fps property so we can separate autoprobing parts
9669
9670 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9671
9672         * sys/v4l/gstv4lsrc.c:
9673         * sys/v4l/v4lsrc_calls.c:
9674         initialise fourcc to catch unset fourcc's, and debug
9675
9676 2004-11-09  Wim Taymans  <wim@fluendo.com>
9677
9678         * gst/playback/README:
9679         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
9680         * gst/playback/gstplaybin.c: (gst_play_bin_init),
9681         (gst_play_bin_dispose), (gst_play_bin_set_property),
9682         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
9683         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
9684         (gst_play_bin_get_formats), (gst_play_bin_convert),
9685         (gst_play_bin_get_query_types), (gst_play_bin_query):
9686         Cleanups and some more documentation.
9687
9688 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
9689
9690         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
9691         (gst_cacasink_init), (gst_cacasink_chain):
9692         * ext/libcaca/gstcacasink.h:
9693         Cacasink inherits from VideoSink, so let that store the clock.
9694
9695 2004-11-09  Wim Taymans  <wim@fluendo.com>
9696
9697         * gst/playback/README:
9698         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
9699         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
9700         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
9701         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
9702         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
9703         (setup_sinks):
9704         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
9705         (gst_stream_info_is_mute), (gst_stream_info_set_property):
9706         * gst/playback/gststreaminfo.h:
9707         Updated README.
9708         Only switch groups if all streams have muted (EOSed).
9709         Send Tags in sync with the stream playback instead of in
9710         the playback/preroll phase.
9711         Some cleanups, free the fakesrc elements.
9712
9713 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9714
9715         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
9716           buffer-frames property was missing
9717         * ext/arts/gst_arts.c:
9718           rate missing from sinkcaps
9719         * ext/audiofile/gstafparse.c:
9720         * ext/audiofile/gstafsink.c:
9721         * ext/audiofile/gstafsrc.c:
9722         * ext/swfdec/gstswfdec.c:
9723           int audio doesn't know buffer-frames
9724         * ext/cdparanoia/gstcdparanoia.c:
9725           int audio doesn't know chunksize either
9726         * ext/nas/nassink.c:
9727           it's endianness, not endianess
9728         * gst-libs/gst/audio/audio.h:
9729           make float standard pad template caps really describe float
9730         * gst/law/mulaw.c: (linear_factory):
9731           signed only, please
9732         * gst/mpegstream/gstdvddemux.c:
9733           widths of 20 are not valid
9734
9735 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9736
9737         Submitted by: Luca Ferretti <elle.uca@infinito.it>
9738
9739         * po/LINGUAS:
9740         * po/it.po:
9741           Add Italian
9742
9743 2004-11-08  Wim Taymans  <wim@fluendo.com>
9744
9745         * gst/playback/README:
9746         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
9747         * gst/playback/gstplaybasebin.c: (probe_triggered),
9748         (gst_play_base_bin_change_state):
9749         Updated README, added more comments for fixmes etc..
9750
9751 2004-11-08  Wim Taymans  <wim@fluendo.com>
9752
9753         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
9754         We can remove this hack now.
9755
9756 2004-11-08  Wim Taymans  <wim@fluendo.com>
9757
9758         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
9759         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9760         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
9761         Only mix AYUV for maximum quality.
9762
9763 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9764
9765         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
9766         (gst_ogg_demux_push), (gst_ogg_pad_push):
9767           Let's act as if we're synchronized now! :).
9768         * ext/theora/theoradec.c: (theora_dec_chain):
9769           Add some debug.
9770
9771 2004-11-08  Wim Taymans  <wim@fluendo.com>
9772
9773         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
9774         (gst_alpha_set_property), (gst_alpha_sink_link),
9775         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
9776         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
9777         (gst_alpha_init_params), (gst_alpha_chain):
9778         Implement alpha functions for AYUV too, this increases
9779         accuracy quite a bit.
9780
9781 2004-11-08  Wim Taymans  <wim@fluendo.com>
9782
9783         * gst/ffmpegcolorspace/avcodec.h:
9784         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9785         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
9786         (gst_ffmpegcsp_avpicture_fill):
9787         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9788         (gst_ffmpegcsp_caps_remove_format_info):
9789         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
9790         (shrink12), (img_get_alpha_info), (deinterlace_line),
9791         (deinterlace_line_inplace):
9792         * gst/ffmpegcolorspace/imgconvert_template.h:
9793         Added AYUV colorspace and handle RGBA a bit more respectful.
9794
9795 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9796
9797         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9798           Actually always send a discont (cornercase when resending the
9799           same serial-tagged chain twice).
9800
9801 2004-11-08  Julien MOUTTE  <julien@moutte.net>
9802
9803         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
9804         (gst_ximagesink_finalize):
9805         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
9806         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
9807
9808 2004-11-08  Wim Taymans  <wim@fluendo.com>
9809
9810         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
9811         Don't segfault on NULL data.
9812
9813 2004-11-08  Wim Taymans  <wim@fluendo.com>
9814
9815         * gst/playback/gstdecodebin.c: (unlinked):
9816         * gst/playback/gstplay-marshal.list:
9817         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9818         (gst_play_base_bin_init), (group_create), (get_active_group),
9819         (get_building_group), (group_destroy), (group_commit),
9820         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
9821         (add_element_stream), (no_more_pads), (probe_triggered),
9822         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
9823         (state_change), (setup_source), (gst_play_base_bin_get_property),
9824         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
9825         (gst_play_base_bin_link_stream),
9826         (gst_play_base_bin_get_streaminfo):
9827         * gst/playback/gstplaybasebin.h:
9828         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9829         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
9830         Add support for chained ogg files. Prepare for playlist
9831         support. This patch introduces the concept of pad groups, which
9832         together compose one playable media file.
9833
9834 2004-11-07  David Schleef  <ds@schleef.org>
9835
9836         * testsuite/gst-lint: Check for pad templates that aren't statically
9837         scoped.
9838
9839 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9840
9841         * configure.ac:
9842         * ext/Makefile.am:
9843         * ext/musepack/Makefile.am:
9844         * ext/musepack/gstmusepackdec.cpp:
9845         * ext/musepack/gstmusepackdec.h:
9846         * ext/musepack/gstmusepackreader.cpp:
9847         * ext/musepack/gstmusepackreader.h:
9848           Add musepack decoder.
9849         * ext/faad/gstfaad.c: (gst_faad_base_init):
9850           Make pad templates static.
9851         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
9852         (plugin_init):
9853           Add musepack typefinder, make mp3 typefinding work halfway stream,
9854           which doesn't actually work yet because id3demux doesn't implement
9855           _get_length().
9856
9857 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9858
9859         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
9860         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
9861           Fix interrupt event handling (#144436).
9862
9863 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9864
9865         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
9866           Hide unused glory.
9867
9868 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9869
9870         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9871
9872         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
9873           Fix weird caps (#157548).
9874
9875 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9876
9877         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9878
9879         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
9880           Add missing NULL terminator (#157543).
9881
9882 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9883
9884         * gst/tcp/gsttcp.h:
9885         * gst/tcp/gsttcpclientsink.c:
9886         * gst/tcp/gsttcpclientsrc.c:
9887         * gst/tcp/gsttcpserversink.c:
9888         * gst/tcp/gsttcpserversrc.c:
9889           ports can go up to 65535.  Move common defines to gsttcp.h
9890
9891 2004-11-05  Wim Taymans  <wim@fluendo.com>
9892
9893         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
9894         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
9895         Added two more colorspaces.
9896
9897 2004-11-05  Wim Taymans  <wim@fluendo.com>
9898
9899         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9900         (gst_ffmpegcsp_avpicture_fill):
9901         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
9902         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
9903         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
9904         More stride fixes.
9905
9906 2004-11-05  Wim Taymans  <wim@fluendo.com>
9907
9908         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
9909         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
9910         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
9911         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
9912         (gst_videomixer_loop):
9913         More stride fixes.
9914
9915 2004-11-05  Benjamin Otte  <otte@gnome.org>
9916
9917         * ext/mad/gstmad.c: (gst_mad_chain):
9918           don't overflow data buffer. Flush not needed sync data when syncing
9919           failed.
9920
9921 2004-11-04  Wim Taymans  <wim@fluendo.com>
9922
9923         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
9924         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
9925         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
9926         (gst_alpha_init_params), (gst_alpha_chain),
9927         (gst_alpha_change_state):
9928         Updated the chroma keying algorithm with something more
9929         sophisticated.
9930
9931 2004-11-03  Wim Taymans  <wim@fluendo.com>
9932
9933         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
9934         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9935         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
9936         Fix stride issues. Does not completely work for odd
9937         heights.
9938
9939 2004-11-03  Wim Taymans  <wim@fluendo.com>
9940
9941         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
9942         (gst_alpha_chroma_key), (gst_alpha_chain):
9943         Fix stride issues. Does not completely work for odd
9944         heights.
9945
9946 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
9947
9948         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
9949         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
9950         leak fixes
9951
9952 2004-11-03  Wim Taymans  <wim@fluendo.com>
9953
9954         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9955         (gst_ffmpegcsp_avpicture_fill):
9956         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
9957         (avpicture_alloc):
9958         * gst/ffmpegcolorspace/imgconvert_template.h:
9959         Use correct _fill function to get correct strides.
9960
9961 2004-11-02  David Schleef  <ds@schleef.org>
9962
9963         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
9964         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
9965         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
9966         Change all g_print()s to debugging.  Add a bunch of consistency
9967         checks.
9968
9969 2004-11-02  Wim Taymans  <wim@fluendo.com>
9970
9971         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9972         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
9973         (unlinked), (no_more_pads), (close_link):
9974         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
9975         (unknown_type), (add_element_stream), (new_decoded_pad),
9976         (removed_decoded_pad), (setup_source):
9977         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
9978         (gst_stream_info_class_init), (gst_stream_info_init),
9979         (gst_stream_info_new), (gst_stream_info_dispose),
9980         (stream_info_mute_pad), (gst_stream_info_set_property),
9981         (gst_stream_info_get_property):
9982         * gst/playback/gststreaminfo.h:
9983         Fix playback of multiple files.
9984         a slightly different approach to handling dynamic pad removals.
9985         This one only looks at pads that we have linked.
9986
9987 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
9988
9989         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
9990         free" warning from libc.
9991
9992 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9993
9994         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9995         (get_unconnected_element), (remove_starting_from), (pad_removed),
9996         (close_link):
9997           Implement support for dynamic pad changing. We listen to "live"
9998           pad removals (i.e. while playing) and re-setup autoplugging
9999           after that. Playbasebin/playbin need some more work for this
10000           to finally work, but decodebin supports (and replugs) chained
10001           ogg now.
10002
10003 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
10004
10005         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
10006         (gst_alsa_finalize):
10007         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
10008         (gst_cdaudio_finalize):
10009         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
10010         (cdparanoia_finalize):
10011         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
10012         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
10013         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
10014         (dvdreadsrc_finalize):
10015         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
10016         (gst_flacdec_finalize):
10017         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
10018         (gst_flacenc_finalize):
10019         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
10020         (gst_gnomevfssink_finalize):
10021         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
10022         (gst_gnomevfssrc_finalize):
10023         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
10024         (gst_fameenc_finalize):
10025         * ext/nas/nassink.c: (gst_nassink_class_init),
10026         (gst_nassink_finalize):
10027         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
10028         (gst_sdlvideosink_class_init):
10029         * ext/sndfile/gstsf.c: (gst_sf_dispose):
10030         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
10031         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
10032         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
10033         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
10034         (gst_x_window_listener_dispose):
10035         * gst/audioscale/gstaudioscale.c:
10036         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
10037         (play_on_demand_finalize):
10038         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
10039         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
10040         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
10041         (cdplayer_finalize):
10042         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
10043         (gst_glimagesink_class_init):
10044         * sys/oss/gstosselement.c: (gst_osselement_class_init),
10045         (gst_osselement_finalize):
10046         * sys/oss/gstosssink.c: (gst_osssink_dispose):
10047         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
10048         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
10049           Fixes a bunch of problems with finalize and dispose functions,
10050           either assumptions that dispose is only called once, or not calling
10051           the parent class dispose/finalize function
10052
10053 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
10054
10055         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
10056           added two api precondition guards
10057           use g_strdup with getenv to fix crash when using ENVVAR
10058
10059 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
10060         * ext/esd/esdsink.c: (gst_esdsink_class_init),
10061         (gst_esdsink_finalize):
10062         Use a finalize function, not dispose, and more importantly,
10063         call the parent class finalize function too
10064
10065 2004-11-01  Johan Dahlin  <johan@gnome.org>
10066
10067         * ext/ogg/gstoggdemux.c:
10068         * gst/tags/gstvorbistag.c:
10069         Plug leaks.
10070
10071 2004-10-31  Benjamin Otte  <otte@gnome.org>
10072
10073         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
10074           lotsa memleaks today. But they're all small...
10075
10076 2004-10-31  Benjamin Otte  <otte@gnome.org>
10077
10078         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
10079           another memleak crushed
10080
10081 2004-10-31  Benjamin Otte  <otte@gnome.org>
10082
10083         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
10084           fix memleak
10085
10086 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10087
10088         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
10089           Hack to prevent crash when going to READY inside signal handler
10090           while this function is active.
10091
10092 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10093
10094         * gst/ffmpegcolorspace/Makefile.am:
10095         * gst/ffmpegcolorspace/avcodec.h:
10096         * gst/ffmpegcolorspace/common.h:
10097         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
10098         * gst/ffmpegcolorspace/dsputil.h:
10099         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
10100         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10101         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
10102         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
10103         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
10104         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
10105         (gst_ffmpegcsp_avpicture_fill):
10106         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
10107         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10108         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
10109         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
10110         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
10111         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
10112         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
10113         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
10114         * gst/ffmpegcolorspace/imgconvert.c:
10115         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
10116         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
10117         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
10118         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
10119         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
10120         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
10121         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
10122         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
10123         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
10124         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
10125         (grow21), (grow22), (grow41), (grow44), (conv411),
10126         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
10127         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
10128         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
10129         (avpicture_free), (is_yuv_planar), (img_convert),
10130         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
10131         (deinterlace_line_inplace), (deinterlace_bottom_field),
10132         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
10133         * gst/ffmpegcolorspace/imgconvert_template.h:
10134         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
10135         * gst/ffmpegcolorspace/mmx.h:
10136         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
10137         (av_fast_realloc), (av_mallocz_static), (av_free_static),
10138         (av_freep), (avcodec_get_context_defaults),
10139         (avcodec_alloc_context), (avcodec_init):
10140           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
10141           handling plus update from ffmpeg CVS. Large clean-up.
10142
10143 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10144
10145         * gst/playback/Makefile.am:
10146           We need the marshallers for decodebin, too.
10147
10148 2004-10-30  David Schleef  <ds@schleef.org>
10149
10150         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
10151           quicktime typefinding work with 64-bit offsets.
10152
10153 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
10154
10155         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
10156           Set EOS on the element when processing an EOS event.
10157         * ext/speex/gstspeexdec.h:
10158         * ext/speex/gstspeexenc.h:
10159           Only keep a const ptr to the mode
10160         * gst-libs/gst/riff/riff-media.c:
10161         (gst_riff_create_audio_caps_with_data),
10162         (gst_riff_create_audio_template_caps):
10163           Allow WMAV3, with up to 6 channels.
10164         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
10165           Don't call gst_pad_set_event_function on a sink pad.
10166         * gst/mpegstream/gstdvddemux.c:
10167         (gst_dvd_demux_get_subpicture_stream),
10168         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
10169           Copy the explicit caps that were set across to the cur_* pads,
10170           instead of trying to use a possibly non-existent negotiated caps.
10171           Reset the type of subpicture pads to UNKNOWN after calling
10172           init_stream, so that the caps get set.
10173
10174 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
10175
10176         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10177
10178         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
10179           Don't touch buffer if it is of size 0 (fixes #151064).
10180
10181 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10182
10183         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
10184           Synchronized discont handling.
10185
10186 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10187
10188         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
10189         (gst_ogg_demux_push):
10190           Make seeking sort-of exact again (fixes #156387).
10191
10192 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10193
10194         * gst/playback/gstplaybasebin.c: (unknown_type),
10195         (add_element_stream), (new_decoded_pad),
10196         (gst_play_base_bin_change_state):
10197         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
10198         (gst_stream_info_init), (gst_stream_info_new),
10199         (gst_stream_info_dispose), (gst_stream_info_get_property):
10200         * gst/playback/gststreaminfo.h:
10201           Make caps explicitely available. Makes testing for unsupported
10202           types possible. Improves error reporting.
10203
10204 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10205
10206         * gst/audioconvert/gstaudioconvert.c:
10207         (gst_audio_convert_buffer_to_default_format):
10208           Really don't touch read-only buffers (#156563).
10209
10210 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
10211
10212         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10213
10214         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
10215           Fix memleak (#155223).
10216
10217 2004-10-29  Wim Taymans  <wim@fluendo.com>
10218
10219         * gst/tcp/.cvsignore:
10220         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
10221         (gst_multifdsink_class_init), (gst_multifdsink_init),
10222         (gst_multifdsink_add), (gst_multifdsink_remove),
10223         (gst_multifdsink_remove_client_link), (is_sync_frame),
10224         (gst_multifdsink_new_client),
10225         (gst_multifdsink_handle_client_write),
10226         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
10227         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
10228         (gst_multifdsink_get_property):
10229         * gst/tcp/gstmultifdsink.h:
10230         Added burst on connect sync_method, deprecated sync_clients,
10231         streamlined the sync code some more.
10232
10233 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10234
10235         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
10236         (gst_play_base_bin_change_state):
10237           Improve error reporting.
10238
10239 2004-10-28  Wim Taymans  <wim@fluendo.com>
10240
10241         * gst/tcp/Makefile.am:
10242         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
10243         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
10244         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
10245         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
10246         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
10247         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
10248         (gst_fdset_wait):
10249         Added more locks around fdset structures. Fixed/reworked
10250         the poll array resizing code.
10251         Added stress test for fdset.
10252
10253 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10254
10255         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
10256         fix build
10257
10258 2004-10-28  Benjamin Otte  <otte@gnome.org>
10259
10260         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
10261           fix link function to always query channels and query width for
10262           floats
10263         * configure.ac:
10264           add equalizer dir
10265         * gst/equalizer/Makefile.am:
10266         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
10267         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
10268         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
10269         (arg_to_scale), (setup_filter),
10270         (gst_iir_equalizer_compute_frequencies),
10271         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
10272         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
10273         (plugin_init):
10274           add an equalizer
10275
10276 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10277
10278         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
10279
10280         * po/LINGUAS:
10281         * po/nb.po:
10282           Added Norwegian Bokmaal translation
10283
10284 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10285
10286         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
10287           Don't break on options (fixes #156488).
10288
10289 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10290
10291         * configure.ac:
10292         * ext/cdaudio/Makefile.am:
10293         * sys/Makefile.am:
10294           fix build on older automake
10295
10296 2004-10-26  Wim Taymans  <wim@fluendo.com>
10297
10298         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
10299         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
10300         Allow a little margin when negotiating the framerate.
10301
10302 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
10303
10304         * gst/level/gstlevel.c:
10305           synchonised naming of pads and pad-templates
10306
10307 2004-10-26  Wim Taymans  <wim@fluendo.com>
10308
10309         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
10310         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
10311         (_find_streams_check), (gst_ogg_demux_push):
10312         Fix EOS again. Needs to be done in a better way. We should not
10313         remove the pad if there is no new chained stream.
10314
10315 2004-10-26 Iain <iaingnome@gmail.com>
10316
10317         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
10318         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
10319         of the caps.
10320         * gst/interleave/interleave.c (interleave_class_init): Hook up release
10321         pad.
10322         (interleave_release_pad): Remove the pad.
10323         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
10324         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
10325         the set device.
10326         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
10327         attrs
10328         (gst_xvimagesink_xcontext_clear): Free the xcontext.
10329         (gst_xvimagesink_finalize): Free the par.
10330
10331 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10332
10333         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
10334         (gst_avimux_stop_file):
10335           First calculate the rate, and only then use it. Hdr.rate is a
10336           multiple and not a derivative of hdr.scale. Scale is not the
10337           same as blockalign but is solely related to rate.
10338
10339 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10340
10341         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
10342         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
10343           Implement seeking.
10344
10345 2004-10-25  James Henstridge  <james@jamesh.id.au>
10346
10347         Reviewed by:  David Schleef  <ds@schleef.org>
10348
10349         * examples/gstplay/player.c: (got_stream_length), (main):
10350         * examples/seeking/cdplayer.c: (update_scale):
10351         * examples/seeking/seek.c: (format_value), (update_scale):
10352         * examples/seeking/spider_seek.c: (format_value), (update_scale),
10353         (stop_seek):
10354         Build fixes on AMD64.
10355
10356 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10357
10358         reviewed by: Ronald Bultje <rbultje at gnome dot org>
10359
10360         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
10361         Fix for some v4l cards which hang in v4lsrc
10362
10363 2004-10-25  Wim Taymans  <wim@fluendo.com>
10364
10365         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
10366         (gst_ogg_demux_push), (gst_ogg_chains_clear):
10367         Make sure to remove the pad when a new chain is
10368         encountered. Set some vars to NULL so we don't try
10369         to reference freed memory.
10370
10371 2004-10-25  Wim Taymans  <wim@fluendo.com>
10372
10373         * examples/seeking/Makefile.am:
10374         * examples/seeking/cdplayer.c: (update_scale):
10375         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
10376         * examples/seeking/playbin.c: (make_playerbin_pipeline),
10377         (format_value), (update_scale), (iterate), (start_seek),
10378         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
10379         (print_usage), (main):
10380         Added some more examples, update others.
10381
10382 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10383
10384         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
10385         * ext/speex/gstspeexdec.c: (speex_dec_chain):
10386         * ext/theora/theoradec.c: (theora_dec_chain):
10387         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
10388           Add codec-name metadata.
10389
10390 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
10391
10392         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10393
10394         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
10395         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
10396         * ext/alsa/gstalsamixertrack.h:
10397         * po/POTFILES.in:
10398           ALSA mixer track label internationalization (#154054).
10399
10400 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10401
10402         * ext/theora/theoradec.c: (theora_dec_chain):
10403           Export bitrate as metadata.
10404
10405 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10406
10407         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
10408         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
10409         * ext/alsa/gstalsamixertrack.h:
10410           Fix names, fix loop.
10411
10412 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10413
10414         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
10415         (speex_dec_convert):
10416           sinkconvert function so oggdemux can get the file length (totem).
10417
10418 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
10419
10420         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10421
10422         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
10423           Don't push incomplete packets.
10424         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
10425           Fix MPEG-4 audio typefinding.
10426
10427 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10428
10429         * sys/v4l/Makefile.am:
10430         * sys/v4l/gstv4l.c: (plugin_init):
10431         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
10432         (gst_v4lelement_init), (gst_v4lelement_dispose),
10433         (gst_v4lelement_change_state):
10434         * sys/v4l/gstv4lelement.h:
10435         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
10436         (gst_v4l_xoverlay_close), (idle_refresh),
10437         (gst_v4l_xoverlay_set_xwindow_id):
10438         * sys/v4l/gstv4lxoverlay.h:
10439         * sys/v4l/v4l-overlay_calls.c:
10440         * sys/v4l/v4l_calls.h:
10441         * sys/v4l2/Makefile.am:
10442         * sys/v4l2/gstv4l2.c: (plugin_init):
10443         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
10444         (gst_v4l2element_init), (gst_v4l2element_dispose),
10445         (gst_v4l2element_change_state):
10446         * sys/v4l2/gstv4l2element.h:
10447         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
10448         (gst_v4l2_xoverlay_close), (idle_refresh),
10449         (gst_v4l2_xoverlay_set_xwindow_id):
10450         * sys/v4l2/gstv4l2xoverlay.h:
10451         * sys/v4l2/v4l2-overlay_calls.c:
10452         * sys/v4l2/v4l2_calls.h:
10453           Remove client-side overlay handling, use the X-server v4l plugin
10454           for that. Nicer overlay, less code. Also make the plugin
10455           compileable without X (but then without overlay, obviously).
10456           Makes xwindowlistener obsolete, should we remove that?
10457
10458 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10459
10460         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
10461         (gst_osssrc_src_query):
10462         * sys/oss/gstosssrc.h:
10463           OK, so people want offset in DEFAULT. This time, actually fix all
10464           cases.
10465         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
10466           Add FPS properly.
10467
10468 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10469
10470         * gst/asfdemux/gstasfmux.c:
10471         * gst/avi/gstavimux.c:
10472           Framerate.
10473
10474 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10475
10476         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
10477           Fix properties (channel, norm, frequency).
10478
10479 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10480
10481         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
10482           Flag typo.
10483         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
10484           No warnings.
10485
10486 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10487
10488         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
10489           Fix hang.
10490
10491 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10492
10493         * sys/v4l2/gstv4l2element.h:
10494           Yet Another Hack (tm) for kernel header borkedness.
10495         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
10496         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
10497         (gst_v4l2src_link), (gst_v4l2src_getcaps),
10498         (gst_v4l2src_change_state):
10499         * sys/v4l2/gstv4l2src.h:
10500         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
10501         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
10502           Fix caps, keep track of state, work.
10503
10504 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10505
10506         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
10507           Quiet.
10508
10509 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10510
10511         * sys/oss/gstosssrc.c: (gst_osssrc_get):
10512           Don't mix bytes and samples.
10513
10514 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10515
10516         * ext/ogg/gstoggmux.c:
10517           Basic pad template which accepts OGM tracks, speex, flac, vorbis
10518           and theora. Any is incorrect.
10519         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
10520           Fix caps.
10521         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
10522         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
10523         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
10524         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
10525         * sys/v4l/gstv4lmjpegsrc.h:
10526         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
10527         (gst_v4lsrc_change_state):
10528         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
10529         (gst_v4lmjpegsrc_capture_stop):
10530           Fix caps. Keep track of internal state. Work.
10531
10532 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10533
10534         * ext/Makefile.am:
10535           Fix the build fixes.
10536
10537 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10538
10539         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
10540         (gst_ogg_demux_src_event), (_find_chain_seek),
10541         (gst_ogg_pad_push):
10542           Check for pad availability before using it.
10543         * ext/ogg/gstoggdemux.c: (_find_chain_process):
10544           Fix parsing of chained ogg. Needs more work on the decoder side.
10545
10546 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10547
10548         * gst/spectrum/Makefile.am:
10549         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
10550         (idle_func):
10551           Fix demo and reenable it. Yes, I'm currently playing with audio
10552           analysis tools
10553
10554 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10555
10556         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
10557           We love it if files that start at zero work too...
10558
10559 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10560
10561         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
10562           Handle files with missing EOS headers.
10563
10564 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10565
10566         * gst/tcp/gsttcpserversink.c:
10567         (gst_tcpserversink_handle_server_read),
10568         (gst_tcpserversink_init_send):
10569         Zero some variables first (need for accept not to return EINVAL)
10570
10571 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10572
10573         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
10574         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
10575         * ext/theora/theoradec.c: (theora_dec_sink_convert),
10576         (theora_dec_chain):
10577         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
10578         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
10579           Seeking and querying finetune.
10580
10581 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
10582
10583         * configure.ac:
10584         * ext/Makefile.am:
10585         * ext/raw1394/Makefile.am:
10586           fix the build
10587
10588 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10589
10590         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
10591           Wrong return.
10592         * gst/playback/Makefile.am:
10593         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
10594         * gst/playback/gstplay-marshal.list:
10595         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
10596           Fix marshallers.
10597
10598 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10599
10600         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
10601           Silence.
10602
10603 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10604
10605         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
10606         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
10607         (gst_ogg_pad_push):
10608           Yay for non-lineair granulepos in theora.
10609
10610 2004-10-18  Wim Taymans  <wim@fluendo.com>
10611
10612         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
10613         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
10614         * ext/dv/gstdvdec.h:
10615         Make sure we renegotiate aspect ratio when the camera switches.
10616
10617 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10618
10619         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
10620         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
10621           Start at zero.
10622         * ext/theora/theoradec.c: (theora_dec_chain):
10623           Skip headers. Bad idea for chained ogg, but fixes seeking.
10624
10625 2004-10-18  Wim Taymans  <wim@fluendo.com>
10626
10627         * configure.ac:
10628         I swear, this is the last time I touch this.
10629
10630 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10631
10632         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
10633         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
10634         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
10635           Faster seeking.
10636         * ext/theora/theoradec.c: (theora_dec_sink_convert):
10637           Time-to-default conversion.
10638         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
10639           Don't error on unknown packets, just skip. We should probably
10640           read them if we want to support chained ogg.
10641
10642 2004-10-18  Wim Taymans  <wim@fluendo.com>
10643
10644         * configure.ac:
10645         Added cdaudio to wrong list.
10646
10647 2004-10-18  Wim Taymans  <wim@fluendo.com>
10648
10649         * configure.ac:
10650         Revive cdaudio.
10651
10652 2004-10-18  Wim Taymans  <wim@fluendo.com>
10653
10654         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
10655         (gst_dvdec_video_link), (gst_dvdec_push):
10656         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
10657         (gst_smokeenc_resync), (gst_smokeenc_chain):
10658         Fix mimetype on smoke encoder.
10659         Add aspect ratio to dvdec. Not sure if these
10660         values are correct though....
10661
10662 2004-10-18  Wim Taymans  <wim@fluendo.com>
10663
10664         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
10665         Fix vorbis property descriptions and ranges.
10666
10667 2004-10-18  Wim Taymans  <wim@fluendo.com>
10668
10669         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
10670         Really do nothing when no data is available.
10671         Go to the playing state when the stream is not seekable
10672         instead of failing.
10673
10674 2004-10-18  Wim Taymans  <wim@fluendo.com>
10675
10676         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
10677         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
10678         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
10679         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
10680         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
10681         Added uri handler for cd://
10682         Port to new API.
10683
10684 2004-10-18  Wim Taymans  <wim@fluendo.com>
10685
10686         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10687         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
10688         (try_to_link_1), (no_more_pads), (close_link), (type_found):
10689         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
10690         (remove_prerolls), (unknown_type), (add_element_stream),
10691         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
10692         (gst_play_base_bin_remove_element),
10693         (gst_play_base_bin_link_stream):
10694         * gst/playback/gstplaybin.c: (gen_video_element),
10695         (gen_vis_element), (remove_sinks), (setup_sinks):
10696         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
10697         (gst_stream_info_get_type), (gst_stream_info_class_init),
10698         (gst_stream_info_init), (gst_stream_info_new),
10699         (gst_stream_info_dispose), (stream_info_mute_pad),
10700         (gst_stream_info_set_property), (gst_stream_info_get_property):
10701         * gst/playback/gststreaminfo.h:
10702         Add sink padtemplate to decodebin.
10703         Added some more comments.
10704         Make queue size configurable in playbasebin.
10705         Added possibility to use elements as sinks (ex cdaudio).
10706
10707 2004-10-15  Wim Taymans  <wim@fluendo.com>
10708
10709         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
10710         (gst_speexenc_chain):
10711         Fix speex timestamps so that it gets muxed properly.
10712
10713 2004-10-15  Wim Taymans  <wim@fluendo.com>
10714
10715         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
10716         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
10717         (gst_dv1394src_init), (gst_dv1394src_dispose),
10718         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
10719         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
10720         (gst_dv1394src_event), (gst_dv1394src_get_formats),
10721         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
10722         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
10723         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
10724         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
10725         * ext/raw1394/gstdv1394src.h:
10726         Added conversion/query functions.
10727         Update buffer timestamps,
10728         Added signals.
10729         Added uri dv:// so it might play from the firewire in playbin.
10730         Fix a possible leak.
10731         Added debugging.
10732
10733 2004-10-15  Wim Taymans  <wim@fluendo.com>
10734
10735         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
10736         (gst_dv1394src_init), (gst_dv1394src_set_property),
10737         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
10738         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
10739         * ext/raw1394/gstdv1394src.h:
10740         Added AV/C VTR control support needed for some cameras.
10741         Added automatic port detection.
10742         Added properties for selecting the channel.
10743         The configure.ac script is not yet updated to reflect the
10744         new libavc1394 and librom1394 dependencies.
10745
10746 2004-10-15  Wim Taymans  <wim@fluendo.com>
10747
10748         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
10749         (qtdemux_parse), (gst_qtdemux_handle_esds):
10750         An esds box is not a container.
10751         Fix parsing of mp4v boxes.
10752         Do not try to renegotiate fps for each frame. Need to
10753         find a better method. This should fix mp4 playback.
10754
10755 2004-10-14  David Schleef  <ds@schleef.org>
10756
10757         * configure.ac: update for swfdec-0.3 and liboil-0.2
10758         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
10759         * ext/swfdec/gstswfdec.h: same
10760         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
10761         * gst/videotestsrc/videotestsrc.c: same
10762
10763 2004-10-14  Wim Taymans  <wim@fluendo.com>
10764
10765         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
10766         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
10767         (is_sync_frame), (gst_multifdsink_new_client),
10768         (gst_multifdsink_handle_client_write),
10769         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
10770         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
10771         Turn warnings into info.
10772         Don't allow a state change in the streaming thread.
10773
10774 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10775
10776         * ext/vorbis/oggvorbisenc.c:
10777         * ext/vorbis/vorbisdec.c:
10778           fix template sample rate
10779
10780 2004-10-13  Wim Taymans  <wim@fluendo.com>
10781
10782         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
10783         Decoding the header first fixes some problems in resyncing
10784         in more mp3s.
10785
10786 2004-10-12  Wim Taymans  <wim@fluendo.com>
10787
10788         * gst/playback/gstplaybin.c: (gen_video_element),
10789         (gen_vis_element), (remove_sinks), (setup_sinks):
10790         Added vis plugin support, need to configure the vis
10791         element to activate it.
10792
10793 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10794
10795         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
10796         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
10797           Some debug.
10798         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10799         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
10800         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
10801         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
10802         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
10803         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
10804         * gst/avi/gstavidemux.h:
10805           Support for openDML-2.0 indx/ix## chunks. Support for broken index
10806           recovery (where, if part of the index is broken, we will still read
10807           the rest of the index and recover the broken part by stream
10808           scanning). More broken media support. EOS workarounds. General AVI
10809           braindamage headache recovery. Aspirin included.
10810
10811 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10812
10813         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
10814         (cdparanoia_event), (cdparanoia_query):
10815           Get rid of hideous lead-in.
10816
10817 2004-10-11  Wim Taymans  <wim@fluendo.com>
10818
10819         * gst/playback/gstplaybasebin.c: (setup_source):
10820         Wrong var used to get g_list_next.
10821
10822 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10823
10824         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
10825         (cdparanoia_get), (cdparanoia_open):
10826           Report discid as metadata, add duration.
10827
10828 2004-10-11  Wim Taymans  <wim@fluendo.com>
10829
10830         * gst/playback/gstplaybasebin.c: (setup_source):
10831         Cleanup the previous pipeline a little earlier for the
10832         case that a source element provides raw data.
10833
10834 2004-10-11  Benjamin Otte  <otte@gnome.org>
10835
10836         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
10837           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
10838           consuming the last 128 bytes, even though it was valid mp3 data.
10839
10840 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10841
10842         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
10843         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
10844         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
10845         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
10846
10847 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10848
10849         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
10850         Fix for webcams that support only specific width or height
10851
10852 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
10853
10854         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10855
10856         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
10857           Fix wrong discont event setup (fixes #154967).
10858
10859 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
10860
10861         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10862
10863         * gst/auparse/gstauparse.c: (gst_auparse_chain):
10864           Error out on invalid data (fixes #154807).
10865
10866 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
10867
10868         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10869
10870         * ext/dvdread/dvdreadsrc.c: (_read):
10871           Make titles > 0 work again (fixes #154834).
10872
10873 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10874
10875         * gst-libs/gst/riff/riff-media.c:
10876         (gst_riff_create_video_template_caps):
10877           WMV3 missing in template caps.
10878
10879 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10880
10881         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10882           OK, so the original code was too strict. It makes random AVI files
10883           hang for seconds upon opening, which is unacceptable and is far
10884           beyond the original goal of getting multiple chunks for one-chunk
10885           sounc stream files. So now do just that.
10886
10887 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10888
10889         * gst/playback/gstplaybasebin.c: (setup_source),
10890         (gst_play_base_bin_change_state):
10891           Actually clean up streaminfo if output fails. This would trigger
10892           if, for example, there was no CD in the drive. No preroll, so
10893           a streaminfo structure is created, but the subsequent state change
10894           of the thread fails.
10895         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
10896           Don't change state if parent failed.
10897
10898 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10899
10900         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10901         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
10902         (gen_video_element), (remove_sinks):
10903           Add small bits of code for screenshot handling.
10904
10905 2004-10-08  Wim Taymans  <wim@fluendo.com>
10906
10907         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
10908         (gen_video_element), (gen_audio_element), (setup_sinks):
10909         Don't assume the user provided sinks are named "sink"...
10910
10911 2004-10-08  Wim Taymans  <wim@fluendo.com>
10912
10913         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
10914         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
10915         (gst_play_base_bin_link_stream):
10916         Do not try to autoplug sources that generate raw streams like
10917         cdparanoia.
10918         disconnect the preroll overrun signal when we don't need it anymore.
10919
10920 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
10921
10922         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
10923         Added reworked patch from #154903 from milosz derezynski (deadchip).
10924
10925 2004-10-08  Wim Taymans  <wim@fluendo.com>
10926
10927         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
10928         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
10929         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
10930         (cdparanoia_convert), (cdparanoia_uri_get_type),
10931         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
10932         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
10933         * ext/cdparanoia/gstcdparanoia.h:
10934         This adds the cdda://<tracknum> uri.
10935
10936 2004-10-08  Wim Taymans  <wim@fluendo.com>
10937
10938         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10939         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
10940         (try_to_link_1), (no_more_pads), (close_link), (type_found):
10941         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10942         (unknown_type), (gst_play_base_bin_remove_element),
10943         (gst_play_base_bin_link_stream):
10944         * gst/playback/gstplaybasebin.h:
10945         * gst/playback/gstplaybin.c: (gst_play_bin_init),
10946         (gst_play_bin_set_property), (gen_video_element),
10947         (gen_audio_element), (setup_sinks):
10948         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
10949         (gst_stream_info_get_type), (gst_stream_info_class_init),
10950         (gst_stream_info_init), (gst_stream_info_new),
10951         (gst_stream_info_dispose), (stream_info_mute_pad),
10952         (gst_stream_info_set_property), (gst_stream_info_get_property):
10953         * gst/playback/gststreaminfo.h:
10954         Reuse the audio and video bins.
10955         Some internal cleanups in the stream selection code.
10956
10957 2004-10-08  Julien MOUTTE  <julien@moutte.net>
10958
10959         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
10960         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
10961         * sys/ximage/ximagesink.h:
10962         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
10963         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
10964         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
10965         not coming from those elements. Moreover these elements should not keep
10966         the xid they have been given when in NULL state.
10967
10968 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10969
10970         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
10971         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
10972         * sys/ximage/ximagesink.h:
10973         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
10974         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
10975         * sys/xvimage/xvimagesink.h:
10976           Actually only create a new toplevel window if we're not gonna
10977           embed it right after.
10978
10979 2004-10-07  Wim Taymans  <wim@fluendo.com>
10980
10981         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
10982         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
10983         * gst/playback/gstplaybin.c: (setup_sinks):
10984         Implement muting/unmuting of streams, mute streams that are not
10985         used.
10986
10987 2004-10-07  Wim Taymans  <wim@fluendo.com>
10988
10989         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
10990         (plugin_init):
10991         Added lame audio/x-ac3 typefind function.
10992
10993 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10994
10995         * configure.ac:
10996           bump nano to cvs
10997
10998 === release 0.8.5 ===
10999
11000 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11001
11002         * NEWS:
11003         * RELEASE:
11004         * configure.ac:
11005           releasing 0.8.5, "Take You On"
11006
11007 2004-10-06  Wim Taymans  <wim@fluendo.com>
11008
11009         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11010         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
11011         (no_more_pads), (close_link), (type_found):
11012         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
11013         * gst/playback/gstplaybin.c: (gen_video_element):
11014         Do not signal the no_more_pads after the first pad when
11015         we are plugging a non dynamic element with multiple
11016         output pads (like swfdec, dvdec, ...).
11017
11018 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11019
11020         * configure.ac:
11021           bump for prerelease
11022
11023 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11024
11025         * gst/wavparse/gstwavparse.c:
11026           add ATRAC3 to STATIC CAPS to fix a warning
11027
11028         * gst/matroska/ebml-read.c:
11029         * gst-libs/gst/riff/riff-read.c:
11030           fix typos
11031
11032 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11033
11034         * gst-libs/gst/riff/riff-media.c:
11035           generate caps for ATRAC3 audio streams
11036
11037         * gst/realmedia/rmdemux.c:
11038           generate caps for ATRAC3 audio streams
11039
11040 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11041
11042         * gst/wavparse/Makefile.am
11043         * gst/wavparse/riff.h
11044         * gst/wavparse/wavparse.vcproj
11045           riff.h removal (unused and duplication with riff-ids.h)
11046
11047 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11048
11049         * gst/wavparse/gstwavparse.h
11050           remove duplicated defines for audio codec codes
11051
11052         * gst-libs/gst/riff/riff-ids.h
11053         * gst/wavenc/riff.h:
11054           add "4CC" code for ATRAC3 audio streams
11055           add "4CC" code for ITU_G721_ADPCM (unused for now)
11056
11057 2004-10-06  Wim Taymans  <wim@fluendo.com>
11058
11059         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
11060         Actually _do_ negotiation. Pass gdouble as arg instead
11061         of guint64 for the framerate.
11062
11063 2004-10-06  Wim Taymans  <wim@fluendo.com>
11064
11065         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11066         (find_compatibles), (close_pad_link), (try_to_link_1),
11067         (no_more_pads), (close_link), (type_found):
11068         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
11069         * gst/playback/gstplaybin.c: (gen_video_element),
11070         (gen_audio_element):
11071         Set state on newly added element to READY so that negotiation
11072         can happen ASAP.
11073         Addes some more debug info.
11074         Do not try to plug pads with multiple caps structures or ANY
11075         because it is too dangerous since we do not do dynamic
11076         replugging.
11077
11078 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11079
11080         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
11081
11082         * po/LINGUAS:
11083         * po/or.po:
11084           add Oriya translation
11085
11086 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11087
11088         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
11089           Prevent overwrite of size member. Makes audio sound crappy.
11090
11091 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11092
11093         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11094         Add rmvb to the list of known RealMedia extensions
11095
11096 2004-10-05  Wim Taymans  <wim@fluendo.com>
11097
11098         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
11099         (mngdec_openstream), (mngdec_closestream),
11100         (mngdec_handle_sink_event), (mngdec_readdata),
11101         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
11102         (mngdec_getcanvasline), (mngdec_refresh),
11103         (gst_mngdec_change_state):
11104         Set the framerate correctly.
11105
11106 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11107
11108         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
11109           There was something wrong with the index massaging.
11110
11111 2004-10-04  Wim Taymans  <wim@fluendo.com>
11112
11113         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
11114         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
11115         (gst_smokedec_chain):
11116         * ext/jpeg/gstsmokedec.h:
11117         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
11118         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
11119         * ext/jpeg/gstsmokeenc.h:
11120         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
11121         (smokecodec_decode_new), (smokecodec_info_free),
11122         (smokecodec_set_quality), (smokecodec_get_quality),
11123         (smokecodec_set_threshold), (smokecodec_get_threshold),
11124         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
11125         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
11126         (smokecodec_encode), (smokecodec_parse_id),
11127         (smokecodec_parse_header), (smokecodec_decode):
11128         * ext/jpeg/smokecodec.h:
11129         * ext/jpeg/smokeformat.h:
11130         Updated smoke, new bitstream, allows embedding in ogg.
11131
11132 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11133
11134         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
11135           Fix seeking in some files. All this code is no longer needed (and
11136           actually breaks stuff) because we now synchronize the full index
11137           right when reading the header.
11138
11139 2004-10-04  Wim Taymans  <wim@fluendo.com>
11140
11141         * configure.ac:
11142         configure update for libmng.
11143
11144 2004-10-04  Wim Taymans  <wim@fluendo.com>
11145
11146         * ext/libmng/Makefile.am:
11147         * ext/libmng/gstmng.c: (plugin_init):
11148         * ext/libmng/gstmng.h:
11149         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
11150         (gst_mngdec_base_init), (gst_mngdec_class_init),
11151         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
11152         (gst_mngdec_loop), (gst_mngdec_get_property),
11153         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
11154         (mngdec_closestream), (mngdec_handle_sink_event),
11155         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
11156         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
11157         (gst_mngdec_change_state):
11158         * ext/libmng/gstmngdec.h:
11159         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
11160         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
11161         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
11162         (gst_mngenc_chain), (gst_mngenc_get_property),
11163         (gst_mngenc_set_property):
11164         * ext/libmng/gstmngenc.h:
11165         Added basic MNG decoder. Needs more work. The encoder does
11166         not work yet.
11167
11168 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11169
11170         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
11171         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
11172         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
11173           Don't hang on length=0 chunks. Some negotiation fixes. Signal
11174           no-more-pads.
11175
11176 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11177
11178         * configure.ac:
11179           you need at least 1.0.4 of speex
11180
11181 2004-10-04 Iain <iaingnome@gmail.com>
11182
11183         * ext/speex/gstspeexdec.h: Revert the includes changes.
11184
11185         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
11186
11187 2004-09-30 Iain <iaingnome@gmail.com>
11188
11189         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
11190         found during init or set as a property instead of hardcoding /dev/audio
11191
11192 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11193
11194         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
11195         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
11196         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
11197         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
11198         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
11199         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
11200         (gst_rmdemux_dump_data):
11201           Use debug category, fix EOS handling. filesrc ! rmdemux now
11202           works.
11203
11204 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11205
11206         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
11207         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
11208         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
11209           Improve allocation, cutting and sorting of the index. How takes a
11210           few seconds instead of minutes.
11211
11212 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
11213
11214         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
11215           fixed compilation
11216
11217 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11218
11219         * gst-libs/gst/riff/riff-media.c:
11220         (gst_riff_create_video_caps_with_data),
11221         (gst_riff_create_video_template_caps):
11222           Add wing commander format mimetype/fourccs.
11223         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
11224           Don't crash if some value is 0.
11225
11226 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11227
11228         * gst-libs/gst/riff/riff-media.c:
11229         (gst_riff_create_video_caps_with_data),
11230         (gst_riff_create_video_template_caps):
11231           Add DIB fourcc (raw, palettized 8-bit RGB).
11232         * gst-libs/gst/riff/riff-read.c:
11233         (gst_riff_read_strf_vids_with_data):
11234           Oops, fix strf_data reading bug.
11235         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
11236           Use a non-NULL tag.
11237         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
11238           Time for hacks. Sorry Dave. At least one quicktime movie (a
11239           trailer) that I've encountered contains multiple video tracks.
11240           One of those is the actual video track, the other are one-frame
11241           tracks (images). Unfortunately, the number of frames according
11242           to the trak header is 1 for each, so that doesn't help. So
11243           instead, I look at the duration and discard tracks with a
11244           duration shorter than 20% of the length of the stream. Better
11245           than nothing.
11246
11247 2004-10-01  Christian Schaller <christian@fluendo.com>
11248
11249         * ext/ivorbis/vorbis.c:
11250           Patch from Phil Blundell (Bug 152341)
11251
11252 2004-10-01  Wim Taymans  <wim@fluendo.com>
11253
11254         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
11255         (speex_dec_get_formats), (speex_dec_convert),
11256         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
11257         (speex_dec_chain), (gst_speexdec_get_property),
11258         (gst_speexdec_set_property):
11259         Small cleanups.
11260
11261 2004-10-01  Wim Taymans  <wim@fluendo.com>
11262
11263         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11264         (gst_wavparse_stream_init), (gst_wavparse_fmt),
11265         (gst_wavparse_other), (gst_wavparse_loop),
11266         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
11267         (gst_wavparse_srcpad_event):
11268         * gst/wavparse/gstwavparse.h:
11269         Added some more debugging info.
11270         Fix the case where the length of the file is 0.
11271         Make sure we seek to sample borders.
11272
11273 2004-10-01  Wim Taymans  <wim@fluendo.com>
11274
11275         * gst/playback/README:
11276         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
11277         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
11278         (try_to_link_1), (no_more_pads), (close_link), (type_found):
11279         Add some debug info to decodebin, update README
11280
11281 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11282
11283         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
11284           Don't use g_print(); use GST_DEBUG().
11285
11286 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11287
11288         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11289         (gst_ogg_mux_queue_pads):
11290           Handle EOS properly.
11291
11292 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
11293
11294         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11295
11296         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
11297         (gst_faad_chain), (gst_faad_change_state):
11298         * ext/faad/gstfaad.h:
11299           Allow playback of raw (unframed) MPEG AAC files (#148993).
11300
11301 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
11302
11303         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11304
11305         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
11306           Throw error if we didn't recognize the stream. Fixes #152289.
11307
11308 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11309
11310         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
11311           Fix negotiation.
11312
11313 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
11314
11315         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11316
11317         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
11318           Fix memleak.
11319
11320 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
11321
11322         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11323
11324         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
11325           Solve #152805.
11326         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
11327           Solve 152806.
11328
11329 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11330
11331         * gst-libs/gst/riff/riff-media.c:
11332         (gst_riff_create_video_caps_with_data),
11333         (gst_riff_create_audio_caps_with_data):
11334           Add codec_data handling (like asfdemux used to do).
11335         * gst/asfdemux/gstasf.c: (plugin_init):
11336         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
11337         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
11338           Use riff-media for caps creation instead of our own (mostly
11339           broken) copy of its functions.
11340
11341 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11342
11343         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
11344           Don't actually error out if we get another return value than
11345           -EINVAL. Opposite to what I first thought, drivers have random
11346           return values for this, although -EINVAL is the expected return
11347           value. Since this is not fatal, we shouldn't use
11348           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
11349
11350 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11351
11352         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
11353         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
11354         (dvdreadsrc_get_property), (_open), (_seek), (_read),
11355         (dvdreadsrc_get), (dvdreadsrc_open_file),
11356         (dvdreadsrc_change_state):
11357           Fix. Don't do one big huge loop around the whole DVD, that will
11358           cache all data and thus eat sizeof(dvd) (several GB) before we
11359           see something.
11360         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
11361           Actually NULL'ify event after using it.
11362         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
11363         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
11364         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
11365         (gst_ebml_read_seek), (gst_ebml_read_skip):
11366           Handle events.
11367         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
11368         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
11369         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
11370           Fix timing (this will probably break if I seek using menus, but
11371           I didn't get there yet). VOBs and normal DVDs should now work.
11372           Add a mpeg2-only pad with high rank so this get autoplugged for
11373           MPEG-2 movies.
11374         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
11375         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
11376         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
11377         (gst_mpeg_demux_get_audio_stream),
11378         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
11379         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
11380           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
11381           MPEG-1 but use dvddemux for MPEG-2.
11382         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
11383         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
11384         (gst_mpeg_parse_parse_packhead):
11385           Timing. Only add pad template if it exists. Add sink template from
11386           class and not from ourselves. This means we will always use the
11387           correct sink template even if it is not the one defined in this
11388           file.
11389
11390 2004-09-29  Wim Taymans  <wim@fluendo.com>
11391
11392         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
11393         (gst_mpeg_demux_parse_pes):
11394         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
11395         Fix playback of mpeg again, timestamps where screwed up by
11396         patch 1.61.
11397
11398 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11399
11400         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
11401           Only return true if we actually filled something in. Prevents
11402           player applications from showing a random length for flac files.
11403         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
11404         (gst_riff_read_use_event), (gst_riff_read_handle_event),
11405         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
11406         (gst_riff_read_strf_vids_with_data),
11407         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
11408           OK, ok, so I implemented event handling. Apparently it's normal
11409           that we receive random events at random points without asking
11410           for it.
11411         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
11412         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
11413         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
11414         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
11415         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
11416         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
11417         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
11418         * gst/avi/gstavidemux.h:
11419           Implement non-lineair chunk handling and subchunk processing.
11420           The first solves playback of AVI files where the audio and video
11421           data of individual buffers that we read are not synchronized.
11422           This should not happen according to the wonderful AVI specs, but
11423           of course it does happen in reality. It is also a prerequisite for
11424           the second. Subchunk processing allows us to cut chunks in small
11425           pieces and process each of these pieces separately. This is
11426           required because I've seen several AVI files with incredibly large
11427           audio chunks, even some files with only one audio chunk for the
11428           whole file. This allows for proper playback including seeking.
11429           This patch is supposed to fix all AVI A/V sync issues.
11430         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
11431         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
11432           Work.
11433         * gst/modplug/gstmodplug.cc:
11434           Proper return value setting for the query() function.
11435         * gst/playback/gstplaybasebin.c: (setup_source):
11436           Being in non-playing state (after, e.g., EOS) is not necessarily
11437           a bad thing. Allow for that. This fixes playback of short files.
11438           They don't actually playback fully now, because the clock already
11439           runs. This means that small files (<500kB) with a small length
11440           (<2sec) will still not or barely play. Other files, such as mod
11441           or flx, will work correctly, however.
11442
11443 2004-09-28  Wim Taymans  <wim@fluendo.com>
11444
11445         * ext/speex/gstspeex.c: (plugin_init):
11446         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
11447         (gst_speex_dec_class_init), (speex_dec_get_formats),
11448         (speex_get_event_masks), (speex_get_query_types),
11449         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
11450         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
11451         (gst_speexdec_get_property), (gst_speexdec_set_property),
11452         (speex_dec_change_state):
11453         * ext/speex/gstspeexdec.h:
11454         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
11455         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
11456         (gst_speexenc_base_init), (gst_speexenc_class_init),
11457         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
11458         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
11459         (gst_speexenc_src_query), (gst_speexenc_init),
11460         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
11461         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
11462         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
11463         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
11464         (gst_speexenc_chain), (gst_speexenc_get_property),
11465         (gst_speexenc_set_property), (gst_speexenc_change_state):
11466         * ext/speex/gstspeexenc.h:
11467         Rewrote speex encoder, make sure it can be embedded in ogg.
11468         Implemented speex decoder.
11469
11470 2004-09-28  Christian Schaller <christian@fluendo.com>
11471
11472         * configure.ac:
11473         Remove kioslave plugin. Markey is brewing a new working one
11474         * ext/Makefile.am: Remove kioslave plugin
11475         * ext/kio: remove
11476         * gst-plugins.spec.in: remove kio plugin from spec
11477
11478 2004-09-27  Wim Taymans  <wim@fluendo.com>
11479
11480         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11481         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
11482         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
11483         (gst_multifdsink_new_client),
11484         (gst_multifdsink_handle_client_write),
11485         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11486         (gst_multifdsink_handle_clients):
11487         * gst/tcp/gstmultifdsink.h:
11488         Make syncing to keyframes actually work for new clients and lagging
11489         clients.
11490
11491 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11492
11493         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
11494         (gst_navigationtest_handle_src_event), (draw_box_planar411),
11495         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
11496         * gst/debug/gstnavigationtest.h:
11497           make navigationtest display button-press and button-release events
11498
11499 2004-09-26 Iain <iaingnome@gmail.com>
11500
11501         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
11502         the channels have received a new media event.
11503         (interleave_buffered_loop): Compresses a new media event on all
11504         channels into one.
11505
11506 2004-09-26 Iain <iaingnome@gmail.com>
11507
11508         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
11509         call the sinkpad's default event handler and not the srcpads. He also
11510         says this is confusing :)
11511         (gst_wavenc_stop_file): Company says that seek events only go upstream
11512         we should send a discontinuous downstream instead.
11513
11514 2004-09-25  Christian Schaller <christian@fluendo.com>
11515
11516         * Update SPEC file to be usable in conjunction with Fedora Core,
11517           Fedora.us and freshrpms packages
11518         * Fix typo in multifilesrc test Makefile
11519
11520 2004-09-24  Wim Taymans  <wim@fluendo.com>
11521
11522         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
11523         Only signal the no_more_pads signal when we have
11524         added the stream to our list.
11525
11526 2004-09-24  Wim Taymans  <wim@fluendo.com>
11527
11528         * gst/playback/gstplaybasebin.c: (remove_prerolls),
11529         (new_decoded_pad):
11530         * gst/playback/gstplaybasebin.h:
11531         * gst/playback/gstplaybin.c: (setup_sinks):
11532         Don't try to preroll or decode more than one audio/video
11533         track.
11534
11535 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11536
11537         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
11538           Throw error if we failed to find a suitable output. This should
11539           throw an error if we successfully set up a pipeline (e.g. because
11540           we recognized a media file) but found no decodable streams in it
11541           (e.g. because it contains only media stream types for which we
11542           have no decoders, or because it's not a media type).
11543
11544 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11545
11546         * ext/dirac/Makefile.am:
11547         * ext/dirac/gstdirac.cc:
11548         * ext/dirac/gstdiracdec.cc:
11549         * ext/dirac/gstdiracdec.h:
11550           Do something. Don't actually know if this works because I don't
11551           have a demuxer yet.
11552         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
11553           Add channels=1 to caps returned from _getcaps().
11554         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
11555         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
11556         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
11557         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
11558         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
11559         (gst_ogm_parse_change_state):
11560           Separate between audio/video so ogmaudioparse actually uses the
11561           audio pad templates. Both audio and video work now, including
11562           autoplugging. Also use sometimes-srcpad hack.
11563         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
11564           Handle events better. Don't hang on infinite loops.
11565         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
11566         (gst_avi_demux_init), (gst_avi_demux_reset),
11567         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
11568         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
11569         (gst_avi_demux_change_state):
11570         * gst/avi/gstavidemux.h:
11571           Improve A/V sync. Still not perfect.
11572         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
11573         (gst_ebml_read_skip):
11574           Handle events better.
11575         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
11576         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
11577         (qtdemux_audio_caps):
11578           Add IMA4. Improve event handling. Save offset after a seek when
11579           the headers are at the end of the file so that we don't end up in
11580           an infinite loop.
11581         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
11582           Add low-priority typefind support for files with no length.
11583
11584 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11585
11586         * testsuite/multifilesink/Makefile.am:
11587         fix typo
11588
11589 2004-09-22  Julien MOUTTE  <julien@moutte.net>
11590
11591         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
11592         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
11593         mistakes from thaytan's patches.
11594
11595 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
11596
11597         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
11598           For completeness, XSync in the destroy function as xvimage does.
11599
11600 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
11601
11602         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
11603            Correct caps negotiation
11604         * gst/volume/gstvolume.c: (volume_chain_float),
11605         (volume_chain_int16):
11606            Modify debug output to be little more informative
11607         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
11608         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
11609         (gst_xvimagesink_xvimage_destroy):
11610           Add XSync calls after detaching from the shared memory segment to
11611           avoid a crash.
11612
11613 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11614
11615         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
11616         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
11617         * ext/vorbis/vorbis.c: (plugin_init):
11618         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11619         (gst_vorbisenc_chain):
11620         * ext/vorbis/vorbisenc.h:
11621         remove explicit newmedia support from oggmux and vorbisenc
11622         add debug category to vorbisenc
11623         * gst/multifilesink/gstmultifilesink.c:
11624         (gst_multifilesink_class_init), (gst_multifilesink_init),
11625         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
11626         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
11627         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
11628         (plugin_init):
11629         * gst/multifilesink/gstmultifilesink.h:
11630         add support for streamheader in multifilesink
11631
11632 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11633
11634         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
11635         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
11636         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
11637           Prevent infinite loops. More correct error reporting.
11638         * gst/auparse/gstauparse.c: (gst_auparse_chain):
11639           Error out if negotiation fails.
11640         * gst/playback/gstplaybasebin.c: (setup_source),
11641         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
11642         (gst_play_base_bin_found_tag):
11643           Error/tag forwarding. Pre-roll fixes for source errors on state
11644           changes (e.g. "file does not exist") to prevent hangs.
11645
11646 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11647
11648         * testsuite/multifilesink/Makefile.am:
11649         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
11650         (gst_newmedia_class_init), (gst_newmedia_init),
11651         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
11652         (newfile_signal), (test_signal), (main):
11653         * testsuite/multifilesink/multifilesrc_test.c: (main):
11654         * testsuite/multifilesink/oggtheora_test.c:
11655         (gst_newmedia_base_init), (gst_newmedia_class_init),
11656         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
11657         (test_format), (newfile_signal), (test_signal), (main):
11658         * testsuite/multifilesink/oggvorbis_test.c:
11659         (gst_newmedia_base_init), (gst_newmedia_class_init),
11660         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
11661         (test_format), (newfile_signal), (test_signal), (main):
11662         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
11663         (gst_newmedia_class_init), (gst_newmedia_init),
11664         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
11665         (newfile_signal), (test_signal), (main):
11666         New media tests
11667
11668 2004-09-20  Christian Schaller <christian@fluendo.com>
11669
11670         * Fix mikmod license to LGPL as they have relicensed
11671         * Move Dirac and Effectv into LGPL section of README_license
11672
11673 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11674
11675         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
11676         (gst_mad_change_state):
11677           Allow for mp3 rate/channels changes. However, only very
11678           conservatively. Reason that we *have* to enable this is smiply
11679           because the mad find_sync() function is not good enough, it will
11680           regularly sync on random data as valid frames and therefore make
11681           us provide random caps as *final* caps of the stream. The best fix
11682           I could think of is to simply require several of the same stream
11683           changes in a row before we change caps.
11684           The actual testcase that works now is #
11685         * ext/ogg/Makefile.am:
11686         * ext/ogg/gstogg.c: (plugin_init):
11687         * ext/ogg/gstogmparse.c:
11688           OGM support (video only for now; I need an audio sample file).
11689         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
11690         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
11691         (gst_asf_demux_add_video_stream):
11692           WMV extradata.
11693         * gst/playback/gstplaybasebin.c: (unknown_type):
11694           Don't error out on single unknown-types after all. It's wrong.
11695           If we found type of video and audio but not of a subtitle stream,
11696           it will still error out (which is unwanted). Will find a better fix
11697           later on.
11698         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
11699         (ogmaudio_type_find), (plugin_init):
11700           OGM support.
11701
11702 2004-09-20  Johan Dahlin  <johan@gnome.org>
11703
11704         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
11705         after setting caps.
11706
11707 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11708
11709         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
11710         * gst/wavenc/gstwavenc.h:
11711         Added newmedia support to wavenc
11712
11713 2004-09-17  Wim Taymans  <wim@fluendo.com>
11714
11715         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
11716         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
11717         (gst_fdset_fd_can_write), (gst_fdset_wait):
11718         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
11719         (gst_multifdsink_init), (gst_multifdsink_add),
11720         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
11721         (gst_multifdsink_remove_client_link),
11722         (gst_multifdsink_client_queue_buffer),
11723         (gst_multifdsink_handle_client_write),
11724         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
11725         (gst_multifdsink_close), (gst_multifdsink_change_state):
11726         * gst/tcp/gstmultifdsink.h:
11727         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
11728         (gst_tcpserversink_removed):
11729         Small cleanups in fdset.c
11730         Use a hastable to map fd to the client structure for faster
11731         lookup in _remove and get_stats.
11732         Added virtual function to close the fds.
11733         Handle clients even when the select/poll call was unblocked because
11734         of a command.
11735         Implement syncing to keyframe in the recovery procedure.
11736
11737 2004-09-16 Iain <iaingnome@gmail.com>
11738
11739         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
11740         try caps.
11741
11742 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11743
11744         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
11745           Caps are only set if the type of the stream is unknown, but this
11746           is initialized in ->init_stream(), so set to UNKNOWN after calling
11747           ->init_stream() so that capsnego starts.
11748
11749 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11750
11751         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11752         (gst_avi_demux_stream_data):
11753           Just hardcode for raw audio then. AVI audio sucks.
11754
11755 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
11756
11757         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
11758         * gst/matroska/matroska-mux.c: (audiosink_templ),
11759         (gst_matroska_mux_audio_pad_link):
11760         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
11761         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
11762
11763 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11764
11765         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11766         (gst_avi_demux_stream_data):
11767           Try to fix a/v sync issues.
11768
11769 2004-09-15  David Schleef  <ds@schleef.org>
11770
11771         * configure.ac: remove NASM check, since we don't use it.  Update
11772         dirac check to 0.4
11773         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
11774         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
11775         Initialized variables.
11776         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
11777         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
11778         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
11779         SVQ3 format
11780
11781 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11782
11783         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11784         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
11785         * gst/avi/gstavidemux.h:
11786           Fix for compressed audio (mp3) timestamp generation. How did this
11787           ever work?
11788
11789 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11790
11791         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
11792           Volume is a double not a float.
11793
11794 2004-09-15  Wim Taymans  <wim@fluendo.com>
11795
11796         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
11797         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
11798         Don't close the fd in multifdsink as we didn't open it in the
11799         first place. Some cleanups.
11800
11801 2004-09-15  Wim Taymans  <wim@fluendo.com>
11802
11803         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
11804         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11805         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11806         Fix the case where the muxer would mark pages as delta
11807         frames when they are not (vorbis only ogg).
11808
11809 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11810
11811         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
11812         (gst_play_base_bin_change_state):
11813           Handle the case where we failed to setup a clear pipeline. This
11814           will throw an error (or EOS, another nice case) and if you don't
11815           catch that, the app will wait for the signal forever (and thus
11816           hang).
11817
11818 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11819
11820         * ext/gnomevfs/gstgnomevfssink.c:
11821         (gst_gnomevfssink_uri_get_protocols):
11822         * ext/gnomevfs/gstgnomevfssrc.c:
11823         (gst_gnomevfssrc_uri_get_protocols):
11824         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
11825         * ext/gnomevfs/gstgnomevfsuri.h:
11826           Use _uri_new() instead of _open(), so it doesn't take as long and
11827           Christophe's computer won't hang.
11828         * gst/playback/gstplaybasebin.c: (unknown_type):
11829           Throw error on unknown media type, so apps actually display it.
11830
11831 2004-09-14  Brian Cameron  <brian.cameron@sun.com
11832
11833         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
11834           this script to work on Solaris since bash shell handles echo
11835           differenly than bash.
11836
11837 2004-09-17  Wim Taymans  <wim@fluendo.com>
11838
11839         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
11840         (setup_source), (gst_play_base_bin_set_property),
11841         (gst_play_base_bin_add_element):
11842         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
11843         Some more work on making sure seeking pauses the pipeline and
11844         that changing the uri actually does something.
11845
11846 2004-09-17  Wim Taymans  <wim@fluendo.com>
11847
11848         * gst/tcp/gstfdset.c: (gst_fdset_wait):
11849         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
11850         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
11851         (gst_tcpserversink_close):
11852         Be a bit more paranoid when freeing memory.
11853
11854 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11855
11856         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
11857         (qtdemux_parse_trak):
11858           Don't crash by dividing by zero (see sample movie in #126922).
11859
11860 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11861
11862         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
11863           Don't touch non-existing data (fixes crash on file in #140147).
11864
11865 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11866
11867         * gst/playback/gstplaybasebin.c:
11868         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
11869           Handle double disposals, and proper change of URIs.
11870
11871 2004-09-13  Martin Eikermann <meiker@upb.de>
11872
11873         * gst/mpegstream/gstmpegparse.c:
11874           fix synchronistation for streams recorded from digital PCR
11875           fixes bug #119376
11876
11877 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11878
11879         * ext/gnomevfs/Makefile.am:
11880         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
11881         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
11882         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
11883         (gst_gnomevfssink_uri_get_type),
11884         (gst_gnomevfssink_uri_get_protocols),
11885         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
11886         (gst_gnomevfssink_uri_handler_init),
11887         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
11888         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
11889         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
11890         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
11891         (gst_gnomevfssrc_uri_get_type),
11892         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
11893         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
11894         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
11895         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
11896         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
11897         * ext/gnomevfs/gstgnomevfsuri.h:
11898           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
11899           of fake URIs to see which this version of Gnome-VFS likes, and
11900           uses that for the Gst-URI interface. Makes playbin support http://
11901           streams. Also fix up some stupid behaviour in gnomevfssrc.
11902
11903 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11904
11905         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
11906         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
11907         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
11908         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
11909           Update mixer (to sync with other sessions) if we try to obtain
11910           a new value. This makes alsamixer work accross applications.
11911         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
11912           Only call sync functions if we're running, else alsalib asserts.
11913         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
11914           Sometimes fails to compile. Possibly a gcc bug.
11915         * gst/playback/gstplaybin.c: (gen_video_element),
11916         (gen_audio_element):
11917           Add a reference to an application-provided object, because we lose
11918           this same reference if we add it to the bin. If we don't do this,
11919           we can only use this object once and thus crash if we go from
11920           ready to playing, back to ready and back to playing again.
11921           Also add an audioscale element because several cheap soundcards -
11922           like mine - don't support all samplerates.
11923         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
11924         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
11925           Fix wrong order or PAR calls. Makes automatically obtained PAR
11926           from the X server atually being used.
11927
11928 2004-09-12  David Schleef  <ds@schleef.org>
11929
11930         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
11931         #151887, #152102, #152247.
11932         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
11933         * examples/seeking/cdparanoia.c: same
11934         * examples/seeking/cdplayer.c: same
11935         * examples/seeking/seek.c: same
11936         * examples/seeking/spider_seek.c: same
11937         * examples/seeking/vorbisfile.c: same
11938         * examples/stats/mp2ogg.c: same
11939         * ext/esd/esdsink.c: (gst_esdsink_class_init),
11940         (gst_esdsink_dispose): Dispose of element properly.
11941         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
11942         fixes.
11943         * ext/nas/nassink.c: (gst_nassink_class_init),
11944         (gst_nassink_dispose): Dispose of element correctly.
11945         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
11946         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11947         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
11948         Fix 64-bit warning.
11949         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
11950         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
11951         Fix 64-bit warning.
11952
11953 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11954
11955         * configure.ac : change speex detection as 1.1.6 now uses
11956           .pc/pkg-config and they changed their headers location.
11957
11958 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
11959
11960         * gst/matroska/matroska-mux.h:
11961         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
11962         (gst_matroska_mux_start), (gst_matroska_mux_finish),
11963         (gst_matroska_mux_write_data):
11964           Write multiple blocks/frames per cluster.
11965                 Write meta-seek information (seek heads).
11966
11967 2004-09-09  Scott Wheeler <wheeler@kde.org>
11968
11969         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
11970         (gst_play_bin_set_property), (gst_play_bin_get_property),
11971         (gen_audio_element), (gen_audio_element):
11972           Add a volume element / property to the pipeline.
11973
11974 2004-09-07  Wim Taymans  <wim@fluendo.com>
11975
11976         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
11977         Copy timestamps from the master pad to the output buffers.
11978
11979 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11980
11981         * ext/raw1394/gstdv1394src.c:
11982           throw errors when applicable
11983
11984 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
11985
11986         * gst/matroska/ebml-ids.h:
11987         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
11988         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
11989         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
11990           automatically convert unix time <-> ebml time when reading/writing
11991           a date, use gst_ebml_write_uint to write CUETIME,
11992           not gst_ebml_write_date.
11993         * gst/matroska/matroska-ids.h:
11994         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
11995         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
11996         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
11997         (gst_matroska_mux_write_data):
11998           Write track and segment UIDs, write muxing date, write
11999           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
12000           Create cues for audio only files.
12001
12002 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12003
12004         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
12005         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
12006           Re-commit ALSA switches.
12007         * gst/adder/gstadder.c: (gst_adder_loop):
12008           64-bit fix (#151416).
12009         * gst/debug/progressreport.c: (gst_progressreport_report):
12010           64-bit fix (#151419).
12011         * gst/matroska/matroska-demux.c:
12012         (gst_matroska_demux_parse_contents):
12013           64-bit fix (#151420).
12014         * gst/playback/test3.c: (update_scale):
12015           64-bit fix (#151421).
12016
12017 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
12018
12019         * configure.ac:
12020           bump nano to cvs
12021
12022 === release 0.8.4 ===
12023
12024 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12025
12026         * configure.ac: releasing 0.8.4, "Alias"
12027
12028 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
12029
12030         * ext/theora/Makefile.am:
12031           fix makefile.  Fixes #151462.
12032
12033 2004-08-30  Wim Taymans  <wim@fluendo.com>
12034
12035         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
12036         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
12037         (gst_multifdsink_remove_client_link),
12038         (gst_multifdsink_client_queue_buffer),
12039         (gst_multifdsink_handle_client_write):
12040         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
12041         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
12042         Fix some memory leaks.
12043
12044 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12045
12046         Patch by: David Schleef
12047
12048         * configure.ac:
12049         * sys/Makefile.am:
12050           rename our detection macro for V4L2.  Fixes #151236.
12051
12052 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12053
12054         Patch by: David Schleef
12055
12056         * configure.ac:
12057           check to define LAMEPRESET.  Fixes #151232.
12058
12059 2004-08-27  David Schleef  <ds@schleef.org>
12060
12061         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
12062         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
12063         (gst_glimagesink_fixate):  Move local variable declarations to
12064         make gcc-2.95 happy.
12065
12066 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12067
12068         * configure.ac:
12069           bump nano for prerelease
12070
12071 2004-08-27  David Schleef  <ds@schleef.org>
12072
12073         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
12074         * sys/sunaudio/gstsunaudiosrc.c:
12075         * sys/sunaudio/gstsunaudiosrc.h:
12076
12077 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
12078
12079         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
12080         handle EOS correctly
12081         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
12082         * gst/matroska/matroska-mux.h:
12083         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
12084         VFW compatibility mode
12085
12086 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12087
12088         patch by: Zaheer Abbas Merali
12089
12090         * ext/ogg/gstoggmux.c:
12091         * ext/vorbis/vorbisenc.c:
12092         * ext/vorbis/vorbisenc.h:
12093           handle NEWMEDIA
12094
12095 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
12096
12097         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
12098         fix byte order reversion on little endian machines.
12099         * gst/matroska/matroska-mux.c: (audiosink_templ),
12100         (gst_matroska_mux_audio_pad_link):
12101         add TTA codec to the list of supported codecs.
12102         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
12103         (gst_matroska_mux_start), (gst_matroska_mux_finish),
12104         (gst_matroska_mux_write_data):
12105         * gst/matroska/matroska-mux.h:
12106         write segment duration correctly, write muxing app string, fixes bugs
12107         #140897 and #140898.
12108         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
12109         wait for all pads to be negotiated before starting to mux.
12110
12111 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12112
12113         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
12114         * ext/lame/gstlame.h:
12115         Added new media support to lame
12116
12117 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
12118
12119         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
12120         send vorbis headers at the beginning of a stream, fixes bug #141554.
12121         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
12122         bug #148950.
12123         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
12124         (gst_matroska_demux_plugin_init):
12125         * gst/matroska/matroska-ids.h:
12126         enable demuxing of TTA audio streams, fixes bug #148951.
12127         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
12128         enable typefinding for TTA audio files, fixes bug #148711.
12129         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
12130         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
12131         fixes playback of packed bitstream and xvid with bframes, bug #135407.
12132
12133 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
12134
12135         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
12136         (gst_riff_read_element_data), (gst_riff_read_seek),
12137         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
12138         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
12139         <teuf@gnome.org>
12140
12141 2004-08-23 Iain <iaingnome@gmail.com>
12142
12143         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
12144         tags. They appear to be handled differently to normal.
12145         (tag_list_to_id3_tag_foreach): Ditto.
12146
12147 2004-08-22  Wim Taymans  <wim@fluendo.com>
12148
12149         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
12150         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
12151         Make sure we never send -1 granulepos.
12152
12153 2004-08-20  Wim Taymans  <wim@fluendo.com>
12154
12155         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
12156         (gst_ogg_mux_loop):
12157         I will accept bitchslappings with non sharp objects.
12158
12159 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12160
12161         * configure.ac:
12162         Clean up the test for lame presets
12163
12164 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12165
12166         * configure.ac:
12167         * ext/lame/Makefile.am:
12168         * ext/lame/gstlame.c: (gst_lame_class_init),
12169         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
12170         Only enable lame presets if version of lame has presets in API
12171
12172 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
12173         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
12174         * gst/udp/gstudpsrc.h:
12175           Don't call gst_pad_push in a get function. Fixes #150449
12176
12177 2004-08-18  Wim Taymans  <wim@fluendo.com>
12178
12179         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
12180         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
12181         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
12182         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
12183         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
12184         (gst_fdset_wait):
12185         * gst/tcp/gstfdset.h:
12186         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
12187         (gst_multifdsink_client_queue_buffer),
12188         (gst_multifdsink_handle_client_write):
12189         * gst/tcp/gstmultifdsink.h:
12190         Some extra checks in gstfdset.
12191         Only use send() when the fd is a socket. Don't try to
12192         read from write only fds.
12193
12194 2004-08-18  Wim Taymans  <wim@fluendo.com>
12195
12196         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
12197         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
12198         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
12199         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
12200         (gst_fdset_wait):
12201         Add more locking and bounds checking.
12202
12203 2004-08-18  Wim Taymans  <wim@fluendo.com>
12204
12205         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
12206         Realloc test fdset in the lock and right before starting
12207         the poll call. Bump the limit to 4096.
12208
12209 2004-08-17  David Schleef  <ds@schleef.org>
12210
12211         * sys/sunaudio/Makefile.am:
12212         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
12213         of rates and channels.  Make debugging less obnoxious.
12214
12215         Patch from Balamurali Viswanathan implementing a mixer for
12216         Sun audio.  (bug #144091):
12217         * sys/sunaudio/gstsunelement.c:
12218         * sys/sunaudio/gstsunelement.h:
12219         * sys/sunaudio/gstsunmixer.c:
12220         * sys/sunaudio/gstsunmixer.h:
12221
12222 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12223
12224         * gst/audioscale/gstaudioscale.c:
12225         * gst/audioscale/gstaudioscale.h:
12226         made audioscale resample from any sample rate to any sample rate
12227
12228 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12229
12230         * ext/libpng/gstpngdec.c:
12231           error out on unsupported types
12232
12233 2004-08-17  Iain <iaingnome@gmail.com>
12234
12235         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
12236         mid_side and loose_mid_side properties if its a stereo stream.
12237
12238 2004-08-17  Wim Taymans  <wim@fluendo.com>
12239
12240         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
12241         (theora_get_formats), (theora_dec_src_convert),
12242         (theora_dec_sink_convert), (theora_dec_src_query),
12243         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
12244         Add a debug line.
12245
12246 2004-08-17  Wim Taymans  <wim@fluendo.com>
12247
12248         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
12249         (gst_ogg_pad_push):
12250         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
12251         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
12252         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
12253         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
12254         Mark delta units in the muxer.
12255         Try to decode the packet after an out-of-sync error from
12256         libogg.
12257
12258 2004-08-17  Wim Taymans  <wim@fluendo.com>
12259
12260         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12261         (gst_multifdsink_init), (gst_multifdsink_add),
12262         (gst_multifdsink_client_queue_buffer),
12263         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
12264         * gst/tcp/gstmultifdsink.h:
12265         Added option to send a keyframe to clients as the first buffer.
12266         Make timeout property writable.
12267
12268 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12269
12270         patch by: Wim Taymans
12271
12272         * gst/tcp/gstfdset.c:
12273         * gst/tcp/gstmultifdsink.c:
12274           fix index comparison, should include 0
12275
12276 2004-08-16  Wim Taymans  <wim@fluendo.com>
12277
12278         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
12279         (gst_fdset_add_fd), (gst_fdset_remove_fd),
12280         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
12281         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
12282         (gst_fdset_wait):
12283           copy when reallocing for poll so the select arguments don't get
12284           changed during the call
12285
12286 2004-08-16  Wim Taymans  <wim@fluendo.com>
12287
12288         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
12289         (gst_theora_enc_class_init), (theora_enc_sink_link),
12290         (theora_buffer_from_packet), (theora_enc_chain):
12291         Fix bug where buffers were not marked as keyframes
12292         correctly.
12293
12294 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12295
12296         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
12297         (gst_lame_preset_get_type), (gst_lame_class_init):
12298         describe the enum values for vbr mode and presets more verbosely
12299
12300 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12301
12302         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
12303         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
12304         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
12305         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
12306         * ext/lame/gstlame.h:
12307         add preset property to lame so it can use lame presets
12308
12309 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12310
12311         * ext/lame/gstlame.c: (gst_lame_get_property):
12312         whoops forgot break, thanks teuf
12313
12314 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12315
12316         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
12317         (gst_lame_class_init), (gst_lame_src_getcaps),
12318         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
12319         (gst_lame_get_property), (gst_lame_setup):
12320         * ext/lame/gstlame.h:
12321         fix lame's broken vbr stuff, allow it to resample if need be, and also
12322         make xing header optional
12323
12324 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12325
12326         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
12327         added getcaps function so samplerate doesnt get fixated to silly values
12328
12329 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12330
12331         * ext/lame/gstlame.c: (gst_lame_src_link):
12332         revert previous fix
12333
12334 2004-08-12  Johan Dahlin  <johan@gnome.org>
12335
12336         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
12337         checks. Doesn't matter what state we are in. Interfaces are a
12338         compile time thing, not runtime. It also broke the python bindings.
12339
12340 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12341
12342         * ext/lame/gstlame.c: (gst_lame_src_link):
12343         made source pad link function check if sinkpad is ok..fixes the problem
12344         where core fixates the output rate of lame stupidly
12345
12346 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12347
12348         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
12349         * sys/v4l/v4l_calls.c:
12350         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
12351           fix fixate function to handle nonsimple caps.
12352           remove bogus check in _link
12353           cleanups
12354
12355 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12356
12357         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
12358         set default compression ratio parameter to 0.0 so bitrate parameter
12359         works :)
12360
12361 2004-08-11  David Schleef  <ds@schleef.org>
12362
12363         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
12364
12365 2004-08-11  David Schleef  <ds@schleef.org>
12366
12367         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
12368         before.
12369
12370 2004-08-11  David Schleef  <ds@schleef.org>
12371
12372         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
12373
12374 2004-08-11  David Schleef  <ds@schleef.org>
12375
12376         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
12377           license field
12378         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
12379         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
12380           LGPL.
12381         * gst/auparse/gstauparse.c: Fix plugin license field.
12382         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
12383         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
12384         * gst/rtp/gstrtp.c: Fix plugin license field.
12385
12386 2004-08-11  Wim Taymans  <wim@fluendo.com>
12387
12388         * gst/tcp/Makefile.am:
12389         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
12390         (ensure_size), (gst_fdset_new), (gst_fdset_free),
12391         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
12392         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
12393         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
12394         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
12395         (gst_fdset_fd_can_write), (gst_fdset_wait):
12396         * gst/tcp/gstfdset.h:
12397         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
12398         (gst_multifdsink_class_init), (gst_multifdsink_init),
12399         (gst_multifdsink_add), (gst_multifdsink_remove),
12400         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
12401         (gst_multifdsink_remove_client_link),
12402         (gst_multifdsink_handle_client_read),
12403         (gst_multifdsink_client_queue_data),
12404         (gst_multifdsink_client_queue_caps),
12405         (gst_multifdsink_client_queue_buffer),
12406         (gst_multifdsink_handle_client_write),
12407         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
12408         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
12409         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
12410         (gst_multifdsink_close):
12411         * gst/tcp/gstmultifdsink.h:
12412         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
12413         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
12414         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
12415         (gst_tcpserversink_close):
12416         * gst/tcp/gsttcpserversink.h:
12417         Abstracted away the select call, implemented poll (yes we ran into
12418         the 1024 limit in production).
12419
12420 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12421
12422         * gst/tcp/gsttcp.c:
12423         * gst/tcp/gsttcpplugin.c:
12424           improve debuggging, remove assert
12425
12426 2004-08-10  Wim Taymans  <wim@fluendo.com>
12427
12428         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
12429         (gst_client_status_get_type), (gst_multifdsink_class_init),
12430         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
12431         (gst_multifdsink_handle_client_read),
12432         (gst_multifdsink_handle_client_write),
12433         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
12434         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
12435         (gst_multifdsink_get_property):
12436         * gst/tcp/gstmultifdsink.h:
12437         * gst/tcp/gsttcp-marshal.list:
12438         Starting to prepare for specifying buffer time in other units
12439         than buffers. Expose remove reason in signal.
12440
12441 2004-08-10  Wim Taymans  <wim@fluendo.com>
12442
12443         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
12444         (gst_multifdsink_remove), (gst_multifdsink_clear),
12445         (gst_multifdsink_remove_client_link),
12446         (gst_multifdsink_handle_client_read),
12447         (gst_multifdsink_client_queue_data),
12448         (gst_multifdsink_client_queue_buffer),
12449         (gst_multifdsink_handle_client_write),
12450         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
12451         (gst_multifdsink_chain), (gst_multifdsink_close):
12452         * gst/tcp/gstmultifdsink.h:
12453         Added more debugging info. Changed the way clients are
12454         removed from the lists. Fixed a bug where a bad file descriptor
12455         could cause many clients to be removed.
12456
12457 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12458
12459         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
12460           allow all pixel-aspect-ratios, not just 1:1
12461
12462 2004-08-09  David Schleef  <ds@schleef.org>
12463
12464         * sys/glsink/ARB_multitexture.h:  Remove old files.
12465         * sys/glsink/EXT_paletted_texture.h:
12466         * sys/glsink/NV_register_combiners.h:
12467         * sys/glsink/gstgl_nvimage.c:
12468         * sys/glsink/gstgl_pdrimage.c:
12469         * sys/glsink/gstgl_rgbimage.c:
12470         * sys/glsink/gstglsink.c:
12471         * sys/glsink/gstglsink.h:
12472         * sys/glsink/gstglxwindow.c:
12473         * sys/glsink/regcomb_yuvrgb.c:
12474
12475 2004-08-09  David Schleef  <ds@schleef.org>
12476
12477         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
12478         GL sink plugin.  (Bug #147302)
12479
12480         * configure.ac: Test for OpenGL
12481         * sys/Makefile.am: Use test for OpenGL
12482         * sys/glsink/Makefile.am:
12483         * sys/glsink/glimagesink.c: rewrite
12484         * sys/glsink/glimagesink.h: rewrite
12485
12486 2004-08-09  David Schleef  <ds@schleef.org>
12487
12488         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
12489         sane framerates.
12490         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
12491         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
12492         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
12493
12494 2004-08-09  Wim Taymans  <wim@fluendo.com>
12495
12496         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12497         (gst_multifdsink_add), (gst_multifdsink_get_stats),
12498         (gst_multifdsink_client_remove),
12499         (gst_multifdsink_handle_client_read),
12500         (gst_multifdsink_handle_client_write),
12501         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
12502         Do a bit more logging, make the client_read code more robust.
12503
12504 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12505
12506         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
12507         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
12508         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
12509         (gst_jpegdec_init), (gst_jpegdec_chain):
12510         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
12511         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
12512           cleanups, debugging fixes and memleak plugging
12513
12514 2004-08-09  Wim Taymans  <wim@fluendo.com>
12515
12516         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
12517         (theora_get_formats), (theora_dec_src_convert),
12518         (theora_dec_sink_convert), (theora_dec_src_query),
12519         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
12520         (theora_dec_change_state):
12521         Don't crash on missing header packets.
12522
12523 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12524
12525         * po/LINGUAS:
12526         * po/sq.po:
12527           Added Albanian translation (Laurent Dhima)
12528         * po/cs.po:
12529           updated
12530
12531 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12532
12533         * ext/lame/gstlame.c:
12534           fix/add debugging
12535
12536 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12537
12538         * sys/ximage/ximagesink.c:
12539         * sys/xvimage/xvimagesink.c:
12540           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
12541
12542 2004-08-06  Wim Taymans  <wim@fluendo.com>
12543
12544         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12545         (gst_multifdsink_add), (gst_multifdsink_get_stats),
12546         (gst_multifdsink_client_remove),
12547         (gst_multifdsink_handle_client_read),
12548         (gst_multifdsink_handle_client_write),
12549         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
12550         Make sure we don't try to read more from a client that what
12551         ioctl says us or we deadlock.
12552
12553 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12554
12555         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
12556         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
12557         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
12558           decouple running_time and n_frames so it can handle changing
12559           framerate while running
12560
12561 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12562
12563         * po/nl.po:
12564         * po/sv.po:
12565           updated translations
12566
12567 2004-08-04  Benjamin Otte  <otte@gnome.org>
12568
12569         * gst/videotestsrc/gstvideotestsrc.c:
12570         (gst_videotestsrc_get_capslist), (generate_capslist),
12571         (plugin_init):
12572           generate the list of supported caps at startup and reuse it instead
12573           of always generating it
12574
12575 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12576
12577         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
12578           whoops, last checkin broke normal build
12579
12580 2004-08-03  Benjamin Otte  <otte@gnome.org>
12581
12582         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
12583         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
12584         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
12585         (gst_alsa_mixer_get_option):
12586         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
12587         (dvdnavsrc_print_event):
12588         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
12589         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
12590         (gst_ogg_mux_pad_unlink):
12591         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
12592         (gst_multipart_mux_pad_unlink):
12593         * gst/videofilter/gstvideobalance.c:
12594         (gst_videobalance_colorbalance_set_value):
12595         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
12596         (gst_videomixer_pad_unlink):
12597         * po/uk.po:
12598         * sys/oss/gstossmixer.c:
12599         * sys/v4l/gstv4lcolorbalance.c:
12600         * sys/v4l/gstv4ltuner.c:
12601         * sys/v4l/v4lsrc_calls.c:
12602         * sys/v4l2/gstv4l2colorbalance.c:
12603         * sys/v4l2/gstv4l2tuner.c:
12604           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
12605
12606 2004-08-03  Benjamin Otte  <otte@gnome.org>
12607
12608         * examples/dynparams/filter.c: (ui_control_create):
12609         * examples/gstplay/player.c: (print_tag):
12610         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
12611         * ext/gdk_pixbuf/gstgdkanimation.c:
12612         (gst_gdk_animation_iter_may_advance):
12613         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
12614         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
12615         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
12616         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
12617         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
12618         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
12619         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
12620         * gst/sine/demo-dparams.c: (main):
12621         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
12622         * testsuite/alsa/formats.c: (create_pipeline):
12623         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
12624           fixes for G_DISABLE_ASSERT and friends
12625         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
12626         (mp3_type_frame_length_from_header), (mp3_type_find),
12627         (plugin_init):
12628           require mp3 typefinding to have at least MIN_HEADERS valid headers
12629           add typefinding for AAC adts files
12630
12631 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
12632
12633         * sys/ximage/ximagesink.c:
12634         (gst_ximagesink_calculate_pixel_aspect_ratio):
12635         * sys/xvimage/xvimagesink.c:
12636         (gst_xvimagesink_calculate_pixel_aspect_ratio):
12637         Make sure we calculate pixel-aspect-ratio using floating point maths
12638
12639 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12640
12641         * po/uk.po:
12642           updated translation
12643
12644 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12645
12646         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
12647         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
12648           add debugging for display PAR calculation
12649
12650 2004-08-02  David Schleef  <ds@schleef.org>
12651
12652         * configure.ac: Fix mikmod CFLAGS.
12653
12654 2004-07-27  Benjamin Otte  <otte@gnome.org>
12655
12656         * gst/audioscale/gstaudioscale.c:
12657         - fix templates to only support S16, it's the only format that works
12658         - make caps nego code use try_set_caps_nonfixed and fixation instead
12659         of try_set_caps twice, which is not nice for autopluggers
12660         - change rank to secondary, so autopluggers can pick it up after
12661         audioconvert
12662
12663 2004-08-02  Iain <iain@prettypeople.org>
12664
12665         * gst/interleave/interleave.c (interleave_init),
12666         (interleave_request_new_pad),
12667         (interleave_pad_removed),
12668         (interleave_buffered_loop): Use the real pad count, not the artificial
12669         one.
12670
12671 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12672
12673         * configure.ac: bump nano back to development
12674
12675 === release 0.8.3 ===
12676
12677 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12678
12679         * configure.ac: releasing 0.8.3, "Water"
12680
12681 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12682
12683         * sys/xvimage/xvimagesink.c:
12684         (gst_xvimagesink_calculate_pixel_aspect_ratio),
12685         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
12686         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
12687         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
12688         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
12689         * sys/xvimage/xvimagesink.h:
12690           apply similar PAR fixes as to ximagesink
12691
12692 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12693
12694         patch from: Benjamin Otte
12695
12696         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
12697           add link function to lame.  Fixes #148986.
12698
12699 2004-08-02  Johan Dahlin  <johan@gnome.org>
12700
12701         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
12702         fix debugging log
12703
12704 2004-07-30  David Schleef  <ds@schleef.org>
12705
12706         * gst/videomixer/Makefile.am: Fix things that should have been
12707         fixed in the last checkin.
12708
12709 2004-07-30  David Schleef  <ds@schleef.org>
12710
12711         * gst/multipart/Makefile.am: Fix things that should have been
12712         fixed in the last checkin.
12713
12714 2004-07-30  David Schleef  <ds@schleef.org>
12715
12716         * testsuite/multifilesink/Makefile.am: Fix unused variable.
12717
12718 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12719
12720         * configure.ac:
12721           bump nano for prerelease
12722         * po/af.po:
12723         * po/az.po:
12724         * po/cs.po:
12725         * po/en_GB.po:
12726         * po/hu.po:
12727         * po/nl.po:
12728         * po/sr.po:
12729         * po/sv.po:
12730         * po/uk.po:
12731           updates
12732
12733 2004-07-30  Wim Taymans  <wim@fluendo.com>
12734
12735         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12736         (gst_multifdsink_add), (gst_multifdsink_remove),
12737         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
12738         (gst_multifdsink_client_remove),
12739         (gst_multifdsink_handle_client_write),
12740         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
12741         * gst/tcp/gstmultifdsink.h:
12742         Recover from a select with a bad file descriptor by removing
12743         the client.
12744
12745 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12746
12747         * configure.ac:
12748           fix requirement of core
12749         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
12750         (gst_play_pipeline_setup):
12751           don't use colorspace element.  do use hermescolorspace element.
12752           make macro to get a colorspace element.
12753           mark strings for translation.
12754         * po/POTFILES.in:
12755           add play.c
12756         * po/af.po:
12757         * po/az.po:
12758         * po/cs.po:
12759         * po/en_GB.po:
12760         * po/hu.po:
12761         * po/nl.po:
12762         * po/sr.po:
12763         * po/sv.po:
12764         * po/uk.po:
12765           update translations
12766
12767 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12768
12769         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
12770         fix default for newmedia flag
12771
12772 2004-07-30  Wim Taymans  <wim@fluendo.com>
12773
12774         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
12775         (gst_theora_dec_init), (theora_get_formats),
12776         (theora_dec_src_convert), (theora_dec_sink_convert),
12777         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12778         (theora_dec_chain), (theora_dec_set_property),
12779         (theora_dec_get_property):
12780         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
12781         (gst_theora_enc_class_init), (gst_theora_enc_init),
12782         (theora_enc_sink_link), (theora_enc_chain),
12783         (theora_enc_set_property), (theora_enc_get_property):
12784         Added cropping option to theora decoder.
12785         Added border option to theora encoder.
12786
12787 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12788
12789         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
12790         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
12791         (gst_pngenc_set_property):
12792         * ext/libpng/gstpngenc.h:
12793         Added newmedia support to pngenc so now gst-launch-0.8 videotestsrc ! ffmpegcolorspace ! pngenc snapshot=false newmedia=true ! multifilesink location=blah%d.png works as expected
12794
12795 2004-07-30  Wim Taymans  <wim@fluendo.com>
12796
12797         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
12798         (theora_enc_sink_link), (theora_enc_chain),
12799         (theora_enc_set_property), (theora_enc_get_property):
12800         Fix encoding of non-multiple-of-16 video.
12801
12802 2004-07-29  David Schleef  <ds@schleef.org>
12803
12804         * configure.ac: make test for audiofile more strict
12805
12806 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12807
12808         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12809           give different names to typefind functions
12810
12811 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
12812
12813         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
12814         (gst_ximagesink_calculate_pixel_aspect_ratio),
12815         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
12816         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
12817         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
12818         (gst_ximagesink_get_property), (gst_ximagesink_init):
12819         * sys/ximage/ximagesink.h:
12820           allocate PAR's dynamically.
12821           use autodetected PAR if no object-set PAR is given.
12822           add workaround for directfb's X not setting physical size.
12823           fix to xvimagesink will follow tomorrow.
12824
12825 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12826
12827         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
12828         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
12829         (gst_shout2send_get_type), (gst_shout2send_set_clock),
12830         (gst_shout2send_class_init), (gst_shout2send_init),
12831         (set_shout_metadata), (gst_shout2send_set_metadata),
12832         (gst_shout2send_chain), (gst_shout2send_set_property),
12833         (gst_shout2send_get_property), (gst_shout2send_connect),
12834         (gst_shout2send_change_state):
12835         * ext/shout2/gstshout2.h:
12836         - fix for sending mp3 audio to icecast2 server, if pad link function not
12837         called before PAUSED state
12838         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
12839         - added tagging support for mp3 audio broadcasted
12840         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
12841         debug info
12842
12843 2004-07-28  Wim Taymans  <wim@fluendo.com>
12844
12845         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
12846         (gst_ogg_demux_push):
12847         Return query failure when we don't know the length of
12848         an ogg stream insteda of returning TRUE with a bogus value.
12849
12850 2004-07-28  Wim Taymans  <wim@fluendo.com>
12851
12852         * ext/theora/theoradec.c: (theora_get_formats),
12853         (theora_dec_src_convert), (theora_dec_sink_convert),
12854         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12855         (theora_dec_chain):
12856         Don't screw up the 1 Chroma for 1 luma sample situation when we
12857         have an odd offset/width by adding a black border in those cases.
12858
12859 2004-07-28  Wim Taymans  <wim@fluendo.com>
12860
12861         * ext/theora/theoradec.c: (theora_get_formats),
12862         (theora_dec_src_convert), (theora_dec_sink_convert),
12863         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12864         (theora_dec_chain):
12865         * ext/theora/theoraenc.c: (theora_enc_sink_link):
12866         Added first attempt at cropping of the image as required by the
12867         theora spec. We need more properties in the caps (offset_x,
12868         offset_y,stride) to implement this correctly.
12869
12870 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
12871
12872         * ext/dvdnav/README:
12873           Update the README to use dvddemux
12874         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
12875           Ensure getcaps returns a subset of the template caps
12876         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
12877         (gst_mpeg2subt_init):
12878           Ensure getcaps returns a subset of the template caps
12879         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
12880         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
12881         (gst_dvd_demux_get_subpicture_stream),
12882         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
12883         * gst/mpegstream/gstdvddemux.h:
12884           Set the explicit caps on the current_video pad before pushing
12885           anything
12886         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
12887         (gst_mpeg_demux_get_audio_stream):
12888           Free caps used to gst_pad_set_explicit_caps, which takes a const
12889           GstCaps *
12890
12891 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
12892
12893         * configure.ac: update GStreamer requirement to 0.8.4 because of
12894           GstFraction.
12895
12896 2004-07-28  Wim Taymans  <wim@fluendo.com>
12897
12898         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
12899         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
12900         Add the pad to the element after setting up the caps. This
12901         makes it a lot easier to autoplug.
12902
12903 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
12904
12905         * gst/median/gstmedian.c:
12906         * gst/mpeg2subt/gstmpeg2subt.c:
12907         * gst/mpegaudioparse/gstmpegaudioparse.c:
12908         * gst/mpegstream/gstdvddemux.c:
12909         * gst/mpegstream/gstmpegdemux.c:
12910         * gst/mpegstream/gstmpegpacketize.c:
12911         * gst/rtjpeg/gstrtjpeg.c:
12912         * gst/rtjpeg/gstrtjpegdec.c:
12913         * gst/rtjpeg/gstrtjpegenc.c:
12914         * gst/sine/gstsinesrc.c:
12915         * gst/smooth/gstsmooth.c:
12916         * gst/smpte/gstsmpte.c:
12917         * gst/smpte/gstsmpte.h:
12918         * gst/stereo/gststereo.c:
12919         * gst/videofilter/gstgamma.c:
12920         * gst/videofilter/gstvideobalance.c:
12921         * gst/videofilter/gstvideofilter.c:
12922         * gst/videofilter/gstvideoflip.c:
12923         * gst/videoscale/gstvideoscale.c:
12924         * gst/videoscale/videoscale.c:
12925         * gst/videotestsrc/gstvideotestsrc.c:
12926         * gst/videotestsrc/videotestsrc.c:
12927         * gst/wavenc/gstwavenc.c:
12928         * gst/wavparse/gstwavparse.c:
12929           fix local includes and 64 bits constants
12930
12931 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
12932
12933         * win32/gst.sln:
12934         * gst-libs/gst/*/*.vcproj:
12935         * gst/*/*.vcproj:
12936           more working plugins
12937
12938 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12939
12940         * testsuite/alsa/Makefile.am:
12941         * testsuite/alsa/srcstate.c:
12942         add test for alsasrc changing state
12943
12944 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12945
12946         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
12947         (gst_silence_get):
12948         * gst/silence/gstsilence.h:
12949         fix silence generation for 16bit raw audio
12950
12951 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12952
12953         * gst/matroska/matroska-demux.c:
12954         (gst_matroska_demux_parse_metadata),
12955         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
12956         * gst/mpegaudio/common.c:
12957         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12958         (gst_videoscale_getcaps), (gst_videoscale_link),
12959         (gst_videoscale_src_fixate), (gst_videoscale_init),
12960         (gst_videoscale_finalize):
12961         * gst/videoscale/gstvideoscale.h:
12962         * gst/videotestsrc/gstvideotestsrc.c:
12963         (gst_videotestsrc_get_capslist):
12964         * gst/wavenc/gstwavenc.c:
12965         * sys/oss/gstossmixer.c: (fill_labels):
12966         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
12967         (gst_ximagesink_handle_xevents),
12968         (gst_ximagesink_calculate_pixel_aspect_ratio),
12969         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
12970         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
12971         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
12972         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
12973         (gst_ximagesink_init), (gst_ximagesink_class_init):
12974         * sys/ximage/ximagesink.h:
12975         * sys/xvimage/xvimagesink.c:
12976         (gst_xvimagesink_calculate_pixel_aspect_ratio),
12977         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
12978         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
12979         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
12980         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
12981         * sys/xvimage/xvimagesink.h:
12982           first batch of pixel aspect ratio commits.
12983
12984 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12985
12986         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12987         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
12988         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
12989           handle stride, needs work if we want to move stride handling
12990           upstream, but works correctly for our purposes.
12991
12992 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12993
12994         * gst/videoscale/README:
12995           add testing examples
12996         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
12997         (gst_videoscale_chain):
12998         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12999         (gst_videoscale_get_size):
13000           add get_size function that handles stride like videotestsrc.
13001           fixes conversion for YUV formats for as much as I can test them.
13002
13003 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13004
13005         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
13006         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
13007         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
13008         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
13009         (gst_xvimagesink_xvimage_put):
13010           further cleanups, logging, error handling and synchronizing
13011
13012 2004-07-27  Wim Taymans  <wim@fluendo.com>
13013
13014         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
13015         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
13016         (gst_videomixer_pad_set_property),
13017         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
13018         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
13019         (gst_videomixer_class_init), (gst_videomixer_init),
13020         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
13021         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
13022         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
13023         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
13024         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
13025         (gst_videomixer_loop), (plugin_init):
13026         Be a nicer negotiation citizen and provide a getcaps function on
13027         the srcpad. This also fixes a crash when resizing.
13028
13029 2004-07-27  Julien MOUTTE  <julien@moutte.net>
13030
13031         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
13032         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
13033
13034 2004-07-27  Wim Taymans  <wim@fluendo.com>
13035
13036         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
13037         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
13038         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
13039         (gst_pngenc_set_property):
13040         * ext/libpng/gstpngenc.h:
13041         Added snapshot property to pngenc.
13042         removed g_print from pngdec
13043
13044 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
13045
13046         * gst/ac3parse/ac3parse.vcproj
13047         * gst/adder/adder.vcproj
13048         * gst/alpha/alpha.vcproj
13049         * gst/alpha/alphacolor.vcproj
13050         * gst/asfdemux/asf.vcproj
13051         * gst/audioconvert/audioconvert.vcproj
13052         * gst/audiorate/audiorate.vcproj
13053         * gst/audioscale/audioscale.vcproj
13054         * gst/auparse/auparse.vcproj
13055         * gst/avi/avi.vcproj
13056         * gst/cdxaparse/cdxaparse.vcproj
13057         * gst/chart/chart.vcproj
13058         * gst/colorspace/colorspace.vcproj
13059         * gst/cutter/cutter.vcproj
13060         * gst/debug/debug.vcproj
13061         * gst/debug/efence.vcproj
13062         * gst/debug/navigationtest.vcproj
13063         * gst/deinterlace/deinterlace.vcproj
13064         * gst/effectv/effectv.vcproj
13065         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
13066         * gst/filter/filter.vcproj
13067         * gst/flx/flxdec.vcproj
13068         * gst/goom/goom.vcproj
13069         * gst/interleave/interleave.vcproj
13070         * gst/law/alaw.vcproj
13071         * gst/law/mulaw.vcproj
13072         * gst/matroska/matroska.vcproj
13073         * gst/median/median.vcproj
13074         * gst/mixmatrix/mixmatrix.vcproj
13075         * gst/mpeg1sys/mpeg1systemencode.vcproj
13076         * gst/mpeg1videoparse/mp1videoparse.vcproj
13077         * gst/mpeg2sub/mpeg2subt.vcproj
13078         * gst/mpegaudio/mpegaudio.vcproj
13079         * gst/mpegaudioparse/mpegaudioparse.vcproj
13080         * gst/mpegstream/mpegstream.vcproj
13081         * gst/multifilesink/multifilesink.vcproj
13082         * gst/multipart/multipart.vcproj
13083         * gst/oneton/oneton.vcproj
13084         * gst/overlay/overlay.vcproj
13085         * gst/passthrough/passthrough.vcproj
13086         * gst/qtdemux/qtdemux.vcproj
13087         * gst/realmedia/rmdemux.vcproj
13088         * gst/rtjpeg/rtjpeg.vcproj
13089         * gst/rtp/rtp.vcproj
13090         * gst/silence/silence.vcproj
13091         * gst/sine/sinesrc.vcproj
13092         * gst/smooth/smooth.vcproj
13093         * gst/smpte/smpte.vcproj
13094         * gst/spectrum/spectrum.vcproj
13095         * gst/speed/speed.vcproj
13096         * gst/stereo/stereo.vcproj
13097         * gst/switch/switch.vcproj
13098         * gst/tags/tagedit.vcproj
13099         * gst/tcp/tcp.vcproj
13100         * gst/typefind/typefindfunctions.vcproj
13101         * gst/udp/udp.vcproj
13102         * gst/videobox/videobox.vcproj
13103         * gst/videocrop/videocrop.vcproj
13104         * gst/videodrop/videodrop.vcproj
13105         * gst/videofilter/gamma.vcproj
13106         * gst/videofilter/videobalance.vcproj
13107         * gst/videofilter/videofilter.vcproj
13108         * gst/videofilter/videoflip.vcproj
13109         * gst/videoflip/videoflip.vcproj
13110         * gst/videomixer/videomixer.vcproj
13111         * gst/videorate/videorate.vcproj
13112         * gst/videoscale/videoscale.vcproj
13113         * gst/videotestsrc/videotestsrc.vcproj
13114         * gst/virtualdub/virtualdub.vcproj
13115         * gst/volenv/volenv.vcproj
13116         * gst/volume/volume.vcproj
13117         * gst/wavenc/wavenc.vcproj
13118         * gst/wavparse/wavparse.vcproj
13119         * gst/y4m/y4menc.vcproj
13120         * gst-libs/gst/audio/audio.vcproj
13121         * gst-libs/gst/audio/audiofilter.vcproj
13122         * gst-libs/gst/colorbalance/colorbalance.vcproj
13123         * gst-libs/gst/idct/idtc.vcproj
13124         * gst-libs/gst/media-info/media-info.vcproj
13125         * gst-libs/gst/mixer/mixer.vcproj
13126         * gst-libs/gst/navigation/navigation.vcproj
13127         * gst-libs/gst/play/play.vcproj
13128         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
13129         * gst-libs/gst/resample/resample.vcproj
13130         * gst-libs/gst/riff/riff.vcproj
13131         * gst-libs/gst/tuner/tuner.vcproj
13132         * gst-libs/gst/video/video.vcproj
13133         * gst-libs/gst/xoverlay/xoverlay.vcproj
13134           avoid problems with math.h, fix release dependancy
13135           rename GStreamer-0.8.lib to libgstreamer.lib
13136
13137 2004-07-27  Julien MOUTTE  <julien@moutte.net>
13138
13139         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
13140         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
13141         the atom is not available we have to unlock the mutex. Fixes #148023
13142
13143 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
13144
13145         * gst-libs/gst/media-info/media-info.h:
13146           issue for a vararg macro with MSVC
13147
13148 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
13149
13150         * gst/effectv/effectv.vcproj
13151         * gst-libs/gst/idct/idct.vcproj:
13152         * gst-libs/gst/media-info/media-info.vcproj:
13153         * gst-libs/gst/navigation/navigation.vcproj:
13154         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
13155         * gst-libs/gst/video/video.vcproj:
13156         * gst-libs/gst/xoverlay/xoverlay.vcproj:
13157           fixes for build problems
13158
13159 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
13160
13161         * gst-libs/gst/audio/audio.def:
13162         * gst-libs/gst/audio/riff.def:
13163           add some definitions needed by plugins
13164
13165 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
13166
13167         * gst/asfdemux/gstasfmux.c
13168           Fix some 64 bits constants to be glib friendly
13169
13170 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
13171
13172         * gst/ac3parse/gstac3parse.c
13173         * gst/audioscale/gstaudioscale.c
13174         * gst/auparse/gstauparse.c
13175         * gst/colorspace/gstcolorspace.c
13176         * gst/colorspace/yuv2rgb.h
13177           local include fixes
13178
13179 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
13180
13181         * win32/gst.sln
13182           add more plugins to the build
13183
13184 2004-07-26  Julien MOUTTE  <julien@moutte.net>
13185
13186         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
13187         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
13188
13189 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13190
13191         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
13192         (gst_level_set_property), (gst_level_get_property),
13193         (gst_level_base_init), (gst_level_class_init):
13194           add debugging categories.  cleanups.
13195
13196 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13197
13198         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
13199         (gst_videoscale_planar411), (gst_videoscale_planar400),
13200         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
13201         (gst_videoscale_scale_nearest_str1),
13202         (gst_videoscale_scale_nearest_str2),
13203         (gst_videoscale_scale_nearest_str4),
13204         (gst_videoscale_scale_nearest_16bit),
13205         (gst_videoscale_scale_nearest_24bit):
13206           fixed stride issues
13207           tested with 320x240 -> 321, 322, 324 x240
13208           tested with YV12, I420, YUY2, UYVY
13209           fixed packed422rev (don't think it could have worked before)
13210           by testing with UYVY
13211
13212 2004-07-26  Benjamin Otte  <otte@gnome.org>
13213
13214         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
13215         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
13216         (plugin_init):
13217           add debugging category, add error checks like checking return values
13218           of setup calls, make sure it still works after
13219           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
13220
13221 2004-07-26  Wim Taymans  <wim@fluendo.com>
13222
13223         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
13224         (gst_mpeg_demux_get_audio_stream),
13225         (gst_mpeg_demux_process_private):
13226         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
13227         Check for error codes from the negotiation functions. Make sure
13228         we really set the pad caps when a new pad is created.
13229
13230 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13231
13232         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13233         (gst_ffmpeg_caps_to_pix_fmt):
13234         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
13235         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13236         (gst_ffmpegcolorspace_pad_link):
13237           don't make function do two things at the same time without reason.
13238
13239 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
13240
13241         * gst/ac3parse/ac3parse.vcproj
13242         * gst/adder/adder.vcproj
13243         * gst/alpha/alpha.vcproj
13244         * gst/alpha/alphacolor.vcproj
13245         * gst/asfdemux/asf.vcproj
13246         * gst/audioconvert/audioconvert.vcproj
13247         * gst/audiorate/audiorate.vcproj
13248         * gst/audioscale/audioscale.vcproj
13249         * gst/auparse/auparse.vcproj
13250         * gst/avi/avi.vcproj
13251         * gst/cdxaparse/cdxaparse.vcproj
13252         * gst/chart/chart.vcproj
13253         * gst/colorspace/colorspace.vcproj
13254         * gst/cutter/cutter.vcproj
13255         * gst/debug/debug.vcproj
13256         * gst/debug/efence.vcproj
13257         * gst/debug/navigationtest.vcproj
13258         * gst/deinterlace/deinterlace.vcproj
13259         * gst/effectv/effectv.vcproj
13260         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
13261         * gst/filter/filter.vcproj
13262         * gst/flx/flxdec.vcproj
13263         * gst/goom/goom.vcproj
13264         * gst/interleave/interleave.vcproj
13265         * gst/law/alaw.vcproj
13266         * gst/law/mulaw.vcproj
13267         * gst/matroska/matroska.vcproj
13268         * gst/median/median.vcproj
13269         * gst/mixmatrix/mixmatrix.vcproj
13270         * gst/mpeg1sys/mpeg1systemencode.vcproj
13271         * gst/mpeg1videoparse/mp1videoparse.vcproj
13272         * gst/mpeg2sub/mpeg2subt.vcproj
13273         * gst/mpegaudio/mpegaudio.vcproj
13274         * gst/mpegaudioparse/mpegaudioparse.vcproj
13275         * gst/mpegstream/mpegstream.vcproj
13276         * gst/multifilesink/multifilesink.vcproj
13277         * gst/multipart/multipart.vcproj
13278         * gst/oneton/oneton.vcproj
13279         * gst/overlay/overlay.vcproj
13280         * gst/passthrough/passthrough.vcproj
13281         * gst/qtdemux/qtdemux.vcproj
13282         * gst/realmedia/rmdemux.vcproj
13283         * gst/rtjpeg/rtjpeg.vcproj
13284         * gst/rtp/rtp.vcproj
13285         * gst/silence/silence.vcproj
13286         * gst/sine/sinesrc.vcproj
13287         * gst/smooth/smooth.vcproj
13288         * gst/smpte/smpte.vcproj
13289         * gst/spectrum/spectrum.vcproj
13290         * gst/speed/speed.vcproj
13291         * gst/stereo/stereo.vcproj
13292         * gst/switch/switch.vcproj
13293         * gst/tags/tagedit.vcproj
13294         * gst/tcp/tcp.vcproj
13295         * gst/typefind/typefindfunctions.vcproj
13296         * gst/udp/udp.vcproj
13297         * gst/videobox/videobox.vcproj
13298         * gst/videocrop/videocrop.vcproj
13299         * gst/videodrop/videodrop.vcproj
13300         * gst/videofilter/gamma.vcproj
13301         * gst/videofilter/videobalance.vcproj
13302         * gst/videofilter/videofilter.vcproj
13303         * gst/videofilter/videoflip.vcproj
13304         * gst/videoflip/videoflip.vcproj
13305         * gst/videomixer/videomixer.vcproj
13306         * gst/videorate/videorate.vcproj
13307         * gst/videoscale/videoscale.vcproj
13308         * gst/videotestsrc/videotestsrc.vcproj
13309         * gst/virtualdub/virtualdub.vcproj
13310         * gst/volenv/volenv.vcproj
13311         * gst/volume/volume.vcproj
13312         * gst/wavenc/wavenc.vcproj
13313         * gst/wavparse/wavparse.vcproj
13314         * gst/y4m/y4menc.vcproj
13315           more plugins supported under windows
13316
13317 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13318
13319         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
13320         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
13321         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
13322         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13323         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
13324           Add debugging statements.  Use the sizes as returned by the
13325           *CreateImage calls.
13326
13327 2004-07-26  Johan Dahlin  <johan@gnome.org>
13328
13329         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
13330         the pad is negotiated.
13331
13332         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
13333
13334 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
13335
13336         * gst-libs/gst/colorbalance/colorbalance.vcproj:
13337         * gst-libs/gst/idct/idct.vcproj:
13338         * gst-libs/gst/media-info/media-info.vcproj:
13339         * gst-libs/gst/mixer/mixer.vcproj:
13340         * gst-libs/gst/navigation/navigation.vcproj:
13341         * gst-libs/gst/play/play.vcproj:
13342         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
13343         * gst-libs/gst/resample/resample.vcproj:
13344         * gst-libs/gst/tuner/tuner.vcproj:
13345         * gst-libs/gst/video/video.vcproj:
13346         * gst-libs/gst/xoverlay/xoverlay.vcproj:
13347           more plugins supported under windows
13348
13349 2004-07-25 Iain <iain@prettypeople.org>
13350
13351         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
13352         pad now rather than when the pad is created because state changes wipe
13353         explicit caps (fixes #148043).
13354
13355 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
13356
13357         reviewed by Benjamin Otte  <otte@gnome.org>
13358
13359         * ext/mad/gstmad.c:
13360           fix mad plugin crashing on Sun (fixes #148289)
13361
13362 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
13363
13364         * gst/avi/avi.def:
13365         * gst/avi/avi.vcproj:
13366         * gst/matroska/matroska.def:
13367         * gst/matroska/matroska.vcproj:
13368           remove unused .def files
13369
13370 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
13371
13372         * gst-libs/gst/audio/gstaudiofilter.c:
13373           Clean the local include
13374
13375 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
13376
13377         * win32/gst.sln:
13378         * gst-libs/gst/audio/audio.def:
13379         * gst-libs/gst/audio/audio.vcproj:
13380         * gst-libs/gst/audio/audiofilter.vcproj:
13381         * gst-libs/gst/audio/riff.def:
13382         * gst-libs/gst/audio/riff.vcproj:
13383         * gst-libs/gst/gst-libs.def:
13384         * gst-libs/gst/gst-libs.vcproj:
13385         * gst/avi/avi.vcproj:
13386         * gst/avi/avi.vcproj:
13387           Copy the files where needed after building, cleaner projects
13388
13389 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
13390
13391         * gst/matroska/ebml-write.c:
13392           Fix some 64 bits constants to be glib friendly
13393
13394 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
13395
13396         * win32/gst.sln:
13397         * gst-libs/gst/gst-libs.def:
13398         * gst-libs/gst/gst-libs.vcproj:
13399         * gst/matroska/matroska.def:
13400         * gst/matroska/matroska.vcproj:
13401           Add the preliminary canvas to build plugins on Win32
13402
13403 2004-07-23  Benjamin Otte  <otte@gnome.org>
13404
13405         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
13406           don't enfore negotiation from source side, it breaks
13407           sinesrc ! audioconvert ! osssink
13408
13409 2004-07-22  David Schleef  <ds@schleef.org>
13410
13411         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
13412         for ELF files, since they can easily be recognized as audio/mpeg.
13413         (bug #147441)
13414
13415 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13416
13417         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
13418         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
13419         (gst_videoscale_scale_nearest_24bit),
13420         (gst_videoscale_scale_nearest_16bit):
13421           fix 16bit and 24bit for stride (24bit might need testing)
13422           don't pretend we do more than one algorithm
13423
13424 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13425
13426         * configure.ac:
13427         * gst/Makefile.am:
13428         * gst/multifilesink/Makefile.am:
13429         * gst/multifilesink/gstmultifilesink.c:
13430         (gst_multifilesink_get_formats),
13431         (gst_multifilesink_get_query_types), (_do_init),
13432         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
13433         (gst_multifilesink_init), (gst_multifilesink_dispose),
13434         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
13435         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
13436         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
13437         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
13438         (gst_multifilesink_chain), (gst_multifilesink_change_state),
13439         (gst_multifilesink_uri_get_type),
13440         (gst_multifilesink_uri_get_protocols),
13441         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
13442         (gst_multifilesink_uri_handler_init), (plugin_init):
13443         * gst/multifilesink/gstmultifilesink.h:
13444         * testsuite/Makefile.am:
13445         * testsuite/multifilesink/Makefile.am:
13446         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
13447         (gst_newmedia_class_init), (gst_newmedia_init),
13448         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
13449         (newfile_signal), (test_signal), (main):
13450         multifilesink plugin for creating new files every time a new media
13451         discontinuity event occurs
13452
13453 2004-07-22  Wim Taymans  <wim@fluendo.com>
13454
13455         * gst/alpha/Makefile.am:
13456         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
13457         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
13458         (gst_alpha_color_init), (gst_alpha_color_set_property),
13459         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
13460         (transform), (gst_alpha_color_chain),
13461         (gst_alpha_color_change_state), (plugin_init):
13462         Stupid plugin to to RGBA to AYUV conversion because none of
13463         the colorspace plugins can handle that yet.
13464
13465 2004-07-22  Wim Taymans  <wim@fluendo.com>
13466
13467         * examples/seeking/seek.c: (update_scale), (main):
13468         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13469         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
13470         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
13471         (gst_decode_bin_init), (gst_decode_bin_dispose),
13472         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13473         (no_more_pads), (close_link), (type_found),
13474         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13475         (plugin_init):
13476         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13477         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13478         (gst_play_base_bin_dispose), (queue_overrun),
13479         (gen_preroll_element), (remove_prerolls), (unknown_type),
13480         (no_more_pads), (new_stream), (setup_source),
13481         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
13482         (play_base_eos), (gst_play_base_bin_change_state),
13483         (gst_play_base_bin_add_element),
13484         (gst_play_base_bin_remove_element),
13485         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13486         (gst_play_base_bin_unlink_stream),
13487         (gst_play_base_bin_get_streaminfo):
13488         * gst/playback/gstplaybin.c: (gen_video_element),
13489         (gen_audio_element):
13490         * gst/playback/gststreaminfo.h:
13491         More playback updates, attempt to fix things after the state change
13492         breakage.
13493
13494 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13495
13496         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
13497         (gst_videoscale_scale_nearest_16bit):
13498           comment algorithm
13499
13500 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13501
13502         * gst/videotestsrc/gstvideotestsrc.c:
13503         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
13504         (gst_videotestsrc_init), (gst_videotestsrc_get),
13505         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
13506         (gst_videotestsrc_get_property):
13507         * gst/videotestsrc/gstvideotestsrc.h:
13508         * gst/videotestsrc/videotestsrc.c:
13509         * gst/videotestsrc/videotestsrc.h:
13510           cleanup and commenting
13511
13512 2004-07-21  Wim Taymans  <wim@fluendo.com>
13513
13514         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
13515         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
13516         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
13517         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
13518         (_find_chain_get_unknown_part), (_find_streams_check),
13519         (gst_ogg_demux_push), (gst_ogg_pad_push):
13520         * ext/theora/theoradec.c: (theora_get_formats),
13521         (theora_dec_src_convert), (theora_dec_sink_convert),
13522         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
13523         (theora_dec_chain):
13524         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
13525         (vorbis_dec_convert), (vorbis_dec_src_query),
13526         (vorbis_dec_src_event), (vorbis_dec_event):
13527         More seeking fixes, oggdemux now supports seeking to time and
13528         uses the downstream element to convert granulepos to time.
13529         Seeking in theora-only ogg files now works.
13530
13531 2004-07-21  Wim Taymans  <wim@fluendo.com>
13532
13533         * ext/theora/theoradec.c: (gst_theora_dec_init),
13534         (theora_get_formats), (theora_get_event_masks),
13535         (theora_get_query_types), (theora_dec_src_convert),
13536         (theora_dec_sink_convert), (theora_dec_src_query),
13537         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
13538         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
13539         (vorbis_get_event_masks), (vorbis_get_query_types),
13540         (gst_vorbis_dec_init), (vorbis_dec_convert),
13541         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
13542         Added query/convert/formats functions to vorbis and theora decoders
13543         so that the outside world can use them too. Fixed seeking on an
13544         ogg/theora/vorbis file by disabling the seeking seeking on the
13545         theora srcpad.
13546
13547 2004-07-21  Julien MOUTTE  <julien@moutte.net>
13548
13549         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
13550         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
13551         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
13552         images creation for both elements. We don't create the image on caps
13553         nego or renego, we just destroy the internal one if present if it does
13554         not match the needs. The chain function takes care of creating a new
13555         image when needed.
13556         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13557         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
13558         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
13559         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
13560         the image format information. The buffer pool checks for the context
13561         image format and discard images with different formats.
13562         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
13563
13564 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13565
13566         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13567         (gst_ffmpegcolorspace_chain):
13568           no point in doing any chaining if the pad we want to push from
13569           isn't usable.
13570
13571 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13572
13573         * gst-libs/gst/riff/riff-media.c:
13574         (gst_riff_create_audio_caps_with_data):
13575           Fix double end-to-native symbol conversion (#148021).
13576
13577 2004-07-20  David Schleef  <ds@schleef.org>
13578
13579         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
13580         Don't use an Atom that doesn't exist.
13581
13582 2004-07-20  Wim Taymans  <wim@fluendo.com>
13583
13584         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13585         (gst_multifdsink_add), (gst_multifdsink_get_stats),
13586         (gst_multifdsink_client_remove),
13587         (gst_multifdsink_handle_client_write),
13588         (gst_multifdsink_queue_buffer):
13589         * gst/tcp/gstmultifdsink.h:
13590         More multifdsink stats. Avoid deadlock by releasing locks
13591         before sending out a signal.
13592
13593 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13594
13595         * po/LINGUAS:
13596         * po/hu.po:
13597           added Hungarian translation (Laszlo Dvornik)
13598
13599 2004-07-20  Wim Taymans  <wim@fluendo.com>
13600
13601         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13602         (gst_multifdsink_add), (gst_multifdsink_client_remove),
13603         (gst_multifdsink_handle_client_write),
13604         (gst_multifdsink_queue_buffer):
13605         * gst/tcp/gsttcp-marshal.list:
13606         Fixed the stupid marshal definition.
13607
13608 2004-07-20  Wim Taymans  <wim@fluendo.com>
13609
13610         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13611         (gst_multifdsink_init), (gst_multifdsink_add),
13612         (gst_multifdsink_client_remove),
13613         (gst_multifdsink_handle_client_write),
13614         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
13615         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
13616         (gst_multifdsink_init_send):
13617         * gst/tcp/gstmultifdsink.h:
13618         Added more stats, added timeout for a client, fixed some typos
13619         and added some comments.
13620
13621 2004-07-20  Wim Taymans  <wim@fluendo.com>
13622
13623         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13624         (gst_multifdsink_add), (gst_multifdsink_get_stats),
13625         (gst_multifdsink_client_remove),
13626         (gst_multifdsink_handle_client_write):
13627         * gst/tcp/gstmultifdsink.h:
13628         * gst/tcp/gsttcp-marshal.list:
13629         Added get_stats method that returns a GValueArray of
13630         stats values.
13631
13632 2004-07-19  Benjamin Otte  <otte@gnome.org>
13633
13634         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
13635           make sure longname, description and author are valid UTF-8
13636
13637 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
13638
13639         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
13640         (gst_ximagesink_set_property):
13641         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
13642         (gst_xvimagesink_set_property):
13643           make sure SYNCHRONOUS is respected after getting the X context
13644
13645 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
13646
13647         * gst/matroska/matroska-demux.c:
13648         (gst_matroska_demux_handle_src_event),
13649         (gst_matroska_demux_parse_blockgroup):
13650         * gst/matroska/matroska-ids.h:
13651           add BlockReference tag and ignore it to clear out log.
13652           ignore NAVIGATION events to clear out log.
13653
13654 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
13655
13656         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
13657         (gst_matroska_demux_add_stream):
13658         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
13659           add debug categories
13660
13661 2004-07-16  Wim Taymans  <wim@fluendo.com>
13662
13663         * ext/libpng/Makefile.am:
13664         * ext/libpng/gstpng.c: (plugin_init):
13665         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
13666         (gst_pngdec_get_type), (gst_pngdec_base_init),
13667         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
13668         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
13669         * ext/libpng/gstpngdec.h:
13670         Added png decoder.
13671
13672 2004-07-16  Julien MOUTTE  <julien@moutte.net>
13673
13674         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
13675         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
13676         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
13677         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
13678         (gst_ximagesink_buffer_alloc):
13679         * sys/ximage/ximagesink.h:
13680         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
13681         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
13682         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
13683         (gst_xvimagesink_buffer_alloc):
13684         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
13685         again. Using internal data pointer of the x(v)image to store image's
13686         data to be coherent with the buffer alloc mechanism. Investigated the
13687         image destruction code to be sure that everything gets freed correctly.
13688
13689 2004-07-16  Wim Taymans  <wim@fluendo.com>
13690
13691         * gst-libs/gst/riff/riff-read.c:
13692         (gst_riff_read_strf_vids_with_data),
13693         (gst_riff_read_strf_auds_with_data):
13694         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13695         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
13696         Make sure we don't create 0 sized subbuffers in riff-read.
13697         Signal the no more pads signal after reading the avi header.
13698
13699 2004-07-16  Wim Taymans  <wim@fluendo.com>
13700
13701         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13702         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
13703         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
13704         (gst_decode_bin_init), (gst_decode_bin_dispose),
13705         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13706         (no_more_pads), (close_link), (type_found),
13707         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13708         (gst_decode_bin_change_state), (plugin_init):
13709         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13710         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13711         (gst_play_base_bin_dispose), (queue_overrun),
13712         (gen_preroll_element), (remove_prerolls), (unknown_type),
13713         (no_more_pads), (new_stream), (setup_source),
13714         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
13715         (play_base_eos), (gst_play_base_bin_change_state),
13716         (gst_play_base_bin_add_element),
13717         (gst_play_base_bin_remove_element),
13718         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13719         (gst_play_base_bin_unlink_stream),
13720         (gst_play_base_bin_get_streaminfo):
13721         * gst/playback/gstplaybasebin.h:
13722         Better error recovery. Added configurable preroll queue size. Faster
13723         detection of no-more-pads.
13724
13725 2004-07-16  Wim Taymans  <wim@fluendo.com>
13726
13727         * gst-libs/gst/video/video.h:
13728         Added 32 bits RGBA. Not sure if we should use another mime-type
13729         for alpha rgb. Currently the presence of the alpha_mask property
13730         signals an alpha channel.
13731
13732 2004-07-16  Wim Taymans  <wim@fluendo.com>
13733
13734         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
13735         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
13736         FPS seems to be 0.0 to MAX everywhere else.
13737
13738 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13739
13740         * gst-libs/gst/riff/riff-media.c:
13741         (gst_riff_create_video_caps_with_data):
13742           mp42/mp43 (no caps) exist too.
13743         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
13744           Set pixel_width/height; we've got them in-caps.
13745         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13746         * gst/wavparse/gstwavparse.c: (plugin_init):
13747           Both are valid primary.
13748         * sys/oss/gstossmixer.c:
13749           Remove i18n hack and enable translations.
13750
13751 2004-07-15  Benjamin Otte  <otte@gnome.org>
13752
13753         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
13754         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
13755           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
13756
13757 2004-07-15  Benjamin Otte  <otte@gnome.org>
13758
13759         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
13760         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
13761         (gst_alsa_close_audio):
13762           disable some of the debugging code for now. Writing debugging to a
13763           buffer is broken in current alsalib releases.
13764
13765 2004-07-12  Benjamin Otte  <otte@gnome.org>
13766
13767         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
13768           use bufferpools
13769
13770 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13771
13772         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
13773         (theora_dec_src_query), (theora_dec_event):
13774         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
13775           add debugging categories.  Remove \n's.
13776
13777 2004-07-13  Johan Dahlin  <johan@gnome.org>
13778
13779         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
13780         (gst_play_bin_get_property): Impl.
13781
13782 2004-07-13  Wim Taymans  <wim@fluendo.com>
13783
13784         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
13785         When trying to find the stream length, seek back N pages
13786         instead of just one, where N is the number of streams in
13787         the current chain.
13788
13789 2004-07-13  Wim Taymans  <wim@fluendo.com>
13790
13791         * gst-libs/gst/riff/riff-media.c:
13792         (gst_riff_create_audio_caps_with_data),
13793         (gst_riff_create_audio_caps),
13794         (gst_riff_create_audio_template_caps):
13795         * gst-libs/gst/riff/riff-media.h:
13796         * gst-libs/gst/riff/riff-read.c:
13797         (gst_riff_read_strf_vids_with_data),
13798         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
13799         * gst-libs/gst/riff/riff-read.h:
13800         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13801         (gst_avi_demux_add_stream):
13802         Set codec_data on caps for avidemuxer.
13803
13804 2004-07-12  David Schleef  <ds@schleef.org>
13805
13806         * configure.ac: Fix test for Objective C
13807
13808 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
13809         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
13810         (gst_gdk_pixbuf_chain):
13811           Add svg and pcx to template caps, and ensure that getcaps returns a
13812           subset of the template caps.
13813           Copy each row manually for output, as gdkpixbuf may pad the
13814           rowstride to a 32-bit word boundary.
13815
13816 2004-07-12  Wim Taymans  <wim@fluendo.com>
13817
13818         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13819         (gst_riff_create_video_template_caps):
13820         Fix the template caps to include some more media types.
13821
13822 2004-07-12  Wim Taymans  <wim@fluendo.com>
13823
13824         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13825         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13826         (compare_ranks), (print_feature), (gst_decode_bin_init),
13827         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
13828         (try_to_link_1), (new_pad), (close_link), (type_found),
13829         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13830         (gst_decode_bin_change_state), (plugin_init):
13831         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13832         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13833         (gst_play_base_bin_dispose), (queue_overrun),
13834         (gen_preroll_element), (remove_prerolls), (no_more_pads),
13835         (new_stream), (setup_source), (gst_play_base_bin_set_property),
13836         (gst_play_base_bin_get_property), (play_base_eos),
13837         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
13838         (gst_play_base_bin_remove_element),
13839         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13840         (gst_play_base_bin_unlink_stream),
13841         (gst_play_base_bin_get_streaminfo):
13842         * gst/playback/gstplaybasebin.h:
13843         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13844         (gst_play_bin_class_init), (gst_play_bin_init),
13845         (gst_play_bin_dispose), (gst_play_bin_set_property),
13846         (gst_play_bin_get_property), (gen_video_element),
13847         (gen_audio_element), (remove_sinks), (setup_sinks),
13848         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
13849         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13850         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13851         (gst_play_bin_query), (plugin_init):
13852         * gst/playback/test4.c: (main):
13853         More fixes on reusing of the element.
13854
13855 2004-07-11  Benjamin Otte  <otte@gnome.org>
13856
13857         * ext/mad/gstmad.c: (normal_seek):
13858           allow seeking for other methods than just SET
13859
13860 2004-07-11  Andy Wingo  <wingo@pobox.com>
13861
13862         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
13863         float, "any" caps -> buffer_frames=[0,MAX].
13864
13865         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
13866         doesn't intersect our caps with the template any more. Do it
13867         ourselves.
13868         (interleave_buffered_loop): Use g_newa instead of malloc/free.
13869
13870 2004-07-09  Wim Taymans  <wim@fluendo.com>
13871
13872         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13873         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13874         (compare_ranks), (print_feature), (gst_decode_bin_init),
13875         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
13876         (try_to_link_1), (new_pad), (close_link), (type_found),
13877         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13878         (gst_decode_bin_change_state), (plugin_init):
13879         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13880         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13881         (gst_play_base_bin_dispose), (queue_overrun),
13882         (gen_preroll_element), (remove_prerolls), (no_more_pads),
13883         (new_stream), (setup_source), (gst_play_base_bin_set_property),
13884         (gst_play_base_bin_get_property), (play_base_eos),
13885         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
13886         (gst_play_base_bin_remove_element),
13887         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13888         (gst_play_base_bin_unlink_stream),
13889         (gst_play_base_bin_get_streaminfo):
13890         * gst/playback/gstplaybasebin.h:
13891         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13892         (gst_play_bin_class_init), (gst_play_bin_init),
13893         (gst_play_bin_dispose), (gst_play_bin_set_property),
13894         (gst_play_bin_get_property), (gen_video_element),
13895         (gen_audio_element), (remove_sinks), (setup_sinks),
13896         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
13897         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13898         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13899         (gst_play_bin_query), (plugin_init):
13900         * gst/playback/test4.c: (main):
13901         Work on object reuse and seeking.
13902
13903 2004-07-09  Wim Taymans  <wim@fluendo.com>
13904
13905         * examples/seeking/seek.c: (iterate):
13906         Don't consume all CPU in the idle loop.
13907
13908 2004-07-09  Wim Taymans  <wim@fluendo.com>
13909
13910         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
13911         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
13912         Add pad to element *after* setting the pad functions so that
13913         the scheduler can use the correct ones.
13914
13915 2004-07-09  Wim Taymans  <wim@fluendo.com>
13916
13917         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
13918         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
13919         Sync to keyframe after seek
13920
13921 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13922
13923         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
13924         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
13925         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
13926         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
13927         * ext/libvisual/visual.c: (gst_visual_change_state):
13928         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
13929         * ext/theora/theoradec.c: (theora_dec_change_state):
13930         * ext/theora/theoraenc.c: (theora_enc_change_state):
13931         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
13932         * gst-libs/gst/navigation/navigation.c:
13933         * gst/adder/gstadder.c: (gst_adder_change_state):
13934         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
13935         (gst_audio_convert_get_buffer):
13936         * gst/multipart/multipartdemux.c:
13937         (gst_multipart_demux_change_state):
13938         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
13939         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
13940         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
13941         * gst/videoscale/gstvideoscale.c:
13942         (gst_videoscale_handle_src_event):
13943         * gst/volume/gstvolume.c: (volume_chain_int16):
13944           don't assert in state change, this should be done by the base
13945           GstElement class.
13946           various debugging fixes.
13947
13948 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13949
13950         * configure.ac:
13951         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
13952         (gst_play_dispose), (gst_play_set_location),
13953         (gst_play_set_data_src), (gst_play_set_video_sink),
13954         (gst_play_set_audio_sink), (gst_play_set_visualization),
13955         (gst_play_connect_visualization), (gst_play_get_sink_element),
13956         (gst_play_get_all_by_interface):
13957         * gst-libs/gst/play/play.h:
13958           add new method to get elements implementing an interface.
13959           add various error logging
13960
13961 2004-07-08  Wim Taymans  <wim@fluendo.com>
13962
13963         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
13964         (make_mpeg_pipeline), (make_mpegnt_pipeline),
13965         (make_playerbin_pipeline), (query_durations_elems),
13966         (query_durations_pads), (query_positions_elems),
13967         (query_positions_pads), (update_scale), (iterate), (stop_seek),
13968         (main):
13969         Added playbin seeking example.
13970
13971 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13972
13973         * gst-libs/gst/play/play.c: (gst_play_set_location),
13974         (gst_play_set_data_src), (gst_play_set_video_sink),
13975         (gst_play_set_audio_sink), (gst_play_set_visualization),
13976         (gst_play_connect_visualization), (gst_play_get_framerate):
13977           use a macro to look up elements from hash table
13978
13979 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13980
13981         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
13982         (gst_play_get_length_callback), (gst_play_set_location),
13983         (gst_play_seek_to_time), (gst_play_set_data_src),
13984         (gst_play_set_video_sink), (gst_play_set_audio_sink),
13985         (gst_play_set_visualization), (gst_play_connect_visualization),
13986         (gst_play_get_sink_element):
13987         - add debugging info
13988         - fix looking up sink elements by iterating over complete caps
13989         - put everything except for source and autoplugger in a complete bin
13990
13991 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13992
13993         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
13994         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
13995         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
13996         (gst_alsa_sink_write), (gst_alsa_sink_loop):
13997         * ext/alsa/gstalsasink.h:
13998         - add debugging info
13999         - clean up schizophrenia of data/buffer/event
14000         - fix double event unref error
14001
14002 2004-07-08  Wim Taymans  <wim@fluendo.com>
14003
14004         * gst/playback/Makefile.am:
14005         Add headers to noinst
14006
14007 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14008
14009         * tools/gst-launch-ext-m.m:
14010         * tools/gst-launch-ext.1.in:
14011           convert to the third millenium
14012
14013 2004-07-07  David Schleef  <ds@schleef.org>
14014
14015         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
14016
14017 2004-07-07  Wim Taymans  <wim@fluendo.com>
14018
14019         * gst/playback/Makefile.am:
14020         * gst/playback/README:
14021         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
14022         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
14023         (compare_ranks), (print_feature), (gst_decode_bin_init),
14024         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
14025         (try_to_link_1), (new_pad), (close_link), (type_found),
14026         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
14027         (plugin_init):
14028         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
14029         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
14030         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
14031         (gen_preroll_element), (no_more_pads), (new_stream),
14032         (setup_source), (gst_play_base_bin_set_property),
14033         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
14034         (gst_play_base_bin_add_element),
14035         (gst_play_base_bin_remove_element),
14036         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
14037         (gst_play_base_bin_unlink_stream),
14038         (gst_play_base_bin_get_streaminfo):
14039         * gst/playback/gstplaybasebin.h:
14040         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
14041         (gst_play_bin_class_init), (gst_play_bin_init),
14042         (gst_play_bin_dispose), (gst_play_bin_set_property),
14043         (gst_play_bin_get_property), (gen_video_element),
14044         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
14045         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
14046         (gst_play_bin_get_formats), (gst_play_bin_convert),
14047         (gst_play_bin_get_query_types), (gst_play_bin_query),
14048         (plugin_init):
14049         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
14050         (gst_stream_info_get_type), (gst_stream_info_class_init),
14051         (gst_stream_info_init), (gst_stream_info_new),
14052         (gst_stream_info_dispose), (gst_stream_info_set_property),
14053         (gst_stream_info_get_property):
14054         * gst/playback/gststreaminfo.h:
14055         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
14056         (main):
14057         * gst/playback/test2.c: (main):
14058         * gst/playback/test3.c: (update_scale), (main):
14059         More playbin fixes. Added README. Do better element filtering.
14060         Added base class to preroll media. Added test apps.
14061
14062 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14063
14064         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
14065         * ext/mpeg2dec/gstmpeg2dec.h:
14066           various debugging improvements.  Reset stream to next picture
14067           instead of sequence header, otherwise seeks cannot work.
14068
14069 2004-07-07  Wim Taymans  <wim@fluendo.com>
14070
14071         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
14072         (gst_video_box_class_init), (gst_video_box_set_property),
14073         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
14074         Use pad_alloc where possible.
14075
14076 2004-07-07  Wim Taymans  <wim@fluendo.com>
14077
14078         * sys/oss/gstosselement.c: (gst_osselement_reset),
14079         (gst_osselement_parse_caps):
14080         * sys/oss/gstosselement.h:
14081         * sys/oss/gstosssrc.c: (gst_osssrc_get):
14082         Fix offset on osssrc.
14083
14084 2004-07-07  Wim Taymans  <wim@fluendo.com>
14085
14086         * ext/theora/theora.c: (plugin_init):
14087         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
14088         (theora_dec_src_query), (theora_dec_chain):
14089         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
14090         (theora_enc_sink_link), (theora_buffer_from_packet),
14091         (theora_push_packet), (theora_enc_chain):
14092         Fix theora granulepos calculation.
14093         Fix overflow in duration/position calculation.
14094         Bump rank to PRIMARY for theoradec.
14095         Use granulepos of last packet to calculate position.
14096         Set keyframe flag on buffers when needed.
14097
14098 2004-07-06  David Schleef  <ds@schleef.org>
14099
14100         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
14101         serious?  (Fixed, obviously.)
14102
14103 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
14104
14105         * po/LINGUAS:
14106         * po/cs.po:
14107           added Czech translation (Miloslav Trmac)
14108
14109 2004-07-05  Wim Taymans  <wim@fluendo.com>
14110
14111         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
14112         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
14113         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
14114         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
14115         (close_link), (type_found), (gst_decode_bin_set_property),
14116         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
14117         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
14118         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
14119         (gst_decode_bin_query), (plugin_init):
14120         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
14121         (gst_play_bin_class_init), (gst_play_bin_init),
14122         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
14123         (get_video_element), (new_pad), (setup_source),
14124         (gst_play_bin_set_property), (gst_play_bin_get_property),
14125         (gst_play_bin_change_state), (gst_play_bin_add_element),
14126         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
14127         (gst_play_bin_send_event), (gst_play_bin_get_formats),
14128         (gst_play_bin_convert), (gst_play_bin_get_query_types),
14129         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
14130         * gst/playback/test.c: (main):
14131         More fixes, cleaned up playbin, make it use decodebin. Added
14132         threaded property to playbin.
14133
14134 2004-07-05  Wim Taymans  <wim@fluendo.com>
14135
14136         * configure.ac:
14137         * gst/playback/Makefile.am:
14138         * gst/playback/decodetest.c: (main):
14139         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
14140         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
14141         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
14142         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
14143         (close_link), (type_found), (gst_decode_bin_set_property),
14144         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
14145         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
14146         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
14147         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
14148         (plugin_init):
14149         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
14150         (gst_play_bin_class_init), (gst_play_bin_init),
14151         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
14152         (collect_sink_pads), (find_compatibles), (close_pad_link),
14153         (try_to_link_1), (new_pad), (close_link), (type_found),
14154         (setup_source), (gst_play_bin_set_property),
14155         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
14156         (compare_ranks), (gst_play_bin_collect_factories),
14157         (gst_play_bin_change_state), (gst_play_bin_add_element),
14158         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
14159         (gst_play_bin_send_event), (gst_play_bin_get_formats),
14160         (gst_play_bin_convert), (gst_play_bin_get_query_types),
14161         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
14162         * gst/playback/test.c: (main):
14163         Added some playback helper elements and some test apps, very alpha
14164         still.
14165
14166 2004-07-04  Benjamin Otte  <otte@gnome.org>
14167
14168         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
14169           only restart audio when we indeed have an xrun to fix repeated
14170           xruns. Fix suggested by Giuliano Pochini.
14171
14172 2004-07-03  David Schleef  <ds@schleef.org>
14173
14174         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
14175         call to gst_debug_log() if debugging is disabled (bug #145118)
14176
14177 2004-07-03  Benjamin Otte  <otte@gnome.org>
14178
14179         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
14180           use our own functions for restarting the alsa device.
14181         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14182           I should apply patches myself - use MIN for the third argument, not
14183           the second, this fixes seeking
14184
14185 2004-07-02  David Schleef  <ds@schleef.org>
14186
14187         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
14188         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
14189         do with the logic.
14190
14191 2004-07-02  David Schleef  <ds@schleef.org>
14192
14193         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
14194         output buffers.  Fix logic mistake.  (bug #144866)
14195
14196 2004-07-02  David Schleef  <ds@schleef.org>
14197
14198         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
14199         on X.  (bug #144753)
14200
14201 2004-07-02  David Schleef  <ds@schleef.org>
14202
14203         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
14204         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
14205         (bug #144624)
14206         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
14207         (gst_osselement_rate_probe_check): Add another workaround for
14208         buggy drivers (bug #145336)
14209
14210 2004-07-02  David Schleef  <ds@schleef.org>
14211
14212         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
14213         Most systems don't have MSG_NOSIGNAL.
14214
14215 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14216
14217         * Makefile.am:
14218         * gst-libs/gst/colorbalance/Makefile.am:
14219         * gst-libs/gst/mixer/Makefile.am:
14220         * gst-libs/gst/play/Makefile.am:
14221         * gst-libs/gst/tuner/Makefile.am:
14222           (hopefully) fix both install and dist and make error message useful.
14223           needs testing across automakes.
14224
14225 2004-07-02  Benjamin Otte  <otte@gnome.org>
14226
14227         * ext/ogg/gstogg.c: (plugin_init):
14228           we require bytestream now
14229         * ext/ogg/gstoggdemux.c:
14230           huge diff to implement chain setup in a fast and generic way. This
14231           improves tag reading and startup of huge files (read: Theora videos)
14232           quite a bit. It probably contains bugs, too, so please test.
14233           Seeking is not improved to the fast method.
14234
14235 2004-06-29  Wim Taymans  <wim@fluendo.com>
14236
14237         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
14238         * ext/ogg/gstoggmux.c:
14239         Fix memleak in oggdemux when running unconnected pads.
14240         doc update in mux, start working on keyframe mode.
14241
14242 2004-06-29  Benjamin Otte  <otte@gnome.org>
14243
14244         * sys/oss/gstosssink.c:
14245         * sys/oss/gstosssrc.c:
14246           advertise correct template caps - we indeed do non-native endianness
14247           and 8bit audio has no endianness
14248         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
14249         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
14250           avoid (wrong) duplications in getcaps function and return
14251           template caps
14252
14253 2004-06-29  Wim Taymans  <wim@fluendo.com>
14254
14255         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
14256         (gst_multifdsink_class_init), (gst_multifdsink_add),
14257         (gst_multifdsink_remove), (gst_multifdsink_clear),
14258         (gst_multifdsink_client_remove),
14259         (gst_multifdsink_handle_client_read),
14260         (gst_multifdsink_client_queue_data),
14261         (gst_multifdsink_client_queue_caps),
14262         (gst_multifdsink_client_queue_buffer),
14263         (gst_multifdsink_handle_client_write),
14264         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
14265         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
14266         (gst_multifdsink_init_send), (gst_multifdsink_close):
14267         Fix wrong GList iteration that could crash the server when
14268         more then 2 clients disconnect at the same time. Read all the
14269         pending commands in one batch to recover from command storms under
14270         very heavy load.
14271
14272 2004-06-28  Wim Taymans  <wim@fluendo.com>
14273
14274         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
14275         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
14276         (gst_videomixer_pad_set_property),
14277         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
14278         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
14279         (gst_videomixer_class_init), (gst_videomixer_init),
14280         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
14281         (pad_zorder_compare), (gst_videomixer_sort_pads),
14282         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
14283         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
14284         (gst_videomixer_update_queues), (gst_videomixer_loop),
14285         (plugin_init):
14286         Avoid divide by zero, choose masterpad as the pad with the highest
14287         framerate.
14288
14289 2004-06-27  Julien Moutte  <julien@moutte.net>
14290
14291         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
14292         (gst_ximagesink_xwindow_new):
14293         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
14294         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
14295         function directly. We might want to call it from somewhere else one day.
14296
14297 2004-06-27  Julien Moutte  <julien@moutte.net>
14298
14299         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
14300         (gst_ximagesink_xwindow_new):
14301         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
14302         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
14303         window decorations.
14304
14305 2004-06-27  Wim Taymans  <wim@fluendo.com>
14306
14307         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
14308         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
14309         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
14310         (gst_dvdec_set_property), (gst_dvdec_get_property):
14311         * ext/dv/gstdvdec.h:
14312         Implement drop_factor property to lower the framerate with
14313         a factor.
14314
14315 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14316
14317         * gst-libs/gst/colorbalance/Makefile.am:
14318         * gst-libs/gst/mixer/Makefile.am:
14319         * gst-libs/gst/play/Makefile.am:
14320         * gst-libs/gst/tuner/Makefile.am:
14321           unbreak Company's fix that didn't install the -enum.h files
14322
14323 2004-06-27  Wim Taymans  <wim@fluendo.com>
14324
14325         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
14326         (gst_dvdec_change_state):
14327         * ext/dv/gstdvdec.h:
14328         Fix timestamp, duration and offset of the buffers.
14329
14330 2004-06-27  Wim Taymans  <wim@fluendo.com>
14331
14332         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
14333         (gst_multifdsink_class_init), (gst_multifdsink_add),
14334         (gst_multifdsink_remove), (gst_multifdsink_clear),
14335         (gst_multifdsink_client_remove),
14336         (gst_multifdsink_handle_client_read),
14337         (gst_multifdsink_client_queue_data),
14338         (gst_multifdsink_client_queue_caps),
14339         (gst_multifdsink_client_queue_buffer),
14340         (gst_multifdsink_handle_client_write),
14341         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
14342         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
14343         (gst_multifdsink_init_send), (gst_multifdsink_close):
14344         * gst/tcp/gstmultifdsink.h:
14345         * gst/tcp/gsttcpserversink.c:
14346         (gst_tcpserversink_handle_server_read),
14347         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
14348         More multifdsink fixes, more recovery policy fixes.
14349         Removed stupid g_print
14350
14351 2004-06-26  Wim Taymans  <wim@fluendo.com>
14352
14353         * gst/tcp/Makefile.am:
14354         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
14355         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
14356         (gst_multifdsink_class_init), (gst_multifdsink_init),
14357         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
14358         (gst_multifdsink_handle_client_read),
14359         (gst_multifdsink_client_queue_data),
14360         (gst_multifdsink_client_queue_caps),
14361         (gst_multifdsink_client_queue_buffer),
14362         (gst_multifdsink_handle_client_write),
14363         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
14364         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
14365         (gst_multifdsink_chain), (gst_multifdsink_set_property),
14366         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
14367         (gst_multifdsink_close), (gst_multifdsink_change_state):
14368         * gst/tcp/gstmultifdsink.h:
14369         * gst/tcp/gsttcpplugin.c: (plugin_init):
14370         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
14371         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
14372         (gst_tcpserversink_handle_server_read),
14373         (gst_tcpserversink_handle_select),
14374         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
14375         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
14376         * gst/tcp/gsttcpserversink.h:
14377         Added multifdsink, made tcpserversink a subclass of fdsink, removed
14378         one of the locks, added recovery policy to multifdsink.
14379
14380 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14381
14382         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
14383           fix decision for when getting frames with same timestamp
14384         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
14385         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
14386         (gst_v4lsrc_get_property):
14387         * sys/v4l/gstv4lsrc.h:
14388           add latency offset property
14389
14390 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14391
14392         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
14393         (plugin_init):
14394           fix debugging. add category.
14395
14396 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14397
14398         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
14399           fix wrong offsets
14400
14401 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14402
14403         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
14404         (gst_alsa_src_get_time), (gst_alsa_src_loop),
14405         (gst_alsa_src_change_state):
14406           return a time that is in sync with the element's processing
14407
14408 2004-06-25  Wim Taymans  <wim@fluendo.com>
14409
14410         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
14411         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
14412         (gst_tcpserversink_client_remove),
14413         (gst_tcpserversink_handle_client_read),
14414         (gst_tcpserversink_client_queue_data),
14415         (gst_tcpserversink_client_queue_caps),
14416         (gst_tcpserversink_client_queue_buffer),
14417         (gst_tcpserversink_handle_client_write),
14418         (gst_tcpserversink_queue_buffer),
14419         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
14420         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
14421         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
14422         (gst_tcpserversink_close):
14423         * gst/tcp/gsttcpserversink.h:
14424         Serversink rewrite. Really do non blocking writes to clients and
14425         maintain an internal queue to handle slower clients while not
14426         disturbing fast clients.
14427
14428 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14429
14430         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14431           better debug, don't override OFFSET and OFFSET_END
14432
14433 2004-06-25  Iain <iain@prettypeople.org>
14434
14435         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
14436         name=source for the wavparse pipeline.
14437
14438 2004-06-24  Johan Dahlin  <johan@gnome.org>
14439
14440         * ext/theora/theoraenc.c (theora_enc_chain): Call
14441         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
14442         streamheader caps are set correctly.
14443
14444 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14445
14446         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
14447         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
14448           respect minimum bitrate; same could be done for max bitrate
14449
14450 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14451
14452         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
14453         (gst_vorbisenc_setup):
14454           fix sample rate range
14455
14456 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14457
14458         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
14459         (gst_oggvorbisenc_setup):
14460         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
14461         (gst_vorbisenc_setup):
14462           resolve ambiguities in code and description
14463
14464 2004-06-24  Wim Taymans  <wim@fluendo.com>
14465
14466         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
14467         * ext/alsa/gstalsa.h:
14468         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
14469         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
14470         Use alsa trigger_tstamp to get the timestamp of the first
14471         sample in the buffer for more precise sync. Some cleanups.
14472
14473 2004-06-24  Wim Taymans  <wim@fluendo.com>
14474
14475         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
14476         (gst_audiorate_init), (gst_audiorate_chain),
14477         (gst_audiorate_set_property), (gst_audiorate_get_property):
14478         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
14479         (gst_videorate_chain):
14480         Added some logging, fixed an overflow bug in videorate.
14481
14482 2004-06-24  Benjamin Otte  <otte@gnome.org>
14483
14484         * ext/kio/Makefile.am:
14485           fix for builddir != srcdir and distcheck
14486
14487 2004-06-24  Benjamin Otte  <otte@gnome.org>
14488
14489         * gst-libs/gst/colorbalance/Makefile.am:
14490         * gst-libs/gst/mixer/Makefile.am:
14491         * gst-libs/gst/play/Makefile.am:
14492         * gst-libs/gst/tuner/Makefile.am:
14493         * gst/tcp/Makefile.am:
14494         * sys/dxr3/Makefile.am:
14495           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
14496           tarball.
14497           Also add all *.list files that were missing.
14498         * Makefile.am:
14499           add a distcheck hook to ensure the above doesn't happen again.
14500
14501 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
14502
14503         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
14504
14505 2004-06-23  Colin Walters  <walters@redhat.com>
14506
14507         * m4/Makefile.am: Distribute gst-fionread.m4.
14508
14509 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14510
14511         * configure.ac: back to dev
14512
14513 2004-06-23  Wim Taymans  <wim@fluendo.com>
14514
14515         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
14516         (gst_alsa_xrun_recovery):
14517         * ext/alsa/gstalsa.h:
14518         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
14519         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
14520         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
14521         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
14522         (gst_alsa_src_loop):
14523         Add clock to alsasrc. Take new capture timestamp when
14524         restarting after an overrun. Split up some functions between
14525         alsasrc and alsasink.
14526
14527 === release 0.8.2 ===
14528
14529 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14530
14531         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
14532         (gst_alsa_change_state), (gst_alsa_update_avail),
14533         (gst_alsa_xrun_recovery):
14534         * ext/alsa/gstalsa.h:
14535         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14536           merge back changes from release
14537
14538 2004-06-23  Wim Taymans  <wim@fluendo.com>
14539
14540         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
14541         (gst_audiorate_init), (gst_audiorate_chain),
14542         (gst_audiorate_set_property), (gst_audiorate_get_property):
14543         Implement sample dropping and notify
14544
14545 2004-06-22  Wim Taymans  <wim@fluendo.com>
14546
14547         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
14548         (theora_enc_sink_link), (theora_buffer_from_packet),
14549         (theora_push_packet), (theora_enc_chain):
14550         Some cleanups, make sure the timestamps are correct.
14551
14552 2004-06-22  Wim Taymans  <wim@fluendo.com>
14553
14554         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
14555         (gst_alsa_change_state), (gst_alsa_update_avail),
14556         (gst_alsa_xrun_recovery):
14557         * ext/alsa/gstalsa.h:
14558         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
14559         Cleanups, take queued samples into account when reporting
14560         the time.
14561
14562 2004-06-22  Wim Taymans  <wim@fluendo.com>
14563
14564         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
14565         (gst_videorate_init):
14566         Initialize the property as well.
14567
14568 2004-06-22  Wim Taymans  <wim@fluendo.com>
14569
14570         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
14571         (gst_videorate_init), (gst_videorate_chain),
14572         (gst_videorate_set_property), (gst_videorate_get_property):
14573         Add property to make videorate silent.
14574         Add property to prefer new frames over old ones.
14575
14576 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14577
14578         * sys/osxvideo/Makefile.am:
14579         Workaround so that the osxvideo .so file gets linked with the
14580         Cocoa, OpenGL and QuickTime frameworks
14581
14582 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14583
14584         * sys/osxaudio/Makefile.am:
14585         Workaround so that the osxaudio .so file gets linked with the
14586         CoreAudio framework
14587
14588 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14589
14590         * configure.ac:
14591         Whoops, my fault...fixed build issues
14592
14593 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14594
14595         * configure.ac:
14596         Add objective-c support if running in Darwin/Mac OS X
14597         * sys/Makefile.am:
14598         * sys/osxvideo:
14599         * sys/osxvideo/Makefile.am:
14600         * sys/osxvideo/osxvideosink.h:
14601         * sys/osxvideo/osxvideosink.m:
14602         * sys/osxvideo/cocoawindow.h:
14603         * sys/osxvideo/cocoawindow.m:
14604         Add osxvideosink, a cocoa-based osx video sink
14605
14606
14607 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
14608         * ext/dvdnav/gst-dvd:
14609         Grab the gconf key from the right spot
14610         * gst/debug/gstnavseek.c: (gst_navseek_init),
14611         (gst_navseek_segseek), (gst_navseek_handle_src_event),
14612         (gst_navseek_chain):
14613         * gst/debug/gstnavseek.h:
14614           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
14615           and loop parameters of a segment seek.
14616         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
14617         (gst_videotestsrc_get_event_masks),
14618         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
14619         * gst/videotestsrc/gstvideotestsrc.h:
14620           Add seeking support to videotestsrc
14621           Initialise the timestamp_offset variable.
14622
14623 2004-06-18  Wim Taymans  <wim@fluendo.com>
14624
14625         * ext/sidplay/gstsiddec.cc:
14626         Fix negotiation and set correct end offset.
14627
14628 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
14629
14630         * configure.ac: branch and prerelease
14631
14632 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14633
14634         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
14635         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
14636         (gst_tcpclientsrc_init_receive):
14637         * gst/tcp/gsttcpclientsrc.h:
14638           read caps when connecting to server for GDP so we set them correctly
14639
14640 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14641
14642         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
14643           notify drops and duplicates
14644         * gst/videoscale/videoscale.c: (videoscale_get_structure):
14645           no good reason to limit ourselves to 100x100
14646
14647 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14648
14649         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
14650         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
14651         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
14652         (gst_v4lsrc_get_property):
14653         * sys/v4l/gstv4lsrc.h:
14654         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
14655         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
14656         (gst_v4l_set_audio):
14657         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
14658         (gst_v4lsrc_try_capture):
14659         * sys/v4l/v4lsrc_calls.h:
14660           change try_palette to more general try_capture
14661           add autoprobe option so we can turn off autoprobing
14662           various fixes
14663
14664 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14665
14666         * configure.ac:
14667           add videorate
14668         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
14669         (gst_ximagesink_class_init):
14670         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
14671         (gst_xvimagesink_class_init):
14672           run them as finalize, not dispose, since dispose can be invoked
14673           multiple times
14674
14675 2004-06-17  Wim Taymans  <wim@fluendo.com>
14676
14677         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
14678         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
14679         * ext/alsa/gstalsa.h:
14680         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
14681         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
14682         (gst_alsa_src_change_state):
14683         * ext/alsa/gstalsasrc.h:
14684         Make the xrun code timestamp and offset the buffers correctly.
14685         moved the clock to the base class, use alsa methods to get time.
14686         Do correct timestamping on outgoing buffers.
14687
14688 2004-06-17  Wim Taymans  <wim@fluendo.com>
14689
14690         * gst/audiorate/Makefile.am:
14691         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
14692         (gst_audiorate_base_init), (gst_audiorate_class_init),
14693         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
14694         (gst_audiorate_set_property), (gst_audiorate_get_property),
14695         (gst_audiorate_change_state), (plugin_init):
14696         Added an audiorate converter that fills in gaps.
14697
14698 2004-06-17  Johan Dahlin  <johan@gnome.org>
14699
14700         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
14701
14702 2004-06-16  Wim Taymans  <wim@fluendo.com>
14703
14704         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
14705         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
14706         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
14707         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
14708         (gst_v4lsrc_get_property):
14709         * sys/v4l/gstv4lsrc.h:
14710         Added a copy mode to v4lsrc where it will output a copied version
14711         of its internal hardware buffer.
14712         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
14713         can't | them.
14714
14715 2004-06-16  Wim Taymans  <wim@fluendo.com>
14716
14717         * sys/oss/gstosssrc.c: (gst_osssrc_get):
14718         Timestamp fixes.
14719
14720 2004-06-16  Wim Taymans  <wim@fluendo.com>
14721
14722         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
14723         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
14724         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
14725         (gst_v4lsrc_get_property):
14726         * sys/v4l/gstv4lsrc.h:
14727         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
14728         Added a sync mode enum property to control v4lsrc timestamp method
14729         Removed the use-fixed-fps property and moved functionality in
14730         the enum.
14731         Don't error on an error value from v4l-conf, it might not always
14732         be a real error.
14733
14734 2004-06-16  Wim Taymans  <wim@fluendo.com>
14735
14736         * gst/videorate/Makefile.am:
14737         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
14738         (gst_videorate_base_init), (gst_videorate_class_init),
14739         (gst_videorate_getcaps), (gst_videorate_link),
14740         (gst_videorate_init), (gst_videorate_chain),
14741         (gst_videorate_set_property), (gst_videorate_get_property),
14742         (gst_videorate_change_state), (plugin_init):
14743         Added a video timestamp corrector.
14744
14745 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14746
14747         fixed a potential leak with previous commit
14748
14749         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
14750
14751 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14752
14753         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
14754         Added missing refcount, fixes bug #144425
14755         Cheers Tim for finding the bug
14756
14757 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14758
14759         * sys/v4l/gstv4l.c: (plugin_init):
14760         * sys/v4l/gstv4lcolorbalance.c:
14761         * sys/v4l/gstv4lcolorbalance.h:
14762         * sys/v4l/gstv4lelement.c:
14763         * sys/v4l/gstv4lelement.h:
14764         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
14765         * sys/v4l/gstv4lmjpegsink.h:
14766         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
14767         * sys/v4l/gstv4lmjpegsrc.h:
14768         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
14769         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
14770         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
14771         * sys/v4l/gstv4lsrc.h:
14772         * sys/v4l/gstv4ltuner.c:
14773         * sys/v4l/gstv4ltuner.h:
14774         * sys/v4l/gstv4lxoverlay.c:
14775         * sys/v4l/gstv4lxoverlay.h:
14776         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
14777         (gst_v4l_set_window), (gst_v4l_enable_overlay):
14778         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
14779         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
14780         (gst_v4l_set_audio):
14781         * sys/v4l/v4l_calls.h:
14782         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
14783         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
14784         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
14785         (gst_v4lmjpegsink_playback_init),
14786         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
14787         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
14788         (gst_v4lmjpegsink_playback_stop),
14789         (gst_v4lmjpegsink_playback_deinit):
14790         * sys/v4l/v4lmjpegsink_calls.h:
14791         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
14792         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
14793         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
14794         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
14795         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
14796         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
14797         * sys/v4l/v4lmjpegsrc_calls.h:
14798         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
14799         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
14800         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
14801         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
14802         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
14803         (gst_v4lsrc_try_palette):
14804         * sys/v4l/v4lsrc_calls.h:
14805           bunch of paranoia cleanups
14806
14807 2004-06-14  David Schleef  <ds@schleef.org>
14808
14809         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
14810         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
14811         Send discont events and change timestamps appropriately when
14812         we get a seek event.  (bug #144240)
14813         * ext/cdparanoia/gstcdparanoia.h:
14814
14815 2004-06-14  Benjamin Otte  <otte@gnome.org>
14816
14817         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
14818           snd_pcm_hw_params_set_rate  since the latter fails for no good
14819           reason on some setups.
14820
14821 2004-06-14  David Schleef  <ds@schleef.org>
14822
14823         * gst/volume/demo.c: (value_changed_callback): exp10() is not
14824         standard.  Thank you for playing.
14825
14826 2004-06-14  Wim Taymans  <wim@fluendo.com>
14827
14828         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
14829         Patch 1.3 broke the ordering of the colorspace info and
14830         made the plugin basically work by coincidence, reordered
14831         the info.
14832
14833 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14834
14835         * ext/lame/gstlame.c:
14836         * ext/mad/gstmad.c:
14837           sync caps.  Make sure mad can only output a list of rates, not
14838           a full range.  In the future, have three caps lists for each of the
14839           mpeg versions.  Change mpegversion to a double as well.
14840
14841 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14842
14843         * gst/volume/.cvsignore:
14844         * gst/volume/Makefile.am:
14845         * gst/volume/demo.c: (value_changed_callback), (idler),
14846         (setup_gui), (main):
14847           added small demo app
14848
14849 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
14850         * ext/esd/esdsink.c: (gst_esdsink_change_state):
14851         * ext/esd/esdsink.h:
14852         Close the esd connection on pause, because esd will just wait -
14853         blocking all other esd clients indefinitely.
14854
14855 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
14856
14857         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
14858           previous commit with GST_DEBUG
14859
14860 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
14861
14862         * configure.ac:
14863           add a header check for a dvdread header in dvdnav.  Fixes #133002
14864
14865 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14866
14867         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
14868         * gst/tcp/gsttcpclientsink.h:
14869         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
14870         * gst/tcp/gsttcpclientsrc.h:
14871         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
14872         (gst_tcpserversink_handle_server_read),
14873         (gst_tcpserversink_init_send):
14874         * gst/tcp/gsttcpserversink.h:
14875         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
14876         * gst/tcp/gsttcpserversrc.h:
14877         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
14878         version of IP)
14879
14880 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14881
14882         * configure.ac:
14883         Added ogg library so that OSX detects libtheora properly
14884
14885 2004-06-11  Wim Taymans  <wim@fluendo.com>
14886
14887         * ext/theora/theoradec.c: (theora_dec_chain),
14888         (theora_dec_change_state):
14889         Don't try to decode frames before we received a keyframe.
14890
14891 2004-06-11  Wim Taymans  <wim@fluendo.com>
14892
14893         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
14894         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
14895         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14896         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
14897         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
14898         Added property to set the maximum delay of a page.
14899
14900 2004-06-10  Wim Taymans  <wim@fluendo.com>
14901
14902         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
14903         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
14904         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14905         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
14906         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
14907         Added max-delay property to control the maximum amount
14908         of data to put in one page.
14909
14910 2004-06-10  Wim Taymans  <wim@fluendo.com>
14911
14912         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
14913         (gst_theora_enc_init), (theora_enc_sink_link),
14914         (theora_buffer_from_packet), (theora_enc_set_property),
14915         (theora_enc_get_property):
14916         Set duration on encoded buffer, added some more properties
14917
14918 2004-06-10  Wim Taymans  <wim@fluendo.com>
14919
14920         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14921         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14922         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
14923         * ext/theora/theoraenc.c: (theora_enc_chain):
14924         Fix refcounting bugs
14925
14926 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14927
14928         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
14929         (gst_asf_demux_loop), (gst_asf_demux_process_file),
14930         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
14931         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
14932         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
14933         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
14934         (gst_asf_demux_change_state):
14935         * gst/asfdemux/gstasfdemux.h:
14936           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
14937           feels like. I think we should set a new requirement for demuxers
14938           from now on to implement sane loop functions, data loops, query
14939           and seek functions before first commit into CVS. And this commit
14940           fixes all of the above.
14941
14942 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
14943
14944         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
14945           vorbis comments are properly encoded in UTF-8 before adding them
14946           to a GstTagList
14947
14948 2004-06-09  Benjamin Otte  <otte@gnome.org>
14949
14950         * ext/alsa/gstalsa.c: (add_channels):
14951           handle min <= max correctly
14952         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
14953         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
14954           add fixation functions so we fixate correctly. No preferring of alaw
14955           anymore because it's the first structure.
14956         * ext/alsa/gstalsa.h:
14957         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
14958         (gst_alsa_hw_params_dump):
14959           add functions to ease debugging in alsalib
14960         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
14961         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
14962         (gst_alsa_start_audio):
14963           only specify hw params if we really setup a format (fixes #134007 -
14964           or at least works around it)
14965
14966 2004-06-09  Wim Taymans  <wim@fluendo.com>
14967
14968         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14969         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
14970         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
14971         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
14972         (gst_ogg_mux_loop):
14973         Use stream caps to setup the initial pages in the ogg stream.
14974         Correctly set the streamheader caps on the srcpad.
14975
14976 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14977
14978         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
14979         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
14980         (gst_v4lsrc_getcaps):
14981         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
14982         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
14983           add querying of fps lists for webcams.  Negotiating to a framerate
14984           now works.
14985
14986 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14987
14988         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14989         (theora_push_buffer), (theora_push_packet),
14990         (theora_set_header_on_caps), (theora_enc_chain):
14991           mark buffers and put on streamheader, raw theora streaming
14992           now works too, whee
14993
14994 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14995
14996         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
14997         (gst_tcp_gdp_read_caps):
14998           do a looping read for caps and GDP headers too
14999
15000 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
15001
15002         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
15003         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
15004           return EOS instead of NULL in _get
15005
15006 2004-06-08  Wim Taymans  <wim@fluendo.com>
15007
15008         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
15009         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
15010         (gst_tcp_gdp_write_caps):
15011         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
15012         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
15013         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
15014         Memory leak fixes
15015
15016 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
15017
15018         * ext/vorbis/Makefile.am:
15019         * ext/vorbis/vorbis.c: (plugin_init):
15020         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
15021         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
15022         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
15023         (vorbis_parse_change_state):
15024         * ext/vorbis/vorbisparse.h:
15025           adding a vorbisparse element that marks the buffers, streaming
15026           raw vorbis using GDP now works, whee
15027
15028 2004-06-08  Wim Taymans  <wim@fluendo.com>
15029
15030         * ext/jpeg/Makefile.am:
15031         * ext/jpeg/README:
15032         * ext/jpeg/gstjpeg.c: (plugin_init):
15033         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
15034         (gst_smokedec_base_init), (gst_smokedec_class_init),
15035         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
15036         * ext/jpeg/gstsmokedec.h:
15037         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
15038         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
15039         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
15040         (gst_smokeenc_resync), (gst_smokeenc_chain),
15041         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
15042         * ext/jpeg/gstsmokeenc.h:
15043         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
15044         (smokecodec_flush_destination), (smokecodec_term_destination),
15045         (smokecodec_init_source), (smokecodec_fill_input_buffer),
15046         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
15047         (smokecodec_term_source), (smokecodec_encode_new),
15048         (smokecodec_decode_new), (smokecodec_info_free),
15049         (smokecodec_set_quality), (smokecodec_get_quality),
15050         (smokecodec_set_threshold), (smokecodec_get_threshold),
15051         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
15052         (find_best_size), (abs_diff), (put), (smokecodec_encode),
15053         (smokecodec_parse_header), (smokecodec_decode):
15054         * ext/jpeg/smokecodec.h:
15055         Added a new simple jpeg based codec
15056
15057 2004-06-08  Wim Taymans  <wim@fluendo.com>
15058
15059         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
15060         (gst_multipart_mux_loop):
15061         Fix memory leak
15062
15063 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
15064
15065         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
15066         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
15067         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
15068         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
15069         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
15070         * gst/tcp/gsttcpserversink.h:
15071           take streamheader into account
15072
15073 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
15074
15075         * gst/level/Makefile.am:
15076         * gst/level/gstlevel.c: (gst_level_class_init):
15077           clean up marshal generation
15078
15079 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
15080
15081         * gst/tcp/Makefile.am:
15082         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
15083         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
15084         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
15085         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
15086         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
15087         (gst_tcpclientsrc_get_property):
15088         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
15089         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
15090         (gst_tcpserversink_handle_client_read),
15091         (gst_tcpserversink_handle_client_write),
15092         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
15093         * gst/tcp/gsttcpserversink.h:
15094           add signals client-added and client-removed
15095         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
15096         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
15097         (gst_tcpserversrc_get_property):
15098         uniformized, change default protocol to NONE
15099         * gst/tcp/gsttcp-marshal.list: added
15100 2004-06-07  Benjamin Otte  <otte@gnome.org>
15101
15102         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15103           handle discont events if they happen before caps nego
15104
15105 2004-06-07  Wim Taymans  <wim@fluendo.com>
15106
15107         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
15108         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
15109         (gst_multipart_demux_plugin_init):
15110         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
15111         (gst_multipart_mux_init), (gst_multipart_mux_loop),
15112         (gst_multipart_mux_change_state):
15113         Small updates, fix a memleak
15114
15115 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
15116
15117         * configure.ac: OSS portability
15118         * ext/arts/gst_arts.c: idem
15119         * sys/oss/gstosselement.c: idem
15120         * sys/oss/gstossmixer.c: idem
15121         * sys/oss/gstosssink.c: idem
15122         * sys/oss/gstosssrc.c: idem
15123         * sys/oss/oss_probe.c: idem
15124           - check for soundcard.h in different places for some BSD
15125
15126 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
15127
15128         * AUTHORS:
15129         Add me to the authors file
15130         * configure.ac:
15131         Increase the libdv requirement to >= version 0.100
15132         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
15133         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
15134         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
15135         * ext/dv/gstdvdec.h:
15136         Add support for the new_media flag when sending DISCONT events
15137         Make the querying work when video pad is not linked
15138
15139 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
15140
15141         reviewed by Benjamin Otte  <otte@gnome.org>
15142
15143         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
15144           create a NULL-initialized array of pads, so we don't think they
15145           exist already. (fixes #143130)
15146
15147 2004-06-07  Benjamin Otte  <otte@gnome.org>
15148
15149         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
15150         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
15151         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
15152           don't use // coments
15153
15154 2004-06-07  Benjamin Otte  <otte@gnome.org>
15155
15156         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
15157           cast to GstClockTime to get higher granularity
15158         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15159           use gst_element_set_time_delay to get the exact time
15160         * ext/mad/gstmad.c: (gst_mad_chain):
15161           use the negotiated rate instead of the current frame's rate which
15162           might be wrong because of bit errors. This avoids emitting totally
15163           bogus timestamps and screwing sync.
15164         (fixes #143454)
15165
15166 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
15167
15168         reviewed by Benjamin Otte  <otte@gnome.org>
15169
15170         * gst/adder/gstadder.c: (gst_adder_loop):
15171           properly error out when no negotiation has happened yet. (fixes
15172           #143032)
15173
15174 2004-06-06  Benjamin Otte  <otte@gnome.org>
15175
15176         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
15177           forward correctly transformed offset in discont events. Based on
15178           patch by Arwed v. Merkatz. (fixes #142851)
15179
15180 2004-06-06  David Schleef  <ds@schleef.org>
15181
15182         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
15183         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
15184         problems on several systems.
15185
15186 2004-06-06  Benjamin Otte  <otte@gnome.org>
15187
15188         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
15189           use explicit caps on the srcpad
15190         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
15191           properly error out if caps couldn't be set (fixes #142764)
15192
15193 2004-06-06  Benjamin Otte  <otte@gnome.org>
15194
15195         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
15196         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
15197         (gst_alsa_start_audio):
15198           - don't call set_periods_integer anymore, it breaks the
15199           configuration randomly
15200           - call snd_pcm_hw_params_set_access directly instead of using masks
15201           - don't fail if the sw_params can't be set, just use the default
15202           params and hope it works. Alsalib has weird issues when you touch
15203           sw_params and does no proper error reporting about what failed.
15204         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
15205         (gst_alsa_close_audio):
15206           make our alsa debugging go via gst debugging and not conditionally
15207           defined
15208         * ext/alsa/gstalsa.h:
15209           add ALSA_DEBUG_FLUSH macro
15210         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
15211         (plugin_init):
15212           wrap alsa errors to be printed via the gst debugging system and not
15213           spammed to stderr
15214
15215 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15216
15217         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
15218         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
15219         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
15220         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
15221         (qtdemux_parse_trak):
15222         * gst/qtdemux/qtdemux.h:
15223           Bitch. Also known as seeking, querying & co.
15224         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
15225         (gst_osssink_change_state):
15226         * sys/oss/gstosssink.h:
15227           Resyncing is for weenies, this hack is no longer needed and was
15228           broken anyway (since it - unintendedly - always leaves resync to
15229           TRUE).
15230
15231 2004-06-05  Andrew Turner <zxombie@hotpop.com>
15232
15233         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
15234         * gst/tcp/gsttcpclientsrc.h: idem
15235           - define MSG_NOSIGNAL if not done
15236           - include unistd.h for off_t
15237           (fixes #143749)
15238
15239 2004-06-05  Benjamin Otte  <otte@gnome.org>
15240
15241         * configure.ac:
15242         * ext/kio/Makefile.am:
15243           check for qt's moc preprocessor explicitly and use it
15244
15245 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15246
15247         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
15248           don't get a signal for EPIPE on socket writes
15249           (somebody check if this works on other platforms)
15250
15251 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15252
15253         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
15254         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
15255           check error condition on available samples correctly
15256
15257 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15258
15259         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
15260           avoid a segfault
15261         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
15262         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
15263         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
15264         (gst_tcpserversrc_gdp_read_header):
15265          use ssize_t over size_t since the former is signed and thus the
15266          check for error codes can work
15267
15268 2004-06-02  Wim Taymans  <wim@fluendo.com>
15269
15270         reviewed by: Johan
15271
15272         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
15273         (gst_multipart_mux_loop):
15274         Oops
15275
15276 2004-06-02  Wim Taymans  <wim@fluendo.com>
15277
15278         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
15279         (gst_multipart_mux_init), (gst_multipart_mux_loop),
15280         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
15281         (gst_multipart_mux_change_state):
15282         Added configurable boundary specifier, added the value as a
15283         caps field as well.
15284
15285 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15286
15287         * gst/tcp/gsttcp.c:
15288         * gst/tcp/gsttcpclientsrc.c:
15289         * gst/tcp/gsttcpclientsrc.h:
15290         * gst/tcp/gsttcpserversrc.c:
15291           - portability fix, to compile on OSX
15292             (fixes #143146)
15293
15294         * sys/osxaudio/gstosxaudioelement.c:
15295         * sys/osxaudio/gstosxaudiosink.c:
15296         * sys/osxaudio/gstosxaudiosrc.c:
15297           - compilation warnings on OSX
15298             (fixes #143153)
15299
15300 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15301
15302         * ext/vorbis/vorbisdec.c : sign warning fixes
15303
15304         * gst-libs/gst/mixer/mixertrack.c :
15305           do no use defines which are glib 2.4 specific
15306
15307 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
15308
15309         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
15310           buffer since libflac doesn't expect it (reports a sync error when
15311           it encounters that)
15312
15313
15314 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
15315
15316         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
15317         * gst-libs/gst/mixer/mixertrack.c:
15318         (gst_mixer_track_get_property), (get_mixer_track_init),
15319         (get_mixer_track_get_property): Added property accessors
15320         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
15321         * gst-libs/gst/mixer/mixeroptions.c:
15322         (gst_mixer_options_get_values): Added
15323         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
15324         * gst-libs/gst/mixer/mixer.c: Fixed comment
15325
15326
15327 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15328
15329         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
15330           improve error messages on open
15331
15332
15333 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15334
15335         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
15336           check if v4l-conf is in path
15337
15338 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15339
15340         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
15341           change assert to a more readable error message
15342
15343 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
15344
15345         * gst-libs/gst/tuner/tunerchannel.h:
15346           - add a freq_multiplicator field to make the conversion
15347             between internal frequency unit and Hz
15348         * sys/v4l/gstv4lelement.c:
15349         * sys/v4l2/gstv4l2element.c:
15350           - change default video device to /dev/video0
15351         * sys/v4l/v4l_calls.c:
15352         * sys/v4l2/v4l2_calls.c:
15353           - we only expose frequency to the user in Hz instead of
15354             bastard v4lX unit (either 62.5kHz or 62.5Hz)
15355
15356 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
15357         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
15358           Initialise b_o_s and e_o_s variables
15359         * gst-libs/gst/riff/riff-media.c:
15360         (gst_riff_create_video_caps_with_data):
15361           Add some unusual fourcc's from mplayer avi's
15362         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
15363           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
15364           autoplugging.
15365
15366 2004-05-28  Wim Taymans  <wim@fluendo.com>
15367
15368         * configure.ac:
15369         * gst/alpha/Makefile.am:
15370         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
15371         (gst_alpha_get_type), (gst_alpha_base_init),
15372         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
15373         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
15374         (gst_alpha_chroma_key), (gst_alpha_chain),
15375         (gst_alpha_change_state), (plugin_init):
15376         A plugin to add an alpha channel to I420 video. Can optionally do
15377         chroma keying.
15378         * gst/multipart/Makefile.am:
15379         * gst/multipart/multipart.c: (plugin_init):
15380         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
15381         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
15382         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
15383         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
15384         (gst_multipart_demux_change_state),
15385         (gst_multipart_demux_plugin_init):
15386         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
15387         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
15388         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
15389         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
15390         (gst_multipart_mux_pad_unlink),
15391         (gst_multipart_mux_request_new_pad),
15392         (gst_multipart_mux_handle_src_event),
15393         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
15394         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
15395         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
15396         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
15397         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
15398         send multipart jpeg images to a browser.
15399         * gst/videobox/Makefile.am:
15400         * gst/videobox/README:
15401         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
15402         (gst_video_box_get_type), (gst_video_box_base_init),
15403         (gst_video_box_class_init), (gst_video_box_init),
15404         (gst_video_box_set_property), (gst_video_box_get_property),
15405         (gst_video_box_sink_link), (gst_video_box_i420),
15406         (gst_video_box_ayuv), (gst_video_box_chain),
15407         (gst_video_box_change_state), (plugin_init):
15408         Crops or adds borders around an image. can do alpha channel
15409         borders as well.
15410         * gst/videomixer/Makefile.am:
15411         * gst/videomixer/README:
15412         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15413         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
15414         (gst_videomixer_pad_get_sink_event_masks),
15415         (gst_videomixer_pad_get_property),
15416         (gst_videomixer_pad_set_property),
15417         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
15418         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
15419         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
15420         (gst_videomixer_base_init), (gst_videomixer_class_init),
15421         (gst_videomixer_init), (gst_videomixer_request_new_pad),
15422         (gst_videomixer_handle_src_event),
15423         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
15424         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
15425         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
15426         (gst_videomixer_loop), (gst_videomixer_get_property),
15427         (gst_videomixer_set_property), (gst_videomixer_change_state),
15428         (plugin_init):
15429         Generic video mixer plugin, can handle multiple inputs all with
15430         different framerates and video sizes. Is fully alpha channel
15431         aware.
15432
15433 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15434
15435         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
15436           Select first track as master track. Not sure how else to handle
15437           that...
15438         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
15439           Discard discont events. Should fix #142962.
15440
15441 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15442
15443         * ext/alsa/Makefile.am:
15444         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
15445         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
15446         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
15447         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
15448         (gst_alsa_mixer_get_option):
15449         * ext/alsa/gstalsamixer.h:
15450         * ext/alsa/gstalsamixeroptions.c:
15451         (gst_alsa_mixer_options_get_type),
15452         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
15453         (gst_alsa_mixer_options_new):
15454         * ext/alsa/gstalsamixeroptions.h:
15455         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
15456         * ext/alsa/gstalsamixertrack.h:
15457           Add enumerations (as GstMixerOptions). Make correct distinction
15458           between input/output tracks. Add capture/playback private flag.
15459           Use flag to decide on whether to set capture or playback volumes
15460           or switches. Use playback and record switches.
15461         * gst-libs/gst/mixer/Makefile.am:
15462         * gst-libs/gst/mixer/mixer-marshal.list:
15463         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
15464         (gst_mixer_set_option), (gst_mixer_get_option),
15465         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
15466         (gst_mixer_volume_changed), (gst_mixer_option_changed):
15467         * gst-libs/gst/mixer/mixer.h:
15468         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
15469         (gst_mixer_options_class_init), (gst_mixer_options_init),
15470         (gst_mixer_options_dispose):
15471         * gst-libs/gst/mixer/mixeroptions.h:
15472           Add GstMixerOptions.
15473         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
15474           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
15475           broken device detection on computers with multiple OSS sound
15476           cards.
15477
15478 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15479
15480         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
15481           fixate nicely even when the peer is not negotiating
15482
15483 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15484
15485         * gst/audioconvert/gstaudioconvert.c:
15486         (gst_audio_convert_parse_caps):
15487           make sure we don't allow depth > width
15488         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
15489           fixate endianness to G_BYTE_ORDER as default
15490         * gst/audioscale/gstaudioscale.c:
15491           we don't handle another endianness as host-endianness
15492
15493 2004-05-25  David Schleef  <ds@schleef.org>
15494
15495         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
15496
15497 2004-05-24  Benjamin Otte  <otte@gnome.org>
15498
15499         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
15500         (gst_oggvorbisenc_setup):
15501           properly fail when we can't setup the vorbis encoder due to
15502           unsupported settings
15503         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
15504         (gst_vorbisenc_setup):
15505           same
15506         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
15507           fix case where warnings occured when one pad was unlinked while the
15508           other's link function was called
15509
15510 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15511
15512         * gst/tcp/Makefile.am:
15513           use GST_ENABLE_NEW
15514
15515 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15516
15517         * gst-libs/gst/resample/private.h:
15518           don't use optimizations that are #if 0'ed
15519
15520 2004-05-24  Wim Taymans  <wim@fluendo.com>
15521
15522         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
15523         Fix potential division by zero error and hopefully get
15524         the position query right to get correct timestamps on avi
15525         audio.
15526
15527 2004-05-24  Wim Taymans  <wim@fluendo.com>
15528
15529         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
15530         (gst_videoscale_scale_nearest_str2),
15531         (gst_videoscale_scale_nearest_str4),
15532         (gst_videoscale_scale_nearest_32bit),
15533         (gst_videoscale_scale_nearest_24bit),
15534         (gst_videoscale_scale_nearest_16bit):
15535         Fix the scaling algorithm and avoid a buffer overflow.
15536         removed the while loop in the scaling function as it
15537         was used for point sampling only.
15538
15539 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15540
15541         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
15542         (gst_id3_tag_class_init), (gst_id3_tag_init),
15543         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
15544         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
15545         (gst_id3_tag_send_tag_event):
15546           lots of fixes to make id3mux work and id3demux work correctly
15547
15548 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15549
15550         * ext/Makefile.am:
15551           add rules to build shout2send (was removed by accident
15552           when this module was no more marked experimental/broken)
15553
15554 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15555
15556         * ext/shout2/gstshout2.c:
15557         * ext/shout2/gstshout2.h:
15558           adding a "connection problem" signal to shout2send
15559           (fixes #142954)
15560
15561 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
15562
15563         * ext/kio/kioreceiver.cpp:
15564         * ext/kio/kioreceiver.h:
15565           fix sign comparison issues
15566
15567 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15568
15569         * gst/cdxaparse/gstcdxaparse.c:
15570         * gst/cdxaparse/gstcdxaparse.h:
15571           some renaming
15572           add some checks/sanity
15573           prepare for seek addition
15574
15575         * sys/sunaudio/gstsunaudio.c:
15576           remove exported dupe init function
15577
15578 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
15579
15580         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
15581         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
15582           Fix format conversion and position querying.
15583         * gst/debug/progressreport.c: (gst_progressreport_report):
15584           Don't output a bogus total value that we didn't query.
15585         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
15586           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
15587           only a blank window after xine has been used.
15588
15589 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15590
15591         * m4/as-arts.m4:
15592           sync with upstream version to fix test on FC2
15593           readd with -ko to preserve Id header
15594
15595 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15596
15597         * configure.ac:
15598           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
15599         * gst/tcp/gsttcpclientsrc.c: idem
15600         * gst/tcp/gsttcpserversink.c: idem
15601         * gst/tcp/gsttcpserversrc.c: idem
15602         * m4/gst-fionread.m4: idem
15603
15604         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
15605
15606         * configure.ac: enable speex plugin for speex 1.1.5+
15607         * ext/speex/gstspeexenc.c: fix cast warning
15608
15609         * ext/esd/README: fix typo
15610
15611 2004-05-20  David Schleef  <ds@schleef.org>
15612
15613         * configure.ac: Minor cosmetic change to convince the buildbot to
15614         reautogen.
15615         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
15616         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
15617         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
15618         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
15619         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
15620         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
15621         More hacking.  Plays audio now.
15622
15623 2004-05-20  David Schleef  <ds@schleef.org>
15624
15625         * configure.ac:
15626         * sys/Makefile.am:
15627
15628 2004-05-20  David Schleef  <ds@schleef.org>
15629
15630         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
15631         * sys/osxaudio/gstosxaudio.c:
15632         * sys/osxaudio/gstosxaudioelement.c:
15633         * sys/osxaudio/gstosxaudioelement.h:
15634         * sys/osxaudio/gstosxaudiosink.c:
15635         * sys/osxaudio/gstosxaudiosink.h:
15636         * sys/osxaudio/gstosxaudiosrc.c:
15637         * sys/osxaudio/gstosxaudiosrc.h:
15638
15639 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15640
15641         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
15642         (gst_vorbisenc_chain):
15643           put the codec headers on the caps as streamheader as well as
15644           pushing them out
15645
15646 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15647
15648         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
15649         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15650         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
15651         split up push_packet into two functions
15652
15653 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15654
15655         * gst/tcp/.cvsignore:
15656           ignore enums
15657         * gst/tcp/Makefile.am:
15658         * gst/tcp/README:
15659         * gst/tcp/gsttcp.c:
15660         * gst/tcp/gsttcp.h:
15661         * gst/tcp/gsttcpclientsink.c:
15662         * gst/tcp/gsttcpclientsink.h:
15663         * gst/tcp/gsttcpclientsrc.c:
15664         * gst/tcp/gsttcpclientsrc.h:
15665         * gst/tcp/gsttcpplugin.c:
15666         * gst/tcp/gsttcpserversink.c:
15667         * gst/tcp/gsttcpserversink.h:
15668         * gst/tcp/gsttcpserversrc.c:
15669         * gst/tcp/gsttcpserversrc.h:
15670           add new tcp elements
15671
15672 2004-05-19  Wim Taymans  <wim@fluendo.com>
15673
15674         * gst/law/mulaw-conversion.c: (mulaw_encode):
15675         Fix overflow bug in ulaw encoding.
15676
15677 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15678
15679         * ext/mad/gstmad.c: (gst_mad_handle_event):
15680           don't unref the event twice
15681
15682 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15683
15684         * configure.ac:
15685           remove -Wno-sign-compare
15686
15687 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15688
15689         * configure.ac:
15690           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
15691           if you want to work against glib 2.2 and 2.4
15692
15693 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15694
15695         * gst/tcp/Makefile.am:
15696         * gst/tcp/gsttcp.c:
15697         * gst/tcp/gsttcp.h:
15698         * gst/tcp/gsttcpsink.h:
15699         * gst/tcp/gsttcpsrc.h:
15700           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
15701
15702 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15703
15704         * gst/debug/tests.c: (md5_get_value):
15705           fix segfault on gst-inspect
15706
15707 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15708
15709         * gst/debug/testplugin.c:
15710         * gst/debug/tests.c:
15711         * gst/debug/tests.h:
15712           add new extensible and configurable testing element. Current tests
15713           include buffer count, stream length, timestamp/duration matching and
15714           md5.
15715         * gst/debug/Makefile.am:
15716         * gst/debug/gstdebug.c: (plugin_init):
15717           add infrastructure for new element
15718
15719 2004-05-19  Johan Dahlin  <johan@gnome.org>
15720
15721         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
15722         ending of the array. Fixes gst-inspect segfault on ppc.
15723
15724 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15725
15726         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
15727
15728         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
15729
15730 2004-05-18  David Schleef  <ds@schleef.org>
15731
15732         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
15733         warnings (bugs, actually) noticed by gcc but not forte.
15734
15735 2004-05-18  David Schleef  <ds@schleef.org>
15736
15737         * sys/sunaudio/Makefile.am:
15738         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
15739
15740 2004-05-18  David Schleef  <ds@schleef.org>
15741
15742         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
15743         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
15744         to allow qtdemux to use non-seekable streams. (bug #142272)
15745
15746 2004-05-18  David Schleef  <ds@schleef.org>
15747
15748         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
15749         (gst_resample_sinc_ft_float): Remove use of static temporary
15750         buffer.  This code was obviously not supposed to last long, but
15751         it's stuck in our ABI, so it required a little hack to make it
15752         ABI-compatible.  Fixes #142585.
15753         * gst-libs/gst/resample/resample.h: same.
15754
15755 2004-05-18  David Schleef  <ds@schleef.org>
15756
15757         * configure.ac: Add sunaudio
15758         * examples/Makefile.am: make gstplay depend on gconf
15759         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
15760         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
15761         (convert_table_lookup), (img_convert): remove c99-isms
15762         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
15763           unsigned, to fix a warning on Solaris
15764         * gst/mpeg1sys/systems.c: bcopy->memcpy
15765         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
15766         * sys/Makefile.am: Add sunaudio
15767
15768 2004-05-18  Wim Taymans  <wim@fluendo.com>
15769
15770         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
15771         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
15772         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
15773         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
15774         (gst_ogg_mux_loop):
15775         Fix an ugly memleak where the muxer didn't flush enough ogg
15776         pages. This also resulted in badly muxed ogg files.
15777
15778 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15779
15780         * gst/asfdemux/asfheaders.c :
15781         * gst/asfdemux/asfheaders.h :
15782         * gst/asfdemux/gstasfdemux.c :
15783           - fix ASF_OBJ_PADDING guid
15784           - add 3 new object guids (language list, metadata,
15785             extended stream properties)
15786           - add a function to parse extended header objects
15787
15788 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15789
15790         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
15791           remove leftover debugging g_print
15792
15793 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15794
15795         * ext/mad/gstmad.c: (gst_mad_handle_event):
15796           Fix for when the first format in a discont event is not a
15797           byte-based one. Should fix #137710.
15798
15799 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15800
15801         * m4/a52.m4 : fix compilation with -Wall -Werror
15802         * m4/libfame.m4 : idem
15803         * m4/libmikmod.m4 : idem
15804
15805 2004-05-17  Benjamin Otte  <otte@gnome.org>
15806
15807         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15808           signal the new tags before giving up the reference
15809
15810 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15811
15812         * ext/shout2/gstshout2.c:
15813           use application/ogg instead of application/x-ogg (patch by Patrick
15814           Guimond, fixes #142432)
15815         * sys/oss/gstosselement.c: (gst_osselement_reset),
15816         (gst_osselement_sync_parms):
15817           don't set fragment size unless specified (fixes #142493)
15818
15819 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15820
15821         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
15822           fixes #142664
15823
15824 2004-05-17  Benjamin Otte  <otte@gnome.org>
15825
15826         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
15827           compute offsets correctly for internal buffers so timestamps are set
15828           correctly when we can't seek. Also handle cases where there are no
15829           offsets. (based on a patch by David Moore, fixes #142507)
15830
15831 2004-05-17  Benjamin Otte  <otte@gnome.org>
15832
15833         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15834           use correct variable when determining amount of data to skip so we
15835           don't skip into the void and segfault
15836
15837 2004-05-16  Benjamin Otte  <otte@gnome.org>
15838
15839         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
15840           Hi, I'm a memleak
15841
15842 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15843
15844         * gst/asfdemux/gstasfdemux.c:
15845           - fix a mem leak and always propagate tags
15846           - add WMV3 to known video codecs (but no decoder yet)
15847           - replace "surplus data" at end of audio header for what
15848             it is : codec specific data
15849           - fix a typo
15850
15851 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
15852
15853         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
15854
15855         * gst-libs/gst/audio/audioclock.c:
15856           Fix wrong return type (#142205).
15857
15858 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15859
15860         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
15861           Ignore CRCs by default (fixes #142566).
15862
15863 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15864
15865         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
15866         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
15867         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
15868         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
15869         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
15870         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
15871           Fix for cases where we fail to attach to a mixer.
15872
15873 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15874
15875         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
15876           Don't touch events after not owning them anymore.
15877         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15878         (gst_wavparse_fmt), (gst_wavparse_other),
15879         (gst_wavparse_handle_seek), (gst_wavparse_loop),
15880         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15881         (gst_wavparse_srcpad_event):
15882         * gst/wavparse/gstwavparse.h:
15883           Add seeking, fix querying.
15884
15885 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15886
15887         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15888           - process comments even if they don't end with \0\0
15889             g_convert would ignore them if present and works well without them
15890
15891 2004-05-16  Benjamin Otte  <otte@gnome.org>
15892
15893         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
15894           simplify caps
15895
15896 2004-05-16  Benjamin Otte  <otte@gnome.org>
15897
15898         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15899           don't write to memory we might not write to - g_convert does that
15900           for us anyway (fixes #142613)
15901         (gst_asf_demux_audio_caps):
15902           comment out gst_util_dump_mem
15903
15904 2004-05-16  Benjamin Otte  <otte@gnome.org>
15905
15906         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15907           compute correct expected timestamps after seek (broken since
15908           last commit)
15909         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
15910           rename element and debugging category to gdkpixbufscale
15911
15912 2004-05-16  Benjamin Otte  <otte@gnome.org>
15913
15914         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15915           add error checking to snd_pcm_delay and remove duplicate call to
15916           snd_pcm_delay that caused issues (see inline code comments)
15917         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
15918           make more readable and fix return value when snd_pcm_delay fails
15919         (fixes #142586)
15920
15921 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
15922         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
15923         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
15924         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
15925         (gst_pixbufscale_link), (gst_pixbufscale_init),
15926         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
15927         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
15928         (gst_pixbufscale_get_property), (pixbufscale_init):
15929         * ext/gdk_pixbuf/pixbufscale.h:
15930         Add these files I forgot earlier
15931
15932 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
15933         * ext/gdk_pixbuf/Makefile.am:
15934         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
15935         * ext/gdk_pixbuf/gstgdkpixbuf.h:
15936         Add new pixbufscale element to scale RGB video
15937         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
15938         and HYPER interpolation correctly.
15939         * ext/theora/theoraenc.c: (theora_enc_chain),
15940         Discard buffer and return if explicit caps could not be set
15941         (theora_enc_get_property):
15942         Make _get return kbps for the bitrate consistent with
15943         the _set function.
15944
15945
15946 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15947
15948         * ext/libvisual/visual.c: (gst_visual_chain):
15949           add missing visual_audio_analyze
15950
15951 2004-05-14  David Schleef  <ds@schleef.org>
15952
15953         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
15954         is killed while we're playing.
15955         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
15956         gst_element_no_more_pads().
15957
15958 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15959
15960         * gst-libs/gst/riff/riff-read.c :
15961           - fix INFO tag extraction in RIFF/AVI files
15962             because gst_event_unref (event) also freed taglist
15963           - avoid a mem leak
15964
15965 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15966
15967         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
15968         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
15969
15970         * gst/auparse/gstauparse.c :
15971           - add code (commented for now) to support audio/x-adpcm on src pad
15972             (we have no decoder for those layout yet)
15973
15974         * gst/cdxaparse/gstcdxaparse.c :
15975         * gst/cdxaparse/gstcdxaparse.h :
15976           - partial rewrite using RiffRead (ripped iain's wavparse code)
15977
15978         * gst/rtp/gstrtpL16enc.c : typo
15979         * gst/rtp/gstrtpgsmenc.c : typo
15980
15981 2004-05-13  Benjamin Otte  <otte@gnome.org>
15982
15983         * configure.ac:
15984           check for exact version of libvisual, it's not supposed to be
15985           API/ABI stable yet
15986
15987 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15988
15989         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
15990           signal no-more-pads
15991
15992 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15993
15994         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
15995         Report which format was used for GST_FORMAT_DEFAULT
15996         * gst/debug/Makefile.am:
15997         * gst/debug/gstdebug.c: (plugin_init):
15998         * gst/debug/progressreport.c: (gst_progressreport_base_init),
15999         (gst_progressreport_class_init), (gst_progressreport_init),
16000         (gst_progressreport_report), (gst_progressreport_set_property),
16001         (gst_progressreport_get_property), (gst_progressreport_chain),
16002         (gst_progressreport_plugin_init):
16003         Add progressreport element for testing.
16004
16005 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16006
16007         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
16008         * sys/v4l/gstv4lsrc.h:
16009         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
16010         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
16011         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
16012         (gst_v4lsrc_grab_frame):
16013           add more debugging
16014           send a discont at start
16015
16016 2004-05-12  Colin Walters  <walters@redhat.com>
16017
16018         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
16019         inflooping if we can't find a chunk.  Or in other words, don't blow
16020         chunks if we don't have a chunk to blow.
16021
16022 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
16023         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
16024         Remove old debug output
16025         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
16026         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
16027         (gst_dvdec_set_property), (gst_dvdec_get_property):
16028         Change the quality setting to an enum, so it works from gst-launch
16029         Don't renegotiate a non-linked pad. Allows audio only decoding.
16030         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
16031         (gst_deinterlace_link), (gst_deinterlace_init):
16032         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
16033         (gst_videodrop_link):
16034         Some caps negotiation fixes
16035
16036 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16037
16038         * ext/tarkin/gsttarkin.c :
16039           - Change RANK from NONE to PRIMARY
16040         * ext/gdk_pixbuf/gstgdkpixbuf.c :
16041           - Change RANK from NONE to MARGINAL
16042         * ext/divx/gstdivxenc.c :
16043           - Change RANK from PRIMARY to NONE (encoder/spider issue)
16044
16045 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
16046
16047         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
16048         (gst_vorbisenc_push_packet):
16049           copy a function that was added between 1.0 and 1.0.1 until we
16050           depend on worthwhile features of post-1.0
16051
16052 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16053
16054         * configure.ac:
16055           enable shout2 by default
16056         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
16057         (gst_shout2send_base_init), (gst_shout2send_init),
16058         (gst_shout2send_connect), (gst_shout2send_change_state):
16059         * ext/shout2/gstshout2.h:
16060           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
16061           #142262)
16062         * ext/theora/theora.c: (plugin_init):
16063           don't set rank on encoders
16064
16065 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
16066
16067         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
16068           Use codec_data property instead of flag1 and flag2 for wma
16069
16070 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16071
16072         * gst/cdxaparse/gstcdxaparse.c :
16073           - Add mpegversion to CAPS to make it link
16074           - Rank is as GST_RANK_SECONDARY instead of NONE
16075         * gst/auparse/gstauparse.c :
16076           - Document all audio encoding we can encounter from Solaris 9
16077             headers and libsndfile information.
16078           - Increase max. rate from 48000 to 192000 (to match other elements)
16079           - Don't try to play junk data between header and samples
16080
16081 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16082
16083         * ext/libvisual/visual.c: (gst_visual_getcaps):
16084           use the right caps depending on endianness (I hope)
16085         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
16086           use GST_RANK_NONE for all non-decoding elements or spider gets
16087           mighty confused
16088
16089 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16090
16091         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
16092           Fix some odd cases and fix BE metadata parsing of unicode16 text.
16093
16094 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16095
16096         * gst/switch/gstswitch.c: (gst_switch_release_pad),
16097         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
16098         (gst_switch_loop), (gst_switch_get_type):
16099           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
16100           HEADERS. Had to be said.
16101
16102 2004-05-10  David Schleef  <ds@schleef.org>
16103
16104         * configure.ac: Add prototype Dirac support.
16105         * ext/Makefile.am:
16106         * ext/dirac/Makefile.am:
16107         * ext/dirac/gstdirac.cc:
16108         * ext/dirac/gstdiracdec.cc:
16109
16110 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16111
16112         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
16113         (gst_auparse_init), (gst_auparse_chain),
16114         (gst_auparse_change_state):
16115           Hack around spider. Remove me some day please.
16116
16117 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16118
16119         * gst/auparse/gstauparse.c: (gst_auparse_chain):
16120           Fix for some uninitialized variables in previous patch, also
16121           makes it work. Fixes #142286 while we're at it.
16122
16123 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16124
16125         * gst/auparse/gstauparse.c:
16126                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
16127                 only unsupported formats are ADPCM/CCITT G.72x
16128                 reviewed by Ronald
16129         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
16130
16131 2004-05-10  Wim Taymans  <wim@fluendo.com>
16132
16133         * ext/vorbis/Makefile.am:
16134         * ext/vorbis/README:
16135         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
16136         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
16137         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
16138         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
16139         (gst_oggvorbisenc_convert_sink),
16140         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
16141         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
16142         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
16143         (get_constraints_string), (update_start_message),
16144         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
16145         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
16146         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
16147         * ext/vorbis/oggvorbisenc.h:
16148         * ext/vorbis/vorbis.c: (plugin_init):
16149         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
16150         (raw_caps_factory), (gst_vorbisenc_class_init),
16151         (gst_vorbisenc_init), (gst_vorbisenc_setup),
16152         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
16153         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
16154         * ext/vorbis/vorbisenc.h:
16155         Added a raw vorbis encoder to be used with the oggmuxer.
16156         We still need the old encoder for some gnome applications,
16157         read the README to find out how that works.
16158         The raw encoder is called "rawvorbisenc" until 0.9.
16159
16160 2004-05-10  Wim Taymans  <wim@fluendo.com>
16161
16162         * ext/ogg/gstogg.c: (plugin_init):
16163         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
16164         (gst_ogg_print):
16165         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
16166         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
16167         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
16168         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
16169         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
16170         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
16171         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
16172         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
16173         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
16174         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
16175         Added an ogg muxer.
16176         Small typo fixes in the demuxer.
16177
16178 2004-05-10  Wim Taymans  <wim@fluendo.com>
16179
16180         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
16181         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
16182         (theora_enc_change_state), (theora_enc_set_property),
16183         (theora_enc_get_property):
16184         Mark the last packet with an EOS flag which is not really needed
16185         in gstreamer.
16186         Do some better video framerate initialisation.
16187         Update the buffer timestamp.
16188
16189 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
16190
16191         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
16192         Return the result of the parent state change call
16193
16194 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16195
16196         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
16197         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
16198         * gst/law/alaw-encode.c : (idem)
16199         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
16200         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
16201         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
16202
16203 2004-05-09  Benjamin Otte  <otte@gnome.org>
16204
16205         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
16206           don't use a fixed buffer size when writing variable length data to
16207           it. Fixes memory corruption and makes alsasrc work
16208
16209 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16210
16211         * ext/gnomevfs/gstgnomevfssink.c:
16212         (_gst_boolean_allow_overwrite_accumulator),
16213         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
16214           Run glib's default signal handler (??) in RUN_CLEANUP rather than
16215           RUN_LAST, and don't use that to set the accumulator value because
16216           then it's always FALSE.
16217
16218 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16219
16220         * gst-libs/gst/riff/riff-media.c:
16221         (gst_riff_create_video_caps_with_data),
16222         (gst_riff_create_audio_caps),
16223         (gst_riff_create_audio_template_caps):
16224         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
16225           Fix for unaligned RIFF files (i.e. where all the chunks together
16226           in a LIST chunk are not of the same size as the size given in
16227           the LIST chunk header). Fixes several odd WAVE files. Also fix
16228           ADPCM (block_align property) in audio, so that wavparse based
16229           on this works now as it used to stand-alone.
16230
16231 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
16232
16233         reviewed by Benjamin Otte  <otte@gnome.org>
16234
16235         * ext/a52dec/gsta52dec.c:
16236         * ext/divx/gstdivxdec.c:
16237         * ext/divx/gstdivxenc.c:
16238         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
16239         * ext/faac/gstfaac.c: (gst_faac_base_init):
16240         * ext/faad/gstfaad.c: (gst_faad_base_init):
16241         * ext/ivorbis/vorbisfile.c:
16242         * ext/lame/gstlame.c:
16243         * ext/libfame/gstlibfame.c:
16244         * ext/mpeg2enc/gstmpeg2enc.cc:
16245         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
16246         * ext/sidplay/gstsiddec.cc:
16247         * ext/speex/gstspeexdec.c:
16248         * ext/speex/gstspeexenc.c:
16249         * ext/xvid/gstxviddec.c:
16250         * ext/xvid/gstxvidenc.c:
16251           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
16252           (fixes #142193)
16253
16254 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16255
16256         * ext/alsa/gstalsa.c: (device_list),
16257         (gst_alsa_class_probe_devices):
16258         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
16259           Fix alsa oddness in mixer after the combination of using mixer
16260           in source/sink elements and using hw:x,y instead of just hw:x.
16261
16262 2004-05-09  Benjamin Otte  <otte@gnome.org>
16263
16264         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
16265         (gst_wavparse_create_sourcepad):
16266           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
16267           sourcepads
16268
16269 2004-05-09  Benjamin Otte  <otte@gnome.org>
16270
16271         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16272           allow discont events before caps nego
16273
16274 2004-05-08  Benjamin Otte  <otte@gnome.org>
16275
16276         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
16277           don't leak events
16278
16279 2004-05-08  Benjamin Otte  <otte@gnome.org>
16280
16281         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
16282         (gst_level_change_state), (gst_level_init):
16283         * gst/level/gstlevel.h:
16284           figure out if we're initialized directly instead of keeping a
16285           variable that's wrong in 90% of cases
16286           don't initialize pads and then leak them and use a new unitialized
16287           pad. (fixes #142084)
16288           these were bugs so n00bish I didn't find them for an hour :/
16289
16290 2004-05-08 Iain <iain@prettypeople.org>
16291
16292         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
16293         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
16294         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
16295         return the length that was read.
16296         (gst_riff_read_strf_auds): Allow fmt tags as well.
16297
16298 2004-05-07  David Schleef  <ds@schleef.org>
16299
16300         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
16301         signed char assumption in faad.h.
16302
16303 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16304
16305         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
16306           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
16307
16308 2004-05-07  Colin Walters  <walters@redhat.com>
16309
16310         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
16311         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
16312         function.
16313         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
16314         Add dispose function.
16315
16316 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
16317         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
16318           Fix caps nego and pad templates. RGB mode caps should
16319           work now.
16320         * ext/dvdnav/gst-dvd:
16321           Move mpeg2dec inside the thread because otherwise the
16322           queue rejects cap changes mid-stream
16323         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
16324         (gst_mpeg2dec_flush_decoder):
16325           For mpeg2dec > 0.4.0, call the flush function instead of
16326           manually extracting all in-flight frames.
16327         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
16328         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
16329           Change mime type video/dv go video/x-dv to match the
16330           rest of gst-plugins
16331
16332 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16333
16334         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
16335         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
16336         (gst_alsa_sink_class_init):
16337         * ext/alsa/gstalsasink.h:
16338         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
16339         (gst_alsa_src_class_init):
16340         * ext/alsa/gstalsasrc.h:
16341           Make alsasink/src a subclass of alsamixer so that mixer stuff
16342           shows up in gst-rec. Needs some finetuning.
16343
16344 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16345
16346         * ext/lame/gstlame.c: (gst_lame_chain):
16347           simplify
16348         * ext/mad/gstmad.c: (gst_mad_handle_event):
16349           fix event leak
16350         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
16351           be able to detect mp3 files < 4096 bytes
16352
16353 2004-05-06  Wim Taymans  <wim@fluendo.com>
16354
16355         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
16356         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
16357         (theora_enc_set_property), (theora_enc_get_property):
16358         Also encode the first frame, cleanup some code.
16359
16360 2004-05-06  Wim Taymans  <wim@fluendo.com>
16361
16362         * ext/mpeg2enc/gstmpeg2enc.cc:
16363         Forward events first before deciding that negotiation was
16364         not performed.
16365
16366 2004-05-06  Wim Taymans  <wim@fluendo.com>
16367
16368         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
16369         First process the events before deciding that negotiation
16370         was not performed.
16371
16372 2004-05-06  Wim Taymans  <wim@fluendo.com>
16373
16374         * ext/theora/Makefile.am:
16375         * ext/theora/theora.c: (plugin_init):
16376         * ext/theora/theoradec.c: (theora_dec_change_state):
16377         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
16378         (gst_theora_enc_class_init), (gst_theora_enc_init),
16379         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
16380         (theora_enc_chain), (theora_enc_change_state),
16381         (theora_enc_set_property), (theora_enc_get_property):
16382         Added a theora encoder, grouped the encoder and decoder into the
16383         same plugin.
16384
16385 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16386
16387         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
16388         (gst_jpegenc_chain):
16389         fix DURATION on outgoing buffers
16390         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
16391         debug using time formats
16392         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
16393         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
16394         (gst_xvimagesink_sink_link):
16395         windows with width/height 0 generate X errors, so don't allow them
16396
16397 2004-05-05  Wim Taymans  <wim@fluendo.com>
16398
16399         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
16400         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
16401         (gst_mpeg2dec_negotiate_format):
16402         * ext/mpeg2dec/gstmpeg2dec.h:
16403           removed the static pad template so that we can add the
16404           more accurate framerate value to the caps.
16405
16406
16407 2004-05-04  Benjamin Otte  <otte@gnome.org>
16408
16409         * configure.ac:
16410           check for kdemacros.h, too (should fix #141821)
16411         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
16412           don't crash if no header was sent, but nicely error out (fixes part
16413           of #141554)
16414
16415 2004-05-04  Wim Taymans  <wim@fluendo.com>
16416
16417         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
16418         parent dispose function to avoid segfault on destroy.
16419
16420 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
16421
16422         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
16423         (plugin_init):
16424         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
16425         (gst_xvimagesink_sink_link):
16426         clean up debugging caps
16427         also recreate xvimage when format has changed
16428
16429 2004-05-04  Benjamin Otte  <otte@gnome.org>
16430
16431         * ext/libvisual/Makefile.am:
16432         * ext/libvisual/visual.c: (gst_visual_class_init),
16433         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
16434         (gst_visual_srclink), (gst_visual_chain),
16435         (gst_visual_change_state), (plugin_init):
16436           use a GstAdapter to correctly adapt buffer sizes - allows using a
16437           framerate
16438
16439 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16440
16441         * sys/v4l/gstv4lelement.h:
16442         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
16443         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
16444         (gst_v4lsrc_buffer_free):
16445         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
16446         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
16447         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
16448         (gst_v4lsrc_requeue_frame):
16449         move some debugging categories around
16450         query for fps index and set accordingly if found
16451
16452 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16453
16454         * ext/lame/gstlame.c:
16455         correct defaults that lame_init puts out of range
16456
16457 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16458
16459         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
16460         (gst_divxenc_class_init):
16461         fix range since -1 is the default
16462         * gst/mpeg1sys/gstmpeg1systemencode.c:
16463         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
16464         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
16465         (gst_rtjpegdec_chain):
16466         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
16467         (gst_rtjpegenc_chain):
16468         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
16469         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
16470         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
16471         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
16472         * sys/v4l/gstv4lsrc.c:
16473         * sys/v4l/v4l_calls.c: (gst_v4l_open):
16474         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
16475         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
16476         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
16477         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
16478           remove gst_info calls
16479
16480 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16481
16482         * Makefile.am:
16483         * po/af.po:
16484         * po/az.po:
16485         * po/en_GB.po:
16486         * po/nl.po:
16487         * po/sr.po:
16488         * po/sv.po:
16489           Updated translations
16490
16491 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16492
16493         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
16494           refactor/comment code
16495
16496 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16497
16498         * gst/asfdemux/Makefile.am:
16499         * gst/asfdemux/asfheaders.c:
16500         * gst/asfdemux/asfheaders.h:
16501         * gst/asfdemux/gstasf.c: (plugin_init):
16502         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
16503         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
16504         (gst_asf_demux_setup_pad):
16505         * gst/asfdemux/gstasfdemux.h:
16506         * gst/asfdemux/gstasfmux.c:
16507         * gst/asfdemux/gstasfmux.h:
16508           Add tagging support to demuxer, split out registration in its own
16509           file instead of in demux (hacky), and prevent having some tables
16510           in our memory multiple times (in asfheaders.h).
16511
16512 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16513
16514         * gst/matroska/matroska-demux.c:
16515         (gst_matroska_demux_parse_metadata):
16516         * gst/matroska/matroska-ids.h:
16517           Basic tag reading support.
16518
16519 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16520
16521         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
16522           Really detect ac-3 audio.
16523         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
16524           really detect matroska files (off-by-1).
16525
16526 2004-04-30  David Schleef  <ds@schleef.org>
16527
16528         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16529         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
16530         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
16531         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
16532         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
16533         hackage -- parse a lot more atoms, extract a few tags.  One might even
16534         mistake this for tag support.  Maybe it is.
16535         * gst/qtdemux/qtdemux.h:
16536
16537 2004-04-30  Colin Walters  <walters@verbum.org>
16538
16539         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
16540
16541 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16542
16543         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16544         (gst_ffmpegcolorspace_getcaps):
16545           remove broken nego fix
16546
16547 2004-04-30  Benjamin Otte  <otte@gnome.org>
16548
16549         * configure.ac:
16550         * ext/Makefile.am:
16551         * ext/libvisual/Makefile.am:
16552         * ext/libvisual/visual.c:
16553           add initial support for libvisual (http://libvisual.sourceforge.net)
16554           libvisual is still quite alpha, so expect crashes in there :)
16555
16556 2004-04-29  David Schleef  <ds@schleef.org>
16557
16558         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
16559         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
16560         up qtdemux to make it spit out codec_data.  Do _not_ look at this
16561         code; you will no longer respect me.
16562
16563 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16564
16565         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
16566         * ext/alsa/gstalsa.h :
16567         change alsa pcm device discovery to find more than 1 device
16568         per card. code review by Ronald.
16569
16570 2004-04-29  David Schleef  <ds@schleef.org>
16571
16572         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
16573         Add a check for a driver bug on FreeBSD.  (bug #140565)
16574
16575 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16576
16577         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
16578         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
16579         (gst_jpegenc_getcaps):
16580           move format setting to inner loop
16581         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16582         (gst_ffmpegcolorspace_getcaps):
16583           use GST_PAD_CAPS if available so that we use already negotiated
16584           caps
16585         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16586         (qtdemux_parse_moov), (qtdemux_parse):
16587           extra debugging
16588         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
16589         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
16590           move hardcoded path to DEFINE
16591
16592 2004-04-28  David Schleef  <ds@schleef.org>
16593
16594         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
16595         (bug #140064)
16596
16597 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16598
16599         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
16600           Don't probe for playback device if we're a source element. Fixes
16601           #139658.
16602
16603 2004-04-29  Benjamin Otte  <otte@gnome.org>
16604
16605         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
16606         (gst_id3_tag_chain):
16607           rewrite buffer offset
16608
16609 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16610
16611         * configure.ac:
16612         * ext/Makefile.am:
16613         * ext/dts/Makefile.am:
16614         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
16615         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
16616         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
16617         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
16618         (gst_dtsdec_loop), (gst_dtsdec_change_state),
16619         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
16620         (plugin_init):
16621         * ext/dts/gstdtsdec.h:
16622           New DTS decoder.
16623         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
16624         (gst_faad_srcconnect):
16625           Add ESDS atom handling (.m4a).
16626
16627 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16628
16629         * ext/divx/gstdivxdec.c: (plugin_init):
16630           Remove comment that makes no sense.
16631         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
16632           Fix for obvious typo that resulted in warnings during gst-register.
16633         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
16634         (gst_xviddec_sink_link):
16635           Fix caps negotiation a bit better.
16636         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
16637           We call this 'codec_data', not 'esds'.
16638
16639 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16640
16641         * gst/monoscope/gstmonoscope.c:
16642           make sure we only provide 256x128
16643         * gst/monoscope/monoscope.c: (monoscope_init):
16644           assert size of 256x128
16645
16646 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16647
16648         * Makefile.am:
16649         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
16650         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
16651           fixate to max width and height of device
16652
16653 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16654
16655         * Makefile.am:
16656         * sys/v4l/gstv4l.c:
16657         * sys/v4l/gstv4lsrc.c:
16658         * sys/v4l/v4l_calls.c:
16659         * sys/v4l/v4lsrc_calls.c:
16660           fix for qc-usb driver which fakes having more than one buffer
16661           by handing the same buffer twice, which confused GStreamer's/v4lsrc
16662           buffer_free override
16663           add debugging
16664
16665 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16666
16667         * Makefile.am:
16668         * gst/videotestsrc/gstvideotestsrc.c:
16669         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
16670         (gst_videotestsrc_init), (gst_videotestsrc_get),
16671         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
16672         * gst/videotestsrc/gstvideotestsrc.h:
16673           add num-buffers property
16674
16675         2004-04-26  Benjamin Otte  <otte@gnome.org>
16676
16677         * ext/mad/gstid3tag.c: (plugin_init):
16678           set id3mux rank to NONE so it doesn't confuse spider
16679           require audio/mpeg,mpegversion=1 in id3mux
16680
16681 2004-04-26  Benjamin Otte  <otte@gnome.org>
16682
16683         * configure.ac:
16684           detect faad correctly as non-working if it's indeed non-working
16685
16686 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16687
16688         * Makefile.am:
16689         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
16690         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
16691         fix _getcaps so it only negotiates to its supported format
16692
16693 2004-04-25  Benjamin Otte  <otte@gnome.org>
16694
16695         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
16696           fix memleak
16697
16698 2004-04-23  Benjamin Otte  <otte@gnome.org>
16699
16700         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16701           audio/x-raw-int with height rules! not. Now it's depth.
16702
16703 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16704
16705         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
16706         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
16707         (gst_wavparse_loop):
16708           Missing variable initialization. Add handling of DVI ADPCM. Fix
16709           mis-parsing of LIST chunks. This works around a bug where we mis-
16710           parse non-aligning LIST chunks (so LIST chunks where the contents
16711           don't align with the actual LIST size). The correct fix is to use
16712           rifflib, I'm not going to fix wavparse - too much work. All this
16713           fixes #104878.
16714
16715 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16716
16717         reviewed by Benjamin Otte  <otte@gnome.org>
16718
16719         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
16720           fix shoutcast not working (fixes #140844)
16721
16722 2004-04-22  Benjamin Otte  <otte@gnome.org>
16723
16724         * ext/hermes/gsthermescolorspace.c:
16725         (gst_hermes_colorspace_caps_remove_format_info):
16726         * gst/colorspace/gstcolorspace.c:
16727         (gst_colorspace_caps_remove_format_info):
16728         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16729         (gst_ffmpegcolorspace_caps_remove_format_info):
16730           s/gst_caps_simplify/gst_caps_do_simplify/
16731
16732 2004-04-22  Benjamin Otte  <otte@gnome.org>
16733
16734         * gst-libs/gst/riff/riff-media.c:
16735         (gst_riff_create_video_caps_with_data):
16736           mpegversion is an int
16737         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
16738           don't try to create pad templates with NULL caps, use any caps
16739           instead.
16740
16741 2004-04-20  David Schleef  <ds@schleef.org>
16742
16743         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
16744         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
16745         (bug #140384)
16746
16747 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
16748
16749         reviewed by David Schleef
16750
16751         * ext/mad/gstid3tag.c: Add stdlib.h
16752         * gst/rtp/gstrtpgsmenc.c: same
16753         * gst/tags/gstid3tag.c: same
16754         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
16755         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
16756         GST_DISABLE_LOADSAVE use.
16757         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
16758         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
16759         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
16760         atol(3)).
16761         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
16762         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
16763         strtoul(3)).
16764         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
16765         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
16766         $(ID3_CFLAGS).
16767         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
16768         $(LIBFAME_CFLAGS).
16769
16770 2004-04-20  David Schleef  <ds@schleef.org>
16771
16772         * gst/realmedia/rmdemux.c:  This was supposed to part of the
16773         last checkin.  Same idea.
16774
16775 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
16776
16777         reviewed by David Schleef
16778
16779         * configure.ac: bump required gstreamer version to 0.8.1.1
16780         because of following changes [--ds]
16781
16782         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
16783         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
16784         (gst_riff_read_header):  Use GST_READ_UINT*
16785         macros to access possibly unaligned memory.
16786
16787         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
16788         (mp3_type_find):  Use GST_READ_UINT*
16789         macros to access possibly unaligned memory.
16790         (mp3_type_find, mpeg1_parse_header, qt_type_find)
16791         (speex_type_find): Likewise
16792
16793         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
16794
16795         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
16796         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
16797         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
16798         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
16799         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
16800         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
16801         macros to access possibly unaligned memory.
16802
16803         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
16804         Likewise.
16805
16806         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
16807         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
16808
16809         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
16810         Likewise.
16811
16812         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
16813         (gst_mpeg2subt_chain_subtitle): Likewise.
16814
16815         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
16816         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
16817         Likewise.
16818
16819         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
16820         Likewise.
16821
16822         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
16823         Likewise.
16824
16825         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
16826         Likewise.
16827
16828 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16829
16830         * configure.ac:
16831           update required version of GStreamer because of GST_TIME_FORMAT
16832
16833 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16834
16835         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
16836           remove leftover g_print
16837         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
16838           don't try setting only a subset of the caps. We don't want to kill
16839           autoplugging on purpose
16840
16841 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16842
16843         * sys/ximage/ximagesink.c: (plugin_init):
16844         * sys/xvimage/xvimagesink.c: (plugin_init):
16845           add debugging categories
16846
16847 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16848
16849         * po/en_GB.po:
16850         * po/LINGUAS:
16851           Adding en_GB translation (Gareth Owen)
16852
16853 2004-04-20  David Schleef  <ds@schleef.org>
16854
16855         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
16856         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
16857         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
16858         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
16859         A number of new features and hacks to extract the esds atom and
16860         put it into the caps.  (bug #137724)
16861
16862 2004-04-19  David Schleef  <ds@schleef.org>
16863
16864         * gconf/Makefile.am: Fix for non-GNU make
16865         * gst-libs/gst/Makefile.am: Change directory order to handle
16866         GstPlay linking with gstinterfaces
16867         * gst-libs/gst/audio/make_filter: make use of tr portable
16868         * gst-libs/gst/play/Makefile.am: Add intended \
16869         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
16870         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
16871         function prototype instead of void *.
16872         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
16873         macro.
16874         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16875         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
16876         * gst/videofilter/make_filter: make use of tr portable
16877         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
16878
16879 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16880
16881         * po/LINGUAS:
16882         * po/uk.po:
16883           Added Ukrainian translation (Maxim V. Dziumanenko)
16884
16885 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16886
16887         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
16888         (gst_gsmdec_link), (gst_gsmdec_chain):
16889           Fix capsnego, simplify chain function slightly.
16890         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
16891           Add GSM.
16892
16893 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16894
16895         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
16896         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
16897         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
16898           Hack to make wavparse work with spider (always -> sometimes pad).
16899           Fixes #135862 && #140411.
16900
16901 2004-04-18  Benjamin Otte  <otte@gnome.org>
16902
16903         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
16904         (gst_osselement_rate_probe_check),
16905         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
16906           get rid of \n in debug output
16907
16908 2004-04-17  Iain <iain@prettypeople.org>
16909
16910         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
16911         not just EOS.
16912
16913 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16914
16915         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
16916         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
16917         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
16918         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
16919         (gst_id3_tag_src_link), (gst_id3_tag_chain),
16920         (gst_id3_tag_change_state), (plugin_init):
16921           deprecate id3tag element and replace with id3demux/id3mux.
16922           great side effect: this ugly file is now even uglier, yay!
16923         * ext/mad/gstmad.h:
16924           remove non-available function
16925           update for new get_type
16926
16927 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16928
16929         * configure.ac:
16930           require mpeg2dec >= 0.4.0
16931
16932 2004-04-17  Benjamin Otte  <otte@gnome.org>
16933
16934         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
16935         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
16936         (gst_xvimagesink_set_xwindow_id):
16937           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
16938           assorted cleanup fixes.
16939
16940 2004-04-16  David Schleef  <ds@schleef.org>
16941
16942         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
16943         * sys/xvimage/xvimagesink.h: same
16944
16945 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16946
16947         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
16948           Fix GST_ELEMENT_ERROR with (NULL)
16949
16950 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16951
16952         * gst-libs/gst/riff/riff-media.c:
16953         (gst_riff_create_video_caps_with_data):
16954           Add div[3456] as fourccs for DivX 3 (fixes #140137).
16955
16956 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16957
16958         * gst-libs/gst/riff/riff-media.c:
16959         (gst_riff_create_video_caps_with_data),
16960         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
16961         (gst_riff_create_video_template_caps),
16962         (gst_riff_create_audio_template_caps):
16963         * gst-libs/gst/riff/riff-media.h:
16964         * gst-libs/gst/riff/riff-read.c:
16965         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
16966         * gst-libs/gst/riff/riff-read.h:
16967         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
16968           Add MS RLE support. I added some functions to read out strf chunks
16969           into strf chunks and the data behind it. This is usually color
16970           palettes (as in RLE, but also in 8-bit RGB). Also use those during
16971           caps creation. Lastly, add ADPCM (similar to wavparse - which
16972           should eventually be rifflib based).
16973         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
16974         (gst_matroska_demux_init), (gst_matroska_demux_reset):
16975         * gst/matroska/matroska-demux.h:
16976           Remove placeholders for some prehistoric tagging system. Didn't add
16977           support for any tag system really anyway.
16978         * gst/qtdemux/qtdemux.c:
16979           Add support for audio/x-m4a (MPEG-4) through spider.
16980         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
16981         (gst_wavparse_loop):
16982           ADPCM support (#135862). Increase max. buffer size because we
16983           cannot split buffers for ADPCM (screws references) and I've seen
16984           files with 2048 byte chunks. 4096 seems safe for now.
16985
16986 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16987
16988         * configure.ac: bump nano to 1
16989
16990 === release 0.8.1 ===
16991
16992 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16993
16994         * configure.ac: releasing 0.8.1, "Comforting Sounds"
16995
16996 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16997
16998         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16999           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
17000           Fixes #140058
17001
17002 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17003
17004         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
17005           lower rank of dvddemux so that it's not used for mpeg playback.
17006
17007 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17008
17009         * configure.ac:
17010           save libs correctly when checking mad
17011
17012 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17013
17014         * ext/mad/gstid3tag.c: (plugin_init):
17015           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
17016
17017 2004-04-13  David Schleef  <ds@schleef.org>
17018
17019         * common/m4/gst-feature.m4: Call -config scripts with
17020         --plugin-libs if it is supported.
17021         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
17022         JPEG images are image/jpeg.
17023         * gst/debug/Makefile.am:
17024         * gst/debug/negotiation.c: (gst_negotiation_class_init),
17025         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
17026         (gst_negotiation_update_caps), (gst_negotiation_get_property),
17027         (gst_negotiation_plugin_init): Add a property that acts like
17028         filter caps.
17029         * testsuite/gst-lint:  Move license checking to be a standard
17030         test.
17031
17032 2004-04-13  David Schleef  <ds@schleef.org>
17033
17034         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
17035         patch from Sebastien Cote (bug #139958)
17036
17037 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17038
17039         * examples/gstplay/Makefile.am:
17040         * examples/gstplay/player.c: (main):
17041           make the commandline player example use gconf settings
17042
17043 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17044
17045         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
17046         (gst_cacasink_sinkconnect), (gst_cacasink_init),
17047         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
17048           init/end library during state transition, not object
17049           creation/disposal.  get rid of custom dispose handler.
17050
17051
17052 2004-04-12  Christian Schaller <Uraeus@gnome.org>
17053
17054         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
17055         be a symlink
17056
17057 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17058
17059         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
17060           Handle JUNK chunks inside data section. Prevents warnings.
17061
17062 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17063
17064         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17065         (gst_riff_create_video_template_caps):
17066           Add MS video v1.
17067         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17068         (gst_avi_demux_stream_data):
17069           Add support for "rec-list" chunks.
17070
17071 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17072
17073         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17074           Fix another codecname mismatch.
17075
17076 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17077
17078         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17079           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
17080           so that MJPEG plays back.
17081
17082 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17083
17084         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
17085         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
17086         * gst/mpeg1videoparse/gstmp1videoparse.h:
17087           Fix for some slight mis-cuts in buffer parsing, and for some
17088           potential overflows or faults-causers. Adds disconts. Also fixes
17089           #139105 while we're at it.
17090
17091 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17092
17093         * configure.ac:
17094         * sys/v4l2/gstv4l2element.h:
17095           Workaround for missing struct v4l2_buffer declaration in Suse 9
17096           and Mandrake 10 linux/videodev2.h header file (#135919).
17097
17098 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17099
17100         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
17101           Bail out if no filename was given.
17102
17103 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17104
17105         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
17106         (gst_v4l2_fourcc_from_structure):
17107           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
17108           Y41B somewhere).
17109
17110 2004-04-09  Benjamin Otte  <otte@gnome.org>
17111
17112         * ext/gnomevfs/gstgnomevfssink.c:
17113         (_gst_boolean_allow_overwrite_accumulator),
17114         (gst_gnomevfssink_class_init):
17115           fix erase signal - if any handler returns false the file will not be
17116           overwritten. If no handler is connected, the file will not be
17117           overwritten either.
17118           renamed signal to "allow-overwrite"
17119         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
17120           free string when adding it to ID3 failed
17121         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
17122           unref event when done
17123         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
17124           free caps
17125         * gst/typefind/gsttypefindfunctions.c:
17126         (mpeg_video_stream_type_find):
17127           fix invalid read
17128
17129 2004-04-08  David Schleef  <ds@schleef.org>
17130
17131         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17132         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
17133
17134 2004-04-08  David Schleef  <ds@schleef.org>
17135
17136         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
17137         we don't support (bug #139532)
17138
17139 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
17140
17141         * ext/mad/gstmad.c: (gst_mad_handle_event),
17142         (gst_mad_check_caps_reset), (gst_mad_chain),
17143         (gst_mad_change_state):
17144           only set explicit caps if they haven't been set before for
17145           this stream.  MPEG-audio sample rate/channels aren't allowed
17146           to change in-stream.
17147           Fixes #139382
17148
17149 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17150
17151         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
17152         (_gst_boolean_did_something_accumulator),
17153         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
17154         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
17155         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
17156         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
17157         (gst_gnomevfssink_change_state):
17158           Fix erase signal. Don't erase by default. Remove handoff signal.
17159           Remove erase property. Don't segfault. General cleanup.
17160
17161 2004-04-07  Benjamin Otte  <otte@gnome.org>
17162
17163         * gst-libs/gst/gconf/test-gconf.c: (main):
17164           add missing gst_init
17165
17166 2004-04-07  Benjamin Otte  <otte@gnome.org>
17167
17168         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
17169           free the mutexes, too
17170
17171 2004-04-07  Benjamin Otte  <otte@gnome.org>
17172
17173         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
17174           actually free the URI string
17175         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
17176           compute offset correctly when passing discont events
17177         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
17178           don't leak discont events
17179         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
17180           add some missing breaks so caps aren't copied randomly
17181         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
17182           if we realloc memory, we better use it
17183
17184 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17185
17186         * ext/mad/gstmad.c: (normal_seek):
17187           fix GST_FORMAT_TIME usage
17188
17189 2004-04-05  David Schleef  <ds@schleef.org>
17190
17191         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
17192         a deprecated function (hack!)
17193
17194 2004-04-05  Benjamin Otte  <otte@gnome.org>
17195
17196         * ext/esd/esdmon.c: (gst_esdmon_get):
17197           fix nonterminated vararg and memleak
17198
17199 2004-04-05  Benjamin Otte  <otte@gnome.org>
17200
17201         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
17202         (gst_ladspa_init), (gst_ladspa_force_src_caps),
17203         (gst_ladspa_set_property), (gst_ladspa_get_property),
17204         (gst_ladspa_instantiate), (gst_ladspa_activate),
17205         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
17206           clean up debugging
17207
17208 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
17209
17210         reviewed by Benjamin Otte  <otte@gnome.org>
17211
17212         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
17213           check for broken LADSPA parameters (fixes #138635)
17214
17215 2004-04-05  Benjamin Otte  <otte@gnome.org>
17216
17217         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
17218           advertise buffer-frames correctly on sinkpads
17219
17220 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17221
17222         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
17223         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
17224         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
17225         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
17226         (gst_mad_check_caps_reset), (gst_mad_chain):
17227         add more debugging, only reset caps when we're not in error state
17228
17229 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17230
17231         * ext/mad/gstmad.c: add debugging category, comment + cleanups
17232
17233 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
17234
17235         reviewed by Benjamin Otte  <otte@gnome.org>
17236
17237         * configure.ac:
17238           fix == in test(1) operator
17239
17240 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
17241
17242         reviewed by Benjamin Otte  <otte@gnome.org>
17243
17244         * configure.ac:
17245           fix --export-symblos-regex to a working regex.
17246
17247 2004-04-04  Benjamin Otte  <otte@gnome.org>
17248
17249         * sys/oss/.cvsignore:
17250           add for oss_probe
17251
17252 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
17253
17254         reviewed by Benjamin Otte  <otte@gnome.org>
17255
17256         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
17257           add missing 'new_media' argument (fixes #138168)
17258         * gst/matroska/matroska-demux.c:
17259         (gst_matroska_demux_handle_seek_event):
17260           add vararg terminator (fixes #138169)
17261
17262 2004-04-02  David Schleef  <ds@schleef.org>
17263
17264         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
17265         disted (bug #138914)
17266
17267 2004-04-01  Benjamin Otte  <otte@gnome.org>
17268
17269         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
17270         (gst_alsa_close_audio):
17271           handle case better where a soundcard can't pause
17272         * ext/ogg/gstoggdemux.c:
17273           don't crash when we get events but don't have pads yet
17274
17275 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17276
17277         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
17278           throw an error if we couldn't probe any caps.
17279
17280 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
17281
17282         * ext/dvdnav/gst-dvd:
17283         Add a really simple sample DVD player
17284
17285 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
17286
17287         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
17288         (gst_a52dec_push), (gst_a52dec_handle_event),
17289         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
17290         (gst_a52dec_change_state):
17291         * ext/a52dec/gsta52dec.h:
17292           Use a debug category, Output timestamps correctly
17293           Emit tag info, Handle events, tell liba52dec about cpu
17294           capabilities so it can use MMX etc.
17295         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
17296           Fix a crasher accessing invalid memory
17297         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
17298         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
17299         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
17300         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
17301         (dvdnavsrc_query):
17302           Some support for byte-format seeking.
17303           Small fixes for still frames and menu button overlays
17304         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
17305         (gst_mpeg2dec_alloc_buffer):
17306           Use a debug category. Adjust the report level of several items to
17307           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
17308           so it doesn't lose the GstBuffer pointer
17309         * gst/debug/Makefile.am:
17310         * gst/debug/gstdebug.c: (plugin_init):
17311         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
17312         (gst_navseek_base_init), (gst_navseek_class_init),
17313         (gst_navseek_init), (gst_navseek_seek),
17314         (gst_navseek_handle_src_event), (gst_navseek_set_property),
17315         (gst_navseek_get_property), (gst_navseek_chain),
17316         (gst_navseek_plugin_init):
17317         * gst/debug/gstnavseek.h:
17318           Add the navseek debug element for seeking back and forth in a
17319           video stream using arrow keys.
17320         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
17321         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
17322         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
17323         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
17324         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
17325         (gst_mpeg2subt_parse_header), (gst_get_nibble),
17326         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
17327         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
17328         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
17329         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
17330         * gst/mpeg2sub/gstmpeg2subt.h:
17331           Pretty much a complete rewrite. Now a loopbased element. May still
17332           require work to properly synchronise subtitle buffers.
17333         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
17334         (gst_dvd_demux_send_subbuffer):
17335         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
17336           Don't attempt to create subbuffers of size 0
17337           Reduce a couple of error outputs to warnings.
17338         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
17339         (gst_y4mencode_chain):
17340         Output the y4m frame header correctly.
17341
17342 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17343
17344         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
17345           throw errors instead of allowing SIGFPE
17346
17347 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17348
17349         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
17350         (gst_gconf_render_bin_from_key):
17351           leak plugging and style fixing
17352
17353 2004-03-31  David Schleef  <ds@schleef.org>
17354
17355         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
17356         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
17357         (bug #138225)
17358         * gst/debug/Makefile.am:
17359         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
17360         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
17361         plugin.
17362         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
17363         (gst_negotiation_base_init), (gst_negotiation_class_init),
17364         (gst_negotiation_init), (gst_negotiation_getcaps),
17365         (gst_negotiation_pad_link), (gst_negotiation_chain),
17366         (gst_negotiation_set_property), (gst_negotiation_get_property),
17367         (gst_negotiation_plugin_init):  New element to talk about random
17368         negotiation things happening in a pipeline.
17369
17370 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
17371
17372         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
17373           fix integer addition with help of Stefan Kost
17374
17375 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
17376
17377         * po/nl.po: updated Dutch translation (Elros Cyriatan)
17378
17379 2004-03-30  David Schleef  <ds@schleef.org>
17380
17381         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
17382         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
17383         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
17384         (bug #137504)
17385         * ext/mpeg2dec/gstmpeg2dec.h:
17386
17387 2004-03-30  David Schleef  <ds@schleef.org>
17388
17389         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
17390
17391 2004-03-30  David Schleef  <ds@schleef.org>
17392
17393         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
17394         Michael Petullo) to handle .mov
17395
17396 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17397
17398         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
17399         (gst_osselement_rate_check_rate):
17400           probe caps correctly for sound cards that only support one format
17401
17402 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17403
17404         * ext/kio/kiosrc.cpp: (process_events):
17405           update handling event processing if inside KDE - untested
17406
17407 2004-03-29  David Schleef  <ds@schleef.org>
17408
17409         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
17410         by 2 to not interfere with other colorspaces.
17411         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
17412         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
17413         one to not interfere with ffmpeg_colorspace.
17414
17415 2004-03-29  David Schleef  <ds@schleef.org>
17416
17417         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
17418         aren't in the caps.
17419         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
17420         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
17421
17422 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17423
17424         * gst-libs/gst/riff/riff-media.c:
17425           fail on error, don't try to set stuff on NULL caps
17426
17427 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17428
17429         * configure.ac:
17430         * ext/Makefile.am:
17431         * ext/kio/Makefile.am:
17432         * ext/kio/kioreceiver.cpp:
17433         * ext/kio/kioreceiver.h:
17434         * ext/kio/kiosrc.cpp:
17435         * ext/kio/kiosrc.h:
17436           add experimental kiosrc plugin
17437         * ext/alsa/gstalsaplugin.c: (plugin_init):
17438           initialize debugging category only when we're sure registering the
17439           plugins worked.
17440
17441 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17442
17443         * examples/gstplay/player.c: (main):
17444         * gst-libs/gst/play/play.c: (gst_play_class_init),
17445         (gst_play_set_location), (gst_play_set_data_src),
17446         (gst_play_set_video_sink), (gst_play_set_audio_sink),
17447         (gst_play_set_visualization), (gst_play_connect_visualization):
17448           check return values of element_set_state and return FALSE where
17449           failed
17450
17451 2004-03-29  Benjamin Otte  <otte@gnome.org>
17452
17453         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
17454           try harder to check if an event is really a discont
17455
17456 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17457
17458         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
17459         * po/az.po:
17460
17461 2004-03-28  Benjamin Otte  <otte@gnome.org>
17462
17463         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
17464         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
17465         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
17466           get rid of non-standard "..." ranges in case statements.
17467
17468 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
17469
17470         * gst/mpegstream/gstmpegdemux.c:
17471         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
17472         specific functionality split to the new dvddemux element.
17473         * gst/mpegstream/gstdvddemux.c:
17474         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
17475         streams, derived from mpegdemux.
17476         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
17477         up. SCR based timestamp rewriting can be turned off (will probably
17478         completely disappear soon).
17479         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
17480         hacking. General cleanup. All printf statements replaced by
17481         debugging messages. Almost complete libdvdnav support.
17482         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
17483         by events. New properties for audio and subpicture languages.
17484         (dvdnavsrc_update_highlight): Now uses events.
17485         (dvdnavsrc_user_op): Cleaned up.
17486         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
17487         based). Lots of cleanup, and propper support for most libdvdnav
17488         events.
17489         (dvdnavsrc_make_dvd_event): New function.
17490         (dvdnavsrc_make_dvd_nav_packet_event): New function.
17491         (dvdnavsrc_make_clut_change_event): New function.
17492
17493 2004-03-26  Benjamin Otte  <otte@gnome.org>
17494
17495         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
17496           fix bug where typefinding would claim it's theora whenever less then
17497           7 bytes of data were available
17498
17499 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17500
17501         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
17502         (gst_alawdec_base_init), (gst_alawdec_class_init),
17503         (gst_alawdec_init), (gst_alawdec_chain):
17504         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
17505         (gst_alawenc_base_init), (gst_alawenc_class_init),
17506         (gst_alawenc_init), (gst_alawenc_chain):
17507         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
17508         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
17509         (gst_mulawdec_init), (gst_mulawdec_chain):
17510         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
17511         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
17512         (gst_mulawenc_init), (gst_mulawenc_chain):
17513           Fix capsnego in all four, remove the unused property functions and
17514           simplify the chain functions slightly. I guess we could use macros
17515           or something similar for those, since the code is so similar, but
17516           I'm currently too lazy...
17517
17518 2004-03-24  David Schleef  <ds@schleef.org>
17519
17520         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
17521         (gst_osselement_close_audio), (gst_osselement_probe_caps),
17522         (gst_osselement_get_format_structure),
17523         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
17524         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
17525         (gst_osselement_rate_int_compare): Add code to handle rate probing
17526         (bug #120883)
17527         * sys/oss/gstosselement.h: same
17528         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
17529         Use rate probing provided by osselement.
17530         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
17531
17532 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17533
17534         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
17535         (gst_xvidenc_get_property):
17536           ulong/int mess-up.
17537
17538 2004-03-24  David Schleef  <ds@schleef.org>
17539
17540         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
17541         (gst_speexdec_init):
17542         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
17543         (gst_speexenc_init):  Create the pad template correctly (from
17544         the static pad template, not a NULL pointer.)
17545
17546 2004-03-25  Benjamin Otte  <otte@gnome.org>
17547
17548         * gst/debug/Makefile.am:
17549         * gst/debug/breakmydata.c:
17550           add element that quasi-randomly changes bytes in the stream.
17551           Intended use is robustness checking of demuxers and decoders in
17552           media tests.
17553
17554 2004-03-24  Benjamin Otte  <otte@gnome.org>
17555
17556         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
17557         (gst_alsa_probe_hw_params):
17558         * ext/alsa/gstalsa.h:
17559           debugging output fixes
17560
17561 2004-03-24  Benjamin Otte  <otte@gnome.org>
17562
17563         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
17564           don't g_return_if_fail if element is PLAYING, fail silently as every
17565           other element.
17566         * gst/effectv/gstquark.c: (gst_quarktv_chain):
17567           only fix needed for cast lvalue issues in gst-plugins
17568         * gst/volenv/gstvolenv.c: (gst_volenv_init):
17569           add proxy_getcaps
17570
17571 2004-03-24  Benjamin Otte  <otte@gnome.org>
17572
17573         * gst/level/gstlevel.c: (gst_level_init):
17574           add proxying getcaps function, so level doesn't advertise impossible
17575           caps
17576
17577 2004-03-24  David Schleef  <ds@schleef.org>
17578
17579         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
17580         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
17581         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
17582         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
17583         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
17584         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
17585         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
17586         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
17587         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
17588         messages.  Divide the chunk size by the compression ratio
17589         (needed for MACE audio)
17590
17591 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17592
17593         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
17594           Fix buffer overflow read error.
17595
17596 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17597
17598         * ext/alsa/gstalsa.h:
17599           Remove unused entry.
17600         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17601           Add cinepak.
17602         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
17603         (gst_videodrop_link), (gst_videodrop_chain):
17604           Fix, sort of. Was horribly broken with new capsnego. Bah...
17605
17606 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
17607
17608         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
17609         (plugin_init):
17610         Add a monkeysaudio typefind function
17611
17612 2004-03-23  Johan Dahlin  <johan@gnome.org>
17613
17614         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
17615         (gst_play_video_fixate): Check so the structure has the field
17616         before trying to fixate them, this makes it possible to have
17617         fakesinks for video and audio output without printing errors on
17618         the output console.
17619
17620 2004-03-22  David Schleef  <ds@schleef.org>
17621
17622         * sys/oss/Makefile.am:
17623         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
17624         (check_rate), (add_rate):  Rate probing test app.
17625
17626 2004-03-21  Benjamin Otte  <otte@gnome.org>
17627
17628         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
17629         (_fixate_caps_to_int), (gst_audio_convert_fixate):
17630           add a fixation function that pretty much does the right thing (fixes
17631           #137556)
17632
17633 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
17634
17635         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
17636
17637 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
17638
17639         reviewed by: Benjamin Otte  <otte@gnome.org>
17640
17641         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
17642           terminate gst_event_new_discontinuous correctly (fixes parts of
17643           #137711)
17644
17645 2004-03-19  David Schleef  <ds@schleef.org>
17646
17647         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
17648         since it doesn't depend on X, and it's part of our ABI.
17649
17650 2004-03-19  Iain <iain@prettypeople.org>
17651
17652         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
17653         is_int in the structure, not the local variable.
17654
17655 2004-03-19  David Schleef  <ds@schleef.org>
17656
17657         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
17658         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
17659         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
17660         Improvements in caps negotiation.
17661
17662 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17663
17664         * po/LINGUAS:
17665         * po/af.po:
17666           adding Afrikaans (Petri Jooste)
17667
17668 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17669
17670         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17671         (gst_ffmpegcolorspace_chain):
17672         throw error instead of g_critical (#137588)
17673
17674 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17675
17676         * Makefile.am:
17677         * configure.ac:
17678           dist common and m4 correctly
17679         * po/sv.po:
17680
17681 2004-03-17  David Schleef  <ds@schleef.org>
17682
17683         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
17684         (bug #137348)
17685
17686 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17687
17688         * po/LINGUAS:
17689         * po/sv.po:
17690           adding Swedish translation (Christian Rose)
17691
17692 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17693
17694         * Makefile.am: use release.mak
17695
17696 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17697
17698         * common/ChangeLog:
17699         * common/gst-autogen.sh:
17700           add some explanation about the version detection
17701         * configure.ac:
17702           fix X check
17703
17704 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17705
17706         * configure.ac: bump nano to 1
17707
17708 === release 0.8.0 ===
17709
17710 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17711
17712         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
17713
17714 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17715
17716         * configure.ac:
17717           update libtool version
17718         * gst-libs/gst/media-info/Makefile.am:
17719           actually use libtool version
17720
17721 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17722
17723         * configure.ac: fix speex detection to work with 1.0 but not 1.1
17724
17725 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17726
17727         * configure.ac:
17728         * gst-plugins.spec.in:
17729         * pkgconfig/Makefile.am:
17730         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
17731         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
17732         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
17733         * pkgconfig/gstreamer-libs.pc.in:
17734         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
17735         * pkgconfig/gstreamer-play-uninstalled.pc.in:
17736         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
17737         * pkgconfig/gstreamer-plugins.pc.in:
17738           remove @VERSION@ from some of the pc files since core and plugins
17739           are decoupled.
17740           created gstreamer-plugins.pc as it's a better name, but keeping
17741           -libs around for now to get fixes upstream done first.
17742
17743 2004-03-15  Julien MOUTTE <julien@moutte.net>
17744
17745         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
17746         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
17747         * gst-libs/gst/play/play.h:
17748
17749 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17750
17751         * *.c, *.cc: don't mix tabs and spaces
17752
17753 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17754
17755         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
17756           use the new ffmpegcolorspace
17757         * gst-plugins.spec.in:
17758           package new colorspace and media-info
17759         * configure.ac:
17760         * pkgconfig/Makefile.am:
17761           fix some more disting issues
17762         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
17763         * pkgconfig/gstreamer-media-info.pc.in:
17764           generate media-info pc files
17765
17766 2004-03-15  Johan Dahlin  <johan@gnome.org>
17767
17768         * *.h: Revert indenting
17769
17770 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17771
17772         * configure.ac:
17773           adding ffmpegcolorspace element
17774         * gst/ffmpegcolorspace/Makefile.am:
17775         * gst/ffmpegcolorspace/avcodec.h:
17776         * gst/ffmpegcolorspace/common.h:
17777         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
17778         * gst/ffmpegcolorspace/dsputil.h:
17779         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
17780         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17781         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
17782         (gst_ffmpeg_caps_to_pix_fmt):
17783         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
17784         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17785         (gst_ffmpegcolorspace_caps_remove_format_info),
17786         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
17787         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
17788         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
17789         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
17790         (gst_ffmpegcolorspace_set_property),
17791         (gst_ffmpegcolorspace_get_property),
17792         (gst_ffmpegcolorspace_register):
17793         * gst/ffmpegcolorspace/imgconvert.c:
17794         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
17795         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
17796         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
17797         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
17798         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
17799         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
17800         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
17801         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
17802         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
17803         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
17804         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
17805         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
17806         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
17807         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
17808         (img_get_alpha_info), (deinterlace_line),
17809         (deinterlace_line_inplace), (deinterlace_bottom_field),
17810         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
17811         * gst/ffmpegcolorspace/imgconvert_template.h:
17812         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
17813         * gst/ffmpegcolorspace/mmx.h:
17814         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
17815           adding ffmpegcolorspace element supplied by Ronald after cleaning
17816           up and pulling in the right bits of upstream source.
17817           I'm sure a better C/compiler wizard could do some cleaning up (for
17818           example use GLIB's malloc stuff), but as a first pass this
17819           works very well
17820
17821 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17822
17823         * ext/alsa/gstalsa.h:
17824           I assume Ronald forgot to commit the change to have cardname
17825           as a struct member.  Expect some public spanking at the next
17826           opportunity.
17827
17828 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17829
17830         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
17831         (gst_alsa_open_audio), (gst_alsa_close_audio):
17832         * ext/alsa/gstalsa.c:
17833           Don't open the device if we're a mixer (= padless).
17834         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
17835         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
17836         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
17837           Open mixer during state change rather than during object
17838           initialization. Also, get a device name. Currently in a somewhat
17839           hackish fashion, but I didn't really find something better.
17840
17841 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17842
17843         * *.c, *.h: run gst-indent
17844
17845 2004-03-14  Benjamin Otte  <otte@gnome.org>
17846
17847         * gst/modplug/gstmodplug.cc:
17848         * gst/modplug/gstmodplug.h:
17849           set correct timestamps on outgoing buffers
17850
17851 2004-03-14  Benjamin Otte  <otte@gnome.org>
17852
17853         * gst/modplug/gstmodplug.cc:
17854           handle events - don't do crap when a discont arrives that's not
17855           necessary
17856           This allows correct loading and playback of mods in Rhythmbox
17857
17858 2004-03-14  Benjamin Otte  <otte@gnome.org>
17859
17860         * configure.ac:
17861         * gst-libs/gst/gconf/Makefile.am:
17862         * pkgconfig/Makefile.am:
17863           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
17864           they get rebuilt properly
17865         * configure.ac:
17866           when checking for vorbis, try pkgconfig first.
17867         * gst/modplug/gstmodplug.cc:
17868           add fixate function
17869
17870 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17871
17872         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17873           Fix for obvious mistake, where we first shift the offset and then
17874           read a samplesize element assuming the old offset. Note that this
17875           part still has something weird, i.e. my movies containing those
17876           don't actually play well, but at least there's something that looks
17877           like sound now.
17878
17879 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
17880         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
17881         (plugin_init):
17882         Add a typefind function for speex format
17883
17884 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17885
17886         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
17887         (gst_asf_demux_setup_pad):
17888           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
17889           instead of 0. Reason is simple: some elements have a fps range
17890           of 1-max instead of 0-max. So now ASF video actually works.
17891
17892 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17893
17894         * po/LINGUAS:
17895         * po/sr.po:
17896           adding serbian as a language
17897
17898 2004-03-13  Benjamin Otte  <otte@gnome.org>
17899
17900         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
17901           return taglist correctly from _get function, don't gst_pad_push it.
17902           (fixes #137042)
17903
17904 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
17905         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
17906
17907 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17908
17909         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
17910         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
17911         (gst_alsa_mixer_track_new):
17912         * ext/alsa/gstalsamixertrack.h:
17913           Fix ancient leftovers... MixerTrack is a GObject.
17914
17915 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17916
17917         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
17918         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
17919           Don't block during probing...
17920
17921 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17922
17923         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
17924         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
17925         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
17926         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
17927         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
17928         (gst_alsa_open_audio), (gst_alsa_close_audio):
17929         * ext/alsa/gstalsa.h:
17930           Add propertyprobe interface implementation, add some device-name
17931           property, all this so that it looks good in gnome-volume-control.
17932
17933 2004-03-12  David Schleef  <ds@schleef.org>
17934
17935         * configure.ac: the Hermes library controls hermescolorspace, not
17936         colorspace.
17937         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
17938         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
17939         not /* */
17940         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
17941         * ext/sdl/sdlvideosink.h: ditto.
17942         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
17943
17944 2004-03-12  Benjamin Otte  <otte@gnome.org>
17945
17946         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
17947         (gst_x_overlay_got_xwindow_id):
17948         * gst-libs/gst/xoverlay/xoverlay.h:
17949           replace XID with unsigned long to get rid of the xlibs dependency in
17950           XOverlay (fixes #137004)
17951
17952 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
17953         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
17954         (gst_agingtv_setup):
17955         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
17956         (gst_dicetv_base_init), (gst_dicetv_class_init),
17957         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
17958         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
17959         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
17960         (gst_edgetv_setup), (gst_edgetv_rgb32):
17961         * gst/effectv/gsteffectv.c:
17962         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
17963         (gst_quarktv_set_property):
17964         * gst/effectv/gstrev.c: (gst_revtv_get_type),
17965         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
17966         (gst_revtv_setup), (gst_revtv_rgb32):
17967         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
17968         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
17969         (gst_shagadelictv_init), (gst_shagadelictv_setup),
17970         (gst_shagadelictv_rgb32):
17971         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
17972         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
17973         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
17974         * gst/effectv/gstwarp.c:
17975         Port everything that can be ported to videofilter and fix up the caps.
17976         Can someone with a big-endian machine please check these?
17977
17978 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17979
17980         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
17981         (gst_osssink_chain), (gst_osssink_change_state):
17982           Latest fixes for A/V sync, audio playback and such. This is about
17983           all... MPEG playback issues are mostly related to the async build-
17984           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
17985
17986 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17987
17988         patch from: Stephane Loeuillet
17989
17990         * configure.ac:
17991           use pkg-config for some libraries, falling back to the old .m4 way
17992           (fixes #131270)
17993         * m4/libdv.m4:
17994           removed
17995
17996 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17997
17998         * configure.ac:
17999         * tools/Makefile.am:
18000         * tools/Makefile.in:
18001         * tools/gst-launch-ext-m.m:
18002         * tools/gst-launch-ext.1.in:
18003         * tools/gst-visualise-m.m:
18004         * tools/gst-visualise.1:
18005         * tools/gst-visualise.1.in:
18006           reorganizing generation of script tools
18007
18008 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18009
18010         * ext/divx/gstdivxdec.c:
18011           Downgrade priority. We prefer ffdec_mpeg4.
18012         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
18013         (gst_faad_chain), (gst_faad_change_state):
18014           Fix capsnego. Doesn't work for some sounds because we don't have
18015           a 5:1 to stereo element.
18016         * ext/xvid/gstxvid.c: (plugin_init):
18017           Add priority.
18018         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
18019         (gst_osssink_change_state):
18020           Add discont handling.
18021
18022 2004-03-09  Colin Walters  <walters@verbum.org>
18023
18024         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
18025         conversion.
18026
18027 2004-03-09  Benjamin Otte  <otte@gnome.org>
18028
18029         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
18030           the signals take 2 arguments
18031
18032 2004-03-09  David Schleef  <ds@schleef.org>
18033
18034         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
18035         (gst_alsa_fixate): Add fixate function.  (bug #136686)
18036         * ext/alsa/gstalsa.h:
18037         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
18038
18039 2004-03-09  Benjamin Otte  <otte@gnome.org>
18040
18041         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
18042         (gst_mikmod_change_state):
18043         * ext/mikmod/gstmikmod.h:
18044           make mikmod's loop function not loop infinitely and call
18045           gst_element_yield anymore
18046         * gst/modplug/gstmodplug.cc:
18047           fix pad negotiation (fixes #136590)
18048
18049 2004-03-09  David Schleef  <ds@schleef.org>
18050
18051         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
18052         doesn't conflict with the internal colorspace plugin.
18053         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
18054         satisfy the crappy-ass shell shipped by a certain vendor.
18055         * gst/videofilter/make_filter: same (bug #135299)
18056
18057 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18058
18059         * configure.ac: bump nano to 1
18060
18061 === release 0.7.6 ===
18062
18063 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18064
18065         * configure.in: releasing 0.7.6, "There"
18066
18067 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18068
18069         * pkgconfig/gstreamer-play-uninstalled.pc.in:
18070         * pkgconfig/gstreamer-play.pc.in:
18071           synchronize the two
18072
18073 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18074
18075         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
18076         (cdparanoia_open), (cdparanoia_event):
18077           fix/add error handling
18078         * po/POTFILES.in:
18079           add cdparanoia source
18080         * tools/Makefile.am:
18081           make scripts executable
18082
18083 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18084
18085         * configure.ac:
18086         * ext/vorbis/Makefile.am:
18087         * sys/Makefile.am:
18088           remove id3types, vorbisfile and xvideosink from the build (#133783)
18089
18090 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18091
18092         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
18093           Fix metadata read crash (#136537).
18094
18095 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18096
18097         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
18098         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
18099           adding mime types, fixing the one-stop function
18100
18101 2004-03-08  Christian Schaller <Uraeus@gnome.org>
18102
18103         * ext/nas/nassink.c and /ext/nas/nassink.h:
18104         More NAS love from Arwed von Merkatz
18105         So lets all sing 'Can you feel the NAS tonight'
18106
18107 2004-03-08  Christian Schaller <Uraeus@gnome.org>
18108
18109         * tools/gst-launch-ext.in:
18110         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
18111
18112 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18113
18114         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
18115         (gst_mpeg2dec_init):
18116         remove the user_data pad for now, because it is being used in
18117         fixating causing MPEG playback to fixate on 1000 Hz for playback.
18118         If someone knows how to fix this properly, please do.
18119
18120 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18121
18122         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
18123         (gst_osssink_get_time):
18124         add a warning, IMO this won't get triggered anymore, remove later
18125
18126 2004-03-07  David Schleef  <ds@schleef.org>
18127
18128         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
18129         format (bug #136470)
18130
18131 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
18132
18133         * gst-libs/Makefile.am:
18134         * gst-libs/gst/media-info/Makefile.am:
18135         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
18136         (error_callback), (gst_media_info_error_create),
18137         (gst_media_info_error_element), (gmip_init), (gmip_reset),
18138         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
18139         * gst-libs/gst/media-info/media-info-priv.h:
18140         * gst-libs/gst/media-info/media-info-test.c: (main):
18141         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
18142         (gst_media_info_class_init), (gst_media_info_instance_init),
18143         (gst_media_info_set_source), (gst_media_info_read_with_idler),
18144         (gst_media_info_read_idler), (gst_media_info_read):
18145         * gst-libs/gst/media-info/media-info.h:
18146         fixed, should work now
18147
18148 2004-03-07  Christian Schaller <Uraeus@gnome.org>
18149
18150         * ext/nas/nassink.c:
18151         A bunch of NAS fixes from Arwed von Merkatz
18152
18153 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18154
18155         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
18156         (qtdemux_parse_trak):
18157           Fix crash (j might be greater than n_samples, in which case we're
18158           writing outside the allocated space for the array) and memleak.
18159
18160 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18161
18162         * sys/oss/gstosssink.c: (gst_osssink_chain):
18163           And another caller that couldn't handle delay < 0 (unsigned
18164           integer overflow). Video now continues playing on an audio
18165           buffer underrun, and the clock continues working. Audio still
18166           stalls.
18167
18168 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18169
18170         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
18171         (gst_osssink_get_time):
18172           get_delay() may return values lower than 0. In those cases, we
18173           should not actually cast to *unsigned* int64, that will break
18174           stuff horribly. In my case, it screwed up A/V sync in movies
18175           in totem rather badly.
18176
18177 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
18178
18179         * ext/faac/gstfaac.c: (gst_faac_chain):
18180         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
18181         * ext/libpng/gstpngenc.c: (user_write_data):
18182         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
18183         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
18184         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
18185         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
18186         Fix several misuse of gst_buffer_merge (it doesn't take ownership
18187         of any buffer), should fix some leaks. I hope I didn't unref buffers
18188         that shouldn't be...
18189
18190 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18191
18192         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
18193         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
18194         (error_callback), (gmi_reset), (gmi_seek_to_track),
18195         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
18196         (gmip_find_type_post), (gmip_find_stream_post),
18197         (gmip_find_track_streaminfo_post):
18198         * gst-libs/gst/media-info/media-info-priv.h:
18199         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
18200         (info_print), (main):
18201         * gst-libs/gst/media-info/media-info.c:
18202         (gst_media_info_error_create), (gst_media_info_error_element),
18203         (gst_media_info_instance_init), (gst_media_info_get_property),
18204         (gst_media_info_new), (gst_media_info_set_source),
18205         (gst_media_info_read_idler), (gst_media_info_read):
18206         * gst-libs/gst/media-info/media-info.h:
18207           first pass at making this work again.  This seems to work on
18208           tagged ogg/vorbis and mp3 files.
18209
18210 2004-03-06  Benjamin Otte  <otte@gnome.org>
18211
18212         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
18213           fix huge leak: gst_buffer_merge doesn't unref the first argument
18214           itself.
18215
18216 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18217
18218         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
18219           report layer/mode/emphasis
18220
18221 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
18222
18223         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
18224
18225 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18226
18227         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
18228           signal serial
18229
18230 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18231
18232         * ext/vorbis/vorbis.c: (plugin_init):
18233         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
18234         (gst_vorbis_dec_init), (vorbis_dec_event):
18235         add debug category
18236         make vorbisdec handle _BYTE and _TIME queries
18237
18238 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
18239
18240         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
18241           from the xing header
18242
18243 2004-03-06  Benjamin Otte  <otte@gnome.org>
18244
18245         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
18246         (gst_audio_convert_link), (gst_audio_convert_change_state),
18247         (gst_audio_convert_buffer_from_default_format):
18248           do conversions from/to float correctly, fix some caps nego errors,
18249           export correct supported caps in template and getcaps, use correct
18250           caps in try_set_caps functions
18251
18252 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
18253
18254         For some reason, I only committed a ChangeLog entry yesterday and
18255         not the corresponding code...
18256         * ext/mad/gstmad.c: Fix detection of Xing headers
18257         * gst/tags/gstid3tag.c: Changes to support TLEN tags
18258
18259 2004-03-06  Benjamin Otte  <otte@gnome.org>
18260
18261         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
18262         (gst_ogg_demux_src_query):
18263           make sure to handle the case where there's no current chain
18264           gracefully.
18265
18266 2004-03-05  David Schleef  <ds@schleef.org>
18267
18268         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
18269         Add fixate function. (bug #131128)
18270         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
18271         (gst_sdlvideosink_fixate):  Add fixate function.
18272         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
18273         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
18274         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
18275         Fix missing break that was causing ulaw to be interpreted as
18276         raw int.
18277
18278 2004-03-05  David Schleef  <ds@schleef.org>
18279
18280         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
18281         Fix code that ignores return value of gst_buffer_merge().
18282         (bug #114560)
18283         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
18284         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
18285         * testsuite/gst-lint:  Check for above.
18286
18287 2004-03-05  David Schleef  <ds@schleef.org>
18288
18289         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
18290         caps and throw an element error.  (bug #136334)
18291
18292 2004-03-05  David Schleef  <ds@schleef.org>
18293
18294         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
18295         (gst_faad_chain): Fix negotiation.
18296         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
18297         key and button events.
18298         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
18299         dung heap of code.
18300         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
18301         depends on gconf
18302         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
18303         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
18304         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
18305         function to encourage better negotiation, particularly between
18306         audioconvert and osssink.
18307         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
18308         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
18309         more important.
18310         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
18311         typefinding.
18312         * gst/vbidec/vbiscreen.c:  Add glib header
18313         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
18314
18315 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
18316
18317         * ext/mad/gstmad.c: Fix detection of Xing headers
18318         * gst/tags/gstid3tag.c: Changes to support TLEN tags
18319
18320 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18321
18322         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
18323         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
18324           debug updates
18325
18326 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
18327
18328         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
18329         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
18330         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
18331         files, and report the parsed length as a GST_TAG_DURATION tag.
18332         * gst/tags/gstid3tag.c: support TLEN (duration) tag
18333
18334 2004-03-05  Benjamin Otte  <otte@gnome.org>
18335
18336         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
18337           convert channels correctly. convert correctly to unsigned.
18338
18339 2004-03-05  Julien MOUTTE <julien@moutte.net>
18340
18341         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
18342         we have a window before clearing it.
18343
18344 2004-03-05  Julien MOUTTE <julien@moutte.net>
18345
18346         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
18347         have a window before clearing it.
18348
18349 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18350
18351         * gconf/gstreamer.schemas.in:
18352         * gst-libs/gst/gconf/Makefile.am:
18353           version installation path the same way as for 0.6
18354         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
18355         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
18356         * pkgconfig/gstreamer-play-uninstalled.pc.in:
18357           remove comment that was fixed
18358
18359 2004-03-05  David Schleef  <ds@schleef.org>
18360
18361         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
18362         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
18363         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
18364         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
18365         Add prototype code for handling seeking and querying.
18366
18367 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18368
18369         * examples/gstplay/player.c: (main):
18370           Initialize variables to NULL. Prevents a segfault because the
18371           (uninitialized) variable is not NULL, resulting in a crash on
18372           trying to reach error->message.
18373
18374 2004-03-05  Benjamin Otte  <otte@gnome.org>
18375
18376         * gst/audioconvert/gstaudioconvert.c:
18377         (gst_audio_convert_buffer_to_default_format):
18378         make float=>int conversion work correctly even in cornercases.
18379
18380 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
18381
18382         * debian/README.Debian:
18383         * debian/build-deps:
18384         * debian/changelog:
18385         * debian/control:
18386         * debian/control.in:
18387         * debian/copyright:
18388         * debian/gstreamer-a52dec.files:
18389         * debian/gstreamer-aa.files:
18390         * debian/gstreamer-alsa.files:
18391         * debian/gstreamer-alsa.manpages:
18392         * debian/gstreamer-arts.files:
18393         * debian/gstreamer-artsd.files:
18394         * debian/gstreamer-audiofile.files:
18395         * debian/gstreamer-avifile.files:
18396         * debian/gstreamer-cdparanoia.files:
18397         * debian/gstreamer-colorspace.files:
18398         * debian/gstreamer-doc.files:
18399         * debian/gstreamer-dv.files:
18400         * debian/gstreamer-dvd.files:
18401         * debian/gstreamer-esd.files:
18402         * debian/gstreamer-festival.files:
18403         * debian/gstreamer-flac.files:
18404         * debian/gstreamer-gconf.conffiles:
18405         * debian/gstreamer-gconf.files:
18406         * debian/gstreamer-gconf.postinst:
18407         * debian/gstreamer-gnomevfs.files:
18408         * debian/gstreamer-gsm.files:
18409         * debian/gstreamer-http.files:
18410         * debian/gstreamer-jack.files:
18411         * debian/gstreamer-jpeg.files:
18412         * debian/gstreamer-mad.files:
18413         * debian/gstreamer-mikmod.files:
18414         * debian/gstreamer-misc.files:
18415         * debian/gstreamer-mpeg2dec.files:
18416         * debian/gstreamer-oss.files:
18417         * debian/gstreamer-plugin-apps.files:
18418         * debian/gstreamer-plugin-apps.manpages:
18419         * debian/gstreamer-plugin-libs-dev.files:
18420         * debian/gstreamer-plugin-libs.files:
18421         * debian/gstreamer-plugin-template.postinst:
18422         * debian/gstreamer-plugin-template.postrm:
18423         * debian/gstreamer-sdl.files:
18424         * debian/gstreamer-sid.files:
18425         * debian/gstreamer-vorbis.files:
18426         * debian/gstreamer-x.files:
18427         * debian/mk.control:
18428         * debian/rules:
18429         Debian package info not maintained here.
18430
18431 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18432
18433         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
18434         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
18435         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
18436         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
18437         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
18438         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
18439         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
18440         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
18441         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
18442         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
18443         * gst-libs/gst/colorbalance/colorbalance.c:
18444         (gst_color_balance_class_init):
18445         * gst-libs/gst/colorbalance/colorbalancechannel.c:
18446         (gst_color_balance_channel_class_init):
18447         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
18448         * gst-libs/gst/play/play.c: (gst_play_class_init):
18449         * gst-libs/gst/propertyprobe/propertyprobe.c:
18450         (gst_property_probe_iface_init):
18451         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
18452         * gst-libs/gst/tuner/tunerchannel.c:
18453         (gst_tuner_channel_class_init):
18454         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
18455         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
18456         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
18457         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
18458         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
18459         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
18460         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
18461         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
18462         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
18463           fix signals to use - instead of _
18464         * ext/libcaca/gstcacasink.h:
18465         * ext/sdl/sdlvideosink.h:
18466           fix header rename
18467
18468 2004-03-04  David Schleef  <ds@schleef.org>
18469
18470         * testsuite/gst-lint:  Add a check for bad signal names.
18471
18472 2004-03-04  <kost@imn.htwk-leipzig.de>
18473
18474         reviewed by David Schleef
18475
18476         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
18477         modified the alpha channel and caused a warning. (bug #136192)
18478
18479 2004-04-03  Christian Schaller <Uraeus@gnome.org>
18480
18481         * gst-plugins.spec.in:
18482         Change names of plugins to actually be correct. Try to keep things
18483         alphabetical to avoid getting beat up by Thomas
18484
18485 2004-03-03  Julien MOUTTE <julien@moutte.net>
18486
18487         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
18488         Using ximagesink as a default if no gconf key found. We should
18489         probably consider using alsasink instead of osssink for the audio
18490         part.
18491
18492 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18493
18494         * configure.ac:
18495           fix --with-plugins, don't think it ever worked before
18496         * gst-plugins.spec.in:
18497           even more updates
18498
18499 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18500
18501         * ext/sdl/sdlvideosink.h:
18502         * sys/ximage/ximagesink.h:
18503         * sys/xvideo/xvideosink.h:
18504         * sys/xvimage/xvimagesink.h:
18505           Fix for move of gstvideosink.h -> videosink.h.
18506
18507 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18508
18509         * gst-libs/gst/xwindowlistener/Makefile.am:
18510           this is a plugin library, not a library
18511
18512 2004-03-01  David Schleef  <ds@schleef.org>
18513
18514         * AUTHORS:  Added some names.  Add yourself if you're still
18515         missing.
18516
18517 2004-03-01  David Schleef  <ds@schleef.org>
18518
18519         * MAINTAINERS: Add
18520
18521 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18522
18523         * gst-plugins.spec.in: clean up spec file
18524
18525 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18526
18527         * gst-libs/gst/video/Makefile.am:
18528         * gst-libs/gst/video/gstvideosink.c:
18529         * gst-libs/gst/video/gstvideosink.h:
18530           rename gstvideosink.h to videosink.h to match other headers
18531         * gst/mixmatrix/Makefile.am:
18532           fix plugin filename
18533         * gst/tags/Makefile.am: fix plugin filename
18534
18535 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18536
18537         * gst/tags/Makefile.am: fix plugin filename
18538
18539 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18540
18541         * examples/gstplay/player.c: (got_time_tick), (main):
18542           add error handler
18543           display time_tick more readably
18544         * gst/mixmatrix/Makefile.am:
18545           fix plugin file name
18546
18547 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
18548
18549         * sys/oss/gstosselement.c: (gst_osselement_probe),
18550         (device_combination_append), (gst_osselement_class_probe_devices):
18551         * sys/oss/gstosselement.h:
18552           Reworked enumeration of oss dsps and mixers so that gst-mixer works
18553           on my system using alsa oss emulation, fixes bug #135597
18554
18555 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18556
18557         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
18558         (gst_videodrop_chain), (gst_videodrop_change_state):
18559         * gst/videodrop/gstvideodrop.h:
18560           Work based on timestamp of input data, not based on the expected
18561           framerate from the input. The consequence is that this element now
18562           not only scales framerates, but also functions as a framerate
18563           corrector or framerate stabilizer/constantizer.
18564
18565 2004-02-27  David Schleef  <ds@schleef.org>
18566
18567         patches from jmmv@menta.net (Julio M. Merino Vidal)
18568
18569         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
18570         GST_ELEMENT_ERROR call (bug #135634)
18571         * gst/interleave/interleave.c: (interleave_buffered_loop),
18572         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
18573         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
18574         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
18575         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
18576         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
18577         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
18578         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
18579         Fix GST_ELEMENT_ERROR call.
18580         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
18581         GST_ELEMENT_ERROR call.
18582
18583 2004-02-27  Benjamin Otte  <otte@gnome.org>
18584
18585         * gst-libs/gst/audio/audio.h:
18586           add macro to make sure header isn't included twice
18587         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
18588           don't use gst_buffer_free
18589         * gst/playondemand/filter.func:
18590           don't use gst_data_free. Free data only once.
18591
18592 2004-02-26  David Schleef  <ds@schleef.org>
18593
18594         * gst-libs/gst/colorbalance/Makefile.am:
18595         * gst-libs/gst/mixer/Makefile.am:
18596         * gst-libs/gst/tuner/Makefile.am:
18597         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
18598         should not be disted, -marshal.h files should not be installed,
18599         and -enum.h files _should_ be installed.  Fix to make this the
18600         case.
18601
18602 === release 0.7.5 ===
18603
18604 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
18605
18606         * configure.ac: release 0.7.5, "Under The Sea"
18607
18608 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18609
18610         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
18611         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
18612         * gst/videoscale/gstvideoscale.c:
18613         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
18614           assorted debug/warning fixes
18615
18616 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18617
18618         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
18619         (gst_videoscale_init), (gst_videoscale_chain),
18620         (gst_videoscale_set_property), (plugin_init):
18621         * gst/videoscale/gstvideoscale.h:
18622         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
18623         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
18624         (gst_videoscale_planar400), (gst_videoscale_packed422),
18625         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
18626         (gst_videoscale_24bit), (gst_videoscale_16bit),
18627         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
18628         (gst_videoscale_scale_plane_slow),
18629         (gst_videoscale_scale_point_sample),
18630         (gst_videoscale_scale_nearest),
18631         (gst_videoscale_scale_nearest_str2),
18632         (gst_videoscale_scale_nearest_str4),
18633         (gst_videoscale_scale_nearest_32bit),
18634         (gst_videoscale_scale_nearest_24bit),
18635         (gst_videoscale_scale_nearest_16bit):
18636         add debugging category and use it properly
18637         fix use of GST_PTR_FORMAT
18638
18639 2004-02-25  Andy Wingo  <wingo@pobox.com>
18640
18641         * gst/interleave/interleave.c (interleave_buffered_loop): Always
18642         push only when channel->buffer is NULL. Prevents segfaults doing
18643         the state change after a nonlocal exit, like a scheme exception.
18644
18645         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
18646         Handle the case where the intersected caps is empty.
18647
18648 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18649
18650         * gst/law/mulaw-decode.c: (mulawdec_link):
18651         * gst/law/mulaw.c: (plugin_init):
18652           fix mulawdec so it actually works again
18653
18654 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
18655
18656         reviewed by: David Schleef  <ds@schleef.org>
18657
18658         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
18659         (gst_gamma_init), (gst_gamma_set_property),
18660         (gst_gamma_get_property), (gst_gamma_calculate_tables),
18661         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
18662         for RGB, with separate r g and b correction factors. (#131167)
18663
18664 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18665
18666         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18667           only signal tags for bitrate if they're > 0 (#134894)
18668
18669 2004-02-24  David Schleef  <ds@schleef.org>
18670
18671         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
18672         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
18673         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
18674         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
18675         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
18676         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
18677         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
18678         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
18679         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
18680         category.  Attempt to fix timestamp calculation.
18681
18682 2004-02-24  Johan Dahlin  <johan@gnome.org>
18683
18684         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
18685
18686 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18687
18688         * configure.ac:
18689         * gconf/Makefile.am:
18690         * gconf/gstreamer.schemas:
18691         * gst-libs/gst/gconf/Makefile.am:
18692         * gst-libs/gst/gconf/gconf.c:
18693           version gconf schemas and install locations
18694
18695 2004-02-23  Benjamin Otte  <otte@gnome.org>
18696
18697         * ext/xine/xineinput.c: (gst_xine_input_dispose):
18698         (gst_xine_input_subclass_init):
18699           call parent dispose.
18700           change pad template for CD reader correctly
18701         * ext/xine/Makefile.am:
18702         * ext/xine/gstxine.h:
18703         * ext/xine/xine.c: (plugin_init):
18704         * ext/xine/xineaudiosink.c:
18705           wrap audio sinks, too
18706         * gst-libs/gst/resample/private.h:
18707         * gst-libs/gst/resample/resample.c: (gst_resample_init),
18708         (gst_resample_reinit), (gst_resample_scale),
18709         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
18710         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
18711         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
18712         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
18713         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
18714         * gst-libs/gst/resample/resample.h:
18715         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
18716         (gst_audioscale_class_init), (gst_audioscale_link),
18717         (gst_audioscale_get_buffer), (gst_audioscale_init),
18718         (gst_audioscale_chain), (gst_audioscale_set_property),
18719         (gst_audioscale_get_property):
18720         * gst/audioscale/gstaudioscale.h:
18721           s/resample_*/gst_resample_*/i to not clobber namespaces
18722
18723 2004-02-23  Julien MOUTTE  <julien@moutte.net>
18724
18725         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18726         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
18727         (gst_riff_create_video_template_caps),
18728         (gst_riff_create_audio_template_caps),
18729         (gst_riff_create_iavs_template_caps):
18730         * gst-libs/gst/riff/riff-media.h:
18731         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
18732         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
18733         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
18734         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
18735         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
18736         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
18737         (gst_matroska_demux_plugin_init): First batch implementing audio and
18738         video codec tags in demuxers.
18739
18740 2004-02-22  Benjamin Otte  <otte@gnome.org>
18741
18742         * ext/xine/Makefile.am:
18743         * ext/xine/gstxine.h:
18744         * ext/xine/xine.c: (plugin_init):
18745         * ext/xine/xineinput.c:
18746           add input plugin wrapper. Playback from files, http, mms and cdda
18747           works.
18748         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
18749           remove leftover G_GNUC_UNUSED
18750         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
18751         (gst_asf_demux_identify_guid):
18752           improve debugging output
18753
18754 2004-02-22  Benjamin Otte  <otte@gnome.org>
18755
18756         reported by: Padraig O'Briain <padraig.obriain@sun.com>
18757
18758         * autogen.sh:
18759           replace test -e with test -x for mkinstalldirs to be more portable.
18760           (fixes #134816)
18761
18762 2004-02-22  Benjamin Otte  <otte@gnome.org>
18763
18764         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
18765
18766         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
18767           set rank to PRIMARY
18768         * gst/volume/gstvolume.c: (plugin_init):
18769           set rank to NONE
18770         fixes #134960
18771
18772 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
18773
18774         reviewed by Benjamin Otte  <otte@gnome.org>
18775
18776         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
18777           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
18778
18779 2004-02-22  Benjamin Otte  <otte@gnome.org>
18780
18781         * configure.ac:
18782           export [_]*{gst,Gst,GST}.* symbols from plugins
18783
18784 2004-02-22  Christophe Fergeau <teuf@gnome.org>
18785
18786         reviewed by: Benjamin Otte  <otte@gnome.org>
18787
18788         * ext/lame/gstlame.c: (add_one_tag):
18789         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
18790         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
18791         (gst_vorbisenc_metadata_set1):
18792         * gst/tags/gstid3tag.c:
18793         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
18794           apply fixes from bugs #135042 (lame can't write tags) and #133817
18795           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
18796
18797 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
18798
18799         * configure.ac: Export only gst_plugin_desc from plugins.
18800          Note that this change only makes any effect with Linux using libtool
18801          1.5.2 or higher. Otherwise it is silently ignored, but it would build
18802          fine. And don't try to have several versions of libtool in different
18803          directories.
18804
18805 2004-02-20  Andy Wingo  <wingo@pobox.com>
18806
18807         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
18808         interleave respectively.
18809
18810         * gst/interleave/deinterleave.c: New plugin: deinterleave
18811         (replaces on oneton).
18812         * gst/interleave/interleave.c: New plugin: interleave.
18813         * gst/interleave/plugin.h: Support file.
18814         * gst/interleave/plugin.c: Support file.
18815
18816         * configure.ac: Remove intfloat and oneton, add interleave.
18817
18818         * ext/sndfile/gstsf.c: Handle events better.
18819
18820         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
18821         and float2int operation. int2float has scheduling problems as
18822         noted in in2float_chain.
18823
18824 2004-02-20  Benjamin Otte  <otte@gnome.org>
18825
18826         * ext/xine/Makefile.am:
18827         * ext/xine/gstxine.h:
18828         * ext/xine/xine.c:
18829         * ext/xine/xineaudiodec.c:
18830         * ext/xine/xinecaps.c:
18831           add first version of xine plugin wrapper. Currently only wraps the
18832           QDM2 win32 DLL, and even that only in proof-of-concept quality.
18833         * configure.ac:
18834         * ext/Makefile.am:
18835           add xine plugin wrapper, disabled by default. Use --enable-xine to
18836           build. Note that it'll segfault on gst-register if you don't remove
18837           the goom and tvtime post plugins from xine.
18838         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
18839         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
18840           add extradata parsing for QDM2.
18841           change around debugging prints.
18842
18843 2004-02-19  Benjamin Otte  <otte@gnome.org>
18844
18845         * ext/lame/gstlame.c: (gst_lame_chain):
18846         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
18847           use gst_tag_list_insert when you want to insert tags
18848
18849 2004-02-18  David Schleef  <ds@schleef.org>
18850
18851         * configure.ac:  Move massink to gst-rotten
18852         * ext/Makefile.am:
18853         * ext/mas/Makefile.am:
18854         * ext/mas/massink.c:
18855         * ext/mas/massink.h:
18856
18857 2004-02-18  David Schleef  <ds@schleef.org>
18858
18859         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
18860         typefinding, since it seems to be worse than nothing.
18861         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
18862         atom to recognize .mp4 and .m4a files as video/quicktime.
18863
18864 2004-02-18  David Schleef  <ds@schleef.org>
18865
18866         * gst/sine/demo-dparams.c: (quit_live),
18867         (dynparm_log_value_changed), (dynparm_value_changed), (main):
18868         Use double dparams, not float.
18869         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18870         (gst_sinesrc_init): Change sync default to FALSE, since multiple
18871         sync'd elements don't really work correctly.
18872         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
18873         (volume_update_volume), (volume_get_property):  Change dparam
18874         to double.
18875
18876 2004-02-18  Julien MOUTTE  <julien@moutte.net>
18877
18878         * sys/ximage/ximagesink.c:
18879         (gst_ximagesink_xwindow_update_geometry),
18880         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
18881         (gst_ximagesink_change_state), (gst_ximagesink_expose),
18882         (gst_ximagesink_init): Rework the way software video scaling works. So
18883         now we check on each chain call if the video frames are feeling the
18884         window. If not we try to renegotiate caps. On failure we memorize that
18885         and we won't try again for that PLAYING sessions.
18886         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
18887         failure.
18888         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
18889         synchronous flag.
18890
18891 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18892
18893         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
18894           break up _link so we can give a better debug message for errors
18895
18896 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18897
18898         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
18899           set up debug category
18900
18901 2004-02-18  Julien MOUTTE <julien@moutte.net>
18902
18903         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18904         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
18905         the way renegotiation work. The event handling function is not taking
18906         care of external windows and renegotiate method check for pad flags
18907         NEGOTIATING. Should fix : #133209
18908
18909 2004-02-17  Julien MOUTTE  <julien@moutte.net>
18910
18911         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
18912         pad is negotiating before trying renegotiation.
18913
18914 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
18915
18916         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
18917           pass on all possible mime types as typefind hints
18918
18919 2004-02-17  Julien MOUTTE <julien@moutte.net>
18920
18921         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
18922         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
18923         possible SHM leak if we crash. All other apps using XShm are doing
18924         that.
18925
18926 2004-02-17  Julien MOUTTE  <julien@moutte.net>
18927
18928         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18929         (gst_ximagesink_expose): Renegotiate size on expose.
18930         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
18931         size on expose.
18932
18933 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18934
18935         * testsuite/alsa/sinesrc.c:
18936           cosmetic fix to fix compile issue with gcc 2.95.4
18937
18938 2004-02-16  Julien MOUTTE <julien@moutte.net>
18939
18940         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
18941         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
18942         failed opening the audio device.
18943         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
18944         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
18945         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
18946         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
18947         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
18948         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
18949         (gst_ximagesink_change_state), (gst_ximagesink_chain),
18950         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
18951         Removing some useless g_return_if_fail like wingo suggested.
18952         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
18953         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
18954         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
18955         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
18956         (gst_xvimagesink_update_colorbalance),
18957         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
18958         (gst_xvimagesink_xcontext_clear),
18959         (gst_xvimagesink_get_fourcc_from_caps),
18960         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
18961         (gst_xvimagesink_set_xwindow_id),
18962         (gst_xvimagesink_colorbalance_list_channels),
18963         (gst_xvimagesink_colorbalance_set_value),
18964         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
18965         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
18966
18967 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18968
18969         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
18970           throw error when not negotiated instead of asserting
18971
18972 2004-02-15  Julien MOUTTE  <julien@moutte.net>
18973
18974         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
18975         correct data refcounting.
18976
18977 2004-02-15  Julien MOUTTE  <julien@moutte.net>
18978
18979         * gst/switch/gstswitch.c: (gst_switch_change_state),
18980         (gst_switch_class_init): Cleaning the sinkpads correctly on state
18981         change, mostly the EOS flag.
18982
18983 2004-02-15  Julien MOUTTE  <julien@moutte.net>
18984
18985         * examples/gstplay/player.c: (got_eos), (main): Adding some
18986         output for debugging.
18987         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
18988         timeouts if we go to any state different from PLAYING.
18989         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
18990         more EOS bugs in riff lib.
18991
18992 2004-02-14  Julien MOUTTE  <julien@moutte.net>
18993
18994         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
18995         visualization until i find a way to fix switch correctly.
18996         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
18997         EOS arrives.
18998         * gst/switch/gstswitch.c: (gst_switch_release_pad),
18999         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
19000         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
19001         Reworked switch to get a more correct behaviour with events and refing
19002         of data stored in sinkpads.
19003         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
19004         we don't pull from a pad in EOS.
19005
19006 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19007
19008         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
19009           remove v1 tag even if we can't read it (makes sure we don't detect
19010           it again)
19011
19012 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19013
19014         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
19015         (gst_alsa_xrun_recovery):
19016         * ext/alsa/gstalsa.h:
19017           try xrun recovery when wait failed. Make xrun recovery function
19018           return TRUE/FALSE to indicate success. (might fix #134354)
19019
19020 2004-02-13  David Schleef  <ds@schleef.org>
19021
19022         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
19023         (dynparm_value_changed), (main): Convert from float to double.
19024         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
19025
19026 2004-02-13  David Schleef  <ds@schleef.org>
19027
19028         * gst/silence/gstsilence.c: (gst_silence_class_init),
19029         (gst_silence_set_clock), (gst_silence_get),
19030         (gst_silence_set_property), (gst_silence_get_property):
19031         * gst/silence/gstsilence.h: Add sync property.
19032         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
19033         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
19034         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
19035         * gst/sine/gstsinesrc.h: Add sync property.
19036
19037 2004-02-13  David Schleef  <ds@schleef.org>
19038
19039         * gst/intfloat/gstint2float.c: (conv_f32_s16),
19040         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
19041
19042 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19043
19044         * configure.ac:
19045         * ext/Makefile.am:
19046         * gst-libs/ext/Makefile.am:
19047           move ffmpeg plugin to gst-ffmpeg module
19048
19049 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19050
19051         * configure.ac: use GST_ARCH to detect architecture
19052
19053 2004-02-12  Julien MOUTTE  <julien@moutte.net>
19054
19055         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
19056
19057 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
19058
19059         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
19060           classify LADSPA plugins based on number of src/sink pads
19061           (#133663, Stefan Kost)
19062         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
19063           fix dparams registration
19064           (#133528, Stefan Kost)
19065         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
19066           fix use of isprint and use g_ascii_isprint instead
19067           (#133316, Stefan Kost)
19068
19069 2004-02-11  David Schleef  <ds@schleef.org>
19070
19071         Convert a few inner loops to use liboil.  This is currently
19072         optional, and is only enabled if liboil is present (duh!).
19073         * configure.ac: Check for liboil-0.1
19074         * gst/intfloat/Makefile.am:
19075         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
19076         (gst_int2float_chain_gint16):
19077         * gst/videofilter/Makefile.am:
19078         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
19079         (tablelookup_u8), (gst_videobalance_planar411):
19080         * gst/videotestsrc/Makefile.am:
19081         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
19082         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
19083         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
19084         (paint_hline_RGB565), (paint_hline_xRGB1555):
19085
19086 2004-02-11  David Schleef  <ds@schleef.org>
19087
19088         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
19089         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
19090         (gst_colorspace_getcaps), (gst_colorspace_link),
19091         (gst_colorspace_base_init), (gst_colorspace_init),
19092         (gst_colorspace_chain), (gst_colorspace_change_state),
19093         (plugin_init): Merge Ronald's patch (bug #117897) and update
19094         for new caps and negotiation.  Seems to work, although it
19095         shows off bugs in lcs.
19096
19097 2004-02-11  David Schleef  <ds@schleef.org>
19098
19099         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
19100         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
19101
19102 2004-02-11  David Schleef  <ds@schleef.org>
19103
19104         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
19105         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
19106         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
19107         Add server and port properties
19108
19109 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19110
19111         * m4/a52.m4:
19112         * m4/aalib.m4:
19113         * m4/as-ffmpeg.m4:
19114         * m4/as-liblame.m4:
19115         * m4/as-slurp-ffmpeg.m4:
19116         * m4/check-libheader.m4:
19117         * m4/esd.m4:
19118         * m4/freetype2.m4:
19119         * m4/gconf-2.m4:
19120         * m4/glib.m4:
19121         * m4/gst-alsa.m4:
19122         * m4/gst-artsc.m4:
19123         * m4/gst-ivorbis.m4:
19124         * m4/gst-matroska.m4:
19125         * m4/gst-sdl.m4:
19126         * m4/gst-shout2.m4:
19127         * m4/gst-sid.m4:
19128         * m4/gtk.m4:
19129         * m4/libdv.m4:
19130         * m4/libfame.m4:
19131         * m4/libmikmod.m4:
19132         * m4/ogg.m4:
19133         * m4/vorbis.m4:
19134           fix underquotedness of macros (#133800)
19135         * m4/as-avifile.m4:
19136         * m4/xmms.m4:
19137           removed because no longer used
19138
19139 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19140
19141         * configure.ac:
19142           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
19143           by autopoint (fixes #132996)
19144
19145 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19146
19147         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
19148         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
19149         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
19150         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
19151           fix memleaks
19152
19153 2004-02-11  David Schleef  <ds@schleef.org>
19154
19155         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
19156         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
19157         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
19158         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
19159         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
19160         (gst_jpegenc_class_init), (gst_jpegenc_init),
19161         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
19162         (gst_jpegenc_chain), (gst_jpegenc_set_property),
19163         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
19164         * ext/jpeg/gstjpegenc.h: Fix negotiation.
19165
19166 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19167
19168         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
19169         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
19170         * ext/mikmod/gstmikmod.h:
19171           fix caps negotiation in mikmod
19172         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
19173           output debug information
19174
19175 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19176
19177         * gst-libs/gst/colorbalance/Makefile.am:
19178         * gst-libs/gst/navigation/Makefile.am:
19179         * gst-libs/gst/xoverlay/Makefile.am:
19180           remove unused GST_OPT_CFLAGS from Makefiles
19181           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
19182
19183 2004-02-07  David Schleef  <ds@schleef.org>
19184
19185         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
19186         push events to pads that haven't been created (#133508)
19187
19188 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
19189
19190         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
19191         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
19192         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
19193         (gst_dvdec_loop), (gst_dvdec_change_state):
19194         Second attempt at committing a working dvdec element.
19195
19196 2004-02-06  David Schleef  <ds@schleef.org>
19197
19198         Build fixes for OS X: (see #129600)
19199         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
19200         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
19201         (gst_riff_read_strf_iavs):
19202         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
19203         (gst_avi_demux_stream_odml):
19204         * gst/playondemand/Makefile.am:
19205         * gst/rtp/rtp-packet.c:
19206
19207 2004-02-05  David Schleef  <ds@schleef.org>
19208
19209         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
19210         last change, because it Just Doesn't Compile.
19211
19212 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19213
19214         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
19215           skip undecodable id3v2 tag instead of keeping it
19216
19217 2004-02-05  David Schleef  <ds@schleef.org>
19218
19219         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
19220         Unref leaked buffer.  (Noticed by Ronald)
19221
19222 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
19223
19224         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
19225         Sync requires with other checks.  >= vs =.
19226
19227 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
19228
19229         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
19230         (gst_dvdec_video_link), (gst_dvdec_loop):
19231         * ext/dv/gstdvdec.h:
19232           rework the caps negotiation so that dvdec works again instead
19233           of just segfaulting.
19234
19235 === release 0.7.4 ===
19236
19237 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19238
19239         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
19240         * configure.ac: changed for release
19241
19242 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19243
19244         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
19245         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
19246         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
19247         * pkgconfig/gstreamer-play-uninstalled.pc.in:
19248           reworked patch by David Lehn to fix libdir and includedir for
19249           uninstalled libraries
19250           removed play and gconf from gstreamer-libs since they have their
19251           own pkgconfig files
19252
19253 2004-02-04  David Schleef  <ds@schleef.org>
19254
19255         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
19256         memleak.
19257
19258 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19259
19260         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
19261           use correct GST_TAG_ENCODER tag
19262
19263 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19264
19265         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
19266           be sure to stop the clock when going to paused
19267         * sys/oss/gstosssink.c: (gst_osssink_change_state):
19268           reset number of transmitted when going to ready.
19269         fixes #132935
19270
19271 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
19272
19273         reviewed by Benjamin Otte
19274
19275         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
19276           extract track count (fixes #133410)
19277
19278 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19279
19280         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
19281           that should be !=, not == (fixes #132519)
19282
19283 2004-02-04  David Schleef  <ds@schleef.org>
19284
19285         Make sure set_explicit_caps() is called before adding pad.
19286         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
19287         * gst/id3/gstid3types.c: (gst_id3types_loop):
19288         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
19289         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
19290
19291 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
19292
19293         * configure.ac:
19294           bump nano to 2, first prerelease
19295           put back AM_PROG_LIBTOOL
19296
19297 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
19298
19299         * testsuite/alsa/Makefile.am:
19300           these are user test apps, not automatic testsuite tests
19301
19302 2004-02-04  David Schleef  <ds@schleef.org>
19303
19304         Convert GST_DEBUG_CAPS() to GST_DEBUG():
19305         * gst/mpeg1videoparse/gstmp1videoparse.c:
19306         (mp1videoparse_parse_seq):
19307         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
19308         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19309         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
19310         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
19311         (gst_xvideosink_getcaps):
19312         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
19313         * testsuite/gst-lint: more tests
19314
19315 2004-02-04  David Schleef  <ds@schleef.org>
19316
19317         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
19318         with the code that they would expand to.
19319         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
19320         (gst_flacdec_get_src_query_types),
19321         (gst_flacdec_get_src_event_masks):
19322         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
19323         (gst_gnomevfssrc_get_query_types),
19324         (gst_gnomevfssrc_get_event_mask):
19325
19326 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19327
19328         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
19329         (gst_sinesrc_dispose):
19330           fix memleak by properly disposing sinesrc
19331
19332 2004-02-04  Julien MOUTTE  <julien@moutte.net>
19333
19334         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
19335         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
19336         an overlay to redraw the image because it has been exposed.
19337         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
19338         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
19339         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
19340         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
19341         interface
19342         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
19343         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
19344         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
19345         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
19346         interface
19347
19348 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19349
19350         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
19351           more memleak fixage
19352
19353 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19354
19355         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
19356         * gst/typefind/gsttypefindfunctions.c:
19357           fix memleaks shown by gst-typefind
19358
19359 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19360
19361         * common/glib-gen.mak:
19362           add hack rule to touch .Plo files
19363         * gst-libs/gst/colorbalance/Makefile.am:
19364         * gst-libs/gst/mixer/Makefile.am:
19365         * gst-libs/gst/play/Makefile.am:
19366         * gst-libs/gst/tuner/Makefile.am:
19367           remove glib_root variable
19368
19369 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19370
19371         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
19372           set explicit caps before adding the element, so the autopluggers can
19373           plug correctly.
19374         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19375         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
19376         (mpeg_video_type_find), (mpeg_video_stream_type_find),
19377         (dv_type_find):
19378           fix memleaks in typefind functions. gst_type_find_suggest takes a const
19379           argument.
19380
19381 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19382
19383         * gst-libs/gst/colorbalance/Makefile.am:
19384         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
19385         * gst-libs/gst/colorbalance/colorbalance.c:
19386         * gst-libs/gst/colorbalance/colorbalance.h:
19387         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
19388         * gst-libs/gst/mixer/Makefile.am:
19389         * gst-libs/gst/mixer/mixer-marshal.list:
19390         * gst-libs/gst/mixer/mixer.c:
19391         * gst-libs/gst/mixer/mixer.h:
19392         * gst-libs/gst/mixer/mixermarshal.list:
19393         * gst-libs/gst/play/Makefile.am:
19394         * gst-libs/gst/play/play.h:
19395         * gst-libs/gst/tuner/Makefile.am:
19396         * gst-libs/gst/tuner/tuner-marshal.list:
19397         * gst-libs/gst/tuner/tuner.c:
19398         * gst-libs/gst/tuner/tuner.h:
19399         * gst-libs/gst/tuner/tunermarshal.list:
19400           use new glib-gen.mak snippet to clean up Makefile.am
19401           fix various bugs in Makefile.am's
19402
19403 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19404
19405         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
19406           handle chain parsing correctly in the multichain case
19407         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
19408         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
19409         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
19410         (theora_dec_chain):
19411           handle events and queries correctly
19412
19413 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
19414
19415         * .cvsignore:
19416         Ignore generated file _stdint.h.
19417
19418 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
19419
19420         * gst-libs/gst/colorbalance/Makefile.am:
19421         * gst-libs/gst/colorbalance/colorbalance.h:
19422         * gst-libs/gst/mixer/Makefile.am:
19423         * gst-libs/gst/mixer/mixer.h:
19424         * gst-libs/gst/play/Makefile.am:
19425         * gst-libs/gst/play/play.h:
19426         * gst-libs/gst/tuner/Makefile.am:
19427         * gst-libs/gst/tuner/tuner.h:
19428         Generate enum type code with glib-mkenums.
19429         * gst-libs/gst/colorbalance/.cvsignore:
19430         * gst-libs/gst/mixer/.cvsignore:
19431         * gst-libs/gst/play/.cvsignore:
19432         * gst-libs/gst/tuner/.cvsignore:
19433         Ignore generated files.
19434
19435 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
19436
19437         * gst-libs/gst/audio/.cvsignore:
19438         Ignore generated file.
19439         * gst-libs/gst/audio/Makefile.am:
19440         Do not install example filter.
19441
19442 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
19443
19444         * examples/switch/.cvsignore:
19445         Ignore generated file.
19446
19447 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19448
19449         * common/m4/ax_create_stdint_h.m4:
19450         * configure.ac:
19451           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
19452           _stdint.h.
19453         * Makefile.am:
19454           remove generated _stdint.h in DISTCLEANFILES
19455         * ext/a52dec/gsta52dec.c:
19456           include _stdint.h for a52dec. (should fix #133064)
19457
19458 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
19459
19460         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
19461         (gst_tag_to_vorbis_comments):
19462         Add replaygain support to vorbistag
19463
19464 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
19465         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
19466         (gst_ffmpeg_caps_to_extradata):
19467           Fix SVQ3 caps flag properties
19468           Use glib macro for bytes swap
19469
19470 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19471
19472         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
19473         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
19474         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
19475         * ext/sndfile/gstsf.c: (plugin_init):
19476         * gst/avi/gstavi.c: (plugin_init):
19477         * sys/dxr3/dxr3init.c: (plugin_init):
19478         * sys/oss/gstossaudio.c: (plugin_init):
19479         * sys/v4l/gstv4l.c: (plugin_init):
19480         * sys/v4l2/gstv4l2.c: (plugin_init):
19481           remove textdomain calls
19482         * po/nl.po:
19483           update Dutch translation
19484
19485 2004-02-02  Julien MOUTTE  <julien@moutte.net>
19486
19487         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
19488         (gst_play_set_audio_sink): Moving volume in the audio thread for
19489         instantaneous volume change. Maybe i will add another volume in front
19490         of visualization later, not sure yet though.
19491
19492 2004-02-02  Julien MOUTTE  <julien@moutte.net>
19493
19494         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
19495         (gst_ximagesink_handle_xevents): Better X events handling, only take
19496         the latest events for configure and motion.
19497         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
19498
19499 2004-02-02  Jon Trowbridge  <trow@gnu.org>
19500
19501         reviewed by: David Schleef  <ds@schleef.org>
19502
19503         Fix memory leaks:
19504         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
19505         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
19506
19507 2004-02-02  David Schleef  <ds@schleef.org>
19508
19509         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
19510         of lines.
19511         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
19512         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
19513         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
19514         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
19515         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
19516         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
19517         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
19518         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
19519         (gst_float2_2_int_link):
19520         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
19521         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
19522         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
19523         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
19524         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
19525         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
19526         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
19527         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
19528         * testsuite/gst-lint: Add tests for bzero and ;;
19529
19530 2004-02-02  David Schleef  <ds@schleef.org>
19531
19532         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
19533
19534 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19535
19536         * ext/aalib/gstaasink.c: (gst_aasink_open):
19537         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
19538         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19539         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
19540         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
19541         (gst_afsink_close_file):
19542         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
19543         (gst_afsrc_close_file):
19544         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
19545         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
19546         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
19547         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
19548         * ext/esd/esdmon.c: (gst_esdmon_get):
19549         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
19550         * ext/faac/gstfaac.c: (gst_faac_chain):
19551         * ext/faad/gstfaad.c: (gst_faad_chain):
19552         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
19553         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
19554         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
19555         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
19556         (gst_flacdec_loop):
19557         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
19558         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
19559         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19560         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
19561         (gst_gnomevfssink_close_file):
19562         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
19563         (gst_gnomevfssrc_open_file):
19564         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
19565         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
19566         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
19567         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
19568         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
19569         * ext/mad/gstmad.c: (gst_mad_chain):
19570         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
19571         * ext/mpeg2dec/gstmpeg2dec.c:
19572         * ext/mpeg2enc/gstmpeg2enc.cc:
19573         * ext/mplex/gstmplex.cc:
19574         * ext/mplex/gstmplexibitstream.cc:
19575         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
19576         (gst_ogg_demux_push):
19577         * ext/raw1394/gstdv1394src.c:
19578         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
19579         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
19580         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
19581         (gst_sf_loop):
19582         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19583         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
19584         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
19585         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
19586         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
19587         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
19588         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
19589         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
19590         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
19591         (gst_riff_read_element_data), (gst_riff_read_seek),
19592         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
19593         * gst/adder/gstadder.c: (gst_adder_loop):
19594         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
19595         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
19596         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
19597         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
19598         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
19599         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
19600         * gst/goom/gstgoom.c: (gst_goom_chain):
19601         * gst/id3/gstid3types.c: (gst_id3types_loop):
19602         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
19603         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
19604         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
19605         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
19606         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
19607         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
19608         (gst_ebml_read_float), (gst_ebml_read_header):
19609         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
19610         (gst_matroska_demux_parse_blockgroup):
19611         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
19612         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
19613         * gst/oneton/gstoneton.c: (gst_oneton_chain):
19614         * gst/silence/gstsilence.c: (gst_silence_get):
19615         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
19616         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
19617         * gst/speed/gstspeed.c: (speed_loop):
19618         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19619         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
19620         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
19621         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
19622         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
19623         (gst_wavparse_loop):
19624         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
19625         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
19626         (dxr3audiosink_close):
19627         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
19628         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
19629         (dxr3videosink_close), (dxr3videosink_write_data):
19630         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
19631         * sys/oss/gstosssink.c: (gst_osssink_chain):
19632         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19633         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
19634         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
19635         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
19636         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
19637         (gst_v4l_set_window), (gst_v4l_enable_overlay):
19638         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
19639         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
19640         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
19641         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
19642         (gst_v4l_set_audio):
19643         * sys/v4l/v4l_calls.h:
19644         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
19645         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
19646         (gst_v4lmjpegsink_playback_init),
19647         (gst_v4lmjpegsink_playback_start):
19648         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
19649         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
19650         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
19651         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
19652         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
19653         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
19654         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
19655         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
19656         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
19657         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
19658         (gst_v4l2_get_output), (gst_v4l2_set_output),
19659         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
19660         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
19661         (gst_v4l2_set_attribute):
19662         * sys/v4l2/v4l2_calls.h:
19663         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
19664         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
19665         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
19666         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
19667         (gst_v4l2src_capture_stop):
19668         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
19669         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
19670         (gst_ximagesink_chain):
19671         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
19672         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
19673         (gst_xvideosink_xwindow_new):
19674         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19675         (gst_xvimagesink_chain):
19676
19677 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19678
19679         * gst/volume/gstvolume.c: (gst_volume_set_volume),
19680         (gst_volume_get_volume), (volume_class_init), (volume_init),
19681         (volume_chain_int16), (volume_update_volume):
19682         * gst/volume/gstvolume.h:
19683           make code more readable by removing magic numbers
19684           make mixer interface export 0-100 range
19685           make it internally map to 0.0-1.0 range so users don't distort
19686           output by putting the sliders at full volume
19687
19688 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19689
19690         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
19691         (gst_play_state_change), (gst_play_seek_to_time):
19692         block the tick callback for 0.5 secs after doing a seek
19693
19694 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19695
19696         * gst-libs/gst/play/play.c: (gst_play_new):
19697           check for GError
19698
19699 2004-02-01  Julien MOUTTE  <julien@moutte.net>
19700
19701         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
19702         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
19703         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
19704         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
19705         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
19706         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
19707
19708 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19709
19710         * configure.ac:
19711         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19712           check for a function added in vorbis 1.1
19713
19714 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19715
19716         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
19717         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
19718           really start/stop clock only on PLAYING <=> PAUSED
19719         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19720           remove \n from debugging lines
19721         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
19722           make it work when seeking does not
19723         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19724           reset on DISCONT
19725
19726 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19727
19728         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
19729           start clock on PAUSED=>PLAYING, not later
19730         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19731           extract correct time for different discont formats
19732         (gst_alsa_sink_get_time):
19733           don't segfault when no format is negotiated yet, just return 0
19734         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19735         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
19736         (gst_ogg_pad_push):
19737           handle flush and discont events correctly
19738         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
19739           handle discont events correctly
19740
19741 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
19742
19743         * gst-libs/gst/play/play.c: (gst_play_error_quark),
19744         (gst_play_error_create), (gst_play_error_plugin),
19745         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
19746         * gst-libs/gst/play/play.h:
19747           add error handling during creation
19748         * examples/gstplay/player.c: (main):
19749           use new gst_play_new
19750
19751
19752 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19753
19754         * ext/theora/theoradec.c: (theora_dec_chain):
19755           make comments work
19756         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
19757         (vorbis_dec_src_event), (vorbis_dec_chain):
19758           add encoder tag, fix tag reading to be more error tolerant, change
19759           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
19760           gst_pad_event_default.
19761         * gst/tags/gstvorbistag.c:
19762         (gst_tag_list_from_vorbiscomment_buffer):
19763           undefine function specific define at end of function
19764
19765 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
19766
19767         * ext/flac/gstflac.c: (plugin_init):
19768         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
19769         * ext/flac/gstflacdec.h:
19770         * ext/flac/gstflacenc.h:
19771           Fix typos
19772
19773 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
19774
19775         * examples/gstplay/player.c: s/gstplay.h/play.h/
19776
19777 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19778
19779         * gst-libs/gst/play/Makefile.am:
19780         * gst-libs/gst/play/gstplay.c:
19781         * gst-libs/gst/play/gstplay.h:
19782         * gst-libs/gst/play/play.c:
19783           more surgery, operation complete
19784
19785 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19786
19787         * gst-libs/gst/play/play.old.c:
19788         * gst-libs/gst/play/play.old.h:
19789           after CVS surgery by moving, remove
19790         * gst-libs/gst/play/playpipelines.c:
19791           remove
19792
19793         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
19794           add negotiation error
19795
19796 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19797
19798         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19799         (gst_ogg_demux_push):
19800           add some seeking debug info
19801           send a flush when seeking
19802
19803 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19804
19805         * configure.ac:
19806           use AC_C_INLINE
19807         * configure.ac:
19808         * ext/Makefile.am:
19809         * ext/theora/Makefile.am:
19810         * ext/theora/theoradec.c:
19811           add theora video decoder. Does just do simple decoding for now and
19812           has been tested against Theora cvs only. It only works when theora
19813           is compiled with --enable-static.
19814         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19815           always reset packetno on DISCONT
19816
19817 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19818
19819         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
19820           Fix audio.
19821
19822 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19823
19824         * gst/mpegaudioparse/gstmpegaudioparse.c:
19825         (mp3_type_frame_length_from_header):
19826           Fix header parsing - stolen from ffmpeg (thank you! :) ).
19827
19828 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19829
19830         * ext/esd/esdsink.c: (gst_esdsink_init):
19831           Since we have static pad template caps, we don't need to negotiate;
19832           either the core errors out or we know the format.
19833
19834 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19835
19836         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
19837         (gst_riff_read_seek):
19838         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
19839         (gst_ebml_read_seek):
19840           Fix event handling.
19841
19842 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19843
19844         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
19845           removee video/x-theora from vp3 decoder, it doesn't handle raw
19846           theora streams
19847         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
19848           fix bug with finalizing element that never went to PAUSED
19849         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
19850           length and position queries were swapped
19851         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
19852         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
19853         (vorbis_dec_src_event):
19854           implement querying time and bytes
19855
19856 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19857
19858         * just about every source file:
19859           gst_element_error -> GST_ELEMENT_ERROR
19860
19861 2004-01-29  Julien MOUTTE  <julien@moutte.net>
19862
19863         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
19864         emiting FLUSH and even before DISCONT.
19865         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
19866         get the best instant seeking as possible yay!
19867
19868 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19869
19870         * gst/mpeg1videoparse/gstmp1videoparse.c:
19871         (gst_mp1videoparse_real_chain):
19872           Committed wrong version last week... Grr... Didn't notice until now.
19873
19874 2004-01-29  Julien MOUTTE <julien@moutte.net>
19875
19876         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
19877         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
19878         have_xwindow_id signal in xwindow_create.
19879
19880 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19881
19882         * ext/ogg/gstoggdemux.c:
19883           lots of changes - mainly support for chained bitstreams, seeking,
19884           querying and bugfixes of course
19885         * ext/vorbis/Makefile.am:
19886         * ext/vorbis/vorbisdec.c:
19887         * ext/vorbis/vorbisdec.h:
19888           add vorbisdec raw vorbis decoder
19889         * ext/vorbis/vorbis.c: (plugin_init):
19890           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
19891         * gst/intfloat/Makefile.am:
19892         * gst/intfloat/float22int.c:
19893         * gst/intfloat/float22int.h:
19894         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
19895           add float2intnew plugin. It converts multichannel interleaved float to
19896           multichannel interleaved int. The name should probably be changed.
19897         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
19898         (plugin_init):
19899           add typefinding for raw theora video so oggdemux can detect it.
19900
19901 2004-01-28  Julien MOUTTE  <julien@moutte.net>
19902
19903         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
19904         sink element first.
19905         * gst/videoscale/gstvideoscale.c:
19906         (gst_videoscale_handle_src_event): Fixing src event handler.
19907
19908 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19909
19910         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
19911         (gst_v4lsrc_open), (gst_v4lsrc_close),
19912         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
19913         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
19914         * sys/v4l/gstv4lsrc.h:
19915         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
19916         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
19917           Implement resizing... Hack. But that's why v4l is b0rked...
19918
19919 2004-01-28  Julien MOUTTE <julien@moutte.net>
19920
19921         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
19922         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
19923         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
19924         (gst_ximagesink_xwindow_destroy):
19925         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
19926         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
19927         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
19928         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
19929         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
19930         correctly cleaning the image created to check xshm calls on succes,
19931         added a lot of XSync calls in X11 functions, and fixed a segfault when
19932         no image format was defined before negotiation happened.
19933
19934 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19935
19936         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
19937           use gst_element_get_time to get correct time
19938
19939 2004-01-28  Julien MOUTTE  <julien@moutte.net>
19940
19941         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
19942         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
19943         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
19944         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
19945         (gst_xvimagesink_check_xshm_calls),
19946         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
19947         X plugins are now able to detect that XShm calls will fail even if the
19948         server claims that it has XShm support (remote displays most of the
19949         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
19950         so that we use non XShm functions. This feature is almost useless for
19951         xvimagesink as Xv is not supported on remote displays anyway, but
19952         it might happen than even on the local display XShm calls fail.
19953
19954 2004-01-27  David Schleef  <ds@schleef.org>
19955
19956         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
19957         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
19958         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
19959         changed esdsink to only use 44100,16,2, since esd sucks at rate
19960         conversion and esdsink has had difficulty negotiating.
19961
19962 2004-01-27  Julien MOUTTE <julien@moutte.net>
19963
19964         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
19965         (gst_play_seek_to_time): Fixing the way to get current position.
19966
19967 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19968
19969         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
19970           use gst_element_get_time to get correct time
19971
19972 2004-01-27  Julien MOUTTE <julien@moutte.net>
19973
19974         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
19975         fix ever... Inverting 2 lines of code make spider autoplug correctly
19976         tagged mp3 !
19977
19978 2004-01-27  David Schleef  <ds@schleef.org>
19979
19980         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
19981         Use gst_pad_try_set_caps_nonfixed().
19982
19983 2004-01-27  David Schleef  <ds@schleef.org>
19984
19985         * gst/ac3parse/gstac3parse.c: update to checklist 5
19986         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
19987         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
19988         * gst/audioscale/gstaudioscale.c: same
19989         * gst/auparse/gstauparse.c: same
19990         * gst/avi/gstavidemux.c: same
19991
19992 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19993
19994         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
19995           stop processing after EOS
19996
19997 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19998
19999         * gst/asfdemux/asfheaders.h:
20000         * gst/asfdemux/gstasfdemux.c:
20001         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
20002         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
20003         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
20004           lot's of fixes to make data extraction simpler and get the code
20005           architecture and compiler independant. Add debugging category
20006         * gst/goom/gstgoom.c: (gst_goom_change_state):
20007           reset channel count on PAUSED=>READY, not READY=>PAUSED
20008
20009 2004-01-26  Colin Walters  <walters@verbum.org>
20010
20011         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
20012         code to pull a bigger buffer in iradio mode.  This as a side effect
20013         makes typefinding work.
20014
20015 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
20016
20017         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
20018         Fix SVQ3 decoding on PPC
20019
20020 2004-01-26  Julien MOUTTE <julien@moutte.net>
20021
20022         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
20023         that one managed to stay there... Fixed.
20024
20025 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
20026
20027         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
20028         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
20029         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
20030         (qtdemux_video_caps):
20031         * gst/qtdemux/qtdemux.h:
20032         Add SVQ3 specific flags to qtdemux and ffmpeg
20033
20034 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20035
20036         * gst-libs/gst/audio/audio.h:
20037           remove buffer-frames from audio caps
20038         * gst/audioconvert/gstaudioconvert.c:
20039           fix plugin to really work.
20040
20041 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20042
20043         * gst-libs/gst/mixer/mixer.c:
20044         * gst-libs/gst/propertyprobe/propertyprobe.c:
20045         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
20046         (gst_tuner_find_channel_by_name):
20047         * gst-libs/gst/tuner/tuner.h:
20048           Add gtk-doc style comments. Also fix a function name.
20049
20050 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20051
20052         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
20053         (gst_divxdec_negotiate):
20054           Fix for new capsnego - also fixes gst-player with divxdec.
20055
20056 2004-01-25  Julien MOUTTE  <julien@moutte.net>
20057
20058         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
20059         (gst_play_identity_handoff), (gst_play_set_location),
20060         (gst_play_set_visualization), (gst_play_connect_visualization): Another
20061         try in visualization implementation. Still have an issue with switch
20062         blocking when pulling from video_queue and only audio comes out of
20063         spider.
20064         * gst/switch/gstswitch.c: (gst_switch_release_pad),
20065         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
20066         release method. And check if the pad is usable before pulling.
20067
20068 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20069
20070         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
20071         (gst_videobalance_init),
20072         (gst_videobalance_colorbalance_list_channels),
20073         (gst_videobalance_colorbalance_set_value),
20074         (gst_videobalance_colorbalance_get_value),
20075         (gst_videobalance_update_properties),
20076         (gst_videobalance_update_tables_planar411),
20077         (gst_videobalance_planar411):
20078         * gst/videofilter/gstvideobalance.h:
20079           Implement lookup-tables. +/- 10x faster.
20080
20081 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20082
20083         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
20084         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
20085           The index reading was broken. The rest worked fine, but the whole
20086           goal of my rewrite was to make avidemux readable, and this was
20087           not at all readable. Please use typed variables.
20088
20089 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20090
20091         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
20092           Additional pad usability check.
20093         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
20094         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
20095         (gst_mp1videoparse_real_chain):
20096           Fix MPEG video stream parsing. The original plugin had several
20097           issues, including not timestamping streams where the source was
20098           not timestamped (this happens with PTS values in mpeg system
20099           streams, but MPEG video is also a valid stream on its own so
20100           that needs timestamps too). We use the display time code for that
20101           for now. Also, if one incoming buffer contains multiple valid
20102           frames, we push them all on correctly now, including proper EOS
20103           handling. Lastly, several potential segfaults were fixed, and we
20104           properly sync on new sequence/gop headers to include them in next,
20105           not previous frames (since they're header for the next frame, not
20106           the previous). Also see #119206.
20107         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
20108         (bpf_from_header):
20109           Move caps setting so we only do it after finding several valid
20110           MPEG-1 fraes sequentially, not right after the first one (which
20111           might be coincidental).
20112         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
20113         (mpeg_video_type_find), (mpeg_video_stream_type_find),
20114         (plugin_init):
20115           Add unsynced MPEG video stream typefinding, and change some
20116           probability values so we detect streams rightly. The idea is as
20117           follows: I can have an unsynced system stream which contains
20118           video. In the current code, I would randomly get a type for either
20119           system or video stream type found, because the probabilities are
20120           being calculated rather randomly. I now use fixed values, so we
20121           always prefer system stream if that was found (and that is how it
20122           should be). If no system stream was found, we can still identity                the stream as video-only.
20123
20124 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20125
20126         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
20127         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
20128           don't write to buffer. Extract data without the need of
20129           __attribute__ ((packed))
20130
20131 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20132
20133         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
20134         (mpeg1_sys_type_find):
20135           Fix MPEG-1 stream typefinding.
20136
20137 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20138
20139         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
20140           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
20141
20142 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20143
20144         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
20145         * ext/esd/gstesd.c: (plugin_init):
20146           private debugging, better error reporting
20147
20148 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20149
20150         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
20151         (gst_riff_read_init), (gst_riff_read_change_state):
20152         * gst-libs/gst/riff/riff-read.h:
20153           Remove stuff fromold metadata system.
20154
20155 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20156
20157         * ext/ogg/gstoggdemux.c:
20158           Fix wrong file comment.
20159         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
20160         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
20161           Add metadata reading properly.
20162
20163 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20164
20165         * ext/Makefile.am:
20166           Fix nas DIST_SUBDIRS
20167           Uraeus:
20168           Fix bug where make distcheck doesn't get run on adding stuff to
20169           the build.
20170
20171 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20172
20173         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
20174         * ext/divx/gstdivxdec.h:
20175           Fix divx3 ("msmpeg4") playback using divxdec.
20176
20177 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20178
20179         * gst/typefind/gsttypefindfunctions.c:
20180         (mp3_type_frame_length_from_header): fix bug in length computation
20181         (mp3_type_find): improve debugging output
20182
20183 2004-01-23  Julien MOUTTE  <julien@moutte.net>
20184
20185         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
20186         (gst_play_set_location), (gst_play_seek_to_time),
20187         (gst_play_set_audio_sink), (gst_play_set_visualization),
20188         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
20189         the pipeline from scratch. Visualization is back and switch went out as
20190         i realized it was not possible to use the way i wanted.
20191         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
20192         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
20193         clearing in state change from READY to NULL. So that one can clean the
20194         X ressources keeping the element.
20195         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20196         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
20197         (gst_xvimagesink_colorbalance_set_value),
20198         (gst_xvimagesink_colorbalance_get_value),
20199         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
20200         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
20201         change from READY to NULL and fixed some stupid bugs in colorbalance
20202         get/set values. Also added the following feature : when nobody tries to
20203         set some values to the colorbalance levels before the xcontext is
20204         grabbed, then when creating channels list from Xv attributes we set the
20205         internal values to the Xv defaults. This way we handle buggy Xv drivers
20206         that set default hue values far from the middle of the range (Thanks
20207         to Jon Trowbridge for pointing that issue).
20208         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
20209         colorbalance levels have been set before xcontext is grabbed.
20210
20211 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20212
20213         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
20214           Fix the ossmixer case where we shouldn't open /dev/dsp* because
20215           it might block operations (which is bad for a mixer).
20216
20217 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20218
20219         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
20220         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
20221         (gmip_find_type_pre):
20222         * gst-libs/gst/media-info/media-info-priv.h:
20223         * gst-libs/gst/media-info/media-info.c:
20224         (gst_media_info_instance_init), (gst_media_info_read_idler):
20225         add fakesink to get caps on decoder src pad again
20226         fix callback prototype to match new have_type signal signature
20227
20228 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20229
20230         * gst/adder/gstadder.c: (gst_adder_link):
20231           fix non-compile and cut-n-paste code
20232
20233 2004-01-21  David Schleef  <ds@schleef.org>
20234
20235         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
20236         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
20237         (gst_swfdec_init), (gst_swfdec_change_state):
20238         * ext/swfdec/gstswfdec.h:
20239         Fix negotiation.
20240         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
20241         (gst_adder_request_new_pad): Fix negotiation.
20242         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
20243         Add a fixate function.
20244         * gst/intfloat/gstfloat2int.c:
20245         * gst/intfloat/gstfloat2int.h:
20246         * gst/intfloat/gstint2float.c:
20247         * gst/intfloat/gstint2float.h:
20248         Completely rewrite the negotiation.  Doesn't quite work yet,
20249         due to some buffer-frames problem.
20250
20251 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20252
20253         * ext/gnomevfs/gstgnomevfssrc.c:
20254         * sys/v4l2/v4l2_calls.h:
20255           fix includes for distcheck
20256
20257 2004-01-21  Christian Schaller <uraeus@gnome.org>
20258
20259         * ext/nas/
20260         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
20261         based on earlier patch from Laurent Vivier
20262
20263 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
20264
20265         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
20266         Fix wma caps property
20267         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
20268         Fix typo (flags1 and flags2)
20269
20270 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20271
20272         * gst-libs/gst/media-info/media-info-priv.c:
20273         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
20274         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
20275         (gmip_find_stream), (gmip_find_track_metadata),
20276         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
20277         (gmip_find_track_format):
20278         * gst-libs/gst/media-info/media-info-priv.h:
20279         * gst-libs/gst/media-info/media-info-test.c: (main):
20280         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
20281         (gst_media_info_read_idler), (gst_media_info_read):
20282         * gst-libs/gst/media-info/media-info.h:
20283           register debugging category and use it for debugging
20284
20285 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20286
20287         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
20288         (gst_vorbisfile_new_link):
20289           signal streaminfo through tags
20290
20291 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20292
20293         * ext/mplex/gstmplex.cc:
20294         * ext/mplex/gstmplexibitstream.cc:
20295           g++ doesn't like NULL in our i18n/error macros, should be
20296           either (NULL) or ("").
20297
20298 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20299
20300         * sys/dxr3/dxr3audiosink.c:
20301         * sys/dxr3/dxr3init.c:
20302         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
20303         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
20304           Fix more error error error errors (missing includes here).
20305
20306 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20307
20308         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
20309           fix thomas' error errors.
20310
20311 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20312
20313         * ext/mpeg2enc/gstmpeg2enc.cc:
20314           fix error errors.
20315
20316 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20317
20318         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
20319         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
20320           Fix for new error system.
20321
20322 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20323
20324         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
20325           fix for new error reporting
20326
20327 2004-01-20  David Schleef  <ds@schleef.org>
20328
20329         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
20330         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
20331         (gst_ximagesink_set_xwindow_id): Change to using a framerate
20332         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
20333         and neither is 100+, most likely.
20334         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20335         (gst_xvimagesink_getcaps): same
20336
20337 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20338
20339         * configure.ac:
20340           Up version requirement to 2.0.3 (not yet released) to avoid symbol
20341           clashes with ffmpeg.
20342
20343 2004-01-20  Julien MOUTTE  <julien@moutte.net>
20344
20345         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
20346         (gst_switch_init): Fixed switch element : proxying link and setting
20347         caps from src to sink on request.
20348
20349 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20350
20351         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
20352         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
20353         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
20354         fix element_error
20355
20356 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20357
20358         * sys/v4l/v4l_calls.h:
20359         * sys/v4l2/v4l2_calls.h:
20360           element_error fixes
20361
20362 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20363
20364         * gst-libs/gst/gst-i18n-plugin.h:
20365           add locale.h
20366           remove config.h inclusion
20367
20368 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20369
20370         * autogen.sh:
20371           adding autopoint invocation
20372         * Makefile.am:
20373         * configure.ac:
20374         * gst-libs/gst/gettext.h:
20375           adding gettext bits
20376         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
20377         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
20378         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
20379         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
20380         (gst_gnomevfssink_close_file):
20381         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
20382         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
20383         * gst-libs/gst/gst-i18n-plugin.h:
20384         * gst/avi/gstavi.c: (plugin_init):
20385         * sys/dxr3/dxr3init.c: (plugin_init):
20386         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
20387         * sys/oss/gstossaudio.c: (plugin_init):
20388         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
20389         * sys/v4l/gstv4l.c: (plugin_init):
20390         * sys/v4l/v4l_calls.c: (gst_v4l_open):
20391         * sys/v4l2/gstv4l2.c: (plugin_init):
20392         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
20393         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
20394         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
20395         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
20396         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
20397         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
20398           make sure locale and translation domain are set
20399           fix translated strings
20400         * po/.cvsignore:
20401         * po/LINGUAS:
20402         * po/Makevars:
20403         * po/POTFILES.in:
20404         * po/nl.po:
20405           put translation files into place
20406         * sys/xvideo/imagetest.c: (main):
20407         * ext/dv/demo-play.c: (main):
20408           fix unnecessary translations
20409
20410 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20411
20412         * ext/sndfile/gstsf.c:
20413         * gst/avi/gstavimux.c:
20414         * ext/audiofile/gstafsink.c:
20415         * ext/audiofile/gstafsrc.c:
20416         * ext/gnomevfs/gstgnomevfssink.c:
20417         * ext/gnomevfs/gstgnomevfssrc.c:
20418         * sys/oss/gstosselement.c:
20419         * sys/v4l/v4l_calls.h:
20420           fix i18n include
20421
20422 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20423
20424         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
20425         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
20426         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
20427         (gst_v4l2_get_output), (gst_v4l2_set_output),
20428         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
20429         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
20430         (gst_v4l2_set_attribute):
20431         update to new error handling
20432
20433 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20434
20435         * ext/sidplay/gstsiddec.cc:
20436         * gst/modplug/gstmodplug.cc:
20437           parenthese NULL because C++ seems angry about it
20438
20439 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20440
20441         * gst-libs/gst/gst-i18n-plugin.h:
20442           add skeleton i18n stuff, but needs to be further implemented
20443
20444 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20445
20446         * examples/gstplay/player.c: (main):
20447         * ext/aalib/gstaasink.c: (gst_aasink_open):
20448         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
20449         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
20450         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
20451         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
20452         (gst_afsink_close_file):
20453         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
20454         (gst_afsrc_close_file):
20455         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
20456         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
20457         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
20458         * ext/esd/esdmon.c: (gst_esdmon_get):
20459         * ext/esd/esdsink.c: (gst_esdsink_chain):
20460         * ext/faac/gstfaac.c: (gst_faac_chain):
20461         * ext/faad/gstfaad.c: (gst_faad_chain):
20462         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
20463         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
20464         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
20465         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
20466         (gst_flacdec_loop):
20467         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
20468         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
20469         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
20470         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
20471         (gst_gnomevfssink_close_file):
20472         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
20473         (gst_gnomevfssrc_open_file):
20474         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
20475         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
20476         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
20477         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
20478         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
20479         * ext/mad/gstmad.c: (gst_mad_chain):
20480         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
20481         * ext/mpeg2dec/gstmpeg2dec.c:
20482         * ext/mpeg2enc/gstmpeg2enc.cc:
20483         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
20484         * ext/mplex/gstmplex.cc:
20485         * ext/mplex/gstmplexibitstream.cc:
20486         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
20487         (gst_ogg_demux_push), (gst_ogg_pad_push):
20488         * ext/raw1394/gstdv1394src.c:
20489         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
20490         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
20491         * ext/sidplay/gstsiddec.cc:
20492         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
20493         (gst_sf_loop):
20494         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
20495         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
20496         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
20497         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
20498         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
20499         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
20500         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
20501         * gst-libs/gst/Makefile.am:
20502         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
20503         (gst_riff_read_element_data), (gst_riff_read_seek),
20504         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
20505         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
20506         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
20507         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
20508         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
20509         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
20510         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
20511         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
20512         * gst/goom/gstgoom.c: (gst_goom_chain):
20513         * gst/id3/gstid3types.c: (gst_id3types_loop):
20514         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
20515         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
20516         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
20517         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20518         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
20519         (gst_ebml_read_float), (gst_ebml_read_header):
20520         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
20521         (gst_matroska_demux_parse_blockgroup):
20522         * gst/modplug/gstmodplug.cc:
20523         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
20524         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
20525         * gst/oneton/gstoneton.c: (gst_oneton_chain):
20526         * gst/silence/gstsilence.c: (gst_silence_get):
20527         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
20528         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
20529         * gst/speed/gstspeed.c: (speed_loop):
20530         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
20531         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
20532         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
20533         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
20534         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
20535         (gst_wavparse_loop):
20536         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
20537         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
20538         (dxr3audiosink_close):
20539         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
20540         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
20541         (dxr3videosink_close), (dxr3videosink_write_data):
20542         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
20543         * sys/oss/gstosselement.h:
20544         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
20545         (gst_osssink_chain):
20546         * sys/oss/gstosssrc.c: (gst_osssrc_get):
20547         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
20548         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
20549         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
20550         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
20551         (gst_v4l_enable_overlay):
20552         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
20553         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
20554         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
20555         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
20556         (gst_v4l_set_audio):
20557         * sys/v4l/v4l_calls.h:
20558         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
20559         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
20560         (gst_v4lmjpegsink_playback_init),
20561         (gst_v4lmjpegsink_playback_start):
20562         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
20563         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
20564         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
20565         (gst_v4lmjpegsrc_requeue_frame):
20566         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
20567         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
20568         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
20569         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
20570         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
20571         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
20572         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
20573         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
20574         (gst_v4l2src_capture_stop):
20575         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
20576         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20577         (gst_ximagesink_chain):
20578         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
20579         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
20580         (gst_xvideosink_xwindow_new):
20581         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20582         (gst_xvimagesink_chain):
20583         use new error signal, function and categories
20584
20585 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
20586
20587         * configure.ac:
20588         * ext/Makefile.am:
20589         * ext/musicbrainz/gsttrm.c:
20590         * ext/musicbrainz/gsttrm.h:
20591         * ext/musicbrainz/Makefile.am:
20592         Add a trm plugin
20593
20594 2004-01-18  Julien MOUTTE  <julien@moutte.net>
20595
20596         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
20597         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
20598         synchronous property for debugging.
20599         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
20600         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20601         (gst_xvimagesink_set_property): Moving a pointer declaration to a
20602         smaller block, fixing indent.
20603
20604 2004-01-16  David Schleef  <ds@schleef.org>
20605
20606         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
20607         property affects the video stream.
20608         * sys/xvimage/xvimagesink.c:
20609         * sys/xvimage/xvimagesink.h:
20610         Add synchronous property for debugging.  Should probably be
20611         disabled in non-CVS builds.  Make sure that the Xv attribute
20612         exists before we set it (crash!).  Fix a silly float bug that
20613         caused colorbalance to just not work.
20614
20615 2004-01-17  Christian Schaller <Uraeus@gnome.org>
20616
20617         * tools/gst-launch-ext.in - update for new plugins
20618
20619 2004-01-16  David Schleef  <ds@schleef.org>
20620
20621         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
20622         already-freed caps.
20623
20624 2994-01-16  Christian Schaller <Uraeus@gnome.org>
20625
20626         * Update spec for new colorspace plugin and libcaca plugin
20627         * Fix compilation of libcaca plugin (clock -> id)
20628
20629 2004-01-16  Julien MOUTTE <julien@moutte.net>
20630
20631         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
20632         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
20633         (gst_xvimagesink_set_xwindow_id),
20634         (gst_xvimagesink_colorbalance_set_value),
20635         (gst_xvimagesink_colorbalance_get_value),
20636         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
20637         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
20638         correct colorbalance properties. They can now be set when the element
20639         is still in NULL state. The values will be committed to the Xv Port
20640         when xcontext is initialized.
20641         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
20642         brightness int values in the GstXvImagesink structure.
20643
20644 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20645
20646         * gst-libs/gst/Makefile.am:
20647           restructure so having local patches works easier.
20648
20649 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20650
20651         * ext/mpeg2enc/Makefile.am:
20652         * ext/mpeg2enc/gstmpeg2enc.cc:
20653         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
20654           Bugfix with respect to EOS handling.
20655
20656 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20657
20658         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
20659           Link with right caps (else, it segfaults).
20660         * ext/mplex/gstmplexjob.cc:
20661           Fix for slight API change in 1.6.1.93 release of mjpegtools.
20662
20663 2004-01-15  David Schleef  <ds@schleef.org>
20664
20665         * gst-libs/gst/audio/Makefile.am:
20666         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
20667         from the template.
20668         * gst-libs/gst/audio/gstaudiofilter.c:
20669         * gst-libs/gst/audio/gstaudiofilter.h:
20670         Add bytes_per_sample and size and n_samples calculation.
20671         * gst-libs/gst/audio/gstaudiofilterexample.c:
20672         Remove, now autogenerated.
20673         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
20674         Moved from gstaudiofilterexample, object name changed, code added
20675         so that it actually works.
20676         * gst-libs/gst/audio/make_filter:
20677         Script to build an audiofilter subclass from the template.
20678         * gst/colorspace/Makefile.am:
20679         * gst/colorspace/yuv2yuv.c:
20680         Remove file, since it's GPL, and we don't use it.
20681
20682 2004-01-15  Julien MOUTTE  <julien@moutte.net>
20683
20684         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20685         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
20686         them use the buffer free function to test how the buffer was allocated.
20687
20688 2004-01-15  David Schleef  <ds@schleef.org>
20689
20690         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
20691         that handles osssink fallback.
20692         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
20693         (gst_audio_convert_getcaps):
20694         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
20695         Add audio/x-qdm2 for QDM2 audio.
20696         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
20697         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
20698         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
20699         Decrease minimum size to 16x16.
20700         * gst/wavparse/gstwavparse.c:
20701         Convert disabled pad template caps to new caps.
20702         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
20703         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20704         (gst_xvimagesink_chain): Throw element error when display cannot
20705         be opened.  Increase minimum framerate to 1.0.  Check the data
20706         free function on a buffer to make sure it is the type we expect
20707         before manipulating it.
20708
20709 2004-01-15  Julien MOUTTE <julien@moutte.net>
20710
20711         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
20712         (gst_videobalance_colorbalance_set_value): Implement passthru if
20713         settings are in the middle.
20714         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
20715
20716 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20717
20718         * gst/videofilter/Makefile.am:
20719         * gst/volume/Makefile.am:
20720           Since we use videofilter symbols, link to it.
20721
20722 2004-01-15  Julien MOUTTE <julien@moutte.net>
20723
20724         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
20725         mixer interface type to HARDWARE.
20726         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
20727         type to SOFTWARE.
20728         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
20729         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
20730         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
20731         (gst_volume_interface_init), (gst_volume_list_tracks),
20732         (gst_volume_set_volume), (gst_volume_get_volume),
20733         (gst_volume_set_mute), (gst_volume_mixer_init),
20734         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
20735         (volume_init): Implementing mixer interface.
20736         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
20737         * sys/oss/gstosselement.c: (gst_osselement_get_type),
20738         (gst_osselement_change_state): Removing some trailing commas in
20739         structures.
20740         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
20741         interface type to HARDWARE.
20742         * sys/v4l/gstv4lcolorbalance.c:
20743         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
20744         type to HARDWARE.
20745         * sys/v4l2/gstv4l2colorbalance.c:
20746         (gst_v4l2_color_balance_interface_init): Setting colorbalance
20747         interface type to HARDWARE.
20748         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
20749         same code than ximagesink for event handling.
20750
20751 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20752
20753         * ext/snapshot/Makefile.am:
20754         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
20755         (gst_snapshot_chain):
20756         * ext/snapshot/gstsnapshot.h:
20757           This has to be a joke... Snapshot should be connected to a tee,
20758           colorspace element before it and EOS after that, where the other
20759           src of the tee receives normal data.
20760           The current way is *wrong*.
20761
20762 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20763
20764         * ext/hermes/gsthermescolorspace.c:
20765           Fix another compile error. Same as below.
20766
20767 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20768
20769         * gst/colorspace/gstcolorspace.c:
20770         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
20771         (gst_colorspace_i420_to_yv12):
20772           Fix compiling... Didn't test if it actually works.
20773
20774 2004-01-15  David Schleef  <ds@schleef.org>
20775
20776         * configure.ac:
20777         * gst/colorspace/Makefile.am:
20778         * gst/colorspace/gstcolorspace.c:
20779         * gst/colorspace/gstcolorspace.h:
20780         * gst/colorspace/yuv2rgb.c:
20781         * gst/colorspace/yuv2rgb.h:
20782         Duplicate the ext/hermes colorspace plugin, and remove Hermes
20783         code and GPL code.  Fix for new caps negotiation.  Rewrite
20784         much of the format handling code, and some of the conversion
20785         code.  Basically, rewrote almost everything.  This element
20786         handles I420, YV12 to RGB conversions.
20787         * ext/hermes/Makefile.am:
20788         * ext/hermes/gsthermescolorspace.c:
20789         Rename colorspace to hermescolorspace.  Fix negotiation issues.
20790         Remove non-Hermes related code.  This element handles lots of
20791         RGB to RGB conversions, but no YUV.
20792         * ext/hermes/gstcolorspace.c:
20793         * ext/hermes/gstcolorspace.h:
20794         * ext/hermes/rgb2yuv.c:
20795         * ext/hermes/yuv2rgb.c:
20796         * ext/hermes/yuv2rgb.h:
20797         * ext/hermes/yuv2rgb_mmx16.s:
20798         * ext/hermes/yuv2yuv.c:
20799         * ext/hermes/yuv2yuv.h:
20800         Remove old code.
20801
20802 2004-01-14  Colin Walters  <walters@verbum.org>
20803
20804         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
20805         they've already been.
20806
20807 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20808
20809         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
20810           assume tag mode when pad is not connected
20811
20812 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20813
20814         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20815           Don't update the time of the clock
20816         (gst_alsa_sink_loop):
20817           sync to the clock given to alsasink, not the own clock
20818         * sys/oss/gstosssink.c: (gst_osssink_chain):
20819           sync to the clock
20820         (gst_osssink_change_state):
20821           activate the clock
20822         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20823         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
20824           remove bogus code that made DISCONT events unhandled
20825         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
20826           explicitly case to double in _set_simple. (fixes 2nd warning in bug
20827           #131502)
20828         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
20829         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
20830         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
20831           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
20832           2nd warning in bug #131502)
20833
20834 2004-01-14  Julien MOUTTE  <julien@moutte.net>
20835
20836         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
20837         (gst_videobalance_colorbalance_set_value),
20838         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
20839         for colorbalance interface implementation.
20840         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20841         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20842         (gst_ximagesink_dispose), (gst_ximagesink_init),
20843         (gst_ximagesink_class_init): Adding DISPLAY property.
20844         * sys/ximage/ximagesink.h: Adding display_name to store display.
20845         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20846         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
20847         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
20848         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
20849         properties (they still need polishing though for gst-launch use : no
20850         xcontext yet, i ll do that tomorrow).
20851         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
20852
20853 2004-01-14  Julien MOUTTE  <julien@moutte.net>
20854
20855         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
20856         (gst_play_set_location), (gst_play_set_visualization): Preparing
20857         switch integration, adding videobalance in the pipeline.
20858
20859 2004-01-14  Julien MOUTTE <julien@moutte.net>
20860
20861         * gst-libs/gst/colorbalance/colorbalance.c:
20862         (gst_color_balance_class_init): Adding a default type.
20863         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
20864         the type.
20865         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
20866         (gst_videobalance_dispose), (gst_videobalance_class_init),
20867         (gst_videobalance_init), (gst_videobalance_interface_supported),
20868         (gst_videobalance_interface_init),
20869         (gst_videobalance_colorbalance_list_channels),
20870         (gst_videobalance_colorbalance_set_value),
20871         (gst_videobalance_colorbalance_get_value),
20872         (gst_videobalance_colorbalance_init): Implementing colorbalance
20873         interface.
20874         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
20875         list.
20876         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
20877         bug which was triggering a BadAccess X error when setting an overlay
20878         before pad was really negotiated.
20879         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
20880         Using the colorbalance type macro.
20881
20882 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20883
20884         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
20885         (gst_flacenc_chain):
20886           handle tags correctly
20887         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
20888           extract ID3v1 tags correctly
20889
20890 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20891
20892         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
20893         (plugin_init):
20894           Improve matroska typefinding for odd-typed headers...
20895
20896 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20897
20898         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
20899           Fix for using incremental number on padnames.
20900
20901 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20902
20903         * ext/divx/gstdivxdec.c:
20904         * ext/divx/gstdivxenc.c:
20905           Set category to divx4linux instead of divx (too generic).
20906         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20907         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
20908         (gst_wavparse_loop), (gst_wavparse_change_state):
20909         * gst/wavparse/gstwavparse.h:
20910           fix parsing of WAV files with non-standard fmt-tag size and fix
20911           skipping of unrecognized chunks... Someone please fix this thing
20912           to use rifflib so all this is automated.
20913         * sys/v4l/Makefile.am:
20914         * sys/v4l2/Makefile.am:
20915           Add X_CFLAGS because we depend on X (for overlay).
20916
20917 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
20918
20919         * ext/mpeg2dec/gstmpeg2dec.c:
20920           Don't issue a timestamp unless we tagged the frame
20921           with a PTS.
20922
20923 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20924
20925         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
20926           Query the audio element to get the time, not the clock. We're
20927           interested in the element's time here.
20928
20929 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20930
20931         * ext/aalib/gstaasink.c: (gst_aasink_chain):
20932         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20933         * ext/esd/esdsink.c: (gst_esdsink_chain):
20934         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
20935         * ext/mas/massink.c: (gst_massink_chain):
20936         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
20937         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
20938         (gst_matroska_demux_parse_metadata):
20939         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
20940         (gst_mpeg_parse_release_locks):
20941         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
20942         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
20943         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
20944         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
20945         (gst_osssink_change_state):
20946         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
20947         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20948         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
20949         (gst_xvideosink_release_locks):
20950         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
20951           use element time.
20952         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
20953         (gst_alsa_clock_stop):
20954         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
20955         (gst_audio_clock_get_internal_time):
20956           simplify for use with new clocking code.
20957         * testsuite/alsa/Makefile.am:
20958         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
20959           fix testsuite for new caps system
20960
20961 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20962
20963         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
20964         * ext/flac/gstflacenc.c: (add_one_tag):
20965           length is already host endian, no need to convert. Fixes playback of
20966           tagged files on PPC. (bug #128384)
20967
20968 2004-01-13  Julien MOUTTE <julien@moutte.net>
20969
20970         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
20971         colorbalance interface stating if it is hardware based or software
20972         based.
20973         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
20974         Removing a trailing comma.
20975         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20976         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
20977         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
20978         the documentation seems to be wrong on the -1000 to 1000 interval.
20979
20980 2004-01-12  David Schleef  <ds@schleef.org>
20981
20982         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
20983         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
20984         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
20985         Fix negotiation.  Add a bufferalloc function for the sink pad,
20986         and generally clean up some of the code.
20987
20988 2004-01-12  Julien MOUTTE <julien@moutte.net>
20989
20990         * gst-libs/gst/colorbalance/colorbalancechannel.c:
20991         (gst_color_balance_channel_dispose): Adding safety check in dispose
20992         method.
20993         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20994         (gst_xvimagesink_xcontext_clear),
20995         (gst_xvimagesink_interface_supported),
20996         (gst_xvimagesink_colorbalance_list_channels),
20997         (gst_xvimagesink_colorbalance_set_value),
20998         (gst_xvimagesink_colorbalance_get_value),
20999         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
21000         Adding colorbalance interface support to set XV parameters such as
21001         HUE, BRIGHTNESS, CONTRAST, SATURATION.
21002         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
21003         interface.
21004
21005 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
21006
21007         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
21008         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
21009         (gst_audio_convert_init), (gst_audio_convert_set_property),
21010         (gst_audio_convert_get_property), (gst_audio_convert_chain),
21011         (gst_audio_convert_link),
21012         (gst_audio_convert_buffer_to_default_format),
21013         (gst_audio_convert_buffer_from_default_format), (plugin_init):
21014           - implement _getcaps and use it
21015           - improve linking
21016           - remove float caps since no float conversion is actually done
21017           - remove properties and arguments that were to be used for rate
21018             conversion
21019
21020 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
21021
21022         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
21023         (gst_audio_structure_set_int):
21024         * gst-libs/gst/audio/audio.h:
21025           add helper functions for _getcaps matching the standard audio
21026           templates
21027
21028 2004-01-12  David Schleef  <ds@schleef.org>
21029
21030         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21031         Test that pad is negotiated before getting its caps.
21032
21033 2004-01-12  Julien MOUTTE <julien@moutte.net>
21034
21035         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
21036         analyzing the pads of an element the bin is mostly in READY state so
21037         no caps were negotiated. This helper function needs to work with
21038         _get_caps directly then. I was not freeing them though, added that to
21039         fix the mem leak.
21040
21041 2004-01-12  Julien MOUTTE <julien@moutte.net>
21042
21043         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
21044         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
21045         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
21046         than the free_func.
21047
21048 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
21049
21050         * sys/oss/gstossaudio.c: (plugin_init):
21051         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
21052         * sys/oss/gstosselement.h:
21053           make an oss debugging category
21054           make failure more descriptive
21055
21056 2004-01-11  David Schleef  <ds@schleef.org>
21057
21058         * ext/ffmpeg/gstffmpeg.c:
21059         * ext/ffmpeg/gstffmpegcodecmap.c:
21060         * ext/ffmpeg/gstffmpegdec.c:
21061         * ext/ffmpeg/gstffmpegenc.c:
21062         * ext/ffmpeg/gstffmpegprotocol.c:
21063         * ext/gdk_pixbuf/gstgdkanimation.c:
21064         * ext/jpeg/gstjpeg.c:
21065         * ext/libpng/gstpng.c:
21066         * ext/mpeg2dec/perftest.c:
21067         * ext/speex/gstspeex.c:
21068         * gst-libs/gst/resample/dtos.c:
21069         * gst/intfloat/gstintfloatconvert.c:
21070         * gst/oneton/gstoneton.c:
21071         * gst/rtjpeg/RTjpeg.c:
21072         * gst/rtp/gstrtp.c:
21073         * sys/dxr3/dxr3init.c:
21074         * sys/glsink/gstgl_nvimage.c:
21075         * sys/glsink/gstgl_pdrimage.c:
21076         * sys/glsink/gstglsink.c:
21077         * testsuite/gst-lint:
21078         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
21079
21080 2004-01-11  David Schleef  <ds@schleef.org>
21081
21082         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
21083         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
21084         * ext/gdk_pixbuf/gstgdkanimation.c:
21085         (gst_gdk_animation_iter_create_pixbuf):
21086         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
21087         (gst_gdk_pixbuf_chain):
21088         * ext/gdk_pixbuf/gstgdkpixbuf.h:
21089         * ext/jack/gstjack.c: (gst_jack_change_state):
21090         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
21091         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
21092         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
21093         * gst/videofilter/gstvideofilter.c:
21094         (gst_videofilter_set_output_size):
21095         Remove all usage of gst_pad_get_caps(), and replace it with
21096         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
21097
21098 2004-01-11  David Schleef  <ds@schleef.org>
21099
21100         * configure.ac:
21101         * ext/Makefile.am: Fixes to make ext/libcaca compile.
21102         * ext/divx/gstdivxdec.c:
21103         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
21104         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
21105         handle images that span multiple buffers.  Now work with both
21106         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
21107         * ext/gdk_pixbuf/gstgdkpixbuf.h:
21108         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
21109         video/video.h changes
21110         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
21111         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
21112         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
21113         of GstData free function.
21114         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
21115         same.
21116
21117 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21118
21119         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
21120         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
21121         (gst_v4l2element_get_property):
21122         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
21123           add norm, channel and frequency properties.
21124         * sys/v4l2/gstv4l2tuner.c:
21125           fixes for tuner interface changes
21126         * sys/v4l2/gstv4l2element.h:
21127         * sys/v4l2/gstv4l2src.c:
21128         * sys/v4l2/gstv4l2src.h:
21129         * sys/v4l2/v4l2src_calls.c:
21130         * sys/v4l2/v4l2src_calls.h:
21131           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
21132
21133 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21134
21135         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
21136         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
21137         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
21138         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
21139         * gst-libs/gst/tuner/tuner.h:
21140           GObjects aren't const.
21141           Add find_by_name functions.
21142           Add checks to _changed functions.
21143         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
21144         (gst_v4l_tuner_get_norm):
21145           Fixes for above.
21146
21147 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21148
21149         * gst-libs/gst/video/video.h:
21150           Fix caps template names to be understandable.
21151           Prefix everything with GST_VIDEO.
21152         * ext/aalib/gstaasink.c:
21153         * ext/divx/gstdivxdec.c:
21154         * ext/divx/gstdivxenc.c:
21155         * ext/gdk_pixbuf/gstgdkpixbuf.c:
21156         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
21157         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
21158         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
21159         * ext/libcaca/gstcacasink.c:
21160         * ext/libpng/gstpngenc.c: (raw_caps_factory):
21161         * ext/snapshot/gstsnapshot.c:
21162         * ext/swfdec/gstswfdec.c:
21163         * ext/xvid/gstxviddec.c:
21164         * ext/xvid/gstxvidenc.c:
21165         * gst/chart/gstchart.c:
21166         * gst/deinterlace/gstdeinterlace.c:
21167         * gst/effectv/gsteffectv.c:
21168         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
21169         * gst/goom/gstgoom.c:
21170         * gst/median/gstmedian.c:
21171         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
21172         (gst_monoscope_srcconnect), (gst_monoscope_chain):
21173         * gst/overlay/gstoverlay.c:
21174         * gst/smooth/gstsmooth.c:
21175         * gst/smpte/gstsmpte.c:
21176         * gst/synaesthesia/gstsynaesthesia.c:
21177         * gst/videocrop/gstvideocrop.c:
21178         * gst/videodrop/gstvideodrop.c:
21179         * gst/y4m/gsty4mencode.c:
21180         * sys/qcam/gstqcamsrc.c:
21181         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
21182           Make them work with new video.h file.
21183         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
21184         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
21185         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
21186         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
21187           Make it work with new buffer allocation system.
21188
21189 2004-01-11  Julien MOUTTE  <julien@moutte.net>
21190
21191         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
21192         pad_alloc_buffer implementation to use ->srcpad
21193         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
21194         pad_alloc_buffer implementation to use ->srcpad
21195         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
21196         pad_alloc_buffer implementation to use ->srcpad
21197         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
21198         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
21199         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
21200         a reference to everything we need.
21201         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
21202         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
21203         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
21204         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
21205         a reference to everything we need.
21206         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
21207
21208 2004-01-11  David Schleef  <ds@schleef.org>
21209
21210         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
21211         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
21212         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
21213         structure members.
21214         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
21215         value during a resize/renegotiation.
21216         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
21217         gst_pad_alloc_buffer();
21218         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
21219         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
21220         structure members.
21221         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
21222         Fix for rename of buffer private structure members.
21223         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
21224         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
21225         Fix for rename of buffer private structure members.
21226         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
21227         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
21228         Fix for rename of buffer private structure members.
21229
21230 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
21231
21232         reviewed by: David Schleef <ds@schleef.org>
21233
21234         * gst/videofilter/Makefile.am:
21235         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
21236         from the patch by ds to fit in with recent make_filter changes.
21237
21238 2004-01-11  Julien MOUTTE  <julien@moutte.net>
21239
21240         * configure.ac: Adding examples/switch/Makefile
21241         * examples/Makefile.am: Adding examples/switch
21242         * examples/switch/Makefile.am: Adding switcher example.
21243         * examples/switch/switcher.c: (got_eos), (idle_iterate),
21244         (switch_timer), (main): Adding an example demonstrating switch usage
21245         with 2 videotestsrc showing different patterns.
21246         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
21247         (gst_switch_init): Fixing switch with the new caps system.
21248
21249 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21250
21251         * gst-libs/gst/video/video.h:
21252           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
21253           They should probably be like
21254           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
21255
21256 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21257
21258         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
21259         (qtdemux_parse_trak):
21260           fix audio chunk size/timestamp calculation
21261
21262 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21263
21264         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
21265           fix SVQ3 caps
21266
21267 2004-01-11  Steve Baker  <steve@stevebaker.org>
21268
21269         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
21270         (gst_agingtv_base_init), (gst_agingtv_class_init),
21271         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
21272         (gst_agingtv_set_property), (gst_agingtv_get_property):
21273         Port agingTV to videofilter
21274
21275 2004-01-09  Julien MOUTTE <julien@moutte.net>
21276
21277         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
21278         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
21279
21280 2004-01-09  Julien MOUTTE <julien@moutte.net>
21281
21282         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
21283         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
21284         * gst-libs/gst/xoverlay/xoverlay.c:
21285         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
21286         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
21287         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
21288         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
21289         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
21290         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
21291         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
21292         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
21293         the bufferalloc_function to replace bufferpools, fixing the XOverlay
21294         interface implementation to handle xid being 0 and fix some bugs
21295         triggered by Benjamin's testcase.
21296         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
21297         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
21298         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
21299         the bufferalloc_function to replace bufferpools, fixing the XOverlay
21300         interface implementation to handle xid being 0 and fix some bugs
21301         triggered by Benjamin's testcase.
21302
21303 2004-01-09  David Schleef  <ds@schleef.org>
21304
21305         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
21306         mouse pointer events.  It works.
21307
21308 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21309
21310         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
21311           Use explicit caps - fix capsnego.
21312         * ext/xvid/gstxviddec.c:
21313         * ext/xvid/gstxvidenc.c:
21314           Remove macro-inside-macro which caused compile errors.
21315         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
21316           Error out if it's not a RIFF file. Else we error out without
21317           gst_element_error() which is not good...
21318
21319 2004-01-08  David Schleef  <ds@schleef.org>
21320
21321         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
21322         Fix pad_link function to handle formats that ffmpeg returns
21323         as multiple caps structures.
21324         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
21325         Only complain if source buffer is _smaller_ than expected.
21326         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
21327         (gst_videoscale_handle_src_event): Resize navigation events
21328         when passing them upstream.
21329         * gst/videotestsrc/gstvideotestsrc.c:
21330         * gst/videotestsrc/gstvideotestsrc.h:
21331         * gst/videotestsrc/videotestsrc.c:
21332         * gst/videotestsrc/videotestsrc.h:
21333         Rewrite many of the buffer painting functions to handle odd
21334         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
21335         been verified to work with my video card.
21336         * testsuite/gst-lint:  Add check for elements calling
21337         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
21338
21339 2004-01-08  David Schleef  <ds@schleef.org>
21340
21341         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
21342         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
21343
21344 2004-01-08  Julien MOUTTE  <julien@moutte.net>
21345
21346         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
21347         configure event is not emiting the desired size signal. That fixes
21348         aspect ratio issues with gst-player.
21349
21350 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21351
21352         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
21353           Fix capsnego.
21354
21355 2004-01-08  Julien MOUTTE  <julien@moutte.net>
21356
21357         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
21358         public method to fire size signal.
21359
21360 2004-01-07  Julien MOUTTE  <julien@moutte.net>
21361
21362         * examples/gstplay/Makefile.am: Adding the interface library.
21363         * gst-libs/gst/play/Makefile.am: Adding the interface library.
21364         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
21365         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
21366         GST_IS_X_OVERLAY before signal connect.
21367         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
21368         Removing the have_video_size signal.
21369         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
21370         and associated public method.
21371         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
21372         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
21373         signal.
21374         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
21375         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
21376         signal.
21377         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
21378         Using XOverlay public method to fire size signal.
21379
21380 2004-01-07  David Schleef  <ds@schleef.org>
21381
21382         * gst/videofilter/Makefile.am:
21383         * gst/videofilter/gstvideotemplate.c:
21384         * gst/videofilter/make_filter:
21385         Create gstvideoexample.c in a srcdir!=builddir friendly way.
21386         Convert make_filter to /bin/sh script.
21387
21388 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
21389
21390         * gst/modplug/gstmodplug.cc: fix element description
21391
21392 2004-01-07  Julien MOUTTE  <julien@moutte.net>
21393
21394         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
21395         (got_video_size): Adding some new lines in g_print calls.
21396         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
21397         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
21398         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
21399         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
21400         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
21401         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
21402         Complete code review, reverting some stuff i disagree with, adding
21403         some fixes : time synchronization on invalid timestamps, renegotiation
21404         of private window.
21405         * sys/ximage/ximagesink.h:
21406         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
21407         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
21408         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
21409         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
21410         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
21411         (gst_xvimagesink_buffer_new),
21412         (gst_xvimagesink_navigation_send_event),
21413         (gst_xvimagesink_set_xwindow_id),
21414         (gst_xvimagesink_get_desired_size),
21415         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
21416         stuff i disagree with, adding some fixes : Renegotiation of private
21417         window, implementing get_desired_size.
21418
21419 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21420
21421         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
21422         (gst_afsink_handle_event):
21423         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
21424         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
21425         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
21426         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
21427         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
21428           Fix for instantiate-test (see core). Also remove dead code from
21429           jpegenc (which still needs fixing, but that's lower on my TODO
21430           list...).
21431         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
21432           Never return NULL as caps.
21433
21434 2004-01-07  David Schleef  <ds@schleef.org>
21435
21436         * configure.ac:
21437         * ext/Makefile.am:
21438         * ext/librfb/Makefile.am:
21439         * ext/librfb/gstrfbsrc.c:
21440         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
21441         is the protocol used by VNC.
21442
21443 2004-01-07  David Schleef  <ds@schleef.org>
21444
21445         * gst/videofilter/gstvideotemplate.c:
21446         * gst/videofilter/gstvideotemplate.h:
21447         * gst/videofilter/make_filter:
21448         Merge videotemplate header into source file.
21449         * gst/effectv/Makefile.am:
21450         * gst/effectv/gsteffectv.c: (plugin_init):
21451         * gst/effectv/gstwarp.c:
21452         Make warpTV a subclass of videofilter.
21453
21454 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21455
21456         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
21457           Add guard against invalid utf-8 conversions in mad. Just in case.
21458
21459 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21460
21461         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
21462           Fix for bug shown by poisoning
21463
21464 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21465
21466         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
21467         (gst_v4lmjpegsrc_buffer_free):
21468         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
21469         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
21470         (gst_v4lsrc_buffer_free):
21471           Fix for removed bufferpools.
21472
21473 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
21474
21475         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
21476         Fix caps negotiation.
21477
21478         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
21479         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
21480         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
21481         (dvdnavsrc_event):
21482         * ext/mpeg2dec/gstmpeg2dec.c:
21483         * gst-libs/gst/navigation/navigation.c:
21484         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
21485         * gst-libs/gst/navigation/navigation.h:
21486         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
21487         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
21488         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
21489         Super-simple first version of mouse and keyboard events. Clicking
21490         on a DVD menu now works, although it may not take you where you
21491         expected.
21492
21493         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
21494         * gst/videotestsrc/gstvideotestsrc.c:
21495         (gst_videotestsrc_src_fixate):
21496         These fixate functions were broken - they never actually
21497         fixated :)
21498
21499 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21500
21501         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
21502         (gst_icecastsend_init):
21503           fix for new caps system.
21504         * gst-libs/gst/mixer/mixertrack.h:
21505         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
21506           Add 'master track' flag (for tools like ACME that only want to
21507           change the main volume).
21508
21509 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
21510
21511         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
21512         (gst_xvid_csp_to_caps):
21513         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
21514         * ext/xvid/gstxvidenc.c:
21515         ifdef out ARGB type when it isn't available
21516         in xvidcore 1.0.0beta2
21517
21518 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21519
21520         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
21521           When we have received a new SCR right in the first buffer after
21522           a seek (so in the same cycle that handles the discont), we should
21523           handle the buffer instead of unreffing it, else we lose data.
21524
21525 2004-01-06  Iain <iain@prettypeople.org>
21526
21527         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
21528           buffer-frames caps too.
21529
21530         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
21531           caps that we need, don't destroy them all and rebuild them. And when
21532           creating src pads, use the src pad template rather than the sink...
21533
21534 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21535
21536         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
21537           Add pad to element *after* setting functions such as event handler.
21538           Without this, the scheduler (opt) will link pads, set the event
21539           handler from the default event function (dispatcher in gstpad.c)
21540           and *after* that, we will set our own event function, which will
21541           thus never be used (and thus mpegdemux doesn't handle events).
21542
21543 2004-01-04  David Schleef  <ds@schleef.org>
21544
21545         Fix the fixate functions to handle new prototype:
21546         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
21547         * gst/videotestsrc/gstvideotestsrc.c:
21548         (gst_videotestsrc_src_fixate):
21549         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
21550         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
21551         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
21552
21553 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21554
21555         * sys/ximage/ximagesink.h:
21556         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
21557         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
21558         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
21559         (gst_ximagesink_xoverlay_init):
21560           assorted fixes to make (re)embedding work
21561         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
21562         (gst_ximagesink_get_desired_size):
21563           implement desired size additions to XOverlay
21564
21565 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21566
21567         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
21568         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
21569         (gst_x_overlay_got_desired_size):
21570         * gst-libs/gst/xoverlay/xoverlay.h:
21571           Add optional "desired size" signal and querying.
21572
21573 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21574
21575         * gst/matroska/matroska-demux.c:
21576         (gst_matroska_demux_parse_blockgroup):
21577           Fix EBML-laced block parsing. Diffs are relative to previous
21578           lace, not the first lace. Thanks to Mosu from the Matroska
21579           team for detecting this.
21580         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
21581         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
21582         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
21583         (gst_wavparse_change_state):
21584         * gst/wavparse/gstwavparse.h:
21585           Quickfix for capsnego.
21586
21587 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21588
21589         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
21590           Fix indenting, fix pad creation.
21591
21592 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21593
21594         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
21595         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
21596         (gst_xviddec_sink_link):
21597           Implement src_getcaps() so proper size caps is negotiated.
21598
21599 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21600
21601         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
21602           Finish flac decoder on EOS. See #116178.
21603
21604 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21605
21606         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
21607         (gst_matroska_demux_add_stream):
21608         * gst/matroska/matroska-ids.h:
21609           Add getcaps() function to fix capsnego...
21610
21611 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21612
21613         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
21614         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
21615         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
21616           Fix more integer overflows. Again, see #126967.
21617
21618 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21619
21620         * ext/mpeg2dec/gstmpeg2dec.c:
21621           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
21622           #130416.
21623
21624 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21625
21626         * configure.ac:
21627         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
21628         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
21629         * ext/xvid/gstxvid.h:
21630         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
21631         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
21632         (gst_xviddec_src_link), (gst_xviddec_sink_link),
21633         (gst_xviddec_change_state):
21634         * ext/xvid/gstxviddec.h:
21635         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
21636         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
21637         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
21638         (gst_xvidenc_link), (gst_xvidenc_set_property),
21639         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
21640         * ext/xvid/gstxvidenc.h:
21641           Update xvid plugin to latest xvid (1.0.0-beta3) API.
21642
21643 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21644
21645         * gst/rtp/rtp-packet.c:
21646           Add sys/types.h include, since OS X doesn't define in_addr_t
21647           in netinet/in.h, like it does on Linux (see #129600).
21648
21649 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
21650
21651         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
21652
21653         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
21654           Correct logic of dispose function (see #129306).
21655
21656 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21657
21658         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
21659         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
21660         (gst_mpeg_parse_init):
21661         * gst/mpegstream/gstmpegparse.h:
21662           Remove clock (which was never provided, i.e. dead code), and
21663           also fix integer overflows at high PTS values (see #126967).
21664
21665 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21666
21667         * ext/flac/gstflacdec.c:
21668         * ext/libpng/gstpngenc.h:
21669         * ext/mikmod/gstmikmod.h:
21670           OS X fixes (see #126628).
21671
21672 2004-01-02  David Schleef  <ds@schleef.org>
21673
21674         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
21675         (gst_alsa_src_base_init): Remove bogus "src" request pad.
21676         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
21677         (gst_mpeg_parse_class_init): Move pad template registration
21678         to class_init, since the derived class (mpegdemux) doesn't
21679         want them.
21680
21681 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21682
21683         * sys/ximage/Makefile.am:
21684         * sys/xvideo/Makefile.am:
21685         * sys/xvimage/Makefile.am:
21686           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
21687           after installation (see #127664).
21688
21689 2004-01-02  David Schleef  <ds@schleef.org>
21690
21691         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
21692         (gst_ffmpegenc_connect):  Negotiation fixes.
21693         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
21694         Remove inappropriate gst_caps_free().
21695         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
21696         Reenable Ronald's internal resize code, since the core handles
21697         it correctly now.
21698
21699 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21700
21701         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21702         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21703         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
21704           Fix pad template stuff.
21705
21706 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21707
21708         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
21709         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
21710           fix signed integer reading/writing.
21711
21712 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21713
21714         * ext/alsa/README:
21715           Remove outdated document
21716
21717 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
21718
21719         * gst/cutter/gstcutter.c: (gst_cutter_init):
21720           src pad was being created twice - oops.
21721
21722 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21723
21724         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
21725           Comment out internal resize. It doesn't handle the resulting
21726           XEvent internally, does another try_set_caps() which leads to
21727           a really nice loop.
21728           Real fix will come when Julien and Dave are awake. ;).
21729
21730 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21731
21732         * ext/mpeg2enc/gstmpeg2enc.cc:
21733           fix const/nonconst compile issue.
21734
21735 2004-01-02  David Schleef  <ds@schleef.org>
21736
21737         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
21738         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
21739         Add fixate function and a check for bad formats.
21740
21741 2004-01-01  David Schleef  <ds@schleef.org>
21742
21743         Negotiation fixes:
21744         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
21745         (gst_audiofilter_init):
21746         * gst/debug/efence.c: (gst_efence_init):
21747         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
21748         (gst_deinterlace_init):
21749         * gst/volume/gstvolume.c: (volume_connect):
21750
21751 2004-01-01  David Schleef  <ds@schleef.org>
21752
21753         Convert elements to use gst_pad_use_explicit_caps() where
21754         appropriate:
21755         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
21756         * ext/audiofile/gstafparse.c: (gst_afparse_init),
21757         (gst_afparse_open_file):
21758         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
21759         (gst_afsrc_open_file):
21760         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
21761         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
21762         (gst_ffmpegdec_chain):
21763         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
21764         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
21765         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
21766         (gst_gdk_pixbuf_chain):
21767         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
21768         (gst_jpegdec_chain):
21769         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
21770         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
21771         (gst_mikmod_negotiate):
21772         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
21773         (gst_mpeg2dec_negotiate_format):
21774         * ext/mpeg2enc/gstmpeg2enc.cc:
21775         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21776         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
21777         (gst_speexdec_sinkconnect):
21778         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
21779         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
21780         (gst_vorbisfile_new_link):
21781         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
21782         (gst_ac3parse_chain):
21783         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
21784         (gst_asf_demux_setup_pad):
21785         * gst/auparse/gstauparse.c: (gst_auparse_init),
21786         (gst_auparse_chain):
21787         * gst/id3/gstid3types.c: (gst_id3types_loop):
21788         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
21789         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
21790         (mp1videoparse_parse_seq):
21791         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
21792         (bpf_from_header):
21793         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
21794         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
21795         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
21796         (gst_mpeg_parse_send_data):
21797         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
21798         (gst_qtdemux_add_stream):
21799         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
21800         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
21801         (gst_wavparse_parse_fmt):
21802
21803 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21804
21805         * configure.ac:
21806           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
21807           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
21808           it therefore uses the wrong include paths. Too bad... Note
21809           that 1.6.1.93 is not release yet. ;).
21810           Also add a check for mplex, which is now using the lib'ified
21811           mplex from mjpegtools, too.
21812         * ext/ffmpeg/gstffmpegcodecmap.c:
21813           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
21814           issues. I don't think ffmpeg handles 3ivx correctly, so this
21815           probably won't work. But it won't hurt either.
21816         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
21817         (gst_ffmpegdec_chain):
21818         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
21819         (gst_ffmpegenc_chain_audio):
21820           Fix memleak in audio encoding. Close codec if open fails, this
21821           calls the cleanup routines so we can re-use the context.
21822         * ext/mpeg2enc/gstmpeg2enc.cc:
21823           Fix pad template names/types, fix memory issue with getcaps().
21824         * ext/mpeg2enc/gstmpeg2encoder.cc:
21825         * ext/mpeg2enc/gstmpeg2encoder.hh:
21826           Fix compile issue with new caps system (const thingy).
21827         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
21828         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
21829           We read a first frame right on initing, so that we have a caps
21830           when we init the output. This caps is cached in padprivate and
21831           read as first frame.
21832         * ext/mplex/Makefile.am:
21833         * ext/mplex/gstmplex.cc:
21834         * ext/mplex/gstmplex.h:
21835         * ext/mplex/gstmplex.hh:
21836         * ext/mplex/gstmplexibitstream.cc:
21837         * ext/mplex/gstmplexibitstream.hh:
21838         * ext/mplex/gstmplexjob.cc:
21839         * ext/mplex/gstmplexjob.hh:
21840         * ext/mplex/gstmplexoutputstream.cc:
21841         * ext/mplex/gstmplexoutputstream.hh:
21842           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
21843           had issues, didn't do capsnego, supported only a subset of the
21844           mplex features and required a mplex fork in our local CVS. Plus
21845           that it worked agaist a very old mplex version. Rewriting was
21846           faster than updating it.
21847         * gst-libs/ext/Makefile.am:
21848         * gst-libs/ext/mplex/INSTRUCT:
21849         * gst-libs/ext/mplex/Makefile.am:
21850         * gst-libs/ext/mplex/README:
21851         * gst-libs/ext/mplex/TODO:
21852         * gst-libs/ext/mplex/ac3strm_in.cc:
21853         * gst-libs/ext/mplex/audiostrm.hh:
21854         * gst-libs/ext/mplex/audiostrm_out.cc:
21855         * gst-libs/ext/mplex/aunit.hh:
21856         * gst-libs/ext/mplex/bits.cc:
21857         * gst-libs/ext/mplex/bits.hh:
21858         * gst-libs/ext/mplex/buffer.cc:
21859         * gst-libs/ext/mplex/buffer.hh:
21860         * gst-libs/ext/mplex/fastintfns.h:
21861         * gst-libs/ext/mplex/format_codes.h:
21862         * gst-libs/ext/mplex/inputstrm.cc:
21863         * gst-libs/ext/mplex/inputstrm.hh:
21864         * gst-libs/ext/mplex/lpcmstrm_in.cc:
21865         * gst-libs/ext/mplex/mjpeg_logging.cc:
21866         * gst-libs/ext/mplex/mjpeg_logging.h:
21867         * gst-libs/ext/mplex/mjpeg_types.h:
21868         * gst-libs/ext/mplex/mpastrm_in.cc:
21869         * gst-libs/ext/mplex/mpegconsts.cc:
21870         * gst-libs/ext/mplex/mpegconsts.h:
21871         * gst-libs/ext/mplex/mplexconsts.hh:
21872         * gst-libs/ext/mplex/multplex.cc:
21873         * gst-libs/ext/mplex/outputstream.hh:
21874         * gst-libs/ext/mplex/padstrm.cc:
21875         * gst-libs/ext/mplex/padstrm.hh:
21876         * gst-libs/ext/mplex/stillsstream.cc:
21877         * gst-libs/ext/mplex/stillsstream.hh:
21878         * gst-libs/ext/mplex/systems.cc:
21879         * gst-libs/ext/mplex/systems.hh:
21880         * gst-libs/ext/mplex/vector.cc:
21881         * gst-libs/ext/mplex/vector.hh:
21882         * gst-libs/ext/mplex/videostrm.hh:
21883         * gst-libs/ext/mplex/videostrm_in.cc:
21884         * gst-libs/ext/mplex/videostrm_out.cc:
21885         * gst-libs/ext/mplex/yuv4mpeg.cc:
21886         * gst-libs/ext/mplex/yuv4mpeg.h:
21887         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
21888         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
21889           We don't fork mjpegtools' mplex in our CVS anymore.
21890         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
21891         (gst_avi_demux_add_stream):
21892         * gst/avi/gstavidemux.h:
21893           Add getcaps() function for proper caps nego. This makes some
21894           parts of AVI playback/reading work.
21895         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
21896           Resize window on new capsnego. This is probably wrong, but
21897           I'm still committing it because with current capsnego, the
21898           first successfull capsnego is auto-fixated, therefore rounded
21899           down to the lowest values in the caps. this results in a 16x16
21900           XWindow that is not reized when real capsnego finishes.
21901           Dave, I see more cases of this, do you know a proper solution?
21902         * tools/gst-launch-ext.in:
21903           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
21904
21905 2003-12-31  David Schleef  <ds@schleef.org>
21906
21907         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
21908         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
21909           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
21910
21911 2003-12-30  David Schleef  <ds@schleef.org>
21912
21913         * ext/ffmpeg/gstffmpegcolorspace.c:
21914         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
21915         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
21916         (gst_ffmpegcsp_chain): Negotiation fixes
21917         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
21918         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
21919         (gst_audio_convert_link), (gst_audio_convert_channels):
21920         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
21921         (gst_audioscale_link), (gst_audioscale_get_buffer),
21922         (gst_audioscale_chain): Negotiation fixes
21923         * gst/audioscale/gstaudioscale.h:
21924         * gst/videofilter/gstvideofilter.c:
21925         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
21926         (gst_videofilter_link), (gst_videofilter_init),
21927         (gst_videofilter_set_output_size), (gst_videofilter_setup),
21928         (gst_videofilter_find_format_by_structure):
21929         * gst/videofilter/gstvideofilter.h: Negotiation fixes
21930         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
21931         (gst_videoscale_link):
21932         * gst/videoscale/videoscale.c: (videoscale_get_structure),
21933         (videoscale_find_by_structure), (gst_videoscale_setup):
21934         * gst/videoscale/videoscale.h: Negotiation fixes
21935         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
21936         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
21937         function, restrict resizing to a multiple of 4 (hack until
21938         everyone supports odd sizes correctly).
21939
21940 2003-12-29  Colin Walters  <walters@verbum.org>
21941
21942         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
21943         signed.
21944
21945 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
21946
21947         * ext/sndfile/gstsf.c: (gst_sf_loop):
21948           Fix warning about discarding const qualifier
21949
21950 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
21951
21952         * gst/cutter/gstcutter.c:
21953         * gst/videoscale/gstvideoscale.c:
21954         * gst/volenv/gstvolenv.c:
21955         * gst-libs/gst/audio/audio.c:
21956         * gst-libs/gst/video/video.c:
21957           Fix warnings
21958
21959 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21960
21961         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
21962           Don't send ALSA debugging to stderr.
21963         * ext/alsa/gstalsa.h:
21964           Use GST_WARNING instead of g_warning when ALSA functions fail.
21965
21966 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21967
21968         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
21969           Free XVAdapterInfo correctly.
21970
21971 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21972
21973         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
21974         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
21975           Make id3tag use correct caps nego.
21976
21977 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
21978
21979         * ext/ivorbis/vorbis.c:
21980         * ext/ivorbis/vorbisenc.h:
21981         * ext/ivorbis/vorbisfile.c:
21982           Modify so that it uses the new caps things
21983
21984 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21985
21986         * testsuite/spider/spider1.c: (main):
21987         * testsuite/spider/spider2.c: (main):
21988         * testsuite/spider/spider3.c: (main):
21989           Make tests compile again. They probably don't work.
21990
21991 2003-12-24  Colin Walters  <walters@verbum.org>
21992
21993         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
21994         we can't fixate the caps anymore.
21995
21996 2003-12-23  David Schleef  <ds@schleef.org>
21997
21998         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
21999         * sys/oss/gstosssink.c: (gst_osssink_init),
22000         (gst_osssink_sink_fixate): Add fixate function.
22001
22002 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22003
22004         * ext/ffmpeg/gstffmpegcodecmap.c:
22005         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
22006         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
22007         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
22008         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
22009         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
22010         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
22011         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
22012           fix typo in RGB masks, and move back to "old" colorspace
22013           capsnego code until whoever wrote this new crap has actually
22014           tested it so that it works.
22015           And yes, this works, keep it that way please.
22016
22017 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22018
22019         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
22020         (gst_divxdec_init), (gst_divxdec_negotiate):
22021         * ext/divx/gstdivxdec.h:
22022         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
22023         (gst_divxenc_init):
22024         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
22025         (gst_faac_sinkconnect), (gst_faac_srcconnect):
22026         * ext/mpeg2enc/gstmpeg2enc.cc:
22027         * ext/mpeg2enc/gstmpeg2encoder.cc:
22028         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
22029         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
22030         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
22031         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
22032         (dxr3spusink_init):
22033         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
22034         (dxr3videosink_init):
22035           Fix caps breakage after Dave's caps branch merge.
22036
22037 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22038
22039         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22040           Fix for 24bpp display.
22041
22042 2003-12-23  Colin Walters  <walters@verbum.org>
22043
22044         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
22045         a GnomeVFSHandle directly.
22046
22047 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22048
22049         * gst/volume/Makefile.am:
22050         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
22051         (volume_base_init), (volume_init):
22052           Reenable volume element and fix to work with new caps stuff.
22053           Rhythmbox needs this.
22054
22055 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22056
22057         * gst/qtdemux/qtdemux.c: (plugin_init):
22058           qtdemux requires bytestream
22059
22060 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22061
22062         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
22063           Fix remaining caps handling errors due to CAPS merge.
22064
22065 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22066
22067         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
22068         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
22069         (gst_faad_srcconnect):
22070           Port to new caps system.
22071
22072 2003-12-21  Julien MOUTTE  <julien@moutte.net>
22073
22074         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
22075         (got_video_size), (main): using g_print instead of g_message.
22076         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
22077         signal which was not emitted because of "switch" element added to the
22078         bin but not connected. (Removing from the bin temporarily)
22079
22080 2003-12-21  Julien MOUTTE  <julien@moutte.net>
22081
22082         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
22083         find X development files. I don't understand the previous tests and
22084         they fail on my debian/ppc unstable. This one works.
22085         * examples/gstplay/player.c: (main): Set the pipeline to READY before
22086         exiting.
22087         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
22088         (gst_play_set_video_sink), (gst_play_set_audio_sink),
22089         (gst_play_set_visualization): Add some safety checks in set_ methods
22090         and state_change. This was throwing some ugly CRITICAL messages when
22091         pipeline was getting disposed and casts were failing.
22092
22093 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22094
22095         * configure.ac:
22096           Improve mpeg2enc detection. This is for distributions that do
22097           ship mjpegtools, but without mpeg2enc. Also does object check
22098           for might there ever be ABI incompatibility.
22099         * ext/mpeg2enc/gstmpeg2enc.cc:
22100           Add Andrew as second maintainer (he's helping me), and also add
22101           an error if no caps was set. This happens if I pull before capsnego
22102           and that's something I should solve sometime else.
22103         * gst/matroska/matroska-demux.c:
22104         (gst_matroska_demux_parse_blockgroup):
22105           Fix time parsing.
22106         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
22107         (gst_matroska_mux_track_header):
22108           Add caps to templates.
22109         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
22110           Add mpegversion=1 to prevent confusion with MPEG/AAC.
22111         * gst/mpegstream/gstmpegdemux.c:
22112           Remove layer since it causes warnings about unfixed caps.
22113         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
22114           Fix obvious typo (we error out if caps were set, we should of
22115           course error out if *no* caps were set).
22116         * sys/oss/gstosselement.c: (gst_osselement_convert):
22117           Fix format conversion, we confused bits/bytes.
22118         * sys/oss/gstosselement.h:
22119           Improve documentation for 'bps'.
22120         * sys/v4l/TODO:
22121           Remove stuff about plugins that need removing - this was done
22122           ages ago.
22123         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
22124         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
22125         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
22126         (gst_v4lsrc_src_query):
22127         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
22128         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
22129           Add get_query_types(), get_formats() and query() functions.
22130
22131 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22132
22133         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
22134         * moved CVS to freedesktop.org